01M10AX4726PH6XYDW4RHT578T: 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: 01M10AXWS8K244EXHNQ4FFNA6P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T00:47:31.905Zjob assigned to worker 01M10AY1SR0NPCH42XF0NE3B8V [factory aws, i-0fc4f3ca58c741562] (queued for 49 s)
 
22026-08-27T00:47:39.253Zstarting task 0: "setup"
32026-08-27T00:47:39.258Z++ uname -s
42026-08-27T00:47:39.261Z+ kern=SunOS
52026-08-27T00:47:39.261Z+ build_user=build
62026-08-27T00:47:39.261Z+ build_uid=12345
72026-08-27T00:47:39.261Z+ work_dir=/work
82026-08-27T00:47:39.261Z+ input_dir=/input
92026-08-27T00:47:39.261Z+ [[ 0 == 12345 ]]
102026-08-27T00:47:39.261Z+ case "$kern" in
112026-08-27T00:47:39.261Z+ groupadd -g 12345 build
122026-08-27T00:47:39.264Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T00:47:41.270Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T00:47:41.361Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T00:47:41.364Z+ home_fs=zfs
162026-08-27T00:47:41.364Z+ [[ zfs == autofs ]]
172026-08-27T00:47:41.364Z+ mkdir -p /home/build
182026-08-27T00:47:41.365Z+ chown build:build /home/build /work
192026-08-27T00:47:43.367Z+ chmod 0700 /home/build /work
202026-08-27T00:47:43.370Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-27T00:47:43.378Zstarting task 1: "rust-toolchain"
222026-08-27T00:47:43.382Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T00:47:43.383Z * rust toolchain channel = "1.97.1"
242026-08-27T00:47:43.383Z * rust toolchain profile = "default"
252026-08-27T00:47:43.386Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T00:47:43.386Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T00:47:43.386Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T00:47:43.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T00:47:43.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T00:47:43.495Zinfo: downloading installer
312026-08-27T00:47:44.923Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T00:47:44.923Zwarn: /home/build/.rustup/settings.toml
332026-08-27T00:47:44.923Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T00:47:44.923Zwarn: instead of the one inferred from the default host triple.
352026-08-27T00:47:44.935Zinfo: profile set to default
362026-08-27T00:47:44.935Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T00:47:44.938Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T00:47:45.073Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T00:47:45.077Zinfo: downloading 6 components
402026-08-27T00:48:00.751Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T00:48:00.751Z
422026-08-27T00:48:00.779Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T00:48:00.779Z
442026-08-27T00:48:00.785Z
452026-08-27T00:48:00.785ZRust is installed now. Great!
462026-08-27T00:48:00.785Z
472026-08-27T00:48:00.785ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T00:48:00.785Zenvironment variable. This has not been done automatically.
492026-08-27T00:48:00.785Z
502026-08-27T00:48:00.785ZTo configure your current shell, you need to source
512026-08-27T00:48:00.786Zthe corresponding env file under $HOME/.cargo.
522026-08-27T00:48:00.786Z
532026-08-27T00:48:00.786ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T00:48:00.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T00:48:00.786Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T00:48:00.786Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T00:48:00.786Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T00:48:00.786Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T00:48:00.786Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T00:48:00.786Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T00:48:00.786Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T00:48:00.897Z+ rustup --version
632026-08-27T00:48:00.900Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T00:48:00.901Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T00:48:00.915Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T00:48:00.919Z+ cargo --version
672026-08-27T00:48:00.928Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T00:48:00.932Z+ rustc --version
692026-08-27T00:48:00.951Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T00:48:00.954Zprocess exited: duration 17575 ms, exit code 0
 
712026-08-27T00:48:00.961Zstarting task 2: "authentication"
722026-08-27T00:48:00.979Zprocess exited: duration 18 ms, exit code 0
 
732026-08-27T00:48:00.992Zstarting task 3: "clone repository"
742026-08-27T00:48:00.998Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T00:48:00.998Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T00:48:01.038ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T00:48:13.606Z+ cd /work/oxidecomputer/omicron
782026-08-27T00:48:13.606Z+ git fetch origin 5a34cf5c3c88dc7420f42603e281a0e8d5077a80
792026-08-27T00:48:13.951ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T00:48:13.951Z * branch 5a34cf5c3c88dc7420f42603e281a0e8d5077a80 -> FETCH_HEAD
812026-08-27T00:48:13.967Z+ [[ -n jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq ]]
822026-08-27T00:48:13.970Z++ git branch --show-current
832026-08-27T00:48:13.971Z+ current=main
842026-08-27T00:48:13.971Z+ [[ main != jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq ]]
852026-08-27T00:48:13.971Z+ git branch -f jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq 5a34cf5c3c88dc7420f42603e281a0e8d5077a80
862026-08-27T00:48:13.974Z+ git checkout -f jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq
872026-08-27T00:48:14.216ZSwitched to branch 'jj-stack/9-n-gen-nexus-add-typed-instancestategeneration-zuomopqq'
882026-08-27T00:48:14.219Z+ git reset --hard 5a34cf5c3c88dc7420f42603e281a0e8d5077a80
892026-08-27T00:48:14.451ZHEAD is now at 5a34cf5c3 [9/n gen] [nexus] add typed InstanceStateGeneration
902026-08-27T00:48:14.455Zprocess exited: duration 13466 ms, exit code 0
 
912026-08-27T00:48:14.462Zstarting task 4: "build"
922026-08-27T00:48:14.467Z+ source .github/buildomat/ci-env.sh
932026-08-27T00:48:14.470Z++ export CARGO_TERM_COLOR=always
942026-08-27T00:48:14.470Z++ CARGO_TERM_COLOR=always
952026-08-27T00:48:14.470Z+++ uname -s
962026-08-27T00:48:14.470Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-27T00:48:14.471Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-27T00:48:14.474Z+ cargo --version
992026-08-27T00:48:14.481Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-27T00:48:14.485Z+ rustc --version
1012026-08-27T00:48:14.504Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-27T00:48:14.508Z+ cargo tree --locked
1032026-08-27T00:48:14.678Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-27T00:48:15.030Z Updating crates.io index
1052026-08-27T00:48:15.034Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-27T00:48:15.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-27T00:48:15.728Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-27T00:48:16.015Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-27T00:48:17.038Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-27T00:48:17.630Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-27T00:48:19.276Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-27T00:48:20.149Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-27T00:48:20.453Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-27T00:48:20.814Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-27T00:48:22.028Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-27T00:48:22.378Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-27T00:48:22.793Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-27T00:48:23.045Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-27T00:48:23.322Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-27T00:48:23.594Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-27T00:48:23.878Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-27T00:48:24.207Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-27T00:48:24.511Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-27T00:48:25.040Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-27T00:48:25.427Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-27T00:48:25.944Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-27T00:48:26.258Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-27T00:48:26.815Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-27T00:48:27.181Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-27T00:48:27.499Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-27T00:48:27.921Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-27T00:48:28.464Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-27T00:48:28.889Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-27T00:48:29.677Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-27T00:48:29.929Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-27T00:48:30.274Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-27T00:48:30.680Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-27T00:48:31.250Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-27T00:48:31.803Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-27T00:48:32.084Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-27T00:48:32.417Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-27T00:48:32.760Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-27T00:48:33.019Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-27T00:48:33.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-27T00:48:33.865Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-27T00:48:34.176Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-27T00:48:34.438Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-27T00:48:37.749Z Downloading crates ...
1492026-08-27T00:48:37.800Z Downloaded colorchoice v1.0.4
1502026-08-27T00:48:37.804Z Downloaded corncobs v0.1.4
1512026-08-27T00:48:37.804Z Downloaded convert_case v0.10.0
1522026-08-27T00:48:37.804Z Downloaded crossterm v0.28.1
1532026-08-27T00:48:37.813Z Downloaded cpubits v0.1.1
1542026-08-27T00:48:37.818Z Downloaded crossbeam-channel v0.5.15
1552026-08-27T00:48:37.818Z Downloaded hostname v0.3.1
1562026-08-27T00:48:37.818Z Downloaded criterion v0.7.0
1572026-08-27T00:48:37.822Z Downloaded concurrent-queue v2.5.0
1582026-08-27T00:48:37.822Z Downloaded crc-catalog v2.4.0
1592026-08-27T00:48:37.822Z Downloaded cobs v0.3.0
1602026-08-27T00:48:37.827Z Downloaded hash32 v0.3.1
1612026-08-27T00:48:37.846Z Downloaded http-range v0.1.5
1622026-08-27T00:48:37.846Z Downloaded hash32 v0.2.1
1632026-08-27T00:48:37.846Z Downloaded clap_builder v4.6.0
1642026-08-27T00:48:37.846Z Downloaded compression-core v0.4.31
1652026-08-27T00:48:37.846Z Downloaded indoc v1.0.9
1662026-08-27T00:48:37.846Z Downloaded compression-codecs v0.4.37
1672026-08-27T00:48:37.846Z Downloaded is_terminal_polyfill v1.70.2
1682026-08-27T00:48:37.846Z Downloaded console v0.16.2
1692026-08-27T00:48:37.846Z Downloaded convert_case v0.4.0
1702026-08-27T00:48:37.846Z Downloaded crc8 v0.1.1
1712026-08-27T00:48:37.846Z Downloaded crossbeam-deque v0.8.6
1722026-08-27T00:48:37.846Z Downloaded const_format_proc_macros v0.2.34
1732026-08-27T00:48:37.850Z Downloaded idna_adapter v1.2.1
1742026-08-27T00:48:37.850Z Downloaded crc-any v2.5.0
1752026-08-27T00:48:37.850Z Downloaded crc32fast v1.5.0
1762026-08-27T00:48:37.850Z Downloaded cpufeatures v0.2.17
1772026-08-27T00:48:37.859Z Downloaded http-body v1.0.1
1782026-08-27T00:48:37.859Z Downloaded heck v0.4.1
1792026-08-27T00:48:37.874Z Downloaded heck v0.5.0
1802026-08-27T00:48:37.874Z Downloaded hex-literal v1.1.0
1812026-08-27T00:48:37.874Z Downloaded httpdate v1.0.3
1822026-08-27T00:48:37.874Z Downloaded hubpack_derive v0.1.1
1832026-08-27T00:48:37.874Z Downloaded hostname v0.4.2
1842026-08-27T00:48:37.874Z Downloaded guppy-workspace-hack v0.1.0
1852026-08-27T00:48:37.874Z Downloaded defmt-parser v1.0.0
1862026-08-27T00:48:37.874Z Downloaded darling_macro v0.13.4
1872026-08-27T00:48:37.874Z Downloaded darling_macro v0.23.0
1882026-08-27T00:48:37.875Z Downloaded hex v0.4.3
1892026-08-27T00:48:37.875Z Downloaded darling_macro v0.21.3
1902026-08-27T00:48:37.875Z Downloaded clap_lex v1.0.0
1912026-08-27T00:48:37.875Z Downloaded home v0.5.12
1922026-08-27T00:48:37.875Z Downloaded diesel_table_macro_syntax v0.3.0
1932026-08-27T00:48:37.889Z Downloaded crucible-workspace-hack v0.1.0
1942026-08-27T00:48:37.889Z Downloaded crunchy v0.2.4
1952026-08-27T00:48:37.889Z Downloaded ident_case v1.0.1
1962026-08-27T00:48:37.889Z Downloaded instant v0.1.13
1972026-08-27T00:48:37.896Z Downloaded illumos-nvpair-sys v0.2.0
1982026-08-27T00:48:37.896Z Downloaded inout v0.2.2
1992026-08-27T00:48:37.896Z Downloaded internet-checksum v0.2.1
2002026-08-27T00:48:37.896Z Downloaded is-terminal v0.4.17
2012026-08-27T00:48:37.896Z Downloaded curve25519-dalek-derive v0.1.1
2022026-08-27T00:48:37.896Z Downloaded crypto-common v0.2.2
2032026-08-27T00:48:37.896Z Downloaded cpufeatures v0.3.0
2042026-08-27T00:48:37.896Z Downloaded illumos-nvpair v0.3.0
2052026-08-27T00:48:37.896Z Downloaded is_ci v1.2.0
2062026-08-27T00:48:37.896Z Downloaded derive_builder_macro v0.20.2
2072026-08-27T00:48:37.896Z Downloaded crypto-common v0.1.7
2082026-08-27T00:48:37.897Z Downloaded hex-literal v0.4.1
2092026-08-27T00:48:37.897Z Downloaded inout v0.1.4
2102026-08-27T00:48:37.916Z Downloaded indent_write v2.2.0
2112026-08-27T00:48:37.916Z Downloaded hubpack v0.1.2
2122026-08-27T00:48:37.916Z Downloaded constant_time_eq v0.3.1
2132026-08-27T00:48:37.916Z Downloaded crc v3.4.0
2142026-08-27T00:48:37.916Z Downloaded darling_macro v0.20.11
2152026-08-27T00:48:37.916Z Downloaded headers-core v0.3.0
2162026-08-27T00:48:37.919Z Downloaded debug-ignore v1.0.5
2172026-08-27T00:48:37.919Z Downloaded hyper-tls v0.6.0
2182026-08-27T00:48:37.919Z Downloaded base16ct v1.0.0
2192026-08-27T00:48:37.924Z Downloaded assert_matches v1.5.0
2202026-08-27T00:48:37.968Z Downloaded cfg_aliases v0.2.1
2212026-08-27T00:48:37.968Z Downloaded oso-derive v0.27.3
2222026-08-27T00:48:37.968Z Downloaded http-body-util v0.1.3
2232026-08-27T00:48:37.968Z Downloaded cstr-argument v0.1.2
2242026-08-27T00:48:37.968Z Downloaded group v0.13.0
2252026-08-27T00:48:37.968Z Downloaded cmov v0.5.4
2262026-08-27T00:48:37.968Z Downloaded cipher v0.5.2
2272026-08-27T00:48:37.969Z Downloaded hyper-staticfile v0.10.1
2282026-08-27T00:48:37.969Z Downloaded ipnet v2.12.0
2292026-08-27T00:48:37.969Z Downloaded der_derive v0.7.3
2302026-08-27T00:48:37.969Z Downloaded daft-derive v0.1.8
2312026-08-27T00:48:37.969Z Downloaded cmake v0.1.57
2322026-08-27T00:48:37.969Z Downloaded criterion-plot v0.6.0
2332026-08-27T00:48:37.969Z Downloaded daft v0.1.8
2342026-08-27T00:48:37.969Z Downloaded group v0.14.0
2352026-08-27T00:48:37.969Z Downloaded colored v2.2.0
2362026-08-27T00:48:37.969Z Downloaded console v0.15.11
2372026-08-27T00:48:37.969Z Downloaded const-oid v0.9.6
2382026-08-27T00:48:37.969Z Downloaded indoc v2.0.7
2392026-08-27T00:48:37.969Z Downloaded ingot-types v0.2.0
2402026-08-27T00:48:37.969Z Downloaded block-padding v0.4.2
2412026-08-27T00:48:37.969Z Downloaded humantime v2.3.0
2422026-08-27T00:48:37.969Z Downloaded olpc-cjson v0.1.4
2432026-08-27T00:48:37.970Z Downloaded opaque-debug v0.3.1
2442026-08-27T00:48:37.970Z Downloaded openssl-probe v0.1.6
2452026-08-27T00:48:37.973Z Downloaded openssl-probe v0.2.1
2462026-08-27T00:48:37.973Z Downloaded peg-runtime v0.8.5
2472026-08-27T00:48:37.973Z Downloaded phf_shared v0.12.1
2482026-08-27T00:48:37.973Z Downloaded password-hash v0.6.1
2492026-08-27T00:48:37.973Z Downloaded percent-encoding v2.3.2
2502026-08-27T00:48:37.973Z Downloaded critical-section v1.2.0
2512026-08-27T00:48:37.973Z Downloaded defmt v0.3.100
2522026-08-27T00:48:37.974Z Downloaded impl-trait-for-tuples v0.2.3
2532026-08-27T00:48:37.974Z Downloaded defmt-macros v1.0.1
2542026-08-27T00:48:37.993Z Downloaded deranged v0.5.8
2552026-08-27T00:48:37.993Z Downloaded diesel-dtrace v0.5.0
2562026-08-27T00:48:37.993Z Downloaded plotters-backend v0.3.7
2572026-08-27T00:48:37.993Z Downloaded constant_time_eq v0.4.2
2582026-08-27T00:48:37.993Z Downloaded ctr v0.10.1
2592026-08-27T00:48:37.994Z Downloaded data-encoding v2.10.0
2602026-08-27T00:48:37.994Z Downloaded instability v0.3.11
2612026-08-27T00:48:37.994Z Downloaded pretty-hex v0.4.1
2622026-08-27T00:48:37.994Z Downloaded ctutils v0.4.2
2632026-08-27T00:48:37.994Z Downloaded base64ct v1.8.3
2642026-08-27T00:48:37.994Z Downloaded csv-core v0.1.13
2652026-08-27T00:48:37.994Z Downloaded derive_builder_core v0.20.2
2662026-08-27T00:48:37.995Z Downloaded buf-list v1.1.2
2672026-08-27T00:48:37.995Z Downloaded ingot v0.2.1
2682026-08-27T00:48:37.995Z Downloaded progenitor-client v0.14.0
2692026-08-27T00:48:37.995Z Downloaded progenitor-macro v0.13.0
2702026-08-27T00:48:37.995Z Downloaded delegate v0.13.5
2712026-08-27T00:48:37.998Z Downloaded darling v0.13.4
2722026-08-27T00:48:37.998Z Downloaded anstyle v1.0.14
2732026-08-27T00:48:37.998Z Downloaded rfc6979 v0.4.0
2742026-08-27T00:48:37.998Z Downloaded httptest v0.16.4
2752026-08-27T00:48:38.002Z Downloaded highway v1.3.0
2762026-08-27T00:48:38.009Z Downloaded argon2 v0.5.3
2772026-08-27T00:48:38.012Z Downloaded derive-ex v0.1.8
2782026-08-27T00:48:38.013Z Downloaded arrayvec v0.7.6
2792026-08-27T00:48:38.016Z Downloaded hyper-rustls v0.27.7
2802026-08-27T00:48:38.016Z Downloaded async-trait v0.1.89
2812026-08-27T00:48:38.025Z Downloaded cookie_store v0.22.1
2822026-08-27T00:48:38.025Z Downloaded des v0.9.0
2832026-08-27T00:48:38.025Z Downloaded colored v3.1.1
2842026-08-27T00:48:38.025Z Downloaded hybrid-array v0.4.13
2852026-08-27T00:48:38.025Z Downloaded ingot-macros v0.2.0
2862026-08-27T00:48:38.025Z Downloaded hickory-client v0.25.2
2872026-08-27T00:48:38.025Z Downloaded clang-sys v1.8.1
2882026-08-27T00:48:38.026Z Downloaded crossbeam-epoch v0.9.18
2892026-08-27T00:48:38.030Z Downloaded darling v0.21.3
2902026-08-27T00:48:38.030Z Downloaded ipnetwork v0.21.1
2912026-08-27T00:48:38.030Z Downloaded iana-time-zone v0.1.65
2922026-08-27T00:48:38.033Z Downloaded bitflags v1.3.2
2932026-08-27T00:48:38.033Z Downloaded defmt v1.0.1
2942026-08-27T00:48:38.037Z Downloaded bytecount v0.6.9
2952026-08-27T00:48:38.037Z Downloaded camino-tempfile v1.4.1
2962026-08-27T00:48:38.037Z Downloaded cexpr v0.6.0
2972026-08-27T00:48:38.040Z Downloaded bitfield v0.19.4
2982026-08-27T00:48:38.040Z Downloaded ref-cast v1.0.25
2992026-08-27T00:48:38.041Z Downloaded russh-util v0.52.0
3002026-08-27T00:48:38.041Z Downloaded rustc-hash v2.1.1
3012026-08-27T00:48:38.046Z Downloaded serde-big-array v0.5.1
3022026-08-27T00:48:38.046Z Downloaded phc v0.6.1
3032026-08-27T00:48:38.046Z Downloaded half v1.8.3
3042026-08-27T00:48:38.055Z Downloaded parse-display-derive v0.10.0
3052026-08-27T00:48:38.055Z Downloaded paste v1.0.15
3062026-08-27T00:48:38.056Z Downloaded datatest-stable v0.3.3
3072026-08-27T00:48:38.056Z Downloaded crossbeam-utils v0.8.21
3082026-08-27T00:48:38.056Z Downloaded darling v0.23.0
3092026-08-27T00:48:38.056Z Downloaded heapless v0.8.0
3102026-08-27T00:48:38.075Z Downloaded postgres-protocol v0.6.10
3112026-08-27T00:48:38.075Z Downloaded scroll_derive v0.13.1
3122026-08-27T00:48:38.075Z Downloaded serde_spanned v1.1.1
3132026-08-27T00:48:38.075Z Downloaded hmac v0.12.1
3142026-08-27T00:48:38.075Z Downloaded blake2 v0.11.0-rc.6
3152026-08-27T00:48:38.075Z Downloaded shell-words v1.1.1
3162026-08-27T00:48:38.075Z Downloaded similar-asserts v1.7.0
3172026-08-27T00:48:38.075Z Downloaded anyhow v1.0.104
3182026-08-27T00:48:38.075Z Downloaded darling v0.20.11
3192026-08-27T00:48:38.076Z Downloaded pin-project-lite v0.2.17
3202026-08-27T00:48:38.076Z Downloaded slog-envlogger v2.2.0
3212026-08-27T00:48:38.076Z Downloaded structmeta-derive v0.3.0
3222026-08-27T00:48:38.076Z Downloaded signature v3.0.0
3232026-08-27T00:48:38.076Z Downloaded cookie v0.18.1
3242026-08-27T00:48:38.081Z Downloaded proc-macro-error v1.0.4
3252026-08-27T00:48:38.081Z Downloaded async-lock v3.4.2
3262026-08-27T00:48:38.081Z Downloaded primeorder v0.13.6
3272026-08-27T00:48:38.085Z Downloaded rand_chacha v0.9.0
3282026-08-27T00:48:38.085Z Downloaded rpassword v7.5.4
3292026-08-27T00:48:38.085Z Downloaded backon v1.6.0
3302026-08-27T00:48:38.085Z Downloaded clap v4.6.1
3312026-08-27T00:48:38.088Z Downloaded clap_derive v4.6.1
3322026-08-27T00:48:38.092Z Downloaded const-oid v0.10.2
3332026-08-27T00:48:38.092Z Downloaded half v2.7.1
3342026-08-27T00:48:38.095Z Downloaded supports-color v3.0.2
3352026-08-27T00:48:38.095Z Downloaded psm v0.1.30
3362026-08-27T00:48:38.096Z Downloaded quick-error v1.2.3
3372026-08-27T00:48:38.099Z Downloaded sync-ptr v0.1.4
3382026-08-27T00:48:38.099Z Downloaded termtree v0.5.1
3392026-08-27T00:48:38.099Z Downloaded httparse v1.10.1
3402026-08-27T00:48:38.099Z Downloaded camino v1.2.5
3412026-08-27T00:48:38.099Z Downloaded thread-id v5.1.0
3422026-08-27T00:48:38.105Z Downloaded autocfg v1.5.0
3432026-08-27T00:48:38.105Z Downloaded relative-path v1.9.3
3442026-08-27T00:48:38.105Z Downloaded sec1 v0.8.1
3452026-08-27T00:48:38.105Z Downloaded trait-variant v0.1.2
3462026-08-27T00:48:38.110Z Downloaded parking_lot v0.11.2
3472026-08-27T00:48:38.110Z Downloaded unicode-xid v0.2.6
3482026-08-27T00:48:38.110Z Downloaded universal-hash v0.5.1
3492026-08-27T00:48:38.110Z Downloaded pkcs1 v0.7.5
3502026-08-27T00:48:38.115Z Downloaded topological-sort v0.2.2
3512026-08-27T00:48:38.115Z Downloaded derive_builder v0.20.2
3522026-08-27T00:48:38.118Z Downloaded tower-service v0.3.3
3532026-08-27T00:48:38.118Z Downloaded serde_derive_internals v0.29.1
3542026-08-27T00:48:38.123Z Downloaded ignore v0.4.25
3552026-08-27T00:48:38.123Z Downloaded derive-where v1.6.0
3562026-08-27T00:48:38.127Z Downloaded allocator-api2 v0.2.21
3572026-08-27T00:48:38.132Z Downloaded usdt-macro v0.5.0
3582026-08-27T00:48:38.132Z Downloaded spki v0.8.0
3592026-08-27T00:48:38.132Z Downloaded strip-ansi-escapes v0.2.1
3602026-08-27T00:48:38.137Z Downloaded indexmap v1.9.3
3612026-08-27T00:48:38.137Z Downloaded postcard v1.1.3
3622026-08-27T00:48:38.140Z Downloaded icu_provider v2.1.1
3632026-08-27T00:48:38.140Z Downloaded wnaf v0.14.0
3642026-08-27T00:48:38.140Z Downloaded xshell-macros v0.2.7
3652026-08-27T00:48:38.140Z Downloaded quote v1.0.45
3662026-08-27T00:48:38.140Z Downloaded slog-json v2.6.1
3672026-08-27T00:48:38.144Z Downloaded smf v0.2.3
3682026-08-27T00:48:38.144Z Downloaded target-triple v1.0.0
3692026-08-27T00:48:38.144Z Downloaded usdt-attr-macro v0.6.0
3702026-08-27T00:48:38.144Z Downloaded darling_core v0.20.11
3712026-08-27T00:48:38.148Z Downloaded wait-timeout v0.2.1
3722026-08-27T00:48:38.148Z Downloaded serde_with_macros v1.5.2
3732026-08-27T00:48:38.148Z Downloaded strum_macros v0.26.4
3742026-08-27T00:48:38.148Z Downloaded sync_wrapper v1.0.2
3752026-08-27T00:48:38.151Z Downloaded synstructure v0.13.2
3762026-08-27T00:48:38.152Z Downloaded digest-io v0.1.0
3772026-08-27T00:48:38.152Z Downloaded dof v0.4.0
3782026-08-27T00:48:38.152Z Downloaded embedded-io v0.4.0
3792026-08-27T00:48:38.152Z Downloaded strum_macros v0.27.2
3802026-08-27T00:48:38.155Z Downloaded embedded-io v0.6.1
3812026-08-27T00:48:38.155Z Downloaded equivalent v1.0.2
3822026-08-27T00:48:38.155Z Downloaded thiserror-impl v2.0.18
3832026-08-27T00:48:38.155Z Downloaded zone_cfg_derive v0.3.1
3842026-08-27T00:48:38.155Z Downloaded document-features v0.2.12
3852026-08-27T00:48:38.155Z Downloaded dof v0.3.0
3862026-08-27T00:48:38.160Z Downloaded oso v0.27.3
3872026-08-27T00:48:38.160Z Downloaded hmac v0.13.0
3882026-08-27T00:48:38.167Z Downloaded icu_properties v2.1.2
3892026-08-27T00:48:38.167Z Downloaded semver v1.0.28
3902026-08-27T00:48:38.167Z Downloaded tokio-tungstenite v0.21.0
3912026-08-27T00:48:38.167Z Downloaded icu_normalizer_data v2.1.1
3922026-08-27T00:48:38.167Z Downloaded headers v0.4.1
3932026-08-27T00:48:38.171Z Downloaded tui-tree-widget v0.23.1
3942026-08-27T00:48:38.171Z Downloaded form_urlencoded v1.2.2
3952026-08-27T00:48:38.174Z Downloaded fnv v1.0.7
3962026-08-27T00:48:38.174Z Downloaded futures-task v0.3.32
3972026-08-27T00:48:38.174Z Downloaded indicatif v0.18.4
3982026-08-27T00:48:38.177Z Downloaded generic-array v0.14.7
3992026-08-27T00:48:38.177Z Downloaded git-stub v1.0.0
4002026-08-27T00:48:38.183Z Downloaded time-macros v0.2.27
4012026-08-27T00:48:38.183Z Downloaded tinytemplate v1.2.1
4022026-08-27T00:48:38.187Z Downloaded darling_core v0.21.3
4032026-08-27T00:48:38.187Z Downloaded funty v2.0.0
4042026-08-27T00:48:38.190Z Downloaded derive_more v0.99.20
4052026-08-27T00:48:38.196Z Downloaded darling_core v0.13.4
4062026-08-27T00:48:38.200Z Downloaded addr2line v0.25.1
4072026-08-27T00:48:38.200Z Downloaded const_format v0.2.35
4082026-08-27T00:48:38.203Z Downloaded memoffset v0.9.1
4092026-08-27T00:48:38.211Z Downloaded proc-macro2 v1.0.106
4102026-08-27T00:48:38.222Z Downloaded darling_core v0.23.0
4112026-08-27T00:48:38.222Z Downloaded whoami v1.6.1
4122026-08-27T00:48:38.222Z Downloaded anstyle-query v1.1.5
4132026-08-27T00:48:38.222Z Downloaded atty v0.2.14
4142026-08-27T00:48:38.222Z Downloaded xshell v0.2.7
4152026-08-27T00:48:38.222Z Downloaded maplit v1.0.2
4162026-08-27T00:48:38.222Z Downloaded match_cfg v0.1.0
4172026-08-27T00:48:38.222Z Downloaded async-object-pool v0.2.0
4182026-08-27T00:48:38.222Z Downloaded mime v0.3.17
4192026-08-27T00:48:38.222Z Downloaded env_logger v0.11.11
4202026-08-27T00:48:38.226Z Downloaded displaydoc v0.2.5
4212026-08-27T00:48:38.230Z Downloaded num-iter v0.1.45
4222026-08-27T00:48:38.237Z Downloaded rustls-platform-verifier v0.6.2
4232026-08-27T00:48:38.257Z Downloaded schemars v0.8.22
4242026-08-27T00:48:38.262Z Downloaded toml v0.8.23
4252026-08-27T00:48:38.262Z Downloaded kstat-rs v0.2.5
4262026-08-27T00:48:38.262Z Downloaded icu_normalizer v2.1.1
4272026-08-27T00:48:38.262Z Downloaded foldhash v0.1.5
4282026-08-27T00:48:38.262Z Downloaded git-stub-vcs v0.1.0
4292026-08-27T00:48:38.262Z Downloaded openssl-sys v0.9.117
4302026-08-27T00:48:38.262Z Downloaded heapless v0.7.17
4312026-08-27T00:48:38.262Z Downloaded knus-derive v3.4.0
4322026-08-27T00:48:38.262Z Downloaded tempfile v3.27.0
4332026-08-27T00:48:38.262Z Downloaded fd-lock v4.0.4
4342026-08-27T00:48:38.263Z Downloaded assert-json-diff v2.0.2
4352026-08-27T00:48:38.272Z Downloaded atomic-waker v1.1.2
4362026-08-27T00:48:38.272Z Downloaded atomicwrites v0.4.4
4372026-08-27T00:48:38.272Z Downloaded bcrypt-pbkdf v0.11.0
4382026-08-27T00:48:38.272Z Downloaded hashbrown v0.12.3
4392026-08-27T00:48:38.272Z Downloaded fallible-iterator v0.2.0
4402026-08-27T00:48:38.272Z Downloaded ff v0.13.1
4412026-08-27T00:48:38.272Z Downloaded der v0.7.10
4422026-08-27T00:48:38.272Z Downloaded linkme v0.3.35
4432026-08-27T00:48:38.272Z Downloaded futures-executor v0.3.32
4442026-08-27T00:48:38.277Z Downloaded cast v0.3.0
4452026-08-27T00:48:38.277Z Downloaded compact_str v0.8.1
4462026-08-27T00:48:38.277Z Downloaded keccak v0.2.0
4472026-08-27T00:48:38.281Z Downloaded slog v2.8.2
4482026-08-27T00:48:38.281Z Downloaded http v1.4.2
4492026-08-27T00:48:38.281Z Downloaded openssl-macros v0.1.1
4502026-08-27T00:48:38.285Z Downloaded parse-size v1.1.0
4512026-08-27T00:48:38.285Z Downloaded proc-macro-error-attr2 v2.0.0
4522026-08-27T00:48:38.286Z Downloaded phf_shared v0.11.3
4532026-08-27T00:48:38.286Z Downloaded crypto-bigint v0.5.5
4542026-08-27T00:48:38.290Z Downloaded whoami v2.1.0
4552026-08-27T00:48:38.290Z Downloaded zerocopy-derive v0.7.35
4562026-08-27T00:48:38.295Z Downloaded recursive-proc-macro-impl v0.1.1
4572026-08-27T00:48:38.295Z Downloaded phf_shared v0.13.1
4582026-08-27T00:48:38.296Z Downloaded recursive v0.1.1
4592026-08-27T00:48:38.296Z Downloaded rfc6979 v0.6.0
4602026-08-27T00:48:38.304Z Downloaded secrecy v0.8.0
4612026-08-27T00:48:38.304Z Downloaded secrecy v0.10.3
4622026-08-27T00:48:38.304Z Downloaded ecdsa v0.17.0
4632026-08-27T00:48:38.304Z Downloaded lock_api v0.4.14
4642026-08-27T00:48:38.304Z Downloaded miette-derive v7.6.0
4652026-08-27T00:48:38.304Z Downloaded native-tls v0.2.18
4662026-08-27T00:48:38.309Z Downloaded num v0.4.3
4672026-08-27T00:48:38.309Z Downloaded nu-ansi-term v0.50.3
4682026-08-27T00:48:38.309Z Downloaded hickory-server v0.25.2
4692026-08-27T00:48:38.309Z Downloaded num_enum v0.7.6
4702026-08-27T00:48:38.309Z Downloaded precomputed-hash v0.1.1
4712026-08-27T00:48:38.309Z Downloaded bs58 v0.5.1
4722026-08-27T00:48:38.326Z Downloaded progenitor-macro v0.14.0
4732026-08-27T00:48:38.326Z Downloaded newtype-uuid v1.3.2
4742026-08-27T00:48:38.326Z Downloaded pest_meta v2.8.6
4752026-08-27T00:48:38.326Z Downloaded hickory-resolver v0.25.2
4762026-08-27T00:48:38.326Z Downloaded icu_locale_core v2.1.1
4772026-08-27T00:48:38.326Z Downloaded chacha20poly1305 v0.10.1
4782026-08-27T00:48:38.326Z Downloaded hyper-util v0.1.20
4792026-08-27T00:48:38.332Z Downloaded icu_collections v2.1.1
4802026-08-27T00:48:38.332Z Downloaded getrandom v0.2.17
4812026-08-27T00:48:38.332Z Downloaded indexmap v2.14.0
4822026-08-27T00:48:38.332Z Downloaded internal-russh-num-bigint v0.5.0
4832026-08-27T00:48:38.336Z Downloaded test-strategy v0.4.5
4842026-08-27T00:48:38.336Z Downloaded toml_parser v1.1.2+spec-1.1.0
4852026-08-27T00:48:38.336Z Downloaded bcs v0.1.6
4862026-08-27T00:48:38.352Z Downloaded anstream v0.6.21
4872026-08-27T00:48:38.352Z Downloaded russh-cryptovec v0.62.0
4882026-08-27T00:48:38.352Z Downloaded rustc_version v0.4.1
4892026-08-27T00:48:38.352Z Downloaded same-file v1.0.6
4902026-08-27T00:48:38.352Z Downloaded scroll_derive v0.12.1
4912026-08-27T00:48:38.352Z Downloaded unicode-ident v1.0.24
4922026-08-27T00:48:38.352Z Downloaded chacha20 v0.9.1
4932026-08-27T00:48:38.352Z Downloaded serde_derive v1.0.228
4942026-08-27T00:48:38.352Z Downloaded partial-io v0.5.4
4952026-08-27T00:48:38.352Z Downloaded diesel_derives v2.3.7
4962026-08-27T00:48:38.352Z Downloaded pkg-config v0.3.32
4972026-08-27T00:48:38.358Z Downloaded hashbrown v0.13.2
4982026-08-27T00:48:38.358Z Downloaded derive_more v2.1.1
4992026-08-27T00:48:38.364Z Downloaded uuid v1.23.4
5002026-08-27T00:48:38.364Z Downloaded uzers v0.12.2
5012026-08-27T00:48:38.364Z Downloaded primeorder v0.14.0
5022026-08-27T00:48:38.376Z Downloaded swrite v0.1.0
5032026-08-27T00:48:38.376Z Downloaded serde_regex v1.1.0
5042026-08-27T00:48:38.376Z Downloaded rand_distr v0.5.1
5052026-08-27T00:48:38.376Z Downloaded zopfli v0.8.3
5062026-08-27T00:48:38.376Z Downloaded siphasher v1.0.2
5072026-08-27T00:48:38.376Z Downloaded smawk v0.3.2
5082026-08-27T00:48:38.376Z Downloaded predicates v3.1.4
5092026-08-27T00:48:38.376Z Downloaded progenitor-client v0.13.0
5102026-08-27T00:48:38.376Z Downloaded rand_core v0.9.5
5112026-08-27T00:48:38.376Z Downloaded rand_seeder v0.4.0
5122026-08-27T00:48:38.376Z Downloaded slog-bunyan v2.5.0
5132026-08-27T00:48:38.376Z Downloaded supports-hyperlinks v2.1.0
5142026-08-27T00:48:38.376Z Downloaded take_mut v0.2.2
5152026-08-27T00:48:38.380Z Downloaded cassowary v0.3.0
5162026-08-27T00:48:38.380Z Downloaded stable_deref_trait v1.2.1
5172026-08-27T00:48:38.380Z Downloaded rusty-fork v0.3.1
5182026-08-27T00:48:38.380Z Downloaded samael v0.0.19
5192026-08-27T00:48:38.395Z Downloaded tungstenite v0.21.0
5202026-08-27T00:48:38.395Z Downloaded argon2 v0.6.0-rc.8
5212026-08-27T00:48:38.400Z Downloaded rstest_macros v0.25.0
5222026-08-27T00:48:38.400Z Downloaded unicode-truncate v1.1.0
5232026-08-27T00:48:38.401Z Downloaded itertools v0.10.5
5242026-08-27T00:48:38.401Z Downloaded toml_write v0.1.2
5252026-08-27T00:48:38.401Z Downloaded rustls-native-certs v0.8.3
5262026-08-27T00:48:38.401Z Downloaded derive_more-impl v2.1.1
5272026-08-27T00:48:38.401Z Downloaded serdect v0.4.3
5282026-08-27T00:48:38.405Z Downloaded der v0.8.0
5292026-08-27T00:48:38.405Z Downloaded log v0.4.33
5302026-08-27T00:48:38.410Z Downloaded unit-prefix v0.5.2
5312026-08-27T00:48:38.410Z Downloaded ucd-trie v0.1.7
5322026-08-27T00:48:38.410Z Downloaded typify-macro v0.6.2
5332026-08-27T00:48:38.410Z Downloaded untrusted v0.9.0
5342026-08-27T00:48:38.414Z Downloaded void v1.0.2
5352026-08-27T00:48:38.414Z Downloaded hashbrown v0.14.5
5362026-08-27T00:48:38.414Z Downloaded schemars v0.9.0
5372026-08-27T00:48:38.478Z Downloaded password-hash v0.5.0
5382026-08-27T00:48:38.490Z Downloaded structmeta v0.3.0
5392026-08-27T00:48:38.490Z Downloaded serde_tokenstream v0.2.3
5402026-08-27T00:48:38.490Z Downloaded zerofrom-derive v0.1.6
5412026-08-27T00:48:38.490Z Downloaded pest_derive v2.8.6
5422026-08-27T00:48:38.490Z Downloaded signature v2.2.0
5432026-08-27T00:48:38.490Z Downloaded fastrand v2.3.0
5442026-08-27T00:48:38.490Z Downloaded foreign-types-shared v0.1.1
5452026-08-27T00:48:38.490Z Downloaded futures-macro v0.3.32
5462026-08-27T00:48:38.490Z Downloaded steno v0.4.1
5472026-08-27T00:48:38.491Z Downloaded utf8_iter v1.0.4
5482026-08-27T00:48:38.491Z Downloaded postgres-types v0.2.12
5492026-08-27T00:48:38.491Z Downloaded dirs-sys-next v0.1.2
5502026-08-27T00:48:38.491Z Downloaded dyn-clone v1.0.20
5512026-08-27T00:48:38.491Z Downloaded strum_macros v0.24.3
5522026-08-27T00:48:38.491Z Downloaded termios v0.3.3
5532026-08-27T00:48:38.491Z Downloaded thiserror-impl v1.0.69
5542026-08-27T00:48:38.491Z Downloaded thread_local v1.1.9
5552026-08-27T00:48:38.491Z Downloaded env_filter v2.0.0
5562026-08-27T00:48:38.491Z Downloaded flagset v0.4.7
5572026-08-27T00:48:38.491Z Downloaded keccak v0.1.6
5582026-08-27T00:48:38.492Z Downloaded ssh-encoding v0.3.0
5592026-08-27T00:48:38.492Z Downloaded memmap v0.7.0
5602026-08-27T00:48:38.492Z Downloaded itoa v1.0.17
5612026-08-27T00:48:38.492Z Downloaded toml v1.1.2+spec-1.1.0
5622026-08-27T00:48:38.492Z Downloaded knus v3.4.0
5632026-08-27T00:48:38.492Z Downloaded tls_codec_derive v0.4.2
5642026-08-27T00:48:38.492Z Downloaded hickory-resolver v0.24.4
5652026-08-27T00:48:38.492Z Downloaded target-spec v3.5.7
5662026-08-27T00:48:38.492Z Downloaded lzss v0.8.2
5672026-08-27T00:48:38.492Z Downloaded lalrpop-util v0.19.12
5682026-08-27T00:48:38.492Z Downloaded lazy_static v1.5.0
5692026-08-27T00:48:38.492Z Downloaded lru-slab v0.1.2
5702026-08-27T00:48:38.492Z Downloaded miette-derive v5.10.0
5712026-08-27T00:48:38.492Z Downloaded newline-converter v0.3.0
5722026-08-27T00:48:38.492Z Downloaded tokio-postgres v0.7.16
5732026-08-27T00:48:38.492Z Downloaded hashbrown v0.16.1
5742026-08-27T00:48:38.492Z Downloaded ciborium v0.2.2
5752026-08-27T00:48:38.492Z Downloaded aes v0.9.1
5762026-08-27T00:48:38.492Z Downloaded walkdir v2.5.0
5772026-08-27T00:48:38.492Z Downloaded usdt-impl v0.5.0
5782026-08-27T00:48:38.492Z Downloaded vergen-gitcl v1.0.8
5792026-08-27T00:48:38.492Z Downloaded writeable v0.6.2
5802026-08-27T00:48:38.492Z Downloaded zeroize v1.9.0
5812026-08-27T00:48:38.492Z Downloaded sha2 v0.11.0
5822026-08-27T00:48:38.493Z Downloaded yansi v1.0.1
5832026-08-27T00:48:38.493Z Downloaded zerofrom v0.1.6
5842026-08-27T00:48:38.493Z Downloaded foldhash v0.2.0
5852026-08-27T00:48:38.497Z Downloaded spin v0.9.8
5862026-08-27T00:48:38.497Z Downloaded slog-term v2.9.2
5872026-08-27T00:48:38.497Z Downloaded ena v0.14.4
5882026-08-27T00:48:38.497Z Downloaded fs_extra v1.3.0
5892026-08-27T00:48:38.497Z Downloaded url v2.5.8
5902026-08-27T00:48:38.497Z Downloaded async-stream-impl v0.3.6
5912026-08-27T00:48:38.497Z Downloaded block-buffer v0.10.4
5922026-08-27T00:48:38.497Z Downloaded async-recursion v1.1.1
5932026-08-27T00:48:38.502Z Downloaded futures-io v0.3.32
5942026-08-27T00:48:38.506Z Downloaded enum_dispatch v0.3.13
5952026-08-27T00:48:38.510Z Downloaded proc-macro-crate v1.3.1
5962026-08-27T00:48:38.510Z Downloaded bitflags v2.11.0
5972026-08-27T00:48:38.514Z Downloaded term v0.7.0
5982026-08-27T00:48:38.518Z Downloaded tokio-rustls v0.26.4
5992026-08-27T00:48:38.518Z Downloaded libscf-sys v1.2.0
6002026-08-27T00:48:38.518Z Downloaded linear-map v1.2.0
6012026-08-27T00:48:38.518Z Downloaded pathdiff v0.2.3
6022026-08-27T00:48:38.523Z Downloaded hashbrown v0.15.5
6032026-08-27T00:48:38.523Z Downloaded guppy v0.17.25
6042026-08-27T00:48:38.526Z Downloaded plain v0.2.3
6052026-08-27T00:48:38.526Z Downloaded crossterm v0.29.0
6062026-08-27T00:48:38.530Z Downloaded iri-string v0.7.10
6072026-08-27T00:48:38.534Z Downloaded serde_with v1.14.0
6082026-08-27T00:48:38.560Z Downloaded num-complex v0.4.6
6092026-08-27T00:48:38.563Z Downloaded rand_pcg v0.10.2
6102026-08-27T00:48:38.563Z Downloaded p256 v0.14.0
6112026-08-27T00:48:38.563Z Downloaded rustyline v14.0.0
6122026-08-27T00:48:38.563Z Downloaded aead v0.6.1
6132026-08-27T00:48:38.563Z Downloaded num_enum_derive v0.7.6
6142026-08-27T00:48:38.564Z Downloaded signal-hook v0.3.18
6152026-08-27T00:48:38.564Z Downloaded semver v0.1.20
6162026-08-27T00:48:38.564Z Downloaded serde_urlencoded v0.7.1
6172026-08-27T00:48:38.564Z Downloaded anstream v1.0.0
6182026-08-27T00:48:38.564Z Downloaded async-stream v0.3.6
6192026-08-27T00:48:38.564Z Downloaded sha1 v0.10.6
6202026-08-27T00:48:38.568Z Downloaded sqlparser_derive v0.5.0
6212026-08-27T00:48:38.568Z Downloaded supports-color v2.1.0
6222026-08-27T00:48:38.568Z Downloaded tokio-test v0.4.5
6232026-08-27T00:48:38.571Z Downloaded oxide-tokio-rt v0.1.4
6242026-08-27T00:48:38.571Z Downloaded strum v0.26.3
6252026-08-27T00:48:38.571Z Downloaded tabwriter v1.4.1
6262026-08-27T00:48:38.576Z Downloaded terminal_size v0.1.17
6272026-08-27T00:48:38.576Z Downloaded testing_table v0.3.0
6282026-08-27T00:48:38.576Z Downloaded tabled_derive v0.7.0
6292026-08-27T00:48:38.576Z Downloaded terminal_size v0.4.3
6302026-08-27T00:48:38.594Z Downloaded cargo_metadata v0.23.1
6312026-08-27T00:48:38.595Z Downloaded cipher v0.4.4
6322026-08-27T00:48:38.595Z Downloaded owo-colors v3.5.0
6332026-08-27T00:48:38.595Z Downloaded toml v0.7.8
6342026-08-27T00:48:38.595Z Downloaded twox-hash v2.1.2
6352026-08-27T00:48:38.595Z Downloaded ed25519-dalek v3.0.0
6362026-08-27T00:48:38.595Z Downloaded oxide-update-engine v0.1.2
6372026-08-27T00:48:38.595Z Downloaded predicates-core v1.0.10
6382026-08-27T00:48:38.595Z Downloaded unicode-segmentation v1.12.0
6392026-08-27T00:48:38.600Z Downloaded pem v3.0.6
6402026-08-27T00:48:38.600Z Downloaded phf v0.13.1
6412026-08-27T00:48:38.600Z Downloaded primefield v0.14.0
6422026-08-27T00:48:38.600Z Downloaded unarray v0.1.4
6432026-08-27T00:48:38.600Z Downloaded tracing-core v0.1.36
6442026-08-27T00:48:38.600Z Downloaded hashbrown v0.17.0
6452026-08-27T00:48:38.607Z Downloaded itertools v0.12.1
6462026-08-27T00:48:38.612Z Downloaded flate2 v1.1.9
6472026-08-27T00:48:38.615Z Downloaded itertools v0.15.0
6482026-08-27T00:48:38.619Z Downloaded usdt-macro v0.6.0
6492026-08-27T00:48:38.619Z Downloaded icu_properties_data v2.1.2
6502026-08-27T00:48:38.623Z Downloaded serde_core v1.0.228
6512026-08-27T00:48:38.629Z Downloaded usdt v0.5.0
6522026-08-27T00:48:38.629Z Downloaded num-rational v0.4.2
6532026-08-27T00:48:38.629Z Downloaded bumpalo v3.20.2
6542026-08-27T00:48:38.629Z Downloaded p384 v0.14.0
6552026-08-27T00:48:38.636Z Downloaded scroll v0.12.0
6562026-08-27T00:48:38.636Z Downloaded rustversion v1.0.22
6572026-08-27T00:48:38.636Z Downloaded zeroize_derive v1.5.0
6582026-08-27T00:48:38.636Z Downloaded xattr v1.6.1
6592026-08-27T00:48:38.636Z Downloaded serde_path_to_error v0.1.20
6602026-08-27T00:48:38.636Z Downloaded dirs-next v2.0.0
6612026-08-27T00:48:38.640Z Downloaded spki v0.7.3
6622026-08-27T00:48:38.640Z Downloaded goblin v0.8.2
6632026-08-27T00:48:38.640Z Downloaded cfg-expr v0.20.6
6642026-08-27T00:48:38.644Z Downloaded blake2b_simd v1.0.4
6652026-08-27T00:48:38.644Z Downloaded sec1 v0.7.3
6662026-08-27T00:48:38.644Z Downloaded serde_tokenstream v0.3.0
6672026-08-27T00:48:38.648Z Downloaded slog-scope v4.4.1
6682026-08-27T00:48:38.648Z Downloaded stringmetrics v2.2.2
6692026-08-27T00:48:38.648Z Downloaded dtrace-parser v0.2.0
6702026-08-27T00:48:38.648Z Downloaded foreign-types v0.5.0
6712026-08-27T00:48:38.648Z Downloaded linkme-impl v0.3.35
6722026-08-27T00:48:38.648Z Downloaded md-5 v0.10.6
6732026-08-27T00:48:38.671Z Downloaded event-listener-strategy v0.5.4
6742026-08-27T00:48:38.671Z Downloaded foreign-types-macros v0.2.3
6752026-08-27T00:48:38.671Z Downloaded futures-sink v0.3.32
6762026-08-27T00:48:38.672Z Downloaded itertools v0.13.0
6772026-08-27T00:48:38.679Z Downloaded parking_lot_core v0.9.12
6782026-08-27T00:48:38.679Z Downloaded tinystr v0.8.2
6792026-08-27T00:48:38.679Z Downloaded getrandom v0.3.4
6802026-08-27T00:48:38.679Z Downloaded port-file v0.1.0
6812026-08-27T00:48:38.679Z Downloaded md5 v0.8.0
6822026-08-27T00:48:38.679Z Downloaded newtype_derive v0.1.6
6832026-08-27T00:48:38.679Z Downloaded unicase v2.9.0
6842026-08-27T00:48:38.679Z Downloaded ml-kem v0.3.2
6852026-08-27T00:48:38.679Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6862026-08-27T00:48:38.683Z Downloaded hkdf v0.12.4
6872026-08-27T00:48:38.683Z Downloaded lru-cache v0.1.2
6882026-08-27T00:48:38.683Z Downloaded normalize-line-endings v0.3.0
6892026-08-27T00:48:38.720Z Downloaded idna v1.1.0
6902026-08-27T00:48:38.720Z Downloaded itertools v0.14.0
6912026-08-27T00:48:38.724Z Downloaded nonempty v0.12.0
6922026-08-27T00:48:38.724Z Downloaded aead v0.5.2
6932026-08-27T00:48:38.724Z Downloaded ssh-key v0.7.0-rc.11
6942026-08-27T00:48:38.724Z Downloaded base16ct v0.2.0
6952026-08-27T00:48:38.724Z Downloaded approx v0.5.1
6962026-08-27T00:48:38.724Z Downloaded bit-set v0.5.3
6972026-08-27T00:48:38.724Z Downloaded vergen-git2 v9.1.0
6982026-08-27T00:48:38.724Z Downloaded zmij v1.0.21
6992026-08-27T00:48:38.724Z Downloaded bitfield-macros v0.19.4
7002026-08-27T00:48:38.724Z Downloaded cfg-if v1.0.4
7012026-08-27T00:48:38.725Z Downloaded cfg_aliases v0.1.1
7022026-08-27T00:48:38.725Z Downloaded qorb v0.4.1
7032026-08-27T00:48:38.725Z Downloaded hyper v1.10.1
7042026-08-27T00:48:38.725Z Downloaded zerovec v0.11.5
7052026-08-27T00:48:38.725Z Downloaded serde_with_macros v3.21.0
7062026-08-27T00:48:38.725Z Downloaded erased-serde v0.3.31
7072026-08-27T00:48:38.725Z Downloaded filetime v0.2.27
7082026-08-27T00:48:38.725Z Downloaded libefi-sys v0.1.0
7092026-08-27T00:48:38.725Z Downloaded bitfield-struct v0.6.2
7102026-08-27T00:48:38.725Z Downloaded packed_struct_codegen v0.10.1
7112026-08-27T00:48:38.725Z Downloaded predicates-tree v1.0.13
7122026-08-27T00:48:38.725Z Downloaded support-bundle-viewer v0.1.2
7132026-08-27T00:48:38.729Z Downloaded plotters v0.3.7
7142026-08-27T00:48:38.732Z Downloaded papergrid v0.18.0
7152026-08-27T00:48:38.754Z Downloaded pkcs5 v0.8.1
7162026-08-27T00:48:38.758Z Downloaded schemars v1.2.1
7172026-08-27T00:48:38.758Z Downloaded find-msvc-tools v0.1.9
7182026-08-27T00:48:38.758Z Downloaded num_enum v0.5.11
7192026-08-27T00:48:38.758Z Downloaded serde_spanned v0.6.9
7202026-08-27T00:48:38.758Z Downloaded strum v0.27.2
7212026-08-27T00:48:38.758Z Downloaded supports-unicode v3.0.0
7222026-08-27T00:48:38.758Z Downloaded libsw v3.5.0
7232026-08-27T00:48:38.758Z Downloaded nanorand v0.7.0
7242026-08-27T00:48:38.758Z Downloaded anstyle-parse v0.2.7
7252026-08-27T00:48:38.758Z Downloaded anstyle-parse v1.0.0
7262026-08-27T00:48:38.758Z Downloaded quinn-udp v0.5.14
7272026-08-27T00:48:38.758Z Downloaded sapling-renderdag v0.1.0
7282026-08-27T00:48:38.758Z Downloaded signal-hook-tokio v0.3.1
7292026-08-27T00:48:38.801Z Downloaded rcgen v0.12.1
7302026-08-27T00:48:38.802Z Downloaded digest v0.11.3
7312026-08-27T00:48:38.802Z Downloaded zerocopy v0.6.6
7322026-08-27T00:48:38.802Z Downloaded tinyvec_macros v0.1.1
7332026-08-27T00:48:38.802Z Downloaded try-lock v0.2.5
7342026-08-27T00:48:38.802Z Downloaded utf-8 v0.7.6
7352026-08-27T00:48:38.802Z Downloaded unicode-linebreak v0.1.5
7362026-08-27T00:48:38.802Z Downloaded tagptr v0.2.0
7372026-08-27T00:48:38.802Z Downloaded tap v1.0.1
7382026-08-27T00:48:38.802Z Downloaded ryu v1.0.23
7392026-08-27T00:48:38.802Z Downloaded oorandom v11.1.5
7402026-08-27T00:48:38.802Z Downloaded owo-colors v4.3.0
7412026-08-27T00:48:38.802Z Downloaded rstest v0.25.0
7422026-08-27T00:48:38.802Z Downloaded ed25519 v2.2.3
7432026-08-27T00:48:38.802Z Downloaded parking_lot_core v0.8.6
7442026-08-27T00:48:38.802Z Downloaded dsl_auto_type v0.2.0
7452026-08-27T00:48:38.802Z Downloaded serde_yaml v0.9.34+deprecated
7462026-08-27T00:48:38.807Z Downloaded pkcs8 v0.10.2
7472026-08-27T00:48:38.807Z Downloaded libxml v0.3.3
7482026-08-27T00:48:38.807Z Downloaded jiff-core v0.1.0
7492026-08-27T00:48:38.807Z Downloaded ppv-lite86 v0.2.21
7502026-08-27T00:48:38.807Z Downloaded tinyvec v1.10.0
7512026-08-27T00:48:38.807Z Downloaded seq-macro v0.3.6
7522026-08-27T00:48:38.807Z Downloaded rand_core v0.6.4
7532026-08-27T00:48:38.807Z Downloaded rustls-pemfile v2.2.0
7542026-08-27T00:48:38.807Z Downloaded endian-type v0.1.2
7552026-08-27T00:48:38.807Z Downloaded bzip2 v0.6.1
7562026-08-27T00:48:38.807Z Downloaded progenitor v0.14.0
7572026-08-27T00:48:38.807Z Downloaded rand v0.9.2
7582026-08-27T00:48:38.844Z Downloaded nom v7.1.3
7592026-08-27T00:48:38.844Z Downloaded fixedbitset v0.4.2
7602026-08-27T00:48:38.844Z Downloaded foreign-types v0.3.2
7612026-08-27T00:48:38.844Z Downloaded tungstenite v0.23.0
7622026-08-27T00:48:38.844Z Downloaded unicode-bidi v0.3.18
7632026-08-27T00:48:38.847Z Downloaded ascii-canvas v3.0.0
7642026-08-27T00:48:38.847Z Downloaded prettyplease v0.2.37
7652026-08-27T00:48:38.847Z Downloaded rust-argon2 v2.1.0
7662026-08-27T00:48:38.847Z Downloaded stringprep v0.1.5
7672026-08-27T00:48:38.847Z Downloaded toml_writer v1.1.1+spec-1.1.0
7682026-08-27T00:48:38.847Z Downloaded globwalk v0.9.1
7692026-08-27T00:48:38.847Z Downloaded macaddr v1.0.1
7702026-08-27T00:48:38.848Z Downloaded new_debug_unreachable v1.0.6
7712026-08-27T00:48:38.848Z Downloaded hkdf v0.13.0
7722026-08-27T00:48:38.848Z Downloaded nested v0.1.1
7732026-08-27T00:48:38.848Z Downloaded h2 v0.4.15
7742026-08-27T00:48:38.848Z Downloaded iddqd v0.4.2
7752026-08-27T00:48:38.848Z Downloaded ar_archive_writer v0.5.1
7762026-08-27T00:48:38.848Z Downloaded vergen v9.1.0
7772026-08-27T00:48:38.848Z Downloaded crypto-primes v0.7.2
7782026-08-27T00:48:38.848Z Downloaded zerocopy-derive v0.8.55
7792026-08-27T00:48:38.851Z Downloaded pest v2.8.6
7802026-08-27T00:48:38.855Z Downloaded slab v0.4.12
7812026-08-27T00:48:38.859Z Downloaded slog-stdlog v4.1.1
7822026-08-27T00:48:38.870Z Downloaded sqlformat v0.3.5
7832026-08-27T00:48:38.870Z Downloaded oxide-generation-macros v0.2.0
7842026-08-27T00:48:38.870Z Downloaded target-lexicon v0.13.3
7852026-08-27T00:48:38.870Z Downloaded tls_codec v0.4.2
7862026-08-27T00:48:38.890Z Downloaded num-conv v0.2.0
7872026-08-27T00:48:38.890Z Downloaded p521 v0.14.0
7882026-08-27T00:48:38.891Z Downloaded parking_lot v0.12.5
7892026-08-27T00:48:38.891Z Downloaded wyz v0.5.1
7902026-08-27T00:48:38.891Z Downloaded zone v0.3.1
7912026-08-27T00:48:38.891Z Downloaded arc-swap v1.8.2
7922026-08-27T00:48:38.891Z Downloaded rsa v0.10.0-rc.18
7932026-08-27T00:48:38.891Z Downloaded zstd v0.13.3
7942026-08-27T00:48:38.891Z Downloaded plotters-svg v0.3.7
7952026-08-27T00:48:38.891Z Downloaded elliptic-curve v0.14.1
7962026-08-27T00:48:38.891Z Downloaded proc-macro-crate v3.4.0
7972026-08-27T00:48:38.891Z Downloaded proc-macro-error-attr v1.0.4
7982026-08-27T00:48:38.891Z Downloaded ed25519-dalek v2.2.0
7992026-08-27T00:48:38.920Z Downloaded pem-rfc7468 v1.0.0
8002026-08-27T00:48:38.921Z Downloaded pkcs8 v0.11.0
8012026-08-27T00:48:38.921Z Downloaded r2d2 v0.8.10
8022026-08-27T00:48:38.921Z Downloaded path-slash v0.1.5
8032026-08-27T00:48:38.921Z Downloaded foreign-types-shared v0.3.1
8042026-08-27T00:48:38.921Z Downloaded fs-err v2.11.0
8052026-08-27T00:48:38.921Z Downloaded rawzip v0.4.4
8062026-08-27T00:48:38.921Z Downloaded ref-cast-impl v1.0.25
8072026-08-27T00:48:38.921Z Downloaded version_check v0.9.5
8082026-08-27T00:48:38.921Z Downloaded vsss-rs v3.3.4
8092026-08-27T00:48:38.921Z Downloaded fancy-regex v0.14.0
8102026-08-27T00:48:38.922Z Downloaded knuffel-derive v3.2.0
8112026-08-27T00:48:38.922Z Downloaded libloading v0.8.9
8122026-08-27T00:48:38.922Z Downloaded serde_cbor v0.11.2
8132026-08-27T00:48:38.922Z Downloaded num-derive v0.4.2
8142026-08-27T00:48:38.922Z Downloaded sha1 v0.11.0
8152026-08-27T00:48:38.922Z Downloaded strsim v0.10.0
8162026-08-27T00:48:38.922Z Downloaded supports-hyperlinks v3.2.0
8172026-08-27T00:48:38.922Z Downloaded mio v1.2.0
8182026-08-27T00:48:38.934Z Downloaded term v1.2.1
8192026-08-27T00:48:38.934Z Downloaded p384 v0.13.1
8202026-08-27T00:48:38.934Z Downloaded camino-tempfile-ext v0.3.3
8212026-08-27T00:48:38.934Z Downloaded packed_struct v0.10.1
8222026-08-27T00:48:38.934Z Downloaded rsa v0.9.10
8232026-08-27T00:48:38.934Z Downloaded blake2 v0.10.6
8242026-08-27T00:48:38.934Z Downloaded byteorder v1.5.0
8252026-08-27T00:48:38.934Z Downloaded display-error-chain v0.2.2
8262026-08-27T00:48:38.934Z Downloaded snafu v0.8.9
8272026-08-27T00:48:38.958Z Downloaded errno v0.3.14
8282026-08-27T00:48:38.958Z Downloaded generic-array v1.4.3
8292026-08-27T00:48:38.958Z Downloaded ghash v0.6.0
8302026-08-27T00:48:38.958Z Downloaded polyval v0.7.1
8312026-08-27T00:48:38.958Z Downloaded progenitor-impl v0.14.0
8322026-08-27T00:48:38.970Z Downloaded ed25519 v3.0.0
8332026-08-27T00:48:38.970Z Downloaded phf v0.12.1
8342026-08-27T00:48:38.970Z Downloaded slog-async v2.8.0
8352026-08-27T00:48:38.970Z Downloaded knuffel v3.2.0
8362026-08-27T00:48:38.970Z Downloaded managed v0.8.0
8372026-08-27T00:48:38.970Z Downloaded multimap v0.10.1
8382026-08-27T00:48:38.970Z Downloaded maybe-uninit v2.0.0
8392026-08-27T00:48:38.970Z Downloaded castaway v0.2.4
8402026-08-27T00:48:38.970Z Downloaded miniz_oxide v0.8.9
8412026-08-27T00:48:38.970Z Downloaded portable-atomic v1.13.1
8422026-08-27T00:48:38.970Z Downloaded thiserror v2.0.18
8432026-08-27T00:48:38.970Z Downloaded parking v2.2.1
8442026-08-27T00:48:38.970Z Downloaded event-listener v5.4.1
8452026-08-27T00:48:38.970Z Downloaded assert_cmd v2.1.2
8462026-08-27T00:48:38.970Z Downloaded tokio-native-tls v0.3.1
8472026-08-27T00:48:38.970Z Downloaded signal-hook-mio v0.2.5
8482026-08-27T00:48:38.970Z Downloaded sigpipe v0.1.3
8492026-08-27T00:48:38.974Z Downloaded toml_edit v0.19.15
8502026-08-27T00:48:38.986Z Downloaded rustc_version v0.1.7
8512026-08-27T00:48:38.986Z Downloaded scopeguard v1.2.0
8522026-08-27T00:48:38.986Z Downloaded sponge-cursor v0.1.0
8532026-08-27T00:48:38.986Z Downloaded memmap2 v0.9.10
8542026-08-27T00:48:38.986Z Downloaded usdt-impl v0.6.0
8552026-08-27T00:48:38.986Z Downloaded ssh-cipher v0.3.0
8562026-08-27T00:48:39.003Z Downloaded thiserror v1.0.69
8572026-08-27T00:48:39.003Z Downloaded bit-vec v0.6.3
8582026-08-27T00:48:39.003Z Downloaded chacha20 v0.10.0
8592026-08-27T00:48:39.003Z Downloaded float-cmp v0.10.0
8602026-08-27T00:48:39.003Z Downloaded time-core v0.1.8
8612026-08-27T00:48:39.003Z Downloaded universal-hash v0.6.1
8622026-08-27T00:48:39.003Z Downloaded waitgroup v0.1.2
8632026-08-27T00:48:39.003Z Downloaded jiff-static v0.2.34
8642026-08-27T00:48:39.003Z Downloaded zstd-safe v7.2.4
8652026-08-27T00:48:39.003Z Downloaded peg-macros v0.8.5
8662026-08-27T00:48:39.003Z Downloaded rayon-core v1.13.0
8672026-08-27T00:48:39.007Z Downloaded either v1.15.0
8682026-08-27T00:48:39.012Z Downloaded futures-timer v3.0.3
8692026-08-27T00:48:39.012Z Downloaded rustls-pki-types v1.14.0
8702026-08-27T00:48:39.012Z Downloaded fs-err v3.3.0
8712026-08-27T00:48:39.023Z Downloaded num-integer v0.1.46
8722026-08-27T00:48:39.023Z Downloaded bit-vec v0.8.0
8732026-08-27T00:48:39.023Z Downloaded nibble_vec v0.1.0
8742026-08-27T00:48:39.023Z Downloaded array-init v0.0.4
8752026-08-27T00:48:39.023Z Downloaded newtype-uuid-macros v0.1.0
8762026-08-27T00:48:39.027Z Downloaded bb8 v0.8.6
8772026-08-27T00:48:39.027Z Downloaded serde_with v3.21.0
8782026-08-27T00:48:39.031Z Downloaded proc-macro-error2 v2.0.1
8792026-08-27T00:48:39.036Z Downloaded oxide-update-engine-display v0.1.2
8802026-08-27T00:48:39.036Z Downloaded socket2 v0.5.10
8812026-08-27T00:48:39.060Z Downloaded tokio-stream v0.1.18
8822026-08-27T00:48:39.060Z Downloaded trybuild v1.0.116
8832026-08-27T00:48:39.060Z Downloaded salsa20 v0.11.0
8842026-08-27T00:48:39.060Z Downloaded supports-unicode v2.1.0
8852026-08-27T00:48:39.060Z Downloaded serde-hex v0.1.0
8862026-08-27T00:48:39.060Z Downloaded radium v0.7.0
8872026-08-27T00:48:39.060Z Downloaded serde_repr v0.1.20
8882026-08-27T00:48:39.060Z Downloaded rtoolbox v0.0.3
8892026-08-27T00:48:39.060Z Downloaded signal-hook-registry v1.4.8
8902026-08-27T00:48:39.060Z Downloaded tiny-keccak v2.0.2
8912026-08-27T00:48:39.060Z Downloaded aes-gcm v0.11.0
8922026-08-27T00:48:39.060Z Downloaded tokio-dtrace v0.1.1
8932026-08-27T00:48:39.060Z Downloaded tar v0.4.46
8942026-08-27T00:48:39.060Z Downloaded rand v0.10.1
8952026-08-27T00:48:39.060Z Downloaded yasna v0.5.2
8962026-08-27T00:48:39.065Z Downloaded jobserver v0.1.34
8972026-08-27T00:48:39.069Z Downloaded want v0.3.1
8982026-08-27T00:48:39.072Z Downloaded chrono v0.4.45
8992026-08-27T00:48:39.076Z Downloaded downcast-rs v2.0.2
9002026-08-27T00:48:39.076Z Downloaded thread-id v4.2.2
9012026-08-27T00:48:39.076Z Downloaded escape8259 v0.5.3
9022026-08-27T00:48:39.076Z Downloaded ff v0.14.0
9032026-08-27T00:48:39.080Z Downloaded bit-set v0.8.0
9042026-08-27T00:48:39.080Z Downloaded dropshot-api-manager v0.8.0
9052026-08-27T00:48:39.087Z Downloaded cbc v0.2.1
9062026-08-27T00:48:39.092Z Downloaded backoff v0.4.0
9072026-08-27T00:48:39.118Z Downloaded bindgen v0.71.1
9082026-08-27T00:48:39.118Z Downloaded sha3 v0.12.0
9092026-08-27T00:48:39.118Z Downloaded ciborium-io v0.2.2
9102026-08-27T00:48:39.122Z Downloaded byte-wrapper v0.1.0
9112026-08-27T00:48:39.122Z Downloaded progenitor v0.13.0
9122026-08-27T00:48:39.122Z Downloaded tokio-util v0.7.18
9132026-08-27T00:48:39.122Z Downloaded oxide-generation v0.1.3
9142026-08-27T00:48:39.122Z Downloaded cargo-platform v0.3.2
9152026-08-27T00:48:39.122Z Downloaded poly1305 v0.9.0
9162026-08-27T00:48:39.122Z Downloaded flume v0.11.1
9172026-08-27T00:48:39.122Z Downloaded goblin v0.10.5
9182026-08-27T00:48:39.122Z Downloaded rustc-demangle v0.1.27
9192026-08-27T00:48:39.122Z Downloaded tokio-macros v2.7.0
9202026-08-27T00:48:39.122Z Downloaded usdt v0.6.0
9212026-08-27T00:48:39.122Z Downloaded rand_xorshift v0.4.0
9222026-08-27T00:48:39.122Z Downloaded base64 v0.22.1
9232026-08-27T00:48:39.122Z Downloaded rand_chacha v0.3.1
9242026-08-27T00:48:39.123Z Downloaded vte v0.14.1
9252026-08-27T00:48:39.127Z Downloaded string_cache v0.8.9
9262026-08-27T00:48:39.128Z Downloaded usdt-attr-macro v0.5.0
9272026-08-27T00:48:39.132Z Downloaded pem-rfc7468 v0.7.0
9282026-08-27T00:48:39.132Z Downloaded thiserror-impl-no-std v2.0.2
9292026-08-27T00:48:39.132Z Downloaded utf8parse v0.2.2
9302026-08-27T00:48:39.132Z Downloaded difflib v0.4.0
9312026-08-27T00:48:39.136Z Downloaded textwrap v0.16.2
9322026-08-27T00:48:39.139Z Downloaded unsafe-libyaml v0.2.11
9332026-08-27T00:48:39.139Z Downloaded diff v0.1.13
9342026-08-27T00:48:39.175Z Downloaded dtrace-parser v0.3.0
9352026-08-27T00:48:39.175Z Downloaded unicode-properties v0.1.4
9362026-08-27T00:48:39.180Z Downloaded zerovec-derive v0.11.2
9372026-08-27T00:48:39.180Z Downloaded fixedbitset v0.5.7
9382026-08-27T00:48:39.180Z Downloaded gethostname v0.5.0
9392026-08-27T00:48:39.180Z Downloaded getrandom v0.4.3
9402026-08-27T00:48:39.180Z Downloaded backtrace-ext v0.2.1
9412026-08-27T00:48:39.180Z Downloaded potential_utf v0.1.4
9422026-08-27T00:48:39.180Z Downloaded thiserror-no-std v2.0.2
9432026-08-27T00:48:39.180Z Downloaded dunce v1.0.5
9442026-08-27T00:48:39.180Z Downloaded kem v0.3.0
9452026-08-27T00:48:39.180Z Downloaded num_enum_derive v0.5.11
9462026-08-27T00:48:39.180Z Downloaded litrs v1.0.0
9472026-08-27T00:48:39.180Z Downloaded dropshot_endpoint v0.17.1
9482026-08-27T00:48:39.180Z Downloaded num-traits v0.2.19
9492026-08-27T00:48:39.181Z Downloaded progenitor-extras v0.2.0
9502026-08-27T00:48:39.181Z Downloaded scheduled-thread-pool v0.2.7
9512026-08-27T00:48:39.181Z Downloaded once_cell v1.21.3
9522026-08-27T00:48:39.181Z Downloaded pbkdf2 v0.13.0
9532026-08-27T00:48:39.181Z Downloaded multer v3.1.0
9542026-08-27T00:48:39.181Z Downloaded mime_guess v2.0.5
9552026-08-27T00:48:39.181Z Downloaded module-lattice v0.2.3
9562026-08-27T00:48:39.185Z Downloaded papergrid v0.11.0
9572026-08-27T00:48:39.189Z Downloaded serde_plain v1.0.2
9582026-08-27T00:48:39.189Z Downloaded vcpkg v0.2.15
9592026-08-27T00:48:39.225Z Downloaded block-buffer v0.12.1
9602026-08-27T00:48:39.229Z Downloaded tower-http v0.6.8
9612026-08-27T00:48:39.229Z Downloaded simd-adler32 v0.3.8
9622026-08-27T00:48:39.229Z Downloaded rand_core v0.10.0
9632026-08-27T00:48:39.229Z Downloaded minimal-lexical v0.2.1
9642026-08-27T00:48:39.229Z Downloaded snafu-derive v0.8.9
9652026-08-27T00:48:39.229Z Downloaded toml_datetime v0.6.11
9662026-08-27T00:48:39.229Z Downloaded socket2 v0.6.3
9672026-08-27T00:48:39.229Z Downloaded reedline v0.40.0
9682026-08-27T00:48:39.229Z Downloaded cc v1.2.56
9692026-08-27T00:48:39.229Z Downloaded quick-xml v0.37.5
9702026-08-27T00:48:39.233Z Downloaded float-ord v0.3.2
9712026-08-27T00:48:39.234Z Downloaded smallvec v1.15.1
9722026-08-27T00:48:39.234Z Downloaded fatfs v0.3.6
9732026-08-27T00:48:39.238Z Downloaded yoke-derive v0.8.1
9742026-08-27T00:48:39.238Z Downloaded tower-layer v0.3.3
9752026-08-27T00:48:39.238Z Downloaded libsw-core v0.3.2
9762026-08-27T00:48:39.238Z Downloaded num_threads v0.1.7
9772026-08-27T00:48:39.238Z Downloaded litemap v0.8.1
9782026-08-27T00:48:39.238Z Downloaded shlex v1.3.0
9792026-08-27T00:48:39.242Z Downloaded anes v0.1.6
9802026-08-27T00:48:39.242Z Downloaded peg v0.8.5
9812026-08-27T00:48:39.242Z Downloaded termcolor v1.4.1
9822026-08-27T00:48:39.245Z Downloaded psl-types v2.0.11
9832026-08-27T00:48:39.246Z Downloaded lru v0.12.5
9842026-08-27T00:48:39.246Z Downloaded powerfmt v0.2.0
9852026-08-27T00:48:39.246Z Downloaded syn v1.0.109
9862026-08-27T00:48:39.251Z Downloaded quinn v0.11.11
9872026-08-27T00:48:39.260Z Downloaded crypto-bigint v0.7.5
9882026-08-27T00:48:39.266Z Downloaded linked-hash-map v0.5.6
9892026-08-27T00:48:39.266Z Downloaded untrusted v0.7.1
9902026-08-27T00:48:39.266Z Downloaded ciborium-ll v0.2.2
9912026-08-27T00:48:39.266Z Downloaded prefix-trie v0.7.0
9922026-08-27T00:48:39.266Z Downloaded vergen-lib v9.1.0
9932026-08-27T00:48:39.266Z Downloaded zlib-rs v0.6.2
9942026-08-27T00:48:39.269Z Downloaded pretty_assertions v1.4.1
9952026-08-27T00:48:39.270Z Downloaded ecdsa v0.16.9
9962026-08-27T00:48:39.270Z Downloaded ron v0.8.1
9972026-08-27T00:48:39.274Z Downloaded pkcs1 v0.8.0-rc.4
9982026-08-27T00:48:39.274Z Downloaded globset v0.4.18
9992026-08-27T00:48:39.275Z Downloaded radix_trie v0.2.1
10002026-08-27T00:48:39.279Z Downloaded arrayref v0.3.9
10012026-08-27T00:48:39.279Z Downloaded pest_generator v2.8.6
10022026-08-27T00:48:39.279Z Downloaded unicode_categories v0.1.1
10032026-08-27T00:48:39.284Z Downloaded scroll v0.13.0
10042026-08-27T00:48:39.284Z Downloaded static_assertions v1.1.0
10052026-08-27T00:48:39.284Z Downloaded tracing-attributes v0.1.31
10062026-08-27T00:48:39.293Z Downloaded parse-display v0.10.0
10072026-08-27T00:48:39.293Z Downloaded enum-as-inner v0.6.1
10082026-08-27T00:48:39.293Z Downloaded nodrop v0.1.14
10092026-08-27T00:48:39.293Z Downloaded adler2 v2.0.1
10102026-08-27T00:48:39.293Z Downloaded winnow v1.0.3
10112026-08-27T00:48:39.293Z Downloaded zip v0.6.6
10122026-08-27T00:48:39.297Z Downloaded blowfish v0.10.0
10132026-08-27T00:48:39.297Z Downloaded dropshot-api-manager-types v0.8.0
10142026-08-27T00:48:39.297Z Downloaded lalrpop v0.19.12
10152026-08-27T00:48:39.300Z Downloaded subtle v2.6.1
10162026-08-27T00:48:39.306Z Downloaded yoke v0.8.1
10172026-08-27T00:48:39.306Z Downloaded libtest-mimic v0.8.1
10182026-08-27T00:48:39.306Z Downloaded strsim v0.11.1
10192026-08-27T00:48:39.306Z Downloaded futures-core v0.3.32
10202026-08-27T00:48:39.306Z Downloaded fxhash v0.2.1
10212026-08-27T00:48:39.306Z Downloaded libbz2-rs-sys v0.2.2
10222026-08-27T00:48:39.310Z Downloaded moka v0.12.13
10232026-08-27T00:48:39.310Z Downloaded rustls-webpki v0.103.13
10242026-08-27T00:48:39.313Z Downloaded curve25519-dalek v4.1.3
10252026-08-27T00:48:39.317Z Downloaded scrypt v0.12.0
10262026-08-27T00:48:39.321Z Downloaded serde_bytes v0.11.19
10272026-08-27T00:48:39.321Z Downloaded sha2 v0.10.9
10282026-08-27T00:48:39.321Z Downloaded smoltcp v0.9.1
10292026-08-27T00:48:39.325Z Downloaded digest v0.10.7
10302026-08-27T00:48:39.328Z Downloaded blake3 v1.8.5
10312026-08-27T00:48:39.333Z Downloaded bytes v1.11.1
10322026-08-27T00:48:39.342Z Downloaded futures-channel v0.3.32
10332026-08-27T00:48:39.342Z Downloaded async-bb8-diesel v0.2.1
10342026-08-27T00:48:39.342Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10352026-08-27T00:48:39.342Z Downloaded vergen-lib v0.1.6
10362026-08-27T00:48:39.342Z Downloaded serde v1.0.228
10372026-08-27T00:48:39.342Z Downloaded subprocess v0.2.15
10382026-08-27T00:48:39.342Z Downloaded oxnet v0.1.6
10392026-08-27T00:48:39.346Z Downloaded path-tree v0.8.3
10402026-08-27T00:48:39.346Z Downloaded resolv-conf v0.7.6
10412026-08-27T00:48:39.346Z Downloaded smallvec v0.6.14
10422026-08-27T00:48:39.346Z Downloaded poly1305 v0.8.0
10432026-08-27T00:48:39.346Z Downloaded winnow v0.5.40
10442026-08-27T00:48:39.353Z Downloaded glob v0.3.3
10452026-08-27T00:48:39.353Z Downloaded winnow v0.7.14
10462026-08-27T00:48:39.363Z Downloaded schemars_derive v0.8.22
10472026-08-27T00:48:39.363Z Downloaded tokio-tungstenite v0.23.1
10482026-08-27T00:48:39.364Z Downloaded oxide-update-engine-types v0.1.2
10492026-08-27T00:48:39.364Z Downloaded zip v4.6.1
10502026-08-27T00:48:39.364Z Downloaded similar v2.7.0
10512026-08-27T00:48:39.372Z Downloaded chumsky v0.9.3
10522026-08-27T00:48:39.376Z Downloaded textwrap v0.15.2
10532026-08-27T00:48:39.376Z Downloaded publicsuffix v2.3.0
10542026-08-27T00:48:39.389Z Downloaded pin-project-internal v1.1.11
10552026-08-27T00:48:39.389Z Downloaded ahash v0.8.12
10562026-08-27T00:48:39.389Z Downloaded reqwest v0.12.28
10572026-08-27T00:48:39.389Z Downloaded x509-cert v0.2.5
10582026-08-27T00:48:39.397Z Downloaded bzip2 v0.4.4
10592026-08-27T00:48:39.397Z Downloaded cancel-safe-futures v0.1.5
10602026-08-27T00:48:39.397Z Downloaded slog-dtrace v0.3.0
10612026-08-27T00:48:39.404Z Downloaded regex-syntax v0.6.29
10622026-08-27T00:48:39.404Z Downloaded object v0.30.4
10632026-08-27T00:48:39.408Z Downloaded stacker v0.1.23
10642026-08-27T00:48:39.408Z Downloaded backtrace v0.3.76
10652026-08-27T00:48:39.408Z Downloaded omicron-zone-package v0.12.3
10662026-08-27T00:48:39.417Z Downloaded elliptic-curve v0.13.8
10672026-08-27T00:48:39.427Z Downloaded nix v0.27.1
10682026-08-27T00:48:39.431Z Downloaded progenitor-impl v0.13.0
10692026-08-27T00:48:39.434Z Downloaded tabled v0.21.0
10702026-08-27T00:48:39.442Z Downloaded typify v0.6.2
10712026-08-27T00:48:39.446Z Downloaded num-bigint v0.4.6
10722026-08-27T00:48:39.449Z Downloaded salty v0.3.0
10732026-08-27T00:48:39.453Z Downloaded miette v5.10.0
10742026-08-27T00:48:39.457Z Downloaded rand v0.8.6
10752026-08-27T00:48:39.461Z Downloaded expectorate v1.2.0
10762026-08-27T00:48:39.461Z Downloaded base64 v0.21.7
10772026-08-27T00:48:39.464Z Downloaded pin-project v1.1.11
10782026-08-27T00:48:39.482Z Downloaded scuffle v0.1.0
10792026-08-27T00:48:39.488Z Downloaded time v0.3.47
10802026-08-27T00:48:39.488Z Downloaded drift v0.2.0
10812026-08-27T00:48:39.488Z Downloaded futures v0.3.32
10822026-08-27T00:48:39.488Z Downloaded zerotrie v0.2.3
10832026-08-27T00:48:39.494Z Downloaded git2 v0.20.4
10842026-08-27T00:48:39.498Z Downloaded num-bigint-dig v0.8.6
10852026-08-27T00:48:39.498Z Downloaded unicode-normalization v0.1.25
10862026-08-27T00:48:39.498Z Downloaded serde_json v1.0.151
10872026-08-27T00:48:39.503Z Downloaded memchr v2.8.0
10882026-08-27T00:48:39.506Z Downloaded toml_edit v0.22.27
10892026-08-27T00:48:39.506Z Downloaded toml_edit v0.23.10+spec-1.0.0
10902026-08-27T00:48:39.510Z Downloaded aho-corasick v1.1.4
10912026-08-27T00:48:39.514Z Downloaded typenum v1.20.1
10922026-08-27T00:48:39.514Z Downloaded regex v1.12.3
10932026-08-27T00:48:39.518Z Downloaded miette v7.6.0
10942026-08-27T00:48:39.565Z Downloaded nom v8.0.0
10952026-08-27T00:48:39.565Z Downloaded smoltcp v0.11.0
10962026-08-27T00:48:39.571Z Downloaded proptest v1.11.0
10972026-08-27T00:48:39.571Z Downloaded curve25519-dalek v5.0.0
10982026-08-27T00:48:39.571Z Downloaded async-compression v0.4.41
10992026-08-27T00:48:39.571Z Downloaded aws-lc-rs v1.16.3
11002026-08-27T00:48:39.571Z Downloaded libm v0.2.16
11012026-08-27T00:48:39.571Z Downloaded typed-path v0.9.3
11022026-08-27T00:48:39.571Z Downloaded tough v0.22.0
11032026-08-27T00:48:39.571Z Downloaded bitvec v1.0.1
11042026-08-27T00:48:39.571Z Downloaded tower v0.5.3
11052026-08-27T00:48:39.574Z Downloaded hickory-proto v0.24.4
11062026-08-27T00:48:39.594Z Downloaded polar-core v0.27.3
11072026-08-27T00:48:39.636Z Downloaded winnow v0.6.26
11082026-08-27T00:48:39.636Z Downloaded rayon v1.11.0
11092026-08-27T00:48:39.636Z Downloaded openssl v0.10.80
11102026-08-27T00:48:39.654Z Downloaded tabled v0.15.0
11112026-08-27T00:48:39.654Z Downloaded futures-util v0.3.32
11122026-08-27T00:48:39.654Z Downloaded object v0.37.3
11132026-08-27T00:48:39.654Z Downloaded hickory-proto v0.25.2
11142026-08-27T00:48:39.654Z Downloaded reqwest v0.13.2
11152026-08-27T00:48:39.654Z Downloaded zerocopy v0.7.35
11162026-08-27T00:48:39.654Z Downloaded bstr v1.12.1
11172026-08-27T00:48:39.654Z Downloaded petname v2.0.2
11182026-08-27T00:48:39.661Z Downloaded unicode-width v0.2.0
11192026-08-27T00:48:39.661Z Downloaded nix v0.28.0
11202026-08-27T00:48:39.666Z Downloaded regress v0.11.1
11212026-08-27T00:48:39.666Z Downloaded quinn-proto v0.11.16
11222026-08-27T00:48:39.684Z Downloaded diesel v2.3.7
11232026-08-27T00:48:39.684Z Downloaded openapiv3 v2.2.0
11242026-08-27T00:48:39.687Z Downloaded gimli v0.32.3
11252026-08-27T00:48:39.691Z Downloaded zerocopy v0.8.55
11262026-08-27T00:48:39.719Z Downloaded rustix v1.1.4
11272026-08-27T00:48:39.730Z Downloaded nix v0.31.2
11282026-08-27T00:48:39.735Z Downloaded russh v0.62.4
11292026-08-27T00:48:39.735Z Downloaded unicode-width v0.1.14
11302026-08-27T00:48:39.736Z Downloaded dropshot v0.17.1
11312026-08-27T00:48:39.801Z Downloaded regress v0.10.5
11322026-08-27T00:48:39.801Z Downloaded regex-syntax v0.8.10
11332026-08-27T00:48:39.801Z Downloaded syn v2.0.117
11342026-08-27T00:48:39.801Z Downloaded typify-impl v0.6.2
11352026-08-27T00:48:39.801Z Downloaded rustls v0.23.41
11362026-08-27T00:48:39.801Z Downloaded ratatui v0.29.0
11372026-08-27T00:48:39.813Z Downloaded sqlparser v0.61.0
11382026-08-27T00:48:39.818Z Downloaded syn v3.0.3
11392026-08-27T00:48:39.822Z Downloaded tracing v0.1.44
11402026-08-27T00:48:39.840Z Downloaded zerocopy-derive v0.6.6
11412026-08-27T00:48:39.847Z Downloaded rustix v0.38.44
11422026-08-27T00:48:39.857Z Downloaded bzip2-sys v0.1.13+1.0.8
11432026-08-27T00:48:39.863Z Downloaded sled v0.34.7
11442026-08-27T00:48:39.893Z Downloaded sha3 v0.11.0
11452026-08-27T00:48:39.898Z Downloaded jiff v0.2.34
11462026-08-27T00:48:39.934Z Downloaded regex-automata v0.4.14
11472026-08-27T00:48:39.941Z Downloaded chrono-tz v0.10.4
11482026-08-27T00:48:39.955Z Downloaded csv v1.4.0
11492026-08-27T00:48:39.969Z Downloaded petgraph v0.6.5
11502026-08-27T00:48:39.984Z Downloaded libz-sys v1.1.24
11512026-08-27T00:48:39.998Z Downloaded petgraph v0.8.3
11522026-08-27T00:48:40.009Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11532026-08-27T00:48:40.023Z Downloaded tokio v1.52.1
11542026-08-27T00:48:40.066Z Downloaded libc v0.2.185
11552026-08-27T00:48:40.072Z Downloaded sha3 v0.10.8
11562026-08-27T00:48:40.076Z Downloaded ring v0.17.14
11572026-08-27T00:48:40.152Z Downloaded encoding_rs v0.8.35
11582026-08-27T00:48:40.164Z Downloaded httpmock v0.8.3
11592026-08-27T00:48:40.183Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-27T00:48:40.597Z Downloaded aws-lc-sys v0.40.0
11612026-08-27T00:48:41.016Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-27T00:48:43.025Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-27T00:48:43.416Z Startup: Caching catalogs ... Done
11642026-08-27T00:48:45.666ZPlanning: Solver setup ... Done (2.132s)
11652026-08-27T00:48:45.727ZPlanning: Running solver ... Done (0.062s)
11662026-08-27T00:48:45.775ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-27T00:48:45.786ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-27T00:48:45.808ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-27T00:48:45.822ZPlanning: Package planning ... Done (0.014s)
11702026-08-27T00:48:45.825ZPlanning: Merging actions ... Done (0.001s)
11712026-08-27T00:48:46.043ZPlanning: Checking for conflicting actions ... Done (0.219s)
11722026-08-27T00:48:46.048ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-27T00:48:46.856ZPlanning: Evaluating mediators ... Done (0.811s)
11742026-08-27T00:48:46.859ZPlanning: Planning completed in 3.41 seconds
11752026-08-27T00:48:46.865Z Packages to install: 2
11762026-08-27T00:48:46.865Z Estimated space available: 155.72 GB
11772026-08-27T00:48:46.865ZEstimated space to be consumed: 80.56 MB
11782026-08-27T00:48:46.865Z Create boot environment: No
11792026-08-27T00:48:46.865ZCreate backup boot environment: No
11802026-08-27T00:48:46.865Z Rebuild boot archive: No
11812026-08-27T00:48:46.869Z
11822026-08-27T00:48:46.869ZChanged packages:
11832026-08-27T00:48:46.869Zhelios
11842026-08-27T00:48:46.869Z developer/build-essential
11852026-08-27T00:48:46.869Z None -> 11-3.0
11862026-08-27T00:48:46.870Z library/libxmlsec1
11872026-08-27T00:48:46.870Z None -> 1.2.35-3.0
11882026-08-27T00:48:46.891Z
11892026-08-27T00:48:46.891ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-27T00:48:46.962ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11912026-08-27T00:48:47.058Z Actions: 1/268 actions (Installing new actions)
11922026-08-27T00:48:47.098Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-27T00:48:47.132ZFinalize: Updating package state database ... Done (0.037s)
11942026-08-27T00:48:47.138ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-27T00:48:47.222ZFinalize: Updating image state ... Done (0.088s)
11962026-08-27T00:48:50.189ZFinalize: Creating fast lookup database ... Done (2.915s)
11972026-08-27T00:48:50.265ZFinalize: Reading search index ... Done (0.013s)
11982026-08-27T00:48:50.268ZFinalize: Updating search index ... Done (0.000s)
11992026-08-27T00:48:50.375ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-27T00:48:50.744ZPlanning: Evaluating mediator changes ... Done
12012026-08-27T00:48:51.363ZPlanning: Checking for conflicting actions ... Done
12022026-08-27T00:48:51.382ZPlanning: Consolidating action changes ... Done
12032026-08-27T00:48:51.382ZPlanning: Evaluating mediators ... Done
12042026-08-27T00:48:51.382ZPlanning: Planning completed in 0.26 seconds
12052026-08-27T00:48:51.382Z Mediators to change: 2
12062026-08-27T00:48:51.382Z Create boot environment: No
12072026-08-27T00:48:51.382ZCreate backup boot environment: No
12082026-08-27T00:48:51.382ZFinalize: Updating package state database ... Done
12092026-08-27T00:48:51.382ZFinalize: Updating package cache ... Done
12102026-08-27T00:48:51.382ZFinalize: Updating image state ... Done
12112026-08-27T00:48:53.050ZFinalize: Creating fast lookup database ... Done
12122026-08-27T00:48:53.110ZFinalize: Reading search index ... Done
12132026-08-27T00:48:53.113ZFinalize: Updating search index ... Done
12142026-08-27T00:48:53.176ZFinalize: Updating package cache ... Done
12152026-08-27T00:48:53.465ZPlanning: Evaluating mediator changes ... Done
12162026-08-27T00:48:53.569ZPlanning: Checking for conflicting actions ... Done
12172026-08-27T00:48:53.572ZPlanning: Consolidating action changes ... Done
12182026-08-27T00:48:53.728ZPlanning: Evaluating mediators ... Done
12192026-08-27T00:48:53.731ZPlanning: Planning completed in 0.26 seconds
12202026-08-27T00:48:53.751Z Mediators to change: 1
12212026-08-27T00:48:53.751Z Create boot environment: No
12222026-08-27T00:48:53.751ZCreate backup boot environment: No
12232026-08-27T00:48:53.804ZFinalize: Updating package state database ... Done
12242026-08-27T00:48:53.804ZFinalize: Updating package cache ... Done
12252026-08-27T00:48:53.862ZFinalize: Updating image state ... Done
12262026-08-27T00:48:55.809ZFinalize: Creating fast lookup database ... Done
12272026-08-27T00:48:55.872ZFinalize: Reading search index ... Done
12282026-08-27T00:48:55.875ZFinalize: Updating search index ... Done
12292026-08-27T00:48:55.947ZFinalize: Updating package cache ... Done
12302026-08-27T00:48:56.260ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-27T00:48:56.261Zapache system 2.4 system
12322026-08-27T00:48:56.261Zclang system 15 system
12332026-08-27T00:48:56.261Zcsh system system illumos
12342026-08-27T00:48:56.261Zctags system system illumos
12352026-08-27T00:48:56.261Zfile vendor vendor darwinsys
12362026-08-27T00:48:56.261Zfile system system illumos
12372026-08-27T00:48:56.261Zgcc vendor 14 vendor
12382026-08-27T00:48:56.261Zgcc system 13 system
12392026-08-27T00:48:56.261Zgcc system 10 system
12402026-08-27T00:48:56.261Zgo system 1.25 system
12412026-08-27T00:48:56.261Zllvm system 15 system
12422026-08-27T00:48:56.261Zmariadb system 11.4 system
12432026-08-27T00:48:56.261Zmta vendor vendor dma
12442026-08-27T00:48:56.261Zopenjdk system 17 system
12452026-08-27T00:48:56.261Zopenjdk system 11 system
12462026-08-27T00:48:56.261Zopenssl vendor 3 vendor
12472026-08-27T00:48:56.261Zperl system 5.40 system
12482026-08-27T00:48:56.261Zpostgresql system 18 system
12492026-08-27T00:48:56.261Zpostgresql system 17 system
12502026-08-27T00:48:56.261Zpython vendor 3 vendor
12512026-08-27T00:48:56.261Zpython system 2 system
12522026-08-27T00:48:56.261Zpython3 vendor 3.13 vendor
12532026-08-27T00:48:56.261Zruby system 3.4 system
12542026-08-27T00:48:56.261Zruby system 3.0 system
12552026-08-27T00:48:56.261Zwords vendor vendor american-english
12562026-08-27T00:48:56.262Zwords system system australian-english
12572026-08-27T00:48:56.262Zwords system system british-english
12582026-08-27T00:48:56.262Zwords system system canadian-english
12592026-08-27T00:48:56.262Zwords system system french
12602026-08-27T00:48:56.262Zwords system system italian
12612026-08-27T00:48:56.262Zwords system system ngerman
12622026-08-27T00:48:56.262Zwords system system ogerman
12632026-08-27T00:48:56.262Zwords system system spanish
12642026-08-27T00:48:56.516ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-27T00:48:56.516Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-27T00:48:57.007ZFMRI IFO
12672026-08-27T00:48:57.007Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-27T00:48:57.007Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-27T00:48:57.007Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-27T00:48:57.007Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-27T00:48:57.007Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-27T00:48:57.007Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-27T00:48:57.008Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-27T00:48:57.008Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-27T00:48:57.008Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-27T00:48:57.625Z Downloading crates ...
12772026-08-27T00:48:57.663Z Downloaded cargo_toml v0.21.0
12782026-08-27T00:48:57.712Z Compiling proc-macro2 v1.0.106
12792026-08-27T00:48:57.712Z Compiling quote v1.0.45
12802026-08-27T00:48:57.712Z Compiling unicode-ident v1.0.24
12812026-08-27T00:48:57.715Z Compiling serde_core v1.0.228
12822026-08-27T00:48:57.715Z Compiling libc v0.2.185
12832026-08-27T00:48:57.715Z Compiling version_check v0.9.5
12842026-08-27T00:48:57.715Z Compiling memchr v2.8.0
12852026-08-27T00:48:57.715Z Compiling serde v1.0.228
12862026-08-27T00:48:57.792Z Compiling zmij v1.0.21
12872026-08-27T00:48:57.795Z Compiling itoa v1.0.17
12882026-08-27T00:48:57.795Z Compiling ucd-trie v0.1.7
12892026-08-27T00:48:57.795Z Compiling thiserror v1.0.69
12902026-08-27T00:48:57.795Z Compiling byteorder v1.5.0
12912026-08-27T00:48:57.795Z Compiling rustix v1.1.4
12922026-08-27T00:48:58.036Z Compiling serde_json v1.0.151
12932026-08-27T00:48:58.046Z Compiling bitflags v2.11.0
12942026-08-27T00:48:58.145Z Compiling syn v1.0.109
12952026-08-27T00:48:58.159Z Compiling proc-macro-error-attr v1.0.4
12962026-08-27T00:48:58.296Z Compiling usdt-impl v0.5.0
12972026-08-27T00:48:58.318Z Compiling pest v2.8.6
12982026-08-27T00:48:58.330Z Compiling camino v1.2.5
12992026-08-27T00:48:58.360Z Compiling proc-macro-error v1.0.4
13002026-08-27T00:48:58.458Z Compiling hashbrown v0.17.0
13012026-08-27T00:48:58.490Z Compiling log v0.4.33
13022026-08-27T00:48:58.511Z Compiling utf8parse v0.2.2
13032026-08-27T00:48:58.569Z Compiling plain v0.2.3
13042026-08-27T00:48:58.597Z Compiling equivalent v1.0.2
13052026-08-27T00:48:58.600Z Compiling getrandom v0.4.3
13062026-08-27T00:48:58.652Z Compiling anstyle-parse v1.0.0
13072026-08-27T00:48:58.672Z Compiling anstyle v1.0.14
13082026-08-27T00:48:58.695Z Compiling autocfg v1.5.0
13092026-08-27T00:48:58.698Z Compiling anstyle-query v1.1.5
13102026-08-27T00:48:58.698Z Compiling winnow v0.7.14
13112026-08-27T00:48:58.732Z Compiling pretty-hex v0.4.1
13122026-08-27T00:48:58.749Z Compiling cfg-if v1.0.4
13132026-08-27T00:48:58.816Z Compiling errno v0.3.14
13142026-08-27T00:48:58.843Z Compiling thread-id v4.2.2
13152026-08-27T00:48:58.854Z Compiling is_terminal_polyfill v1.70.2
13162026-08-27T00:48:58.867Z Compiling thiserror v2.0.18
13172026-08-27T00:48:58.877Z Compiling toml_write v0.1.2
13182026-08-27T00:48:58.881Z Compiling colorchoice v1.0.4
13192026-08-27T00:48:58.913Z Compiling strsim v0.11.1
13202026-08-27T00:48:58.965Z Compiling anyhow v1.0.104
13212026-08-27T00:48:58.984Z Compiling anstream v1.0.0
13222026-08-27T00:48:59.006Z Compiling bytecount v0.6.9
13232026-08-27T00:48:59.018Z Compiling fnv v1.0.7
13242026-08-27T00:48:59.102Z Compiling indexmap v2.14.0
13252026-08-27T00:48:59.147Z Compiling heck v0.4.1
13262026-08-27T00:48:59.157Z Compiling clap_lex v1.0.0
13272026-08-27T00:48:59.157Z Compiling fs-err v3.3.0
13282026-08-27T00:48:59.213Z Compiling once_cell v1.21.3
13292026-08-27T00:48:59.283Z Compiling syn v2.0.117
13302026-08-27T00:48:59.306Z Compiling unicode-width v0.1.14
13312026-08-27T00:48:59.337Z Compiling fastrand v2.3.0
13322026-08-27T00:48:59.370Z Compiling heck v0.5.0
13332026-08-27T00:48:59.444Z Compiling memmap v0.7.0
13342026-08-27T00:48:59.452Z Compiling smawk v0.3.2
13352026-08-27T00:48:59.501Z Compiling pest_meta v2.8.6
13362026-08-27T00:48:59.605Z Compiling papergrid v0.11.0
13372026-08-27T00:48:59.616Z Compiling unicode-linebreak v0.1.5
13382026-08-27T00:48:59.633Z Compiling unicode-width v0.2.0
13392026-08-27T00:48:59.658Z Compiling swrite v0.1.0
13402026-08-27T00:48:59.786Z Compiling terminal_size v0.4.3
13412026-08-27T00:48:59.786Z Compiling tempfile v3.27.0
13422026-08-27T00:48:59.888Z Compiling clap_builder v4.6.0
13432026-08-27T00:48:59.888Z Compiling textwrap v0.16.2
13442026-08-27T00:49:00.113Z Compiling cargo-platform v0.3.2
13452026-08-27T00:49:00.113Z Compiling semver v1.0.28
13462026-08-27T00:49:00.405Z Compiling camino-tempfile v1.4.1
13472026-08-27T00:49:00.735Z Compiling tabled_derive v0.7.0
13482026-08-27T00:49:01.388Z Compiling pest_generator v2.8.6
13492026-08-27T00:49:01.398Z Compiling tabled v0.15.0
13502026-08-27T00:49:01.889Z Compiling serde_derive v1.0.228
13512026-08-27T00:49:01.889Z Compiling thiserror-impl v1.0.69
13522026-08-27T00:49:01.889Z Compiling zerocopy-derive v0.7.35
13532026-08-27T00:49:01.893Z Compiling scroll_derive v0.12.1
13542026-08-27T00:49:01.893Z Compiling thiserror-impl v2.0.18
13552026-08-27T00:49:01.893Z Compiling clap_derive v4.6.1
13562026-08-27T00:49:01.944Z Compiling pest_derive v2.8.6
13572026-08-27T00:49:02.495Z Compiling scroll v0.12.0
13582026-08-27T00:49:02.579Z Compiling zerocopy v0.7.35
13592026-08-27T00:49:02.697Z Compiling goblin v0.8.2
13602026-08-27T00:49:02.873Z Compiling dtrace-parser v0.2.0
13612026-08-27T00:49:03.177Z Compiling clap v4.6.1
13622026-08-27T00:49:04.194Z Compiling serde_spanned v0.6.9
13632026-08-27T00:49:04.194Z Compiling toml_datetime v0.6.11
13642026-08-27T00:49:04.197Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13652026-08-27T00:49:04.197Z Compiling macaddr v1.0.1
13662026-08-27T00:49:04.197Z Compiling cargo_metadata v0.23.1
13672026-08-27T00:49:04.223Z Compiling dof v0.3.0
13682026-08-27T00:49:04.227Z Compiling serde_tokenstream v0.2.3
13692026-08-27T00:49:04.382Z Compiling toml_edit v0.22.27
13702026-08-27T00:49:04.893Z Compiling usdt-macro v0.5.0
13712026-08-27T00:49:04.898Z Compiling usdt-attr-macro v0.5.0
13722026-08-27T00:49:05.487Z Compiling usdt v0.5.0
13732026-08-27T00:49:05.622Z Compiling toml v0.8.23
13742026-08-27T00:49:05.930Z Compiling cargo_toml v0.21.0
13752026-08-27T00:49:07.242Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13762026-08-27T00:49:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s
13772026-08-27T00:49:09.337Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13782026-08-27T00:49:10.136Z Compiling serde_core v1.0.228
13792026-08-27T00:49:10.137Z Compiling libc v0.2.185
13802026-08-27T00:49:10.137Z Compiling serde v1.0.228
13812026-08-27T00:49:10.212Z Compiling log v0.4.33
13822026-08-27T00:49:10.212Z Compiling smallvec v1.15.1
13832026-08-27T00:49:10.212Z Compiling find-msvc-tools v0.1.9
13842026-08-27T00:49:10.212Z Compiling shlex v1.3.0
13852026-08-27T00:49:10.213Z Compiling subtle v2.6.1
13862026-08-27T00:49:10.213Z Compiling scopeguard v1.2.0
13872026-08-27T00:49:10.213Z Compiling stable_deref_trait v1.2.1
13882026-08-27T00:49:10.257Z Compiling typenum v1.20.1
13892026-08-27T00:49:10.257Z Compiling zerocopy v0.8.55
13902026-08-27T00:49:10.257Z Compiling portable-atomic v1.13.1
13912026-08-27T00:49:10.342Z Compiling serde_json v1.0.151
13922026-08-27T00:49:10.419Z Compiling syn v2.0.117
13932026-08-27T00:49:10.419Z Compiling critical-section v1.2.0
13942026-08-27T00:49:10.500Z Compiling lock_api v0.4.14
13952026-08-27T00:49:10.566Z Compiling libm v0.2.16
13962026-08-27T00:49:10.566Z Compiling num-traits v0.2.19
13972026-08-27T00:49:10.566Z Compiling pkg-config v0.3.32
13982026-08-27T00:49:10.566Z Compiling generic-array v0.14.7
13992026-08-27T00:49:10.567Z Compiling pin-project-lite v0.2.17
14002026-08-27T00:49:10.567Z Compiling getrandom v0.4.3
14012026-08-27T00:49:10.642Z Compiling const-oid v0.9.6
14022026-08-27T00:49:10.709Z Compiling parking_lot_core v0.9.12
14032026-08-27T00:49:10.709Z Compiling rand_core v0.10.0
14042026-08-27T00:49:10.709Z Compiling percent-encoding v2.3.2
14052026-08-27T00:49:10.753Z Compiling litemap v0.8.1
14062026-08-27T00:49:10.799Z Compiling futures-core v0.3.32
14072026-08-27T00:49:10.833Z Compiling writeable v0.6.2
14082026-08-27T00:49:10.845Z Compiling icu_normalizer_data v2.1.1
14092026-08-27T00:49:10.856Z Compiling icu_properties_data v2.1.2
14102026-08-27T00:49:10.872Z Compiling rustix v1.1.4
14112026-08-27T00:49:10.898Z Compiling getrandom v0.3.4
14122026-08-27T00:49:10.960Z Compiling futures-sink v0.3.32
14132026-08-27T00:49:11.032Z Compiling utf8_iter v1.0.4
14142026-08-27T00:49:11.032Z Compiling slab v0.4.12
14152026-08-27T00:49:11.046Z Compiling futures-io v0.3.32
14162026-08-27T00:49:11.059Z Compiling futures-task v0.3.32
14172026-08-27T00:49:11.090Z Compiling futures-channel v0.3.32
14182026-08-27T00:49:11.147Z Compiling errno v0.3.14
14192026-08-27T00:49:11.187Z Compiling jobserver v0.1.34
14202026-08-27T00:49:11.204Z Compiling getrandom v0.2.17
14212026-08-27T00:49:11.264Z Compiling mio v1.2.0
14222026-08-27T00:49:11.294Z Compiling signal-hook-registry v1.4.8
14232026-08-27T00:49:11.295Z Compiling socket2 v0.6.3
14242026-08-27T00:49:11.388Z Compiling rand_core v0.6.4
14252026-08-27T00:49:11.436Z Compiling form_urlencoded v1.2.2
14262026-08-27T00:49:11.436Z Compiling rustversion v1.0.22
14272026-08-27T00:49:11.498Z Compiling cc v1.2.56
14282026-08-27T00:49:11.509Z Compiling once_cell v1.21.3
14292026-08-27T00:49:11.537Z Compiling parking_lot v0.12.5
14302026-08-27T00:49:11.550Z Compiling base64ct v1.8.3
14312026-08-27T00:49:11.555Z Compiling iana-time-zone v0.1.65
14322026-08-27T00:49:11.568Z Compiling ident_case v1.0.1
14332026-08-27T00:49:11.600Z Compiling fs_extra v1.3.0
14342026-08-27T00:49:11.651Z Compiling dunce v1.0.5
14352026-08-27T00:49:11.721Z Compiling regex-syntax v0.8.10
14362026-08-27T00:49:11.729Z Compiling flagset v0.4.7
14372026-08-27T00:49:11.752Z Compiling base64 v0.22.1
14382026-08-27T00:49:11.766Z Compiling rand_core v0.9.5
14392026-08-27T00:49:11.777Z Compiling syn v1.0.109
14402026-08-27T00:49:11.808Z Compiling pem-rfc7468 v0.7.0
14412026-08-27T00:49:11.839Z Compiling vcpkg v0.2.15
14422026-08-27T00:49:11.864Z Compiling tracing-core v0.1.36
14432026-08-27T00:49:11.881Z Compiling dyn-clone v1.0.20
14442026-08-27T00:49:11.895Z Compiling cpufeatures v0.2.17
14452026-08-27T00:49:11.914Z Compiling aws-lc-rs v1.16.3
14462026-08-27T00:49:11.935Z Compiling schemars v0.8.22
14472026-08-27T00:49:12.006Z Compiling simd-adler32 v0.3.8
14482026-08-27T00:49:12.057Z Compiling spin v0.9.8
14492026-08-27T00:49:12.086Z Compiling openssl-probe v0.2.1
14502026-08-27T00:49:12.121Z Compiling cmov v0.5.4
14512026-08-27T00:49:12.226Z Compiling crc32fast v1.5.0
14522026-08-27T00:49:12.232Z Compiling tinyvec_macros v0.1.1
14532026-08-27T00:49:12.246Z Compiling cmake v0.1.57
14542026-08-27T00:49:12.262Z Compiling adler2 v2.0.1
14552026-08-27T00:49:12.276Z Compiling httparse v1.10.1
14562026-08-27T00:49:12.291Z Compiling tinyvec v1.10.0
14572026-08-27T00:49:12.295Z Compiling aho-corasick v1.1.4
14582026-08-27T00:49:12.316Z Compiling ctutils v0.4.2
14592026-08-27T00:49:12.345Z Compiling bitflags v2.11.0
14602026-08-27T00:49:12.425Z Compiling semver v1.0.28
14612026-08-27T00:49:12.441Z Compiling indexmap v2.14.0
14622026-08-27T00:49:12.473Z Compiling uuid v1.23.4
14632026-08-27T00:49:12.589Z Compiling miniz_oxide v0.8.9
14642026-08-27T00:49:12.601Z Compiling radium v0.7.0
14652026-08-27T00:49:12.628Z Compiling tower-layer v0.3.3
14662026-08-27T00:49:12.643Z Compiling rustc_version v0.4.1
14672026-08-27T00:49:12.672Z Compiling untrusted v0.7.1
14682026-08-27T00:49:12.713Z Compiling atomic-waker v1.1.2
14692026-08-27T00:49:12.765Z Compiling tower-service v0.3.3
14702026-08-27T00:49:12.810Z Compiling try-lock v0.2.5
14712026-08-27T00:49:12.873Z Compiling maybe-uninit v2.0.0
14722026-08-27T00:49:12.905Z Compiling want v0.3.1
14732026-08-27T00:49:12.933Z Compiling foreign-types-shared v0.1.1
14742026-08-27T00:49:12.973Z Compiling httpdate v1.0.3
14752026-08-27T00:49:13.047Z Compiling openssl v0.10.80
14762026-08-27T00:49:13.065Z Compiling untrusted v0.9.0
14772026-08-27T00:49:13.072Z Compiling aws-lc-sys v0.40.0
14782026-08-27T00:49:13.087Z Compiling openssl-sys v0.9.117
14792026-08-27T00:49:13.104Z Compiling synstructure v0.13.2
14802026-08-27T00:49:13.130Z Compiling serde_derive_internals v0.29.1
14812026-08-27T00:49:13.164Z Compiling pest_generator v2.8.6
14822026-08-27T00:49:13.176Z Compiling regex-automata v0.4.14
14832026-08-27T00:49:13.189Z Compiling darling_core v0.20.11
14842026-08-27T00:49:13.204Z Compiling rustls v0.23.41
14852026-08-27T00:49:13.220Z Compiling tap v1.0.1
14862026-08-27T00:49:13.336Z Compiling wyz v0.5.1
14872026-08-27T00:49:13.352Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14882026-08-27T00:49:13.393Z Compiling bzip2-sys v0.1.13+1.0.8
14892026-08-27T00:49:13.539Z Compiling terminal_size v0.4.3
14902026-08-27T00:49:13.554Z Compiling tempfile v3.27.0
14912026-08-27T00:49:13.678Z Compiling foreign-types v0.3.2
14922026-08-27T00:49:13.712Z Compiling unicode-normalization v0.1.25
14932026-08-27T00:49:13.724Z Compiling num-integer v0.1.46
14942026-08-27T00:49:13.764Z Compiling wait-timeout v0.2.1
14952026-08-27T00:49:13.776Z Compiling ahash v0.8.12
14962026-08-27T00:49:13.881Z Compiling native-tls v0.2.18
14972026-08-27T00:49:13.941Z Compiling packed_struct v0.10.1
14982026-08-27T00:49:13.952Z Compiling num-conv v0.2.0
14992026-08-27T00:49:13.993Z Compiling bit-vec v0.8.0
15002026-08-27T00:49:14.020Z Compiling powerfmt v0.2.0
15012026-08-27T00:49:14.066Z Compiling funty v2.0.0
15022026-08-27T00:49:14.072Z Compiling num-bigint-dig v0.8.6
15032026-08-27T00:49:14.083Z Compiling quick-error v1.2.3
15042026-08-27T00:49:14.083Z Compiling time-core v0.1.8
15052026-08-27T00:49:14.108Z Compiling clap_builder v4.6.0
15062026-08-27T00:49:14.194Z Compiling bit-set v0.8.0
15072026-08-27T00:49:14.207Z Compiling rusty-fork v0.3.1
15082026-08-27T00:49:14.210Z Compiling deranged v0.5.8
15092026-08-27T00:49:14.253Z Compiling num-iter v0.1.45
15102026-08-27T00:49:14.267Z Compiling time-macros v0.2.27
15112026-08-27T00:49:14.329Z Compiling lazy_static v1.5.0
15122026-08-27T00:49:14.387Z Compiling rand_xorshift v0.4.0
15132026-08-27T00:49:14.401Z Compiling bitvec v1.0.1
15142026-08-27T00:49:14.424Z Compiling sync_wrapper v1.0.2
15152026-08-27T00:49:14.458Z Compiling indexmap v1.9.3
15162026-08-27T00:49:14.585Z Compiling siphasher v1.0.2
15172026-08-27T00:49:14.620Z Compiling crc-catalog v2.4.0
15182026-08-27T00:49:14.620Z Compiling num_threads v0.1.7
15192026-08-27T00:49:14.659Z Compiling unicode-segmentation v1.12.0
15202026-08-27T00:49:14.683Z Compiling object v0.37.3
15212026-08-27T00:49:14.708Z Compiling usdt-impl v0.6.0
15222026-08-27T00:49:14.708Z Compiling paste v1.0.15
15232026-08-27T00:49:14.783Z Compiling nodrop v0.1.14
15242026-08-27T00:49:14.854Z Compiling serde_derive v1.0.228
15252026-08-27T00:49:14.939Z Compiling zeroize_derive v1.5.0
15262026-08-27T00:49:15.031Z Compiling zerocopy-derive v0.8.55
15272026-08-27T00:49:15.031Z Compiling zerofrom-derive v0.1.6
15282026-08-27T00:49:15.057Z Compiling yoke-derive v0.8.1
15292026-08-27T00:49:15.058Z Compiling zerovec-derive v0.11.2
15302026-08-27T00:49:15.222Z Compiling displaydoc v0.2.5
15312026-08-27T00:49:15.267Z Compiling tokio-macros v2.7.0
15322026-08-27T00:49:15.368Z Compiling futures-macro v0.3.32
15332026-08-27T00:49:15.488Z Compiling der_derive v0.7.3
15342026-08-27T00:49:15.525Z Compiling thiserror-impl v2.0.18
15352026-08-27T00:49:15.854Z Compiling tracing-attributes v0.1.31
15362026-08-27T00:49:16.006Z Compiling schemars_derive v0.8.22
15372026-08-27T00:49:16.089Z Compiling pest_derive v2.8.6
15382026-08-27T00:49:16.115Z Compiling scroll_derive v0.13.1
15392026-08-27T00:49:16.170Z Compiling darling_macro v0.20.11
15402026-08-27T00:49:16.234Z Compiling thiserror-impl v1.0.69
15412026-08-27T00:49:16.263Z Compiling futures-util v0.3.32
15422026-08-27T00:49:16.391Z Compiling zerofrom v0.1.6
15432026-08-27T00:49:16.558Z Compiling yoke v0.8.1
15442026-08-27T00:49:16.580Z Compiling openssl-macros v0.1.1
15452026-08-27T00:49:16.584Z Compiling packed_struct_codegen v0.10.1
15462026-08-27T00:49:16.717Z Compiling darling v0.20.11
15472026-08-27T00:49:16.757Z Compiling zerovec v0.11.5
15482026-08-27T00:49:16.813Z Compiling zerotrie v0.2.3
15492026-08-27T00:49:16.965Z Compiling thiserror v2.0.18
15502026-08-27T00:49:16.989Z Compiling scroll v0.13.0
15512026-08-27T00:49:17.090Z Compiling zerocopy-derive v0.6.6
15522026-08-27T00:49:17.137Z Compiling clap_derive v4.6.1
15532026-08-27T00:49:17.166Z Compiling bitfield-macros v0.19.4
15542026-08-27T00:49:17.279Z Compiling tinystr v0.8.2
15552026-08-27T00:49:17.304Z Compiling potential_utf v0.1.4
15562026-08-27T00:49:17.317Z Compiling tracing v0.1.44
15572026-08-27T00:49:17.336Z Compiling goblin v0.10.5
15582026-08-27T00:49:17.355Z Compiling crossbeam-utils v0.8.21
15592026-08-27T00:49:17.486Z Compiling icu_locale_core v2.1.1
15602026-08-27T00:49:17.508Z Compiling icu_collections v2.1.1
15612026-08-27T00:49:17.575Z Compiling thiserror v1.0.69
15622026-08-27T00:49:17.608Z Compiling zlib-rs v0.6.2
15632026-08-27T00:49:17.672Z Compiling unarray v0.1.4
15642026-08-27T00:49:17.731Z Compiling dtrace-parser v0.3.0
15652026-08-27T00:49:17.741Z Compiling derive_builder_core v0.20.2
15662026-08-27T00:49:17.799Z Compiling time v0.3.47
15672026-08-27T00:49:17.923Z Compiling bitfield v0.19.4
15682026-08-27T00:49:17.975Z Compiling zerocopy v0.6.6
15692026-08-27T00:49:18.134Z Compiling icu_provider v2.1.1
15702026-08-27T00:49:18.339Z Compiling array-init v0.0.4
15712026-08-27T00:49:18.357Z Compiling zeroize v1.9.0
15722026-08-27T00:49:18.410Z Compiling bytes v1.11.1
15732026-08-27T00:49:18.440Z Compiling icu_normalizer v2.1.1
15742026-08-27T00:49:18.472Z Compiling icu_properties v2.1.2
15752026-08-27T00:49:18.487Z Compiling chrono v0.4.45
15762026-08-27T00:49:18.640Z Compiling der v0.7.10
15772026-08-27T00:49:18.675Z Compiling rustls-pki-types v1.14.0
15782026-08-27T00:49:18.699Z Compiling hybrid-array v0.4.13
15792026-08-27T00:49:18.957Z Compiling tokio v1.52.1
15802026-08-27T00:49:18.982Z Compiling http v1.4.2
15812026-08-27T00:49:19.048Z Compiling ipnet v2.12.0
15822026-08-27T00:49:19.151Z Compiling crypto-common v0.1.7
15832026-08-27T00:49:19.159Z Compiling block-buffer v0.10.4
15842026-08-27T00:49:19.303Z Compiling digest v0.10.7
15852026-08-27T00:49:19.343Z Compiling idna_adapter v1.2.1
15862026-08-27T00:49:19.395Z Compiling hex v0.4.3
15872026-08-27T00:49:19.473Z Compiling ppv-lite86 v0.2.21
15882026-08-27T00:49:19.515Z Compiling idna v1.1.0
15892026-08-27T00:49:19.556Z Compiling spki v0.7.3
15902026-08-27T00:49:19.573Z Compiling sha2 v0.10.9
15912026-08-27T00:49:19.588Z Compiling signature v2.2.0
15922026-08-27T00:49:19.683Z Compiling http-body v1.0.1
15932026-08-27T00:49:19.686Z Compiling hmac v0.12.1
15942026-08-27T00:49:19.777Z Compiling rand_chacha v0.9.0
15952026-08-27T00:49:19.793Z Compiling url v2.5.8
15962026-08-27T00:49:19.824Z Compiling pkcs8 v0.10.2
15972026-08-27T00:49:19.837Z Compiling rand_chacha v0.3.1
15982026-08-27T00:49:19.840Z Compiling toml_datetime v0.6.11
15992026-08-27T00:49:19.866Z Compiling serde_spanned v0.6.9
16002026-08-27T00:49:19.883Z Compiling http-body-util v0.1.3
16012026-08-27T00:49:20.031Z Compiling rand v0.9.2
16022026-08-27T00:49:20.046Z Compiling rand v0.8.6
16032026-08-27T00:49:20.101Z Compiling dof v0.4.0
16042026-08-27T00:49:20.125Z Compiling pkcs1 v0.7.5
16052026-08-27T00:49:20.144Z Compiling clap v4.6.1
16062026-08-27T00:49:20.247Z Compiling structmeta-derive v0.3.0
16072026-08-27T00:49:20.493Z Compiling flate2 v1.1.9
16082026-08-27T00:49:20.531Z Compiling scroll_derive v0.12.1
16092026-08-27T00:49:20.616Z Compiling proptest v1.11.0
16102026-08-27T00:49:20.798Z Compiling crc v3.4.0
16112026-08-27T00:49:20.861Z Compiling smallvec v0.6.14
16122026-08-27T00:49:20.876Z Compiling darling_core v0.23.0
16132026-08-27T00:49:20.892Z Compiling heapless v0.7.17
16142026-08-27T00:49:20.922Z Compiling slog v2.8.2
16152026-08-27T00:49:21.031Z Compiling thread-id v5.1.0
16162026-08-27T00:49:21.071Z Compiling env_filter v2.0.0
16172026-08-27T00:49:21.130Z Compiling syn v3.0.3
16182026-08-27T00:49:21.156Z Compiling cookie v0.18.1
16192026-08-27T00:49:21.176Z Compiling signal-hook v0.3.18
16202026-08-27T00:49:21.211Z Compiling unicode-properties v0.1.4
16212026-08-27T00:49:21.268Z Compiling anyhow v1.0.104
16222026-08-27T00:49:21.366Z Compiling ipnetwork v0.21.1
16232026-08-27T00:49:21.381Z Compiling iri-string v0.7.10
16242026-08-27T00:49:21.384Z Compiling ryu v1.0.23
16252026-08-27T00:49:21.412Z Compiling unicode-bidi v0.3.18
16262026-08-27T00:49:21.412Z Compiling winnow v0.5.40
16272026-08-27T00:49:21.455Z Compiling hashbrown v0.12.3
16282026-08-27T00:49:21.554Z Compiling zstd-safe v7.2.4
16292026-08-27T00:49:21.596Z Compiling allocator-api2 v0.2.21
16302026-08-27T00:49:21.600Z Compiling base64 v0.21.7
16312026-08-27T00:49:21.649Z Compiling gimli v0.32.3
16322026-08-27T00:49:21.792Z Compiling stringprep v0.1.5
16332026-08-27T00:49:21.811Z Compiling rsa v0.9.10
16342026-08-27T00:49:21.827Z Compiling oxnet v0.1.6
16352026-08-27T00:49:21.948Z Compiling ron v0.8.1
16362026-08-27T00:49:21.978Z Compiling serde_urlencoded v0.7.1
16372026-08-27T00:49:22.194Z Compiling structmeta v0.3.0
16382026-08-27T00:49:22.276Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16392026-08-27T00:49:22.290Z Compiling scroll v0.12.0
16402026-08-27T00:49:22.309Z Compiling env_logger v0.11.11
16412026-08-27T00:49:22.400Z Compiling serde-hex v0.1.0
16422026-08-27T00:49:22.681Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-27T00:49:22.719Z Compiling camino v1.2.5
16442026-08-27T00:49:22.889Z Compiling tokio-util v0.7.18
16452026-08-27T00:49:22.906Z Compiling tower v0.5.3
16462026-08-27T00:49:22.921Z Compiling tokio-native-tls v0.3.1
16472026-08-27T00:49:22.935Z Compiling toml_edit v0.19.15
16482026-08-27T00:49:23.043Z Compiling newtype-uuid v1.3.2
16492026-08-27T00:49:23.117Z Compiling hashbrown v0.13.2
16502026-08-27T00:49:23.133Z Compiling x509-cert v0.2.5
16512026-08-27T00:49:23.431Z Compiling addr2line v0.25.1
16522026-08-27T00:49:23.437Z Compiling tower-http v0.6.8
16532026-08-27T00:49:23.450Z Compiling darling_macro v0.23.0
16542026-08-27T00:49:23.622Z Compiling h2 v0.4.15
16552026-08-27T00:49:23.637Z Compiling md-5 v0.10.6
16562026-08-27T00:49:23.773Z Compiling block-buffer v0.12.1
16572026-08-27T00:49:23.825Z Compiling block-padding v0.4.2
16582026-08-27T00:49:23.859Z Compiling crypto-common v0.2.2
16592026-08-27T00:49:23.958Z Compiling rustls-native-certs v0.8.3
16602026-08-27T00:49:23.973Z Compiling derive_builder_macro v0.20.2
16612026-08-27T00:49:23.998Z Compiling serde_tokenstream v0.2.3
16622026-08-27T00:49:24.007Z Compiling erased-serde v0.3.31
16632026-08-27T00:49:24.315Z Compiling bzip2 v0.4.4
16642026-08-27T00:49:24.508Z Compiling bstr v1.12.1
16652026-08-27T00:49:24.538Z Compiling zerocopy-derive v0.7.35
16662026-08-27T00:49:24.631Z Compiling daft-derive v0.1.8
16672026-08-27T00:49:24.758Z Compiling pin-project-internal v1.1.11
16682026-08-27T00:49:24.809Z Compiling async-trait v0.1.89
16692026-08-27T00:49:24.822Z Compiling curve25519-dalek v4.1.3
16702026-08-27T00:49:24.892Z Compiling vergen-lib v9.1.0
16712026-08-27T00:49:24.985Z Compiling hash32 v0.2.1
16722026-08-27T00:49:25.085Z Compiling encoding_rs v0.8.35
16732026-08-27T00:49:25.175Z Compiling memoffset v0.9.1
16742026-08-27T00:49:25.188Z Compiling cfg_aliases v0.2.1
16752026-08-27T00:49:25.203Z Compiling owo-colors v4.3.0
16762026-08-27T00:49:25.278Z Compiling smoltcp v0.9.1
16772026-08-27T00:49:25.399Z Compiling mime v0.3.17
16782026-08-27T00:49:25.406Z Compiling rustc-demangle v0.1.27
16792026-08-27T00:49:25.445Z Compiling fallible-iterator v0.2.0
16802026-08-27T00:49:25.544Z Compiling litrs v1.0.0
16812026-08-27T00:49:25.600Z Compiling psl-types v2.0.11
16822026-08-27T00:49:25.614Z Compiling rustix v0.38.44
16832026-08-27T00:49:25.641Z Compiling ref-cast v1.0.25
16842026-08-27T00:49:25.671Z Compiling crc-any v2.5.0
16852026-08-27T00:49:25.740Z Compiling postgres-protocol v0.6.10
16862026-08-27T00:49:25.783Z Compiling publicsuffix v2.3.0
16872026-08-27T00:49:25.878Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16882026-08-27T00:49:25.888Z Compiling zerocopy v0.7.35
16892026-08-27T00:49:25.914Z Compiling pin-project v1.1.11
16902026-08-27T00:49:26.004Z Compiling daft v0.1.8
16912026-08-27T00:49:26.040Z Compiling nix v0.31.2
16922026-08-27T00:49:26.140Z Compiling document-features v0.2.12
16932026-08-27T00:49:26.156Z Compiling zip v0.6.6
16942026-08-27T00:49:26.171Z Compiling derive_builder v0.20.2
16952026-08-27T00:49:26.306Z Compiling toml v0.7.8
16962026-08-27T00:49:26.320Z Compiling darling v0.23.0
16972026-08-27T00:49:26.350Z Compiling inout v0.2.2
16982026-08-27T00:49:26.416Z Compiling object v0.30.4
16992026-08-27T00:49:26.438Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17002026-08-27T00:49:26.552Z Compiling goblin v0.8.2
17012026-08-27T00:49:26.586Z Compiling derive-ex v0.1.8
17022026-08-27T00:49:26.748Z Compiling hyper v1.10.1
17032026-08-27T00:49:26.763Z Compiling backtrace v0.3.76
17042026-08-27T00:49:26.796Z Compiling futures-executor v0.3.32
17052026-08-27T00:49:26.934Z Compiling hubpack_derive v0.1.1
17062026-08-27T00:49:26.991Z Compiling regex v1.12.3
17072026-08-27T00:49:27.006Z Compiling convert_case v0.10.0
17082026-08-27T00:49:27.020Z Compiling curve25519-dalek-derive v0.1.1
17092026-08-27T00:49:27.064Z Compiling ref-cast-impl v1.0.25
17102026-08-27T00:49:27.143Z Compiling strum_macros v0.27.2
17112026-08-27T00:49:27.196Z Compiling snafu-derive v0.8.9
17122026-08-27T00:49:27.325Z Compiling phf_shared v0.13.1
17132026-08-27T00:49:27.418Z Compiling vergen v9.1.0
17142026-08-27T00:49:27.442Z Compiling cargo-platform v0.3.2
17152026-08-27T00:49:27.588Z Compiling ff v0.13.1
17162026-08-27T00:49:27.627Z Compiling fs-err v3.3.0
17172026-08-27T00:49:27.645Z Compiling path-slash v0.1.5
17182026-08-27T00:49:27.715Z Compiling either v1.15.0
17192026-08-27T00:49:27.746Z Compiling managed v0.8.0
17202026-08-27T00:49:27.746Z Compiling same-file v1.0.6
17212026-08-27T00:49:27.795Z Compiling foldhash v0.1.5
17222026-08-27T00:49:27.810Z Compiling libbz2-rs-sys v0.2.2
17232026-08-27T00:49:27.840Z Compiling foldhash v0.2.0
17242026-08-27T00:49:27.942Z Compiling hyper-util v0.1.20
17252026-08-27T00:49:27.960Z Compiling is_ci v1.2.0
17262026-08-27T00:49:27.990Z Compiling bumpalo v3.20.2
17272026-08-27T00:49:27.993Z Compiling jiff-core v0.1.0
17282026-08-27T00:49:28.013Z Compiling base16ct v0.2.0
17292026-08-27T00:49:28.082Z Compiling bitflags v1.3.2
17302026-08-27T00:49:28.114Z Compiling supports-color v3.0.2
17312026-08-27T00:49:28.209Z Compiling zopfli v0.8.3
17322026-08-27T00:49:28.266Z Compiling bzip2 v0.6.1
17332026-08-27T00:49:28.297Z Compiling sec1 v0.7.3
17342026-08-27T00:49:28.311Z Compiling test-strategy v0.4.5
17352026-08-27T00:49:28.396Z Compiling hashbrown v0.16.1
17362026-08-27T00:49:28.489Z Compiling hashbrown v0.15.5
17372026-08-27T00:49:28.524Z Compiling walkdir v2.5.0
17382026-08-27T00:49:28.712Z Compiling textwrap v0.16.2
17392026-08-27T00:49:28.845Z Compiling dof v0.3.0
17402026-08-27T00:49:28.907Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17412026-08-27T00:49:28.993Z Compiling jiff v0.2.34
17422026-08-27T00:49:29.060Z Compiling group v0.13.0
17432026-08-27T00:49:29.169Z Compiling strum v0.27.2
17442026-08-27T00:49:29.179Z Compiling snafu v0.8.9
17452026-08-27T00:49:29.195Z Compiling cargo_metadata v0.23.1
17462026-08-27T00:49:29.234Z Compiling phf v0.13.1
17472026-08-27T00:49:29.249Z Compiling hubpack v0.1.2
17482026-08-27T00:49:29.315Z Compiling derive_more-impl v2.1.1
17492026-08-27T00:49:29.345Z Compiling hyper-tls v0.6.0
17502026-08-27T00:49:29.415Z Compiling backtrace-ext v0.2.1
17512026-08-27T00:49:29.563Z Compiling reqwest v0.12.28
17522026-08-27T00:49:29.581Z Compiling futures v0.3.32
17532026-08-27T00:49:29.600Z Compiling cookie_store v0.22.1
17542026-08-27T00:49:29.614Z Compiling signal-hook-mio v0.2.5
17552026-08-27T00:49:29.678Z Compiling zstd v0.13.3
17562026-08-27T00:49:29.707Z Compiling cipher v0.5.2
17572026-08-27T00:49:29.780Z Compiling serde_with_macros v3.21.0
17582026-08-27T00:49:29.816Z Compiling postgres-types v0.2.12
17592026-08-27T00:49:30.066Z Compiling globset v0.4.18
17602026-08-27T00:49:30.100Z Compiling usdt-attr-macro v0.6.0
17612026-08-27T00:49:30.274Z Compiling usdt-macro v0.6.0
17622026-08-27T00:49:30.340Z Compiling byte-wrapper v0.1.0
17632026-08-27T00:49:30.379Z Compiling ed25519 v2.2.3
17642026-08-27T00:49:30.483Z Compiling hkdf v0.12.4
17652026-08-27T00:49:30.573Z Compiling crypto-bigint v0.5.5
17662026-08-27T00:49:30.682Z Compiling serde-big-array v0.5.1
17672026-08-27T00:49:30.712Z Compiling olpc-cjson v0.1.4
17682026-08-27T00:49:30.758Z Compiling serde_plain v1.0.2
17692026-08-27T00:49:30.781Z Compiling dtrace-parser v0.2.0
17702026-08-27T00:49:30.847Z Compiling strum_macros v0.26.4
17712026-08-27T00:49:30.899Z Compiling serde_repr v0.1.20
17722026-08-27T00:49:30.960Z Compiling enum-as-inner v0.6.1
17732026-08-27T00:49:30.994Z Compiling miette-derive v7.6.0
17742026-08-27T00:49:31.009Z Compiling async-recursion v1.1.1
17752026-08-27T00:49:31.021Z Compiling phf_shared v0.11.3
17762026-08-27T00:49:31.116Z Compiling float-cmp v0.10.0
17772026-08-27T00:49:31.224Z Compiling pem v3.0.6
17782026-08-27T00:49:31.278Z Compiling thread-id v4.2.2
17792026-08-27T00:49:31.362Z Compiling memmap2 v0.9.10
17802026-08-27T00:49:31.388Z Compiling difflib v0.4.0
17812026-08-27T00:49:31.511Z Compiling precomputed-hash v0.1.1
17822026-08-27T00:49:31.531Z Compiling cpufeatures v0.3.0
17832026-08-27T00:49:31.565Z Compiling fixedbitset v0.4.2
17842026-08-27T00:49:31.579Z Compiling whoami v2.1.0
17852026-08-27T00:49:31.593Z Compiling predicates-core v1.0.10
17862026-08-27T00:49:31.623Z Compiling new_debug_unreachable v1.0.6
17872026-08-27T00:49:31.639Z Compiling data-encoding v2.10.0
17882026-08-27T00:49:31.685Z Compiling keccak v0.1.6
17892026-08-27T00:49:31.709Z Compiling fixedbitset v0.5.7
17902026-08-27T00:49:31.723Z Compiling const-oid v0.10.2
17912026-08-27T00:49:31.793Z Compiling static_assertions v1.1.0
17922026-08-27T00:49:31.809Z Compiling supports-hyperlinks v3.2.0
17932026-08-27T00:49:31.937Z Compiling normalize-line-endings v0.3.0
17942026-08-27T00:49:31.957Z Compiling typed-path v0.9.3
17952026-08-27T00:49:31.965Z Compiling supports-unicode v3.0.0
17962026-08-27T00:49:31.980Z Compiling winnow v1.0.3
17972026-08-27T00:49:31.980Z Compiling predicates v3.1.4
17982026-08-27T00:49:32.008Z Compiling hickory-proto v0.25.2
17992026-08-27T00:49:32.041Z Compiling petgraph v0.8.3
18002026-08-27T00:49:32.056Z Compiling toml_edit v0.22.27
18012026-08-27T00:49:32.136Z Compiling digest v0.11.3
18022026-08-27T00:49:32.198Z Compiling miette v7.6.0
18032026-08-27T00:49:32.355Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-27T00:49:32.385Z Compiling sha3 v0.10.8
18052026-08-27T00:49:32.444Z Compiling tokio-postgres v0.7.16
18062026-08-27T00:49:32.600Z Compiling petgraph v0.6.5
18072026-08-27T00:49:32.639Z Compiling string_cache v0.8.9
18082026-08-27T00:49:32.700Z Compiling strum v0.26.3
18092026-08-27T00:49:32.779Z Compiling chacha20 v0.10.0
18102026-08-27T00:49:32.846Z Compiling elliptic-curve v0.13.8
18112026-08-27T00:49:32.873Z Compiling usdt v0.6.0
18122026-08-27T00:49:32.890Z Compiling usdt-impl v0.5.0
18132026-08-27T00:49:33.092Z Compiling toml_parser v1.1.2+spec-1.1.0
18142026-08-27T00:49:33.162Z Compiling zip v4.6.1
18152026-08-27T00:49:33.180Z Compiling serde_with v3.21.0
18162026-08-27T00:49:33.210Z Compiling crossterm v0.28.1
18172026-08-27T00:49:33.268Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18182026-08-27T00:49:33.372Z Compiling ed25519-dalek v2.2.0
18192026-08-27T00:49:33.402Z Compiling derive_more v2.1.1
18202026-08-27T00:49:33.737Z Compiling iddqd v0.4.2
18212026-08-27T00:49:33.938Z Compiling itertools v0.15.0
18222026-08-27T00:49:34.039Z Compiling itertools v0.13.0
18232026-08-27T00:49:34.128Z Compiling similar v2.7.0
18242026-08-27T00:49:34.138Z Compiling crossbeam-epoch v0.9.18
18252026-08-27T00:49:34.339Z Compiling tokio-stream v0.1.18
18262026-08-27T00:49:34.485Z Compiling buf-list v1.1.2
18272026-08-27T00:49:34.525Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-27T00:49:34.691Z Compiling openapiv3 v2.2.0
18292026-08-27T00:49:34.773Z Compiling heck v0.4.1
18302026-08-27T00:49:34.805Z Compiling peg-runtime v0.8.5
18312026-08-27T00:49:34.815Z Compiling lalrpop-util v0.19.12
18322026-08-27T00:49:34.831Z Compiling thread_local v1.1.9
18332026-08-27T00:49:34.846Z Compiling slog-async v2.8.0
18342026-08-27T00:49:35.015Z Compiling crossbeam-channel v0.5.15
18352026-08-27T00:49:35.027Z Compiling filetime v0.2.27
18362026-08-27T00:49:35.043Z Compiling is-terminal v0.4.17
18372026-08-27T00:49:35.049Z Compiling xattr v1.6.1
18382026-08-27T00:49:35.077Z Compiling take_mut v0.2.2
18392026-08-27T00:49:35.088Z Compiling term v1.2.1
18402026-08-27T00:49:35.099Z Compiling camino-tempfile v1.4.1
18412026-08-27T00:49:35.191Z Compiling tar v0.4.46
18422026-08-27T00:49:35.458Z Compiling slog-term v2.9.2
18432026-08-27T00:49:52.399Z Compiling rustls-webpki v0.103.13
18442026-08-27T00:49:55.065Z Compiling tokio-rustls v0.26.4
18452026-08-27T00:49:55.065Z Compiling rustls-platform-verifier v0.6.2
18462026-08-27T00:49:55.069Z Compiling tough v0.22.0
18472026-08-27T00:49:55.303Z Compiling hyper-rustls v0.27.7
18482026-08-27T00:49:55.480Z Compiling reqwest v0.13.2
18492026-08-27T00:49:57.621Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502026-08-27T00:49:57.888Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18512026-08-27T00:50:00.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.34s
18522026-08-27T00:50:00.877Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18532026-08-27T00:50:00.933ZAug 27 00:49:59.538 INFO Starting download, target: Clickhouse
18542026-08-27T00:50:00.933ZAug 27 00:49:59.539 INFO Starting download, target: MaghemiteMgd
18552026-08-27T00:50:00.933ZAug 27 00:49:59.539 INFO Starting download, target: Cockroach
18562026-08-27T00:50:00.933ZAug 27 00:49:59.539 INFO Starting download, target: Console
18572026-08-27T00:50:00.933ZAug 27 00:49:59.539 INFO Starting download, target: DendriteStub
18582026-08-27T00:50:00.933ZAug 27 00:49:59.539 INFO Starting download, target: MaghemiteDdmd
18592026-08-27T00:50:00.933ZAug 27 00:49:59.539 INFO Starting download, target: TransceiverControl
18602026-08-27T00:50:00.969ZAug 27 00:49:59.539 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18612026-08-27T00:50:00.969ZAug 27 00:49:59.539 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18622026-08-27T00:50:00.970ZAug 27 00:49:59.539 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18632026-08-27T00:50:00.970ZAug 27 00:49:59.539 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18642026-08-27T00:50:00.970ZAug 27 00:49:59.539 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18652026-08-27T00:50:00.970ZAug 27 00:49:59.539 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18662026-08-27T00:50:00.970ZAug 27 00:49:59.540 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18672026-08-27T00:50:01.988ZAug 27 00:50:00.544 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18682026-08-27T00:50:02.162ZAug 27 00:50:00.763 INFO Download complete, target: TransceiverControl
18692026-08-27T00:50:02.752ZAug 27 00:50:01.306 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18702026-08-27T00:50:02.853ZAug 27 00:50:01.332 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18712026-08-27T00:50:02.950ZAug 27 00:50:01.554 INFO Download complete, target: Console
18722026-08-27T00:50:04.348ZAug 27 00:50:02.937 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18732026-08-27T00:50:04.712ZAug 27 00:50:03.331 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18742026-08-27T00:50:04.887ZAug 27 00:50:03.496 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18752026-08-27T00:50:05.348ZAug 27 00:50:03.977 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18762026-08-27T00:50:05.348ZAug 27 00:50:03.978 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18772026-08-27T00:50:06.902ZAug 27 00:50:05.529 INFO Download complete, target: MaghemiteDdmd
18782026-08-27T00:50:06.954ZAug 27 00:50:05.580 INFO Download complete, target: DendriteStub
18792026-08-27T00:50:07.539ZAug 27 00:50:06.141 INFO Download complete, target: MaghemiteMgd
18802026-08-27T00:50:09.614ZAug 27 00:50:08.244 INFO Checking that binary works, target: Clickhouse
18812026-08-27T00:50:09.703ZAug 27 00:50:08.332 INFO Download complete, target: Clickhouse
18822026-08-27T00:50:10.105ZAug 27 00:50:08.730 INFO Checking that binary works, target: Cockroach
18832026-08-27T00:50:10.226ZAug 27 00:50:08.855 INFO Download complete, target: Cockroach
18842026-08-27T00:50:10.232ZAll prerequisites installed successfully
18852026-08-27T00:50:10.235Z
18862026-08-27T00:50:10.235Zreal 1:29.213912535
18872026-08-27T00:50:10.235Zuser 7:16.113353564
18882026-08-27T00:50:10.235Zsys 1:43.586835290
18892026-08-27T00:50:10.235Ztrap 0.252764318
18902026-08-27T00:50:10.235Ztflt 0.968711670
18912026-08-27T00:50:10.235Zdflt 1.623888145
18922026-08-27T00:50:10.235Zkflt 0.028273821
18932026-08-27T00:50:10.235Zlock 26:43.043072082
18942026-08-27T00:50:10.235Zslp 19:37.333899740
18952026-08-27T00:50:10.235Zlat 24.903261530
18962026-08-27T00:50:10.235Zstop 2:55.021313879
18972026-08-27T00:50:10.236Z+ source ./tools/include/force-git-over-https.sh
18982026-08-27T00:50:10.236Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18992026-08-27T00:50:10.236Z++ (( i = 0 ))
19002026-08-27T00:50:10.236Z++ (( i < 5 ))
19012026-08-27T00:50:10.236Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19022026-08-27T00:50:10.239Z++ (( i++ ))
19032026-08-27T00:50:10.239Z++ (( i < 5 ))
19042026-08-27T00:50:10.239Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19052026-08-27T00:50:10.240Z++ (( i++ ))
19062026-08-27T00:50:10.240Z++ (( i < 5 ))
19072026-08-27T00:50:10.240Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19082026-08-27T00:50:10.324Z++ (( i++ ))
19092026-08-27T00:50:10.324Z++ (( i < 5 ))
19102026-08-27T00:50:10.324Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19112026-08-27T00:50:10.324Z++ (( i++ ))
19122026-08-27T00:50:10.324Z++ (( i < 5 ))
19132026-08-27T00:50:10.324Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19142026-08-27T00:50:10.324Z++ (( i++ ))
19152026-08-27T00:50:10.324Z++ (( i < 5 ))
19162026-08-27T00:50:10.324Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-27T00:50:10.324Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-08-27T00:50:10.324Z+ rc=0
19192026-08-27T00:50:10.324Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19202026-08-27T00:50:19.073Z+ case $rc in
19212026-08-27T00:50:19.073Z+ pfexec zfs create -p rpool/images/build/host
19222026-08-27T00:50:19.258Z+ pfexec zfs create -p rpool/images/build/recovery
19232026-08-27T00:50:19.332Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19242026-08-27T00:50:19.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19252026-08-27T00:50:19.798Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19262026-08-27T00:50:20.777Z Compiling proc-macro2 v1.0.106
19272026-08-27T00:50:20.777Z Compiling quote v1.0.45
19282026-08-27T00:50:20.806Z Compiling unicode-ident v1.0.24
19292026-08-27T00:50:20.806Z Compiling serde_core v1.0.228
19302026-08-27T00:50:20.806Z Compiling libc v0.2.185
19312026-08-27T00:50:20.806Z Compiling serde v1.0.228
19322026-08-27T00:50:20.806Z Compiling cfg-if v1.0.4
19332026-08-27T00:50:20.806Z Compiling find-msvc-tools v0.1.9
19342026-08-27T00:50:20.806Z Compiling shlex v1.3.0
19352026-08-27T00:50:20.807Z Compiling autocfg v1.5.0
19362026-08-27T00:50:20.807Z Compiling version_check v0.9.5
19372026-08-27T00:50:20.810Z Compiling zerocopy v0.8.55
19382026-08-27T00:50:20.810Z Compiling memchr v2.8.0
19392026-08-27T00:50:20.810Z Compiling portable-atomic v1.13.1
19402026-08-27T00:50:20.823Z Compiling zmij v1.0.21
19412026-08-27T00:50:20.946Z Compiling serde_json v1.0.151
19422026-08-27T00:50:21.047Z Compiling libm v0.2.16
19432026-08-27T00:50:21.142Z Compiling getrandom v0.4.3
19442026-08-27T00:50:21.243Z Compiling generic-array v0.14.7
19452026-08-27T00:50:21.341Z Compiling parking_lot_core v0.9.12
19462026-08-27T00:50:21.341Z Compiling pkg-config v0.3.32
19472026-08-27T00:50:21.341Z Compiling icu_normalizer_data v2.1.1
19482026-08-27T00:50:21.341Z Compiling icu_properties_data v2.1.2
19492026-08-27T00:50:21.341Z Compiling smallvec v1.15.1
19502026-08-27T00:50:21.450Z Compiling rustix v1.1.4
19512026-08-27T00:50:21.450Z Compiling log v0.4.33
19522026-08-27T00:50:21.516Z Compiling num-traits v0.2.19
19532026-08-27T00:50:21.516Z Compiling itoa v1.0.17
19542026-08-27T00:50:21.516Z Compiling getrandom v0.3.4
19552026-08-27T00:50:21.516Z Compiling subtle v2.6.1
19562026-08-27T00:50:21.626Z Compiling scopeguard v1.2.0
19572026-08-27T00:50:21.679Z Compiling stable_deref_trait v1.2.1
19582026-08-27T00:50:21.724Z Compiling typenum v1.20.1
19592026-08-27T00:50:21.827Z Compiling lock_api v0.4.14
19602026-08-27T00:50:21.827Z Compiling heck v0.5.0
19612026-08-27T00:50:21.827Z Compiling critical-section v1.2.0
19622026-08-27T00:50:21.962Z Compiling thiserror v2.0.18
19632026-08-27T00:50:21.962Z Compiling rand_core v0.10.0
19642026-08-27T00:50:21.993Z Compiling jobserver v0.1.34
19652026-08-27T00:50:21.993Z Compiling errno v0.3.14
19662026-08-27T00:50:22.146Z Compiling cc v1.2.56
19672026-08-27T00:50:22.166Z Compiling getrandom v0.2.17
19682026-08-27T00:50:22.184Z Compiling dunce v1.0.5
19692026-08-27T00:50:22.301Z Compiling fs_extra v1.3.0
19702026-08-27T00:50:22.395Z Compiling once_cell v1.21.3
19712026-08-27T00:50:22.395Z Compiling rand_core v0.6.4
19722026-08-27T00:50:22.395Z Compiling syn v2.0.117
19732026-08-27T00:50:22.396Z Compiling litemap v0.8.1
19742026-08-27T00:50:22.396Z Compiling percent-encoding v2.3.2
19752026-08-27T00:50:22.555Z Compiling writeable v0.6.2
19762026-08-27T00:50:22.556Z Compiling const-oid v0.9.6
19772026-08-27T00:50:22.642Z Compiling pin-project-lite v0.2.17
19782026-08-27T00:50:22.647Z Compiling schemars v0.8.22
19792026-08-27T00:50:22.770Z Compiling equivalent v1.0.2
19802026-08-27T00:50:22.831Z Compiling signal-hook-registry v1.4.8
19812026-08-27T00:50:22.873Z Compiling aws-lc-rs v1.16.3
19822026-08-27T00:50:22.873Z Compiling futures-core v0.3.32
19832026-08-27T00:50:22.873Z Compiling rustversion v1.0.22
19842026-08-27T00:50:22.873Z Compiling cmake v0.1.57
19852026-08-27T00:50:23.071Z Compiling parking_lot v0.12.5
19862026-08-27T00:50:23.176Z Compiling bitflags v2.11.0
19872026-08-27T00:50:23.237Z Compiling semver v1.0.28
19882026-08-27T00:50:23.312Z Compiling mio v1.2.0
19892026-08-27T00:50:23.488Z Compiling crc32fast v1.5.0
19902026-08-27T00:50:23.651Z Compiling aws-lc-sys v0.40.0
19912026-08-27T00:50:23.652Z Compiling utf8_iter v1.0.4
19922026-08-27T00:50:23.782Z Compiling form_urlencoded v1.2.2
19932026-08-27T00:50:23.782Z Compiling strsim v0.11.1
19942026-08-27T00:50:23.865Z Compiling fnv v1.0.7
19952026-08-27T00:50:23.865Z Compiling byteorder v1.5.0
19962026-08-27T00:50:23.866Z Compiling hashbrown v0.17.0
19972026-08-27T00:50:23.970Z Compiling syn v1.0.109
19982026-08-27T00:50:24.026Z Compiling vcpkg v0.2.15
19992026-08-27T00:50:24.171Z Compiling socket2 v0.6.3
20002026-08-27T00:50:24.440Z Compiling futures-sink v0.3.32
20012026-08-27T00:50:24.440Z Compiling httparse v1.10.1
20022026-08-27T00:50:24.440Z Compiling radium v0.7.0
20032026-08-27T00:50:24.560Z Compiling indexmap v2.14.0
20042026-08-27T00:50:24.560Z Compiling futures-channel v0.3.32
20052026-08-27T00:50:24.618Z Compiling futures-task v0.3.32
20062026-08-27T00:50:24.618Z Compiling futures-io v0.3.32
20072026-08-27T00:50:24.618Z Compiling slab v0.4.12
20082026-08-27T00:50:24.692Z Compiling iana-time-zone v0.1.65
20092026-08-27T00:50:24.692Z Compiling openssl-sys v0.9.117
20102026-08-27T00:50:24.693Z Compiling thiserror v1.0.69
20112026-08-27T00:50:24.794Z Compiling maybe-uninit v2.0.0
20122026-08-27T00:50:25.029Z Compiling rustls v0.23.41
20132026-08-27T00:50:25.029Z Compiling base64 v0.22.1
20142026-08-27T00:50:25.048Z Compiling rustc_version v0.4.1
20152026-08-27T00:50:25.162Z Compiling bzip2-sys v0.1.13+1.0.8
20162026-08-27T00:50:25.186Z Compiling synstructure v0.13.2
20172026-08-27T00:50:25.198Z Compiling serde_derive_internals v0.29.1
20182026-08-27T00:50:25.198Z Compiling uuid v1.23.4
20192026-08-27T00:50:25.219Z Compiling ahash v0.8.12
20202026-08-27T00:50:25.234Z Compiling ucd-trie v0.1.7
20212026-08-27T00:50:25.319Z Compiling num-bigint-dig v0.8.6
20222026-08-27T00:50:25.441Z Compiling packed_struct v0.10.1
20232026-08-27T00:50:25.442Z Compiling regex-syntax v0.8.10
20242026-08-27T00:50:25.494Z Compiling ident_case v1.0.1
20252026-08-27T00:50:25.494Z Compiling base64ct v1.8.3
20262026-08-27T00:50:25.529Z Compiling pest v2.8.6
20272026-08-27T00:50:25.529Z Compiling rand_core v0.9.5
20282026-08-27T00:50:25.596Z Compiling flagset v0.4.7
20292026-08-27T00:50:25.618Z Compiling openssl v0.10.80
20302026-08-27T00:50:25.779Z Compiling fastrand v2.3.0
20312026-08-27T00:50:25.907Z Compiling dyn-clone v1.0.20
20322026-08-27T00:50:25.907Z Compiling pem-rfc7468 v0.7.0
20332026-08-27T00:50:25.996Z Compiling indexmap v1.9.3
20342026-08-27T00:50:26.073Z Compiling tempfile v3.27.0
20352026-08-27T00:50:26.073Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20362026-08-27T00:50:26.146Z Compiling paste v1.0.15
20372026-08-27T00:50:26.146Z Compiling native-tls v0.2.18
20382026-08-27T00:50:26.284Z Compiling cpufeatures v0.2.17
20392026-08-27T00:50:26.316Z Compiling simd-adler32 v0.3.8
20402026-08-27T00:50:26.406Z Compiling syn v3.0.3
20412026-08-27T00:50:26.447Z Compiling adler2 v2.0.1
20422026-08-27T00:50:26.447Z Compiling camino v1.2.5
20432026-08-27T00:50:26.884Z Compiling serde_derive v1.0.228
20442026-08-27T00:50:26.884Z Compiling zeroize_derive v1.5.0
20452026-08-27T00:50:26.915Z Compiling zerocopy-derive v0.8.55
20462026-08-27T00:50:26.915Z Compiling zerofrom-derive v0.1.6
20472026-08-27T00:50:26.915Z Compiling yoke-derive v0.8.1
20482026-08-27T00:50:26.915Z Compiling zerovec-derive v0.11.2
20492026-08-27T00:50:26.916Z Compiling displaydoc v0.2.5
20502026-08-27T00:50:26.916Z Compiling tokio-macros v2.7.0
20512026-08-27T00:50:26.916Z Compiling futures-macro v0.3.32
20522026-08-27T00:50:26.916Z Compiling thiserror-impl v2.0.18
20532026-08-27T00:50:26.952Z Compiling der_derive v0.7.3
20542026-08-27T00:50:27.087Z Compiling schemars_derive v0.8.22
20552026-08-27T00:50:27.445Z Compiling tracing-attributes v0.1.31
20562026-08-27T00:50:27.495Z Compiling thiserror-impl v1.0.69
20572026-08-27T00:50:27.534Z Compiling clap_derive v4.6.1
20582026-08-27T00:50:27.549Z Compiling futures-util v0.3.32
20592026-08-27T00:50:27.685Z Compiling zerofrom v0.1.6
20602026-08-27T00:50:27.834Z Compiling yoke v0.8.1
20612026-08-27T00:50:27.888Z Compiling packed_struct_codegen v0.10.1
20622026-08-27T00:50:28.011Z Compiling zerovec v0.11.5
20632026-08-27T00:50:28.048Z Compiling zerotrie v0.2.3
20642026-08-27T00:50:28.506Z Compiling pest_meta v2.8.6
20652026-08-27T00:50:28.609Z Compiling tinystr v0.8.2
20662026-08-27T00:50:28.642Z Compiling potential_utf v0.1.4
20672026-08-27T00:50:28.654Z Compiling zerocopy-derive v0.6.6
20682026-08-27T00:50:28.791Z Compiling icu_locale_core v2.1.1
20692026-08-27T00:50:28.806Z Compiling icu_collections v2.1.1
20702026-08-27T00:50:28.836Z Compiling bitfield-macros v0.19.4
20712026-08-27T00:50:29.414Z Compiling pest_generator v2.8.6
20722026-08-27T00:50:29.457Z Compiling openssl-macros v0.1.1
20732026-08-27T00:50:29.562Z Compiling icu_provider v2.1.1
20742026-08-27T00:50:29.587Z Compiling scroll_derive v0.13.1
20752026-08-27T00:50:29.695Z Compiling zeroize v1.9.0
20762026-08-27T00:50:29.793Z Compiling bytes v1.11.1
20772026-08-27T00:50:29.987Z Compiling icu_properties v2.1.2
20782026-08-27T00:50:30.008Z Compiling icu_normalizer v2.1.1
20792026-08-27T00:50:30.071Z Compiling chrono v0.4.45
20802026-08-27T00:50:30.088Z Compiling der v0.7.10
20812026-08-27T00:50:30.260Z Compiling hex v0.4.3
20822026-08-27T00:50:30.367Z Compiling tokio v1.52.1
20832026-08-27T00:50:30.491Z Compiling crypto-common v0.1.7
20842026-08-27T00:50:30.498Z Compiling block-buffer v0.10.4
20852026-08-27T00:50:30.690Z Compiling digest v0.10.7
20862026-08-27T00:50:30.735Z Compiling pest_derive v2.8.6
20872026-08-27T00:50:30.998Z Compiling idna_adapter v1.2.1
20882026-08-27T00:50:31.016Z Compiling ppv-lite86 v0.2.21
20892026-08-27T00:50:31.107Z Compiling spki v0.7.3
20902026-08-27T00:50:31.142Z Compiling idna v1.1.0
20912026-08-27T00:50:31.268Z Compiling anstyle v1.0.14
20922026-08-27T00:50:31.365Z Compiling utf8parse v0.2.2
20932026-08-27T00:50:31.412Z Compiling crossbeam-utils v0.8.21
20942026-08-27T00:50:31.484Z Compiling url v2.5.8
20952026-08-27T00:50:31.510Z Compiling rand_chacha v0.9.0
20962026-08-27T00:50:31.543Z Compiling anstyle-parse v1.0.0
20972026-08-27T00:50:31.562Z Compiling pkcs8 v0.10.2
20982026-08-27T00:50:31.706Z Compiling sha2 v0.10.9
20992026-08-27T00:50:31.803Z Compiling rand v0.9.2
21002026-08-27T00:50:31.877Z Compiling http v1.4.2
21012026-08-27T00:50:32.391Z Compiling rustls-pki-types v1.14.0
21022026-08-27T00:50:32.553Z Compiling daft-derive v0.1.8
21032026-08-27T00:50:32.580Z Compiling miniz_oxide v0.8.9
21042026-08-27T00:50:32.738Z Compiling terminal_size v0.4.3
21052026-08-27T00:50:33.040Z Compiling spin v0.9.8
21062026-08-27T00:50:33.065Z Compiling tinyvec_macros v0.1.1
21072026-08-27T00:50:33.082Z Compiling colorchoice v1.0.4
21082026-08-27T00:50:33.125Z Compiling num-conv v0.2.0
21092026-08-27T00:50:33.175Z Compiling time-core v0.1.8
21102026-08-27T00:50:33.216Z Compiling is_terminal_polyfill v1.70.2
21112026-08-27T00:50:33.232Z Compiling anstyle-query v1.1.5
21122026-08-27T00:50:33.270Z Compiling tinyvec v1.10.0
21132026-08-27T00:50:33.313Z Compiling anstream v1.0.0
21142026-08-27T00:50:33.327Z Compiling structmeta-derive v0.3.0
21152026-08-27T00:50:33.353Z Compiling async-trait v0.1.89
21162026-08-27T00:50:33.364Z Compiling time-macros v0.2.27
21172026-08-27T00:50:33.507Z Compiling tracing-core v0.1.36
21182026-08-27T00:50:33.733Z Compiling object v0.37.3
21192026-08-27T00:50:33.836Z Compiling plain v0.2.3
21202026-08-27T00:50:33.966Z Compiling cmov v0.5.4
21212026-08-27T00:50:33.992Z Compiling untrusted v0.7.1
21222026-08-27T00:50:34.010Z Compiling tracing v0.1.44
21232026-08-27T00:50:34.093Z Compiling http-body v1.0.1
21242026-08-27T00:50:34.235Z Compiling ctutils v0.4.2
21252026-08-27T00:50:34.302Z Compiling toml_datetime v0.6.11
21262026-08-27T00:50:34.334Z Compiling tokio-util v0.7.18
21272026-08-27T00:50:34.366Z Compiling serde_spanned v0.6.9
21282026-08-27T00:50:34.370Z Compiling pin-project-internal v1.1.11
21292026-08-27T00:50:34.398Z Compiling structmeta v0.3.0
21302026-08-27T00:50:34.570Z Compiling slog v2.8.2
21312026-08-27T00:50:34.624Z Compiling wait-timeout v0.2.1
21322026-08-27T00:50:34.642Z Compiling cookie v0.18.1
21332026-08-27T00:50:34.662Z Compiling openssl-probe v0.2.1
21342026-08-27T00:50:34.717Z Compiling quick-error v1.2.3
21352026-08-27T00:50:34.856Z Compiling bit-vec v0.8.0
21362026-08-27T00:50:34.860Z Compiling clap_lex v1.0.0
21372026-08-27T00:50:34.905Z Compiling untrusted v0.9.0
21382026-08-27T00:50:35.035Z Compiling zstd-safe v7.2.4
21392026-08-27T00:50:35.083Z Compiling tap v1.0.1
21402026-08-27T00:50:35.108Z Compiling bit-set v0.8.0
21412026-08-27T00:50:35.178Z Compiling clap_builder v4.6.0
21422026-08-27T00:50:35.223Z Compiling wyz v0.5.1
21432026-08-27T00:50:35.318Z Compiling rusty-fork v0.3.1
21442026-08-27T00:50:35.453Z Compiling derive-ex v0.1.8
21452026-08-27T00:50:35.469Z Compiling hybrid-array v0.4.13
21462026-08-27T00:50:35.544Z Compiling unicode-normalization v0.1.25
21472026-08-27T00:50:35.593Z Compiling rand_chacha v0.3.1
21482026-08-27T00:50:35.704Z Compiling signature v2.2.0
21492026-08-27T00:50:35.731Z Compiling scroll_derive v0.12.1
21502026-08-27T00:50:35.905Z Compiling rand_xorshift v0.4.0
21512026-08-27T00:50:35.979Z Compiling heapless v0.7.17
21522026-08-27T00:50:36.124Z Compiling num-integer v0.1.46
21532026-08-27T00:50:36.153Z Compiling aho-corasick v1.1.4
21542026-08-27T00:50:36.227Z Compiling tower-service v0.3.3
21552026-08-27T00:50:36.244Z Compiling atomic-waker v1.1.2
21562026-08-27T00:50:36.317Z Compiling tower-layer v0.3.3
21572026-08-27T00:50:36.406Z Compiling signal-hook v0.3.18
21582026-08-27T00:50:36.488Z Compiling rustix v0.38.44
21592026-08-27T00:50:36.526Z Compiling zlib-rs v0.6.2
21602026-08-27T00:50:36.541Z Compiling anyhow v1.0.104
21612026-08-27T00:50:36.571Z Compiling funty v2.0.0
21622026-08-27T00:50:36.610Z Compiling pretty-hex v0.4.1
21632026-08-27T00:50:36.645Z Compiling try-lock v0.2.5
21642026-08-27T00:50:36.661Z Compiling usdt-impl v0.6.0
21652026-08-27T00:50:36.762Z Compiling unarray v0.1.4
21662026-08-27T00:50:36.814Z Compiling h2 v0.4.15
21672026-08-27T00:50:36.851Z Compiling want v0.3.1
21682026-08-27T00:50:36.870Z Compiling proptest v1.11.0
21692026-08-27T00:50:36.894Z Compiling num-iter v0.1.45
21702026-08-27T00:50:37.021Z Compiling test-strategy v0.4.5
21712026-08-27T00:50:37.034Z Compiling regex-automata v0.4.14
21722026-08-27T00:50:37.048Z Compiling bitvec v1.0.1
21732026-08-27T00:50:37.096Z Compiling clap v4.6.1
21742026-08-27T00:50:37.670Z Compiling rand v0.8.6
21752026-08-27T00:50:37.972Z Compiling lazy_static v1.5.0
21762026-08-27T00:50:38.092Z Compiling ipnetwork v0.21.1
21772026-08-27T00:50:38.276Z Compiling scroll v0.13.0
21782026-08-27T00:50:38.430Z Compiling ipnet v2.12.0
21792026-08-27T00:50:38.613Z Compiling snafu-derive v0.8.9
21802026-08-27T00:50:38.920Z Compiling flate2 v1.1.9
21812026-08-27T00:50:38.926Z Compiling strum_macros v0.26.4
21822026-08-27T00:50:39.554Z Compiling darling_core v0.20.11
21832026-08-27T00:50:39.571Z Compiling darling_core v0.23.0
21842026-08-27T00:50:40.359Z Compiling crc-catalog v2.4.0
21852026-08-27T00:50:40.466Z Compiling httpdate v1.0.3
21862026-08-27T00:50:40.553Z Compiling winnow v0.5.40
21872026-08-27T00:50:40.568Z Compiling foreign-types-shared v0.1.1
21882026-08-27T00:50:40.673Z Compiling nodrop v0.1.14
21892026-08-27T00:50:40.868Z Compiling array-init v0.0.4
21902026-08-27T00:50:41.060Z Compiling hyper v1.10.1
21912026-08-27T00:50:41.077Z Compiling foreign-types v0.3.2
21922026-08-27T00:50:41.188Z Compiling crc v3.4.0
21932026-08-27T00:50:41.550Z Compiling darling_macro v0.20.11
21942026-08-27T00:50:41.694Z Compiling newtype-uuid v1.3.2
21952026-08-27T00:50:41.819Z Compiling darling_macro v0.23.0
21962026-08-27T00:50:42.050Z Compiling goblin v0.10.5
21972026-08-27T00:50:42.314Z Compiling toml_edit v0.19.15
21982026-08-27T00:50:42.376Z Compiling oxnet v0.1.6
21992026-08-27T00:50:42.608Z Compiling smallvec v0.6.14
22002026-08-27T00:50:43.050Z Compiling pkcs1 v0.7.5
22012026-08-27T00:50:43.312Z Compiling bitfield v0.19.4
22022026-08-27T00:50:43.357Z Compiling zerocopy v0.6.6
22032026-08-27T00:50:43.482Z Compiling zerocopy-derive v0.7.35
22042026-08-27T00:50:43.518Z Compiling curve25519-dalek v4.1.3
22052026-08-27T00:50:43.859Z Compiling env_filter v2.0.0
22062026-08-27T00:50:43.984Z Compiling memoffset v0.9.1
22072026-08-27T00:50:44.198Z Compiling ref-cast v1.0.25
22082026-08-27T00:50:44.248Z Compiling owo-colors v4.3.0
22092026-08-27T00:50:44.412Z Compiling base64 v0.21.7
22102026-08-27T00:50:44.426Z Compiling smoltcp v0.9.1
22112026-08-27T00:50:44.498Z Compiling unicode-segmentation v1.12.0
22122026-08-27T00:50:44.577Z Compiling litrs v1.0.0
22132026-08-27T00:50:44.680Z Compiling hashbrown v0.12.3
22142026-08-27T00:50:44.758Z Compiling dof v0.4.0
22152026-08-27T00:50:44.886Z Compiling ron v0.8.1
22162026-08-27T00:50:45.050Z Compiling document-features v0.2.12
22172026-08-27T00:50:45.100Z Compiling env_logger v0.11.11
22182026-08-27T00:50:45.270Z Compiling toml v0.7.8
22192026-08-27T00:50:45.298Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-27T00:50:45.364Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22212026-08-27T00:50:45.518Z Compiling rsa v0.9.10
22222026-08-27T00:50:45.755Z Compiling bzip2 v0.4.4
22232026-08-27T00:50:45.816Z Compiling serde-hex v0.1.0
22242026-08-27T00:50:45.901Z Compiling daft v0.1.8
22252026-08-27T00:50:46.019Z Compiling hyper-util v0.1.20
22262026-08-27T00:50:46.210Z Compiling darling v0.23.0
22272026-08-27T00:50:46.306Z Compiling darling v0.20.11
22282026-08-27T00:50:46.391Z Compiling hashbrown v0.13.2
22292026-08-27T00:50:46.633Z Compiling x509-cert v0.2.5
22302026-08-27T00:50:46.899Z Compiling dtrace-parser v0.3.0
22312026-08-27T00:50:46.988Z Compiling hmac v0.12.1
22322026-08-27T00:50:47.329Z Compiling async-recursion v1.1.1
22332026-08-27T00:50:47.492Z Compiling sync_wrapper v1.0.2
22342026-08-27T00:50:47.613Z Compiling thread-id v5.1.0
22352026-08-27T00:50:47.639Z Compiling powerfmt v0.2.0
22362026-08-27T00:50:47.712Z Compiling cfg_aliases v0.2.1
22372026-08-27T00:50:47.851Z Compiling crc-any v2.5.0
22382026-08-27T00:50:47.913Z Compiling siphasher v1.0.2
22392026-08-27T00:50:48.240Z Compiling deranged v0.5.8
22402026-08-27T00:50:48.271Z Compiling nix v0.31.2
22412026-08-27T00:50:48.474Z Compiling tower v0.5.3
22422026-08-27T00:50:49.030Z Compiling object v0.30.4
22432026-08-27T00:50:49.380Z Compiling derive_builder_core v0.20.2
22442026-08-27T00:50:49.396Z Compiling serde_with_macros v3.21.0
22452026-08-27T00:50:49.562Z Compiling zip v0.6.6
22462026-08-27T00:50:50.228Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-27T00:50:50.284Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-27T00:50:50.331Z Compiling bstr v1.12.1
22492026-08-27T00:50:50.438Z Compiling crypto-common v0.2.2
22502026-08-27T00:50:50.467Z Compiling block-buffer v0.12.1
22512026-08-27T00:50:50.835Z Compiling http-body-util v0.1.3
22522026-08-27T00:50:51.169Z Compiling futures-executor v0.3.32
22532026-08-27T00:50:51.202Z Compiling serde_tokenstream v0.2.3
22542026-08-27T00:50:51.202Z Compiling erased-serde v0.3.31
22552026-08-27T00:50:51.465Z Compiling hubpack_derive v0.1.1
22562026-08-27T00:50:51.477Z Compiling strum_macros v0.27.2
22572026-08-27T00:50:51.478Z Compiling ref-cast-impl v1.0.25
22582026-08-27T00:50:51.504Z Compiling curve25519-dalek-derive v0.1.1
22592026-08-27T00:50:51.718Z Compiling fs-err v3.3.0
22602026-08-27T00:50:51.791Z Compiling usdt-impl v0.5.0
22612026-08-27T00:50:51.923Z Compiling unicode-bidi v0.3.18
22622026-08-27T00:50:51.956Z Compiling path-slash v0.1.5
22632026-08-27T00:50:52.013Z Compiling unicode-properties v0.1.4
22642026-08-27T00:50:52.027Z Compiling num_threads v0.1.7
22652026-08-27T00:50:52.133Z Compiling iri-string v0.7.10
22662026-08-27T00:50:52.141Z Compiling same-file v1.0.6
22672026-08-27T00:50:52.344Z Compiling allocator-api2 v0.2.21
22682026-08-27T00:50:52.359Z Compiling gimli v0.32.3
22692026-08-27T00:50:52.543Z Compiling ryu v1.0.23
22702026-08-27T00:50:52.807Z Compiling serde_urlencoded v0.7.1
22712026-08-27T00:50:53.305Z Compiling time v0.3.47
22722026-08-27T00:50:53.568Z Compiling tower-http v0.6.8
22732026-08-27T00:50:54.070Z Compiling addr2line v0.25.1
22742026-08-27T00:50:54.160Z Compiling walkdir v2.5.0
22752026-08-27T00:50:54.273Z Compiling stringprep v0.1.5
22762026-08-27T00:50:54.866Z Compiling futures v0.3.32
22772026-08-27T00:50:55.266Z Compiling derive_builder_macro v0.20.2
22782026-08-27T00:50:55.573Z Compiling tokio-native-tls v0.3.1
22792026-08-27T00:50:55.593Z Compiling convert_case v0.10.0
22802026-08-27T00:50:55.769Z Compiling strum v0.26.3
22812026-08-27T00:50:55.786Z Compiling block-padding v0.4.2
22822026-08-27T00:50:55.928Z Compiling scroll v0.12.0
22832026-08-27T00:50:55.962Z Compiling pin-project v1.1.11
22842026-08-27T00:50:56.004Z Compiling rustls-native-certs v0.8.3
22852026-08-27T00:50:56.037Z Compiling md-5 v0.10.6
22862026-08-27T00:50:56.121Z Compiling vergen-lib v9.1.0
22872026-08-27T00:50:56.219Z Compiling hash32 v0.2.1
22882026-08-27T00:50:56.234Z Compiling encoding_rs v0.8.35
22892026-08-27T00:50:56.263Z Compiling rustc-demangle v0.1.27
22902026-08-27T00:50:56.266Z Compiling mime v0.3.17
22912026-08-27T00:50:56.329Z Compiling jiff-core v0.1.0
22922026-08-27T00:50:56.354Z Compiling psl-types v2.0.11
22932026-08-27T00:50:56.429Z Compiling fallible-iterator v0.2.0
22942026-08-27T00:50:56.592Z Compiling cpufeatures v0.3.0
22952026-08-27T00:50:56.682Z Compiling publicsuffix v2.3.0
22962026-08-27T00:50:56.722Z Compiling postgres-protocol v0.6.10
22972026-08-27T00:50:56.771Z Compiling goblin v0.8.2
22982026-08-27T00:50:56.868Z Compiling snafu v0.8.9
22992026-08-27T00:50:57.159Z Compiling jiff v0.2.34
23002026-08-27T00:50:57.235Z Compiling inout v0.2.2
23012026-08-27T00:50:57.426Z Compiling backtrace v0.3.76
23022026-08-27T00:50:57.442Z Compiling derive_more-impl v2.1.1
23032026-08-27T00:50:57.514Z Compiling derive_builder v0.20.2
23042026-08-27T00:50:57.606Z Compiling hyper-tls v0.6.0
23052026-08-27T00:50:57.922Z Compiling usdt-attr-macro v0.6.0
23062026-08-27T00:50:58.057Z Compiling usdt-macro v0.6.0
23072026-08-27T00:50:58.126Z Compiling globset v0.4.18
23082026-08-27T00:50:58.141Z Compiling phf_shared v0.13.1
23092026-08-27T00:50:58.193Z Compiling crossbeam-epoch v0.9.18
23102026-08-27T00:50:58.440Z Compiling zerocopy v0.7.35
23112026-08-27T00:50:58.571Z Compiling regex v1.12.3
23122026-08-27T00:50:58.856Z Compiling serde_plain v1.0.2
23132026-08-27T00:50:59.001Z Compiling miette-derive v7.6.0
23142026-08-27T00:50:59.018Z Compiling serde_repr v0.1.20
23152026-08-27T00:50:59.059Z Compiling enum-as-inner v0.6.1
23162026-08-27T00:50:59.088Z Compiling pem v3.0.6
23172026-08-27T00:50:59.133Z Compiling vergen v9.1.0
23182026-08-27T00:50:59.149Z Compiling cargo-platform v0.3.2
23192026-08-27T00:50:59.350Z Compiling ff v0.13.1
23202026-08-27T00:50:59.427Z Compiling filetime v0.2.27
23212026-08-27T00:50:59.460Z Compiling foldhash v0.1.5
23222026-08-27T00:50:59.511Z Compiling xattr v1.6.1
23232026-08-27T00:50:59.566Z Compiling bitflags v1.3.2
23242026-08-27T00:50:59.582Z Compiling unicode-width v0.2.0
23252026-08-27T00:50:59.666Z Compiling bumpalo v3.20.2
23262026-08-27T00:50:59.684Z Compiling foldhash v0.2.0
23272026-08-27T00:50:59.723Z Compiling const-oid v0.10.2
23282026-08-27T00:50:59.894Z Compiling managed v0.8.0
23292026-08-27T00:50:59.910Z Compiling smawk v0.3.2
23302026-08-27T00:50:59.926Z Compiling either v1.15.0
23312026-08-27T00:51:00.096Z Compiling libbz2-rs-sys v0.2.2
23322026-08-27T00:51:00.129Z Compiling base16ct v0.2.0
23332026-08-27T00:51:00.144Z Compiling is_ci v1.2.0
23342026-08-27T00:51:00.158Z Compiling unicode-linebreak v0.1.5
23352026-08-27T00:51:00.225Z Compiling typed-path v0.9.3
23362026-08-27T00:51:00.291Z Compiling sec1 v0.7.3
23372026-08-27T00:51:00.326Z Compiling supports-color v3.0.2
23382026-08-27T00:51:00.416Z Compiling textwrap v0.16.2
23392026-08-27T00:51:00.585Z Compiling bzip2 v0.6.1
23402026-08-27T00:51:00.766Z Compiling digest v0.11.3
23412026-08-27T00:51:00.769Z Compiling zopfli v0.8.3
23422026-08-27T00:51:00.805Z Compiling hashbrown v0.16.1
23432026-08-27T00:51:00.821Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23442026-08-27T00:51:00.839Z Compiling tar v0.4.46
23452026-08-27T00:51:00.842Z Compiling hashbrown v0.15.5
23462026-08-27T00:51:00.899Z Compiling group v0.13.0
23472026-08-27T00:51:01.038Z Compiling cargo_metadata v0.23.1
23482026-08-27T00:51:01.339Z Compiling dof v0.3.0
23492026-08-27T00:51:02.400Z Compiling phf v0.13.1
23502026-08-27T00:51:02.438Z Compiling zstd v0.13.3
23512026-08-27T00:51:02.578Z Compiling backtrace-ext v0.2.1
23522026-08-27T00:51:02.757Z Compiling reqwest v0.12.28
23532026-08-27T00:51:02.996Z Compiling cookie_store v0.22.1
23542026-08-27T00:51:03.018Z Compiling signal-hook-mio v0.2.5
23552026-08-27T00:51:03.021Z Compiling cipher v0.5.2
23562026-08-27T00:51:03.061Z Compiling postgres-types v0.2.12
23572026-08-27T00:51:03.243Z Compiling strum v0.27.2
23582026-08-27T00:51:03.463Z Compiling hubpack v0.1.2
23592026-08-27T00:51:03.522Z Compiling phf_shared v0.11.3
23602026-08-27T00:51:03.588Z Compiling hkdf v0.12.4
23612026-08-27T00:51:03.603Z Compiling dtrace-parser v0.2.0
23622026-08-27T00:51:03.696Z Compiling byte-wrapper v0.1.0
23632026-08-27T00:51:03.725Z Compiling ed25519 v2.2.3
23642026-08-27T00:51:03.729Z Compiling olpc-cjson v0.1.4
23652026-08-27T00:51:04.034Z Compiling crypto-bigint v0.5.5
23662026-08-27T00:51:04.186Z Compiling serde-big-array v0.5.1
23672026-08-27T00:51:04.336Z Compiling float-cmp v0.10.0
23682026-08-27T00:51:04.350Z Compiling memmap2 v0.9.10
23692026-08-27T00:51:04.388Z Compiling thread-id v4.2.2
23702026-08-27T00:51:04.490Z Compiling supports-unicode v3.0.0
23712026-08-27T00:51:04.584Z Compiling whoami v2.1.0
23722026-08-27T00:51:04.630Z Compiling precomputed-hash v0.1.1
23732026-08-27T00:51:04.650Z Compiling unicode-width v0.1.14
23742026-08-27T00:51:04.666Z Compiling static_assertions v1.1.0
23752026-08-27T00:51:04.744Z Compiling supports-hyperlinks v3.2.0
23762026-08-27T00:51:04.773Z Compiling normalize-line-endings v0.3.0
23772026-08-27T00:51:04.858Z Compiling predicates-core v1.0.10
23782026-08-27T00:51:04.888Z Compiling keccak v0.1.6
23792026-08-27T00:51:04.917Z Compiling fixedbitset v0.5.7
23802026-08-27T00:51:04.961Z Compiling new_debug_unreachable v1.0.6
23812026-08-27T00:51:05.002Z Compiling toml_write v0.1.2
23822026-08-27T00:51:05.042Z Compiling winnow v0.7.14
23832026-08-27T00:51:05.058Z Compiling winnow v1.0.3
23842026-08-27T00:51:05.263Z Compiling fixedbitset v0.4.2
23852026-08-27T00:51:05.281Z Compiling difflib v0.4.0
23862026-08-27T00:51:05.737Z Compiling rayon-core v1.13.0
23872026-08-27T00:51:05.753Z Compiling data-encoding v2.10.0
23882026-08-27T00:51:05.771Z Compiling predicates v3.1.4
23892026-08-27T00:51:06.110Z Compiling hickory-proto v0.25.2
23902026-08-27T00:51:06.126Z Compiling toml_parser v1.1.2+spec-1.1.0
23912026-08-27T00:51:06.284Z Compiling petgraph v0.6.5
23922026-08-27T00:51:06.573Z Compiling toml_edit v0.22.27
23932026-08-27T00:51:06.702Z Compiling petgraph v0.8.3
23942026-08-27T00:51:06.954Z Compiling sha3 v0.10.8
23952026-08-27T00:51:07.035Z Compiling string_cache v0.8.9
23962026-08-27T00:51:07.230Z Compiling elliptic-curve v0.13.8
23972026-08-27T00:51:07.356Z Compiling chacha20 v0.10.0
23982026-08-27T00:51:07.523Z Compiling miette v7.6.0
23992026-08-27T00:51:07.576Z Compiling tokio-postgres v0.7.16
24002026-08-27T00:51:07.596Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24012026-08-27T00:51:07.763Z Compiling usdt v0.6.0
24022026-08-27T00:51:08.522Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24032026-08-27T00:51:09.419Z Compiling ed25519-dalek v2.2.0
24042026-08-27T00:51:09.944Z Compiling crossterm v0.28.1
24052026-08-27T00:51:10.374Z Compiling zip v4.6.1
24062026-08-27T00:51:10.518Z Compiling iddqd v0.4.2
24072026-08-27T00:51:10.856Z Compiling itertools v0.15.0
24082026-08-27T00:51:11.086Z Compiling itertools v0.13.0
24092026-08-27T00:51:11.259Z Compiling derive_more v2.1.1
24102026-08-27T00:51:11.384Z Compiling similar v2.7.0
24112026-08-27T00:51:11.605Z Compiling serde_with v3.21.0
24122026-08-27T00:51:12.109Z Compiling heck v0.4.1
24132026-08-27T00:51:12.430Z Compiling tokio-stream v0.1.18
24142026-08-27T00:51:12.489Z Compiling buf-list v1.1.2
24152026-08-27T00:51:12.640Z Compiling half v2.7.1
24162026-08-27T00:51:12.656Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24172026-08-27T00:51:12.757Z Compiling openapiv3 v2.2.0
24182026-08-27T00:51:13.030Z Compiling ciborium-io v0.2.2
24192026-08-27T00:51:13.203Z Compiling lalrpop-util v0.19.12
24202026-08-27T00:51:13.412Z Compiling peg-runtime v0.8.5
24212026-08-27T00:51:13.894Z Compiling ciborium-ll v0.2.2
24222026-08-27T00:51:14.886Z Compiling crossbeam-deque v0.8.6
24232026-08-27T00:51:15.322Z Compiling camino-tempfile v1.4.1
24242026-08-27T00:51:15.729Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24252026-08-27T00:51:16.190Z Compiling blake3 v1.8.5
24262026-08-27T00:51:16.363Z Compiling fs-err v2.11.0
24272026-08-27T00:51:18.363Z Compiling rustls-webpki v0.103.13
24282026-08-27T00:51:19.184Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-27T00:51:20.616Z Compiling ciborium v0.2.2
24302026-08-27T00:51:20.974Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24312026-08-27T00:51:21.561Z Compiling thread_local v1.1.9
24322026-08-27T00:51:21.695Z Compiling slog-async v2.8.0
24332026-08-27T00:51:21.877Z Compiling tokio-rustls v0.26.4
24342026-08-27T00:51:21.904Z Compiling rustls-platform-verifier v0.6.2
24352026-08-27T00:51:21.968Z Compiling tough v0.22.0
24362026-08-27T00:51:22.052Z Compiling arrayref v0.3.9
24372026-08-27T00:51:22.135Z Compiling hyper-rustls v0.27.7
24382026-08-27T00:51:22.152Z Compiling constant_time_eq v0.4.2
24392026-08-27T00:51:22.171Z Compiling arrayvec v0.7.6
24402026-08-27T00:51:22.376Z Compiling reqwest v0.13.2
24412026-08-27T00:51:22.536Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24422026-08-27T00:51:22.553Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24432026-08-27T00:51:22.745Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24442026-08-27T00:51:22.858Z Compiling toml v0.8.23
24452026-08-27T00:51:23.099Z Compiling atomicwrites v0.4.4
24462026-08-27T00:51:23.114Z Compiling sha2 v0.11.0
24472026-08-27T00:51:23.128Z Compiling digest-io v0.1.0
24482026-08-27T00:51:23.220Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-27T00:51:23.296Z Compiling crossbeam-channel v0.5.15
24502026-08-27T00:51:23.395Z Compiling serde_path_to_error v0.1.20
24512026-08-27T00:51:23.411Z Compiling is-terminal v0.4.17
24522026-08-27T00:51:23.437Z Compiling parse-size v1.1.0
24532026-08-27T00:51:23.534Z Compiling debug-ignore v1.0.5
24542026-08-27T00:51:23.584Z Compiling term v1.2.1
24552026-08-27T00:51:23.641Z Compiling take_mut v0.2.2
24562026-08-27T00:51:23.668Z Compiling rawzip v0.4.4
24572026-08-27T00:51:23.778Z Compiling indent_write v2.2.0
24582026-08-27T00:51:23.869Z Compiling topological-sort v0.2.2
24592026-08-27T00:51:23.950Z Compiling slog-term v2.9.2
24602026-08-27T00:51:24.058Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-27T00:51:24.135Z Compiling shell-words v1.1.1
24622026-08-27T00:51:25.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-08-27T00:51:31.745Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-08-27T00:51:33.795Z Compiling omicron-zone-package v0.12.3
24652026-08-27T00:51:34.427Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24662026-08-27T00:51:34.466Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24672026-08-27T00:51:34.540Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24682026-08-27T00:51:39.099Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24692026-08-27T00:51:51.335Z Finished `release` profile [optimized] target(s) in 1m 31s
24702026-08-27T00:51:51.478Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24712026-08-27T00:51:51.537ZAug 27 00:51:50.165 DEBG changing working directory to /work/oxidecomputer/omicron
24722026-08-27T00:51:51.636ZAug 27 00:51:50.265 DEBG running: git rev-parse HEAD
24732026-08-27T00:51:51.639ZAug 27 00:51:50.267 DEBG process exited with exit status: 0 (2.357986ms)
24742026-08-27T00:51:51.639ZAug 27 00:51:50.267 INFO version: 23.0.0-0.ci+git5a34cf5c3c8
24752026-08-27T00:51:51.647ZAug 27 00:51:50.276 INFO cloning helios to /work/oxidecomputer/helios
24762026-08-27T00:51:51.647ZAug 27 00:51:50.276 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24772026-08-27T00:51:51.651ZCloning into '/work/oxidecomputer/helios'...
24782026-08-27T00:51:52.229ZAug 27 00:51:50.858 DEBG process exited with exit status: 0 (582.290637ms)
24792026-08-27T00:51:52.229ZAug 27 00:51:50.858 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24802026-08-27T00:51:52.232ZAug 27 00:51:50.860 DEBG process exited with exit status: 0 (2.379057ms)
24812026-08-27T00:51:52.232ZAug 27 00:51:50.860 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24822026-08-27T00:51:52.602ZAug 27 00:51:51.231 DEBG process exited with exit status: 0 (370.175686ms)
24832026-08-27T00:51:52.602ZAug 27 00:51:51.231 DEBG running: zfs list rpool/images/build/host
24842026-08-27T00:51:52.606ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-27T00:51:52.606Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24862026-08-27T00:51:52.609ZAug 27 00:51:51.235 DEBG process exited with exit status: 0 (4.543922ms)
24872026-08-27T00:51:52.609ZAug 27 00:51:51.235 DEBG running: zfs list rpool/images/build/recovery
24882026-08-27T00:51:52.609ZNAME USED AVAIL REFER MOUNTPOINT
24892026-08-27T00:51:52.609Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24902026-08-27T00:51:52.613ZAug 27 00:51:51.239 DEBG process exited with exit status: 0 (3.53586ms)
24912026-08-27T00:51:52.613ZAug 27 00:51:51.239 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24922026-08-27T00:51:52.624ZAug 27 00:51:51.251 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24932026-08-27T00:51:52.627ZAug 27 00:51:51.252 INFO [hubris-production] running task
24942026-08-27T00:51:52.627ZAug 27 00:51:51.252 INFO [incorp-manifest] running task
24952026-08-27T00:51:52.627ZAug 27 00:51:51.252 INFO [hubris-staging] running task
24962026-08-27T00:51:52.627ZAug 27 00:51:51.252 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24972026-08-27T00:51:52.628ZAug 27 00:51:51.252 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24982026-08-27T00:51:52.628ZAug 27 00:51:51.253 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
24992026-08-27T00:51:52.628ZAug 27 00:51:51.253 INFO [incorp-create] running: pkgrepo create /work/incorporation
25002026-08-27T00:51:52.663Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-08-27T00:51:52.730Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-27T00:51:52.856ZAug 27 00:51:51.485 INFO [incorp-create] process exited with exit status: 0 (231.873224ms)
25032026-08-27T00:51:52.856ZAug 27 00:51:51.485 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25042026-08-27T00:51:53.077ZAug 27 00:51:51.706 INFO [incorp-publisher] process exited with exit status: 0 (221.316686ms)
25052026-08-27T00:51:53.385Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-08-27T00:51:53.709ZAug 27 00:51:52.338 INFO [hubris-production] task succeeded (1.086049462s)
25072026-08-27T00:51:54.621Z[ omicron-package] Compiling macaddr v1.0.1
25082026-08-27T00:51:54.621Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25092026-08-27T00:51:54.622Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-27T00:51:54.622Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-27T00:51:54.622Z[ omicron-package] Compiling heapless v0.8.0
25122026-08-27T00:51:54.622Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25132026-08-27T00:51:54.622Z[ omicron-package] Compiling ingot-macros v0.2.0
25142026-08-27T00:51:54.626Z[ omicron-package] Compiling hash32 v0.3.1
25152026-08-27T00:51:54.626Z[ omicron-package] Compiling inout v0.1.4
25162026-08-27T00:51:54.626Z[ omicron-package] Compiling multer v3.1.0
25172026-08-27T00:51:54.626Z[ omicron-package] Compiling smoltcp v0.11.0
25182026-08-27T00:51:54.626Z[ omicron-package] Compiling compression-core v0.4.31
25192026-08-27T00:51:54.626Z[ omicron-package] Compiling match_cfg v0.1.0
25202026-08-27T00:51:54.626Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25212026-08-27T00:51:54.887ZAug 27 00:51:53.515 DEBG process exited with exit status: 0 (2.26309138s)
25222026-08-27T00:51:54.887ZAug 27 00:51:53.515 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25232026-08-27T00:51:55.423Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25242026-08-27T00:51:55.426Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25252026-08-27T00:51:55.426Z[ omicron-package] Compiling slog-json v2.6.1
25262026-08-27T00:51:55.599Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25272026-08-27T00:51:55.602Z[ omicron-package] Compiling compression-codecs v0.4.37
25282026-08-27T00:51:55.635Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25292026-08-27T00:51:55.709Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25302026-08-27T00:51:55.713Z[ omicron-package] Compiling cobs v0.3.0
25312026-08-27T00:51:55.713Z[ omicron-package] Compiling universal-hash v0.5.1
25322026-08-27T00:51:55.820Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25332026-08-27T00:51:55.962Z[ omicron-package] Compiling hostname v0.3.1
25342026-08-27T00:51:55.968Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25352026-08-27T00:51:55.968Z[ omicron-package] Compiling dropshot v0.17.1
25362026-08-27T00:51:55.994Z[ omicron-package] Compiling serde_spanned v1.1.1
25372026-08-27T00:51:55.998Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25382026-08-27T00:51:55.998Z[ omicron-package] Compiling async-stream-impl v0.3.6
25392026-08-27T00:51:55.998Z[ omicron-package] Compiling convert_case v0.4.0
25402026-08-27T00:51:56.012Z[ omicron-package] Compiling opaque-debug v0.3.1
25412026-08-27T00:51:56.265Z[ omicron-package] Compiling cipher v0.4.4
25422026-08-27T00:51:56.384Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25432026-08-27T00:51:56.387Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25442026-08-27T00:51:56.435Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25452026-08-27T00:51:56.435Z[ omicron-package] Compiling poly1305 v0.8.0
25462026-08-27T00:51:56.437Z[ omicron-package] Compiling slog-bunyan v2.5.0
25472026-08-27T00:51:56.473Z[ omicron-package] Compiling derive_more v0.99.20
25482026-08-27T00:51:56.644Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25492026-08-27T00:51:56.648Z[ omicron-package] Compiling chacha20 v0.9.1
25502026-08-27T00:51:56.648Z[ omicron-package] Compiling postcard v1.1.3
25512026-08-27T00:51:56.703Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25522026-08-27T00:51:56.778Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25532026-08-27T00:51:56.782Z[ omicron-package] Compiling async-stream v0.3.6
25542026-08-27T00:51:57.077Z[ omicron-package] Compiling num_enum_derive v0.7.6
25552026-08-27T00:51:57.086Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25562026-08-27T00:51:57.086Z[ omicron-package] Compiling async-compression v0.4.41
25572026-08-27T00:51:57.086Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25582026-08-27T00:51:57.205Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25592026-08-27T00:51:57.262Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25602026-08-27T00:51:57.313Z[ omicron-package] Compiling sha1 v0.11.0
25612026-08-27T00:51:57.318Z[ omicron-package] Compiling progenitor-client v0.14.0
25622026-08-27T00:51:57.442Z[ omicron-package] Compiling oxide-generation v0.1.3
25632026-08-27T00:51:57.442Z[ omicron-package] Compiling parse-display-derive v0.10.0
25642026-08-27T00:51:57.447ZAug 27 00:51:56.076 DEBG process exited with exit status: 0 (2.560768281s)
25652026-08-27T00:51:57.454ZAug 27 00:51:56.080 INFO [incorp-manifest] task succeeded (4.825039044s)
25662026-08-27T00:51:57.454ZAug 27 00:51:56.080 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25672026-08-27T00:51:57.614Z[ omicron-package] Compiling waitgroup v0.1.2
25682026-08-27T00:51:57.683ZAug 27 00:51:56.312 INFO [incorp-fmt] process exited with exit status: 0 (235.169193ms)
25692026-08-27T00:51:57.683ZAug 27 00:51:56.312 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25702026-08-27T00:51:57.703Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25712026-08-27T00:51:57.866Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25722026-08-27T00:51:57.936Z[ omicron-package] Compiling backon v1.6.0
25732026-08-27T00:51:57.971Z[ omicron-package] Compiling password-hash v0.5.0
25742026-08-27T00:51:58.011Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25752026-08-27T00:51:58.067Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T005156Z
25762026-08-27T00:51:58.070Z[ incorp-pkgsend] PUBLISHED
25772026-08-27T00:51:58.166ZAug 27 00:51:56.795 INFO [incorp-pkgsend] process exited with exit status: 0 (483.00222ms)
25782026-08-27T00:51:58.169ZAug 27 00:51:56.796 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25792026-08-27T00:51:58.256Z[ omicron-package] Compiling ingot-types v0.2.0
25802026-08-27T00:51:58.256Z[ omicron-package] Compiling blake2 v0.10.6
25812026-08-27T00:51:58.298Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25822026-08-27T00:51:58.301Z[ omicron-package] Compiling aead v0.5.2
25832026-08-27T00:51:58.370Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25842026-08-27T00:51:58.410Z[ helios-incorp] Retrieving packages for publisher helios ...
25852026-08-27T00:51:58.410Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25862026-08-27T00:51:58.410Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25872026-08-27T00:51:58.434Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25882026-08-27T00:51:58.435Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25892026-08-27T00:51:58.435Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25902026-08-27T00:51:58.439Z[ helios-incorp]
25912026-08-27T00:51:58.439Z[ helios-incorp] Archiving packages ...
25922026-08-27T00:51:58.439Z[ helios-incorp] Packages to add: 1
25932026-08-27T00:51:58.439Z[ helios-incorp] Files to retrieve: 0
25942026-08-27T00:51:58.442Z[ helios-incorp] Estimated transfer size: 0.00 B
25952026-08-27T00:51:58.442Z[ helios-incorp]
25962026-08-27T00:51:58.442Z[ helios-incorp] Packages to archive:
25972026-08-27T00:51:58.442Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T005156Z
25982026-08-27T00:51:58.442Z[ helios-incorp]
25992026-08-27T00:51:58.442Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26002026-08-27T00:51:58.442Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26012026-08-27T00:51:58.459Z[ omicron-package] Compiling proc-macro-error v1.0.4
26022026-08-27T00:51:58.489Z[ omicron-package] Compiling hostname v0.4.2
26032026-08-27T00:51:58.533ZAug 27 00:51:57.162 INFO [helios-incorp] process exited with exit status: 0 (366.471476ms)
26042026-08-27T00:51:58.595Z[ omicron-package] Compiling instant v0.1.13
26052026-08-27T00:51:58.711Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26062026-08-27T00:51:58.746Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26072026-08-27T00:51:58.834Z[ omicron-package] Compiling ingot v0.2.1
26082026-08-27T00:51:58.881Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26092026-08-27T00:51:58.945Z[ omicron-package] Compiling backoff v0.4.0
26102026-08-27T00:51:58.987Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-08-27T00:51:59.061Z[ omicron-package] Compiling argon2 v0.5.3
26122026-08-27T00:51:59.083Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26132026-08-27T00:51:59.122Z[ omicron-package] Compiling num_enum_derive v0.5.11
26142026-08-27T00:51:59.126Z[ omicron-package] Compiling num_enum v0.7.6
26152026-08-27T00:51:59.126Z[ omicron-package] Compiling progenitor-extras v0.2.0
26162026-08-27T00:51:59.343Z[ omicron-package] Compiling parse-display v0.10.0
26172026-08-27T00:51:59.359Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26182026-08-27T00:51:59.386Z[ omicron-package] Compiling vsss-rs v3.3.4
26192026-08-27T00:51:59.386Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26202026-08-27T00:51:59.487Z[ omicron-package] Compiling foreign-types v0.5.0
26212026-08-27T00:51:59.538Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26222026-08-27T00:51:59.653Z[ omicron-package] Compiling regress v0.10.5
26232026-08-27T00:51:59.820Z[ omicron-package] Compiling itertools v0.14.0
26242026-08-27T00:51:59.837Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-08-27T00:52:00.003Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-27T00:52:00.168Z[ omicron-package] Compiling cstr-argument v0.1.2
26272026-08-27T00:52:00.215Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26282026-08-27T00:52:00.259Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26292026-08-27T00:52:00.319Z[ omicron-package] Compiling humantime v2.3.0
26302026-08-27T00:52:00.349Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312026-08-27T00:52:00.489Z[ omicron-package] Compiling num_enum v0.5.11
26322026-08-27T00:52:00.555Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332026-08-27T00:52:00.649Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26342026-08-27T00:52:00.771Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26352026-08-27T00:52:00.797Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-08-27T00:52:00.861Z[ omicron-package] Compiling rayon v1.11.0
26372026-08-27T00:52:00.953Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26382026-08-27T00:52:01.005Z[ omicron-package] Compiling rand v0.10.1
26392026-08-27T00:52:01.028Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26402026-08-27T00:52:01.057Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26412026-08-27T00:52:01.120Z[ omicron-package] Compiling libefi-sys v0.1.0
26422026-08-27T00:52:01.154Z[ omicron-package] Compiling colored v3.1.1
26432026-08-27T00:52:01.154Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26442026-08-27T00:52:01.222Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26452026-08-27T00:52:01.284Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462026-08-27T00:52:01.378Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-08-27T00:52:01.522Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26482026-08-27T00:52:01.615Z[ omicron-package] Compiling itertools v0.12.1
26492026-08-27T00:52:01.676Z[ omicron-package] Compiling usdt-macro v0.5.0
26502026-08-27T00:52:01.725Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26512026-08-27T00:52:01.815Z[ omicron-package] Compiling memmap v0.7.0
26522026-08-27T00:52:01.826Z[ omicron-package] Compiling sigpipe v0.1.3
26532026-08-27T00:52:01.885Z[ omicron-package] Compiling bitfield-struct v0.6.2
26542026-08-27T00:52:01.898Z[ omicron-package] Compiling num-derive v0.4.2
26552026-08-27T00:52:01.972Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26562026-08-27T00:52:02.084Z[ omicron-package] Compiling swrite v0.1.0
26572026-08-27T00:52:02.417Z[ omicron-package] Compiling glob v0.3.3
26582026-08-27T00:52:02.539Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26592026-08-27T00:52:02.889Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26602026-08-27T00:52:02.923Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26612026-08-27T00:52:02.985Z[ omicron-package] Compiling usdt v0.5.0
26622026-08-27T00:52:03.044Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26632026-08-27T00:52:03.188Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26642026-08-27T00:52:03.231Z[ omicron-package] Compiling zone v0.3.1
26652026-08-27T00:52:03.328Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26662026-08-27T00:52:03.402Z[ omicron-package] Compiling smf v0.2.3
26672026-08-27T00:52:03.538Z[ omicron-package] Compiling whoami v1.6.1
26682026-08-27T00:52:03.554Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-08-27T00:52:03.593Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26702026-08-27T00:52:03.675Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26712026-08-27T00:52:03.685Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26722026-08-27T00:52:03.725Z[ omicron-package] Compiling gethostname v0.5.0
26732026-08-27T00:52:03.844Z[ omicron-package] Compiling console v0.16.2
26742026-08-27T00:52:03.941Z[ omicron-package] Compiling unit-prefix v0.5.2
26752026-08-27T00:52:04.041Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26762026-08-27T00:52:04.100Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26772026-08-27T00:52:04.574Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26782026-08-27T00:52:04.615Z[ omicron-package] Compiling indicatif v0.18.4
26792026-08-27T00:52:08.049Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-27T00:52:08.642Z[ helios-setup] Aug 27 00:52:07.271 INFO helios repository root is: /work/oxidecomputer/helios
26812026-08-27T00:52:08.646Z[ helios-setup] Aug 27 00:52:07.272 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26822026-08-27T00:52:08.646Z[ helios-setup] Aug 27 00:52:07.272 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
26832026-08-27T00:52:08.646Z[ helios-setup] Aug 27 00:52:07.272 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
26842026-08-27T00:52:08.646Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26852026-08-27T00:52:09.530Z[ helios-setup] Aug 27 00:52:08.159 INFO clone ok!, project: amd-host-image-builder
26862026-08-27T00:52:09.534Z[ helios-setup] Aug 27 00:52:08.159 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26872026-08-27T00:52:09.534Z[ helios-setup] Aug 27 00:52:08.159 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
26882026-08-27T00:52:09.534Z[ helios-setup] Aug 27 00:52:08.159 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26892026-08-27T00:52:09.534Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26902026-08-27T00:52:10.228Z[ helios-setup] Aug 27 00:52:08.856 INFO clone ok!, project: phbl
26912026-08-27T00:52:10.231Z[ helios-setup] Aug 27 00:52:08.857 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
26922026-08-27T00:52:10.231Z[ helios-setup] Aug 27 00:52:08.857 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26932026-08-27T00:52:10.231Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26942026-08-27T00:52:10.249ZAug 27 00:52:08.878 INFO [hubris-staging] task succeeded (17.626549993s)
26952026-08-27T00:52:10.808Z[ helios-setup] Aug 27 00:52:09.437 INFO clone ok!, project: image-builder
26962026-08-27T00:52:10.808Z[ helios-setup] Aug 27 00:52:09.437 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
26972026-08-27T00:52:10.813Z[ helios-setup] Aug 27 00:52:09.437 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26982026-08-27T00:52:10.813Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26992026-08-27T00:52:11.279Z[ helios-setup] Aug 27 00:52:09.908 INFO clone ok!, project: bootserver
27002026-08-27T00:52:11.279Z[ helios-setup] Aug 27 00:52:09.908 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
27012026-08-27T00:52:11.279Z[ helios-setup] Aug 27 00:52:09.908 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27022026-08-27T00:52:11.282Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27032026-08-27T00:52:12.012Z[ helios-setup] Aug 27 00:52:10.640 INFO clone ok!, project: pilot
27042026-08-27T00:52:12.012Z[ helios-setup] Aug 27 00:52:10.641 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
27052026-08-27T00:52:12.015Z[ helios-setup] Aug 27 00:52:10.641 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27062026-08-27T00:52:12.015Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27072026-08-27T00:52:17.364Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27082026-08-27T00:52:20.653Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-08-27T00:52:21.766Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27102026-08-27T00:52:22.509Z[ helios-setup] Aug 27 00:52:21.137 INFO clone ok!, project: amd-firmware
27112026-08-27T00:52:22.509Z[ helios-setup] Aug 27 00:52:21.137 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
27122026-08-27T00:52:22.513Z[ helios-setup] Aug 27 00:52:21.137 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27132026-08-27T00:52:22.513Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27142026-08-27T00:52:22.993Z[ helios-setup] Aug 27 00:52:21.608 INFO clone ok!, project: pinprick
27152026-08-27T00:52:22.993Z[ helios-setup] Aug 27 00:52:21.608 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27162026-08-27T00:52:23.015Z[ helios-setup] Aug 27 00:52:21.608 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
27172026-08-27T00:52:23.015Z[ helios-setup] Aug 27 00:52:21.608 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27182026-08-27T00:52:23.015Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27192026-08-27T00:52:23.753Z[ helios-setup] Aug 27 00:52:22.380 INFO clone ok!, project: chelsio-t6-roms
27202026-08-27T00:52:23.753Z[ helios-setup] Aug 27 00:52:22.380 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
27212026-08-27T00:52:23.757Z[ helios-setup] Aug 27 00:52:22.380 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27222026-08-27T00:52:23.757Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27232026-08-27T00:52:24.389Z[ helios-setup] Aug 27 00:52:23.018 INFO clone ok!, project: dmar-report
27242026-08-27T00:52:24.389Z[ helios-setup] Aug 27 00:52:23.018 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27252026-08-27T00:52:24.598Z[ helios-setup] Aug 27 00:52:23.226 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27262026-08-27T00:52:24.810Z[ helios-setup] Aug 27 00:52:23.437 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27272026-08-27T00:52:24.810Z[ helios-setup] Aug 27 00:52:23.437 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27282026-08-27T00:52:25.016Z[ helios-setup] Aug 27 00:52:23.645 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-27T00:52:25.225Z[ helios-setup] Aug 27 00:52:23.852 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-27T00:52:25.225Z[ helios-setup] Aug 27 00:52:23.852 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-27T00:52:25.439Z[ helios-setup] Aug 27 00:52:24.068 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-27T00:52:25.661Z[ helios-setup] Aug 27 00:52:24.290 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-27T00:52:25.661Z[ helios-setup] Aug 27 00:52:24.290 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-27T00:52:25.664Z[ helios-setup] Aug 27 00:52:24.290 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-27T00:52:25.664Z[ helios-setup] Aug 27 00:52:24.290 INFO ok!
27362026-08-27T00:52:25.664Z[ helios-setup] Aug 27 00:52:24.290 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-27T00:52:25.664Z[ helios-setup] Aug 27 00:52:24.290 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-27T00:52:25.664Z[ helios-setup] Aug 27 00:52:24.290 INFO ok!
27392026-08-27T00:52:25.664Z[ helios-setup] Aug 27 00:52:24.290 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-27T00:52:25.665Z[ helios-setup] Aug 27 00:52:24.290 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-27T00:52:25.665Z[ helios-setup] Aug 27 00:52:24.290 INFO ok!
27422026-08-27T00:52:25.665Z[ helios-setup] Aug 27 00:52:24.290 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27432026-08-27T00:52:25.692Z[ helios-setup] Aug 27 00:52:24.321 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')"
27442026-08-27T00:52:25.692Z[ helios-setup] Aug 27 00:52:24.321 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27452026-08-27T00:52:25.696Z[ helios-setup] Aug 27 00:52:24.321 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27462026-08-27T00:52:25.797Z[ helios-setup] Aug 27 00:52:24.425 INFO E| Updating crates.io index
27472026-08-27T00:52:25.800Z[ helios-setup] Aug 27 00:52:24.426 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27482026-08-27T00:52:26.254Z[ helios-setup] Aug 27 00:52:24.883 INFO E| From https://github.com/oxidecomputer/amd-apcb
27492026-08-27T00:52:26.254Z[ helios-setup] Aug 27 00:52:24.883 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27502026-08-27T00:52:26.265Z[ helios-setup] Aug 27 00:52:24.894 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27512026-08-27T00:52:26.607Z[ helios-setup] Aug 27 00:52:25.235 INFO E| From https://github.com/oxidecomputer/amd-efs
27522026-08-27T00:52:26.607Z[ helios-setup] Aug 27 00:52:25.235 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27532026-08-27T00:52:26.707Z[ helios-setup] Aug 27 00:52:25.336 INFO E| Downloading crates ...
27542026-08-27T00:52:26.760Z[ helios-setup] Aug 27 00:52:25.389 INFO E| Downloaded modular-bitfield-impl v0.13.1
27552026-08-27T00:52:26.763Z[ helios-setup] Aug 27 00:52:25.391 INFO E| Downloaded typenum v1.18.0
27562026-08-27T00:52:26.768Z[ helios-setup] Aug 27 00:52:25.395 INFO E| Downloaded serde_derive v1.0.219
27572026-08-27T00:52:26.771Z[ helios-setup] Aug 27 00:52:25.399 INFO E| Downloaded strum v0.27.1
27582026-08-27T00:52:26.774Z[ helios-setup] Aug 27 00:52:25.402 INFO E| Downloaded rustversion v1.0.20
27592026-08-27T00:52:26.779Z[ helios-setup] Aug 27 00:52:25.405 INFO E| Downloaded unic-char-property v0.9.0
27602026-08-27T00:52:26.779Z[ helios-setup] Aug 27 00:52:25.406 INFO E| Downloaded parse_int v0.9.0
27612026-08-27T00:52:26.783Z[ helios-setup] Aug 27 00:52:25.407 INFO E| Downloaded unic-ucd-version v0.9.0
27622026-08-27T00:52:26.783Z[ helios-setup] Aug 27 00:52:25.407 INFO E| Downloaded unicode-ident v1.0.18
27632026-08-27T00:52:26.786Z[ helios-setup] Aug 27 00:52:25.413 INFO E| Downloaded unic-ucd-ident v0.9.0
27642026-08-27T00:52:26.786Z[ helios-setup] Aug 27 00:52:25.414 INFO E| Downloaded heck v0.3.3
27652026-08-27T00:52:26.789Z[ helios-setup] Aug 27 00:52:25.416 INFO E| Downloaded itoa v1.0.15
27662026-08-27T00:52:26.793Z[ helios-setup] Aug 27 00:52:25.420 INFO E| Downloaded strum_macros v0.27.1
27672026-08-27T00:52:26.793Z[ helios-setup] Aug 27 00:52:25.421 INFO E| Downloaded quote v1.0.40
27682026-08-27T00:52:26.800Z[ helios-setup] Aug 27 00:52:25.429 INFO E| Downloaded fletcher v1.0.0
27692026-08-27T00:52:26.803Z[ helios-setup] Aug 27 00:52:25.431 INFO E| Downloaded unic-char-range v0.9.0
27702026-08-27T00:52:26.806Z[ helios-setup] Aug 27 00:52:25.433 INFO E| Downloaded strsim v0.8.0
27712026-08-27T00:52:26.806Z[ helios-setup] Aug 27 00:52:25.434 INFO E| Downloaded four-cc v0.4.0
27722026-08-27T00:52:26.809Z[ helios-setup] Aug 27 00:52:25.437 INFO E| Downloaded modular-bitfield-impl v0.11.2
27732026-08-27T00:52:26.816Z[ helios-setup] Aug 27 00:52:25.446 INFO E| Downloaded dyn-clone v1.0.19
27742026-08-27T00:52:26.820Z[ helios-setup] Aug 27 00:52:25.446 INFO E| Downloaded unic-common v0.9.0
27752026-08-27T00:52:26.820Z[ helios-setup] Aug 27 00:52:25.448 INFO E| Downloaded ansi_term v0.12.1
27762026-08-27T00:52:26.823Z[ helios-setup] Aug 27 00:52:25.452 INFO E| Downloaded vec_map v0.8.2
27772026-08-27T00:52:26.826Z[ helios-setup] Aug 27 00:52:25.454 INFO E| Downloaded thiserror-impl v2.0.12
27782026-08-27T00:52:26.826Z[ helios-setup] Aug 27 00:52:25.455 INFO E| Downloaded bytesize v2.0.1
27792026-08-27T00:52:26.829Z[ helios-setup] Aug 27 00:52:25.456 INFO E| Downloaded textwrap v0.11.0
27802026-08-27T00:52:26.832Z[ helios-setup] Aug 27 00:52:25.461 INFO E| Downloaded pest_generator v2.8.0
27812026-08-27T00:52:26.837Z[ helios-setup] Aug 27 00:52:25.462 INFO E| Downloaded pest_derive v2.8.0
27822026-08-27T00:52:26.837Z[ helios-setup] Aug 27 00:52:25.463 INFO E| Downloaded structopt-derive v0.4.18
27832026-08-27T00:52:26.840Z[ helios-setup] Aug 27 00:52:25.466 INFO E| Downloaded thiserror v2.0.12
27842026-08-27T00:52:26.843Z[ helios-setup] Aug 27 00:52:25.470 INFO E| Downloaded autocfg v1.4.0
27852026-08-27T00:52:26.843Z[ helios-setup] Aug 27 00:52:25.471 INFO E| Downloaded modular-bitfield v0.13.1
27862026-08-27T00:52:26.847Z[ helios-setup] Aug 27 00:52:25.476 INFO E| Downloaded proc-macro2 v1.0.95
27872026-08-27T00:52:26.850Z[ helios-setup] Aug 27 00:52:25.477 INFO E| Downloaded modular-bitfield v0.11.2
27882026-08-27T00:52:26.854Z[ helios-setup] Aug 27 00:52:25.483 INFO E| Downloaded log v0.4.27
27892026-08-27T00:52:26.857Z[ helios-setup] Aug 27 00:52:25.484 INFO E| Downloaded pest v2.8.0
27902026-08-27T00:52:26.860Z[ helios-setup] Aug 27 00:52:25.487 INFO E| Downloaded pest_meta v2.8.0
27912026-08-27T00:52:26.860Z[ helios-setup] Aug 27 00:52:25.488 INFO E| Downloaded serde v1.0.219
27922026-08-27T00:52:26.863Z[ helios-setup] Aug 27 00:52:25.489 INFO E| Downloaded structopt v0.3.26
27932026-08-27T00:52:26.866Z[ helios-setup] Aug 27 00:52:25.496 INFO E| Downloaded zerocopy-derive v0.8.25
27942026-08-27T00:52:26.870Z[ helios-setup] Aug 27 00:52:25.499 INFO E| Downloaded ryu v1.0.20
27952026-08-27T00:52:26.873Z[ helios-setup] Aug 27 00:52:25.501 INFO E| Downloaded memchr v2.7.4
27962026-08-27T00:52:26.883Z[ helios-setup] Aug 27 00:52:25.512 INFO E| Downloaded goblin v0.9.3
27972026-08-27T00:52:26.902Z[ helios-setup] Aug 27 00:52:25.531 INFO E| Downloaded clap v2.34.0
27982026-08-27T00:52:26.905Z[ helios-setup] Aug 27 00:52:25.534 INFO E| Downloaded serde_json v1.0.140
27992026-08-27T00:52:26.916Z[ helios-setup] Aug 27 00:52:25.545 INFO E| Downloaded zerocopy v0.8.25
28002026-08-27T00:52:26.929Z[ helios-setup] Aug 27 00:52:25.558 INFO E| Downloaded syn v2.0.101
28012026-08-27T00:52:26.957Z[ helios-setup] Aug 27 00:52:25.586 INFO E| Downloaded libc v0.2.172
28022026-08-27T00:52:27.005Z[ helios-setup] Aug 27 00:52:25.634 INFO E| Compiling proc-macro2 v1.0.95
28032026-08-27T00:52:27.005Z[ helios-setup] Aug 27 00:52:25.634 INFO E| Compiling unicode-ident v1.0.18
28042026-08-27T00:52:27.005Z[ helios-setup] Aug 27 00:52:25.634 INFO E| Compiling memchr v2.7.4
28052026-08-27T00:52:27.009Z[ helios-setup] Aug 27 00:52:25.634 INFO E| Compiling autocfg v1.4.0
28062026-08-27T00:52:27.009Z[ helios-setup] Aug 27 00:52:25.634 INFO E| Compiling thiserror v2.0.12
28072026-08-27T00:52:27.009Z[ helios-setup] Aug 27 00:52:25.634 INFO E| Compiling syn v1.0.109
28082026-08-27T00:52:27.009Z[ helios-setup] Aug 27 00:52:25.634 INFO E| Compiling serde v1.0.219
28092026-08-27T00:52:27.009Z[ helios-setup] Aug 27 00:52:25.635 INFO E| Compiling version_check v0.9.5
28102026-08-27T00:52:27.009Z[ helios-setup] Aug 27 00:52:25.635 INFO E| Compiling serde_json v1.0.140
28112026-08-27T00:52:27.027Z[ helios-setup] Aug 27 00:52:25.656 INFO E| Compiling itoa v1.0.15
28122026-08-27T00:52:27.030Z[ helios-setup] Aug 27 00:52:25.656 INFO E| Compiling ryu v1.0.20
28132026-08-27T00:52:27.030Z[ helios-setup] Aug 27 00:52:25.659 INFO E| Compiling schemars v0.8.22
28142026-08-27T00:52:27.034Z[ helios-setup] Aug 27 00:52:25.661 INFO E| Compiling static_assertions v1.1.0
28152026-08-27T00:52:27.034Z[ helios-setup] Aug 27 00:52:25.662 INFO E| Compiling dyn-clone v1.0.19
28162026-08-27T00:52:27.034Z[ helios-setup] Aug 27 00:52:25.662 INFO E| Compiling zerocopy v0.8.25
28172026-08-27T00:52:27.034Z[ helios-setup] Aug 27 00:52:25.662 INFO E| Compiling libc v0.2.172
28182026-08-27T00:52:27.161Z[ helios-setup] Aug 27 00:52:25.790 INFO E| Compiling ucd-trie v0.1.7
28192026-08-27T00:52:27.169Z[ helios-setup] Aug 27 00:52:25.798 INFO E| Compiling rustversion v1.0.20
28202026-08-27T00:52:27.204Z[ helios-setup] Aug 27 00:52:25.833 INFO E| Compiling paste v1.0.15
28212026-08-27T00:52:27.235Z[ helios-setup] Aug 27 00:52:25.863 INFO E| Compiling once_cell v1.21.3
28222026-08-27T00:52:27.295Z[ helios-setup] Aug 27 00:52:25.924 INFO E| Compiling unicode-width v0.1.14
28232026-08-27T00:52:27.335Z[ helios-setup] Aug 27 00:52:25.963 INFO E| Compiling proc-macro-error-attr v1.0.4
28242026-08-27T00:52:27.341Z[ helios-setup] Aug 27 00:52:25.970 INFO E| Compiling proc-macro-error v1.0.4
28252026-08-27T00:52:27.358Z[ helios-setup] Aug 27 00:52:25.984 INFO E| Compiling unicode-segmentation v1.12.0
28262026-08-27T00:52:27.402Z[ helios-setup] Aug 27 00:52:26.030 INFO E| Compiling num-traits v0.2.19
28272026-08-27T00:52:27.413Z[ helios-setup] Aug 27 00:52:26.042 INFO E| Compiling memoffset v0.9.1
28282026-08-27T00:52:27.451Z[ helios-setup] Aug 27 00:52:26.080 INFO E| Compiling heck v0.5.0
28292026-08-27T00:52:27.466Z[ helios-setup] Aug 27 00:52:26.095 INFO E| Compiling strsim v0.8.0
28302026-08-27T00:52:27.473Z[ helios-setup] Aug 27 00:52:26.101 INFO E| Compiling unic-common v0.9.0
28312026-08-27T00:52:27.481Z[ helios-setup] Aug 27 00:52:26.110 INFO E| Compiling bitflags v1.3.2
28322026-08-27T00:52:27.562Z[ helios-setup] Aug 27 00:52:26.190 INFO E| Compiling textwrap v0.11.0
28332026-08-27T00:52:27.581Z[ helios-setup] Aug 27 00:52:26.210 INFO E| Compiling byteorder v1.5.0
28342026-08-27T00:52:27.615Z[ helios-setup] Aug 27 00:52:26.244 INFO E| Compiling ansi_term v0.12.1
28352026-08-27T00:52:27.624Z[ helios-setup] Aug 27 00:52:26.249 INFO E| Compiling vec_map v0.8.2
28362026-08-27T00:52:27.670Z[ helios-setup] Aug 27 00:52:26.299 INFO E| Compiling fletcher v1.0.0
28372026-08-27T00:52:27.705Z[ helios-setup] Aug 27 00:52:26.334 INFO E| Compiling atty v0.2.14
28382026-08-27T00:52:27.728Z[ helios-setup] Aug 27 00:52:26.357 INFO E| Compiling heck v0.3.3
28392026-08-27T00:52:27.742Z[ helios-setup] Aug 27 00:52:26.371 INFO E| Compiling strum v0.27.1
28402026-08-27T00:52:27.763Z[ helios-setup] Aug 27 00:52:26.392 INFO E| Compiling unic-char-range v0.9.0
28412026-08-27T00:52:27.798Z[ helios-setup] Aug 27 00:52:26.427 INFO E| Compiling clap v2.34.0
28422026-08-27T00:52:27.810Z[ helios-setup] Aug 27 00:52:26.437 INFO E| Compiling unic-ucd-version v0.9.0
28432026-08-27T00:52:27.818Z[ helios-setup] Aug 27 00:52:26.446 INFO E| Compiling log v0.4.27
28442026-08-27T00:52:27.823Z[ helios-setup] Aug 27 00:52:26.451 INFO E| Compiling lazy_static v1.5.0
28452026-08-27T00:52:27.831Z[ helios-setup] Aug 27 00:52:26.459 INFO E| Compiling plain v0.2.3
28462026-08-27T00:52:27.846Z[ helios-setup] Aug 27 00:52:26.475 INFO E| Compiling bytesize v2.0.1
28472026-08-27T00:52:27.853Z[ helios-setup] Aug 27 00:52:26.482 INFO E| Compiling unic-char-property v0.9.0
28482026-08-27T00:52:27.932Z[ helios-setup] Aug 27 00:52:26.561 INFO E| Compiling unic-ucd-ident v0.9.0
28492026-08-27T00:52:27.963Z[ helios-setup] Aug 27 00:52:26.592 INFO E| Compiling quote v1.0.40
28502026-08-27T00:52:28.119Z[ helios-setup] Aug 27 00:52:26.748 INFO E| Compiling syn v2.0.101
28512026-08-27T00:52:28.369Z[ helios-setup] Aug 27 00:52:26.997 INFO E| Compiling parse_int v0.9.0
28522026-08-27T00:52:29.935Z[ helios-setup] Aug 27 00:52:28.561 INFO E| Compiling modular-bitfield-impl v0.11.2
28532026-08-27T00:52:29.935Z[ helios-setup] Aug 27 00:52:28.561 INFO E| Compiling structopt-derive v0.4.18
28542026-08-27T00:52:30.179Z[ helios-setup] Aug 27 00:52:28.807 INFO E| Compiling serde_derive_internals v0.29.1
28552026-08-27T00:52:30.750Z[ helios-setup] Aug 27 00:52:29.379 INFO E| Compiling thiserror-impl v2.0.12
28562026-08-27T00:52:30.750Z[ helios-setup] Aug 27 00:52:29.379 INFO E| Compiling serde_derive v1.0.219
28572026-08-27T00:52:30.754Z[ helios-setup] Aug 27 00:52:29.379 INFO E| Compiling zerocopy-derive v0.8.25
28582026-08-27T00:52:30.754Z[ helios-setup] Aug 27 00:52:29.379 INFO E| Compiling modular-bitfield-impl v0.13.1
28592026-08-27T00:52:30.754Z[ helios-setup] Aug 27 00:52:29.379 INFO E| Compiling num-derive v0.4.2
28602026-08-27T00:52:30.754Z[ helios-setup] Aug 27 00:52:29.379 INFO E| Compiling scroll_derive v0.12.1
28612026-08-27T00:52:30.754Z[ helios-setup] Aug 27 00:52:29.379 INFO E| Compiling strum_macros v0.27.1
28622026-08-27T00:52:30.763Z[ helios-setup] Aug 27 00:52:29.392 INFO E| Compiling schemars_derive v0.8.22
28632026-08-27T00:52:31.038Z[ helios-setup] Aug 27 00:52:29.666 INFO E| Compiling structopt v0.3.26
28642026-08-27T00:52:31.102Z[ helios-setup] Aug 27 00:52:29.728 INFO E| Compiling modular-bitfield v0.11.2
28652026-08-27T00:52:31.718Z[ helios-setup] Aug 27 00:52:30.347 INFO E| Compiling scroll v0.12.0
28662026-08-27T00:52:31.923Z[ helios-setup] Aug 27 00:52:30.551 INFO E| Compiling goblin v0.9.3
28672026-08-27T00:52:32.176Z[ helios-setup] Aug 27 00:52:30.805 INFO E| Compiling pest v2.8.0
28682026-08-27T00:52:32.182Z[ helios-setup] Aug 27 00:52:30.811 INFO E| Compiling modular-bitfield v0.13.1
28692026-08-27T00:52:33.138Z[ helios-setup] Aug 27 00:52:31.767 INFO E| Compiling pest_meta v2.8.0
28702026-08-27T00:52:33.545Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.91s
28712026-08-27T00:52:33.636Z[ helios-setup] Aug 27 00:52:32.264 INFO E| Compiling pest_generator v2.8.0
28722026-08-27T00:52:33.785Z[ omicron-package]
28732026-08-27T00:52:33.785Z[ omicron-package] real 41.091076846
28742026-08-27T00:52:33.785Z[ omicron-package] user 3:54.134471259
28752026-08-27T00:52:33.791Z[ omicron-package] sys 28.046951912
28762026-08-27T00:52:33.791Z[ omicron-package] trap 0.451878373
28772026-08-27T00:52:33.791Z[ omicron-package] tflt 0.464635682
28782026-08-27T00:52:33.791Z[ omicron-package] dflt 2.244972090
28792026-08-27T00:52:33.791Z[ omicron-package] kflt 0.000309280
28802026-08-27T00:52:33.791Z[ omicron-package] lock 11:40.570062428
28812026-08-27T00:52:33.791Z[ omicron-package] slp 6:13.810766457
28822026-08-27T00:52:33.791Z[ omicron-package] lat 50.350731924
28832026-08-27T00:52:33.791Z[ omicron-package] stop 1:54.014538751
28842026-08-27T00:52:33.791ZAug 27 00:52:32.414 INFO [omicron-package] process exited with exit status: 0 (41.161327395s)
28852026-08-27T00:52:33.791ZAug 27 00:52:32.414 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28862026-08-27T00:52:33.791ZAug 27 00:52:32.415 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28872026-08-27T00:52:33.796Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28882026-08-27T00:52:33.796Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28892026-08-27T00:52:33.799Z[ host-target] Created new build target 'host' and set it as active
28902026-08-27T00:52:33.799Z[ recovery-target] Created new build target 'recovery' and set it as active
28912026-08-27T00:52:33.802ZAug 27 00:52:32.429 INFO [recovery-target] process exited with exit status: 0 (14.091688ms)
28922026-08-27T00:52:33.802ZAug 27 00:52:32.429 INFO [host-target] process exited with exit status: 0 (14.573239ms)
28932026-08-27T00:52:33.802ZAug 27 00:52:32.429 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28942026-08-27T00:52:33.806Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28952026-08-27T00:52:34.100Z[ helios-setup] Aug 27 00:52:32.729 INFO E| Compiling pest_derive v2.8.0
28962026-08-27T00:52:34.870Z[ helios-setup] Aug 27 00:52:33.498 INFO E| Compiling json5 v0.4.1
28972026-08-27T00:52:35.405Z[ host-package] Compiling heck v0.5.0
28982026-08-27T00:52:35.405Z[ host-package] Compiling regress v0.11.1
28992026-08-27T00:52:35.659Z[ host-package] Compiling unsafe-libyaml v0.2.11
29002026-08-27T00:52:35.679Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29012026-08-27T00:52:35.711Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29022026-08-27T00:52:35.711Z[ host-package] Compiling derive-where v1.6.0
29032026-08-27T00:52:35.717Z[ host-package] Compiling bytecount v0.6.9
29042026-08-27T00:52:35.755Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29052026-08-27T00:52:35.801Z[ host-package] Compiling atomicwrites v0.4.4
29062026-08-27T00:52:35.801Z[ host-package] Compiling is-terminal v0.4.17
29072026-08-27T00:52:35.804Z[ host-package] Compiling prettyplease v0.2.37
29082026-08-27T00:52:35.804Z[ host-package] Compiling newline-converter v0.3.0
29092026-08-27T00:52:35.821Z[ host-package] Compiling console v0.15.11
29102026-08-27T00:52:35.841Z[ host-package] Compiling slog-dtrace v0.3.0
29112026-08-27T00:52:35.864Z[ host-package] Compiling cancel-safe-futures v0.1.5
29122026-08-27T00:52:35.970Z[ host-package] Compiling resolv-conf v0.7.6
29132026-08-27T00:52:35.989Z[ host-package] Compiling num-rational v0.4.2
29142026-08-27T00:52:36.015Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29152026-08-27T00:52:36.038Z[ host-package] Compiling num-complex v0.4.6
29162026-08-27T00:52:36.095Z[ host-package] Compiling thread_local v1.1.9
29172026-08-27T00:52:36.136Z[ host-package] Compiling match_cfg v0.1.0
29182026-08-27T00:52:36.145Z[ helios-setup] Aug 27 00:52:34.767 INFO E| Compiling four-cc v0.4.0
29192026-08-27T00:52:36.146Z[ helios-setup] Aug 27 00:52:34.767 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29202026-08-27T00:52:36.256Z[ helios-setup] Aug 27 00:52:34.881 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29212026-08-27T00:52:36.285Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29222026-08-27T00:52:36.403Z[ host-package] Compiling expectorate v1.2.0
29232026-08-27T00:52:36.466Z[ host-package] Compiling compression-core v0.4.31
29242026-08-27T00:52:36.587Z[ host-package] Compiling hostname v0.3.1
29252026-08-27T00:52:36.596Z[ host-package] Compiling num v0.4.3
29262026-08-27T00:52:36.602Z[ host-package] Compiling multer v3.1.0
29272026-08-27T00:52:36.745Z[ host-package] Compiling slog-async v2.8.0
29282026-08-27T00:52:36.778Z[ host-package] Compiling crossbeam-channel v0.5.15
29292026-08-27T00:52:36.794Z[ host-package] Compiling compression-codecs v0.4.37
29302026-08-27T00:52:36.861Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29312026-08-27T00:52:36.861Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29322026-08-27T00:52:36.935Z[ host-package] Compiling slog-json v2.6.1
29332026-08-27T00:52:36.939Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29342026-08-27T00:52:37.028Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29352026-08-27T00:52:37.079Z[ host-package] Compiling serde_spanned v1.1.1
29362026-08-27T00:52:37.079Z[ host-package] Compiling linear-map v1.2.0
29372026-08-27T00:52:37.079Z[ host-package] Compiling float-ord v0.3.2
29382026-08-27T00:52:37.132Z[ host-package] Compiling term v1.2.1
29392026-08-27T00:52:37.248Z[ host-package] Compiling typify-impl v0.6.2
29402026-08-27T00:52:37.251Z[ host-package] Compiling linked-hash-map v0.5.6
29412026-08-27T00:52:37.269Z[ host-package] Compiling take_mut v0.2.2
29422026-08-27T00:52:37.292Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29432026-08-27T00:52:37.296Z[ host-package] Compiling slog-bunyan v2.5.0
29442026-08-27T00:52:37.401Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29452026-08-27T00:52:37.409Z[ host-package] Compiling async-compression v0.4.41
29462026-08-27T00:52:37.493Z[ host-package] Compiling lru-cache v0.1.2
29472026-08-27T00:52:37.534Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29482026-08-27T00:52:37.615Z[ host-package] Compiling slog-term v2.9.2
29492026-08-27T00:52:37.807Z[ host-package] Compiling async-stream v0.3.6
29502026-08-27T00:52:37.808Z[ host-package] Compiling dropshot v0.17.1
29512026-08-27T00:52:37.857Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29522026-08-27T00:52:38.029Z[ host-package] Compiling progenitor-client v0.14.0
29532026-08-27T00:52:38.104Z[ host-package] Compiling sha1 v0.11.0
29542026-08-27T00:52:38.148Z[ host-package] Compiling oxide-generation v0.1.3
29552026-08-27T00:52:38.198Z[ host-package] Compiling waitgroup v0.1.2
29562026-08-27T00:52:38.221Z[ host-package] Compiling oxide-update-engine v0.1.2
29572026-08-27T00:52:38.251Z[ host-package] Compiling rustls-pemfile v2.2.0
29582026-08-27T00:52:38.369Z[ host-package] Compiling backon v1.6.0
29592026-08-27T00:52:38.429Z[ host-package] Compiling hostname v0.4.2
29602026-08-27T00:52:38.457Z[ host-package] Compiling serde_path_to_error v0.1.20
29612026-08-27T00:52:38.493Z[ host-package] Compiling instant v0.1.13
29622026-08-27T00:52:38.544Z[ host-package] Compiling minimal-lexical v0.2.1
29632026-08-27T00:52:38.627Z[ host-package] Compiling debug-ignore v1.0.5
29642026-08-27T00:52:38.672Z[ host-package] Compiling progenitor-extras v0.2.0
29652026-08-27T00:52:38.716Z[ host-package] Compiling backoff v0.4.0
29662026-08-27T00:52:38.720Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29672026-08-27T00:52:38.795Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29682026-08-27T00:52:38.869Z[ host-package] Compiling nom v7.1.3
29692026-08-27T00:52:38.869Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29702026-08-27T00:52:38.873Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29712026-08-27T00:52:38.975Z[ host-package] Compiling parse-display v0.10.0
29722026-08-27T00:52:39.047Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29732026-08-27T00:52:39.082Z[ host-package] Compiling hickory-proto v0.24.4
29742026-08-27T00:52:39.333Z[ host-package] Compiling regress v0.10.5
29752026-08-27T00:52:39.576Z[ host-package] Compiling itertools v0.14.0
29762026-08-27T00:52:39.822Z[ host-package] Compiling macaddr v1.0.1
29772026-08-27T00:52:40.077Z[ host-package] Compiling humantime v2.3.0
29782026-08-27T00:52:40.148Z[ host-package] Compiling unicode-xid v0.2.6
29792026-08-27T00:52:40.338Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29802026-08-27T00:52:40.411Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29812026-08-27T00:52:40.479Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29822026-08-27T00:52:40.520Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29832026-08-27T00:52:40.654Z[ host-package] Compiling toml v0.8.23
29842026-08-27T00:52:40.821Z[ host-package] Compiling papergrid v0.11.0
29852026-08-27T00:52:40.893Z[ host-package] Compiling tabled_derive v0.7.0
29862026-08-27T00:52:40.898Z[ host-package] Compiling typify-macro v0.6.2
29872026-08-27T00:52:41.262Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29882026-08-27T00:52:41.419Z[ host-package] Compiling termtree v0.5.1
29892026-08-27T00:52:41.556Z[ host-package] Compiling crossterm v0.29.0
29902026-08-27T00:52:41.594Z[ host-package] Compiling hickory-resolver v0.24.4
29912026-08-27T00:52:41.654Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29922026-08-27T00:52:41.892Z[ host-package] Compiling tabled v0.15.0
29932026-08-27T00:52:41.944Z[ host-package] Compiling phf_shared v0.12.1
29942026-08-27T00:52:42.221Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29952026-08-27T00:52:42.581Z[ host-package] Compiling typify v0.6.2
29962026-08-27T00:52:42.934Z[ host-package] Compiling progenitor-impl v0.14.0
29972026-08-27T00:52:43.632Z[ host-package] Compiling qorb v0.4.1
29982026-08-27T00:52:44.005Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29992026-08-27T00:52:44.419Z[ host-package] Compiling vte v0.14.1
30002026-08-27T00:52:44.746Z[ host-package] Compiling csv-core v0.1.13
30012026-08-27T00:52:44.825Z[ host-package] Compiling chrono-tz v0.10.4
30022026-08-27T00:52:45.004Z[ host-package] Compiling highway v1.3.0
30032026-08-27T00:52:45.286Z[ host-package] Compiling csv v1.4.0
30042026-08-27T00:52:45.319Z[ host-package] Compiling progenitor-macro v0.14.0
30052026-08-27T00:52:46.257Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30062026-08-27T00:52:46.394Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30072026-08-27T00:52:46.701Z[ host-package] Compiling phf v0.12.1
30082026-08-27T00:52:46.881Z[ host-package] Compiling const_format_proc_macros v0.2.34
30092026-08-27T00:52:46.980Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-08-27T00:52:47.105Z[ host-package] Compiling fd-lock v4.0.4
30112026-08-27T00:52:47.310Z[ host-package] Compiling peg-macros v0.8.5
30122026-08-27T00:52:47.369Z[ host-package] Compiling nu-ansi-term v0.50.3
30132026-08-27T00:52:47.549Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30142026-08-27T00:52:47.662Z[ host-package] Compiling const_format v0.2.35
30152026-08-27T00:52:51.503Z[ host-package] Compiling reedline v0.40.0
30162026-08-27T00:52:51.574Z[ host-package] Compiling peg v0.8.5
30172026-08-27T00:52:51.574Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182026-08-27T00:52:51.574Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30192026-08-27T00:52:51.605Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30202026-08-27T00:52:51.605Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30212026-08-27T00:52:51.605Z[ host-package] Compiling progenitor v0.14.0
30222026-08-27T00:52:51.606Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30232026-08-27T00:52:51.606Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30242026-08-27T00:52:51.606Z[ host-package] Compiling bcs v0.1.6
30252026-08-27T00:52:51.606Z[ host-package] Compiling nom v8.0.0
30262026-08-27T00:52:51.606Z[ helios-setup] Aug 27 00:52:49.056 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30272026-08-27T00:52:51.606Z[ host-package] Compiling semver v0.1.20
30282026-08-27T00:52:51.606Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30292026-08-27T00:52:51.606Z[ host-package] Compiling rustc_version v0.1.7
30302026-08-27T00:52:51.606Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30312026-08-27T00:52:51.606Z[ host-package] Compiling newtype_derive v0.1.6
30322026-08-27T00:52:52.015Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30332026-08-27T00:52:52.299Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30342026-08-27T00:52:52.596Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30352026-08-27T00:52:52.656Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30362026-08-27T00:52:52.710Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30372026-08-27T00:52:53.110Z[ host-package] Compiling steno v0.4.1
30382026-08-27T00:52:53.230Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30392026-08-27T00:52:53.325Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30402026-08-27T00:52:53.888Z[ helios-setup] Aug 27 00:52:52.516 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30412026-08-27T00:52:54.003Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30422026-08-27T00:52:54.573Z[ host-package] Compiling sha1 v0.10.6
30432026-08-27T00:52:54.713Z[ host-package] Compiling tagptr v0.2.0
30442026-08-27T00:52:54.877Z[ host-package] Compiling utf-8 v0.7.6
30452026-08-27T00:52:54.988Z[ host-package] Compiling moka v0.12.13
30462026-08-27T00:52:55.075Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30472026-08-27T00:52:55.171Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30482026-08-27T00:52:55.396Z[ host-package] Compiling tungstenite v0.21.0
30492026-08-27T00:52:55.721Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30502026-08-27T00:52:56.403Z[ host-package] Compiling hickory-resolver v0.25.2
30512026-08-27T00:52:56.534Z[ host-package] Compiling tokio-tungstenite v0.21.0
30522026-08-27T00:52:57.030Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30532026-08-27T00:52:57.567Z[ host-package] Compiling darling_core v0.21.3
30542026-08-27T00:52:58.708Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30552026-08-27T00:52:59.523Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30562026-08-27T00:52:59.595Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30572026-08-27T00:52:59.735Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30582026-08-27T00:53:00.105Z[ host-package] Compiling darling_macro v0.21.3
30592026-08-27T00:53:00.690Z[ host-package] Compiling display-error-chain v0.2.2
30602026-08-27T00:53:01.168Z[ host-package] Compiling darling v0.21.3
30612026-08-27T00:53:01.291Z[ host-package] Compiling libscf-sys v1.2.0
30622026-08-27T00:53:01.347Z[ host-package] Compiling vergen-lib v0.1.6
30632026-08-27T00:53:01.509Z[ host-package] Compiling diesel_derives v2.3.7
30642026-08-27T00:53:01.732Z[ host-package] Compiling dsl_auto_type v0.2.0
30652026-08-27T00:53:01.983Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30662026-08-27T00:53:02.249Z[ host-package] Compiling vergen-gitcl v1.0.8
30672026-08-27T00:53:02.347Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30682026-08-27T00:53:02.402Z[ host-package] Compiling dirs-sys-next v0.1.2
30692026-08-27T00:53:02.424Z[ host-package] Compiling crunchy v0.2.4
30702026-08-27T00:53:02.544Z[ host-package] Compiling maplit v1.0.2
30712026-08-27T00:53:02.596Z[ host-package] Compiling glob v0.3.3
30722026-08-27T00:53:02.689Z[ host-package] Compiling dirs-next v2.0.0
30732026-08-27T00:53:02.712Z[ host-package] Compiling r2d2 v0.8.10
30742026-08-27T00:53:02.857Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30752026-08-27T00:53:02.949Z[ host-package] Compiling papergrid v0.18.0
30762026-08-27T00:53:02.952Z[ host-package] Compiling clang-sys v1.8.1
30772026-08-27T00:53:03.034Z[ host-package] Compiling tiny-keccak v2.0.2
30782026-08-27T00:53:03.096Z[ host-package] Compiling xshell-macros v0.2.7
30792026-08-27T00:53:03.175Z[ host-package] Compiling downcast-rs v2.0.2
30802026-08-27T00:53:03.424Z[ host-package] Compiling term v0.7.0
30812026-08-27T00:53:03.551Z[ host-package] Compiling xshell v0.2.7
30822026-08-27T00:53:03.602Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30832026-08-27T00:53:03.677Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30842026-08-27T00:53:03.896Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30852026-08-27T00:53:03.939Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30862026-08-27T00:53:03.942Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30872026-08-27T00:53:03.999Z[ host-package] Compiling bit-vec v0.6.3
30882026-08-27T00:53:04.254Z[ host-package] Compiling tabled v0.21.0
30892026-08-27T00:53:04.413Z[ host-package] Compiling bit-set v0.5.3
30902026-08-27T00:53:04.518Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30912026-08-27T00:53:04.615Z[ host-package] Compiling ascii-canvas v3.0.0
30922026-08-27T00:53:04.920Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30932026-08-27T00:53:04.923Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30942026-08-27T00:53:05.140Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30952026-08-27T00:53:05.256Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30962026-08-27T00:53:05.553Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30972026-08-27T00:53:05.648Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30982026-08-27T00:53:05.864Z[ host-package] Compiling itertools v0.10.5
30992026-08-27T00:53:05.913Z[ host-package] Compiling ena v0.14.4
31002026-08-27T00:53:06.023Z[ helios-setup] Aug 27 00:53:04.652 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.30s
31012026-08-27T00:53:06.067Z[ helios-setup] Aug 27 00:53:04.696 INFO building project "amd-host-image-builder" ok (40 seconds)
31022026-08-27T00:53:06.067Z[ helios-setup] Aug 27 00:53:04.696 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
31032026-08-27T00:53:06.268Z[ host-package] Compiling libloading v0.8.9
31042026-08-27T00:53:06.431Z[ host-package] Compiling diff v0.1.13
31052026-08-27T00:53:06.501Z[ host-package] Compiling bindgen v0.71.1
31062026-08-27T00:53:06.600Z[ host-package] Compiling unicase v2.9.0
31072026-08-27T00:53:06.682Z[ host-package] Compiling regex-syntax v0.6.29
31082026-08-27T00:53:06.988Z[ host-package] Compiling cexpr v0.6.0
31092026-08-27T00:53:07.187Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31102026-08-27T00:53:07.446Z[ host-package] Compiling crc8 v0.1.1
31112026-08-27T00:53:07.534Z[ host-package] Compiling diesel v2.3.7
31122026-08-27T00:53:07.586Z[ host-package] Compiling rustc-hash v2.1.1
31132026-08-27T00:53:07.816Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31142026-08-27T00:53:08.002Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31152026-08-27T00:53:08.085Z[ host-package] Compiling headers-core v0.3.0
31162026-08-27T00:53:08.257Z[ host-package] Compiling lalrpop v0.19.12
31172026-08-27T00:53:08.670Z[ host-package] Compiling libxml v0.3.3
31182026-08-27T00:53:08.862Z[ host-package] Compiling headers v0.4.1
31192026-08-27T00:53:09.105Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31202026-08-27T00:53:09.215Z[ host-package] Compiling strum_macros v0.24.3
31212026-08-27T00:53:09.380Z[ host-package] Compiling indoc v1.0.9
31222026-08-27T00:53:09.496Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31232026-08-27T00:53:09.669Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
31242026-08-27T00:53:09.732Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31252026-08-27T00:53:09.828Z[ host-package] Compiling derive_builder v0.20.2
31262026-08-27T00:53:09.895Z[ host-package] Compiling oso-derive v0.27.3
31272026-08-27T00:53:10.003Z[ host-package] Compiling quick-xml v0.37.5
31282026-08-27T00:53:10.078Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31292026-08-27T00:53:10.527Z[ host-package] Compiling openssl-probe v0.1.6
31302026-08-27T00:53:10.654Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31312026-08-27T00:53:10.691Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31322026-08-27T00:53:11.007Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31332026-08-27T00:53:11.458Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31342026-08-27T00:53:11.506Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31352026-08-27T00:53:11.614Z[ host-package] Compiling bb8 v0.8.6
31362026-08-27T00:53:11.691Z[ host-package] Compiling trait-variant v0.1.2
31372026-08-27T00:53:11.929Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31382026-08-27T00:53:12.161Z[ host-package] Compiling half v1.8.3
31392026-08-27T00:53:12.340Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31402026-08-27T00:53:12.363Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31412026-08-27T00:53:12.425Z[ host-package] Compiling serde_cbor v0.11.2
31422026-08-27T00:53:12.577Z[ host-package] Compiling proc-macro-error2 v2.0.1
31432026-08-27T00:53:12.673Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31442026-08-27T00:53:12.734Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31452026-08-27T00:53:12.874Z[ host-package] Compiling hashbrown v0.14.5
31462026-08-27T00:53:12.949Z[ host-package] Compiling rfc6979 v0.4.0
31472026-08-27T00:53:13.056Z[ host-package] Compiling salty v0.3.0
31482026-08-27T00:53:13.122Z[ host-package] Compiling ecdsa v0.16.9
31492026-08-27T00:53:13.493Z[ host-package] Compiling chumsky v0.9.3
31502026-08-27T00:53:13.553Z[ host-package] Compiling knus-derive v3.4.0
31512026-08-27T00:53:13.659Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31522026-08-27T00:53:13.715Z[ host-package] Compiling samael v0.0.19
31532026-08-27T00:53:14.069Z[ host-package] Compiling progenitor-impl v0.13.0
31542026-08-27T00:53:14.124Z[ host-package] Compiling primeorder v0.13.6
31552026-08-27T00:53:14.506Z[ host-package] Compiling nonempty v0.12.0
31562026-08-27T00:53:14.765Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31572026-08-27T00:53:15.012Z[ host-package] Compiling p384 v0.13.1
31582026-08-27T00:53:15.179Z[ host-package] Compiling knus v3.4.0
31592026-08-27T00:53:16.271Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31602026-08-27T00:53:16.692Z[ host-package] Compiling progenitor-macro v0.13.0
31612026-08-27T00:53:16.732Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31622026-08-27T00:53:16.768Z[ host-package] Compiling polar-core v0.27.3
31632026-08-27T00:53:17.554Z[ host-package] Compiling progenitor-client v0.13.0
31642026-08-27T00:53:17.749Z[ host-package] Compiling fxhash v0.2.1
31652026-08-27T00:53:17.941Z[ host-package] Compiling libz-sys v1.1.24
31662026-08-27T00:53:18.117Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31672026-08-27T00:53:18.159Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31682026-08-27T00:53:18.532Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692026-08-27T00:53:18.783Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31702026-08-27T00:53:19.277Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31712026-08-27T00:53:19.783Z[ host-package] Compiling kstat-rs v0.2.5
31722026-08-27T00:53:20.741Z[ host-package] Compiling mime_guess v2.0.5
31732026-08-27T00:53:21.395Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31742026-08-27T00:53:21.446Z[ host-package] Compiling progenitor v0.13.0
31752026-08-27T00:53:22.349Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31762026-08-27T00:53:22.411Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31772026-08-27T00:53:22.712Z[ host-package] Compiling nanorand v0.7.0
31782026-08-27T00:53:23.203Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31792026-08-27T00:53:23.276Z[ host-package] Compiling parking_lot_core v0.8.6
31802026-08-27T00:53:23.596Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31812026-08-27T00:53:23.704Z[ host-package] Compiling flume v0.11.1
31822026-08-27T00:53:24.090Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31832026-08-27T00:53:24.260Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31842026-08-27T00:53:24.907Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31852026-08-27T00:53:25.079Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31862026-08-27T00:53:25.471Z[ host-package] Compiling git-stub v1.0.0
31872026-08-27T00:53:25.655Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31882026-08-27T00:53:25.752Z[ host-package] Compiling instability v0.3.11
31892026-08-27T00:53:25.968Z[ host-package] Compiling strsim v0.10.0
31902026-08-27T00:53:26.014Z[ host-package] Compiling corncobs v0.1.4
31912026-08-27T00:53:26.197Z[ host-package] Compiling http-range v0.1.5
31922026-08-27T00:53:26.294Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31932026-08-27T00:53:26.318Z[ host-package] Compiling darling_core v0.13.4
31942026-08-27T00:53:26.565Z[ host-package] Compiling oso v0.27.3
31952026-08-27T00:53:27.062Z[ host-package] Compiling git-stub-vcs v0.1.0
31962026-08-27T00:53:28.200Z[ host-package] Compiling diesel-dtrace v0.5.0
31972026-08-27T00:53:28.580Z[ host-package] Compiling async-bb8-diesel v0.2.1
31982026-08-27T00:53:28.599Z[ helios-setup] Aug 27 00:53:27.227 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')"
31992026-08-27T00:53:28.599Z[ helios-setup] Aug 27 00:53:27.227 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32002026-08-27T00:53:28.609Z[ helios-setup] Aug 27 00:53:27.237 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
32012026-08-27T00:53:28.609Z[ helios-setup] Aug 27 00:53:27.237 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32022026-08-27T00:53:28.612Z[ helios-setup] Aug 27 00:53:27.237 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32032026-08-27T00:53:28.715Z[ helios-setup] Aug 27 00:53:27.343 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32042026-08-27T00:53:29.044Z[ helios-setup] Aug 27 00:53:27.673 INFO E| From https://github.com/jclulow/rust-jmclib
32052026-08-27T00:53:29.044Z[ helios-setup] Aug 27 00:53:27.673 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32062026-08-27T00:53:29.056Z[ helios-setup] Aug 27 00:53:27.684 INFO E| Updating crates.io index
32072026-08-27T00:53:29.105Z[ helios-setup] Aug 27 00:53:27.734 INFO E| Downloading crates ...
32082026-08-27T00:53:29.116Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32092026-08-27T00:53:29.160Z[ helios-setup] Aug 27 00:53:27.789 INFO E| Downloaded typenum v1.16.0
32102026-08-27T00:53:29.164Z[ helios-setup] Aug 27 00:53:27.791 INFO E| Downloaded unicode-width v0.1.10
32112026-08-27T00:53:29.167Z[ helios-setup] Aug 27 00:53:27.796 INFO E| Downloaded bitflags v2.3.3
32122026-08-27T00:53:29.170Z[ helios-setup] Aug 27 00:53:27.798 INFO E| Downloaded ryu v1.0.15
32132026-08-27T00:53:29.175Z[ helios-setup] Aug 27 00:53:27.799 INFO E| Downloaded itoa v1.0.9
32142026-08-27T00:53:29.175Z[ helios-setup] Aug 27 00:53:27.801 INFO E| Downloaded fastrand v2.0.0
32152026-08-27T00:53:29.175Z[ helios-setup] Aug 27 00:53:27.801 INFO E| Downloaded block-buffer v0.9.0
32162026-08-27T00:53:29.178Z[ helios-setup] Aug 27 00:53:27.804 INFO E| Downloaded sha-1 v0.9.8
32172026-08-27T00:53:29.182Z[ helios-setup] Aug 27 00:53:27.811 INFO E| Downloaded libdevinfo-sys v1.0.0
32182026-08-27T00:53:29.185Z[ helios-setup] Aug 27 00:53:27.811 INFO E| Downloaded cpufeatures v0.2.9
32192026-08-27T00:53:29.185Z[ helios-setup] Aug 27 00:53:27.812 INFO E| Downloaded digest v0.9.0
32202026-08-27T00:53:29.185Z[ helios-setup] Aug 27 00:53:27.813 INFO E| Downloaded errno v0.3.1
32212026-08-27T00:53:29.189Z[ helios-setup] Aug 27 00:53:27.818 INFO E| Downloaded opaque-debug v0.3.0
32222026-08-27T00:53:29.192Z[ helios-setup] Aug 27 00:53:27.818 INFO E| Downloaded md-5 v0.9.1
32232026-08-27T00:53:29.198Z[ helios-setup] Aug 27 00:53:27.825 INFO E| Downloaded glob v0.3.1
32242026-08-27T00:53:29.202Z[ helios-setup] Aug 27 00:53:27.826 INFO E| Downloaded quote v1.0.31
32252026-08-27T00:53:29.202Z[ helios-setup] Aug 27 00:53:27.827 INFO E| Downloaded tempfile v3.7.0
32262026-08-27T00:53:29.205Z[ helios-setup] Aug 27 00:53:27.832 INFO E| Downloaded walkdir v2.3.3
32272026-08-27T00:53:29.205Z[ helios-setup] Aug 27 00:53:27.833 INFO E| Downloaded anyhow v1.0.72
32282026-08-27T00:53:29.208Z[ helios-setup] Aug 27 00:53:27.836 INFO E| Downloaded unicode-ident v1.0.11
32292026-08-27T00:53:29.211Z[ helios-setup] Aug 27 00:53:27.837 INFO E| Downloaded getrandom v0.2.10
32302026-08-27T00:53:29.211Z[ helios-setup] Aug 27 00:53:27.839 INFO E| Downloaded proc-macro2 v1.0.66
32312026-08-27T00:53:29.214Z[ helios-setup] Aug 27 00:53:27.840 INFO E| Downloaded once_cell v1.18.0
32322026-08-27T00:53:29.218Z[ helios-setup] Aug 27 00:53:27.846 INFO E| Downloaded serde_derive v1.0.193
32332026-08-27T00:53:29.221Z[ helios-setup] Aug 27 00:53:27.848 INFO E| Downloaded toml v0.5.11
32342026-08-27T00:53:29.224Z[ helios-setup] Aug 27 00:53:27.849 INFO E| Downloaded uuid v0.8.2
32352026-08-27T00:53:29.228Z[ helios-setup] Aug 27 00:53:27.857 INFO E| Downloaded serde v1.0.193
32362026-08-27T00:53:29.243Z[ helios-setup] Aug 27 00:53:27.871 INFO E| Downloaded serde_json v1.0.103
32372026-08-27T00:53:29.275Z[ helios-setup] Aug 27 00:53:27.904 INFO E| Downloaded syn v2.0.32
32382026-08-27T00:53:29.281Z[ helios-setup] Aug 27 00:53:27.909 INFO E| Downloaded rustix v0.38.4
32392026-08-27T00:53:29.320Z[ helios-setup] Aug 27 00:53:27.947 INFO E| Downloaded libc v0.2.147
32402026-08-27T00:53:29.400Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling libc v0.2.147
32412026-08-27T00:53:29.400Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling proc-macro2 v1.0.66
32422026-08-27T00:53:29.400Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling unicode-ident v1.0.11
32432026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling cfg-if v1.0.0
32442026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling typenum v1.16.0
32452026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling version_check v0.9.4
32462026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling serde v1.0.193
32472026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling slog v2.7.0
32482026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling powerfmt v0.2.0
32492026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling time-core v0.1.2
32502026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling num-conv v0.1.0
32512026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling rustix v0.38.4
32522026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.028 INFO E| Compiling itoa v1.0.9
32532026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.029 INFO E| Compiling bitflags v2.3.3
32542026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.029 INFO E| Compiling num_threads v0.1.6
32552026-08-27T00:53:29.404Z[ helios-setup] Aug 27 00:53:28.029 INFO E| Compiling once_cell v1.18.0
32562026-08-27T00:53:29.567Z[ helios-setup] Aug 27 00:53:28.196 INFO E| Compiling fastrand v2.0.0
32572026-08-27T00:53:29.663Z[ helios-setup] Aug 27 00:53:28.292 INFO E| Compiling deranged v0.3.11
32582026-08-27T00:53:29.692Z[ helios-setup] Aug 27 00:53:28.320 INFO E| Compiling thread_local v1.1.7
32592026-08-27T00:53:29.766Z[ helios-setup] Aug 27 00:53:28.393 INFO E| Compiling serde_json v1.0.103
32602026-08-27T00:53:29.803Z[ helios-setup] Aug 27 00:53:28.430 INFO E| Compiling anyhow v1.0.72
32612026-08-27T00:53:29.882Z[ helios-setup] Aug 27 00:53:28.510 INFO E| Compiling opaque-debug v0.3.0
32622026-08-27T00:53:29.896Z[ helios-setup] Aug 27 00:53:28.524 INFO E| Compiling time-macros v0.2.18
32632026-08-27T00:53:29.966Z[ helios-setup] Aug 27 00:53:28.594 INFO E| Compiling unicode-width v0.1.10
32642026-08-27T00:53:29.972Z[ helios-setup] Aug 27 00:53:28.601 INFO E| Compiling ryu v1.0.15
32652026-08-27T00:53:30.015Z[ helios-setup] Aug 27 00:53:28.643 INFO E| Compiling same-file v1.0.6
32662026-08-27T00:53:30.124Z[ helios-setup] Aug 27 00:53:28.752 INFO E| Compiling cpufeatures v0.2.9
32672026-08-27T00:53:30.212Z[ helios-setup] Aug 27 00:53:28.840 INFO E| Compiling walkdir v2.3.3
32682026-08-27T00:53:30.233Z[ helios-setup] Aug 27 00:53:28.862 INFO E| Compiling getopts v0.2.21
32692026-08-27T00:53:30.312Z[ helios-setup] Aug 27 00:53:28.940 INFO E| Compiling libdevinfo-sys v1.0.0
32702026-08-27T00:53:30.458Z[ helios-setup] Aug 27 00:53:29.087 INFO E| Compiling generic-array v0.14.7
32712026-08-27T00:53:30.466Z[ helios-setup] Aug 27 00:53:29.094 INFO E| Compiling glob v0.3.1
32722026-08-27T00:53:30.957Z[ helios-setup] Aug 27 00:53:29.586 INFO E| Compiling quote v1.0.31
32732026-08-27T00:53:31.143Z[ helios-setup] Aug 27 00:53:29.772 INFO E| Compiling syn v2.0.32
32742026-08-27T00:53:31.346Z[ helios-setup] Aug 27 00:53:29.975 INFO E| Compiling dirs-sys-next v0.1.2
32752026-08-27T00:53:31.346Z[ helios-setup] Aug 27 00:53:29.975 INFO E| Compiling errno v0.3.1
32762026-08-27T00:53:31.346Z[ helios-setup] Aug 27 00:53:29.975 INFO E| Compiling atty v0.2.14
32772026-08-27T00:53:31.350Z[ helios-setup] Aug 27 00:53:29.975 INFO E| Compiling getrandom v0.2.10
32782026-08-27T00:53:31.549Z[ helios-setup] Aug 27 00:53:30.177 INFO E| Compiling dirs-next v2.0.0
32792026-08-27T00:53:31.627Z[ helios-setup] Aug 27 00:53:30.255 INFO E| Compiling term v0.7.0
32802026-08-27T00:53:31.718Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32812026-08-27T00:53:31.724Z[ helios-setup] Aug 27 00:53:30.346 INFO E| Compiling time v0.3.36
32822026-08-27T00:53:32.129Z[ helios-setup] Aug 27 00:53:30.757 INFO E| Compiling digest v0.9.0
32832026-08-27T00:53:32.129Z[ helios-setup] Aug 27 00:53:30.757 INFO E| Compiling block-buffer v0.9.0
32842026-08-27T00:53:32.264Z[ helios-setup] Aug 27 00:53:30.892 INFO E| Compiling md-5 v0.9.1
32852026-08-27T00:53:32.264Z[ helios-setup] Aug 27 00:53:30.892 INFO E| Compiling sha-1 v0.9.8
32862026-08-27T00:53:32.381Z[ helios-setup] Aug 27 00:53:31.009 INFO E| Compiling tempfile v3.7.0
32872026-08-27T00:53:32.615Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882026-08-27T00:53:32.690Z[ helios-setup] Aug 27 00:53:31.318 INFO E| Compiling slog-term v2.9.0
32892026-08-27T00:53:33.087Z[ host-package] Compiling ignore v0.4.25
32902026-08-27T00:53:33.490Z[ helios-setup] Aug 27 00:53:32.118 INFO E| Compiling serde_derive v1.0.193
32912026-08-27T00:53:34.015Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32922026-08-27T00:53:34.249Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-08-27T00:53:34.359Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32942026-08-27T00:53:34.386Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32952026-08-27T00:53:34.774Z[ host-package] Compiling anstyle-parse v0.2.7
32962026-08-27T00:53:35.189Z[ host-package] Compiling secrecy v0.8.0
32972026-08-27T00:53:35.385Z[ host-package] Compiling castaway v0.2.4
32982026-08-27T00:53:35.414Z[ host-package] Compiling vergen-git2 v9.1.0
32992026-08-27T00:53:35.590Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33002026-08-27T00:53:35.733Z[ host-package] Compiling indoc v2.0.7
33012026-08-27T00:53:35.956Z[ host-package] Compiling compact_str v0.8.1
33022026-08-27T00:53:35.986Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33032026-08-27T00:53:37.022Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33042026-08-27T00:53:37.078Z[ host-package] Compiling anstream v0.6.21
33052026-08-27T00:53:37.642Z[ host-package] Compiling globwalk v0.9.1
33062026-08-27T00:53:37.844Z[ helios-setup] Aug 27 00:53:36.472 INFO E| Compiling toml v0.5.11
33072026-08-27T00:53:37.844Z[ helios-setup] Aug 27 00:53:36.472 INFO E| Compiling uuid v0.8.2
33082026-08-27T00:53:38.525Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33092026-08-27T00:53:38.617Z[ host-package] Compiling parking_lot v0.11.2
33102026-08-27T00:53:38.661Z[ host-package] Compiling hyper-staticfile v0.10.1
33112026-08-27T00:53:38.726Z[ helios-setup] Aug 27 00:53:37.354 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33122026-08-27T00:53:39.320Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33132026-08-27T00:53:39.445Z[ host-package] Compiling darling_macro v0.13.4
33142026-08-27T00:53:39.488Z[ helios-setup] Aug 27 00:53:38.116 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33152026-08-27T00:53:39.654Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33162026-08-27T00:53:40.018Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33172026-08-27T00:53:40.044Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33182026-08-27T00:53:40.151Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33192026-08-27T00:53:40.510Z[ host-package] Compiling predicates-tree v1.0.13
33202026-08-27T00:53:40.629Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33212026-08-27T00:53:40.711Z[ host-package] Compiling unicode-truncate v1.1.0
33222026-08-27T00:53:40.890Z[ host-package] Compiling lru v0.12.5
33232026-08-27T00:53:40.955Z[ host-package] Compiling rand_seeder v0.4.0
33242026-08-27T00:53:40.977Z[ host-package] Compiling prefix-trie v0.7.0
33252026-08-27T00:53:40.999Z[ host-package] Compiling cassowary v0.3.0
33262026-08-27T00:53:41.154Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33272026-08-27T00:53:41.259Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33282026-08-27T00:53:41.286Z[ host-package] Compiling ratatui v0.29.0
33292026-08-27T00:53:41.459Z[ host-package] Compiling hickory-server v0.25.2
33302026-08-27T00:53:41.533Z[ host-package] Compiling darling v0.13.4
33312026-08-27T00:53:41.730Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33322026-08-27T00:53:42.004Z[ host-package] Compiling sled v0.34.7
33332026-08-27T00:53:42.108Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33342026-08-27T00:53:42.336Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33352026-08-27T00:53:42.650Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33362026-08-27T00:53:42.822Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33372026-08-27T00:53:43.035Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33382026-08-27T00:53:43.204Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33392026-08-27T00:53:43.343Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33402026-08-27T00:53:43.621Z[ helios-setup] Aug 27 00:53:42.249 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s
33412026-08-27T00:53:43.644Z[ helios-setup] Aug 27 00:53:42.273 INFO building project "image-builder" ok (15 seconds)
33422026-08-27T00:53:43.645Z[ helios-setup] Aug 27 00:53:42.273 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33432026-08-27T00:53:43.655Z[ helios-setup] Aug 27 00:53:42.283 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
33442026-08-27T00:53:43.655Z[ helios-setup] Aug 27 00:53:42.283 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33452026-08-27T00:53:43.655Z[ helios-setup] Aug 27 00:53:42.283 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33462026-08-27T00:53:43.771Z[ helios-setup] Aug 27 00:53:42.397 INFO E| Downloading crates ...
33472026-08-27T00:53:43.819Z[ helios-setup] Aug 27 00:53:42.447 INFO E| Downloaded cpufeatures v0.2.5
33482026-08-27T00:53:43.830Z[ helios-setup] Aug 27 00:53:42.459 INFO E| Downloaded block-buffer v0.10.3
33492026-08-27T00:53:43.840Z[ helios-setup] Aug 27 00:53:42.460 INFO E| Downloaded flate2 v1.0.25
33502026-08-27T00:53:43.844Z[ helios-setup] Aug 27 00:53:42.463 INFO E| Downloaded typenum v1.15.0
33512026-08-27T00:53:43.844Z[ helios-setup] Aug 27 00:53:42.464 INFO E| Downloaded generic-array v0.14.6
33522026-08-27T00:53:43.844Z[ helios-setup] Aug 27 00:53:42.467 INFO E| Downloaded digest v0.10.3
33532026-08-27T00:53:43.844Z[ helios-setup] Aug 27 00:53:42.468 INFO E| Downloaded sha2 v0.10.5
33542026-08-27T00:53:43.844Z[ helios-setup] Aug 27 00:53:42.469 INFO E| Downloaded anyhow v1.0.62
33552026-08-27T00:53:43.844Z[ helios-setup] Aug 27 00:53:42.472 INFO E| Downloaded bytes v1.2.1
33562026-08-27T00:53:43.847Z[ helios-setup] Aug 27 00:53:42.474 INFO E| Downloaded miniz_oxide v0.6.2
33572026-08-27T00:53:43.890Z[ helios-setup] Aug 27 00:53:42.518 INFO E| Compiling version_check v0.9.4
33582026-08-27T00:53:43.890Z[ helios-setup] Aug 27 00:53:42.518 INFO E| Compiling typenum v1.15.0
33592026-08-27T00:53:43.890Z[ helios-setup] Aug 27 00:53:42.518 INFO E| Compiling cfg-if v1.0.0
33602026-08-27T00:53:43.893Z[ helios-setup] Aug 27 00:53:42.518 INFO E| Compiling crc32fast v1.3.2
33612026-08-27T00:53:43.893Z[ helios-setup] Aug 27 00:53:42.518 INFO E| Compiling adler v1.0.2
33622026-08-27T00:53:43.893Z[ helios-setup] Aug 27 00:53:42.518 INFO E| Compiling anyhow v1.0.62
33632026-08-27T00:53:43.893Z[ helios-setup] Aug 27 00:53:42.518 INFO E| Compiling unicode-width v0.1.10
33642026-08-27T00:53:43.900Z[ helios-setup] Aug 27 00:53:42.527 INFO E| Compiling cpufeatures v0.2.5
33652026-08-27T00:53:43.900Z[ helios-setup] Aug 27 00:53:42.527 INFO E| Compiling bitflags v1.3.2
33662026-08-27T00:53:43.903Z[ helios-setup] Aug 27 00:53:42.527 INFO E| Compiling bytes v1.2.1
33672026-08-27T00:53:44.081Z[ helios-setup] Aug 27 00:53:42.709 INFO E| Compiling getopts v0.2.21
33682026-08-27T00:53:44.120Z[ helios-setup] Aug 27 00:53:42.748 INFO E| Compiling miniz_oxide v0.6.2
33692026-08-27T00:53:44.537Z[ helios-setup] Aug 27 00:53:43.165 INFO E| Compiling generic-array v0.14.6
33702026-08-27T00:53:44.970Z[ helios-setup] Aug 27 00:53:43.598 INFO E| Compiling flate2 v1.0.25
33712026-08-27T00:53:45.280Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33722026-08-27T00:53:45.839Z[ helios-setup] Aug 27 00:53:44.467 INFO E| Compiling crypto-common v0.1.6
33732026-08-27T00:53:45.839Z[ helios-setup] Aug 27 00:53:44.467 INFO E| Compiling block-buffer v0.10.3
33742026-08-27T00:53:45.949Z[ helios-setup] Aug 27 00:53:44.577 INFO E| Compiling digest v0.10.3
33752026-08-27T00:53:46.142Z[ helios-setup] Aug 27 00:53:44.770 INFO E| Compiling sha2 v0.10.5
33762026-08-27T00:53:46.271Z[ host-package] Compiling serde_with_macros v1.5.2
33772026-08-27T00:53:46.312Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33782026-08-27T00:53:46.374Z[ helios-setup] Aug 27 00:53:45.002 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33792026-08-27T00:53:47.134Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33802026-08-27T00:53:47.249Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33812026-08-27T00:53:47.533Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33822026-08-27T00:53:47.886Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33832026-08-27T00:53:48.369Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33842026-08-27T00:53:48.664Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33852026-08-27T00:53:48.795Z[ helios-setup] Aug 27 00:53:47.423 INFO E| Finished `release` profile [optimized] target(s) in 5.12s
33862026-08-27T00:53:48.808Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33872026-08-27T00:53:48.812Z[ helios-setup] Aug 27 00:53:47.437 INFO building project "bootserver" ok (5 seconds)
33882026-08-27T00:53:48.812Z[ helios-setup] Aug 27 00:53:47.438 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33892026-08-27T00:53:48.818Z[ helios-setup] Aug 27 00:53:47.447 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
33902026-08-27T00:53:48.819Z[ helios-setup] Aug 27 00:53:47.447 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33912026-08-27T00:53:48.822Z[ helios-setup] Aug 27 00:53:47.447 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33922026-08-27T00:53:48.922Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33932026-08-27T00:53:48.935Z[ helios-setup] Aug 27 00:53:47.563 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33942026-08-27T00:53:49.048Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33952026-08-27T00:53:49.145Z[ host-package] Compiling arc-swap v1.8.2
33962026-08-27T00:53:49.229Z[ host-package] Compiling void v1.0.2
33972026-08-27T00:53:49.296Z[ helios-setup] Aug 27 00:53:47.922 INFO E| From https://github.com/jclulow/hiercmd
33982026-08-27T00:53:49.296Z[ helios-setup] Aug 27 00:53:47.922 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
33992026-08-27T00:53:49.308Z[ helios-setup] Aug 27 00:53:47.936 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34002026-08-27T00:53:49.354Z[ host-package] Compiling lzss v0.8.2
34012026-08-27T00:53:49.417Z[ host-package] Compiling slog-scope v4.4.1
34022026-08-27T00:53:49.629Z[ helios-setup] Aug 27 00:53:48.253 INFO E| From https://github.com/oxidecomputer/network-interface
34032026-08-27T00:53:49.629Z[ helios-setup] Aug 27 00:53:48.253 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34042026-08-27T00:53:49.637Z[ helios-setup] Aug 27 00:53:48.264 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34052026-08-27T00:53:49.685Z[ host-package] Compiling serde_with v1.14.0
34062026-08-27T00:53:49.818Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34072026-08-27T00:53:49.967Z[ helios-setup] Aug 27 00:53:48.595 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34082026-08-27T00:53:49.967Z[ helios-setup] Aug 27 00:53:48.595 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34092026-08-27T00:53:49.986Z[ helios-setup] Aug 27 00:53:48.614 INFO E| Updating crates.io index
34102026-08-27T00:53:50.047Z[ helios-setup] Aug 27 00:53:48.675 INFO E| Downloading crates ...
34112026-08-27T00:53:50.101Z[ helios-setup] Aug 27 00:53:48.728 INFO E| Downloaded clap_lex v0.7.6
34122026-08-27T00:53:50.106Z[ helios-setup] Aug 27 00:53:48.734 INFO E| Downloaded futures-sink v0.3.31
34132026-08-27T00:53:50.110Z[ helios-setup] Aug 27 00:53:48.735 INFO E| Downloaded env_logger v0.11.8
34142026-08-27T00:53:50.113Z[ helios-setup] Aug 27 00:53:48.738 INFO E| Downloaded futures-executor v0.3.31
34152026-08-27T00:53:50.119Z[ helios-setup] Aug 27 00:53:48.748 INFO E| Downloaded env_filter v0.1.4
34162026-08-27T00:53:50.178Z[ helios-setup] Aug 27 00:53:48.807 INFO E| Downloaded devinfo v0.1.0
34172026-08-27T00:53:50.197Z[ helios-setup] Aug 27 00:53:48.826 INFO E| Downloaded simd-adler32 v0.3.7
34182026-08-27T00:53:50.201Z[ helios-setup] Aug 27 00:53:48.830 INFO E| Downloaded futures-task v0.3.31
34192026-08-27T00:53:50.216Z[ helios-setup] Aug 27 00:53:48.845 INFO E| Downloaded time-core v0.1.6
34202026-08-27T00:53:50.220Z[ helios-setup] Aug 27 00:53:48.846 INFO E| Downloaded libdevinfo-sys v1.1.0
34212026-08-27T00:53:50.220Z[ helios-setup] Aug 27 00:53:48.846 INFO E| Downloaded zeroize_derive v1.4.2
34222026-08-27T00:53:50.220Z[ helios-setup] Aug 27 00:53:48.847 INFO E| Downloaded futures-macro v0.3.31
34232026-08-27T00:53:50.220Z[ helios-setup] Aug 27 00:53:48.848 INFO E| Downloaded pin-utils v0.1.0
34242026-08-27T00:53:50.223Z[ helios-setup] Aug 27 00:53:48.849 INFO E| Downloaded futures-io v0.3.31
34252026-08-27T00:53:50.223Z[ helios-setup] Aug 27 00:53:48.849 INFO E| Downloaded bitfield-macros v0.19.3
34262026-08-27T00:53:50.223Z[ helios-setup] Aug 27 00:53:48.850 INFO E| Downloaded crc v3.3.0
34272026-08-27T00:53:50.223Z[ helios-setup] Aug 27 00:53:48.851 INFO E| Downloaded futures-core v0.3.31
34282026-08-27T00:53:50.227Z[ helios-setup] Aug 27 00:53:48.852 INFO E| Downloaded anstyle-query v1.1.4
34292026-08-27T00:53:50.227Z[ helios-setup] Aug 27 00:53:48.853 INFO E| Downloaded deranged v0.5.5
34302026-08-27T00:53:50.227Z[ helios-setup] Aug 27 00:53:48.854 INFO E| Downloaded anstyle v1.0.13
34312026-08-27T00:53:50.228Z[ helios-setup] Aug 27 00:53:48.855 INFO E| Downloaded futures-channel v0.3.31
34322026-08-27T00:53:50.239Z[ helios-setup] Aug 27 00:53:48.867 INFO E| Downloaded toml_writer v1.0.4
34332026-08-27T00:53:50.242Z[ helios-setup] Aug 27 00:53:48.869 INFO E| Downloaded tokio-macros v2.6.0
34342026-08-27T00:53:50.242Z[ helios-setup] Aug 27 00:53:48.869 INFO E| Downloaded zeroize v1.8.2
34352026-08-27T00:53:50.242Z[ helios-setup] Aug 27 00:53:48.870 INFO E| Downloaded thiserror v2.0.17
34362026-08-27T00:53:50.247Z[ helios-setup] Aug 27 00:53:48.874 INFO E| Downloaded time-macros v0.2.24
34372026-08-27T00:53:50.250Z[ helios-setup] Aug 27 00:53:48.876 INFO E| Downloaded quote v1.0.41
34382026-08-27T00:53:50.250Z[ helios-setup] Aug 27 00:53:48.878 INFO E| Downloaded serde_spanned v1.0.3
34392026-08-27T00:53:50.260Z[ helios-setup] Aug 27 00:53:48.889 INFO E| Downloaded signal-hook-registry v1.4.6
34402026-08-27T00:53:50.263Z[ helios-setup] Aug 27 00:53:48.890 INFO E| Downloaded pin-project-lite v0.2.16
34412026-08-27T00:53:50.266Z[ helios-setup] Aug 27 00:53:48.893 INFO E| Downloaded toml_datetime v0.7.3
34422026-08-27T00:53:50.266Z[ helios-setup] Aug 27 00:53:48.894 INFO E| Downloaded num_enum v0.7.5
34432026-08-27T00:53:50.270Z[ helios-setup] Aug 27 00:53:48.897 INFO E| Downloaded num_enum_derive v0.7.5
34442026-08-27T00:53:50.270Z[ helios-setup] Aug 27 00:53:48.898 INFO E| Downloaded getopts v0.2.24
34452026-08-27T00:53:50.273Z[ helios-setup] Aug 27 00:53:48.899 INFO E| Downloaded base64ct v1.8.0
34462026-08-27T00:53:50.273Z[ helios-setup] Aug 27 00:53:48.900 INFO E| Downloaded bitfield v0.19.3
34472026-08-27T00:53:50.273Z[ helios-setup] Aug 27 00:53:48.901 INFO E| Downloaded find-msvc-tools v0.1.4
34482026-08-27T00:53:50.305Z[ helios-setup] Aug 27 00:53:48.931 INFO E| Downloaded slab v0.4.11
34492026-08-27T00:53:50.311Z[ helios-setup] Aug 27 00:53:48.932 INFO E| Downloaded term v1.2.0
34502026-08-27T00:53:50.311Z[ helios-setup] Aug 27 00:53:48.934 INFO E| Downloaded toml_parser v1.0.4
34512026-08-27T00:53:50.311Z[ helios-setup] Aug 27 00:53:48.935 INFO E| Downloaded thiserror-impl v2.0.17
34522026-08-27T00:53:50.311Z[ helios-setup] Aug 27 00:53:48.936 INFO E| Downloaded getrandom v0.2.16
34532026-08-27T00:53:50.316Z[ helios-setup] Aug 27 00:53:48.938 INFO E| Downloaded unicode-ident v1.0.22
34542026-08-27T00:53:50.327Z[ helios-setup] Aug 27 00:53:48.956 INFO E| Downloaded generic-array v0.14.9
34552026-08-27T00:53:50.330Z[ helios-setup] Aug 27 00:53:48.957 INFO E| Downloaded clap_derive v4.5.49
34562026-08-27T00:53:50.330Z[ helios-setup] Aug 27 00:53:48.958 INFO E| Downloaded iana-time-zone v0.1.64
34572026-08-27T00:53:50.335Z[ helios-setup] Aug 27 00:53:48.960 INFO E| Downloaded uuid v1.18.1
34582026-08-27T00:53:50.338Z[ helios-setup] Aug 27 00:53:48.965 INFO E| Downloaded proc-macro2 v1.0.103
34592026-08-27T00:53:50.341Z[ helios-setup] Aug 27 00:53:48.968 INFO E| Downloaded toml v0.9.8
34602026-08-27T00:53:50.344Z[ helios-setup] Aug 27 00:53:48.972 INFO E| Downloaded socket2 v0.6.1
34612026-08-27T00:53:50.373Z[ helios-setup] Aug 27 00:53:49.001 INFO E| Downloaded futures v0.3.31
34622026-08-27T00:53:50.376Z[ helios-setup] Aug 27 00:53:49.004 INFO E| Downloaded anyhow v1.0.100
34632026-08-27T00:53:50.379Z[ helios-setup] Aug 27 00:53:49.007 INFO E| Downloaded bitflags v2.10.0
34642026-08-27T00:53:50.383Z[ helios-setup] Aug 27 00:53:49.009 INFO E| Downloaded clap v4.5.51
34652026-08-27T00:53:50.387Z[ helios-setup] Aug 27 00:53:49.015 INFO E| Downloaded toml_edit v0.23.7
34662026-08-27T00:53:50.390Z[ helios-setup] Aug 27 00:53:49.018 INFO E| Downloaded log v0.4.28
34672026-08-27T00:53:50.393Z[ helios-setup] Aug 27 00:53:49.019 INFO E| Downloaded bytes v1.10.1
34682026-08-27T00:53:50.393Z[ helios-setup] Aug 27 00:53:49.022 INFO E| Downloaded flate2 v1.1.5
34692026-08-27T00:53:50.397Z[ helios-setup] Aug 27 00:53:49.026 INFO E| Downloaded typenum v1.19.0
34702026-08-27T00:53:50.401Z[ helios-setup] Aug 27 00:53:49.029 INFO E| Downloaded rand v0.8.5
34712026-08-27T00:53:50.405Z[ helios-setup] Aug 27 00:53:49.031 INFO E| Downloaded cc v1.2.44
34722026-08-27T00:53:50.408Z[ helios-setup] Aug 27 00:53:49.036 INFO E| Downloaded rsa v0.9.8
34732026-08-27T00:53:50.418Z[ helios-setup] Aug 27 00:53:49.047 INFO E| Downloaded zerocopy-derive v0.8.27
34742026-08-27T00:53:50.433Z[ helios-setup] Aug 27 00:53:49.062 INFO E| Downloaded indexmap v2.12.0
34752026-08-27T00:53:50.442Z[ helios-setup] Aug 27 00:53:49.069 INFO E| Downloaded mio v1.1.0
34762026-08-27T00:53:50.448Z[ helios-setup] Aug 27 00:53:49.077 INFO E| Downloaded iddqd v0.3.14
34772026-08-27T00:53:50.453Z[ helios-setup] Aug 27 00:53:49.081 INFO E| Downloaded clap_builder v4.5.51
34782026-08-27T00:53:50.458Z[ helios-setup] Aug 27 00:53:49.087 INFO E| Downloaded memchr v2.7.6
34792026-08-27T00:53:50.472Z[ helios-setup] Aug 27 00:53:49.100 INFO E| Downloaded serde_json v1.0.145
34802026-08-27T00:53:50.476Z[ helios-setup] Aug 27 00:53:49.104 INFO E| Downloaded hashbrown v0.16.0
34812026-08-27T00:53:50.483Z[ helios-setup] Aug 27 00:53:49.107 INFO E| Downloaded num-bigint-dig v0.8.4
34822026-08-27T00:53:50.491Z[ helios-setup] Aug 27 00:53:49.117 INFO E| Downloaded time v0.3.44
34832026-08-27T00:53:50.495Z[ helios-setup] Aug 27 00:53:49.122 INFO E| Downloaded futures-util v0.3.31
34842026-08-27T00:53:50.501Z[ helios-setup] Aug 27 00:53:49.130 INFO E| Downloaded libm v0.2.15
34852026-08-27T00:53:50.508Z[ helios-setup] Aug 27 00:53:49.136 INFO E| Downloaded winnow v0.7.13
34862026-08-27T00:53:50.525Z[ helios-setup] Aug 27 00:53:49.153 INFO E| Downloaded zerocopy v0.8.27
34872026-08-27T00:53:50.539Z[ helios-setup] Aug 27 00:53:49.167 INFO E| Downloaded chrono v0.4.42
34882026-08-27T00:53:50.555Z[ helios-setup] Aug 27 00:53:49.183 INFO E| Downloaded unicode-width v0.2.2
34892026-08-27T00:53:50.563Z[ helios-setup] Aug 27 00:53:49.192 INFO E| Downloaded syn v2.0.108
34902026-08-27T00:53:50.601Z[ helios-setup] Aug 27 00:53:49.230 INFO E| Downloaded rustix v1.1.2
34912026-08-27T00:53:50.651Z[ helios-setup] Aug 27 00:53:49.279 INFO E| Downloaded libc v0.2.177
34922026-08-27T00:53:50.666Z[ helios-setup] Aug 27 00:53:49.294 INFO E| Downloaded tokio v1.48.0
34932026-08-27T00:53:50.764Z[ helios-setup] Aug 27 00:53:49.392 INFO E| Compiling proc-macro2 v1.0.103
34942026-08-27T00:53:50.764Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling unicode-ident v1.0.22
34952026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling quote v1.0.41
34962026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling libc v0.2.177
34972026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling serde_core v1.0.228
34982026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling cfg-if v1.0.4
34992026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling serde v1.0.228
35002026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling version_check v0.9.5
35012026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling autocfg v1.5.0
35022026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling const-oid v0.9.6
35032026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling typenum v1.19.0
35042026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling libm v0.2.15
35052026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling zerocopy v0.8.27
35062026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling rustversion v1.0.22
35072026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling zeroize v1.8.2
35082026-08-27T00:53:50.769Z[ helios-setup] Aug 27 00:53:49.393 INFO E| Compiling base64ct v1.8.0
35092026-08-27T00:53:50.769Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35102026-08-27T00:53:50.877Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35112026-08-27T00:53:50.975Z[ helios-setup] Aug 27 00:53:49.603 INFO E| Compiling smallvec v1.15.1
35122026-08-27T00:53:51.535Z[ helios-setup] Aug 27 00:53:50.164 INFO E| Compiling hashbrown v0.16.0
35132026-08-27T00:53:51.576Z[ helios-setup] Aug 27 00:53:50.198 INFO E| Compiling flagset v0.4.7
35142026-08-27T00:53:51.713Z[ host-package] Compiling git2 v0.20.4
35152026-08-27T00:53:52.004Z[ helios-setup] Aug 27 00:53:50.631 INFO E| Compiling pem-rfc7468 v0.7.0
35162026-08-27T00:53:52.009Z[ helios-setup] Aug 27 00:53:50.638 INFO E| Compiling utf8parse v0.2.2
35172026-08-27T00:53:52.124Z[ helios-setup] Aug 27 00:53:50.753 INFO E| Compiling anyhow v1.0.100
35182026-08-27T00:53:52.197Z[ helios-setup] Aug 27 00:53:50.826 INFO E| Compiling memchr v2.7.6
35192026-08-27T00:53:52.232Z[ helios-setup] Aug 27 00:53:50.854 INFO E| Compiling byteorder v1.5.0
35202026-08-27T00:53:52.235Z[ helios-setup] Aug 27 00:53:50.862 INFO E| Compiling equivalent v1.0.2
35212026-08-27T00:53:52.261Z[ helios-setup] Aug 27 00:53:50.889 INFO E| Compiling winnow v0.7.13
35222026-08-27T00:53:52.272Z[ helios-setup] Aug 27 00:53:50.900 INFO E| Compiling generic-array v0.14.9
35232026-08-27T00:53:52.363Z[ helios-setup] Aug 27 00:53:50.991 INFO E| Compiling rustix v1.1.2
35242026-08-27T00:53:52.461Z[ helios-setup] Aug 27 00:53:51.089 INFO E| Compiling num-traits v0.2.19
35252026-08-27T00:53:52.544Z[ helios-setup] Aug 27 00:53:51.171 INFO E| Compiling crc32fast v1.5.0
35262026-08-27T00:53:52.625Z[ helios-setup] Aug 27 00:53:51.253 INFO E| Compiling indexmap v2.12.0
35272026-08-27T00:53:52.905Z[ helios-setup] Aug 27 00:53:51.534 INFO E| Compiling anstyle-parse v0.2.7
35282026-08-27T00:53:52.924Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35292026-08-27T00:53:53.044Z[ helios-setup] Aug 27 00:53:51.673 INFO E| Compiling toml_datetime v0.7.3
35302026-08-27T00:53:53.139Z[ helios-setup] Aug 27 00:53:51.767 INFO E| Compiling shlex v1.3.0
35312026-08-27T00:53:53.191Z[ helios-setup] Aug 27 00:53:51.818 INFO E| Compiling allocator-api2 v0.2.21
35322026-08-27T00:53:53.229Z[ helios-setup] Aug 27 00:53:51.857 INFO E| Compiling is_terminal_polyfill v1.70.2
35332026-08-27T00:53:53.462Z[ helios-setup] Aug 27 00:53:52.090 INFO E| Compiling getrandom v0.2.16
35342026-08-27T00:53:53.483Z[ helios-setup] Aug 27 00:53:52.110 INFO E| Compiling errno v0.3.14
35352026-08-27T00:53:53.507Z[ helios-setup] Aug 27 00:53:52.134 INFO E| Compiling colorchoice v1.0.4
35362026-08-27T00:53:53.525Z[ helios-setup] Aug 27 00:53:52.153 INFO E| Compiling find-msvc-tools v0.1.4
35372026-08-27T00:53:53.532Z[ helios-setup] Aug 27 00:53:52.160 INFO E| Compiling syn v1.0.109
35382026-08-27T00:53:53.561Z[ helios-setup] Aug 27 00:53:52.189 INFO E| Compiling anstyle v1.0.13
35392026-08-27T00:53:53.639Z[ helios-setup] Aug 27 00:53:52.268 INFO E| Compiling cpufeatures v0.2.17
35402026-08-27T00:53:53.736Z[ helios-setup] Aug 27 00:53:52.364 INFO E| Compiling radium v0.7.0
35412026-08-27T00:53:53.966Z[ helios-setup] Aug 27 00:53:52.594 INFO E| Compiling anstyle-query v1.1.4
35422026-08-27T00:53:53.977Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35432026-08-27T00:53:54.110Z[ helios-setup] Aug 27 00:53:52.738 INFO E| Compiling syn v2.0.108
35442026-08-27T00:53:54.118Z[ helios-setup] Aug 27 00:53:52.746 INFO E| Compiling rand_core v0.6.4
35452026-08-27T00:53:54.135Z[ helios-setup] Aug 27 00:53:52.764 INFO E| Compiling slog v2.8.2
35462026-08-27T00:53:54.249Z[ helios-setup] Aug 27 00:53:52.876 INFO E| Compiling anstream v0.6.21
35472026-08-27T00:53:54.277Z[ helios-setup] Aug 27 00:53:52.905 INFO E| Compiling cc v1.2.44
35482026-08-27T00:53:54.307Z[ helios-setup] Aug 27 00:53:52.935 INFO E| Compiling tap v1.0.1
35492026-08-27T00:53:54.457Z[ helios-setup] Aug 27 00:53:53.085 INFO E| Compiling pin-project-lite v0.2.16
35502026-08-27T00:53:54.463Z[ helios-setup] Aug 27 00:53:53.092 INFO E| Compiling pkg-config v0.3.32
35512026-08-27T00:53:54.494Z[ helios-setup] Aug 27 00:53:53.121 INFO E| Compiling parking_lot_core v0.9.12
35522026-08-27T00:53:54.626Z[ helios-setup] Aug 27 00:53:53.254 INFO E| Compiling maybe-uninit v2.0.0
35532026-08-27T00:53:54.645Z[ helios-setup] Aug 27 00:53:53.273 INFO E| Compiling unicode-width v0.2.2
35542026-08-27T00:53:54.651Z[ helios-setup] Aug 27 00:53:53.280 INFO E| Compiling futures-sink v0.3.31
35552026-08-27T00:53:54.919Z[ host-package] Compiling scuffle v0.1.0
35562026-08-27T00:53:54.964Z[ helios-setup] Aug 27 00:53:53.592 INFO E| Compiling futures-core v0.3.31
35572026-08-27T00:53:54.990Z[ helios-setup] Aug 27 00:53:53.618 INFO E| Compiling toml_parser v1.0.4
35582026-08-27T00:53:55.156Z[ helios-setup] Aug 27 00:53:53.784 INFO E| Compiling block-buffer v0.10.4
35592026-08-27T00:53:55.203Z[ helios-setup] Aug 27 00:53:53.831 INFO E| Compiling crypto-common v0.1.6
35602026-08-27T00:53:55.308Z[ helios-setup] Aug 27 00:53:53.936 INFO E| Compiling futures-channel v0.3.31
35612026-08-27T00:53:55.348Z[ helios-setup] Aug 27 00:53:53.976 INFO E| Compiling digest v0.10.7
35622026-08-27T00:53:55.456Z[ helios-setup] Aug 27 00:53:54.084 INFO E| Compiling getopts v0.2.24
35632026-08-27T00:53:55.485Z[ helios-setup] Aug 27 00:53:54.113 INFO E| Compiling num-integer v0.1.46
35642026-08-27T00:53:55.516Z[ helios-setup] Aug 27 00:53:54.144 INFO E| Compiling wyz v0.5.1
35652026-08-27T00:53:55.632Z[ helios-setup] Aug 27 00:53:54.260 INFO E| Compiling ahash v0.8.12
35662026-08-27T00:53:55.671Z[ helios-setup] Aug 27 00:53:54.299 INFO E| Compiling futures-io v0.3.31
35672026-08-27T00:53:55.691Z[ helios-setup] Aug 27 00:53:54.318 INFO E| Compiling sha2 v0.10.9
35682026-08-27T00:53:55.713Z[ helios-setup] Aug 27 00:53:54.341 INFO E| Compiling scopeguard v1.2.0
35692026-08-27T00:53:55.911Z[ helios-setup] Aug 27 00:53:54.536 INFO E| Compiling toml_edit v0.23.7
35702026-08-27T00:53:55.990Z[ helios-setup] Aug 27 00:53:54.613 INFO E| Compiling strsim v0.11.1
35712026-08-27T00:53:56.002Z[ helios-setup] Aug 27 00:53:54.630 INFO E| Compiling num-conv v0.1.0
35722026-08-27T00:53:56.099Z[ helios-setup] Aug 27 00:53:54.727 INFO E| Compiling funty v2.0.0
35732026-08-27T00:53:56.122Z[ helios-setup] Aug 27 00:53:54.750 INFO E| Compiling heck v0.5.0
35742026-08-27T00:53:56.139Z[ helios-setup] Aug 27 00:53:54.767 INFO E| Compiling itoa v1.0.15
35752026-08-27T00:53:56.184Z[ helios-setup] Aug 27 00:53:54.812 INFO E| Compiling bytes v1.10.1
35762026-08-27T00:53:56.297Z[ helios-setup] Aug 27 00:53:54.925 INFO E| Compiling spin v0.9.8
35772026-08-27T00:53:56.301Z[ helios-setup] Aug 27 00:53:54.925 INFO E| Compiling powerfmt v0.2.0
35782026-08-27T00:53:56.367Z[ helios-setup] Aug 27 00:53:54.995 INFO E| Compiling futures-task v0.3.31
35792026-08-27T00:53:56.428Z[ helios-setup] Aug 27 00:53:55.056 INFO E| Compiling num-bigint-dig v0.8.4
35802026-08-27T00:53:56.432Z[ helios-setup] Aug 27 00:53:55.056 INFO E| Compiling pin-utils v0.1.0
35812026-08-27T00:53:56.484Z[ helios-setup] Aug 27 00:53:55.107 INFO E| Compiling packed_struct v0.10.1
35822026-08-27T00:53:56.528Z[ helios-setup] Aug 27 00:53:55.156 INFO E| Compiling time-core v0.1.6
35832026-08-27T00:53:56.570Z[ helios-setup] Aug 27 00:53:55.198 INFO E| Compiling slab v0.4.11
35842026-08-27T00:53:56.616Z[ helios-setup] Aug 27 00:53:55.244 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35852026-08-27T00:53:56.738Z[ helios-setup] Aug 27 00:53:55.367 INFO E| Compiling clap_lex v0.7.6
35862026-08-27T00:53:56.994Z[ helios-setup] Aug 27 00:53:55.622 INFO E| Compiling thiserror v1.0.69
35872026-08-27T00:53:57.002Z[ helios-setup] Aug 27 00:53:55.629 INFO E| Compiling getrandom v0.3.4
35882026-08-27T00:53:57.041Z[ helios-setup] Aug 27 00:53:55.669 INFO E| Compiling proc-macro-crate v3.4.0
35892026-08-27T00:53:57.141Z[ helios-setup] Aug 27 00:53:55.769 INFO E| Compiling time-macros v0.2.24
35902026-08-27T00:53:57.285Z[ helios-setup] Aug 27 00:53:55.913 INFO E| Compiling bitvec v1.0.1
35912026-08-27T00:53:57.381Z[ helios-setup] Aug 27 00:53:56.007 INFO E| Compiling deranged v0.5.5
35922026-08-27T00:53:57.472Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35932026-08-27T00:53:57.543Z[ helios-setup] Aug 27 00:53:56.169 INFO E| Compiling bitflags v2.10.0
35942026-08-27T00:53:57.669Z[ helios-setup] Aug 27 00:53:56.297 INFO E| Compiling lazy_static v1.5.0
35952026-08-27T00:53:57.703Z[ helios-setup] Aug 27 00:53:56.318 INFO E| Compiling lock_api v0.4.14
35962026-08-27T00:53:57.742Z[ helios-setup] Aug 27 00:53:56.370 INFO E| Compiling num-iter v0.1.45
35972026-08-27T00:53:57.874Z[ helios-setup] Aug 27 00:53:56.502 INFO E| Compiling indexmap v1.9.3
35982026-08-27T00:53:57.901Z[ helios-setup] Aug 27 00:53:56.526 INFO E| Compiling simd-adler32 v0.3.7
35992026-08-27T00:53:57.934Z[ host-package] Compiling tungstenite v0.23.0
36002026-08-27T00:53:58.039Z[ helios-setup] Aug 27 00:53:56.667 INFO E| Compiling log v0.4.28
36012026-08-27T00:53:58.123Z[ helios-setup] Aug 27 00:53:56.751 INFO E| Compiling serde_json v1.0.145
36022026-08-27T00:53:58.187Z[ helios-setup] Aug 27 00:53:56.816 INFO E| Compiling once_cell v1.21.3
36032026-08-27T00:53:58.362Z[ helios-setup] Aug 27 00:53:56.990 INFO E| Compiling adler2 v2.0.1
36042026-08-27T00:53:58.457Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36052026-08-27T00:53:58.457Z[ helios-setup] Aug 27 00:53:57.085 INFO E| Compiling crc-catalog v2.4.0
36062026-08-27T00:53:58.650Z[ helios-setup] Aug 27 00:53:57.277 INFO E| Compiling iana-time-zone v0.1.64
36072026-08-27T00:53:58.665Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36082026-08-27T00:53:58.687Z[ helios-setup] Aug 27 00:53:57.315 INFO E| Compiling nodrop v0.1.14
36092026-08-27T00:53:58.733Z[ helios-setup] Aug 27 00:53:57.361 INFO E| Compiling thiserror v2.0.17
36102026-08-27T00:53:58.754Z[ helios-setup] Aug 27 00:53:57.382 INFO E| Compiling crc v3.3.0
36112026-08-27T00:53:58.767Z[ helios-setup] Aug 27 00:53:57.395 INFO E| Compiling array-init v0.0.4
36122026-08-27T00:53:58.847Z[ helios-setup] Aug 27 00:53:57.474 INFO E| Compiling miniz_oxide v0.8.9
36132026-08-27T00:53:58.867Z[ helios-setup] Aug 27 00:53:57.495 INFO E| Compiling terminal_size v0.4.3
36142026-08-27T00:53:59.119Z[ helios-setup] Aug 27 00:53:57.746 INFO E| Compiling clap_builder v4.5.51
36152026-08-27T00:53:59.136Z[ helios-setup] Aug 27 00:53:57.764 INFO E| Compiling chrono v0.4.42
36162026-08-27T00:53:59.188Z[ helios-setup] Aug 27 00:53:57.816 INFO E| Compiling env_filter v0.1.4
36172026-08-27T00:53:59.301Z[ helios-setup] Aug 27 00:53:57.930 INFO E| Compiling parking_lot v0.12.5
36182026-08-27T00:53:59.475Z[ helios-setup] Aug 27 00:53:58.103 INFO E| Compiling smallvec v0.6.14
36192026-08-27T00:53:59.500Z[ helios-setup] Aug 27 00:53:58.129 INFO E| Compiling serde_spanned v1.0.3
36202026-08-27T00:53:59.876Z[ helios-setup] Aug 27 00:53:58.504 INFO E| Compiling signature v2.2.0
36212026-08-27T00:53:59.989Z[ helios-setup] Aug 27 00:53:58.617 INFO E| Compiling is-terminal v0.4.17
36222026-08-27T00:54:00.082Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36232026-08-27T00:54:00.116Z[ helios-setup] Aug 27 00:53:58.744 INFO E| Compiling time v0.3.44
36242026-08-27T00:54:00.152Z[ helios-setup] Aug 27 00:53:58.781 INFO E| Compiling mio v1.1.0
36252026-08-27T00:54:00.445Z[ helios-setup] Aug 27 00:53:59.073 INFO E| Compiling socket2 v0.6.1
36262026-08-27T00:54:00.484Z[ helios-setup] Aug 27 00:53:59.113 INFO E| Compiling signal-hook-registry v1.4.6
36272026-08-27T00:54:00.739Z[ helios-setup] Aug 27 00:53:59.367 INFO E| Compiling thread_local v1.1.9
36282026-08-27T00:54:00.891Z[ helios-setup] Aug 27 00:53:59.519 INFO E| Compiling ryu v1.0.20
36292026-08-27T00:54:00.956Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36302026-08-27T00:54:01.064Z[ helios-setup] Aug 27 00:53:59.692 INFO E| Compiling hashbrown v0.12.3
36312026-08-27T00:54:01.226Z[ helios-setup] Aug 27 00:53:59.855 INFO E| Compiling base64 v0.21.7
36322026-08-27T00:54:01.457Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36332026-08-27T00:54:01.635Z[ helios-setup] Aug 27 00:54:00.263 INFO E| Compiling toml_writer v1.0.4
36342026-08-27T00:54:01.674Z[ helios-setup] Aug 27 00:54:00.302 INFO E| Compiling subtle v2.6.1
36352026-08-27T00:54:01.681Z[ helios-setup] Aug 27 00:54:00.309 INFO E| Compiling term v1.2.0
36362026-08-27T00:54:01.827Z[ helios-setup] Aug 27 00:54:00.456 INFO E| Compiling packed_struct_codegen v0.10.1
36372026-08-27T00:54:01.945Z[ helios-setup] Aug 27 00:54:00.573 INFO E| Compiling winnow v0.5.40
36382026-08-27T00:54:02.098Z[ helios-setup] Aug 27 00:54:00.726 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36392026-08-27T00:54:02.105Z[ helios-setup] Aug 27 00:54:00.733 INFO E| Compiling libdevinfo-sys v1.1.0
36402026-08-27T00:54:02.178Z[ helios-setup] Aug 27 00:54:00.807 INFO E| Compiling serde_derive v1.0.228
36412026-08-27T00:54:02.211Z[ helios-setup] Aug 27 00:54:00.839 INFO E| Compiling zerocopy-derive v0.8.27
36422026-08-27T00:54:02.255Z[ helios-setup] Aug 27 00:54:00.883 INFO E| Compiling der_derive v0.7.3
36432026-08-27T00:54:02.301Z[ helios-setup] Aug 27 00:54:00.929 INFO E| Compiling futures-macro v0.3.31
36442026-08-27T00:54:02.407Z[ helios-setup] Aug 27 00:54:01.035 INFO E| Compiling bitfield-macros v0.19.3
36452026-08-27T00:54:02.449Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36462026-08-27T00:54:02.457Z[ helios-setup] Aug 27 00:54:01.085 INFO E| Compiling clap_derive v4.5.49
36472026-08-27T00:54:02.569Z[ helios-setup] Aug 27 00:54:01.197 INFO E| Compiling zerocopy-derive v0.6.6
36482026-08-27T00:54:02.616Z[ host-package] Compiling nix v0.27.1
36492026-08-27T00:54:02.762Z[ host-package] Compiling twox-hash v2.1.2
36502026-08-27T00:54:02.766Z[ helios-setup] Aug 27 00:54:01.391 INFO E| Compiling num_enum_derive v0.7.5
36512026-08-27T00:54:02.787Z[ helios-setup] Aug 27 00:54:01.415 INFO E| Compiling thiserror-impl v1.0.69
36522026-08-27T00:54:02.910Z[ host-package] Compiling libsw-core v0.3.2
36532026-08-27T00:54:03.104Z[ host-package] Compiling serde_bytes v0.11.19
36542026-08-27T00:54:03.309Z[ host-package] Compiling atty v0.2.14
36552026-08-27T00:54:03.414Z[ host-package] Compiling libsw v3.5.0
36562026-08-27T00:54:03.640Z[ host-package] Compiling tokio-tungstenite v0.23.1
36572026-08-27T00:54:03.759Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36582026-08-27T00:54:03.771Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36592026-08-27T00:54:04.026Z[ helios-setup] Aug 27 00:54:02.654 INFO E| Compiling thiserror-impl v2.0.17
36602026-08-27T00:54:04.164Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36612026-08-27T00:54:04.164Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36622026-08-27T00:54:04.169Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36632026-08-27T00:54:04.208Z[ helios-setup] Aug 27 00:54:02.835 INFO E| Compiling bitfield v0.19.3
36642026-08-27T00:54:04.314Z[ helios-setup] Aug 27 00:54:02.942 INFO E| Compiling zerocopy v0.6.6
36652026-08-27T00:54:04.363Z[ helios-setup] Aug 27 00:54:02.991 INFO E| Compiling tokio-macros v2.6.0
36662026-08-27T00:54:04.452Z[ helios-setup] Aug 27 00:54:03.080 INFO E| Compiling der v0.7.10
36672026-08-27T00:54:04.553Z[ helios-setup] Aug 27 00:54:03.181 INFO E| Compiling toml v0.9.8
36682026-08-27T00:54:04.750Z[ helios-setup] Aug 27 00:54:03.379 INFO E| Compiling futures-util v0.3.31
36692026-08-27T00:54:04.782Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36702026-08-27T00:54:04.820Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36712026-08-27T00:54:04.916Z[ helios-setup] Aug 27 00:54:03.545 INFO E| Compiling num_enum v0.7.5
36722026-08-27T00:54:04.975Z[ helios-setup] Aug 27 00:54:03.602 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36732026-08-27T00:54:04.981Z[ helios-setup] Aug 27 00:54:03.609 INFO E| Compiling bzip2 v0.4.4
36742026-08-27T00:54:05.294Z[ helios-setup] Aug 27 00:54:03.922 INFO E| Compiling devinfo v0.1.0
36752026-08-27T00:54:05.470Z[ helios-setup] Aug 27 00:54:04.098 INFO E| Compiling flate2 v1.1.5
36762026-08-27T00:54:05.505Z[ helios-setup] Aug 27 00:54:04.133 INFO E| Compiling uuid v1.18.1
36772026-08-27T00:54:05.533Z[ helios-setup] Aug 27 00:54:04.157 INFO E| Compiling env_logger v0.11.8
36782026-08-27T00:54:05.588Z[ helios-setup] Aug 27 00:54:04.217 INFO E| Compiling hex v0.4.3
36792026-08-27T00:54:05.680Z[ helios-setup] Aug 27 00:54:04.308 INFO E| Compiling foldhash v0.2.0
36802026-08-27T00:54:05.784Z[ helios-setup] Aug 27 00:54:04.412 INFO E| Compiling clap v4.5.51
36812026-08-27T00:54:05.889Z[ helios-setup] Aug 27 00:54:04.517 INFO E| Compiling rustc-hash v2.1.1
36822026-08-27T00:54:06.163Z[ helios-setup] Aug 27 00:54:04.792 INFO E| Compiling bitflags v1.3.2
36832026-08-27T00:54:06.299Z[ helios-setup] Aug 27 00:54:04.927 INFO E| Compiling tokio v1.48.0
36842026-08-27T00:54:06.322Z[ helios-setup] Aug 27 00:54:04.950 INFO E| Compiling crc-any v2.5.0
36852026-08-27T00:54:06.332Z[ helios-setup] Aug 27 00:54:04.960 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36862026-08-27T00:54:06.466Z[ helios-setup] Aug 27 00:54:05.094 INFO E| Compiling iddqd v0.3.14
36872026-08-27T00:54:06.475Z[ helios-setup] Aug 27 00:54:05.103 INFO E| Compiling zip v0.6.6
36882026-08-27T00:54:06.566Z[ helios-setup] Aug 27 00:54:05.194 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36892026-08-27T00:54:06.708Z[ helios-setup] Aug 27 00:54:05.333 INFO E| Compiling path-slash v0.1.5
36902026-08-27T00:54:07.190Z[ helios-setup] Aug 27 00:54:05.818 INFO E| Compiling spki v0.7.3
36912026-08-27T00:54:07.688Z[ helios-setup] Aug 27 00:54:06.315 INFO E| Compiling pkcs8 v0.10.2
36922026-08-27T00:54:07.698Z[ helios-setup] Aug 27 00:54:06.326 INFO E| Compiling x509-cert v0.2.5
36932026-08-27T00:54:08.104Z[ helios-setup] Aug 27 00:54:06.731 INFO E| Compiling erased-serde v0.3.31
36942026-08-27T00:54:08.337Z[ helios-setup] Aug 27 00:54:06.965 INFO E| Compiling serde_spanned v0.6.9
36952026-08-27T00:54:08.481Z[ helios-setup] Aug 27 00:54:07.109 INFO E| Compiling toml_datetime v0.6.11
36962026-08-27T00:54:08.680Z[ helios-setup] Aug 27 00:54:07.308 INFO E| Compiling pkcs1 v0.7.5
36972026-08-27T00:54:08.819Z[ helios-setup] Aug 27 00:54:07.447 INFO E| Compiling ppv-lite86 v0.2.21
36982026-08-27T00:54:09.184Z[ helios-setup] Aug 27 00:54:07.812 INFO E| Compiling toml_edit v0.19.15
36992026-08-27T00:54:09.280Z[ helios-setup] Aug 27 00:54:07.908 INFO E| Compiling serde-hex v0.1.0
37002026-08-27T00:54:09.686Z[ helios-setup] Aug 27 00:54:08.314 INFO E| Compiling rand_chacha v0.3.1
37012026-08-27T00:54:09.721Z[ helios-setup] Aug 27 00:54:08.349 INFO E| Compiling hashbrown v0.13.2
37022026-08-27T00:54:09.767Z[ helios-setup] Aug 27 00:54:08.395 INFO E| Compiling ron v0.8.1
37032026-08-27T00:54:10.828Z[ helios-setup] Aug 27 00:54:09.456 INFO E| Compiling rand v0.8.5
37042026-08-27T00:54:10.897Z[ helios-setup] Aug 27 00:54:09.524 INFO E| Compiling futures-executor v0.3.31
37052026-08-27T00:54:11.325Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37062026-08-27T00:54:11.467Z[ helios-setup] Aug 27 00:54:10.095 INFO E| Compiling futures v0.3.31
37072026-08-27T00:54:11.584Z[ helios-setup] Aug 27 00:54:10.212 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37082026-08-27T00:54:11.606Z[ helios-setup] Aug 27 00:54:10.234 INFO E| Compiling slog-term v2.9.2
37092026-08-27T00:54:11.644Z[ helios-setup] Aug 27 00:54:10.272 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37102026-08-27T00:54:11.838Z[ helios-setup] Aug 27 00:54:10.466 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37112026-08-27T00:54:11.928Z[ helios-setup] Aug 27 00:54:10.556 INFO E| Compiling object v0.30.4
37122026-08-27T00:54:12.860Z[ host-package] Compiling slog-stdlog v4.1.1
37132026-08-27T00:54:13.031Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37142026-08-27T00:54:13.346Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37152026-08-27T00:54:13.453Z[ helios-setup] Aug 27 00:54:12.080 INFO E| Compiling toml v0.7.8
37162026-08-27T00:54:13.760Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37172026-08-27T00:54:13.976Z[ helios-setup] Aug 27 00:54:12.603 INFO E| Compiling rsa v0.9.8
37182026-08-27T00:54:14.156Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37192026-08-27T00:54:14.365Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37202026-08-27T00:54:14.399Z[ helios-setup] Aug 27 00:54:13.028 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37212026-08-27T00:54:14.548Z[ helios-setup] Aug 27 00:54:13.176 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37222026-08-27T00:54:14.566Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37232026-08-27T00:54:15.561Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37242026-08-27T00:54:18.218Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37252026-08-27T00:54:19.934Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37262026-08-27T00:54:20.816Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37272026-08-27T00:54:21.013Z[ helios-setup] Aug 27 00:54:19.640 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37282026-08-27T00:54:21.512Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37292026-08-27T00:54:21.659Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37302026-08-27T00:54:22.384Z[ helios-setup] Aug 27 00:54:21.012 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37312026-08-27T00:54:23.353Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37322026-08-27T00:54:24.738Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37332026-08-27T00:54:24.924Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37342026-08-27T00:54:26.695Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37352026-08-27T00:54:27.426Z[ helios-setup] Aug 27 00:54:26.053 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37362026-08-27T00:54:27.529Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37372026-08-27T00:54:27.775Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37382026-08-27T00:54:28.712Z[ host-package] Compiling fatfs v0.3.6
37392026-08-27T00:54:29.310Z[ host-package] Compiling signal-hook-tokio v0.3.1
37402026-08-27T00:54:29.582Z[ host-package] Compiling yasna v0.5.2
37412026-08-27T00:54:29.682Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37422026-08-27T00:54:30.088Z[ host-package] Compiling seq-macro v0.3.6
37432026-08-27T00:54:30.157Z[ host-package] Compiling assert_matches v1.5.0
37442026-08-27T00:54:30.382Z[ host-package] Compiling rcgen v0.12.1
37452026-08-27T00:54:30.501Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37462026-08-27T00:54:31.185Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37472026-08-27T00:54:31.821Z[ host-package] Compiling slog-envlogger v2.2.0
37482026-08-27T00:54:33.174Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37492026-08-27T00:54:33.853Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37502026-08-27T00:54:33.911Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37512026-08-27T00:54:34.890Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37522026-08-27T00:54:35.478Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37532026-08-27T00:54:36.129Z[ host-package] Compiling port-file v0.1.0
37542026-08-27T00:54:36.382Z[ host-package] Compiling subprocess v0.2.15
37552026-08-27T00:54:36.717Z[ host-package] Compiling rtoolbox v0.0.3
37562026-08-27T00:54:37.271Z[ host-package] Compiling rpassword v7.5.4
37572026-08-27T00:54:37.323Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37582026-08-27T00:54:38.323Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37592026-08-27T00:54:38.874Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37602026-08-27T00:54:39.007Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37612026-08-27T00:54:39.369Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37622026-08-27T00:54:39.861Z[ helios-setup] Aug 27 00:54:38.489 INFO E| Finished `release` profile [optimized] target(s) in 51.02s
37632026-08-27T00:54:39.864Z[ helios-setup] Aug 27 00:54:38.491 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37642026-08-27T00:54:39.864Z[ helios-setup] Aug 27 00:54:38.491 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37652026-08-27T00:54:39.922Z[ helios-setup] Aug 27 00:54:38.550 INFO building project "pilot" ok (51 seconds)
37662026-08-27T00:54:39.922Z[ helios-setup] Aug 27 00:54:38.550 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37672026-08-27T00:54:39.931Z[ helios-setup] Aug 27 00:54:38.559 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37682026-08-27T00:54:39.931Z[ helios-setup] Aug 27 00:54:38.560 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37692026-08-27T00:54:39.935Z[ helios-setup] Aug 27 00:54:38.560 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37702026-08-27T00:54:40.125Z[ helios-setup] Aug 27 00:54:38.753 INFO E| Downloading crates ...
37712026-08-27T00:54:40.166Z[ helios-setup] Aug 27 00:54:38.794 INFO E| Downloaded adler2 v2.0.0
37722026-08-27T00:54:40.174Z[ helios-setup] Aug 27 00:54:38.802 INFO E| Downloaded miniz_oxide v0.8.8
37732026-08-27T00:54:40.218Z[ helios-setup] Aug 27 00:54:38.845 INFO E| Compiling adler2 v2.0.0
37742026-08-27T00:54:40.314Z[ helios-setup] Aug 27 00:54:38.942 INFO E| Compiling miniz_oxide v0.8.8
37752026-08-27T00:54:41.397Z[ helios-setup] Aug 27 00:54:40.025 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37762026-08-27T00:54:41.425Z[ host-package] Compiling tui-tree-widget v0.23.1
37772026-08-27T00:54:41.769Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37782026-08-27T00:54:41.854Z[ helios-setup] Aug 27 00:54:40.482 INFO E| Finished `release` profile [optimized] target(s) in 1.91s
37792026-08-27T00:54:41.866Z[ helios-setup] Aug 27 00:54:40.494 INFO building project "pinprick" ok (1 seconds)
37802026-08-27T00:54:41.866Z[ helios-setup] Aug 27 00:54:40.494 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37812026-08-27T00:54:41.875Z[ helios-setup] Aug 27 00:54:40.503 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37822026-08-27T00:54:41.875Z[ helios-setup] Aug 27 00:54:40.503 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37832026-08-27T00:54:41.878Z[ helios-setup] Aug 27 00:54:40.503 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37842026-08-27T00:54:42.079Z[ helios-setup] Aug 27 00:54:40.706 INFO E| Downloading crates ...
37852026-08-27T00:54:42.130Z[ helios-setup] Aug 27 00:54:40.759 INFO E| Downloaded anyhow v1.0.98
37862026-08-27T00:54:42.134Z[ helios-setup] Aug 27 00:54:40.762 INFO E| Downloaded tempfile v3.20.0
37872026-08-27T00:54:42.143Z[ helios-setup] Aug 27 00:54:40.771 INFO E| Downloaded errno v0.3.12
37882026-08-27T00:54:42.150Z[ helios-setup] Aug 27 00:54:40.778 INFO E| Downloaded time-core v0.1.4
37892026-08-27T00:54:42.154Z[ helios-setup] Aug 27 00:54:40.782 INFO E| Downloaded time-macros v0.2.22
37902026-08-27T00:54:42.161Z[ helios-setup] Aug 27 00:54:40.789 INFO E| Downloaded deranged v0.4.0
37912026-08-27T00:54:42.164Z[ helios-setup] Aug 27 00:54:40.792 INFO E| Downloaded serde_with v3.12.0
37922026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.797 INFO E| Downloaded serde_with_macros v3.12.0
37932026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.798 INFO E| Downloaded bitflags v2.9.1
37942026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.812 INFO E| Downloaded getrandom v0.3.3
37952026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.815 INFO E| Downloaded iana-time-zone v0.1.63
37962026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.819 INFO E| Downloaded indexmap v2.9.0
37972026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.833 INFO E| Downloaded time v0.3.41
37982026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.837 INFO E| Downloaded hashbrown v0.15.3
37992026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.843 INFO E| Downloaded chrono v0.4.41
38002026-08-27T00:54:42.248Z[ helios-setup] Aug 27 00:54:40.859 INFO E| Downloaded rustix v1.0.7
38012026-08-27T00:54:42.313Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling proc-macro2 v1.0.95
38022026-08-27T00:54:42.313Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling unicode-ident v1.0.18
38032026-08-27T00:54:42.313Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling libc v0.2.172
38042026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling ident_case v1.0.1
38052026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling strsim v0.11.1
38062026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling fnv v1.0.7
38072026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling serde v1.0.219
38082026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling getrandom v0.3.3
38092026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling rustix v1.0.7
38102026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling cfg-if v1.0.0
38112026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling bitflags v2.9.1
38122026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling serde_json v1.0.140
38132026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling anyhow v1.0.98
38142026-08-27T00:54:42.318Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling thiserror v2.0.12
38152026-08-27T00:54:42.319Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling ryu v1.0.20
38162026-08-27T00:54:42.319Z[ helios-setup] Aug 27 00:54:40.941 INFO E| Compiling once_cell v1.21.3
38172026-08-27T00:54:42.502Z[ helios-setup] Aug 27 00:54:41.130 INFO E| Compiling fastrand v2.3.0
38182026-08-27T00:54:42.590Z[ helios-setup] Aug 27 00:54:41.218 INFO E| Compiling itoa v1.0.15
38192026-08-27T00:54:42.606Z[ helios-setup] Aug 27 00:54:41.234 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38202026-08-27T00:54:42.773Z[ helios-setup] Aug 27 00:54:41.401 INFO E| Compiling memchr v2.7.4
38212026-08-27T00:54:43.547Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38222026-08-27T00:54:43.696Z[ helios-setup] Aug 27 00:54:42.319 INFO E| Compiling quote v1.0.40
38232026-08-27T00:54:43.809Z[ helios-setup] Aug 27 00:54:42.437 INFO E| Compiling errno v0.3.12
38242026-08-27T00:54:43.938Z[ helios-setup] Aug 27 00:54:42.561 INFO E| Compiling syn v2.0.101
38252026-08-27T00:54:44.328Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38262026-08-27T00:54:44.377Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38272026-08-27T00:54:44.587Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38282026-08-27T00:54:44.719Z[ helios-setup] Aug 27 00:54:43.347 INFO E| Compiling tempfile v3.20.0
38292026-08-27T00:54:44.866Z[ host-package] Compiling uzers v0.12.2
38302026-08-27T00:54:46.333Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38312026-08-27T00:54:46.380Z[ helios-setup] Aug 27 00:54:45.008 INFO E| Compiling darling_core v0.20.11
38322026-08-27T00:54:46.453Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38332026-08-27T00:54:46.721Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38342026-08-27T00:54:47.536Z[ helios-setup] Aug 27 00:54:46.163 INFO E| Compiling serde_derive v1.0.219
38352026-08-27T00:54:47.536Z[ helios-setup] Aug 27 00:54:46.163 INFO E| Compiling thiserror-impl v2.0.12
38362026-08-27T00:54:48.577Z[ helios-setup] Aug 27 00:54:47.200 INFO E| Compiling darling_macro v0.20.11
38372026-08-27T00:54:48.765Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38382026-08-27T00:54:49.175Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38392026-08-27T00:54:49.198Z[ host-package] Compiling support-bundle-viewer v0.1.2
38402026-08-27T00:54:49.449Z[ helios-setup] Aug 27 00:54:48.072 INFO E| Compiling darling v0.20.11
38412026-08-27T00:54:49.540Z[ helios-setup] Aug 27 00:54:48.168 INFO E| Compiling serde_with_macros v3.12.0
38422026-08-27T00:54:51.313Z[ host-package] Compiling multimap v0.10.1
38432026-08-27T00:54:52.721Z[ helios-setup] Aug 27 00:54:51.347 INFO E| Compiling serde_with v3.12.0
38442026-08-27T00:54:57.091Z[ helios-setup] Aug 27 00:54:55.719 INFO E| Finished `release` profile [optimized] target(s) in 15.20s
38452026-08-27T00:54:57.117Z[ helios-setup] Aug 27 00:54:55.742 INFO building project "dmar-report" ok (15 seconds)
38462026-08-27T00:54:57.120Z[ helios-setup] rm -f helios-build
38472026-08-27T00:54:57.121Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38482026-08-27T00:54:57.121Z[ helios-setup]
38492026-08-27T00:54:57.121Z[ helios-setup] Setup complete! ./helios-build is now available.
38502026-08-27T00:54:57.126Z[ helios-setup]
38512026-08-27T00:54:57.126Z[ helios-setup]
38522026-08-27T00:54:57.126Z[ helios-setup] real 3:04.495974499
38532026-08-27T00:54:57.126Z[ helios-setup] user 7:02.432458281
38542026-08-27T00:54:57.127Z[ helios-setup] sys 1:19.568324054
38552026-08-27T00:54:57.127Z[ helios-setup] trap 0.590444456
38562026-08-27T00:54:57.127Z[ helios-setup] tflt 2.926189605
38572026-08-27T00:54:57.127Z[ helios-setup] dflt 7.765431871
38582026-08-27T00:54:57.127Z[ helios-setup] kflt 0.000998711
38592026-08-27T00:54:57.127Z[ helios-setup] lock 56:15.518278348
38602026-08-27T00:54:57.127Z[ helios-setup] slp 36:50.954076285
38612026-08-27T00:54:57.127Z[ helios-setup] lat 7:07.340455686
38622026-08-27T00:54:57.127Z[ helios-setup] stop 1:29.748306304
38632026-08-27T00:54:57.127ZAug 27 00:54:55.751 INFO [helios-setup] process exited with exit status: 0 (184.498885487s)
38642026-08-27T00:54:57.127ZAug 27 00:54:55.751 INFO [helios-record] running task
38652026-08-27T00:54:57.127ZAug 27 00:54:55.751 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38662026-08-27T00:54:57.139ZAug 27 00:54:55.757 DEBG process exited with exit status: 0 (5.504855ms)
38672026-08-27T00:54:57.139ZAug 27 00:54:55.757 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38682026-08-27T00:54:57.158ZAug 27 00:54:55.761 DEBG process exited with exit status: 0 (4.306082ms)
38692026-08-27T00:54:57.158ZAug 27 00:54:55.761 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38702026-08-27T00:54:57.158ZAug 27 00:54:55.765 DEBG process exited with exit status: 0 (3.89732ms)
38712026-08-27T00:54:57.158ZAug 27 00:54:55.765 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38722026-08-27T00:54:57.158ZAug 27 00:54:55.769 DEBG process exited with exit status: 0 (3.64098ms)
38732026-08-27T00:54:57.158ZAug 27 00:54:55.769 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38742026-08-27T00:54:57.158ZAug 27 00:54:55.772 DEBG process exited with exit status: 0 (3.50857ms)
38752026-08-27T00:54:57.158ZAug 27 00:54:55.773 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38762026-08-27T00:54:57.158ZAug 27 00:54:55.776 DEBG process exited with exit status: 0 (3.427249ms)
38772026-08-27T00:54:57.158ZAug 27 00:54:55.776 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38782026-08-27T00:54:57.165ZAug 27 00:54:55.780 DEBG process exited with exit status: 0 (3.55747ms)
38792026-08-27T00:54:57.165ZAug 27 00:54:55.780 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38802026-08-27T00:54:57.165ZAug 27 00:54:55.783 DEBG process exited with exit status: 0 (3.386159ms)
38812026-08-27T00:54:57.165ZAug 27 00:54:55.783 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38822026-08-27T00:54:57.165ZAug 27 00:54:55.786 DEBG process exited with exit status: 0 (3.322339ms)
38832026-08-27T00:54:57.165ZAug 27 00:54:55.787 INFO [helios-record] task succeeded (35.227465ms)
38842026-08-27T00:54:58.370Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38852026-08-27T00:55:04.593Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38862026-08-27T00:55:06.934Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38872026-08-27T00:55:12.091Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38882026-08-27T00:55:17.418Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38892026-08-27T01:02:36.121Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 02s
38902026-08-27T01:02:36.130Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38912026-08-27T01:02:36.130Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38922026-08-27T01:03:27.439ZAug 27 01:03:26.064 INFO [host-package] process exited with exit status: 0 (653.635206773s)
38932026-08-27T01:03:27.439ZAug 27 01:03:26.064 INFO [host-libraries] running task
38942026-08-27T01:03:27.439ZAug 27 01:03:26.064 INFO [host-stamp] running task
38952026-08-27T01:03:27.443ZAug 27 01:03:26.067 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git5a34cf5c3c8
38962026-08-27T01:03:27.443ZAug 27 01:03:26.067 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git5a34cf5c3c8
38972026-08-27T01:03:27.443ZAug 27 01:03:26.067 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git5a34cf5c3c8
38982026-08-27T01:03:27.443ZAug 27 01:03:26.067 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git5a34cf5c3c8
38992026-08-27T01:03:27.443ZAug 27 01:03:26.068 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git5a34cf5c3c8
39002026-08-27T01:03:27.443ZAug 27 01:03:26.068 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git5a34cf5c3c8
39012026-08-27T01:03:27.443ZAug 27 01:03:26.068 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git5a34cf5c3c8
39022026-08-27T01:03:27.443ZAug 27 01:03:26.068 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git5a34cf5c3c8
39032026-08-27T01:03:27.451Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-27T01:03:27.453Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-27T01:03:27.453Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-27T01:03:27.453Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-27T01:03:27.457Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-27T01:03:27.458Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-27T01:03:27.458Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-27T01:03:27.458Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-08-27T01:03:27.458Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39122026-08-27T01:03:27.458ZAug 27 01:03:26.081 INFO [stamp-overlay] process exited with exit status: 0 (13.574407ms)
39132026-08-27T01:03:27.462Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39142026-08-27T01:03:27.465ZAug 27 01:03:26.091 INFO [stamp-oxlog] process exited with exit status: 0 (22.754131ms)
39152026-08-27T01:03:27.489Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39162026-08-27T01:03:27.493ZAug 27 01:03:26.118 INFO [stamp-crucible-utils] process exited with exit status: 0 (50.908117ms)
39172026-08-27T01:03:27.504Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39182026-08-27T01:03:27.508ZAug 27 01:03:26.133 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (64.886675ms)
39192026-08-27T01:03:27.631Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39202026-08-27T01:03:27.635ZAug 27 01:03:26.260 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (192.883259ms)
39212026-08-27T01:03:27.956Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39222026-08-27T01:03:27.960ZAug 27 01:03:26.585 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (518.052954ms)
39232026-08-27T01:03:27.986Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39242026-08-27T01:03:27.990ZAug 27 01:03:26.615 INFO [stamp-propolis-server] process exited with exit status: 0 (547.743774ms)
39252026-08-27T01:03:29.178ZAug 27 01:03:27.804 INFO [host-libraries] task succeeded (1.740028102s)
39262026-08-27T01:03:29.181ZAug 27 01:03:27.805 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39272026-08-27T01:03:29.185Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39282026-08-27T01:03:30.142Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39292026-08-27T01:03:30.985Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39302026-08-27T01:03:34.825Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39312026-08-27T01:03:34.830ZAug 27 01:03:33.454 INFO [stamp-switch-asic] process exited with exit status: 0 (7.386033746s)
39322026-08-27T01:03:34.830ZAug 27 01:03:33.454 INFO [host-stamp] task succeeded (7.390139067s)
39332026-08-27T01:03:34.830ZAug 27 01:03:33.454 INFO [host-proto] running task
39342026-08-27T01:03:35.293ZAug 27 01:03:33.919 INFO [host-proto] task succeeded (464.097519ms)
39352026-08-27T01:03:35.293ZAug 27 01:03:33.919 INFO [host-profile] running task
39362026-08-27T01:03:35.296ZAug 27 01:03:33.919 INFO [host-profile] task succeeded (214.5µs)
39372026-08-27T01:03:35.296ZAug 27 01:03:33.919 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpdpClyP/proto/host/root -N 'ci 5a34cf5/${os_short_commit} 2026-08-27 00:51' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39382026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO Checking files for board 'gimlet'
39392026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39402026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39412026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO Checking files for board 'cosmo-mbist'
39422026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39432026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO Checking files for board 'cosmo'
39442026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39452026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39462026-08-27T01:03:35.300Z[ host-image] Aug 27 01:03:33.925 INFO Checking files for board 'cosmo-mbist-noaggr'
39472026-08-27T01:03:35.302Z[ host-image] Aug 27 01:03:33.925 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39482026-08-27T01:03:35.308Z[ host-image] Aug 27 01:03:33.934 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpdpClyP/proto/host/root"
39492026-08-27T01:03:35.312Z[ host-image] Aug 27 01:03:33.934 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39502026-08-27T01:03:35.312Z[ host-image] Aug 27 01:03:33.935 INFO image builder template: ramdisk-01-os...
39512026-08-27T01:03:35.312Z[ host-image] Aug 27 01:03:33.935 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/.tmpdpClyP/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39522026-08-27T01:03:35.321Z[ host-image] Aug 27 01:03:33.947 INFO O| Aug 27 01:03:33.947 INFO CREATE DATASET: rpool/images/build/host/output
39532026-08-27T01:03:37.327Z[ host-image] Aug 27 01:03:35.953 INFO O| Aug 27 01:03:35.953 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39542026-08-27T01:03:37.331Z[ host-image] Aug 27 01:03:35.957 INFO O| Aug 27 01:03:35.957 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39552026-08-27T01:03:37.471Z[ host-image] Aug 27 01:03:36.097 INFO O| Aug 27 01:03:36.097 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39562026-08-27T01:03:37.516Z[ host-image] Aug 27 01:03:36.141 INFO O| Aug 27 01:03:36.141 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39572026-08-27T01:03:37.516Z[ host-image] Aug 27 01:03:36.141 INFO O| Aug 27 01:03:36.141 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39582026-08-27T01:03:37.519Z[ host-image] Aug 27 01:03:36.141 INFO O| Aug 27 01:03:36.141 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39592026-08-27T01:03:37.519Z[ host-image] Aug 27 01:03:36.141 INFO O| Aug 27 01:03:36.141 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39602026-08-27T01:03:37.522Z[ host-image] Aug 27 01:03:36.147 INFO O| Aug 27 01:03:36.147 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39612026-08-27T01:03:37.661Z[ host-image] Aug 27 01:03:36.287 INFO O| Aug 27 01:03:36.287 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-27T01:03:37.701Z[ host-image] Aug 27 01:03:36.293 INFO O| Aug 27 01:03:36.293 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39632026-08-27T01:03:37.924Z[ host-image] Aug 27 01:03:36.550 INFO O| Aug 27 01:03:36.550 INFO O| Caching catalogs ... Done
39642026-08-27T01:03:37.980Z[ host-image] Aug 27 01:03:36.606 INFO O| Aug 27 01:03:36.606 INFO STEP 0 (pkg_image_create) COMPLETE
39652026-08-27T01:03:37.980Z[ host-image] Aug 27 01:03:36.606 INFO O| Aug 27 01:03:36.606 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-27T01:03:37.986Z[ host-image] Aug 27 01:03:36.612 INFO O| Aug 27 01:03:36.612 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"]
39672026-08-27T01:03:38.333Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO STEP 1 (pkg_set_publisher) COMPLETE
39682026-08-27T01:03:38.334Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-27T01:03:38.339Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO skip step because feature "publisher_1_name" is not enabled
39702026-08-27T01:03:38.339Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-27T01:03:38.339Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO skip step because feature "publisher_2_name" is not enabled
39722026-08-27T01:03:38.339Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-27T01:03:38.339Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO skip step because feature "publisher_3_name" is not enabled
39742026-08-27T01:03:38.339Z[ host-image] Aug 27 01:03:36.958 INFO O| Aug 27 01:03:36.958 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-27T01:03:38.637Z[ host-image] Aug 27 01:03:37.262 INFO O| Aug 27 01:03:37.262 INFO variant opensolaris.zone is already global
39762026-08-27T01:03:38.637Z[ host-image] Aug 27 01:03:37.263 INFO O| Aug 27 01:03:37.262 INFO STEP 5 (pkg_change_variant) COMPLETE
39772026-08-27T01:03:38.640Z[ host-image] Aug 27 01:03:37.263 INFO O| Aug 27 01:03:37.262 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-08-27T01:03:38.913Z[ host-image] Aug 27 01:03:37.539 INFO O| Aug 27 01:03:37.539 INFO variant opensolaris.imagetype is full; changing to partial
39792026-08-27T01:03:38.913Z[ host-image] Aug 27 01:03:37.539 INFO O| Aug 27 01:03:37.539 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39802026-08-27T01:03:40.645Z[ host-image] Aug 27 01:03:39.271 INFO O| Aug 27 01:03:39.271 INFO O| Startup: Refreshing catalog 'helios' ... Done
39812026-08-27T01:03:41.047Z[ host-image] Aug 27 01:03:39.670 INFO O| Aug 27 01:03:39.670 INFO O| Startup: Caching catalogs ... Done
39822026-08-27T01:03:41.062Z[ host-image] Aug 27 01:03:39.687 INFO O| Aug 27 01:03:39.687 INFO O| Planning: Planning completed in 0.00 seconds
39832026-08-27T01:03:41.066Z[ host-image] Aug 27 01:03:39.687 INFO O| Aug 27 01:03:39.687 INFO O| Planning: Consolidating action changes ... Done
39842026-08-27T01:03:41.066Z[ host-image] Aug 27 01:03:39.687 INFO O| Aug 27 01:03:39.687 INFO O| Planning: Evaluating mediators ... Done
39852026-08-27T01:03:41.066Z[ host-image] Aug 27 01:03:39.688 INFO O| Aug 27 01:03:39.688 INFO O| Planning: Planning completed in 0.00 seconds
39862026-08-27T01:03:41.066Z[ host-image] Aug 27 01:03:39.688 INFO O| Aug 27 01:03:39.688 INFO O| Variants/Facets to change: 1
39872026-08-27T01:03:41.075Z[ host-image] Aug 27 01:03:39.696 INFO O| Aug 27 01:03:39.696 INFO O| Finalize: Updating package state database ... Done
39882026-08-27T01:03:41.079Z[ host-image] Aug 27 01:03:39.696 INFO O| Aug 27 01:03:39.696 INFO O| Finalize: Updating package cache ... Done
39892026-08-27T01:03:41.138Z[ host-image] Aug 27 01:03:39.763 INFO O| Aug 27 01:03:39.763 INFO O| Finalize: Updating image state ... Done
39902026-08-27T01:03:41.149Z[ host-image] Aug 27 01:03:39.775 INFO O| Aug 27 01:03:39.775 INFO O| Finalize: Creating fast lookup database ... Done
39912026-08-27T01:03:41.152Z[ host-image] Aug 27 01:03:39.775 INFO O| Aug 27 01:03:39.775 INFO O| Finalize: Reading search index ... Done
39922026-08-27T01:03:41.153Z[ host-image] Aug 27 01:03:39.775 INFO O| Aug 27 01:03:39.775 INFO O| Finalize: Updating search index ... Done
39932026-08-27T01:03:41.153Z[ host-image] Aug 27 01:03:39.776 INFO O| Aug 27 01:03:39.776 INFO O| Finalize: Updating package cache ... Done
39942026-08-27T01:03:41.434Z[ host-image] Aug 27 01:03:39.963 INFO O| Aug 27 01:03:39.963 INFO STEP 6 (pkg_change_variant) COMPLETE
39952026-08-27T01:03:41.434Z[ host-image] Aug 27 01:03:39.963 INFO O| Aug 27 01:03:39.963 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-08-27T01:03:41.435Z[ host-image] Aug 27 01:03:39.963 INFO O| Aug 27 01:03:39.963 INFO skip step because feature "debug_variant" is not enabled
39972026-08-27T01:03:41.447Z[ host-image] Aug 27 01:03:39.963 INFO O| Aug 27 01:03:39.963 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39982026-08-27T01:03:41.591Z[ host-image] Aug 27 01:03:40.217 INFO O| Aug 27 01:03:40.217 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39992026-08-27T01:03:42.184Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.87s
40002026-08-27T01:03:43.332Z[ host-image] Aug 27 01:03:41.953 INFO O| Aug 27 01:03:41.953 INFO O| Startup: Refreshing catalog 'helios' ... Done
40012026-08-27T01:03:43.747Z[ host-image] Aug 27 01:03:42.365 INFO O| Aug 27 01:03:42.365 INFO O| Startup: Caching catalogs ... Done
40022026-08-27T01:03:43.755Z[ host-image] Aug 27 01:03:42.381 INFO O| Aug 27 01:03:42.381 INFO O| Planning: Planning completed in 0.00 seconds
40032026-08-27T01:03:43.763Z[ host-image] Aug 27 01:03:42.381 INFO O| Aug 27 01:03:42.381 INFO O| Planning: Consolidating action changes ... Done
40042026-08-27T01:03:43.763Z[ host-image] Aug 27 01:03:42.381 INFO O| Aug 27 01:03:42.381 INFO O| Planning: Evaluating mediators ... Done
40052026-08-27T01:03:43.763Z[ host-image] Aug 27 01:03:42.381 INFO O| Aug 27 01:03:42.381 INFO O| Planning: Planning completed in 0.00 seconds
40062026-08-27T01:03:43.763Z[ host-image] Aug 27 01:03:42.382 INFO O| Aug 27 01:03:42.382 INFO O| Variants/Facets to change: 1
40072026-08-27T01:03:43.766Z[ host-image] Aug 27 01:03:42.390 INFO O| Aug 27 01:03:42.390 INFO O| Finalize: Updating package state database ... Done
40082026-08-27T01:03:43.766Z[ host-image] Aug 27 01:03:42.390 INFO O| Aug 27 01:03:42.390 INFO O| Finalize: Updating package cache ... Done
40092026-08-27T01:03:43.839Z[ host-image] Aug 27 01:03:42.464 INFO O| Aug 27 01:03:42.464 INFO O| Finalize: Updating image state ... Done
40102026-08-27T01:03:43.850Z[ host-image] Aug 27 01:03:42.474 INFO O| Aug 27 01:03:42.474 INFO O| Finalize: Creating fast lookup database ... Done
40112026-08-27T01:03:43.853Z[ host-image] Aug 27 01:03:42.475 INFO O| Aug 27 01:03:42.475 INFO O| Finalize: Reading search index ... Done
40122026-08-27T01:03:43.853Z[ host-image] Aug 27 01:03:42.475 INFO O| Aug 27 01:03:42.475 INFO O| Finalize: Updating search index ... Done
40132026-08-27T01:03:43.853Z[ host-image] Aug 27 01:03:42.476 INFO O| Aug 27 01:03:42.476 INFO O| Finalize: Updating package cache ... Done
40142026-08-27T01:03:44.039Z[ host-image] Aug 27 01:03:42.661 INFO O| Aug 27 01:03:42.660 INFO STEP 8 (pkg_change_facet) COMPLETE
40152026-08-27T01:03:44.039Z[ host-image] Aug 27 01:03:42.661 INFO O| Aug 27 01:03:42.661 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-08-27T01:03:44.044Z[ host-image] Aug 27 01:03:42.661 INFO O| Aug 27 01:03:42.661 INFO skip step because feature "recovery" is not enabled
40172026-08-27T01:03:44.044Z[ host-image] Aug 27 01:03:42.661 INFO O| Aug 27 01:03:42.661 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-08-27T01:03:44.044Z[ host-image] Aug 27 01:03:42.661 INFO O| Aug 27 01:03:42.661 INFO skip step because feature "recovery" is not enabled
40192026-08-27T01:03:44.044Z[ host-image] Aug 27 01:03:42.661 INFO O| Aug 27 01:03:42.661 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40202026-08-27T01:03:44.044Z[ host-image] Aug 27 01:03:42.667 INFO O| Aug 27 01:03:42.667 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
40212026-08-27T01:03:45.103ZAug 27 01:03:43.729 INFO [recovery-package] process exited with exit status: 0 (15.924645543s)
40222026-08-27T01:03:45.103ZAug 27 01:03:43.729 INFO [recovery-libraries] running task
40232026-08-27T01:03:45.103ZAug 27 01:03:43.729 INFO [recovery-stamp] running task
40242026-08-27T01:03:45.108ZAug 27 01:03:43.730 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git5a34cf5c3c8
40252026-08-27T01:03:45.109ZAug 27 01:03:43.730 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git5a34cf5c3c8
40262026-08-27T01:03:45.112Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40272026-08-27T01:03:45.112Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40282026-08-27T01:03:45.165ZAug 27 01:03:43.791 INFO [recovery-libraries] task succeeded (61.418456ms)
40292026-08-27T01:03:45.168ZAug 27 01:03:43.791 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40302026-08-27T01:03:45.187Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40312026-08-27T01:03:45.190ZAug 27 01:03:43.815 INFO [stamp-installinator] process exited with exit status: 0 (85.472329ms)
40322026-08-27T01:03:45.256Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40332026-08-27T01:03:45.259ZAug 27 01:03:43.884 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (154.359785ms)
40342026-08-27T01:03:45.259ZAug 27 01:03:43.884 INFO [recovery-stamp] task succeeded (155.256318ms)
40352026-08-27T01:03:45.259ZAug 27 01:03:43.885 INFO [recovery-proto] running task
40362026-08-27T01:03:45.260ZAug 27 01:03:43.885 INFO [tuf-stamp] running task
40372026-08-27T01:03:45.260ZAug 27 01:03:43.885 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git5a34cf5c3c8
40382026-08-27T01:03:45.265ZAug 27 01:03:43.885 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git5a34cf5c3c8
40392026-08-27T01:03:45.265ZAug 27 01:03:43.886 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git5a34cf5c3c8
40402026-08-27T01:03:45.266ZAug 27 01:03:43.886 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git5a34cf5c3c8
40412026-08-27T01:03:45.266ZAug 27 01:03:43.886 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git5a34cf5c3c8
40422026-08-27T01:03:45.266ZAug 27 01:03:43.887 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git5a34cf5c3c8
40432026-08-27T01:03:45.266ZAug 27 01:03:43.887 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git5a34cf5c3c8
40442026-08-27T01:03:45.266ZAug 27 01:03:43.887 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git5a34cf5c3c8
40452026-08-27T01:03:45.266ZAug 27 01:03:43.888 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git5a34cf5c3c8
40462026-08-27T01:03:45.266ZAug 27 01:03:43.888 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git5a34cf5c3c8
40472026-08-27T01:03:45.266ZAug 27 01:03:43.889 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git5a34cf5c3c8
40482026-08-27T01:03:45.266ZAug 27 01:03:43.889 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git5a34cf5c3c8
40492026-08-27T01:03:45.270Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-27T01:03:45.271Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-27T01:03:45.271Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-27T01:03:45.271Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-27T01:03:45.271Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-27T01:03:45.271Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-27T01:03:45.271Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-27T01:03:45.271Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-27T01:03:45.271Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-27T01:03:45.272Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-27T01:03:45.272Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-27T01:03:45.275Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-27T01:03:45.321Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40622026-08-27T01:03:45.324ZAug 27 01:03:43.948 INFO [stamp-probe] process exited with exit status: 0 (59.898351ms)
40632026-08-27T01:03:45.385ZAug 27 01:03:44.010 INFO [recovery-proto] task succeeded (125.079657ms)
40642026-08-27T01:03:45.388ZAug 27 01:03:44.010 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpdpClyP/proto/recovery/root -N 'recovery 5a34cf5/${os_short_commit} 2026-08-27 00:51' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40652026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO Checking files for board 'cosmo'
40662026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40672026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40682026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO Checking files for board 'cosmo-mbist-noaggr'
40692026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40702026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO Checking files for board 'cosmo-mbist'
40712026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40722026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO Checking files for board 'gimlet'
40732026-08-27T01:03:45.391Z[ recovery-image] Aug 27 01:03:44.016 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40742026-08-27T01:03:45.392Z[ recovery-image] Aug 27 01:03:44.016 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40752026-08-27T01:03:45.398Z[ recovery-image] Aug 27 01:03:44.024 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpdpClyP/proto/recovery/root"
40762026-08-27T01:03:45.402Z[ recovery-image] Aug 27 01:03:44.024 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40772026-08-27T01:03:45.402Z[ recovery-image] Aug 27 01:03:44.024 INFO image builder template: ramdisk-01-os...
40782026-08-27T01:03:45.402Z[ recovery-image] Aug 27 01:03:44.024 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/.tmpdpClyP/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40792026-08-27T01:03:45.415Z[ recovery-image] Aug 27 01:03:44.041 INFO O| Aug 27 01:03:44.041 INFO CREATE DATASET: rpool/images/build/recovery/output
40802026-08-27T01:03:45.722Z[ recovery-image] Aug 27 01:03:44.348 INFO O| Aug 27 01:03:44.348 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40812026-08-27T01:03:45.726Z[ recovery-image] Aug 27 01:03:44.351 INFO O| Aug 27 01:03:44.351 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40822026-08-27T01:03:45.735Z[ host-image] Aug 27 01:03:44.361 INFO O| Aug 27 01:03:44.361 INFO O| Startup: Refreshing catalog 'helios' ... Done
40832026-08-27T01:03:45.750Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40842026-08-27T01:03:45.807Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40852026-08-27T01:03:45.807Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40862026-08-27T01:03:45.807ZAug 27 01:03:44.421 INFO [stamp-ntp] process exited with exit status: 0 (535.489302ms)
40872026-08-27T01:03:45.974Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40882026-08-27T01:03:45.980ZAug 27 01:03:44.603 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (717.348431ms)
40892026-08-27T01:03:46.049Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40902026-08-27T01:03:46.052Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40912026-08-27T01:03:46.055ZAug 27 01:03:44.679 INFO [stamp-external-dns] process exited with exit status: 0 (792.715494ms)
40922026-08-27T01:03:46.055ZAug 27 01:03:44.680 INFO [stamp-internal-dns] process exited with exit status: 0 (793.089454ms)
40932026-08-27T01:03:46.183Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40942026-08-27T01:03:46.186ZAug 27 01:03:44.812 INFO [stamp-crucible-zone] process exited with exit status: 0 (925.629301ms)
40952026-08-27T01:03:46.325Z[ recovery-image] Aug 27 01:03:44.951 INFO O| Aug 27 01:03:44.951 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40962026-08-27T01:03:46.409Z[ host-image] Aug 27 01:03:45.035 INFO O| Aug 27 01:03:45.035 INFO O| Startup: Caching catalogs ... Done
40972026-08-27T01:03:46.415Z[ recovery-image] Aug 27 01:03:45.041 INFO O| Aug 27 01:03:45.041 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40982026-08-27T01:03:46.415Z[ recovery-image] Aug 27 01:03:45.041 INFO O| Aug 27 01:03:45.041 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40992026-08-27T01:03:46.418Z[ recovery-image] Aug 27 01:03:45.041 INFO O| Aug 27 01:03:45.041 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41002026-08-27T01:03:46.418Z[ recovery-image] Aug 27 01:03:45.041 INFO O| Aug 27 01:03:45.041 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41012026-08-27T01:03:46.421Z[ recovery-image] Aug 27 01:03:45.047 INFO O| Aug 27 01:03:45.047 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41022026-08-27T01:03:46.438Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41032026-08-27T01:03:46.441ZAug 27 01:03:45.068 INFO [stamp-oximeter] process exited with exit status: 0 (1.179420854s)
41042026-08-27T01:03:46.752Z[ recovery-image] Aug 27 01:03:45.378 INFO O| Aug 27 01:03:45.377 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41052026-08-27T01:03:46.760Z[ recovery-image] Aug 27 01:03:45.386 INFO O| Aug 27 01:03:45.386 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41062026-08-27T01:03:47.029Z[ recovery-image] Aug 27 01:03:45.655 INFO O| Aug 27 01:03:45.655 INFO O| Caching catalogs ... Done
41072026-08-27T01:03:47.100Z[ recovery-image] Aug 27 01:03:45.726 INFO O| Aug 27 01:03:45.726 INFO STEP 0 (pkg_image_create) COMPLETE
41082026-08-27T01:03:47.100Z[ recovery-image] Aug 27 01:03:45.726 INFO O| Aug 27 01:03:45.726 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092026-08-27T01:03:47.107Z[ recovery-image] Aug 27 01:03:45.734 INFO O| Aug 27 01:03:45.733 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"]
41102026-08-27T01:03:47.362Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO STEP 1 (pkg_set_publisher) COMPLETE
41112026-08-27T01:03:47.362Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122026-08-27T01:03:47.366Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO skip step because feature "publisher_1_name" is not enabled
41132026-08-27T01:03:47.366Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41142026-08-27T01:03:47.366Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO skip step because feature "publisher_2_name" is not enabled
41152026-08-27T01:03:47.366Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41162026-08-27T01:03:47.366Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO skip step because feature "publisher_3_name" is not enabled
41172026-08-27T01:03:47.366Z[ recovery-image] Aug 27 01:03:45.988 INFO O| Aug 27 01:03:45.988 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41182026-08-27T01:03:47.621Z[ recovery-image] Aug 27 01:03:46.247 INFO O| Aug 27 01:03:46.247 INFO variant opensolaris.zone is already global
41192026-08-27T01:03:47.621Z[ recovery-image] Aug 27 01:03:46.247 INFO O| Aug 27 01:03:46.247 INFO STEP 5 (pkg_change_variant) COMPLETE
41202026-08-27T01:03:47.624Z[ recovery-image] Aug 27 01:03:46.247 INFO O| Aug 27 01:03:46.247 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-08-27T01:03:47.916Z[ recovery-image] Aug 27 01:03:46.541 INFO O| Aug 27 01:03:46.541 INFO variant opensolaris.imagetype is full; changing to partial
41222026-08-27T01:03:47.916Z[ recovery-image] Aug 27 01:03:46.541 INFO O| Aug 27 01:03:46.541 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41232026-08-27T01:03:47.963Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41242026-08-27T01:03:47.970ZAug 27 01:03:46.596 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.709489562s)
41252026-08-27T01:03:48.895Z[ host-image] Aug 27 01:03:47.521 INFO O| Aug 27 01:03:47.521 INFO O| Planning: Solver setup ... Done
41262026-08-27T01:03:49.136Z[ host-image] Aug 27 01:03:47.762 INFO O| Aug 27 01:03:47.762 INFO O| Planning: Running solver ... Done
41272026-08-27T01:03:49.186Z[ host-image] Aug 27 01:03:47.812 INFO O| Aug 27 01:03:47.812 INFO O| Planning: Finding local manifests ... Done
41282026-08-27T01:03:49.204Z[ host-image] Aug 27 01:03:47.830 INFO O| Aug 27 01:03:47.830 INFO O| Planning: Fetching manifests: 0/130 0% complete
41292026-08-27T01:03:50.094Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41302026-08-27T01:03:50.097ZAug 27 01:03:48.723 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.836019384s)
41312026-08-27T01:03:50.281Z[verify-libraries] Compiling match_cfg v0.1.0
41322026-08-27T01:03:50.281Z[verify-libraries] Compiling slog-json v2.6.1
41332026-08-27T01:03:50.281Z[verify-libraries] Compiling debug-ignore v1.0.5
41342026-08-27T01:03:50.439Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41352026-08-27T01:03:50.442ZAug 27 01:03:49.069 INFO [stamp-clickhouse] process exited with exit status: 0 (5.180734622s)
41362026-08-27T01:03:50.455Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41372026-08-27T01:03:50.458ZAug 27 01:03:49.084 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.195935852s)
41382026-08-27T01:03:50.527Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41392026-08-27T01:03:50.527Z[verify-libraries] Compiling sha1 v0.11.0
41402026-08-27T01:03:50.530Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41412026-08-27T01:03:50.530Z[verify-libraries] Compiling multer v3.1.0
41422026-08-27T01:03:50.530Z[verify-libraries] Compiling compression-core v0.4.31
41432026-08-27T01:03:50.530Z[verify-libraries] Compiling progenitor-client v0.14.0
41442026-08-27T01:03:50.530Z[verify-libraries] Compiling async-stream-impl v0.3.6
41452026-08-27T01:03:50.548Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41462026-08-27T01:03:50.551Z[verify-libraries] Compiling serde_spanned v1.1.1
41472026-08-27T01:03:50.551Z[verify-libraries] Compiling dropshot v0.17.1
41482026-08-27T01:03:50.740Z[verify-libraries] Compiling hostname v0.3.1
41492026-08-27T01:03:50.761Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41502026-08-27T01:03:50.761Z[verify-libraries] Compiling waitgroup v0.1.2
41512026-08-27T01:03:50.761Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41522026-08-27T01:03:50.764Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41532026-08-27T01:03:50.869Z[verify-libraries] Compiling slog-bunyan v2.5.0
41542026-08-27T01:03:50.869Z[verify-libraries] Compiling compression-codecs v0.4.37
41552026-08-27T01:03:50.920Z[verify-libraries] Compiling hostname v0.4.2
41562026-08-27T01:03:50.968Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41572026-08-27T01:03:50.968Z[verify-libraries] Compiling atomicwrites v0.4.4
41582026-08-27T01:03:50.968Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41592026-08-27T01:03:50.972Z[ host-image] Aug 27 01:03:49.598 INFO O| Aug 27 01:03:49.598 INFO O| Planning: Fetching manifests: 130/130 100% complete
41602026-08-27T01:03:51.003Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41612026-08-27T01:03:51.007ZAug 27 01:03:49.633 INFO [stamp-nexus] process exited with exit status: 0 (5.748028438s)
41622026-08-27T01:03:51.007ZAug 27 01:03:49.633 INFO [tuf-stamp] task succeeded (5.748432279s)
41632026-08-27T01:03:51.007ZAug 27 01:03:49.633 INFO [tuf-v2-zones] running task
41642026-08-27T01:03:51.036Z[verify-libraries] Compiling regress v0.10.5
41652026-08-27T01:03:51.036Z[verify-libraries] Compiling macaddr v1.0.1
41662026-08-27T01:03:51.039Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41672026-08-27T01:03:51.112ZAug 27 01:03:49.738 INFO [tuf-v2-zones] task succeeded (105.006993ms)
41682026-08-27T01:03:51.120Z[verify-libraries] Compiling async-compression v0.4.41
41692026-08-27T01:03:51.146Z[verify-libraries] Compiling instant v0.1.13
41702026-08-27T01:03:51.193Z[verify-libraries] Compiling oxide-generation v0.1.3
41712026-08-27T01:03:51.195Z[verify-libraries] Compiling parse-display-derive v0.10.0
41722026-08-27T01:03:51.196Z[verify-libraries] Compiling itertools v0.14.0
41732026-08-27T01:03:51.196Z[verify-libraries] Compiling backon v1.6.0
41742026-08-27T01:03:51.308Z[verify-libraries] Compiling async-stream v0.3.6
41752026-08-27T01:03:51.315Z[ recovery-image] Aug 27 01:03:49.940 INFO O| Aug 27 01:03:49.940 INFO O| Startup: Refreshing catalog 'helios' ... Done
41762026-08-27T01:03:51.332Z[verify-libraries] Compiling backoff v0.4.0
41772026-08-27T01:03:51.355Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41782026-08-27T01:03:51.377Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41792026-08-27T01:03:51.396Z[verify-libraries] Compiling humantime v2.3.0
41802026-08-27T01:03:51.475Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41812026-08-27T01:03:51.510Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41822026-08-27T01:03:51.513Z[verify-libraries] Compiling progenitor-extras v0.2.0
41832026-08-27T01:03:51.513Z[verify-libraries] Compiling convert_case v0.4.0
41842026-08-27T01:03:51.562Z[ host-image] Aug 27 01:03:50.188 INFO O| Aug 27 01:03:50.188 INFO O| Planning: Package planning ... Done
41852026-08-27T01:03:51.575Z[verify-libraries] Compiling half v2.7.1
41862026-08-27T01:03:51.575Z[verify-libraries] Compiling ciborium-io v0.2.2
41872026-08-27T01:03:51.578Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41882026-08-27T01:03:51.639Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41892026-08-27T01:03:51.661Z[verify-libraries] Compiling indent_write v2.2.0
41902026-08-27T01:03:51.759Z[verify-libraries] Compiling regress v0.11.1
41912026-08-27T01:03:51.798Z[verify-libraries] Compiling secrecy v0.10.3
41922026-08-27T01:03:51.869Z[verify-libraries] Compiling ciborium-ll v0.2.2
41932026-08-27T01:03:51.896Z[ host-image] Aug 27 01:03:50.522 INFO O| Aug 27 01:03:50.521 INFO O| Planning: Merging actions ... Done
41942026-08-27T01:03:51.900Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41952026-08-27T01:03:51.947Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41962026-08-27T01:03:51.969Z[verify-libraries] Compiling derive_more v0.99.20
41972026-08-27T01:03:51.969Z[verify-libraries] Compiling inout v0.1.4
41982026-08-27T01:03:52.017Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41992026-08-27T01:03:52.022Z[ host-image] Aug 27 01:03:50.648 INFO O| Aug 27 01:03:50.648 INFO O| Planning: Checking for conflicting actions ... Done
42002026-08-27T01:03:52.041Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42012026-08-27T01:03:52.101Z[verify-libraries] Compiling universal-hash v0.5.1
42022026-08-27T01:03:52.136Z[ host-image] Aug 27 01:03:50.762 INFO O| Aug 27 01:03:50.762 INFO O| Planning: Consolidating action changes ... Done
42032026-08-27T01:03:52.165Z[verify-libraries] Compiling ciborium v0.2.2
42042026-08-27T01:03:52.220Z[verify-libraries] Compiling cipher v0.4.4
42052026-08-27T01:03:52.292Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42062026-08-27T01:03:52.314Z[verify-libraries] Compiling opaque-debug v0.3.1
42072026-08-27T01:03:52.314Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42082026-08-27T01:03:52.327Z[ host-image] Aug 27 01:03:50.952 INFO O| Aug 27 01:03:50.952 INFO O| Planning: Evaluating mediators ... Done
42092026-08-27T01:03:52.366Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42102026-08-27T01:03:52.421Z[verify-libraries] Compiling poly1305 v0.8.0
42112026-08-27T01:03:52.437Z[verify-libraries] Compiling blake2 v0.10.6
42122026-08-27T01:03:52.446Z[verify-libraries] Compiling aead v0.5.2
42132026-08-27T01:03:52.569Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42142026-08-27T01:03:52.643Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42152026-08-27T01:03:52.725Z[verify-libraries] Compiling chacha20 v0.9.1
42162026-08-27T01:03:52.783Z[verify-libraries] Compiling password-hash v0.5.0
42172026-08-27T01:03:52.786Z[ recovery-image] Aug 27 01:03:51.411 INFO O| Aug 27 01:03:51.411 INFO O| Startup: Caching catalogs ... Done
42182026-08-27T01:03:52.802Z[ recovery-image] Aug 27 01:03:51.428 INFO O| Aug 27 01:03:51.428 INFO O| Planning: Planning completed in 0.00 seconds
42192026-08-27T01:03:52.805Z[ recovery-image] Aug 27 01:03:51.428 INFO O| Aug 27 01:03:51.428 INFO O| Planning: Consolidating action changes ... Done
42202026-08-27T01:03:52.805Z[ recovery-image] Aug 27 01:03:51.428 INFO O| Aug 27 01:03:51.428 INFO O| Planning: Evaluating mediators ... Done
42212026-08-27T01:03:52.805Z[ recovery-image] Aug 27 01:03:51.428 INFO O| Aug 27 01:03:51.428 INFO O| Planning: Planning completed in 0.00 seconds
42222026-08-27T01:03:52.805Z[ recovery-image] Aug 27 01:03:51.429 INFO O| Aug 27 01:03:51.429 INFO O| Variants/Facets to change: 1
42232026-08-27T01:03:52.811Z[verify-libraries] Compiling num-derive v0.4.2
42242026-08-27T01:03:52.814Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42252026-08-27T01:03:52.814Z[ recovery-image] Aug 27 01:03:51.439 INFO O| Aug 27 01:03:51.439 INFO O| Finalize: Updating package state database ... Done
42262026-08-27T01:03:52.815Z[ recovery-image] Aug 27 01:03:51.439 INFO O| Aug 27 01:03:51.439 INFO O| Finalize: Updating package cache ... Done
42272026-08-27T01:03:52.896Z[ recovery-image] Aug 27 01:03:51.522 INFO O| Aug 27 01:03:51.522 INFO O| Finalize: Updating image state ... Done
42282026-08-27T01:03:52.911Z[verify-libraries] Compiling rayon-core v1.13.0
42292026-08-27T01:03:52.914Z[ recovery-image] Aug 27 01:03:51.538 INFO O| Aug 27 01:03:51.538 INFO O| Finalize: Creating fast lookup database ... Done
42302026-08-27T01:03:52.914Z[ recovery-image] Aug 27 01:03:51.539 INFO O| Aug 27 01:03:51.539 INFO O| Finalize: Reading search index ... Done
42312026-08-27T01:03:52.914Z[ recovery-image] Aug 27 01:03:51.539 INFO O| Aug 27 01:03:51.539 INFO O| Finalize: Updating search index ... Done
42322026-08-27T01:03:52.914Z[ recovery-image] Aug 27 01:03:51.539 INFO O| Aug 27 01:03:51.539 INFO O| Finalize: Updating package cache ... Done
42332026-08-27T01:03:53.073Z[verify-libraries] Compiling argon2 v0.5.3
42342026-08-27T01:03:53.124Z[verify-libraries] Compiling parse-display v0.10.0
42352026-08-27T01:03:53.124Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42362026-08-27T01:03:53.181Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42372026-08-27T01:03:53.209Z[ recovery-image] Aug 27 01:03:51.834 INFO O| Aug 27 01:03:51.834 INFO STEP 6 (pkg_change_variant) COMPLETE
42382026-08-27T01:03:53.209Z[ recovery-image] Aug 27 01:03:51.834 INFO O| Aug 27 01:03:51.834 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42392026-08-27T01:03:53.209Z[ recovery-image] Aug 27 01:03:51.834 INFO O| Aug 27 01:03:51.834 INFO skip step because feature "debug_variant" is not enabled
42402026-08-27T01:03:53.212Z[ recovery-image] Aug 27 01:03:51.834 INFO O| Aug 27 01:03:51.834 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-08-27T01:03:53.232Z[verify-libraries] Compiling glob v0.3.3
42422026-08-27T01:03:53.379Z[verify-libraries] Compiling usdt-macro v0.5.0
42432026-08-27T01:03:53.420Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42442026-08-27T01:03:53.480Z[verify-libraries] Compiling typify-impl v0.6.2
42452026-08-27T01:03:53.530Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42462026-08-27T01:03:53.535Z[ recovery-image] Aug 27 01:03:52.156 INFO O| Aug 27 01:03:52.156 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42472026-08-27T01:03:53.632Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42482026-08-27T01:03:53.743Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42492026-08-27T01:03:53.807Z[ host-image] Aug 27 01:03:52.433 INFO O| Aug 27 01:03:52.433 INFO O| Planning: Planning completed in 7.38 seconds
42502026-08-27T01:03:53.810Z[ host-image] Aug 27 01:03:52.435 INFO O| Aug 27 01:03:52.435 INFO O| Packages to install: 130
42512026-08-27T01:03:53.810Z[ host-image] Aug 27 01:03:52.435 INFO O| Aug 27 01:03:52.435 INFO O| Mediators to change: 5
42522026-08-27T01:03:53.810Z[ host-image] Aug 27 01:03:52.435 INFO O| Aug 27 01:03:52.435 INFO O| Services to change: 6
42532026-08-27T01:03:53.841Z[ host-image] Aug 27 01:03:52.467 INFO O| Aug 27 01:03:52.467 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42542026-08-27T01:03:53.862Z[verify-libraries] Compiling vsss-rs v3.3.4
42552026-08-27T01:03:53.907Z[verify-libraries] Compiling memmap v0.7.0
42562026-08-27T01:03:54.038Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42572026-08-27T01:03:54.087Z[verify-libraries] Compiling heapless v0.8.0
42582026-08-27T01:03:54.179Z[verify-libraries] Compiling proc-macro-error v1.0.4
42592026-08-27T01:03:54.301Z[verify-libraries] Compiling ingot-macros v0.2.0
42602026-08-27T01:03:54.340Z[verify-libraries] Compiling tabwriter v1.4.1
42612026-08-27T01:03:54.439Z[verify-libraries] Compiling hash32 v0.3.1
42622026-08-27T01:03:54.470Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42632026-08-27T01:03:54.615Z[verify-libraries] Compiling smoltcp v0.11.0
42642026-08-27T01:03:54.652Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42652026-08-27T01:03:54.679Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42662026-08-27T01:03:54.720Z[verify-libraries] Compiling cobs v0.3.0
42672026-08-27T01:03:54.724Z[verify-libraries] Compiling colored v3.1.1
42682026-08-27T01:03:54.778Z[verify-libraries] Compiling num_enum_derive v0.7.6
42692026-08-27T01:03:54.871Z[verify-libraries] Compiling usdt v0.5.0
42702026-08-27T01:03:54.877Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42712026-08-27T01:03:54.924Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42722026-08-27T01:03:54.977Z[verify-libraries] Compiling postcard v1.1.3
42732026-08-27T01:03:55.013Z[verify-libraries] Compiling rayon v1.11.0
42742026-08-27T01:03:55.115Z[verify-libraries] Compiling rand v0.10.1
42752026-08-27T01:03:55.192Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42762026-08-27T01:03:55.234Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42772026-08-27T01:03:55.235Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42782026-08-27T01:03:55.235Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42792026-08-27T01:03:55.354Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42802026-08-27T01:03:55.423Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42812026-08-27T01:03:55.611Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42822026-08-27T01:03:55.663Z[verify-libraries] Compiling num_enum_derive v0.5.11
42832026-08-27T01:03:55.690Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42842026-08-27T01:03:55.766Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42852026-08-27T01:03:55.813Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42862026-08-27T01:03:55.895Z[verify-libraries] Compiling cstr-argument v0.1.2
42872026-08-27T01:03:55.943Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42882026-08-27T01:03:56.000Z[ recovery-image] Aug 27 01:03:54.624 INFO O| Aug 27 01:03:54.623 INFO O| Startup: Refreshing catalog 'helios' ... Done
42892026-08-27T01:03:56.005Z[verify-libraries] Compiling foreign-types v0.5.0
42902026-08-27T01:03:56.036Z[verify-libraries] Compiling num_enum v0.7.6
42912026-08-27T01:03:56.061Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42922026-08-27T01:03:56.091Z[verify-libraries] Compiling sigpipe v0.1.3
42932026-08-27T01:03:56.123Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42942026-08-27T01:03:56.170Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42952026-08-27T01:03:56.224Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42962026-08-27T01:03:56.224Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42972026-08-27T01:03:56.305Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42982026-08-27T01:03:56.340Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42992026-08-27T01:03:56.394Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43002026-08-27T01:03:56.444Z[verify-libraries] Compiling itertools v0.12.1
43012026-08-27T01:03:56.459Z[ recovery-image] Aug 27 01:03:55.085 INFO O| Aug 27 01:03:55.085 INFO O| Startup: Caching catalogs ... Done
43022026-08-27T01:03:56.476Z[ recovery-image] Aug 27 01:03:55.102 INFO O| Aug 27 01:03:55.101 INFO O| Planning: Planning completed in 0.00 seconds
43032026-08-27T01:03:56.483Z[ recovery-image] Aug 27 01:03:55.102 INFO O| Aug 27 01:03:55.102 INFO O| Planning: Consolidating action changes ... Done
43042026-08-27T01:03:56.483Z[ recovery-image] Aug 27 01:03:55.102 INFO O| Aug 27 01:03:55.102 INFO O| Planning: Evaluating mediators ... Done
43052026-08-27T01:03:56.483Z[ recovery-image] Aug 27 01:03:55.102 INFO O| Aug 27 01:03:55.102 INFO O| Planning: Planning completed in 0.00 seconds
43062026-08-27T01:03:56.486Z[ recovery-image] Aug 27 01:03:55.105 INFO O| Aug 27 01:03:55.104 INFO O| Variants/Facets to change: 1
43072026-08-27T01:03:56.492Z[ recovery-image] Aug 27 01:03:55.113 INFO O| Aug 27 01:03:55.113 INFO O| Finalize: Updating package state database ... Done
43082026-08-27T01:03:56.492Z[ recovery-image] Aug 27 01:03:55.113 INFO O| Aug 27 01:03:55.113 INFO O| Finalize: Updating package cache ... Done
43092026-08-27T01:03:56.496Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43102026-08-27T01:03:56.528Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43112026-08-27T01:03:56.532Z[verify-libraries] Compiling toml v0.8.23
43122026-08-27T01:03:56.574Z[ recovery-image] Aug 27 01:03:55.197 INFO O| Aug 27 01:03:55.196 INFO O| Finalize: Updating image state ... Done
43132026-08-27T01:03:56.588Z[ recovery-image] Aug 27 01:03:55.214 INFO O| Aug 27 01:03:55.214 INFO O| Finalize: Creating fast lookup database ... Done
43142026-08-27T01:03:56.591Z[ recovery-image] Aug 27 01:03:55.215 INFO O| Aug 27 01:03:55.215 INFO O| Finalize: Reading search index ... Done
43152026-08-27T01:03:56.591Z[ recovery-image] Aug 27 01:03:55.215 INFO O| Aug 27 01:03:55.215 INFO O| Finalize: Updating search index ... Done
43162026-08-27T01:03:56.591Z[ recovery-image] Aug 27 01:03:55.216 INFO O| Aug 27 01:03:55.216 INFO O| Finalize: Updating package cache ... Done
43172026-08-27T01:03:56.612Z[verify-libraries] Compiling smf v0.2.3
43182026-08-27T01:03:56.672Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43192026-08-27T01:03:56.783Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43202026-08-27T01:03:56.900Z[verify-libraries] Compiling num_enum v0.5.11
43212026-08-27T01:03:56.935Z[ recovery-image] Aug 27 01:03:55.552 INFO O| Aug 27 01:03:55.552 INFO STEP 8 (pkg_change_facet) COMPLETE
43222026-08-27T01:03:56.935Z[ recovery-image] Aug 27 01:03:55.553 INFO O| Aug 27 01:03:55.552 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43232026-08-27T01:03:57.001Z[verify-libraries] Compiling whoami v1.6.1
43242026-08-27T01:03:57.027Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43252026-08-27T01:03:57.122Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43262026-08-27T01:03:57.129Z[verify-libraries] Compiling derive-where v1.6.0
43272026-08-27T01:03:57.129Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43282026-08-27T01:03:57.211Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43292026-08-27T01:03:57.244Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43302026-08-27T01:03:57.285Z[ recovery-image] Aug 27 01:03:55.909 INFO O| Aug 27 01:03:55.909 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43312026-08-27T01:03:57.330Z[verify-libraries] Compiling gethostname v0.5.0
43322026-08-27T01:03:57.366Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43332026-08-27T01:03:57.403Z[verify-libraries] Compiling newline-converter v0.3.0
43342026-08-27T01:03:57.458Z[verify-libraries] Compiling console v0.15.11
43352026-08-27T01:03:57.507Z[verify-libraries] Compiling resolv-conf v0.7.6
43362026-08-27T01:03:57.539Z[verify-libraries] Compiling ingot-types v0.2.0
43372026-08-27T01:03:57.572Z[verify-libraries] Compiling linear-map v1.2.0
43382026-08-27T01:03:57.605Z[verify-libraries] Compiling num-rational v0.4.2
43392026-08-27T01:03:57.639Z[verify-libraries] Compiling num-complex v0.4.6
43402026-08-27T01:03:57.712Z[verify-libraries] Compiling zone v0.3.1
43412026-08-27T01:03:57.799Z[verify-libraries] Compiling slog-dtrace v0.3.0
43422026-08-27T01:03:57.877Z[verify-libraries] Compiling expectorate v1.2.0
43432026-08-27T01:03:57.934Z[verify-libraries] Compiling prettyplease v0.2.37
43442026-08-27T01:03:58.048Z[verify-libraries] Compiling ingot v0.2.1
43452026-08-27T01:03:58.107Z[verify-libraries] Compiling num v0.4.3
43462026-08-27T01:03:58.131Z[verify-libraries] Compiling float-ord v0.3.2
43472026-08-27T01:03:58.134Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43482026-08-27T01:03:58.151Z[verify-libraries] Compiling linked-hash-map v0.5.6
43492026-08-27T01:03:58.197Z[verify-libraries] Compiling hickory-proto v0.24.4
43502026-08-27T01:03:58.271Z[verify-libraries] Compiling minimal-lexical v0.2.1
43512026-08-27T01:03:58.311Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43522026-08-27T01:03:58.368Z[verify-libraries] Compiling lru-cache v0.1.2
43532026-08-27T01:03:58.372Z[verify-libraries] Compiling typify-macro v0.6.2
43542026-08-27T01:03:58.418Z[verify-libraries] Compiling unicode-xid v0.2.6
43552026-08-27T01:03:58.470Z[verify-libraries] Compiling tabled_derive v0.7.0
43562026-08-27T01:03:58.556Z[verify-libraries] Compiling nom v7.1.3
43572026-08-27T01:03:58.603Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43582026-08-27T01:03:58.650Z[verify-libraries] Compiling fd-lock v4.0.4
43592026-08-27T01:03:58.653Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43602026-08-27T01:03:58.730Z[verify-libraries] Compiling vte v0.14.1
43612026-08-27T01:03:58.825Z[verify-libraries] Compiling display-error-chain v0.2.2
43622026-08-27T01:03:58.868Z[ host-image] Aug 27 01:03:57.494 INFO O| Aug 27 01:03:57.494 INFO O| Download: 10947/23888 items 96.4/222.8MB 43% complete (19.2M/s)
43632026-08-27T01:03:58.982Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43642026-08-27T01:03:59.034Z[verify-libraries] Compiling crossterm v0.29.0
43652026-08-27T01:03:59.085Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43662026-08-27T01:03:59.088Z[verify-libraries] Compiling stacker v0.1.23
43672026-08-27T01:03:59.280Z[verify-libraries] Compiling cfg_aliases v0.1.1
43682026-08-27T01:03:59.348Z[verify-libraries] Compiling reedline v0.40.0
43692026-08-27T01:03:59.409Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43702026-08-27T01:03:59.449Z[verify-libraries] Compiling nix v0.28.0
43712026-08-27T01:03:59.578Z[verify-libraries] Compiling psm v0.1.30
43722026-08-27T01:03:59.629Z[verify-libraries] Compiling tabled v0.15.0
43732026-08-27T01:03:59.635Z[ recovery-image] Aug 27 01:03:58.260 INFO O| Aug 27 01:03:58.260 INFO O| Startup: Refreshing catalog 'helios' ... Done
43742026-08-27T01:03:59.667Z[verify-libraries] Compiling semver v0.1.20
43752026-08-27T01:03:59.702Z[verify-libraries] Compiling termtree v0.5.1
43762026-08-27T01:03:59.753Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43772026-08-27T01:03:59.918Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43782026-08-27T01:04:00.045Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43792026-08-27T01:04:00.146Z[verify-libraries] Compiling rustc_version v0.1.7
43802026-08-27T01:04:00.171Z[verify-libraries] Compiling phf_shared v0.12.1
43812026-08-27T01:04:00.234Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43822026-08-27T01:04:00.276Z[verify-libraries] Compiling nibble_vec v0.1.0
43832026-08-27T01:04:00.356Z[verify-libraries] Compiling highway v1.3.0
43842026-08-27T01:04:00.461Z[verify-libraries] Compiling chrono-tz v0.10.4
43852026-08-27T01:04:00.486Z[verify-libraries] Compiling endian-type v0.1.2
43862026-08-27T01:04:00.486Z[verify-libraries] Compiling newtype_derive v0.1.6
43872026-08-27T01:04:00.486Z[verify-libraries] Compiling phf v0.12.1
43882026-08-27T01:04:00.571Z[verify-libraries] Compiling typify v0.6.2
43892026-08-27T01:04:00.571Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43902026-08-27T01:04:00.574Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43912026-08-27T01:04:00.598Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43922026-08-27T01:04:00.644Z[ recovery-image] Aug 27 01:03:59.270 INFO O| Aug 27 01:03:59.270 INFO O| Startup: Caching catalogs ... Done
43932026-08-27T01:04:00.664Z[ recovery-image] Aug 27 01:03:59.287 INFO O| Aug 27 01:03:59.287 INFO O| Planning: Planning completed in 0.00 seconds
43942026-08-27T01:04:00.664Z[ recovery-image] Aug 27 01:03:59.287 INFO O| Aug 27 01:03:59.287 INFO O| Planning: Consolidating action changes ... Done
43952026-08-27T01:04:00.664Z[ recovery-image] Aug 27 01:03:59.287 INFO O| Aug 27 01:03:59.287 INFO O| Planning: Evaluating mediators ... Done
43962026-08-27T01:04:00.664Z[ recovery-image] Aug 27 01:03:59.287 INFO O| Aug 27 01:03:59.287 INFO O| Planning: Planning completed in 0.00 seconds
43972026-08-27T01:04:00.664Z[ recovery-image] Aug 27 01:03:59.287 INFO O| Aug 27 01:03:59.287 INFO O| Variants/Facets to change: 1
43982026-08-27T01:04:00.672Z[ recovery-image] Aug 27 01:03:59.298 INFO O| Aug 27 01:03:59.297 INFO O| Finalize: Updating package state database ... Done
43992026-08-27T01:04:00.672Z[ recovery-image] Aug 27 01:03:59.298 INFO O| Aug 27 01:03:59.297 INFO O| Finalize: Updating package cache ... Done
44002026-08-27T01:04:00.693Z[verify-libraries] Compiling hickory-resolver v0.24.4
44012026-08-27T01:04:00.718Z[verify-libraries] Compiling progenitor-impl v0.14.0
44022026-08-27T01:04:00.745Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44032026-08-27T01:04:00.748Z[verify-libraries] Compiling radix_trie v0.2.1
44042026-08-27T01:04:00.751Z[ recovery-image] Aug 27 01:03:59.376 INFO O| Aug 27 01:03:59.376 INFO O| Finalize: Updating image state ... Done
44052026-08-27T01:04:00.766Z[ recovery-image] Aug 27 01:03:59.392 INFO O| Aug 27 01:03:59.391 INFO O| Finalize: Creating fast lookup database ... Done
44062026-08-27T01:04:00.769Z[ recovery-image] Aug 27 01:03:59.392 INFO O| Aug 27 01:03:59.392 INFO O| Finalize: Reading search index ... Done
44072026-08-27T01:04:00.769Z[ recovery-image] Aug 27 01:03:59.392 INFO O| Aug 27 01:03:59.392 INFO O| Finalize: Updating search index ... Done
44082026-08-27T01:04:00.769Z[ recovery-image] Aug 27 01:03:59.393 INFO O| Aug 27 01:03:59.393 INFO O| Finalize: Updating package cache ... Done
44092026-08-27T01:04:00.845Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44102026-08-27T01:04:01.063Z[ recovery-image] Aug 27 01:03:59.689 INFO O| Aug 27 01:03:59.688 INFO STEP 9 (pkg_change_facet) COMPLETE
44112026-08-27T01:04:01.063Z[ recovery-image] Aug 27 01:03:59.689 INFO O| Aug 27 01:03:59.688 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44122026-08-27T01:04:01.152Z[verify-libraries] Compiling recursive v0.1.1
44132026-08-27T01:04:01.318Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44142026-08-27T01:04:01.385Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44152026-08-27T01:04:01.393Z[ recovery-image] Aug 27 01:04:00.017 INFO O| Aug 27 01:04:00.017 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44162026-08-27T01:04:01.660Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44172026-08-27T01:04:01.770Z[verify-libraries] Compiling qorb v0.4.1
44182026-08-27T01:04:01.825Z[verify-libraries] Compiling peg-macros v0.8.5
44192026-08-27T01:04:02.272Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44202026-08-27T01:04:02.338Z[verify-libraries] Compiling csv-core v0.1.13
44212026-08-27T01:04:02.374Z[verify-libraries] Compiling winnow v0.6.26
44222026-08-27T01:04:02.378Z[verify-libraries] Compiling unicode_categories v0.1.1
44232026-08-27T01:04:02.462Z[verify-libraries] Compiling home v0.5.12
44242026-08-27T01:04:02.710Z[verify-libraries] Compiling rustyline v14.0.0
44252026-08-27T01:04:02.755Z[verify-libraries] Compiling csv v1.4.0
44262026-08-27T01:04:02.758Z[verify-libraries] Compiling const_format v0.2.35
44272026-08-27T01:04:03.003Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44282026-08-27T01:04:03.104Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44292026-08-27T01:04:03.154Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44302026-08-27T01:04:03.192Z[verify-libraries] Compiling bcs v0.1.6
44312026-08-27T01:04:03.251Z[verify-libraries] Compiling sqlparser v0.61.0
44322026-08-27T01:04:03.367Z[verify-libraries] Compiling peg v0.8.5
44332026-08-27T01:04:03.438Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44342026-08-27T01:04:03.510Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44352026-08-27T01:04:03.549Z[verify-libraries] Compiling progenitor-macro v0.14.0
44362026-08-27T01:04:03.552Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44372026-08-27T01:04:03.574Z[verify-libraries] Compiling nom v8.0.0
44382026-08-27T01:04:03.679Z[ recovery-image] Aug 27 01:04:02.305 INFO O| Aug 27 01:04:02.304 INFO O| Startup: Refreshing catalog 'helios' ... Done
44392026-08-27T01:04:03.731Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44402026-08-27T01:04:03.868Z[ host-image] Aug 27 01:04:02.494 INFO O| Aug 27 01:04:02.494 INFO O| Download: 21177/23888 items 182.0/222.8MB 81% complete (18.2M/s)
44412026-08-27T01:04:03.972Z[verify-libraries] Compiling sqlformat v0.3.5
44422026-08-27T01:04:03.997Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44432026-08-27T01:04:04.051Z[verify-libraries] Compiling steno v0.4.1
44442026-08-27T01:04:04.110Z[verify-libraries] Compiling sha1 v0.10.6
44452026-08-27T01:04:04.207Z[ recovery-image] Aug 27 01:04:02.832 INFO O| Aug 27 01:04:02.832 INFO O| Startup: Caching catalogs ... Done
44462026-08-27T01:04:04.223Z[ recovery-image] Aug 27 01:04:02.849 INFO O| Aug 27 01:04:02.849 INFO O| Planning: Planning completed in 0.00 seconds
44472026-08-27T01:04:04.226Z[ recovery-image] Aug 27 01:04:02.849 INFO O| Aug 27 01:04:02.849 INFO O| Planning: Consolidating action changes ... Done
44482026-08-27T01:04:04.226Z[ recovery-image] Aug 27 01:04:02.849 INFO O| Aug 27 01:04:02.849 INFO O| Planning: Evaluating mediators ... Done
44492026-08-27T01:04:04.226Z[ recovery-image] Aug 27 01:04:02.850 INFO O| Aug 27 01:04:02.849 INFO O| Planning: Planning completed in 0.00 seconds
44502026-08-27T01:04:04.226Z[ recovery-image] Aug 27 01:04:02.850 INFO O| Aug 27 01:04:02.850 INFO O| Variants/Facets to change: 1
44512026-08-27T01:04:04.235Z[ recovery-image] Aug 27 01:04:02.861 INFO O| Aug 27 01:04:02.861 INFO O| Finalize: Updating package state database ... Done
44522026-08-27T01:04:04.235Z[ recovery-image] Aug 27 01:04:02.861 INFO O| Aug 27 01:04:02.861 INFO O| Finalize: Updating package cache ... Done
44532026-08-27T01:04:04.351Z[ recovery-image] Aug 27 01:04:02.977 INFO O| Aug 27 01:04:02.977 INFO O| Finalize: Updating image state ... Done
44542026-08-27T01:04:04.368Z[ recovery-image] Aug 27 01:04:02.994 INFO O| Aug 27 01:04:02.993 INFO O| Finalize: Creating fast lookup database ... Done
44552026-08-27T01:04:04.371Z[ recovery-image] Aug 27 01:04:02.994 INFO O| Aug 27 01:04:02.994 INFO O| Finalize: Reading search index ... Done
44562026-08-27T01:04:04.371Z[ recovery-image] Aug 27 01:04:02.994 INFO O| Aug 27 01:04:02.994 INFO O| Finalize: Updating search index ... Done
44572026-08-27T01:04:04.371Z[ recovery-image] Aug 27 01:04:02.995 INFO O| Aug 27 01:04:02.995 INFO O| Finalize: Updating package cache ... Done
44582026-08-27T01:04:04.444Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44592026-08-27T01:04:04.535Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44602026-08-27T01:04:04.691Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44612026-08-27T01:04:04.727Z[verify-libraries] Compiling tagptr v0.2.0
44622026-08-27T01:04:04.770Z[ recovery-image] Aug 27 01:04:03.396 INFO O| Aug 27 01:04:03.396 INFO STEP 10 (pkg_change_facet) COMPLETE
44632026-08-27T01:04:04.770Z[ recovery-image] Aug 27 01:04:03.396 INFO O| Aug 27 01:04:03.396 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-08-27T01:04:04.781Z[ recovery-image] Aug 27 01:04:03.407 INFO O| Aug 27 01:04:03.407 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44652026-08-27T01:04:04.809Z[verify-libraries] Compiling utf-8 v0.7.6
44662026-08-27T01:04:04.869Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44672026-08-27T01:04:04.906Z[verify-libraries] Compiling moka v0.12.13
44682026-08-27T01:04:04.942Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44692026-08-27T01:04:05.092Z[verify-libraries] Compiling tungstenite v0.21.0
44702026-08-27T01:04:05.166Z[verify-libraries] Compiling libefi-sys v0.1.0
44712026-08-27T01:04:05.191Z[verify-libraries] Compiling bitfield-struct v0.6.2
44722026-08-27T01:04:05.214Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44732026-08-27T01:04:05.242Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44742026-08-27T01:04:05.291Z[verify-libraries] Compiling xshell-macros v0.2.7
44752026-08-27T01:04:05.655Z[verify-libraries] Compiling libscf-sys v1.2.0
44762026-08-27T01:04:05.695Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44772026-08-27T01:04:05.711Z[ host-image] Aug 27 01:04:04.337 INFO O| Aug 27 01:04:04.336 INFO O| Download: Completed 222.83 MB in 11.87 seconds (18.7M/s)
44782026-08-27T01:04:05.750Z[verify-libraries] Compiling hickory-resolver v0.25.2
44792026-08-27T01:04:05.771Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44802026-08-27T01:04:05.805Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44812026-08-27T01:04:05.851Z[verify-libraries] Compiling xshell v0.2.7
44822026-08-27T01:04:05.924Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44832026-08-27T01:04:05.986Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44842026-08-27T01:04:06.063Z[verify-libraries] Compiling papergrid v0.18.0
44852026-08-27T01:04:06.075Z[ host-image] Aug 27 01:04:04.701 INFO O| Aug 27 01:04:04.701 INFO O| Actions: 1/54182 actions (Installing new actions)
44862026-08-27T01:04:06.123Z[verify-libraries] Compiling sha2 v0.11.0
44872026-08-27T01:04:06.218Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44882026-08-27T01:04:06.333Z[verify-libraries] Compiling subprocess v0.2.15
44892026-08-27T01:04:06.387Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44902026-08-27T01:04:06.391Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44912026-08-27T01:04:06.554Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44922026-08-27T01:04:06.621Z[verify-libraries] Compiling headers-core v0.3.0
44932026-08-27T01:04:06.797Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44942026-08-27T01:04:07.021Z[verify-libraries] Compiling unicase v2.9.0
44952026-08-27T01:04:07.136Z[verify-libraries] Compiling headers v0.4.1
44962026-08-27T01:04:07.186Z[verify-libraries] Compiling darling_core v0.21.3
44972026-08-27T01:04:07.217Z[ recovery-image] Aug 27 01:04:05.843 INFO O| Aug 27 01:04:05.843 INFO O| Startup: Refreshing catalog 'helios' ... Done
44982026-08-27T01:04:07.270Z[verify-libraries] Compiling tabled v0.21.0
44992026-08-27T01:04:07.547Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45002026-08-27T01:04:07.651Z[verify-libraries] Compiling maplit v1.0.2
45012026-08-27T01:04:07.709Z[ recovery-image] Aug 27 01:04:06.335 INFO O| Aug 27 01:04:06.335 INFO O| Startup: Caching catalogs ... Done
45022026-08-27T01:04:07.799Z[verify-libraries] Compiling crc8 v0.1.1
45032026-08-27T01:04:07.913Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45042026-08-27T01:04:07.989Z[verify-libraries] Compiling yasna v0.5.2
45052026-08-27T01:04:07.993Z[verify-libraries] Compiling vergen-lib v0.1.6
45062026-08-27T01:04:08.094Z[verify-libraries] Compiling diesel_derives v2.3.7
45072026-08-27T01:04:08.097Z[verify-libraries] Compiling port-file v0.1.0
45082026-08-27T01:04:08.203Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45092026-08-27T01:04:08.460Z[verify-libraries] Compiling rcgen v0.12.1
45102026-08-27T01:04:08.505Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45112026-08-27T01:04:08.529Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45122026-08-27T01:04:08.532Z[verify-libraries] Compiling half v1.8.3
45132026-08-27T01:04:08.726Z[verify-libraries] Compiling r2d2 v0.8.10
45142026-08-27T01:04:08.832Z[verify-libraries] Compiling serde_cbor v0.11.2
45152026-08-27T01:04:09.047Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45162026-08-27T01:04:09.082Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45172026-08-27T01:04:09.142Z[verify-libraries] Compiling downcast-rs v2.0.2
45182026-08-27T01:04:09.246Z[verify-libraries] Compiling progenitor v0.14.0
45192026-08-27T01:04:09.363Z[verify-libraries] Compiling crunchy v0.2.4
45202026-08-27T01:04:09.463Z[verify-libraries] Compiling cpubits v0.1.1
45212026-08-27T01:04:09.492Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45222026-08-27T01:04:09.534Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45232026-08-27T01:04:09.584Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45242026-08-27T01:04:09.608Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45252026-08-27T01:04:09.652Z[verify-libraries] Compiling dirs-next v2.0.0
45262026-08-27T01:04:09.835Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45272026-08-27T01:04:09.933Z[verify-libraries] Compiling clang-sys v1.8.1
45282026-08-27T01:04:10.035Z[verify-libraries] Compiling tiny-keccak v2.0.2
45292026-08-27T01:04:10.068Z[verify-libraries] Compiling darling_macro v0.21.3
45302026-08-27T01:04:10.359Z[verify-libraries] Compiling term v0.7.0
45312026-08-27T01:04:10.437Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45322026-08-27T01:04:10.441Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45332026-08-27T01:04:10.441Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45342026-08-27T01:04:10.506Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45352026-08-27T01:04:10.544Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45362026-08-27T01:04:10.653Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45372026-08-27T01:04:10.807Z[verify-libraries] Compiling darling v0.21.3
45382026-08-27T01:04:10.848Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45392026-08-27T01:04:10.903Z[verify-libraries] Compiling bit-vec v0.6.3
45402026-08-27T01:04:10.911Z[ recovery-image] Aug 27 01:04:09.536 INFO O| Aug 27 01:04:09.536 INFO O| Planning: Solver setup ... Done
45412026-08-27T01:04:10.958Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45422026-08-27T01:04:11.044Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45432026-08-27T01:04:11.047Z[verify-libraries] Compiling diff v0.1.13
45442026-08-27T01:04:11.076Z[ host-image] Aug 27 01:04:09.702 INFO O| Aug 27 01:04:09.702 INFO O| Actions: 23231/54182 actions (Installing new actions)
45452026-08-27T01:04:11.080Z[verify-libraries] Compiling ascii-canvas v3.0.0
45462026-08-27T01:04:11.183Z[verify-libraries] Compiling bit-set v0.5.3
45472026-08-27T01:04:11.186Z[ recovery-image] Aug 27 01:04:09.812 INFO O| Aug 27 01:04:09.812 INFO O| Planning: Running solver ... Done
45482026-08-27T01:04:11.240Z[ recovery-image] Aug 27 01:04:09.866 INFO O| Aug 27 01:04:09.866 INFO O| Planning: Finding local manifests ... Done
45492026-08-27T01:04:11.275Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45502026-08-27T01:04:11.284Z[ recovery-image] Aug 27 01:04:09.909 INFO O| Aug 27 01:04:09.909 INFO O| Planning: Fetching manifests: 0/130 0% complete
45512026-08-27T01:04:11.348Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45522026-08-27T01:04:11.407Z[verify-libraries] Compiling itertools v0.10.5
45532026-08-27T01:04:11.407Z[verify-libraries] Compiling ena v0.14.4
45542026-08-27T01:04:11.429Z[verify-libraries] Compiling libloading v0.8.9
45552026-08-27T01:04:11.432Z[verify-libraries] Compiling bindgen v0.71.1
45562026-08-27T01:04:11.452Z[verify-libraries] Compiling regex-syntax v0.6.29
45572026-08-27T01:04:11.744Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45582026-08-27T01:04:11.744Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45592026-08-27T01:04:11.982Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45602026-08-27T01:04:11.985Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45612026-08-27T01:04:12.056Z[verify-libraries] Compiling cexpr v0.6.0
45622026-08-27T01:04:12.189Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45632026-08-27T01:04:12.214Z[verify-libraries] Compiling rustc-hash v2.1.1
45642026-08-27T01:04:12.280Z[verify-libraries] Compiling rfc6979 v0.4.0
45652026-08-27T01:04:12.421Z[verify-libraries] Compiling libxml v0.3.3
45662026-08-27T01:04:12.542Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45672026-08-27T01:04:12.567Z[verify-libraries] Compiling ecdsa v0.16.9
45682026-08-27T01:04:12.655Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45692026-08-27T01:04:12.797Z[verify-libraries] Compiling strum_macros v0.24.3
45702026-08-27T01:04:12.826Z[verify-libraries] Compiling primeorder v0.13.6
45712026-08-27T01:04:12.868Z[verify-libraries] Compiling hashbrown v0.14.5
45722026-08-27T01:04:12.896Z[verify-libraries] Compiling hmac v0.13.0
45732026-08-27T01:04:13.051Z[verify-libraries] Compiling lalrpop v0.19.12
45742026-08-27T01:04:13.134Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45752026-08-27T01:04:13.183Z[verify-libraries] Compiling universal-hash v0.6.1
45762026-08-27T01:04:13.220Z[verify-libraries] Compiling fxhash v0.2.1
45772026-08-27T01:04:13.267Z[verify-libraries] Compiling indoc v1.0.9
45782026-08-27T01:04:13.362Z[verify-libraries] Compiling salty v0.3.0
45792026-08-27T01:04:13.441Z[verify-libraries] Compiling p384 v0.13.1
45802026-08-27T01:04:13.524Z[verify-libraries] Compiling knus-derive v3.4.0
45812026-08-27T01:04:13.565Z[verify-libraries] Compiling chumsky v0.9.3
45822026-08-27T01:04:13.904Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45832026-08-27T01:04:13.941Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45842026-08-27T01:04:14.018Z[ host-image] Aug 27 01:04:12.644 INFO O| Aug 27 01:04:12.643 INFO O| Actions: Completed 54182 actions in 7.94 seconds.
45852026-08-27T01:04:14.119Z[ host-image] Aug 27 01:04:12.745 INFO O| Aug 27 01:04:12.745 INFO O| Finalize: Updating package state database ... Done
45862026-08-27T01:04:14.119Z[ host-image] Aug 27 01:04:12.745 INFO O| Aug 27 01:04:12.745 INFO O| Finalize: Updating package cache ... Done
45872026-08-27T01:04:14.249Z[ host-image] Aug 27 01:04:12.875 INFO O| Aug 27 01:04:12.875 INFO O| Finalize: Updating image state ... Done
45882026-08-27T01:04:14.260Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45892026-08-27T01:04:14.323Z[verify-libraries] Compiling progenitor-impl v0.13.0
45902026-08-27T01:04:14.498Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45912026-08-27T01:04:14.885Z[verify-libraries] Compiling oso-derive v0.27.3
45922026-08-27T01:04:14.934Z[verify-libraries] Compiling quick-xml v0.37.5
45932026-08-27T01:04:14.998Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45942026-08-27T01:04:15.035Z[ recovery-image] Aug 27 01:04:13.661 INFO O| Aug 27 01:04:13.661 INFO O| Planning: Fetching manifests: 130/130 100% complete
45952026-08-27T01:04:15.206Z[verify-libraries] Compiling openssl-probe v0.1.6
45962026-08-27T01:04:15.268Z[ host-image] Aug 27 01:04:13.894 INFO O| Aug 27 01:04:13.894 INFO O| Finalize: Creating fast lookup database ... Done
45972026-08-27T01:04:15.298Z[ host-image] Aug 27 01:04:13.923 INFO O| Aug 27 01:04:13.923 INFO O| Finalize: Reading search index ... Done
45982026-08-27T01:04:15.504Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45992026-08-27T01:04:15.590Z[ recovery-image] Aug 27 01:04:14.216 INFO O| Aug 27 01:04:14.215 INFO O| Planning: Package planning ... Done
46002026-08-27T01:04:15.679Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46012026-08-27T01:04:15.739Z[ recovery-image] Aug 27 01:04:14.365 INFO O| Aug 27 01:04:14.365 INFO O| Planning: Merging actions ... Done
46022026-08-27T01:04:16.071Z[ recovery-image] Aug 27 01:04:14.697 INFO O| Aug 27 01:04:14.697 INFO O| Planning: Checking for conflicting actions ... Done
46032026-08-27T01:04:16.127Z[ recovery-image] Aug 27 01:04:14.752 INFO O| Aug 27 01:04:14.752 INFO O| Planning: Consolidating action changes ... Done
46042026-08-27T01:04:16.313Z[ recovery-image] Aug 27 01:04:14.937 INFO O| Aug 27 01:04:14.936 INFO O| Planning: Evaluating mediators ... Done
46052026-08-27T01:04:16.482Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46062026-08-27T01:04:16.681Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46072026-08-27T01:04:16.993Z[verify-libraries] Compiling knus v3.4.0
46082026-08-27T01:04:17.573Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46092026-08-27T01:04:17.605Z[verify-libraries] Compiling diesel v2.3.7
46102026-08-27T01:04:17.650Z[verify-libraries] Compiling progenitor-macro v0.13.0
46112026-08-27T01:04:17.759Z[ recovery-image] Aug 27 01:04:16.384 INFO O| Aug 27 01:04:16.384 INFO O| Planning: Planning completed in 10.01 seconds
46122026-08-27T01:04:17.763Z[ recovery-image] Aug 27 01:04:16.386 INFO O| Aug 27 01:04:16.386 INFO O| Packages to install: 130
46132026-08-27T01:04:17.763Z[ recovery-image] Aug 27 01:04:16.386 INFO O| Aug 27 01:04:16.386 INFO O| Mediators to change: 5
46142026-08-27T01:04:17.763Z[ recovery-image] Aug 27 01:04:16.386 INFO O| Aug 27 01:04:16.386 INFO O| Services to change: 5
46152026-08-27T01:04:17.790Z[ recovery-image] Aug 27 01:04:16.416 INFO O| Aug 27 01:04:16.416 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46162026-08-27T01:04:17.887Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46172026-08-27T01:04:18.062Z[ host-image] Aug 27 01:04:16.688 INFO O| Aug 27 01:04:16.688 INFO O| Finalize: Building new search index ... Done
46182026-08-27T01:04:18.331Z[verify-libraries] Compiling polyval v0.7.1
46192026-08-27T01:04:18.487Z[verify-libraries] Compiling der v0.8.0
46202026-08-27T01:04:18.531Z[ host-image] Aug 27 01:04:17.157 INFO O| Aug 27 01:04:17.157 INFO O| Finalize: Updating package cache ... Done
46212026-08-27T01:04:18.654Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46222026-08-27T01:04:18.927Z[ host-image] Aug 27 01:04:17.553 INFO O| Aug 27 01:04:17.553 INFO STEP 11 (pkg_install) COMPLETE
46232026-08-27T01:04:18.927Z[ host-image] Aug 27 01:04:17.553 INFO O| Aug 27 01:04:17.553 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46242026-08-27T01:04:18.940Z[ host-image] Aug 27 01:04:17.565 INFO O| Aug 27 01:04:17.564 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"]
46252026-08-27T01:04:19.057Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46262026-08-27T01:04:19.370Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46272026-08-27T01:04:19.845Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46282026-08-27T01:04:19.882Z[verify-libraries] Compiling progenitor-client v0.13.0
46292026-08-27T01:04:19.949Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46302026-08-27T01:04:20.149Z[verify-libraries] Compiling git-stub v1.0.0
46312026-08-27T01:04:20.279Z[verify-libraries] Compiling kstat-rs v0.2.5
46322026-08-27T01:04:20.491Z[verify-libraries] Compiling trait-variant v0.1.2
46332026-08-27T01:04:20.640Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46342026-08-27T01:04:20.840Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46352026-08-27T01:04:20.869Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46362026-08-27T01:04:20.943Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46372026-08-27T01:04:21.117Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46382026-08-27T01:04:21.434Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46392026-08-27T01:04:21.520Z[verify-libraries] Compiling ghash v0.6.0
46402026-08-27T01:04:21.665Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46412026-08-27T01:04:21.750Z[verify-libraries] Compiling pbkdf2 v0.13.0
46422026-08-27T01:04:21.767Z[verify-libraries] Compiling aes v0.9.1
46432026-08-27T01:04:21.931Z[verify-libraries] Compiling crypto-bigint v0.7.5
46442026-08-27T01:04:21.954Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46452026-08-27T01:04:22.023Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46462026-08-27T01:04:22.117Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46472026-08-27T01:04:22.341Z[verify-libraries] Compiling ctr v0.10.1
46482026-08-27T01:04:22.505Z[verify-libraries] Compiling aead v0.6.1
46492026-08-27T01:04:22.768Z[verify-libraries] Compiling bb8 v0.8.6
46502026-08-27T01:04:22.790Z[ recovery-image] Aug 27 01:04:21.416 INFO O| Aug 27 01:04:21.416 INFO O| Download: 9282/16682 items 91.0/200.0MB 45% complete (18.2M/s)
46512026-08-27T01:04:22.830Z[verify-libraries] Compiling parking_lot_core v0.8.6
46522026-08-27T01:04:22.962Z[verify-libraries] Compiling aes-gcm v0.11.0
46532026-08-27T01:04:23.084Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46542026-08-27T01:04:23.173Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46552026-08-27T01:04:23.300Z[verify-libraries] Compiling spki v0.8.0
46562026-08-27T01:04:23.377Z[verify-libraries] Compiling mime_guess v2.0.5
46572026-08-27T01:04:23.526Z[verify-libraries] Compiling progenitor v0.13.0
46582026-08-27T01:04:23.612Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46592026-08-27T01:04:23.720Z[verify-libraries] Compiling salsa20 v0.11.0
46602026-08-27T01:04:23.817Z[verify-libraries] Compiling nanorand v0.7.0
46612026-08-27T01:04:23.878Z[ host-image] Aug 27 01:04:22.503 INFO O| Aug 27 01:04:22.503 INFO O| Startup: Refreshing catalog 'helios' ... Done
46622026-08-27T01:04:24.012Z[verify-libraries] Compiling scrypt v0.12.0
46632026-08-27T01:04:24.037Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46642026-08-27T01:04:24.154Z[verify-libraries] Compiling flume v0.11.1
46652026-08-27T01:04:24.267Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46662026-08-27T01:04:24.270Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46672026-08-27T01:04:24.331Z[ host-image] Aug 27 01:04:22.957 INFO O| Aug 27 01:04:22.957 INFO O| Startup: Caching catalogs ... Done
46682026-08-27T01:04:24.456Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46692026-08-27T01:04:24.566Z[verify-libraries] Compiling cbc v0.2.1
46702026-08-27T01:04:24.601Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46712026-08-27T01:04:24.605Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46722026-08-27T01:04:24.787Z[verify-libraries] Compiling http-range v0.1.5
46732026-08-27T01:04:24.867Z[verify-libraries] Compiling nonempty v0.12.0
46742026-08-27T01:04:24.909Z[verify-libraries] Compiling corncobs v0.1.4
46752026-08-27T01:04:24.998Z[ host-image] Aug 27 01:04:23.624 INFO O| Aug 27 01:04:23.624 INFO O| Planning: Solver setup ... Done
46762026-08-27T01:04:25.002Z[verify-libraries] Compiling pkcs5 v0.8.1
46772026-08-27T01:04:25.006Z[ host-image] Aug 27 01:04:23.629 INFO O| Aug 27 01:04:23.629 INFO O| Planning: Running solver ... Done
46782026-08-27T01:04:25.023Z[ host-image] Aug 27 01:04:23.649 INFO O| Aug 27 01:04:23.648 INFO O| Planning: Finding local manifests ... Done
46792026-08-27T01:04:25.055Z[ host-image] Aug 27 01:04:23.681 INFO O| Aug 27 01:04:23.681 INFO O| Planning: Fetching manifests: 0/6 0% complete
46802026-08-27T01:04:25.064Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46812026-08-27T01:04:25.099Z[verify-libraries] Compiling parking_lot v0.11.2
46822026-08-27T01:04:25.113Z[ host-image] Aug 27 01:04:23.739 INFO O| Aug 27 01:04:23.739 INFO O| Planning: Fetching manifests: 6/6 100% complete
46832026-08-27T01:04:25.139Z[ host-image] Aug 27 01:04:23.763 INFO O| Aug 27 01:04:23.763 INFO O| Planning: Package planning ... Done
46842026-08-27T01:04:25.143Z[ host-image] Aug 27 01:04:23.765 INFO O| Aug 27 01:04:23.765 INFO O| Planning: Merging actions ... Done
46852026-08-27T01:04:25.173Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46862026-08-27T01:04:25.199Z[ host-image] Aug 27 01:04:23.825 INFO O| Aug 27 01:04:23.825 INFO O| Planning: Checking for conflicting actions ... Done
46872026-08-27T01:04:25.202Z[ host-image] Aug 27 01:04:23.826 INFO O| Aug 27 01:04:23.826 INFO O| Planning: Consolidating action changes ... Done
46882026-08-27T01:04:25.350Z[ host-image] Aug 27 01:04:23.976 INFO O| Aug 27 01:04:23.976 INFO O| Planning: Evaluating mediators ... Done
46892026-08-27T01:04:25.355Z[ host-image] Aug 27 01:04:23.977 INFO O| Aug 27 01:04:23.977 INFO O| Planning: Planning completed in 1.00 seconds
46902026-08-27T01:04:25.356Z[ host-image] Aug 27 01:04:23.978 INFO O| Aug 27 01:04:23.978 INFO O| Packages to install: 6
46912026-08-27T01:04:25.357Z[ host-image] Aug 27 01:04:23.978 INFO O| Aug 27 01:04:23.978 INFO O| Services to change: 2
46922026-08-27T01:04:25.363Z[ host-image] Aug 27 01:04:23.989 INFO O| Aug 27 01:04:23.989 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46932026-08-27T01:04:25.557Z[ host-image] Aug 27 01:04:24.183 INFO O| Aug 27 01:04:24.183 INFO O| Download: Completed 1.76 MB in 0.19 seconds (9.0M/s)
46942026-08-27T01:04:25.588Z[ host-image] Aug 27 01:04:24.214 INFO O| Aug 27 01:04:24.214 INFO O| Actions: 1/391 actions (Installing new actions)
46952026-08-27T01:04:25.593Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46962026-08-27T01:04:25.642Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46972026-08-27T01:04:25.676Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46982026-08-27T01:04:25.701Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46992026-08-27T01:04:25.800Z[verify-libraries] Compiling digest-io v0.1.0
47002026-08-27T01:04:25.805Z[ host-image] Aug 27 01:04:24.431 INFO O| Aug 27 01:04:24.431 INFO O| Actions: Completed 391 actions in 0.22 seconds.
47012026-08-27T01:04:25.847Z[ host-image] Aug 27 01:04:24.473 INFO O| Aug 27 01:04:24.473 INFO O| Finalize: Updating package state database ... Done
47022026-08-27T01:04:25.847Z[ host-image] Aug 27 01:04:24.473 INFO O| Aug 27 01:04:24.473 INFO O| Finalize: Updating package cache ... Done
47032026-08-27T01:04:25.950Z[ host-image] Aug 27 01:04:24.575 INFO O| Aug 27 01:04:24.575 INFO O| Finalize: Updating image state ... Done
47042026-08-27T01:04:25.985Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47052026-08-27T01:04:26.261Z[verify-libraries] Compiling prefix-trie v0.7.0
47062026-08-27T01:04:26.729Z[verify-libraries] Compiling secrecy v0.8.0
47072026-08-27T01:04:26.755Z[verify-libraries] Compiling rawzip v0.4.4
47082026-08-27T01:04:26.903Z[verify-libraries] Compiling hickory-server v0.25.2
47092026-08-27T01:04:27.014Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47102026-08-27T01:04:27.097Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47112026-08-27T01:04:27.106Z[verify-libraries] Compiling pkcs8 v0.11.0
47122026-08-27T01:04:27.106Z[ host-image] Aug 27 01:04:25.677 INFO O| Aug 27 01:04:25.677 INFO O| Finalize: Creating fast lookup database ... Done
47132026-08-27T01:04:27.106Z[ host-image] Aug 27 01:04:25.706 INFO O| Aug 27 01:04:25.706 INFO O| Finalize: Reading search index ... Done
47142026-08-27T01:04:27.108Z[ host-image] Aug 27 01:04:25.706 INFO O| Aug 27 01:04:25.706 INFO O| Finalize: Updating search index ... Done
47152026-08-27T01:04:27.108Z[ host-image] Aug 27 01:04:25.722 INFO O| Aug 27 01:04:25.722 INFO O| Finalize: Updating package cache ... Done
47162026-08-27T01:04:27.379Z[ host-image] Aug 27 01:04:26.005 INFO O| Aug 27 01:04:26.005 INFO STEP 12 (pkg_install) COMPLETE
47172026-08-27T01:04:27.379Z[ host-image] Aug 27 01:04:26.005 INFO O| Aug 27 01:04:26.005 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47182026-08-27T01:04:27.390Z[ host-image] Aug 27 01:04:26.016 INFO O| Aug 27 01:04:26.016 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47192026-08-27T01:04:27.519Z[verify-libraries] Compiling sled v0.34.7
47202026-08-27T01:04:27.558Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47212026-08-27T01:04:27.631Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47222026-08-27T01:04:27.790Z[ recovery-image] Aug 27 01:04:26.416 INFO O| Aug 27 01:04:26.416 INFO O| Download: 16607/16682 items 198.1/200.0MB 99% complete (19.9M/s)
47232026-08-27T01:04:27.799Z[verify-libraries] Compiling ignore v0.4.25
47242026-08-27T01:04:27.826Z[verify-libraries] Compiling anstyle-parse v0.2.7
47252026-08-27T01:04:27.851Z[ recovery-image] Aug 27 01:04:26.476 INFO O| Aug 27 01:04:26.476 INFO O| Download: Completed 200.00 MB in 10.06 seconds (19.8M/s)
47262026-08-27T01:04:27.906Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47272026-08-27T01:04:28.100Z[ recovery-image] Aug 27 01:04:26.724 INFO O| Aug 27 01:04:26.723 INFO O| Actions: 1/27580 actions (Installing new actions)
47282026-08-27T01:04:28.126Z[verify-libraries] Compiling ff v0.14.0
47292026-08-27T01:04:28.174Z[verify-libraries] Compiling anstream v0.6.21
47302026-08-27T01:04:28.367Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47312026-08-27T01:04:28.501Z[verify-libraries] Compiling globwalk v0.9.1
47322026-08-27T01:04:28.592Z[verify-libraries] Compiling predicates-tree v1.0.13
47332026-08-27T01:04:28.821Z[verify-libraries] Compiling libz-sys v1.1.24
47342026-08-27T01:04:28.943Z[verify-libraries] Compiling rand_seeder v0.4.0
47352026-08-27T01:04:28.993Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47362026-08-27T01:04:29.446Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47372026-08-27T01:04:29.506Z[verify-libraries] Compiling group v0.14.0
47382026-08-27T01:04:29.564Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47392026-08-27T01:04:29.736Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47402026-08-27T01:04:29.815Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47412026-08-27T01:04:29.978Z[ host-image] Aug 27 01:04:28.604 INFO O| Aug 27 01:04:28.604 INFO O| Startup: Refreshing catalog 'helios' ... Done
47422026-08-27T01:04:30.021Z[verify-libraries] Compiling signature v3.0.0
47432026-08-27T01:04:30.082Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47442026-08-27T01:04:30.349Z[verify-libraries] Compiling instability v0.3.11
47452026-08-27T01:04:30.456Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47462026-08-27T01:04:30.525Z[verify-libraries] Compiling base16ct v1.0.0
47472026-08-27T01:04:30.563Z[ host-image] Aug 27 01:04:29.188 INFO O| Aug 27 01:04:29.188 INFO O| Startup: Caching catalogs ... Done
47482026-08-27T01:04:30.757Z[verify-libraries] Compiling sec1 v0.8.1
47492026-08-27T01:04:30.803Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47502026-08-27T01:04:30.836Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47512026-08-27T01:04:30.884Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47522026-08-27T01:04:31.212Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47532026-08-27T01:04:31.269Z[ host-image] Aug 27 01:04:29.882 INFO O| Aug 27 01:04:29.882 INFO O| Planning: Solver setup ... Done
47542026-08-27T01:04:31.269Z[verify-libraries] Compiling hkdf v0.13.0
47552026-08-27T01:04:31.269Z[ host-image] Aug 27 01:04:29.887 INFO O| Aug 27 01:04:29.887 INFO O| Planning: Running solver ... Done
47562026-08-27T01:04:31.276Z[ host-image] Aug 27 01:04:29.902 INFO O| Aug 27 01:04:29.901 INFO O| Planning: Finding local manifests ... Done
47572026-08-27T01:04:31.291Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47582026-08-27T01:04:31.313Z[verify-libraries] Compiling scuffle v0.1.0
47592026-08-27T01:04:31.344Z[ host-image] Aug 27 01:04:29.970 INFO O| Aug 27 01:04:29.970 INFO O| Planning: Fetching manifests: 0/6 0% complete
47602026-08-27T01:04:31.466Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47612026-08-27T01:04:31.505Z[ host-image] Aug 27 01:04:30.131 INFO O| Aug 27 01:04:30.131 INFO O| Planning: Fetching manifests: 6/6 100% complete
47622026-08-27T01:04:31.511Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47632026-08-27T01:04:31.514Z[verify-libraries] Compiling castaway v0.2.4
47642026-08-27T01:04:31.532Z[ host-image] Aug 27 01:04:30.158 INFO O| Aug 27 01:04:30.157 INFO O| Planning: Package planning ... Done
47652026-08-27T01:04:31.540Z[ host-image] Aug 27 01:04:30.166 INFO O| Aug 27 01:04:30.166 INFO O| Planning: Merging actions ... Done
47662026-08-27T01:04:31.590Z[ host-image] Aug 27 01:04:30.215 INFO O| Aug 27 01:04:30.215 INFO O| Planning: Checking for conflicting actions ... Done
47672026-08-27T01:04:31.593Z[ host-image] Aug 27 01:04:30.218 INFO O| Aug 27 01:04:30.218 INFO O| Planning: Consolidating action changes ... Done
47682026-08-27T01:04:31.735Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47692026-08-27T01:04:31.740Z[ host-image] Aug 27 01:04:30.363 INFO O| Aug 27 01:04:30.363 INFO O| Planning: Evaluating mediators ... Done
47702026-08-27T01:04:31.740Z[ host-image] Aug 27 01:04:30.366 INFO O| Aug 27 01:04:30.366 INFO O| Planning: Planning completed in 1.16 seconds
47712026-08-27T01:04:31.743Z[ host-image] Aug 27 01:04:30.366 INFO O| Aug 27 01:04:30.366 INFO O| Packages to install: 6
47722026-08-27T01:04:31.743Z[ host-image] Aug 27 01:04:30.366 INFO O| Aug 27 01:04:30.366 INFO O| Mediators to change: 1
47732026-08-27T01:04:31.743Z[ host-image] Aug 27 01:04:30.366 INFO O| Aug 27 01:04:30.366 INFO O| Services to change: 1
47742026-08-27T01:04:31.752Z[ host-image] Aug 27 01:04:30.377 INFO O| Aug 27 01:04:30.377 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47752026-08-27T01:04:31.827Z[verify-libraries] Compiling indoc v2.0.7
47762026-08-27T01:04:32.105Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47772026-08-27T01:04:32.207Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47782026-08-27T01:04:32.442Z[verify-libraries] Compiling compact_str v0.8.1
47792026-08-27T01:04:32.740Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47802026-08-27T01:04:32.824Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47812026-08-27T01:04:32.984Z[ host-image] Aug 27 01:04:31.610 INFO O| Aug 27 01:04:31.610 INFO O| Download: Completed 7.84 MB in 1.23 seconds (6.4M/s)
47822026-08-27T01:04:32.990Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47832026-08-27T01:04:33.099Z[ recovery-image] Aug 27 01:04:31.724 INFO O| Aug 27 01:04:31.724 INFO O| Actions: 27040/27580 actions (Installing new actions)
47842026-08-27T01:04:33.204Z[verify-libraries] Compiling elliptic-curve v0.14.1
47852026-08-27T01:04:33.398Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47862026-08-27T01:04:33.537Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47872026-08-27T01:04:33.573Z[ recovery-image] Aug 27 01:04:32.199 INFO O| Aug 27 01:04:32.199 INFO O| Actions: Completed 27580 actions in 5.47 seconds.
47882026-08-27T01:04:33.652Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47892026-08-27T01:04:33.656Z[ recovery-image] Aug 27 01:04:32.280 INFO O| Aug 27 01:04:32.280 INFO O| Finalize: Updating package state database ... Done
47902026-08-27T01:04:33.656Z[ recovery-image] Aug 27 01:04:32.280 INFO O| Aug 27 01:04:32.280 INFO O| Finalize: Updating package cache ... Done
47912026-08-27T01:04:33.703Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47922026-08-27T01:04:33.797Z[ recovery-image] Aug 27 01:04:32.423 INFO O| Aug 27 01:04:32.423 INFO O| Finalize: Updating image state ... Done
47932026-08-27T01:04:33.852Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47942026-08-27T01:04:34.238Z[verify-libraries] Compiling lru v0.12.5
47952026-08-27T01:04:34.463Z[verify-libraries] Compiling unicode-truncate v1.1.0
47962026-08-27T01:04:34.485Z[verify-libraries] Compiling arc-swap v1.8.2
47972026-08-27T01:04:34.529Z[verify-libraries] Compiling cassowary v0.3.0
47982026-08-27T01:04:34.556Z[ recovery-image] Aug 27 01:04:33.182 INFO O| Aug 27 01:04:33.182 INFO O| Finalize: Creating fast lookup database ... Done
47992026-08-27T01:04:34.574Z[ recovery-image] Aug 27 01:04:33.200 INFO O| Aug 27 01:04:33.200 INFO O| Finalize: Reading search index ... Done
48002026-08-27T01:04:34.624Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48012026-08-27T01:04:34.710Z[verify-libraries] Compiling wnaf v0.14.0
48022026-08-27T01:04:34.869Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48032026-08-27T01:04:34.960Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48042026-08-27T01:04:35.095Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48052026-08-27T01:04:35.146Z[verify-libraries] Compiling ratatui v0.29.0
48062026-08-27T01:04:35.218Z[verify-libraries] Compiling slog-scope v4.4.1
48072026-08-27T01:04:35.456Z[verify-libraries] Compiling primefield v0.14.0
48082026-08-27T01:04:35.523Z[verify-libraries] Compiling rfc6979 v0.6.0
48092026-08-27T01:04:35.742Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48102026-08-27T01:04:35.790Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48112026-08-27T01:04:36.043Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48122026-08-27T01:04:36.115Z[verify-libraries] Compiling vergen-git2 v9.1.0
48132026-08-27T01:04:36.139Z[verify-libraries] Compiling strsim v0.10.0
48142026-08-27T01:04:36.162Z[ recovery-image] Aug 27 01:04:34.787 INFO O| Aug 27 01:04:34.787 INFO O| Finalize: Building new search index ... Done
48152026-08-27T01:04:36.265Z[verify-libraries] Compiling ecdsa v0.17.0
48162026-08-27T01:04:36.317Z[verify-libraries] Compiling primeorder v0.14.0
48172026-08-27T01:04:36.369Z[verify-libraries] Compiling slog-stdlog v4.1.1
48182026-08-27T01:04:36.463Z[ recovery-image] Aug 27 01:04:35.089 INFO O| Aug 27 01:04:35.088 INFO O| Finalize: Updating package cache ... Done
48192026-08-27T01:04:36.563Z[verify-libraries] Compiling darling_core v0.13.4
48202026-08-27T01:04:36.627Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48212026-08-27T01:04:36.772Z[verify-libraries] Compiling tungstenite v0.23.0
48222026-08-27T01:04:36.805Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48232026-08-27T01:04:36.858Z[ recovery-image] Aug 27 01:04:35.483 INFO O| Aug 27 01:04:35.483 INFO STEP 11 (pkg_install) COMPLETE
48242026-08-27T01:04:36.858Z[ recovery-image] Aug 27 01:04:35.483 INFO O| Aug 27 01:04:35.483 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-08-27T01:04:36.858Z[ recovery-image] Aug 27 01:04:35.483 INFO O| Aug 27 01:04:35.483 INFO skip step because feature "recovery" is enabled
48262026-08-27T01:04:36.862Z[ recovery-image] Aug 27 01:04:35.483 INFO O| Aug 27 01:04:35.483 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48272026-08-27T01:04:36.862Z[ recovery-image] Aug 27 01:04:35.483 INFO O| Aug 27 01:04:35.483 INFO skip step because feature "omicron1" is not enabled
48282026-08-27T01:04:36.862Z[ recovery-image] Aug 27 01:04:35.483 INFO O| Aug 27 01:04:35.483 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48292026-08-27T01:04:36.873Z[ recovery-image] Aug 27 01:04:35.499 INFO O| Aug 27 01:04:35.498 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48302026-08-27T01:04:36.888Z[ host-image] Aug 27 01:04:35.514 INFO O| Aug 27 01:04:35.514 INFO O| Actions: 1/1366 actions (Installing new actions)
48312026-08-27T01:04:37.132Z[ host-image] Aug 27 01:04:35.758 INFO O| Aug 27 01:04:35.758 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
48322026-08-27T01:04:37.176Z[ host-image] Aug 27 01:04:35.801 INFO O| Aug 27 01:04:35.801 INFO O| Finalize: Updating package state database ... Done
48332026-08-27T01:04:37.176Z[ host-image] Aug 27 01:04:35.802 INFO O| Aug 27 01:04:35.801 INFO O| Finalize: Updating package cache ... Done
48342026-08-27T01:04:37.282Z[verify-libraries] Compiling console v0.16.2
48352026-08-27T01:04:37.289Z[ host-image] Aug 27 01:04:35.915 INFO O| Aug 27 01:04:35.915 INFO O| Finalize: Updating image state ... Done
48362026-08-27T01:04:37.366Z[verify-libraries] Compiling libsw-core v0.3.2
48372026-08-27T01:04:37.420Z[verify-libraries] Compiling assert_matches v1.5.0
48382026-08-27T01:04:37.668Z[verify-libraries] Compiling unit-prefix v0.5.2
48392026-08-27T01:04:37.733Z[verify-libraries] Compiling void v1.0.2
48402026-08-27T01:04:37.864Z[verify-libraries] Compiling lzss v0.8.2
48412026-08-27T01:04:37.928Z[verify-libraries] Compiling libsw v3.5.0
48422026-08-27T01:04:37.997Z[verify-libraries] Compiling indicatif v0.18.4
48432026-08-27T01:04:38.022Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48442026-08-27T01:04:38.132Z[verify-libraries] Compiling slog-envlogger v2.2.0
48452026-08-27T01:04:38.208Z[verify-libraries] Compiling ssh-encoding v0.3.0
48462026-08-27T01:04:38.219Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48472026-08-27T01:04:38.264Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48482026-08-27T01:04:38.385Z[ host-image] Aug 27 01:04:37.011 INFO O| Aug 27 01:04:37.011 INFO O| Finalize: Creating fast lookup database ... Done
48492026-08-27T01:04:38.418Z[ host-image] Aug 27 01:04:37.042 INFO O| Aug 27 01:04:37.042 INFO O| Finalize: Reading search index ... Done
48502026-08-27T01:04:38.418Z[ host-image] Aug 27 01:04:37.042 INFO O| Aug 27 01:04:37.042 INFO O| Finalize: Updating search index ... Done
48512026-08-27T01:04:38.449Z[ host-image] Aug 27 01:04:37.075 INFO O| Aug 27 01:04:37.075 INFO O| Finalize: Updating package cache ... Done
48522026-08-27T01:04:38.562Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48532026-08-27T01:04:38.600Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48542026-08-27T01:04:38.706Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48552026-08-27T01:04:38.748Z[ host-image] Aug 27 01:04:37.374 INFO O| Aug 27 01:04:37.372 INFO STEP 13 (pkg_install) COMPLETE
48562026-08-27T01:04:38.748Z[ host-image] Aug 27 01:04:37.374 INFO O| Aug 27 01:04:37.372 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48572026-08-27T01:04:38.755Z[ host-image] Aug 27 01:04:37.381 INFO O| Aug 27 01:04:37.381 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48582026-08-27T01:04:38.790Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48592026-08-27T01:04:38.831Z[verify-libraries] Compiling darling_macro v0.13.4
48602026-08-27T01:04:38.908Z[verify-libraries] Compiling nix v0.27.1
48612026-08-27T01:04:38.937Z[verify-libraries] Compiling colored v2.2.0
48622026-08-27T01:04:39.028Z[verify-libraries] Compiling blake3 v1.8.5
48632026-08-27T01:04:39.060Z[verify-libraries] Compiling serde_bytes v0.11.19
48642026-08-27T01:04:39.140Z[ recovery-image] Aug 27 01:04:37.766 INFO O| Aug 27 01:04:37.766 INFO O| Startup: Refreshing catalog 'helios' ... Done
48652026-08-27T01:04:39.398Z[verify-libraries] Compiling keccak v0.2.0
48662026-08-27T01:04:39.423Z[verify-libraries] Compiling shell-words v1.1.1
48672026-08-27T01:04:39.456Z[verify-libraries] Compiling darling v0.13.4
48682026-08-27T01:04:39.620Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48692026-08-27T01:04:39.652Z[ recovery-image] Aug 27 01:04:38.276 INFO O| Aug 27 01:04:38.276 INFO O| Startup: Caching catalogs ... Done
48702026-08-27T01:04:39.657Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48712026-08-27T01:04:39.832Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48722026-08-27T01:04:39.935Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48732026-08-27T01:04:40.158Z[verify-libraries] Compiling ed25519 v3.0.0
48742026-08-27T01:04:40.269Z[ recovery-image] Aug 27 01:04:38.895 INFO O| Aug 27 01:04:38.895 INFO O| Planning: Solver setup ... Done
48752026-08-27T01:04:40.274Z[ recovery-image] Aug 27 01:04:38.900 INFO O| Aug 27 01:04:38.900 INFO O| Planning: Running solver ... Done
48762026-08-27T01:04:40.289Z[ recovery-image] Aug 27 01:04:38.915 INFO O| Aug 27 01:04:38.915 INFO O| Planning: Finding local manifests ... Done
48772026-08-27T01:04:40.322Z[ recovery-image] Aug 27 01:04:38.947 INFO O| Aug 27 01:04:38.947 INFO O| Planning: Fetching manifests: 0/1 0% complete
48782026-08-27T01:04:40.343Z[ recovery-image] Aug 27 01:04:38.969 INFO O| Aug 27 01:04:38.969 INFO O| Planning: Fetching manifests: 1/1 100% complete
48792026-08-27T01:04:40.360Z[ recovery-image] Aug 27 01:04:38.986 INFO O| Aug 27 01:04:38.985 INFO O| Planning: Package planning ... Done
48802026-08-27T01:04:40.360Z[ recovery-image] Aug 27 01:04:38.986 INFO O| Aug 27 01:04:38.986 INFO O| Planning: Merging actions ... Done
48812026-08-27T01:04:40.384Z[ recovery-image] Aug 27 01:04:39.006 INFO O| Aug 27 01:04:39.006 INFO O| Planning: Checking for conflicting actions ... Done
48822026-08-27T01:04:40.384Z[ recovery-image] Aug 27 01:04:39.006 INFO O| Aug 27 01:04:39.006 INFO O| Planning: Consolidating action changes ... Done
48832026-08-27T01:04:40.445Z[verify-libraries] Compiling crypto-primes v0.7.2
48842026-08-27T01:04:40.474Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48852026-08-27T01:04:40.477Z[ recovery-image] Aug 27 01:04:39.100 INFO O| Aug 27 01:04:39.100 INFO O| Planning: Evaluating mediators ... Done
48862026-08-27T01:04:40.477Z[ recovery-image] Aug 27 01:04:39.100 INFO O| Aug 27 01:04:39.100 INFO O| Planning: Planning completed in 0.81 seconds
48872026-08-27T01:04:40.477Z[ recovery-image] Aug 27 01:04:39.101 INFO O| Aug 27 01:04:39.101 INFO O| Packages to install: 1
48882026-08-27T01:04:40.488Z[ recovery-image] Aug 27 01:04:39.114 INFO O| Aug 27 01:04:39.114 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48892026-08-27T01:04:40.936Z[ recovery-image] Aug 27 01:04:39.562 INFO O| Aug 27 01:04:39.562 INFO O| Download: Completed 13.27 MB in 0.45 seconds (29.6M/s)
48902026-08-27T01:04:40.957Z[ recovery-image] Aug 27 01:04:39.583 INFO O| Aug 27 01:04:39.583 INFO O| Actions: 1/22 actions (Installing new actions)
48912026-08-27T01:04:40.987Z[ host-image] Aug 27 01:04:39.613 INFO O| Aug 27 01:04:39.613 INFO O| Startup: Refreshing catalog 'helios' ... Done
48922026-08-27T01:04:40.991Z[verify-libraries] Compiling poly1305 v0.9.0
48932026-08-27T01:04:41.180Z[ recovery-image] Aug 27 01:04:39.806 INFO O| Aug 27 01:04:39.806 INFO O| Actions: Completed 22 actions in 0.22 seconds.
48942026-08-27T01:04:41.232Z[ recovery-image] Aug 27 01:04:39.857 INFO O| Aug 27 01:04:39.857 INFO O| Finalize: Updating package state database ... Done
48952026-08-27T01:04:41.232Z[ recovery-image] Aug 27 01:04:39.857 INFO O| Aug 27 01:04:39.857 INFO O| Finalize: Updating package cache ... Done
48962026-08-27T01:04:41.325Z[ recovery-image] Aug 27 01:04:39.950 INFO O| Aug 27 01:04:39.950 INFO O| Finalize: Updating image state ... Done
48972026-08-27T01:04:41.436Z[ host-image] Aug 27 01:04:40.062 INFO O| Aug 27 01:04:40.062 INFO O| Startup: Caching catalogs ... Done
48982026-08-27T01:04:41.449Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48992026-08-27T01:04:41.472Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49002026-08-27T01:04:41.598Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49012026-08-27T01:04:41.685Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49022026-08-27T01:04:41.804Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49032026-08-27T01:04:41.875Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49042026-08-27T01:04:41.917Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49052026-08-27T01:04:41.945Z[verify-libraries] Compiling blowfish v0.10.0
49062026-08-27T01:04:42.055Z[ recovery-image] Aug 27 01:04:40.681 INFO O| Aug 27 01:04:40.681 INFO O| Finalize: Creating fast lookup database ... Done
49072026-08-27T01:04:42.072Z[ recovery-image] Aug 27 01:04:40.698 INFO O| Aug 27 01:04:40.698 INFO O| Finalize: Reading search index ... Done
49082026-08-27T01:04:42.072Z[ recovery-image] Aug 27 01:04:40.698 INFO O| Aug 27 01:04:40.698 INFO O| Finalize: Updating search index ... Done
49092026-08-27T01:04:42.083Z[ recovery-image] Aug 27 01:04:40.708 INFO O| Aug 27 01:04:40.708 INFO O| Finalize: Updating package cache ... Done
49102026-08-27T01:04:42.120Z[ host-image] Aug 27 01:04:40.746 INFO O| Aug 27 01:04:40.746 INFO O| Planning: Solver setup ... Done
49112026-08-27T01:04:42.125Z[ host-image] Aug 27 01:04:40.751 INFO O| Aug 27 01:04:40.751 INFO O| Planning: Running solver ... Done
49122026-08-27T01:04:42.140Z[ host-image] Aug 27 01:04:40.766 INFO O| Aug 27 01:04:40.766 INFO O| Planning: Finding local manifests ... Done
49132026-08-27T01:04:42.144Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49142026-08-27T01:04:42.171Z[ host-image] Aug 27 01:04:40.794 INFO O| Aug 27 01:04:40.794 INFO O| Planning: Fetching manifests: 0/1 0% complete
49152026-08-27T01:04:42.177Z[ host-image] Aug 27 01:04:40.798 INFO O| Aug 27 01:04:40.798 INFO O| Planning: Fetching manifests: 1/1 100% complete
49162026-08-27T01:04:42.196Z[ host-image] Aug 27 01:04:40.815 INFO O| Aug 27 01:04:40.815 INFO O| Planning: Package planning ... Done
49172026-08-27T01:04:42.196Z[ host-image] Aug 27 01:04:40.815 INFO O| Aug 27 01:04:40.815 INFO O| Planning: Merging actions ... Done
49182026-08-27T01:04:42.213Z[verify-libraries] Compiling petname v2.0.2
49192026-08-27T01:04:42.236Z[ host-image] Aug 27 01:04:40.855 INFO O| Aug 27 01:04:40.855 INFO O| Planning: Checking for conflicting actions ... Done
49202026-08-27T01:04:42.236Z[ host-image] Aug 27 01:04:40.855 INFO O| Aug 27 01:04:40.855 INFO O| Planning: Consolidating action changes ... Done
49212026-08-27T01:04:42.260Z[verify-libraries] Compiling arrayref v0.3.9
49222026-08-27T01:04:42.293Z[verify-libraries] Compiling arrayvec v0.7.6
49232026-08-27T01:04:42.392Z[verify-libraries] Compiling constant_time_eq v0.4.2
49242026-08-27T01:04:42.401Z[ host-image] Aug 27 01:04:40.988 INFO O| Aug 27 01:04:40.988 INFO O| Planning: Evaluating mediators ... Done
49252026-08-27T01:04:42.402Z[ host-image] Aug 27 01:04:40.989 INFO O| Aug 27 01:04:40.989 INFO O| Planning: Planning completed in 0.91 seconds
49262026-08-27T01:04:42.402Z[ host-image] Aug 27 01:04:40.989 INFO O| Aug 27 01:04:40.989 INFO O| Packages to install: 1
49272026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO STEP 14 (pkg_install) COMPLETE
49282026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49292026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO skip step because feature "mbist" is not enabled
49302026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49312026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO skip step because feature "mfg" is not enabled
49322026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49332026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO skip step because feature "compliance" is not enabled
49342026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49352026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO skip step because feature "stress" is not enabled
49362026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49372026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO skip step because feature "compliance" is not enabled
49382026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49392026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO skip step because feature "nfs" is not enabled
49402026-08-27T01:04:42.402Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49412026-08-27T01:04:42.403Z[ recovery-image] Aug 27 01:04:40.994 INFO O| Aug 27 01:04:40.994 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49422026-08-27T01:04:42.403Z[ host-image] Aug 27 01:04:41.004 INFO O| Aug 27 01:04:41.004 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49432026-08-27T01:04:42.516Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49442026-08-27T01:04:42.600Z[ host-image] Aug 27 01:04:41.225 INFO O| Aug 27 01:04:41.225 INFO O| Download: Completed 13.27 MB in 0.22 seconds (60.0M/s)
49452026-08-27T01:04:42.722Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49462026-08-27T01:04:42.783Z[ recovery-image] Aug 27 01:04:41.409 INFO O| Aug 27 01:04:41.409 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49472026-08-27T01:04:42.791Z[ host-image] Aug 27 01:04:41.417 INFO O| Aug 27 01:04:41.414 INFO O| Actions: 1/22 actions (Installing new actions)
49482026-08-27T01:04:42.875Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49492026-08-27T01:04:42.897Z[verify-libraries] Compiling ssh-cipher v0.3.0
49502026-08-27T01:04:42.921Z[ recovery-image] Aug 27 01:04:41.546 INFO O| Aug 27 01:04:41.546 INFO completed processing sled/ramdisk-01-os
49512026-08-27T01:04:42.925Z[ recovery-image] Aug 27 01:04:41.549 INFO image builder template: ramdisk-02-trim...
49522026-08-27T01:04:42.925Z[ recovery-image] Aug 27 01:04:41.549 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/.tmpdpClyP/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49532026-08-27T01:04:42.942Z[ recovery-image] Aug 27 01:04:41.568 INFO O| Aug 27 01:04:41.568 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49542026-08-27T01:04:42.947Z[ recovery-image] Aug 27 01:04:41.571 INFO O| Aug 27 01:04:41.571 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49552026-08-27T01:04:42.962Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49562026-08-27T01:04:43.030Z[ host-image] Aug 27 01:04:41.655 INFO O| Aug 27 01:04:41.655 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49572026-08-27T01:04:43.065Z[verify-libraries] Compiling serde_with_macros v1.5.2
49582026-08-27T01:04:43.075Z[ host-image] Aug 27 01:04:41.696 INFO O| Aug 27 01:04:41.696 INFO O| Finalize: Updating package state database ... Done
49592026-08-27T01:04:43.075Z[ host-image] Aug 27 01:04:41.696 INFO O| Aug 27 01:04:41.696 INFO O| Finalize: Updating package cache ... Done
49602026-08-27T01:04:43.086Z[ recovery-image] Aug 27 01:04:41.712 INFO O| Aug 27 01:04:41.712 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49612026-08-27T01:04:43.173Z[ host-image] Aug 27 01:04:41.799 INFO O| Aug 27 01:04:41.799 INFO O| Finalize: Updating image state ... Done
49622026-08-27T01:04:43.196Z[ recovery-image] Aug 27 01:04:41.822 INFO O| Aug 27 01:04:41.822 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49632026-08-27T01:04:43.196Z[ recovery-image] Aug 27 01:04:41.822 INFO O| Aug 27 01:04:41.822 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49642026-08-27T01:04:43.205Z[ recovery-image] Aug 27 01:04:41.827 INFO O| Aug 27 01:04:41.827 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49652026-08-27T01:04:43.209Z[ recovery-image] Aug 27 01:04:41.832 INFO O| Aug 27 01:04:41.831 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49662026-08-27T01:04:43.213Z[ recovery-image] Aug 27 01:04:41.836 INFO O| Aug 27 01:04:41.836 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49672026-08-27T01:04:43.301Z[verify-libraries] Compiling sha3 v0.11.0
49682026-08-27T01:04:43.454Z[verify-libraries] Compiling p256 v0.14.0
49692026-08-27T01:04:43.550Z[verify-libraries] Compiling p521 v0.14.0
49702026-08-27T01:04:43.604Z[verify-libraries] Compiling p384 v0.14.0
49712026-08-27T01:04:43.673Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49722026-08-27T01:04:43.846Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49732026-08-27T01:04:43.931Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49742026-08-27T01:04:44.937Z[ recovery-image] Aug 27 01:04:42.558 INFO O| Aug 27 01:04:42.558 INFO rolled back to input snapshot; work may begin
49752026-08-27T01:04:44.937Z[ recovery-image] Aug 27 01:04:42.558 INFO O| Aug 27 01:04:42.558 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49762026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.563 INFO O| Aug 27 01:04:42.563 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.572 INFO O| Aug 27 01:04:42.572 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49782026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.628 INFO O| Aug 27 01:04:42.628 INFO STEP 0 (remove_files) COMPLETE
49792026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.628 INFO O| Aug 27 01:04:42.628 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.639 INFO O| Aug 27 01:04:42.639 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49812026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.640 INFO O| Aug 27 01:04:42.640 INFO STEP 1 (remove_files) COMPLETE
49822026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.640 INFO O| Aug 27 01:04:42.640 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.650 INFO O| Aug 27 01:04:42.650 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49842026-08-27T01:04:44.943Z[verify-libraries] Compiling twox-hash v2.1.2
49852026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.662 INFO O| Aug 27 01:04:42.662 INFO STEP 2 (remove_files) COMPLETE
49862026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.662 INFO O| Aug 27 01:04:42.662 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-27T01:04:44.943Z[ recovery-image] Aug 27 01:04:42.672 INFO O| Aug 27 01:04:42.672 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49882026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.673 INFO O| Aug 27 01:04:42.673 INFO STEP 3 (remove_files) COMPLETE
49892026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.673 INFO O| Aug 27 01:04:42.673 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.682 INFO O| Aug 27 01:04:42.682 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49912026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.685 INFO O| Aug 27 01:04:42.685 INFO STEP 4 (remove_files) COMPLETE
49922026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.685 INFO O| Aug 27 01:04:42.685 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.695 INFO O| Aug 27 01:04:42.695 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49942026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.695 INFO O| Aug 27 01:04:42.695 INFO STEP 5 (remove_files) COMPLETE
49952026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.695 INFO O| Aug 27 01:04:42.695 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.704 INFO O| Aug 27 01:04:42.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49972026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO STEP 6 (remove_files) COMPLETE
49982026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO skip step because feature "heliosv2" is not enabled
50002026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO skip step because feature "recovery" is enabled
50022026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO skip step because feature "recovery" is enabled
50042026-08-27T01:04:44.944Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO skip step because feature "recovery" is enabled
50062026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.714 INFO O| Aug 27 01:04:42.714 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.723 INFO O| Aug 27 01:04:42.723 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50082026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.725 INFO O| Aug 27 01:04:42.725 INFO STEP 11 (remove_files) COMPLETE
50092026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.725 INFO O| Aug 27 01:04:42.725 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.733 INFO O| Aug 27 01:04:42.733 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50112026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.734 INFO O| Aug 27 01:04:42.734 INFO STEP 12 (remove_files) COMPLETE
50122026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.734 INFO O| Aug 27 01:04:42.734 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.741 INFO O| Aug 27 01:04:42.741 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50142026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.742 INFO O| Aug 27 01:04:42.742 INFO STEP 13 (remove_files) COMPLETE
50152026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.742 INFO O| Aug 27 01:04:42.742 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.802 INFO O| Aug 27 01:04:42.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50172026-08-27T01:04:44.945Z[ recovery-image] Aug 27 01:04:42.804 INFO O| Aug 27 01:04:42.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50182026-08-27T01:04:44.945Z[ host-image] Aug 27 01:04:42.867 INFO O| Aug 27 01:04:42.867 INFO O| Finalize: Creating fast lookup database ... Done
50192026-08-27T01:04:44.945Z[verify-libraries] Compiling kem v0.3.0
50202026-08-27T01:04:44.945Z[ host-image] Aug 27 01:04:42.897 INFO O| Aug 27 01:04:42.897 INFO O| Finalize: Reading search index ... Done
50212026-08-27T01:04:44.946Z[ host-image] Aug 27 01:04:42.897 INFO O| Aug 27 01:04:42.897 INFO O| Finalize: Updating search index ... Done
50222026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.900 INFO O| Aug 27 01:04:42.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50232026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.900 INFO O| Aug 27 01:04:42.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50242026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.900 INFO O| Aug 27 01:04:42.900 INFO STEP 14 (remove_files) COMPLETE
50252026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.900 INFO O| Aug 27 01:04:42.900 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-27T01:04:44.946Z[ host-image] Aug 27 01:04:42.907 INFO O| Aug 27 01:04:42.907 INFO O| Finalize: Updating package cache ... Done
50272026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.909 INFO O| Aug 27 01:04:42.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50282026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.910 INFO O| Aug 27 01:04:42.910 INFO STEP 15 (remove_files) COMPLETE
50292026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.910 INFO O| Aug 27 01:04:42.910 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.919 INFO O| Aug 27 01:04:42.918 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50312026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.924 INFO O| Aug 27 01:04:42.924 INFO STEP 16 (remove_files) COMPLETE
50322026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.924 INFO O| Aug 27 01:04:42.924 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.932 INFO O| Aug 27 01:04:42.932 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50342026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.933 INFO O| Aug 27 01:04:42.933 INFO STEP 17 (remove_files) COMPLETE
50352026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.933 INFO O| Aug 27 01:04:42.933 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.940 INFO O| Aug 27 01:04:42.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50372026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.942 INFO O| Aug 27 01:04:42.941 INFO STEP 18 (remove_files) COMPLETE
50382026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.942 INFO O| Aug 27 01:04:42.941 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.951 INFO O| Aug 27 01:04:42.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50402026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.951 INFO O| Aug 27 01:04:42.951 INFO STEP 19 (remove_files) COMPLETE
50412026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.951 INFO O| Aug 27 01:04:42.951 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.961 INFO O| Aug 27 01:04:42.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50432026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.961 INFO O| Aug 27 01:04:42.961 INFO STEP 20 (remove_files) COMPLETE
50442026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.961 INFO O| Aug 27 01:04:42.961 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.970 INFO O| Aug 27 01:04:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50462026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.970 INFO O| Aug 27 01:04:42.970 INFO STEP 21 (remove_files) COMPLETE
50472026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.970 INFO O| Aug 27 01:04:42.970 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.980 INFO O| Aug 27 01:04:42.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50492026-08-27T01:04:44.946Z[ recovery-image] Aug 27 01:04:42.980 INFO O| Aug 27 01:04:42.980 INFO STEP 22 (remove_files) COMPLETE
50502026-08-27T01:04:44.947Z[ recovery-image] Aug 27 01:04:42.980 INFO O| Aug 27 01:04:42.980 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-27T01:04:44.947Z[ recovery-image] Aug 27 01:04:42.988 INFO O| Aug 27 01:04:42.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50522026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:42.988 INFO O| Aug 27 01:04:42.988 INFO STEP 23 (remove_files) COMPLETE
50532026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:42.988 INFO O| Aug 27 01:04:42.988 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:42.996 INFO O| Aug 27 01:04:42.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50552026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:42.996 INFO O| Aug 27 01:04:42.996 INFO STEP 24 (remove_files) COMPLETE
50562026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:42.996 INFO O| Aug 27 01:04:42.996 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:43.005 INFO O| Aug 27 01:04:43.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50582026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:43.005 INFO O| Aug 27 01:04:43.005 INFO STEP 25 (remove_files) COMPLETE
50592026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:43.005 INFO O| Aug 27 01:04:43.005 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:43.014 INFO O| Aug 27 01:04:43.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50612026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:43.014 INFO O| Aug 27 01:04:43.014 INFO STEP 26 (remove_files) COMPLETE
50622026-08-27T01:04:44.948Z[ recovery-image] Aug 27 01:04:43.014 INFO O| Aug 27 01:04:43.014 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.022 INFO O| Aug 27 01:04:43.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50642026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.022 INFO O| Aug 27 01:04:43.022 INFO STEP 27 (remove_files) COMPLETE
50652026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.022 INFO O| Aug 27 01:04:43.022 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.030 INFO O| Aug 27 01:04:43.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50672026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.030 INFO O| Aug 27 01:04:43.030 INFO STEP 28 (remove_files) COMPLETE
50682026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.030 INFO O| Aug 27 01:04:43.030 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.039 INFO O| Aug 27 01:04:43.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50702026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.039 INFO O| Aug 27 01:04:43.039 INFO STEP 29 (remove_files) COMPLETE
50712026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.039 INFO O| Aug 27 01:04:43.039 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-27T01:04:44.949Z[verify-libraries] Compiling module-lattice v0.2.3
50732026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.055 INFO O| Aug 27 01:04:43.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50742026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.055 INFO O| Aug 27 01:04:43.055 INFO STEP 30 (remove_files) COMPLETE
50752026-08-27T01:04:44.949Z[ recovery-image] Aug 27 01:04:43.055 INFO O| Aug 27 01:04:43.055 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.069 INFO O| Aug 27 01:04:43.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50772026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.069 INFO O| Aug 27 01:04:43.069 INFO STEP 31 (remove_files) COMPLETE
50782026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.069 INFO O| Aug 27 01:04:43.069 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.079 INFO O| Aug 27 01:04:43.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50802026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.080 INFO O| Aug 27 01:04:43.080 INFO STEP 32 (remove_files) COMPLETE
50812026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.080 INFO O| Aug 27 01:04:43.080 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.088 INFO O| Aug 27 01:04:43.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50832026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.088 INFO O| Aug 27 01:04:43.088 INFO STEP 33 (remove_files) COMPLETE
50842026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.088 INFO O| Aug 27 01:04:43.088 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.096 INFO O| Aug 27 01:04:43.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50862026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.096 INFO O| Aug 27 01:04:43.096 INFO STEP 34 (remove_files) COMPLETE
50872026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.096 INFO O| Aug 27 01:04:43.096 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.103 INFO O| Aug 27 01:04:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50892026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.103 INFO O| Aug 27 01:04:43.103 INFO STEP 35 (remove_files) COMPLETE
50902026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.103 INFO O| Aug 27 01:04:43.103 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-27T01:04:44.954Z[verify-libraries] Compiling atty v0.2.14
50922026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.111 INFO O| Aug 27 01:04:43.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50932026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.111 INFO O| Aug 27 01:04:43.111 INFO STEP 36 (remove_files) COMPLETE
50942026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.111 INFO O| Aug 27 01:04:43.111 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.119 INFO O| Aug 27 01:04:43.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50962026-08-27T01:04:44.954Z[ recovery-image] Aug 27 01:04:43.119 INFO O| Aug 27 01:04:43.119 INFO STEP 37 (remove_files) COMPLETE
50972026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.119 INFO O| Aug 27 01:04:43.119 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.127 INFO O| Aug 27 01:04:43.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50992026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.127 INFO O| Aug 27 01:04:43.127 INFO STEP 38 (remove_files) COMPLETE
51002026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.127 INFO O| Aug 27 01:04:43.127 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.138 INFO O| Aug 27 01:04:43.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51022026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.138 INFO O| Aug 27 01:04:43.138 INFO STEP 39 (remove_files) COMPLETE
51032026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.138 INFO O| Aug 27 01:04:43.138 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.148 INFO O| Aug 27 01:04:43.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51052026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.148 INFO O| Aug 27 01:04:43.148 INFO STEP 40 (remove_files) COMPLETE
51062026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.148 INFO O| Aug 27 01:04:43.148 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-27T01:04:44.956Z[verify-libraries] Compiling rtoolbox v0.0.3
51082026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.158 INFO O| Aug 27 01:04:43.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51092026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.158 INFO O| Aug 27 01:04:43.158 INFO STEP 41 (remove_files) COMPLETE
51102026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.158 INFO O| Aug 27 01:04:43.158 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.168 INFO O| Aug 27 01:04:43.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51122026-08-27T01:04:44.956Z[ recovery-image] Aug 27 01:04:43.168 INFO O| Aug 27 01:04:43.168 INFO STEP 42 (remove_files) COMPLETE
51132026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.168 INFO O| Aug 27 01:04:43.168 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.177 INFO O| Aug 27 01:04:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51152026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.177 INFO O| Aug 27 01:04:43.177 INFO STEP 43 (remove_files) COMPLETE
51162026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.177 INFO O| Aug 27 01:04:43.177 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.186 INFO O| Aug 27 01:04:43.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51182026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.186 INFO O| Aug 27 01:04:43.186 INFO STEP 44 (remove_files) COMPLETE
51192026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.186 INFO O| Aug 27 01:04:43.186 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.196 INFO O| Aug 27 01:04:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51212026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.196 INFO O| Aug 27 01:04:43.196 INFO STEP 45 (remove_files) COMPLETE
51222026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.196 INFO O| Aug 27 01:04:43.196 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.205 INFO O| Aug 27 01:04:43.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51242026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.206 INFO O| Aug 27 01:04:43.206 INFO STEP 46 (remove_files) COMPLETE
51252026-08-27T01:04:44.957Z[ recovery-image] Aug 27 01:04:43.206 INFO O| Aug 27 01:04:43.206 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-27T01:04:44.957Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO STEP 14 (pkg_install) COMPLETE
51272026-08-27T01:04:44.957Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51282026-08-27T01:04:44.957Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO skip step because feature "mbist" is not enabled
51292026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51302026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO skip step because feature "mfg" is not enabled
51312026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51322026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO skip step because feature "compliance" is not enabled
51332026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51342026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO skip step because feature "stress" is not enabled
51352026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51362026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO skip step because feature "compliance" is not enabled
51372026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51382026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO skip step because feature "nfs" is not enabled
51392026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51402026-08-27T01:04:44.958Z[ host-image] Aug 27 01:04:43.214 INFO O| Aug 27 01:04:43.214 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51412026-08-27T01:04:44.958Z[ recovery-image] Aug 27 01:04:43.215 INFO O| Aug 27 01:04:43.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51422026-08-27T01:04:44.958Z[ recovery-image] Aug 27 01:04:43.215 INFO O| Aug 27 01:04:43.215 INFO STEP 47 (remove_files) COMPLETE
51432026-08-27T01:04:44.958Z[ recovery-image] Aug 27 01:04:43.215 INFO O| Aug 27 01:04:43.215 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-27T01:04:44.958Z[verify-libraries] Compiling topological-sort v0.2.2
51452026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.241 INFO O| Aug 27 01:04:43.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51462026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.241 INFO O| Aug 27 01:04:43.241 INFO STEP 48 (remove_files) COMPLETE
51472026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.241 INFO O| Aug 27 01:04:43.241 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.252 INFO O| Aug 27 01:04:43.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51492026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.253 INFO O| Aug 27 01:04:43.252 INFO STEP 49 (remove_files) COMPLETE
51502026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.253 INFO O| Aug 27 01:04:43.252 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.263 INFO O| Aug 27 01:04:43.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51522026-08-27T01:04:44.959Z[ recovery-image] Aug 27 01:04:43.263 INFO O| Aug 27 01:04:43.263 INFO STEP 50 (remove_files) COMPLETE
51532026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.263 INFO O| Aug 27 01:04:43.263 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.275 INFO O| Aug 27 01:04:43.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51552026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.275 INFO O| Aug 27 01:04:43.275 INFO STEP 51 (remove_files) COMPLETE
51562026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.275 INFO O| Aug 27 01:04:43.275 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.285 INFO O| Aug 27 01:04:43.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51582026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.285 INFO O| Aug 27 01:04:43.285 INFO STEP 52 (remove_files) COMPLETE
51592026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.285 INFO O| Aug 27 01:04:43.285 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-27T01:04:44.960Z[verify-libraries] Compiling sponge-cursor v0.1.0
51612026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.296 INFO O| Aug 27 01:04:43.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51622026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.296 INFO O| Aug 27 01:04:43.296 INFO STEP 53 (remove_files) COMPLETE
51632026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.296 INFO O| Aug 27 01:04:43.296 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.307 INFO O| Aug 27 01:04:43.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51652026-08-27T01:04:44.960Z[ recovery-image] Aug 27 01:04:43.307 INFO O| Aug 27 01:04:43.307 INFO STEP 54 (remove_files) COMPLETE
51662026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.307 INFO O| Aug 27 01:04:43.307 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.316 INFO O| Aug 27 01:04:43.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51682026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.316 INFO O| Aug 27 01:04:43.316 INFO STEP 55 (remove_files) COMPLETE
51692026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.316 INFO O| Aug 27 01:04:43.316 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.325 INFO O| Aug 27 01:04:43.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51712026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.325 INFO O| Aug 27 01:04:43.325 INFO STEP 56 (remove_files) COMPLETE
51722026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.325 INFO O| Aug 27 01:04:43.325 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.335 INFO O| Aug 27 01:04:43.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51742026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.335 INFO O| Aug 27 01:04:43.335 INFO STEP 57 (remove_files) COMPLETE
51752026-08-27T01:04:44.961Z[ recovery-image] Aug 27 01:04:43.335 INFO O| Aug 27 01:04:43.335 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.344 INFO O| Aug 27 01:04:43.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51772026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.344 INFO O| Aug 27 01:04:43.344 INFO STEP 58 (remove_files) COMPLETE
51782026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.344 INFO O| Aug 27 01:04:43.344 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-27T01:04:44.966Z[ host-image] Aug 27 01:04:43.348 INFO O| Aug 27 01:04:43.348 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51802026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51812026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51822026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51832026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51842026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51852026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51862026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO ok!
51872026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO STEP 59 (ensure_file) COMPLETE
51882026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.355 INFO O| Aug 27 01:04:43.355 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51902026-08-27T01:04:44.966Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51912026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51922026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51932026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51942026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51952026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO ok!
51962026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO STEP 60 (ensure_file) COMPLETE
51972026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.365 INFO O| Aug 27 01:04:43.365 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.376 INFO O| Aug 27 01:04:43.376 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51992026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.377 INFO O| Aug 27 01:04:43.376 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52002026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.377 INFO O| Aug 27 01:04:43.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52012026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.377 INFO O| Aug 27 01:04:43.377 INFO ok!
52022026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.377 INFO O| Aug 27 01:04:43.377 INFO STEP 61 (ensure_file) COMPLETE
52032026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.377 INFO O| Aug 27 01:04:43.377 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.387 INFO O| Aug 27 01:04:43.387 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52052026-08-27T01:04:44.967Z[ recovery-image] Aug 27 01:04:43.387 INFO O| Aug 27 01:04:43.387 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52062026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.387 INFO O| Aug 27 01:04:43.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52072026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.388 INFO O| Aug 27 01:04:43.387 INFO ok!
52082026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.388 INFO O| Aug 27 01:04:43.387 INFO STEP 62 (ensure_file) COMPLETE
52092026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.388 INFO O| Aug 27 01:04:43.388 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.397 INFO O| Aug 27 01:04:43.397 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52112026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.397 INFO O| Aug 27 01:04:43.397 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52122026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.397 INFO O| Aug 27 01:04:43.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52132026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.397 INFO O| Aug 27 01:04:43.397 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52142026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.397 INFO O| Aug 27 01:04:43.397 INFO ok!
52152026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.397 INFO O| Aug 27 01:04:43.397 INFO STEP 63 (ensure_file) COMPLETE
52162026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.397 INFO O| Aug 27 01:04:43.397 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.407 INFO O| Aug 27 01:04:43.407 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52182026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.408 INFO O| Aug 27 01:04:43.407 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52192026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.408 INFO O| Aug 27 01:04:43.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52202026-08-27T01:04:44.968Z[ recovery-image] Aug 27 01:04:43.408 INFO O| Aug 27 01:04:43.408 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52212026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.408 INFO O| Aug 27 01:04:43.408 INFO ok!
52222026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.408 INFO O| Aug 27 01:04:43.408 INFO STEP 64 (ensure_file) COMPLETE
52232026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.408 INFO O| Aug 27 01:04:43.408 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.418 INFO O| Aug 27 01:04:43.418 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52252026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.418 INFO O| Aug 27 01:04:43.418 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52262026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.418 INFO O| Aug 27 01:04:43.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52272026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.418 INFO O| Aug 27 01:04:43.418 INFO ok!
52282026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.418 INFO O| Aug 27 01:04:43.418 INFO STEP 65 (assemble_files) COMPLETE
52292026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.418 INFO O| Aug 27 01:04:43.418 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-08-27T01:04:44.969Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52312026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52322026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52332026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52342026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52352026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO ok!
52362026-08-27T01:04:44.969Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO STEP 66 (ensure_file) COMPLETE
52372026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO skip step because feature "omicron1" is not enabled
52392026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO skip step because feature "omicron1" is not enabled
52412026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO skip step because feature "omicron1" is not enabled
52432026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.427 INFO O| Aug 27 01:04:43.427 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.442 INFO O| Aug 27 01:04:43.442 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52452026-08-27T01:04:44.970Z[ recovery-image] Aug 27 01:04:43.442 INFO O| Aug 27 01:04:43.442 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52462026-08-27T01:04:44.970Z[verify-libraries] Compiling ml-kem v0.3.2
52472026-08-27T01:04:44.970Z[verify-libraries] Compiling sha3 v0.12.0
52482026-08-27T01:04:44.970Z[ host-image] Aug 27 01:04:43.481 INFO O| Aug 27 01:04:43.481 INFO completed processing sled/ramdisk-01-os
52492026-08-27T01:04:44.971Z[ host-image] Aug 27 01:04:43.483 INFO omicron1 baseline generation...
52502026-08-27T01:04:44.971Z[ host-image] Aug 27 01:04:43.484 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
52512026-08-27T01:04:44.971Z[verify-libraries] Compiling rpassword v7.5.4
52522026-08-27T01:04:45.204Z[ host-image] Aug 27 01:04:43.830 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
52532026-08-27T01:04:45.280Z[verify-libraries] Compiling serde_with v1.14.0
52542026-08-27T01:04:45.505Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52552026-08-27T01:04:45.837Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52562026-08-27T01:04:45.867Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52572026-08-27T01:04:45.995Z[ recovery-image] Aug 27 01:04:44.608 INFO O| Aug 27 01:04:44.608 INFO STEP 70 (pack_tar) COMPLETE
52582026-08-27T01:04:45.995Z[ recovery-image] Aug 27 01:04:44.609 INFO O| Aug 27 01:04:44.608 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52592026-08-27T01:04:45.995Z[ recovery-image] Aug 27 01:04:44.609 INFO O| Aug 27 01:04:44.608 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52602026-08-27T01:04:46.185Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52612026-08-27T01:04:46.377Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52622026-08-27T01:04:46.488Z[ recovery-image] Aug 27 01:04:45.113 INFO O| Aug 27 01:04:45.113 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52632026-08-27T01:04:46.602Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52642026-08-27T01:04:46.626Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52652026-08-27T01:04:46.656Z[ recovery-image] Aug 27 01:04:45.281 INFO O| Aug 27 01:04:45.281 INFO completed processing sled/ramdisk-02-trim
52662026-08-27T01:04:46.660Z[ recovery-image] Aug 27 01:04:45.284 INFO image builder template: ramdisk-03-recovery-trim...
52672026-08-27T01:04:46.660Z[ recovery-image] Aug 27 01:04:45.284 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/.tmpdpClyP/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52682026-08-27T01:04:46.673Z[ recovery-image] Aug 27 01:04:45.289 INFO O| Aug 27 01:04:45.289 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52692026-08-27T01:04:46.741Z[ recovery-image] Aug 27 01:04:45.367 INFO O| Aug 27 01:04:45.367 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52702026-08-27T01:04:46.744Z[ recovery-image] Aug 27 01:04:45.370 INFO O| Aug 27 01:04:45.370 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52712026-08-27T01:04:46.811Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52722026-08-27T01:04:46.856Z[ recovery-image] Aug 27 01:04:45.482 INFO O| Aug 27 01:04:45.482 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52732026-08-27T01:04:46.890Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52742026-08-27T01:04:46.948Z[ recovery-image] Aug 27 01:04:45.568 INFO O| Aug 27 01:04:45.567 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52752026-08-27T01:04:46.948Z[ recovery-image] Aug 27 01:04:45.568 INFO O| Aug 27 01:04:45.567 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52762026-08-27T01:04:46.949Z[ recovery-image] Aug 27 01:04:45.573 INFO O| Aug 27 01:04:45.573 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52772026-08-27T01:04:46.952Z[ recovery-image] Aug 27 01:04:45.576 INFO O| Aug 27 01:04:45.576 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52782026-08-27T01:04:46.955Z[ recovery-image] Aug 27 01:04:45.580 INFO O| Aug 27 01:04:45.580 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52792026-08-27T01:04:47.057Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52802026-08-27T01:04:47.435Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52812026-08-27T01:04:47.491Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52822026-08-27T01:04:47.603Z[ recovery-image] Aug 27 01:04:46.228 INFO O| Aug 27 01:04:46.228 INFO rolled back to input snapshot; work may begin
52832026-08-27T01:04:47.603Z[ recovery-image] Aug 27 01:04:46.228 INFO O| Aug 27 01:04:46.228 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52842026-08-27T01:04:47.609Z[ recovery-image] Aug 27 01:04:46.232 INFO O| Aug 27 01:04:46.232 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-27T01:04:47.618Z[ recovery-image] Aug 27 01:04:46.243 INFO O| Aug 27 01:04:46.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52862026-08-27T01:04:47.622Z[ recovery-image] Aug 27 01:04:46.246 INFO O| Aug 27 01:04:46.246 INFO STEP 0 (remove_files) COMPLETE
52872026-08-27T01:04:47.622Z[ recovery-image] Aug 27 01:04:46.246 INFO O| Aug 27 01:04:46.246 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-27T01:04:47.632Z[ recovery-image] Aug 27 01:04:46.254 INFO O| Aug 27 01:04:46.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52892026-08-27T01:04:47.632Z[ recovery-image] Aug 27 01:04:46.255 INFO O| Aug 27 01:04:46.255 INFO STEP 1 (remove_files) COMPLETE
52902026-08-27T01:04:47.635Z[ recovery-image] Aug 27 01:04:46.255 INFO O| Aug 27 01:04:46.255 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-27T01:04:47.638Z[ recovery-image] Aug 27 01:04:46.264 INFO O| Aug 27 01:04:46.264 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52922026-08-27T01:04:47.641Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52932026-08-27T01:04:47.646Z[ recovery-image] Aug 27 01:04:46.271 INFO O| Aug 27 01:04:46.271 INFO STEP 2 (remove_files) COMPLETE
52942026-08-27T01:04:47.646Z[ recovery-image] Aug 27 01:04:46.271 INFO O| Aug 27 01:04:46.271 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-27T01:04:47.654Z[ recovery-image] Aug 27 01:04:46.279 INFO O| Aug 27 01:04:46.279 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52962026-08-27T01:04:47.698Z[ recovery-image] Aug 27 01:04:46.324 INFO O| Aug 27 01:04:46.324 INFO STEP 3 (remove_files) COMPLETE
52972026-08-27T01:04:47.699Z[ recovery-image] Aug 27 01:04:46.324 INFO O| Aug 27 01:04:46.324 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-27T01:04:47.708Z[ recovery-image] Aug 27 01:04:46.334 INFO O| Aug 27 01:04:46.334 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52992026-08-27T01:04:47.711Z[ recovery-image] Aug 27 01:04:46.335 INFO O| Aug 27 01:04:46.335 INFO STEP 4 (remove_files) COMPLETE
53002026-08-27T01:04:47.711Z[ recovery-image] Aug 27 01:04:46.335 INFO O| Aug 27 01:04:46.335 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-27T01:04:47.718Z[ recovery-image] Aug 27 01:04:46.344 INFO O| Aug 27 01:04:46.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53022026-08-27T01:04:47.785Z[ recovery-image] Aug 27 01:04:46.376 INFO O| Aug 27 01:04:46.376 INFO STEP 5 (remove_files) COMPLETE
53032026-08-27T01:04:47.785Z[ recovery-image] Aug 27 01:04:46.376 INFO O| Aug 27 01:04:46.376 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-27T01:04:47.796Z[ recovery-image] Aug 27 01:04:46.386 INFO O| Aug 27 01:04:46.386 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53052026-08-27T01:04:47.796Z[ recovery-image] Aug 27 01:04:46.401 INFO O| Aug 27 01:04:46.401 INFO STEP 6 (remove_files) COMPLETE
53062026-08-27T01:04:47.796Z[ recovery-image] Aug 27 01:04:46.401 INFO O| Aug 27 01:04:46.401 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-27T01:04:47.796Z[ recovery-image] Aug 27 01:04:46.410 INFO O| Aug 27 01:04:46.410 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53082026-08-27T01:04:47.796Z[ recovery-image] Aug 27 01:04:46.411 INFO O| Aug 27 01:04:46.411 INFO STEP 7 (remove_files) COMPLETE
53092026-08-27T01:04:47.796Z[ recovery-image] Aug 27 01:04:46.411 INFO O| Aug 27 01:04:46.411 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-27T01:04:47.800Z[ recovery-image] Aug 27 01:04:46.421 INFO O| Aug 27 01:04:46.421 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53112026-08-27T01:04:47.800Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53122026-08-27T01:04:47.800Z[ recovery-image] Aug 27 01:04:46.422 INFO O| Aug 27 01:04:46.422 INFO STEP 8 (remove_files) COMPLETE
53132026-08-27T01:04:47.800Z[ recovery-image] Aug 27 01:04:46.422 INFO O| Aug 27 01:04:46.422 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-27T01:04:47.805Z[ recovery-image] Aug 27 01:04:46.431 INFO O| Aug 27 01:04:46.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53152026-08-27T01:04:47.808Z[ recovery-image] Aug 27 01:04:46.433 INFO O| Aug 27 01:04:46.433 INFO STEP 9 (remove_files) COMPLETE
53162026-08-27T01:04:47.808Z[ recovery-image] Aug 27 01:04:46.433 INFO O| Aug 27 01:04:46.433 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-27T01:04:47.818Z[ recovery-image] Aug 27 01:04:46.443 INFO O| Aug 27 01:04:46.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53182026-08-27T01:04:47.818Z[ recovery-image] Aug 27 01:04:46.443 INFO O| Aug 27 01:04:46.443 INFO STEP 10 (remove_files) COMPLETE
53192026-08-27T01:04:47.818Z[ recovery-image] Aug 27 01:04:46.443 INFO O| Aug 27 01:04:46.443 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-27T01:04:47.826Z[ recovery-image] Aug 27 01:04:46.452 INFO O| Aug 27 01:04:46.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53212026-08-27T01:04:47.829Z[ recovery-image] Aug 27 01:04:46.453 INFO O| Aug 27 01:04:46.453 INFO STEP 11 (remove_files) COMPLETE
53222026-08-27T01:04:47.829Z[ recovery-image] Aug 27 01:04:46.453 INFO O| Aug 27 01:04:46.453 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-27T01:04:47.839Z[ recovery-image] Aug 27 01:04:46.463 INFO O| Aug 27 01:04:46.463 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53242026-08-27T01:04:47.899Z[ recovery-image] Aug 27 01:04:46.525 INFO O| Aug 27 01:04:46.525 INFO STEP 12 (remove_files) COMPLETE
53252026-08-27T01:04:47.899Z[ recovery-image] Aug 27 01:04:46.525 INFO O| Aug 27 01:04:46.525 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-27T01:04:47.912Z[ recovery-image] Aug 27 01:04:46.537 INFO O| Aug 27 01:04:46.537 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53272026-08-27T01:04:47.915Z[ recovery-image] Aug 27 01:04:46.542 INFO O| Aug 27 01:04:46.541 INFO STEP 13 (remove_files) COMPLETE
53282026-08-27T01:04:47.919Z[ recovery-image] Aug 27 01:04:46.542 INFO O| Aug 27 01:04:46.541 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-27T01:04:47.948Z[ recovery-image] Aug 27 01:04:46.573 INFO O| Aug 27 01:04:46.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53302026-08-27T01:04:47.957Z[ recovery-image] Aug 27 01:04:46.582 INFO O| Aug 27 01:04:46.582 INFO STEP 14 (remove_files) COMPLETE
53312026-08-27T01:04:47.957Z[ recovery-image] Aug 27 01:04:46.582 INFO O| Aug 27 01:04:46.582 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-27T01:04:47.966Z[ recovery-image] Aug 27 01:04:46.591 INFO O| Aug 27 01:04:46.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53332026-08-27T01:04:47.966Z[ recovery-image] Aug 27 01:04:46.591 INFO O| Aug 27 01:04:46.591 INFO STEP 15 (remove_files) COMPLETE
53342026-08-27T01:04:47.966Z[ recovery-image] Aug 27 01:04:46.591 INFO O| Aug 27 01:04:46.591 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-27T01:04:47.982Z[ recovery-image] Aug 27 01:04:46.608 INFO O| Aug 27 01:04:46.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53362026-08-27T01:04:47.989Z[ recovery-image] Aug 27 01:04:46.613 INFO O| Aug 27 01:04:46.613 INFO STEP 16 (remove_files) COMPLETE
53372026-08-27T01:04:47.989Z[ recovery-image] Aug 27 01:04:46.613 INFO O| Aug 27 01:04:46.613 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-27T01:04:47.997Z[ recovery-image] Aug 27 01:04:46.623 INFO O| Aug 27 01:04:46.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53392026-08-27T01:04:48.031Z[ recovery-image] Aug 27 01:04:46.657 INFO O| Aug 27 01:04:46.657 INFO STEP 17 (remove_files) COMPLETE
53402026-08-27T01:04:48.031Z[ recovery-image] Aug 27 01:04:46.657 INFO O| Aug 27 01:04:46.657 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-27T01:04:48.041Z[ recovery-image] Aug 27 01:04:46.666 INFO O| Aug 27 01:04:46.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53422026-08-27T01:04:48.041Z[ recovery-image] Aug 27 01:04:46.666 INFO O| Aug 27 01:04:46.666 INFO STEP 18 (remove_files) COMPLETE
53432026-08-27T01:04:48.041Z[ recovery-image] Aug 27 01:04:46.666 INFO O| Aug 27 01:04:46.666 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-27T01:04:48.049Z[ recovery-image] Aug 27 01:04:46.674 INFO O| Aug 27 01:04:46.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53452026-08-27T01:04:48.055Z[ recovery-image] Aug 27 01:04:46.681 INFO O| Aug 27 01:04:46.681 INFO STEP 19 (remove_files) COMPLETE
53462026-08-27T01:04:48.055Z[ recovery-image] Aug 27 01:04:46.681 INFO O| Aug 27 01:04:46.681 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-27T01:04:48.065Z[ recovery-image] Aug 27 01:04:46.691 INFO O| Aug 27 01:04:46.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53482026-08-27T01:04:48.079Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53492026-08-27T01:04:48.164Z[ recovery-image] Aug 27 01:04:46.790 INFO O| Aug 27 01:04:46.790 INFO STEP 20 (remove_files) COMPLETE
53502026-08-27T01:04:48.164Z[ recovery-image] Aug 27 01:04:46.790 INFO O| Aug 27 01:04:46.790 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-27T01:04:48.174Z[ recovery-image] Aug 27 01:04:46.800 INFO O| Aug 27 01:04:46.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53522026-08-27T01:04:48.177Z[ recovery-image] Aug 27 01:04:46.803 INFO O| Aug 27 01:04:46.803 INFO STEP 21 (remove_files) COMPLETE
53532026-08-27T01:04:48.177Z[ recovery-image] Aug 27 01:04:46.803 INFO O| Aug 27 01:04:46.803 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-27T01:04:48.218Z[ recovery-image] Aug 27 01:04:46.844 INFO O| Aug 27 01:04:46.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53552026-08-27T01:04:48.243Z[ recovery-image] Aug 27 01:04:46.869 INFO O| Aug 27 01:04:46.869 INFO STEP 22 (remove_files) COMPLETE
53562026-08-27T01:04:48.247Z[ recovery-image] Aug 27 01:04:46.869 INFO O| Aug 27 01:04:46.869 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-27T01:04:48.253Z[ recovery-image] Aug 27 01:04:46.879 INFO O| Aug 27 01:04:46.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53582026-08-27T01:04:48.281Z[ recovery-image] Aug 27 01:04:46.901 INFO O| Aug 27 01:04:46.901 INFO STEP 23 (remove_files) COMPLETE
53592026-08-27T01:04:48.282Z[ recovery-image] Aug 27 01:04:46.901 INFO O| Aug 27 01:04:46.901 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-27T01:04:48.286Z[ recovery-image] Aug 27 01:04:46.912 INFO O| Aug 27 01:04:46.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53612026-08-27T01:04:48.286Z[ recovery-image] Aug 27 01:04:46.912 INFO O| Aug 27 01:04:46.912 INFO STEP 24 (remove_files) COMPLETE
53622026-08-27T01:04:48.290Z[ recovery-image] Aug 27 01:04:46.912 INFO O| Aug 27 01:04:46.912 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-27T01:04:48.296Z[ recovery-image] Aug 27 01:04:46.922 INFO O| Aug 27 01:04:46.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53642026-08-27T01:04:48.317Z[ recovery-image] Aug 27 01:04:46.943 INFO O| Aug 27 01:04:46.943 INFO STEP 25 (remove_files) COMPLETE
53652026-08-27T01:04:48.317Z[ recovery-image] Aug 27 01:04:46.943 INFO O| Aug 27 01:04:46.943 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-27T01:04:48.349Z[ recovery-image] Aug 27 01:04:46.975 INFO O| Aug 27 01:04:46.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53672026-08-27T01:04:48.351Z[ recovery-image] Aug 27 01:04:46.975 INFO O| Aug 27 01:04:46.975 INFO STEP 26 (remove_files) COMPLETE
53682026-08-27T01:04:48.351Z[ recovery-image] Aug 27 01:04:46.975 INFO O| Aug 27 01:04:46.975 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-27T01:04:48.357Z[ recovery-image] Aug 27 01:04:46.983 INFO O| Aug 27 01:04:46.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53702026-08-27T01:04:48.361Z[ recovery-image] Aug 27 01:04:46.987 INFO O| Aug 27 01:04:46.987 INFO STEP 27 (remove_files) COMPLETE
53712026-08-27T01:04:48.361Z[ recovery-image] Aug 27 01:04:46.987 INFO O| Aug 27 01:04:46.987 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-27T01:04:48.364Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53732026-08-27T01:04:48.370Z[ recovery-image] Aug 27 01:04:46.996 INFO O| Aug 27 01:04:46.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53742026-08-27T01:04:48.370Z[ recovery-image] Aug 27 01:04:46.996 INFO O| Aug 27 01:04:46.996 INFO STEP 28 (remove_files) COMPLETE
53752026-08-27T01:04:48.370Z[ recovery-image] Aug 27 01:04:46.996 INFO O| Aug 27 01:04:46.996 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-27T01:04:48.379Z[ recovery-image] Aug 27 01:04:47.004 INFO O| Aug 27 01:04:47.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53772026-08-27T01:04:48.379Z[ recovery-image] Aug 27 01:04:47.005 INFO O| Aug 27 01:04:47.004 INFO STEP 29 (remove_files) COMPLETE
53782026-08-27T01:04:48.379Z[ recovery-image] Aug 27 01:04:47.005 INFO O| Aug 27 01:04:47.004 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-27T01:04:48.387Z[ recovery-image] Aug 27 01:04:47.013 INFO O| Aug 27 01:04:47.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53802026-08-27T01:04:48.387Z[ recovery-image] Aug 27 01:04:47.013 INFO O| Aug 27 01:04:47.013 INFO STEP 30 (remove_files) COMPLETE
53812026-08-27T01:04:48.387Z[ recovery-image] Aug 27 01:04:47.013 INFO O| Aug 27 01:04:47.013 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-27T01:04:48.395Z[ recovery-image] Aug 27 01:04:47.021 INFO O| Aug 27 01:04:47.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53832026-08-27T01:04:48.396Z[ recovery-image] Aug 27 01:04:47.021 INFO O| Aug 27 01:04:47.021 INFO STEP 31 (remove_files) COMPLETE
53842026-08-27T01:04:48.399Z[ recovery-image] Aug 27 01:04:47.021 INFO O| Aug 27 01:04:47.021 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-27T01:04:48.404Z[ recovery-image] Aug 27 01:04:47.029 INFO O| Aug 27 01:04:47.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53862026-08-27T01:04:48.418Z[ recovery-image] Aug 27 01:04:47.044 INFO O| Aug 27 01:04:47.044 INFO STEP 32 (remove_files) COMPLETE
53872026-08-27T01:04:48.418Z[ recovery-image] Aug 27 01:04:47.044 INFO O| Aug 27 01:04:47.044 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-27T01:04:48.435Z[ recovery-image] Aug 27 01:04:47.059 INFO O| Aug 27 01:04:47.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53892026-08-27T01:04:48.435Z[ recovery-image] Aug 27 01:04:47.059 INFO O| Aug 27 01:04:47.059 INFO STEP 33 (remove_files) COMPLETE
53902026-08-27T01:04:48.435Z[ recovery-image] Aug 27 01:04:47.059 INFO O| Aug 27 01:04:47.059 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-27T01:04:48.442Z[ recovery-image] Aug 27 01:04:47.068 INFO O| Aug 27 01:04:47.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53922026-08-27T01:04:48.442Z[ recovery-image] Aug 27 01:04:47.068 INFO O| Aug 27 01:04:47.068 INFO STEP 34 (remove_files) COMPLETE
53932026-08-27T01:04:48.446Z[ recovery-image] Aug 27 01:04:47.068 INFO O| Aug 27 01:04:47.068 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-27T01:04:48.456Z[ recovery-image] Aug 27 01:04:47.078 INFO O| Aug 27 01:04:47.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53952026-08-27T01:04:48.456Z[ recovery-image] Aug 27 01:04:47.079 INFO O| Aug 27 01:04:47.079 INFO STEP 35 (remove_files) COMPLETE
53962026-08-27T01:04:48.459Z[ recovery-image] Aug 27 01:04:47.079 INFO O| Aug 27 01:04:47.079 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-27T01:04:48.462Z[ recovery-image] Aug 27 01:04:47.088 INFO O| Aug 27 01:04:47.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53982026-08-27T01:04:48.463Z[ recovery-image] Aug 27 01:04:47.088 INFO O| Aug 27 01:04:47.088 INFO STEP 36 (remove_files) COMPLETE
53992026-08-27T01:04:48.463Z[ recovery-image] Aug 27 01:04:47.088 INFO O| Aug 27 01:04:47.088 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-27T01:04:48.471Z[ recovery-image] Aug 27 01:04:47.096 INFO O| Aug 27 01:04:47.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54012026-08-27T01:04:48.471Z[ recovery-image] Aug 27 01:04:47.096 INFO O| Aug 27 01:04:47.096 INFO STEP 37 (remove_files) COMPLETE
54022026-08-27T01:04:48.471Z[ recovery-image] Aug 27 01:04:47.096 INFO O| Aug 27 01:04:47.096 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-27T01:04:48.480Z[ recovery-image] Aug 27 01:04:47.106 INFO O| Aug 27 01:04:47.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54042026-08-27T01:04:48.480Z[ recovery-image] Aug 27 01:04:47.106 INFO O| Aug 27 01:04:47.106 INFO STEP 38 (remove_files) COMPLETE
54052026-08-27T01:04:48.480Z[ recovery-image] Aug 27 01:04:47.106 INFO O| Aug 27 01:04:47.106 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-27T01:04:48.489Z[ recovery-image] Aug 27 01:04:47.115 INFO O| Aug 27 01:04:47.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54072026-08-27T01:04:48.489Z[ recovery-image] Aug 27 01:04:47.115 INFO O| Aug 27 01:04:47.115 INFO STEP 39 (remove_files) COMPLETE
54082026-08-27T01:04:48.489Z[ recovery-image] Aug 27 01:04:47.115 INFO O| Aug 27 01:04:47.115 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-27T01:04:48.498Z[ recovery-image] Aug 27 01:04:47.124 INFO O| Aug 27 01:04:47.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54102026-08-27T01:04:48.498Z[ recovery-image] Aug 27 01:04:47.124 INFO O| Aug 27 01:04:47.124 INFO STEP 40 (remove_files) COMPLETE
54112026-08-27T01:04:48.501Z[ recovery-image] Aug 27 01:04:47.124 INFO O| Aug 27 01:04:47.124 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-27T01:04:48.507Z[ recovery-image] Aug 27 01:04:47.133 INFO O| Aug 27 01:04:47.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54132026-08-27T01:04:48.507Z[ recovery-image] Aug 27 01:04:47.133 INFO O| Aug 27 01:04:47.133 INFO STEP 41 (remove_files) COMPLETE
54142026-08-27T01:04:48.507Z[ recovery-image] Aug 27 01:04:47.133 INFO O| Aug 27 01:04:47.133 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-27T01:04:48.516Z[ recovery-image] Aug 27 01:04:47.142 INFO O| Aug 27 01:04:47.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54162026-08-27T01:04:48.516Z[ recovery-image] Aug 27 01:04:47.142 INFO O| Aug 27 01:04:47.142 INFO STEP 42 (remove_files) COMPLETE
54172026-08-27T01:04:48.516Z[ recovery-image] Aug 27 01:04:47.142 INFO O| Aug 27 01:04:47.142 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-27T01:04:48.525Z[ recovery-image] Aug 27 01:04:47.150 INFO O| Aug 27 01:04:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54192026-08-27T01:04:48.525Z[ recovery-image] Aug 27 01:04:47.151 INFO O| Aug 27 01:04:47.150 INFO STEP 43 (remove_files) COMPLETE
54202026-08-27T01:04:48.525Z[ recovery-image] Aug 27 01:04:47.151 INFO O| Aug 27 01:04:47.151 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-27T01:04:48.533Z[ recovery-image] Aug 27 01:04:47.159 INFO O| Aug 27 01:04:47.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54222026-08-27T01:04:48.534Z[ recovery-image] Aug 27 01:04:47.159 INFO O| Aug 27 01:04:47.159 INFO STEP 44 (remove_files) COMPLETE
54232026-08-27T01:04:48.534Z[ recovery-image] Aug 27 01:04:47.159 INFO O| Aug 27 01:04:47.159 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-27T01:04:48.543Z[ recovery-image] Aug 27 01:04:47.168 INFO O| Aug 27 01:04:47.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54252026-08-27T01:04:48.543Z[ recovery-image] Aug 27 01:04:47.169 INFO O| Aug 27 01:04:47.169 INFO STEP 45 (remove_files) COMPLETE
54262026-08-27T01:04:48.546Z[ recovery-image] Aug 27 01:04:47.169 INFO O| Aug 27 01:04:47.169 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-27T01:04:48.555Z[ recovery-image] Aug 27 01:04:47.178 INFO O| Aug 27 01:04:47.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54282026-08-27T01:04:48.555Z[ recovery-image] Aug 27 01:04:47.178 INFO O| Aug 27 01:04:47.178 INFO STEP 46 (remove_files) COMPLETE
54292026-08-27T01:04:48.555Z[ recovery-image] Aug 27 01:04:47.178 INFO O| Aug 27 01:04:47.178 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-27T01:04:48.562Z[ recovery-image] Aug 27 01:04:47.188 INFO O| Aug 27 01:04:47.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54312026-08-27T01:04:48.563Z[ recovery-image] Aug 27 01:04:47.188 INFO O| Aug 27 01:04:47.188 INFO STEP 47 (remove_files) COMPLETE
54322026-08-27T01:04:48.567Z[ recovery-image] Aug 27 01:04:47.188 INFO O| Aug 27 01:04:47.188 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-27T01:04:48.573Z[ recovery-image] Aug 27 01:04:47.198 INFO O| Aug 27 01:04:47.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54342026-08-27T01:04:48.573Z[ recovery-image] Aug 27 01:04:47.198 INFO O| Aug 27 01:04:47.198 INFO STEP 48 (remove_files) COMPLETE
54352026-08-27T01:04:48.574Z[ recovery-image] Aug 27 01:04:47.198 INFO O| Aug 27 01:04:47.198 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-27T01:04:48.582Z[ recovery-image] Aug 27 01:04:47.207 INFO O| Aug 27 01:04:47.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54372026-08-27T01:04:48.582Z[ recovery-image] Aug 27 01:04:47.207 INFO O| Aug 27 01:04:47.207 INFO STEP 49 (remove_files) COMPLETE
54382026-08-27T01:04:48.583Z[ recovery-image] Aug 27 01:04:47.207 INFO O| Aug 27 01:04:47.207 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-27T01:04:48.591Z[ recovery-image] Aug 27 01:04:47.217 INFO O| Aug 27 01:04:47.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54402026-08-27T01:04:48.591Z[ recovery-image] Aug 27 01:04:47.217 INFO O| Aug 27 01:04:47.217 INFO STEP 50 (remove_files) COMPLETE
54412026-08-27T01:04:48.594Z[ recovery-image] Aug 27 01:04:47.217 INFO O| Aug 27 01:04:47.217 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-27T01:04:48.599Z[ recovery-image] Aug 27 01:04:47.225 INFO O| Aug 27 01:04:47.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54432026-08-27T01:04:48.602Z[ recovery-image] Aug 27 01:04:47.226 INFO O| Aug 27 01:04:47.226 INFO STEP 51 (remove_files) COMPLETE
54442026-08-27T01:04:48.603Z[ recovery-image] Aug 27 01:04:47.226 INFO O| Aug 27 01:04:47.226 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-27T01:04:48.612Z[ recovery-image] Aug 27 01:04:47.237 INFO O| Aug 27 01:04:47.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54462026-08-27T01:04:48.612Z[ recovery-image] Aug 27 01:04:47.237 INFO O| Aug 27 01:04:47.237 INFO STEP 52 (remove_files) COMPLETE
54472026-08-27T01:04:48.612Z[ recovery-image] Aug 27 01:04:47.237 INFO O| Aug 27 01:04:47.237 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-27T01:04:48.621Z[ recovery-image] Aug 27 01:04:47.247 INFO O| Aug 27 01:04:47.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54492026-08-27T01:04:48.621Z[ recovery-image] Aug 27 01:04:47.247 INFO O| Aug 27 01:04:47.247 INFO STEP 53 (remove_files) COMPLETE
54502026-08-27T01:04:48.621Z[ recovery-image] Aug 27 01:04:47.247 INFO O| Aug 27 01:04:47.247 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-27T01:04:48.632Z[ recovery-image] Aug 27 01:04:47.257 INFO O| Aug 27 01:04:47.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54522026-08-27T01:04:48.632Z[ recovery-image] Aug 27 01:04:47.257 INFO O| Aug 27 01:04:47.257 INFO STEP 54 (remove_files) COMPLETE
54532026-08-27T01:04:48.637Z[ recovery-image] Aug 27 01:04:47.257 INFO O| Aug 27 01:04:47.257 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-27T01:04:48.642Z[ recovery-image] Aug 27 01:04:47.267 INFO O| Aug 27 01:04:47.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54552026-08-27T01:04:48.642Z[ recovery-image] Aug 27 01:04:47.268 INFO O| Aug 27 01:04:47.268 INFO STEP 55 (remove_files) COMPLETE
54562026-08-27T01:04:48.642Z[ recovery-image] Aug 27 01:04:47.268 INFO O| Aug 27 01:04:47.268 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-27T01:04:48.652Z[ recovery-image] Aug 27 01:04:47.278 INFO O| Aug 27 01:04:47.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54582026-08-27T01:04:48.652Z[ recovery-image] Aug 27 01:04:47.278 INFO O| Aug 27 01:04:47.278 INFO STEP 56 (remove_files) COMPLETE
54592026-08-27T01:04:48.652Z[ recovery-image] Aug 27 01:04:47.278 INFO O| Aug 27 01:04:47.278 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-27T01:04:48.665Z[ recovery-image] Aug 27 01:04:47.288 INFO O| Aug 27 01:04:47.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54612026-08-27T01:04:48.665Z[ recovery-image] Aug 27 01:04:47.288 INFO O| Aug 27 01:04:47.288 INFO STEP 57 (remove_files) COMPLETE
54622026-08-27T01:04:48.665Z[ recovery-image] Aug 27 01:04:47.288 INFO O| Aug 27 01:04:47.288 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-27T01:04:48.674Z[ recovery-image] Aug 27 01:04:47.297 INFO O| Aug 27 01:04:47.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54642026-08-27T01:04:48.674Z[ recovery-image] Aug 27 01:04:47.297 INFO O| Aug 27 01:04:47.297 INFO STEP 58 (remove_files) COMPLETE
54652026-08-27T01:04:48.677Z[ recovery-image] Aug 27 01:04:47.297 INFO O| Aug 27 01:04:47.297 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-27T01:04:48.682Z[ recovery-image] Aug 27 01:04:47.305 INFO O| Aug 27 01:04:47.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54672026-08-27T01:04:48.682Z[ recovery-image] Aug 27 01:04:47.305 INFO O| Aug 27 01:04:47.305 INFO STEP 59 (remove_files) COMPLETE
54682026-08-27T01:04:48.682Z[ recovery-image] Aug 27 01:04:47.305 INFO O| Aug 27 01:04:47.305 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-27T01:04:48.687Z[ recovery-image] Aug 27 01:04:47.313 INFO O| Aug 27 01:04:47.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54702026-08-27T01:04:48.687Z[ recovery-image] Aug 27 01:04:47.313 INFO O| Aug 27 01:04:47.313 INFO STEP 60 (remove_files) COMPLETE
54712026-08-27T01:04:48.687Z[ recovery-image] Aug 27 01:04:47.313 INFO O| Aug 27 01:04:47.313 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-27T01:04:48.697Z[ recovery-image] Aug 27 01:04:47.323 INFO O| Aug 27 01:04:47.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54732026-08-27T01:04:48.697Z[ recovery-image] Aug 27 01:04:47.323 INFO O| Aug 27 01:04:47.323 INFO STEP 61 (remove_files) COMPLETE
54742026-08-27T01:04:48.697Z[ recovery-image] Aug 27 01:04:47.323 INFO O| Aug 27 01:04:47.323 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-27T01:04:48.707Z[ recovery-image] Aug 27 01:04:47.333 INFO O| Aug 27 01:04:47.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54762026-08-27T01:04:48.707Z[ recovery-image] Aug 27 01:04:47.333 INFO O| Aug 27 01:04:47.333 INFO STEP 62 (remove_files) COMPLETE
54772026-08-27T01:04:48.712Z[ recovery-image] Aug 27 01:04:47.333 INFO O| Aug 27 01:04:47.333 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-27T01:04:48.717Z[ recovery-image] Aug 27 01:04:47.343 INFO O| Aug 27 01:04:47.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54792026-08-27T01:04:48.718Z[ recovery-image] Aug 27 01:04:47.343 INFO O| Aug 27 01:04:47.343 INFO STEP 63 (remove_files) COMPLETE
54802026-08-27T01:04:48.722Z[ recovery-image] Aug 27 01:04:47.343 INFO O| Aug 27 01:04:47.343 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-27T01:04:48.727Z[ recovery-image] Aug 27 01:04:47.353 INFO O| Aug 27 01:04:47.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54822026-08-27T01:04:48.732Z[ recovery-image] Aug 27 01:04:47.354 INFO O| Aug 27 01:04:47.354 INFO STEP 64 (remove_files) COMPLETE
54832026-08-27T01:04:48.733Z[ recovery-image] Aug 27 01:04:47.354 INFO O| Aug 27 01:04:47.354 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-27T01:04:48.738Z[ recovery-image] Aug 27 01:04:47.364 INFO O| Aug 27 01:04:47.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54852026-08-27T01:04:48.738Z[ recovery-image] Aug 27 01:04:47.364 INFO O| Aug 27 01:04:47.364 INFO STEP 65 (remove_files) COMPLETE
54862026-08-27T01:04:48.738Z[ recovery-image] Aug 27 01:04:47.364 INFO O| Aug 27 01:04:47.364 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-27T01:04:48.748Z[ recovery-image] Aug 27 01:04:47.374 INFO O| Aug 27 01:04:47.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54882026-08-27T01:04:48.749Z[ recovery-image] Aug 27 01:04:47.374 INFO O| Aug 27 01:04:47.374 INFO STEP 66 (remove_files) COMPLETE
54892026-08-27T01:04:48.752Z[ recovery-image] Aug 27 01:04:47.374 INFO O| Aug 27 01:04:47.374 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-27T01:04:48.760Z[ recovery-image] Aug 27 01:04:47.385 INFO O| Aug 27 01:04:47.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54912026-08-27T01:04:48.760Z[ recovery-image] Aug 27 01:04:47.385 INFO O| Aug 27 01:04:47.385 INFO STEP 67 (remove_files) COMPLETE
54922026-08-27T01:04:48.760Z[ recovery-image] Aug 27 01:04:47.385 INFO O| Aug 27 01:04:47.385 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-27T01:04:48.770Z[ recovery-image] Aug 27 01:04:47.396 INFO O| Aug 27 01:04:47.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54942026-08-27T01:04:48.770Z[ recovery-image] Aug 27 01:04:47.396 INFO O| Aug 27 01:04:47.396 INFO STEP 68 (remove_files) COMPLETE
54952026-08-27T01:04:48.770Z[ recovery-image] Aug 27 01:04:47.396 INFO O| Aug 27 01:04:47.396 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-27T01:04:48.785Z[ recovery-image] Aug 27 01:04:47.405 INFO O| Aug 27 01:04:47.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54972026-08-27T01:04:48.785Z[ recovery-image] Aug 27 01:04:47.406 INFO O| Aug 27 01:04:47.406 INFO STEP 69 (remove_files) COMPLETE
54982026-08-27T01:04:48.785Z[ recovery-image] Aug 27 01:04:47.406 INFO O| Aug 27 01:04:47.406 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-27T01:04:48.793Z[ recovery-image] Aug 27 01:04:47.415 INFO O| Aug 27 01:04:47.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55002026-08-27T01:04:48.793Z[ recovery-image] Aug 27 01:04:47.415 INFO O| Aug 27 01:04:47.415 INFO STEP 70 (remove_files) COMPLETE
55012026-08-27T01:04:48.793Z[ recovery-image] Aug 27 01:04:47.415 INFO O| Aug 27 01:04:47.415 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-27T01:04:48.800Z[ recovery-image] Aug 27 01:04:47.425 INFO O| Aug 27 01:04:47.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55032026-08-27T01:04:48.805Z[ recovery-image] Aug 27 01:04:47.426 INFO O| Aug 27 01:04:47.426 INFO STEP 71 (remove_files) COMPLETE
55042026-08-27T01:04:48.805Z[ recovery-image] Aug 27 01:04:47.426 INFO O| Aug 27 01:04:47.426 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-27T01:04:48.810Z[ recovery-image] Aug 27 01:04:47.436 INFO O| Aug 27 01:04:47.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55062026-08-27T01:04:48.810Z[ recovery-image] Aug 27 01:04:47.436 INFO O| Aug 27 01:04:47.436 INFO STEP 72 (remove_files) COMPLETE
55072026-08-27T01:04:48.810Z[ recovery-image] Aug 27 01:04:47.436 INFO O| Aug 27 01:04:47.436 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-27T01:04:48.820Z[ recovery-image] Aug 27 01:04:47.446 INFO O| Aug 27 01:04:47.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55092026-08-27T01:04:48.820Z[ recovery-image] Aug 27 01:04:47.446 INFO O| Aug 27 01:04:47.446 INFO STEP 73 (remove_files) COMPLETE
55102026-08-27T01:04:48.820Z[ recovery-image] Aug 27 01:04:47.446 INFO O| Aug 27 01:04:47.446 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-27T01:04:48.829Z[ recovery-image] Aug 27 01:04:47.455 INFO O| Aug 27 01:04:47.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55122026-08-27T01:04:48.829Z[ recovery-image] Aug 27 01:04:47.455 INFO O| Aug 27 01:04:47.455 INFO STEP 74 (remove_files) COMPLETE
55132026-08-27T01:04:48.829Z[ recovery-image] Aug 27 01:04:47.455 INFO O| Aug 27 01:04:47.455 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-27T01:04:48.839Z[ recovery-image] Aug 27 01:04:47.465 INFO O| Aug 27 01:04:47.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55152026-08-27T01:04:48.839Z[ recovery-image] Aug 27 01:04:47.465 INFO O| Aug 27 01:04:47.465 INFO STEP 75 (remove_files) COMPLETE
55162026-08-27T01:04:48.839Z[ recovery-image] Aug 27 01:04:47.465 INFO O| Aug 27 01:04:47.465 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-27T01:04:48.848Z[ recovery-image] Aug 27 01:04:47.474 INFO O| Aug 27 01:04:47.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55182026-08-27T01:04:48.848Z[ recovery-image] Aug 27 01:04:47.474 INFO O| Aug 27 01:04:47.474 INFO STEP 76 (remove_files) COMPLETE
55192026-08-27T01:04:48.848Z[ recovery-image] Aug 27 01:04:47.474 INFO O| Aug 27 01:04:47.474 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-27T01:04:48.859Z[ recovery-image] Aug 27 01:04:47.484 INFO O| Aug 27 01:04:47.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55212026-08-27T01:04:48.859Z[ recovery-image] Aug 27 01:04:47.484 INFO O| Aug 27 01:04:47.484 INFO STEP 77 (remove_files) COMPLETE
55222026-08-27T01:04:48.859Z[ recovery-image] Aug 27 01:04:47.484 INFO O| Aug 27 01:04:47.484 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-27T01:04:48.868Z[ recovery-image] Aug 27 01:04:47.494 INFO O| Aug 27 01:04:47.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55242026-08-27T01:04:48.868Z[ recovery-image] Aug 27 01:04:47.494 INFO O| Aug 27 01:04:47.494 INFO STEP 78 (remove_files) COMPLETE
55252026-08-27T01:04:48.868Z[ recovery-image] Aug 27 01:04:47.494 INFO O| Aug 27 01:04:47.494 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-27T01:04:48.879Z[ recovery-image] Aug 27 01:04:47.504 INFO O| Aug 27 01:04:47.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55272026-08-27T01:04:48.879Z[ recovery-image] Aug 27 01:04:47.505 INFO O| Aug 27 01:04:47.505 INFO STEP 79 (remove_files) COMPLETE
55282026-08-27T01:04:48.885Z[ recovery-image] Aug 27 01:04:47.505 INFO O| Aug 27 01:04:47.505 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-27T01:04:48.889Z[ recovery-image] Aug 27 01:04:47.515 INFO O| Aug 27 01:04:47.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55302026-08-27T01:04:48.889Z[ recovery-image] Aug 27 01:04:47.515 INFO O| Aug 27 01:04:47.515 INFO STEP 80 (remove_files) COMPLETE
55312026-08-27T01:04:48.889Z[ recovery-image] Aug 27 01:04:47.515 INFO O| Aug 27 01:04:47.515 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-27T01:04:48.949Z[ recovery-image] Aug 27 01:04:47.536 INFO O| Aug 27 01:04:47.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55332026-08-27T01:04:48.949Z[ recovery-image] Aug 27 01:04:47.536 INFO O| Aug 27 01:04:47.536 INFO STEP 81 (remove_files) COMPLETE
55342026-08-27T01:04:48.949Z[ recovery-image] Aug 27 01:04:47.536 INFO O| Aug 27 01:04:47.536 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.546 INFO O| Aug 27 01:04:47.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55362026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.546 INFO O| Aug 27 01:04:47.546 INFO STEP 82 (remove_files) COMPLETE
55372026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.546 INFO O| Aug 27 01:04:47.546 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.556 INFO O| Aug 27 01:04:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55392026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.556 INFO O| Aug 27 01:04:47.556 INFO STEP 83 (remove_files) COMPLETE
55402026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.556 INFO O| Aug 27 01:04:47.556 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.565 INFO O| Aug 27 01:04:47.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55422026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.566 INFO O| Aug 27 01:04:47.566 INFO STEP 84 (remove_files) COMPLETE
55432026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.566 INFO O| Aug 27 01:04:47.566 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.576 INFO O| Aug 27 01:04:47.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55452026-08-27T01:04:48.954Z[ recovery-image] Aug 27 01:04:47.576 INFO O| Aug 27 01:04:47.576 INFO STEP 85 (remove_files) COMPLETE
55462026-08-27T01:04:48.955Z[ recovery-image] Aug 27 01:04:47.576 INFO O| Aug 27 01:04:47.576 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-27T01:04:48.961Z[ recovery-image] Aug 27 01:04:47.586 INFO O| Aug 27 01:04:47.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55482026-08-27T01:04:48.961Z[ recovery-image] Aug 27 01:04:47.586 INFO O| Aug 27 01:04:47.586 INFO STEP 86 (remove_files) COMPLETE
55492026-08-27T01:04:48.961Z[ recovery-image] Aug 27 01:04:47.586 INFO O| Aug 27 01:04:47.586 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-27T01:04:48.970Z[ recovery-image] Aug 27 01:04:47.596 INFO O| Aug 27 01:04:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55512026-08-27T01:04:48.973Z[ recovery-image] Aug 27 01:04:47.596 INFO O| Aug 27 01:04:47.596 INFO STEP 87 (remove_files) COMPLETE
55522026-08-27T01:04:48.973Z[ recovery-image] Aug 27 01:04:47.596 INFO O| Aug 27 01:04:47.596 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-27T01:04:48.980Z[ recovery-image] Aug 27 01:04:47.606 INFO O| Aug 27 01:04:47.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55542026-08-27T01:04:48.980Z[ recovery-image] Aug 27 01:04:47.606 INFO O| Aug 27 01:04:47.606 INFO STEP 88 (remove_files) COMPLETE
55552026-08-27T01:04:48.983Z[ recovery-image] Aug 27 01:04:47.606 INFO O| Aug 27 01:04:47.606 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-27T01:04:48.991Z[ recovery-image] Aug 27 01:04:47.616 INFO O| Aug 27 01:04:47.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55572026-08-27T01:04:48.991Z[ recovery-image] Aug 27 01:04:47.616 INFO O| Aug 27 01:04:47.616 INFO STEP 89 (remove_files) COMPLETE
55582026-08-27T01:04:48.995Z[ recovery-image] Aug 27 01:04:47.616 INFO O| Aug 27 01:04:47.616 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-27T01:04:49.003Z[ recovery-image] Aug 27 01:04:47.628 INFO O| Aug 27 01:04:47.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55602026-08-27T01:04:49.003Z[ recovery-image] Aug 27 01:04:47.629 INFO O| Aug 27 01:04:47.628 INFO STEP 90 (remove_files) COMPLETE
55612026-08-27T01:04:49.003Z[ recovery-image] Aug 27 01:04:47.629 INFO O| Aug 27 01:04:47.628 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-27T01:04:49.012Z[ recovery-image] Aug 27 01:04:47.638 INFO O| Aug 27 01:04:47.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55632026-08-27T01:04:49.012Z[ recovery-image] Aug 27 01:04:47.638 INFO O| Aug 27 01:04:47.638 INFO STEP 91 (remove_files) COMPLETE
55642026-08-27T01:04:49.012Z[ recovery-image] Aug 27 01:04:47.638 INFO O| Aug 27 01:04:47.638 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-27T01:04:49.020Z[ recovery-image] Aug 27 01:04:47.646 INFO O| Aug 27 01:04:47.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55662026-08-27T01:04:49.021Z[ recovery-image] Aug 27 01:04:47.646 INFO O| Aug 27 01:04:47.646 INFO STEP 92 (remove_files) COMPLETE
55672026-08-27T01:04:49.021Z[ recovery-image] Aug 27 01:04:47.646 INFO O| Aug 27 01:04:47.646 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-27T01:04:49.029Z[ recovery-image] Aug 27 01:04:47.654 INFO O| Aug 27 01:04:47.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55692026-08-27T01:04:49.029Z[ recovery-image] Aug 27 01:04:47.654 INFO O| Aug 27 01:04:47.654 INFO STEP 93 (remove_files) COMPLETE
55702026-08-27T01:04:49.029Z[ recovery-image] Aug 27 01:04:47.654 INFO O| Aug 27 01:04:47.654 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-27T01:04:49.038Z[ recovery-image] Aug 27 01:04:47.663 INFO O| Aug 27 01:04:47.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55722026-08-27T01:04:49.038Z[ recovery-image] Aug 27 01:04:47.663 INFO O| Aug 27 01:04:47.663 INFO STEP 94 (remove_files) COMPLETE
55732026-08-27T01:04:49.038Z[ recovery-image] Aug 27 01:04:47.663 INFO O| Aug 27 01:04:47.663 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-27T01:04:49.045Z[ recovery-image] Aug 27 01:04:47.671 INFO O| Aug 27 01:04:47.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55752026-08-27T01:04:49.045Z[ recovery-image] Aug 27 01:04:47.671 INFO O| Aug 27 01:04:47.671 INFO STEP 95 (remove_files) COMPLETE
55762026-08-27T01:04:49.049Z[ recovery-image] Aug 27 01:04:47.671 INFO O| Aug 27 01:04:47.671 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-27T01:04:49.055Z[ recovery-image] Aug 27 01:04:47.680 INFO O| Aug 27 01:04:47.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55782026-08-27T01:04:49.055Z[ recovery-image] Aug 27 01:04:47.680 INFO O| Aug 27 01:04:47.680 INFO STEP 96 (remove_files) COMPLETE
55792026-08-27T01:04:49.055Z[ recovery-image] Aug 27 01:04:47.680 INFO O| Aug 27 01:04:47.680 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-27T01:04:49.064Z[ recovery-image] Aug 27 01:04:47.689 INFO O| Aug 27 01:04:47.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55812026-08-27T01:04:49.064Z[ recovery-image] Aug 27 01:04:47.689 INFO O| Aug 27 01:04:47.689 INFO STEP 97 (remove_files) COMPLETE
55822026-08-27T01:04:49.064Z[ recovery-image] Aug 27 01:04:47.689 INFO O| Aug 27 01:04:47.689 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-27T01:04:49.073Z[ recovery-image] Aug 27 01:04:47.698 INFO O| Aug 27 01:04:47.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55842026-08-27T01:04:49.073Z[ recovery-image] Aug 27 01:04:47.698 INFO O| Aug 27 01:04:47.698 INFO STEP 98 (remove_files) COMPLETE
55852026-08-27T01:04:49.073Z[ recovery-image] Aug 27 01:04:47.698 INFO O| Aug 27 01:04:47.698 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-27T01:04:49.082Z[ recovery-image] Aug 27 01:04:47.707 INFO O| Aug 27 01:04:47.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55872026-08-27T01:04:49.082Z[ recovery-image] Aug 27 01:04:47.707 INFO O| Aug 27 01:04:47.707 INFO STEP 99 (remove_files) COMPLETE
55882026-08-27T01:04:49.082Z[ recovery-image] Aug 27 01:04:47.707 INFO O| Aug 27 01:04:47.707 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-27T01:04:49.090Z[ recovery-image] Aug 27 01:04:47.716 INFO O| Aug 27 01:04:47.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55902026-08-27T01:04:49.091Z[ recovery-image] Aug 27 01:04:47.716 INFO O| Aug 27 01:04:47.716 INFO STEP 100 (remove_files) COMPLETE
55912026-08-27T01:04:49.094Z[ recovery-image] Aug 27 01:04:47.716 INFO O| Aug 27 01:04:47.716 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-27T01:04:49.099Z[ recovery-image] Aug 27 01:04:47.725 INFO O| Aug 27 01:04:47.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55932026-08-27T01:04:49.099Z[ recovery-image] Aug 27 01:04:47.725 INFO O| Aug 27 01:04:47.725 INFO STEP 101 (remove_files) COMPLETE
55942026-08-27T01:04:49.099Z[ recovery-image] Aug 27 01:04:47.725 INFO O| Aug 27 01:04:47.725 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-27T01:04:49.119Z[ recovery-image] Aug 27 01:04:47.745 INFO O| Aug 27 01:04:47.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55962026-08-27T01:04:49.119Z[ recovery-image] Aug 27 01:04:47.745 INFO O| Aug 27 01:04:47.745 INFO STEP 102 (remove_files) COMPLETE
55972026-08-27T01:04:49.119Z[ recovery-image] Aug 27 01:04:47.745 INFO O| Aug 27 01:04:47.745 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-27T01:04:49.128Z[ recovery-image] Aug 27 01:04:47.754 INFO O| Aug 27 01:04:47.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55992026-08-27T01:04:49.129Z[ recovery-image] Aug 27 01:04:47.754 INFO O| Aug 27 01:04:47.754 INFO STEP 103 (remove_files) COMPLETE
56002026-08-27T01:04:49.129Z[ recovery-image] Aug 27 01:04:47.754 INFO O| Aug 27 01:04:47.754 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-27T01:04:49.139Z[ recovery-image] Aug 27 01:04:47.765 INFO O| Aug 27 01:04:47.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56022026-08-27T01:04:49.140Z[ recovery-image] Aug 27 01:04:47.765 INFO O| Aug 27 01:04:47.765 INFO STEP 104 (remove_files) COMPLETE
56032026-08-27T01:04:49.140Z[ recovery-image] Aug 27 01:04:47.765 INFO O| Aug 27 01:04:47.765 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-27T01:04:49.149Z[ recovery-image] Aug 27 01:04:47.775 INFO O| Aug 27 01:04:47.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56052026-08-27T01:04:49.149Z[ recovery-image] Aug 27 01:04:47.775 INFO O| Aug 27 01:04:47.775 INFO STEP 105 (remove_files) COMPLETE
56062026-08-27T01:04:49.149Z[ recovery-image] Aug 27 01:04:47.775 INFO O| Aug 27 01:04:47.775 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-27T01:04:49.157Z[ recovery-image] Aug 27 01:04:47.783 INFO O| Aug 27 01:04:47.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56082026-08-27T01:04:49.157Z[ recovery-image] Aug 27 01:04:47.783 INFO O| Aug 27 01:04:47.783 INFO STEP 106 (remove_files) COMPLETE
56092026-08-27T01:04:49.157Z[ recovery-image] Aug 27 01:04:47.783 INFO O| Aug 27 01:04:47.783 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-27T01:04:49.165Z[ recovery-image] Aug 27 01:04:47.791 INFO O| Aug 27 01:04:47.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56112026-08-27T01:04:49.165Z[ recovery-image] Aug 27 01:04:47.791 INFO O| Aug 27 01:04:47.791 INFO STEP 107 (remove_files) COMPLETE
56122026-08-27T01:04:49.165Z[ recovery-image] Aug 27 01:04:47.791 INFO O| Aug 27 01:04:47.791 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-27T01:04:49.173Z[ recovery-image] Aug 27 01:04:47.799 INFO O| Aug 27 01:04:47.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56142026-08-27T01:04:49.173Z[ recovery-image] Aug 27 01:04:47.799 INFO O| Aug 27 01:04:47.799 INFO STEP 108 (remove_files) COMPLETE
56152026-08-27T01:04:49.173Z[ recovery-image] Aug 27 01:04:47.799 INFO O| Aug 27 01:04:47.799 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-27T01:04:49.182Z[ recovery-image] Aug 27 01:04:47.808 INFO O| Aug 27 01:04:47.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56172026-08-27T01:04:49.182Z[ recovery-image] Aug 27 01:04:47.808 INFO O| Aug 27 01:04:47.808 INFO STEP 109 (remove_files) COMPLETE
56182026-08-27T01:04:49.182Z[ recovery-image] Aug 27 01:04:47.808 INFO O| Aug 27 01:04:47.808 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-27T01:04:49.191Z[ recovery-image] Aug 27 01:04:47.817 INFO O| Aug 27 01:04:47.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56202026-08-27T01:04:49.191Z[ recovery-image] Aug 27 01:04:47.817 INFO O| Aug 27 01:04:47.817 INFO STEP 110 (remove_files) COMPLETE
56212026-08-27T01:04:49.191Z[ recovery-image] Aug 27 01:04:47.817 INFO O| Aug 27 01:04:47.817 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-27T01:04:49.201Z[ recovery-image] Aug 27 01:04:47.827 INFO O| Aug 27 01:04:47.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56232026-08-27T01:04:49.202Z[ recovery-image] Aug 27 01:04:47.827 INFO O| Aug 27 01:04:47.827 INFO STEP 111 (remove_files) COMPLETE
56242026-08-27T01:04:49.202Z[ recovery-image] Aug 27 01:04:47.827 INFO O| Aug 27 01:04:47.827 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-27T01:04:49.212Z[ recovery-image] Aug 27 01:04:47.837 INFO O| Aug 27 01:04:47.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56262026-08-27T01:04:49.212Z[ recovery-image] Aug 27 01:04:47.837 INFO O| Aug 27 01:04:47.837 INFO STEP 112 (remove_files) COMPLETE
56272026-08-27T01:04:49.214Z[ recovery-image] Aug 27 01:04:47.837 INFO O| Aug 27 01:04:47.837 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-27T01:04:49.222Z[ recovery-image] Aug 27 01:04:47.847 INFO O| Aug 27 01:04:47.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56292026-08-27T01:04:49.225Z[ recovery-image] Aug 27 01:04:47.848 INFO O| Aug 27 01:04:47.848 INFO STEP 113 (remove_files) COMPLETE
56302026-08-27T01:04:49.225Z[ recovery-image] Aug 27 01:04:47.848 INFO O| Aug 27 01:04:47.848 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-27T01:04:49.233Z[ recovery-image] Aug 27 01:04:47.859 INFO O| Aug 27 01:04:47.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56322026-08-27T01:04:49.233Z[ recovery-image] Aug 27 01:04:47.859 INFO O| Aug 27 01:04:47.859 INFO STEP 114 (remove_files) COMPLETE
56332026-08-27T01:04:49.236Z[ recovery-image] Aug 27 01:04:47.859 INFO O| Aug 27 01:04:47.859 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-27T01:04:49.244Z[ recovery-image] Aug 27 01:04:47.870 INFO O| Aug 27 01:04:47.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56352026-08-27T01:04:49.244Z[ recovery-image] Aug 27 01:04:47.870 INFO O| Aug 27 01:04:47.870 INFO STEP 115 (remove_files) COMPLETE
56362026-08-27T01:04:49.247Z[ recovery-image] Aug 27 01:04:47.870 INFO O| Aug 27 01:04:47.870 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-27T01:04:49.255Z[ recovery-image] Aug 27 01:04:47.881 INFO O| Aug 27 01:04:47.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56382026-08-27T01:04:49.255Z[ recovery-image] Aug 27 01:04:47.881 INFO O| Aug 27 01:04:47.881 INFO STEP 116 (remove_files) COMPLETE
56392026-08-27T01:04:49.260Z[ recovery-image] Aug 27 01:04:47.881 INFO O| Aug 27 01:04:47.881 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-27T01:04:49.264Z[ recovery-image] Aug 27 01:04:47.890 INFO O| Aug 27 01:04:47.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56412026-08-27T01:04:49.264Z[ recovery-image] Aug 27 01:04:47.890 INFO O| Aug 27 01:04:47.890 INFO STEP 117 (remove_files) COMPLETE
56422026-08-27T01:04:49.268Z[ recovery-image] Aug 27 01:04:47.890 INFO O| Aug 27 01:04:47.890 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-27T01:04:49.274Z[ recovery-image] Aug 27 01:04:47.900 INFO O| Aug 27 01:04:47.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56442026-08-27T01:04:49.274Z[ recovery-image] Aug 27 01:04:47.900 INFO O| Aug 27 01:04:47.900 INFO STEP 118 (remove_files) COMPLETE
56452026-08-27T01:04:49.274Z[ recovery-image] Aug 27 01:04:47.900 INFO O| Aug 27 01:04:47.900 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-27T01:04:49.283Z[ recovery-image] Aug 27 01:04:47.909 INFO O| Aug 27 01:04:47.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56472026-08-27T01:04:49.284Z[ recovery-image] Aug 27 01:04:47.909 INFO O| Aug 27 01:04:47.909 INFO STEP 119 (remove_files) COMPLETE
56482026-08-27T01:04:49.284Z[ recovery-image] Aug 27 01:04:47.909 INFO O| Aug 27 01:04:47.909 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-27T01:04:49.294Z[ recovery-image] Aug 27 01:04:47.917 INFO O| Aug 27 01:04:47.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56502026-08-27T01:04:49.294Z[ recovery-image] Aug 27 01:04:47.917 INFO O| Aug 27 01:04:47.917 INFO STEP 120 (remove_files) COMPLETE
56512026-08-27T01:04:49.294Z[ recovery-image] Aug 27 01:04:47.917 INFO O| Aug 27 01:04:47.917 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-27T01:04:49.297Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
56532026-08-27T01:04:49.301Z[ recovery-image] Aug 27 01:04:47.927 INFO O| Aug 27 01:04:47.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56542026-08-27T01:04:49.301Z[ recovery-image] Aug 27 01:04:47.927 INFO O| Aug 27 01:04:47.927 INFO STEP 121 (remove_files) COMPLETE
56552026-08-27T01:04:49.301Z[ recovery-image] Aug 27 01:04:47.927 INFO O| Aug 27 01:04:47.927 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-27T01:04:49.317Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
56572026-08-27T01:04:49.337Z[ recovery-image] Aug 27 01:04:47.962 INFO O| Aug 27 01:04:47.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56582026-08-27T01:04:49.337Z[ recovery-image] Aug 27 01:04:47.962 INFO O| Aug 27 01:04:47.962 INFO STEP 122 (remove_files) COMPLETE
56592026-08-27T01:04:49.337Z[ recovery-image] Aug 27 01:04:47.962 INFO O| Aug 27 01:04:47.962 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-27T01:04:49.359Z[ recovery-image] Aug 27 01:04:47.985 INFO O| Aug 27 01:04:47.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56612026-08-27T01:04:49.360Z[ recovery-image] Aug 27 01:04:47.985 INFO O| Aug 27 01:04:47.985 INFO STEP 123 (remove_files) COMPLETE
56622026-08-27T01:04:49.360Z[ recovery-image] Aug 27 01:04:47.985 INFO O| Aug 27 01:04:47.985 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-27T01:04:49.371Z[ recovery-image] Aug 27 01:04:47.995 INFO O| Aug 27 01:04:47.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56642026-08-27T01:04:49.371Z[ recovery-image] Aug 27 01:04:47.995 INFO O| Aug 27 01:04:47.995 INFO STEP 124 (remove_files) COMPLETE
56652026-08-27T01:04:49.371Z[ recovery-image] Aug 27 01:04:47.995 INFO O| Aug 27 01:04:47.995 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-27T01:04:49.378Z[ recovery-image] Aug 27 01:04:48.004 INFO O| Aug 27 01:04:48.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56672026-08-27T01:04:49.378Z[ recovery-image] Aug 27 01:04:48.004 INFO O| Aug 27 01:04:48.004 INFO STEP 125 (remove_files) COMPLETE
56682026-08-27T01:04:49.378Z[ recovery-image] Aug 27 01:04:48.004 INFO O| Aug 27 01:04:48.004 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-27T01:04:49.387Z[ recovery-image] Aug 27 01:04:48.012 INFO O| Aug 27 01:04:48.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56702026-08-27T01:04:49.387Z[ recovery-image] Aug 27 01:04:48.012 INFO O| Aug 27 01:04:48.012 INFO STEP 126 (remove_files) COMPLETE
56712026-08-27T01:04:49.387Z[ recovery-image] Aug 27 01:04:48.012 INFO O| Aug 27 01:04:48.012 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-27T01:04:49.395Z[ recovery-image] Aug 27 01:04:48.020 INFO O| Aug 27 01:04:48.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56732026-08-27T01:04:49.395Z[ recovery-image] Aug 27 01:04:48.021 INFO O| Aug 27 01:04:48.020 INFO STEP 127 (remove_files) COMPLETE
56742026-08-27T01:04:49.395Z[ recovery-image] Aug 27 01:04:48.021 INFO O| Aug 27 01:04:48.020 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-27T01:04:49.403Z[ recovery-image] Aug 27 01:04:48.029 INFO O| Aug 27 01:04:48.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56762026-08-27T01:04:49.403Z[ recovery-image] Aug 27 01:04:48.029 INFO O| Aug 27 01:04:48.029 INFO STEP 128 (remove_files) COMPLETE
56772026-08-27T01:04:49.403Z[ recovery-image] Aug 27 01:04:48.029 INFO O| Aug 27 01:04:48.029 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-27T01:04:49.411Z[ recovery-image] Aug 27 01:04:48.037 INFO O| Aug 27 01:04:48.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56792026-08-27T01:04:49.411Z[ recovery-image] Aug 27 01:04:48.037 INFO O| Aug 27 01:04:48.037 INFO STEP 129 (remove_files) COMPLETE
56802026-08-27T01:04:49.414Z[ recovery-image] Aug 27 01:04:48.037 INFO O| Aug 27 01:04:48.037 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-27T01:04:49.421Z[ recovery-image] Aug 27 01:04:48.047 INFO O| Aug 27 01:04:48.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56822026-08-27T01:04:49.421Z[ recovery-image] Aug 27 01:04:48.047 INFO O| Aug 27 01:04:48.047 INFO STEP 130 (remove_files) COMPLETE
56832026-08-27T01:04:49.421Z[ recovery-image] Aug 27 01:04:48.047 INFO O| Aug 27 01:04:48.047 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-27T01:04:49.432Z[ recovery-image] Aug 27 01:04:48.058 INFO O| Aug 27 01:04:48.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56852026-08-27T01:04:49.432Z[ recovery-image] Aug 27 01:04:48.058 INFO O| Aug 27 01:04:48.058 INFO STEP 131 (remove_files) COMPLETE
56862026-08-27T01:04:49.432Z[ recovery-image] Aug 27 01:04:48.058 INFO O| Aug 27 01:04:48.058 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-27T01:04:49.443Z[ recovery-image] Aug 27 01:04:48.069 INFO O| Aug 27 01:04:48.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56882026-08-27T01:04:49.443Z[ recovery-image] Aug 27 01:04:48.069 INFO O| Aug 27 01:04:48.069 INFO STEP 132 (remove_files) COMPLETE
56892026-08-27T01:04:49.446Z[ recovery-image] Aug 27 01:04:48.069 INFO O| Aug 27 01:04:48.069 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-27T01:04:49.455Z[ recovery-image] Aug 27 01:04:48.079 INFO O| Aug 27 01:04:48.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56912026-08-27T01:04:49.455Z[ recovery-image] Aug 27 01:04:48.079 INFO O| Aug 27 01:04:48.079 INFO STEP 133 (remove_files) COMPLETE
56922026-08-27T01:04:49.458Z[ recovery-image] Aug 27 01:04:48.079 INFO O| Aug 27 01:04:48.079 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-27T01:04:49.463Z[ recovery-image] Aug 27 01:04:48.089 INFO O| Aug 27 01:04:48.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56942026-08-27T01:04:49.467Z[ recovery-image] Aug 27 01:04:48.089 INFO O| Aug 27 01:04:48.089 INFO STEP 134 (remove_files) COMPLETE
56952026-08-27T01:04:49.467Z[ recovery-image] Aug 27 01:04:48.089 INFO O| Aug 27 01:04:48.089 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-27T01:04:49.474Z[ recovery-image] Aug 27 01:04:48.100 INFO O| Aug 27 01:04:48.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56972026-08-27T01:04:49.474Z[ recovery-image] Aug 27 01:04:48.100 INFO O| Aug 27 01:04:48.100 INFO STEP 135 (remove_files) COMPLETE
56982026-08-27T01:04:49.474Z[ recovery-image] Aug 27 01:04:48.100 INFO O| Aug 27 01:04:48.100 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-27T01:04:49.484Z[ recovery-image] Aug 27 01:04:48.110 INFO O| Aug 27 01:04:48.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57002026-08-27T01:04:49.484Z[ recovery-image] Aug 27 01:04:48.110 INFO O| Aug 27 01:04:48.110 INFO STEP 136 (remove_files) COMPLETE
57012026-08-27T01:04:49.484Z[ recovery-image] Aug 27 01:04:48.110 INFO O| Aug 27 01:04:48.110 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-27T01:04:49.495Z[ recovery-image] Aug 27 01:04:48.120 INFO O| Aug 27 01:04:48.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57032026-08-27T01:04:49.495Z[ recovery-image] Aug 27 01:04:48.120 INFO O| Aug 27 01:04:48.120 INFO STEP 137 (remove_files) COMPLETE
57042026-08-27T01:04:49.495Z[ recovery-image] Aug 27 01:04:48.120 INFO O| Aug 27 01:04:48.120 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-27T01:04:49.506Z[ recovery-image] Aug 27 01:04:48.130 INFO O| Aug 27 01:04:48.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57062026-08-27T01:04:49.506Z[ recovery-image] Aug 27 01:04:48.130 INFO O| Aug 27 01:04:48.130 INFO STEP 138 (remove_files) COMPLETE
57072026-08-27T01:04:49.506Z[ recovery-image] Aug 27 01:04:48.130 INFO O| Aug 27 01:04:48.130 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-27T01:04:49.514Z[ recovery-image] Aug 27 01:04:48.140 INFO O| Aug 27 01:04:48.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57092026-08-27T01:04:49.514Z[ recovery-image] Aug 27 01:04:48.140 INFO O| Aug 27 01:04:48.140 INFO STEP 139 (remove_files) COMPLETE
57102026-08-27T01:04:49.518Z[ recovery-image] Aug 27 01:04:48.140 INFO O| Aug 27 01:04:48.140 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-27T01:04:49.524Z[ recovery-image] Aug 27 01:04:48.150 INFO O| Aug 27 01:04:48.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57122026-08-27T01:04:49.525Z[ recovery-image] Aug 27 01:04:48.150 INFO O| Aug 27 01:04:48.150 INFO STEP 140 (remove_files) COMPLETE
57132026-08-27T01:04:49.525Z[ recovery-image] Aug 27 01:04:48.150 INFO O| Aug 27 01:04:48.150 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-27T01:04:49.549Z[ recovery-image] Aug 27 01:04:48.161 INFO O| Aug 27 01:04:48.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57152026-08-27T01:04:49.549Z[ recovery-image] Aug 27 01:04:48.161 INFO O| Aug 27 01:04:48.161 INFO STEP 141 (remove_files) COMPLETE
57162026-08-27T01:04:49.549Z[ recovery-image] Aug 27 01:04:48.161 INFO O| Aug 27 01:04:48.161 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-27T01:04:49.552Z[ recovery-image] Aug 27 01:04:48.171 INFO O| Aug 27 01:04:48.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57182026-08-27T01:04:49.552Z[ recovery-image] Aug 27 01:04:48.171 INFO O| Aug 27 01:04:48.171 INFO STEP 142 (remove_files) COMPLETE
57192026-08-27T01:04:49.552Z[ recovery-image] Aug 27 01:04:48.171 INFO O| Aug 27 01:04:48.171 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-27T01:04:49.556Z[ recovery-image] Aug 27 01:04:48.181 INFO O| Aug 27 01:04:48.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57212026-08-27T01:04:49.556Z[ recovery-image] Aug 27 01:04:48.181 INFO O| Aug 27 01:04:48.181 INFO STEP 143 (remove_files) COMPLETE
57222026-08-27T01:04:49.556Z[ recovery-image] Aug 27 01:04:48.181 INFO O| Aug 27 01:04:48.181 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-27T01:04:49.564Z[ recovery-image] Aug 27 01:04:48.190 INFO O| Aug 27 01:04:48.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57242026-08-27T01:04:49.567Z[ recovery-image] Aug 27 01:04:48.191 INFO O| Aug 27 01:04:48.191 INFO STEP 144 (remove_files) COMPLETE
57252026-08-27T01:04:49.567Z[ recovery-image] Aug 27 01:04:48.191 INFO O| Aug 27 01:04:48.191 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-27T01:04:49.575Z[ recovery-image] Aug 27 01:04:48.201 INFO O| Aug 27 01:04:48.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57272026-08-27T01:04:49.579Z[ recovery-image] Aug 27 01:04:48.201 INFO O| Aug 27 01:04:48.201 INFO STEP 145 (remove_files) COMPLETE
57282026-08-27T01:04:49.579Z[ recovery-image] Aug 27 01:04:48.201 INFO O| Aug 27 01:04:48.201 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-27T01:04:49.586Z[ recovery-image] Aug 27 01:04:48.212 INFO O| Aug 27 01:04:48.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57302026-08-27T01:04:49.586Z[ recovery-image] Aug 27 01:04:48.212 INFO O| Aug 27 01:04:48.212 INFO STEP 146 (remove_files) COMPLETE
57312026-08-27T01:04:49.586Z[ recovery-image] Aug 27 01:04:48.212 INFO O| Aug 27 01:04:48.212 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-27T01:04:49.595Z[ recovery-image] Aug 27 01:04:48.221 INFO O| Aug 27 01:04:48.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57332026-08-27T01:04:49.595Z[ recovery-image] Aug 27 01:04:48.221 INFO O| Aug 27 01:04:48.221 INFO STEP 147 (remove_files) COMPLETE
57342026-08-27T01:04:49.598Z[ recovery-image] Aug 27 01:04:48.221 INFO O| Aug 27 01:04:48.221 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-27T01:04:49.604Z[ recovery-image] Aug 27 01:04:48.230 INFO O| Aug 27 01:04:48.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57362026-08-27T01:04:49.604Z[ recovery-image] Aug 27 01:04:48.230 INFO O| Aug 27 01:04:48.230 INFO STEP 148 (remove_files) COMPLETE
57372026-08-27T01:04:49.604Z[ recovery-image] Aug 27 01:04:48.230 INFO O| Aug 27 01:04:48.230 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-27T01:04:49.615Z[ recovery-image] Aug 27 01:04:48.240 INFO O| Aug 27 01:04:48.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57392026-08-27T01:04:49.615Z[ recovery-image] Aug 27 01:04:48.241 INFO O| Aug 27 01:04:48.240 INFO STEP 149 (remove_files) COMPLETE
57402026-08-27T01:04:49.615Z[ recovery-image] Aug 27 01:04:48.241 INFO O| Aug 27 01:04:48.240 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-27T01:04:49.625Z[ recovery-image] Aug 27 01:04:48.250 INFO O| Aug 27 01:04:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57422026-08-27T01:04:49.625Z[ recovery-image] Aug 27 01:04:48.251 INFO O| Aug 27 01:04:48.251 INFO STEP 150 (remove_files) COMPLETE
57432026-08-27T01:04:49.625Z[ recovery-image] Aug 27 01:04:48.251 INFO O| Aug 27 01:04:48.251 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-27T01:04:49.635Z[ recovery-image] Aug 27 01:04:48.261 INFO O| Aug 27 01:04:48.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57452026-08-27T01:04:49.635Z[ recovery-image] Aug 27 01:04:48.261 INFO O| Aug 27 01:04:48.261 INFO STEP 151 (remove_files) COMPLETE
57462026-08-27T01:04:49.638Z[ recovery-image] Aug 27 01:04:48.261 INFO O| Aug 27 01:04:48.261 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-27T01:04:49.645Z[ recovery-image] Aug 27 01:04:48.271 INFO O| Aug 27 01:04:48.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57482026-08-27T01:04:49.649Z[ recovery-image] Aug 27 01:04:48.271 INFO O| Aug 27 01:04:48.271 INFO STEP 152 (remove_files) COMPLETE
57492026-08-27T01:04:49.650Z[ recovery-image] Aug 27 01:04:48.271 INFO O| Aug 27 01:04:48.271 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-27T01:04:49.655Z[ recovery-image] Aug 27 01:04:48.281 INFO O| Aug 27 01:04:48.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57512026-08-27T01:04:49.655Z[ recovery-image] Aug 27 01:04:48.281 INFO O| Aug 27 01:04:48.281 INFO STEP 153 (remove_files) COMPLETE
57522026-08-27T01:04:49.655Z[ recovery-image] Aug 27 01:04:48.281 INFO O| Aug 27 01:04:48.281 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-27T01:04:49.666Z[ recovery-image] Aug 27 01:04:48.292 INFO O| Aug 27 01:04:48.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57542026-08-27T01:04:49.666Z[ recovery-image] Aug 27 01:04:48.292 INFO O| Aug 27 01:04:48.292 INFO STEP 154 (remove_files) COMPLETE
57552026-08-27T01:04:49.669Z[ recovery-image] Aug 27 01:04:48.292 INFO O| Aug 27 01:04:48.292 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-27T01:04:49.679Z[ recovery-image] Aug 27 01:04:48.301 INFO O| Aug 27 01:04:48.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57572026-08-27T01:04:49.679Z[ recovery-image] Aug 27 01:04:48.301 INFO O| Aug 27 01:04:48.301 INFO STEP 155 (remove_files) COMPLETE
57582026-08-27T01:04:49.682Z[ recovery-image] Aug 27 01:04:48.301 INFO O| Aug 27 01:04:48.301 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-27T01:04:49.687Z[ recovery-image] Aug 27 01:04:48.309 INFO O| Aug 27 01:04:48.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57602026-08-27T01:04:49.688Z[ recovery-image] Aug 27 01:04:48.310 INFO O| Aug 27 01:04:48.310 INFO STEP 156 (remove_files) COMPLETE
57612026-08-27T01:04:49.688Z[ recovery-image] Aug 27 01:04:48.310 INFO O| Aug 27 01:04:48.310 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-27T01:04:49.692Z[ recovery-image] Aug 27 01:04:48.318 INFO O| Aug 27 01:04:48.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57632026-08-27T01:04:49.692Z[ recovery-image] Aug 27 01:04:48.318 INFO O| Aug 27 01:04:48.318 INFO STEP 157 (remove_files) COMPLETE
57642026-08-27T01:04:49.692Z[ recovery-image] Aug 27 01:04:48.318 INFO O| Aug 27 01:04:48.318 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-27T01:04:49.704Z[ recovery-image] Aug 27 01:04:48.329 INFO O| Aug 27 01:04:48.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57662026-08-27T01:04:49.704Z[ recovery-image] Aug 27 01:04:48.329 INFO O| Aug 27 01:04:48.329 INFO STEP 158 (remove_files) COMPLETE
57672026-08-27T01:04:49.704Z[ recovery-image] Aug 27 01:04:48.329 INFO O| Aug 27 01:04:48.329 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-27T01:04:49.714Z[ recovery-image] Aug 27 01:04:48.340 INFO O| Aug 27 01:04:48.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57692026-08-27T01:04:49.717Z[ recovery-image] Aug 27 01:04:48.341 INFO O| Aug 27 01:04:48.340 INFO STEP 159 (remove_files) COMPLETE
57702026-08-27T01:04:49.717Z[ recovery-image] Aug 27 01:04:48.341 INFO O| Aug 27 01:04:48.341 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-27T01:04:49.726Z[ recovery-image] Aug 27 01:04:48.350 INFO O| Aug 27 01:04:48.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57722026-08-27T01:04:49.726Z[ recovery-image] Aug 27 01:04:48.350 INFO O| Aug 27 01:04:48.350 INFO STEP 160 (remove_files) COMPLETE
57732026-08-27T01:04:49.729Z[ recovery-image] Aug 27 01:04:48.350 INFO O| Aug 27 01:04:48.350 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-27T01:04:49.735Z[ recovery-image] Aug 27 01:04:48.361 INFO O| Aug 27 01:04:48.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57752026-08-27T01:04:49.738Z[ recovery-image] Aug 27 01:04:48.362 INFO O| Aug 27 01:04:48.362 INFO STEP 161 (remove_files) COMPLETE
57762026-08-27T01:04:49.738Z[ recovery-image] Aug 27 01:04:48.362 INFO O| Aug 27 01:04:48.362 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-27T01:04:49.746Z[ recovery-image] Aug 27 01:04:48.372 INFO O| Aug 27 01:04:48.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57782026-08-27T01:04:49.746Z[ recovery-image] Aug 27 01:04:48.372 INFO O| Aug 27 01:04:48.372 INFO STEP 162 (remove_files) COMPLETE
57792026-08-27T01:04:49.746Z[ recovery-image] Aug 27 01:04:48.372 INFO O| Aug 27 01:04:48.372 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-27T01:04:49.755Z[ recovery-image] Aug 27 01:04:48.381 INFO O| Aug 27 01:04:48.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57812026-08-27T01:04:49.755Z[ recovery-image] Aug 27 01:04:48.381 INFO O| Aug 27 01:04:48.381 INFO STEP 163 (remove_files) COMPLETE
57822026-08-27T01:04:49.755Z[ recovery-image] Aug 27 01:04:48.381 INFO O| Aug 27 01:04:48.381 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-27T01:04:49.764Z[ recovery-image] Aug 27 01:04:48.390 INFO O| Aug 27 01:04:48.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57842026-08-27T01:04:49.764Z[ recovery-image] Aug 27 01:04:48.390 INFO O| Aug 27 01:04:48.390 INFO STEP 164 (remove_files) COMPLETE
57852026-08-27T01:04:49.764Z[ recovery-image] Aug 27 01:04:48.390 INFO O| Aug 27 01:04:48.390 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-27T01:04:49.773Z[ recovery-image] Aug 27 01:04:48.399 INFO O| Aug 27 01:04:48.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57872026-08-27T01:04:49.773Z[ recovery-image] Aug 27 01:04:48.399 INFO O| Aug 27 01:04:48.399 INFO STEP 165 (remove_files) COMPLETE
57882026-08-27T01:04:49.773Z[ recovery-image] Aug 27 01:04:48.399 INFO O| Aug 27 01:04:48.399 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-27T01:04:49.783Z[ recovery-image] Aug 27 01:04:48.409 INFO O| Aug 27 01:04:48.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57902026-08-27T01:04:49.783Z[ recovery-image] Aug 27 01:04:48.409 INFO O| Aug 27 01:04:48.409 INFO STEP 166 (remove_files) COMPLETE
57912026-08-27T01:04:49.787Z[ recovery-image] Aug 27 01:04:48.409 INFO O| Aug 27 01:04:48.409 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-27T01:04:49.792Z[ recovery-image] Aug 27 01:04:48.418 INFO O| Aug 27 01:04:48.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57932026-08-27T01:04:49.792Z[ recovery-image] Aug 27 01:04:48.418 INFO O| Aug 27 01:04:48.418 INFO STEP 167 (remove_files) COMPLETE
57942026-08-27T01:04:49.796Z[ recovery-image] Aug 27 01:04:48.418 INFO O| Aug 27 01:04:48.418 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-27T01:04:49.804Z[ recovery-image] Aug 27 01:04:48.429 INFO O| Aug 27 01:04:48.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57962026-08-27T01:04:49.804Z[ recovery-image] Aug 27 01:04:48.430 INFO O| Aug 27 01:04:48.429 INFO STEP 168 (remove_files) COMPLETE
57972026-08-27T01:04:49.808Z[ recovery-image] Aug 27 01:04:48.430 INFO O| Aug 27 01:04:48.429 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-27T01:04:49.814Z[ recovery-image] Aug 27 01:04:48.439 INFO O| Aug 27 01:04:48.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57992026-08-27T01:04:49.814Z[ recovery-image] Aug 27 01:04:48.440 INFO O| Aug 27 01:04:48.440 INFO STEP 169 (remove_files) COMPLETE
58002026-08-27T01:04:49.817Z[ recovery-image] Aug 27 01:04:48.440 INFO O| Aug 27 01:04:48.440 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-27T01:04:49.823Z[ recovery-image] Aug 27 01:04:48.449 INFO O| Aug 27 01:04:48.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58022026-08-27T01:04:49.823Z[ recovery-image] Aug 27 01:04:48.449 INFO O| Aug 27 01:04:48.449 INFO STEP 170 (remove_files) COMPLETE
58032026-08-27T01:04:49.824Z[ recovery-image] Aug 27 01:04:48.449 INFO O| Aug 27 01:04:48.449 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-27T01:04:49.837Z[ recovery-image] Aug 27 01:04:48.459 INFO O| Aug 27 01:04:48.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58052026-08-27T01:04:49.837Z[ recovery-image] Aug 27 01:04:48.459 INFO O| Aug 27 01:04:48.459 INFO STEP 171 (remove_files) COMPLETE
58062026-08-27T01:04:49.837Z[ recovery-image] Aug 27 01:04:48.459 INFO O| Aug 27 01:04:48.459 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-27T01:04:49.844Z[ recovery-image] Aug 27 01:04:48.469 INFO O| Aug 27 01:04:48.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58082026-08-27T01:04:49.844Z[ recovery-image] Aug 27 01:04:48.469 INFO O| Aug 27 01:04:48.469 INFO STEP 172 (remove_files) COMPLETE
58092026-08-27T01:04:49.844Z[ recovery-image] Aug 27 01:04:48.469 INFO O| Aug 27 01:04:48.469 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-27T01:04:49.856Z[ recovery-image] Aug 27 01:04:48.480 INFO O| Aug 27 01:04:48.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58112026-08-27T01:04:49.856Z[ recovery-image] Aug 27 01:04:48.480 INFO O| Aug 27 01:04:48.480 INFO STEP 173 (remove_files) COMPLETE
58122026-08-27T01:04:49.860Z[ recovery-image] Aug 27 01:04:48.480 INFO O| Aug 27 01:04:48.480 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-27T01:04:49.867Z[ recovery-image] Aug 27 01:04:48.491 INFO O| Aug 27 01:04:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58142026-08-27T01:04:49.871Z[ recovery-image] Aug 27 01:04:48.492 INFO O| Aug 27 01:04:48.492 INFO STEP 174 (remove_files) COMPLETE
58152026-08-27T01:04:49.871Z[ recovery-image] Aug 27 01:04:48.492 INFO O| Aug 27 01:04:48.492 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-27T01:04:49.876Z[ recovery-image] Aug 27 01:04:48.502 INFO O| Aug 27 01:04:48.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58172026-08-27T01:04:49.876Z[ recovery-image] Aug 27 01:04:48.502 INFO O| Aug 27 01:04:48.502 INFO STEP 175 (remove_files) COMPLETE
58182026-08-27T01:04:49.876Z[ recovery-image] Aug 27 01:04:48.502 INFO O| Aug 27 01:04:48.502 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-27T01:04:49.887Z[ recovery-image] Aug 27 01:04:48.513 INFO O| Aug 27 01:04:48.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58202026-08-27T01:04:49.890Z[ recovery-image] Aug 27 01:04:48.514 INFO O| Aug 27 01:04:48.513 INFO STEP 176 (remove_files) COMPLETE
58212026-08-27T01:04:49.890Z[ recovery-image] Aug 27 01:04:48.514 INFO O| Aug 27 01:04:48.514 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-27T01:04:49.899Z[ recovery-image] Aug 27 01:04:48.525 INFO O| Aug 27 01:04:48.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58232026-08-27T01:04:49.899Z[ recovery-image] Aug 27 01:04:48.525 INFO O| Aug 27 01:04:48.525 INFO STEP 177 (remove_files) COMPLETE
58242026-08-27T01:04:49.899Z[ recovery-image] Aug 27 01:04:48.525 INFO O| Aug 27 01:04:48.525 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-27T01:04:49.909Z[ recovery-image] Aug 27 01:04:48.534 INFO O| Aug 27 01:04:48.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58262026-08-27T01:04:49.909Z[ recovery-image] Aug 27 01:04:48.534 INFO O| Aug 27 01:04:48.534 INFO STEP 178 (remove_files) COMPLETE
58272026-08-27T01:04:49.909Z[ recovery-image] Aug 27 01:04:48.534 INFO O| Aug 27 01:04:48.534 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-27T01:04:49.916Z[ recovery-image] Aug 27 01:04:48.542 INFO O| Aug 27 01:04:48.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58292026-08-27T01:04:49.919Z[ recovery-image] Aug 27 01:04:48.544 INFO O| Aug 27 01:04:48.544 INFO STEP 179 (remove_files) COMPLETE
58302026-08-27T01:04:49.919Z[ recovery-image] Aug 27 01:04:48.544 INFO O| Aug 27 01:04:48.544 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-27T01:04:49.927Z[ recovery-image] Aug 27 01:04:48.553 INFO O| Aug 27 01:04:48.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58322026-08-27T01:04:49.927Z[ recovery-image] Aug 27 01:04:48.553 INFO O| Aug 27 01:04:48.553 INFO STEP 180 (remove_files) COMPLETE
58332026-08-27T01:04:49.930Z[ recovery-image] Aug 27 01:04:48.553 INFO O| Aug 27 01:04:48.553 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-27T01:04:49.937Z[ recovery-image] Aug 27 01:04:48.562 INFO O| Aug 27 01:04:48.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58352026-08-27T01:04:49.937Z[ recovery-image] Aug 27 01:04:48.562 INFO O| Aug 27 01:04:48.562 INFO STEP 181 (remove_files) COMPLETE
58362026-08-27T01:04:49.937Z[ recovery-image] Aug 27 01:04:48.562 INFO O| Aug 27 01:04:48.562 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-27T01:04:49.947Z[ recovery-image] Aug 27 01:04:48.573 INFO O| Aug 27 01:04:48.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58382026-08-27T01:04:49.947Z[ recovery-image] Aug 27 01:04:48.573 INFO O| Aug 27 01:04:48.573 INFO STEP 182 (remove_files) COMPLETE
58392026-08-27T01:04:49.947Z[ recovery-image] Aug 27 01:04:48.573 INFO O| Aug 27 01:04:48.573 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-27T01:04:49.958Z[ recovery-image] Aug 27 01:04:48.583 INFO O| Aug 27 01:04:48.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58412026-08-27T01:04:49.958Z[ recovery-image] Aug 27 01:04:48.583 INFO O| Aug 27 01:04:48.583 INFO STEP 183 (remove_files) COMPLETE
58422026-08-27T01:04:49.958Z[ recovery-image] Aug 27 01:04:48.583 INFO O| Aug 27 01:04:48.583 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-27T01:04:49.967Z[ recovery-image] Aug 27 01:04:48.593 INFO O| Aug 27 01:04:48.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58442026-08-27T01:04:49.967Z[ recovery-image] Aug 27 01:04:48.593 INFO O| Aug 27 01:04:48.593 INFO STEP 184 (remove_files) COMPLETE
58452026-08-27T01:04:49.970Z[ recovery-image] Aug 27 01:04:48.593 INFO O| Aug 27 01:04:48.593 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-27T01:04:49.976Z[ recovery-image] Aug 27 01:04:48.602 INFO O| Aug 27 01:04:48.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58472026-08-27T01:04:49.976Z[ recovery-image] Aug 27 01:04:48.602 INFO O| Aug 27 01:04:48.602 INFO STEP 185 (remove_files) COMPLETE
58482026-08-27T01:04:49.976Z[ recovery-image] Aug 27 01:04:48.602 INFO O| Aug 27 01:04:48.602 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-27T01:04:49.987Z[ recovery-image] Aug 27 01:04:48.611 INFO O| Aug 27 01:04:48.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58502026-08-27T01:04:49.988Z[ recovery-image] Aug 27 01:04:48.611 INFO O| Aug 27 01:04:48.611 INFO STEP 186 (remove_files) COMPLETE
58512026-08-27T01:04:49.993Z[ recovery-image] Aug 27 01:04:48.611 INFO O| Aug 27 01:04:48.611 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-27T01:04:50.003Z[ recovery-image] Aug 27 01:04:48.620 INFO O| Aug 27 01:04:48.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58532026-08-27T01:04:50.003Z[ recovery-image] Aug 27 01:04:48.620 INFO O| Aug 27 01:04:48.620 INFO STEP 187 (remove_files) COMPLETE
58542026-08-27T01:04:50.003Z[ recovery-image] Aug 27 01:04:48.620 INFO O| Aug 27 01:04:48.620 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-27T01:04:50.008Z[ recovery-image] Aug 27 01:04:48.630 INFO O| Aug 27 01:04:48.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58562026-08-27T01:04:50.008Z[ recovery-image] Aug 27 01:04:48.630 INFO O| Aug 27 01:04:48.630 INFO STEP 188 (remove_files) COMPLETE
58572026-08-27T01:04:50.009Z[ recovery-image] Aug 27 01:04:48.630 INFO O| Aug 27 01:04:48.630 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-27T01:04:50.037Z[ recovery-image] Aug 27 01:04:48.663 INFO O| Aug 27 01:04:48.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58592026-08-27T01:04:50.037Z[ recovery-image] Aug 27 01:04:48.663 INFO O| Aug 27 01:04:48.663 INFO STEP 189 (remove_files) COMPLETE
58602026-08-27T01:04:50.037Z[ recovery-image] Aug 27 01:04:48.663 INFO O| Aug 27 01:04:48.663 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-27T01:04:50.049Z[ recovery-image] Aug 27 01:04:48.674 INFO O| Aug 27 01:04:48.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58622026-08-27T01:04:50.049Z[ recovery-image] Aug 27 01:04:48.674 INFO O| Aug 27 01:04:48.674 INFO STEP 190 (remove_files) COMPLETE
58632026-08-27T01:04:50.049Z[ recovery-image] Aug 27 01:04:48.674 INFO O| Aug 27 01:04:48.674 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-27T01:04:50.059Z[ recovery-image] Aug 27 01:04:48.684 INFO O| Aug 27 01:04:48.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58652026-08-27T01:04:50.060Z[ recovery-image] Aug 27 01:04:48.684 INFO O| Aug 27 01:04:48.684 INFO STEP 191 (remove_files) COMPLETE
58662026-08-27T01:04:50.060Z[ recovery-image] Aug 27 01:04:48.684 INFO O| Aug 27 01:04:48.684 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-27T01:04:50.068Z[ recovery-image] Aug 27 01:04:48.694 INFO O| Aug 27 01:04:48.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58682026-08-27T01:04:50.069Z[ recovery-image] Aug 27 01:04:48.694 INFO O| Aug 27 01:04:48.694 INFO STEP 192 (remove_files) COMPLETE
58692026-08-27T01:04:50.069Z[ recovery-image] Aug 27 01:04:48.694 INFO O| Aug 27 01:04:48.694 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-27T01:04:50.130Z[ recovery-image] Aug 27 01:04:48.706 INFO O| Aug 27 01:04:48.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58712026-08-27T01:04:50.130Z[ recovery-image] Aug 27 01:04:48.706 INFO O| Aug 27 01:04:48.706 INFO STEP 193 (remove_files) COMPLETE
58722026-08-27T01:04:50.130Z[ recovery-image] Aug 27 01:04:48.706 INFO O| Aug 27 01:04:48.706 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.716 INFO O| Aug 27 01:04:48.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58742026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.716 INFO O| Aug 27 01:04:48.716 INFO STEP 194 (remove_files) COMPLETE
58752026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.716 INFO O| Aug 27 01:04:48.716 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.726 INFO O| Aug 27 01:04:48.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58772026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.726 INFO O| Aug 27 01:04:48.726 INFO STEP 195 (remove_files) COMPLETE
58782026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.726 INFO O| Aug 27 01:04:48.726 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.735 INFO O| Aug 27 01:04:48.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58802026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.735 INFO O| Aug 27 01:04:48.735 INFO STEP 196 (remove_files) COMPLETE
58812026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.735 INFO O| Aug 27 01:04:48.735 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.743 INFO O| Aug 27 01:04:48.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58832026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.743 INFO O| Aug 27 01:04:48.743 INFO STEP 197 (remove_files) COMPLETE
58842026-08-27T01:04:50.136Z[ recovery-image] Aug 27 01:04:48.743 INFO O| Aug 27 01:04:48.743 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-27T01:04:50.137Z[ recovery-image] Aug 27 01:04:48.752 INFO O| Aug 27 01:04:48.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58862026-08-27T01:04:50.137Z[ recovery-image] Aug 27 01:04:48.752 INFO O| Aug 27 01:04:48.752 INFO STEP 198 (remove_files) COMPLETE
58872026-08-27T01:04:50.137Z[ recovery-image] Aug 27 01:04:48.752 INFO O| Aug 27 01:04:48.752 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-27T01:04:50.137Z[ recovery-image] Aug 27 01:04:48.760 INFO O| Aug 27 01:04:48.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58892026-08-27T01:04:50.137Z[ recovery-image] Aug 27 01:04:48.760 INFO O| Aug 27 01:04:48.760 INFO STEP 199 (remove_files) COMPLETE
58902026-08-27T01:04:50.137Z[ recovery-image] Aug 27 01:04:48.760 INFO O| Aug 27 01:04:48.760 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-27T01:04:50.143Z[ recovery-image] Aug 27 01:04:48.768 INFO O| Aug 27 01:04:48.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58922026-08-27T01:04:50.143Z[ recovery-image] Aug 27 01:04:48.769 INFO O| Aug 27 01:04:48.768 INFO STEP 200 (remove_files) COMPLETE
58932026-08-27T01:04:50.146Z[ recovery-image] Aug 27 01:04:48.769 INFO O| Aug 27 01:04:48.768 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-27T01:04:50.150Z[ recovery-image] Aug 27 01:04:48.776 INFO O| Aug 27 01:04:48.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58952026-08-27T01:04:50.156Z[ recovery-image] Aug 27 01:04:48.782 INFO O| Aug 27 01:04:48.782 INFO STEP 201 (remove_files) COMPLETE
58962026-08-27T01:04:50.156Z[ recovery-image] Aug 27 01:04:48.782 INFO O| Aug 27 01:04:48.782 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-27T01:04:50.167Z[ recovery-image] Aug 27 01:04:48.792 INFO O| Aug 27 01:04:48.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58982026-08-27T01:04:50.167Z[ recovery-image] Aug 27 01:04:48.792 INFO O| Aug 27 01:04:48.792 INFO STEP 202 (remove_files) COMPLETE
58992026-08-27T01:04:50.167Z[ recovery-image] Aug 27 01:04:48.792 INFO O| Aug 27 01:04:48.792 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-27T01:04:50.177Z[ recovery-image] Aug 27 01:04:48.803 INFO O| Aug 27 01:04:48.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59012026-08-27T01:04:50.177Z[ recovery-image] Aug 27 01:04:48.803 INFO O| Aug 27 01:04:48.803 INFO STEP 203 (remove_files) COMPLETE
59022026-08-27T01:04:50.178Z[ recovery-image] Aug 27 01:04:48.803 INFO O| Aug 27 01:04:48.803 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-27T01:04:50.188Z[ recovery-image] Aug 27 01:04:48.813 INFO O| Aug 27 01:04:48.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59042026-08-27T01:04:50.192Z[ recovery-image] Aug 27 01:04:48.814 INFO O| Aug 27 01:04:48.814 INFO STEP 204 (remove_files) COMPLETE
59052026-08-27T01:04:50.192Z[ recovery-image] Aug 27 01:04:48.814 INFO O| Aug 27 01:04:48.814 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-27T01:04:50.200Z[ recovery-image] Aug 27 01:04:48.825 INFO O| Aug 27 01:04:48.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59072026-08-27T01:04:50.200Z[ recovery-image] Aug 27 01:04:48.825 INFO O| Aug 27 01:04:48.825 INFO STEP 205 (remove_files) COMPLETE
59082026-08-27T01:04:50.200Z[ recovery-image] Aug 27 01:04:48.825 INFO O| Aug 27 01:04:48.825 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-27T01:04:50.205Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59102026-08-27T01:04:50.209Z[ recovery-image] Aug 27 01:04:48.834 INFO O| Aug 27 01:04:48.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59112026-08-27T01:04:50.209Z[ recovery-image] Aug 27 01:04:48.835 INFO O| Aug 27 01:04:48.835 INFO STEP 206 (remove_files) COMPLETE
59122026-08-27T01:04:50.209Z[ recovery-image] Aug 27 01:04:48.835 INFO O| Aug 27 01:04:48.835 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-27T01:04:50.221Z[ recovery-image] Aug 27 01:04:48.846 INFO O| Aug 27 01:04:48.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59142026-08-27T01:04:50.221Z[ recovery-image] Aug 27 01:04:48.846 INFO O| Aug 27 01:04:48.846 INFO STEP 207 (remove_files) COMPLETE
59152026-08-27T01:04:50.221Z[ recovery-image] Aug 27 01:04:48.846 INFO O| Aug 27 01:04:48.846 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-27T01:04:50.231Z[ recovery-image] Aug 27 01:04:48.856 INFO O| Aug 27 01:04:48.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59172026-08-27T01:04:50.231Z[ recovery-image] Aug 27 01:04:48.857 INFO O| Aug 27 01:04:48.857 INFO STEP 208 (remove_files) COMPLETE
59182026-08-27T01:04:50.231Z[ recovery-image] Aug 27 01:04:48.857 INFO O| Aug 27 01:04:48.857 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-27T01:04:50.258Z[ recovery-image] Aug 27 01:04:48.868 INFO O| Aug 27 01:04:48.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59202026-08-27T01:04:50.258Z[ recovery-image] Aug 27 01:04:48.868 INFO O| Aug 27 01:04:48.868 INFO STEP 209 (remove_files) COMPLETE
59212026-08-27T01:04:50.258Z[ recovery-image] Aug 27 01:04:48.868 INFO O| Aug 27 01:04:48.868 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-27T01:04:50.264Z[ recovery-image] Aug 27 01:04:48.877 INFO O| Aug 27 01:04:48.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59232026-08-27T01:04:50.264Z[ recovery-image] Aug 27 01:04:48.877 INFO O| Aug 27 01:04:48.877 INFO STEP 210 (remove_files) COMPLETE
59242026-08-27T01:04:50.264Z[ recovery-image] Aug 27 01:04:48.877 INFO O| Aug 27 01:04:48.877 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-27T01:04:50.264Z[ recovery-image] Aug 27 01:04:48.888 INFO O| Aug 27 01:04:48.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59262026-08-27T01:04:50.264Z[ recovery-image] Aug 27 01:04:48.888 INFO O| Aug 27 01:04:48.888 INFO STEP 211 (remove_files) COMPLETE
59272026-08-27T01:04:50.264Z[ recovery-image] Aug 27 01:04:48.888 INFO O| Aug 27 01:04:48.888 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-27T01:04:50.296Z[ recovery-image] Aug 27 01:04:48.898 INFO O| Aug 27 01:04:48.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59292026-08-27T01:04:50.296Z[ recovery-image] Aug 27 01:04:48.898 INFO O| Aug 27 01:04:48.898 INFO STEP 212 (remove_files) COMPLETE
59302026-08-27T01:04:50.296Z[ recovery-image] Aug 27 01:04:48.898 INFO O| Aug 27 01:04:48.898 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-27T01:04:50.337Z[ recovery-image] Aug 27 01:04:48.908 INFO O| Aug 27 01:04:48.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59322026-08-27T01:04:50.337Z[ recovery-image] Aug 27 01:04:48.908 INFO O| Aug 27 01:04:48.908 INFO STEP 213 (remove_files) COMPLETE
59332026-08-27T01:04:50.337Z[ recovery-image] Aug 27 01:04:48.908 INFO O| Aug 27 01:04:48.908 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-27T01:04:50.337Z[ recovery-image] Aug 27 01:04:48.918 INFO O| Aug 27 01:04:48.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59352026-08-27T01:04:50.337Z[ recovery-image] Aug 27 01:04:48.918 INFO O| Aug 27 01:04:48.918 INFO STEP 214 (remove_files) COMPLETE
59362026-08-27T01:04:50.337Z[ recovery-image] Aug 27 01:04:48.918 INFO O| Aug 27 01:04:48.918 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.928 INFO O| Aug 27 01:04:48.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59382026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.928 INFO O| Aug 27 01:04:48.928 INFO STEP 215 (remove_files) COMPLETE
59392026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.928 INFO O| Aug 27 01:04:48.928 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.938 INFO O| Aug 27 01:04:48.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59412026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.938 INFO O| Aug 27 01:04:48.938 INFO STEP 216 (remove_files) COMPLETE
59422026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.938 INFO O| Aug 27 01:04:48.938 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.949 INFO O| Aug 27 01:04:48.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59442026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.949 INFO O| Aug 27 01:04:48.949 INFO STEP 217 (remove_files) COMPLETE
59452026-08-27T01:04:50.351Z[ recovery-image] Aug 27 01:04:48.949 INFO O| Aug 27 01:04:48.949 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-27T01:04:50.352Z[ recovery-image] Aug 27 01:04:48.960 INFO O| Aug 27 01:04:48.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59472026-08-27T01:04:50.352Z[ recovery-image] Aug 27 01:04:48.960 INFO O| Aug 27 01:04:48.960 INFO STEP 218 (remove_files) COMPLETE
59482026-08-27T01:04:50.352Z[ recovery-image] Aug 27 01:04:48.960 INFO O| Aug 27 01:04:48.960 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-27T01:04:50.352Z[ recovery-image] Aug 27 01:04:48.970 INFO O| Aug 27 01:04:48.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59502026-08-27T01:04:50.352Z[ recovery-image] Aug 27 01:04:48.970 INFO O| Aug 27 01:04:48.970 INFO STEP 219 (remove_files) COMPLETE
59512026-08-27T01:04:50.352Z[ recovery-image] Aug 27 01:04:48.970 INFO O| Aug 27 01:04:48.970 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-27T01:04:50.356Z[ recovery-image] Aug 27 01:04:48.980 INFO O| Aug 27 01:04:48.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59532026-08-27T01:04:50.356Z[ recovery-image] Aug 27 01:04:48.980 INFO O| Aug 27 01:04:48.980 INFO STEP 220 (remove_files) COMPLETE
59542026-08-27T01:04:50.356Z[ recovery-image] Aug 27 01:04:48.980 INFO O| Aug 27 01:04:48.980 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-27T01:04:50.366Z[ recovery-image] Aug 27 01:04:48.990 INFO O| Aug 27 01:04:48.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59562026-08-27T01:04:50.366Z[ recovery-image] Aug 27 01:04:48.990 INFO O| Aug 27 01:04:48.990 INFO STEP 221 (remove_files) COMPLETE
59572026-08-27T01:04:50.370Z[ recovery-image] Aug 27 01:04:48.990 INFO O| Aug 27 01:04:48.990 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-27T01:04:50.377Z[ recovery-image] Aug 27 01:04:49.001 INFO O| Aug 27 01:04:49.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59592026-08-27T01:04:50.377Z[ recovery-image] Aug 27 01:04:49.001 INFO O| Aug 27 01:04:49.001 INFO STEP 222 (remove_files) COMPLETE
59602026-08-27T01:04:50.377Z[ recovery-image] Aug 27 01:04:49.001 INFO O| Aug 27 01:04:49.001 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-27T01:04:50.385Z[ recovery-image] Aug 27 01:04:49.011 INFO O| Aug 27 01:04:49.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59622026-08-27T01:04:50.385Z[ recovery-image] Aug 27 01:04:49.011 INFO O| Aug 27 01:04:49.011 INFO STEP 223 (remove_files) COMPLETE
59632026-08-27T01:04:50.389Z[ recovery-image] Aug 27 01:04:49.011 INFO O| Aug 27 01:04:49.011 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-27T01:04:50.396Z[ recovery-image] Aug 27 01:04:49.020 INFO O| Aug 27 01:04:49.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59652026-08-27T01:04:50.396Z[ recovery-image] Aug 27 01:04:49.020 INFO O| Aug 27 01:04:49.020 INFO STEP 224 (remove_files) COMPLETE
59662026-08-27T01:04:50.396Z[ recovery-image] Aug 27 01:04:49.020 INFO O| Aug 27 01:04:49.020 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-27T01:04:50.406Z[ recovery-image] Aug 27 01:04:49.031 INFO O| Aug 27 01:04:49.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59682026-08-27T01:04:50.406Z[ recovery-image] Aug 27 01:04:49.031 INFO O| Aug 27 01:04:49.031 INFO STEP 225 (remove_files) COMPLETE
59692026-08-27T01:04:50.406Z[ recovery-image] Aug 27 01:04:49.031 INFO O| Aug 27 01:04:49.031 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-27T01:04:50.417Z[ recovery-image] Aug 27 01:04:49.041 INFO O| Aug 27 01:04:49.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59712026-08-27T01:04:50.417Z[ recovery-image] Aug 27 01:04:49.041 INFO O| Aug 27 01:04:49.041 INFO STEP 226 (remove_files) COMPLETE
59722026-08-27T01:04:50.417Z[ recovery-image] Aug 27 01:04:49.041 INFO O| Aug 27 01:04:49.041 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-27T01:04:50.425Z[ recovery-image] Aug 27 01:04:49.050 INFO O| Aug 27 01:04:49.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59742026-08-27T01:04:50.425Z[ recovery-image] Aug 27 01:04:49.050 INFO O| Aug 27 01:04:49.050 INFO STEP 227 (remove_files) COMPLETE
59752026-08-27T01:04:50.429Z[ recovery-image] Aug 27 01:04:49.050 INFO O| Aug 27 01:04:49.050 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-27T01:04:50.438Z[ recovery-image] Aug 27 01:04:49.062 INFO O| Aug 27 01:04:49.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59772026-08-27T01:04:50.438Z[ recovery-image] Aug 27 01:04:49.062 INFO O| Aug 27 01:04:49.062 INFO STEP 228 (remove_files) COMPLETE
59782026-08-27T01:04:50.441Z[ recovery-image] Aug 27 01:04:49.062 INFO O| Aug 27 01:04:49.062 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-27T01:04:50.446Z[ recovery-image] Aug 27 01:04:49.071 INFO O| Aug 27 01:04:49.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59802026-08-27T01:04:50.446Z[ recovery-image] Aug 27 01:04:49.071 INFO O| Aug 27 01:04:49.071 INFO STEP 229 (remove_files) COMPLETE
59812026-08-27T01:04:50.446Z[ recovery-image] Aug 27 01:04:49.071 INFO O| Aug 27 01:04:49.071 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-27T01:04:50.456Z[ recovery-image] Aug 27 01:04:49.081 INFO O| Aug 27 01:04:49.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59832026-08-27T01:04:50.456Z[ recovery-image] Aug 27 01:04:49.081 INFO O| Aug 27 01:04:49.081 INFO STEP 230 (remove_files) COMPLETE
59842026-08-27T01:04:50.460Z[ recovery-image] Aug 27 01:04:49.081 INFO O| Aug 27 01:04:49.081 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-27T01:04:50.465Z[ recovery-image] Aug 27 01:04:49.091 INFO O| Aug 27 01:04:49.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59862026-08-27T01:04:50.465Z[ recovery-image] Aug 27 01:04:49.091 INFO O| Aug 27 01:04:49.091 INFO STEP 231 (remove_files) COMPLETE
59872026-08-27T01:04:50.469Z[ recovery-image] Aug 27 01:04:49.091 INFO O| Aug 27 01:04:49.091 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-27T01:04:50.476Z[ recovery-image] Aug 27 01:04:49.101 INFO O| Aug 27 01:04:49.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59892026-08-27T01:04:50.476Z[ recovery-image] Aug 27 01:04:49.101 INFO O| Aug 27 01:04:49.101 INFO STEP 232 (remove_files) COMPLETE
59902026-08-27T01:04:50.476Z[ recovery-image] Aug 27 01:04:49.101 INFO O| Aug 27 01:04:49.101 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-27T01:04:50.485Z[ recovery-image] Aug 27 01:04:49.110 INFO O| Aug 27 01:04:49.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59922026-08-27T01:04:50.485Z[ recovery-image] Aug 27 01:04:49.110 INFO O| Aug 27 01:04:49.110 INFO STEP 233 (remove_files) COMPLETE
59932026-08-27T01:04:50.486Z[ recovery-image] Aug 27 01:04:49.110 INFO O| Aug 27 01:04:49.110 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-27T01:04:50.495Z[ recovery-image] Aug 27 01:04:49.120 INFO O| Aug 27 01:04:49.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59952026-08-27T01:04:50.499Z[ recovery-image] Aug 27 01:04:49.121 INFO O| Aug 27 01:04:49.121 INFO STEP 234 (remove_files) COMPLETE
59962026-08-27T01:04:50.499Z[ recovery-image] Aug 27 01:04:49.121 INFO O| Aug 27 01:04:49.121 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-27T01:04:50.505Z[ recovery-image] Aug 27 01:04:49.130 INFO O| Aug 27 01:04:49.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59982026-08-27T01:04:50.505Z[ recovery-image] Aug 27 01:04:49.130 INFO O| Aug 27 01:04:49.130 INFO STEP 235 (remove_files) COMPLETE
59992026-08-27T01:04:50.505Z[ recovery-image] Aug 27 01:04:49.131 INFO O| Aug 27 01:04:49.130 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-27T01:04:50.515Z[ recovery-image] Aug 27 01:04:49.141 INFO O| Aug 27 01:04:49.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60012026-08-27T01:04:50.519Z[ recovery-image] Aug 27 01:04:49.141 INFO O| Aug 27 01:04:49.141 INFO STEP 236 (remove_files) COMPLETE
60022026-08-27T01:04:50.519Z[ recovery-image] Aug 27 01:04:49.141 INFO O| Aug 27 01:04:49.141 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-27T01:04:50.525Z[ recovery-image] Aug 27 01:04:49.150 INFO O| Aug 27 01:04:49.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60042026-08-27T01:04:50.525Z[ recovery-image] Aug 27 01:04:49.150 INFO O| Aug 27 01:04:49.150 INFO STEP 237 (remove_files) COMPLETE
60052026-08-27T01:04:50.525Z[ recovery-image] Aug 27 01:04:49.150 INFO O| Aug 27 01:04:49.150 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-27T01:04:50.533Z[ recovery-image] Aug 27 01:04:49.159 INFO O| Aug 27 01:04:49.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60072026-08-27T01:04:50.537Z[ recovery-image] Aug 27 01:04:49.160 INFO O| Aug 27 01:04:49.160 INFO STEP 238 (remove_files) COMPLETE
60082026-08-27T01:04:50.537Z[ recovery-image] Aug 27 01:04:49.160 INFO O| Aug 27 01:04:49.160 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-27T01:04:50.547Z[ recovery-image] Aug 27 01:04:49.171 INFO O| Aug 27 01:04:49.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60102026-08-27T01:04:50.547Z[ recovery-image] Aug 27 01:04:49.172 INFO O| Aug 27 01:04:49.171 INFO STEP 239 (remove_files) COMPLETE
60112026-08-27T01:04:50.547Z[ recovery-image] Aug 27 01:04:49.172 INFO O| Aug 27 01:04:49.171 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-27T01:04:50.556Z[ recovery-image] Aug 27 01:04:49.180 INFO O| Aug 27 01:04:49.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60132026-08-27T01:04:50.556Z[ recovery-image] Aug 27 01:04:49.181 INFO O| Aug 27 01:04:49.181 INFO STEP 240 (remove_files) COMPLETE
60142026-08-27T01:04:50.556Z[ recovery-image] Aug 27 01:04:49.181 INFO O| Aug 27 01:04:49.181 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-27T01:04:50.565Z[ recovery-image] Aug 27 01:04:49.190 INFO O| Aug 27 01:04:49.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60162026-08-27T01:04:50.565Z[ recovery-image] Aug 27 01:04:49.190 INFO O| Aug 27 01:04:49.190 INFO STEP 241 (remove_files) COMPLETE
60172026-08-27T01:04:50.565Z[ recovery-image] Aug 27 01:04:49.190 INFO O| Aug 27 01:04:49.190 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-27T01:04:50.573Z[ recovery-image] Aug 27 01:04:49.198 INFO O| Aug 27 01:04:49.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60192026-08-27T01:04:50.573Z[ recovery-image] Aug 27 01:04:49.198 INFO O| Aug 27 01:04:49.198 INFO STEP 242 (remove_files) COMPLETE
60202026-08-27T01:04:50.573Z[ recovery-image] Aug 27 01:04:49.198 INFO O| Aug 27 01:04:49.198 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-27T01:04:50.581Z[ recovery-image] Aug 27 01:04:49.207 INFO O| Aug 27 01:04:49.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60222026-08-27T01:04:50.581Z[ recovery-image] Aug 27 01:04:49.207 INFO O| Aug 27 01:04:49.207 INFO STEP 243 (remove_files) COMPLETE
60232026-08-27T01:04:50.581Z[ recovery-image] Aug 27 01:04:49.207 INFO O| Aug 27 01:04:49.207 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-27T01:04:50.590Z[ recovery-image] Aug 27 01:04:49.215 INFO O| Aug 27 01:04:49.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60252026-08-27T01:04:50.593Z[ recovery-image] Aug 27 01:04:49.215 INFO O| Aug 27 01:04:49.215 INFO STEP 244 (remove_files) COMPLETE
60262026-08-27T01:04:50.593Z[ recovery-image] Aug 27 01:04:49.215 INFO O| Aug 27 01:04:49.215 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-27T01:04:50.599Z[ recovery-image] Aug 27 01:04:49.224 INFO O| Aug 27 01:04:49.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60282026-08-27T01:04:50.599Z[ recovery-image] Aug 27 01:04:49.224 INFO O| Aug 27 01:04:49.224 INFO STEP 245 (remove_files) COMPLETE
60292026-08-27T01:04:50.599Z[ recovery-image] Aug 27 01:04:49.224 INFO O| Aug 27 01:04:49.224 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-27T01:04:50.608Z[ recovery-image] Aug 27 01:04:49.233 INFO O| Aug 27 01:04:49.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60312026-08-27T01:04:50.608Z[ recovery-image] Aug 27 01:04:49.233 INFO O| Aug 27 01:04:49.233 INFO STEP 246 (remove_files) COMPLETE
60322026-08-27T01:04:50.612Z[ recovery-image] Aug 27 01:04:49.233 INFO O| Aug 27 01:04:49.233 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-27T01:04:50.620Z[ recovery-image] Aug 27 01:04:49.245 INFO O| Aug 27 01:04:49.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60342026-08-27T01:04:50.620Z[ recovery-image] Aug 27 01:04:49.245 INFO O| Aug 27 01:04:49.245 INFO STEP 247 (remove_files) COMPLETE
60352026-08-27T01:04:50.623Z[ recovery-image] Aug 27 01:04:49.245 INFO O| Aug 27 01:04:49.245 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-27T01:04:50.630Z[ recovery-image] Aug 27 01:04:49.254 INFO O| Aug 27 01:04:49.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60372026-08-27T01:04:50.631Z[ recovery-image] Aug 27 01:04:49.254 INFO O| Aug 27 01:04:49.254 INFO STEP 248 (remove_files) COMPLETE
60382026-08-27T01:04:50.634Z[ recovery-image] Aug 27 01:04:49.254 INFO O| Aug 27 01:04:49.254 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-27T01:04:50.640Z[ recovery-image] Aug 27 01:04:49.263 INFO O| Aug 27 01:04:49.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60402026-08-27T01:04:50.640Z[ recovery-image] Aug 27 01:04:49.263 INFO O| Aug 27 01:04:49.263 INFO STEP 249 (remove_files) COMPLETE
60412026-08-27T01:04:50.640Z[ recovery-image] Aug 27 01:04:49.263 INFO O| Aug 27 01:04:49.263 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-27T01:04:50.648Z[ recovery-image] Aug 27 01:04:49.274 INFO O| Aug 27 01:04:49.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60432026-08-27T01:04:50.648Z[ recovery-image] Aug 27 01:04:49.274 INFO O| Aug 27 01:04:49.274 INFO STEP 250 (remove_files) COMPLETE
60442026-08-27T01:04:50.648Z[ recovery-image] Aug 27 01:04:49.274 INFO O| Aug 27 01:04:49.274 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-27T01:04:50.659Z[ recovery-image] Aug 27 01:04:49.284 INFO O| Aug 27 01:04:49.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60462026-08-27T01:04:50.659Z[ recovery-image] Aug 27 01:04:49.284 INFO O| Aug 27 01:04:49.284 INFO STEP 251 (remove_files) COMPLETE
60472026-08-27T01:04:50.659Z[ recovery-image] Aug 27 01:04:49.284 INFO O| Aug 27 01:04:49.284 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-27T01:04:50.669Z[ recovery-image] Aug 27 01:04:49.294 INFO O| Aug 27 01:04:49.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60492026-08-27T01:04:50.669Z[ recovery-image] Aug 27 01:04:49.294 INFO O| Aug 27 01:04:49.294 INFO STEP 252 (remove_files) COMPLETE
60502026-08-27T01:04:50.669Z[ recovery-image] Aug 27 01:04:49.294 INFO O| Aug 27 01:04:49.294 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-27T01:04:50.678Z[ recovery-image] Aug 27 01:04:49.304 INFO O| Aug 27 01:04:49.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60522026-08-27T01:04:50.678Z[ recovery-image] Aug 27 01:04:49.304 INFO O| Aug 27 01:04:49.304 INFO STEP 253 (remove_files) COMPLETE
60532026-08-27T01:04:50.682Z[ recovery-image] Aug 27 01:04:49.304 INFO O| Aug 27 01:04:49.304 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-27T01:04:50.694Z[ recovery-image] Aug 27 01:04:49.319 INFO O| Aug 27 01:04:49.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60552026-08-27T01:04:50.694Z[ recovery-image] Aug 27 01:04:49.319 INFO O| Aug 27 01:04:49.315 INFO STEP 254 (remove_files) COMPLETE
60562026-08-27T01:04:50.697Z[ recovery-image] Aug 27 01:04:49.319 INFO O| Aug 27 01:04:49.315 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-27T01:04:50.701Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60582026-08-27T01:04:50.704Z[ recovery-image] Aug 27 01:04:49.327 INFO O| Aug 27 01:04:49.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60592026-08-27T01:04:50.704Z[ recovery-image] Aug 27 01:04:49.327 INFO O| Aug 27 01:04:49.327 INFO STEP 255 (remove_files) COMPLETE
60602026-08-27T01:04:50.704Z[ recovery-image] Aug 27 01:04:49.327 INFO O| Aug 27 01:04:49.327 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-27T01:04:50.711Z[ recovery-image] Aug 27 01:04:49.336 INFO O| Aug 27 01:04:49.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60622026-08-27T01:04:50.711Z[ recovery-image] Aug 27 01:04:49.336 INFO O| Aug 27 01:04:49.336 INFO STEP 256 (remove_files) COMPLETE
60632026-08-27T01:04:50.711Z[ recovery-image] Aug 27 01:04:49.336 INFO O| Aug 27 01:04:49.336 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-27T01:04:50.721Z[ recovery-image] Aug 27 01:04:49.346 INFO O| Aug 27 01:04:49.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60652026-08-27T01:04:50.721Z[ recovery-image] Aug 27 01:04:49.346 INFO O| Aug 27 01:04:49.346 INFO STEP 257 (remove_files) COMPLETE
60662026-08-27T01:04:50.724Z[ recovery-image] Aug 27 01:04:49.346 INFO O| Aug 27 01:04:49.346 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-27T01:04:50.730Z[ recovery-image] Aug 27 01:04:49.356 INFO O| Aug 27 01:04:49.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60682026-08-27T01:04:50.730Z[ recovery-image] Aug 27 01:04:49.356 INFO O| Aug 27 01:04:49.356 INFO STEP 258 (remove_files) COMPLETE
60692026-08-27T01:04:50.733Z[ recovery-image] Aug 27 01:04:49.356 INFO O| Aug 27 01:04:49.356 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-27T01:04:50.740Z[ recovery-image] Aug 27 01:04:49.366 INFO O| Aug 27 01:04:49.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60712026-08-27T01:04:50.740Z[ recovery-image] Aug 27 01:04:49.366 INFO O| Aug 27 01:04:49.366 INFO STEP 259 (remove_files) COMPLETE
60722026-08-27T01:04:50.744Z[ recovery-image] Aug 27 01:04:49.366 INFO O| Aug 27 01:04:49.366 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-27T01:04:50.751Z[ recovery-image] Aug 27 01:04:49.376 INFO O| Aug 27 01:04:49.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60742026-08-27T01:04:50.751Z[ recovery-image] Aug 27 01:04:49.377 INFO O| Aug 27 01:04:49.376 INFO STEP 260 (remove_files) COMPLETE
60752026-08-27T01:04:50.751Z[ recovery-image] Aug 27 01:04:49.377 INFO O| Aug 27 01:04:49.376 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-27T01:04:50.761Z[ recovery-image] Aug 27 01:04:49.386 INFO O| Aug 27 01:04:49.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60772026-08-27T01:04:50.761Z[ recovery-image] Aug 27 01:04:49.387 INFO O| Aug 27 01:04:49.386 INFO STEP 261 (remove_files) COMPLETE
60782026-08-27T01:04:50.761Z[ recovery-image] Aug 27 01:04:49.387 INFO O| Aug 27 01:04:49.386 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-27T01:04:50.775Z[ recovery-image] Aug 27 01:04:49.397 INFO O| Aug 27 01:04:49.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60802026-08-27T01:04:50.775Z[ recovery-image] Aug 27 01:04:49.397 INFO O| Aug 27 01:04:49.397 INFO STEP 262 (remove_files) COMPLETE
60812026-08-27T01:04:50.778Z[ recovery-image] Aug 27 01:04:49.397 INFO O| Aug 27 01:04:49.397 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-27T01:04:50.778Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
60832026-08-27T01:04:50.783Z[ recovery-image] Aug 27 01:04:49.407 INFO O| Aug 27 01:04:49.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60842026-08-27T01:04:50.783Z[ recovery-image] Aug 27 01:04:49.407 INFO O| Aug 27 01:04:49.407 INFO STEP 263 (remove_files) COMPLETE
60852026-08-27T01:04:50.783Z[ recovery-image] Aug 27 01:04:49.407 INFO O| Aug 27 01:04:49.407 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-27T01:04:50.791Z[ recovery-image] Aug 27 01:04:49.417 INFO O| Aug 27 01:04:49.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60872026-08-27T01:04:50.791Z[ recovery-image] Aug 27 01:04:49.417 INFO O| Aug 27 01:04:49.417 INFO STEP 264 (remove_files) COMPLETE
60882026-08-27T01:04:50.791Z[ recovery-image] Aug 27 01:04:49.417 INFO O| Aug 27 01:04:49.417 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-27T01:04:50.801Z[ recovery-image] Aug 27 01:04:49.427 INFO O| Aug 27 01:04:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60902026-08-27T01:04:50.802Z[ recovery-image] Aug 27 01:04:49.427 INFO O| Aug 27 01:04:49.427 INFO STEP 265 (remove_files) COMPLETE
60912026-08-27T01:04:50.806Z[ recovery-image] Aug 27 01:04:49.427 INFO O| Aug 27 01:04:49.427 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-27T01:04:50.811Z[ recovery-image] Aug 27 01:04:49.437 INFO O| Aug 27 01:04:49.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60932026-08-27T01:04:50.811Z[ recovery-image] Aug 27 01:04:49.437 INFO O| Aug 27 01:04:49.437 INFO STEP 266 (remove_files) COMPLETE
60942026-08-27T01:04:50.811Z[ recovery-image] Aug 27 01:04:49.437 INFO O| Aug 27 01:04:49.437 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-27T01:04:50.821Z[ recovery-image] Aug 27 01:04:49.446 INFO O| Aug 27 01:04:49.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60962026-08-27T01:04:50.821Z[ recovery-image] Aug 27 01:04:49.447 INFO O| Aug 27 01:04:49.447 INFO STEP 267 (remove_files) COMPLETE
60972026-08-27T01:04:50.821Z[ recovery-image] Aug 27 01:04:49.447 INFO O| Aug 27 01:04:49.447 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-27T01:04:50.830Z[ recovery-image] Aug 27 01:04:49.456 INFO O| Aug 27 01:04:49.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60992026-08-27T01:04:50.830Z[ recovery-image] Aug 27 01:04:49.456 INFO O| Aug 27 01:04:49.456 INFO STEP 268 (remove_files) COMPLETE
61002026-08-27T01:04:50.833Z[ recovery-image] Aug 27 01:04:49.456 INFO O| Aug 27 01:04:49.456 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-27T01:04:50.833Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
61022026-08-27T01:04:50.840Z[ recovery-image] Aug 27 01:04:49.466 INFO O| Aug 27 01:04:49.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61032026-08-27T01:04:50.840Z[ recovery-image] Aug 27 01:04:49.466 INFO O| Aug 27 01:04:49.466 INFO STEP 269 (remove_files) COMPLETE
61042026-08-27T01:04:50.840Z[ recovery-image] Aug 27 01:04:49.466 INFO O| Aug 27 01:04:49.466 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-27T01:04:50.850Z[ recovery-image] Aug 27 01:04:49.475 INFO O| Aug 27 01:04:49.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61062026-08-27T01:04:50.850Z[ recovery-image] Aug 27 01:04:49.476 INFO O| Aug 27 01:04:49.476 INFO STEP 270 (remove_files) COMPLETE
61072026-08-27T01:04:50.853Z[ recovery-image] Aug 27 01:04:49.476 INFO O| Aug 27 01:04:49.476 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-27T01:04:50.859Z[ recovery-image] Aug 27 01:04:49.485 INFO O| Aug 27 01:04:49.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61092026-08-27T01:04:50.859Z[ recovery-image] Aug 27 01:04:49.485 INFO O| Aug 27 01:04:49.485 INFO STEP 271 (remove_files) COMPLETE
61102026-08-27T01:04:50.859Z[ recovery-image] Aug 27 01:04:49.485 INFO O| Aug 27 01:04:49.485 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-27T01:04:50.870Z[ recovery-image] Aug 27 01:04:49.496 INFO O| Aug 27 01:04:49.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61122026-08-27T01:04:50.870Z[ recovery-image] Aug 27 01:04:49.496 INFO O| Aug 27 01:04:49.496 INFO STEP 272 (remove_files) COMPLETE
61132026-08-27T01:04:50.870Z[ recovery-image] Aug 27 01:04:49.496 INFO O| Aug 27 01:04:49.496 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-27T01:04:50.880Z[ recovery-image] Aug 27 01:04:49.505 INFO O| Aug 27 01:04:49.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61152026-08-27T01:04:50.880Z[ recovery-image] Aug 27 01:04:49.505 INFO O| Aug 27 01:04:49.505 INFO STEP 273 (remove_files) COMPLETE
61162026-08-27T01:04:50.880Z[ recovery-image] Aug 27 01:04:49.505 INFO O| Aug 27 01:04:49.505 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-27T01:04:50.891Z[ recovery-image] Aug 27 01:04:49.514 INFO O| Aug 27 01:04:49.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61182026-08-27T01:04:50.891Z[ recovery-image] Aug 27 01:04:49.514 INFO O| Aug 27 01:04:49.514 INFO STEP 274 (remove_files) COMPLETE
61192026-08-27T01:04:50.896Z[ recovery-image] Aug 27 01:04:49.514 INFO O| Aug 27 01:04:49.514 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-27T01:04:50.899Z[ recovery-image] Aug 27 01:04:49.525 INFO O| Aug 27 01:04:49.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61212026-08-27T01:04:50.907Z[ recovery-image] Aug 27 01:04:49.527 INFO O| Aug 27 01:04:49.526 INFO STEP 275 (remove_files) COMPLETE
61222026-08-27T01:04:50.907Z[ recovery-image] Aug 27 01:04:49.527 INFO O| Aug 27 01:04:49.526 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-27T01:04:50.910Z[ recovery-image] Aug 27 01:04:49.536 INFO O| Aug 27 01:04:49.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61242026-08-27T01:04:50.911Z[ recovery-image] Aug 27 01:04:49.536 INFO O| Aug 27 01:04:49.536 INFO STEP 276 (remove_files) COMPLETE
61252026-08-27T01:04:50.911Z[ recovery-image] Aug 27 01:04:49.536 INFO O| Aug 27 01:04:49.536 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-27T01:04:50.920Z[ recovery-image] Aug 27 01:04:49.546 INFO O| Aug 27 01:04:49.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61272026-08-27T01:04:50.921Z[ recovery-image] Aug 27 01:04:49.546 INFO O| Aug 27 01:04:49.546 INFO STEP 277 (remove_files) COMPLETE
61282026-08-27T01:04:50.921Z[ recovery-image] Aug 27 01:04:49.546 INFO O| Aug 27 01:04:49.546 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-27T01:04:50.930Z[ recovery-image] Aug 27 01:04:49.556 INFO O| Aug 27 01:04:49.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61302026-08-27T01:04:50.930Z[ recovery-image] Aug 27 01:04:49.556 INFO O| Aug 27 01:04:49.556 INFO STEP 278 (remove_files) COMPLETE
61312026-08-27T01:04:50.930Z[ recovery-image] Aug 27 01:04:49.556 INFO O| Aug 27 01:04:49.556 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-27T01:04:50.940Z[ recovery-image] Aug 27 01:04:49.565 INFO O| Aug 27 01:04:49.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61332026-08-27T01:04:50.940Z[ recovery-image] Aug 27 01:04:49.565 INFO O| Aug 27 01:04:49.565 INFO STEP 279 (remove_files) COMPLETE
61342026-08-27T01:04:50.943Z[ recovery-image] Aug 27 01:04:49.565 INFO O| Aug 27 01:04:49.565 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-27T01:04:50.950Z[ recovery-image] Aug 27 01:04:49.575 INFO O| Aug 27 01:04:49.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61362026-08-27T01:04:50.950Z[ recovery-image] Aug 27 01:04:49.575 INFO O| Aug 27 01:04:49.575 INFO STEP 280 (remove_files) COMPLETE
61372026-08-27T01:04:50.953Z[ recovery-image] Aug 27 01:04:49.575 INFO O| Aug 27 01:04:49.575 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-27T01:04:50.960Z[ recovery-image] Aug 27 01:04:49.585 INFO O| Aug 27 01:04:49.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61392026-08-27T01:04:50.960Z[ recovery-image] Aug 27 01:04:49.585 INFO O| Aug 27 01:04:49.585 INFO STEP 281 (remove_files) COMPLETE
61402026-08-27T01:04:50.960Z[ recovery-image] Aug 27 01:04:49.585 INFO O| Aug 27 01:04:49.585 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-27T01:04:50.971Z[ recovery-image] Aug 27 01:04:49.594 INFO O| Aug 27 01:04:49.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61422026-08-27T01:04:50.971Z[ recovery-image] Aug 27 01:04:49.595 INFO O| Aug 27 01:04:49.594 INFO STEP 282 (remove_files) COMPLETE
61432026-08-27T01:04:50.971Z[ recovery-image] Aug 27 01:04:49.595 INFO O| Aug 27 01:04:49.595 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-27T01:04:50.981Z[ recovery-image] Aug 27 01:04:49.605 INFO O| Aug 27 01:04:49.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61452026-08-27T01:04:50.981Z[ recovery-image] Aug 27 01:04:49.605 INFO O| Aug 27 01:04:49.605 INFO STEP 283 (remove_files) COMPLETE
61462026-08-27T01:04:50.985Z[ recovery-image] Aug 27 01:04:49.605 INFO O| Aug 27 01:04:49.605 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-27T01:04:50.991Z[ recovery-image] Aug 27 01:04:49.615 INFO O| Aug 27 01:04:49.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61482026-08-27T01:04:50.991Z[ recovery-image] Aug 27 01:04:49.615 INFO O| Aug 27 01:04:49.615 INFO STEP 284 (remove_files) COMPLETE
61492026-08-27T01:04:50.991Z[ recovery-image] Aug 27 01:04:49.615 INFO O| Aug 27 01:04:49.615 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-27T01:04:51.001Z[ recovery-image] Aug 27 01:04:49.625 INFO O| Aug 27 01:04:49.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61512026-08-27T01:04:51.001Z[ recovery-image] Aug 27 01:04:49.625 INFO O| Aug 27 01:04:49.625 INFO STEP 285 (remove_files) COMPLETE
61522026-08-27T01:04:51.002Z[ recovery-image] Aug 27 01:04:49.625 INFO O| Aug 27 01:04:49.625 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-27T01:04:51.009Z[ recovery-image] Aug 27 01:04:49.634 INFO O| Aug 27 01:04:49.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61542026-08-27T01:04:51.009Z[ recovery-image] Aug 27 01:04:49.634 INFO O| Aug 27 01:04:49.634 INFO STEP 286 (remove_files) COMPLETE
61552026-08-27T01:04:51.009Z[ recovery-image] Aug 27 01:04:49.634 INFO O| Aug 27 01:04:49.634 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-27T01:04:51.019Z[ recovery-image] Aug 27 01:04:49.644 INFO O| Aug 27 01:04:49.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61572026-08-27T01:04:51.019Z[ recovery-image] Aug 27 01:04:49.644 INFO O| Aug 27 01:04:49.644 INFO STEP 287 (remove_files) COMPLETE
61582026-08-27T01:04:51.019Z[ recovery-image] Aug 27 01:04:49.644 INFO O| Aug 27 01:04:49.644 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-27T01:04:51.026Z[ recovery-image] Aug 27 01:04:49.652 INFO O| Aug 27 01:04:49.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61602026-08-27T01:04:51.026Z[ recovery-image] Aug 27 01:04:49.652 INFO O| Aug 27 01:04:49.652 INFO STEP 288 (remove_files) COMPLETE
61612026-08-27T01:04:51.030Z[ recovery-image] Aug 27 01:04:49.652 INFO O| Aug 27 01:04:49.652 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-27T01:04:51.036Z[ recovery-image] Aug 27 01:04:49.661 INFO O| Aug 27 01:04:49.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61632026-08-27T01:04:51.036Z[ recovery-image] Aug 27 01:04:49.661 INFO O| Aug 27 01:04:49.661 INFO STEP 289 (remove_files) COMPLETE
61642026-08-27T01:04:51.036Z[ recovery-image] Aug 27 01:04:49.661 INFO O| Aug 27 01:04:49.661 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-27T01:04:51.046Z[ recovery-image] Aug 27 01:04:49.671 INFO O| Aug 27 01:04:49.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61662026-08-27T01:04:51.046Z[ recovery-image] Aug 27 01:04:49.671 INFO O| Aug 27 01:04:49.671 INFO STEP 290 (remove_files) COMPLETE
61672026-08-27T01:04:51.046Z[ recovery-image] Aug 27 01:04:49.671 INFO O| Aug 27 01:04:49.671 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-27T01:04:51.057Z[ recovery-image] Aug 27 01:04:49.681 INFO O| Aug 27 01:04:49.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61692026-08-27T01:04:51.057Z[ recovery-image] Aug 27 01:04:49.681 INFO O| Aug 27 01:04:49.681 INFO STEP 291 (remove_files) COMPLETE
61702026-08-27T01:04:51.060Z[ recovery-image] Aug 27 01:04:49.681 INFO O| Aug 27 01:04:49.681 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-27T01:04:51.066Z[ recovery-image] Aug 27 01:04:49.692 INFO O| Aug 27 01:04:49.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61722026-08-27T01:04:51.066Z[ recovery-image] Aug 27 01:04:49.692 INFO O| Aug 27 01:04:49.692 INFO STEP 292 (remove_files) COMPLETE
61732026-08-27T01:04:51.070Z[ recovery-image] Aug 27 01:04:49.692 INFO O| Aug 27 01:04:49.692 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-27T01:04:51.075Z[ recovery-image] Aug 27 01:04:49.701 INFO O| Aug 27 01:04:49.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61752026-08-27T01:04:51.079Z[ recovery-image] Aug 27 01:04:49.701 INFO O| Aug 27 01:04:49.701 INFO STEP 293 (remove_files) COMPLETE
61762026-08-27T01:04:51.079Z[ recovery-image] Aug 27 01:04:49.701 INFO O| Aug 27 01:04:49.701 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-27T01:04:51.085Z[ recovery-image] Aug 27 01:04:49.711 INFO O| Aug 27 01:04:49.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61782026-08-27T01:04:51.085Z[ recovery-image] Aug 27 01:04:49.711 INFO O| Aug 27 01:04:49.711 INFO STEP 294 (remove_files) COMPLETE
61792026-08-27T01:04:51.087Z[ recovery-image] Aug 27 01:04:49.711 INFO O| Aug 27 01:04:49.711 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-27T01:04:51.095Z[ recovery-image] Aug 27 01:04:49.720 INFO O| Aug 27 01:04:49.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61812026-08-27T01:04:51.095Z[ recovery-image] Aug 27 01:04:49.720 INFO O| Aug 27 01:04:49.720 INFO STEP 295 (remove_files) COMPLETE
61822026-08-27T01:04:51.100Z[ recovery-image] Aug 27 01:04:49.720 INFO O| Aug 27 01:04:49.720 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-27T01:04:51.106Z[ recovery-image] Aug 27 01:04:49.731 INFO O| Aug 27 01:04:49.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61842026-08-27T01:04:51.106Z[ recovery-image] Aug 27 01:04:49.731 INFO O| Aug 27 01:04:49.731 INFO STEP 296 (remove_files) COMPLETE
61852026-08-27T01:04:51.106Z[ recovery-image] Aug 27 01:04:49.732 INFO O| Aug 27 01:04:49.731 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-27T01:04:51.116Z[ recovery-image] Aug 27 01:04:49.742 INFO O| Aug 27 01:04:49.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61872026-08-27T01:04:51.116Z[ recovery-image] Aug 27 01:04:49.742 INFO O| Aug 27 01:04:49.742 INFO STEP 297 (remove_files) COMPLETE
61882026-08-27T01:04:51.116Z[ recovery-image] Aug 27 01:04:49.742 INFO O| Aug 27 01:04:49.742 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-27T01:04:51.125Z[ recovery-image] Aug 27 01:04:49.751 INFO O| Aug 27 01:04:49.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61902026-08-27T01:04:51.126Z[ recovery-image] Aug 27 01:04:49.751 INFO O| Aug 27 01:04:49.751 INFO STEP 298 (remove_files) COMPLETE
61912026-08-27T01:04:51.126Z[ recovery-image] Aug 27 01:04:49.751 INFO O| Aug 27 01:04:49.751 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-27T01:04:51.134Z[ recovery-image] Aug 27 01:04:49.759 INFO O| Aug 27 01:04:49.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61932026-08-27T01:04:51.134Z[ recovery-image] Aug 27 01:04:49.759 INFO O| Aug 27 01:04:49.759 INFO STEP 299 (remove_files) COMPLETE
61942026-08-27T01:04:51.134Z[ recovery-image] Aug 27 01:04:49.759 INFO O| Aug 27 01:04:49.759 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-27T01:04:51.143Z[ recovery-image] Aug 27 01:04:49.767 INFO O| Aug 27 01:04:49.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61962026-08-27T01:04:51.143Z[ recovery-image] Aug 27 01:04:49.767 INFO O| Aug 27 01:04:49.767 INFO STEP 300 (remove_files) COMPLETE
61972026-08-27T01:04:51.143Z[ recovery-image] Aug 27 01:04:49.767 INFO O| Aug 27 01:04:49.767 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-27T01:04:51.153Z[ recovery-image] Aug 27 01:04:49.778 INFO O| Aug 27 01:04:49.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61992026-08-27T01:04:51.153Z[ recovery-image] Aug 27 01:04:49.778 INFO O| Aug 27 01:04:49.778 INFO STEP 301 (remove_files) COMPLETE
62002026-08-27T01:04:51.153Z[ recovery-image] Aug 27 01:04:49.778 INFO O| Aug 27 01:04:49.778 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-27T01:04:51.162Z[ recovery-image] Aug 27 01:04:49.788 INFO O| Aug 27 01:04:49.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62022026-08-27T01:04:51.162Z[ recovery-image] Aug 27 01:04:49.788 INFO O| Aug 27 01:04:49.788 INFO STEP 302 (remove_files) COMPLETE
62032026-08-27T01:04:51.165Z[ recovery-image] Aug 27 01:04:49.788 INFO O| Aug 27 01:04:49.788 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-27T01:04:51.172Z[ recovery-image] Aug 27 01:04:49.798 INFO O| Aug 27 01:04:49.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62052026-08-27T01:04:51.172Z[ recovery-image] Aug 27 01:04:49.798 INFO O| Aug 27 01:04:49.798 INFO STEP 303 (remove_files) COMPLETE
62062026-08-27T01:04:51.172Z[ recovery-image] Aug 27 01:04:49.798 INFO O| Aug 27 01:04:49.798 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-27T01:04:51.181Z[ recovery-image] Aug 27 01:04:49.807 INFO O| Aug 27 01:04:49.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62082026-08-27T01:04:51.182Z[ recovery-image] Aug 27 01:04:49.807 INFO O| Aug 27 01:04:49.807 INFO STEP 304 (remove_files) COMPLETE
62092026-08-27T01:04:51.182Z[ recovery-image] Aug 27 01:04:49.807 INFO O| Aug 27 01:04:49.807 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-27T01:04:51.248Z[ recovery-image] Aug 27 01:04:49.817 INFO O| Aug 27 01:04:49.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62112026-08-27T01:04:51.248Z[ recovery-image] Aug 27 01:04:49.817 INFO O| Aug 27 01:04:49.817 INFO STEP 305 (remove_files) COMPLETE
62122026-08-27T01:04:51.248Z[ recovery-image] Aug 27 01:04:49.817 INFO O| Aug 27 01:04:49.817 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.827 INFO O| Aug 27 01:04:49.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62142026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.827 INFO O| Aug 27 01:04:49.827 INFO STEP 306 (remove_files) COMPLETE
62152026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.827 INFO O| Aug 27 01:04:49.827 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.837 INFO O| Aug 27 01:04:49.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62172026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.837 INFO O| Aug 27 01:04:49.837 INFO STEP 307 (remove_files) COMPLETE
62182026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.837 INFO O| Aug 27 01:04:49.837 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.848 INFO O| Aug 27 01:04:49.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62202026-08-27T01:04:51.249Z[ recovery-image] Aug 27 01:04:49.848 INFO O| Aug 27 01:04:49.848 INFO STEP 308 (remove_files) COMPLETE
62212026-08-27T01:04:51.250Z[ recovery-image] Aug 27 01:04:49.848 INFO O| Aug 27 01:04:49.848 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-27T01:04:51.250Z[ recovery-image] Aug 27 01:04:49.858 INFO O| Aug 27 01:04:49.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62232026-08-27T01:04:51.250Z[ recovery-image] Aug 27 01:04:49.859 INFO O| Aug 27 01:04:49.859 INFO STEP 309 (remove_files) COMPLETE
62242026-08-27T01:04:51.250Z[ recovery-image] Aug 27 01:04:49.859 INFO O| Aug 27 01:04:49.859 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-27T01:04:51.250Z[ recovery-image] Aug 27 01:04:49.869 INFO O| Aug 27 01:04:49.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62262026-08-27T01:04:51.250Z[ recovery-image] Aug 27 01:04:49.869 INFO O| Aug 27 01:04:49.869 INFO STEP 310 (remove_files) COMPLETE
62272026-08-27T01:04:51.250Z[ recovery-image] Aug 27 01:04:49.869 INFO O| Aug 27 01:04:49.869 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-27T01:04:51.256Z[ recovery-image] Aug 27 01:04:49.880 INFO O| Aug 27 01:04:49.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62292026-08-27T01:04:51.256Z[ recovery-image] Aug 27 01:04:49.880 INFO O| Aug 27 01:04:49.880 INFO STEP 311 (remove_files) COMPLETE
62302026-08-27T01:04:51.256Z[ recovery-image] Aug 27 01:04:49.880 INFO O| Aug 27 01:04:49.880 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-27T01:04:51.264Z[ recovery-image] Aug 27 01:04:49.889 INFO O| Aug 27 01:04:49.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62322026-08-27T01:04:51.264Z[ recovery-image] Aug 27 01:04:49.889 INFO O| Aug 27 01:04:49.889 INFO STEP 312 (remove_files) COMPLETE
62332026-08-27T01:04:51.268Z[ recovery-image] Aug 27 01:04:49.889 INFO O| Aug 27 01:04:49.889 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-27T01:04:51.273Z[ recovery-image] Aug 27 01:04:49.899 INFO O| Aug 27 01:04:49.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62352026-08-27T01:04:51.273Z[ recovery-image] Aug 27 01:04:49.899 INFO O| Aug 27 01:04:49.899 INFO STEP 313 (remove_files) COMPLETE
62362026-08-27T01:04:51.273Z[ recovery-image] Aug 27 01:04:49.899 INFO O| Aug 27 01:04:49.899 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-27T01:04:51.284Z[ recovery-image] Aug 27 01:04:49.908 INFO O| Aug 27 01:04:49.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62382026-08-27T01:04:51.284Z[ recovery-image] Aug 27 01:04:49.908 INFO O| Aug 27 01:04:49.908 INFO STEP 314 (remove_files) COMPLETE
62392026-08-27T01:04:51.287Z[ recovery-image] Aug 27 01:04:49.908 INFO O| Aug 27 01:04:49.908 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-27T01:04:51.293Z[ recovery-image] Aug 27 01:04:49.918 INFO O| Aug 27 01:04:49.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62412026-08-27T01:04:51.293Z[ recovery-image] Aug 27 01:04:49.918 INFO O| Aug 27 01:04:49.918 INFO STEP 315 (remove_files) COMPLETE
62422026-08-27T01:04:51.296Z[ recovery-image] Aug 27 01:04:49.918 INFO O| Aug 27 01:04:49.918 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-27T01:04:51.303Z[ recovery-image] Aug 27 01:04:49.929 INFO O| Aug 27 01:04:49.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62442026-08-27T01:04:51.303Z[ recovery-image] Aug 27 01:04:49.929 INFO O| Aug 27 01:04:49.929 INFO STEP 316 (remove_files) COMPLETE
62452026-08-27T01:04:51.306Z[ recovery-image] Aug 27 01:04:49.929 INFO O| Aug 27 01:04:49.929 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-27T01:04:51.313Z[ recovery-image] Aug 27 01:04:49.939 INFO O| Aug 27 01:04:49.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62472026-08-27T01:04:51.318Z[ recovery-image] Aug 27 01:04:49.940 INFO O| Aug 27 01:04:49.940 INFO STEP 317 (remove_files) COMPLETE
62482026-08-27T01:04:51.318Z[ recovery-image] Aug 27 01:04:49.940 INFO O| Aug 27 01:04:49.940 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-27T01:04:51.325Z[ recovery-image] Aug 27 01:04:49.950 INFO O| Aug 27 01:04:49.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62502026-08-27T01:04:51.326Z[ recovery-image] Aug 27 01:04:49.950 INFO O| Aug 27 01:04:49.950 INFO STEP 318 (remove_files) COMPLETE
62512026-08-27T01:04:51.326Z[ recovery-image] Aug 27 01:04:49.950 INFO O| Aug 27 01:04:49.950 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-27T01:04:51.335Z[ recovery-image] Aug 27 01:04:49.960 INFO O| Aug 27 01:04:49.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62532026-08-27T01:04:51.335Z[ recovery-image] Aug 27 01:04:49.960 INFO O| Aug 27 01:04:49.960 INFO STEP 319 (remove_files) COMPLETE
62542026-08-27T01:04:51.335Z[ recovery-image] Aug 27 01:04:49.960 INFO O| Aug 27 01:04:49.960 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-27T01:04:51.345Z[ recovery-image] Aug 27 01:04:49.970 INFO O| Aug 27 01:04:49.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62562026-08-27T01:04:51.345Z[ recovery-image] Aug 27 01:04:49.970 INFO O| Aug 27 01:04:49.970 INFO STEP 320 (remove_files) COMPLETE
62572026-08-27T01:04:51.345Z[ recovery-image] Aug 27 01:04:49.970 INFO O| Aug 27 01:04:49.970 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-27T01:04:51.349Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
62592026-08-27T01:04:51.355Z[ recovery-image] Aug 27 01:04:49.980 INFO O| Aug 27 01:04:49.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62602026-08-27T01:04:51.355Z[ recovery-image] Aug 27 01:04:49.980 INFO O| Aug 27 01:04:49.980 INFO STEP 321 (remove_files) COMPLETE
62612026-08-27T01:04:51.355Z[ recovery-image] Aug 27 01:04:49.980 INFO O| Aug 27 01:04:49.980 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-27T01:04:51.363Z[ recovery-image] Aug 27 01:04:49.989 INFO O| Aug 27 01:04:49.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62632026-08-27T01:04:51.364Z[ recovery-image] Aug 27 01:04:49.989 INFO O| Aug 27 01:04:49.989 INFO STEP 322 (remove_files) COMPLETE
62642026-08-27T01:04:51.367Z[ recovery-image] Aug 27 01:04:49.989 INFO O| Aug 27 01:04:49.989 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-27T01:04:51.372Z[ recovery-image] Aug 27 01:04:49.997 INFO O| Aug 27 01:04:49.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62662026-08-27T01:04:51.372Z[ recovery-image] Aug 27 01:04:49.997 INFO O| Aug 27 01:04:49.997 INFO STEP 323 (remove_files) COMPLETE
62672026-08-27T01:04:51.373Z[ recovery-image] Aug 27 01:04:49.997 INFO O| Aug 27 01:04:49.997 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-27T01:04:51.382Z[ recovery-image] Aug 27 01:04:50.008 INFO O| Aug 27 01:04:50.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62692026-08-27T01:04:51.382Z[ recovery-image] Aug 27 01:04:50.008 INFO O| Aug 27 01:04:50.008 INFO STEP 324 (remove_files) COMPLETE
62702026-08-27T01:04:51.382Z[ recovery-image] Aug 27 01:04:50.008 INFO O| Aug 27 01:04:50.008 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-27T01:04:51.393Z[ recovery-image] Aug 27 01:04:50.019 INFO O| Aug 27 01:04:50.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62722026-08-27T01:04:51.393Z[ recovery-image] Aug 27 01:04:50.019 INFO O| Aug 27 01:04:50.019 INFO STEP 325 (remove_files) COMPLETE
62732026-08-27T01:04:51.396Z[ recovery-image] Aug 27 01:04:50.019 INFO O| Aug 27 01:04:50.019 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-27T01:04:51.404Z[ recovery-image] Aug 27 01:04:50.029 INFO O| Aug 27 01:04:50.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62752026-08-27T01:04:51.407Z[ recovery-image] Aug 27 01:04:50.031 INFO O| Aug 27 01:04:50.031 INFO STEP 326 (remove_files) COMPLETE
62762026-08-27T01:04:51.407Z[ recovery-image] Aug 27 01:04:50.031 INFO O| Aug 27 01:04:50.031 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-27T01:04:51.416Z[ recovery-image] Aug 27 01:04:50.042 INFO O| Aug 27 01:04:50.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62782026-08-27T01:04:51.416Z[ recovery-image] Aug 27 01:04:50.042 INFO O| Aug 27 01:04:50.042 INFO STEP 327 (remove_files) COMPLETE
62792026-08-27T01:04:51.416Z[ recovery-image] Aug 27 01:04:50.042 INFO O| Aug 27 01:04:50.042 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-27T01:04:51.426Z[ recovery-image] Aug 27 01:04:50.051 INFO O| Aug 27 01:04:50.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62812026-08-27T01:04:51.426Z[ recovery-image] Aug 27 01:04:50.051 INFO O| Aug 27 01:04:50.051 INFO STEP 328 (remove_files) COMPLETE
62822026-08-27T01:04:51.426Z[ recovery-image] Aug 27 01:04:50.051 INFO O| Aug 27 01:04:50.051 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-27T01:04:51.436Z[ recovery-image] Aug 27 01:04:50.062 INFO O| Aug 27 01:04:50.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62842026-08-27T01:04:51.436Z[ recovery-image] Aug 27 01:04:50.062 INFO O| Aug 27 01:04:50.062 INFO STEP 329 (remove_files) COMPLETE
62852026-08-27T01:04:51.436Z[ recovery-image] Aug 27 01:04:50.062 INFO O| Aug 27 01:04:50.062 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-27T01:04:51.446Z[ recovery-image] Aug 27 01:04:50.071 INFO O| Aug 27 01:04:50.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62872026-08-27T01:04:51.446Z[ recovery-image] Aug 27 01:04:50.071 INFO O| Aug 27 01:04:50.071 INFO STEP 330 (remove_files) COMPLETE
62882026-08-27T01:04:51.449Z[ recovery-image] Aug 27 01:04:50.071 INFO O| Aug 27 01:04:50.071 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-27T01:04:51.456Z[ recovery-image] Aug 27 01:04:50.082 INFO O| Aug 27 01:04:50.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62902026-08-27T01:04:51.456Z[ recovery-image] Aug 27 01:04:50.082 INFO O| Aug 27 01:04:50.082 INFO STEP 331 (remove_files) COMPLETE
62912026-08-27T01:04:51.460Z[ recovery-image] Aug 27 01:04:50.082 INFO O| Aug 27 01:04:50.082 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-27T01:04:51.466Z[ recovery-image] Aug 27 01:04:50.092 INFO O| Aug 27 01:04:50.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62932026-08-27T01:04:51.466Z[ recovery-image] Aug 27 01:04:50.092 INFO O| Aug 27 01:04:50.092 INFO STEP 332 (remove_files) COMPLETE
62942026-08-27T01:04:51.466Z[ recovery-image] Aug 27 01:04:50.092 INFO O| Aug 27 01:04:50.092 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-27T01:04:51.478Z[ recovery-image] Aug 27 01:04:50.103 INFO O| Aug 27 01:04:50.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62962026-08-27T01:04:51.478Z[ recovery-image] Aug 27 01:04:50.103 INFO O| Aug 27 01:04:50.103 INFO STEP 333 (remove_files) COMPLETE
62972026-08-27T01:04:51.478Z[ recovery-image] Aug 27 01:04:50.103 INFO O| Aug 27 01:04:50.103 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-27T01:04:51.487Z[ recovery-image] Aug 27 01:04:50.113 INFO O| Aug 27 01:04:50.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62992026-08-27T01:04:51.487Z[ recovery-image] Aug 27 01:04:50.113 INFO O| Aug 27 01:04:50.113 INFO STEP 334 (remove_files) COMPLETE
63002026-08-27T01:04:51.487Z[ recovery-image] Aug 27 01:04:50.113 INFO O| Aug 27 01:04:50.113 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-27T01:04:51.497Z[ recovery-image] Aug 27 01:04:50.123 INFO O| Aug 27 01:04:50.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63022026-08-27T01:04:51.497Z[ recovery-image] Aug 27 01:04:50.123 INFO O| Aug 27 01:04:50.123 INFO STEP 335 (remove_files) COMPLETE
63032026-08-27T01:04:51.497Z[ recovery-image] Aug 27 01:04:50.123 INFO O| Aug 27 01:04:50.123 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-27T01:04:51.507Z[ recovery-image] Aug 27 01:04:50.133 INFO O| Aug 27 01:04:50.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63052026-08-27T01:04:51.507Z[ recovery-image] Aug 27 01:04:50.133 INFO O| Aug 27 01:04:50.133 INFO STEP 336 (remove_files) COMPLETE
63062026-08-27T01:04:51.511Z[ recovery-image] Aug 27 01:04:50.133 INFO O| Aug 27 01:04:50.133 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-27T01:04:51.518Z[ recovery-image] Aug 27 01:04:50.143 INFO O| Aug 27 01:04:50.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63082026-08-27T01:04:51.518Z[ recovery-image] Aug 27 01:04:50.143 INFO O| Aug 27 01:04:50.143 INFO STEP 337 (remove_files) COMPLETE
63092026-08-27T01:04:51.522Z[ recovery-image] Aug 27 01:04:50.144 INFO O| Aug 27 01:04:50.143 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-27T01:04:51.528Z[ recovery-image] Aug 27 01:04:50.154 INFO O| Aug 27 01:04:50.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63112026-08-27T01:04:51.528Z[ recovery-image] Aug 27 01:04:50.154 INFO O| Aug 27 01:04:50.154 INFO STEP 338 (remove_files) COMPLETE
63122026-08-27T01:04:51.528Z[ recovery-image] Aug 27 01:04:50.154 INFO O| Aug 27 01:04:50.154 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-27T01:04:51.540Z[ recovery-image] Aug 27 01:04:50.164 INFO O| Aug 27 01:04:50.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63142026-08-27T01:04:51.544Z[ recovery-image] Aug 27 01:04:50.166 INFO O| Aug 27 01:04:50.166 INFO STEP 339 (remove_files) COMPLETE
63152026-08-27T01:04:51.544Z[ recovery-image] Aug 27 01:04:50.166 INFO O| Aug 27 01:04:50.166 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-27T01:04:51.551Z[ recovery-image] Aug 27 01:04:50.177 INFO O| Aug 27 01:04:50.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63172026-08-27T01:04:51.551Z[ recovery-image] Aug 27 01:04:50.177 INFO O| Aug 27 01:04:50.177 INFO STEP 340 (remove_files) COMPLETE
63182026-08-27T01:04:51.551Z[ recovery-image] Aug 27 01:04:50.177 INFO O| Aug 27 01:04:50.177 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-27T01:04:51.562Z[ recovery-image] Aug 27 01:04:50.187 INFO O| Aug 27 01:04:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63202026-08-27T01:04:51.562Z[ recovery-image] Aug 27 01:04:50.187 INFO O| Aug 27 01:04:50.187 INFO STEP 341 (remove_files) COMPLETE
63212026-08-27T01:04:51.562Z[ recovery-image] Aug 27 01:04:50.187 INFO O| Aug 27 01:04:50.187 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-27T01:04:51.572Z[ recovery-image] Aug 27 01:04:50.196 INFO O| Aug 27 01:04:50.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63232026-08-27T01:04:51.572Z[ recovery-image] Aug 27 01:04:50.196 INFO O| Aug 27 01:04:50.196 INFO STEP 342 (remove_files) COMPLETE
63242026-08-27T01:04:51.572Z[ recovery-image] Aug 27 01:04:50.196 INFO O| Aug 27 01:04:50.196 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-27T01:04:51.581Z[ recovery-image] Aug 27 01:04:50.205 INFO O| Aug 27 01:04:50.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63262026-08-27T01:04:51.581Z[ recovery-image] Aug 27 01:04:50.206 INFO O| Aug 27 01:04:50.205 INFO STEP 343 (remove_files) COMPLETE
63272026-08-27T01:04:51.581Z[ recovery-image] Aug 27 01:04:50.206 INFO O| Aug 27 01:04:50.205 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-27T01:04:51.591Z[ recovery-image] Aug 27 01:04:50.216 INFO O| Aug 27 01:04:50.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63292026-08-27T01:04:51.591Z[ recovery-image] Aug 27 01:04:50.216 INFO O| Aug 27 01:04:50.216 INFO STEP 344 (remove_files) COMPLETE
63302026-08-27T01:04:51.591Z[ recovery-image] Aug 27 01:04:50.216 INFO O| Aug 27 01:04:50.216 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-27T01:04:51.602Z[ recovery-image] Aug 27 01:04:50.226 INFO O| Aug 27 01:04:50.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63322026-08-27T01:04:51.602Z[ recovery-image] Aug 27 01:04:50.226 INFO O| Aug 27 01:04:50.226 INFO STEP 345 (remove_files) COMPLETE
63332026-08-27T01:04:51.602Z[ recovery-image] Aug 27 01:04:50.226 INFO O| Aug 27 01:04:50.226 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-27T01:04:51.610Z[ recovery-image] Aug 27 01:04:50.235 INFO O| Aug 27 01:04:50.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63352026-08-27T01:04:51.611Z[ recovery-image] Aug 27 01:04:50.235 INFO O| Aug 27 01:04:50.235 INFO STEP 346 (remove_files) COMPLETE
63362026-08-27T01:04:51.615Z[ recovery-image] Aug 27 01:04:50.235 INFO O| Aug 27 01:04:50.235 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-27T01:04:51.620Z[ recovery-image] Aug 27 01:04:50.244 INFO O| Aug 27 01:04:50.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63382026-08-27T01:04:51.620Z[ recovery-image] Aug 27 01:04:50.244 INFO O| Aug 27 01:04:50.244 INFO STEP 347 (remove_files) COMPLETE
63392026-08-27T01:04:51.623Z[ recovery-image] Aug 27 01:04:50.244 INFO O| Aug 27 01:04:50.244 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-27T01:04:51.627Z[ recovery-image] Aug 27 01:04:50.252 INFO O| Aug 27 01:04:50.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63412026-08-27T01:04:51.627Z[ recovery-image] Aug 27 01:04:50.253 INFO O| Aug 27 01:04:50.252 INFO STEP 348 (remove_files) COMPLETE
63422026-08-27T01:04:51.630Z[ recovery-image] Aug 27 01:04:50.253 INFO O| Aug 27 01:04:50.252 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-27T01:04:51.636Z[ recovery-image] Aug 27 01:04:50.261 INFO O| Aug 27 01:04:50.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63442026-08-27T01:04:51.636Z[ recovery-image] Aug 27 01:04:50.261 INFO O| Aug 27 01:04:50.261 INFO STEP 349 (remove_files) COMPLETE
63452026-08-27T01:04:51.640Z[ recovery-image] Aug 27 01:04:50.261 INFO O| Aug 27 01:04:50.261 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-27T01:04:51.645Z[ recovery-image] Aug 27 01:04:50.270 INFO O| Aug 27 01:04:50.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63472026-08-27T01:04:51.645Z[ recovery-image] Aug 27 01:04:50.270 INFO O| Aug 27 01:04:50.270 INFO STEP 350 (remove_files) COMPLETE
63482026-08-27T01:04:51.645Z[ recovery-image] Aug 27 01:04:50.270 INFO O| Aug 27 01:04:50.270 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-27T01:04:51.655Z[ recovery-image] Aug 27 01:04:50.281 INFO O| Aug 27 01:04:50.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63502026-08-27T01:04:51.655Z[ recovery-image] Aug 27 01:04:50.281 INFO O| Aug 27 01:04:50.281 INFO STEP 351 (remove_files) COMPLETE
63512026-08-27T01:04:51.659Z[ recovery-image] Aug 27 01:04:50.281 INFO O| Aug 27 01:04:50.281 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-27T01:04:51.665Z[ recovery-image] Aug 27 01:04:50.291 INFO O| Aug 27 01:04:50.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63532026-08-27T01:04:51.666Z[ recovery-image] Aug 27 01:04:50.291 INFO O| Aug 27 01:04:50.291 INFO STEP 352 (remove_files) COMPLETE
63542026-08-27T01:04:51.673Z[ recovery-image] Aug 27 01:04:50.291 INFO O| Aug 27 01:04:50.291 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-27T01:04:51.679Z[ recovery-image] Aug 27 01:04:50.301 INFO O| Aug 27 01:04:50.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63562026-08-27T01:04:51.679Z[ recovery-image] Aug 27 01:04:50.302 INFO O| Aug 27 01:04:50.301 INFO STEP 353 (remove_files) COMPLETE
63572026-08-27T01:04:51.679Z[ recovery-image] Aug 27 01:04:50.302 INFO O| Aug 27 01:04:50.302 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-27T01:04:51.688Z[ recovery-image] Aug 27 01:04:50.312 INFO O| Aug 27 01:04:50.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63592026-08-27T01:04:51.688Z[ recovery-image] Aug 27 01:04:50.312 INFO O| Aug 27 01:04:50.312 INFO STEP 354 (remove_files) COMPLETE
63602026-08-27T01:04:51.689Z[ recovery-image] Aug 27 01:04:50.312 INFO O| Aug 27 01:04:50.312 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-27T01:04:51.698Z[ recovery-image] Aug 27 01:04:50.322 INFO O| Aug 27 01:04:50.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63622026-08-27T01:04:51.698Z[ recovery-image] Aug 27 01:04:50.322 INFO O| Aug 27 01:04:50.322 INFO STEP 355 (remove_files) COMPLETE
63632026-08-27T01:04:51.702Z[ recovery-image] Aug 27 01:04:50.322 INFO O| Aug 27 01:04:50.322 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-27T01:04:51.709Z[ recovery-image] Aug 27 01:04:50.331 INFO O| Aug 27 01:04:50.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63652026-08-27T01:04:51.709Z[ recovery-image] Aug 27 01:04:50.331 INFO O| Aug 27 01:04:50.331 INFO STEP 356 (remove_files) COMPLETE
63662026-08-27T01:04:51.709Z[ recovery-image] Aug 27 01:04:50.331 INFO O| Aug 27 01:04:50.331 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-27T01:04:51.715Z[ recovery-image] Aug 27 01:04:50.341 INFO O| Aug 27 01:04:50.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63682026-08-27T01:04:51.715Z[ recovery-image] Aug 27 01:04:50.341 INFO O| Aug 27 01:04:50.341 INFO STEP 357 (remove_files) COMPLETE
63692026-08-27T01:04:51.719Z[ recovery-image] Aug 27 01:04:50.341 INFO O| Aug 27 01:04:50.341 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-27T01:04:51.725Z[ recovery-image] Aug 27 01:04:50.351 INFO O| Aug 27 01:04:50.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63712026-08-27T01:04:51.725Z[ recovery-image] Aug 27 01:04:50.351 INFO O| Aug 27 01:04:50.351 INFO STEP 358 (remove_files) COMPLETE
63722026-08-27T01:04:51.726Z[ recovery-image] Aug 27 01:04:50.351 INFO O| Aug 27 01:04:50.351 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-27T01:04:51.735Z[ recovery-image] Aug 27 01:04:50.360 INFO O| Aug 27 01:04:50.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63742026-08-27T01:04:51.735Z[ recovery-image] Aug 27 01:04:50.361 INFO O| Aug 27 01:04:50.361 INFO STEP 359 (remove_files) COMPLETE
63752026-08-27T01:04:51.735Z[ recovery-image] Aug 27 01:04:50.361 INFO O| Aug 27 01:04:50.361 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-27T01:04:51.747Z[ recovery-image] Aug 27 01:04:50.371 INFO O| Aug 27 01:04:50.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63772026-08-27T01:04:51.747Z[ recovery-image] Aug 27 01:04:50.371 INFO O| Aug 27 01:04:50.371 INFO STEP 360 (remove_files) COMPLETE
63782026-08-27T01:04:51.747Z[ recovery-image] Aug 27 01:04:50.371 INFO O| Aug 27 01:04:50.371 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-27T01:04:51.755Z[ recovery-image] Aug 27 01:04:50.380 INFO O| Aug 27 01:04:50.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63802026-08-27T01:04:51.755Z[ recovery-image] Aug 27 01:04:50.380 INFO O| Aug 27 01:04:50.380 INFO STEP 361 (remove_files) COMPLETE
63812026-08-27T01:04:51.755Z[ recovery-image] Aug 27 01:04:50.380 INFO O| Aug 27 01:04:50.380 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-27T01:04:51.764Z[ recovery-image] Aug 27 01:04:50.389 INFO O| Aug 27 01:04:50.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63832026-08-27T01:04:51.767Z[ recovery-image] Aug 27 01:04:50.390 INFO O| Aug 27 01:04:50.390 INFO STEP 362 (remove_files) COMPLETE
63842026-08-27T01:04:51.767Z[ recovery-image] Aug 27 01:04:50.390 INFO O| Aug 27 01:04:50.390 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-27T01:04:51.773Z[ recovery-image] Aug 27 01:04:50.399 INFO O| Aug 27 01:04:50.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63862026-08-27T01:04:51.776Z[ recovery-image] Aug 27 01:04:50.399 INFO O| Aug 27 01:04:50.399 INFO STEP 363 (remove_files) COMPLETE
63872026-08-27T01:04:51.776Z[ recovery-image] Aug 27 01:04:50.399 INFO O| Aug 27 01:04:50.399 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-27T01:04:51.783Z[ recovery-image] Aug 27 01:04:50.409 INFO O| Aug 27 01:04:50.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63892026-08-27T01:04:51.792Z[ recovery-image] Aug 27 01:04:50.417 INFO O| Aug 27 01:04:50.416 INFO STEP 364 (remove_files) COMPLETE
63902026-08-27T01:04:51.793Z[ recovery-image] Aug 27 01:04:50.417 INFO O| Aug 27 01:04:50.417 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-27T01:04:51.803Z[ recovery-image] Aug 27 01:04:50.427 INFO O| Aug 27 01:04:50.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63922026-08-27T01:04:51.803Z[ recovery-image] Aug 27 01:04:50.427 INFO O| Aug 27 01:04:50.427 INFO STEP 365 (remove_files) COMPLETE
63932026-08-27T01:04:51.806Z[ recovery-image] Aug 27 01:04:50.427 INFO O| Aug 27 01:04:50.427 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-27T01:04:51.811Z[ recovery-image] Aug 27 01:04:50.436 INFO O| Aug 27 01:04:50.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63952026-08-27T01:04:51.811Z[ recovery-image] Aug 27 01:04:50.437 INFO O| Aug 27 01:04:50.437 INFO STEP 366 (remove_files) COMPLETE
63962026-08-27T01:04:51.814Z[ recovery-image] Aug 27 01:04:50.437 INFO O| Aug 27 01:04:50.437 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-27T01:04:51.818Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
63982026-08-27T01:04:51.821Z[ recovery-image] Aug 27 01:04:50.446 INFO O| Aug 27 01:04:50.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63992026-08-27T01:04:51.821Z[ recovery-image] Aug 27 01:04:50.446 INFO O| Aug 27 01:04:50.446 INFO STEP 367 (remove_files) COMPLETE
64002026-08-27T01:04:51.821Z[ recovery-image] Aug 27 01:04:50.446 INFO O| Aug 27 01:04:50.446 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-27T01:04:51.836Z[ recovery-image] Aug 27 01:04:50.457 INFO O| Aug 27 01:04:50.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64022026-08-27T01:04:51.836Z[ recovery-image] Aug 27 01:04:50.457 INFO O| Aug 27 01:04:50.457 INFO STEP 368 (remove_files) COMPLETE
64032026-08-27T01:04:51.836Z[ recovery-image] Aug 27 01:04:50.457 INFO O| Aug 27 01:04:50.457 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-27T01:04:51.843Z[ recovery-image] Aug 27 01:04:50.468 INFO O| Aug 27 01:04:50.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64052026-08-27T01:04:51.843Z[ recovery-image] Aug 27 01:04:50.468 INFO O| Aug 27 01:04:50.468 INFO STEP 369 (remove_files) COMPLETE
64062026-08-27T01:04:51.847Z[ recovery-image] Aug 27 01:04:50.468 INFO O| Aug 27 01:04:50.468 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-27T01:04:51.853Z[ recovery-image] Aug 27 01:04:50.478 INFO O| Aug 27 01:04:50.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64082026-08-27T01:04:51.853Z[ recovery-image] Aug 27 01:04:50.479 INFO O| Aug 27 01:04:50.479 INFO STEP 370 (remove_files) COMPLETE
64092026-08-27T01:04:51.856Z[ recovery-image] Aug 27 01:04:50.479 INFO O| Aug 27 01:04:50.479 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-27T01:04:51.862Z[ recovery-image] Aug 27 01:04:50.488 INFO O| Aug 27 01:04:50.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64112026-08-27T01:04:51.862Z[ recovery-image] Aug 27 01:04:50.488 INFO O| Aug 27 01:04:50.488 INFO STEP 371 (remove_files) COMPLETE
64122026-08-27T01:04:51.862Z[ recovery-image] Aug 27 01:04:50.488 INFO O| Aug 27 01:04:50.488 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-27T01:04:51.872Z[ recovery-image] Aug 27 01:04:50.498 INFO O| Aug 27 01:04:50.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64142026-08-27T01:04:51.872Z[ recovery-image] Aug 27 01:04:50.498 INFO O| Aug 27 01:04:50.498 INFO STEP 372 (remove_files) COMPLETE
64152026-08-27T01:04:51.872Z[ recovery-image] Aug 27 01:04:50.498 INFO O| Aug 27 01:04:50.498 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-27T01:04:51.882Z[ recovery-image] Aug 27 01:04:50.506 INFO O| Aug 27 01:04:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64172026-08-27T01:04:51.882Z[ recovery-image] Aug 27 01:04:50.506 INFO O| Aug 27 01:04:50.506 INFO STEP 373 (remove_files) COMPLETE
64182026-08-27T01:04:51.883Z[ recovery-image] Aug 27 01:04:50.506 INFO O| Aug 27 01:04:50.506 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-27T01:04:51.891Z[ recovery-image] Aug 27 01:04:50.516 INFO O| Aug 27 01:04:50.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64202026-08-27T01:04:51.891Z[ recovery-image] Aug 27 01:04:50.516 INFO O| Aug 27 01:04:50.516 INFO STEP 374 (remove_files) COMPLETE
64212026-08-27T01:04:51.891Z[ recovery-image] Aug 27 01:04:50.516 INFO O| Aug 27 01:04:50.516 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-27T01:04:51.900Z[ recovery-image] Aug 27 01:04:50.526 INFO O| Aug 27 01:04:50.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64232026-08-27T01:04:51.900Z[ recovery-image] Aug 27 01:04:50.526 INFO O| Aug 27 01:04:50.526 INFO STEP 375 (remove_files) COMPLETE
64242026-08-27T01:04:51.900Z[ recovery-image] Aug 27 01:04:50.526 INFO O| Aug 27 01:04:50.526 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-27T01:04:51.910Z[ recovery-image] Aug 27 01:04:50.535 INFO O| Aug 27 01:04:50.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64262026-08-27T01:04:51.910Z[ recovery-image] Aug 27 01:04:50.535 INFO O| Aug 27 01:04:50.535 INFO STEP 376 (remove_files) COMPLETE
64272026-08-27T01:04:51.914Z[ recovery-image] Aug 27 01:04:50.535 INFO O| Aug 27 01:04:50.535 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-27T01:04:51.918Z[ recovery-image] Aug 27 01:04:50.544 INFO O| Aug 27 01:04:50.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64292026-08-27T01:04:51.918Z[ recovery-image] Aug 27 01:04:50.544 INFO O| Aug 27 01:04:50.544 INFO STEP 377 (remove_files) COMPLETE
64302026-08-27T01:04:51.922Z[ recovery-image] Aug 27 01:04:50.544 INFO O| Aug 27 01:04:50.544 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-27T01:04:51.922Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
64322026-08-27T01:04:51.928Z[ recovery-image] Aug 27 01:04:50.554 INFO O| Aug 27 01:04:50.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64332026-08-27T01:04:51.928Z[ recovery-image] Aug 27 01:04:50.554 INFO O| Aug 27 01:04:50.554 INFO STEP 378 (remove_files) COMPLETE
64342026-08-27T01:04:51.932Z[ recovery-image] Aug 27 01:04:50.554 INFO O| Aug 27 01:04:50.554 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-27T01:04:51.937Z[ recovery-image] Aug 27 01:04:50.563 INFO O| Aug 27 01:04:50.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64362026-08-27T01:04:51.937Z[ recovery-image] Aug 27 01:04:50.563 INFO O| Aug 27 01:04:50.563 INFO STEP 379 (remove_files) COMPLETE
64372026-08-27T01:04:51.937Z[ recovery-image] Aug 27 01:04:50.563 INFO O| Aug 27 01:04:50.563 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-27T01:04:51.945Z[ recovery-image] Aug 27 01:04:50.571 INFO O| Aug 27 01:04:50.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64392026-08-27T01:04:51.945Z[ recovery-image] Aug 27 01:04:50.571 INFO O| Aug 27 01:04:50.571 INFO STEP 380 (remove_files) COMPLETE
64402026-08-27T01:04:51.949Z[ recovery-image] Aug 27 01:04:50.571 INFO O| Aug 27 01:04:50.571 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-27T01:04:51.956Z[ recovery-image] Aug 27 01:04:50.582 INFO O| Aug 27 01:04:50.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64422026-08-27T01:04:51.956Z[ recovery-image] Aug 27 01:04:50.582 INFO O| Aug 27 01:04:50.582 INFO STEP 381 (remove_files) COMPLETE
64432026-08-27T01:04:51.960Z[ recovery-image] Aug 27 01:04:50.582 INFO O| Aug 27 01:04:50.582 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-27T01:04:51.960Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64452026-08-27T01:04:51.965Z[ recovery-image] Aug 27 01:04:50.591 INFO O| Aug 27 01:04:50.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64462026-08-27T01:04:51.965Z[ recovery-image] Aug 27 01:04:50.591 INFO O| Aug 27 01:04:50.591 INFO STEP 382 (remove_files) COMPLETE
64472026-08-27T01:04:51.965Z[ recovery-image] Aug 27 01:04:50.591 INFO O| Aug 27 01:04:50.591 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-27T01:04:51.973Z[ recovery-image] Aug 27 01:04:50.599 INFO O| Aug 27 01:04:50.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64492026-08-27T01:04:51.973Z[ recovery-image] Aug 27 01:04:50.599 INFO O| Aug 27 01:04:50.599 INFO STEP 383 (remove_files) COMPLETE
64502026-08-27T01:04:51.973Z[ recovery-image] Aug 27 01:04:50.599 INFO O| Aug 27 01:04:50.599 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-27T01:04:51.983Z[ recovery-image] Aug 27 01:04:50.609 INFO O| Aug 27 01:04:50.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64522026-08-27T01:04:51.983Z[ recovery-image] Aug 27 01:04:50.609 INFO O| Aug 27 01:04:50.609 INFO STEP 384 (remove_files) COMPLETE
64532026-08-27T01:04:51.983Z[ recovery-image] Aug 27 01:04:50.609 INFO O| Aug 27 01:04:50.609 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-27T01:04:51.990Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64552026-08-27T01:04:51.997Z[ recovery-image] Aug 27 01:04:50.618 INFO O| Aug 27 01:04:50.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64562026-08-27T01:04:52.010Z[ recovery-image] Aug 27 01:04:50.619 INFO O| Aug 27 01:04:50.619 INFO STEP 385 (remove_files) COMPLETE
64572026-08-27T01:04:52.010Z[ recovery-image] Aug 27 01:04:50.619 INFO O| Aug 27 01:04:50.619 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-27T01:04:52.010Z[ recovery-image] Aug 27 01:04:50.628 INFO O| Aug 27 01:04:50.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64592026-08-27T01:04:52.010Z[ recovery-image] Aug 27 01:04:50.628 INFO O| Aug 27 01:04:50.628 INFO STEP 386 (remove_files) COMPLETE
64602026-08-27T01:04:52.010Z[ recovery-image] Aug 27 01:04:50.628 INFO O| Aug 27 01:04:50.628 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-27T01:04:52.014Z[ recovery-image] Aug 27 01:04:50.637 INFO O| Aug 27 01:04:50.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64622026-08-27T01:04:52.017Z[ recovery-image] Aug 27 01:04:50.637 INFO O| Aug 27 01:04:50.637 INFO STEP 387 (remove_files) COMPLETE
64632026-08-27T01:04:52.017Z[ recovery-image] Aug 27 01:04:50.637 INFO O| Aug 27 01:04:50.637 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-27T01:04:52.024Z[ recovery-image] Aug 27 01:04:50.647 INFO O| Aug 27 01:04:50.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64652026-08-27T01:04:52.024Z[ recovery-image] Aug 27 01:04:50.647 INFO O| Aug 27 01:04:50.647 INFO STEP 388 (remove_files) COMPLETE
64662026-08-27T01:04:52.024Z[ recovery-image] Aug 27 01:04:50.647 INFO O| Aug 27 01:04:50.647 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-27T01:04:52.031Z[ recovery-image] Aug 27 01:04:50.657 INFO O| Aug 27 01:04:50.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64682026-08-27T01:04:52.031Z[ recovery-image] Aug 27 01:04:50.657 INFO O| Aug 27 01:04:50.657 INFO STEP 389 (remove_files) COMPLETE
64692026-08-27T01:04:52.034Z[ recovery-image] Aug 27 01:04:50.657 INFO O| Aug 27 01:04:50.657 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-27T01:04:52.052Z[ recovery-image] Aug 27 01:04:50.677 INFO O| Aug 27 01:04:50.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64712026-08-27T01:04:52.053Z[ recovery-image] Aug 27 01:04:50.678 INFO O| Aug 27 01:04:50.678 INFO STEP 390 (remove_files) COMPLETE
64722026-08-27T01:04:52.053Z[ recovery-image] Aug 27 01:04:50.678 INFO O| Aug 27 01:04:50.678 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-27T01:04:52.062Z[ recovery-image] Aug 27 01:04:50.688 INFO O| Aug 27 01:04:50.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64742026-08-27T01:04:52.063Z[ recovery-image] Aug 27 01:04:50.688 INFO O| Aug 27 01:04:50.688 INFO STEP 391 (remove_files) COMPLETE
64752026-08-27T01:04:52.063Z[ recovery-image] Aug 27 01:04:50.688 INFO O| Aug 27 01:04:50.688 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-27T01:04:52.073Z[ recovery-image] Aug 27 01:04:50.698 INFO O| Aug 27 01:04:50.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64772026-08-27T01:04:52.073Z[ recovery-image] Aug 27 01:04:50.698 INFO O| Aug 27 01:04:50.698 INFO STEP 392 (remove_files) COMPLETE
64782026-08-27T01:04:52.073Z[ recovery-image] Aug 27 01:04:50.698 INFO O| Aug 27 01:04:50.698 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-27T01:04:52.082Z[ recovery-image] Aug 27 01:04:50.707 INFO O| Aug 27 01:04:50.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64802026-08-27T01:04:52.082Z[ recovery-image] Aug 27 01:04:50.707 INFO O| Aug 27 01:04:50.707 INFO STEP 393 (remove_files) COMPLETE
64812026-08-27T01:04:52.082Z[ recovery-image] Aug 27 01:04:50.707 INFO O| Aug 27 01:04:50.707 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-27T01:04:52.092Z[ recovery-image] Aug 27 01:04:50.717 INFO O| Aug 27 01:04:50.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64832026-08-27T01:04:52.092Z[ recovery-image] Aug 27 01:04:50.717 INFO O| Aug 27 01:04:50.717 INFO STEP 394 (remove_files) COMPLETE
64842026-08-27T01:04:52.092Z[ recovery-image] Aug 27 01:04:50.717 INFO O| Aug 27 01:04:50.717 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-27T01:04:52.104Z[ recovery-image] Aug 27 01:04:50.726 INFO O| Aug 27 01:04:50.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64862026-08-27T01:04:52.104Z[ recovery-image] Aug 27 01:04:50.726 INFO O| Aug 27 01:04:50.726 INFO STEP 395 (remove_files) COMPLETE
64872026-08-27T01:04:52.108Z[ recovery-image] Aug 27 01:04:50.726 INFO O| Aug 27 01:04:50.726 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-27T01:04:52.112Z[ recovery-image] Aug 27 01:04:50.735 INFO O| Aug 27 01:04:50.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64892026-08-27T01:04:52.113Z[ recovery-image] Aug 27 01:04:50.735 INFO O| Aug 27 01:04:50.735 INFO STEP 396 (remove_files) COMPLETE
64902026-08-27T01:04:52.113Z[ recovery-image] Aug 27 01:04:50.735 INFO O| Aug 27 01:04:50.735 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-27T01:04:52.138Z[ recovery-image] Aug 27 01:04:50.764 INFO O| Aug 27 01:04:50.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64922026-08-27T01:04:52.138Z[ recovery-image] Aug 27 01:04:50.764 INFO O| Aug 27 01:04:50.764 INFO STEP 397 (remove_files) COMPLETE
64932026-08-27T01:04:52.139Z[ recovery-image] Aug 27 01:04:50.764 INFO O| Aug 27 01:04:50.764 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-27T01:04:52.165Z[ recovery-image] Aug 27 01:04:50.791 INFO O| Aug 27 01:04:50.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64952026-08-27T01:04:52.165Z[ recovery-image] Aug 27 01:04:50.791 INFO O| Aug 27 01:04:50.791 INFO STEP 398 (remove_files) COMPLETE
64962026-08-27T01:04:52.165Z[ recovery-image] Aug 27 01:04:50.791 INFO O| Aug 27 01:04:50.791 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-27T01:04:52.175Z[ recovery-image] Aug 27 01:04:50.801 INFO O| Aug 27 01:04:50.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64982026-08-27T01:04:52.175Z[ recovery-image] Aug 27 01:04:50.801 INFO O| Aug 27 01:04:50.801 INFO STEP 399 (remove_files) COMPLETE
64992026-08-27T01:04:52.175Z[ recovery-image] Aug 27 01:04:50.801 INFO O| Aug 27 01:04:50.801 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-27T01:04:52.184Z[ recovery-image] Aug 27 01:04:50.810 INFO O| Aug 27 01:04:50.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65012026-08-27T01:04:52.210Z[ recovery-image] Aug 27 01:04:50.835 INFO O| Aug 27 01:04:50.835 INFO STEP 400 (remove_files) COMPLETE
65022026-08-27T01:04:52.210Z[ recovery-image] Aug 27 01:04:50.835 INFO O| Aug 27 01:04:50.835 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-27T01:04:52.229Z[ recovery-image] Aug 27 01:04:50.846 INFO O| Aug 27 01:04:50.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65042026-08-27T01:04:52.229Z[ recovery-image] Aug 27 01:04:50.846 INFO O| Aug 27 01:04:50.846 INFO STEP 401 (remove_files) COMPLETE
65052026-08-27T01:04:52.233Z[ recovery-image] Aug 27 01:04:50.846 INFO O| Aug 27 01:04:50.846 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-27T01:04:52.237Z[ recovery-image] Aug 27 01:04:50.856 INFO O| Aug 27 01:04:50.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65072026-08-27T01:04:52.238Z[ recovery-image] Aug 27 01:04:50.856 INFO O| Aug 27 01:04:50.856 INFO STEP 402 (remove_files) COMPLETE
65082026-08-27T01:04:52.238Z[ recovery-image] Aug 27 01:04:50.856 INFO O| Aug 27 01:04:50.856 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-27T01:04:52.241Z[ recovery-image] Aug 27 01:04:50.865 INFO O| Aug 27 01:04:50.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65102026-08-27T01:04:52.241Z[ recovery-image] Aug 27 01:04:50.865 INFO O| Aug 27 01:04:50.865 INFO STEP 403 (remove_files) COMPLETE
65112026-08-27T01:04:52.242Z[ recovery-image] Aug 27 01:04:50.865 INFO O| Aug 27 01:04:50.865 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-27T01:04:52.256Z[ recovery-image] Aug 27 01:04:50.880 INFO O| Aug 27 01:04:50.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65132026-08-27T01:04:52.256Z[ recovery-image] Aug 27 01:04:50.880 INFO O| Aug 27 01:04:50.880 INFO STEP 404 (remove_files) COMPLETE
65142026-08-27T01:04:52.259Z[ recovery-image] Aug 27 01:04:50.880 INFO O| Aug 27 01:04:50.880 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-27T01:04:52.287Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
65162026-08-27T01:04:52.292Z[ recovery-image] Aug 27 01:04:50.918 INFO O| Aug 27 01:04:50.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65172026-08-27T01:04:52.292Z[ recovery-image] Aug 27 01:04:50.918 INFO O| Aug 27 01:04:50.918 INFO STEP 405 (remove_files) COMPLETE
65182026-08-27T01:04:52.292Z[ recovery-image] Aug 27 01:04:50.918 INFO O| Aug 27 01:04:50.918 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-27T01:04:52.301Z[ recovery-image] Aug 27 01:04:50.926 INFO O| Aug 27 01:04:50.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65202026-08-27T01:04:52.301Z[ recovery-image] Aug 27 01:04:50.927 INFO O| Aug 27 01:04:50.926 INFO STEP 406 (remove_files) COMPLETE
65212026-08-27T01:04:52.305Z[ recovery-image] Aug 27 01:04:50.927 INFO O| Aug 27 01:04:50.926 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-27T01:04:52.312Z[ recovery-image] Aug 27 01:04:50.937 INFO O| Aug 27 01:04:50.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65232026-08-27T01:04:52.312Z[ recovery-image] Aug 27 01:04:50.937 INFO O| Aug 27 01:04:50.937 INFO STEP 407 (remove_files) COMPLETE
65242026-08-27T01:04:52.312Z[ recovery-image] Aug 27 01:04:50.937 INFO O| Aug 27 01:04:50.937 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-27T01:04:52.321Z[ recovery-image] Aug 27 01:04:50.946 INFO O| Aug 27 01:04:50.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65262026-08-27T01:04:52.321Z[ recovery-image] Aug 27 01:04:50.946 INFO O| Aug 27 01:04:50.946 INFO STEP 408 (remove_files) COMPLETE
65272026-08-27T01:04:52.325Z[ recovery-image] Aug 27 01:04:50.946 INFO O| Aug 27 01:04:50.946 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-27T01:04:52.330Z[ recovery-image] Aug 27 01:04:50.955 INFO O| Aug 27 01:04:50.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65292026-08-27T01:04:52.330Z[ recovery-image] Aug 27 01:04:50.955 INFO O| Aug 27 01:04:50.955 INFO STEP 409 (remove_files) COMPLETE
65302026-08-27T01:04:52.333Z[ recovery-image] Aug 27 01:04:50.955 INFO O| Aug 27 01:04:50.955 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-27T01:04:52.333Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65322026-08-27T01:04:52.340Z[ recovery-image] Aug 27 01:04:50.964 INFO O| Aug 27 01:04:50.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65332026-08-27T01:04:52.340Z[ recovery-image] Aug 27 01:04:50.964 INFO O| Aug 27 01:04:50.964 INFO STEP 410 (remove_files) COMPLETE
65342026-08-27T01:04:52.346Z[ recovery-image] Aug 27 01:04:50.964 INFO O| Aug 27 01:04:50.964 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-27T01:04:52.349Z[ recovery-image] Aug 27 01:04:50.974 INFO O| Aug 27 01:04:50.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65362026-08-27T01:04:52.350Z[ recovery-image] Aug 27 01:04:50.974 INFO O| Aug 27 01:04:50.974 INFO STEP 411 (remove_files) COMPLETE
65372026-08-27T01:04:52.350Z[ recovery-image] Aug 27 01:04:50.974 INFO O| Aug 27 01:04:50.974 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-27T01:04:52.359Z[ recovery-image] Aug 27 01:04:50.983 INFO O| Aug 27 01:04:50.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65392026-08-27T01:04:52.359Z[ recovery-image] Aug 27 01:04:50.983 INFO O| Aug 27 01:04:50.983 INFO STEP 412 (remove_files) COMPLETE
65402026-08-27T01:04:52.359Z[ recovery-image] Aug 27 01:04:50.983 INFO O| Aug 27 01:04:50.983 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-27T01:04:52.430Z[ recovery-image] Aug 27 01:04:50.992 INFO O| Aug 27 01:04:50.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65422026-08-27T01:04:52.430Z[ recovery-image] Aug 27 01:04:50.992 INFO O| Aug 27 01:04:50.992 INFO STEP 413 (remove_files) COMPLETE
65432026-08-27T01:04:52.430Z[ recovery-image] Aug 27 01:04:50.992 INFO O| Aug 27 01:04:50.992 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.002 INFO O| Aug 27 01:04:51.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65452026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.002 INFO O| Aug 27 01:04:51.002 INFO STEP 414 (remove_files) COMPLETE
65462026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.002 INFO O| Aug 27 01:04:51.002 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.011 INFO O| Aug 27 01:04:51.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65482026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.011 INFO O| Aug 27 01:04:51.011 INFO STEP 415 (remove_files) COMPLETE
65492026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.011 INFO O| Aug 27 01:04:51.011 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.019 INFO O| Aug 27 01:04:51.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65512026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.020 INFO O| Aug 27 01:04:51.019 INFO STEP 416 (remove_files) COMPLETE
65522026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.020 INFO O| Aug 27 01:04:51.019 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.029 INFO O| Aug 27 01:04:51.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65542026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.029 INFO O| Aug 27 01:04:51.029 INFO STEP 417 (remove_files) COMPLETE
65552026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.029 INFO O| Aug 27 01:04:51.029 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-27T01:04:52.437Z[ recovery-image] Aug 27 01:04:51.040 INFO O| Aug 27 01:04:51.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65572026-08-27T01:04:52.438Z[ recovery-image] Aug 27 01:04:51.040 INFO O| Aug 27 01:04:51.040 INFO STEP 418 (remove_files) COMPLETE
65582026-08-27T01:04:52.438Z[ recovery-image] Aug 27 01:04:51.040 INFO O| Aug 27 01:04:51.040 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-27T01:04:52.442Z[ recovery-image] Aug 27 01:04:51.061 INFO O| Aug 27 01:04:51.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65602026-08-27T01:04:52.443Z[ recovery-image] Aug 27 01:04:51.061 INFO O| Aug 27 01:04:51.061 INFO STEP 419 (remove_files) COMPLETE
65612026-08-27T01:04:52.443Z[ recovery-image] Aug 27 01:04:51.061 INFO O| Aug 27 01:04:51.061 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-27T01:04:52.447Z[ recovery-image] Aug 27 01:04:51.071 INFO O| Aug 27 01:04:51.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65632026-08-27T01:04:52.448Z[ recovery-image] Aug 27 01:04:51.071 INFO O| Aug 27 01:04:51.071 INFO STEP 420 (remove_files) COMPLETE
65642026-08-27T01:04:52.448Z[ recovery-image] Aug 27 01:04:51.071 INFO O| Aug 27 01:04:51.071 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-27T01:04:52.456Z[ recovery-image] Aug 27 01:04:51.082 INFO O| Aug 27 01:04:51.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65662026-08-27T01:04:52.456Z[ recovery-image] Aug 27 01:04:51.082 INFO O| Aug 27 01:04:51.082 INFO STEP 421 (remove_files) COMPLETE
65672026-08-27T01:04:52.456Z[ recovery-image] Aug 27 01:04:51.082 INFO O| Aug 27 01:04:51.082 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-27T01:04:52.482Z[ recovery-image] Aug 27 01:04:51.092 INFO O| Aug 27 01:04:51.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65692026-08-27T01:04:52.485Z[ recovery-image] Aug 27 01:04:51.108 INFO O| Aug 27 01:04:51.108 INFO STEP 422 (remove_files) COMPLETE
65702026-08-27T01:04:52.485Z[ recovery-image] Aug 27 01:04:51.108 INFO O| Aug 27 01:04:51.108 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-27T01:04:52.494Z[ recovery-image] Aug 27 01:04:51.120 INFO O| Aug 27 01:04:51.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65722026-08-27T01:04:52.496Z[ recovery-image] Aug 27 01:04:51.120 INFO O| Aug 27 01:04:51.120 INFO STEP 423 (remove_files) COMPLETE
65732026-08-27T01:04:52.499Z[ recovery-image] Aug 27 01:04:51.120 INFO O| Aug 27 01:04:51.120 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-27T01:04:52.506Z[ recovery-image] Aug 27 01:04:51.131 INFO O| Aug 27 01:04:51.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65752026-08-27T01:04:52.510Z[ recovery-image] Aug 27 01:04:51.131 INFO O| Aug 27 01:04:51.131 INFO STEP 424 (remove_files) COMPLETE
65762026-08-27T01:04:52.510Z[ recovery-image] Aug 27 01:04:51.131 INFO O| Aug 27 01:04:51.131 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-27T01:04:52.540Z[ recovery-image] Aug 27 01:04:51.145 INFO O| Aug 27 01:04:51.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65782026-08-27T01:04:52.540Z[ recovery-image] Aug 27 01:04:51.145 INFO O| Aug 27 01:04:51.145 INFO STEP 425 (remove_files) COMPLETE
65792026-08-27T01:04:52.540Z[ recovery-image] Aug 27 01:04:51.145 INFO O| Aug 27 01:04:51.145 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-27T01:04:52.548Z[ recovery-image] Aug 27 01:04:51.172 INFO O| Aug 27 01:04:51.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65812026-08-27T01:04:52.551Z[ recovery-image] Aug 27 01:04:51.172 INFO O| Aug 27 01:04:51.172 INFO STEP 426 (remove_files) COMPLETE
65822026-08-27T01:04:52.551Z[ recovery-image] Aug 27 01:04:51.172 INFO O| Aug 27 01:04:51.172 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-27T01:04:52.559Z[ recovery-image] Aug 27 01:04:51.185 INFO O| Aug 27 01:04:51.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65842026-08-27T01:04:52.560Z[ recovery-image] Aug 27 01:04:51.185 INFO O| Aug 27 01:04:51.185 INFO STEP 427 (remove_files) COMPLETE
65852026-08-27T01:04:52.564Z[ recovery-image] Aug 27 01:04:51.185 INFO O| Aug 27 01:04:51.185 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-27T01:04:52.569Z[ recovery-image] Aug 27 01:04:51.195 INFO O| Aug 27 01:04:51.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65872026-08-27T01:04:52.569Z[ recovery-image] Aug 27 01:04:51.195 INFO O| Aug 27 01:04:51.195 INFO STEP 428 (remove_files) COMPLETE
65882026-08-27T01:04:52.573Z[ recovery-image] Aug 27 01:04:51.195 INFO O| Aug 27 01:04:51.195 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-27T01:04:52.579Z[ recovery-image] Aug 27 01:04:51.204 INFO O| Aug 27 01:04:51.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65902026-08-27T01:04:52.580Z[ recovery-image] Aug 27 01:04:51.204 INFO O| Aug 27 01:04:51.204 INFO STEP 429 (remove_files) COMPLETE
65912026-08-27T01:04:52.583Z[ recovery-image] Aug 27 01:04:51.204 INFO O| Aug 27 01:04:51.204 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-27T01:04:52.588Z[ recovery-image] Aug 27 01:04:51.214 INFO O| Aug 27 01:04:51.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65932026-08-27T01:04:52.588Z[ recovery-image] Aug 27 01:04:51.214 INFO O| Aug 27 01:04:51.214 INFO STEP 430 (remove_files) COMPLETE
65942026-08-27T01:04:52.588Z[ recovery-image] Aug 27 01:04:51.214 INFO O| Aug 27 01:04:51.214 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-27T01:04:52.599Z[ recovery-image] Aug 27 01:04:51.224 INFO O| Aug 27 01:04:51.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65962026-08-27T01:04:52.599Z[ recovery-image] Aug 27 01:04:51.225 INFO O| Aug 27 01:04:51.225 INFO STEP 431 (remove_files) COMPLETE
65972026-08-27T01:04:52.599Z[ recovery-image] Aug 27 01:04:51.225 INFO O| Aug 27 01:04:51.225 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-27T01:04:52.610Z[ recovery-image] Aug 27 01:04:51.236 INFO O| Aug 27 01:04:51.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65992026-08-27T01:04:52.612Z[ recovery-image] Aug 27 01:04:51.236 INFO O| Aug 27 01:04:51.236 INFO STEP 432 (remove_files) COMPLETE
66002026-08-27T01:04:52.612Z[ recovery-image] Aug 27 01:04:51.236 INFO O| Aug 27 01:04:51.236 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-27T01:04:52.637Z[ recovery-image] Aug 27 01:04:51.246 INFO O| Aug 27 01:04:51.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66022026-08-27T01:04:52.637Z[ recovery-image] Aug 27 01:04:51.246 INFO O| Aug 27 01:04:51.246 INFO STEP 433 (remove_files) COMPLETE
66032026-08-27T01:04:52.637Z[ recovery-image] Aug 27 01:04:51.246 INFO O| Aug 27 01:04:51.246 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-27T01:04:52.642Z[ recovery-image] Aug 27 01:04:51.257 INFO O| Aug 27 01:04:51.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66052026-08-27T01:04:52.643Z[ recovery-image] Aug 27 01:04:51.257 INFO O| Aug 27 01:04:51.257 INFO STEP 434 (remove_files) COMPLETE
66062026-08-27T01:04:52.643Z[ recovery-image] Aug 27 01:04:51.257 INFO O| Aug 27 01:04:51.257 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-27T01:04:52.643Z[ recovery-image] Aug 27 01:04:51.268 INFO O| Aug 27 01:04:51.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66082026-08-27T01:04:52.647Z[ recovery-image] Aug 27 01:04:51.269 INFO O| Aug 27 01:04:51.269 INFO STEP 435 (remove_files) COMPLETE
66092026-08-27T01:04:52.652Z[ recovery-image] Aug 27 01:04:51.269 INFO O| Aug 27 01:04:51.269 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-27T01:04:52.657Z[ recovery-image] Aug 27 01:04:51.279 INFO O| Aug 27 01:04:51.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66112026-08-27T01:04:52.657Z[ recovery-image] Aug 27 01:04:51.279 INFO O| Aug 27 01:04:51.279 INFO STEP 436 (remove_files) COMPLETE
66122026-08-27T01:04:52.657Z[ recovery-image] Aug 27 01:04:51.279 INFO O| Aug 27 01:04:51.279 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-27T01:04:52.663Z[ recovery-image] Aug 27 01:04:51.289 INFO O| Aug 27 01:04:51.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66142026-08-27T01:04:52.663Z[ recovery-image] Aug 27 01:04:51.289 INFO O| Aug 27 01:04:51.289 INFO STEP 437 (remove_files) COMPLETE
66152026-08-27T01:04:52.663Z[ recovery-image] Aug 27 01:04:51.289 INFO O| Aug 27 01:04:51.289 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-27T01:04:52.674Z[ recovery-image] Aug 27 01:04:51.300 INFO O| Aug 27 01:04:51.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66172026-08-27T01:04:52.674Z[ recovery-image] Aug 27 01:04:51.300 INFO O| Aug 27 01:04:51.300 INFO STEP 438 (remove_files) COMPLETE
66182026-08-27T01:04:52.674Z[ recovery-image] Aug 27 01:04:51.300 INFO O| Aug 27 01:04:51.300 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-27T01:04:52.684Z[ recovery-image] Aug 27 01:04:51.310 INFO O| Aug 27 01:04:51.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66202026-08-27T01:04:52.684Z[ recovery-image] Aug 27 01:04:51.310 INFO O| Aug 27 01:04:51.310 INFO STEP 439 (remove_files) COMPLETE
66212026-08-27T01:04:52.684Z[ recovery-image] Aug 27 01:04:51.310 INFO O| Aug 27 01:04:51.310 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-27T01:04:52.694Z[ recovery-image] Aug 27 01:04:51.319 INFO O| Aug 27 01:04:51.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66232026-08-27T01:04:52.694Z[ recovery-image] Aug 27 01:04:51.319 INFO O| Aug 27 01:04:51.319 INFO STEP 440 (remove_files) COMPLETE
66242026-08-27T01:04:52.697Z[ recovery-image] Aug 27 01:04:51.319 INFO O| Aug 27 01:04:51.319 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-27T01:04:52.705Z[ recovery-image] Aug 27 01:04:51.331 INFO O| Aug 27 01:04:51.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66262026-08-27T01:04:52.705Z[ recovery-image] Aug 27 01:04:51.331 INFO O| Aug 27 01:04:51.331 INFO STEP 441 (remove_files) COMPLETE
66272026-08-27T01:04:52.709Z[ recovery-image] Aug 27 01:04:51.331 INFO O| Aug 27 01:04:51.331 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-27T01:04:52.718Z[ recovery-image] Aug 27 01:04:51.343 INFO O| Aug 27 01:04:51.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66292026-08-27T01:04:52.718Z[ recovery-image] Aug 27 01:04:51.343 INFO O| Aug 27 01:04:51.343 INFO STEP 442 (remove_files) COMPLETE
66302026-08-27T01:04:52.718Z[ recovery-image] Aug 27 01:04:51.343 INFO O| Aug 27 01:04:51.343 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-27T01:04:52.729Z[ recovery-image] Aug 27 01:04:51.355 INFO O| Aug 27 01:04:51.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66322026-08-27T01:04:52.729Z[ recovery-image] Aug 27 01:04:51.355 INFO O| Aug 27 01:04:51.355 INFO STEP 443 (remove_files) COMPLETE
66332026-08-27T01:04:52.729Z[ recovery-image] Aug 27 01:04:51.355 INFO O| Aug 27 01:04:51.355 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-27T01:04:52.739Z[ recovery-image] Aug 27 01:04:51.364 INFO O| Aug 27 01:04:51.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66352026-08-27T01:04:52.739Z[ recovery-image] Aug 27 01:04:51.364 INFO O| Aug 27 01:04:51.364 INFO STEP 444 (remove_files) COMPLETE
66362026-08-27T01:04:52.739Z[ recovery-image] Aug 27 01:04:51.364 INFO O| Aug 27 01:04:51.364 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-27T01:04:52.748Z[ recovery-image] Aug 27 01:04:51.374 INFO O| Aug 27 01:04:51.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66382026-08-27T01:04:52.752Z[ recovery-image] Aug 27 01:04:51.374 INFO O| Aug 27 01:04:51.374 INFO STEP 445 (remove_files) COMPLETE
66392026-08-27T01:04:52.752Z[ recovery-image] Aug 27 01:04:51.374 INFO O| Aug 27 01:04:51.374 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-27T01:04:52.760Z[ recovery-image] Aug 27 01:04:51.386 INFO O| Aug 27 01:04:51.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66412026-08-27T01:04:52.760Z[ recovery-image] Aug 27 01:04:51.386 INFO O| Aug 27 01:04:51.386 INFO STEP 446 (remove_files) COMPLETE
66422026-08-27T01:04:52.763Z[ recovery-image] Aug 27 01:04:51.386 INFO O| Aug 27 01:04:51.386 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-27T01:04:52.771Z[ recovery-image] Aug 27 01:04:51.396 INFO O| Aug 27 01:04:51.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66442026-08-27T01:04:52.771Z[ recovery-image] Aug 27 01:04:51.397 INFO O| Aug 27 01:04:51.397 INFO STEP 447 (remove_files) COMPLETE
66452026-08-27T01:04:52.775Z[ recovery-image] Aug 27 01:04:51.397 INFO O| Aug 27 01:04:51.397 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-27T01:04:52.782Z[ recovery-image] Aug 27 01:04:51.408 INFO O| Aug 27 01:04:51.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66472026-08-27T01:04:52.782Z[ recovery-image] Aug 27 01:04:51.408 INFO O| Aug 27 01:04:51.408 INFO STEP 448 (remove_files) COMPLETE
66482026-08-27T01:04:52.785Z[ recovery-image] Aug 27 01:04:51.408 INFO O| Aug 27 01:04:51.408 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-27T01:04:52.793Z[ recovery-image] Aug 27 01:04:51.418 INFO O| Aug 27 01:04:51.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66502026-08-27T01:04:52.793Z[ recovery-image] Aug 27 01:04:51.418 INFO O| Aug 27 01:04:51.418 INFO STEP 449 (remove_files) COMPLETE
66512026-08-27T01:04:52.797Z[ recovery-image] Aug 27 01:04:51.418 INFO O| Aug 27 01:04:51.418 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-27T01:04:52.804Z[ recovery-image] Aug 27 01:04:51.429 INFO O| Aug 27 01:04:51.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66532026-08-27T01:04:52.804Z[ recovery-image] Aug 27 01:04:51.429 INFO O| Aug 27 01:04:51.429 INFO STEP 450 (remove_files) COMPLETE
66542026-08-27T01:04:52.804Z[ recovery-image] Aug 27 01:04:51.429 INFO O| Aug 27 01:04:51.429 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-27T01:04:52.814Z[ recovery-image] Aug 27 01:04:51.440 INFO O| Aug 27 01:04:51.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66562026-08-27T01:04:52.817Z[ recovery-image] Aug 27 01:04:51.440 INFO O| Aug 27 01:04:51.440 INFO STEP 451 (remove_files) COMPLETE
66572026-08-27T01:04:52.818Z[ recovery-image] Aug 27 01:04:51.440 INFO O| Aug 27 01:04:51.440 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-27T01:04:52.828Z[ recovery-image] Aug 27 01:04:51.453 INFO O| Aug 27 01:04:51.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66592026-08-27T01:04:52.828Z[ recovery-image] Aug 27 01:04:51.453 INFO O| Aug 27 01:04:51.453 INFO STEP 452 (remove_files) COMPLETE
66602026-08-27T01:04:52.831Z[ recovery-image] Aug 27 01:04:51.453 INFO O| Aug 27 01:04:51.453 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-27T01:04:52.839Z[ recovery-image] Aug 27 01:04:51.465 INFO O| Aug 27 01:04:51.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66622026-08-27T01:04:52.839Z[ recovery-image] Aug 27 01:04:51.465 INFO O| Aug 27 01:04:51.465 INFO STEP 453 (remove_files) COMPLETE
66632026-08-27T01:04:52.843Z[ recovery-image] Aug 27 01:04:51.465 INFO O| Aug 27 01:04:51.465 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-27T01:04:52.854Z[ recovery-image] Aug 27 01:04:51.478 INFO O| Aug 27 01:04:51.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66652026-08-27T01:04:52.854Z[ recovery-image] Aug 27 01:04:51.478 INFO O| Aug 27 01:04:51.478 INFO STEP 454 (remove_files) COMPLETE
66662026-08-27T01:04:52.857Z[ recovery-image] Aug 27 01:04:51.478 INFO O| Aug 27 01:04:51.478 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-27T01:04:52.865Z[ recovery-image] Aug 27 01:04:51.491 INFO O| Aug 27 01:04:51.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66682026-08-27T01:04:52.865Z[ recovery-image] Aug 27 01:04:51.491 INFO O| Aug 27 01:04:51.491 INFO STEP 455 (remove_files) COMPLETE
66692026-08-27T01:04:52.868Z[ recovery-image] Aug 27 01:04:51.491 INFO O| Aug 27 01:04:51.491 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-27T01:04:52.880Z[ recovery-image] Aug 27 01:04:51.505 INFO O| Aug 27 01:04:51.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66712026-08-27T01:04:52.880Z[ recovery-image] Aug 27 01:04:51.505 INFO O| Aug 27 01:04:51.505 INFO STEP 456 (remove_files) COMPLETE
66722026-08-27T01:04:52.880Z[ recovery-image] Aug 27 01:04:51.505 INFO O| Aug 27 01:04:51.505 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-27T01:04:52.890Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
66742026-08-27T01:04:52.893Z[ recovery-image] Aug 27 01:04:51.516 INFO O| Aug 27 01:04:51.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66752026-08-27T01:04:52.893Z[ recovery-image] Aug 27 01:04:51.516 INFO O| Aug 27 01:04:51.516 INFO STEP 457 (remove_files) COMPLETE
66762026-08-27T01:04:52.893Z[ recovery-image] Aug 27 01:04:51.516 INFO O| Aug 27 01:04:51.516 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-27T01:04:52.904Z[ recovery-image] Aug 27 01:04:51.530 INFO O| Aug 27 01:04:51.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66782026-08-27T01:04:52.904Z[ recovery-image] Aug 27 01:04:51.530 INFO O| Aug 27 01:04:51.530 INFO STEP 458 (remove_files) COMPLETE
66792026-08-27T01:04:52.907Z[ recovery-image] Aug 27 01:04:51.530 INFO O| Aug 27 01:04:51.530 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-27T01:04:52.914Z[ recovery-image] Aug 27 01:04:51.540 INFO O| Aug 27 01:04:51.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66812026-08-27T01:04:52.914Z[ recovery-image] Aug 27 01:04:51.540 INFO O| Aug 27 01:04:51.540 INFO STEP 459 (remove_files) COMPLETE
66822026-08-27T01:04:52.924Z[ recovery-image] Aug 27 01:04:51.540 INFO O| Aug 27 01:04:51.540 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-27T01:04:52.927Z[ recovery-image] Aug 27 01:04:51.551 INFO O| Aug 27 01:04:51.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66842026-08-27T01:04:52.927Z[ recovery-image] Aug 27 01:04:51.552 INFO O| Aug 27 01:04:51.552 INFO STEP 460 (remove_files) COMPLETE
66852026-08-27T01:04:52.927Z[ recovery-image] Aug 27 01:04:51.552 INFO O| Aug 27 01:04:51.552 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-27T01:04:52.936Z[ recovery-image] Aug 27 01:04:51.562 INFO O| Aug 27 01:04:51.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66872026-08-27T01:04:52.936Z[ recovery-image] Aug 27 01:04:51.562 INFO O| Aug 27 01:04:51.562 INFO STEP 461 (remove_files) COMPLETE
66882026-08-27T01:04:52.936Z[ recovery-image] Aug 27 01:04:51.562 INFO O| Aug 27 01:04:51.562 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-27T01:04:52.954Z[ recovery-image] Aug 27 01:04:51.572 INFO O| Aug 27 01:04:51.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66902026-08-27T01:04:52.954Z[ recovery-image] Aug 27 01:04:51.572 INFO O| Aug 27 01:04:51.572 INFO STEP 462 (remove_files) COMPLETE
66912026-08-27T01:04:52.958Z[ recovery-image] Aug 27 01:04:51.572 INFO O| Aug 27 01:04:51.572 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-27T01:04:52.958Z[ recovery-image] Aug 27 01:04:51.582 INFO O| Aug 27 01:04:51.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66932026-08-27T01:04:52.958Z[ recovery-image] Aug 27 01:04:51.582 INFO O| Aug 27 01:04:51.582 INFO STEP 463 (remove_files) COMPLETE
66942026-08-27T01:04:52.958Z[ recovery-image] Aug 27 01:04:51.582 INFO O| Aug 27 01:04:51.582 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-27T01:04:52.968Z[ recovery-image] Aug 27 01:04:51.592 INFO O| Aug 27 01:04:51.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66962026-08-27T01:04:52.968Z[ recovery-image] Aug 27 01:04:51.592 INFO O| Aug 27 01:04:51.592 INFO STEP 464 (remove_files) COMPLETE
66972026-08-27T01:04:52.971Z[ recovery-image] Aug 27 01:04:51.592 INFO O| Aug 27 01:04:51.592 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-27T01:04:52.977Z[ recovery-image] Aug 27 01:04:51.601 INFO O| Aug 27 01:04:51.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66992026-08-27T01:04:52.977Z[ recovery-image] Aug 27 01:04:51.601 INFO O| Aug 27 01:04:51.601 INFO STEP 465 (remove_files) COMPLETE
67002026-08-27T01:04:52.977Z[ recovery-image] Aug 27 01:04:51.601 INFO O| Aug 27 01:04:51.601 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-27T01:04:52.986Z[ recovery-image] Aug 27 01:04:51.611 INFO O| Aug 27 01:04:51.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67022026-08-27T01:04:52.986Z[ recovery-image] Aug 27 01:04:51.611 INFO O| Aug 27 01:04:51.611 INFO STEP 466 (remove_files) COMPLETE
67032026-08-27T01:04:52.989Z[ recovery-image] Aug 27 01:04:51.611 INFO O| Aug 27 01:04:51.611 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-27T01:04:52.994Z[ recovery-image] Aug 27 01:04:51.620 INFO O| Aug 27 01:04:51.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67052026-08-27T01:04:52.994Z[ recovery-image] Aug 27 01:04:51.620 INFO O| Aug 27 01:04:51.620 INFO STEP 467 (remove_files) COMPLETE
67062026-08-27T01:04:52.997Z[ recovery-image] Aug 27 01:04:51.620 INFO O| Aug 27 01:04:51.620 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-27T01:04:53.003Z[ recovery-image] Aug 27 01:04:51.628 INFO O| Aug 27 01:04:51.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67082026-08-27T01:04:53.003Z[ recovery-image] Aug 27 01:04:51.628 INFO O| Aug 27 01:04:51.628 INFO STEP 468 (remove_files) COMPLETE
67092026-08-27T01:04:53.003Z[ recovery-image] Aug 27 01:04:51.628 INFO O| Aug 27 01:04:51.628 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-27T01:04:53.011Z[ recovery-image] Aug 27 01:04:51.637 INFO O| Aug 27 01:04:51.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67112026-08-27T01:04:53.011Z[ recovery-image] Aug 27 01:04:51.637 INFO O| Aug 27 01:04:51.637 INFO STEP 469 (remove_files) COMPLETE
67122026-08-27T01:04:53.011Z[ recovery-image] Aug 27 01:04:51.637 INFO O| Aug 27 01:04:51.637 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-27T01:04:53.022Z[ recovery-image] Aug 27 01:04:51.647 INFO O| Aug 27 01:04:51.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67142026-08-27T01:04:53.022Z[ recovery-image] Aug 27 01:04:51.648 INFO O| Aug 27 01:04:51.648 INFO STEP 470 (remove_files) COMPLETE
67152026-08-27T01:04:53.022Z[ recovery-image] Aug 27 01:04:51.648 INFO O| Aug 27 01:04:51.648 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-27T01:04:53.031Z[ recovery-image] Aug 27 01:04:51.657 INFO O| Aug 27 01:04:51.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67172026-08-27T01:04:53.031Z[ recovery-image] Aug 27 01:04:51.657 INFO O| Aug 27 01:04:51.657 INFO STEP 471 (remove_files) COMPLETE
67182026-08-27T01:04:53.034Z[ recovery-image] Aug 27 01:04:51.657 INFO O| Aug 27 01:04:51.657 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-27T01:04:53.039Z[ recovery-image] Aug 27 01:04:51.665 INFO O| Aug 27 01:04:51.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67202026-08-27T01:04:53.039Z[ recovery-image] Aug 27 01:04:51.666 INFO O| Aug 27 01:04:51.666 INFO STEP 472 (remove_files) COMPLETE
67212026-08-27T01:04:53.042Z[ recovery-image] Aug 27 01:04:51.666 INFO O| Aug 27 01:04:51.666 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-27T01:04:53.051Z[ recovery-image] Aug 27 01:04:51.676 INFO O| Aug 27 01:04:51.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67232026-08-27T01:04:53.051Z[ recovery-image] Aug 27 01:04:51.677 INFO O| Aug 27 01:04:51.676 INFO STEP 473 (remove_files) COMPLETE
67242026-08-27T01:04:53.055Z[ recovery-image] Aug 27 01:04:51.677 INFO O| Aug 27 01:04:51.676 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-27T01:04:53.061Z[ recovery-image] Aug 27 01:04:51.687 INFO O| Aug 27 01:04:51.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67262026-08-27T01:04:53.061Z[ recovery-image] Aug 27 01:04:51.687 INFO O| Aug 27 01:04:51.687 INFO STEP 474 (remove_files) COMPLETE
67272026-08-27T01:04:53.064Z[ recovery-image] Aug 27 01:04:51.687 INFO O| Aug 27 01:04:51.687 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-27T01:04:53.070Z[ recovery-image] Aug 27 01:04:51.697 INFO O| Aug 27 01:04:51.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67292026-08-27T01:04:53.071Z[ recovery-image] Aug 27 01:04:51.697 INFO O| Aug 27 01:04:51.697 INFO STEP 475 (remove_files) COMPLETE
67302026-08-27T01:04:53.071Z[ recovery-image] Aug 27 01:04:51.697 INFO O| Aug 27 01:04:51.697 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-27T01:04:53.081Z[ recovery-image] Aug 27 01:04:51.706 INFO O| Aug 27 01:04:51.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67322026-08-27T01:04:53.081Z[ recovery-image] Aug 27 01:04:51.707 INFO O| Aug 27 01:04:51.706 INFO STEP 476 (remove_files) COMPLETE
67332026-08-27T01:04:53.081Z[ recovery-image] Aug 27 01:04:51.707 INFO O| Aug 27 01:04:51.706 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-27T01:04:53.090Z[ recovery-image] Aug 27 01:04:51.716 INFO O| Aug 27 01:04:51.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67352026-08-27T01:04:53.093Z[ recovery-image] Aug 27 01:04:51.717 INFO O| Aug 27 01:04:51.717 INFO STEP 477 (remove_files) COMPLETE
67362026-08-27T01:04:53.093Z[ recovery-image] Aug 27 01:04:51.717 INFO O| Aug 27 01:04:51.717 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-27T01:04:53.102Z[ recovery-image] Aug 27 01:04:51.726 INFO O| Aug 27 01:04:51.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67382026-08-27T01:04:53.105Z[ recovery-image] Aug 27 01:04:51.727 INFO O| Aug 27 01:04:51.727 INFO STEP 478 (remove_files) COMPLETE
67392026-08-27T01:04:53.105Z[ recovery-image] Aug 27 01:04:51.727 INFO O| Aug 27 01:04:51.727 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-27T01:04:53.110Z[ recovery-image] Aug 27 01:04:51.736 INFO O| Aug 27 01:04:51.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67412026-08-27T01:04:53.110Z[ recovery-image] Aug 27 01:04:51.736 INFO O| Aug 27 01:04:51.736 INFO STEP 479 (remove_files) COMPLETE
67422026-08-27T01:04:53.110Z[ recovery-image] Aug 27 01:04:51.736 INFO O| Aug 27 01:04:51.736 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-27T01:04:53.119Z[ recovery-image] Aug 27 01:04:51.745 INFO O| Aug 27 01:04:51.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67442026-08-27T01:04:53.119Z[ recovery-image] Aug 27 01:04:51.745 INFO O| Aug 27 01:04:51.745 INFO STEP 480 (remove_files) COMPLETE
67452026-08-27T01:04:53.119Z[ recovery-image] Aug 27 01:04:51.745 INFO O| Aug 27 01:04:51.745 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-27T01:04:53.128Z[ recovery-image] Aug 27 01:04:51.753 INFO O| Aug 27 01:04:51.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67472026-08-27T01:04:53.131Z[ recovery-image] Aug 27 01:04:51.753 INFO O| Aug 27 01:04:51.753 INFO STEP 481 (remove_files) COMPLETE
67482026-08-27T01:04:53.132Z[ recovery-image] Aug 27 01:04:51.753 INFO O| Aug 27 01:04:51.753 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-27T01:04:53.136Z[ recovery-image] Aug 27 01:04:51.762 INFO O| Aug 27 01:04:51.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67502026-08-27T01:04:53.136Z[ recovery-image] Aug 27 01:04:51.762 INFO O| Aug 27 01:04:51.762 INFO STEP 482 (remove_files) COMPLETE
67512026-08-27T01:04:53.136Z[ recovery-image] Aug 27 01:04:51.762 INFO O| Aug 27 01:04:51.762 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-27T01:04:53.146Z[ recovery-image] Aug 27 01:04:51.771 INFO O| Aug 27 01:04:51.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67532026-08-27T01:04:53.146Z[ recovery-image] Aug 27 01:04:51.771 INFO O| Aug 27 01:04:51.771 INFO STEP 483 (remove_files) COMPLETE
67542026-08-27T01:04:53.150Z[ recovery-image] Aug 27 01:04:51.771 INFO O| Aug 27 01:04:51.771 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-27T01:04:53.157Z[ recovery-image] Aug 27 01:04:51.782 INFO O| Aug 27 01:04:51.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67562026-08-27T01:04:53.158Z[ recovery-image] Aug 27 01:04:51.782 INFO O| Aug 27 01:04:51.782 INFO STEP 484 (remove_files) COMPLETE
67572026-08-27T01:04:53.163Z[ recovery-image] Aug 27 01:04:51.782 INFO O| Aug 27 01:04:51.782 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-27T01:04:53.169Z[ recovery-image] Aug 27 01:04:51.793 INFO O| Aug 27 01:04:51.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67592026-08-27T01:04:53.169Z[ recovery-image] Aug 27 01:04:51.793 INFO O| Aug 27 01:04:51.793 INFO STEP 485 (remove_files) COMPLETE
67602026-08-27T01:04:53.169Z[ recovery-image] Aug 27 01:04:51.793 INFO O| Aug 27 01:04:51.793 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-27T01:04:53.177Z[ recovery-image] Aug 27 01:04:51.802 INFO O| Aug 27 01:04:51.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67622026-08-27T01:04:53.177Z[ recovery-image] Aug 27 01:04:51.802 INFO O| Aug 27 01:04:51.802 INFO STEP 486 (remove_files) COMPLETE
67632026-08-27T01:04:53.180Z[ recovery-image] Aug 27 01:04:51.802 INFO O| Aug 27 01:04:51.802 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-27T01:04:53.189Z[ recovery-image] Aug 27 01:04:51.812 INFO O| Aug 27 01:04:51.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67652026-08-27T01:04:53.193Z[ recovery-image] Aug 27 01:04:51.813 INFO O| Aug 27 01:04:51.813 INFO STEP 487 (remove_files) COMPLETE
67662026-08-27T01:04:53.193Z[ recovery-image] Aug 27 01:04:51.813 INFO O| Aug 27 01:04:51.813 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-27T01:04:53.198Z[ recovery-image] Aug 27 01:04:51.824 INFO O| Aug 27 01:04:51.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67682026-08-27T01:04:53.198Z[ recovery-image] Aug 27 01:04:51.824 INFO O| Aug 27 01:04:51.824 INFO STEP 488 (remove_files) COMPLETE
67692026-08-27T01:04:53.198Z[ recovery-image] Aug 27 01:04:51.824 INFO O| Aug 27 01:04:51.824 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-27T01:04:53.211Z[ recovery-image] Aug 27 01:04:51.836 INFO O| Aug 27 01:04:51.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67712026-08-27T01:04:53.212Z[ recovery-image] Aug 27 01:04:51.836 INFO O| Aug 27 01:04:51.836 INFO STEP 489 (remove_files) COMPLETE
67722026-08-27T01:04:53.212Z[ recovery-image] Aug 27 01:04:51.836 INFO O| Aug 27 01:04:51.836 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-27T01:04:53.223Z[ recovery-image] Aug 27 01:04:51.847 INFO O| Aug 27 01:04:51.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67742026-08-27T01:04:53.223Z[ recovery-image] Aug 27 01:04:51.847 INFO O| Aug 27 01:04:51.847 INFO STEP 490 (remove_files) COMPLETE
67752026-08-27T01:04:53.223Z[ recovery-image] Aug 27 01:04:51.847 INFO O| Aug 27 01:04:51.847 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-27T01:04:53.232Z[ recovery-image] Aug 27 01:04:51.858 INFO O| Aug 27 01:04:51.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67772026-08-27T01:04:53.232Z[ recovery-image] Aug 27 01:04:51.858 INFO O| Aug 27 01:04:51.858 INFO STEP 491 (remove_files) COMPLETE
67782026-08-27T01:04:53.236Z[ recovery-image] Aug 27 01:04:51.858 INFO O| Aug 27 01:04:51.858 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-27T01:04:53.244Z[ recovery-image] Aug 27 01:04:51.870 INFO O| Aug 27 01:04:51.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67802026-08-27T01:04:53.244Z[ recovery-image] Aug 27 01:04:51.870 INFO O| Aug 27 01:04:51.870 INFO STEP 492 (remove_files) COMPLETE
67812026-08-27T01:04:53.247Z[ recovery-image] Aug 27 01:04:51.870 INFO O| Aug 27 01:04:51.870 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-27T01:04:53.258Z[ recovery-image] Aug 27 01:04:51.881 INFO O| Aug 27 01:04:51.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67832026-08-27T01:04:53.258Z[ recovery-image] Aug 27 01:04:51.881 INFO O| Aug 27 01:04:51.881 INFO STEP 493 (remove_files) COMPLETE
67842026-08-27T01:04:53.258Z[ recovery-image] Aug 27 01:04:51.881 INFO O| Aug 27 01:04:51.881 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-27T01:04:53.265Z[ recovery-image] Aug 27 01:04:51.891 INFO O| Aug 27 01:04:51.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67862026-08-27T01:04:53.265Z[ recovery-image] Aug 27 01:04:51.891 INFO O| Aug 27 01:04:51.891 INFO STEP 494 (remove_files) COMPLETE
67872026-08-27T01:04:53.265Z[ recovery-image] Aug 27 01:04:51.891 INFO O| Aug 27 01:04:51.891 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-27T01:04:53.278Z[ recovery-image] Aug 27 01:04:51.900 INFO O| Aug 27 01:04:51.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67892026-08-27T01:04:53.278Z[ recovery-image] Aug 27 01:04:51.900 INFO O| Aug 27 01:04:51.900 INFO STEP 495 (remove_files) COMPLETE
67902026-08-27T01:04:53.278Z[ recovery-image] Aug 27 01:04:51.900 INFO O| Aug 27 01:04:51.900 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-27T01:04:53.286Z[ recovery-image] Aug 27 01:04:51.912 INFO O| Aug 27 01:04:51.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67922026-08-27T01:04:53.286Z[ recovery-image] Aug 27 01:04:51.912 INFO O| Aug 27 01:04:51.912 INFO STEP 496 (remove_files) COMPLETE
67932026-08-27T01:04:53.286Z[ recovery-image] Aug 27 01:04:51.912 INFO O| Aug 27 01:04:51.912 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-27T01:04:53.297Z[ recovery-image] Aug 27 01:04:51.922 INFO O| Aug 27 01:04:51.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67952026-08-27T01:04:53.297Z[ recovery-image] Aug 27 01:04:51.923 INFO O| Aug 27 01:04:51.923 INFO STEP 497 (remove_files) COMPLETE
67962026-08-27T01:04:53.300Z[ recovery-image] Aug 27 01:04:51.923 INFO O| Aug 27 01:04:51.923 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-27T01:04:53.308Z[ recovery-image] Aug 27 01:04:51.933 INFO O| Aug 27 01:04:51.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67982026-08-27T01:04:53.308Z[ recovery-image] Aug 27 01:04:51.933 INFO O| Aug 27 01:04:51.933 INFO STEP 498 (remove_files) COMPLETE
67992026-08-27T01:04:53.308Z[ recovery-image] Aug 27 01:04:51.933 INFO O| Aug 27 01:04:51.933 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-27T01:04:53.321Z[ recovery-image] Aug 27 01:04:51.946 INFO O| Aug 27 01:04:51.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68012026-08-27T01:04:53.321Z[ recovery-image] Aug 27 01:04:51.946 INFO O| Aug 27 01:04:51.946 INFO STEP 499 (remove_files) COMPLETE
68022026-08-27T01:04:53.324Z[ recovery-image] Aug 27 01:04:51.946 INFO O| Aug 27 01:04:51.946 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-27T01:04:53.330Z[ recovery-image] Aug 27 01:04:51.956 INFO O| Aug 27 01:04:51.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68042026-08-27T01:04:53.331Z[ recovery-image] Aug 27 01:04:51.956 INFO O| Aug 27 01:04:51.956 INFO STEP 500 (remove_files) COMPLETE
68052026-08-27T01:04:53.334Z[ recovery-image] Aug 27 01:04:51.956 INFO O| Aug 27 01:04:51.956 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-27T01:04:53.340Z[ recovery-image] Aug 27 01:04:51.966 INFO O| Aug 27 01:04:51.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68072026-08-27T01:04:53.340Z[ recovery-image] Aug 27 01:04:51.966 INFO O| Aug 27 01:04:51.966 INFO STEP 501 (remove_files) COMPLETE
68082026-08-27T01:04:53.340Z[ recovery-image] Aug 27 01:04:51.966 INFO O| Aug 27 01:04:51.966 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-27T01:04:53.350Z[ recovery-image] Aug 27 01:04:51.976 INFO O| Aug 27 01:04:51.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68102026-08-27T01:04:53.350Z[ recovery-image] Aug 27 01:04:51.976 INFO O| Aug 27 01:04:51.976 INFO STEP 502 (remove_files) COMPLETE
68112026-08-27T01:04:53.357Z[ recovery-image] Aug 27 01:04:51.976 INFO O| Aug 27 01:04:51.976 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-27T01:04:53.360Z[ recovery-image] Aug 27 01:04:51.985 INFO O| Aug 27 01:04:51.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68132026-08-27T01:04:53.360Z[ recovery-image] Aug 27 01:04:51.985 INFO O| Aug 27 01:04:51.985 INFO STEP 503 (remove_files) COMPLETE
68142026-08-27T01:04:53.360Z[ recovery-image] Aug 27 01:04:51.985 INFO O| Aug 27 01:04:51.985 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-27T01:04:53.369Z[ recovery-image] Aug 27 01:04:51.995 INFO O| Aug 27 01:04:51.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68162026-08-27T01:04:53.369Z[ recovery-image] Aug 27 01:04:51.995 INFO O| Aug 27 01:04:51.995 INFO STEP 504 (remove_files) COMPLETE
68172026-08-27T01:04:53.372Z[ recovery-image] Aug 27 01:04:51.995 INFO O| Aug 27 01:04:51.995 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-27T01:04:53.380Z[ recovery-image] Aug 27 01:04:52.006 INFO O| Aug 27 01:04:52.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68192026-08-27T01:04:53.381Z[ recovery-image] Aug 27 01:04:52.006 INFO O| Aug 27 01:04:52.006 INFO STEP 505 (remove_files) COMPLETE
68202026-08-27T01:04:53.381Z[ recovery-image] Aug 27 01:04:52.006 INFO O| Aug 27 01:04:52.006 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-27T01:04:53.390Z[ recovery-image] Aug 27 01:04:52.016 INFO O| Aug 27 01:04:52.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68222026-08-27T01:04:53.390Z[ recovery-image] Aug 27 01:04:52.016 INFO O| Aug 27 01:04:52.016 INFO STEP 506 (remove_files) COMPLETE
68232026-08-27T01:04:53.390Z[ recovery-image] Aug 27 01:04:52.016 INFO O| Aug 27 01:04:52.016 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-27T01:04:53.400Z[ recovery-image] Aug 27 01:04:52.026 INFO O| Aug 27 01:04:52.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68252026-08-27T01:04:53.400Z[ recovery-image] Aug 27 01:04:52.026 INFO O| Aug 27 01:04:52.026 INFO STEP 507 (remove_files) COMPLETE
68262026-08-27T01:04:53.400Z[ recovery-image] Aug 27 01:04:52.026 INFO O| Aug 27 01:04:52.026 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-27T01:04:53.413Z[ recovery-image] Aug 27 01:04:52.036 INFO O| Aug 27 01:04:52.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68282026-08-27T01:04:53.413Z[ recovery-image] Aug 27 01:04:52.036 INFO O| Aug 27 01:04:52.036 INFO STEP 508 (remove_files) COMPLETE
68292026-08-27T01:04:53.416Z[ recovery-image] Aug 27 01:04:52.036 INFO O| Aug 27 01:04:52.036 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-27T01:04:53.420Z[ recovery-image] Aug 27 01:04:52.046 INFO O| Aug 27 01:04:52.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68312026-08-27T01:04:53.420Z[ recovery-image] Aug 27 01:04:52.046 INFO O| Aug 27 01:04:52.046 INFO STEP 509 (remove_files) COMPLETE
68322026-08-27T01:04:53.420Z[ recovery-image] Aug 27 01:04:52.046 INFO O| Aug 27 01:04:52.046 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-27T01:04:53.431Z[ recovery-image] Aug 27 01:04:52.057 INFO O| Aug 27 01:04:52.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68342026-08-27T01:04:53.431Z[ recovery-image] Aug 27 01:04:52.057 INFO O| Aug 27 01:04:52.057 INFO STEP 510 (remove_files) COMPLETE
68352026-08-27T01:04:53.431Z[ recovery-image] Aug 27 01:04:52.057 INFO O| Aug 27 01:04:52.057 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-27T01:04:53.442Z[ recovery-image] Aug 27 01:04:52.067 INFO O| Aug 27 01:04:52.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68372026-08-27T01:04:53.442Z[ recovery-image] Aug 27 01:04:52.067 INFO O| Aug 27 01:04:52.067 INFO STEP 511 (remove_files) COMPLETE
68382026-08-27T01:04:53.442Z[ recovery-image] Aug 27 01:04:52.067 INFO O| Aug 27 01:04:52.067 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-27T01:04:53.453Z[ recovery-image] Aug 27 01:04:52.078 INFO O| Aug 27 01:04:52.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68402026-08-27T01:04:53.453Z[ recovery-image] Aug 27 01:04:52.079 INFO O| Aug 27 01:04:52.079 INFO STEP 512 (remove_files) COMPLETE
68412026-08-27T01:04:53.453Z[ recovery-image] Aug 27 01:04:52.079 INFO O| Aug 27 01:04:52.079 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-27T01:04:53.463Z[ recovery-image] Aug 27 01:04:52.089 INFO O| Aug 27 01:04:52.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68432026-08-27T01:04:53.466Z[ recovery-image] Aug 27 01:04:52.090 INFO O| Aug 27 01:04:52.090 INFO STEP 513 (remove_files) COMPLETE
68442026-08-27T01:04:53.466Z[ recovery-image] Aug 27 01:04:52.090 INFO O| Aug 27 01:04:52.090 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-27T01:04:53.474Z[ recovery-image] Aug 27 01:04:52.100 INFO O| Aug 27 01:04:52.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68462026-08-27T01:04:53.474Z[ recovery-image] Aug 27 01:04:52.100 INFO O| Aug 27 01:04:52.100 INFO STEP 514 (remove_files) COMPLETE
68472026-08-27T01:04:53.474Z[ recovery-image] Aug 27 01:04:52.100 INFO O| Aug 27 01:04:52.100 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-27T01:04:53.486Z[ recovery-image] Aug 27 01:04:52.112 INFO O| Aug 27 01:04:52.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68492026-08-27T01:04:53.486Z[ recovery-image] Aug 27 01:04:52.112 INFO O| Aug 27 01:04:52.112 INFO STEP 515 (remove_files) COMPLETE
68502026-08-27T01:04:53.486Z[ recovery-image] Aug 27 01:04:52.112 INFO O| Aug 27 01:04:52.112 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-27T01:04:53.497Z[ recovery-image] Aug 27 01:04:52.123 INFO O| Aug 27 01:04:52.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68522026-08-27T01:04:53.497Z[ recovery-image] Aug 27 01:04:52.123 INFO O| Aug 27 01:04:52.123 INFO STEP 516 (remove_files) COMPLETE
68532026-08-27T01:04:53.497Z[ recovery-image] Aug 27 01:04:52.123 INFO O| Aug 27 01:04:52.123 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-27T01:04:53.508Z[ recovery-image] Aug 27 01:04:52.134 INFO O| Aug 27 01:04:52.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68552026-08-27T01:04:53.508Z[ recovery-image] Aug 27 01:04:52.134 INFO O| Aug 27 01:04:52.134 INFO STEP 517 (remove_files) COMPLETE
68562026-08-27T01:04:53.511Z[ recovery-image] Aug 27 01:04:52.134 INFO O| Aug 27 01:04:52.134 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-27T01:04:53.517Z[ recovery-image] Aug 27 01:04:52.143 INFO O| Aug 27 01:04:52.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68582026-08-27T01:04:53.517Z[ recovery-image] Aug 27 01:04:52.143 INFO O| Aug 27 01:04:52.143 INFO STEP 518 (remove_files) COMPLETE
68592026-08-27T01:04:53.523Z[ recovery-image] Aug 27 01:04:52.143 INFO O| Aug 27 01:04:52.143 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-27T01:04:53.529Z[ recovery-image] Aug 27 01:04:52.155 INFO O| Aug 27 01:04:52.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68612026-08-27T01:04:53.529Z[ recovery-image] Aug 27 01:04:52.155 INFO O| Aug 27 01:04:52.155 INFO STEP 519 (remove_files) COMPLETE
68622026-08-27T01:04:53.529Z[ recovery-image] Aug 27 01:04:52.155 INFO O| Aug 27 01:04:52.155 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-27T01:04:53.541Z[ recovery-image] Aug 27 01:04:52.167 INFO O| Aug 27 01:04:52.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68642026-08-27T01:04:53.541Z[ recovery-image] Aug 27 01:04:52.167 INFO O| Aug 27 01:04:52.167 INFO STEP 520 (remove_files) COMPLETE
68652026-08-27T01:04:53.541Z[ recovery-image] Aug 27 01:04:52.167 INFO O| Aug 27 01:04:52.167 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-27T01:04:53.607Z[ recovery-image] Aug 27 01:04:52.178 INFO O| Aug 27 01:04:52.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68672026-08-27T01:04:53.607Z[ recovery-image] Aug 27 01:04:52.178 INFO O| Aug 27 01:04:52.178 INFO STEP 521 (remove_files) COMPLETE
68682026-08-27T01:04:53.607Z[ recovery-image] Aug 27 01:04:52.178 INFO O| Aug 27 01:04:52.178 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.189 INFO O| Aug 27 01:04:52.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68702026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.189 INFO O| Aug 27 01:04:52.189 INFO STEP 522 (remove_files) COMPLETE
68712026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.189 INFO O| Aug 27 01:04:52.189 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.200 INFO O| Aug 27 01:04:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68732026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.200 INFO O| Aug 27 01:04:52.200 INFO STEP 523 (remove_files) COMPLETE
68742026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.200 INFO O| Aug 27 01:04:52.200 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.212 INFO O| Aug 27 01:04:52.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68762026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.213 INFO O| Aug 27 01:04:52.212 INFO STEP 524 (remove_files) COMPLETE
68772026-08-27T01:04:53.614Z[ recovery-image] Aug 27 01:04:52.213 INFO O| Aug 27 01:04:52.213 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-27T01:04:53.615Z[ recovery-image] Aug 27 01:04:52.222 INFO O| Aug 27 01:04:52.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68792026-08-27T01:04:53.615Z[ recovery-image] Aug 27 01:04:52.223 INFO O| Aug 27 01:04:52.223 INFO STEP 525 (remove_files) COMPLETE
68802026-08-27T01:04:53.615Z[ recovery-image] Aug 27 01:04:52.223 INFO O| Aug 27 01:04:52.223 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-27T01:04:53.615Z[ recovery-image] Aug 27 01:04:52.235 INFO O| Aug 27 01:04:52.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68822026-08-27T01:04:53.616Z[ recovery-image] Aug 27 01:04:52.235 INFO O| Aug 27 01:04:52.235 INFO STEP 526 (remove_files) COMPLETE
68832026-08-27T01:04:53.616Z[ recovery-image] Aug 27 01:04:52.235 INFO O| Aug 27 01:04:52.235 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-27T01:04:53.622Z[ recovery-image] Aug 27 01:04:52.245 INFO O| Aug 27 01:04:52.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68852026-08-27T01:04:53.622Z[ recovery-image] Aug 27 01:04:52.245 INFO O| Aug 27 01:04:52.245 INFO STEP 527 (remove_files) COMPLETE
68862026-08-27T01:04:53.622Z[ recovery-image] Aug 27 01:04:52.245 INFO O| Aug 27 01:04:52.245 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-27T01:04:53.631Z[ recovery-image] Aug 27 01:04:52.256 INFO O| Aug 27 01:04:52.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68882026-08-27T01:04:53.631Z[ recovery-image] Aug 27 01:04:52.256 INFO O| Aug 27 01:04:52.256 INFO STEP 528 (remove_files) COMPLETE
68892026-08-27T01:04:53.631Z[ recovery-image] Aug 27 01:04:52.256 INFO O| Aug 27 01:04:52.256 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-27T01:04:53.641Z[ recovery-image] Aug 27 01:04:52.267 INFO O| Aug 27 01:04:52.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68912026-08-27T01:04:53.642Z[ recovery-image] Aug 27 01:04:52.267 INFO O| Aug 27 01:04:52.267 INFO STEP 529 (remove_files) COMPLETE
68922026-08-27T01:04:53.642Z[ recovery-image] Aug 27 01:04:52.267 INFO O| Aug 27 01:04:52.267 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-27T01:04:53.652Z[ recovery-image] Aug 27 01:04:52.278 INFO O| Aug 27 01:04:52.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68942026-08-27T01:04:53.652Z[ recovery-image] Aug 27 01:04:52.278 INFO O| Aug 27 01:04:52.278 INFO STEP 530 (remove_files) COMPLETE
68952026-08-27T01:04:53.652Z[ recovery-image] Aug 27 01:04:52.278 INFO O| Aug 27 01:04:52.278 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-27T01:04:53.662Z[ recovery-image] Aug 27 01:04:52.288 INFO O| Aug 27 01:04:52.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68972026-08-27T01:04:53.662Z[ recovery-image] Aug 27 01:04:52.288 INFO O| Aug 27 01:04:52.288 INFO STEP 531 (remove_files) COMPLETE
68982026-08-27T01:04:53.662Z[ recovery-image] Aug 27 01:04:52.288 INFO O| Aug 27 01:04:52.288 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-27T01:04:53.673Z[ recovery-image] Aug 27 01:04:52.298 INFO O| Aug 27 01:04:52.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69002026-08-27T01:04:53.673Z[ recovery-image] Aug 27 01:04:52.298 INFO O| Aug 27 01:04:52.298 INFO STEP 532 (remove_files) COMPLETE
69012026-08-27T01:04:53.673Z[ recovery-image] Aug 27 01:04:52.298 INFO O| Aug 27 01:04:52.298 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-27T01:04:53.682Z[ recovery-image] Aug 27 01:04:52.308 INFO O| Aug 27 01:04:52.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69032026-08-27T01:04:53.682Z[ recovery-image] Aug 27 01:04:52.308 INFO O| Aug 27 01:04:52.308 INFO STEP 533 (remove_files) COMPLETE
69042026-08-27T01:04:53.682Z[ recovery-image] Aug 27 01:04:52.308 INFO O| Aug 27 01:04:52.308 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-27T01:04:53.694Z[ recovery-image] Aug 27 01:04:52.320 INFO O| Aug 27 01:04:52.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69062026-08-27T01:04:53.694Z[ recovery-image] Aug 27 01:04:52.320 INFO O| Aug 27 01:04:52.320 INFO STEP 534 (remove_files) COMPLETE
69072026-08-27T01:04:53.694Z[ recovery-image] Aug 27 01:04:52.320 INFO O| Aug 27 01:04:52.320 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-27T01:04:53.703Z[ recovery-image] Aug 27 01:04:52.329 INFO O| Aug 27 01:04:52.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69092026-08-27T01:04:53.703Z[ recovery-image] Aug 27 01:04:52.329 INFO O| Aug 27 01:04:52.329 INFO STEP 535 (remove_files) COMPLETE
69102026-08-27T01:04:53.703Z[ recovery-image] Aug 27 01:04:52.329 INFO O| Aug 27 01:04:52.329 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-27T01:04:53.713Z[ recovery-image] Aug 27 01:04:52.339 INFO O| Aug 27 01:04:52.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69122026-08-27T01:04:53.716Z[ recovery-image] Aug 27 01:04:52.340 INFO O| Aug 27 01:04:52.340 INFO STEP 536 (remove_files) COMPLETE
69132026-08-27T01:04:53.716Z[ recovery-image] Aug 27 01:04:52.340 INFO O| Aug 27 01:04:52.340 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-27T01:04:53.725Z[ recovery-image] Aug 27 01:04:52.351 INFO O| Aug 27 01:04:52.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69152026-08-27T01:04:53.725Z[ recovery-image] Aug 27 01:04:52.351 INFO O| Aug 27 01:04:52.351 INFO STEP 537 (remove_files) COMPLETE
69162026-08-27T01:04:53.728Z[ recovery-image] Aug 27 01:04:52.351 INFO O| Aug 27 01:04:52.351 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-27T01:04:53.736Z[ recovery-image] Aug 27 01:04:52.362 INFO O| Aug 27 01:04:52.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69182026-08-27T01:04:53.736Z[ recovery-image] Aug 27 01:04:52.362 INFO O| Aug 27 01:04:52.362 INFO STEP 538 (remove_files) COMPLETE
69192026-08-27T01:04:53.736Z[ recovery-image] Aug 27 01:04:52.362 INFO O| Aug 27 01:04:52.362 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-27T01:04:53.747Z[ recovery-image] Aug 27 01:04:52.373 INFO O| Aug 27 01:04:52.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69212026-08-27T01:04:53.747Z[ recovery-image] Aug 27 01:04:52.373 INFO O| Aug 27 01:04:52.373 INFO STEP 539 (remove_files) COMPLETE
69222026-08-27T01:04:53.750Z[ recovery-image] Aug 27 01:04:52.373 INFO O| Aug 27 01:04:52.373 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-27T01:04:53.757Z[ recovery-image] Aug 27 01:04:52.383 INFO O| Aug 27 01:04:52.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69242026-08-27T01:04:53.757Z[ recovery-image] Aug 27 01:04:52.383 INFO O| Aug 27 01:04:52.383 INFO STEP 540 (remove_files) COMPLETE
69252026-08-27T01:04:53.760Z[ recovery-image] Aug 27 01:04:52.383 INFO O| Aug 27 01:04:52.383 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-27T01:04:53.766Z[ recovery-image] Aug 27 01:04:52.392 INFO O| Aug 27 01:04:52.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69272026-08-27T01:04:53.766Z[ recovery-image] Aug 27 01:04:52.392 INFO O| Aug 27 01:04:52.392 INFO STEP 541 (remove_files) COMPLETE
69282026-08-27T01:04:53.769Z[ recovery-image] Aug 27 01:04:52.392 INFO O| Aug 27 01:04:52.392 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-27T01:04:53.775Z[ recovery-image] Aug 27 01:04:52.401 INFO O| Aug 27 01:04:52.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69302026-08-27T01:04:53.784Z[ recovery-image] Aug 27 01:04:52.407 INFO O| Aug 27 01:04:52.406 INFO STEP 542 (remove_files) COMPLETE
69312026-08-27T01:04:53.784Z[ recovery-image] Aug 27 01:04:52.407 INFO O| Aug 27 01:04:52.406 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-27T01:04:53.792Z[ recovery-image] Aug 27 01:04:52.418 INFO O| Aug 27 01:04:52.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69332026-08-27T01:04:53.792Z[ recovery-image] Aug 27 01:04:52.418 INFO O| Aug 27 01:04:52.418 INFO STEP 543 (remove_files) COMPLETE
69342026-08-27T01:04:53.795Z[ recovery-image] Aug 27 01:04:52.418 INFO O| Aug 27 01:04:52.418 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-27T01:04:53.802Z[ recovery-image] Aug 27 01:04:52.428 INFO O| Aug 27 01:04:52.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69362026-08-27T01:04:53.802Z[ recovery-image] Aug 27 01:04:52.428 INFO O| Aug 27 01:04:52.428 INFO STEP 544 (remove_files) COMPLETE
69372026-08-27T01:04:53.802Z[ recovery-image] Aug 27 01:04:52.428 INFO O| Aug 27 01:04:52.428 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-27T01:04:53.812Z[ recovery-image] Aug 27 01:04:52.438 INFO O| Aug 27 01:04:52.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69392026-08-27T01:04:53.812Z[ recovery-image] Aug 27 01:04:52.438 INFO O| Aug 27 01:04:52.438 INFO STEP 545 (remove_files) COMPLETE
69402026-08-27T01:04:53.812Z[ recovery-image] Aug 27 01:04:52.438 INFO O| Aug 27 01:04:52.438 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-27T01:04:53.823Z[ recovery-image] Aug 27 01:04:52.449 INFO O| Aug 27 01:04:52.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69422026-08-27T01:04:53.823Z[ recovery-image] Aug 27 01:04:52.449 INFO O| Aug 27 01:04:52.449 INFO STEP 546 (remove_files) COMPLETE
69432026-08-27T01:04:53.823Z[ recovery-image] Aug 27 01:04:52.449 INFO O| Aug 27 01:04:52.449 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-27T01:04:53.833Z[ recovery-image] Aug 27 01:04:52.459 INFO O| Aug 27 01:04:52.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69452026-08-27T01:04:53.833Z[ recovery-image] Aug 27 01:04:52.459 INFO O| Aug 27 01:04:52.459 INFO STEP 547 (remove_files) COMPLETE
69462026-08-27T01:04:53.833Z[ recovery-image] Aug 27 01:04:52.459 INFO O| Aug 27 01:04:52.459 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-27T01:04:53.842Z[ recovery-image] Aug 27 01:04:52.468 INFO O| Aug 27 01:04:52.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69482026-08-27T01:04:53.846Z[ recovery-image] Aug 27 01:04:52.469 INFO O| Aug 27 01:04:52.469 INFO STEP 548 (remove_files) COMPLETE
69492026-08-27T01:04:53.846Z[ recovery-image] Aug 27 01:04:52.469 INFO O| Aug 27 01:04:52.469 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-27T01:04:53.853Z[ recovery-image] Aug 27 01:04:52.479 INFO O| Aug 27 01:04:52.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69512026-08-27T01:04:53.853Z[ recovery-image] Aug 27 01:04:52.479 INFO O| Aug 27 01:04:52.479 INFO STEP 549 (remove_files) COMPLETE
69522026-08-27T01:04:53.857Z[ recovery-image] Aug 27 01:04:52.479 INFO O| Aug 27 01:04:52.479 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-27T01:04:53.862Z[ recovery-image] Aug 27 01:04:52.488 INFO O| Aug 27 01:04:52.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69542026-08-27T01:04:53.862Z[ recovery-image] Aug 27 01:04:52.488 INFO O| Aug 27 01:04:52.488 INFO STEP 550 (remove_files) COMPLETE
69552026-08-27T01:04:53.862Z[ recovery-image] Aug 27 01:04:52.488 INFO O| Aug 27 01:04:52.488 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-27T01:04:53.868Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
69572026-08-27T01:04:53.873Z[ recovery-image] Aug 27 01:04:52.499 INFO O| Aug 27 01:04:52.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69582026-08-27T01:04:53.873Z[ recovery-image] Aug 27 01:04:52.499 INFO O| Aug 27 01:04:52.499 INFO STEP 551 (remove_files) COMPLETE
69592026-08-27T01:04:53.873Z[ recovery-image] Aug 27 01:04:52.499 INFO O| Aug 27 01:04:52.499 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-27T01:04:53.883Z[ recovery-image] Aug 27 01:04:52.508 INFO O| Aug 27 01:04:52.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69612026-08-27T01:04:53.883Z[ recovery-image] Aug 27 01:04:52.508 INFO O| Aug 27 01:04:52.508 INFO STEP 552 (remove_files) COMPLETE
69622026-08-27T01:04:53.883Z[ recovery-image] Aug 27 01:04:52.508 INFO O| Aug 27 01:04:52.508 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-27T01:04:53.893Z[ recovery-image] Aug 27 01:04:52.519 INFO O| Aug 27 01:04:52.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69642026-08-27T01:04:53.893Z[ recovery-image] Aug 27 01:04:52.519 INFO O| Aug 27 01:04:52.519 INFO STEP 553 (remove_files) COMPLETE
69652026-08-27T01:04:53.893Z[ recovery-image] Aug 27 01:04:52.519 INFO O| Aug 27 01:04:52.519 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-27T01:04:53.904Z[ recovery-image] Aug 27 01:04:52.530 INFO O| Aug 27 01:04:52.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69672026-08-27T01:04:53.904Z[ recovery-image] Aug 27 01:04:52.530 INFO O| Aug 27 01:04:52.530 INFO STEP 554 (remove_files) COMPLETE
69682026-08-27T01:04:53.907Z[ recovery-image] Aug 27 01:04:52.530 INFO O| Aug 27 01:04:52.530 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-27T01:04:53.914Z[ recovery-image] Aug 27 01:04:52.540 INFO O| Aug 27 01:04:52.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69702026-08-27T01:04:53.914Z[ recovery-image] Aug 27 01:04:52.540 INFO O| Aug 27 01:04:52.540 INFO STEP 555 (remove_files) COMPLETE
69712026-08-27T01:04:53.914Z[ recovery-image] Aug 27 01:04:52.540 INFO O| Aug 27 01:04:52.540 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-27T01:04:53.924Z[ recovery-image] Aug 27 01:04:52.550 INFO O| Aug 27 01:04:52.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69732026-08-27T01:04:53.927Z[ recovery-image] Aug 27 01:04:52.550 INFO O| Aug 27 01:04:52.550 INFO STEP 556 (remove_files) COMPLETE
69742026-08-27T01:04:53.927Z[ recovery-image] Aug 27 01:04:52.550 INFO O| Aug 27 01:04:52.550 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-27T01:04:53.933Z[ recovery-image] Aug 27 01:04:52.559 INFO O| Aug 27 01:04:52.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69762026-08-27T01:04:53.933Z[ recovery-image] Aug 27 01:04:52.559 INFO O| Aug 27 01:04:52.559 INFO STEP 557 (remove_files) COMPLETE
69772026-08-27T01:04:53.933Z[ recovery-image] Aug 27 01:04:52.559 INFO O| Aug 27 01:04:52.559 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-27T01:04:53.943Z[ recovery-image] Aug 27 01:04:52.569 INFO O| Aug 27 01:04:52.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69792026-08-27T01:04:53.946Z[ recovery-image] Aug 27 01:04:52.569 INFO O| Aug 27 01:04:52.569 INFO STEP 558 (remove_files) COMPLETE
69802026-08-27T01:04:53.946Z[ recovery-image] Aug 27 01:04:52.569 INFO O| Aug 27 01:04:52.569 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-27T01:04:53.953Z[ recovery-image] Aug 27 01:04:52.579 INFO O| Aug 27 01:04:52.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69822026-08-27T01:04:53.953Z[ recovery-image] Aug 27 01:04:52.579 INFO O| Aug 27 01:04:52.579 INFO STEP 559 (remove_files) COMPLETE
69832026-08-27T01:04:53.954Z[ recovery-image] Aug 27 01:04:52.579 INFO O| Aug 27 01:04:52.579 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-27T01:04:53.964Z[ recovery-image] Aug 27 01:04:52.590 INFO O| Aug 27 01:04:52.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69852026-08-27T01:04:53.964Z[ recovery-image] Aug 27 01:04:52.590 INFO O| Aug 27 01:04:52.590 INFO STEP 560 (remove_files) COMPLETE
69862026-08-27T01:04:53.967Z[ recovery-image] Aug 27 01:04:52.590 INFO O| Aug 27 01:04:52.590 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-27T01:04:53.977Z[ recovery-image] Aug 27 01:04:52.603 INFO O| Aug 27 01:04:52.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69882026-08-27T01:04:53.977Z[ recovery-image] Aug 27 01:04:52.603 INFO O| Aug 27 01:04:52.603 INFO STEP 561 (remove_files) COMPLETE
69892026-08-27T01:04:53.980Z[ recovery-image] Aug 27 01:04:52.603 INFO O| Aug 27 01:04:52.603 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-27T01:04:53.988Z[ recovery-image] Aug 27 01:04:52.614 INFO O| Aug 27 01:04:52.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69912026-08-27T01:04:53.988Z[ recovery-image] Aug 27 01:04:52.614 INFO O| Aug 27 01:04:52.614 INFO STEP 562 (remove_files) COMPLETE
69922026-08-27T01:04:53.991Z[ recovery-image] Aug 27 01:04:52.614 INFO O| Aug 27 01:04:52.614 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-27T01:04:53.999Z[ recovery-image] Aug 27 01:04:52.624 INFO O| Aug 27 01:04:52.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69942026-08-27T01:04:53.999Z[ recovery-image] Aug 27 01:04:52.624 INFO O| Aug 27 01:04:52.624 INFO STEP 563 (remove_files) COMPLETE
69952026-08-27T01:04:53.999Z[ recovery-image] Aug 27 01:04:52.624 INFO O| Aug 27 01:04:52.624 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-27T01:04:54.007Z[ recovery-image] Aug 27 01:04:52.633 INFO O| Aug 27 01:04:52.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69972026-08-27T01:04:54.008Z[ recovery-image] Aug 27 01:04:52.633 INFO O| Aug 27 01:04:52.633 INFO STEP 564 (remove_files) COMPLETE
69982026-08-27T01:04:54.008Z[ recovery-image] Aug 27 01:04:52.633 INFO O| Aug 27 01:04:52.633 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-27T01:04:54.017Z[ recovery-image] Aug 27 01:04:52.643 INFO O| Aug 27 01:04:52.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70002026-08-27T01:04:54.017Z[ recovery-image] Aug 27 01:04:52.643 INFO O| Aug 27 01:04:52.643 INFO STEP 565 (remove_files) COMPLETE
70012026-08-27T01:04:54.017Z[ recovery-image] Aug 27 01:04:52.643 INFO O| Aug 27 01:04:52.643 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-27T01:04:54.028Z[ recovery-image] Aug 27 01:04:52.654 INFO O| Aug 27 01:04:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70032026-08-27T01:04:54.028Z[ recovery-image] Aug 27 01:04:52.654 INFO O| Aug 27 01:04:52.654 INFO STEP 566 (remove_files) COMPLETE
70042026-08-27T01:04:54.029Z[ recovery-image] Aug 27 01:04:52.654 INFO O| Aug 27 01:04:52.654 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-27T01:04:54.039Z[ recovery-image] Aug 27 01:04:52.665 INFO O| Aug 27 01:04:52.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70062026-08-27T01:04:54.039Z[ recovery-image] Aug 27 01:04:52.665 INFO O| Aug 27 01:04:52.665 INFO STEP 567 (remove_files) COMPLETE
70072026-08-27T01:04:54.039Z[ recovery-image] Aug 27 01:04:52.665 INFO O| Aug 27 01:04:52.665 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-27T01:04:54.051Z[ recovery-image] Aug 27 01:04:52.676 INFO O| Aug 27 01:04:52.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70092026-08-27T01:04:54.051Z[ recovery-image] Aug 27 01:04:52.676 INFO O| Aug 27 01:04:52.676 INFO STEP 568 (remove_files) COMPLETE
70102026-08-27T01:04:54.051Z[ recovery-image] Aug 27 01:04:52.676 INFO O| Aug 27 01:04:52.676 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-27T01:04:54.061Z[ recovery-image] Aug 27 01:04:52.687 INFO O| Aug 27 01:04:52.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70122026-08-27T01:04:54.064Z[ recovery-image] Aug 27 01:04:52.688 INFO O| Aug 27 01:04:52.688 INFO STEP 569 (remove_files) COMPLETE
70132026-08-27T01:04:54.064Z[ recovery-image] Aug 27 01:04:52.688 INFO O| Aug 27 01:04:52.688 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-27T01:04:54.067Z[verify-libraries] Compiling fatfs v0.3.6
70152026-08-27T01:04:54.073Z[ recovery-image] Aug 27 01:04:52.699 INFO O| Aug 27 01:04:52.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70162026-08-27T01:04:54.073Z[ recovery-image] Aug 27 01:04:52.699 INFO O| Aug 27 01:04:52.699 INFO STEP 570 (remove_files) COMPLETE
70172026-08-27T01:04:54.073Z[ recovery-image] Aug 27 01:04:52.699 INFO O| Aug 27 01:04:52.699 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-27T01:04:54.084Z[ recovery-image] Aug 27 01:04:52.710 INFO O| Aug 27 01:04:52.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70192026-08-27T01:04:54.084Z[ recovery-image] Aug 27 01:04:52.710 INFO O| Aug 27 01:04:52.710 INFO STEP 571 (remove_files) COMPLETE
70202026-08-27T01:04:54.084Z[ recovery-image] Aug 27 01:04:52.710 INFO O| Aug 27 01:04:52.710 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-27T01:04:54.095Z[ recovery-image] Aug 27 01:04:52.721 INFO O| Aug 27 01:04:52.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70222026-08-27T01:04:54.096Z[ recovery-image] Aug 27 01:04:52.721 INFO O| Aug 27 01:04:52.721 INFO STEP 572 (remove_files) COMPLETE
70232026-08-27T01:04:54.096Z[ recovery-image] Aug 27 01:04:52.721 INFO O| Aug 27 01:04:52.721 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-27T01:04:54.106Z[ recovery-image] Aug 27 01:04:52.731 INFO O| Aug 27 01:04:52.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70252026-08-27T01:04:54.108Z[ recovery-image] Aug 27 01:04:52.734 INFO O| Aug 27 01:04:52.734 INFO STEP 573 (remove_files) COMPLETE
70262026-08-27T01:04:54.109Z[ recovery-image] Aug 27 01:04:52.734 INFO O| Aug 27 01:04:52.734 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-27T01:04:54.115Z[verify-libraries] Compiling num-bigint v0.4.6
70282026-08-27T01:04:54.119Z[ recovery-image] Aug 27 01:04:52.745 INFO O| Aug 27 01:04:52.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70292026-08-27T01:04:54.119Z[ recovery-image] Aug 27 01:04:52.745 INFO O| Aug 27 01:04:52.745 INFO STEP 574 (remove_files) COMPLETE
70302026-08-27T01:04:54.122Z[ recovery-image] Aug 27 01:04:52.745 INFO O| Aug 27 01:04:52.745 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-27T01:04:54.130Z[ recovery-image] Aug 27 01:04:52.756 INFO O| Aug 27 01:04:52.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70322026-08-27T01:04:54.133Z[ recovery-image] Aug 27 01:04:52.757 INFO O| Aug 27 01:04:52.757 INFO STEP 575 (remove_files) COMPLETE
70332026-08-27T01:04:54.133Z[ recovery-image] Aug 27 01:04:52.757 INFO O| Aug 27 01:04:52.757 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-27T01:04:54.139Z[ recovery-image] Aug 27 01:04:52.765 INFO O| Aug 27 01:04:52.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70352026-08-27T01:04:54.139Z[ recovery-image] Aug 27 01:04:52.765 INFO O| Aug 27 01:04:52.765 INFO STEP 576 (remove_files) COMPLETE
70362026-08-27T01:04:54.139Z[ recovery-image] Aug 27 01:04:52.765 INFO O| Aug 27 01:04:52.765 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-27T01:04:54.142Z[verify-libraries] Compiling generic-array v1.4.3
70382026-08-27T01:04:54.148Z[ recovery-image] Aug 27 01:04:52.774 INFO O| Aug 27 01:04:52.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70392026-08-27T01:04:54.148Z[ recovery-image] Aug 27 01:04:52.774 INFO O| Aug 27 01:04:52.774 INFO STEP 577 (remove_files) COMPLETE
70402026-08-27T01:04:54.148Z[ recovery-image] Aug 27 01:04:52.774 INFO O| Aug 27 01:04:52.774 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-27T01:04:54.156Z[ recovery-image] Aug 27 01:04:52.782 INFO O| Aug 27 01:04:52.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70422026-08-27T01:04:54.158Z[ recovery-image] Aug 27 01:04:52.782 INFO O| Aug 27 01:04:52.782 INFO STEP 578 (remove_files) COMPLETE
70432026-08-27T01:04:54.158Z[ recovery-image] Aug 27 01:04:52.782 INFO O| Aug 27 01:04:52.782 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-27T01:04:54.164Z[ recovery-image] Aug 27 01:04:52.790 INFO O| Aug 27 01:04:52.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70452026-08-27T01:04:54.164Z[ recovery-image] Aug 27 01:04:52.790 INFO O| Aug 27 01:04:52.790 INFO STEP 579 (remove_files) COMPLETE
70462026-08-27T01:04:54.167Z[ recovery-image] Aug 27 01:04:52.790 INFO O| Aug 27 01:04:52.790 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-27T01:04:54.175Z[ recovery-image] Aug 27 01:04:52.801 INFO O| Aug 27 01:04:52.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70482026-08-27T01:04:54.175Z[ recovery-image] Aug 27 01:04:52.801 INFO O| Aug 27 01:04:52.801 INFO STEP 580 (remove_files) COMPLETE
70492026-08-27T01:04:54.178Z[ recovery-image] Aug 27 01:04:52.801 INFO O| Aug 27 01:04:52.801 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-27T01:04:54.185Z[ recovery-image] Aug 27 01:04:52.811 INFO O| Aug 27 01:04:52.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70512026-08-27T01:04:54.191Z[ recovery-image] Aug 27 01:04:52.811 INFO O| Aug 27 01:04:52.811 INFO STEP 581 (remove_files) COMPLETE
70522026-08-27T01:04:54.191Z[ recovery-image] Aug 27 01:04:52.811 INFO O| Aug 27 01:04:52.811 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-27T01:04:54.195Z[ recovery-image] Aug 27 01:04:52.821 INFO O| Aug 27 01:04:52.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70542026-08-27T01:04:54.195Z[ recovery-image] Aug 27 01:04:52.821 INFO O| Aug 27 01:04:52.821 INFO STEP 582 (remove_files) COMPLETE
70552026-08-27T01:04:54.198Z[ recovery-image] Aug 27 01:04:52.821 INFO O| Aug 27 01:04:52.821 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-27T01:04:54.203Z[ recovery-image] Aug 27 01:04:52.829 INFO O| Aug 27 01:04:52.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70572026-08-27T01:04:54.203Z[ recovery-image] Aug 27 01:04:52.829 INFO O| Aug 27 01:04:52.829 INFO STEP 583 (remove_files) COMPLETE
70582026-08-27T01:04:54.203Z[ recovery-image] Aug 27 01:04:52.829 INFO O| Aug 27 01:04:52.829 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-27T01:04:54.211Z[ recovery-image] Aug 27 01:04:52.837 INFO O| Aug 27 01:04:52.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70602026-08-27T01:04:54.211Z[ recovery-image] Aug 27 01:04:52.837 INFO O| Aug 27 01:04:52.837 INFO STEP 584 (remove_files) COMPLETE
70612026-08-27T01:04:54.211Z[ recovery-image] Aug 27 01:04:52.837 INFO O| Aug 27 01:04:52.837 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-27T01:04:54.221Z[ recovery-image] Aug 27 01:04:52.847 INFO O| Aug 27 01:04:52.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70632026-08-27T01:04:54.221Z[ recovery-image] Aug 27 01:04:52.847 INFO O| Aug 27 01:04:52.847 INFO STEP 585 (remove_files) COMPLETE
70642026-08-27T01:04:54.221Z[ recovery-image] Aug 27 01:04:52.847 INFO O| Aug 27 01:04:52.847 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-27T01:04:54.231Z[ recovery-image] Aug 27 01:04:52.857 INFO O| Aug 27 01:04:52.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70662026-08-27T01:04:54.231Z[ recovery-image] Aug 27 01:04:52.857 INFO O| Aug 27 01:04:52.857 INFO STEP 586 (remove_files) COMPLETE
70672026-08-27T01:04:54.231Z[ recovery-image] Aug 27 01:04:52.857 INFO O| Aug 27 01:04:52.857 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-27T01:04:54.241Z[ recovery-image] Aug 27 01:04:52.867 INFO O| Aug 27 01:04:52.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70692026-08-27T01:04:54.241Z[ recovery-image] Aug 27 01:04:52.867 INFO O| Aug 27 01:04:52.867 INFO STEP 587 (remove_files) COMPLETE
70702026-08-27T01:04:54.241Z[ recovery-image] Aug 27 01:04:52.867 INFO O| Aug 27 01:04:52.867 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-27T01:04:54.252Z[ recovery-image] Aug 27 01:04:52.877 INFO O| Aug 27 01:04:52.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70722026-08-27T01:04:54.252Z[ recovery-image] Aug 27 01:04:52.877 INFO O| Aug 27 01:04:52.877 INFO STEP 588 (remove_files) COMPLETE
70732026-08-27T01:04:54.252Z[ recovery-image] Aug 27 01:04:52.877 INFO O| Aug 27 01:04:52.877 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-27T01:04:54.262Z[ recovery-image] Aug 27 01:04:52.888 INFO O| Aug 27 01:04:52.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70752026-08-27T01:04:54.262Z[ recovery-image] Aug 27 01:04:52.888 INFO O| Aug 27 01:04:52.888 INFO STEP 589 (remove_files) COMPLETE
70762026-08-27T01:04:54.265Z[ recovery-image] Aug 27 01:04:52.888 INFO O| Aug 27 01:04:52.888 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-27T01:04:54.272Z[ recovery-image] Aug 27 01:04:52.897 INFO O| Aug 27 01:04:52.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70782026-08-27T01:04:54.272Z[ recovery-image] Aug 27 01:04:52.898 INFO O| Aug 27 01:04:52.897 INFO STEP 590 (remove_files) COMPLETE
70792026-08-27T01:04:54.274Z[ recovery-image] Aug 27 01:04:52.898 INFO O| Aug 27 01:04:52.898 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-27T01:04:54.283Z[ recovery-image] Aug 27 01:04:52.908 INFO O| Aug 27 01:04:52.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70812026-08-27T01:04:54.283Z[ recovery-image] Aug 27 01:04:52.909 INFO O| Aug 27 01:04:52.908 INFO STEP 591 (remove_files) COMPLETE
70822026-08-27T01:04:54.283Z[ recovery-image] Aug 27 01:04:52.909 INFO O| Aug 27 01:04:52.909 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-27T01:04:54.292Z[ recovery-image] Aug 27 01:04:52.918 INFO O| Aug 27 01:04:52.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70842026-08-27T01:04:54.292Z[ recovery-image] Aug 27 01:04:52.918 INFO O| Aug 27 01:04:52.918 INFO STEP 592 (remove_files) COMPLETE
70852026-08-27T01:04:54.292Z[ recovery-image] Aug 27 01:04:52.918 INFO O| Aug 27 01:04:52.918 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-27T01:04:54.301Z[ recovery-image] Aug 27 01:04:52.927 INFO O| Aug 27 01:04:52.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70872026-08-27T01:04:54.301Z[ recovery-image] Aug 27 01:04:52.927 INFO O| Aug 27 01:04:52.927 INFO STEP 593 (remove_files) COMPLETE
70882026-08-27T01:04:54.301Z[ recovery-image] Aug 27 01:04:52.927 INFO O| Aug 27 01:04:52.927 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-27T01:04:54.312Z[ recovery-image] Aug 27 01:04:52.938 INFO O| Aug 27 01:04:52.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70902026-08-27T01:04:54.312Z[ recovery-image] Aug 27 01:04:52.938 INFO O| Aug 27 01:04:52.938 INFO STEP 594 (remove_files) COMPLETE
70912026-08-27T01:04:54.312Z[ recovery-image] Aug 27 01:04:52.938 INFO O| Aug 27 01:04:52.938 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-27T01:04:54.322Z[ recovery-image] Aug 27 01:04:52.948 INFO O| Aug 27 01:04:52.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70932026-08-27T01:04:54.322Z[ recovery-image] Aug 27 01:04:52.948 INFO O| Aug 27 01:04:52.948 INFO STEP 595 (remove_files) COMPLETE
70942026-08-27T01:04:54.325Z[ recovery-image] Aug 27 01:04:52.948 INFO O| Aug 27 01:04:52.948 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-27T01:04:54.332Z[ recovery-image] Aug 27 01:04:52.958 INFO O| Aug 27 01:04:52.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70962026-08-27T01:04:54.332Z[ recovery-image] Aug 27 01:04:52.958 INFO O| Aug 27 01:04:52.958 INFO STEP 596 (remove_files) COMPLETE
70972026-08-27T01:04:54.336Z[ recovery-image] Aug 27 01:04:52.958 INFO O| Aug 27 01:04:52.958 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-27T01:04:54.342Z[ recovery-image] Aug 27 01:04:52.968 INFO O| Aug 27 01:04:52.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70992026-08-27T01:04:54.342Z[ recovery-image] Aug 27 01:04:52.968 INFO O| Aug 27 01:04:52.968 INFO STEP 597 (remove_files) COMPLETE
71002026-08-27T01:04:54.346Z[ recovery-image] Aug 27 01:04:52.968 INFO O| Aug 27 01:04:52.968 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-27T01:04:54.351Z[ recovery-image] Aug 27 01:04:52.977 INFO O| Aug 27 01:04:52.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71022026-08-27T01:04:54.351Z[ recovery-image] Aug 27 01:04:52.977 INFO O| Aug 27 01:04:52.977 INFO STEP 598 (remove_files) COMPLETE
71032026-08-27T01:04:54.351Z[ recovery-image] Aug 27 01:04:52.977 INFO O| Aug 27 01:04:52.977 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-27T01:04:54.361Z[ recovery-image] Aug 27 01:04:52.987 INFO O| Aug 27 01:04:52.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71052026-08-27T01:04:54.361Z[ recovery-image] Aug 27 01:04:52.987 INFO O| Aug 27 01:04:52.987 INFO STEP 599 (remove_files) COMPLETE
71062026-08-27T01:04:54.364Z[ recovery-image] Aug 27 01:04:52.987 INFO O| Aug 27 01:04:52.987 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-27T01:04:54.370Z[ recovery-image] Aug 27 01:04:52.996 INFO O| Aug 27 01:04:52.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71082026-08-27T01:04:54.370Z[ recovery-image] Aug 27 01:04:52.996 INFO O| Aug 27 01:04:52.996 INFO STEP 600 (remove_files) COMPLETE
71092026-08-27T01:04:54.373Z[ recovery-image] Aug 27 01:04:52.996 INFO O| Aug 27 01:04:52.996 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-27T01:04:54.380Z[ recovery-image] Aug 27 01:04:53.005 INFO O| Aug 27 01:04:53.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71112026-08-27T01:04:54.380Z[ recovery-image] Aug 27 01:04:53.005 INFO O| Aug 27 01:04:53.005 INFO STEP 601 (remove_files) COMPLETE
71122026-08-27T01:04:54.384Z[ recovery-image] Aug 27 01:04:53.005 INFO O| Aug 27 01:04:53.005 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-27T01:04:54.389Z[ recovery-image] Aug 27 01:04:53.014 INFO O| Aug 27 01:04:53.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71142026-08-27T01:04:54.389Z[ recovery-image] Aug 27 01:04:53.014 INFO O| Aug 27 01:04:53.014 INFO STEP 602 (remove_files) COMPLETE
71152026-08-27T01:04:54.389Z[ recovery-image] Aug 27 01:04:53.014 INFO O| Aug 27 01:04:53.014 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-27T01:04:54.397Z[ recovery-image] Aug 27 01:04:53.023 INFO O| Aug 27 01:04:53.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71172026-08-27T01:04:54.397Z[ recovery-image] Aug 27 01:04:53.023 INFO O| Aug 27 01:04:53.023 INFO STEP 603 (remove_files) COMPLETE
71182026-08-27T01:04:54.401Z[ recovery-image] Aug 27 01:04:53.023 INFO O| Aug 27 01:04:53.023 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-27T01:04:54.407Z[ recovery-image] Aug 27 01:04:53.032 INFO O| Aug 27 01:04:53.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71202026-08-27T01:04:54.408Z[ recovery-image] Aug 27 01:04:53.032 INFO O| Aug 27 01:04:53.032 INFO STEP 604 (remove_files) COMPLETE
71212026-08-27T01:04:54.408Z[ recovery-image] Aug 27 01:04:53.032 INFO O| Aug 27 01:04:53.032 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-27T01:04:54.416Z[ recovery-image] Aug 27 01:04:53.042 INFO O| Aug 27 01:04:53.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71232026-08-27T01:04:54.416Z[ recovery-image] Aug 27 01:04:53.042 INFO O| Aug 27 01:04:53.042 INFO STEP 605 (remove_files) COMPLETE
71242026-08-27T01:04:54.416Z[ recovery-image] Aug 27 01:04:53.042 INFO O| Aug 27 01:04:53.042 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-27T01:04:54.427Z[ recovery-image] Aug 27 01:04:53.053 INFO O| Aug 27 01:04:53.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71262026-08-27T01:04:54.427Z[ recovery-image] Aug 27 01:04:53.053 INFO O| Aug 27 01:04:53.053 INFO STEP 606 (remove_files) COMPLETE
71272026-08-27T01:04:54.427Z[ recovery-image] Aug 27 01:04:53.053 INFO O| Aug 27 01:04:53.053 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-27T01:04:54.438Z[ recovery-image] Aug 27 01:04:53.064 INFO O| Aug 27 01:04:53.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71292026-08-27T01:04:54.440Z[ recovery-image] Aug 27 01:04:53.064 INFO O| Aug 27 01:04:53.064 INFO STEP 607 (remove_files) COMPLETE
71302026-08-27T01:04:54.440Z[ recovery-image] Aug 27 01:04:53.064 INFO O| Aug 27 01:04:53.064 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-27T01:04:54.450Z[ recovery-image] Aug 27 01:04:53.074 INFO O| Aug 27 01:04:53.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71322026-08-27T01:04:54.450Z[ recovery-image] Aug 27 01:04:53.074 INFO O| Aug 27 01:04:53.074 INFO STEP 608 (remove_files) COMPLETE
71332026-08-27T01:04:54.450Z[ recovery-image] Aug 27 01:04:53.074 INFO O| Aug 27 01:04:53.074 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-27T01:04:54.460Z[ recovery-image] Aug 27 01:04:53.084 INFO O| Aug 27 01:04:53.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71352026-08-27T01:04:54.460Z[ recovery-image] Aug 27 01:04:53.084 INFO O| Aug 27 01:04:53.084 INFO STEP 609 (remove_files) COMPLETE
71362026-08-27T01:04:54.463Z[ recovery-image] Aug 27 01:04:53.084 INFO O| Aug 27 01:04:53.084 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-27T01:04:54.472Z[ recovery-image] Aug 27 01:04:53.096 INFO O| Aug 27 01:04:53.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71382026-08-27T01:04:54.472Z[ recovery-image] Aug 27 01:04:53.096 INFO O| Aug 27 01:04:53.096 INFO STEP 610 (remove_files) COMPLETE
71392026-08-27T01:04:54.472Z[ recovery-image] Aug 27 01:04:53.096 INFO O| Aug 27 01:04:53.096 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-27T01:04:54.480Z[ recovery-image] Aug 27 01:04:53.106 INFO O| Aug 27 01:04:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71412026-08-27T01:04:54.480Z[ recovery-image] Aug 27 01:04:53.106 INFO O| Aug 27 01:04:53.106 INFO STEP 611 (remove_files) COMPLETE
71422026-08-27T01:04:54.481Z[ recovery-image] Aug 27 01:04:53.106 INFO O| Aug 27 01:04:53.106 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-27T01:04:54.489Z[ recovery-image] Aug 27 01:04:53.115 INFO O| Aug 27 01:04:53.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71442026-08-27T01:04:54.489Z[ recovery-image] Aug 27 01:04:53.115 INFO O| Aug 27 01:04:53.115 INFO STEP 612 (remove_files) COMPLETE
71452026-08-27T01:04:54.495Z[ recovery-image] Aug 27 01:04:53.115 INFO O| Aug 27 01:04:53.115 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-27T01:04:54.500Z[ recovery-image] Aug 27 01:04:53.125 INFO O| Aug 27 01:04:53.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71472026-08-27T01:04:54.500Z[ recovery-image] Aug 27 01:04:53.126 INFO O| Aug 27 01:04:53.126 INFO STEP 613 (remove_files) COMPLETE
71482026-08-27T01:04:54.500Z[ recovery-image] Aug 27 01:04:53.126 INFO O| Aug 27 01:04:53.126 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-27T01:04:54.509Z[ recovery-image] Aug 27 01:04:53.134 INFO O| Aug 27 01:04:53.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71502026-08-27T01:04:54.509Z[ recovery-image] Aug 27 01:04:53.134 INFO O| Aug 27 01:04:53.134 INFO STEP 614 (remove_files) COMPLETE
71512026-08-27T01:04:54.513Z[ recovery-image] Aug 27 01:04:53.134 INFO O| Aug 27 01:04:53.134 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-27T01:04:54.517Z[ recovery-image] Aug 27 01:04:53.143 INFO O| Aug 27 01:04:53.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71532026-08-27T01:04:54.517Z[ recovery-image] Aug 27 01:04:53.143 INFO O| Aug 27 01:04:53.143 INFO STEP 615 (remove_files) COMPLETE
71542026-08-27T01:04:54.517Z[ recovery-image] Aug 27 01:04:53.143 INFO O| Aug 27 01:04:53.143 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-27T01:04:54.528Z[ recovery-image] Aug 27 01:04:53.153 INFO O| Aug 27 01:04:53.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71562026-08-27T01:04:54.528Z[ recovery-image] Aug 27 01:04:53.153 INFO O| Aug 27 01:04:53.153 INFO STEP 616 (remove_files) COMPLETE
71572026-08-27T01:04:54.528Z[ recovery-image] Aug 27 01:04:53.153 INFO O| Aug 27 01:04:53.153 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-27T01:04:54.537Z[ recovery-image] Aug 27 01:04:53.162 INFO O| Aug 27 01:04:53.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71592026-08-27T01:04:54.537Z[ recovery-image] Aug 27 01:04:53.162 INFO O| Aug 27 01:04:53.162 INFO STEP 617 (remove_files) COMPLETE
71602026-08-27T01:04:54.537Z[ recovery-image] Aug 27 01:04:53.162 INFO O| Aug 27 01:04:53.162 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-27T01:04:54.546Z[ recovery-image] Aug 27 01:04:53.171 INFO O| Aug 27 01:04:53.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71622026-08-27T01:04:54.546Z[ recovery-image] Aug 27 01:04:53.171 INFO O| Aug 27 01:04:53.171 INFO STEP 618 (remove_files) COMPLETE
71632026-08-27T01:04:54.549Z[ recovery-image] Aug 27 01:04:53.171 INFO O| Aug 27 01:04:53.171 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-27T01:04:54.556Z[ recovery-image] Aug 27 01:04:53.180 INFO O| Aug 27 01:04:53.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71652026-08-27T01:04:54.556Z[ recovery-image] Aug 27 01:04:53.180 INFO O| Aug 27 01:04:53.180 INFO STEP 619 (remove_files) COMPLETE
71662026-08-27T01:04:54.556Z[ recovery-image] Aug 27 01:04:53.180 INFO O| Aug 27 01:04:53.180 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-27T01:04:54.566Z[ recovery-image] Aug 27 01:04:53.191 INFO O| Aug 27 01:04:53.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71682026-08-27T01:04:54.570Z[ recovery-image] Aug 27 01:04:53.192 INFO O| Aug 27 01:04:53.192 INFO STEP 620 (remove_files) COMPLETE
71692026-08-27T01:04:54.570Z[ recovery-image] Aug 27 01:04:53.192 INFO O| Aug 27 01:04:53.192 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-27T01:04:54.578Z[ recovery-image] Aug 27 01:04:53.203 INFO O| Aug 27 01:04:53.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71712026-08-27T01:04:54.578Z[ recovery-image] Aug 27 01:04:53.203 INFO O| Aug 27 01:04:53.203 INFO STEP 621 (remove_files) COMPLETE
71722026-08-27T01:04:54.578Z[ recovery-image] Aug 27 01:04:53.203 INFO O| Aug 27 01:04:53.203 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-27T01:04:54.588Z[ recovery-image] Aug 27 01:04:53.214 INFO O| Aug 27 01:04:53.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71742026-08-27T01:04:54.588Z[ recovery-image] Aug 27 01:04:53.214 INFO O| Aug 27 01:04:53.214 INFO STEP 622 (remove_files) COMPLETE
71752026-08-27T01:04:54.591Z[ recovery-image] Aug 27 01:04:53.214 INFO O| Aug 27 01:04:53.214 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-27T01:04:54.601Z[ recovery-image] Aug 27 01:04:53.224 INFO O| Aug 27 01:04:53.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71772026-08-27T01:04:54.601Z[ recovery-image] Aug 27 01:04:53.224 INFO O| Aug 27 01:04:53.224 INFO STEP 623 (remove_files) COMPLETE
71782026-08-27T01:04:54.604Z[ recovery-image] Aug 27 01:04:53.224 INFO O| Aug 27 01:04:53.224 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-27T01:04:54.609Z[ recovery-image] Aug 27 01:04:53.234 INFO O| Aug 27 01:04:53.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71802026-08-27T01:04:54.609Z[ recovery-image] Aug 27 01:04:53.234 INFO O| Aug 27 01:04:53.234 INFO STEP 624 (remove_files) COMPLETE
71812026-08-27T01:04:54.609Z[ recovery-image] Aug 27 01:04:53.234 INFO O| Aug 27 01:04:53.234 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-27T01:04:54.620Z[ recovery-image] Aug 27 01:04:53.243 INFO O| Aug 27 01:04:53.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71832026-08-27T01:04:54.620Z[ recovery-image] Aug 27 01:04:53.243 INFO O| Aug 27 01:04:53.243 INFO STEP 625 (remove_files) COMPLETE
71842026-08-27T01:04:54.624Z[ recovery-image] Aug 27 01:04:53.243 INFO O| Aug 27 01:04:53.243 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-27T01:04:54.629Z[ recovery-image] Aug 27 01:04:53.254 INFO O| Aug 27 01:04:53.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71862026-08-27T01:04:54.629Z[ recovery-image] Aug 27 01:04:53.254 INFO O| Aug 27 01:04:53.254 INFO STEP 626 (remove_files) COMPLETE
71872026-08-27T01:04:54.635Z[ recovery-image] Aug 27 01:04:53.254 INFO O| Aug 27 01:04:53.254 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-27T01:04:54.639Z[ recovery-image] Aug 27 01:04:53.263 INFO O| Aug 27 01:04:53.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71892026-08-27T01:04:54.639Z[ recovery-image] Aug 27 01:04:53.263 INFO O| Aug 27 01:04:53.263 INFO STEP 627 (remove_files) COMPLETE
71902026-08-27T01:04:54.640Z[ recovery-image] Aug 27 01:04:53.263 INFO O| Aug 27 01:04:53.263 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-27T01:04:54.647Z[ recovery-image] Aug 27 01:04:53.272 INFO O| Aug 27 01:04:53.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71922026-08-27T01:04:54.647Z[ recovery-image] Aug 27 01:04:53.272 INFO O| Aug 27 01:04:53.272 INFO STEP 628 (remove_files) COMPLETE
71932026-08-27T01:04:54.650Z[ recovery-image] Aug 27 01:04:53.272 INFO O| Aug 27 01:04:53.272 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-27T01:04:54.657Z[ recovery-image] Aug 27 01:04:53.281 INFO O| Aug 27 01:04:53.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71952026-08-27T01:04:54.657Z[ recovery-image] Aug 27 01:04:53.282 INFO O| Aug 27 01:04:53.282 INFO STEP 629 (remove_files) COMPLETE
71962026-08-27T01:04:54.657Z[ recovery-image] Aug 27 01:04:53.282 INFO O| Aug 27 01:04:53.282 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-27T01:04:54.666Z[ recovery-image] Aug 27 01:04:53.292 INFO O| Aug 27 01:04:53.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71982026-08-27T01:04:54.666Z[ recovery-image] Aug 27 01:04:53.292 INFO O| Aug 27 01:04:53.292 INFO STEP 630 (remove_files) COMPLETE
71992026-08-27T01:04:54.669Z[ recovery-image] Aug 27 01:04:53.292 INFO O| Aug 27 01:04:53.292 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-27T01:04:54.676Z[ recovery-image] Aug 27 01:04:53.302 INFO O| Aug 27 01:04:53.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72012026-08-27T01:04:54.676Z[ recovery-image] Aug 27 01:04:53.302 INFO O| Aug 27 01:04:53.302 INFO STEP 631 (remove_files) COMPLETE
72022026-08-27T01:04:54.676Z[ recovery-image] Aug 27 01:04:53.302 INFO O| Aug 27 01:04:53.302 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-27T01:04:54.686Z[ recovery-image] Aug 27 01:04:53.312 INFO O| Aug 27 01:04:53.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72042026-08-27T01:04:54.686Z[ recovery-image] Aug 27 01:04:53.312 INFO O| Aug 27 01:04:53.312 INFO STEP 632 (remove_files) COMPLETE
72052026-08-27T01:04:54.686Z[ recovery-image] Aug 27 01:04:53.312 INFO O| Aug 27 01:04:53.312 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-27T01:04:54.695Z[ recovery-image] Aug 27 01:04:53.321 INFO O| Aug 27 01:04:53.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72072026-08-27T01:04:54.698Z[ recovery-image] Aug 27 01:04:53.321 INFO O| Aug 27 01:04:53.321 INFO STEP 633 (remove_files) COMPLETE
72082026-08-27T01:04:54.699Z[ recovery-image] Aug 27 01:04:53.321 INFO O| Aug 27 01:04:53.321 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-27T01:04:54.705Z[ recovery-image] Aug 27 01:04:53.330 INFO O| Aug 27 01:04:53.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72102026-08-27T01:04:54.705Z[ recovery-image] Aug 27 01:04:53.330 INFO O| Aug 27 01:04:53.330 INFO STEP 634 (remove_files) COMPLETE
72112026-08-27T01:04:54.705Z[ recovery-image] Aug 27 01:04:53.330 INFO O| Aug 27 01:04:53.330 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-27T01:04:54.713Z[ recovery-image] Aug 27 01:04:53.339 INFO O| Aug 27 01:04:53.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72132026-08-27T01:04:54.713Z[ recovery-image] Aug 27 01:04:53.339 INFO O| Aug 27 01:04:53.339 INFO STEP 635 (remove_files) COMPLETE
72142026-08-27T01:04:54.713Z[ recovery-image] Aug 27 01:04:53.339 INFO O| Aug 27 01:04:53.339 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-27T01:04:54.723Z[ recovery-image] Aug 27 01:04:53.349 INFO O| Aug 27 01:04:53.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72162026-08-27T01:04:54.723Z[ recovery-image] Aug 27 01:04:53.349 INFO O| Aug 27 01:04:53.349 INFO STEP 636 (remove_files) COMPLETE
72172026-08-27T01:04:54.726Z[ recovery-image] Aug 27 01:04:53.349 INFO O| Aug 27 01:04:53.349 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-27T01:04:54.734Z[ recovery-image] Aug 27 01:04:53.360 INFO O| Aug 27 01:04:53.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72192026-08-27T01:04:54.734Z[ recovery-image] Aug 27 01:04:53.360 INFO O| Aug 27 01:04:53.360 INFO STEP 637 (remove_files) COMPLETE
72202026-08-27T01:04:54.737Z[ recovery-image] Aug 27 01:04:53.360 INFO O| Aug 27 01:04:53.360 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-27T01:04:54.745Z[ recovery-image] Aug 27 01:04:53.370 INFO O| Aug 27 01:04:53.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72222026-08-27T01:04:54.745Z[ recovery-image] Aug 27 01:04:53.370 INFO O| Aug 27 01:04:53.370 INFO STEP 638 (remove_files) COMPLETE
72232026-08-27T01:04:54.745Z[ recovery-image] Aug 27 01:04:53.371 INFO O| Aug 27 01:04:53.370 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-27T01:04:54.756Z[ recovery-image] Aug 27 01:04:53.381 INFO O| Aug 27 01:04:53.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72252026-08-27T01:04:54.756Z[ recovery-image] Aug 27 01:04:53.381 INFO O| Aug 27 01:04:53.381 INFO STEP 639 (remove_files) COMPLETE
72262026-08-27T01:04:54.756Z[ recovery-image] Aug 27 01:04:53.381 INFO O| Aug 27 01:04:53.381 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-27T01:04:54.761Z[verify-libraries] Compiling russh-util v0.52.0
72282026-08-27T01:04:54.766Z[ recovery-image] Aug 27 01:04:53.392 INFO O| Aug 27 01:04:53.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72292026-08-27T01:04:54.768Z[ recovery-image] Aug 27 01:04:53.392 INFO O| Aug 27 01:04:53.392 INFO STEP 640 (remove_files) COMPLETE
72302026-08-27T01:04:54.768Z[ recovery-image] Aug 27 01:04:53.392 INFO O| Aug 27 01:04:53.392 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-27T01:04:54.777Z[ recovery-image] Aug 27 01:04:53.403 INFO O| Aug 27 01:04:53.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72322026-08-27T01:04:54.777Z[ recovery-image] Aug 27 01:04:53.403 INFO O| Aug 27 01:04:53.403 INFO STEP 641 (remove_files) COMPLETE
72332026-08-27T01:04:54.777Z[ recovery-image] Aug 27 01:04:53.403 INFO O| Aug 27 01:04:53.403 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-27T01:04:54.788Z[ recovery-image] Aug 27 01:04:53.414 INFO O| Aug 27 01:04:53.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72352026-08-27T01:04:54.788Z[ recovery-image] Aug 27 01:04:53.414 INFO O| Aug 27 01:04:53.414 INFO STEP 642 (remove_files) COMPLETE
72362026-08-27T01:04:54.788Z[ recovery-image] Aug 27 01:04:53.414 INFO O| Aug 27 01:04:53.414 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-27T01:04:54.798Z[ recovery-image] Aug 27 01:04:53.424 INFO O| Aug 27 01:04:53.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72382026-08-27T01:04:54.801Z[ recovery-image] Aug 27 01:04:53.425 INFO O| Aug 27 01:04:53.425 INFO STEP 643 (remove_files) COMPLETE
72392026-08-27T01:04:54.801Z[ recovery-image] Aug 27 01:04:53.425 INFO O| Aug 27 01:04:53.425 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-27T01:04:54.811Z[ recovery-image] Aug 27 01:04:53.437 INFO O| Aug 27 01:04:53.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72412026-08-27T01:04:54.811Z[ recovery-image] Aug 27 01:04:53.437 INFO O| Aug 27 01:04:53.437 INFO STEP 644 (remove_files) COMPLETE
72422026-08-27T01:04:54.812Z[ recovery-image] Aug 27 01:04:53.437 INFO O| Aug 27 01:04:53.437 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-27T01:04:54.822Z[ recovery-image] Aug 27 01:04:53.448 INFO O| Aug 27 01:04:53.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72442026-08-27T01:04:54.822Z[ recovery-image] Aug 27 01:04:53.448 INFO O| Aug 27 01:04:53.448 INFO STEP 645 (remove_files) COMPLETE
72452026-08-27T01:04:54.822Z[ recovery-image] Aug 27 01:04:53.448 INFO O| Aug 27 01:04:53.448 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-27T01:04:54.832Z[ recovery-image] Aug 27 01:04:53.458 INFO O| Aug 27 01:04:53.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72472026-08-27T01:04:54.832Z[ recovery-image] Aug 27 01:04:53.458 INFO O| Aug 27 01:04:53.458 INFO STEP 646 (remove_files) COMPLETE
72482026-08-27T01:04:54.832Z[ recovery-image] Aug 27 01:04:53.458 INFO O| Aug 27 01:04:53.458 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-27T01:04:54.843Z[ recovery-image] Aug 27 01:04:53.468 INFO O| Aug 27 01:04:53.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72502026-08-27T01:04:54.843Z[ recovery-image] Aug 27 01:04:53.468 INFO O| Aug 27 01:04:53.468 INFO STEP 647 (remove_files) COMPLETE
72512026-08-27T01:04:54.843Z[ recovery-image] Aug 27 01:04:53.468 INFO O| Aug 27 01:04:53.468 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-27T01:04:54.853Z[ recovery-image] Aug 27 01:04:53.479 INFO O| Aug 27 01:04:53.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72532026-08-27T01:04:54.853Z[ recovery-image] Aug 27 01:04:53.479 INFO O| Aug 27 01:04:53.479 INFO STEP 648 (remove_files) COMPLETE
72542026-08-27T01:04:54.853Z[ recovery-image] Aug 27 01:04:53.479 INFO O| Aug 27 01:04:53.479 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-27T01:04:54.862Z[ recovery-image] Aug 27 01:04:53.488 INFO O| Aug 27 01:04:53.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72562026-08-27T01:04:54.862Z[ recovery-image] Aug 27 01:04:53.488 INFO O| Aug 27 01:04:53.488 INFO STEP 649 (remove_files) COMPLETE
72572026-08-27T01:04:54.862Z[ recovery-image] Aug 27 01:04:53.488 INFO O| Aug 27 01:04:53.488 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-27T01:04:54.872Z[ recovery-image] Aug 27 01:04:53.498 INFO O| Aug 27 01:04:53.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72592026-08-27T01:04:54.872Z[ recovery-image] Aug 27 01:04:53.498 INFO O| Aug 27 01:04:53.498 INFO STEP 650 (remove_files) COMPLETE
72602026-08-27T01:04:54.872Z[ recovery-image] Aug 27 01:04:53.498 INFO O| Aug 27 01:04:53.498 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-27T01:04:54.883Z[ recovery-image] Aug 27 01:04:53.508 INFO O| Aug 27 01:04:53.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72622026-08-27T01:04:54.883Z[ recovery-image] Aug 27 01:04:53.508 INFO O| Aug 27 01:04:53.508 INFO STEP 651 (remove_files) COMPLETE
72632026-08-27T01:04:54.883Z[ recovery-image] Aug 27 01:04:53.508 INFO O| Aug 27 01:04:53.508 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-27T01:04:54.892Z[ recovery-image] Aug 27 01:04:53.518 INFO O| Aug 27 01:04:53.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72652026-08-27T01:04:54.892Z[ recovery-image] Aug 27 01:04:53.518 INFO O| Aug 27 01:04:53.518 INFO STEP 652 (remove_files) COMPLETE
72662026-08-27T01:04:54.892Z[ recovery-image] Aug 27 01:04:53.518 INFO O| Aug 27 01:04:53.518 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-27T01:04:54.901Z[ recovery-image] Aug 27 01:04:53.526 INFO O| Aug 27 01:04:53.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72682026-08-27T01:04:54.901Z[ recovery-image] Aug 27 01:04:53.526 INFO O| Aug 27 01:04:53.526 INFO STEP 653 (remove_files) COMPLETE
72692026-08-27T01:04:54.904Z[ recovery-image] Aug 27 01:04:53.526 INFO O| Aug 27 01:04:53.526 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-27T01:04:54.910Z[ recovery-image] Aug 27 01:04:53.536 INFO O| Aug 27 01:04:53.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72712026-08-27T01:04:54.910Z[ recovery-image] Aug 27 01:04:53.536 INFO O| Aug 27 01:04:53.536 INFO STEP 654 (remove_files) COMPLETE
72722026-08-27T01:04:54.915Z[ recovery-image] Aug 27 01:04:53.536 INFO O| Aug 27 01:04:53.536 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-27T01:04:54.915Z[verify-libraries] Compiling enum_dispatch v0.3.13
72742026-08-27T01:04:54.919Z[ recovery-image] Aug 27 01:04:53.545 INFO O| Aug 27 01:04:53.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72752026-08-27T01:04:54.919Z[ recovery-image] Aug 27 01:04:53.545 INFO O| Aug 27 01:04:53.545 INFO STEP 655 (remove_files) COMPLETE
72762026-08-27T01:04:54.919Z[ recovery-image] Aug 27 01:04:53.545 INFO O| Aug 27 01:04:53.545 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-27T01:04:54.930Z[ recovery-image] Aug 27 01:04:53.556 INFO O| Aug 27 01:04:53.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72782026-08-27T01:04:54.930Z[ recovery-image] Aug 27 01:04:53.556 INFO O| Aug 27 01:04:53.556 INFO STEP 656 (remove_files) COMPLETE
72792026-08-27T01:04:54.930Z[ recovery-image] Aug 27 01:04:53.556 INFO O| Aug 27 01:04:53.556 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-27T01:04:54.936Z[verify-libraries] Compiling sapling-renderdag v0.1.0
72812026-08-27T01:04:54.940Z[ recovery-image] Aug 27 01:04:53.566 INFO O| Aug 27 01:04:53.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72822026-08-27T01:04:54.940Z[ recovery-image] Aug 27 01:04:53.566 INFO O| Aug 27 01:04:53.566 INFO STEP 657 (remove_files) COMPLETE
72832026-08-27T01:04:54.943Z[ recovery-image] Aug 27 01:04:53.566 INFO O| Aug 27 01:04:53.566 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-27T01:04:54.951Z[ recovery-image] Aug 27 01:04:53.577 INFO O| Aug 27 01:04:53.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72852026-08-27T01:04:54.951Z[ recovery-image] Aug 27 01:04:53.577 INFO O| Aug 27 01:04:53.577 INFO STEP 658 (remove_files) COMPLETE
72862026-08-27T01:04:54.951Z[ recovery-image] Aug 27 01:04:53.577 INFO O| Aug 27 01:04:53.577 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-27T01:04:54.964Z[ recovery-image] Aug 27 01:04:53.589 INFO O| Aug 27 01:04:53.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72882026-08-27T01:04:54.968Z[ recovery-image] Aug 27 01:04:53.590 INFO O| Aug 27 01:04:53.590 INFO STEP 659 (remove_files) COMPLETE
72892026-08-27T01:04:54.968Z[ recovery-image] Aug 27 01:04:53.590 INFO O| Aug 27 01:04:53.590 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-27T01:04:54.974Z[ recovery-image] Aug 27 01:04:53.600 INFO O| Aug 27 01:04:53.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72912026-08-27T01:04:54.974Z[ recovery-image] Aug 27 01:04:53.600 INFO O| Aug 27 01:04:53.600 INFO STEP 660 (remove_files) COMPLETE
72922026-08-27T01:04:54.977Z[ recovery-image] Aug 27 01:04:53.600 INFO O| Aug 27 01:04:53.600 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-27T01:04:54.985Z[ recovery-image] Aug 27 01:04:53.611 INFO O| Aug 27 01:04:53.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72942026-08-27T01:04:54.985Z[ recovery-image] Aug 27 01:04:53.611 INFO O| Aug 27 01:04:53.611 INFO STEP 661 (remove_files) COMPLETE
72952026-08-27T01:04:54.988Z[ recovery-image] Aug 27 01:04:53.611 INFO O| Aug 27 01:04:53.611 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-27T01:04:54.991Z[verify-libraries] Compiling delegate v0.13.5
72972026-08-27T01:04:54.996Z[ recovery-image] Aug 27 01:04:53.622 INFO O| Aug 27 01:04:53.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72982026-08-27T01:04:54.996Z[ recovery-image] Aug 27 01:04:53.622 INFO O| Aug 27 01:04:53.622 INFO STEP 662 (remove_files) COMPLETE
72992026-08-27T01:04:54.996Z[ recovery-image] Aug 27 01:04:53.622 INFO O| Aug 27 01:04:53.622 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-27T01:04:55.007Z[ recovery-image] Aug 27 01:04:53.632 INFO O| Aug 27 01:04:53.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73012026-08-27T01:04:55.011Z[ recovery-image] Aug 27 01:04:53.633 INFO O| Aug 27 01:04:53.633 INFO STEP 663 (remove_files) COMPLETE
73022026-08-27T01:04:55.011Z[ recovery-image] Aug 27 01:04:53.633 INFO O| Aug 27 01:04:53.633 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-27T01:04:55.017Z[ recovery-image] Aug 27 01:04:53.643 INFO O| Aug 27 01:04:53.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73042026-08-27T01:04:55.017Z[ recovery-image] Aug 27 01:04:53.643 INFO O| Aug 27 01:04:53.643 INFO STEP 664 (remove_files) COMPLETE
73052026-08-27T01:04:55.017Z[ recovery-image] Aug 27 01:04:53.643 INFO O| Aug 27 01:04:53.643 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-27T01:04:55.027Z[ recovery-image] Aug 27 01:04:53.652 INFO O| Aug 27 01:04:53.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73072026-08-27T01:04:55.027Z[ recovery-image] Aug 27 01:04:53.652 INFO O| Aug 27 01:04:53.652 INFO STEP 665 (remove_files) COMPLETE
73082026-08-27T01:04:55.027Z[ recovery-image] Aug 27 01:04:53.652 INFO O| Aug 27 01:04:53.652 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-27T01:04:55.035Z[ recovery-image] Aug 27 01:04:53.661 INFO O| Aug 27 01:04:53.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73102026-08-27T01:04:55.035Z[ recovery-image] Aug 27 01:04:53.661 INFO O| Aug 27 01:04:53.661 INFO STEP 666 (remove_files) COMPLETE
73112026-08-27T01:04:55.038Z[ recovery-image] Aug 27 01:04:53.661 INFO O| Aug 27 01:04:53.661 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-27T01:04:55.043Z[ recovery-image] Aug 27 01:04:53.669 INFO O| Aug 27 01:04:53.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73132026-08-27T01:04:55.043Z[ recovery-image] Aug 27 01:04:53.669 INFO O| Aug 27 01:04:53.669 INFO STEP 667 (remove_files) COMPLETE
73142026-08-27T01:04:55.046Z[ recovery-image] Aug 27 01:04:53.669 INFO O| Aug 27 01:04:53.669 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-27T01:04:55.051Z[ recovery-image] Aug 27 01:04:53.677 INFO O| Aug 27 01:04:53.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73162026-08-27T01:04:55.051Z[ recovery-image] Aug 27 01:04:53.677 INFO O| Aug 27 01:04:53.677 INFO STEP 668 (remove_files) COMPLETE
73172026-08-27T01:04:55.052Z[ recovery-image] Aug 27 01:04:53.677 INFO O| Aug 27 01:04:53.677 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-27T01:04:55.063Z[ recovery-image] Aug 27 01:04:53.689 INFO O| Aug 27 01:04:53.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73192026-08-27T01:04:55.063Z[ recovery-image] Aug 27 01:04:53.689 INFO O| Aug 27 01:04:53.689 INFO STEP 669 (remove_files) COMPLETE
73202026-08-27T01:04:55.063Z[ recovery-image] Aug 27 01:04:53.689 INFO O| Aug 27 01:04:53.689 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-27T01:04:55.073Z[ recovery-image] Aug 27 01:04:53.698 INFO O| Aug 27 01:04:53.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73222026-08-27T01:04:55.073Z[ recovery-image] Aug 27 01:04:53.698 INFO O| Aug 27 01:04:53.698 INFO STEP 670 (remove_files) COMPLETE
73232026-08-27T01:04:55.073Z[ recovery-image] Aug 27 01:04:53.698 INFO O| Aug 27 01:04:53.698 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-27T01:04:55.084Z[ recovery-image] Aug 27 01:04:53.709 INFO O| Aug 27 01:04:53.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73252026-08-27T01:04:55.084Z[ recovery-image] Aug 27 01:04:53.709 INFO O| Aug 27 01:04:53.709 INFO STEP 671 (remove_files) COMPLETE
73262026-08-27T01:04:55.084Z[ recovery-image] Aug 27 01:04:53.709 INFO O| Aug 27 01:04:53.709 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-27T01:04:55.084Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
73282026-08-27T01:04:55.094Z[ recovery-image] Aug 27 01:04:53.720 INFO O| Aug 27 01:04:53.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73292026-08-27T01:04:55.094Z[ recovery-image] Aug 27 01:04:53.720 INFO O| Aug 27 01:04:53.720 INFO STEP 672 (remove_files) COMPLETE
73302026-08-27T01:04:55.094Z[ recovery-image] Aug 27 01:04:53.720 INFO O| Aug 27 01:04:53.720 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-27T01:04:55.104Z[ recovery-image] Aug 27 01:04:53.730 INFO O| Aug 27 01:04:53.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73322026-08-27T01:04:55.104Z[ recovery-image] Aug 27 01:04:53.730 INFO O| Aug 27 01:04:53.730 INFO STEP 673 (remove_files) COMPLETE
73332026-08-27T01:04:55.104Z[ recovery-image] Aug 27 01:04:53.730 INFO O| Aug 27 01:04:53.730 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-27T01:04:55.114Z[ recovery-image] Aug 27 01:04:53.739 INFO O| Aug 27 01:04:53.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73352026-08-27T01:04:55.114Z[ recovery-image] Aug 27 01:04:53.739 INFO O| Aug 27 01:04:53.739 INFO STEP 674 (remove_files) COMPLETE
73362026-08-27T01:04:55.114Z[ recovery-image] Aug 27 01:04:53.739 INFO O| Aug 27 01:04:53.739 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-27T01:04:55.123Z[ recovery-image] Aug 27 01:04:53.749 INFO O| Aug 27 01:04:53.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73382026-08-27T01:04:55.123Z[ recovery-image] Aug 27 01:04:53.749 INFO O| Aug 27 01:04:53.749 INFO STEP 675 (remove_files) COMPLETE
73392026-08-27T01:04:55.123Z[ recovery-image] Aug 27 01:04:53.749 INFO O| Aug 27 01:04:53.749 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-27T01:04:55.133Z[ recovery-image] Aug 27 01:04:53.758 INFO O| Aug 27 01:04:53.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73412026-08-27T01:04:55.133Z[ recovery-image] Aug 27 01:04:53.758 INFO O| Aug 27 01:04:53.758 INFO STEP 676 (remove_files) COMPLETE
73422026-08-27T01:04:55.133Z[ recovery-image] Aug 27 01:04:53.758 INFO O| Aug 27 01:04:53.758 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-27T01:04:55.144Z[ recovery-image] Aug 27 01:04:53.769 INFO O| Aug 27 01:04:53.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73442026-08-27T01:04:55.144Z[ recovery-image] Aug 27 01:04:53.769 INFO O| Aug 27 01:04:53.769 INFO STEP 677 (remove_files) COMPLETE
73452026-08-27T01:04:55.147Z[ recovery-image] Aug 27 01:04:53.769 INFO O| Aug 27 01:04:53.769 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-27T01:04:55.154Z[ recovery-image] Aug 27 01:04:53.779 INFO O| Aug 27 01:04:53.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73472026-08-27T01:04:55.154Z[ recovery-image] Aug 27 01:04:53.779 INFO O| Aug 27 01:04:53.779 INFO STEP 678 (remove_files) COMPLETE
73482026-08-27T01:04:55.154Z[ recovery-image] Aug 27 01:04:53.779 INFO O| Aug 27 01:04:53.779 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-27T01:04:55.168Z[ recovery-image] Aug 27 01:04:53.789 INFO O| Aug 27 01:04:53.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73502026-08-27T01:04:55.171Z[ recovery-image] Aug 27 01:04:53.789 INFO O| Aug 27 01:04:53.789 INFO STEP 679 (remove_files) COMPLETE
73512026-08-27T01:04:55.171Z[ recovery-image] Aug 27 01:04:53.789 INFO O| Aug 27 01:04:53.789 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-27T01:04:55.171Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
73532026-08-27T01:04:55.176Z[ recovery-image] Aug 27 01:04:53.798 INFO O| Aug 27 01:04:53.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73542026-08-27T01:04:55.176Z[ recovery-image] Aug 27 01:04:53.799 INFO O| Aug 27 01:04:53.799 INFO STEP 680 (remove_files) COMPLETE
73552026-08-27T01:04:55.176Z[ recovery-image] Aug 27 01:04:53.799 INFO O| Aug 27 01:04:53.799 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-27T01:04:55.187Z[ recovery-image] Aug 27 01:04:53.810 INFO O| Aug 27 01:04:53.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73572026-08-27T01:04:55.187Z[ recovery-image] Aug 27 01:04:53.810 INFO O| Aug 27 01:04:53.810 INFO STEP 681 (remove_files) COMPLETE
73582026-08-27T01:04:55.187Z[ recovery-image] Aug 27 01:04:53.810 INFO O| Aug 27 01:04:53.810 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-27T01:04:55.196Z[ recovery-image] Aug 27 01:04:53.821 INFO O| Aug 27 01:04:53.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73602026-08-27T01:04:55.197Z[ recovery-image] Aug 27 01:04:53.821 INFO O| Aug 27 01:04:53.821 INFO STEP 682 (remove_files) COMPLETE
73612026-08-27T01:04:55.197Z[ recovery-image] Aug 27 01:04:53.821 INFO O| Aug 27 01:04:53.821 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-27T01:04:55.205Z[ recovery-image] Aug 27 01:04:53.831 INFO O| Aug 27 01:04:53.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73632026-08-27T01:04:55.206Z[ recovery-image] Aug 27 01:04:53.831 INFO O| Aug 27 01:04:53.831 INFO STEP 683 (remove_files) COMPLETE
73642026-08-27T01:04:55.206Z[ recovery-image] Aug 27 01:04:53.831 INFO O| Aug 27 01:04:53.831 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-27T01:04:55.215Z[ recovery-image] Aug 27 01:04:53.839 INFO O| Aug 27 01:04:53.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73662026-08-27T01:04:55.215Z[ recovery-image] Aug 27 01:04:53.839 INFO O| Aug 27 01:04:53.839 INFO STEP 684 (remove_files) COMPLETE
73672026-08-27T01:04:55.215Z[ recovery-image] Aug 27 01:04:53.839 INFO O| Aug 27 01:04:53.839 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-27T01:04:55.222Z[ recovery-image] Aug 27 01:04:53.848 INFO O| Aug 27 01:04:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73692026-08-27T01:04:55.222Z[ recovery-image] Aug 27 01:04:53.848 INFO O| Aug 27 01:04:53.848 INFO STEP 685 (remove_files) COMPLETE
73702026-08-27T01:04:55.222Z[ recovery-image] Aug 27 01:04:53.848 INFO O| Aug 27 01:04:53.848 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-27T01:04:55.235Z[ recovery-image] Aug 27 01:04:53.861 INFO O| Aug 27 01:04:53.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73722026-08-27T01:04:55.235Z[ recovery-image] Aug 27 01:04:53.861 INFO O| Aug 27 01:04:53.861 INFO STEP 686 (remove_files) COMPLETE
73732026-08-27T01:04:55.235Z[ recovery-image] Aug 27 01:04:53.861 INFO O| Aug 27 01:04:53.861 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-27T01:04:55.245Z[ recovery-image] Aug 27 01:04:53.871 INFO O| Aug 27 01:04:53.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73752026-08-27T01:04:55.245Z[ recovery-image] Aug 27 01:04:53.871 INFO O| Aug 27 01:04:53.871 INFO STEP 687 (remove_files) COMPLETE
73762026-08-27T01:04:55.246Z[ recovery-image] Aug 27 01:04:53.871 INFO O| Aug 27 01:04:53.871 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-27T01:04:55.254Z[ recovery-image] Aug 27 01:04:53.880 INFO O| Aug 27 01:04:53.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73782026-08-27T01:04:55.254Z[ recovery-image] Aug 27 01:04:53.880 INFO O| Aug 27 01:04:53.880 INFO STEP 688 (remove_files) COMPLETE
73792026-08-27T01:04:55.254Z[ recovery-image] Aug 27 01:04:53.880 INFO O| Aug 27 01:04:53.880 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-27T01:04:55.264Z[ recovery-image] Aug 27 01:04:53.890 INFO O| Aug 27 01:04:53.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73812026-08-27T01:04:55.264Z[ recovery-image] Aug 27 01:04:53.890 INFO O| Aug 27 01:04:53.890 INFO STEP 689 (remove_files) COMPLETE
73822026-08-27T01:04:55.269Z[ recovery-image] Aug 27 01:04:53.890 INFO O| Aug 27 01:04:53.890 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-27T01:04:55.274Z[ recovery-image] Aug 27 01:04:53.900 INFO O| Aug 27 01:04:53.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73842026-08-27T01:04:55.274Z[ recovery-image] Aug 27 01:04:53.900 INFO O| Aug 27 01:04:53.900 INFO STEP 690 (remove_files) COMPLETE
73852026-08-27T01:04:55.274Z[ recovery-image] Aug 27 01:04:53.900 INFO O| Aug 27 01:04:53.900 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-27T01:04:55.284Z[ recovery-image] Aug 27 01:04:53.909 INFO O| Aug 27 01:04:53.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73872026-08-27T01:04:55.284Z[ recovery-image] Aug 27 01:04:53.909 INFO O| Aug 27 01:04:53.909 INFO STEP 691 (remove_files) COMPLETE
73882026-08-27T01:04:55.284Z[ recovery-image] Aug 27 01:04:53.909 INFO O| Aug 27 01:04:53.909 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-27T01:04:55.294Z[ recovery-image] Aug 27 01:04:53.919 INFO O| Aug 27 01:04:53.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73902026-08-27T01:04:55.294Z[ recovery-image] Aug 27 01:04:53.919 INFO O| Aug 27 01:04:53.919 INFO STEP 692 (remove_files) COMPLETE
73912026-08-27T01:04:55.294Z[ recovery-image] Aug 27 01:04:53.919 INFO O| Aug 27 01:04:53.919 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-27T01:04:55.304Z[ recovery-image] Aug 27 01:04:53.929 INFO O| Aug 27 01:04:53.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73932026-08-27T01:04:55.304Z[ recovery-image] Aug 27 01:04:53.929 INFO O| Aug 27 01:04:53.929 INFO STEP 693 (remove_files) COMPLETE
73942026-08-27T01:04:55.305Z[ recovery-image] Aug 27 01:04:53.929 INFO O| Aug 27 01:04:53.929 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-27T01:04:55.314Z[ recovery-image] Aug 27 01:04:53.940 INFO O| Aug 27 01:04:53.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73962026-08-27T01:04:55.314Z[ recovery-image] Aug 27 01:04:53.940 INFO O| Aug 27 01:04:53.940 INFO STEP 694 (remove_files) COMPLETE
73972026-08-27T01:04:55.317Z[ recovery-image] Aug 27 01:04:53.940 INFO O| Aug 27 01:04:53.940 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-27T01:04:55.324Z[ recovery-image] Aug 27 01:04:53.950 INFO O| Aug 27 01:04:53.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73992026-08-27T01:04:55.324Z[ recovery-image] Aug 27 01:04:53.950 INFO O| Aug 27 01:04:53.950 INFO STEP 695 (remove_files) COMPLETE
74002026-08-27T01:04:55.324Z[ recovery-image] Aug 27 01:04:53.950 INFO O| Aug 27 01:04:53.950 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-27T01:04:55.334Z[ recovery-image] Aug 27 01:04:53.960 INFO O| Aug 27 01:04:53.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74022026-08-27T01:04:55.335Z[ recovery-image] Aug 27 01:04:53.960 INFO O| Aug 27 01:04:53.960 INFO STEP 696 (remove_files) COMPLETE
74032026-08-27T01:04:55.335Z[ recovery-image] Aug 27 01:04:53.960 INFO O| Aug 27 01:04:53.960 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-27T01:04:55.352Z[ recovery-image] Aug 27 01:04:53.968 INFO O| Aug 27 01:04:53.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74052026-08-27T01:04:55.352Z[ recovery-image] Aug 27 01:04:53.969 INFO O| Aug 27 01:04:53.968 INFO STEP 697 (remove_files) COMPLETE
74062026-08-27T01:04:55.352Z[ recovery-image] Aug 27 01:04:53.969 INFO O| Aug 27 01:04:53.968 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-27T01:04:55.352Z[ recovery-image] Aug 27 01:04:53.976 INFO O| Aug 27 01:04:53.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74082026-08-27T01:04:55.352Z[ recovery-image] Aug 27 01:04:53.976 INFO O| Aug 27 01:04:53.976 INFO STEP 698 (remove_files) COMPLETE
74092026-08-27T01:04:55.352Z[ recovery-image] Aug 27 01:04:53.976 INFO O| Aug 27 01:04:53.976 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-27T01:04:55.358Z[ recovery-image] Aug 27 01:04:53.984 INFO O| Aug 27 01:04:53.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74112026-08-27T01:04:55.358Z[ recovery-image] Aug 27 01:04:53.984 INFO O| Aug 27 01:04:53.984 INFO STEP 699 (remove_files) COMPLETE
74122026-08-27T01:04:55.361Z[ recovery-image] Aug 27 01:04:53.984 INFO O| Aug 27 01:04:53.984 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-27T01:04:55.366Z[ recovery-image] Aug 27 01:04:53.992 INFO O| Aug 27 01:04:53.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74142026-08-27T01:04:55.366Z[ recovery-image] Aug 27 01:04:53.992 INFO O| Aug 27 01:04:53.992 INFO STEP 700 (remove_files) COMPLETE
74152026-08-27T01:04:55.366Z[ recovery-image] Aug 27 01:04:53.992 INFO O| Aug 27 01:04:53.992 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-27T01:04:55.417Z[ recovery-image] Aug 27 01:04:54.000 INFO O| Aug 27 01:04:54.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74172026-08-27T01:04:55.417Z[ recovery-image] Aug 27 01:04:54.000 INFO O| Aug 27 01:04:54.000 INFO STEP 701 (remove_files) COMPLETE
74182026-08-27T01:04:55.417Z[ recovery-image] Aug 27 01:04:54.000 INFO O| Aug 27 01:04:54.000 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-27T01:04:55.418Z[verify-libraries] Compiling md5 v0.8.0
74202026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.010 INFO O| Aug 27 01:04:54.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74212026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.010 INFO O| Aug 27 01:04:54.010 INFO STEP 702 (remove_files) COMPLETE
74222026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.010 INFO O| Aug 27 01:04:54.010 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.019 INFO O| Aug 27 01:04:54.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74242026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.019 INFO O| Aug 27 01:04:54.019 INFO STEP 703 (remove_files) COMPLETE
74252026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.019 INFO O| Aug 27 01:04:54.019 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.029 INFO O| Aug 27 01:04:54.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74272026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.029 INFO O| Aug 27 01:04:54.029 INFO STEP 704 (remove_files) COMPLETE
74282026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.029 INFO O| Aug 27 01:04:54.029 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.038 INFO O| Aug 27 01:04:54.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74302026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.038 INFO O| Aug 27 01:04:54.038 INFO STEP 705 (remove_files) COMPLETE
74312026-08-27T01:04:55.418Z[ recovery-image] Aug 27 01:04:54.038 INFO O| Aug 27 01:04:54.038 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-27T01:04:55.421Z[ recovery-image] Aug 27 01:04:54.047 INFO O| Aug 27 01:04:54.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74332026-08-27T01:04:55.421Z[ recovery-image] Aug 27 01:04:54.047 INFO O| Aug 27 01:04:54.047 INFO STEP 706 (remove_files) COMPLETE
74342026-08-27T01:04:55.422Z[ recovery-image] Aug 27 01:04:54.047 INFO O| Aug 27 01:04:54.047 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-27T01:04:55.432Z[ recovery-image] Aug 27 01:04:54.057 INFO O| Aug 27 01:04:54.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74362026-08-27T01:04:55.432Z[ recovery-image] Aug 27 01:04:54.057 INFO O| Aug 27 01:04:54.057 INFO STEP 707 (remove_files) COMPLETE
74372026-08-27T01:04:55.435Z[ recovery-image] Aug 27 01:04:54.057 INFO O| Aug 27 01:04:54.057 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-27T01:04:55.443Z[ recovery-image] Aug 27 01:04:54.068 INFO O| Aug 27 01:04:54.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74392026-08-27T01:04:55.443Z[ recovery-image] Aug 27 01:04:54.068 INFO O| Aug 27 01:04:54.068 INFO STEP 708 (remove_files) COMPLETE
74402026-08-27T01:04:55.443Z[ recovery-image] Aug 27 01:04:54.068 INFO O| Aug 27 01:04:54.068 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-27T01:04:55.455Z[ recovery-image] Aug 27 01:04:54.079 INFO O| Aug 27 01:04:54.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74422026-08-27T01:04:55.455Z[ recovery-image] Aug 27 01:04:54.079 INFO O| Aug 27 01:04:54.079 INFO STEP 709 (remove_files) COMPLETE
74432026-08-27T01:04:55.455Z[ recovery-image] Aug 27 01:04:54.079 INFO O| Aug 27 01:04:54.079 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-27T01:04:55.463Z[ recovery-image] Aug 27 01:04:54.089 INFO O| Aug 27 01:04:54.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74452026-08-27T01:04:55.463Z[ recovery-image] Aug 27 01:04:54.089 INFO O| Aug 27 01:04:54.089 INFO STEP 710 (remove_files) COMPLETE
74462026-08-27T01:04:55.468Z[ recovery-image] Aug 27 01:04:54.089 INFO O| Aug 27 01:04:54.089 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-27T01:04:55.472Z[ recovery-image] Aug 27 01:04:54.098 INFO O| Aug 27 01:04:54.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74482026-08-27T01:04:55.472Z[ recovery-image] Aug 27 01:04:54.098 INFO O| Aug 27 01:04:54.098 INFO STEP 711 (remove_files) COMPLETE
74492026-08-27T01:04:55.475Z[ recovery-image] Aug 27 01:04:54.098 INFO O| Aug 27 01:04:54.098 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-27T01:04:55.484Z[ recovery-image] Aug 27 01:04:54.109 INFO O| Aug 27 01:04:54.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74512026-08-27T01:04:55.484Z[ recovery-image] Aug 27 01:04:54.109 INFO O| Aug 27 01:04:54.109 INFO STEP 712 (remove_files) COMPLETE
74522026-08-27T01:04:55.484Z[ recovery-image] Aug 27 01:04:54.109 INFO O| Aug 27 01:04:54.109 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-27T01:04:55.496Z[ recovery-image] Aug 27 01:04:54.122 INFO O| Aug 27 01:04:54.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74542026-08-27T01:04:55.496Z[ recovery-image] Aug 27 01:04:54.122 INFO O| Aug 27 01:04:54.122 INFO STEP 713 (remove_files) COMPLETE
74552026-08-27T01:04:55.499Z[ recovery-image] Aug 27 01:04:54.122 INFO O| Aug 27 01:04:54.122 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-27T01:04:55.505Z[ recovery-image] Aug 27 01:04:54.131 INFO O| Aug 27 01:04:54.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74572026-08-27T01:04:55.505Z[ recovery-image] Aug 27 01:04:54.131 INFO O| Aug 27 01:04:54.131 INFO STEP 714 (remove_files) COMPLETE
74582026-08-27T01:04:55.508Z[ recovery-image] Aug 27 01:04:54.131 INFO O| Aug 27 01:04:54.131 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-27T01:04:55.518Z[ recovery-image] Aug 27 01:04:54.143 INFO O| Aug 27 01:04:54.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74602026-08-27T01:04:55.518Z[ recovery-image] Aug 27 01:04:54.143 INFO O| Aug 27 01:04:54.143 INFO STEP 715 (remove_files) COMPLETE
74612026-08-27T01:04:55.521Z[ recovery-image] Aug 27 01:04:54.143 INFO O| Aug 27 01:04:54.143 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-27T01:04:55.528Z[ recovery-image] Aug 27 01:04:54.153 INFO O| Aug 27 01:04:54.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74632026-08-27T01:04:55.528Z[ recovery-image] Aug 27 01:04:54.154 INFO O| Aug 27 01:04:54.154 INFO STEP 716 (remove_files) COMPLETE
74642026-08-27T01:04:55.528Z[ recovery-image] Aug 27 01:04:54.154 INFO O| Aug 27 01:04:54.154 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-27T01:04:55.540Z[ recovery-image] Aug 27 01:04:54.163 INFO O| Aug 27 01:04:54.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74662026-08-27T01:04:55.549Z[ recovery-image] Aug 27 01:04:54.164 INFO O| Aug 27 01:04:54.164 INFO STEP 717 (remove_files) COMPLETE
74672026-08-27T01:04:55.549Z[ recovery-image] Aug 27 01:04:54.164 INFO O| Aug 27 01:04:54.164 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-27T01:04:55.549Z[ recovery-image] Aug 27 01:04:54.174 INFO O| Aug 27 01:04:54.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74692026-08-27T01:04:55.549Z[ recovery-image] Aug 27 01:04:54.174 INFO O| Aug 27 01:04:54.174 INFO STEP 718 (remove_files) COMPLETE
74702026-08-27T01:04:55.549Z[ recovery-image] Aug 27 01:04:54.174 INFO O| Aug 27 01:04:54.174 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-27T01:04:55.558Z[ recovery-image] Aug 27 01:04:54.183 INFO O| Aug 27 01:04:54.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74722026-08-27T01:04:55.562Z[ recovery-image] Aug 27 01:04:54.186 INFO O| Aug 27 01:04:54.186 INFO STEP 719 (remove_files) COMPLETE
74732026-08-27T01:04:55.562Z[ recovery-image] Aug 27 01:04:54.186 INFO O| Aug 27 01:04:54.186 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-27T01:04:55.571Z[ recovery-image] Aug 27 01:04:54.194 INFO O| Aug 27 01:04:54.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74752026-08-27T01:04:55.571Z[ recovery-image] Aug 27 01:04:54.194 INFO O| Aug 27 01:04:54.194 INFO STEP 720 (remove_files) COMPLETE
74762026-08-27T01:04:55.571Z[ recovery-image] Aug 27 01:04:54.194 INFO O| Aug 27 01:04:54.194 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-27T01:04:55.578Z[ recovery-image] Aug 27 01:04:54.203 INFO O| Aug 27 01:04:54.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74782026-08-27T01:04:55.578Z[ recovery-image] Aug 27 01:04:54.203 INFO O| Aug 27 01:04:54.203 INFO STEP 721 (remove_files) COMPLETE
74792026-08-27T01:04:55.581Z[ recovery-image] Aug 27 01:04:54.204 INFO O| Aug 27 01:04:54.203 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-27T01:04:55.587Z[ recovery-image] Aug 27 01:04:54.213 INFO O| Aug 27 01:04:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74812026-08-27T01:04:55.587Z[ recovery-image] Aug 27 01:04:54.213 INFO O| Aug 27 01:04:54.213 INFO STEP 722 (remove_files) COMPLETE
74822026-08-27T01:04:55.590Z[ recovery-image] Aug 27 01:04:54.213 INFO O| Aug 27 01:04:54.213 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-27T01:04:55.598Z[ recovery-image] Aug 27 01:04:54.223 INFO O| Aug 27 01:04:54.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74842026-08-27T01:04:55.598Z[ recovery-image] Aug 27 01:04:54.223 INFO O| Aug 27 01:04:54.223 INFO STEP 723 (remove_files) COMPLETE
74852026-08-27T01:04:55.601Z[ recovery-image] Aug 27 01:04:54.223 INFO O| Aug 27 01:04:54.223 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-27T01:04:55.629Z[ recovery-image] Aug 27 01:04:54.233 INFO O| Aug 27 01:04:54.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74872026-08-27T01:04:55.630Z[ recovery-image] Aug 27 01:04:54.233 INFO O| Aug 27 01:04:54.233 INFO STEP 724 (remove_files) COMPLETE
74882026-08-27T01:04:55.630Z[ recovery-image] Aug 27 01:04:54.233 INFO O| Aug 27 01:04:54.233 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-27T01:04:55.634Z[ recovery-image] Aug 27 01:04:54.242 INFO O| Aug 27 01:04:54.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74902026-08-27T01:04:55.634Z[ recovery-image] Aug 27 01:04:54.242 INFO O| Aug 27 01:04:54.242 INFO STEP 725 (remove_files) COMPLETE
74912026-08-27T01:04:55.634Z[ recovery-image] Aug 27 01:04:54.242 INFO O| Aug 27 01:04:54.242 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-27T01:04:55.634Z[ recovery-image] Aug 27 01:04:54.250 INFO O| Aug 27 01:04:54.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74932026-08-27T01:04:55.634Z[ recovery-image] Aug 27 01:04:54.250 INFO O| Aug 27 01:04:54.250 INFO STEP 726 (remove_files) COMPLETE
74942026-08-27T01:04:55.634Z[ recovery-image] Aug 27 01:04:54.250 INFO O| Aug 27 01:04:54.250 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-27T01:04:55.638Z[ recovery-image] Aug 27 01:04:54.260 INFO O| Aug 27 01:04:54.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74962026-08-27T01:04:55.638Z[ recovery-image] Aug 27 01:04:54.260 INFO O| Aug 27 01:04:54.260 INFO STEP 727 (remove_files) COMPLETE
74972026-08-27T01:04:55.638Z[ recovery-image] Aug 27 01:04:54.260 INFO O| Aug 27 01:04:54.260 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-27T01:04:55.638Z[verify-libraries] Compiling hex-literal v1.1.0
74992026-08-27T01:04:55.645Z[ recovery-image] Aug 27 01:04:54.271 INFO O| Aug 27 01:04:54.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75002026-08-27T01:04:55.645Z[ recovery-image] Aug 27 01:04:54.271 INFO O| Aug 27 01:04:54.271 INFO STEP 728 (remove_files) COMPLETE
75012026-08-27T01:04:55.645Z[ recovery-image] Aug 27 01:04:54.271 INFO O| Aug 27 01:04:54.271 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-27T01:04:55.656Z[ recovery-image] Aug 27 01:04:54.281 INFO O| Aug 27 01:04:54.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75032026-08-27T01:04:55.656Z[ recovery-image] Aug 27 01:04:54.281 INFO O| Aug 27 01:04:54.281 INFO STEP 729 (remove_files) COMPLETE
75042026-08-27T01:04:55.656Z[ recovery-image] Aug 27 01:04:54.281 INFO O| Aug 27 01:04:54.281 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-27T01:04:55.666Z[ recovery-image] Aug 27 01:04:54.292 INFO O| Aug 27 01:04:54.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75062026-08-27T01:04:55.666Z[ recovery-image] Aug 27 01:04:54.292 INFO O| Aug 27 01:04:54.292 INFO STEP 730 (remove_files) COMPLETE
75072026-08-27T01:04:55.666Z[ recovery-image] Aug 27 01:04:54.292 INFO O| Aug 27 01:04:54.292 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-27T01:04:55.676Z[ recovery-image] Aug 27 01:04:54.301 INFO O| Aug 27 01:04:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75092026-08-27T01:04:55.676Z[ recovery-image] Aug 27 01:04:54.302 INFO O| Aug 27 01:04:54.302 INFO STEP 731 (remove_files) COMPLETE
75102026-08-27T01:04:55.676Z[ recovery-image] Aug 27 01:04:54.302 INFO O| Aug 27 01:04:54.302 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-27T01:04:55.680Z[verify-libraries] Compiling seq-macro v0.3.6
75122026-08-27T01:04:55.684Z[ recovery-image] Aug 27 01:04:54.310 INFO O| Aug 27 01:04:54.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75132026-08-27T01:04:55.684Z[ recovery-image] Aug 27 01:04:54.310 INFO O| Aug 27 01:04:54.310 INFO STEP 732 (remove_files) COMPLETE
75142026-08-27T01:04:55.684Z[ recovery-image] Aug 27 01:04:54.310 INFO O| Aug 27 01:04:54.310 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-27T01:04:55.693Z[ recovery-image] Aug 27 01:04:54.318 INFO O| Aug 27 01:04:54.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75162026-08-27T01:04:55.693Z[ recovery-image] Aug 27 01:04:54.318 INFO O| Aug 27 01:04:54.318 INFO STEP 733 (remove_files) COMPLETE
75172026-08-27T01:04:55.697Z[ recovery-image] Aug 27 01:04:54.318 INFO O| Aug 27 01:04:54.318 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-27T01:04:55.701Z[ recovery-image] Aug 27 01:04:54.326 INFO O| Aug 27 01:04:54.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75192026-08-27T01:04:55.701Z[ recovery-image] Aug 27 01:04:54.326 INFO O| Aug 27 01:04:54.326 INFO STEP 734 (remove_files) COMPLETE
75202026-08-27T01:04:55.701Z[ recovery-image] Aug 27 01:04:54.326 INFO O| Aug 27 01:04:54.326 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-27T01:04:55.711Z[ recovery-image] Aug 27 01:04:54.337 INFO O| Aug 27 01:04:54.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75222026-08-27T01:04:55.711Z[ recovery-image] Aug 27 01:04:54.337 INFO O| Aug 27 01:04:54.337 INFO STEP 735 (remove_files) COMPLETE
75232026-08-27T01:04:55.711Z[ recovery-image] Aug 27 01:04:54.337 INFO O| Aug 27 01:04:54.337 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-27T01:04:55.721Z[ recovery-image] Aug 27 01:04:54.346 INFO O| Aug 27 01:04:54.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75252026-08-27T01:04:55.721Z[ recovery-image] Aug 27 01:04:54.346 INFO O| Aug 27 01:04:54.346 INFO STEP 736 (remove_files) COMPLETE
75262026-08-27T01:04:55.724Z[ recovery-image] Aug 27 01:04:54.346 INFO O| Aug 27 01:04:54.346 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-27T01:04:55.733Z[ recovery-image] Aug 27 01:04:54.358 INFO O| Aug 27 01:04:54.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75282026-08-27T01:04:55.733Z[ recovery-image] Aug 27 01:04:54.358 INFO O| Aug 27 01:04:54.355 INFO STEP 737 (remove_files) COMPLETE
75292026-08-27T01:04:55.737Z[ recovery-image] Aug 27 01:04:54.358 INFO O| Aug 27 01:04:54.355 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-27T01:04:55.741Z[ recovery-image] Aug 27 01:04:54.364 INFO O| Aug 27 01:04:54.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75312026-08-27T01:04:55.741Z[ recovery-image] Aug 27 01:04:54.364 INFO O| Aug 27 01:04:54.364 INFO STEP 738 (remove_files) COMPLETE
75322026-08-27T01:04:55.741Z[ recovery-image] Aug 27 01:04:54.364 INFO O| Aug 27 01:04:54.364 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-27T01:04:55.753Z[ recovery-image] Aug 27 01:04:54.378 INFO O| Aug 27 01:04:54.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75342026-08-27T01:04:55.753Z[ recovery-image] Aug 27 01:04:54.378 INFO O| Aug 27 01:04:54.373 INFO STEP 739 (remove_files) COMPLETE
75352026-08-27T01:04:55.757Z[ recovery-image] Aug 27 01:04:54.378 INFO O| Aug 27 01:04:54.373 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-27T01:04:55.757Z[ recovery-image] Aug 27 01:04:54.381 INFO O| Aug 27 01:04:54.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75372026-08-27T01:04:55.757Z[ recovery-image] Aug 27 01:04:54.381 INFO O| Aug 27 01:04:54.381 INFO STEP 740 (remove_files) COMPLETE
75382026-08-27T01:04:55.757Z[ recovery-image] Aug 27 01:04:54.381 INFO O| Aug 27 01:04:54.381 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-27T01:04:55.766Z[ recovery-image] Aug 27 01:04:54.391 INFO O| Aug 27 01:04:54.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75402026-08-27T01:04:55.766Z[ recovery-image] Aug 27 01:04:54.391 INFO O| Aug 27 01:04:54.391 INFO STEP 741 (remove_files) COMPLETE
75412026-08-27T01:04:55.766Z[ recovery-image] Aug 27 01:04:54.391 INFO O| Aug 27 01:04:54.391 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-27T01:04:55.774Z[ recovery-image] Aug 27 01:04:54.400 INFO O| Aug 27 01:04:54.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75432026-08-27T01:04:55.778Z[ recovery-image] Aug 27 01:04:54.400 INFO O| Aug 27 01:04:54.400 INFO STEP 742 (remove_files) COMPLETE
75442026-08-27T01:04:55.778Z[ recovery-image] Aug 27 01:04:54.400 INFO O| Aug 27 01:04:54.400 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-27T01:04:55.785Z[ recovery-image] Aug 27 01:04:54.409 INFO O| Aug 27 01:04:54.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75462026-08-27T01:04:55.785Z[ recovery-image] Aug 27 01:04:54.409 INFO O| Aug 27 01:04:54.409 INFO STEP 743 (remove_files) COMPLETE
75472026-08-27T01:04:55.788Z[ recovery-image] Aug 27 01:04:54.409 INFO O| Aug 27 01:04:54.409 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-27T01:04:55.792Z[verify-libraries] Compiling sync-ptr v0.1.4
75492026-08-27T01:04:55.795Z[ recovery-image] Aug 27 01:04:54.419 INFO O| Aug 27 01:04:54.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75502026-08-27T01:04:55.795Z[ recovery-image] Aug 27 01:04:54.419 INFO O| Aug 27 01:04:54.419 INFO STEP 744 (remove_files) COMPLETE
75512026-08-27T01:04:55.795Z[ recovery-image] Aug 27 01:04:54.419 INFO O| Aug 27 01:04:54.419 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-27T01:04:55.809Z[ recovery-image] Aug 27 01:04:54.431 INFO O| Aug 27 01:04:54.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75532026-08-27T01:04:55.809Z[ recovery-image] Aug 27 01:04:54.431 INFO O| Aug 27 01:04:54.431 INFO STEP 745 (remove_files) COMPLETE
75542026-08-27T01:04:55.809Z[ recovery-image] Aug 27 01:04:54.431 INFO O| Aug 27 01:04:54.431 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-27T01:04:55.818Z[ recovery-image] Aug 27 01:04:54.439 INFO O| Aug 27 01:04:54.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75562026-08-27T01:04:55.818Z[ recovery-image] Aug 27 01:04:54.439 INFO O| Aug 27 01:04:54.439 INFO STEP 746 (remove_files) COMPLETE
75572026-08-27T01:04:55.818Z[ recovery-image] Aug 27 01:04:54.439 INFO O| Aug 27 01:04:54.439 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-27T01:04:55.823Z[ recovery-image] Aug 27 01:04:54.448 INFO O| Aug 27 01:04:54.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75592026-08-27T01:04:55.823Z[ recovery-image] Aug 27 01:04:54.448 INFO O| Aug 27 01:04:54.448 INFO STEP 747 (remove_files) COMPLETE
75602026-08-27T01:04:55.824Z[ recovery-image] Aug 27 01:04:54.448 INFO O| Aug 27 01:04:54.448 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-27T01:04:55.832Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
75622026-08-27T01:04:55.836Z[ recovery-image] Aug 27 01:04:54.458 INFO O| Aug 27 01:04:54.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75632026-08-27T01:04:55.836Z[ recovery-image] Aug 27 01:04:54.458 INFO O| Aug 27 01:04:54.458 INFO STEP 748 (remove_files) COMPLETE
75642026-08-27T01:04:55.837Z[ recovery-image] Aug 27 01:04:54.458 INFO O| Aug 27 01:04:54.458 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-27T01:04:55.842Z[ recovery-image] Aug 27 01:04:54.467 INFO O| Aug 27 01:04:54.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75662026-08-27T01:04:55.842Z[ recovery-image] Aug 27 01:04:54.467 INFO O| Aug 27 01:04:54.467 INFO STEP 749 (remove_files) COMPLETE
75672026-08-27T01:04:55.845Z[ recovery-image] Aug 27 01:04:54.467 INFO O| Aug 27 01:04:54.467 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-27T01:04:55.850Z[ recovery-image] Aug 27 01:04:54.476 INFO O| Aug 27 01:04:54.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75692026-08-27T01:04:55.851Z[ recovery-image] Aug 27 01:04:54.476 INFO O| Aug 27 01:04:54.476 INFO STEP 750 (remove_files) COMPLETE
75702026-08-27T01:04:55.854Z[ recovery-image] Aug 27 01:04:54.476 INFO O| Aug 27 01:04:54.476 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-27T01:04:55.862Z[ recovery-image] Aug 27 01:04:54.486 INFO O| Aug 27 01:04:54.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75722026-08-27T01:04:55.862Z[ recovery-image] Aug 27 01:04:54.486 INFO O| Aug 27 01:04:54.486 INFO STEP 751 (remove_files) COMPLETE
75732026-08-27T01:04:55.867Z[ recovery-image] Aug 27 01:04:54.486 INFO O| Aug 27 01:04:54.486 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-27T01:04:55.871Z[ recovery-image] Aug 27 01:04:54.496 INFO O| Aug 27 01:04:54.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75752026-08-27T01:04:55.871Z[ recovery-image] Aug 27 01:04:54.497 INFO O| Aug 27 01:04:54.497 INFO STEP 752 (remove_files) COMPLETE
75762026-08-27T01:04:55.871Z[ recovery-image] Aug 27 01:04:54.497 INFO O| Aug 27 01:04:54.497 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-27T01:04:55.890Z[ recovery-image] Aug 27 01:04:54.515 INFO O| Aug 27 01:04:54.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75782026-08-27T01:04:55.891Z[ recovery-image] Aug 27 01:04:54.515 INFO O| Aug 27 01:04:54.511 INFO STEP 753 (remove_files) COMPLETE
75792026-08-27T01:04:55.891Z[ recovery-image] Aug 27 01:04:54.515 INFO O| Aug 27 01:04:54.511 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-27T01:04:55.897Z[ recovery-image] Aug 27 01:04:54.522 INFO O| Aug 27 01:04:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75812026-08-27T01:04:55.901Z[ recovery-image] Aug 27 01:04:54.522 INFO O| Aug 27 01:04:54.522 INFO STEP 754 (remove_files) COMPLETE
75822026-08-27T01:04:55.901Z[ recovery-image] Aug 27 01:04:54.522 INFO O| Aug 27 01:04:54.522 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-27T01:04:55.907Z[ recovery-image] Aug 27 01:04:54.531 INFO O| Aug 27 01:04:54.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75842026-08-27T01:04:55.907Z[ recovery-image] Aug 27 01:04:54.531 INFO O| Aug 27 01:04:54.531 INFO STEP 755 (remove_files) COMPLETE
75852026-08-27T01:04:55.907Z[ recovery-image] Aug 27 01:04:54.531 INFO O| Aug 27 01:04:54.531 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-27T01:04:55.917Z[ recovery-image] Aug 27 01:04:54.541 INFO O| Aug 27 01:04:54.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75872026-08-27T01:04:55.917Z[ recovery-image] Aug 27 01:04:54.541 INFO O| Aug 27 01:04:54.541 INFO STEP 756 (remove_files) COMPLETE
75882026-08-27T01:04:55.917Z[ recovery-image] Aug 27 01:04:54.541 INFO O| Aug 27 01:04:54.541 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-27T01:04:55.924Z[ recovery-image] Aug 27 01:04:54.550 INFO O| Aug 27 01:04:54.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75902026-08-27T01:04:55.924Z[ recovery-image] Aug 27 01:04:54.550 INFO O| Aug 27 01:04:54.550 INFO STEP 757 (remove_files) COMPLETE
75912026-08-27T01:04:55.924Z[ recovery-image] Aug 27 01:04:54.550 INFO O| Aug 27 01:04:54.550 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-27T01:04:55.934Z[ recovery-image] Aug 27 01:04:54.559 INFO O| Aug 27 01:04:54.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75932026-08-27T01:04:55.934Z[ recovery-image] Aug 27 01:04:54.559 INFO O| Aug 27 01:04:54.559 INFO STEP 758 (remove_files) COMPLETE
75942026-08-27T01:04:55.934Z[ recovery-image] Aug 27 01:04:54.559 INFO O| Aug 27 01:04:54.559 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-27T01:04:55.945Z[ recovery-image] Aug 27 01:04:54.570 INFO O| Aug 27 01:04:54.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75962026-08-27T01:04:55.945Z[ recovery-image] Aug 27 01:04:54.570 INFO O| Aug 27 01:04:54.570 INFO STEP 759 (remove_files) COMPLETE
75972026-08-27T01:04:55.949Z[ recovery-image] Aug 27 01:04:54.570 INFO O| Aug 27 01:04:54.570 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-27T01:04:55.961Z[ recovery-image] Aug 27 01:04:54.585 INFO O| Aug 27 01:04:54.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75992026-08-27T01:04:55.961Z[ recovery-image] Aug 27 01:04:54.585 INFO O| Aug 27 01:04:54.580 INFO STEP 760 (remove_files) COMPLETE
76002026-08-27T01:04:55.961Z[ recovery-image] Aug 27 01:04:54.585 INFO O| Aug 27 01:04:54.580 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-27T01:04:55.969Z[ recovery-image] Aug 27 01:04:54.590 INFO O| Aug 27 01:04:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76022026-08-27T01:04:55.969Z[ recovery-image] Aug 27 01:04:54.590 INFO O| Aug 27 01:04:54.590 INFO STEP 761 (remove_files) COMPLETE
76032026-08-27T01:04:55.969Z[ recovery-image] Aug 27 01:04:54.590 INFO O| Aug 27 01:04:54.590 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-27T01:04:55.972Z[ recovery-image] Aug 27 01:04:54.597 INFO O| Aug 27 01:04:54.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76052026-08-27T01:04:55.973Z[ recovery-image] Aug 27 01:04:54.597 INFO O| Aug 27 01:04:54.597 INFO STEP 762 (remove_files) COMPLETE
76062026-08-27T01:04:55.973Z[ recovery-image] Aug 27 01:04:54.597 INFO O| Aug 27 01:04:54.597 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-27T01:04:55.980Z[ recovery-image] Aug 27 01:04:54.605 INFO O| Aug 27 01:04:54.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76082026-08-27T01:04:55.980Z[ recovery-image] Aug 27 01:04:54.605 INFO O| Aug 27 01:04:54.605 INFO STEP 763 (remove_files) COMPLETE
76092026-08-27T01:04:55.980Z[ recovery-image] Aug 27 01:04:54.605 INFO O| Aug 27 01:04:54.605 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-27T01:04:55.988Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76112026-08-27T01:04:55.992Z[ recovery-image] Aug 27 01:04:54.616 INFO O| Aug 27 01:04:54.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76122026-08-27T01:04:55.992Z[ recovery-image] Aug 27 01:04:54.616 INFO O| Aug 27 01:04:54.613 INFO STEP 764 (remove_files) COMPLETE
76132026-08-27T01:04:55.992Z[ recovery-image] Aug 27 01:04:54.616 INFO O| Aug 27 01:04:54.613 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-27T01:04:55.996Z[ recovery-image] Aug 27 01:04:54.621 INFO O| Aug 27 01:04:54.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76152026-08-27T01:04:55.996Z[ recovery-image] Aug 27 01:04:54.621 INFO O| Aug 27 01:04:54.621 INFO STEP 765 (remove_files) COMPLETE
76162026-08-27T01:04:56.002Z[ recovery-image] Aug 27 01:04:54.621 INFO O| Aug 27 01:04:54.621 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-27T01:04:56.006Z[ recovery-image] Aug 27 01:04:54.630 INFO O| Aug 27 01:04:54.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76182026-08-27T01:04:56.006Z[ recovery-image] Aug 27 01:04:54.630 INFO O| Aug 27 01:04:54.630 INFO STEP 766 (remove_files) COMPLETE
76192026-08-27T01:04:56.006Z[ recovery-image] Aug 27 01:04:54.630 INFO O| Aug 27 01:04:54.630 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-27T01:04:56.014Z[ recovery-image] Aug 27 01:04:54.639 INFO O| Aug 27 01:04:54.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76212026-08-27T01:04:56.014Z[ recovery-image] Aug 27 01:04:54.639 INFO O| Aug 27 01:04:54.639 INFO STEP 767 (remove_files) COMPLETE
76222026-08-27T01:04:56.014Z[ recovery-image] Aug 27 01:04:54.640 INFO O| Aug 27 01:04:54.639 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-27T01:04:56.024Z[ recovery-image] Aug 27 01:04:54.649 INFO O| Aug 27 01:04:54.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76242026-08-27T01:04:56.025Z[ recovery-image] Aug 27 01:04:54.649 INFO O| Aug 27 01:04:54.649 INFO STEP 768 (remove_files) COMPLETE
76252026-08-27T01:04:56.025Z[ recovery-image] Aug 27 01:04:54.649 INFO O| Aug 27 01:04:54.649 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-27T01:04:56.035Z[ recovery-image] Aug 27 01:04:54.659 INFO O| Aug 27 01:04:54.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76272026-08-27T01:04:56.035Z[ recovery-image] Aug 27 01:04:54.660 INFO O| Aug 27 01:04:54.659 INFO STEP 769 (remove_files) COMPLETE
76282026-08-27T01:04:56.035Z[ recovery-image] Aug 27 01:04:54.660 INFO O| Aug 27 01:04:54.659 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-27T01:04:56.046Z[ recovery-image] Aug 27 01:04:54.669 INFO O| Aug 27 01:04:54.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76302026-08-27T01:04:56.046Z[ recovery-image] Aug 27 01:04:54.670 INFO O| Aug 27 01:04:54.670 INFO STEP 770 (remove_files) COMPLETE
76312026-08-27T01:04:56.046Z[ recovery-image] Aug 27 01:04:54.670 INFO O| Aug 27 01:04:54.670 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-27T01:04:56.053Z[ recovery-image] Aug 27 01:04:54.678 INFO O| Aug 27 01:04:54.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76332026-08-27T01:04:56.053Z[ recovery-image] Aug 27 01:04:54.678 INFO O| Aug 27 01:04:54.678 INFO STEP 771 (remove_files) COMPLETE
76342026-08-27T01:04:56.053Z[ recovery-image] Aug 27 01:04:54.678 INFO O| Aug 27 01:04:54.678 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-27T01:04:56.061Z[ recovery-image] Aug 27 01:04:54.686 INFO O| Aug 27 01:04:54.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76362026-08-27T01:04:56.061Z[ recovery-image] Aug 27 01:04:54.687 INFO O| Aug 27 01:04:54.686 INFO STEP 772 (remove_files) COMPLETE
76372026-08-27T01:04:56.061Z[ recovery-image] Aug 27 01:04:54.687 INFO O| Aug 27 01:04:54.686 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-27T01:04:56.070Z[ recovery-image] Aug 27 01:04:54.695 INFO O| Aug 27 01:04:54.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76392026-08-27T01:04:56.070Z[ recovery-image] Aug 27 01:04:54.695 INFO O| Aug 27 01:04:54.695 INFO STEP 773 (remove_files) COMPLETE
76402026-08-27T01:04:56.073Z[ recovery-image] Aug 27 01:04:54.695 INFO O| Aug 27 01:04:54.695 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-27T01:04:56.080Z[ recovery-image] Aug 27 01:04:54.705 INFO O| Aug 27 01:04:54.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76422026-08-27T01:04:56.080Z[ recovery-image] Aug 27 01:04:54.705 INFO O| Aug 27 01:04:54.705 INFO STEP 774 (remove_files) COMPLETE
76432026-08-27T01:04:56.080Z[ recovery-image] Aug 27 01:04:54.705 INFO O| Aug 27 01:04:54.705 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-27T01:04:56.089Z[ recovery-image] Aug 27 01:04:54.714 INFO O| Aug 27 01:04:54.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76452026-08-27T01:04:56.089Z[ recovery-image] Aug 27 01:04:54.714 INFO O| Aug 27 01:04:54.714 INFO STEP 775 (remove_files) COMPLETE
76462026-08-27T01:04:56.092Z[ recovery-image] Aug 27 01:04:54.714 INFO O| Aug 27 01:04:54.714 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-27T01:04:56.092Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
76482026-08-27T01:04:56.098Z[ recovery-image] Aug 27 01:04:54.724 INFO O| Aug 27 01:04:54.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76492026-08-27T01:04:56.098Z[ recovery-image] Aug 27 01:04:54.724 INFO O| Aug 27 01:04:54.724 INFO STEP 776 (remove_files) COMPLETE
76502026-08-27T01:04:56.102Z[ recovery-image] Aug 27 01:04:54.724 INFO O| Aug 27 01:04:54.724 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-27T01:04:56.107Z[ recovery-image] Aug 27 01:04:54.733 INFO O| Aug 27 01:04:54.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76522026-08-27T01:04:56.107Z[ recovery-image] Aug 27 01:04:54.733 INFO O| Aug 27 01:04:54.733 INFO STEP 777 (remove_files) COMPLETE
76532026-08-27T01:04:56.107Z[ recovery-image] Aug 27 01:04:54.733 INFO O| Aug 27 01:04:54.733 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-27T01:04:56.113Z[verify-libraries] Compiling russh v0.62.4
76552026-08-27T01:04:56.117Z[ recovery-image] Aug 27 01:04:54.743 INFO O| Aug 27 01:04:54.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76562026-08-27T01:04:56.117Z[ recovery-image] Aug 27 01:04:54.743 INFO O| Aug 27 01:04:54.743 INFO STEP 778 (remove_files) COMPLETE
76572026-08-27T01:04:56.117Z[ recovery-image] Aug 27 01:04:54.743 INFO O| Aug 27 01:04:54.743 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-27T01:04:56.126Z[ recovery-image] Aug 27 01:04:54.752 INFO O| Aug 27 01:04:54.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76592026-08-27T01:04:56.127Z[ recovery-image] Aug 27 01:04:54.752 INFO O| Aug 27 01:04:54.752 INFO STEP 779 (remove_files) COMPLETE
76602026-08-27T01:04:56.127Z[ recovery-image] Aug 27 01:04:54.752 INFO O| Aug 27 01:04:54.752 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-27T01:04:56.138Z[ recovery-image] Aug 27 01:04:54.763 INFO O| Aug 27 01:04:54.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76622026-08-27T01:04:56.138Z[ recovery-image] Aug 27 01:04:54.763 INFO O| Aug 27 01:04:54.763 INFO STEP 780 (remove_files) COMPLETE
76632026-08-27T01:04:56.138Z[ recovery-image] Aug 27 01:04:54.763 INFO O| Aug 27 01:04:54.763 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-27T01:04:56.149Z[ recovery-image] Aug 27 01:04:54.772 INFO O| Aug 27 01:04:54.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76652026-08-27T01:04:56.150Z[ recovery-image] Aug 27 01:04:54.772 INFO O| Aug 27 01:04:54.772 INFO STEP 781 (remove_files) COMPLETE
76662026-08-27T01:04:56.150Z[ recovery-image] Aug 27 01:04:54.772 INFO O| Aug 27 01:04:54.772 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-27T01:04:56.156Z[ recovery-image] Aug 27 01:04:54.781 INFO O| Aug 27 01:04:54.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76682026-08-27T01:04:56.156Z[ recovery-image] Aug 27 01:04:54.781 INFO O| Aug 27 01:04:54.781 INFO STEP 782 (remove_files) COMPLETE
76692026-08-27T01:04:56.160Z[ recovery-image] Aug 27 01:04:54.782 INFO O| Aug 27 01:04:54.781 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-27T01:04:56.165Z[ recovery-image] Aug 27 01:04:54.791 INFO O| Aug 27 01:04:54.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76712026-08-27T01:04:56.165Z[ recovery-image] Aug 27 01:04:54.791 INFO O| Aug 27 01:04:54.791 INFO STEP 783 (remove_files) COMPLETE
76722026-08-27T01:04:56.169Z[ recovery-image] Aug 27 01:04:54.791 INFO O| Aug 27 01:04:54.791 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-27T01:04:56.174Z[ recovery-image] Aug 27 01:04:54.800 INFO O| Aug 27 01:04:54.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76742026-08-27T01:04:56.174Z[ recovery-image] Aug 27 01:04:54.800 INFO O| Aug 27 01:04:54.800 INFO STEP 784 (remove_files) COMPLETE
76752026-08-27T01:04:56.177Z[ recovery-image] Aug 27 01:04:54.800 INFO O| Aug 27 01:04:54.800 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-27T01:04:56.206Z[ recovery-image] Aug 27 01:04:54.830 INFO O| Aug 27 01:04:54.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76772026-08-27T01:04:56.206Z[ recovery-image] Aug 27 01:04:54.830 INFO O| Aug 27 01:04:54.830 INFO STEP 785 (remove_files) COMPLETE
76782026-08-27T01:04:56.206Z[ recovery-image] Aug 27 01:04:54.830 INFO O| Aug 27 01:04:54.830 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-27T01:04:56.214Z[ recovery-image] Aug 27 01:04:54.840 INFO O| Aug 27 01:04:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76802026-08-27T01:04:56.214Z[ recovery-image] Aug 27 01:04:54.840 INFO O| Aug 27 01:04:54.840 INFO STEP 786 (remove_files) COMPLETE
76812026-08-27T01:04:56.218Z[ recovery-image] Aug 27 01:04:54.840 INFO O| Aug 27 01:04:54.840 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-27T01:04:56.224Z[ recovery-image] Aug 27 01:04:54.849 INFO O| Aug 27 01:04:54.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76832026-08-27T01:04:56.225Z[ recovery-image] Aug 27 01:04:54.849 INFO O| Aug 27 01:04:54.849 INFO STEP 787 (remove_files) COMPLETE
76842026-08-27T01:04:56.229Z[ recovery-image] Aug 27 01:04:54.849 INFO O| Aug 27 01:04:54.849 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-27T01:04:56.234Z[ recovery-image] Aug 27 01:04:54.860 INFO O| Aug 27 01:04:54.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76862026-08-27T01:04:56.234Z[ recovery-image] Aug 27 01:04:54.860 INFO O| Aug 27 01:04:54.860 INFO STEP 788 (remove_files) COMPLETE
76872026-08-27T01:04:56.234Z[ recovery-image] Aug 27 01:04:54.860 INFO O| Aug 27 01:04:54.860 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-27T01:04:56.243Z[ recovery-image] Aug 27 01:04:54.869 INFO O| Aug 27 01:04:54.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76892026-08-27T01:04:56.243Z[ recovery-image] Aug 27 01:04:54.869 INFO O| Aug 27 01:04:54.869 INFO STEP 789 (remove_files) COMPLETE
76902026-08-27T01:04:56.247Z[ recovery-image] Aug 27 01:04:54.869 INFO O| Aug 27 01:04:54.869 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-27T01:04:56.252Z[ recovery-image] Aug 27 01:04:54.878 INFO O| Aug 27 01:04:54.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76922026-08-27T01:04:56.252Z[ recovery-image] Aug 27 01:04:54.878 INFO O| Aug 27 01:04:54.878 INFO STEP 790 (remove_files) COMPLETE
76932026-08-27T01:04:56.252Z[ recovery-image] Aug 27 01:04:54.878 INFO O| Aug 27 01:04:54.878 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-27T01:04:56.261Z[ recovery-image] Aug 27 01:04:54.886 INFO O| Aug 27 01:04:54.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76952026-08-27T01:04:56.261Z[ recovery-image] Aug 27 01:04:54.887 INFO O| Aug 27 01:04:54.886 INFO STEP 791 (remove_files) COMPLETE
76962026-08-27T01:04:56.264Z[ recovery-image] Aug 27 01:04:54.887 INFO O| Aug 27 01:04:54.886 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-27T01:04:56.269Z[ recovery-image] Aug 27 01:04:54.895 INFO O| Aug 27 01:04:54.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76982026-08-27T01:04:56.270Z[ recovery-image] Aug 27 01:04:54.895 INFO O| Aug 27 01:04:54.895 INFO STEP 792 (remove_files) COMPLETE
76992026-08-27T01:04:56.274Z[ recovery-image] Aug 27 01:04:54.895 INFO O| Aug 27 01:04:54.895 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-27T01:04:56.279Z[ recovery-image] Aug 27 01:04:54.905 INFO O| Aug 27 01:04:54.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77012026-08-27T01:04:56.279Z[ recovery-image] Aug 27 01:04:54.905 INFO O| Aug 27 01:04:54.905 INFO STEP 793 (remove_files) COMPLETE
77022026-08-27T01:04:56.279Z[ recovery-image] Aug 27 01:04:54.905 INFO O| Aug 27 01:04:54.905 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-27T01:04:56.288Z[ recovery-image] Aug 27 01:04:54.914 INFO O| Aug 27 01:04:54.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77042026-08-27T01:04:56.288Z[ recovery-image] Aug 27 01:04:54.914 INFO O| Aug 27 01:04:54.914 INFO STEP 794 (remove_files) COMPLETE
77052026-08-27T01:04:56.288Z[ recovery-image] Aug 27 01:04:54.914 INFO O| Aug 27 01:04:54.914 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-27T01:04:56.297Z[ recovery-image] Aug 27 01:04:54.922 INFO O| Aug 27 01:04:54.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77072026-08-27T01:04:56.297Z[ recovery-image] Aug 27 01:04:54.922 INFO O| Aug 27 01:04:54.922 INFO STEP 795 (remove_files) COMPLETE
77082026-08-27T01:04:56.300Z[ recovery-image] Aug 27 01:04:54.922 INFO O| Aug 27 01:04:54.922 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-27T01:04:56.305Z[ recovery-image] Aug 27 01:04:54.931 INFO O| Aug 27 01:04:54.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77102026-08-27T01:04:56.305Z[ recovery-image] Aug 27 01:04:54.931 INFO O| Aug 27 01:04:54.931 INFO STEP 796 (remove_files) COMPLETE
77112026-08-27T01:04:56.310Z[ recovery-image] Aug 27 01:04:54.931 INFO O| Aug 27 01:04:54.931 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-27T01:04:56.313Z[ recovery-image] Aug 27 01:04:54.939 INFO O| Aug 27 01:04:54.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77132026-08-27T01:04:56.314Z[ recovery-image] Aug 27 01:04:54.939 INFO O| Aug 27 01:04:54.939 INFO STEP 797 (remove_files) COMPLETE
77142026-08-27T01:04:56.314Z[ recovery-image] Aug 27 01:04:54.939 INFO O| Aug 27 01:04:54.939 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-27T01:04:56.321Z[ recovery-image] Aug 27 01:04:54.947 INFO O| Aug 27 01:04:54.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77162026-08-27T01:04:56.322Z[ recovery-image] Aug 27 01:04:54.947 INFO O| Aug 27 01:04:54.947 INFO STEP 798 (remove_files) COMPLETE
77172026-08-27T01:04:56.322Z[ recovery-image] Aug 27 01:04:54.947 INFO O| Aug 27 01:04:54.947 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-27T01:04:56.330Z[ recovery-image] Aug 27 01:04:54.956 INFO O| Aug 27 01:04:54.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77192026-08-27T01:04:56.330Z[ recovery-image] Aug 27 01:04:54.956 INFO O| Aug 27 01:04:54.956 INFO STEP 799 (remove_files) COMPLETE
77202026-08-27T01:04:56.334Z[ recovery-image] Aug 27 01:04:54.956 INFO O| Aug 27 01:04:54.956 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-27T01:04:56.339Z[ recovery-image] Aug 27 01:04:54.965 INFO O| Aug 27 01:04:54.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77222026-08-27T01:04:56.339Z[ recovery-image] Aug 27 01:04:54.965 INFO O| Aug 27 01:04:54.965 INFO STEP 800 (remove_files) COMPLETE
77232026-08-27T01:04:56.339Z[ recovery-image] Aug 27 01:04:54.965 INFO O| Aug 27 01:04:54.965 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-27T01:04:56.348Z[ recovery-image] Aug 27 01:04:54.974 INFO O| Aug 27 01:04:54.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77252026-08-27T01:04:56.351Z[ recovery-image] Aug 27 01:04:54.974 INFO O| Aug 27 01:04:54.974 INFO STEP 801 (remove_files) COMPLETE
77262026-08-27T01:04:56.352Z[ recovery-image] Aug 27 01:04:54.974 INFO O| Aug 27 01:04:54.974 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-27T01:04:56.360Z[ recovery-image] Aug 27 01:04:54.984 INFO O| Aug 27 01:04:54.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77282026-08-27T01:04:56.360Z[ recovery-image] Aug 27 01:04:54.984 INFO O| Aug 27 01:04:54.984 INFO STEP 802 (remove_files) COMPLETE
77292026-08-27T01:04:56.360Z[ recovery-image] Aug 27 01:04:54.984 INFO O| Aug 27 01:04:54.984 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-27T01:04:56.367Z[ recovery-image] Aug 27 01:04:54.993 INFO O| Aug 27 01:04:54.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77312026-08-27T01:04:56.367Z[ recovery-image] Aug 27 01:04:54.993 INFO O| Aug 27 01:04:54.993 INFO STEP 803 (remove_files) COMPLETE
77322026-08-27T01:04:56.371Z[ recovery-image] Aug 27 01:04:54.993 INFO O| Aug 27 01:04:54.993 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-27T01:04:56.376Z[ recovery-image] Aug 27 01:04:55.002 INFO O| Aug 27 01:04:55.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77342026-08-27T01:04:56.376Z[ recovery-image] Aug 27 01:04:55.002 INFO O| Aug 27 01:04:55.002 INFO STEP 804 (remove_files) COMPLETE
77352026-08-27T01:04:56.377Z[ recovery-image] Aug 27 01:04:55.002 INFO O| Aug 27 01:04:55.002 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-27T01:04:56.386Z[ recovery-image] Aug 27 01:04:55.012 INFO O| Aug 27 01:04:55.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77372026-08-27T01:04:56.386Z[ recovery-image] Aug 27 01:04:55.012 INFO O| Aug 27 01:04:55.012 INFO STEP 805 (remove_files) COMPLETE
77382026-08-27T01:04:56.390Z[ recovery-image] Aug 27 01:04:55.012 INFO O| Aug 27 01:04:55.012 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-27T01:04:56.396Z[ recovery-image] Aug 27 01:04:55.021 INFO O| Aug 27 01:04:55.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77402026-08-27T01:04:56.396Z[ recovery-image] Aug 27 01:04:55.021 INFO O| Aug 27 01:04:55.021 INFO STEP 806 (remove_files) COMPLETE
77412026-08-27T01:04:56.399Z[ recovery-image] Aug 27 01:04:55.021 INFO O| Aug 27 01:04:55.021 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-27T01:04:56.405Z[ recovery-image] Aug 27 01:04:55.030 INFO O| Aug 27 01:04:55.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77432026-08-27T01:04:56.405Z[ recovery-image] Aug 27 01:04:55.030 INFO O| Aug 27 01:04:55.030 INFO STEP 807 (remove_files) COMPLETE
77442026-08-27T01:04:56.405Z[ recovery-image] Aug 27 01:04:55.030 INFO O| Aug 27 01:04:55.030 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-27T01:04:56.414Z[ recovery-image] Aug 27 01:04:55.040 INFO O| Aug 27 01:04:55.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77462026-08-27T01:04:56.414Z[ recovery-image] Aug 27 01:04:55.040 INFO O| Aug 27 01:04:55.040 INFO STEP 808 (remove_files) COMPLETE
77472026-08-27T01:04:56.414Z[ recovery-image] Aug 27 01:04:55.040 INFO O| Aug 27 01:04:55.040 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-27T01:04:56.433Z[ recovery-image] Aug 27 01:04:55.058 INFO O| Aug 27 01:04:55.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77492026-08-27T01:04:56.433Z[ recovery-image] Aug 27 01:04:55.059 INFO O| Aug 27 01:04:55.059 INFO STEP 809 (remove_files) COMPLETE
77502026-08-27T01:04:56.433Z[ recovery-image] Aug 27 01:04:55.059 INFO O| Aug 27 01:04:55.059 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-27T01:04:56.443Z[ recovery-image] Aug 27 01:04:55.068 INFO O| Aug 27 01:04:55.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77522026-08-27T01:04:56.443Z[ recovery-image] Aug 27 01:04:55.068 INFO O| Aug 27 01:04:55.068 INFO STEP 810 (remove_files) COMPLETE
77532026-08-27T01:04:56.443Z[ recovery-image] Aug 27 01:04:55.068 INFO O| Aug 27 01:04:55.068 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-27T01:04:56.454Z[ recovery-image] Aug 27 01:04:55.080 INFO O| Aug 27 01:04:55.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77552026-08-27T01:04:56.454Z[ recovery-image] Aug 27 01:04:55.080 INFO O| Aug 27 01:04:55.080 INFO STEP 811 (remove_files) COMPLETE
77562026-08-27T01:04:56.456Z[ recovery-image] Aug 27 01:04:55.080 INFO O| Aug 27 01:04:55.080 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-27T01:04:56.466Z[ recovery-image] Aug 27 01:04:55.090 INFO O| Aug 27 01:04:55.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77582026-08-27T01:04:56.466Z[ recovery-image] Aug 27 01:04:55.090 INFO O| Aug 27 01:04:55.090 INFO STEP 812 (remove_files) COMPLETE
77592026-08-27T01:04:56.466Z[ recovery-image] Aug 27 01:04:55.090 INFO O| Aug 27 01:04:55.090 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-27T01:04:56.472Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77612026-08-27T01:04:56.476Z[ recovery-image] Aug 27 01:04:55.101 INFO O| Aug 27 01:04:55.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77622026-08-27T01:04:56.476Z[ recovery-image] Aug 27 01:04:55.101 INFO O| Aug 27 01:04:55.101 INFO STEP 813 (remove_files) COMPLETE
77632026-08-27T01:04:56.476Z[ recovery-image] Aug 27 01:04:55.101 INFO O| Aug 27 01:04:55.101 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-27T01:04:56.491Z[ recovery-image] Aug 27 01:04:55.112 INFO O| Aug 27 01:04:55.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77652026-08-27T01:04:56.491Z[ recovery-image] Aug 27 01:04:55.112 INFO O| Aug 27 01:04:55.112 INFO STEP 814 (remove_files) COMPLETE
77662026-08-27T01:04:56.496Z[ recovery-image] Aug 27 01:04:55.112 INFO O| Aug 27 01:04:55.112 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-27T01:04:56.499Z[ recovery-image] Aug 27 01:04:55.123 INFO O| Aug 27 01:04:55.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77682026-08-27T01:04:56.499Z[ recovery-image] Aug 27 01:04:55.123 INFO O| Aug 27 01:04:55.123 INFO STEP 815 (remove_files) COMPLETE
77692026-08-27T01:04:56.499Z[ recovery-image] Aug 27 01:04:55.123 INFO O| Aug 27 01:04:55.123 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-27T01:04:56.508Z[ recovery-image] Aug 27 01:04:55.133 INFO O| Aug 27 01:04:55.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77712026-08-27T01:04:56.509Z[ recovery-image] Aug 27 01:04:55.133 INFO O| Aug 27 01:04:55.133 INFO STEP 816 (remove_files) COMPLETE
77722026-08-27T01:04:56.510Z[ recovery-image] Aug 27 01:04:55.133 INFO O| Aug 27 01:04:55.133 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-27T01:04:56.518Z[ recovery-image] Aug 27 01:04:55.144 INFO O| Aug 27 01:04:55.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77742026-08-27T01:04:56.518Z[ recovery-image] Aug 27 01:04:55.144 INFO O| Aug 27 01:04:55.144 INFO STEP 817 (remove_files) COMPLETE
77752026-08-27T01:04:56.523Z[ recovery-image] Aug 27 01:04:55.144 INFO O| Aug 27 01:04:55.144 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-27T01:04:56.532Z[ recovery-image] Aug 27 01:04:55.158 INFO O| Aug 27 01:04:55.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77772026-08-27T01:04:56.532Z[ recovery-image] Aug 27 01:04:55.158 INFO O| Aug 27 01:04:55.158 INFO STEP 818 (remove_files) COMPLETE
77782026-08-27T01:04:56.532Z[ recovery-image] Aug 27 01:04:55.158 INFO O| Aug 27 01:04:55.158 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-27T01:04:56.543Z[ recovery-image] Aug 27 01:04:55.168 INFO O| Aug 27 01:04:55.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77802026-08-27T01:04:56.543Z[ recovery-image] Aug 27 01:04:55.168 INFO O| Aug 27 01:04:55.168 INFO STEP 819 (remove_files) COMPLETE
77812026-08-27T01:04:56.543Z[ recovery-image] Aug 27 01:04:55.168 INFO O| Aug 27 01:04:55.168 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-27T01:04:56.557Z[ recovery-image] Aug 27 01:04:55.179 INFO O| Aug 27 01:04:55.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77832026-08-27T01:04:56.558Z[ recovery-image] Aug 27 01:04:55.179 INFO O| Aug 27 01:04:55.179 INFO STEP 820 (remove_files) COMPLETE
77842026-08-27T01:04:56.558Z[ recovery-image] Aug 27 01:04:55.179 INFO O| Aug 27 01:04:55.179 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-27T01:04:56.564Z[ recovery-image] Aug 27 01:04:55.190 INFO O| Aug 27 01:04:55.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77862026-08-27T01:04:56.565Z[ recovery-image] Aug 27 01:04:55.190 INFO O| Aug 27 01:04:55.190 INFO STEP 821 (remove_files) COMPLETE
77872026-08-27T01:04:56.568Z[ recovery-image] Aug 27 01:04:55.190 INFO O| Aug 27 01:04:55.190 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-27T01:04:56.575Z[ recovery-image] Aug 27 01:04:55.200 INFO O| Aug 27 01:04:55.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77892026-08-27T01:04:56.575Z[ recovery-image] Aug 27 01:04:55.200 INFO O| Aug 27 01:04:55.200 INFO STEP 822 (remove_files) COMPLETE
77902026-08-27T01:04:56.575Z[ recovery-image] Aug 27 01:04:55.200 INFO O| Aug 27 01:04:55.200 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-27T01:04:56.583Z[ recovery-image] Aug 27 01:04:55.209 INFO O| Aug 27 01:04:55.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77922026-08-27T01:04:56.586Z[ recovery-image] Aug 27 01:04:55.209 INFO O| Aug 27 01:04:55.209 INFO STEP 823 (remove_files) COMPLETE
77932026-08-27T01:04:56.586Z[ recovery-image] Aug 27 01:04:55.209 INFO O| Aug 27 01:04:55.209 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-27T01:04:56.592Z[ recovery-image] Aug 27 01:04:55.218 INFO O| Aug 27 01:04:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77952026-08-27T01:04:56.596Z[ recovery-image] Aug 27 01:04:55.219 INFO O| Aug 27 01:04:55.219 INFO STEP 824 (remove_files) COMPLETE
77962026-08-27T01:04:56.596Z[ recovery-image] Aug 27 01:04:55.219 INFO O| Aug 27 01:04:55.219 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-27T01:04:56.602Z[ recovery-image] Aug 27 01:04:55.228 INFO O| Aug 27 01:04:55.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77982026-08-27T01:04:56.602Z[ recovery-image] Aug 27 01:04:55.228 INFO O| Aug 27 01:04:55.228 INFO STEP 825 (remove_files) COMPLETE
77992026-08-27T01:04:56.602Z[ recovery-image] Aug 27 01:04:55.228 INFO O| Aug 27 01:04:55.228 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-27T01:04:56.612Z[ recovery-image] Aug 27 01:04:55.237 INFO O| Aug 27 01:04:55.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78012026-08-27T01:04:56.612Z[ recovery-image] Aug 27 01:04:55.237 INFO O| Aug 27 01:04:55.237 INFO STEP 826 (remove_files) COMPLETE
78022026-08-27T01:04:56.615Z[ recovery-image] Aug 27 01:04:55.237 INFO O| Aug 27 01:04:55.237 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-27T01:04:56.620Z[ recovery-image] Aug 27 01:04:55.246 INFO O| Aug 27 01:04:55.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78042026-08-27T01:04:56.620Z[ recovery-image] Aug 27 01:04:55.246 INFO O| Aug 27 01:04:55.246 INFO STEP 827 (remove_files) COMPLETE
78052026-08-27T01:04:56.620Z[ recovery-image] Aug 27 01:04:55.246 INFO O| Aug 27 01:04:55.246 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-27T01:04:56.633Z[ recovery-image] Aug 27 01:04:55.255 INFO O| Aug 27 01:04:55.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78072026-08-27T01:04:56.633Z[ recovery-image] Aug 27 01:04:55.255 INFO O| Aug 27 01:04:55.255 INFO STEP 828 (remove_files) COMPLETE
78082026-08-27T01:04:56.633Z[ recovery-image] Aug 27 01:04:55.255 INFO O| Aug 27 01:04:55.255 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-27T01:04:56.639Z[ recovery-image] Aug 27 01:04:55.264 INFO O| Aug 27 01:04:55.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78102026-08-27T01:04:56.639Z[ recovery-image] Aug 27 01:04:55.264 INFO O| Aug 27 01:04:55.264 INFO STEP 829 (remove_files) COMPLETE
78112026-08-27T01:04:56.642Z[ recovery-image] Aug 27 01:04:55.264 INFO O| Aug 27 01:04:55.264 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-27T01:04:56.648Z[ recovery-image] Aug 27 01:04:55.274 INFO O| Aug 27 01:04:55.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78132026-08-27T01:04:56.648Z[ recovery-image] Aug 27 01:04:55.274 INFO O| Aug 27 01:04:55.274 INFO STEP 830 (remove_files) COMPLETE
78142026-08-27T01:04:56.652Z[ recovery-image] Aug 27 01:04:55.274 INFO O| Aug 27 01:04:55.274 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-27T01:04:56.657Z[ recovery-image] Aug 27 01:04:55.283 INFO O| Aug 27 01:04:55.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78162026-08-27T01:04:56.657Z[ recovery-image] Aug 27 01:04:55.283 INFO O| Aug 27 01:04:55.283 INFO STEP 831 (remove_files) COMPLETE
78172026-08-27T01:04:56.661Z[ recovery-image] Aug 27 01:04:55.283 INFO O| Aug 27 01:04:55.283 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-27T01:04:56.666Z[ recovery-image] Aug 27 01:04:55.292 INFO O| Aug 27 01:04:55.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78192026-08-27T01:04:56.666Z[ recovery-image] Aug 27 01:04:55.292 INFO O| Aug 27 01:04:55.292 INFO STEP 832 (remove_files) COMPLETE
78202026-08-27T01:04:56.670Z[ recovery-image] Aug 27 01:04:55.292 INFO O| Aug 27 01:04:55.292 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-27T01:04:56.676Z[ recovery-image] Aug 27 01:04:55.302 INFO O| Aug 27 01:04:55.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78222026-08-27T01:04:56.676Z[ recovery-image] Aug 27 01:04:55.302 INFO O| Aug 27 01:04:55.302 INFO STEP 833 (remove_files) COMPLETE
78232026-08-27T01:04:56.676Z[ recovery-image] Aug 27 01:04:55.302 INFO O| Aug 27 01:04:55.302 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-27T01:04:56.686Z[ recovery-image] Aug 27 01:04:55.312 INFO O| Aug 27 01:04:55.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78252026-08-27T01:04:56.686Z[ recovery-image] Aug 27 01:04:55.312 INFO O| Aug 27 01:04:55.312 INFO STEP 834 (remove_files) COMPLETE
78262026-08-27T01:04:56.686Z[ recovery-image] Aug 27 01:04:55.312 INFO O| Aug 27 01:04:55.312 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-27T01:04:56.696Z[ recovery-image] Aug 27 01:04:55.321 INFO O| Aug 27 01:04:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78282026-08-27T01:04:56.696Z[ recovery-image] Aug 27 01:04:55.321 INFO O| Aug 27 01:04:55.321 INFO STEP 835 (remove_files) COMPLETE
78292026-08-27T01:04:56.699Z[ recovery-image] Aug 27 01:04:55.321 INFO O| Aug 27 01:04:55.321 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-27T01:04:56.723Z[ recovery-image] Aug 27 01:04:55.349 INFO O| Aug 27 01:04:55.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78312026-08-27T01:04:56.723Z[ recovery-image] Aug 27 01:04:55.349 INFO O| Aug 27 01:04:55.349 INFO STEP 836 (remove_files) COMPLETE
78322026-08-27T01:04:56.723Z[ recovery-image] Aug 27 01:04:55.349 INFO O| Aug 27 01:04:55.349 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-27T01:04:56.732Z[ recovery-image] Aug 27 01:04:55.358 INFO O| Aug 27 01:04:55.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78342026-08-27T01:04:56.732Z[ recovery-image] Aug 27 01:04:55.358 INFO O| Aug 27 01:04:55.358 INFO STEP 837 (remove_files) COMPLETE
78352026-08-27T01:04:56.733Z[ recovery-image] Aug 27 01:04:55.358 INFO O| Aug 27 01:04:55.358 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-27T01:04:56.742Z[ recovery-image] Aug 27 01:04:55.367 INFO O| Aug 27 01:04:55.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78372026-08-27T01:04:56.742Z[ recovery-image] Aug 27 01:04:55.368 INFO O| Aug 27 01:04:55.367 INFO STEP 838 (remove_files) COMPLETE
78382026-08-27T01:04:56.745Z[ recovery-image] Aug 27 01:04:55.368 INFO O| Aug 27 01:04:55.367 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-27T01:04:56.751Z[ recovery-image] Aug 27 01:04:55.377 INFO O| Aug 27 01:04:55.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78402026-08-27T01:04:56.751Z[ recovery-image] Aug 27 01:04:55.377 INFO O| Aug 27 01:04:55.377 INFO STEP 839 (remove_files) COMPLETE
78412026-08-27T01:04:56.751Z[ recovery-image] Aug 27 01:04:55.377 INFO O| Aug 27 01:04:55.377 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-27T01:04:56.761Z[ recovery-image] Aug 27 01:04:55.386 INFO O| Aug 27 01:04:55.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78432026-08-27T01:04:56.761Z[ recovery-image] Aug 27 01:04:55.386 INFO O| Aug 27 01:04:55.386 INFO STEP 840 (remove_files) COMPLETE
78442026-08-27T01:04:56.761Z[ recovery-image] Aug 27 01:04:55.386 INFO O| Aug 27 01:04:55.386 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-27T01:04:56.773Z[ recovery-image] Aug 27 01:04:55.398 INFO O| Aug 27 01:04:55.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78462026-08-27T01:04:56.773Z[ recovery-image] Aug 27 01:04:55.398 INFO O| Aug 27 01:04:55.398 INFO STEP 841 (remove_files) COMPLETE
78472026-08-27T01:04:56.773Z[ recovery-image] Aug 27 01:04:55.398 INFO O| Aug 27 01:04:55.398 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-27T01:04:56.784Z[ recovery-image] Aug 27 01:04:55.410 INFO O| Aug 27 01:04:55.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78492026-08-27T01:04:56.784Z[ recovery-image] Aug 27 01:04:55.410 INFO O| Aug 27 01:04:55.410 INFO STEP 842 (remove_files) COMPLETE
78502026-08-27T01:04:56.784Z[ recovery-image] Aug 27 01:04:55.410 INFO O| Aug 27 01:04:55.410 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-27T01:04:56.795Z[ recovery-image] Aug 27 01:04:55.420 INFO O| Aug 27 01:04:55.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78522026-08-27T01:04:56.795Z[ recovery-image] Aug 27 01:04:55.420 INFO O| Aug 27 01:04:55.420 INFO STEP 843 (remove_files) COMPLETE
78532026-08-27T01:04:56.795Z[ recovery-image] Aug 27 01:04:55.420 INFO O| Aug 27 01:04:55.420 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-27T01:04:56.804Z[ recovery-image] Aug 27 01:04:55.429 INFO O| Aug 27 01:04:55.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78552026-08-27T01:04:56.807Z[ recovery-image] Aug 27 01:04:55.431 INFO O| Aug 27 01:04:55.431 INFO STEP 844 (remove_files) COMPLETE
78562026-08-27T01:04:56.807Z[ recovery-image] Aug 27 01:04:55.431 INFO O| Aug 27 01:04:55.431 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-27T01:04:56.815Z[ recovery-image] Aug 27 01:04:55.441 INFO O| Aug 27 01:04:55.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78582026-08-27T01:04:56.816Z[ recovery-image] Aug 27 01:04:55.441 INFO O| Aug 27 01:04:55.441 INFO STEP 845 (remove_files) COMPLETE
78592026-08-27T01:04:56.820Z[ recovery-image] Aug 27 01:04:55.441 INFO O| Aug 27 01:04:55.441 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-27T01:04:56.826Z[ recovery-image] Aug 27 01:04:55.452 INFO O| Aug 27 01:04:55.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78612026-08-27T01:04:56.826Z[ recovery-image] Aug 27 01:04:55.452 INFO O| Aug 27 01:04:55.452 INFO STEP 846 (remove_files) COMPLETE
78622026-08-27T01:04:56.826Z[ recovery-image] Aug 27 01:04:55.452 INFO O| Aug 27 01:04:55.452 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-27T01:04:56.836Z[ recovery-image] Aug 27 01:04:55.462 INFO O| Aug 27 01:04:55.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78642026-08-27T01:04:56.837Z[ recovery-image] Aug 27 01:04:55.462 INFO O| Aug 27 01:04:55.462 INFO STEP 847 (remove_files) COMPLETE
78652026-08-27T01:04:56.837Z[ recovery-image] Aug 27 01:04:55.462 INFO O| Aug 27 01:04:55.462 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-27T01:04:56.846Z[ recovery-image] Aug 27 01:04:55.472 INFO O| Aug 27 01:04:55.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78672026-08-27T01:04:56.847Z[ recovery-image] Aug 27 01:04:55.472 INFO O| Aug 27 01:04:55.472 INFO STEP 848 (remove_files) COMPLETE
78682026-08-27T01:04:56.853Z[ recovery-image] Aug 27 01:04:55.472 INFO O| Aug 27 01:04:55.472 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-27T01:04:56.862Z[ recovery-image] Aug 27 01:04:55.481 INFO O| Aug 27 01:04:55.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78702026-08-27T01:04:56.862Z[ recovery-image] Aug 27 01:04:55.481 INFO O| Aug 27 01:04:55.481 INFO STEP 849 (remove_files) COMPLETE
78712026-08-27T01:04:56.866Z[ recovery-image] Aug 27 01:04:55.481 INFO O| Aug 27 01:04:55.481 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-27T01:04:56.866Z[ recovery-image] Aug 27 01:04:55.491 INFO O| Aug 27 01:04:55.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78732026-08-27T01:04:56.866Z[ recovery-image] Aug 27 01:04:55.491 INFO O| Aug 27 01:04:55.491 INFO STEP 850 (remove_files) COMPLETE
78742026-08-27T01:04:56.866Z[ recovery-image] Aug 27 01:04:55.491 INFO O| Aug 27 01:04:55.491 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-27T01:04:56.876Z[ recovery-image] Aug 27 01:04:55.501 INFO O| Aug 27 01:04:55.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78762026-08-27T01:04:56.876Z[ recovery-image] Aug 27 01:04:55.501 INFO O| Aug 27 01:04:55.501 INFO STEP 851 (remove_files) COMPLETE
78772026-08-27T01:04:56.879Z[ recovery-image] Aug 27 01:04:55.501 INFO O| Aug 27 01:04:55.501 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-27T01:04:56.884Z[ recovery-image] Aug 27 01:04:55.510 INFO O| Aug 27 01:04:55.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78792026-08-27T01:04:56.884Z[ recovery-image] Aug 27 01:04:55.510 INFO O| Aug 27 01:04:55.510 INFO STEP 852 (remove_files) COMPLETE
78802026-08-27T01:04:56.884Z[ recovery-image] Aug 27 01:04:55.510 INFO O| Aug 27 01:04:55.510 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-27T01:04:56.894Z[ recovery-image] Aug 27 01:04:55.520 INFO O| Aug 27 01:04:55.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78822026-08-27T01:04:56.896Z[ recovery-image] Aug 27 01:04:55.520 INFO O| Aug 27 01:04:55.520 INFO STEP 853 (remove_files) COMPLETE
78832026-08-27T01:04:56.896Z[ recovery-image] Aug 27 01:04:55.520 INFO O| Aug 27 01:04:55.520 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-27T01:04:56.904Z[ recovery-image] Aug 27 01:04:55.529 INFO O| Aug 27 01:04:55.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78852026-08-27T01:04:56.904Z[ recovery-image] Aug 27 01:04:55.529 INFO O| Aug 27 01:04:55.529 INFO STEP 854 (remove_files) COMPLETE
78862026-08-27T01:04:56.904Z[ recovery-image] Aug 27 01:04:55.529 INFO O| Aug 27 01:04:55.529 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-27T01:04:56.913Z[ recovery-image] Aug 27 01:04:55.539 INFO O| Aug 27 01:04:55.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78882026-08-27T01:04:56.913Z[ recovery-image] Aug 27 01:04:55.539 INFO O| Aug 27 01:04:55.539 INFO STEP 855 (remove_files) COMPLETE
78892026-08-27T01:04:56.913Z[ recovery-image] Aug 27 01:04:55.539 INFO O| Aug 27 01:04:55.539 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-27T01:04:56.922Z[ recovery-image] Aug 27 01:04:55.547 INFO O| Aug 27 01:04:55.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78912026-08-27T01:04:56.922Z[ recovery-image] Aug 27 01:04:55.547 INFO O| Aug 27 01:04:55.547 INFO STEP 856 (remove_files) COMPLETE
78922026-08-27T01:04:56.925Z[ recovery-image] Aug 27 01:04:55.547 INFO O| Aug 27 01:04:55.547 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-27T01:04:56.931Z[ recovery-image] Aug 27 01:04:55.556 INFO O| Aug 27 01:04:55.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78942026-08-27T01:04:56.931Z[ recovery-image] Aug 27 01:04:55.556 INFO O| Aug 27 01:04:55.556 INFO STEP 857 (remove_files) COMPLETE
78952026-08-27T01:04:56.931Z[ recovery-image] Aug 27 01:04:55.556 INFO O| Aug 27 01:04:55.556 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-27T01:04:56.939Z[ recovery-image] Aug 27 01:04:55.564 INFO O| Aug 27 01:04:55.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78972026-08-27T01:04:56.939Z[ recovery-image] Aug 27 01:04:55.564 INFO O| Aug 27 01:04:55.564 INFO STEP 858 (remove_files) COMPLETE
78982026-08-27T01:04:56.939Z[ recovery-image] Aug 27 01:04:55.564 INFO O| Aug 27 01:04:55.564 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-27T01:04:56.947Z[ recovery-image] Aug 27 01:04:55.573 INFO O| Aug 27 01:04:55.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79002026-08-27T01:04:56.947Z[ recovery-image] Aug 27 01:04:55.573 INFO O| Aug 27 01:04:55.573 INFO STEP 859 (remove_files) COMPLETE
79012026-08-27T01:04:56.950Z[ recovery-image] Aug 27 01:04:55.573 INFO O| Aug 27 01:04:55.573 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-27T01:04:56.955Z[ recovery-image] Aug 27 01:04:55.581 INFO O| Aug 27 01:04:55.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79032026-08-27T01:04:56.955Z[ recovery-image] Aug 27 01:04:55.581 INFO O| Aug 27 01:04:55.581 INFO STEP 860 (remove_files) COMPLETE
79042026-08-27T01:04:56.955Z[ recovery-image] Aug 27 01:04:55.581 INFO O| Aug 27 01:04:55.581 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-27T01:04:56.964Z[ recovery-image] Aug 27 01:04:55.589 INFO O| Aug 27 01:04:55.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79062026-08-27T01:04:56.964Z[ recovery-image] Aug 27 01:04:55.589 INFO O| Aug 27 01:04:55.589 INFO STEP 861 (remove_files) COMPLETE
79072026-08-27T01:04:56.968Z[ recovery-image] Aug 27 01:04:55.589 INFO O| Aug 27 01:04:55.589 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-27T01:04:56.972Z[ recovery-image] Aug 27 01:04:55.598 INFO O| Aug 27 01:04:55.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79092026-08-27T01:04:56.972Z[ recovery-image] Aug 27 01:04:55.598 INFO O| Aug 27 01:04:55.598 INFO STEP 862 (remove_files) COMPLETE
79102026-08-27T01:04:56.972Z[ recovery-image] Aug 27 01:04:55.598 INFO O| Aug 27 01:04:55.598 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-27T01:04:56.999Z[ recovery-image] Aug 27 01:04:55.625 INFO O| Aug 27 01:04:55.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79122026-08-27T01:04:56.999Z[ recovery-image] Aug 27 01:04:55.625 INFO O| Aug 27 01:04:55.625 INFO STEP 863 (remove_files) COMPLETE
79132026-08-27T01:04:56.999Z[ recovery-image] Aug 27 01:04:55.625 INFO O| Aug 27 01:04:55.625 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-27T01:04:57.011Z[ recovery-image] Aug 27 01:04:55.636 INFO O| Aug 27 01:04:55.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79152026-08-27T01:04:57.011Z[ recovery-image] Aug 27 01:04:55.636 INFO O| Aug 27 01:04:55.636 INFO STEP 864 (remove_files) COMPLETE
79162026-08-27T01:04:57.011Z[ recovery-image] Aug 27 01:04:55.636 INFO O| Aug 27 01:04:55.636 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-27T01:04:57.021Z[ recovery-image] Aug 27 01:04:55.646 INFO O| Aug 27 01:04:55.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79182026-08-27T01:04:57.021Z[ recovery-image] Aug 27 01:04:55.646 INFO O| Aug 27 01:04:55.646 INFO STEP 865 (remove_files) COMPLETE
79192026-08-27T01:04:57.021Z[ recovery-image] Aug 27 01:04:55.646 INFO O| Aug 27 01:04:55.646 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-27T01:04:57.032Z[ recovery-image] Aug 27 01:04:55.658 INFO O| Aug 27 01:04:55.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79212026-08-27T01:04:57.032Z[ recovery-image] Aug 27 01:04:55.658 INFO O| Aug 27 01:04:55.658 INFO STEP 866 (remove_files) COMPLETE
79222026-08-27T01:04:57.035Z[ recovery-image] Aug 27 01:04:55.658 INFO O| Aug 27 01:04:55.658 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-27T01:04:57.043Z[ recovery-image] Aug 27 01:04:55.668 INFO O| Aug 27 01:04:55.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79242026-08-27T01:04:57.043Z[ recovery-image] Aug 27 01:04:55.668 INFO O| Aug 27 01:04:55.668 INFO STEP 867 (remove_files) COMPLETE
79252026-08-27T01:04:57.043Z[ recovery-image] Aug 27 01:04:55.668 INFO O| Aug 27 01:04:55.668 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-27T01:04:57.053Z[ recovery-image] Aug 27 01:04:55.679 INFO O| Aug 27 01:04:55.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79272026-08-27T01:04:57.053Z[ recovery-image] Aug 27 01:04:55.679 INFO O| Aug 27 01:04:55.679 INFO STEP 868 (remove_files) COMPLETE
79282026-08-27T01:04:57.053Z[ recovery-image] Aug 27 01:04:55.679 INFO O| Aug 27 01:04:55.679 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-27T01:04:57.063Z[ recovery-image] Aug 27 01:04:55.689 INFO O| Aug 27 01:04:55.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79302026-08-27T01:04:57.063Z[ recovery-image] Aug 27 01:04:55.689 INFO O| Aug 27 01:04:55.689 INFO STEP 869 (remove_files) COMPLETE
79312026-08-27T01:04:57.067Z[ recovery-image] Aug 27 01:04:55.689 INFO O| Aug 27 01:04:55.689 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-27T01:04:57.074Z[ recovery-image] Aug 27 01:04:55.699 INFO O| Aug 27 01:04:55.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79332026-08-27T01:04:57.074Z[ recovery-image] Aug 27 01:04:55.699 INFO O| Aug 27 01:04:55.699 INFO STEP 870 (remove_files) COMPLETE
79342026-08-27T01:04:57.074Z[ recovery-image] Aug 27 01:04:55.699 INFO O| Aug 27 01:04:55.699 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-27T01:04:57.083Z[ recovery-image] Aug 27 01:04:55.709 INFO O| Aug 27 01:04:55.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79362026-08-27T01:04:57.083Z[ recovery-image] Aug 27 01:04:55.709 INFO O| Aug 27 01:04:55.709 INFO STEP 871 (remove_files) COMPLETE
79372026-08-27T01:04:57.087Z[ recovery-image] Aug 27 01:04:55.709 INFO O| Aug 27 01:04:55.709 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-27T01:04:57.094Z[ recovery-image] Aug 27 01:04:55.720 INFO O| Aug 27 01:04:55.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79392026-08-27T01:04:57.094Z[ recovery-image] Aug 27 01:04:55.720 INFO O| Aug 27 01:04:55.720 INFO STEP 872 (remove_files) COMPLETE
79402026-08-27T01:04:57.098Z[ recovery-image] Aug 27 01:04:55.720 INFO O| Aug 27 01:04:55.720 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-27T01:04:57.104Z[ recovery-image] Aug 27 01:04:55.730 INFO O| Aug 27 01:04:55.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79422026-08-27T01:04:57.104Z[ recovery-image] Aug 27 01:04:55.730 INFO O| Aug 27 01:04:55.730 INFO STEP 873 (remove_files) COMPLETE
79432026-08-27T01:04:57.108Z[ recovery-image] Aug 27 01:04:55.730 INFO O| Aug 27 01:04:55.730 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-27T01:04:57.113Z[ recovery-image] Aug 27 01:04:55.739 INFO O| Aug 27 01:04:55.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79452026-08-27T01:04:57.113Z[ recovery-image] Aug 27 01:04:55.739 INFO O| Aug 27 01:04:55.739 INFO STEP 874 (remove_files) COMPLETE
79462026-08-27T01:04:57.113Z[ recovery-image] Aug 27 01:04:55.739 INFO O| Aug 27 01:04:55.739 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-27T01:04:57.125Z[ recovery-image] Aug 27 01:04:55.751 INFO O| Aug 27 01:04:55.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79482026-08-27T01:04:57.125Z[ recovery-image] Aug 27 01:04:55.751 INFO O| Aug 27 01:04:55.751 INFO STEP 875 (remove_files) COMPLETE
79492026-08-27T01:04:57.125Z[ recovery-image] Aug 27 01:04:55.751 INFO O| Aug 27 01:04:55.751 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-27T01:04:57.135Z[ recovery-image] Aug 27 01:04:55.761 INFO O| Aug 27 01:04:55.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79512026-08-27T01:04:57.135Z[ recovery-image] Aug 27 01:04:55.761 INFO O| Aug 27 01:04:55.761 INFO STEP 876 (remove_files) COMPLETE
79522026-08-27T01:04:57.135Z[ recovery-image] Aug 27 01:04:55.761 INFO O| Aug 27 01:04:55.761 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-27T01:04:57.145Z[ recovery-image] Aug 27 01:04:55.771 INFO O| Aug 27 01:04:55.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79542026-08-27T01:04:57.145Z[ recovery-image] Aug 27 01:04:55.771 INFO O| Aug 27 01:04:55.771 INFO STEP 877 (remove_files) COMPLETE
79552026-08-27T01:04:57.145Z[ recovery-image] Aug 27 01:04:55.771 INFO O| Aug 27 01:04:55.771 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-27T01:04:57.155Z[ recovery-image] Aug 27 01:04:55.780 INFO O| Aug 27 01:04:55.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79572026-08-27T01:04:57.155Z[ recovery-image] Aug 27 01:04:55.780 INFO O| Aug 27 01:04:55.780 INFO STEP 878 (remove_files) COMPLETE
79582026-08-27T01:04:57.155Z[ recovery-image] Aug 27 01:04:55.780 INFO O| Aug 27 01:04:55.780 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-27T01:04:57.165Z[ recovery-image] Aug 27 01:04:55.791 INFO O| Aug 27 01:04:55.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79602026-08-27T01:04:57.165Z[ recovery-image] Aug 27 01:04:55.791 INFO O| Aug 27 01:04:55.791 INFO STEP 879 (remove_files) COMPLETE
79612026-08-27T01:04:57.168Z[ recovery-image] Aug 27 01:04:55.791 INFO O| Aug 27 01:04:55.791 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-27T01:04:57.175Z[ recovery-image] Aug 27 01:04:55.801 INFO O| Aug 27 01:04:55.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79632026-08-27T01:04:57.175Z[ recovery-image] Aug 27 01:04:55.801 INFO O| Aug 27 01:04:55.801 INFO STEP 880 (remove_files) COMPLETE
79642026-08-27T01:04:57.179Z[ recovery-image] Aug 27 01:04:55.801 INFO O| Aug 27 01:04:55.801 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-27T01:04:57.185Z[ recovery-image] Aug 27 01:04:55.810 INFO O| Aug 27 01:04:55.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79662026-08-27T01:04:57.185Z[ recovery-image] Aug 27 01:04:55.811 INFO O| Aug 27 01:04:55.811 INFO STEP 881 (remove_files) COMPLETE
79672026-08-27T01:04:57.185Z[ recovery-image] Aug 27 01:04:55.811 INFO O| Aug 27 01:04:55.811 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-27T01:04:57.195Z[ recovery-image] Aug 27 01:04:55.820 INFO O| Aug 27 01:04:55.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79692026-08-27T01:04:57.196Z[ recovery-image] Aug 27 01:04:55.821 INFO O| Aug 27 01:04:55.820 INFO STEP 882 (remove_files) COMPLETE
79702026-08-27T01:04:57.196Z[ recovery-image] Aug 27 01:04:55.821 INFO O| Aug 27 01:04:55.820 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-27T01:04:57.205Z[ recovery-image] Aug 27 01:04:55.831 INFO O| Aug 27 01:04:55.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79722026-08-27T01:04:57.208Z[ recovery-image] Aug 27 01:04:55.832 INFO O| Aug 27 01:04:55.832 INFO STEP 883 (remove_files) COMPLETE
79732026-08-27T01:04:57.209Z[ recovery-image] Aug 27 01:04:55.832 INFO O| Aug 27 01:04:55.832 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-27T01:04:57.219Z[ recovery-image] Aug 27 01:04:55.843 INFO O| Aug 27 01:04:55.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79752026-08-27T01:04:57.219Z[ recovery-image] Aug 27 01:04:55.843 INFO O| Aug 27 01:04:55.843 INFO STEP 884 (remove_files) COMPLETE
79762026-08-27T01:04:57.219Z[ recovery-image] Aug 27 01:04:55.843 INFO O| Aug 27 01:04:55.843 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-27T01:04:57.228Z[ recovery-image] Aug 27 01:04:55.853 INFO O| Aug 27 01:04:55.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79782026-08-27T01:04:57.228Z[ recovery-image] Aug 27 01:04:55.853 INFO O| Aug 27 01:04:55.853 INFO STEP 885 (remove_files) COMPLETE
79792026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.853 INFO O| Aug 27 01:04:55.853 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.875 INFO O| Aug 27 01:04:55.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79812026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.875 INFO O| Aug 27 01:04:55.870 INFO STEP 886 (remove_files) COMPLETE
79822026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.875 INFO O| Aug 27 01:04:55.870 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.878 INFO O| Aug 27 01:04:55.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79842026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.878 INFO O| Aug 27 01:04:55.878 INFO STEP 887 (remove_files) COMPLETE
79852026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.878 INFO O| Aug 27 01:04:55.878 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.887 INFO O| Aug 27 01:04:55.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79872026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.887 INFO O| Aug 27 01:04:55.887 INFO STEP 888 (remove_files) COMPLETE
79882026-08-27T01:04:57.277Z[ recovery-image] Aug 27 01:04:55.887 INFO O| Aug 27 01:04:55.887 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-27T01:04:57.278Z[ recovery-image] Aug 27 01:04:55.895 INFO O| Aug 27 01:04:55.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79902026-08-27T01:04:57.278Z[ recovery-image] Aug 27 01:04:55.895 INFO O| Aug 27 01:04:55.895 INFO STEP 889 (remove_files) COMPLETE
79912026-08-27T01:04:57.278Z[ recovery-image] Aug 27 01:04:55.895 INFO O| Aug 27 01:04:55.895 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-27T01:04:57.281Z[ recovery-image] Aug 27 01:04:55.903 INFO O| Aug 27 01:04:55.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79932026-08-27T01:04:57.281Z[ recovery-image] Aug 27 01:04:55.904 INFO O| Aug 27 01:04:55.904 INFO STEP 890 (remove_files) COMPLETE
79942026-08-27T01:04:57.281Z[ recovery-image] Aug 27 01:04:55.904 INFO O| Aug 27 01:04:55.904 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-27T01:04:57.289Z[ recovery-image] Aug 27 01:04:55.914 INFO O| Aug 27 01:04:55.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79962026-08-27T01:04:57.289Z[ recovery-image] Aug 27 01:04:55.914 INFO O| Aug 27 01:04:55.914 INFO STEP 891 (remove_files) COMPLETE
79972026-08-27T01:04:57.289Z[ recovery-image] Aug 27 01:04:55.914 INFO O| Aug 27 01:04:55.914 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-27T01:04:57.293Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
79992026-08-27T01:04:57.297Z[ recovery-image] Aug 27 01:04:55.923 INFO O| Aug 27 01:04:55.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80002026-08-27T01:04:57.298Z[ recovery-image] Aug 27 01:04:55.923 INFO O| Aug 27 01:04:55.923 INFO STEP 892 (remove_files) COMPLETE
80012026-08-27T01:04:57.298Z[ recovery-image] Aug 27 01:04:55.923 INFO O| Aug 27 01:04:55.923 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-27T01:04:57.315Z[ recovery-image] Aug 27 01:04:55.940 INFO O| Aug 27 01:04:55.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80032026-08-27T01:04:57.315Z[ recovery-image] Aug 27 01:04:55.940 INFO O| Aug 27 01:04:55.940 INFO STEP 893 (remove_files) COMPLETE
80042026-08-27T01:04:57.315Z[ recovery-image] Aug 27 01:04:55.940 INFO O| Aug 27 01:04:55.940 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-27T01:04:57.324Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80062026-08-27T01:04:57.328Z[ recovery-image] Aug 27 01:04:55.951 INFO O| Aug 27 01:04:55.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80072026-08-27T01:04:57.328Z[ recovery-image] Aug 27 01:04:55.951 INFO O| Aug 27 01:04:55.951 INFO STEP 894 (remove_files) COMPLETE
80082026-08-27T01:04:57.328Z[ recovery-image] Aug 27 01:04:55.951 INFO O| Aug 27 01:04:55.951 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-27T01:04:57.335Z[ recovery-image] Aug 27 01:04:55.961 INFO O| Aug 27 01:04:55.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80102026-08-27T01:04:57.335Z[ recovery-image] Aug 27 01:04:55.961 INFO O| Aug 27 01:04:55.961 INFO STEP 895 (remove_files) COMPLETE
80112026-08-27T01:04:57.335Z[ recovery-image] Aug 27 01:04:55.961 INFO O| Aug 27 01:04:55.961 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-27T01:04:57.345Z[ recovery-image] Aug 27 01:04:55.971 INFO O| Aug 27 01:04:55.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80132026-08-27T01:04:57.345Z[ recovery-image] Aug 27 01:04:55.971 INFO O| Aug 27 01:04:55.971 INFO STEP 896 (remove_files) COMPLETE
80142026-08-27T01:04:57.346Z[ recovery-image] Aug 27 01:04:55.971 INFO O| Aug 27 01:04:55.971 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-27T01:04:57.352Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
80162026-08-27T01:04:57.355Z[ recovery-image] Aug 27 01:04:55.981 INFO O| Aug 27 01:04:55.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80172026-08-27T01:04:57.355Z[ recovery-image] Aug 27 01:04:55.981 INFO O| Aug 27 01:04:55.981 INFO STEP 897 (remove_files) COMPLETE
80182026-08-27T01:04:57.359Z[ recovery-image] Aug 27 01:04:55.981 INFO O| Aug 27 01:04:55.981 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-27T01:04:57.364Z[ recovery-image] Aug 27 01:04:55.990 INFO O| Aug 27 01:04:55.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80202026-08-27T01:04:57.365Z[ recovery-image] Aug 27 01:04:55.990 INFO O| Aug 27 01:04:55.990 INFO STEP 898 (remove_files) COMPLETE
80212026-08-27T01:04:57.365Z[ recovery-image] Aug 27 01:04:55.990 INFO O| Aug 27 01:04:55.990 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-27T01:04:57.373Z[ recovery-image] Aug 27 01:04:55.998 INFO O| Aug 27 01:04:55.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80232026-08-27T01:04:57.373Z[ recovery-image] Aug 27 01:04:55.998 INFO O| Aug 27 01:04:55.998 INFO STEP 899 (remove_files) COMPLETE
80242026-08-27T01:04:57.373Z[ recovery-image] Aug 27 01:04:55.998 INFO O| Aug 27 01:04:55.998 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-27T01:04:57.382Z[ recovery-image] Aug 27 01:04:56.007 INFO O| Aug 27 01:04:56.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80262026-08-27T01:04:57.382Z[ recovery-image] Aug 27 01:04:56.007 INFO O| Aug 27 01:04:56.007 INFO STEP 900 (remove_files) COMPLETE
80272026-08-27T01:04:57.382Z[ recovery-image] Aug 27 01:04:56.007 INFO O| Aug 27 01:04:56.007 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-27T01:04:57.391Z[ recovery-image] Aug 27 01:04:56.017 INFO O| Aug 27 01:04:56.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80292026-08-27T01:04:57.391Z[ recovery-image] Aug 27 01:04:56.017 INFO O| Aug 27 01:04:56.017 INFO STEP 901 (remove_files) COMPLETE
80302026-08-27T01:04:57.391Z[ recovery-image] Aug 27 01:04:56.017 INFO O| Aug 27 01:04:56.017 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-27T01:04:57.402Z[ recovery-image] Aug 27 01:04:56.027 INFO O| Aug 27 01:04:56.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80322026-08-27T01:04:57.402Z[ recovery-image] Aug 27 01:04:56.027 INFO O| Aug 27 01:04:56.027 INFO STEP 902 (remove_files) COMPLETE
80332026-08-27T01:04:57.402Z[ recovery-image] Aug 27 01:04:56.027 INFO O| Aug 27 01:04:56.027 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-27T01:04:57.412Z[ recovery-image] Aug 27 01:04:56.037 INFO O| Aug 27 01:04:56.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80352026-08-27T01:04:57.412Z[ recovery-image] Aug 27 01:04:56.037 INFO O| Aug 27 01:04:56.037 INFO STEP 903 (remove_files) COMPLETE
80362026-08-27T01:04:57.412Z[ recovery-image] Aug 27 01:04:56.037 INFO O| Aug 27 01:04:56.037 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-27T01:04:57.427Z[ recovery-image] Aug 27 01:04:56.051 INFO O| Aug 27 01:04:56.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80382026-08-27T01:04:57.427Z[ recovery-image] Aug 27 01:04:56.051 INFO O| Aug 27 01:04:56.051 INFO STEP 904 (remove_files) COMPLETE
80392026-08-27T01:04:57.427Z[ recovery-image] Aug 27 01:04:56.051 INFO O| Aug 27 01:04:56.051 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-27T01:04:57.435Z[ recovery-image] Aug 27 01:04:56.061 INFO O| Aug 27 01:04:56.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80412026-08-27T01:04:57.435Z[ recovery-image] Aug 27 01:04:56.061 INFO O| Aug 27 01:04:56.061 INFO STEP 905 (remove_files) COMPLETE
80422026-08-27T01:04:57.436Z[ recovery-image] Aug 27 01:04:56.061 INFO O| Aug 27 01:04:56.061 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-27T01:04:57.445Z[ recovery-image] Aug 27 01:04:56.071 INFO O| Aug 27 01:04:56.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80442026-08-27T01:04:57.445Z[ recovery-image] Aug 27 01:04:56.071 INFO O| Aug 27 01:04:56.071 INFO STEP 906 (remove_files) COMPLETE
80452026-08-27T01:04:57.446Z[ recovery-image] Aug 27 01:04:56.071 INFO O| Aug 27 01:04:56.071 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-27T01:04:57.453Z[ recovery-image] Aug 27 01:04:56.079 INFO O| Aug 27 01:04:56.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80472026-08-27T01:04:57.458Z[ recovery-image] Aug 27 01:04:56.079 INFO O| Aug 27 01:04:56.079 INFO STEP 907 (remove_files) COMPLETE
80482026-08-27T01:04:57.458Z[ recovery-image] Aug 27 01:04:56.079 INFO O| Aug 27 01:04:56.079 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-27T01:04:57.513Z[ recovery-image] Aug 27 01:04:56.138 INFO O| Aug 27 01:04:56.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80502026-08-27T01:04:57.513Z[ recovery-image] Aug 27 01:04:56.138 INFO O| Aug 27 01:04:56.138 INFO STEP 908 (remove_files) COMPLETE
80512026-08-27T01:04:57.516Z[ recovery-image] Aug 27 01:04:56.138 INFO O| Aug 27 01:04:56.138 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-27T01:04:57.522Z[ recovery-image] Aug 27 01:04:56.148 INFO O| Aug 27 01:04:56.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80532026-08-27T01:04:57.522Z[ recovery-image] Aug 27 01:04:56.148 INFO O| Aug 27 01:04:56.148 INFO STEP 909 (remove_files) COMPLETE
80542026-08-27T01:04:57.522Z[ recovery-image] Aug 27 01:04:56.148 INFO O| Aug 27 01:04:56.148 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-27T01:04:57.532Z[ recovery-image] Aug 27 01:04:56.158 INFO O| Aug 27 01:04:56.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80562026-08-27T01:04:57.532Z[ recovery-image] Aug 27 01:04:56.158 INFO O| Aug 27 01:04:56.157 INFO STEP 910 (remove_files) COMPLETE
80572026-08-27T01:04:57.537Z[ recovery-image] Aug 27 01:04:56.158 INFO O| Aug 27 01:04:56.157 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-27T01:04:57.543Z[ recovery-image] Aug 27 01:04:56.168 INFO O| Aug 27 01:04:56.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80592026-08-27T01:04:57.543Z[ recovery-image] Aug 27 01:04:56.168 INFO O| Aug 27 01:04:56.168 INFO STEP 911 (remove_files) COMPLETE
80602026-08-27T01:04:57.546Z[ recovery-image] Aug 27 01:04:56.168 INFO O| Aug 27 01:04:56.168 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-27T01:04:57.553Z[ recovery-image] Aug 27 01:04:56.179 INFO O| Aug 27 01:04:56.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80622026-08-27T01:04:57.557Z[ recovery-image] Aug 27 01:04:56.179 INFO O| Aug 27 01:04:56.179 INFO STEP 912 (remove_files) COMPLETE
80632026-08-27T01:04:57.557Z[ recovery-image] Aug 27 01:04:56.179 INFO O| Aug 27 01:04:56.179 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-27T01:04:57.563Z[ recovery-image] Aug 27 01:04:56.189 INFO O| Aug 27 01:04:56.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80652026-08-27T01:04:57.563Z[ recovery-image] Aug 27 01:04:56.189 INFO O| Aug 27 01:04:56.189 INFO STEP 913 (remove_files) COMPLETE
80662026-08-27T01:04:57.563Z[ recovery-image] Aug 27 01:04:56.189 INFO O| Aug 27 01:04:56.189 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-27T01:04:57.574Z[ recovery-image] Aug 27 01:04:56.199 INFO O| Aug 27 01:04:56.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80682026-08-27T01:04:57.574Z[ recovery-image] Aug 27 01:04:56.199 INFO O| Aug 27 01:04:56.199 INFO STEP 914 (remove_files) COMPLETE
80692026-08-27T01:04:57.574Z[ recovery-image] Aug 27 01:04:56.199 INFO O| Aug 27 01:04:56.199 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-27T01:04:57.582Z[ recovery-image] Aug 27 01:04:56.208 INFO O| Aug 27 01:04:56.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80712026-08-27T01:04:57.583Z[ recovery-image] Aug 27 01:04:56.208 INFO O| Aug 27 01:04:56.208 INFO STEP 915 (remove_files) COMPLETE
80722026-08-27T01:04:57.587Z[ recovery-image] Aug 27 01:04:56.208 INFO O| Aug 27 01:04:56.208 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-27T01:04:57.592Z[ recovery-image] Aug 27 01:04:56.216 INFO O| Aug 27 01:04:56.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80742026-08-27T01:04:57.593Z[ recovery-image] Aug 27 01:04:56.216 INFO O| Aug 27 01:04:56.216 INFO STEP 916 (remove_files) COMPLETE
80752026-08-27T01:04:57.593Z[ recovery-image] Aug 27 01:04:56.216 INFO O| Aug 27 01:04:56.216 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-27T01:04:57.602Z[ recovery-image] Aug 27 01:04:56.227 INFO O| Aug 27 01:04:56.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80772026-08-27T01:04:57.602Z[ recovery-image] Aug 27 01:04:56.227 INFO O| Aug 27 01:04:56.227 INFO STEP 917 (remove_files) COMPLETE
80782026-08-27T01:04:57.602Z[ recovery-image] Aug 27 01:04:56.227 INFO O| Aug 27 01:04:56.227 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-27T01:04:57.612Z[ recovery-image] Aug 27 01:04:56.237 INFO O| Aug 27 01:04:56.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80802026-08-27T01:04:57.616Z[ recovery-image] Aug 27 01:04:56.239 INFO O| Aug 27 01:04:56.238 INFO STEP 918 (remove_files) COMPLETE
80812026-08-27T01:04:57.616Z[ recovery-image] Aug 27 01:04:56.239 INFO O| Aug 27 01:04:56.238 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-27T01:04:57.622Z[ recovery-image] Aug 27 01:04:56.248 INFO O| Aug 27 01:04:56.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80832026-08-27T01:04:57.622Z[ recovery-image] Aug 27 01:04:56.248 INFO O| Aug 27 01:04:56.248 INFO STEP 919 (remove_files) COMPLETE
80842026-08-27T01:04:57.626Z[ recovery-image] Aug 27 01:04:56.248 INFO O| Aug 27 01:04:56.248 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-27T01:04:57.636Z[ recovery-image] Aug 27 01:04:56.258 INFO O| Aug 27 01:04:56.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80862026-08-27T01:04:57.640Z[ recovery-image] Aug 27 01:04:56.258 INFO O| Aug 27 01:04:56.258 INFO STEP 920 (remove_files) COMPLETE
80872026-08-27T01:04:57.642Z[ recovery-image] Aug 27 01:04:56.258 INFO O| Aug 27 01:04:56.258 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-27T01:04:57.646Z[ recovery-image] Aug 27 01:04:56.269 INFO O| Aug 27 01:04:56.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80892026-08-27T01:04:57.649Z[ recovery-image] Aug 27 01:04:56.269 INFO O| Aug 27 01:04:56.269 INFO STEP 921 (remove_files) COMPLETE
80902026-08-27T01:04:57.649Z[ recovery-image] Aug 27 01:04:56.269 INFO O| Aug 27 01:04:56.269 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-27T01:04:57.656Z[ recovery-image] Aug 27 01:04:56.280 INFO O| Aug 27 01:04:56.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80922026-08-27T01:04:57.656Z[ recovery-image] Aug 27 01:04:56.280 INFO O| Aug 27 01:04:56.280 INFO STEP 922 (remove_files) COMPLETE
80932026-08-27T01:04:57.656Z[ recovery-image] Aug 27 01:04:56.280 INFO O| Aug 27 01:04:56.280 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-27T01:04:57.663Z[ recovery-image] Aug 27 01:04:56.289 INFO O| Aug 27 01:04:56.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80952026-08-27T01:04:57.663Z[ recovery-image] Aug 27 01:04:56.289 INFO O| Aug 27 01:04:56.289 INFO STEP 923 (remove_files) COMPLETE
80962026-08-27T01:04:57.667Z[ recovery-image] Aug 27 01:04:56.289 INFO O| Aug 27 01:04:56.289 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-27T01:04:57.672Z[ recovery-image] Aug 27 01:04:56.298 INFO O| Aug 27 01:04:56.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80982026-08-27T01:04:57.672Z[ recovery-image] Aug 27 01:04:56.298 INFO O| Aug 27 01:04:56.298 INFO STEP 924 (remove_files) COMPLETE
80992026-08-27T01:04:57.673Z[ recovery-image] Aug 27 01:04:56.298 INFO O| Aug 27 01:04:56.298 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-27T01:04:57.682Z[ recovery-image] Aug 27 01:04:56.307 INFO O| Aug 27 01:04:56.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81012026-08-27T01:04:57.682Z[ recovery-image] Aug 27 01:04:56.307 INFO O| Aug 27 01:04:56.307 INFO STEP 925 (remove_files) COMPLETE
81022026-08-27T01:04:57.682Z[ recovery-image] Aug 27 01:04:56.307 INFO O| Aug 27 01:04:56.307 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-27T01:04:57.691Z[ recovery-image] Aug 27 01:04:56.316 INFO O| Aug 27 01:04:56.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81042026-08-27T01:04:57.691Z[ recovery-image] Aug 27 01:04:56.316 INFO O| Aug 27 01:04:56.316 INFO STEP 926 (remove_files) COMPLETE
81052026-08-27T01:04:57.691Z[ recovery-image] Aug 27 01:04:56.316 INFO O| Aug 27 01:04:56.316 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-27T01:04:57.699Z[ recovery-image] Aug 27 01:04:56.325 INFO O| Aug 27 01:04:56.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81072026-08-27T01:04:57.699Z[ recovery-image] Aug 27 01:04:56.325 INFO O| Aug 27 01:04:56.325 INFO STEP 927 (remove_files) COMPLETE
81082026-08-27T01:04:57.699Z[ recovery-image] Aug 27 01:04:56.325 INFO O| Aug 27 01:04:56.325 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-27T01:04:57.707Z[ recovery-image] Aug 27 01:04:56.333 INFO O| Aug 27 01:04:56.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81102026-08-27T01:04:57.707Z[ recovery-image] Aug 27 01:04:56.333 INFO O| Aug 27 01:04:56.333 INFO STEP 928 (remove_files) COMPLETE
81112026-08-27T01:04:57.711Z[ recovery-image] Aug 27 01:04:56.333 INFO O| Aug 27 01:04:56.333 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-27T01:04:57.715Z[ recovery-image] Aug 27 01:04:56.341 INFO O| Aug 27 01:04:56.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81132026-08-27T01:04:57.715Z[ recovery-image] Aug 27 01:04:56.341 INFO O| Aug 27 01:04:56.341 INFO STEP 929 (remove_files) COMPLETE
81142026-08-27T01:04:57.719Z[ recovery-image] Aug 27 01:04:56.341 INFO O| Aug 27 01:04:56.341 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-27T01:04:57.723Z[ recovery-image] Aug 27 01:04:56.349 INFO O| Aug 27 01:04:56.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81162026-08-27T01:04:57.723Z[ recovery-image] Aug 27 01:04:56.349 INFO O| Aug 27 01:04:56.349 INFO STEP 930 (remove_files) COMPLETE
81172026-08-27T01:04:57.723Z[ recovery-image] Aug 27 01:04:56.349 INFO O| Aug 27 01:04:56.349 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-27T01:04:57.732Z[ recovery-image] Aug 27 01:04:56.357 INFO O| Aug 27 01:04:56.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81192026-08-27T01:04:57.732Z[ recovery-image] Aug 27 01:04:56.357 INFO O| Aug 27 01:04:56.357 INFO STEP 931 (remove_files) COMPLETE
81202026-08-27T01:04:57.732Z[ recovery-image] Aug 27 01:04:56.357 INFO O| Aug 27 01:04:56.357 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-27T01:04:57.740Z[ recovery-image] Aug 27 01:04:56.366 INFO O| Aug 27 01:04:56.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81222026-08-27T01:04:57.740Z[ recovery-image] Aug 27 01:04:56.366 INFO O| Aug 27 01:04:56.366 INFO STEP 932 (remove_files) COMPLETE
81232026-08-27T01:04:57.742Z[ recovery-image] Aug 27 01:04:56.366 INFO O| Aug 27 01:04:56.366 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-27T01:04:57.750Z[ recovery-image] Aug 27 01:04:56.375 INFO O| Aug 27 01:04:56.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81252026-08-27T01:04:57.750Z[ recovery-image] Aug 27 01:04:56.375 INFO O| Aug 27 01:04:56.375 INFO STEP 933 (remove_files) COMPLETE
81262026-08-27T01:04:57.754Z[ recovery-image] Aug 27 01:04:56.375 INFO O| Aug 27 01:04:56.375 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-27T01:04:57.759Z[ recovery-image] Aug 27 01:04:56.385 INFO O| Aug 27 01:04:56.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81282026-08-27T01:04:57.759Z[ recovery-image] Aug 27 01:04:56.385 INFO O| Aug 27 01:04:56.385 INFO STEP 934 (remove_files) COMPLETE
81292026-08-27T01:04:57.762Z[ recovery-image] Aug 27 01:04:56.385 INFO O| Aug 27 01:04:56.385 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-27T01:04:57.767Z[ recovery-image] Aug 27 01:04:56.393 INFO O| Aug 27 01:04:56.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81312026-08-27T01:04:57.771Z[ recovery-image] Aug 27 01:04:56.393 INFO O| Aug 27 01:04:56.393 INFO STEP 935 (remove_files) COMPLETE
81322026-08-27T01:04:57.771Z[ recovery-image] Aug 27 01:04:56.393 INFO O| Aug 27 01:04:56.393 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-27T01:04:57.777Z[ recovery-image] Aug 27 01:04:56.403 INFO O| Aug 27 01:04:56.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81342026-08-27T01:04:57.777Z[ recovery-image] Aug 27 01:04:56.403 INFO O| Aug 27 01:04:56.403 INFO STEP 936 (remove_files) COMPLETE
81352026-08-27T01:04:57.777Z[ recovery-image] Aug 27 01:04:56.403 INFO O| Aug 27 01:04:56.403 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-27T01:04:57.788Z[ recovery-image] Aug 27 01:04:56.414 INFO O| Aug 27 01:04:56.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81372026-08-27T01:04:57.791Z[ recovery-image] Aug 27 01:04:56.414 INFO O| Aug 27 01:04:56.414 INFO STEP 937 (remove_files) COMPLETE
81382026-08-27T01:04:57.795Z[ recovery-image] Aug 27 01:04:56.414 INFO O| Aug 27 01:04:56.414 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-27T01:04:57.806Z[ recovery-image] Aug 27 01:04:56.432 INFO O| Aug 27 01:04:56.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81402026-08-27T01:04:57.806Z[ recovery-image] Aug 27 01:04:56.432 INFO O| Aug 27 01:04:56.432 INFO STEP 938 (remove_files) COMPLETE
81412026-08-27T01:04:57.806Z[ recovery-image] Aug 27 01:04:56.432 INFO O| Aug 27 01:04:56.432 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-27T01:04:57.815Z[ recovery-image] Aug 27 01:04:56.441 INFO O| Aug 27 01:04:56.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81432026-08-27T01:04:57.815Z[ recovery-image] Aug 27 01:04:56.441 INFO O| Aug 27 01:04:56.441 INFO STEP 939 (remove_files) COMPLETE
81442026-08-27T01:04:57.815Z[ recovery-image] Aug 27 01:04:56.441 INFO O| Aug 27 01:04:56.441 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-27T01:04:57.819Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
81462026-08-27T01:04:57.824Z[ recovery-image] Aug 27 01:04:56.450 INFO O| Aug 27 01:04:56.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81472026-08-27T01:04:57.824Z[ recovery-image] Aug 27 01:04:56.450 INFO O| Aug 27 01:04:56.450 INFO STEP 940 (remove_files) COMPLETE
81482026-08-27T01:04:57.828Z[ recovery-image] Aug 27 01:04:56.450 INFO O| Aug 27 01:04:56.450 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-27T01:04:57.839Z[ recovery-image] Aug 27 01:04:56.460 INFO O| Aug 27 01:04:56.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81502026-08-27T01:04:57.839Z[ recovery-image] Aug 27 01:04:56.460 INFO O| Aug 27 01:04:56.460 INFO STEP 941 (remove_files) COMPLETE
81512026-08-27T01:04:57.839Z[ recovery-image] Aug 27 01:04:56.460 INFO O| Aug 27 01:04:56.460 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-27T01:04:57.845Z[ recovery-image] Aug 27 01:04:56.471 INFO O| Aug 27 01:04:56.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81532026-08-27T01:04:57.845Z[ recovery-image] Aug 27 01:04:56.471 INFO O| Aug 27 01:04:56.471 INFO STEP 942 (remove_files) COMPLETE
81542026-08-27T01:04:57.845Z[ recovery-image] Aug 27 01:04:56.471 INFO O| Aug 27 01:04:56.471 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-27T01:04:57.855Z[ recovery-image] Aug 27 01:04:56.481 INFO O| Aug 27 01:04:56.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81562026-08-27T01:04:57.855Z[ recovery-image] Aug 27 01:04:56.481 INFO O| Aug 27 01:04:56.481 INFO STEP 943 (remove_files) COMPLETE
81572026-08-27T01:04:57.855Z[ recovery-image] Aug 27 01:04:56.481 INFO O| Aug 27 01:04:56.481 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-27T01:04:57.864Z[ recovery-image] Aug 27 01:04:56.489 INFO O| Aug 27 01:04:56.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81592026-08-27T01:04:57.864Z[ recovery-image] Aug 27 01:04:56.489 INFO O| Aug 27 01:04:56.489 INFO STEP 944 (remove_files) COMPLETE
81602026-08-27T01:04:57.867Z[ recovery-image] Aug 27 01:04:56.489 INFO O| Aug 27 01:04:56.489 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-27T01:04:57.872Z[ recovery-image] Aug 27 01:04:56.498 INFO O| Aug 27 01:04:56.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81622026-08-27T01:04:57.872Z[ recovery-image] Aug 27 01:04:56.498 INFO O| Aug 27 01:04:56.498 INFO STEP 945 (remove_files) COMPLETE
81632026-08-27T01:04:57.872Z[ recovery-image] Aug 27 01:04:56.498 INFO O| Aug 27 01:04:56.498 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-27T01:04:57.883Z[ recovery-image] Aug 27 01:04:56.507 INFO O| Aug 27 01:04:56.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81652026-08-27T01:04:57.883Z[ recovery-image] Aug 27 01:04:56.507 INFO O| Aug 27 01:04:56.507 INFO STEP 946 (remove_files) COMPLETE
81662026-08-27T01:04:57.883Z[ recovery-image] Aug 27 01:04:56.507 INFO O| Aug 27 01:04:56.507 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-27T01:04:57.890Z[ recovery-image] Aug 27 01:04:56.515 INFO O| Aug 27 01:04:56.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81682026-08-27T01:04:57.890Z[ recovery-image] Aug 27 01:04:56.515 INFO O| Aug 27 01:04:56.515 INFO STEP 947 (remove_files) COMPLETE
81692026-08-27T01:04:57.890Z[ recovery-image] Aug 27 01:04:56.515 INFO O| Aug 27 01:04:56.515 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-27T01:04:57.898Z[ recovery-image] Aug 27 01:04:56.524 INFO O| Aug 27 01:04:56.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81712026-08-27T01:04:57.898Z[ recovery-image] Aug 27 01:04:56.524 INFO O| Aug 27 01:04:56.524 INFO STEP 948 (remove_files) COMPLETE
81722026-08-27T01:04:57.902Z[ recovery-image] Aug 27 01:04:56.524 INFO O| Aug 27 01:04:56.524 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-27T01:04:57.907Z[ recovery-image] Aug 27 01:04:56.532 INFO O| Aug 27 01:04:56.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81742026-08-27T01:04:57.907Z[ recovery-image] Aug 27 01:04:56.533 INFO O| Aug 27 01:04:56.532 INFO STEP 949 (remove_files) COMPLETE
81752026-08-27T01:04:57.907Z[ recovery-image] Aug 27 01:04:56.533 INFO O| Aug 27 01:04:56.533 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-27T01:04:57.916Z[ recovery-image] Aug 27 01:04:56.541 INFO O| Aug 27 01:04:56.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81772026-08-27T01:04:57.916Z[ recovery-image] Aug 27 01:04:56.542 INFO O| Aug 27 01:04:56.542 INFO STEP 950 (remove_files) COMPLETE
81782026-08-27T01:04:57.916Z[ recovery-image] Aug 27 01:04:56.542 INFO O| Aug 27 01:04:56.542 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-27T01:04:57.925Z[ recovery-image] Aug 27 01:04:56.551 INFO O| Aug 27 01:04:56.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81802026-08-27T01:04:57.925Z[ recovery-image] Aug 27 01:04:56.551 INFO O| Aug 27 01:04:56.551 INFO STEP 951 (remove_files) COMPLETE
81812026-08-27T01:04:57.925Z[ recovery-image] Aug 27 01:04:56.551 INFO O| Aug 27 01:04:56.551 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-27T01:04:57.934Z[ recovery-image] Aug 27 01:04:56.560 INFO O| Aug 27 01:04:56.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81832026-08-27T01:04:57.934Z[ recovery-image] Aug 27 01:04:56.560 INFO O| Aug 27 01:04:56.560 INFO STEP 952 (remove_files) COMPLETE
81842026-08-27T01:04:57.934Z[ recovery-image] Aug 27 01:04:56.560 INFO O| Aug 27 01:04:56.560 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-27T01:04:57.944Z[ recovery-image] Aug 27 01:04:56.569 INFO O| Aug 27 01:04:56.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81862026-08-27T01:04:57.944Z[ recovery-image] Aug 27 01:04:56.569 INFO O| Aug 27 01:04:56.569 INFO STEP 953 (remove_files) COMPLETE
81872026-08-27T01:04:57.944Z[ recovery-image] Aug 27 01:04:56.569 INFO O| Aug 27 01:04:56.569 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-27T01:04:57.954Z[ recovery-image] Aug 27 01:04:56.580 INFO O| Aug 27 01:04:56.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81892026-08-27T01:04:57.954Z[ recovery-image] Aug 27 01:04:56.580 INFO O| Aug 27 01:04:56.580 INFO STEP 954 (remove_files) COMPLETE
81902026-08-27T01:04:57.954Z[ recovery-image] Aug 27 01:04:56.580 INFO O| Aug 27 01:04:56.580 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-27T01:04:57.964Z[ recovery-image] Aug 27 01:04:56.590 INFO O| Aug 27 01:04:56.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81922026-08-27T01:04:57.965Z[ recovery-image] Aug 27 01:04:56.590 INFO O| Aug 27 01:04:56.590 INFO STEP 955 (remove_files) COMPLETE
81932026-08-27T01:04:57.965Z[ recovery-image] Aug 27 01:04:56.590 INFO O| Aug 27 01:04:56.590 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-27T01:04:57.974Z[ recovery-image] Aug 27 01:04:56.599 INFO O| Aug 27 01:04:56.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81952026-08-27T01:04:57.974Z[ recovery-image] Aug 27 01:04:56.599 INFO O| Aug 27 01:04:56.599 INFO STEP 956 (remove_files) COMPLETE
81962026-08-27T01:04:57.974Z[ recovery-image] Aug 27 01:04:56.599 INFO O| Aug 27 01:04:56.599 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-27T01:04:57.982Z[ recovery-image] Aug 27 01:04:56.608 INFO O| Aug 27 01:04:56.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81982026-08-27T01:04:57.982Z[ recovery-image] Aug 27 01:04:56.608 INFO O| Aug 27 01:04:56.608 INFO STEP 957 (remove_files) COMPLETE
81992026-08-27T01:04:57.982Z[ recovery-image] Aug 27 01:04:56.608 INFO O| Aug 27 01:04:56.608 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-27T01:04:57.991Z[ recovery-image] Aug 27 01:04:56.617 INFO O| Aug 27 01:04:56.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82012026-08-27T01:04:57.991Z[ recovery-image] Aug 27 01:04:56.617 INFO O| Aug 27 01:04:56.617 INFO STEP 958 (remove_files) COMPLETE
82022026-08-27T01:04:57.991Z[ recovery-image] Aug 27 01:04:56.617 INFO O| Aug 27 01:04:56.617 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-27T01:04:58.002Z[ recovery-image] Aug 27 01:04:56.627 INFO O| Aug 27 01:04:56.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82042026-08-27T01:04:58.002Z[ recovery-image] Aug 27 01:04:56.627 INFO O| Aug 27 01:04:56.627 INFO STEP 959 (remove_files) COMPLETE
82052026-08-27T01:04:58.002Z[ recovery-image] Aug 27 01:04:56.627 INFO O| Aug 27 01:04:56.627 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-27T01:04:58.010Z[ recovery-image] Aug 27 01:04:56.636 INFO O| Aug 27 01:04:56.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82072026-08-27T01:04:58.010Z[ recovery-image] Aug 27 01:04:56.636 INFO O| Aug 27 01:04:56.636 INFO STEP 960 (remove_files) COMPLETE
82082026-08-27T01:04:58.013Z[ recovery-image] Aug 27 01:04:56.636 INFO O| Aug 27 01:04:56.636 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-27T01:04:58.019Z[ recovery-image] Aug 27 01:04:56.644 INFO O| Aug 27 01:04:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82102026-08-27T01:04:58.019Z[ recovery-image] Aug 27 01:04:56.644 INFO O| Aug 27 01:04:56.644 INFO STEP 961 (remove_files) COMPLETE
82112026-08-27T01:04:58.022Z[ recovery-image] Aug 27 01:04:56.644 INFO O| Aug 27 01:04:56.644 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-27T01:04:58.027Z[ recovery-image] Aug 27 01:04:56.652 INFO O| Aug 27 01:04:56.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82132026-08-27T01:04:58.027Z[ recovery-image] Aug 27 01:04:56.652 INFO O| Aug 27 01:04:56.652 INFO STEP 962 (remove_files) COMPLETE
82142026-08-27T01:04:58.027Z[ recovery-image] Aug 27 01:04:56.652 INFO O| Aug 27 01:04:56.652 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-27T01:04:58.035Z[ recovery-image] Aug 27 01:04:56.660 INFO O| Aug 27 01:04:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82162026-08-27T01:04:58.035Z[ recovery-image] Aug 27 01:04:56.660 INFO O| Aug 27 01:04:56.660 INFO STEP 963 (remove_files) COMPLETE
82172026-08-27T01:04:58.035Z[ recovery-image] Aug 27 01:04:56.660 INFO O| Aug 27 01:04:56.660 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-27T01:04:58.042Z[ recovery-image] Aug 27 01:04:56.668 INFO O| Aug 27 01:04:56.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82192026-08-27T01:04:58.043Z[ recovery-image] Aug 27 01:04:56.668 INFO O| Aug 27 01:04:56.668 INFO STEP 964 (remove_files) COMPLETE
82202026-08-27T01:04:58.046Z[ recovery-image] Aug 27 01:04:56.668 INFO O| Aug 27 01:04:56.668 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-27T01:04:58.051Z[ recovery-image] Aug 27 01:04:56.677 INFO O| Aug 27 01:04:56.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82222026-08-27T01:04:58.051Z[ recovery-image] Aug 27 01:04:56.677 INFO O| Aug 27 01:04:56.677 INFO STEP 965 (remove_files) COMPLETE
82232026-08-27T01:04:58.055Z[ recovery-image] Aug 27 01:04:56.677 INFO O| Aug 27 01:04:56.677 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-27T01:04:58.060Z[ recovery-image] Aug 27 01:04:56.686 INFO O| Aug 27 01:04:56.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82252026-08-27T01:04:58.060Z[ recovery-image] Aug 27 01:04:56.686 INFO O| Aug 27 01:04:56.686 INFO STEP 966 (remove_files) COMPLETE
82262026-08-27T01:04:58.060Z[ recovery-image] Aug 27 01:04:56.686 INFO O| Aug 27 01:04:56.686 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-27T01:04:58.070Z[ recovery-image] Aug 27 01:04:56.696 INFO O| Aug 27 01:04:56.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82282026-08-27T01:04:58.070Z[ recovery-image] Aug 27 01:04:56.696 INFO O| Aug 27 01:04:56.696 INFO STEP 967 (remove_files) COMPLETE
82292026-08-27T01:04:58.070Z[ recovery-image] Aug 27 01:04:56.696 INFO O| Aug 27 01:04:56.696 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-27T01:04:58.079Z[ recovery-image] Aug 27 01:04:56.705 INFO O| Aug 27 01:04:56.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82312026-08-27T01:04:58.080Z[ recovery-image] Aug 27 01:04:56.705 INFO O| Aug 27 01:04:56.705 INFO STEP 968 (remove_files) COMPLETE
82322026-08-27T01:04:58.080Z[ recovery-image] Aug 27 01:04:56.705 INFO O| Aug 27 01:04:56.705 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-27T01:04:58.088Z[ recovery-image] Aug 27 01:04:56.714 INFO O| Aug 27 01:04:56.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82342026-08-27T01:04:58.088Z[ recovery-image] Aug 27 01:04:56.714 INFO O| Aug 27 01:04:56.714 INFO STEP 969 (remove_files) COMPLETE
82352026-08-27T01:04:58.091Z[ recovery-image] Aug 27 01:04:56.714 INFO O| Aug 27 01:04:56.714 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-27T01:04:58.098Z[ recovery-image] Aug 27 01:04:56.723 INFO O| Aug 27 01:04:56.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82372026-08-27T01:04:58.098Z[ recovery-image] Aug 27 01:04:56.723 INFO O| Aug 27 01:04:56.723 INFO STEP 970 (remove_files) COMPLETE
82382026-08-27T01:04:58.101Z[ recovery-image] Aug 27 01:04:56.723 INFO O| Aug 27 01:04:56.723 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-27T01:04:58.107Z[ recovery-image] Aug 27 01:04:56.732 INFO O| Aug 27 01:04:56.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82402026-08-27T01:04:58.107Z[ recovery-image] Aug 27 01:04:56.732 INFO O| Aug 27 01:04:56.732 INFO STEP 971 (remove_files) COMPLETE
82412026-08-27T01:04:58.107Z[ recovery-image] Aug 27 01:04:56.732 INFO O| Aug 27 01:04:56.732 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-27T01:04:58.116Z[ recovery-image] Aug 27 01:04:56.742 INFO O| Aug 27 01:04:56.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82432026-08-27T01:04:58.116Z[ recovery-image] Aug 27 01:04:56.742 INFO O| Aug 27 01:04:56.742 INFO STEP 972 (remove_files) COMPLETE
82442026-08-27T01:04:58.116Z[ recovery-image] Aug 27 01:04:56.742 INFO O| Aug 27 01:04:56.742 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-27T01:04:58.126Z[ recovery-image] Aug 27 01:04:56.752 INFO O| Aug 27 01:04:56.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82462026-08-27T01:04:58.126Z[ recovery-image] Aug 27 01:04:56.752 INFO O| Aug 27 01:04:56.752 INFO STEP 973 (remove_files) COMPLETE
82472026-08-27T01:04:58.126Z[ recovery-image] Aug 27 01:04:56.752 INFO O| Aug 27 01:04:56.752 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-27T01:04:58.135Z[ recovery-image] Aug 27 01:04:56.761 INFO O| Aug 27 01:04:56.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82492026-08-27T01:04:58.135Z[ recovery-image] Aug 27 01:04:56.761 INFO O| Aug 27 01:04:56.761 INFO STEP 974 (remove_files) COMPLETE
82502026-08-27T01:04:58.138Z[ recovery-image] Aug 27 01:04:56.761 INFO O| Aug 27 01:04:56.761 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-27T01:04:58.143Z[ recovery-image] Aug 27 01:04:56.769 INFO O| Aug 27 01:04:56.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82522026-08-27T01:04:58.144Z[ recovery-image] Aug 27 01:04:56.769 INFO O| Aug 27 01:04:56.769 INFO STEP 975 (remove_files) COMPLETE
82532026-08-27T01:04:58.144Z[ recovery-image] Aug 27 01:04:56.769 INFO O| Aug 27 01:04:56.769 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-27T01:04:58.151Z[ recovery-image] Aug 27 01:04:56.777 INFO O| Aug 27 01:04:56.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82552026-08-27T01:04:58.151Z[ recovery-image] Aug 27 01:04:56.777 INFO O| Aug 27 01:04:56.777 INFO STEP 976 (remove_files) COMPLETE
82562026-08-27T01:04:58.155Z[ recovery-image] Aug 27 01:04:56.777 INFO O| Aug 27 01:04:56.777 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-27T01:04:58.159Z[ recovery-image] Aug 27 01:04:56.785 INFO O| Aug 27 01:04:56.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82582026-08-27T01:04:58.159Z[ recovery-image] Aug 27 01:04:56.785 INFO O| Aug 27 01:04:56.785 INFO STEP 977 (remove_files) COMPLETE
82592026-08-27T01:04:58.163Z[ recovery-image] Aug 27 01:04:56.785 INFO O| Aug 27 01:04:56.785 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-27T01:04:58.167Z[ recovery-image] Aug 27 01:04:56.793 INFO O| Aug 27 01:04:56.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82612026-08-27T01:04:58.168Z[ recovery-image] Aug 27 01:04:56.793 INFO O| Aug 27 01:04:56.793 INFO STEP 978 (remove_files) COMPLETE
82622026-08-27T01:04:58.168Z[ recovery-image] Aug 27 01:04:56.793 INFO O| Aug 27 01:04:56.793 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-27T01:04:58.176Z[ recovery-image] Aug 27 01:04:56.802 INFO O| Aug 27 01:04:56.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82642026-08-27T01:04:58.176Z[ recovery-image] Aug 27 01:04:56.802 INFO O| Aug 27 01:04:56.802 INFO STEP 979 (remove_files) COMPLETE
82652026-08-27T01:04:58.176Z[ recovery-image] Aug 27 01:04:56.802 INFO O| Aug 27 01:04:56.802 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-27T01:04:58.187Z[ recovery-image] Aug 27 01:04:56.813 INFO O| Aug 27 01:04:56.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82672026-08-27T01:04:58.187Z[ recovery-image] Aug 27 01:04:56.813 INFO O| Aug 27 01:04:56.813 INFO STEP 980 (remove_files) COMPLETE
82682026-08-27T01:04:58.187Z[ recovery-image] Aug 27 01:04:56.813 INFO O| Aug 27 01:04:56.813 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-27T01:04:58.196Z[ recovery-image] Aug 27 01:04:56.822 INFO O| Aug 27 01:04:56.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82702026-08-27T01:04:58.196Z[ recovery-image] Aug 27 01:04:56.822 INFO O| Aug 27 01:04:56.822 INFO STEP 981 (remove_files) COMPLETE
82712026-08-27T01:04:58.196Z[ recovery-image] Aug 27 01:04:56.822 INFO O| Aug 27 01:04:56.822 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-27T01:04:58.205Z[ recovery-image] Aug 27 01:04:56.831 INFO O| Aug 27 01:04:56.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82732026-08-27T01:04:58.205Z[ recovery-image] Aug 27 01:04:56.831 INFO O| Aug 27 01:04:56.831 INFO STEP 982 (remove_files) COMPLETE
82742026-08-27T01:04:58.205Z[ recovery-image] Aug 27 01:04:56.831 INFO O| Aug 27 01:04:56.831 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-27T01:04:58.214Z[ recovery-image] Aug 27 01:04:56.840 INFO O| Aug 27 01:04:56.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82762026-08-27T01:04:58.215Z[ recovery-image] Aug 27 01:04:56.840 INFO O| Aug 27 01:04:56.840 INFO STEP 983 (remove_files) COMPLETE
82772026-08-27T01:04:58.215Z[ recovery-image] Aug 27 01:04:56.840 INFO O| Aug 27 01:04:56.840 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-27T01:04:58.223Z[ recovery-image] Aug 27 01:04:56.849 INFO O| Aug 27 01:04:56.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82792026-08-27T01:04:58.223Z[ recovery-image] Aug 27 01:04:56.849 INFO O| Aug 27 01:04:56.849 INFO STEP 984 (remove_files) COMPLETE
82802026-08-27T01:04:58.223Z[ recovery-image] Aug 27 01:04:56.849 INFO O| Aug 27 01:04:56.849 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-27T01:04:58.232Z[ recovery-image] Aug 27 01:04:56.858 INFO O| Aug 27 01:04:56.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82822026-08-27T01:04:58.232Z[ recovery-image] Aug 27 01:04:56.858 INFO O| Aug 27 01:04:56.858 INFO STEP 985 (remove_files) COMPLETE
82832026-08-27T01:04:58.232Z[ recovery-image] Aug 27 01:04:56.858 INFO O| Aug 27 01:04:56.858 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-27T01:04:58.241Z[ recovery-image] Aug 27 01:04:56.867 INFO O| Aug 27 01:04:56.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82852026-08-27T01:04:58.241Z[ recovery-image] Aug 27 01:04:56.867 INFO O| Aug 27 01:04:56.867 INFO STEP 986 (remove_files) COMPLETE
82862026-08-27T01:04:58.241Z[ recovery-image] Aug 27 01:04:56.867 INFO O| Aug 27 01:04:56.867 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-27T01:04:58.249Z[ recovery-image] Aug 27 01:04:56.875 INFO O| Aug 27 01:04:56.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82882026-08-27T01:04:58.249Z[ recovery-image] Aug 27 01:04:56.875 INFO O| Aug 27 01:04:56.875 INFO STEP 987 (remove_files) COMPLETE
82892026-08-27T01:04:58.253Z[ recovery-image] Aug 27 01:04:56.875 INFO O| Aug 27 01:04:56.875 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-27T01:04:58.260Z[ recovery-image] Aug 27 01:04:56.886 INFO O| Aug 27 01:04:56.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82912026-08-27T01:04:58.260Z[ recovery-image] Aug 27 01:04:56.886 INFO O| Aug 27 01:04:56.886 INFO STEP 988 (remove_files) COMPLETE
82922026-08-27T01:04:58.260Z[ recovery-image] Aug 27 01:04:56.886 INFO O| Aug 27 01:04:56.886 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-27T01:04:58.270Z[ recovery-image] Aug 27 01:04:56.896 INFO O| Aug 27 01:04:56.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82942026-08-27T01:04:58.271Z[ recovery-image] Aug 27 01:04:56.896 INFO O| Aug 27 01:04:56.896 INFO STEP 989 (remove_files) COMPLETE
82952026-08-27T01:04:58.271Z[ recovery-image] Aug 27 01:04:56.896 INFO O| Aug 27 01:04:56.896 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-27T01:04:58.279Z[ recovery-image] Aug 27 01:04:56.905 INFO O| Aug 27 01:04:56.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82972026-08-27T01:04:58.279Z[ recovery-image] Aug 27 01:04:56.905 INFO O| Aug 27 01:04:56.905 INFO STEP 990 (remove_files) COMPLETE
82982026-08-27T01:04:58.279Z[ recovery-image] Aug 27 01:04:56.905 INFO O| Aug 27 01:04:56.905 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-27T01:04:58.289Z[ recovery-image] Aug 27 01:04:56.915 INFO O| Aug 27 01:04:56.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83002026-08-27T01:04:58.289Z[ recovery-image] Aug 27 01:04:56.915 INFO O| Aug 27 01:04:56.915 INFO STEP 991 (remove_files) COMPLETE
83012026-08-27T01:04:58.289Z[ recovery-image] Aug 27 01:04:56.915 INFO O| Aug 27 01:04:56.915 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-27T01:04:58.299Z[ recovery-image] Aug 27 01:04:56.925 INFO O| Aug 27 01:04:56.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83032026-08-27T01:04:58.299Z[ recovery-image] Aug 27 01:04:56.925 INFO O| Aug 27 01:04:56.925 INFO STEP 992 (remove_files) COMPLETE
83042026-08-27T01:04:58.303Z[ recovery-image] Aug 27 01:04:56.925 INFO O| Aug 27 01:04:56.925 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-27T01:04:58.310Z[ recovery-image] Aug 27 01:04:56.935 INFO O| Aug 27 01:04:56.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83062026-08-27T01:04:58.310Z[ recovery-image] Aug 27 01:04:56.936 INFO O| Aug 27 01:04:56.936 INFO STEP 993 (remove_files) COMPLETE
83072026-08-27T01:04:58.310Z[ recovery-image] Aug 27 01:04:56.936 INFO O| Aug 27 01:04:56.936 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-27T01:04:58.320Z[ recovery-image] Aug 27 01:04:56.946 INFO O| Aug 27 01:04:56.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83092026-08-27T01:04:58.320Z[ recovery-image] Aug 27 01:04:56.946 INFO O| Aug 27 01:04:56.946 INFO STEP 994 (remove_files) COMPLETE
83102026-08-27T01:04:58.320Z[ recovery-image] Aug 27 01:04:56.946 INFO O| Aug 27 01:04:56.946 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-27T01:04:58.330Z[ recovery-image] Aug 27 01:04:56.956 INFO O| Aug 27 01:04:56.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83122026-08-27T01:04:58.330Z[ recovery-image] Aug 27 01:04:56.956 INFO O| Aug 27 01:04:56.956 INFO STEP 995 (remove_files) COMPLETE
83132026-08-27T01:04:58.330Z[ recovery-image] Aug 27 01:04:56.956 INFO O| Aug 27 01:04:56.956 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-27T01:04:58.341Z[ recovery-image] Aug 27 01:04:56.966 INFO O| Aug 27 01:04:56.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83152026-08-27T01:04:58.341Z[ recovery-image] Aug 27 01:04:56.966 INFO O| Aug 27 01:04:56.966 INFO STEP 996 (remove_files) COMPLETE
83162026-08-27T01:04:58.344Z[ recovery-image] Aug 27 01:04:56.966 INFO O| Aug 27 01:04:56.966 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-27T01:04:58.350Z[ recovery-image] Aug 27 01:04:56.976 INFO O| Aug 27 01:04:56.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83182026-08-27T01:04:58.350Z[ recovery-image] Aug 27 01:04:56.976 INFO O| Aug 27 01:04:56.976 INFO STEP 997 (remove_files) COMPLETE
83192026-08-27T01:04:58.350Z[ recovery-image] Aug 27 01:04:56.976 INFO O| Aug 27 01:04:56.976 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-27T01:04:58.358Z[ recovery-image] Aug 27 01:04:56.984 INFO O| Aug 27 01:04:56.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83212026-08-27T01:04:58.358Z[ recovery-image] Aug 27 01:04:56.984 INFO O| Aug 27 01:04:56.984 INFO STEP 998 (remove_files) COMPLETE
83222026-08-27T01:04:58.358Z[ recovery-image] Aug 27 01:04:56.984 INFO O| Aug 27 01:04:56.984 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-27T01:04:58.366Z[ recovery-image] Aug 27 01:04:56.992 INFO O| Aug 27 01:04:56.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83242026-08-27T01:04:58.367Z[ recovery-image] Aug 27 01:04:56.992 INFO O| Aug 27 01:04:56.992 INFO STEP 999 (remove_files) COMPLETE
83252026-08-27T01:04:58.371Z[ recovery-image] Aug 27 01:04:56.992 INFO O| Aug 27 01:04:56.992 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-27T01:04:58.375Z[ recovery-image] Aug 27 01:04:57.001 INFO O| Aug 27 01:04:57.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83272026-08-27T01:04:58.375Z[ recovery-image] Aug 27 01:04:57.001 INFO O| Aug 27 01:04:57.001 INFO STEP 1000 (remove_files) COMPLETE
83282026-08-27T01:04:58.375Z[ recovery-image] Aug 27 01:04:57.001 INFO O| Aug 27 01:04:57.001 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-27T01:04:58.384Z[ recovery-image] Aug 27 01:04:57.010 INFO O| Aug 27 01:04:57.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83302026-08-27T01:04:58.384Z[ recovery-image] Aug 27 01:04:57.010 INFO O| Aug 27 01:04:57.010 INFO STEP 1001 (remove_files) COMPLETE
83312026-08-27T01:04:58.387Z[ recovery-image] Aug 27 01:04:57.010 INFO O| Aug 27 01:04:57.010 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-27T01:04:58.393Z[ recovery-image] Aug 27 01:04:57.019 INFO O| Aug 27 01:04:57.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83332026-08-27T01:04:58.393Z[ recovery-image] Aug 27 01:04:57.019 INFO O| Aug 27 01:04:57.019 INFO STEP 1002 (remove_files) COMPLETE
83342026-08-27T01:04:58.393Z[ recovery-image] Aug 27 01:04:57.019 INFO O| Aug 27 01:04:57.019 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-27T01:04:58.402Z[ recovery-image] Aug 27 01:04:57.028 INFO O| Aug 27 01:04:57.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83362026-08-27T01:04:58.406Z[ recovery-image] Aug 27 01:04:57.029 INFO O| Aug 27 01:04:57.029 INFO STEP 1003 (remove_files) COMPLETE
83372026-08-27T01:04:58.406Z[ recovery-image] Aug 27 01:04:57.029 INFO O| Aug 27 01:04:57.029 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-27T01:04:58.413Z[ recovery-image] Aug 27 01:04:57.038 INFO O| Aug 27 01:04:57.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83392026-08-27T01:04:58.413Z[ recovery-image] Aug 27 01:04:57.038 INFO O| Aug 27 01:04:57.038 INFO STEP 1004 (remove_files) COMPLETE
83402026-08-27T01:04:58.413Z[ recovery-image] Aug 27 01:04:57.038 INFO O| Aug 27 01:04:57.038 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-27T01:04:58.422Z[ recovery-image] Aug 27 01:04:57.048 INFO O| Aug 27 01:04:57.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83422026-08-27T01:04:58.423Z[ recovery-image] Aug 27 01:04:57.048 INFO O| Aug 27 01:04:57.048 INFO STEP 1005 (remove_files) COMPLETE
83432026-08-27T01:04:58.423Z[ recovery-image] Aug 27 01:04:57.048 INFO O| Aug 27 01:04:57.048 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-27T01:04:58.433Z[ recovery-image] Aug 27 01:04:57.059 INFO O| Aug 27 01:04:57.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83452026-08-27T01:04:58.434Z[ recovery-image] Aug 27 01:04:57.059 INFO O| Aug 27 01:04:57.059 INFO STEP 1006 (remove_files) COMPLETE
83462026-08-27T01:04:58.437Z[ recovery-image] Aug 27 01:04:57.059 INFO O| Aug 27 01:04:57.059 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-27T01:04:58.442Z[ recovery-image] Aug 27 01:04:57.068 INFO O| Aug 27 01:04:57.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83482026-08-27T01:04:58.442Z[ recovery-image] Aug 27 01:04:57.068 INFO O| Aug 27 01:04:57.068 INFO STEP 1007 (remove_files) COMPLETE
83492026-08-27T01:04:58.442Z[ recovery-image] Aug 27 01:04:57.068 INFO O| Aug 27 01:04:57.068 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-27T01:04:58.452Z[ recovery-image] Aug 27 01:04:57.078 INFO O| Aug 27 01:04:57.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83512026-08-27T01:04:58.453Z[ recovery-image] Aug 27 01:04:57.078 INFO O| Aug 27 01:04:57.078 INFO STEP 1008 (remove_files) COMPLETE
83522026-08-27T01:04:58.456Z[ recovery-image] Aug 27 01:04:57.078 INFO O| Aug 27 01:04:57.078 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-27T01:04:58.464Z[ recovery-image] Aug 27 01:04:57.090 INFO O| Aug 27 01:04:57.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83542026-08-27T01:04:58.464Z[ recovery-image] Aug 27 01:04:57.090 INFO O| Aug 27 01:04:57.090 INFO STEP 1009 (remove_files) COMPLETE
83552026-08-27T01:04:58.468Z[ recovery-image] Aug 27 01:04:57.090 INFO O| Aug 27 01:04:57.090 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-27T01:04:58.474Z[ recovery-image] Aug 27 01:04:57.100 INFO O| Aug 27 01:04:57.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83572026-08-27T01:04:58.474Z[ recovery-image] Aug 27 01:04:57.100 INFO O| Aug 27 01:04:57.100 INFO STEP 1010 (remove_files) COMPLETE
83582026-08-27T01:04:58.477Z[ recovery-image] Aug 27 01:04:57.100 INFO O| Aug 27 01:04:57.100 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-27T01:04:58.483Z[ recovery-image] Aug 27 01:04:57.109 INFO O| Aug 27 01:04:57.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83602026-08-27T01:04:58.483Z[ recovery-image] Aug 27 01:04:57.109 INFO O| Aug 27 01:04:57.109 INFO STEP 1011 (remove_files) COMPLETE
83612026-08-27T01:04:58.488Z[ recovery-image] Aug 27 01:04:57.109 INFO O| Aug 27 01:04:57.109 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-27T01:04:58.494Z[ recovery-image] Aug 27 01:04:57.119 INFO O| Aug 27 01:04:57.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83632026-08-27T01:04:58.494Z[ recovery-image] Aug 27 01:04:57.119 INFO O| Aug 27 01:04:57.119 INFO STEP 1012 (remove_files) COMPLETE
83642026-08-27T01:04:58.494Z[ recovery-image] Aug 27 01:04:57.119 INFO O| Aug 27 01:04:57.119 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-27T01:04:58.505Z[ recovery-image] Aug 27 01:04:57.130 INFO O| Aug 27 01:04:57.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83662026-08-27T01:04:58.505Z[ recovery-image] Aug 27 01:04:57.130 INFO O| Aug 27 01:04:57.130 INFO STEP 1013 (remove_files) COMPLETE
83672026-08-27T01:04:58.505Z[ recovery-image] Aug 27 01:04:57.130 INFO O| Aug 27 01:04:57.130 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-27T01:04:58.515Z[ recovery-image] Aug 27 01:04:57.141 INFO O| Aug 27 01:04:57.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83692026-08-27T01:04:58.515Z[ recovery-image] Aug 27 01:04:57.141 INFO O| Aug 27 01:04:57.141 INFO STEP 1014 (remove_files) COMPLETE
83702026-08-27T01:04:58.519Z[ recovery-image] Aug 27 01:04:57.141 INFO O| Aug 27 01:04:57.141 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-27T01:04:58.525Z[ recovery-image] Aug 27 01:04:57.151 INFO O| Aug 27 01:04:57.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83722026-08-27T01:04:58.529Z[ recovery-image] Aug 27 01:04:57.152 INFO O| Aug 27 01:04:57.152 INFO STEP 1015 (remove_files) COMPLETE
83732026-08-27T01:04:58.529Z[ recovery-image] Aug 27 01:04:57.152 INFO O| Aug 27 01:04:57.152 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-27T01:04:58.537Z[ recovery-image] Aug 27 01:04:57.162 INFO O| Aug 27 01:04:57.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83752026-08-27T01:04:58.537Z[ recovery-image] Aug 27 01:04:57.162 INFO O| Aug 27 01:04:57.162 INFO STEP 1016 (remove_files) COMPLETE
83762026-08-27T01:04:58.541Z[ recovery-image] Aug 27 01:04:57.162 INFO O| Aug 27 01:04:57.162 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-27T01:04:58.546Z[ recovery-image] Aug 27 01:04:57.171 INFO O| Aug 27 01:04:57.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83782026-08-27T01:04:58.546Z[ recovery-image] Aug 27 01:04:57.172 INFO O| Aug 27 01:04:57.172 INFO STEP 1017 (remove_files) COMPLETE
83792026-08-27T01:04:58.546Z[ recovery-image] Aug 27 01:04:57.172 INFO O| Aug 27 01:04:57.172 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-27T01:04:58.558Z[ recovery-image] Aug 27 01:04:57.183 INFO O| Aug 27 01:04:57.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83812026-08-27T01:04:58.558Z[ recovery-image] Aug 27 01:04:57.183 INFO O| Aug 27 01:04:57.181 INFO STEP 1018 (remove_files) COMPLETE
83822026-08-27T01:04:58.558Z[ recovery-image] Aug 27 01:04:57.183 INFO O| Aug 27 01:04:57.181 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-27T01:04:58.565Z[ recovery-image] Aug 27 01:04:57.191 INFO O| Aug 27 01:04:57.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83842026-08-27T01:04:58.565Z[ recovery-image] Aug 27 01:04:57.191 INFO O| Aug 27 01:04:57.191 INFO STEP 1019 (remove_files) COMPLETE
83852026-08-27T01:04:58.565Z[ recovery-image] Aug 27 01:04:57.191 INFO O| Aug 27 01:04:57.191 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-27T01:04:58.574Z[ recovery-image] Aug 27 01:04:57.199 INFO O| Aug 27 01:04:57.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83872026-08-27T01:04:58.574Z[ recovery-image] Aug 27 01:04:57.199 INFO O| Aug 27 01:04:57.199 INFO STEP 1020 (remove_files) COMPLETE
83882026-08-27T01:04:58.574Z[ recovery-image] Aug 27 01:04:57.199 INFO O| Aug 27 01:04:57.199 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-27T01:04:58.586Z[ recovery-image] Aug 27 01:04:57.211 INFO O| Aug 27 01:04:57.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83902026-08-27T01:04:58.586Z[ recovery-image] Aug 27 01:04:57.212 INFO O| Aug 27 01:04:57.211 INFO STEP 1021 (remove_files) COMPLETE
83912026-08-27T01:04:58.586Z[ recovery-image] Aug 27 01:04:57.212 INFO O| Aug 27 01:04:57.211 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-27T01:04:58.596Z[ recovery-image] Aug 27 01:04:57.222 INFO O| Aug 27 01:04:57.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83932026-08-27T01:04:58.596Z[ recovery-image] Aug 27 01:04:57.222 INFO O| Aug 27 01:04:57.222 INFO STEP 1022 (remove_files) COMPLETE
83942026-08-27T01:04:58.600Z[ recovery-image] Aug 27 01:04:57.222 INFO O| Aug 27 01:04:57.222 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-27T01:04:58.607Z[ recovery-image] Aug 27 01:04:57.233 INFO O| Aug 27 01:04:57.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83962026-08-27T01:04:58.607Z[ recovery-image] Aug 27 01:04:57.233 INFO O| Aug 27 01:04:57.233 INFO STEP 1023 (remove_files) COMPLETE
83972026-08-27T01:04:58.611Z[ recovery-image] Aug 27 01:04:57.233 INFO O| Aug 27 01:04:57.233 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-27T01:04:58.618Z[ recovery-image] Aug 27 01:04:57.243 INFO O| Aug 27 01:04:57.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83992026-08-27T01:04:58.618Z[ recovery-image] Aug 27 01:04:57.243 INFO O| Aug 27 01:04:57.243 INFO STEP 1024 (remove_files) COMPLETE
84002026-08-27T01:04:58.618Z[ recovery-image] Aug 27 01:04:57.243 INFO O| Aug 27 01:04:57.243 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-27T01:04:58.621Z[verify-libraries] Compiling samael v0.0.19
84022026-08-27T01:04:58.628Z[ recovery-image] Aug 27 01:04:57.254 INFO O| Aug 27 01:04:57.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84032026-08-27T01:04:58.628Z[ recovery-image] Aug 27 01:04:57.254 INFO O| Aug 27 01:04:57.254 INFO STEP 1025 (remove_files) COMPLETE
84042026-08-27T01:04:58.628Z[ recovery-image] Aug 27 01:04:57.254 INFO O| Aug 27 01:04:57.254 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-27T01:04:58.638Z[ recovery-image] Aug 27 01:04:57.264 INFO O| Aug 27 01:04:57.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84062026-08-27T01:04:58.638Z[ recovery-image] Aug 27 01:04:57.264 INFO O| Aug 27 01:04:57.264 INFO STEP 1026 (remove_files) COMPLETE
84072026-08-27T01:04:58.642Z[ recovery-image] Aug 27 01:04:57.264 INFO O| Aug 27 01:04:57.264 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-27T01:04:58.647Z[ recovery-image] Aug 27 01:04:57.272 INFO O| Aug 27 01:04:57.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84092026-08-27T01:04:58.647Z[ recovery-image] Aug 27 01:04:57.272 INFO O| Aug 27 01:04:57.272 INFO STEP 1027 (remove_files) COMPLETE
84102026-08-27T01:04:58.651Z[ recovery-image] Aug 27 01:04:57.272 INFO O| Aug 27 01:04:57.272 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-27T01:04:58.655Z[ recovery-image] Aug 27 01:04:57.281 INFO O| Aug 27 01:04:57.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84122026-08-27T01:04:58.655Z[ recovery-image] Aug 27 01:04:57.281 INFO O| Aug 27 01:04:57.281 INFO STEP 1028 (remove_files) COMPLETE
84132026-08-27T01:04:58.655Z[ recovery-image] Aug 27 01:04:57.281 INFO O| Aug 27 01:04:57.281 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-27T01:04:58.659Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
84152026-08-27T01:04:58.665Z[ recovery-image] Aug 27 01:04:57.290 INFO O| Aug 27 01:04:57.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84162026-08-27T01:04:58.665Z[ recovery-image] Aug 27 01:04:57.291 INFO O| Aug 27 01:04:57.291 INFO STEP 1029 (remove_files) COMPLETE
84172026-08-27T01:04:58.668Z[ recovery-image] Aug 27 01:04:57.291 INFO O| Aug 27 01:04:57.291 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-27T01:04:58.674Z[ recovery-image] Aug 27 01:04:57.300 INFO O| Aug 27 01:04:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84192026-08-27T01:04:58.674Z[ recovery-image] Aug 27 01:04:57.300 INFO O| Aug 27 01:04:57.300 INFO STEP 1030 (remove_files) COMPLETE
84202026-08-27T01:04:58.678Z[ recovery-image] Aug 27 01:04:57.300 INFO O| Aug 27 01:04:57.300 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-27T01:04:58.684Z[ recovery-image] Aug 27 01:04:57.309 INFO O| Aug 27 01:04:57.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84222026-08-27T01:04:58.684Z[ recovery-image] Aug 27 01:04:57.309 INFO O| Aug 27 01:04:57.309 INFO STEP 1031 (remove_files) COMPLETE
84232026-08-27T01:04:58.684Z[ recovery-image] Aug 27 01:04:57.309 INFO O| Aug 27 01:04:57.309 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-27T01:04:58.693Z[ recovery-image] Aug 27 01:04:57.319 INFO O| Aug 27 01:04:57.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84252026-08-27T01:04:58.694Z[ recovery-image] Aug 27 01:04:57.319 INFO O| Aug 27 01:04:57.319 INFO STEP 1032 (remove_files) COMPLETE
84262026-08-27T01:04:58.694Z[ recovery-image] Aug 27 01:04:57.319 INFO O| Aug 27 01:04:57.319 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-27T01:04:58.703Z[ recovery-image] Aug 27 01:04:57.328 INFO O| Aug 27 01:04:57.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84282026-08-27T01:04:58.703Z[ recovery-image] Aug 27 01:04:57.328 INFO O| Aug 27 01:04:57.328 INFO STEP 1033 (remove_files) COMPLETE
84292026-08-27T01:04:58.703Z[ recovery-image] Aug 27 01:04:57.329 INFO O| Aug 27 01:04:57.328 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-27T01:04:58.712Z[ recovery-image] Aug 27 01:04:57.338 INFO O| Aug 27 01:04:57.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84312026-08-27T01:04:58.712Z[ recovery-image] Aug 27 01:04:57.338 INFO O| Aug 27 01:04:57.338 INFO STEP 1034 (remove_files) COMPLETE
84322026-08-27T01:04:58.714Z[ recovery-image] Aug 27 01:04:57.338 INFO O| Aug 27 01:04:57.338 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-27T01:04:58.723Z[ recovery-image] Aug 27 01:04:57.349 INFO O| Aug 27 01:04:57.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84342026-08-27T01:04:58.723Z[ recovery-image] Aug 27 01:04:57.349 INFO O| Aug 27 01:04:57.349 INFO STEP 1035 (remove_files) COMPLETE
84352026-08-27T01:04:58.723Z[ recovery-image] Aug 27 01:04:57.349 INFO O| Aug 27 01:04:57.349 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-27T01:04:58.734Z[ recovery-image] Aug 27 01:04:57.359 INFO O| Aug 27 01:04:57.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84372026-08-27T01:04:58.737Z[ recovery-image] Aug 27 01:04:57.360 INFO O| Aug 27 01:04:57.360 INFO STEP 1036 (remove_files) COMPLETE
84382026-08-27T01:04:58.737Z[ recovery-image] Aug 27 01:04:57.360 INFO O| Aug 27 01:04:57.360 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-27T01:04:58.745Z[ recovery-image] Aug 27 01:04:57.370 INFO O| Aug 27 01:04:57.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84402026-08-27T01:04:58.745Z[ recovery-image] Aug 27 01:04:57.370 INFO O| Aug 27 01:04:57.370 INFO STEP 1037 (remove_files) COMPLETE
84412026-08-27T01:04:58.745Z[ recovery-image] Aug 27 01:04:57.370 INFO O| Aug 27 01:04:57.370 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-27T01:04:58.754Z[ recovery-image] Aug 27 01:04:57.380 INFO O| Aug 27 01:04:57.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84432026-08-27T01:04:58.754Z[ recovery-image] Aug 27 01:04:57.380 INFO O| Aug 27 01:04:57.380 INFO STEP 1038 (remove_files) COMPLETE
84442026-08-27T01:04:58.754Z[ recovery-image] Aug 27 01:04:57.380 INFO O| Aug 27 01:04:57.380 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-27T01:04:58.765Z[ recovery-image] Aug 27 01:04:57.390 INFO O| Aug 27 01:04:57.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84462026-08-27T01:04:58.765Z[ recovery-image] Aug 27 01:04:57.390 INFO O| Aug 27 01:04:57.390 INFO STEP 1039 (remove_files) COMPLETE
84472026-08-27T01:04:58.768Z[ recovery-image] Aug 27 01:04:57.390 INFO O| Aug 27 01:04:57.390 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-27T01:04:58.776Z[ recovery-image] Aug 27 01:04:57.402 INFO O| Aug 27 01:04:57.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84492026-08-27T01:04:58.776Z[ recovery-image] Aug 27 01:04:57.402 INFO O| Aug 27 01:04:57.402 INFO STEP 1040 (remove_files) COMPLETE
84502026-08-27T01:04:58.779Z[ recovery-image] Aug 27 01:04:57.402 INFO O| Aug 27 01:04:57.402 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-27T01:04:58.786Z[ recovery-image] Aug 27 01:04:57.412 INFO O| Aug 27 01:04:57.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84522026-08-27T01:04:58.786Z[ recovery-image] Aug 27 01:04:57.412 INFO O| Aug 27 01:04:57.412 INFO STEP 1041 (remove_files) COMPLETE
84532026-08-27T01:04:58.786Z[ recovery-image] Aug 27 01:04:57.412 INFO O| Aug 27 01:04:57.412 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-27T01:04:58.796Z[ recovery-image] Aug 27 01:04:57.421 INFO O| Aug 27 01:04:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84552026-08-27T01:04:58.796Z[ recovery-image] Aug 27 01:04:57.421 INFO O| Aug 27 01:04:57.421 INFO STEP 1042 (remove_files) COMPLETE
84562026-08-27T01:04:58.796Z[ recovery-image] Aug 27 01:04:57.421 INFO O| Aug 27 01:04:57.421 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-27T01:04:58.805Z[ recovery-image] Aug 27 01:04:57.431 INFO O| Aug 27 01:04:57.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84582026-08-27T01:04:58.805Z[ recovery-image] Aug 27 01:04:57.431 INFO O| Aug 27 01:04:57.431 INFO STEP 1043 (remove_files) COMPLETE
84592026-08-27T01:04:58.809Z[ recovery-image] Aug 27 01:04:57.431 INFO O| Aug 27 01:04:57.431 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-27T01:04:58.815Z[ recovery-image] Aug 27 01:04:57.440 INFO O| Aug 27 01:04:57.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84612026-08-27T01:04:58.815Z[ recovery-image] Aug 27 01:04:57.440 INFO O| Aug 27 01:04:57.440 INFO STEP 1044 (remove_files) COMPLETE
84622026-08-27T01:04:58.818Z[ recovery-image] Aug 27 01:04:57.440 INFO O| Aug 27 01:04:57.440 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-27T01:04:58.825Z[ recovery-image] Aug 27 01:04:57.451 INFO O| Aug 27 01:04:57.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84642026-08-27T01:04:58.825Z[ recovery-image] Aug 27 01:04:57.451 INFO O| Aug 27 01:04:57.451 INFO STEP 1045 (remove_files) COMPLETE
84652026-08-27T01:04:58.825Z[ recovery-image] Aug 27 01:04:57.451 INFO O| Aug 27 01:04:57.451 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-27T01:04:58.835Z[ recovery-image] Aug 27 01:04:57.460 INFO O| Aug 27 01:04:57.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84672026-08-27T01:04:58.835Z[ recovery-image] Aug 27 01:04:57.460 INFO O| Aug 27 01:04:57.460 INFO STEP 1046 (remove_files) COMPLETE
84682026-08-27T01:04:58.838Z[ recovery-image] Aug 27 01:04:57.460 INFO O| Aug 27 01:04:57.460 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-27T01:04:58.844Z[ recovery-image] Aug 27 01:04:57.470 INFO O| Aug 27 01:04:57.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84702026-08-27T01:04:58.844Z[ recovery-image] Aug 27 01:04:57.470 INFO O| Aug 27 01:04:57.470 INFO STEP 1047 (remove_files) COMPLETE
84712026-08-27T01:04:58.848Z[ recovery-image] Aug 27 01:04:57.470 INFO O| Aug 27 01:04:57.470 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-27T01:04:58.854Z[ recovery-image] Aug 27 01:04:57.478 INFO O| Aug 27 01:04:57.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84732026-08-27T01:04:58.854Z[ recovery-image] Aug 27 01:04:57.478 INFO O| Aug 27 01:04:57.478 INFO STEP 1048 (remove_files) COMPLETE
84742026-08-27T01:04:58.854Z[ recovery-image] Aug 27 01:04:57.478 INFO O| Aug 27 01:04:57.478 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-27T01:04:58.862Z[ recovery-image] Aug 27 01:04:57.486 INFO O| Aug 27 01:04:57.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84762026-08-27T01:04:58.862Z[ recovery-image] Aug 27 01:04:57.486 INFO O| Aug 27 01:04:57.486 INFO STEP 1049 (remove_files) COMPLETE
84772026-08-27T01:04:58.862Z[ recovery-image] Aug 27 01:04:57.486 INFO O| Aug 27 01:04:57.486 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-27T01:04:58.869Z[ recovery-image] Aug 27 01:04:57.495 INFO O| Aug 27 01:04:57.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84792026-08-27T01:04:58.869Z[ recovery-image] Aug 27 01:04:57.495 INFO O| Aug 27 01:04:57.495 INFO STEP 1050 (remove_files) COMPLETE
84802026-08-27T01:04:58.870Z[ recovery-image] Aug 27 01:04:57.495 INFO O| Aug 27 01:04:57.495 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-27T01:04:58.878Z[ recovery-image] Aug 27 01:04:57.504 INFO O| Aug 27 01:04:57.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84822026-08-27T01:04:58.878Z[ recovery-image] Aug 27 01:04:57.504 INFO O| Aug 27 01:04:57.504 INFO STEP 1051 (remove_files) COMPLETE
84832026-08-27T01:04:58.878Z[ recovery-image] Aug 27 01:04:57.504 INFO O| Aug 27 01:04:57.504 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-27T01:04:58.886Z[ recovery-image] Aug 27 01:04:57.512 INFO O| Aug 27 01:04:57.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84852026-08-27T01:04:58.886Z[ recovery-image] Aug 27 01:04:57.512 INFO O| Aug 27 01:04:57.512 INFO STEP 1052 (remove_files) COMPLETE
84862026-08-27T01:04:58.886Z[ recovery-image] Aug 27 01:04:57.512 INFO O| Aug 27 01:04:57.512 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-27T01:04:58.897Z[ recovery-image] Aug 27 01:04:57.523 INFO O| Aug 27 01:04:57.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84882026-08-27T01:04:58.897Z[ recovery-image] Aug 27 01:04:57.523 INFO O| Aug 27 01:04:57.523 INFO STEP 1053 (remove_files) COMPLETE
84892026-08-27T01:04:58.901Z[ recovery-image] Aug 27 01:04:57.523 INFO O| Aug 27 01:04:57.523 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-27T01:04:58.907Z[ recovery-image] Aug 27 01:04:57.532 INFO O| Aug 27 01:04:57.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84912026-08-27T01:04:58.907Z[ recovery-image] Aug 27 01:04:57.532 INFO O| Aug 27 01:04:57.532 INFO STEP 1054 (remove_files) COMPLETE
84922026-08-27T01:04:58.910Z[ recovery-image] Aug 27 01:04:57.532 INFO O| Aug 27 01:04:57.532 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-27T01:04:58.919Z[ recovery-image] Aug 27 01:04:57.543 INFO O| Aug 27 01:04:57.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84942026-08-27T01:04:58.919Z[ recovery-image] Aug 27 01:04:57.543 INFO O| Aug 27 01:04:57.543 INFO STEP 1055 (remove_files) COMPLETE
84952026-08-27T01:04:58.919Z[ recovery-image] Aug 27 01:04:57.543 INFO O| Aug 27 01:04:57.543 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-27T01:04:58.929Z[ recovery-image] Aug 27 01:04:57.553 INFO O| Aug 27 01:04:57.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84972026-08-27T01:04:58.929Z[ recovery-image] Aug 27 01:04:57.553 INFO O| Aug 27 01:04:57.553 INFO STEP 1056 (remove_files) COMPLETE
84982026-08-27T01:04:58.929Z[ recovery-image] Aug 27 01:04:57.553 INFO O| Aug 27 01:04:57.553 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-27T01:04:58.937Z[ recovery-image] Aug 27 01:04:57.562 INFO O| Aug 27 01:04:57.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85002026-08-27T01:04:58.937Z[ recovery-image] Aug 27 01:04:57.562 INFO O| Aug 27 01:04:57.562 INFO STEP 1057 (remove_files) COMPLETE
85012026-08-27T01:04:58.937Z[ recovery-image] Aug 27 01:04:57.562 INFO O| Aug 27 01:04:57.562 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-27T01:04:58.948Z[ recovery-image] Aug 27 01:04:57.572 INFO O| Aug 27 01:04:57.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85032026-08-27T01:04:58.948Z[ recovery-image] Aug 27 01:04:57.572 INFO O| Aug 27 01:04:57.572 INFO STEP 1058 (remove_files) COMPLETE
85042026-08-27T01:04:58.952Z[ recovery-image] Aug 27 01:04:57.572 INFO O| Aug 27 01:04:57.572 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-27T01:04:58.956Z[ recovery-image] Aug 27 01:04:57.581 INFO O| Aug 27 01:04:57.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85062026-08-27T01:04:58.956Z[ recovery-image] Aug 27 01:04:57.581 INFO O| Aug 27 01:04:57.581 INFO STEP 1059 (remove_files) COMPLETE
85072026-08-27T01:04:58.956Z[ recovery-image] Aug 27 01:04:57.581 INFO O| Aug 27 01:04:57.581 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-27T01:04:58.966Z[ recovery-image] Aug 27 01:04:57.592 INFO O| Aug 27 01:04:57.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85092026-08-27T01:04:58.966Z[ recovery-image] Aug 27 01:04:57.592 INFO O| Aug 27 01:04:57.592 INFO STEP 1060 (remove_files) COMPLETE
85102026-08-27T01:04:58.971Z[ recovery-image] Aug 27 01:04:57.592 INFO O| Aug 27 01:04:57.592 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-27T01:04:58.976Z[ recovery-image] Aug 27 01:04:57.602 INFO O| Aug 27 01:04:57.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85122026-08-27T01:04:58.979Z[ recovery-image] Aug 27 01:04:57.602 INFO O| Aug 27 01:04:57.602 INFO STEP 1061 (remove_files) COMPLETE
85132026-08-27T01:04:58.979Z[ recovery-image] Aug 27 01:04:57.602 INFO O| Aug 27 01:04:57.602 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-27T01:04:58.986Z[ recovery-image] Aug 27 01:04:57.612 INFO O| Aug 27 01:04:57.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85152026-08-27T01:04:58.986Z[ recovery-image] Aug 27 01:04:57.612 INFO O| Aug 27 01:04:57.612 INFO STEP 1062 (remove_files) COMPLETE
85162026-08-27T01:04:58.986Z[ recovery-image] Aug 27 01:04:57.612 INFO O| Aug 27 01:04:57.612 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-27T01:04:58.996Z[ recovery-image] Aug 27 01:04:57.622 INFO O| Aug 27 01:04:57.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85182026-08-27T01:04:58.998Z[ recovery-image] Aug 27 01:04:57.622 INFO O| Aug 27 01:04:57.622 INFO STEP 1063 (remove_files) COMPLETE
85192026-08-27T01:04:58.998Z[ recovery-image] Aug 27 01:04:57.622 INFO O| Aug 27 01:04:57.622 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-27T01:04:59.006Z[ recovery-image] Aug 27 01:04:57.631 INFO O| Aug 27 01:04:57.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85212026-08-27T01:04:59.006Z[ recovery-image] Aug 27 01:04:57.632 INFO O| Aug 27 01:04:57.632 INFO STEP 1064 (remove_files) COMPLETE
85222026-08-27T01:04:59.006Z[ recovery-image] Aug 27 01:04:57.632 INFO O| Aug 27 01:04:57.632 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-27T01:04:59.015Z[ recovery-image] Aug 27 01:04:57.641 INFO O| Aug 27 01:04:57.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85242026-08-27T01:04:59.015Z[ recovery-image] Aug 27 01:04:57.641 INFO O| Aug 27 01:04:57.641 INFO STEP 1065 (remove_files) COMPLETE
85252026-08-27T01:04:59.019Z[ recovery-image] Aug 27 01:04:57.641 INFO O| Aug 27 01:04:57.641 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-27T01:04:59.026Z[ recovery-image] Aug 27 01:04:57.651 INFO O| Aug 27 01:04:57.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85272026-08-27T01:04:59.026Z[ recovery-image] Aug 27 01:04:57.651 INFO O| Aug 27 01:04:57.651 INFO STEP 1066 (remove_files) COMPLETE
85282026-08-27T01:04:59.026Z[ recovery-image] Aug 27 01:04:57.651 INFO O| Aug 27 01:04:57.651 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-27T01:04:59.036Z[ recovery-image] Aug 27 01:04:57.661 INFO O| Aug 27 01:04:57.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85302026-08-27T01:04:59.036Z[ recovery-image] Aug 27 01:04:57.661 INFO O| Aug 27 01:04:57.661 INFO STEP 1067 (remove_files) COMPLETE
85312026-08-27T01:04:59.036Z[ recovery-image] Aug 27 01:04:57.661 INFO O| Aug 27 01:04:57.661 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-27T01:04:59.046Z[ recovery-image] Aug 27 01:04:57.672 INFO O| Aug 27 01:04:57.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85332026-08-27T01:04:59.046Z[ recovery-image] Aug 27 01:04:57.672 INFO O| Aug 27 01:04:57.672 INFO STEP 1068 (remove_files) COMPLETE
85342026-08-27T01:04:59.050Z[ recovery-image] Aug 27 01:04:57.672 INFO O| Aug 27 01:04:57.672 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-27T01:04:59.057Z[ recovery-image] Aug 27 01:04:57.682 INFO O| Aug 27 01:04:57.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85362026-08-27T01:04:59.060Z[ recovery-image] Aug 27 01:04:57.682 INFO O| Aug 27 01:04:57.682 INFO STEP 1069 (remove_files) COMPLETE
85372026-08-27T01:04:59.060Z[ recovery-image] Aug 27 01:04:57.682 INFO O| Aug 27 01:04:57.682 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-27T01:04:59.067Z[ recovery-image] Aug 27 01:04:57.693 INFO O| Aug 27 01:04:57.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85392026-08-27T01:04:59.067Z[ recovery-image] Aug 27 01:04:57.693 INFO O| Aug 27 01:04:57.693 INFO STEP 1070 (remove_files) COMPLETE
85402026-08-27T01:04:59.067Z[ recovery-image] Aug 27 01:04:57.693 INFO O| Aug 27 01:04:57.693 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-27T01:04:59.078Z[ recovery-image] Aug 27 01:04:57.703 INFO O| Aug 27 01:04:57.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85422026-08-27T01:04:59.078Z[ recovery-image] Aug 27 01:04:57.703 INFO O| Aug 27 01:04:57.703 INFO STEP 1071 (remove_files) COMPLETE
85432026-08-27T01:04:59.078Z[ recovery-image] Aug 27 01:04:57.703 INFO O| Aug 27 01:04:57.703 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-27T01:04:59.089Z[ recovery-image] Aug 27 01:04:57.715 INFO O| Aug 27 01:04:57.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85452026-08-27T01:04:59.089Z[ recovery-image] Aug 27 01:04:57.715 INFO O| Aug 27 01:04:57.715 INFO STEP 1072 (remove_files) COMPLETE
85462026-08-27T01:04:59.089Z[ recovery-image] Aug 27 01:04:57.715 INFO O| Aug 27 01:04:57.715 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-27T01:04:59.099Z[ recovery-image] Aug 27 01:04:57.725 INFO O| Aug 27 01:04:57.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85482026-08-27T01:04:59.100Z[ recovery-image] Aug 27 01:04:57.725 INFO O| Aug 27 01:04:57.725 INFO STEP 1073 (remove_files) COMPLETE
85492026-08-27T01:04:59.100Z[ recovery-image] Aug 27 01:04:57.725 INFO O| Aug 27 01:04:57.725 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-27T01:04:59.110Z[ recovery-image] Aug 27 01:04:57.735 INFO O| Aug 27 01:04:57.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85512026-08-27T01:04:59.110Z[ recovery-image] Aug 27 01:04:57.735 INFO O| Aug 27 01:04:57.735 INFO STEP 1074 (remove_files) COMPLETE
85522026-08-27T01:04:59.110Z[ recovery-image] Aug 27 01:04:57.735 INFO O| Aug 27 01:04:57.735 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-27T01:04:59.120Z[ recovery-image] Aug 27 01:04:57.745 INFO O| Aug 27 01:04:57.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85542026-08-27T01:04:59.120Z[ recovery-image] Aug 27 01:04:57.745 INFO O| Aug 27 01:04:57.745 INFO STEP 1075 (remove_files) COMPLETE
85552026-08-27T01:04:59.120Z[ recovery-image] Aug 27 01:04:57.745 INFO O| Aug 27 01:04:57.745 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-27T01:04:59.131Z[ recovery-image] Aug 27 01:04:57.757 INFO O| Aug 27 01:04:57.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85572026-08-27T01:04:59.131Z[ recovery-image] Aug 27 01:04:57.757 INFO O| Aug 27 01:04:57.757 INFO STEP 1076 (remove_files) COMPLETE
85582026-08-27T01:04:59.131Z[ recovery-image] Aug 27 01:04:57.757 INFO O| Aug 27 01:04:57.757 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-27T01:04:59.142Z[ recovery-image] Aug 27 01:04:57.767 INFO O| Aug 27 01:04:57.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85602026-08-27T01:04:59.142Z[ recovery-image] Aug 27 01:04:57.767 INFO O| Aug 27 01:04:57.767 INFO STEP 1077 (remove_files) COMPLETE
85612026-08-27T01:04:59.142Z[ recovery-image] Aug 27 01:04:57.767 INFO O| Aug 27 01:04:57.767 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-27T01:04:59.151Z[ recovery-image] Aug 27 01:04:57.777 INFO O| Aug 27 01:04:57.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85632026-08-27T01:04:59.151Z[ recovery-image] Aug 27 01:04:57.777 INFO O| Aug 27 01:04:57.777 INFO STEP 1078 (remove_files) COMPLETE
85642026-08-27T01:04:59.151Z[ recovery-image] Aug 27 01:04:57.777 INFO O| Aug 27 01:04:57.777 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-27T01:04:59.161Z[ recovery-image] Aug 27 01:04:57.787 INFO O| Aug 27 01:04:57.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85662026-08-27T01:04:59.165Z[ recovery-image] Aug 27 01:04:57.788 INFO O| Aug 27 01:04:57.788 INFO STEP 1079 (remove_files) COMPLETE
85672026-08-27T01:04:59.165Z[ recovery-image] Aug 27 01:04:57.788 INFO O| Aug 27 01:04:57.788 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-27T01:04:59.165Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
85692026-08-27T01:04:59.230Z[ recovery-image] Aug 27 01:04:57.798 INFO O| Aug 27 01:04:57.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85702026-08-27T01:04:59.230Z[ recovery-image] Aug 27 01:04:57.798 INFO O| Aug 27 01:04:57.798 INFO STEP 1080 (remove_files) COMPLETE
85712026-08-27T01:04:59.231Z[ recovery-image] Aug 27 01:04:57.798 INFO O| Aug 27 01:04:57.798 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.806 INFO O| Aug 27 01:04:57.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85732026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.806 INFO O| Aug 27 01:04:57.806 INFO STEP 1081 (remove_files) COMPLETE
85742026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.806 INFO O| Aug 27 01:04:57.806 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.819 INFO O| Aug 27 01:04:57.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85762026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.819 INFO O| Aug 27 01:04:57.819 INFO STEP 1082 (remove_files) COMPLETE
85772026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.819 INFO O| Aug 27 01:04:57.819 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.829 INFO O| Aug 27 01:04:57.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85792026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.829 INFO O| Aug 27 01:04:57.829 INFO STEP 1083 (remove_files) COMPLETE
85802026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.829 INFO O| Aug 27 01:04:57.829 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.839 INFO O| Aug 27 01:04:57.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85822026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.839 INFO O| Aug 27 01:04:57.839 INFO STEP 1084 (remove_files) COMPLETE
85832026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.839 INFO O| Aug 27 01:04:57.839 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-27T01:04:59.235Z[verify-libraries] Compiling socket2 v0.5.10
85852026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.849 INFO O| Aug 27 01:04:57.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85862026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.849 INFO O| Aug 27 01:04:57.849 INFO STEP 1085 (remove_files) COMPLETE
85872026-08-27T01:04:59.235Z[ recovery-image] Aug 27 01:04:57.849 INFO O| Aug 27 01:04:57.849 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-27T01:04:59.239Z[ recovery-image] Aug 27 01:04:57.862 INFO O| Aug 27 01:04:57.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85892026-08-27T01:04:59.239Z[ recovery-image] Aug 27 01:04:57.862 INFO O| Aug 27 01:04:57.862 INFO STEP 1086 (remove_files) COMPLETE
85902026-08-27T01:04:59.239Z[ recovery-image] Aug 27 01:04:57.862 INFO O| Aug 27 01:04:57.862 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-27T01:04:59.247Z[ recovery-image] Aug 27 01:04:57.872 INFO O| Aug 27 01:04:57.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85922026-08-27T01:04:59.247Z[ recovery-image] Aug 27 01:04:57.872 INFO O| Aug 27 01:04:57.872 INFO STEP 1087 (remove_files) COMPLETE
85932026-08-27T01:04:59.250Z[ recovery-image] Aug 27 01:04:57.872 INFO O| Aug 27 01:04:57.872 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-27T01:04:59.256Z[ recovery-image] Aug 27 01:04:57.882 INFO O| Aug 27 01:04:57.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85952026-08-27T01:04:59.256Z[ recovery-image] Aug 27 01:04:57.882 INFO O| Aug 27 01:04:57.882 INFO STEP 1088 (remove_files) COMPLETE
85962026-08-27T01:04:59.256Z[ recovery-image] Aug 27 01:04:57.882 INFO O| Aug 27 01:04:57.882 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-27T01:04:59.265Z[ recovery-image] Aug 27 01:04:57.891 INFO O| Aug 27 01:04:57.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85982026-08-27T01:04:59.265Z[ recovery-image] Aug 27 01:04:57.891 INFO O| Aug 27 01:04:57.891 INFO STEP 1089 (remove_files) COMPLETE
85992026-08-27T01:04:59.265Z[ recovery-image] Aug 27 01:04:57.891 INFO O| Aug 27 01:04:57.891 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-27T01:04:59.275Z[ recovery-image] Aug 27 01:04:57.901 INFO O| Aug 27 01:04:57.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86012026-08-27T01:04:59.275Z[ recovery-image] Aug 27 01:04:57.901 INFO O| Aug 27 01:04:57.901 INFO STEP 1090 (remove_files) COMPLETE
86022026-08-27T01:04:59.275Z[ recovery-image] Aug 27 01:04:57.901 INFO O| Aug 27 01:04:57.901 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-27T01:04:59.284Z[ recovery-image] Aug 27 01:04:57.910 INFO O| Aug 27 01:04:57.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86042026-08-27T01:04:59.284Z[ recovery-image] Aug 27 01:04:57.910 INFO O| Aug 27 01:04:57.910 INFO STEP 1091 (remove_files) COMPLETE
86052026-08-27T01:04:59.284Z[ recovery-image] Aug 27 01:04:57.910 INFO O| Aug 27 01:04:57.910 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-27T01:04:59.293Z[ recovery-image] Aug 27 01:04:57.918 INFO O| Aug 27 01:04:57.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86072026-08-27T01:04:59.293Z[ recovery-image] Aug 27 01:04:57.918 INFO O| Aug 27 01:04:57.918 INFO STEP 1092 (remove_files) COMPLETE
86082026-08-27T01:04:59.296Z[ recovery-image] Aug 27 01:04:57.918 INFO O| Aug 27 01:04:57.918 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-27T01:04:59.302Z[ recovery-image] Aug 27 01:04:57.927 INFO O| Aug 27 01:04:57.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86102026-08-27T01:04:59.302Z[ recovery-image] Aug 27 01:04:57.928 INFO O| Aug 27 01:04:57.928 INFO STEP 1093 (remove_files) COMPLETE
86112026-08-27T01:04:59.306Z[ recovery-image] Aug 27 01:04:57.928 INFO O| Aug 27 01:04:57.928 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-27T01:04:59.311Z[ recovery-image] Aug 27 01:04:57.936 INFO O| Aug 27 01:04:57.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86132026-08-27T01:04:59.314Z[ recovery-image] Aug 27 01:04:57.936 INFO O| Aug 27 01:04:57.936 INFO STEP 1094 (remove_files) COMPLETE
86142026-08-27T01:04:59.314Z[ recovery-image] Aug 27 01:04:57.936 INFO O| Aug 27 01:04:57.936 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-27T01:04:59.320Z[ recovery-image] Aug 27 01:04:57.945 INFO O| Aug 27 01:04:57.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86162026-08-27T01:04:59.320Z[ recovery-image] Aug 27 01:04:57.946 INFO O| Aug 27 01:04:57.946 INFO STEP 1095 (remove_files) COMPLETE
86172026-08-27T01:04:59.323Z[ recovery-image] Aug 27 01:04:57.946 INFO O| Aug 27 01:04:57.946 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-27T01:04:59.329Z[ recovery-image] Aug 27 01:04:57.955 INFO O| Aug 27 01:04:57.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86192026-08-27T01:04:59.329Z[ recovery-image] Aug 27 01:04:57.955 INFO O| Aug 27 01:04:57.955 INFO STEP 1096 (remove_files) COMPLETE
86202026-08-27T01:04:59.329Z[ recovery-image] Aug 27 01:04:57.955 INFO O| Aug 27 01:04:57.955 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-27T01:04:59.340Z[ recovery-image] Aug 27 01:04:57.965 INFO O| Aug 27 01:04:57.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86222026-08-27T01:04:59.340Z[ recovery-image] Aug 27 01:04:57.966 INFO O| Aug 27 01:04:57.965 INFO STEP 1097 (remove_files) COMPLETE
86232026-08-27T01:04:59.340Z[ recovery-image] Aug 27 01:04:57.966 INFO O| Aug 27 01:04:57.965 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-27T01:04:59.349Z[ recovery-image] Aug 27 01:04:57.974 INFO O| Aug 27 01:04:57.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86252026-08-27T01:04:59.349Z[ recovery-image] Aug 27 01:04:57.974 INFO O| Aug 27 01:04:57.974 INFO STEP 1098 (remove_files) COMPLETE
86262026-08-27T01:04:59.349Z[ recovery-image] Aug 27 01:04:57.974 INFO O| Aug 27 01:04:57.974 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-27T01:04:59.357Z[ recovery-image] Aug 27 01:04:57.983 INFO O| Aug 27 01:04:57.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86282026-08-27T01:04:59.357Z[ recovery-image] Aug 27 01:04:57.983 INFO O| Aug 27 01:04:57.983 INFO STEP 1099 (remove_files) COMPLETE
86292026-08-27T01:04:59.357Z[ recovery-image] Aug 27 01:04:57.983 INFO O| Aug 27 01:04:57.983 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-27T01:04:59.365Z[ recovery-image] Aug 27 01:04:57.991 INFO O| Aug 27 01:04:57.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86312026-08-27T01:04:59.365Z[ recovery-image] Aug 27 01:04:57.991 INFO O| Aug 27 01:04:57.991 INFO STEP 1100 (remove_files) COMPLETE
86322026-08-27T01:04:59.365Z[ recovery-image] Aug 27 01:04:57.991 INFO O| Aug 27 01:04:57.991 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-27T01:04:59.373Z[ recovery-image] Aug 27 01:04:57.999 INFO O| Aug 27 01:04:57.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86342026-08-27T01:04:59.373Z[ recovery-image] Aug 27 01:04:57.999 INFO O| Aug 27 01:04:57.999 INFO STEP 1101 (remove_files) COMPLETE
86352026-08-27T01:04:59.376Z[ recovery-image] Aug 27 01:04:57.999 INFO O| Aug 27 01:04:57.999 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-27T01:04:59.390Z[ recovery-image] Aug 27 01:04:58.016 INFO O| Aug 27 01:04:58.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86372026-08-27T01:04:59.390Z[ recovery-image] Aug 27 01:04:58.016 INFO O| Aug 27 01:04:58.016 INFO STEP 1102 (remove_files) COMPLETE
86382026-08-27T01:04:59.391Z[ recovery-image] Aug 27 01:04:58.016 INFO O| Aug 27 01:04:58.016 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-27T01:04:59.399Z[ recovery-image] Aug 27 01:04:58.024 INFO O| Aug 27 01:04:58.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86402026-08-27T01:04:59.399Z[ recovery-image] Aug 27 01:04:58.024 INFO O| Aug 27 01:04:58.024 INFO STEP 1103 (remove_files) COMPLETE
86412026-08-27T01:04:59.399Z[ recovery-image] Aug 27 01:04:58.024 INFO O| Aug 27 01:04:58.024 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-27T01:04:59.407Z[ recovery-image] Aug 27 01:04:58.033 INFO O| Aug 27 01:04:58.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86432026-08-27T01:04:59.407Z[ recovery-image] Aug 27 01:04:58.033 INFO O| Aug 27 01:04:58.033 INFO STEP 1104 (remove_files) COMPLETE
86442026-08-27T01:04:59.407Z[ recovery-image] Aug 27 01:04:58.033 INFO O| Aug 27 01:04:58.033 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-27T01:04:59.416Z[ recovery-image] Aug 27 01:04:58.042 INFO O| Aug 27 01:04:58.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86462026-08-27T01:04:59.416Z[ recovery-image] Aug 27 01:04:58.042 INFO O| Aug 27 01:04:58.041 INFO STEP 1105 (remove_files) COMPLETE
86472026-08-27T01:04:59.416Z[ recovery-image] Aug 27 01:04:58.042 INFO O| Aug 27 01:04:58.041 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-27T01:04:59.425Z[ recovery-image] Aug 27 01:04:58.050 INFO O| Aug 27 01:04:58.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86492026-08-27T01:04:59.425Z[ recovery-image] Aug 27 01:04:58.050 INFO O| Aug 27 01:04:58.050 INFO STEP 1106 (remove_files) COMPLETE
86502026-08-27T01:04:59.426Z[ recovery-image] Aug 27 01:04:58.050 INFO O| Aug 27 01:04:58.050 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-27T01:04:59.433Z[ recovery-image] Aug 27 01:04:58.059 INFO O| Aug 27 01:04:58.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86522026-08-27T01:04:59.433Z[ recovery-image] Aug 27 01:04:58.059 INFO O| Aug 27 01:04:58.059 INFO STEP 1107 (remove_files) COMPLETE
86532026-08-27T01:04:59.433Z[ recovery-image] Aug 27 01:04:58.059 INFO O| Aug 27 01:04:58.059 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-27T01:04:59.442Z[ recovery-image] Aug 27 01:04:58.067 INFO O| Aug 27 01:04:58.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86552026-08-27T01:04:59.442Z[ recovery-image] Aug 27 01:04:58.067 INFO O| Aug 27 01:04:58.067 INFO STEP 1108 (remove_files) COMPLETE
86562026-08-27T01:04:59.442Z[ recovery-image] Aug 27 01:04:58.067 INFO O| Aug 27 01:04:58.067 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-27T01:04:59.453Z[ recovery-image] Aug 27 01:04:58.079 INFO O| Aug 27 01:04:58.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86582026-08-27T01:04:59.453Z[ recovery-image] Aug 27 01:04:58.079 INFO O| Aug 27 01:04:58.079 INFO STEP 1109 (remove_files) COMPLETE
86592026-08-27T01:04:59.457Z[ recovery-image] Aug 27 01:04:58.079 INFO O| Aug 27 01:04:58.079 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-27T01:04:59.460Z[verify-libraries] Compiling fs-err v2.11.0
86612026-08-27T01:04:59.464Z[ recovery-image] Aug 27 01:04:58.090 INFO O| Aug 27 01:04:58.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86622026-08-27T01:04:59.464Z[ recovery-image] Aug 27 01:04:58.090 INFO O| Aug 27 01:04:58.090 INFO STEP 1110 (remove_files) COMPLETE
86632026-08-27T01:04:59.464Z[ recovery-image] Aug 27 01:04:58.090 INFO O| Aug 27 01:04:58.090 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-27T01:04:59.476Z[ recovery-image] Aug 27 01:04:58.101 INFO O| Aug 27 01:04:58.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86652026-08-27T01:04:59.476Z[ recovery-image] Aug 27 01:04:58.101 INFO O| Aug 27 01:04:58.100 INFO STEP 1111 (remove_files) COMPLETE
86662026-08-27T01:04:59.476Z[ recovery-image] Aug 27 01:04:58.101 INFO O| Aug 27 01:04:58.100 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-27T01:04:59.485Z[ recovery-image] Aug 27 01:04:58.111 INFO O| Aug 27 01:04:58.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86682026-08-27T01:04:59.485Z[ recovery-image] Aug 27 01:04:58.111 INFO O| Aug 27 01:04:58.111 INFO STEP 1112 (remove_files) COMPLETE
86692026-08-27T01:04:59.485Z[ recovery-image] Aug 27 01:04:58.111 INFO O| Aug 27 01:04:58.111 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-27T01:04:59.495Z[ recovery-image] Aug 27 01:04:58.121 INFO O| Aug 27 01:04:58.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86712026-08-27T01:04:59.495Z[ recovery-image] Aug 27 01:04:58.121 INFO O| Aug 27 01:04:58.121 INFO STEP 1113 (remove_files) COMPLETE
86722026-08-27T01:04:59.495Z[ recovery-image] Aug 27 01:04:58.121 INFO O| Aug 27 01:04:58.121 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-27T01:04:59.506Z[ recovery-image] Aug 27 01:04:58.131 INFO O| Aug 27 01:04:58.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86742026-08-27T01:04:59.506Z[ recovery-image] Aug 27 01:04:58.131 INFO O| Aug 27 01:04:58.131 INFO STEP 1114 (remove_files) COMPLETE
86752026-08-27T01:04:59.506Z[ recovery-image] Aug 27 01:04:58.131 INFO O| Aug 27 01:04:58.131 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-27T01:04:59.516Z[ recovery-image] Aug 27 01:04:58.141 INFO O| Aug 27 01:04:58.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86772026-08-27T01:04:59.516Z[ recovery-image] Aug 27 01:04:58.141 INFO O| Aug 27 01:04:58.141 INFO STEP 1115 (remove_files) COMPLETE
86782026-08-27T01:04:59.516Z[ recovery-image] Aug 27 01:04:58.141 INFO O| Aug 27 01:04:58.141 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-27T01:04:59.526Z[ recovery-image] Aug 27 01:04:58.151 INFO O| Aug 27 01:04:58.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86802026-08-27T01:04:59.526Z[ recovery-image] Aug 27 01:04:58.152 INFO O| Aug 27 01:04:58.152 INFO STEP 1116 (remove_files) COMPLETE
86812026-08-27T01:04:59.526Z[ recovery-image] Aug 27 01:04:58.152 INFO O| Aug 27 01:04:58.152 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-27T01:04:59.536Z[ recovery-image] Aug 27 01:04:58.161 INFO O| Aug 27 01:04:58.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86832026-08-27T01:04:59.536Z[ recovery-image] Aug 27 01:04:58.161 INFO O| Aug 27 01:04:58.161 INFO STEP 1117 (remove_files) COMPLETE
86842026-08-27T01:04:59.536Z[ recovery-image] Aug 27 01:04:58.161 INFO O| Aug 27 01:04:58.161 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86852026-08-27T01:04:59.552Z[ recovery-image] Aug 27 01:04:58.176 INFO O| Aug 27 01:04:58.176 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86862026-08-27T01:04:59.552Z[ recovery-image] Aug 27 01:04:58.176 INFO O| Aug 27 01:04:58.176 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86872026-08-27T01:04:59.706Z[verify-libraries] Compiling internet-checksum v0.2.1
86882026-08-27T01:05:00.253Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86892026-08-27T01:05:00.420Z[ recovery-image] Aug 27 01:04:59.045 INFO O| Aug 27 01:04:59.045 INFO STEP 1118 (pack_tar) COMPLETE
86902026-08-27T01:05:00.420Z[ recovery-image] Aug 27 01:04:59.045 INFO O| Aug 27 01:04:59.045 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86912026-08-27T01:05:00.423Z[ recovery-image] Aug 27 01:04:59.045 INFO O| Aug 27 01:04:59.045 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86922026-08-27T01:05:01.163Z[ recovery-image] Aug 27 01:04:59.788 INFO O| Aug 27 01:04:59.788 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86932026-08-27T01:05:01.296Z[ recovery-image] Aug 27 01:04:59.921 INFO O| Aug 27 01:04:59.921 INFO completed processing sled/ramdisk-03-recovery-trim
86942026-08-27T01:05:01.299Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86952026-08-27T01:05:01.299Z[ recovery-image] Aug 27 01:04:59.925 INFO image builder template: zfs-recovery...
86962026-08-27T01:05:01.300Z[ recovery-image] Aug 27 01:04:59.925 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/.tmpdpClyP/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
86972026-08-27T01:05:01.326Z[ recovery-image] Aug 27 01:04:59.952 INFO O| Aug 27 01:04:59.952 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86982026-08-27T01:05:01.330Z[ recovery-image] Aug 27 01:04:59.955 INFO O| Aug 27 01:04:59.955 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86992026-08-27T01:05:01.403Z[ recovery-image] Aug 27 01:05:00.029 INFO O| Aug 27 01:05:00.028 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87002026-08-27T01:05:01.478Z[ recovery-image] Aug 27 01:05:00.103 INFO O| Aug 27 01:05:00.103 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87012026-08-27T01:05:01.478Z[ recovery-image] Aug 27 01:05:00.103 INFO O| Aug 27 01:05:00.103 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87022026-08-27T01:05:01.482Z[ recovery-image] Aug 27 01:05:00.108 INFO O| Aug 27 01:05:00.108 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87032026-08-27T01:05:01.548Z[ recovery-image] Aug 27 01:05:00.174 INFO O| Aug 27 01:05:00.174 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87042026-08-27T01:05:01.601Z[ recovery-image] Aug 27 01:05:00.227 INFO O| Aug 27 01:05:00.227 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87052026-08-27T01:05:01.609Z[ recovery-image] Aug 27 01:05:00.235 INFO O| Aug 27 01:05:00.235 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87062026-08-27T01:05:01.613Z[ recovery-image] Aug 27 01:05:00.239 INFO O| Aug 27 01:05:00.239 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87072026-08-27T01:05:01.617Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87082026-08-27T01:05:01.617Z[ recovery-image] Aug 27 01:05:00.241 INFO O| Aug 27 01:05:00.241 INFO no lofi found
87092026-08-27T01:05:01.617Z[ recovery-image] Aug 27 01:05:00.241 INFO O| Aug 27 01:05:00.241 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87102026-08-27T01:05:01.617Z[ recovery-image] Aug 27 01:05:00.241 INFO O| Aug 27 01:05:00.241 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87112026-08-27T01:05:02.169Z[verify-libraries] Compiling git2 v0.20.4
87122026-08-27T01:05:02.367Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87132026-08-27T01:05:02.876Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
87142026-08-27T01:05:03.061Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87152026-08-27T01:05:03.087Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87162026-08-27T01:05:03.376Z[ recovery-image] Aug 27 01:05:02.001 INFO O| Aug 27 01:05:02.001 INFO lofi device = /dev/dsk/c2t1d0p0
87172026-08-27T01:05:03.376Z[ recovery-image] Aug 27 01:05:02.001 INFO O| Aug 27 01:05:02.001 INFO pool device = /dev/dsk/c2t1d0p0
87182026-08-27T01:05:03.376Z[ recovery-image] Aug 27 01:05:02.001 INFO O| Aug 27 01:05:02.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"]
87192026-08-27T01:05:03.659Z[ recovery-image] Aug 27 01:05:02.284 INFO O| Aug 27 01:05:02.284 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87202026-08-27T01:05:03.659Z[ recovery-image] Aug 27 01:05:02.284 INFO O| Aug 27 01:05:02.284 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87212026-08-27T01:05:03.687Z[ recovery-image] Aug 27 01:05:02.312 INFO O| Aug 27 01:05:02.312 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87222026-08-27T01:05:03.857Z[ recovery-image] Aug 27 01:05:02.483 INFO O| Aug 27 01:05:02.482 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87232026-08-27T01:05:03.894Z[ recovery-image] Aug 27 01:05:02.519 INFO O| Aug 27 01:05:02.519 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87242026-08-27T01:05:03.916Z[ recovery-image] Aug 27 01:05:02.542 INFO O| Aug 27 01:05:02.541 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87252026-08-27T01:05:03.933Z[ recovery-image] Aug 27 01:05:02.558 INFO O| Aug 27 01:05:02.558 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87262026-08-27T01:05:03.976Z[ recovery-image] Aug 27 01:05:02.601 INFO O| Aug 27 01:05:02.601 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87272026-08-27T01:05:03.976Z[ recovery-image] Aug 27 01:05:02.601 INFO O| Aug 27 01:05:02.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87282026-08-27T01:05:03.976Z[ recovery-image] Aug 27 01:05:02.601 INFO O| Aug 27 01:05:02.601 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87292026-08-27T01:05:03.986Z[ recovery-image] Aug 27 01:05:02.612 INFO O| Aug 27 01:05:02.612 INFO boot environment UUID: 948baa8b-6f76-45cb-b82c-23a26b5c4f92
87302026-08-27T01:05:03.986Z[ recovery-image] Aug 27 01:05:02.612 INFO O| Aug 27 01:05:02.612 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 948baa8b-6f76-45cb-b82c-23a26b5c4f92
87312026-08-27T01:05:04.006Z[ recovery-image] Aug 27 01:05:02.631 INFO O| Aug 27 01:05:02.631 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87322026-08-27T01:05:04.023Z[ recovery-image] Aug 27 01:05:02.649 INFO O| Aug 27 01:05:02.649 INFO STEP 0 (create_be) COMPLETE
87332026-08-27T01:05:04.023Z[ recovery-image] Aug 27 01:05:02.649 INFO O| Aug 27 01:05:02.649 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87342026-08-27T01:05:04.051Z[ recovery-image] Aug 27 01:05:02.664 INFO O| Aug 27 01:05:02.664 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"]
87352026-08-27T01:05:04.844Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87362026-08-27T01:05:05.214Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87372026-08-27T01:05:05.321Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87382026-08-27T01:05:05.542Z[verify-libraries] Compiling yansi v1.0.1
87392026-08-27T01:05:05.953Z[verify-libraries] Compiling pretty_assertions v1.4.1
87402026-08-27T01:05:06.128Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87412026-08-27T01:05:06.165Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87422026-08-27T01:05:06.395Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87432026-08-27T01:05:07.095Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87442026-08-27T01:05:07.317Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87452026-08-27T01:05:07.384Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87462026-08-27T01:05:07.708Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87472026-08-27T01:05:07.802Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87482026-08-27T01:05:07.894Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87492026-08-27T01:05:08.148Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87502026-08-27T01:05:08.231Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87512026-08-27T01:05:08.324Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87522026-08-27T01:05:08.524Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87532026-08-27T01:05:08.603Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87542026-08-27T01:05:08.704Z[verify-libraries] Compiling drift v0.2.0
87552026-08-27T01:05:08.750Z[verify-libraries] Compiling uzers v0.12.2
87562026-08-27T01:05:08.941Z[verify-libraries] Compiling parse-size v1.1.0
87572026-08-27T01:05:09.076Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87582026-08-27T01:05:09.293Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87592026-08-27T01:05:09.464Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87602026-08-27T01:05:09.827Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87612026-08-27T01:05:10.194Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87622026-08-27T01:05:10.447Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87632026-08-27T01:05:11.962Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87642026-08-27T01:05:12.956Z[ recovery-image] Aug 27 01:05:11.582 INFO O| Aug 27 01:05:11.582 INFO STEP 1 (unpack_tar) COMPLETE
87652026-08-27T01:05:12.956Z[ recovery-image] Aug 27 01:05:11.582 INFO O| Aug 27 01:05:11.582 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-08-27T01:05:12.967Z[ recovery-image] Aug 27 01:05:11.593 INFO O| Aug 27 01:05:11.593 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87672026-08-27T01:05:13.024Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87682026-08-27T01:05:13.589Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87692026-08-27T01:05:14.266Z[ recovery-image] Aug 27 01:05:12.892 INFO O| Aug 27 01:05:12.892 INFO STEP 2 (devfsadm) COMPLETE
87702026-08-27T01:05:14.266Z[ recovery-image] Aug 27 01:05:12.892 INFO O| Aug 27 01:05:12.892 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-27T01:05:14.276Z[ recovery-image] Aug 27 01:05:12.901 INFO O| Aug 27 01:05:12.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87722026-08-27T01:05:14.276Z[ recovery-image] Aug 27 01:05:12.901 INFO O| Aug 27 01:05:12.901 INFO STEP 3 (ensure_dir) COMPLETE
87732026-08-27T01:05:14.276Z[ recovery-image] Aug 27 01:05:12.901 INFO O| Aug 27 01:05:12.901 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-27T01:05:14.286Z[ recovery-image] Aug 27 01:05:12.912 INFO O| Aug 27 01:05:12.912 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87752026-08-27T01:05:14.287Z[ recovery-image] Aug 27 01:05:12.912 INFO O| Aug 27 01:05:12.912 INFO STEP 4 (ensure_dir) COMPLETE
87762026-08-27T01:05:14.290Z[ recovery-image] Aug 27 01:05:12.912 INFO O| Aug 27 01:05:12.912 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-27T01:05:14.295Z[ recovery-image] Aug 27 01:05:12.921 INFO O| Aug 27 01:05:12.921 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87782026-08-27T01:05:14.295Z[ recovery-image] Aug 27 01:05:12.921 INFO O| Aug 27 01:05:12.921 INFO STEP 5 (ensure_dir) COMPLETE
87792026-08-27T01:05:14.295Z[ recovery-image] Aug 27 01:05:12.921 INFO O| Aug 27 01:05:12.921 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-08-27T01:05:14.305Z[ recovery-image] Aug 27 01:05:12.931 INFO O| Aug 27 01:05:12.931 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87812026-08-27T01:05:14.305Z[ recovery-image] Aug 27 01:05:12.931 INFO O| Aug 27 01:05:12.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87822026-08-27T01:05:14.305Z[ recovery-image] Aug 27 01:05:12.931 INFO O| Aug 27 01:05:12.931 INFO STEP 6 (ensure_dir) COMPLETE
87832026-08-27T01:05:14.305Z[ recovery-image] Aug 27 01:05:12.931 INFO O| Aug 27 01:05:12.931 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-08-27T01:05:14.316Z[ recovery-image] Aug 27 01:05:12.941 INFO O| Aug 27 01:05:12.941 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87852026-08-27T01:05:14.316Z[ recovery-image] Aug 27 01:05:12.941 INFO O| Aug 27 01:05:12.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87862026-08-27T01:05:14.316Z[ recovery-image] Aug 27 01:05:12.941 INFO O| Aug 27 01:05:12.941 INFO STEP 7 (ensure_dir) COMPLETE
87872026-08-27T01:05:14.319Z[ recovery-image] Aug 27 01:05:12.941 INFO O| Aug 27 01:05:12.941 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-27T01:05:14.325Z[ recovery-image] Aug 27 01:05:12.950 INFO O| Aug 27 01:05:12.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87892026-08-27T01:05:14.329Z[ recovery-image] Aug 27 01:05:12.952 INFO O| Aug 27 01:05:12.951 INFO STEP 8 (remove_files) COMPLETE
87902026-08-27T01:05:14.329Z[ recovery-image] Aug 27 01:05:12.952 INFO O| Aug 27 01:05:12.951 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-27T01:05:14.335Z[ recovery-image] Aug 27 01:05:12.961 INFO O| Aug 27 01:05:12.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87922026-08-27T01:05:14.338Z[ recovery-image] Aug 27 01:05:12.961 INFO O| Aug 27 01:05:12.961 INFO STEP 9 (remove_files) COMPLETE
87932026-08-27T01:05:14.338Z[ recovery-image] Aug 27 01:05:12.961 INFO O| Aug 27 01:05:12.961 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-08-27T01:05:14.345Z[ recovery-image] Aug 27 01:05:12.970 INFO O| Aug 27 01:05:12.970 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87952026-08-27T01:05:14.348Z[ recovery-image] Aug 27 01:05:12.971 INFO O| Aug 27 01:05:12.971 INFO STEP 10 (remove_files) COMPLETE
87962026-08-27T01:05:14.348Z[ recovery-image] Aug 27 01:05:12.971 INFO O| Aug 27 01:05:12.971 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-08-27T01:05:14.355Z[ recovery-image] Aug 27 01:05:12.980 INFO O| Aug 27 01:05:12.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87982026-08-27T01:05:14.355Z[ recovery-image] Aug 27 01:05:12.981 INFO O| Aug 27 01:05:12.981 INFO STEP 11 (remove_files) COMPLETE
87992026-08-27T01:05:14.358Z[ recovery-image] Aug 27 01:05:12.981 INFO O| Aug 27 01:05:12.981 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-27T01:05:14.364Z[ recovery-image] Aug 27 01:05:12.990 INFO O| Aug 27 01:05:12.990 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88012026-08-27T01:05:14.364Z[ recovery-image] Aug 27 01:05:12.990 INFO O| Aug 27 01:05:12.990 INFO STEP 12 (remove_files) COMPLETE
88022026-08-27T01:05:14.364Z[ recovery-image] Aug 27 01:05:12.990 INFO O| Aug 27 01:05:12.990 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-08-27T01:05:14.374Z[ recovery-image] Aug 27 01:05:12.999 INFO O| Aug 27 01:05:12.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88042026-08-27T01:05:14.374Z[ recovery-image] Aug 27 01:05:12.999 INFO O| Aug 27 01:05:12.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88052026-08-27T01:05:14.377Z[ recovery-image] Aug 27 01:05:12.999 INFO O| Aug 27 01:05:12.999 INFO STEP 13 (ensure_dir) COMPLETE
88062026-08-27T01:05:14.378Z[ recovery-image] Aug 27 01:05:12.999 INFO O| Aug 27 01:05:12.999 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-08-27T01:05:14.382Z[ recovery-image] Aug 27 01:05:13.008 INFO O| Aug 27 01:05:13.008 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88082026-08-27T01:05:14.383Z[ recovery-image] Aug 27 01:05:13.008 INFO O| Aug 27 01:05:13.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88092026-08-27T01:05:14.386Z[ recovery-image] Aug 27 01:05:13.008 INFO O| Aug 27 01:05:13.008 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88102026-08-27T01:05:14.386Z[ recovery-image] Aug 27 01:05:13.008 INFO O| Aug 27 01:05:13.008 INFO STEP 14 (ensure_dir) COMPLETE
88112026-08-27T01:05:14.386Z[ recovery-image] Aug 27 01:05:13.008 INFO O| Aug 27 01:05:13.008 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-08-27T01:05:14.393Z[ recovery-image] Aug 27 01:05:13.017 INFO O| Aug 27 01:05:13.017 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88132026-08-27T01:05:14.393Z[ recovery-image] Aug 27 01:05:13.017 INFO O| Aug 27 01:05:13.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88142026-08-27T01:05:14.399Z[ recovery-image] Aug 27 01:05:13.017 INFO O| Aug 27 01:05:13.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88152026-08-27T01:05:14.399Z[ recovery-image] Aug 27 01:05:13.017 INFO O| Aug 27 01:05:13.017 INFO STEP 15 (ensure_dir) COMPLETE
88162026-08-27T01:05:14.399Z[ recovery-image] Aug 27 01:05:13.017 INFO O| Aug 27 01:05:13.017 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-08-27T01:05:14.403Z[ recovery-image] Aug 27 01:05:13.026 INFO O| Aug 27 01:05:13.026 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88182026-08-27T01:05:14.403Z[ recovery-image] Aug 27 01:05:13.026 INFO O| Aug 27 01:05:13.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88192026-08-27T01:05:14.403Z[ recovery-image] Aug 27 01:05:13.026 INFO O| Aug 27 01:05:13.026 INFO STEP 16 (ensure_dir) COMPLETE
88202026-08-27T01:05:14.403Z[ recovery-image] Aug 27 01:05:13.026 INFO O| Aug 27 01:05:13.026 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-08-27T01:05:14.410Z[ recovery-image] Aug 27 01:05:13.035 INFO O| Aug 27 01:05:13.035 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88222026-08-27T01:05:14.410Z[ recovery-image] Aug 27 01:05:13.035 INFO O| Aug 27 01:05:13.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88232026-08-27T01:05:14.410Z[ recovery-image] Aug 27 01:05:13.035 INFO O| Aug 27 01:05:13.035 INFO STEP 17 (ensure_dir) COMPLETE
88242026-08-27T01:05:14.414Z[ recovery-image] Aug 27 01:05:13.035 INFO O| Aug 27 01:05:13.035 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-08-27T01:05:14.419Z[ recovery-image] Aug 27 01:05:13.045 INFO O| Aug 27 01:05:13.045 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88262026-08-27T01:05:14.419Z[ recovery-image] Aug 27 01:05:13.045 INFO O| Aug 27 01:05:13.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88272026-08-27T01:05:14.419Z[ recovery-image] Aug 27 01:05:13.045 INFO O| Aug 27 01:05:13.045 INFO ok!
88282026-08-27T01:05:14.423Z[ recovery-image] Aug 27 01:05:13.045 INFO O| Aug 27 01:05:13.045 INFO STEP 18 (ensure_symlink) COMPLETE
88292026-08-27T01:05:14.423Z[ recovery-image] Aug 27 01:05:13.045 INFO O| Aug 27 01:05:13.045 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-08-27T01:05:14.429Z[ recovery-image] Aug 27 01:05:13.054 INFO O| Aug 27 01:05:13.054 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88312026-08-27T01:05:14.429Z[ recovery-image] Aug 27 01:05:13.054 INFO O| Aug 27 01:05:13.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88322026-08-27T01:05:14.432Z[ recovery-image] Aug 27 01:05:13.054 INFO O| Aug 27 01:05:13.054 INFO ok!
88332026-08-27T01:05:14.432Z[ recovery-image] Aug 27 01:05:13.054 INFO O| Aug 27 01:05:13.054 INFO STEP 19 (ensure_file) COMPLETE
88342026-08-27T01:05:14.432Z[ recovery-image] Aug 27 01:05:13.055 INFO O| Aug 27 01:05:13.054 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88352026-08-27T01:05:14.438Z[ recovery-image] Aug 27 01:05:13.063 INFO O| Aug 27 01:05:13.063 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88362026-08-27T01:05:14.438Z[ recovery-image] Aug 27 01:05:13.063 INFO O| Aug 27 01:05:13.063 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88372026-08-27T01:05:14.438Z[ recovery-image] Aug 27 01:05:13.063 INFO O| Aug 27 01:05:13.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88382026-08-27T01:05:14.441Z[ recovery-image] Aug 27 01:05:13.063 INFO O| Aug 27 01:05:13.063 INFO ok!
88392026-08-27T01:05:14.441Z[ recovery-image] Aug 27 01:05:13.063 INFO O| Aug 27 01:05:13.063 INFO STEP 20 (ensure_symlink) COMPLETE
88402026-08-27T01:05:14.441Z[ recovery-image] Aug 27 01:05:13.063 INFO O| Aug 27 01:05:13.063 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-08-27T01:05:14.448Z[ recovery-image] Aug 27 01:05:13.073 INFO O| Aug 27 01:05:13.073 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88422026-08-27T01:05:14.448Z[ recovery-image] Aug 27 01:05:13.073 INFO O| Aug 27 01:05:13.073 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88432026-08-27T01:05:14.451Z[ recovery-image] Aug 27 01:05:13.073 INFO O| Aug 27 01:05:13.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88442026-08-27T01:05:14.451Z[ recovery-image] Aug 27 01:05:13.073 INFO O| Aug 27 01:05:13.073 INFO ok!
88452026-08-27T01:05:14.453Z[ recovery-image] Aug 27 01:05:13.073 INFO O| Aug 27 01:05:13.073 INFO STEP 21 (ensure_symlink) COMPLETE
88462026-08-27T01:05:14.453Z[ recovery-image] Aug 27 01:05:13.073 INFO O| Aug 27 01:05:13.073 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472026-08-27T01:05:14.459Z[ recovery-image] Aug 27 01:05:13.085 INFO O| Aug 27 01:05:13.085 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88482026-08-27T01:05:14.459Z[ recovery-image] Aug 27 01:05:13.085 INFO O| Aug 27 01:05:13.085 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88492026-08-27T01:05:14.459Z[ recovery-image] Aug 27 01:05:13.085 INFO O| Aug 27 01:05:13.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88502026-08-27T01:05:14.463Z[ recovery-image] Aug 27 01:05:13.085 INFO O| Aug 27 01:05:13.085 INFO ok!
88512026-08-27T01:05:14.463Z[ recovery-image] Aug 27 01:05:13.085 INFO O| Aug 27 01:05:13.085 INFO STEP 22 (ensure_symlink) COMPLETE
88522026-08-27T01:05:14.463Z[ recovery-image] Aug 27 01:05:13.085 INFO O| Aug 27 01:05:13.085 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-08-27T01:05:14.471Z[ recovery-image] Aug 27 01:05:13.097 INFO O| Aug 27 01:05:13.096 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88542026-08-27T01:05:14.471Z[ recovery-image] Aug 27 01:05:13.097 INFO O| Aug 27 01:05:13.097 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88552026-08-27T01:05:14.474Z[ recovery-image] Aug 27 01:05:13.097 INFO O| Aug 27 01:05:13.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88562026-08-27T01:05:14.475Z[ recovery-image] Aug 27 01:05:13.097 INFO O| Aug 27 01:05:13.097 INFO ok!
88572026-08-27T01:05:14.475Z[ recovery-image] Aug 27 01:05:13.097 INFO O| Aug 27 01:05:13.097 INFO STEP 23 (ensure_symlink) COMPLETE
88582026-08-27T01:05:14.475Z[ recovery-image] Aug 27 01:05:13.097 INFO O| Aug 27 01:05:13.097 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88592026-08-27T01:05:14.482Z[ recovery-image] Aug 27 01:05:13.107 INFO O| Aug 27 01:05:13.107 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88602026-08-27T01:05:14.482Z[ recovery-image] Aug 27 01:05:13.108 INFO O| Aug 27 01:05:13.107 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 ...
88612026-08-27T01:05:14.482Z[ recovery-image] Aug 27 01:05:13.108 INFO O| Aug 27 01:05:13.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88622026-08-27T01:05:14.482Z[ recovery-image] Aug 27 01:05:13.108 INFO O| Aug 27 01:05:13.107 INFO ok!
88632026-08-27T01:05:14.482Z[ recovery-image] Aug 27 01:05:13.108 INFO O| Aug 27 01:05:13.107 INFO STEP 24 (ensure_file) COMPLETE
88642026-08-27T01:05:14.482Z[ recovery-image] Aug 27 01:05:13.108 INFO O| Aug 27 01:05:13.107 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652026-08-27T01:05:14.492Z[ recovery-image] Aug 27 01:05:13.118 INFO O| Aug 27 01:05:13.118 INFO updating shadow file
88662026-08-27T01:05:14.492Z[ recovery-image] Aug 27 01:05:13.118 INFO O| Aug 27 01:05:13.118 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88672026-08-27T01:05:14.496Z[ recovery-image] Aug 27 01:05:13.118 INFO O| Aug 27 01:05:13.118 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88682026-08-27T01:05:14.496Z[ recovery-image] Aug 27 01:05:13.118 INFO O| Aug 27 01:05:13.118 INFO STEP 25 (shadow) COMPLETE
88692026-08-27T01:05:14.496Z[ recovery-image] Aug 27 01:05:13.118 INFO O| Aug 27 01:05:13.118 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-08-27T01:05:14.501Z[ recovery-image] Aug 27 01:05:13.127 INFO O| Aug 27 01:05:13.127 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88712026-08-27T01:05:14.501Z[ recovery-image] Aug 27 01:05:13.127 INFO O| Aug 27 01:05:13.127 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88722026-08-27T01:05:14.501Z[ recovery-image] Aug 27 01:05:13.127 INFO O| Aug 27 01:05:13.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88732026-08-27T01:05:14.501Z[ recovery-image] Aug 27 01:05:13.127 INFO O| Aug 27 01:05:13.127 INFO ok!
88742026-08-27T01:05:14.501Z[ recovery-image] Aug 27 01:05:13.127 INFO O| Aug 27 01:05:13.127 INFO STEP 26 (ensure_file) COMPLETE
88752026-08-27T01:05:14.502Z[ recovery-image] Aug 27 01:05:13.127 INFO O| Aug 27 01:05:13.127 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762026-08-27T01:05:14.512Z[ recovery-image] Aug 27 01:05:13.138 INFO O| Aug 27 01:05:13.138 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88772026-08-27T01:05:14.513Z[ recovery-image] Aug 27 01:05:13.138 INFO O| Aug 27 01:05:13.138 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88782026-08-27T01:05:14.516Z[ recovery-image] Aug 27 01:05:13.138 INFO O| Aug 27 01:05:13.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88792026-08-27T01:05:14.516Z[ recovery-image] Aug 27 01:05:13.138 INFO O| Aug 27 01:05:13.138 INFO ok!
88802026-08-27T01:05:14.516Z[ recovery-image] Aug 27 01:05:13.138 INFO O| Aug 27 01:05:13.138 INFO STEP 27 (ensure_file) COMPLETE
88812026-08-27T01:05:14.516Z[ recovery-image] Aug 27 01:05:13.138 INFO O| Aug 27 01:05:13.138 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822026-08-27T01:05:14.522Z[ recovery-image] Aug 27 01:05:13.148 INFO O| Aug 27 01:05:13.148 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88832026-08-27T01:05:14.523Z[ recovery-image] Aug 27 01:05:13.148 INFO O| Aug 27 01:05:13.148 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88842026-08-27T01:05:14.523Z[ recovery-image] Aug 27 01:05:13.148 INFO O| Aug 27 01:05:13.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88852026-08-27T01:05:14.526Z[ recovery-image] Aug 27 01:05:13.148 INFO O| Aug 27 01:05:13.148 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88862026-08-27T01:05:14.526Z[ recovery-image] Aug 27 01:05:13.148 INFO O| Aug 27 01:05:13.148 INFO ok!
88872026-08-27T01:05:14.526Z[ recovery-image] Aug 27 01:05:13.148 INFO O| Aug 27 01:05:13.148 INFO STEP 28 (ensure_file) COMPLETE
88882026-08-27T01:05:14.526Z[ recovery-image] Aug 27 01:05:13.148 INFO O| Aug 27 01:05:13.148 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88892026-08-27T01:05:14.531Z[ recovery-image] Aug 27 01:05:13.157 INFO O| Aug 27 01:05:13.157 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88902026-08-27T01:05:14.531Z[ recovery-image] Aug 27 01:05:13.157 INFO O| Aug 27 01:05:13.157 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88912026-08-27T01:05:14.535Z[ recovery-image] Aug 27 01:05:13.157 INFO O| Aug 27 01:05:13.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88922026-08-27T01:05:14.535Z[ recovery-image] Aug 27 01:05:13.157 INFO O| Aug 27 01:05:13.157 INFO ok!
88932026-08-27T01:05:14.535Z[ recovery-image] Aug 27 01:05:13.157 INFO O| Aug 27 01:05:13.157 INFO STEP 29 (ensure_file) COMPLETE
88942026-08-27T01:05:14.535Z[ recovery-image] Aug 27 01:05:13.157 INFO O| Aug 27 01:05:13.157 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952026-08-27T01:05:14.541Z[ recovery-image] Aug 27 01:05:13.165 INFO O| Aug 27 01:05:13.165 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88962026-08-27T01:05:14.541Z[ recovery-image] Aug 27 01:05:13.165 INFO O| Aug 27 01:05:13.165 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88972026-08-27T01:05:14.541Z[ recovery-image] Aug 27 01:05:13.165 INFO O| Aug 27 01:05:13.165 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88982026-08-27T01:05:14.541Z[ recovery-image] Aug 27 01:05:13.165 INFO O| Aug 27 01:05:13.165 INFO STEP 30 (ensure_dir) COMPLETE
88992026-08-27T01:05:14.541Z[ recovery-image] Aug 27 01:05:13.165 INFO O| Aug 27 01:05:13.165 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-08-27T01:05:14.548Z[ recovery-image] Aug 27 01:05:13.174 INFO O| Aug 27 01:05:13.173 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89012026-08-27T01:05:14.548Z[ recovery-image] Aug 27 01:05:13.174 INFO O| Aug 27 01:05:13.174 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 ...
89022026-08-27T01:05:14.548Z[ recovery-image] Aug 27 01:05:13.174 INFO O| Aug 27 01:05:13.174 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
89032026-08-27T01:05:14.548Z[ recovery-image] Aug 27 01:05:13.174 INFO O| Aug 27 01:05:13.174 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89042026-08-27T01:05:14.551Z[ recovery-image] Aug 27 01:05:13.174 INFO O| Aug 27 01:05:13.174 INFO ok!
89052026-08-27T01:05:14.552Z[ recovery-image] Aug 27 01:05:13.174 INFO O| Aug 27 01:05:13.174 INFO STEP 31 (ensure_file) COMPLETE
89062026-08-27T01:05:14.552Z[ recovery-image] Aug 27 01:05:13.174 INFO O| Aug 27 01:05:13.174 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89072026-08-27T01:05:14.556Z[ recovery-image] Aug 27 01:05:13.182 INFO O| Aug 27 01:05:13.181 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89082026-08-27T01:05:14.556Z[ recovery-image] Aug 27 01:05:13.182 INFO O| Aug 27 01:05:13.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89092026-08-27T01:05:14.559Z[ recovery-image] Aug 27 01:05:13.182 INFO O| Aug 27 01:05:13.182 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89102026-08-27T01:05:14.559Z[ recovery-image] Aug 27 01:05:13.182 INFO O| Aug 27 01:05:13.182 INFO STEP 32 (ensure_dir) COMPLETE
89112026-08-27T01:05:14.559Z[ recovery-image] Aug 27 01:05:13.182 INFO O| Aug 27 01:05:13.182 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122026-08-27T01:05:14.566Z[ recovery-image] Aug 27 01:05:13.192 INFO O| Aug 27 01:05:13.192 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89132026-08-27T01:05:14.566Z[ recovery-image] Aug 27 01:05:13.192 INFO O| Aug 27 01:05:13.192 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 ...
89142026-08-27T01:05:14.566Z[ recovery-image] Aug 27 01:05:13.192 INFO O| Aug 27 01:05:13.192 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
89152026-08-27T01:05:14.570Z[ recovery-image] Aug 27 01:05:13.192 INFO O| Aug 27 01:05:13.192 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89162026-08-27T01:05:14.570Z[ recovery-image] Aug 27 01:05:13.192 INFO O| Aug 27 01:05:13.192 INFO ok!
89172026-08-27T01:05:14.570Z[ recovery-image] Aug 27 01:05:13.192 INFO O| Aug 27 01:05:13.192 INFO STEP 33 (ensure_file) COMPLETE
89182026-08-27T01:05:14.570Z[ recovery-image] Aug 27 01:05:13.192 INFO O| Aug 27 01:05:13.192 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89192026-08-27T01:05:14.571Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
89202026-08-27T01:05:14.577Z[ recovery-image] Aug 27 01:05:13.202 INFO O| Aug 27 01:05:13.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89212026-08-27T01:05:14.577Z[ recovery-image] Aug 27 01:05:13.202 INFO O| Aug 27 01:05:13.202 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89222026-08-27T01:05:14.577Z[ recovery-image] Aug 27 01:05:13.202 INFO O| Aug 27 01:05:13.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89232026-08-27T01:05:14.580Z[ recovery-image] Aug 27 01:05:13.202 INFO O| Aug 27 01:05:13.202 INFO ok!
89242026-08-27T01:05:14.580Z[ recovery-image] Aug 27 01:05:13.202 INFO O| Aug 27 01:05:13.202 INFO STEP 34 (ensure_file) COMPLETE
89252026-08-27T01:05:14.580Z[ recovery-image] Aug 27 01:05:13.202 INFO O| Aug 27 01:05:13.202 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-08-27T01:05:14.587Z[ recovery-image] Aug 27 01:05:13.213 INFO O| Aug 27 01:05:13.213 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89272026-08-27T01:05:14.587Z[ recovery-image] Aug 27 01:05:13.213 INFO O| Aug 27 01:05:13.213 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89282026-08-27T01:05:14.591Z[ recovery-image] Aug 27 01:05:13.213 INFO O| Aug 27 01:05:13.213 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89292026-08-27T01:05:14.591Z[ recovery-image] Aug 27 01:05:13.213 INFO O| Aug 27 01:05:13.213 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89302026-08-27T01:05:14.591Z[ recovery-image] Aug 27 01:05:13.213 INFO O| Aug 27 01:05:13.213 INFO ok!
89312026-08-27T01:05:14.591Z[ recovery-image] Aug 27 01:05:13.213 INFO O| Aug 27 01:05:13.213 INFO STEP 35 (ensure_file) COMPLETE
89322026-08-27T01:05:14.591Z[ recovery-image] Aug 27 01:05:13.213 INFO O| Aug 27 01:05:13.213 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-27T01:05:14.599Z[ recovery-image] Aug 27 01:05:13.224 INFO O| Aug 27 01:05:13.224 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89342026-08-27T01:05:14.599Z[ recovery-image] Aug 27 01:05:13.224 INFO O| Aug 27 01:05:13.224 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89352026-08-27T01:05:14.600Z[ recovery-image] Aug 27 01:05:13.224 INFO O| Aug 27 01:05:13.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89362026-08-27T01:05:14.603Z[ recovery-image] Aug 27 01:05:13.224 INFO O| Aug 27 01:05:13.224 INFO ok!
89372026-08-27T01:05:14.603Z[ recovery-image] Aug 27 01:05:13.225 INFO O| Aug 27 01:05:13.224 INFO STEP 36 (ensure_file) COMPLETE
89382026-08-27T01:05:14.603Z[ recovery-image] Aug 27 01:05:13.225 INFO O| Aug 27 01:05:13.224 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-08-27T01:05:14.610Z[ recovery-image] Aug 27 01:05:13.235 INFO O| Aug 27 01:05:13.235 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89402026-08-27T01:05:14.610Z[ recovery-image] Aug 27 01:05:13.235 INFO O| Aug 27 01:05:13.235 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89412026-08-27T01:05:14.610Z[ recovery-image] Aug 27 01:05:13.235 INFO O| Aug 27 01:05:13.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89422026-08-27T01:05:14.613Z[ recovery-image] Aug 27 01:05:13.235 INFO O| Aug 27 01:05:13.235 INFO ok!
89432026-08-27T01:05:14.613Z[ recovery-image] Aug 27 01:05:13.235 INFO O| Aug 27 01:05:13.235 INFO STEP 37 (ensure_file) COMPLETE
89442026-08-27T01:05:14.613Z[ recovery-image] Aug 27 01:05:13.236 INFO O| Aug 27 01:05:13.235 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-08-27T01:05:14.620Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89462026-08-27T01:05:14.620Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89472026-08-27T01:05:14.624Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89482026-08-27T01:05:14.625Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89492026-08-27T01:05:14.625Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-08-27T01:05:14.625Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-27T01:05:14.625Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO ok!
89522026-08-27T01:05:14.625Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO STEP 38 (ensure_file) COMPLETE
89532026-08-27T01:05:14.625Z[ recovery-image] Aug 27 01:05:13.246 INFO O| Aug 27 01:05:13.246 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89542026-08-27T01:05:14.630Z[ recovery-image] Aug 27 01:05:13.256 INFO O| Aug 27 01:05:13.255 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89552026-08-27T01:05:14.630Z[ recovery-image] Aug 27 01:05:13.256 INFO O| Aug 27 01:05:13.256 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89562026-08-27T01:05:14.633Z[ recovery-image] Aug 27 01:05:13.256 INFO O| Aug 27 01:05:13.256 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89572026-08-27T01:05:14.633Z[ recovery-image] Aug 27 01:05:13.256 INFO O| Aug 27 01:05:13.256 INFO STEP 39 (ensure_dir) COMPLETE
89582026-08-27T01:05:14.633Z[ recovery-image] Aug 27 01:05:13.256 INFO O| Aug 27 01:05:13.256 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89592026-08-27T01:05:14.640Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
89602026-08-27T01:05:14.640Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89612026-08-27T01:05:14.643Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89622026-08-27T01:05:14.644Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89632026-08-27T01:05:14.644Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89642026-08-27T01:05:14.644Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89652026-08-27T01:05:14.644Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO ok!
89662026-08-27T01:05:14.644Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO STEP 40 (ensure_file) COMPLETE
89672026-08-27T01:05:14.644Z[ recovery-image] Aug 27 01:05:13.265 INFO O| Aug 27 01:05:13.265 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89682026-08-27T01:05:14.649Z[ recovery-image] Aug 27 01:05:13.275 INFO O| Aug 27 01:05:13.275 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89692026-08-27T01:05:14.649Z[ recovery-image] Aug 27 01:05:13.275 INFO O| Aug 27 01:05:13.275 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89702026-08-27T01:05:14.653Z[ recovery-image] Aug 27 01:05:13.275 INFO O| Aug 27 01:05:13.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89712026-08-27T01:05:14.653Z[ recovery-image] Aug 27 01:05:13.275 INFO O| Aug 27 01:05:13.275 INFO ok!
89722026-08-27T01:05:14.653Z[ recovery-image] Aug 27 01:05:13.275 INFO O| Aug 27 01:05:13.275 INFO STEP 41 (ensure_symlink) COMPLETE
89732026-08-27T01:05:14.653Z[ recovery-image] Aug 27 01:05:13.275 INFO O| Aug 27 01:05:13.275 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89742026-08-27T01:05:14.659Z[ recovery-image] Aug 27 01:05:13.285 INFO O| Aug 27 01:05:13.284 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89752026-08-27T01:05:14.660Z[ recovery-image] Aug 27 01:05:13.285 INFO O| Aug 27 01:05:13.284 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89762026-08-27T01:05:14.660Z[ recovery-image] Aug 27 01:05:13.285 INFO O| Aug 27 01:05:13.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89772026-08-27T01:05:14.663Z[ recovery-image] Aug 27 01:05:13.285 INFO O| Aug 27 01:05:13.285 INFO ok!
89782026-08-27T01:05:14.663Z[ recovery-image] Aug 27 01:05:13.285 INFO O| Aug 27 01:05:13.285 INFO STEP 42 (ensure_symlink) COMPLETE
89792026-08-27T01:05:14.663Z[ recovery-image] Aug 27 01:05:13.285 INFO O| Aug 27 01:05:13.285 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89802026-08-27T01:05:14.668Z[ recovery-image] Aug 27 01:05:13.293 INFO O| Aug 27 01:05:13.293 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89812026-08-27T01:05:14.668Z[ recovery-image] Aug 27 01:05:13.293 INFO O| Aug 27 01:05:13.293 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89822026-08-27T01:05:14.671Z[ recovery-image] Aug 27 01:05:13.293 INFO O| Aug 27 01:05:13.293 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89832026-08-27T01:05:14.671Z[ recovery-image] Aug 27 01:05:13.293 INFO O| Aug 27 01:05:13.293 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89842026-08-27T01:05:14.671Z[ recovery-image] Aug 27 01:05:13.294 INFO O| Aug 27 01:05:13.293 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-08-27T01:05:14.671Z[ recovery-image] Aug 27 01:05:13.294 INFO O| Aug 27 01:05:13.294 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-27T01:05:14.671Z[ recovery-image] Aug 27 01:05:13.294 INFO O| Aug 27 01:05:13.294 INFO ok!
89872026-08-27T01:05:14.671Z[ recovery-image] Aug 27 01:05:13.294 INFO O| Aug 27 01:05:13.294 INFO STEP 43 (ensure_file) COMPLETE
89882026-08-27T01:05:14.671Z[ recovery-image] Aug 27 01:05:13.294 INFO O| Aug 27 01:05:13.294 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89892026-08-27T01:05:14.679Z[ recovery-image] Aug 27 01:05:13.305 INFO O| Aug 27 01:05:13.304 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89902026-08-27T01:05:14.679Z[ recovery-image] Aug 27 01:05:13.305 INFO O| Aug 27 01:05:13.304 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
89912026-08-27T01:05:14.680Z[ recovery-image] Aug 27 01:05:13.305 INFO O| Aug 27 01:05:13.305 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89922026-08-27T01:05:14.683Z[ recovery-image] Aug 27 01:05:13.305 INFO O| Aug 27 01:05:13.305 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89932026-08-27T01:05:14.683Z[ recovery-image] Aug 27 01:05:13.305 INFO O| Aug 27 01:05:13.305 INFO ok!
89942026-08-27T01:05:14.683Z[ recovery-image] Aug 27 01:05:13.305 INFO O| Aug 27 01:05:13.305 INFO STEP 44 (ensure_file) COMPLETE
89952026-08-27T01:05:14.683Z[ recovery-image] Aug 27 01:05:13.305 INFO O| Aug 27 01:05:13.305 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89962026-08-27T01:05:14.690Z[ recovery-image] Aug 27 01:05:13.315 INFO O| Aug 27 01:05:13.315 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89972026-08-27T01:05:14.690Z[ recovery-image] Aug 27 01:05:13.315 INFO O| Aug 27 01:05:13.315 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89982026-08-27T01:05:14.690Z[ recovery-image] Aug 27 01:05:13.315 INFO O| Aug 27 01:05:13.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89992026-08-27T01:05:14.693Z[ recovery-image] Aug 27 01:05:13.315 INFO O| Aug 27 01:05:13.315 INFO ok!
90002026-08-27T01:05:14.693Z[ recovery-image] Aug 27 01:05:13.315 INFO O| Aug 27 01:05:13.315 INFO STEP 45 (ensure_file) COMPLETE
90012026-08-27T01:05:14.693Z[ recovery-image] Aug 27 01:05:13.315 INFO O| Aug 27 01:05:13.315 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90022026-08-27T01:05:14.699Z[ recovery-image] Aug 27 01:05:13.325 INFO O| Aug 27 01:05:13.325 INFO updating shadow file
90032026-08-27T01:05:14.699Z[ recovery-image] Aug 27 01:05:13.325 INFO O| Aug 27 01:05:13.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90042026-08-27T01:05:14.699Z[ recovery-image] Aug 27 01:05:13.325 INFO O| Aug 27 01:05:13.325 INFO STEP 46 (shadow) COMPLETE
90052026-08-27T01:05:14.703Z[ recovery-image] Aug 27 01:05:13.325 INFO O| Aug 27 01:05:13.325 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90062026-08-27T01:05:14.711Z[ recovery-image] Aug 27 01:05:13.337 INFO O| Aug 27 01:05:13.337 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90072026-08-27T01:05:14.711Z[ recovery-image] Aug 27 01:05:13.337 INFO O| Aug 27 01:05:13.337 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90082026-08-27T01:05:14.711Z[ recovery-image] Aug 27 01:05:13.337 INFO O| Aug 27 01:05:13.337 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90092026-08-27T01:05:14.714Z[ recovery-image] Aug 27 01:05:13.337 INFO O| Aug 27 01:05:13.337 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90102026-08-27T01:05:14.714Z[ recovery-image] Aug 27 01:05:13.337 INFO O| Aug 27 01:05:13.337 INFO ok!
90112026-08-27T01:05:14.714Z[ recovery-image] Aug 27 01:05:13.337 INFO O| Aug 27 01:05:13.337 INFO STEP 47 (ensure_file) COMPLETE
90122026-08-27T01:05:14.714Z[ recovery-image] Aug 27 01:05:13.337 INFO O| Aug 27 01:05:13.337 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90132026-08-27T01:05:14.723Z[ recovery-image] Aug 27 01:05:13.347 INFO O| Aug 27 01:05:13.347 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90142026-08-27T01:05:14.723Z[ recovery-image] Aug 27 01:05:13.347 INFO O| Aug 27 01:05:13.347 INFO STEP 48 (ensure_dir) COMPLETE
90152026-08-27T01:05:14.723Z[ recovery-image] Aug 27 01:05:13.347 INFO O| Aug 27 01:05:13.347 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-27T01:05:14.732Z[ recovery-image] Aug 27 01:05:13.358 INFO O| Aug 27 01:05:13.358 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90172026-08-27T01:05:14.732Z[ recovery-image] Aug 27 01:05:13.358 INFO O| Aug 27 01:05:13.358 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90182026-08-27T01:05:14.732Z[ recovery-image] Aug 27 01:05:13.358 INFO O| Aug 27 01:05:13.358 INFO STEP 49 (ensure_dir) COMPLETE
90192026-08-27T01:05:14.736Z[ recovery-image] Aug 27 01:05:13.358 INFO O| Aug 27 01:05:13.358 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-27T01:05:14.743Z[ recovery-image] Aug 27 01:05:13.369 INFO O| Aug 27 01:05:13.369 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90212026-08-27T01:05:14.744Z[ recovery-image] Aug 27 01:05:13.369 INFO O| Aug 27 01:05:13.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90222026-08-27T01:05:14.748Z[ recovery-image] Aug 27 01:05:13.369 INFO O| Aug 27 01:05:13.369 INFO STEP 50 (ensure_dir) COMPLETE
90232026-08-27T01:05:14.748Z[ recovery-image] Aug 27 01:05:13.369 INFO O| Aug 27 01:05:13.369 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-27T01:05:14.753Z[ recovery-image] Aug 27 01:05:13.378 INFO O| Aug 27 01:05:13.378 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90252026-08-27T01:05:14.753Z[ recovery-image] Aug 27 01:05:13.379 INFO O| Aug 27 01:05:13.378 INFO copying /tmp/.tmpdpClyP/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90262026-08-27T01:05:14.784Z[ recovery-image] Aug 27 01:05:13.409 INFO O| Aug 27 01:05:13.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90272026-08-27T01:05:14.784Z[ recovery-image] Aug 27 01:05:13.409 INFO O| Aug 27 01:05:13.409 INFO ok!
90282026-08-27T01:05:14.784Z[ recovery-image] Aug 27 01:05:13.409 INFO O| Aug 27 01:05:13.409 INFO STEP 51 (ensure_file) COMPLETE
90292026-08-27T01:05:14.787Z[ recovery-image] Aug 27 01:05:13.409 INFO O| Aug 27 01:05:13.409 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-27T01:05:14.795Z[ recovery-image] Aug 27 01:05:13.420 INFO O| Aug 27 01:05:13.420 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90312026-08-27T01:05:14.795Z[ recovery-image] Aug 27 01:05:13.420 INFO O| Aug 27 01:05:13.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90322026-08-27T01:05:14.798Z[ recovery-image] Aug 27 01:05:13.420 INFO O| Aug 27 01:05:13.420 INFO STEP 52 (ensure_dir) COMPLETE
90332026-08-27T01:05:14.798Z[ recovery-image] Aug 27 01:05:13.420 INFO O| Aug 27 01:05:13.420 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-08-27T01:05:14.805Z[ recovery-image] Aug 27 01:05:13.431 INFO O| Aug 27 01:05:13.431 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90352026-08-27T01:05:14.805Z[ recovery-image] Aug 27 01:05:13.431 INFO O| Aug 27 01:05:13.431 INFO copying /tmp/.tmpdpClyP/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90362026-08-27T01:05:14.806Z[ recovery-image] Aug 27 01:05:13.431 INFO O| Aug 27 01:05:13.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90372026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.431 INFO O| Aug 27 01:05:13.431 INFO ok!
90382026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.431 INFO O| Aug 27 01:05:13.431 INFO STEP 53 (ensure_file) COMPLETE
90392026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.431 INFO O| Aug 27 01:05:13.431 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.441 INFO O| Aug 27 01:05:13.441 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90412026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.441 INFO O| Aug 27 01:05:13.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90422026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.441 INFO O| Aug 27 01:05:13.441 INFO STEP 54 (ensure_dir) COMPLETE
90432026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.441 INFO O| Aug 27 01:05:13.441 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.450 INFO O| Aug 27 01:05:13.450 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90452026-08-27T01:05:14.861Z[ recovery-image] Aug 27 01:05:13.450 INFO O| Aug 27 01:05:13.450 INFO copying /tmp/.tmpdpClyP/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90462026-08-27T01:05:15.515Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
90472026-08-27T01:05:15.571Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90482026-08-27T01:05:15.613Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90492026-08-27T01:05:15.956Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90502026-08-27T01:05:16.132Z[verify-libraries] Compiling multimap v0.10.1
90512026-08-27T01:05:16.259Z[verify-libraries] Compiling termios v0.3.3
90522026-08-27T01:05:16.439Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90532026-08-27T01:05:16.521Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90542026-08-27T01:05:16.810Z[ recovery-image] Aug 27 01:05:15.435 INFO O| Aug 27 01:05:15.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90552026-08-27T01:05:16.810Z[ recovery-image] Aug 27 01:05:15.435 INFO O| Aug 27 01:05:15.435 INFO ok!
90562026-08-27T01:05:16.810Z[ recovery-image] Aug 27 01:05:15.435 INFO O| Aug 27 01:05:15.435 INFO STEP 55 (ensure_file) COMPLETE
90572026-08-27T01:05:16.814Z[ recovery-image] Aug 27 01:05:15.435 INFO O| Aug 27 01:05:15.435 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-27T01:05:16.820Z[ recovery-image] Aug 27 01:05:15.445 INFO O| Aug 27 01:05:15.445 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90592026-08-27T01:05:16.820Z[ recovery-image] Aug 27 01:05:15.445 INFO O| Aug 27 01:05:15.445 INFO copying /tmp/.tmpdpClyP/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90602026-08-27T01:05:16.873Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90612026-08-27T01:05:18.787Z[ recovery-image] Aug 27 01:05:17.412 INFO O| Aug 27 01:05:17.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90622026-08-27T01:05:18.787Z[ recovery-image] Aug 27 01:05:17.412 INFO O| Aug 27 01:05:17.412 INFO ok!
90632026-08-27T01:05:18.792Z[ recovery-image] Aug 27 01:05:17.412 INFO O| Aug 27 01:05:17.412 INFO STEP 56 (ensure_file) COMPLETE
90642026-08-27T01:05:18.792Z[ recovery-image] Aug 27 01:05:17.412 INFO O| Aug 27 01:05:17.412 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90652026-08-27T01:05:18.798Z[ recovery-image] Aug 27 01:05:17.423 INFO O| Aug 27 01:05:17.423 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90662026-08-27T01:05:18.800Z[ recovery-image] Aug 27 01:05:17.423 INFO O| Aug 27 01:05:17.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90672026-08-27T01:05:18.800Z[ recovery-image] Aug 27 01:05:17.423 INFO O| Aug 27 01:05:17.423 INFO STEP 57 (ensure_dir) COMPLETE
90682026-08-27T01:05:18.805Z[ recovery-image] Aug 27 01:05:17.423 INFO O| Aug 27 01:05:17.423 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-27T01:05:18.824Z[ recovery-image] Aug 27 01:05:17.449 INFO O| Aug 27 01:05:17.449 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90702026-08-27T01:05:18.824Z[ recovery-image] Aug 27 01:05:17.449 INFO O| Aug 27 01:05:17.449 INFO copying /tmp/.tmpdpClyP/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 ...
90712026-08-27T01:05:18.824Z[ recovery-image] Aug 27 01:05:17.449 INFO O| Aug 27 01:05:17.449 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
90722026-08-27T01:05:18.828Z[ recovery-image] Aug 27 01:05:17.449 INFO O| Aug 27 01:05:17.449 INFO ok!
90732026-08-27T01:05:18.828Z[ recovery-image] Aug 27 01:05:17.449 INFO O| Aug 27 01:05:17.449 INFO STEP 58 (ensure_file) COMPLETE
90742026-08-27T01:05:18.828Z[ recovery-image] Aug 27 01:05:17.449 INFO O| Aug 27 01:05:17.449 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-27T01:05:18.840Z[ recovery-image] Aug 27 01:05:17.465 INFO O| Aug 27 01:05:17.465 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90762026-08-27T01:05:18.840Z[ recovery-image] Aug 27 01:05:17.465 INFO O| Aug 27 01:05:17.465 INFO copying /tmp/.tmpdpClyP/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 ...
90772026-08-27T01:05:18.844Z[ recovery-image] Aug 27 01:05:17.465 INFO O| Aug 27 01:05:17.465 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
90782026-08-27T01:05:18.844Z[ recovery-image] Aug 27 01:05:17.465 INFO O| Aug 27 01:05:17.465 INFO ok!
90792026-08-27T01:05:18.844Z[ recovery-image] Aug 27 01:05:17.465 INFO O| Aug 27 01:05:17.465 INFO STEP 59 (ensure_file) COMPLETE
90802026-08-27T01:05:18.844Z[ recovery-image] Aug 27 01:05:17.465 INFO O| Aug 27 01:05:17.465 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90812026-08-27T01:05:18.850Z[ recovery-image] Aug 27 01:05:17.476 INFO O| Aug 27 01:05:17.476 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90822026-08-27T01:05:18.850Z[ recovery-image] Aug 27 01:05:17.476 INFO O| Aug 27 01:05:17.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90832026-08-27T01:05:18.850Z[ recovery-image] Aug 27 01:05:17.476 INFO O| Aug 27 01:05:17.476 INFO STEP 60 (ensure_dir) COMPLETE
90842026-08-27T01:05:18.854Z[ recovery-image] Aug 27 01:05:17.476 INFO O| Aug 27 01:05:17.476 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-27T01:05:18.861Z[ recovery-image] Aug 27 01:05:17.486 INFO O| Aug 27 01:05:17.486 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90862026-08-27T01:05:18.861Z[ recovery-image] Aug 27 01:05:17.486 INFO O| Aug 27 01:05:17.486 INFO copying /tmp/.tmpdpClyP/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 ...
90872026-08-27T01:05:18.865Z[ recovery-image] Aug 27 01:05:17.486 INFO O| Aug 27 01:05:17.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90882026-08-27T01:05:18.865Z[ recovery-image] Aug 27 01:05:17.486 INFO O| Aug 27 01:05:17.486 INFO ok!
90892026-08-27T01:05:18.865Z[ recovery-image] Aug 27 01:05:17.486 INFO O| Aug 27 01:05:17.486 INFO STEP 61 (ensure_file) COMPLETE
90902026-08-27T01:05:18.865Z[ recovery-image] Aug 27 01:05:17.486 INFO O| Aug 27 01:05:17.486 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-27T01:05:18.874Z[ recovery-image] Aug 27 01:05:17.498 INFO O| Aug 27 01:05:17.497 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90922026-08-27T01:05:18.874Z[ recovery-image] Aug 27 01:05:17.498 INFO O| Aug 27 01:05:17.497 INFO copying /tmp/.tmpdpClyP/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 ...
90932026-08-27T01:05:18.874Z[ recovery-image] Aug 27 01:05:17.498 INFO O| Aug 27 01:05:17.497 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
90942026-08-27T01:05:18.875Z[ recovery-image] Aug 27 01:05:17.498 INFO O| Aug 27 01:05:17.497 INFO ok!
90952026-08-27T01:05:18.875Z[ recovery-image] Aug 27 01:05:17.498 INFO O| Aug 27 01:05:17.497 INFO STEP 62 (ensure_file) COMPLETE
90962026-08-27T01:05:18.875Z[ recovery-image] Aug 27 01:05:17.498 INFO O| Aug 27 01:05:17.497 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-08-27T01:05:18.886Z[ recovery-image] Aug 27 01:05:17.508 INFO O| Aug 27 01:05:17.508 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90982026-08-27T01:05:18.887Z[ recovery-image] Aug 27 01:05:17.508 INFO O| Aug 27 01:05:17.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90992026-08-27T01:05:18.887Z[ recovery-image] Aug 27 01:05:17.508 INFO O| Aug 27 01:05:17.508 INFO STEP 63 (ensure_dir) COMPLETE
91002026-08-27T01:05:18.887Z[ recovery-image] Aug 27 01:05:17.508 INFO O| Aug 27 01:05:17.508 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-27T01:05:18.893Z[ recovery-image] Aug 27 01:05:17.518 INFO O| Aug 27 01:05:17.518 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91022026-08-27T01:05:18.893Z[ recovery-image] Aug 27 01:05:17.519 INFO O| Aug 27 01:05:17.518 INFO copying /tmp/.tmpdpClyP/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 ...
91032026-08-27T01:05:18.893Z[ recovery-image] Aug 27 01:05:17.519 INFO O| Aug 27 01:05:17.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91042026-08-27T01:05:18.894Z[ recovery-image] Aug 27 01:05:17.519 INFO O| Aug 27 01:05:17.519 INFO ok!
91052026-08-27T01:05:18.898Z[ recovery-image] Aug 27 01:05:17.519 INFO O| Aug 27 01:05:17.519 INFO STEP 64 (ensure_file) COMPLETE
91062026-08-27T01:05:18.898Z[ recovery-image] Aug 27 01:05:17.519 INFO O| Aug 27 01:05:17.519 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-27T01:05:18.903Z[ recovery-image] Aug 27 01:05:17.528 INFO O| Aug 27 01:05:17.528 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91082026-08-27T01:05:18.903Z[ recovery-image] Aug 27 01:05:17.528 INFO O| Aug 27 01:05:17.528 INFO copying /tmp/.tmpdpClyP/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91092026-08-27T01:05:18.907Z[ recovery-image] Aug 27 01:05:17.528 INFO O| Aug 27 01:05:17.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91102026-08-27T01:05:18.907Z[ recovery-image] Aug 27 01:05:17.528 INFO O| Aug 27 01:05:17.528 INFO ok!
91112026-08-27T01:05:18.907Z[ recovery-image] Aug 27 01:05:17.528 INFO O| Aug 27 01:05:17.528 INFO STEP 65 (ensure_file) COMPLETE
91122026-08-27T01:05:18.907Z[ recovery-image] Aug 27 01:05:17.528 INFO O| Aug 27 01:05:17.528 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-08-27T01:05:18.912Z[ recovery-image] Aug 27 01:05:17.538 INFO O| Aug 27 01:05:17.538 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91142026-08-27T01:05:18.912Z[ recovery-image] Aug 27 01:05:17.538 INFO O| Aug 27 01:05:17.538 INFO STEP 66 (ensure_dir) COMPLETE
91152026-08-27T01:05:18.916Z[ recovery-image] Aug 27 01:05:17.538 INFO O| Aug 27 01:05:17.538 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-08-27T01:05:18.922Z[ recovery-image] Aug 27 01:05:17.548 INFO O| Aug 27 01:05:17.548 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91172026-08-27T01:05:18.922Z[ recovery-image] Aug 27 01:05:17.548 INFO O| Aug 27 01:05:17.548 INFO STEP 67 (ensure_dir) COMPLETE
91182026-08-27T01:05:18.927Z[ recovery-image] Aug 27 01:05:17.548 INFO O| Aug 27 01:05:17.548 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91192026-08-27T01:05:18.933Z[ recovery-image] Aug 27 01:05:17.558 INFO O| Aug 27 01:05:17.558 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91202026-08-27T01:05:18.933Z[ recovery-image] Aug 27 01:05:17.558 INFO O| Aug 27 01:05:17.558 INFO STEP 68 (ensure_dir) COMPLETE
91212026-08-27T01:05:18.937Z[ recovery-image] Aug 27 01:05:17.558 INFO O| Aug 27 01:05:17.558 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91222026-08-27T01:05:18.942Z[ recovery-image] Aug 27 01:05:17.567 INFO O| Aug 27 01:05:17.567 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91232026-08-27T01:05:18.942Z[ recovery-image] Aug 27 01:05:17.567 INFO O| Aug 27 01:05:17.567 INFO STEP 69 (ensure_dir) COMPLETE
91242026-08-27T01:05:18.946Z[ recovery-image] Aug 27 01:05:17.567 INFO O| Aug 27 01:05:17.567 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91252026-08-27T01:05:18.950Z[ recovery-image] Aug 27 01:05:17.576 INFO O| Aug 27 01:05:17.575 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91262026-08-27T01:05:18.950Z[ recovery-image] Aug 27 01:05:17.576 INFO O| Aug 27 01:05:17.575 INFO copying /tmp/.tmpdpClyP/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91272026-08-27T01:05:18.950Z[ recovery-image] Aug 27 01:05:17.576 INFO O| Aug 27 01:05:17.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91282026-08-27T01:05:18.950Z[ recovery-image] Aug 27 01:05:17.576 INFO O| Aug 27 01:05:17.576 INFO ok!
91292026-08-27T01:05:18.950Z[ recovery-image] Aug 27 01:05:17.576 INFO O| Aug 27 01:05:17.576 INFO STEP 70 (ensure_file) COMPLETE
91302026-08-27T01:05:18.951Z[ recovery-image] Aug 27 01:05:17.576 INFO O| Aug 27 01:05:17.576 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-27T01:05:18.958Z[ recovery-image] Aug 27 01:05:17.584 INFO O| Aug 27 01:05:17.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91322026-08-27T01:05:18.962Z[ recovery-image] Aug 27 01:05:17.584 INFO O| Aug 27 01:05:17.584 INFO STEP 71 (remove_files) COMPLETE
91332026-08-27T01:05:18.962Z[ recovery-image] Aug 27 01:05:17.584 INFO O| Aug 27 01:05:17.584 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-27T01:05:18.968Z[ recovery-image] Aug 27 01:05:17.594 INFO O| Aug 27 01:05:17.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91352026-08-27T01:05:18.971Z[ recovery-image] Aug 27 01:05:17.594 INFO O| Aug 27 01:05:17.594 INFO STEP 72 (remove_files) COMPLETE
91362026-08-27T01:05:18.971Z[ recovery-image] Aug 27 01:05:17.594 INFO O| Aug 27 01:05:17.594 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-27T01:05:18.978Z[ recovery-image] Aug 27 01:05:17.603 INFO O| Aug 27 01:05:17.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91382026-08-27T01:05:18.981Z[ recovery-image] Aug 27 01:05:17.603 INFO O| Aug 27 01:05:17.603 INFO STEP 73 (remove_files) COMPLETE
91392026-08-27T01:05:18.981Z[ recovery-image] Aug 27 01:05:17.603 INFO O| Aug 27 01:05:17.603 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-27T01:05:18.989Z[ recovery-image] Aug 27 01:05:17.615 INFO O| Aug 27 01:05:17.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91412026-08-27T01:05:18.989Z[ recovery-image] Aug 27 01:05:17.615 INFO O| Aug 27 01:05:17.615 INFO STEP 74 (remove_files) COMPLETE
91422026-08-27T01:05:18.993Z[ recovery-image] Aug 27 01:05:17.615 INFO O| Aug 27 01:05:17.615 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-27T01:05:19.000Z[ recovery-image] Aug 27 01:05:17.625 INFO O| Aug 27 01:05:17.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91442026-08-27T01:05:19.000Z[ recovery-image] Aug 27 01:05:17.625 INFO O| Aug 27 01:05:17.625 INFO STEP 75 (remove_files) COMPLETE
91452026-08-27T01:05:19.006Z[ recovery-image] Aug 27 01:05:17.625 INFO O| Aug 27 01:05:17.625 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-27T01:05:19.009Z[ recovery-image] Aug 27 01:05:17.635 INFO O| Aug 27 01:05:17.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91472026-08-27T01:05:19.009Z[ recovery-image] Aug 27 01:05:17.635 INFO O| Aug 27 01:05:17.635 INFO STEP 76 (remove_files) COMPLETE
91482026-08-27T01:05:19.009Z[ recovery-image] Aug 27 01:05:17.635 INFO O| Aug 27 01:05:17.635 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-27T01:05:19.019Z[ recovery-image] Aug 27 01:05:17.644 INFO O| Aug 27 01:05:17.644 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91502026-08-27T01:05:19.019Z[ recovery-image] Aug 27 01:05:17.645 INFO O| Aug 27 01:05:17.645 INFO STEP 77 (remove_files) COMPLETE
91512026-08-27T01:05:19.024Z[ recovery-image] Aug 27 01:05:17.645 INFO O| Aug 27 01:05:17.645 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-27T01:05:19.028Z[ recovery-image] Aug 27 01:05:17.653 INFO O| Aug 27 01:05:17.653 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91532026-08-27T01:05:19.028Z[ recovery-image] Aug 27 01:05:17.653 INFO O| Aug 27 01:05:17.653 INFO STEP 78 (remove_files) COMPLETE
91542026-08-27T01:05:19.034Z[ recovery-image] Aug 27 01:05:17.654 INFO O| Aug 27 01:05:17.653 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-27T01:05:19.038Z[ recovery-image] Aug 27 01:05:17.662 INFO O| Aug 27 01:05:17.662 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91562026-08-27T01:05:19.038Z[ recovery-image] Aug 27 01:05:17.662 INFO O| Aug 27 01:05:17.662 INFO STEP 79 (remove_files) COMPLETE
91572026-08-27T01:05:19.038Z[ recovery-image] Aug 27 01:05:17.662 INFO O| Aug 27 01:05:17.662 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-27T01:05:19.046Z[ recovery-image] Aug 27 01:05:17.671 INFO O| Aug 27 01:05:17.671 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91592026-08-27T01:05:19.046Z[ recovery-image] Aug 27 01:05:17.671 INFO O| Aug 27 01:05:17.671 INFO STEP 80 (remove_files) COMPLETE
91602026-08-27T01:05:19.051Z[ recovery-image] Aug 27 01:05:17.671 INFO O| Aug 27 01:05:17.671 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-27T01:05:19.055Z[ recovery-image] Aug 27 01:05:17.680 INFO O| Aug 27 01:05:17.680 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91622026-08-27T01:05:19.055Z[ recovery-image] Aug 27 01:05:17.680 INFO O| Aug 27 01:05:17.680 INFO STEP 81 (remove_files) COMPLETE
91632026-08-27T01:05:19.055Z[ recovery-image] Aug 27 01:05:17.680 INFO O| Aug 27 01:05:17.680 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-27T01:05:19.064Z[ recovery-image] Aug 27 01:05:17.689 INFO O| Aug 27 01:05:17.689 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91652026-08-27T01:05:19.064Z[ recovery-image] Aug 27 01:05:17.689 INFO O| Aug 27 01:05:17.689 INFO STEP 82 (remove_files) COMPLETE
91662026-08-27T01:05:19.064Z[ recovery-image] Aug 27 01:05:17.689 INFO O| Aug 27 01:05:17.689 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-27T01:05:19.073Z[ recovery-image] Aug 27 01:05:17.698 INFO O| Aug 27 01:05:17.698 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91682026-08-27T01:05:19.073Z[ recovery-image] Aug 27 01:05:17.699 INFO O| Aug 27 01:05:17.699 INFO STEP 83 (remove_files) COMPLETE
91692026-08-27T01:05:19.073Z[ recovery-image] Aug 27 01:05:17.699 INFO O| Aug 27 01:05:17.699 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-27T01:05:19.085Z[ recovery-image] Aug 27 01:05:17.710 INFO O| Aug 27 01:05:17.710 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91712026-08-27T01:05:19.085Z[ recovery-image] Aug 27 01:05:17.710 INFO O| Aug 27 01:05:17.710 INFO STEP 84 (remove_files) COMPLETE
91722026-08-27T01:05:19.085Z[ recovery-image] Aug 27 01:05:17.710 INFO O| Aug 27 01:05:17.710 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-27T01:05:19.095Z[ recovery-image] Aug 27 01:05:17.720 INFO O| Aug 27 01:05:17.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91742026-08-27T01:05:19.095Z[ recovery-image] Aug 27 01:05:17.720 INFO O| Aug 27 01:05:17.720 INFO STEP 85 (remove_files) COMPLETE
91752026-08-27T01:05:19.095Z[ recovery-image] Aug 27 01:05:17.720 INFO O| Aug 27 01:05:17.720 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-27T01:05:19.106Z[ recovery-image] Aug 27 01:05:17.731 INFO O| Aug 27 01:05:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91772026-08-27T01:05:19.106Z[ recovery-image] Aug 27 01:05:17.731 INFO O| Aug 27 01:05:17.731 INFO STEP 86 (remove_files) COMPLETE
91782026-08-27T01:05:19.106Z[ recovery-image] Aug 27 01:05:17.731 INFO O| Aug 27 01:05:17.731 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-27T01:05:19.117Z[ recovery-image] Aug 27 01:05:17.742 INFO O| Aug 27 01:05:17.742 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91802026-08-27T01:05:19.117Z[ recovery-image] Aug 27 01:05:17.742 INFO O| Aug 27 01:05:17.742 INFO STEP 87 (remove_files) COMPLETE
91812026-08-27T01:05:19.121Z[ recovery-image] Aug 27 01:05:17.742 INFO O| Aug 27 01:05:17.742 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-27T01:05:19.127Z[ recovery-image] Aug 27 01:05:17.752 INFO O| Aug 27 01:05:17.752 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91832026-08-27T01:05:19.127Z[ recovery-image] Aug 27 01:05:17.752 INFO O| Aug 27 01:05:17.752 INFO STEP 88 (remove_files) COMPLETE
91842026-08-27T01:05:19.131Z[ recovery-image] Aug 27 01:05:17.752 INFO O| Aug 27 01:05:17.752 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-27T01:05:19.137Z[ recovery-image] Aug 27 01:05:17.762 INFO O| Aug 27 01:05:17.762 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91862026-08-27T01:05:19.137Z[ recovery-image] Aug 27 01:05:17.762 INFO O| Aug 27 01:05:17.762 INFO STEP 89 (remove_files) COMPLETE
91872026-08-27T01:05:19.141Z[ recovery-image] Aug 27 01:05:17.762 INFO O| Aug 27 01:05:17.762 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-27T01:05:19.148Z[ recovery-image] Aug 27 01:05:17.773 INFO O| Aug 27 01:05:17.773 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91892026-08-27T01:05:19.148Z[ recovery-image] Aug 27 01:05:17.773 INFO O| Aug 27 01:05:17.773 INFO STEP 90 (remove_files) COMPLETE
91902026-08-27T01:05:19.151Z[ recovery-image] Aug 27 01:05:17.773 INFO O| Aug 27 01:05:17.773 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-27T01:05:19.158Z[ recovery-image] Aug 27 01:05:17.783 INFO O| Aug 27 01:05:17.783 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91922026-08-27T01:05:19.158Z[ recovery-image] Aug 27 01:05:17.784 INFO O| Aug 27 01:05:17.783 INFO STEP 91 (remove_files) COMPLETE
91932026-08-27T01:05:19.158Z[ recovery-image] Aug 27 01:05:17.784 INFO O| Aug 27 01:05:17.784 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-27T01:05:19.168Z[ recovery-image] Aug 27 01:05:17.794 INFO O| Aug 27 01:05:17.794 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91952026-08-27T01:05:19.169Z[ recovery-image] Aug 27 01:05:17.794 INFO O| Aug 27 01:05:17.794 INFO STEP 92 (remove_files) COMPLETE
91962026-08-27T01:05:19.172Z[ recovery-image] Aug 27 01:05:17.794 INFO O| Aug 27 01:05:17.794 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-08-27T01:05:19.180Z[ recovery-image] Aug 27 01:05:17.805 INFO O| Aug 27 01:05:17.805 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91982026-08-27T01:05:19.180Z[ recovery-image] Aug 27 01:05:17.805 INFO O| Aug 27 01:05:17.805 INFO STEP 93 (remove_files) COMPLETE
91992026-08-27T01:05:19.180Z[ recovery-image] Aug 27 01:05:17.805 INFO O| Aug 27 01:05:17.805 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002026-08-27T01:05:19.191Z[ recovery-image] Aug 27 01:05:17.816 INFO O| Aug 27 01:05:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92012026-08-27T01:05:19.191Z[ recovery-image] Aug 27 01:05:17.816 INFO O| Aug 27 01:05:17.816 INFO STEP 94 (remove_files) COMPLETE
92022026-08-27T01:05:19.194Z[ recovery-image] Aug 27 01:05:17.816 INFO O| Aug 27 01:05:17.816 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032026-08-27T01:05:19.201Z[ recovery-image] Aug 27 01:05:17.826 INFO O| Aug 27 01:05:17.826 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92042026-08-27T01:05:19.201Z[ recovery-image] Aug 27 01:05:17.826 INFO O| Aug 27 01:05:17.826 INFO STEP 95 (remove_files) COMPLETE
92052026-08-27T01:05:19.201Z[ recovery-image] Aug 27 01:05:17.826 INFO O| Aug 27 01:05:17.826 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92062026-08-27T01:05:19.212Z[ recovery-image] Aug 27 01:05:17.837 INFO O| Aug 27 01:05:17.837 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92072026-08-27T01:05:19.212Z[ recovery-image] Aug 27 01:05:17.837 INFO O| Aug 27 01:05:17.837 INFO STEP 96 (remove_files) COMPLETE
92082026-08-27T01:05:19.215Z[ recovery-image] Aug 27 01:05:17.837 INFO O| Aug 27 01:05:17.837 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92092026-08-27T01:05:19.220Z[ recovery-image] Aug 27 01:05:17.846 INFO O| Aug 27 01:05:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92102026-08-27T01:05:19.220Z[ recovery-image] Aug 27 01:05:17.846 INFO O| Aug 27 01:05:17.846 INFO STEP 97 (remove_files) COMPLETE
92112026-08-27T01:05:19.220Z[ recovery-image] Aug 27 01:05:17.846 INFO O| Aug 27 01:05:17.846 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92122026-08-27T01:05:19.230Z[ recovery-image] Aug 27 01:05:17.855 INFO O| Aug 27 01:05:17.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92132026-08-27T01:05:19.230Z[ recovery-image] Aug 27 01:05:17.855 INFO O| Aug 27 01:05:17.855 INFO STEP 98 (remove_files) COMPLETE
92142026-08-27T01:05:19.233Z[ recovery-image] Aug 27 01:05:17.855 INFO O| Aug 27 01:05:17.855 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92152026-08-27T01:05:19.238Z[ recovery-image] Aug 27 01:05:17.864 INFO O| Aug 27 01:05:17.864 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92162026-08-27T01:05:19.238Z[ recovery-image] Aug 27 01:05:17.864 INFO O| Aug 27 01:05:17.864 INFO STEP 99 (remove_files) COMPLETE
92172026-08-27T01:05:19.242Z[ recovery-image] Aug 27 01:05:17.864 INFO O| Aug 27 01:05:17.864 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92182026-08-27T01:05:19.262Z[ recovery-image] Aug 27 01:05:17.883 INFO O| Aug 27 01:05:17.883 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92192026-08-27T01:05:19.262Z[ recovery-image] Aug 27 01:05:17.883 INFO O| Aug 27 01:05:17.883 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
92202026-08-27T01:05:19.299Z[verify-libraries] Compiling polar-core v0.27.3
92212026-08-27T01:05:23.990Z[ recovery-image] Aug 27 01:05:22.615 INFO O| Aug 27 01:05:22.615 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
92222026-08-27T01:05:23.990Z[ recovery-image] Aug 27 01:05:22.615 INFO O| Aug 27 01:05:22.615 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92232026-08-27T01:05:24.003Z[ recovery-image] Aug 27 01:05:22.629 INFO O| Aug 27 01:05:22.629 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
92242026-08-27T01:05:24.102Z[ recovery-image] Aug 27 01:05:22.726 INFO O| Aug 27 01:05:22.726 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"}
92252026-08-27T01:05:24.160Z[ recovery-image] Aug 27 01:05:22.785 INFO O| Aug 27 01:05:22.785 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
92262026-08-27T01:05:24.225Z[ recovery-image] Aug 27 01:05:22.850 INFO O| Aug 27 01:05:22.850 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92272026-08-27T01:05:24.225Z[ recovery-image] Aug 27 01:05:22.850 INFO O| Aug 27 01:05:22.850 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 ...
92282026-08-27T01:05:24.229Z[ recovery-image] Aug 27 01:05:22.852 INFO O| Aug 27 01:05:22.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92292026-08-27T01:05:24.229Z[ recovery-image] Aug 27 01:05:22.852 INFO O| Aug 27 01:05:22.852 INFO ok!
92302026-08-27T01:05:24.229Z[ recovery-image] Aug 27 01:05:22.852 INFO O| Aug 27 01:05:22.852 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92312026-08-27T01:05:24.229Z[ recovery-image] Aug 27 01:05:22.852 INFO O| Aug 27 01:05:22.852 INFO STEP 100 (seed_smf) COMPLETE
92322026-08-27T01:05:24.229Z[ recovery-image] Aug 27 01:05:22.852 INFO O| Aug 27 01:05:22.852 INFO steps complete; finalising image!
92332026-08-27T01:05:24.229Z[ recovery-image] Aug 27 01:05:22.852 INFO O| Aug 27 01:05:22.852 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92342026-08-27T01:05:24.300Z[ recovery-image] Aug 27 01:05:22.913 INFO O| Aug 27 01:05:22.913 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 27 01:05:22 2026)
92352026-08-27T01:05:24.495Z[ recovery-image] Aug 27 01:05:23.120 INFO O| Aug 27 01:05:23.120 INFO trim TEMPORARY-sled-zfs-recovery: (75% trimmed, started at Thu Aug 27 01:05:22 2026)
92362026-08-27T01:05:24.701Z[ recovery-image] Aug 27 01:05:23.327 INFO O| Aug 27 01:05:23.327 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92372026-08-27T01:05:24.908Z[ recovery-image] Aug 27 01:05:23.533 INFO O| Aug 27 01:05:23.533 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92382026-08-27T01:05:25.114Z[ recovery-image] Aug 27 01:05:23.739 INFO O| Aug 27 01:05:23.739 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92392026-08-27T01:05:25.329Z[ recovery-image] Aug 27 01:05:23.954 INFO O| Aug 27 01:05:23.954 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92402026-08-27T01:05:25.536Z[ recovery-image] Aug 27 01:05:24.161 INFO O| Aug 27 01:05:24.161 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92412026-08-27T01:05:25.742Z[ recovery-image] Aug 27 01:05:24.367 INFO O| Aug 27 01:05:24.367 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92422026-08-27T01:05:25.995Z[ recovery-image] Aug 27 01:05:24.574 INFO O| Aug 27 01:05:24.573 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92432026-08-27T01:05:26.156Z[ recovery-image] Aug 27 01:05:24.780 INFO O| Aug 27 01:05:24.780 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92442026-08-27T01:05:26.362Z[ recovery-image] Aug 27 01:05:24.987 INFO O| Aug 27 01:05:24.987 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92452026-08-27T01:05:26.568Z[ recovery-image] Aug 27 01:05:25.193 INFO O| Aug 27 01:05:25.193 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92462026-08-27T01:05:26.774Z[ recovery-image] Aug 27 01:05:25.399 INFO O| Aug 27 01:05:25.399 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92472026-08-27T01:05:26.981Z[ recovery-image] Aug 27 01:05:25.606 INFO O| Aug 27 01:05:25.606 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92482026-08-27T01:05:27.187Z[ recovery-image] Aug 27 01:05:25.813 INFO O| Aug 27 01:05:25.812 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92492026-08-27T01:05:27.394Z[ recovery-image] Aug 27 01:05:26.019 INFO O| Aug 27 01:05:26.019 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92502026-08-27T01:05:27.600Z[ recovery-image] Aug 27 01:05:26.225 INFO O| Aug 27 01:05:26.225 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92512026-08-27T01:05:27.806Z[ recovery-image] Aug 27 01:05:26.432 INFO O| Aug 27 01:05:26.432 INFO trim TEMPORARY-sled-zfs-recovery: (88% trimmed, started at Thu Aug 27 01:05:22 2026)
92522026-08-27T01:05:28.013Z[ recovery-image] Aug 27 01:05:26.637 INFO O| Aug 27 01:05:26.637 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:22 2026)
92532026-08-27T01:05:28.136Z[verify-libraries] Compiling oso v0.27.3
92542026-08-27T01:05:28.219Z[ recovery-image] Aug 27 01:05:26.844 INFO O| Aug 27 01:05:26.844 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 27 01:05:22 2026)
92552026-08-27T01:05:28.480Z[ recovery-image] Aug 27 01:05:27.088 INFO O| Aug 27 01:05:27.079 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
92562026-08-27T01:05:28.480Z[ recovery-image] Aug 27 01:05:27.088 INFO O| Aug 27 01:05:27.079 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92572026-08-27T01:05:29.340Z[ recovery-image] Aug 27 01:05:27.966 INFO O| Aug 27 01:05:27.966 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
92582026-08-27T01:05:29.340Z[ recovery-image] Aug 27 01:05:27.966 INFO O| Aug 27 01:05:27.966 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92592026-08-27T01:05:32.252Z[ recovery-image] Aug 27 01:05:30.877 INFO O| Aug 27 01:05:30.877 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92602026-08-27T01:05:32.253Z[ recovery-image] Aug 27 01:05:30.878 INFO O| Aug 27 01:05:30.877 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92612026-08-27T01:05:32.257Z[ recovery-image] Aug 27 01:05:30.878 INFO O| Aug 27 01:05:30.877 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92622026-08-27T01:05:32.257Z[ recovery-image] Aug 27 01:05:30.878 INFO O| Aug 27 01:05:30.877 INFO completed processing sled/zfs-recovery
92632026-08-27T01:05:32.257Z[ recovery-image] Aug 27 01:05:30.878 INFO O| Aug 27 01:05:30.877 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92642026-08-27T01:05:34.525Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92652026-08-27T01:05:34.952Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92662026-08-27T01:05:40.555Z[ host-image] Aug 27 01:05:39.180 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92672026-08-27T01:05:40.555Z[ host-image] Aug 27 01:05:39.180 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92682026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.180 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92692026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.180 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92702026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92712026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92722026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92732026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92742026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260827T005156Z
92752026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92762026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92772026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.181 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92782026-08-27T01:05:40.560Z[ host-image] Aug 27 01:05:39.182 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92792026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.182 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92802026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.182 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92812026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.182 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92822026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.182 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92832026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92842026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92852026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92862026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92872026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92882026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92892026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92902026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92912026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92922026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92932026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92942026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92952026-08-27T01:05:40.561Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92962026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92972026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92982026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92992026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
93002026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
93012026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
93022026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.183 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
93032026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.184 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
93042026-08-27T01:05:40.562Z[ host-image] Aug 27 01:05:39.184 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
93052026-08-27T01:05:40.566Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93062026-08-27T01:05:40.572Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93072026-08-27T01:05:40.572Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93082026-08-27T01:05:40.575Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93092026-08-27T01:05:40.575Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93102026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93112026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93122026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93132026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93142026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93152026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.187 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93162026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.191 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93172026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.191 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93182026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.191 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93192026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.191 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93202026-08-27T01:05:40.576Z[ host-image] Aug 27 01:05:39.191 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93212026-08-27T01:05:40.577Z[ host-image] Aug 27 01:05:39.192 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93222026-08-27T01:05:40.581Z[ host-image] Aug 27 01:05:39.204 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93232026-08-27T01:05:40.581Z[ host-image] Aug 27 01:05:39.204 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93242026-08-27T01:05:40.581Z[ host-image] Aug 27 01:05:39.204 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93252026-08-27T01:05:40.581Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93262026-08-27T01:05:40.581Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93272026-08-27T01:05:40.581Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93282026-08-27T01:05:40.581Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93292026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93302026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93312026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93322026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93332026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93342026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.205 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93352026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.206 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93362026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.206 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93372026-08-27T01:05:40.582Z[ host-image] Aug 27 01:05:39.206 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93382026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.206 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93392026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.206 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93402026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.210 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93412026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.210 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93422026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.211 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93432026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.211 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93442026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.211 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93452026-08-27T01:05:40.586Z[ host-image] Aug 27 01:05:39.211 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93462026-08-27T01:05:40.587Z[ host-image] Aug 27 01:05:39.211 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93472026-08-27T01:05:40.588Z[ host-image] Aug 27 01:05:39.211 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93482026-08-27T01:05:40.588Z[ host-image] Aug 27 01:05:39.211 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93492026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.212 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93502026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.212 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93512026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.212 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93522026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.212 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93532026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.213 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93542026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.213 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93552026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.213 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93562026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.213 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93572026-08-27T01:05:40.591Z[ host-image] Aug 27 01:05:39.215 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93582026-08-27T01:05:40.592Z[ host-image] Aug 27 01:05:39.215 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93592026-08-27T01:05:40.592Z[ host-image] Aug 27 01:05:39.216 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93602026-08-27T01:05:40.592Z[ host-image] Aug 27 01:05:39.216 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93612026-08-27T01:05:40.592Z[ host-image] Aug 27 01:05:39.216 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93622026-08-27T01:05:40.592Z[ host-image] Aug 27 01:05:39.216 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93632026-08-27T01:05:40.593Z[ host-image] Aug 27 01:05:39.216 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93642026-08-27T01:05:40.593Z[ host-image] Aug 27 01:05:39.217 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93652026-08-27T01:05:40.593Z[ host-image] Aug 27 01:05:39.217 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93662026-08-27T01:05:40.593Z[ host-image] Aug 27 01:05:39.217 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93672026-08-27T01:05:40.596Z[ host-image] Aug 27 01:05:39.219 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93682026-08-27T01:05:40.596Z[ host-image] Aug 27 01:05:39.220 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93692026-08-27T01:05:40.596Z[ host-image] Aug 27 01:05:39.220 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93702026-08-27T01:05:40.596Z[ host-image] Aug 27 01:05:39.220 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93712026-08-27T01:05:40.596Z[ host-image] Aug 27 01:05:39.220 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93722026-08-27T01:05:40.600Z[ host-image] Aug 27 01:05:39.226 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93732026-08-27T01:05:40.600Z[ host-image] Aug 27 01:05:39.226 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93742026-08-27T01:05:40.604Z[ host-image] Aug 27 01:05:39.226 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93752026-08-27T01:05:40.604Z[ host-image] Aug 27 01:05:39.226 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93762026-08-27T01:05:40.604Z[ host-image] Aug 27 01:05:39.226 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93772026-08-27T01:05:40.609Z[ host-image] Aug 27 01:05:39.234 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93782026-08-27T01:05:40.609Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93792026-08-27T01:05:40.612Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93802026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93812026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93822026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93832026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93842026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93852026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93862026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.235 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93872026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.236 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93882026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.236 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93892026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.236 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93902026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.236 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93912026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.236 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93922026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.237 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93932026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.237 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93942026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.237 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93952026-08-27T01:05:40.613Z[ host-image] Aug 27 01:05:39.237 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93962026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.237 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93972026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.237 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93982026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.237 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93992026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
94002026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
94012026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94022026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94032026-08-27T01:05:40.614Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94042026-08-27T01:05:40.618Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94052026-08-27T01:05:40.618Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94062026-08-27T01:05:40.618Z[ host-image] Aug 27 01:05:39.238 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94072026-08-27T01:05:40.618Z[ host-image] Aug 27 01:05:39.239 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94082026-08-27T01:05:40.618Z[ host-image] Aug 27 01:05:39.239 INFO O| tempdir @ "/tmp/.tmpS6XwVI/tmp"
94092026-08-27T01:05:40.618Z[ host-image] Aug 27 01:05:39.239 INFO O| image root @ "/tmp/.tmpS6XwVI/tmp/root"
94102026-08-27T01:05:40.618Z[ host-image] Aug 27 01:05:39.239 INFO O| creating image...
94112026-08-27T01:05:42.410Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94122026-08-27T01:05:43.612Z[ recovery-image] Aug 27 01:05:42.230 INFO O| Aug 27 01:05:42.230 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94132026-08-27T01:05:43.710Z[ host-image] Aug 27 01:05:42.333 INFO O| copying publishers...
94142026-08-27T01:05:43.764Z[ recovery-image] Aug 27 01:05:42.390 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94152026-08-27T01:05:43.764Z[ recovery-image] Aug 27 01:05:42.390 INFO expanded image name: "recovery 5a34cf5/${os_short_commit} 2026-08-27 00:51" -> "recovery 5a34cf5/bbd33bf 2026-08-27 00:51"
94162026-08-27T01:05:43.764Z[ recovery-image] Aug 27 01:05:42.390 INFO output artefacts stored in: "/work/os-recovery"
94172026-08-27T01:05:43.768Z[ recovery-image] Aug 27 01:05:42.390 INFO collecting git info from project "phbl"...
94182026-08-27T01:05:43.772Z[ recovery-image] Aug 27 01:05:42.398 INFO collecting git info from project "dmar-report"...
94192026-08-27T01:05:43.783Z[ recovery-image] Aug 27 01:05:42.408 INFO collecting git info from project "bootserver"...
94202026-08-27T01:05:43.789Z[ recovery-image] Aug 27 01:05:42.414 INFO collecting git info from project "image-builder"...
94212026-08-27T01:05:43.795Z[ recovery-image] Aug 27 01:05:42.421 INFO collecting git info from project "amd-firmware"...
94222026-08-27T01:05:43.862Z[ recovery-image] Aug 27 01:05:42.487 INFO collecting git info from project "chelsio-t6-roms"...
94232026-08-27T01:05:43.881Z[ recovery-image] Aug 27 01:05:42.507 INFO collecting git info from project "pilot"...
94242026-08-27T01:05:43.914Z[ recovery-image] Aug 27 01:05:42.539 INFO collecting git info from project "amd-host-image-builder"...
94252026-08-27T01:05:43.982Z[ recovery-image] Aug 27 01:05:42.607 INFO collecting git info from project "pinprick"...
94262026-08-27T01:05:43.996Z[ recovery-image] Aug 27 01:05:42.622 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94272026-08-27T01:05:44.440Z[ recovery-image] Aug 27 01:05:43.065 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94282026-08-27T01:05:44.820Z[ recovery-image] Aug 27 01:05:43.445 INFO creating Oxide boot image...
94292026-08-27T01:05:44.820Z[ recovery-image] Aug 27 01:05:43.445 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 5a34cf5/bbd33bf 2026-08-27 00:51", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94302026-08-27T01:05:47.133Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94312026-08-27T01:05:47.156Z[ host-image] Aug 27 01:05:45.770 INFO O| adding properties...
94322026-08-27T01:05:47.228Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94332026-08-27T01:05:48.635Z[ host-image] Aug 27 01:05:47.261 INFO O| installing packages...
94342026-08-27T01:05:48.904Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94352026-08-27T01:05:49.131Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94362026-08-27T01:05:49.279Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94372026-08-27T01:05:54.105Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94382026-08-27T01:05:54.278Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94392026-08-27T01:05:56.489Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94402026-08-27T01:06:01.803Z[ host-image] Aug 27 01:06:00.429 INFO O| seeding SMF database...
94412026-08-27T01:06:03.848Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94422026-08-27T01:06:09.338Z[ host-image] Aug 27 01:06:04.807 INFO O| configuring SMF profile...
94432026-08-27T01:06:09.338Z[ host-image] Aug 27 01:06:04.807 INFO O| modifying shadow(5)...
94442026-08-27T01:06:09.338Z[ host-image] Aug 27 01:06:04.807 INFO O| loading user and group database...
94452026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:04.807 INFO O| loading facet selections...
94462026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| devel -> true
94472026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| doc.man -> true
94482026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| version-lock.shell/ksh93 -> true
94492026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| version-lock.system/data/hardware-registry -> true
94502026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| version-lock.system/data/zoneinfo -> true
94512026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| version-lock.system/microcode/amd -> true
94522026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| version-lock.system/microcode/intel -> true
94532026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| version-lock.system/microcode/oxide -> true
94542026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:05.132 INFO O| assessing packaged files...
94552026-08-27T01:06:09.368Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94562026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.748 INFO O| creating archive...
94572026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.770 INFO O| missing from packaging:
94582026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.770 INFO O| "etc/.pwd.lock"
94592026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.770 INFO O| "etc/bash"
94602026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.774 INFO O| "etc/svc/profile/generic.xml"
94612026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.774 INFO O| "etc/svc/profile/inetd_services.xml"
94622026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.774 INFO O| "etc/svc/profile/name_service.xml"
94632026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.774 INFO O| "etc/svc/profile/platform.xml"
94642026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.774 INFO O| "etc/svc/profile/platform_omicron1.xml"
94652026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.774 INFO O| "etc/svc/repository.db"
94662026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.780 INFO O| "opt/ooce/share"
94672026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.780 INFO O| "opt/ooce/share/man"
94682026-08-27T01:06:09.368Z[ host-image] Aug 27 01:06:06.780 INFO O| "opt/ooce/share/man/man1"
94692026-08-27T01:06:09.369Z[ host-image] Aug 27 01:06:06.789 INFO O| finishing archive...
94702026-08-27T01:06:10.534Z[ host-image] Aug 27 01:06:09.144 INFO O| creating gzonly manifest...
94712026-08-27T01:06:10.542Z[ host-image] Aug 27 01:06:09.150 INFO O| ok
94722026-08-27T01:06:10.657Z[ host-image] Aug 27 01:06:09.277 INFO image builder template: ramdisk-02-trim...
94732026-08-27T01:06:10.657Z[ host-image] Aug 27 01:06:09.277 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/.tmpdpClyP/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94742026-08-27T01:06:10.674Z[ host-image] Aug 27 01:06:09.296 INFO O| Aug 27 01:06:09.296 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94752026-08-27T01:06:10.681Z[ host-image] Aug 27 01:06:09.300 INFO O| Aug 27 01:06:09.300 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94762026-08-27T01:06:11.136Z[ host-image] Aug 27 01:06:09.761 INFO O| Aug 27 01:06:09.761 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94772026-08-27T01:06:11.699Z[ host-image] Aug 27 01:06:10.309 INFO O| Aug 27 01:06:10.308 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94782026-08-27T01:06:11.700Z[ host-image] Aug 27 01:06:10.309 INFO O| Aug 27 01:06:10.308 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94792026-08-27T01:06:11.708Z[ host-image] Aug 27 01:06:10.314 INFO O| Aug 27 01:06:10.314 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94802026-08-27T01:06:11.708Z[ host-image] Aug 27 01:06:10.318 INFO O| Aug 27 01:06:10.318 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94812026-08-27T01:06:11.708Z[ host-image] Aug 27 01:06:10.325 INFO O| Aug 27 01:06:10.325 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94822026-08-27T01:06:12.080Z[ host-image] Aug 27 01:06:10.703 INFO O| Aug 27 01:06:10.703 INFO rolled back to input snapshot; work may begin
94832026-08-27T01:06:12.080Z[ host-image] Aug 27 01:06:10.703 INFO O| Aug 27 01:06:10.703 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94842026-08-27T01:06:12.086Z[ host-image] Aug 27 01:06:10.708 INFO O| Aug 27 01:06:10.708 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-27T01:06:12.105Z[ host-image] Aug 27 01:06:10.718 INFO O| Aug 27 01:06:10.718 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94862026-08-27T01:06:12.140Z[ host-image] Aug 27 01:06:10.760 INFO O| Aug 27 01:06:10.760 INFO STEP 0 (remove_files) COMPLETE
94872026-08-27T01:06:12.140Z[ host-image] Aug 27 01:06:10.761 INFO O| Aug 27 01:06:10.760 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-27T01:06:12.158Z[ host-image] Aug 27 01:06:10.772 INFO O| Aug 27 01:06:10.772 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94892026-08-27T01:06:12.171Z[ host-image] Aug 27 01:06:10.773 INFO O| Aug 27 01:06:10.773 INFO STEP 1 (remove_files) COMPLETE
94902026-08-27T01:06:12.171Z[ host-image] Aug 27 01:06:10.773 INFO O| Aug 27 01:06:10.773 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-27T01:06:12.172Z[ host-image] Aug 27 01:06:10.783 INFO O| Aug 27 01:06:10.783 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94922026-08-27T01:06:12.177Z[ host-image] Aug 27 01:06:10.798 INFO O| Aug 27 01:06:10.798 INFO STEP 2 (remove_files) COMPLETE
94932026-08-27T01:06:12.177Z[ host-image] Aug 27 01:06:10.798 INFO O| Aug 27 01:06:10.798 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-27T01:06:12.185Z[ host-image] Aug 27 01:06:10.810 INFO O| Aug 27 01:06:10.810 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94952026-08-27T01:06:12.197Z[ host-image] Aug 27 01:06:10.811 INFO O| Aug 27 01:06:10.811 INFO STEP 3 (remove_files) COMPLETE
94962026-08-27T01:06:12.197Z[ host-image] Aug 27 01:06:10.811 INFO O| Aug 27 01:06:10.811 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-27T01:06:12.216Z[ host-image] Aug 27 01:06:10.821 INFO O| Aug 27 01:06:10.821 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94982026-08-27T01:06:12.216Z[ host-image] Aug 27 01:06:10.824 INFO O| Aug 27 01:06:10.824 INFO STEP 4 (remove_files) COMPLETE
94992026-08-27T01:06:12.217Z[ host-image] Aug 27 01:06:10.824 INFO O| Aug 27 01:06:10.824 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-27T01:06:12.224Z[ host-image] Aug 27 01:06:10.835 INFO O| Aug 27 01:06:10.835 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95012026-08-27T01:06:12.224Z[ host-image] Aug 27 01:06:10.837 INFO O| Aug 27 01:06:10.837 INFO STEP 5 (remove_files) COMPLETE
95022026-08-27T01:06:12.224Z[ host-image] Aug 27 01:06:10.837 INFO O| Aug 27 01:06:10.837 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-27T01:06:12.224Z[ host-image] Aug 27 01:06:10.848 INFO O| Aug 27 01:06:10.847 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95042026-08-27T01:06:12.237Z[ host-image] Aug 27 01:06:10.858 INFO O| Aug 27 01:06:10.858 INFO STEP 6 (remove_files) COMPLETE
95052026-08-27T01:06:12.237Z[ host-image] Aug 27 01:06:10.858 INFO O| Aug 27 01:06:10.858 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-27T01:06:12.242Z[ host-image] Aug 27 01:06:10.858 INFO O| Aug 27 01:06:10.858 INFO skip step because feature "heliosv2" is not enabled
95072026-08-27T01:06:12.244Z[ host-image] Aug 27 01:06:10.858 INFO O| Aug 27 01:06:10.858 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-27T01:06:12.249Z[ host-image] Aug 27 01:06:10.869 INFO O| Aug 27 01:06:10.869 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95092026-08-27T01:06:12.261Z[ host-image] Aug 27 01:06:10.881 INFO O| Aug 27 01:06:10.881 INFO STEP 8 (remove_files) COMPLETE
95102026-08-27T01:06:12.261Z[ host-image] Aug 27 01:06:10.882 INFO O| Aug 27 01:06:10.881 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-27T01:06:12.266Z[ host-image] Aug 27 01:06:10.891 INFO O| Aug 27 01:06:10.891 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95122026-08-27T01:06:12.348Z[ host-image] Aug 27 01:06:10.969 INFO O| Aug 27 01:06:10.969 INFO STEP 9 (remove_files) COMPLETE
95132026-08-27T01:06:12.348Z[ host-image] Aug 27 01:06:10.969 INFO O| Aug 27 01:06:10.969 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-27T01:06:12.357Z[ host-image] Aug 27 01:06:10.979 INFO O| Aug 27 01:06:10.979 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95152026-08-27T01:06:12.437Z[ host-image] Aug 27 01:06:11.062 INFO O| Aug 27 01:06:11.061 INFO STEP 10 (remove_files) COMPLETE
95162026-08-27T01:06:12.437Z[ host-image] Aug 27 01:06:11.062 INFO O| Aug 27 01:06:11.061 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-27T01:06:12.446Z[ host-image] Aug 27 01:06:11.071 INFO O| Aug 27 01:06:11.071 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95182026-08-27T01:06:12.453Z[ host-image] Aug 27 01:06:11.073 INFO O| Aug 27 01:06:11.073 INFO STEP 11 (remove_files) COMPLETE
95192026-08-27T01:06:12.453Z[ host-image] Aug 27 01:06:11.073 INFO O| Aug 27 01:06:11.073 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-27T01:06:12.458Z[ host-image] Aug 27 01:06:11.083 INFO O| Aug 27 01:06:11.083 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95212026-08-27T01:06:12.462Z[ host-image] Aug 27 01:06:11.084 INFO O| Aug 27 01:06:11.084 INFO STEP 12 (remove_files) COMPLETE
95222026-08-27T01:06:12.462Z[ host-image] Aug 27 01:06:11.084 INFO O| Aug 27 01:06:11.084 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-27T01:06:12.466Z[ host-image] Aug 27 01:06:11.092 INFO O| Aug 27 01:06:11.092 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95242026-08-27T01:06:12.473Z[ host-image] Aug 27 01:06:11.093 INFO O| Aug 27 01:06:11.093 INFO STEP 13 (remove_files) COMPLETE
95252026-08-27T01:06:12.473Z[ host-image] Aug 27 01:06:11.093 INFO O| Aug 27 01:06:11.093 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-27T01:06:12.663Z[ host-image] Aug 27 01:06:11.282 INFO O| Aug 27 01:06:11.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95272026-08-27T01:06:12.720Z[ host-image] Aug 27 01:06:11.287 INFO O| Aug 27 01:06:11.287 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95282026-08-27T01:06:12.727Z[ host-image] Aug 27 01:06:11.327 INFO O| Aug 27 01:06:11.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95292026-08-27T01:06:12.727Z[ host-image] Aug 27 01:06:11.327 INFO O| Aug 27 01:06:11.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95302026-08-27T01:06:12.727Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95312026-08-27T01:06:12.727Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95322026-08-27T01:06:12.727Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95332026-08-27T01:06:12.729Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95342026-08-27T01:06:12.729Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95352026-08-27T01:06:12.729Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95362026-08-27T01:06:12.729Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95372026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95382026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95392026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95402026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.334 INFO O| Aug 27 01:06:11.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95412026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.335 INFO O| Aug 27 01:06:11.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95422026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.335 INFO O| Aug 27 01:06:11.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95432026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.335 INFO O| Aug 27 01:06:11.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95442026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.335 INFO O| Aug 27 01:06:11.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95452026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.335 INFO O| Aug 27 01:06:11.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95462026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.342 INFO O| Aug 27 01:06:11.342 INFO STEP 14 (remove_files) COMPLETE
95472026-08-27T01:06:12.735Z[ host-image] Aug 27 01:06:11.342 INFO O| Aug 27 01:06:11.342 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-27T01:06:12.750Z[ host-image] Aug 27 01:06:11.352 INFO O| Aug 27 01:06:11.352 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95492026-08-27T01:06:12.750Z[ host-image] Aug 27 01:06:11.353 INFO O| Aug 27 01:06:11.353 INFO STEP 15 (remove_files) COMPLETE
95502026-08-27T01:06:12.750Z[ host-image] Aug 27 01:06:11.353 INFO O| Aug 27 01:06:11.353 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-27T01:06:12.750Z[ host-image] Aug 27 01:06:11.361 INFO O| Aug 27 01:06:11.361 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95522026-08-27T01:06:12.755Z[ host-image] Aug 27 01:06:11.367 INFO O| Aug 27 01:06:11.367 INFO STEP 16 (remove_files) COMPLETE
95532026-08-27T01:06:12.756Z[ host-image] Aug 27 01:06:11.367 INFO O| Aug 27 01:06:11.367 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-27T01:06:12.756Z[ host-image] Aug 27 01:06:11.376 INFO O| Aug 27 01:06:11.376 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95552026-08-27T01:06:12.756Z[ host-image] Aug 27 01:06:11.376 INFO O| Aug 27 01:06:11.376 INFO STEP 17 (remove_files) COMPLETE
95562026-08-27T01:06:12.756Z[ host-image] Aug 27 01:06:11.376 INFO O| Aug 27 01:06:11.376 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-27T01:06:12.766Z[ host-image] Aug 27 01:06:11.385 INFO O| Aug 27 01:06:11.385 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95582026-08-27T01:06:12.775Z[ host-image] Aug 27 01:06:11.386 INFO O| Aug 27 01:06:11.386 INFO STEP 18 (remove_files) COMPLETE
95592026-08-27T01:06:12.775Z[ host-image] Aug 27 01:06:11.386 INFO O| Aug 27 01:06:11.386 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-27T01:06:12.775Z[ host-image] Aug 27 01:06:11.395 INFO O| Aug 27 01:06:11.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95612026-08-27T01:06:12.775Z[ host-image] Aug 27 01:06:11.395 INFO O| Aug 27 01:06:11.395 INFO STEP 19 (remove_files) COMPLETE
95622026-08-27T01:06:12.775Z[ host-image] Aug 27 01:06:11.395 INFO O| Aug 27 01:06:11.395 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-27T01:06:12.795Z[ host-image] Aug 27 01:06:11.403 INFO O| Aug 27 01:06:11.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95642026-08-27T01:06:12.795Z[ host-image] Aug 27 01:06:11.403 INFO O| Aug 27 01:06:11.403 INFO STEP 20 (remove_files) COMPLETE
95652026-08-27T01:06:12.795Z[ host-image] Aug 27 01:06:11.403 INFO O| Aug 27 01:06:11.403 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-27T01:06:12.815Z[ host-image] Aug 27 01:06:11.411 INFO O| Aug 27 01:06:11.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95672026-08-27T01:06:12.815Z[ host-image] Aug 27 01:06:11.411 INFO O| Aug 27 01:06:11.411 INFO STEP 21 (remove_files) COMPLETE
95682026-08-27T01:06:12.818Z[ host-image] Aug 27 01:06:11.411 INFO O| Aug 27 01:06:11.411 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-27T01:06:12.818Z[ host-image] Aug 27 01:06:11.420 INFO O| Aug 27 01:06:11.420 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95702026-08-27T01:06:12.818Z[ host-image] Aug 27 01:06:11.421 INFO O| Aug 27 01:06:11.421 INFO STEP 22 (remove_files) COMPLETE
95712026-08-27T01:06:12.818Z[ host-image] Aug 27 01:06:11.421 INFO O| Aug 27 01:06:11.421 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-27T01:06:12.818Z[ host-image] Aug 27 01:06:11.430 INFO O| Aug 27 01:06:11.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95732026-08-27T01:06:12.818Z[ host-image] Aug 27 01:06:11.430 INFO O| Aug 27 01:06:11.430 INFO STEP 23 (remove_files) COMPLETE
95742026-08-27T01:06:12.818Z[ host-image] Aug 27 01:06:11.430 INFO O| Aug 27 01:06:11.430 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-27T01:06:12.827Z[ host-image] Aug 27 01:06:11.439 INFO O| Aug 27 01:06:11.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95762026-08-27T01:06:12.827Z[ host-image] Aug 27 01:06:11.439 INFO O| Aug 27 01:06:11.439 INFO STEP 24 (remove_files) COMPLETE
95772026-08-27T01:06:12.827Z[ host-image] Aug 27 01:06:11.439 INFO O| Aug 27 01:06:11.439 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-27T01:06:12.848Z[ host-image] Aug 27 01:06:11.449 INFO O| Aug 27 01:06:11.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95792026-08-27T01:06:12.848Z[ host-image] Aug 27 01:06:11.449 INFO O| Aug 27 01:06:11.449 INFO STEP 25 (remove_files) COMPLETE
95802026-08-27T01:06:12.848Z[ host-image] Aug 27 01:06:11.449 INFO O| Aug 27 01:06:11.449 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-27T01:06:12.849Z[ host-image] Aug 27 01:06:11.459 INFO O| Aug 27 01:06:11.459 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95822026-08-27T01:06:12.849Z[ host-image] Aug 27 01:06:11.459 INFO O| Aug 27 01:06:11.459 INFO STEP 26 (remove_files) COMPLETE
95832026-08-27T01:06:12.849Z[ host-image] Aug 27 01:06:11.459 INFO O| Aug 27 01:06:11.459 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-27T01:06:12.860Z[ host-image] Aug 27 01:06:11.467 INFO O| Aug 27 01:06:11.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95852026-08-27T01:06:12.860Z[ host-image] Aug 27 01:06:11.467 INFO O| Aug 27 01:06:11.467 INFO STEP 27 (remove_files) COMPLETE
95862026-08-27T01:06:12.860Z[ host-image] Aug 27 01:06:11.467 INFO O| Aug 27 01:06:11.467 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-27T01:06:12.860Z[ host-image] Aug 27 01:06:11.475 INFO O| Aug 27 01:06:11.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95882026-08-27T01:06:12.860Z[ host-image] Aug 27 01:06:11.475 INFO O| Aug 27 01:06:11.475 INFO STEP 28 (remove_files) COMPLETE
95892026-08-27T01:06:12.860Z[ host-image] Aug 27 01:06:11.475 INFO O| Aug 27 01:06:11.475 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-27T01:06:12.870Z[ host-image] Aug 27 01:06:11.486 INFO O| Aug 27 01:06:11.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95912026-08-27T01:06:12.870Z[ host-image] Aug 27 01:06:11.486 INFO O| Aug 27 01:06:11.486 INFO STEP 29 (remove_files) COMPLETE
95922026-08-27T01:06:12.870Z[ host-image] Aug 27 01:06:11.486 INFO O| Aug 27 01:06:11.486 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-27T01:06:12.875Z[ host-image] Aug 27 01:06:11.495 INFO O| Aug 27 01:06:11.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95942026-08-27T01:06:12.875Z[ host-image] Aug 27 01:06:11.495 INFO O| Aug 27 01:06:11.495 INFO STEP 30 (remove_files) COMPLETE
95952026-08-27T01:06:12.875Z[ host-image] Aug 27 01:06:11.495 INFO O| Aug 27 01:06:11.495 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-27T01:06:12.885Z[ host-image] Aug 27 01:06:11.503 INFO O| Aug 27 01:06:11.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95972026-08-27T01:06:12.885Z[ host-image] Aug 27 01:06:11.503 INFO O| Aug 27 01:06:11.503 INFO STEP 31 (remove_files) COMPLETE
95982026-08-27T01:06:12.885Z[ host-image] Aug 27 01:06:11.503 INFO O| Aug 27 01:06:11.503 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-27T01:06:12.905Z[ host-image] Aug 27 01:06:11.513 INFO O| Aug 27 01:06:11.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96002026-08-27T01:06:12.905Z[ host-image] Aug 27 01:06:11.514 INFO O| Aug 27 01:06:11.513 INFO STEP 32 (remove_files) COMPLETE
96012026-08-27T01:06:12.905Z[ host-image] Aug 27 01:06:11.514 INFO O| Aug 27 01:06:11.514 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-27T01:06:12.914Z[ host-image] Aug 27 01:06:11.524 INFO O| Aug 27 01:06:11.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96032026-08-27T01:06:12.914Z[ host-image] Aug 27 01:06:11.524 INFO O| Aug 27 01:06:11.524 INFO STEP 33 (remove_files) COMPLETE
96042026-08-27T01:06:12.914Z[ host-image] Aug 27 01:06:11.524 INFO O| Aug 27 01:06:11.524 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-27T01:06:12.914Z[ host-image] Aug 27 01:06:11.532 INFO O| Aug 27 01:06:11.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96062026-08-27T01:06:12.914Z[ host-image] Aug 27 01:06:11.532 INFO O| Aug 27 01:06:11.532 INFO STEP 34 (remove_files) COMPLETE
96072026-08-27T01:06:12.914Z[ host-image] Aug 27 01:06:11.532 INFO O| Aug 27 01:06:11.532 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-27T01:06:12.925Z[ host-image] Aug 27 01:06:11.541 INFO O| Aug 27 01:06:11.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96092026-08-27T01:06:12.925Z[ host-image] Aug 27 01:06:11.541 INFO O| Aug 27 01:06:11.541 INFO STEP 35 (remove_files) COMPLETE
96102026-08-27T01:06:12.925Z[ host-image] Aug 27 01:06:11.541 INFO O| Aug 27 01:06:11.541 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-08-27T01:06:12.934Z[ host-image] Aug 27 01:06:11.550 INFO O| Aug 27 01:06:11.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96122026-08-27T01:06:12.934Z[ host-image] Aug 27 01:06:11.550 INFO O| Aug 27 01:06:11.550 INFO STEP 36 (remove_files) COMPLETE
96132026-08-27T01:06:12.935Z[ host-image] Aug 27 01:06:11.550 INFO O| Aug 27 01:06:11.550 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-27T01:06:12.951Z[ host-image] Aug 27 01:06:11.561 INFO O| Aug 27 01:06:11.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96152026-08-27T01:06:12.951Z[ host-image] Aug 27 01:06:11.561 INFO O| Aug 27 01:06:11.561 INFO STEP 37 (remove_files) COMPLETE
96162026-08-27T01:06:12.952Z[ host-image] Aug 27 01:06:11.561 INFO O| Aug 27 01:06:11.561 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-27T01:06:12.952Z[ host-image] Aug 27 01:06:11.571 INFO O| Aug 27 01:06:11.571 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96182026-08-27T01:06:12.952Z[ host-image] Aug 27 01:06:11.571 INFO O| Aug 27 01:06:11.571 INFO STEP 38 (remove_files) COMPLETE
96192026-08-27T01:06:12.952Z[ host-image] Aug 27 01:06:11.571 INFO O| Aug 27 01:06:11.571 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-27T01:06:12.981Z[ host-image] Aug 27 01:06:11.603 INFO O| Aug 27 01:06:11.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96212026-08-27T01:06:12.981Z[ host-image] Aug 27 01:06:11.603 INFO O| Aug 27 01:06:11.603 INFO STEP 39 (remove_files) COMPLETE
96222026-08-27T01:06:12.981Z[ host-image] Aug 27 01:06:11.603 INFO O| Aug 27 01:06:11.603 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-27T01:06:12.996Z[ host-image] Aug 27 01:06:11.615 INFO O| Aug 27 01:06:11.615 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96242026-08-27T01:06:12.996Z[ host-image] Aug 27 01:06:11.615 INFO O| Aug 27 01:06:11.615 INFO STEP 40 (remove_files) COMPLETE
96252026-08-27T01:06:13.019Z[ host-image] Aug 27 01:06:11.615 INFO O| Aug 27 01:06:11.615 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-27T01:06:13.023Z[ host-image] Aug 27 01:06:11.624 INFO O| Aug 27 01:06:11.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96272026-08-27T01:06:13.023Z[ host-image] Aug 27 01:06:11.624 INFO O| Aug 27 01:06:11.624 INFO STEP 41 (remove_files) COMPLETE
96282026-08-27T01:06:13.023Z[ host-image] Aug 27 01:06:11.624 INFO O| Aug 27 01:06:11.624 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.635 INFO O| Aug 27 01:06:11.635 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96302026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.635 INFO O| Aug 27 01:06:11.635 INFO STEP 42 (remove_files) COMPLETE
96312026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.635 INFO O| Aug 27 01:06:11.635 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.644 INFO O| Aug 27 01:06:11.644 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96332026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.644 INFO O| Aug 27 01:06:11.644 INFO STEP 43 (remove_files) COMPLETE
96342026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.644 INFO O| Aug 27 01:06:11.644 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.652 INFO O| Aug 27 01:06:11.652 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96362026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.653 INFO O| Aug 27 01:06:11.652 INFO STEP 44 (remove_files) COMPLETE
96372026-08-27T01:06:13.033Z[ host-image] Aug 27 01:06:11.653 INFO O| Aug 27 01:06:11.653 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-27T01:06:13.048Z[ host-image] Aug 27 01:06:11.663 INFO O| Aug 27 01:06:11.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96392026-08-27T01:06:13.048Z[ host-image] Aug 27 01:06:11.663 INFO O| Aug 27 01:06:11.663 INFO STEP 45 (remove_files) COMPLETE
96402026-08-27T01:06:13.048Z[ host-image] Aug 27 01:06:11.663 INFO O| Aug 27 01:06:11.663 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-08-27T01:06:13.059Z[ host-image] Aug 27 01:06:11.672 INFO O| Aug 27 01:06:11.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96422026-08-27T01:06:13.059Z[ host-image] Aug 27 01:06:11.672 INFO O| Aug 27 01:06:11.672 INFO STEP 46 (remove_files) COMPLETE
96432026-08-27T01:06:13.059Z[ host-image] Aug 27 01:06:11.672 INFO O| Aug 27 01:06:11.672 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-27T01:06:13.072Z[ host-image] Aug 27 01:06:11.682 INFO O| Aug 27 01:06:11.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96452026-08-27T01:06:13.072Z[ host-image] Aug 27 01:06:11.682 INFO O| Aug 27 01:06:11.682 INFO STEP 47 (remove_files) COMPLETE
96462026-08-27T01:06:13.072Z[ host-image] Aug 27 01:06:11.682 INFO O| Aug 27 01:06:11.682 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-08-27T01:06:13.099Z[ host-image] Aug 27 01:06:11.693 INFO O| Aug 27 01:06:11.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96482026-08-27T01:06:13.099Z[ host-image] Aug 27 01:06:11.693 INFO O| Aug 27 01:06:11.693 INFO STEP 48 (remove_files) COMPLETE
96492026-08-27T01:06:13.099Z[ host-image] Aug 27 01:06:11.693 INFO O| Aug 27 01:06:11.693 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-27T01:06:13.099Z[ host-image] Aug 27 01:06:11.702 INFO O| Aug 27 01:06:11.702 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96512026-08-27T01:06:13.099Z[ host-image] Aug 27 01:06:11.702 INFO O| Aug 27 01:06:11.702 INFO STEP 49 (remove_files) COMPLETE
96522026-08-27T01:06:13.099Z[ host-image] Aug 27 01:06:11.702 INFO O| Aug 27 01:06:11.702 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-27T01:06:13.106Z[ host-image] Aug 27 01:06:11.711 INFO O| Aug 27 01:06:11.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96542026-08-27T01:06:13.106Z[ host-image] Aug 27 01:06:11.711 INFO O| Aug 27 01:06:11.711 INFO STEP 50 (remove_files) COMPLETE
96552026-08-27T01:06:13.106Z[ host-image] Aug 27 01:06:11.711 INFO O| Aug 27 01:06:11.711 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-08-27T01:06:13.106Z[ host-image] Aug 27 01:06:11.720 INFO O| Aug 27 01:06:11.720 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96572026-08-27T01:06:13.106Z[ host-image] Aug 27 01:06:11.720 INFO O| Aug 27 01:06:11.720 INFO STEP 51 (remove_files) COMPLETE
96582026-08-27T01:06:13.106Z[ host-image] Aug 27 01:06:11.720 INFO O| Aug 27 01:06:11.720 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-08-27T01:06:13.112Z[ host-image] Aug 27 01:06:11.729 INFO O| Aug 27 01:06:11.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96602026-08-27T01:06:13.112Z[ host-image] Aug 27 01:06:11.729 INFO O| Aug 27 01:06:11.729 INFO STEP 52 (remove_files) COMPLETE
96612026-08-27T01:06:13.112Z[ host-image] Aug 27 01:06:11.729 INFO O| Aug 27 01:06:11.729 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-27T01:06:13.121Z[ host-image] Aug 27 01:06:11.738 INFO O| Aug 27 01:06:11.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96632026-08-27T01:06:13.121Z[ host-image] Aug 27 01:06:11.738 INFO O| Aug 27 01:06:11.738 INFO STEP 53 (remove_files) COMPLETE
96642026-08-27T01:06:13.122Z[ host-image] Aug 27 01:06:11.738 INFO O| Aug 27 01:06:11.738 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-27T01:06:13.142Z[ host-image] Aug 27 01:06:11.749 INFO O| Aug 27 01:06:11.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96662026-08-27T01:06:13.142Z[ host-image] Aug 27 01:06:11.749 INFO O| Aug 27 01:06:11.749 INFO STEP 54 (remove_files) COMPLETE
96672026-08-27T01:06:13.142Z[ host-image] Aug 27 01:06:11.749 INFO O| Aug 27 01:06:11.749 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-08-27T01:06:13.152Z[ host-image] Aug 27 01:06:11.760 INFO O| Aug 27 01:06:11.760 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96692026-08-27T01:06:13.152Z[ host-image] Aug 27 01:06:11.760 INFO O| Aug 27 01:06:11.760 INFO STEP 55 (remove_files) COMPLETE
96702026-08-27T01:06:13.152Z[ host-image] Aug 27 01:06:11.760 INFO O| Aug 27 01:06:11.760 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-08-27T01:06:13.153Z[ host-image] Aug 27 01:06:11.770 INFO O| Aug 27 01:06:11.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96722026-08-27T01:06:13.153Z[ host-image] Aug 27 01:06:11.770 INFO O| Aug 27 01:06:11.770 INFO STEP 56 (remove_files) COMPLETE
96732026-08-27T01:06:13.153Z[ host-image] Aug 27 01:06:11.770 INFO O| Aug 27 01:06:11.770 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-08-27T01:06:13.166Z[ host-image] Aug 27 01:06:11.780 INFO O| Aug 27 01:06:11.780 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96752026-08-27T01:06:13.167Z[ host-image] Aug 27 01:06:11.780 INFO O| Aug 27 01:06:11.780 INFO STEP 57 (remove_files) COMPLETE
96762026-08-27T01:06:13.167Z[ host-image] Aug 27 01:06:11.780 INFO O| Aug 27 01:06:11.780 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-27T01:06:13.186Z[ host-image] Aug 27 01:06:11.791 INFO O| Aug 27 01:06:11.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96782026-08-27T01:06:13.186Z[ host-image] Aug 27 01:06:11.791 INFO O| Aug 27 01:06:11.791 INFO STEP 58 (remove_files) COMPLETE
96792026-08-27T01:06:13.186Z[ host-image] Aug 27 01:06:11.791 INFO O| Aug 27 01:06:11.791 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-08-27T01:06:13.210Z[ host-image] Aug 27 01:06:11.800 INFO O| Aug 27 01:06:11.800 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96812026-08-27T01:06:13.210Z[ host-image] Aug 27 01:06:11.800 INFO O| Aug 27 01:06:11.800 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96822026-08-27T01:06:13.210Z[ host-image] Aug 27 01:06:11.801 INFO O| Aug 27 01:06:11.800 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96832026-08-27T01:06:13.211Z[ host-image] Aug 27 01:06:11.801 INFO O| Aug 27 01:06:11.800 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96842026-08-27T01:06:13.211Z[ host-image] Aug 27 01:06:11.801 INFO O| Aug 27 01:06:11.800 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96852026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.801 INFO O| Aug 27 01:06:11.801 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96862026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.801 INFO O| Aug 27 01:06:11.801 INFO ok!
96872026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.801 INFO O| Aug 27 01:06:11.801 INFO STEP 59 (ensure_file) COMPLETE
96882026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.801 INFO O| Aug 27 01:06:11.801 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.810 INFO O| Aug 27 01:06:11.810 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96902026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.810 INFO O| Aug 27 01:06:11.810 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96912026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.810 INFO O| Aug 27 01:06:11.810 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96922026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.810 INFO O| Aug 27 01:06:11.810 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96932026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.810 INFO O| Aug 27 01:06:11.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96942026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.811 INFO O| Aug 27 01:06:11.810 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96952026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.811 INFO O| Aug 27 01:06:11.810 INFO ok!
96962026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.811 INFO O| Aug 27 01:06:11.811 INFO STEP 60 (ensure_file) COMPLETE
96972026-08-27T01:06:13.212Z[ host-image] Aug 27 01:06:11.811 INFO O| Aug 27 01:06:11.811 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-27T01:06:13.223Z[ host-image] Aug 27 01:06:11.820 INFO O| Aug 27 01:06:11.820 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96992026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.820 INFO O| Aug 27 01:06:11.820 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97002026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.820 INFO O| Aug 27 01:06:11.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97012026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.820 INFO O| Aug 27 01:06:11.820 INFO ok!
97022026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.820 INFO O| Aug 27 01:06:11.820 INFO STEP 61 (ensure_file) COMPLETE
97032026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.820 INFO O| Aug 27 01:06:11.820 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.830 INFO O| Aug 27 01:06:11.830 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97052026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.830 INFO O| Aug 27 01:06:11.830 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97062026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.830 INFO O| Aug 27 01:06:11.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97072026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.830 INFO O| Aug 27 01:06:11.830 INFO ok!
97082026-08-27T01:06:13.224Z[ host-image] Aug 27 01:06:11.830 INFO O| Aug 27 01:06:11.830 INFO STEP 62 (ensure_file) COMPLETE
97092026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.830 INFO O| Aug 27 01:06:11.830 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.839 INFO O| Aug 27 01:06:11.839 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97112026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.839 INFO O| Aug 27 01:06:11.839 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97122026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.839 INFO O| Aug 27 01:06:11.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97132026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.839 INFO O| Aug 27 01:06:11.839 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97142026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.839 INFO O| Aug 27 01:06:11.839 INFO ok!
97152026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.839 INFO O| Aug 27 01:06:11.839 INFO STEP 63 (ensure_file) COMPLETE
97162026-08-27T01:06:13.225Z[ host-image] Aug 27 01:06:11.839 INFO O| Aug 27 01:06:11.839 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97172026-08-27T01:06:14.242Z[ host-image] Aug 27 01:06:11.847 INFO O| Aug 27 01:06:11.847 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97182026-08-27T01:06:14.242Z[ host-image] Aug 27 01:06:11.847 INFO O| Aug 27 01:06:11.847 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97192026-08-27T01:06:14.242Z[ host-image] Aug 27 01:06:11.847 INFO O| Aug 27 01:06:11.847 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97202026-08-27T01:06:14.242Z[ host-image] Aug 27 01:06:11.847 INFO O| Aug 27 01:06:11.847 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97212026-08-27T01:06:14.242Z[ host-image] Aug 27 01:06:11.847 INFO O| Aug 27 01:06:11.847 INFO ok!
97222026-08-27T01:06:14.242Z[ host-image] Aug 27 01:06:11.847 INFO O| Aug 27 01:06:11.847 INFO STEP 64 (ensure_file) COMPLETE
97232026-08-27T01:06:14.242Z[ host-image] Aug 27 01:06:11.847 INFO O| Aug 27 01:06:11.847 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97242026-08-27T01:06:14.253Z[ host-image] Aug 27 01:06:11.858 INFO O| Aug 27 01:06:11.858 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97252026-08-27T01:06:14.253Z[ host-image] Aug 27 01:06:11.858 INFO O| Aug 27 01:06:11.858 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97262026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.858 INFO O| Aug 27 01:06:11.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97272026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.858 INFO O| Aug 27 01:06:11.858 INFO ok!
97282026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.858 INFO O| Aug 27 01:06:11.858 INFO STEP 65 (assemble_files) COMPLETE
97292026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.858 INFO O| Aug 27 01:06:11.858 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.868 INFO O| Aug 27 01:06:11.868 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97312026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.868 INFO O| Aug 27 01:06:11.868 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97322026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.868 INFO O| Aug 27 01:06:11.868 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97332026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.868 INFO O| Aug 27 01:06:11.868 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97342026-08-27T01:06:14.264Z[ host-image] Aug 27 01:06:11.868 INFO O| Aug 27 01:06:11.868 INFO ok!
97352026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.868 INFO O| Aug 27 01:06:11.868 INFO STEP 66 (ensure_file) COMPLETE
97362026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.868 INFO O| Aug 27 01:06:11.868 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.876 INFO O| Aug 27 01:06:11.876 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97382026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.876 INFO O| Aug 27 01:06:11.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97392026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.876 INFO O| Aug 27 01:06:11.876 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97402026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.876 INFO O| Aug 27 01:06:11.876 INFO STEP 67 (ensure_dir) COMPLETE
97412026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.876 INFO O| Aug 27 01:06:11.876 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97422026-08-27T01:06:14.265Z[ host-image] Aug 27 01:06:11.883 INFO O| Aug 27 01:06:11.882 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97432026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.883 INFO O| Aug 27 01:06:11.883 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 ...
97442026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.892 INFO O| Aug 27 01:06:11.892 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
97452026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.892 INFO O| Aug 27 01:06:11.892 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97462026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.892 INFO O| Aug 27 01:06:11.892 INFO ok!
97472026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.892 INFO O| Aug 27 01:06:11.892 INFO STEP 68 (ensure_file) COMPLETE
97482026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.892 INFO O| Aug 27 01:06:11.892 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97492026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.903 INFO O| Aug 27 01:06:11.903 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97502026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.903 INFO O| Aug 27 01:06:11.903 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 ...
97512026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.903 INFO O| Aug 27 01:06:11.903 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
97522026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.903 INFO O| Aug 27 01:06:11.903 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97532026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.903 INFO O| Aug 27 01:06:11.903 INFO ok!
97542026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.903 INFO O| Aug 27 01:06:11.903 INFO STEP 69 (ensure_file) COMPLETE
97552026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.903 INFO O| Aug 27 01:06:11.903 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97562026-08-27T01:06:14.266Z[ host-image] Aug 27 01:06:11.915 INFO O| Aug 27 01:06:11.915 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97572026-08-27T01:06:14.281Z[ host-image] Aug 27 01:06:11.915 INFO O| Aug 27 01:06:11.915 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97582026-08-27T01:06:15.005Z[ host-image] Aug 27 01:06:13.629 INFO O| Aug 27 01:06:13.629 INFO STEP 70 (pack_tar) COMPLETE
97592026-08-27T01:06:15.005Z[ host-image] Aug 27 01:06:13.629 INFO O| Aug 27 01:06:13.629 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97602026-08-27T01:06:15.005Z[ host-image] Aug 27 01:06:13.629 INFO O| Aug 27 01:06:13.629 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97612026-08-27T01:06:17.182Z[ host-image] Aug 27 01:06:15.802 INFO O| Aug 27 01:06:15.802 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97622026-08-27T01:06:17.716Z[ host-image] Aug 27 01:06:16.340 INFO O| Aug 27 01:06:16.340 INFO completed processing sled/ramdisk-02-trim
97632026-08-27T01:06:17.737Z[ host-image] Aug 27 01:06:16.342 INFO image builder template: zfs...
97642026-08-27T01:06:17.737Z[ host-image] Aug 27 01:06:16.342 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/.tmpdpClyP/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97652026-08-27T01:06:17.746Z[ host-image] Aug 27 01:06:16.354 INFO O| Aug 27 01:06:16.354 INFO skip include "stress" because feature "stress" is not enabled
97662026-08-27T01:06:17.747Z[ host-image] Aug 27 01:06:16.354 INFO O| Aug 27 01:06:16.354 INFO skip include "stress" because feature "compliance" is not enabled
97672026-08-27T01:06:17.756Z[ host-image] Aug 27 01:06:16.381 INFO O| Aug 27 01:06:16.381 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97682026-08-27T01:06:17.767Z[ host-image] Aug 27 01:06:16.384 INFO O| Aug 27 01:06:16.384 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97692026-08-27T01:06:17.840Z[ host-image] Aug 27 01:06:16.462 INFO O| Aug 27 01:06:16.462 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97702026-08-27T01:06:17.915Z[ host-image] Aug 27 01:06:16.521 INFO O| Aug 27 01:06:16.521 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97712026-08-27T01:06:17.915Z[ host-image] Aug 27 01:06:16.521 INFO O| Aug 27 01:06:16.521 INFO work dataset: rpool/images/build/host/work/sled/zfs
97722026-08-27T01:06:17.926Z[ host-image] Aug 27 01:06:16.526 INFO O| Aug 27 01:06:16.526 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97732026-08-27T01:06:17.994Z[ host-image] Aug 27 01:06:16.612 INFO O| Aug 27 01:06:16.612 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97742026-08-27T01:06:18.111Z[ host-image] Aug 27 01:06:16.736 INFO O| Aug 27 01:06:16.736 INFO DESTROY POOL: TEMPORARY-sled-zfs
97752026-08-27T01:06:18.123Z[ host-image] Aug 27 01:06:16.743 INFO O| Aug 27 01:06:16.743 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97762026-08-27T01:06:18.123Z[ host-image] Aug 27 01:06:16.746 INFO O| Aug 27 01:06:16.746 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97772026-08-27T01:06:18.123Z[ host-image] Aug 27 01:06:16.746 INFO O| Aug 27 01:06:16.746 INFO no lofi found
97782026-08-27T01:06:18.123Z[ host-image] Aug 27 01:06:16.746 INFO O| Aug 27 01:06:16.746 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97792026-08-27T01:06:18.123Z[ host-image] Aug 27 01:06:16.746 INFO O| Aug 27 01:06:16.746 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97802026-08-27T01:06:20.395Z[ host-image] Aug 27 01:06:19.001 INFO O| Aug 27 01:06:19.001 INFO lofi device = /dev/dsk/c2t1d0p0
97812026-08-27T01:06:20.395Z[ host-image] Aug 27 01:06:19.001 INFO O| Aug 27 01:06:19.001 INFO pool device = /dev/dsk/c2t1d0p0
97822026-08-27T01:06:20.395Z[ host-image] Aug 27 01:06:19.001 INFO O| Aug 27 01:06:19.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97832026-08-27T01:06:20.477Z[ host-image] Aug 27 01:06:19.062 INFO O| Aug 27 01:06:19.062 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97842026-08-27T01:06:20.477Z[ host-image] Aug 27 01:06:19.062 INFO O| Aug 27 01:06:19.062 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97852026-08-27T01:06:20.490Z[ host-image] Aug 27 01:06:19.078 INFO O| Aug 27 01:06:19.078 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97862026-08-27T01:06:20.520Z[ host-image] Aug 27 01:06:19.122 INFO O| Aug 27 01:06:19.122 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97872026-08-27T01:06:20.529Z[ host-image] Aug 27 01:06:19.146 INFO O| Aug 27 01:06:19.146 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97882026-08-27T01:06:20.552Z[ host-image] Aug 27 01:06:19.156 INFO O| Aug 27 01:06:19.156 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97892026-08-27T01:06:20.565Z[ host-image] Aug 27 01:06:19.165 INFO O| Aug 27 01:06:19.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97902026-08-27T01:06:20.573Z[ host-image] Aug 27 01:06:19.196 INFO O| Aug 27 01:06:19.196 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97912026-08-27T01:06:20.573Z[ host-image] Aug 27 01:06:19.196 INFO O| Aug 27 01:06:19.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97922026-08-27T01:06:20.573Z[ host-image] Aug 27 01:06:19.196 INFO O| Aug 27 01:06:19.196 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97932026-08-27T01:06:20.586Z[ host-image] Aug 27 01:06:19.206 INFO O| Aug 27 01:06:19.206 INFO boot environment UUID: 54ce1223-a4ff-477c-8a98-9cf9e6bd56eb
97942026-08-27T01:06:20.586Z[ host-image] Aug 27 01:06:19.206 INFO O| Aug 27 01:06:19.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 54ce1223-a4ff-477c-8a98-9cf9e6bd56eb
97952026-08-27T01:06:20.641Z[ host-image] Aug 27 01:06:19.252 INFO O| Aug 27 01:06:19.251 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97962026-08-27T01:06:20.645Z[ host-image] Aug 27 01:06:19.265 INFO O| Aug 27 01:06:19.265 INFO STEP 0 (create_be) COMPLETE
97972026-08-27T01:06:20.645Z[ host-image] Aug 27 01:06:19.265 INFO O| Aug 27 01:06:19.265 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97982026-08-27T01:06:20.658Z[ host-image] Aug 27 01:06:19.276 INFO O| Aug 27 01:06:19.276 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97992026-08-27T01:06:26.322Z[ recovery-image] Aug 27 01:06:24.943 INFO O| ok, image written!
98002026-08-27T01:06:26.336Z[ recovery-image] Aug 27 01:06:24.943 INFO O| ok, boot_image_csum file written!
98012026-08-27T01:06:26.336Z[ recovery-image] Aug 27 01:06:24.947 INFO creating boot archive (CPIO)...
98022026-08-27T01:06:26.351Z[ recovery-image] Aug 27 01:06:24.947 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/sled/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
98032026-08-27T01:06:26.370Z[ recovery-image] Aug 27 01:06:24.953 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98042026-08-27T01:06:26.370Z[ recovery-image] Aug 27 01:06:24.953 INFO E| + outfile=/work/os-recovery/cpio
98052026-08-27T01:06:26.370Z[ recovery-image] Aug 27 01:06:24.953 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98062026-08-27T01:06:26.370Z[ recovery-image] Aug 27 01:06:24.959 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98072026-08-27T01:06:26.370Z[ recovery-image] Aug 27 01:06:24.959 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98082026-08-27T01:06:26.377Z[ recovery-image] Aug 27 01:06:24.992 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98092026-08-27T01:06:26.377Z[ recovery-image] Aug 27 01:06:24.992 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98102026-08-27T01:06:26.377Z[ recovery-image] Aug 27 01:06:24.997 INFO creating compressed cpio/unix for dev loaders...
98112026-08-27T01:06:26.392Z[ recovery-image] Aug 27 01:06:24.997 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-recovery/unix.z'"], pwd: None
98122026-08-27T01:06:26.686Z[ recovery-image] Aug 27 01:06:25.251 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98132026-08-27T01:06:28.674Z[ host-image] Aug 27 01:06:27.293 INFO O| Aug 27 01:06:27.293 INFO STEP 1 (unpack_tar) COMPLETE
98142026-08-27T01:06:28.674Z[ host-image] Aug 27 01:06:27.293 INFO O| Aug 27 01:06:27.293 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-27T01:06:28.682Z[ host-image] Aug 27 01:06:27.302 INFO O| Aug 27 01:06:27.302 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98162026-08-27T01:06:29.227Z[ host-image] Aug 27 01:06:27.851 INFO O| Aug 27 01:06:27.851 INFO STEP 2 (devfsadm) COMPLETE
98172026-08-27T01:06:29.227Z[ host-image] Aug 27 01:06:27.851 INFO O| Aug 27 01:06:27.851 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-08-27T01:06:29.247Z[ host-image] Aug 27 01:06:27.861 INFO O| Aug 27 01:06:27.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98192026-08-27T01:06:29.247Z[ host-image] Aug 27 01:06:27.861 INFO O| Aug 27 01:06:27.861 INFO STEP 3 (ensure_dir) COMPLETE
98202026-08-27T01:06:29.268Z[ host-image] Aug 27 01:06:27.861 INFO O| Aug 27 01:06:27.861 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-08-27T01:06:29.268Z[ host-image] Aug 27 01:06:27.868 INFO O| Aug 27 01:06:27.868 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98222026-08-27T01:06:29.268Z[ host-image] Aug 27 01:06:27.868 INFO O| Aug 27 01:06:27.868 INFO STEP 4 (ensure_dir) COMPLETE
98232026-08-27T01:06:29.268Z[ host-image] Aug 27 01:06:27.868 INFO O| Aug 27 01:06:27.868 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98242026-08-27T01:06:29.268Z[ host-image] Aug 27 01:06:27.873 INFO O| Aug 27 01:06:27.873 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98252026-08-27T01:06:29.268Z[ host-image] Aug 27 01:06:27.873 INFO O| Aug 27 01:06:27.873 INFO STEP 5 (ensure_dir) COMPLETE
98262026-08-27T01:06:29.268Z[ host-image] Aug 27 01:06:27.873 INFO O| Aug 27 01:06:27.873 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-08-27T01:06:29.275Z[ host-image] Aug 27 01:06:27.880 INFO O| Aug 27 01:06:27.880 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98282026-08-27T01:06:29.275Z[ host-image] Aug 27 01:06:27.880 INFO O| Aug 27 01:06:27.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98292026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.880 INFO O| Aug 27 01:06:27.880 INFO STEP 6 (ensure_dir) COMPLETE
98302026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.880 INFO O| Aug 27 01:06:27.880 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.885 INFO O| Aug 27 01:06:27.885 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98322026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.885 INFO O| Aug 27 01:06:27.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98332026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.885 INFO O| Aug 27 01:06:27.885 INFO STEP 7 (ensure_dir) COMPLETE
98342026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.885 INFO O| Aug 27 01:06:27.885 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.890 INFO O| Aug 27 01:06:27.890 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98362026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.891 INFO O| Aug 27 01:06:27.891 INFO STEP 8 (remove_files) COMPLETE
98372026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.891 INFO O| Aug 27 01:06:27.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.896 INFO O| Aug 27 01:06:27.896 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98392026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.896 INFO O| Aug 27 01:06:27.896 INFO STEP 9 (remove_files) COMPLETE
98402026-08-27T01:06:29.280Z[ host-image] Aug 27 01:06:27.896 INFO O| Aug 27 01:06:27.896 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-08-27T01:06:29.289Z[ host-image] Aug 27 01:06:27.903 INFO O| Aug 27 01:06:27.903 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98422026-08-27T01:06:29.289Z[ host-image] Aug 27 01:06:27.904 INFO O| Aug 27 01:06:27.904 INFO STEP 10 (remove_files) COMPLETE
98432026-08-27T01:06:29.290Z[ host-image] Aug 27 01:06:27.904 INFO O| Aug 27 01:06:27.904 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-27T01:06:29.290Z[ host-image] Aug 27 01:06:27.909 INFO O| Aug 27 01:06:27.909 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98452026-08-27T01:06:29.290Z[ host-image] Aug 27 01:06:27.909 INFO O| Aug 27 01:06:27.909 INFO STEP 11 (remove_files) COMPLETE
98462026-08-27T01:06:29.290Z[ host-image] Aug 27 01:06:27.909 INFO O| Aug 27 01:06:27.909 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-08-27T01:06:29.297Z[ host-image] Aug 27 01:06:27.915 INFO O| Aug 27 01:06:27.915 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98482026-08-27T01:06:29.297Z[ host-image] Aug 27 01:06:27.915 INFO O| Aug 27 01:06:27.915 INFO STEP 12 (remove_files) COMPLETE
98492026-08-27T01:06:29.297Z[ host-image] Aug 27 01:06:27.915 INFO O| Aug 27 01:06:27.915 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98502026-08-27T01:06:29.304Z[ host-image] Aug 27 01:06:27.921 INFO O| Aug 27 01:06:27.921 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98512026-08-27T01:06:29.304Z[ host-image] Aug 27 01:06:27.921 INFO O| Aug 27 01:06:27.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98522026-08-27T01:06:29.304Z[ host-image] Aug 27 01:06:27.921 INFO O| Aug 27 01:06:27.921 INFO STEP 13 (ensure_dir) COMPLETE
98532026-08-27T01:06:29.304Z[ host-image] Aug 27 01:06:27.921 INFO O| Aug 27 01:06:27.921 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.927 INFO O| Aug 27 01:06:27.927 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98552026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.927 INFO O| Aug 27 01:06:27.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98562026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.927 INFO O| Aug 27 01:06:27.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98572026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.927 INFO O| Aug 27 01:06:27.927 INFO STEP 14 (ensure_dir) COMPLETE
98582026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.927 INFO O| Aug 27 01:06:27.927 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98592026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.932 INFO O| Aug 27 01:06:27.932 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98602026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.933 INFO O| Aug 27 01:06:27.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98612026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.933 INFO O| Aug 27 01:06:27.933 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98622026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.933 INFO O| Aug 27 01:06:27.933 INFO STEP 15 (ensure_dir) COMPLETE
98632026-08-27T01:06:29.323Z[ host-image] Aug 27 01:06:27.933 INFO O| Aug 27 01:06:27.933 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-08-27T01:06:29.332Z[ host-image] Aug 27 01:06:27.938 INFO O| Aug 27 01:06:27.938 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98652026-08-27T01:06:29.332Z[ host-image] Aug 27 01:06:27.938 INFO O| Aug 27 01:06:27.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98662026-08-27T01:06:29.335Z[ host-image] Aug 27 01:06:27.938 INFO O| Aug 27 01:06:27.938 INFO STEP 16 (ensure_dir) COMPLETE
98672026-08-27T01:06:29.335Z[ host-image] Aug 27 01:06:27.938 INFO O| Aug 27 01:06:27.938 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-08-27T01:06:29.335Z[ host-image] Aug 27 01:06:27.944 INFO O| Aug 27 01:06:27.944 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98692026-08-27T01:06:29.335Z[ host-image] Aug 27 01:06:27.944 INFO O| Aug 27 01:06:27.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98702026-08-27T01:06:29.335Z[ host-image] Aug 27 01:06:27.944 INFO O| Aug 27 01:06:27.944 INFO STEP 17 (ensure_dir) COMPLETE
98712026-08-27T01:06:29.335Z[ host-image] Aug 27 01:06:27.944 INFO O| Aug 27 01:06:27.944 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98722026-08-27T01:06:29.335Z[ host-image] Aug 27 01:06:27.950 INFO O| Aug 27 01:06:27.950 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98732026-08-27T01:06:29.336Z[ host-image] Aug 27 01:06:27.950 INFO O| Aug 27 01:06:27.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98742026-08-27T01:06:29.336Z[ host-image] Aug 27 01:06:27.950 INFO O| Aug 27 01:06:27.950 INFO ok!
98752026-08-27T01:06:29.336Z[ host-image] Aug 27 01:06:27.950 INFO O| Aug 27 01:06:27.950 INFO STEP 18 (ensure_symlink) COMPLETE
98762026-08-27T01:06:29.336Z[ host-image] Aug 27 01:06:27.950 INFO O| Aug 27 01:06:27.950 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98772026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.956 INFO O| Aug 27 01:06:27.956 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98782026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.956 INFO O| Aug 27 01:06:27.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98792026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.956 INFO O| Aug 27 01:06:27.956 INFO ok!
98802026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.956 INFO O| Aug 27 01:06:27.956 INFO STEP 19 (ensure_file) COMPLETE
98812026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.956 INFO O| Aug 27 01:06:27.956 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98822026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.961 INFO O| Aug 27 01:06:27.961 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98832026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.961 INFO O| Aug 27 01:06:27.961 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98842026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.961 INFO O| Aug 27 01:06:27.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98852026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.961 INFO O| Aug 27 01:06:27.961 INFO ok!
98862026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.961 INFO O| Aug 27 01:06:27.961 INFO STEP 20 (ensure_symlink) COMPLETE
98872026-08-27T01:06:29.352Z[ host-image] Aug 27 01:06:27.961 INFO O| Aug 27 01:06:27.961 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-08-27T01:06:29.359Z[ host-image] Aug 27 01:06:27.966 INFO O| Aug 27 01:06:27.966 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98892026-08-27T01:06:29.359Z[ host-image] Aug 27 01:06:27.966 INFO O| Aug 27 01:06:27.966 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98902026-08-27T01:06:29.359Z[ host-image] Aug 27 01:06:27.966 INFO O| Aug 27 01:06:27.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98912026-08-27T01:06:29.359Z[ host-image] Aug 27 01:06:27.966 INFO O| Aug 27 01:06:27.966 INFO ok!
98922026-08-27T01:06:29.359Z[ host-image] Aug 27 01:06:27.966 INFO O| Aug 27 01:06:27.966 INFO STEP 21 (ensure_symlink) COMPLETE
98932026-08-27T01:06:29.359Z[ host-image] Aug 27 01:06:27.966 INFO O| Aug 27 01:06:27.966 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98942026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.973 INFO O| Aug 27 01:06:27.972 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98952026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.973 INFO O| Aug 27 01:06:27.972 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98962026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.973 INFO O| Aug 27 01:06:27.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98972026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.973 INFO O| Aug 27 01:06:27.973 INFO ok!
98982026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.973 INFO O| Aug 27 01:06:27.973 INFO STEP 22 (ensure_symlink) COMPLETE
98992026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.973 INFO O| Aug 27 01:06:27.973 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.978 INFO O| Aug 27 01:06:27.978 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99012026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.978 INFO O| Aug 27 01:06:27.978 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99022026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.978 INFO O| Aug 27 01:06:27.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99032026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.978 INFO O| Aug 27 01:06:27.978 INFO ok!
99042026-08-27T01:06:29.360Z[ host-image] Aug 27 01:06:27.978 INFO O| Aug 27 01:06:27.978 INFO STEP 23 (ensure_symlink) COMPLETE
99052026-08-27T01:06:29.361Z[ host-image] Aug 27 01:06:27.978 INFO O| Aug 27 01:06:27.978 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99062026-08-27T01:06:29.367Z[ host-image] Aug 27 01:06:27.983 INFO O| Aug 27 01:06:27.983 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99072026-08-27T01:06:29.367Z[ host-image] Aug 27 01:06:27.983 INFO O| Aug 27 01:06:27.983 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99082026-08-27T01:06:29.367Z[ host-image] Aug 27 01:06:27.983 INFO O| Aug 27 01:06:27.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99092026-08-27T01:06:29.367Z[ host-image] Aug 27 01:06:27.983 INFO O| Aug 27 01:06:27.983 INFO ok!
99102026-08-27T01:06:29.368Z[ host-image] Aug 27 01:06:27.983 INFO O| Aug 27 01:06:27.983 INFO STEP 24 (ensure_file) COMPLETE
99112026-08-27T01:06:29.368Z[ host-image] Aug 27 01:06:27.983 INFO O| Aug 27 01:06:27.983 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-08-27T01:06:29.368Z[ host-image] Aug 27 01:06:27.989 INFO O| Aug 27 01:06:27.989 INFO updating shadow file
99132026-08-27T01:06:29.368Z[ host-image] Aug 27 01:06:27.989 INFO O| Aug 27 01:06:27.989 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99142026-08-27T01:06:29.368Z[ host-image] Aug 27 01:06:27.989 INFO O| Aug 27 01:06:27.989 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99152026-08-27T01:06:29.368Z[ host-image] Aug 27 01:06:27.989 INFO O| Aug 27 01:06:27.989 INFO STEP 25 (shadow) COMPLETE
99162026-08-27T01:06:29.368Z[ host-image] Aug 27 01:06:27.989 INFO O| Aug 27 01:06:27.989 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-08-27T01:06:29.377Z[ host-image] Aug 27 01:06:27.994 INFO O| Aug 27 01:06:27.994 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99182026-08-27T01:06:29.377Z[ host-image] Aug 27 01:06:27.994 INFO O| Aug 27 01:06:27.994 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99192026-08-27T01:06:29.377Z[ host-image] Aug 27 01:06:27.995 INFO O| Aug 27 01:06:27.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99202026-08-27T01:06:29.377Z[ host-image] Aug 27 01:06:27.995 INFO O| Aug 27 01:06:27.994 INFO ok!
99212026-08-27T01:06:29.377Z[ host-image] Aug 27 01:06:27.995 INFO O| Aug 27 01:06:27.995 INFO STEP 26 (ensure_file) COMPLETE
99222026-08-27T01:06:29.377Z[ host-image] Aug 27 01:06:27.995 INFO O| Aug 27 01:06:27.995 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-08-27T01:06:29.385Z[ host-image] Aug 27 01:06:28.001 INFO O| Aug 27 01:06:28.001 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99242026-08-27T01:06:29.385Z[ host-image] Aug 27 01:06:28.001 INFO O| Aug 27 01:06:28.001 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99252026-08-27T01:06:29.385Z[ host-image] Aug 27 01:06:28.001 INFO O| Aug 27 01:06:28.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99262026-08-27T01:06:29.387Z[ host-image] Aug 27 01:06:28.001 INFO O| Aug 27 01:06:28.001 INFO ok!
99272026-08-27T01:06:29.387Z[ host-image] Aug 27 01:06:28.001 INFO O| Aug 27 01:06:28.001 INFO STEP 27 (ensure_file) COMPLETE
99282026-08-27T01:06:29.387Z[ host-image] Aug 27 01:06:28.001 INFO O| Aug 27 01:06:28.001 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99292026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.009 INFO O| Aug 27 01:06:28.009 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99302026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.009 INFO O| Aug 27 01:06:28.009 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99312026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.009 INFO O| Aug 27 01:06:28.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99322026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.009 INFO O| Aug 27 01:06:28.009 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99332026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.009 INFO O| Aug 27 01:06:28.009 INFO ok!
99342026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.009 INFO O| Aug 27 01:06:28.009 INFO STEP 28 (ensure_file) COMPLETE
99352026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.009 INFO O| Aug 27 01:06:28.009 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.016 INFO O| Aug 27 01:06:28.016 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99372026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.016 INFO O| Aug 27 01:06:28.016 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99382026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.016 INFO O| Aug 27 01:06:28.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99392026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.016 INFO O| Aug 27 01:06:28.016 INFO ok!
99402026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.016 INFO O| Aug 27 01:06:28.016 INFO STEP 29 (ensure_file) COMPLETE
99412026-08-27T01:06:29.407Z[ host-image] Aug 27 01:06:28.016 INFO O| Aug 27 01:06:28.016 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-08-27T01:06:29.418Z[ host-image] Aug 27 01:06:28.023 INFO O| Aug 27 01:06:28.023 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99432026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.023 INFO O| Aug 27 01:06:28.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99442026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.023 INFO O| Aug 27 01:06:28.023 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99452026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.023 INFO O| Aug 27 01:06:28.023 INFO STEP 30 (ensure_dir) COMPLETE
99462026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.023 INFO O| Aug 27 01:06:28.023 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99472026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.029 INFO O| Aug 27 01:06:28.029 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99482026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.029 INFO O| Aug 27 01:06:28.029 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99492026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.029 INFO O| Aug 27 01:06:28.029 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99502026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.029 INFO O| Aug 27 01:06:28.029 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99512026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.029 INFO O| Aug 27 01:06:28.029 INFO ok!
99522026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.029 INFO O| Aug 27 01:06:28.029 INFO STEP 31 (ensure_file) COMPLETE
99532026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.029 INFO O| Aug 27 01:06:28.029 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99542026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.035 INFO O| Aug 27 01:06:28.035 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99552026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.035 INFO O| Aug 27 01:06:28.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99562026-08-27T01:06:29.419Z[ host-image] Aug 27 01:06:28.035 INFO O| Aug 27 01:06:28.035 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99572026-08-27T01:06:29.423Z[ host-image] Aug 27 01:06:28.035 INFO O| Aug 27 01:06:28.035 INFO STEP 32 (ensure_dir) COMPLETE
99582026-08-27T01:06:29.423Z[ host-image] Aug 27 01:06:28.035 INFO O| Aug 27 01:06:28.035 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99592026-08-27T01:06:29.428Z[ host-image] Aug 27 01:06:28.042 INFO O| Aug 27 01:06:28.042 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99602026-08-27T01:06:29.428Z[ host-image] Aug 27 01:06:28.042 INFO O| Aug 27 01:06:28.042 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml ...
99612026-08-27T01:06:29.428Z[ host-image] Aug 27 01:06:28.042 INFO O| Aug 27 01:06:28.042 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99622026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.042 INFO O| Aug 27 01:06:28.042 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99632026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.042 INFO O| Aug 27 01:06:28.042 INFO ok!
99642026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.042 INFO O| Aug 27 01:06:28.042 INFO STEP 33 (ensure_file) COMPLETE
99652026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.042 INFO O| Aug 27 01:06:28.042 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.048 INFO O| Aug 27 01:06:28.048 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99672026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.048 INFO O| Aug 27 01:06:28.048 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99682026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.048 INFO O| Aug 27 01:06:28.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99692026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.048 INFO O| Aug 27 01:06:28.048 INFO ok!
99702026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.048 INFO O| Aug 27 01:06:28.048 INFO STEP 34 (ensure_file) COMPLETE
99712026-08-27T01:06:29.429Z[ host-image] Aug 27 01:06:28.048 INFO O| Aug 27 01:06:28.048 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-08-27T01:06:29.436Z[ host-image] Aug 27 01:06:28.055 INFO O| Aug 27 01:06:28.055 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99732026-08-27T01:06:29.436Z[ host-image] Aug 27 01:06:28.055 INFO O| Aug 27 01:06:28.055 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99742026-08-27T01:06:29.437Z[ host-image] Aug 27 01:06:28.055 INFO O| Aug 27 01:06:28.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99752026-08-27T01:06:29.437Z[ host-image] Aug 27 01:06:28.055 INFO O| Aug 27 01:06:28.055 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99762026-08-27T01:06:29.437Z[ host-image] Aug 27 01:06:28.055 INFO O| Aug 27 01:06:28.055 INFO ok!
99772026-08-27T01:06:29.437Z[ host-image] Aug 27 01:06:28.055 INFO O| Aug 27 01:06:28.055 INFO STEP 35 (ensure_file) COMPLETE
99782026-08-27T01:06:29.437Z[ host-image] Aug 27 01:06:28.055 INFO O| Aug 27 01:06:28.055 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-27T01:06:29.447Z[ host-image] Aug 27 01:06:28.061 INFO O| Aug 27 01:06:28.061 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99802026-08-27T01:06:29.447Z[ host-image] Aug 27 01:06:28.061 INFO O| Aug 27 01:06:28.061 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99812026-08-27T01:06:29.447Z[ host-image] Aug 27 01:06:28.061 INFO O| Aug 27 01:06:28.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99822026-08-27T01:06:29.447Z[ host-image] Aug 27 01:06:28.061 INFO O| Aug 27 01:06:28.061 INFO ok!
99832026-08-27T01:06:29.447Z[ host-image] Aug 27 01:06:28.061 INFO O| Aug 27 01:06:28.061 INFO STEP 36 (ensure_file) COMPLETE
99842026-08-27T01:06:29.447Z[ host-image] Aug 27 01:06:28.061 INFO O| Aug 27 01:06:28.061 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99852026-08-27T01:06:29.460Z[ host-image] Aug 27 01:06:28.067 INFO O| Aug 27 01:06:28.067 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99862026-08-27T01:06:29.460Z[ host-image] Aug 27 01:06:28.067 INFO O| Aug 27 01:06:28.067 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99872026-08-27T01:06:29.463Z[ host-image] Aug 27 01:06:28.067 INFO O| Aug 27 01:06:28.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99882026-08-27T01:06:29.463Z[ host-image] Aug 27 01:06:28.067 INFO O| Aug 27 01:06:28.067 INFO ok!
99892026-08-27T01:06:29.463Z[ host-image] Aug 27 01:06:28.067 INFO O| Aug 27 01:06:28.067 INFO STEP 37 (ensure_file) COMPLETE
99902026-08-27T01:06:29.463Z[ host-image] Aug 27 01:06:28.067 INFO O| Aug 27 01:06:28.067 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99912026-08-27T01:06:29.463Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99922026-08-27T01:06:29.463Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99932026-08-27T01:06:29.463Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99942026-08-27T01:06:29.464Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99952026-08-27T01:06:29.464Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99962026-08-27T01:06:29.464Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99972026-08-27T01:06:29.464Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO ok!
99982026-08-27T01:06:29.466Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO STEP 38 (ensure_file) COMPLETE
99992026-08-27T01:06:29.466Z[ host-image] Aug 27 01:06:28.073 INFO O| Aug 27 01:06:28.073 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100002026-08-27T01:06:29.466Z[ host-image] Aug 27 01:06:28.080 INFO O| Aug 27 01:06:28.080 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100012026-08-27T01:06:29.466Z[ host-image] Aug 27 01:06:28.080 INFO O| Aug 27 01:06:28.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100022026-08-27T01:06:29.466Z[ host-image] Aug 27 01:06:28.080 INFO O| Aug 27 01:06:28.080 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100032026-08-27T01:06:29.466Z[ host-image] Aug 27 01:06:28.080 INFO O| Aug 27 01:06:28.080 INFO STEP 39 (ensure_dir) COMPLETE
100042026-08-27T01:06:29.466Z[ host-image] Aug 27 01:06:28.080 INFO O| Aug 27 01:06:28.080 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100052026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
100062026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
100072026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
100082026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
100092026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
100102026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
100112026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO ok!
100122026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO STEP 40 (ensure_file) COMPLETE
100132026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.085 INFO O| Aug 27 01:06:28.085 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100142026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.090 INFO O| Aug 27 01:06:28.090 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100152026-08-27T01:06:29.475Z[ host-image] Aug 27 01:06:28.090 INFO O| Aug 27 01:06:28.090 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
100162026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.090 INFO O| Aug 27 01:06:28.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100172026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.090 INFO O| Aug 27 01:06:28.090 INFO ok!
100182026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.090 INFO O| Aug 27 01:06:28.090 INFO STEP 41 (ensure_symlink) COMPLETE
100192026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.090 INFO O| Aug 27 01:06:28.090 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100202026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.095 INFO O| Aug 27 01:06:28.095 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100212026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.095 INFO O| Aug 27 01:06:28.095 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100222026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.095 INFO O| Aug 27 01:06:28.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100232026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.095 INFO O| Aug 27 01:06:28.095 INFO ok!
100242026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.095 INFO O| Aug 27 01:06:28.095 INFO STEP 42 (ensure_symlink) COMPLETE
100252026-08-27T01:06:29.476Z[ host-image] Aug 27 01:06:28.095 INFO O| Aug 27 01:06:28.095 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-08-27T01:06:29.499Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100272026-08-27T01:06:29.499Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100282026-08-27T01:06:29.499Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100292026-08-27T01:06:29.499Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100302026-08-27T01:06:29.501Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100312026-08-27T01:06:29.501Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100322026-08-27T01:06:29.501Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO ok!
100332026-08-27T01:06:29.501Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO STEP 43 (ensure_file) COMPLETE
100342026-08-27T01:06:29.501Z[ host-image] Aug 27 01:06:28.102 INFO O| Aug 27 01:06:28.102 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100352026-08-27T01:06:29.518Z[ host-image] Aug 27 01:06:28.108 INFO O| Aug 27 01:06:28.108 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100362026-08-27T01:06:29.518Z[ host-image] Aug 27 01:06:28.108 INFO O| Aug 27 01:06:28.108 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
100372026-08-27T01:06:29.518Z[ host-image] Aug 27 01:06:28.108 INFO O| Aug 27 01:06:28.108 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100382026-08-27T01:06:29.519Z[ host-image] Aug 27 01:06:28.108 INFO O| Aug 27 01:06:28.108 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100392026-08-27T01:06:29.519Z[ host-image] Aug 27 01:06:28.108 INFO O| Aug 27 01:06:28.108 INFO ok!
100402026-08-27T01:06:29.519Z[ host-image] Aug 27 01:06:28.108 INFO O| Aug 27 01:06:28.108 INFO STEP 44 (ensure_file) COMPLETE
100412026-08-27T01:06:29.519Z[ host-image] Aug 27 01:06:28.108 INFO O| Aug 27 01:06:28.108 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100422026-08-27T01:06:29.519Z[ host-image] Aug 27 01:06:28.114 INFO O| Aug 27 01:06:28.114 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100432026-08-27T01:06:29.519Z[ host-image] Aug 27 01:06:28.114 INFO O| Aug 27 01:06:28.114 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100442026-08-27T01:06:29.519Z[ host-image] Aug 27 01:06:28.114 INFO O| Aug 27 01:06:28.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100452026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.114 INFO O| Aug 27 01:06:28.114 INFO ok!
100462026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.114 INFO O| Aug 27 01:06:28.114 INFO STEP 45 (ensure_file) COMPLETE
100472026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.114 INFO O| Aug 27 01:06:28.114 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100482026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.120 INFO O| Aug 27 01:06:28.120 INFO updating shadow file
100492026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.120 INFO O| Aug 27 01:06:28.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100502026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.120 INFO O| Aug 27 01:06:28.120 INFO STEP 46 (shadow) COMPLETE
100512026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.120 INFO O| Aug 27 01:06:28.120 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100522026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100532026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100542026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100552026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100562026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO ok!
100572026-08-27T01:06:29.521Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO STEP 47 (ensure_file) COMPLETE
100582026-08-27T01:06:29.522Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100592026-08-27T01:06:29.522Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO skip step because feature "mfg" is not enabled
100602026-08-27T01:06:29.522Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100612026-08-27T01:06:29.522Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO skip step because feature "mfg" is not enabled
100622026-08-27T01:06:29.522Z[ host-image] Aug 27 01:06:28.126 INFO O| Aug 27 01:06:28.126 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100632026-08-27T01:06:29.529Z[ host-image] Aug 27 01:06:28.132 INFO O| Aug 27 01:06:28.132 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100642026-08-27T01:06:29.529Z[ host-image] Aug 27 01:06:28.132 INFO O| Aug 27 01:06:28.132 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100652026-08-27T01:06:29.534Z[ host-image] Aug 27 01:06:28.155 INFO O| Aug 27 01:06:28.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100662026-08-27T01:06:29.534Z[ host-image] Aug 27 01:06:28.155 INFO O| Aug 27 01:06:28.155 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100672026-08-27T01:06:29.534Z[ host-image] Aug 27 01:06:28.155 INFO O| Aug 27 01:06:28.155 INFO ok!
100682026-08-27T01:06:29.534Z[ host-image] Aug 27 01:06:28.155 INFO O| Aug 27 01:06:28.155 INFO STEP 50 (ensure_file) COMPLETE
100692026-08-27T01:06:29.534Z[ host-image] Aug 27 01:06:28.155 INFO O| Aug 27 01:06:28.155 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-27T01:06:29.534Z[ host-image] Aug 27 01:06:28.155 INFO O| Aug 27 01:06:28.155 INFO skip step because feature "compliance" is not enabled
100712026-08-27T01:06:29.534Z[ host-image] Aug 27 01:06:28.155 INFO O| Aug 27 01:06:28.155 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-27T01:06:29.548Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100732026-08-27T01:06:29.548Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100742026-08-27T01:06:29.549Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100752026-08-27T01:06:29.549Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100762026-08-27T01:06:29.551Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100772026-08-27T01:06:29.551Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100782026-08-27T01:06:29.551Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO ok!
100792026-08-27T01:06:29.551Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO STEP 52 (ensure_file) COMPLETE
100802026-08-27T01:06:29.551Z[ host-image] Aug 27 01:06:28.162 INFO O| Aug 27 01:06:28.162 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100812026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.168 INFO O| Aug 27 01:06:28.168 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100822026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.168 INFO O| Aug 27 01:06:28.168 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
100832026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.168 INFO O| Aug 27 01:06:28.168 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100842026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.168 INFO O| Aug 27 01:06:28.168 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100852026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.168 INFO O| Aug 27 01:06:28.168 INFO ok!
100862026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.168 INFO O| Aug 27 01:06:28.168 INFO STEP 53 (ensure_file) COMPLETE
100872026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.168 INFO O| Aug 27 01:06:28.168 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.175 INFO O| Aug 27 01:06:28.175 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100892026-08-27T01:06:29.567Z[ host-image] Aug 27 01:06:28.175 INFO O| Aug 27 01:06:28.175 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen ...
100902026-08-27T01:06:29.568Z[ host-image] Aug 27 01:06:28.175 INFO O| Aug 27 01:06:28.175 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100912026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.175 INFO O| Aug 27 01:06:28.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100922026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.175 INFO O| Aug 27 01:06:28.175 INFO ok!
100932026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.175 INFO O| Aug 27 01:06:28.175 INFO STEP 54 (ensure_file) COMPLETE
100942026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.175 INFO O| Aug 27 01:06:28.175 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.181 INFO O| Aug 27 01:06:28.181 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100962026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.181 INFO O| Aug 27 01:06:28.181 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ...
100972026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.181 INFO O| Aug 27 01:06:28.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100982026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.181 INFO O| Aug 27 01:06:28.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100992026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.181 INFO O| Aug 27 01:06:28.181 INFO ok!
101002026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.181 INFO O| Aug 27 01:06:28.181 INFO STEP 55 (ensure_file) COMPLETE
101012026-08-27T01:06:29.573Z[ host-image] Aug 27 01:06:28.181 INFO O| Aug 27 01:06:28.181 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-08-27T01:06:29.580Z[ host-image] Aug 27 01:06:28.188 INFO O| Aug 27 01:06:28.188 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101032026-08-27T01:06:29.580Z[ host-image] Aug 27 01:06:28.188 INFO O| Aug 27 01:06:28.188 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ...
101042026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.188 INFO O| Aug 27 01:06:28.188 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101052026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.188 INFO O| Aug 27 01:06:28.188 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101062026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.188 INFO O| Aug 27 01:06:28.188 INFO ok!
101072026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.188 INFO O| Aug 27 01:06:28.188 INFO STEP 56 (ensure_file) COMPLETE
101082026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.188 INFO O| Aug 27 01:06:28.188 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101092026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.194 INFO O| Aug 27 01:06:28.194 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101102026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.194 INFO O| Aug 27 01:06:28.194 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml ...
101112026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.194 INFO O| Aug 27 01:06:28.194 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101122026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.194 INFO O| Aug 27 01:06:28.194 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101132026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.194 INFO O| Aug 27 01:06:28.194 INFO ok!
101142026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.194 INFO O| Aug 27 01:06:28.194 INFO STEP 57 (ensure_file) COMPLETE
101152026-08-27T01:06:29.581Z[ host-image] Aug 27 01:06:28.194 INFO O| Aug 27 01:06:28.194 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101162026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101172026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen ...
101182026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101192026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101202026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101212026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101222026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO ok!
101232026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO STEP 58 (ensure_file) COMPLETE
101242026-08-27T01:06:29.582Z[ host-image] Aug 27 01:06:28.200 INFO O| Aug 27 01:06:28.200 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101252026-08-27T01:06:29.594Z[ host-image] Aug 27 01:06:28.207 INFO O| Aug 27 01:06:28.207 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101262026-08-27T01:06:29.594Z[ host-image] Aug 27 01:06:28.207 INFO O| Aug 27 01:06:28.207 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml ...
101272026-08-27T01:06:29.594Z[ host-image] Aug 27 01:06:28.208 INFO O| Aug 27 01:06:28.208 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101282026-08-27T01:06:29.595Z[ host-image] Aug 27 01:06:28.208 INFO O| Aug 27 01:06:28.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101292026-08-27T01:06:29.595Z[ host-image] Aug 27 01:06:28.208 INFO O| Aug 27 01:06:28.208 INFO ok!
101302026-08-27T01:06:29.595Z[ host-image] Aug 27 01:06:28.208 INFO O| Aug 27 01:06:28.208 INFO STEP 59 (ensure_file) COMPLETE
101312026-08-27T01:06:29.595Z[ host-image] Aug 27 01:06:28.208 INFO O| Aug 27 01:06:28.208 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101322026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.213 INFO O| Aug 27 01:06:28.213 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101332026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.213 INFO O| Aug 27 01:06:28.213 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101342026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.213 INFO O| Aug 27 01:06:28.213 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101352026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.213 INFO O| Aug 27 01:06:28.213 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101362026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.213 INFO O| Aug 27 01:06:28.213 INFO ok!
101372026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.213 INFO O| Aug 27 01:06:28.213 INFO STEP 60 (ensure_file) COMPLETE
101382026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.213 INFO O| Aug 27 01:06:28.213 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101392026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.220 INFO O| Aug 27 01:06:28.220 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101402026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.220 INFO O| Aug 27 01:06:28.220 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ...
101412026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.220 INFO O| Aug 27 01:06:28.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101422026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.220 INFO O| Aug 27 01:06:28.220 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101432026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.220 INFO O| Aug 27 01:06:28.220 INFO ok!
101442026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.220 INFO O| Aug 27 01:06:28.220 INFO STEP 61 (ensure_file) COMPLETE
101452026-08-27T01:06:29.618Z[ host-image] Aug 27 01:06:28.220 INFO O| Aug 27 01:06:28.220 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101462026-08-27T01:06:29.619Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101472026-08-27T01:06:29.620Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101482026-08-27T01:06:29.620Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101492026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101502026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101512026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101522026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO ok!
101532026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO STEP 62 (ensure_file) COMPLETE
101542026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.226 INFO O| Aug 27 01:06:28.226 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101552026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.231 INFO O| Aug 27 01:06:28.231 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101562026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.231 INFO O| Aug 27 01:06:28.231 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
101572026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.231 INFO O| Aug 27 01:06:28.231 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101582026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.231 INFO O| Aug 27 01:06:28.231 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101592026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.231 INFO O| Aug 27 01:06:28.231 INFO ok!
101602026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.231 INFO O| Aug 27 01:06:28.231 INFO STEP 63 (ensure_file) COMPLETE
101612026-08-27T01:06:29.621Z[ host-image] Aug 27 01:06:28.231 INFO O| Aug 27 01:06:28.231 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101622026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.237 INFO O| Aug 27 01:06:28.237 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101632026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.237 INFO O| Aug 27 01:06:28.237 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
101642026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.237 INFO O| Aug 27 01:06:28.237 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101652026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.237 INFO O| Aug 27 01:06:28.237 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101662026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.237 INFO O| Aug 27 01:06:28.237 INFO ok!
101672026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.237 INFO O| Aug 27 01:06:28.237 INFO STEP 64 (ensure_file) COMPLETE
101682026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.237 INFO O| Aug 27 01:06:28.237 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101692026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101702026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
101712026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101722026-08-27T01:06:29.631Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101732026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO ok!
101742026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO STEP 65 (ensure_file) COMPLETE
101752026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101762026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO skip step because feature "mbist" is not enabled
101772026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.243 INFO O| Aug 27 01:06:28.243 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.249 INFO O| Aug 27 01:06:28.249 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101792026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.249 INFO O| Aug 27 01:06:28.249 INFO STEP 67 (ensure_dir) COMPLETE
101802026-08-27T01:06:29.632Z[ host-image] Aug 27 01:06:28.249 INFO O| Aug 27 01:06:28.249 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-27T01:06:29.648Z[ host-image] Aug 27 01:06:28.254 INFO O| Aug 27 01:06:28.254 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101822026-08-27T01:06:29.649Z[ host-image] Aug 27 01:06:28.254 INFO O| Aug 27 01:06:28.254 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101832026-08-27T01:06:29.649Z[ host-image] Aug 27 01:06:28.254 INFO O| Aug 27 01:06:28.254 INFO STEP 68 (ensure_dir) COMPLETE
101842026-08-27T01:06:29.649Z[ host-image] Aug 27 01:06:28.254 INFO O| Aug 27 01:06:28.254 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-27T01:06:29.649Z[ host-image] Aug 27 01:06:28.259 INFO O| Aug 27 01:06:28.259 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101862026-08-27T01:06:29.649Z[ host-image] Aug 27 01:06:28.259 INFO O| Aug 27 01:06:28.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101872026-08-27T01:06:29.650Z[ host-image] Aug 27 01:06:28.259 INFO O| Aug 27 01:06:28.259 INFO STEP 69 (ensure_dir) COMPLETE
101882026-08-27T01:06:29.650Z[ host-image] Aug 27 01:06:28.259 INFO O| Aug 27 01:06:28.259 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-27T01:06:29.656Z[ host-image] Aug 27 01:06:28.265 INFO O| Aug 27 01:06:28.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101902026-08-27T01:06:29.660Z[ host-image] Aug 27 01:06:28.265 INFO O| Aug 27 01:06:28.265 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101912026-08-27T01:06:30.041Z[ host-image] Aug 27 01:06:28.574 INFO O| Aug 27 01:06:28.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101922026-08-27T01:06:30.062Z[ host-image] Aug 27 01:06:28.574 INFO O| Aug 27 01:06:28.574 INFO ok!
101932026-08-27T01:06:30.103Z[ host-image] Aug 27 01:06:28.574 INFO O| Aug 27 01:06:28.574 INFO STEP 70 (ensure_file) COMPLETE
101942026-08-27T01:06:30.103Z[ host-image] Aug 27 01:06:28.574 INFO O| Aug 27 01:06:28.574 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-27T01:06:30.103Z[ host-image] Aug 27 01:06:28.582 INFO O| Aug 27 01:06:28.582 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101962026-08-27T01:06:30.103Z[ host-image] Aug 27 01:06:28.582 INFO O| Aug 27 01:06:28.582 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101972026-08-27T01:06:30.207Z[ recovery-image] Aug 27 01:06:28.831 INFO creating reset image...
101982026-08-27T01:06:30.208Z[ recovery-image] Aug 27 01:06:28.831 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")
101992026-08-27T01:06:30.455Z[ recovery-image] Aug 27 01:06:29.067 INFO E| Updating crates.io index
102002026-08-27T01:06:30.512Z[ host-image] Aug 27 01:06:29.136 INFO O| Aug 27 01:06:29.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102012026-08-27T01:06:30.512Z[ host-image] Aug 27 01:06:29.136 INFO O| Aug 27 01:06:29.136 INFO ok!
102022026-08-27T01:06:30.519Z[ host-image] Aug 27 01:06:29.136 INFO O| Aug 27 01:06:29.136 INFO STEP 71 (ensure_file) COMPLETE
102032026-08-27T01:06:30.519Z[ host-image] Aug 27 01:06:29.136 INFO O| Aug 27 01:06:29.136 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-27T01:06:30.526Z[ host-image] Aug 27 01:06:29.144 INFO O| Aug 27 01:06:29.143 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102052026-08-27T01:06:30.526Z[ host-image] Aug 27 01:06:29.144 INFO O| Aug 27 01:06:29.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102062026-08-27T01:06:30.526Z[ host-image] Aug 27 01:06:29.144 INFO O| Aug 27 01:06:29.144 INFO STEP 72 (ensure_dir) COMPLETE
102072026-08-27T01:06:30.526Z[ host-image] Aug 27 01:06:29.144 INFO O| Aug 27 01:06:29.144 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-27T01:06:30.546Z[ host-image] Aug 27 01:06:29.152 INFO O| Aug 27 01:06:29.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102092026-08-27T01:06:30.546Z[ host-image] Aug 27 01:06:29.152 INFO O| Aug 27 01:06:29.152 INFO copying /tmp/.tmpdpClyP/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 ...
102102026-08-27T01:06:30.546Z[ host-image] Aug 27 01:06:29.152 INFO O| Aug 27 01:06:29.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102112026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.152 INFO O| Aug 27 01:06:29.152 INFO ok!
102122026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.152 INFO O| Aug 27 01:06:29.152 INFO STEP 73 (ensure_file) COMPLETE
102132026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.152 INFO O| Aug 27 01:06:29.152 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.157 INFO O| Aug 27 01:06:29.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102152026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.157 INFO O| Aug 27 01:06:29.157 INFO copying /tmp/.tmpdpClyP/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 ...
102162026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.157 INFO O| Aug 27 01:06:29.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102172026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.157 INFO O| Aug 27 01:06:29.157 INFO ok!
102182026-08-27T01:06:30.547Z[ host-image] Aug 27 01:06:29.157 INFO O| Aug 27 01:06:29.157 INFO STEP 74 (ensure_file) COMPLETE
102192026-08-27T01:06:30.550Z[ host-image] Aug 27 01:06:29.157 INFO O| Aug 27 01:06:29.157 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.163 INFO O| Aug 27 01:06:29.163 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102212026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.163 INFO O| Aug 27 01:06:29.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102222026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.163 INFO O| Aug 27 01:06:29.163 INFO STEP 75 (ensure_dir) COMPLETE
102232026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.163 INFO O| Aug 27 01:06:29.163 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-08-27T01:06:30.559Z[ recovery-image] Aug 27 01:06:29.166 INFO E| Downloading crates ...
102252026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.168 INFO O| Aug 27 01:06:29.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102262026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.168 INFO O| Aug 27 01:06:29.168 INFO copying /tmp/.tmpdpClyP/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 ...
102272026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.168 INFO O| Aug 27 01:06:29.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102282026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.168 INFO O| Aug 27 01:06:29.168 INFO ok!
102292026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.168 INFO O| Aug 27 01:06:29.168 INFO STEP 76 (ensure_file) COMPLETE
102302026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.168 INFO O| Aug 27 01:06:29.168 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.173 INFO O| Aug 27 01:06:29.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102322026-08-27T01:06:30.559Z[ host-image] Aug 27 01:06:29.173 INFO O| Aug 27 01:06:29.173 INFO copying /tmp/.tmpdpClyP/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 ...
102332026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.173 INFO O| Aug 27 01:06:29.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102342026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.173 INFO O| Aug 27 01:06:29.173 INFO ok!
102352026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.173 INFO O| Aug 27 01:06:29.173 INFO STEP 77 (ensure_file) COMPLETE
102362026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.173 INFO O| Aug 27 01:06:29.173 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.179 INFO O| Aug 27 01:06:29.179 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102382026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.179 INFO O| Aug 27 01:06:29.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102392026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.179 INFO O| Aug 27 01:06:29.179 INFO STEP 78 (ensure_dir) COMPLETE
102402026-08-27T01:06:30.562Z[ host-image] Aug 27 01:06:29.179 INFO O| Aug 27 01:06:29.179 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.184 INFO O| Aug 27 01:06:29.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102422026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.184 INFO O| Aug 27 01:06:29.184 INFO copying /tmp/.tmpdpClyP/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 ...
102432026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.184 INFO O| Aug 27 01:06:29.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102442026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.184 INFO O| Aug 27 01:06:29.184 INFO ok!
102452026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.184 INFO O| Aug 27 01:06:29.184 INFO STEP 79 (ensure_file) COMPLETE
102462026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.184 INFO O| Aug 27 01:06:29.184 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.189 INFO O| Aug 27 01:06:29.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102482026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.189 INFO O| Aug 27 01:06:29.189 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102492026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.189 INFO O| Aug 27 01:06:29.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102502026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.189 INFO O| Aug 27 01:06:29.189 INFO ok!
102512026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.189 INFO O| Aug 27 01:06:29.189 INFO STEP 80 (ensure_file) COMPLETE
102522026-08-27T01:06:30.569Z[ host-image] Aug 27 01:06:29.189 INFO O| Aug 27 01:06:29.189 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-27T01:06:30.585Z[ host-image] Aug 27 01:06:29.195 INFO O| Aug 27 01:06:29.195 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102542026-08-27T01:06:30.585Z[ host-image] Aug 27 01:06:29.195 INFO O| Aug 27 01:06:29.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102552026-08-27T01:06:30.585Z[ host-image] Aug 27 01:06:29.195 INFO O| Aug 27 01:06:29.195 INFO STEP 81 (ensure_dir) COMPLETE
102562026-08-27T01:06:30.585Z[ host-image] Aug 27 01:06:29.195 INFO O| Aug 27 01:06:29.195 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-27T01:06:30.602Z[ host-image] Aug 27 01:06:29.200 INFO O| Aug 27 01:06:29.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102582026-08-27T01:06:30.602Z[ host-image] Aug 27 01:06:29.200 INFO O| Aug 27 01:06:29.200 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102592026-08-27T01:06:30.602Z[ recovery-image] Aug 27 01:06:29.210 INFO E| Downloaded duct v1.1.1
102602026-08-27T01:06:30.603Z[ recovery-image] Aug 27 01:06:29.213 INFO E| Downloaded sigchld v0.2.4
102612026-08-27T01:06:30.603Z[ recovery-image] Aug 27 01:06:29.214 INFO E| Downloaded colorchoice v1.0.5
102622026-08-27T01:06:30.613Z[ recovery-image] Aug 27 01:06:29.215 INFO E| Downloaded clap_lex v1.1.0
102632026-08-27T01:06:30.614Z[ recovery-image] Aug 27 01:06:29.216 INFO E| Downloaded os_pipe v1.2.3
102642026-08-27T01:06:30.614Z[ recovery-image] Aug 27 01:06:29.218 INFO E| Downloaded shared_thread v0.2.0
102652026-08-27T01:06:30.614Z[ recovery-image] Aug 27 01:06:29.218 INFO E| Downloaded shared_child v1.1.1
102662026-08-27T01:06:30.635Z[ recovery-image] Aug 27 01:06:29.253 INFO E| Compiling libc v0.2.186
102672026-08-27T01:06:30.635Z[ recovery-image] Aug 27 01:06:29.253 INFO E| Compiling proc-macro2 v1.0.106
102682026-08-27T01:06:30.635Z[ recovery-image] Aug 27 01:06:29.253 INFO E| Compiling quote v1.0.45
102692026-08-27T01:06:30.640Z[ recovery-image] Aug 27 01:06:29.253 INFO E| Compiling unicode-ident v1.0.24
102702026-08-27T01:06:30.640Z[ recovery-image] Aug 27 01:06:29.253 INFO E| Compiling signal-hook v0.3.18
102712026-08-27T01:06:30.640Z[ recovery-image] Aug 27 01:06:29.253 INFO E| Compiling utf8parse v0.2.2
102722026-08-27T01:06:30.640Z[ recovery-image] Aug 27 01:06:29.253 INFO E| Compiling colorchoice v1.0.5
102732026-08-27T01:06:30.648Z[ recovery-image] Aug 27 01:06:29.267 INFO E| Compiling is_terminal_polyfill v1.70.2
102742026-08-27T01:06:30.648Z[ recovery-image] Aug 27 01:06:29.267 INFO E| Compiling anstyle v1.0.14
102752026-08-27T01:06:30.648Z[ recovery-image] Aug 27 01:06:29.267 INFO E| Compiling anstyle-query v1.1.5
102762026-08-27T01:06:30.648Z[ recovery-image] Aug 27 01:06:29.267 INFO E| Compiling heck v0.5.0
102772026-08-27T01:06:30.650Z[ recovery-image] Aug 27 01:06:29.267 INFO E| Compiling clap_lex v1.1.0
102782026-08-27T01:06:30.650Z[ recovery-image] Aug 27 01:06:29.267 INFO E| Compiling strsim v0.11.1
102792026-08-27T01:06:30.650Z[ recovery-image] Aug 27 01:06:29.267 INFO E| Compiling shared_thread v0.2.0
102802026-08-27T01:06:30.802Z[ recovery-image] Aug 27 01:06:29.423 INFO E| Compiling anstyle-parse v1.0.0
102812026-08-27T01:06:31.107Z[ recovery-image] Aug 27 01:06:29.727 INFO E| Compiling anstream v1.0.0
102822026-08-27T01:06:31.266Z[ host-image] Aug 27 01:06:29.890 INFO O| Aug 27 01:06:29.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102832026-08-27T01:06:31.266Z[ host-image] Aug 27 01:06:29.890 INFO O| Aug 27 01:06:29.890 INFO ok!
102842026-08-27T01:06:31.282Z[ host-image] Aug 27 01:06:29.890 INFO O| Aug 27 01:06:29.890 INFO STEP 82 (ensure_file) COMPLETE
102852026-08-27T01:06:31.282Z[ host-image] Aug 27 01:06:29.890 INFO O| Aug 27 01:06:29.890 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-08-27T01:06:31.289Z[ host-image] Aug 27 01:06:29.899 INFO O| Aug 27 01:06:29.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102872026-08-27T01:06:31.289Z[ host-image] Aug 27 01:06:29.899 INFO O| Aug 27 01:06:29.899 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102882026-08-27T01:06:31.327Z[ recovery-image] Aug 27 01:06:29.944 INFO E| Compiling clap_builder v4.6.0
102892026-08-27T01:06:31.581Z[ host-image] Aug 27 01:06:30.200 INFO O| Aug 27 01:06:30.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102902026-08-27T01:06:31.581Z[ host-image] Aug 27 01:06:30.200 INFO O| Aug 27 01:06:30.200 INFO ok!
102912026-08-27T01:06:31.643Z[ host-image] Aug 27 01:06:30.200 INFO O| Aug 27 01:06:30.200 INFO STEP 83 (ensure_file) COMPLETE
102922026-08-27T01:06:31.643Z[ host-image] Aug 27 01:06:30.200 INFO O| Aug 27 01:06:30.200 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-27T01:06:31.643Z[ host-image] Aug 27 01:06:30.210 INFO O| Aug 27 01:06:30.210 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102942026-08-27T01:06:31.644Z[ host-image] Aug 27 01:06:30.210 INFO O| Aug 27 01:06:30.210 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102952026-08-27T01:06:31.842Z[ recovery-image] Aug 27 01:06:30.448 INFO E| Compiling errno v0.3.14
102962026-08-27T01:06:31.855Z[ recovery-image] Aug 27 01:06:30.448 INFO E| Compiling os_pipe v1.2.3
102972026-08-27T01:06:31.940Z[ recovery-image] Aug 27 01:06:30.550 INFO E| Compiling signal-hook-registry v1.4.8
102982026-08-27T01:06:32.124Z[ recovery-image] Aug 27 01:06:30.747 INFO E| Compiling syn v2.0.117
102992026-08-27T01:06:32.202Z[ recovery-image] Aug 27 01:06:30.826 INFO E| Compiling sigchld v0.2.4
103002026-08-27T01:06:32.325Z[ recovery-image] Aug 27 01:06:30.929 INFO E| Compiling shared_child v1.1.1
103012026-08-27T01:06:32.449Z[ recovery-image] Aug 27 01:06:31.059 INFO E| Compiling duct v1.1.1
103022026-08-27T01:06:32.983Z[ host-image] Aug 27 01:06:31.606 INFO O| Aug 27 01:06:31.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103032026-08-27T01:06:32.991Z[ host-image] Aug 27 01:06:31.606 INFO O| Aug 27 01:06:31.606 INFO ok!
103042026-08-27T01:06:32.992Z[ host-image] Aug 27 01:06:31.606 INFO O| Aug 27 01:06:31.606 INFO STEP 84 (ensure_file) COMPLETE
103052026-08-27T01:06:32.992Z[ host-image] Aug 27 01:06:31.606 INFO O| Aug 27 01:06:31.606 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.615 INFO O| Aug 27 01:06:31.615 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103072026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.615 INFO O| Aug 27 01:06:31.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103082026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.615 INFO O| Aug 27 01:06:31.615 INFO STEP 85 (ensure_dir) COMPLETE
103092026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.616 INFO O| Aug 27 01:06:31.615 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.623 INFO O| Aug 27 01:06:31.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103112026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.623 INFO O| Aug 27 01:06:31.623 INFO copying /tmp/.tmpdpClyP/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 ...
103122026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.623 INFO O| Aug 27 01:06:31.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103132026-08-27T01:06:33.006Z[ host-image] Aug 27 01:06:31.623 INFO O| Aug 27 01:06:31.623 INFO ok!
103142026-08-27T01:06:33.007Z[ host-image] Aug 27 01:06:31.623 INFO O| Aug 27 01:06:31.623 INFO STEP 86 (ensure_file) COMPLETE
103152026-08-27T01:06:33.007Z[ host-image] Aug 27 01:06:31.623 INFO O| Aug 27 01:06:31.623 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-27T01:06:33.014Z[ host-image] Aug 27 01:06:31.632 INFO O| Aug 27 01:06:31.632 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103172026-08-27T01:06:33.014Z[ host-image] Aug 27 01:06:31.632 INFO O| Aug 27 01:06:31.632 INFO copying /tmp/.tmpdpClyP/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 ...
103182026-08-27T01:06:33.015Z[ host-image] Aug 27 01:06:31.632 INFO O| Aug 27 01:06:31.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103192026-08-27T01:06:33.015Z[ host-image] Aug 27 01:06:31.632 INFO O| Aug 27 01:06:31.632 INFO ok!
103202026-08-27T01:06:33.015Z[ host-image] Aug 27 01:06:31.632 INFO O| Aug 27 01:06:31.632 INFO STEP 87 (ensure_file) COMPLETE
103212026-08-27T01:06:33.015Z[ host-image] Aug 27 01:06:31.632 INFO O| Aug 27 01:06:31.632 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-08-27T01:06:33.023Z[ host-image] Aug 27 01:06:31.640 INFO O| Aug 27 01:06:31.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103232026-08-27T01:06:33.023Z[ host-image] Aug 27 01:06:31.640 INFO O| Aug 27 01:06:31.640 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103242026-08-27T01:06:33.023Z[ host-image] Aug 27 01:06:31.641 INFO O| Aug 27 01:06:31.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103252026-08-27T01:06:33.023Z[ host-image] Aug 27 01:06:31.641 INFO O| Aug 27 01:06:31.640 INFO ok!
103262026-08-27T01:06:33.023Z[ host-image] Aug 27 01:06:31.641 INFO O| Aug 27 01:06:31.640 INFO STEP 88 (ensure_file) COMPLETE
103272026-08-27T01:06:33.023Z[ host-image] Aug 27 01:06:31.641 INFO O| Aug 27 01:06:31.640 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.647 INFO O| Aug 27 01:06:31.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103292026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.647 INFO O| Aug 27 01:06:31.647 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103302026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.647 INFO O| Aug 27 01:06:31.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103312026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.647 INFO O| Aug 27 01:06:31.647 INFO ok!
103322026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.647 INFO O| Aug 27 01:06:31.647 INFO STEP 89 (ensure_file) COMPLETE
103332026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.647 INFO O| Aug 27 01:06:31.647 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.654 INFO O| Aug 27 01:06:31.654 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103352026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.654 INFO O| Aug 27 01:06:31.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103362026-08-27T01:06:33.048Z[ host-image] Aug 27 01:06:31.654 INFO O| Aug 27 01:06:31.654 INFO STEP 90 (ensure_dir) COMPLETE
103372026-08-27T01:06:33.049Z[ host-image] Aug 27 01:06:31.654 INFO O| Aug 27 01:06:31.654 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-27T01:06:33.056Z[ host-image] Aug 27 01:06:31.661 INFO O| Aug 27 01:06:31.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103392026-08-27T01:06:33.056Z[ host-image] Aug 27 01:06:31.661 INFO O| Aug 27 01:06:31.661 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103402026-08-27T01:06:33.196Z[ host-image] Aug 27 01:06:31.800 INFO O| Aug 27 01:06:31.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103412026-08-27T01:06:33.196Z[ host-image] Aug 27 01:06:31.800 INFO O| Aug 27 01:06:31.800 INFO ok!
103422026-08-27T01:06:33.197Z[ host-image] Aug 27 01:06:31.800 INFO O| Aug 27 01:06:31.800 INFO STEP 91 (ensure_file) COMPLETE
103432026-08-27T01:06:33.240Z[ host-image] Aug 27 01:06:31.800 INFO O| Aug 27 01:06:31.800 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-27T01:06:33.240Z[ host-image] Aug 27 01:06:31.809 INFO O| Aug 27 01:06:31.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103452026-08-27T01:06:33.241Z[ host-image] Aug 27 01:06:31.809 INFO O| Aug 27 01:06:31.809 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103462026-08-27T01:06:33.241Z[ host-image] Aug 27 01:06:31.809 INFO O| Aug 27 01:06:31.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103472026-08-27T01:06:33.241Z[ host-image] Aug 27 01:06:31.809 INFO O| Aug 27 01:06:31.809 INFO ok!
103482026-08-27T01:06:33.241Z[ host-image] Aug 27 01:06:31.809 INFO O| Aug 27 01:06:31.809 INFO STEP 92 (ensure_file) COMPLETE
103492026-08-27T01:06:33.241Z[ host-image] Aug 27 01:06:31.809 INFO O| Aug 27 01:06:31.809 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-27T01:06:33.241Z[ host-image] Aug 27 01:06:31.815 INFO O| Aug 27 01:06:31.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103512026-08-27T01:06:33.241Z[ host-image] Aug 27 01:06:31.815 INFO O| Aug 27 01:06:31.815 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103522026-08-27T01:06:33.623Z[ host-image] Aug 27 01:06:32.240 INFO O| Aug 27 01:06:32.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103532026-08-27T01:06:33.623Z[ host-image] Aug 27 01:06:32.240 INFO O| Aug 27 01:06:32.240 INFO ok!
103542026-08-27T01:06:33.632Z[ host-image] Aug 27 01:06:32.240 INFO O| Aug 27 01:06:32.240 INFO STEP 93 (ensure_file) COMPLETE
103552026-08-27T01:06:33.632Z[ host-image] Aug 27 01:06:32.240 INFO O| Aug 27 01:06:32.240 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-27T01:06:33.632Z[ host-image] Aug 27 01:06:32.248 INFO O| Aug 27 01:06:32.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103572026-08-27T01:06:33.633Z[ host-image] Aug 27 01:06:32.248 INFO O| Aug 27 01:06:32.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103582026-08-27T01:06:33.634Z[ host-image] Aug 27 01:06:32.248 INFO O| Aug 27 01:06:32.248 INFO STEP 94 (ensure_dir) COMPLETE
103592026-08-27T01:06:33.634Z[ host-image] Aug 27 01:06:32.248 INFO O| Aug 27 01:06:32.248 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-08-27T01:06:33.655Z[ host-image] Aug 27 01:06:32.256 INFO O| Aug 27 01:06:32.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103612026-08-27T01:06:33.655Z[ host-image] Aug 27 01:06:32.257 INFO O| Aug 27 01:06:32.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103622026-08-27T01:06:33.655Z[ host-image] Aug 27 01:06:32.257 INFO O| Aug 27 01:06:32.257 INFO STEP 95 (ensure_dir) COMPLETE
103632026-08-27T01:06:33.655Z[ host-image] Aug 27 01:06:32.257 INFO O| Aug 27 01:06:32.257 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-27T01:06:33.656Z[ host-image] Aug 27 01:06:32.263 INFO O| Aug 27 01:06:32.263 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103652026-08-27T01:06:33.656Z[ host-image] Aug 27 01:06:32.263 INFO O| Aug 27 01:06:32.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103662026-08-27T01:06:33.656Z[ host-image] Aug 27 01:06:32.263 INFO O| Aug 27 01:06:32.263 INFO STEP 96 (ensure_dir) COMPLETE
103672026-08-27T01:06:33.656Z[ host-image] Aug 27 01:06:32.263 INFO O| Aug 27 01:06:32.263 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-08-27T01:06:33.656Z[ host-image] Aug 27 01:06:32.269 INFO O| Aug 27 01:06:32.269 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103692026-08-27T01:06:33.656Z[ host-image] Aug 27 01:06:32.269 INFO O| Aug 27 01:06:32.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103702026-08-27T01:06:33.657Z[ host-image] Aug 27 01:06:32.269 INFO O| Aug 27 01:06:32.269 INFO STEP 97 (ensure_dir) COMPLETE
103712026-08-27T01:06:33.657Z[ host-image] Aug 27 01:06:32.269 INFO O| Aug 27 01:06:32.269 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-27T01:06:33.665Z[ host-image] Aug 27 01:06:32.275 INFO O| Aug 27 01:06:32.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103732026-08-27T01:06:33.665Z[ host-image] Aug 27 01:06:32.275 INFO O| Aug 27 01:06:32.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103742026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.275 INFO O| Aug 27 01:06:32.275 INFO STEP 98 (ensure_dir) COMPLETE
103752026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.275 INFO O| Aug 27 01:06:32.275 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.281 INFO O| Aug 27 01:06:32.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103772026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.281 INFO O| Aug 27 01:06:32.281 INFO copying /tmp/.tmpdpClyP/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 ...
103782026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.281 INFO O| Aug 27 01:06:32.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103792026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.281 INFO O| Aug 27 01:06:32.281 INFO ok!
103802026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.281 INFO O| Aug 27 01:06:32.281 INFO STEP 99 (ensure_file) COMPLETE
103812026-08-27T01:06:33.666Z[ host-image] Aug 27 01:06:32.281 INFO O| Aug 27 01:06:32.281 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-27T01:06:33.686Z[ host-image] Aug 27 01:06:32.289 INFO O| Aug 27 01:06:32.289 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103832026-08-27T01:06:33.686Z[ host-image] Aug 27 01:06:32.289 INFO O| Aug 27 01:06:32.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103842026-08-27T01:06:33.686Z[ host-image] Aug 27 01:06:32.289 INFO O| Aug 27 01:06:32.289 INFO STEP 100 (ensure_dir) COMPLETE
103852026-08-27T01:06:33.687Z[ host-image] Aug 27 01:06:32.289 INFO O| Aug 27 01:06:32.289 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-27T01:06:33.687Z[ host-image] Aug 27 01:06:32.296 INFO O| Aug 27 01:06:32.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103872026-08-27T01:06:33.688Z[ host-image] Aug 27 01:06:32.296 INFO O| Aug 27 01:06:32.296 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103882026-08-27T01:06:33.963Z[ host-image] Aug 27 01:06:32.586 INFO O| Aug 27 01:06:32.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103892026-08-27T01:06:33.963Z[ host-image] Aug 27 01:06:32.586 INFO O| Aug 27 01:06:32.586 INFO ok!
103902026-08-27T01:06:33.964Z[ host-image] Aug 27 01:06:32.586 INFO O| Aug 27 01:06:32.586 INFO STEP 101 (ensure_file) COMPLETE
103912026-08-27T01:06:33.972Z[ host-image] Aug 27 01:06:32.586 INFO O| Aug 27 01:06:32.586 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-27T01:06:33.972Z[ host-image] Aug 27 01:06:32.595 INFO O| Aug 27 01:06:32.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103932026-08-27T01:06:33.972Z[ host-image] Aug 27 01:06:32.595 INFO O| Aug 27 01:06:32.595 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103942026-08-27T01:06:33.972Z[ host-image] Aug 27 01:06:32.595 INFO O| Aug 27 01:06:32.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103952026-08-27T01:06:33.974Z[ host-image] Aug 27 01:06:32.595 INFO O| Aug 27 01:06:32.595 INFO ok!
103962026-08-27T01:06:33.974Z[ host-image] Aug 27 01:06:32.595 INFO O| Aug 27 01:06:32.595 INFO STEP 102 (ensure_file) COMPLETE
103972026-08-27T01:06:33.985Z[ host-image] Aug 27 01:06:32.595 INFO O| Aug 27 01:06:32.595 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-27T01:06:33.985Z[ host-image] Aug 27 01:06:32.602 INFO O| Aug 27 01:06:32.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103992026-08-27T01:06:33.985Z[ host-image] Aug 27 01:06:32.602 INFO O| Aug 27 01:06:32.602 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104002026-08-27T01:06:33.998Z[ host-image] Aug 27 01:06:32.609 INFO O| Aug 27 01:06:32.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104012026-08-27T01:06:33.998Z[ host-image] Aug 27 01:06:32.609 INFO O| Aug 27 01:06:32.609 INFO ok!
104022026-08-27T01:06:33.998Z[ host-image] Aug 27 01:06:32.609 INFO O| Aug 27 01:06:32.609 INFO STEP 103 (ensure_file) COMPLETE
104032026-08-27T01:06:33.999Z[ host-image] Aug 27 01:06:32.609 INFO O| Aug 27 01:06:32.609 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-27T01:06:33.999Z[ host-image] Aug 27 01:06:32.615 INFO O| Aug 27 01:06:32.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104052026-08-27T01:06:33.999Z[ host-image] Aug 27 01:06:32.615 INFO O| Aug 27 01:06:32.615 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104062026-08-27T01:06:33.999Z[ host-image] Aug 27 01:06:32.615 INFO O| Aug 27 01:06:32.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104072026-08-27T01:06:33.999Z[ host-image] Aug 27 01:06:32.615 INFO O| Aug 27 01:06:32.615 INFO ok!
104082026-08-27T01:06:33.999Z[ host-image] Aug 27 01:06:32.615 INFO O| Aug 27 01:06:32.615 INFO STEP 104 (ensure_file) COMPLETE
104092026-08-27T01:06:33.999Z[ host-image] Aug 27 01:06:32.615 INFO O| Aug 27 01:06:32.615 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-08-27T01:06:34.011Z[ host-image] Aug 27 01:06:32.622 INFO O| Aug 27 01:06:32.622 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104112026-08-27T01:06:34.012Z[ host-image] Aug 27 01:06:32.622 INFO O| Aug 27 01:06:32.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104122026-08-27T01:06:34.012Z[ host-image] Aug 27 01:06:32.622 INFO O| Aug 27 01:06:32.622 INFO STEP 105 (ensure_dir) COMPLETE
104132026-08-27T01:06:34.012Z[ host-image] Aug 27 01:06:32.622 INFO O| Aug 27 01:06:32.622 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-27T01:06:34.012Z[ host-image] Aug 27 01:06:32.629 INFO O| Aug 27 01:06:32.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104152026-08-27T01:06:34.012Z[ host-image] Aug 27 01:06:32.629 INFO O| Aug 27 01:06:32.629 INFO copying /tmp/.tmpdpClyP/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 ...
104162026-08-27T01:06:34.317Z[ host-image] Aug 27 01:06:32.937 INFO O| Aug 27 01:06:32.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104172026-08-27T01:06:34.318Z[ host-image] Aug 27 01:06:32.937 INFO O| Aug 27 01:06:32.937 INFO ok!
104182026-08-27T01:06:34.329Z[ host-image] Aug 27 01:06:32.937 INFO O| Aug 27 01:06:32.937 INFO STEP 106 (ensure_file) COMPLETE
104192026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.937 INFO O| Aug 27 01:06:32.937 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.945 INFO O| Aug 27 01:06:32.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104212026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.945 INFO O| Aug 27 01:06:32.945 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ...
104222026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.945 INFO O| Aug 27 01:06:32.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104232026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.945 INFO O| Aug 27 01:06:32.945 INFO ok!
104242026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.945 INFO O| Aug 27 01:06:32.945 INFO STEP 107 (ensure_file) COMPLETE
104252026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.945 INFO O| Aug 27 01:06:32.945 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.952 INFO O| Aug 27 01:06:32.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104272026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.952 INFO O| Aug 27 01:06:32.952 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ...
104282026-08-27T01:06:34.330Z[ host-image] Aug 27 01:06:32.952 INFO O| Aug 27 01:06:32.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104292026-08-27T01:06:34.337Z[ host-image] Aug 27 01:06:32.952 INFO O| Aug 27 01:06:32.952 INFO ok!
104302026-08-27T01:06:34.337Z[ host-image] Aug 27 01:06:32.952 INFO O| Aug 27 01:06:32.952 INFO STEP 108 (ensure_file) COMPLETE
104312026-08-27T01:06:34.337Z[ host-image] Aug 27 01:06:32.952 INFO O| Aug 27 01:06:32.952 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-27T01:06:34.345Z[ host-image] Aug 27 01:06:32.960 INFO O| Aug 27 01:06:32.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104332026-08-27T01:06:34.345Z[ host-image] Aug 27 01:06:32.960 INFO O| Aug 27 01:06:32.960 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ...
104342026-08-27T01:06:34.345Z[ host-image] Aug 27 01:06:32.960 INFO O| Aug 27 01:06:32.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104352026-08-27T01:06:34.345Z[ host-image] Aug 27 01:06:32.960 INFO O| Aug 27 01:06:32.960 INFO ok!
104362026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.960 INFO O| Aug 27 01:06:32.960 INFO STEP 109 (ensure_file) COMPLETE
104372026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.960 INFO O| Aug 27 01:06:32.960 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.966 INFO O| Aug 27 01:06:32.966 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104392026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.966 INFO O| Aug 27 01:06:32.966 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ...
104402026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.966 INFO O| Aug 27 01:06:32.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104412026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.966 INFO O| Aug 27 01:06:32.966 INFO ok!
104422026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.966 INFO O| Aug 27 01:06:32.966 INFO STEP 110 (ensure_file) COMPLETE
104432026-08-27T01:06:34.346Z[ host-image] Aug 27 01:06:32.966 INFO O| Aug 27 01:06:32.966 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-27T01:06:34.355Z[ host-image] Aug 27 01:06:32.973 INFO O| Aug 27 01:06:32.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104452026-08-27T01:06:34.355Z[ host-image] Aug 27 01:06:32.973 INFO O| Aug 27 01:06:32.973 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ...
104462026-08-27T01:06:34.355Z[ host-image] Aug 27 01:06:32.973 INFO O| Aug 27 01:06:32.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104472026-08-27T01:06:34.355Z[ host-image] Aug 27 01:06:32.973 INFO O| Aug 27 01:06:32.973 INFO ok!
104482026-08-27T01:06:34.355Z[ host-image] Aug 27 01:06:32.973 INFO O| Aug 27 01:06:32.973 INFO STEP 111 (ensure_file) COMPLETE
104492026-08-27T01:06:34.355Z[ host-image] Aug 27 01:06:32.973 INFO O| Aug 27 01:06:32.973 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-27T01:06:34.359Z[ host-image] Aug 27 01:06:32.979 INFO O| Aug 27 01:06:32.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104512026-08-27T01:06:34.359Z[ host-image] Aug 27 01:06:32.979 INFO O| Aug 27 01:06:32.979 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ...
104522026-08-27T01:06:34.360Z[ host-image] Aug 27 01:06:32.979 INFO O| Aug 27 01:06:32.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104532026-08-27T01:06:34.360Z[ host-image] Aug 27 01:06:32.979 INFO O| Aug 27 01:06:32.979 INFO ok!
104542026-08-27T01:06:34.360Z[ host-image] Aug 27 01:06:32.979 INFO O| Aug 27 01:06:32.979 INFO STEP 112 (ensure_file) COMPLETE
104552026-08-27T01:06:34.360Z[ host-image] Aug 27 01:06:32.979 INFO O| Aug 27 01:06:32.979 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-27T01:06:34.365Z[ host-image] Aug 27 01:06:32.985 INFO O| Aug 27 01:06:32.985 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104572026-08-27T01:06:34.366Z[ host-image] Aug 27 01:06:32.985 INFO O| Aug 27 01:06:32.985 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104582026-08-27T01:06:34.366Z[ host-image] Aug 27 01:06:32.985 INFO O| Aug 27 01:06:32.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104592026-08-27T01:06:34.366Z[ host-image] Aug 27 01:06:32.985 INFO O| Aug 27 01:06:32.985 INFO ok!
104602026-08-27T01:06:34.367Z[ host-image] Aug 27 01:06:32.985 INFO O| Aug 27 01:06:32.985 INFO STEP 113 (ensure_file) COMPLETE
104612026-08-27T01:06:34.367Z[ host-image] Aug 27 01:06:32.985 INFO O| Aug 27 01:06:32.985 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-27T01:06:34.380Z[ host-image] Aug 27 01:06:32.993 INFO O| Aug 27 01:06:32.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104632026-08-27T01:06:34.383Z[ host-image] Aug 27 01:06:32.993 INFO O| Aug 27 01:06:32.993 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ...
104642026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:32.993 INFO O| Aug 27 01:06:32.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104652026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:32.993 INFO O| Aug 27 01:06:32.993 INFO ok!
104662026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:32.993 INFO O| Aug 27 01:06:32.993 INFO STEP 114 (ensure_file) COMPLETE
104672026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:32.993 INFO O| Aug 27 01:06:32.993 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:33.001 INFO O| Aug 27 01:06:33.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104692026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:33.001 INFO O| Aug 27 01:06:33.001 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ...
104702026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:33.001 INFO O| Aug 27 01:06:33.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104712026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:33.001 INFO O| Aug 27 01:06:33.001 INFO ok!
104722026-08-27T01:06:34.384Z[ host-image] Aug 27 01:06:33.001 INFO O| Aug 27 01:06:33.001 INFO STEP 115 (ensure_file) COMPLETE
104732026-08-27T01:06:34.385Z[ host-image] Aug 27 01:06:33.001 INFO O| Aug 27 01:06:33.001 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-27T01:06:34.390Z[ host-image] Aug 27 01:06:33.009 INFO O| Aug 27 01:06:33.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104752026-08-27T01:06:34.390Z[ host-image] Aug 27 01:06:33.009 INFO O| Aug 27 01:06:33.009 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ...
104762026-08-27T01:06:34.390Z[ host-image] Aug 27 01:06:33.009 INFO O| Aug 27 01:06:33.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104772026-08-27T01:06:34.390Z[ host-image] Aug 27 01:06:33.009 INFO O| Aug 27 01:06:33.009 INFO ok!
104782026-08-27T01:06:34.390Z[ host-image] Aug 27 01:06:33.009 INFO O| Aug 27 01:06:33.009 INFO STEP 116 (ensure_file) COMPLETE
104792026-08-27T01:06:34.390Z[ host-image] Aug 27 01:06:33.009 INFO O| Aug 27 01:06:33.009 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-27T01:06:34.406Z[ host-image] Aug 27 01:06:33.018 INFO O| Aug 27 01:06:33.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104812026-08-27T01:06:34.406Z[ host-image] Aug 27 01:06:33.018 INFO O| Aug 27 01:06:33.018 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104822026-08-27T01:06:34.406Z[ host-image] Aug 27 01:06:33.018 INFO O| Aug 27 01:06:33.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104832026-08-27T01:06:34.406Z[ host-image] Aug 27 01:06:33.018 INFO O| Aug 27 01:06:33.018 INFO ok!
104842026-08-27T01:06:34.406Z[ host-image] Aug 27 01:06:33.018 INFO O| Aug 27 01:06:33.018 INFO STEP 117 (ensure_file) COMPLETE
104852026-08-27T01:06:34.406Z[ host-image] Aug 27 01:06:33.018 INFO O| Aug 27 01:06:33.018 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-27T01:06:34.409Z[ host-image] Aug 27 01:06:33.025 INFO O| Aug 27 01:06:33.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104872026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.025 INFO O| Aug 27 01:06:33.025 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ...
104882026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.026 INFO O| Aug 27 01:06:33.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104892026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.026 INFO O| Aug 27 01:06:33.026 INFO ok!
104902026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.026 INFO O| Aug 27 01:06:33.026 INFO STEP 118 (ensure_file) COMPLETE
104912026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.026 INFO O| Aug 27 01:06:33.026 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.033 INFO O| Aug 27 01:06:33.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104932026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.033 INFO O| Aug 27 01:06:33.033 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ...
104942026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.033 INFO O| Aug 27 01:06:33.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104952026-08-27T01:06:34.414Z[ host-image] Aug 27 01:06:33.033 INFO O| Aug 27 01:06:33.033 INFO ok!
104962026-08-27T01:06:34.415Z[ host-image] Aug 27 01:06:33.033 INFO O| Aug 27 01:06:33.033 INFO STEP 119 (ensure_file) COMPLETE
104972026-08-27T01:06:34.415Z[ host-image] Aug 27 01:06:33.033 INFO O| Aug 27 01:06:33.033 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-27T01:06:34.433Z[ host-image] Aug 27 01:06:33.040 INFO O| Aug 27 01:06:33.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104992026-08-27T01:06:34.433Z[ host-image] Aug 27 01:06:33.040 INFO O| Aug 27 01:06:33.040 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ...
105002026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.040 INFO O| Aug 27 01:06:33.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105012026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.040 INFO O| Aug 27 01:06:33.040 INFO ok!
105022026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.040 INFO O| Aug 27 01:06:33.040 INFO STEP 120 (ensure_file) COMPLETE
105032026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.040 INFO O| Aug 27 01:06:33.040 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.048 INFO O| Aug 27 01:06:33.048 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105052026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.048 INFO O| Aug 27 01:06:33.048 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ...
105062026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.048 INFO O| Aug 27 01:06:33.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105072026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.048 INFO O| Aug 27 01:06:33.048 INFO ok!
105082026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.048 INFO O| Aug 27 01:06:33.048 INFO STEP 121 (ensure_file) COMPLETE
105092026-08-27T01:06:34.435Z[ host-image] Aug 27 01:06:33.048 INFO O| Aug 27 01:06:33.048 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-08-27T01:06:34.445Z[ host-image] Aug 27 01:06:33.054 INFO O| Aug 27 01:06:33.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105112026-08-27T01:06:34.446Z[ host-image] Aug 27 01:06:33.054 INFO O| Aug 27 01:06:33.054 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ...
105122026-08-27T01:06:34.446Z[ host-image] Aug 27 01:06:33.054 INFO O| Aug 27 01:06:33.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105132026-08-27T01:06:34.446Z[ host-image] Aug 27 01:06:33.054 INFO O| Aug 27 01:06:33.054 INFO ok!
105142026-08-27T01:06:34.446Z[ host-image] Aug 27 01:06:33.054 INFO O| Aug 27 01:06:33.054 INFO STEP 122 (ensure_file) COMPLETE
105152026-08-27T01:06:34.446Z[ host-image] Aug 27 01:06:33.054 INFO O| Aug 27 01:06:33.054 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-08-27T01:06:34.446Z[ recovery-image] Aug 27 01:06:33.057 INFO E| Compiling clap_derive v4.6.1
105172026-08-27T01:06:34.446Z[ host-image] Aug 27 01:06:33.061 INFO O| Aug 27 01:06:33.061 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105182026-08-27T01:06:34.447Z[ host-image] Aug 27 01:06:33.061 INFO O| Aug 27 01:06:33.061 INFO copying /tmp/.tmpdpClyP/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 ...
105192026-08-27T01:06:34.447Z[ host-image] Aug 27 01:06:33.061 INFO O| Aug 27 01:06:33.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105202026-08-27T01:06:34.447Z[ host-image] Aug 27 01:06:33.061 INFO O| Aug 27 01:06:33.061 INFO ok!
105212026-08-27T01:06:34.447Z[ host-image] Aug 27 01:06:33.061 INFO O| Aug 27 01:06:33.061 INFO STEP 123 (ensure_file) COMPLETE
105222026-08-27T01:06:34.447Z[ host-image] Aug 27 01:06:33.061 INFO O| Aug 27 01:06:33.061 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.069 INFO O| Aug 27 01:06:33.069 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105242026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.069 INFO O| Aug 27 01:06:33.069 INFO copying /tmp/.tmpdpClyP/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 ...
105252026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.069 INFO O| Aug 27 01:06:33.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105262026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.069 INFO O| Aug 27 01:06:33.069 INFO ok!
105272026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.069 INFO O| Aug 27 01:06:33.069 INFO STEP 124 (ensure_file) COMPLETE
105282026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.069 INFO O| Aug 27 01:06:33.069 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.075 INFO O| Aug 27 01:06:33.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105302026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.075 INFO O| Aug 27 01:06:33.075 INFO copying /tmp/.tmpdpClyP/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 ...
105312026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.075 INFO O| Aug 27 01:06:33.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105322026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.075 INFO O| Aug 27 01:06:33.075 INFO ok!
105332026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.075 INFO O| Aug 27 01:06:33.075 INFO STEP 125 (ensure_file) COMPLETE
105342026-08-27T01:06:34.452Z[ host-image] Aug 27 01:06:33.075 INFO O| Aug 27 01:06:33.075 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-27T01:06:34.478Z[ host-image] Aug 27 01:06:33.081 INFO O| Aug 27 01:06:33.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105362026-08-27T01:06:34.478Z[ host-image] Aug 27 01:06:33.081 INFO O| Aug 27 01:06:33.081 INFO copying /tmp/.tmpdpClyP/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 ...
105372026-08-27T01:06:34.478Z[ host-image] Aug 27 01:06:33.081 INFO O| Aug 27 01:06:33.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105382026-08-27T01:06:34.479Z[ host-image] Aug 27 01:06:33.081 INFO O| Aug 27 01:06:33.081 INFO ok!
105392026-08-27T01:06:34.479Z[ host-image] Aug 27 01:06:33.081 INFO O| Aug 27 01:06:33.081 INFO STEP 126 (ensure_file) COMPLETE
105402026-08-27T01:06:34.479Z[ host-image] Aug 27 01:06:33.081 INFO O| Aug 27 01:06:33.081 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-27T01:06:34.484Z[ host-image] Aug 27 01:06:33.087 INFO O| Aug 27 01:06:33.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105422026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.087 INFO O| Aug 27 01:06:33.087 INFO copying /tmp/.tmpdpClyP/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 ...
105432026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.087 INFO O| Aug 27 01:06:33.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105442026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.087 INFO O| Aug 27 01:06:33.087 INFO ok!
105452026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.087 INFO O| Aug 27 01:06:33.087 INFO STEP 127 (ensure_file) COMPLETE
105462026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.087 INFO O| Aug 27 01:06:33.087 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.094 INFO O| Aug 27 01:06:33.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105482026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.094 INFO O| Aug 27 01:06:33.094 INFO copying /tmp/.tmpdpClyP/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 ...
105492026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.094 INFO O| Aug 27 01:06:33.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105502026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.094 INFO O| Aug 27 01:06:33.094 INFO ok!
105512026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.094 INFO O| Aug 27 01:06:33.094 INFO STEP 128 (ensure_file) COMPLETE
105522026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.094 INFO O| Aug 27 01:06:33.094 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.101 INFO O| Aug 27 01:06:33.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105542026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.101 INFO O| Aug 27 01:06:33.101 INFO copying /tmp/.tmpdpClyP/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 ...
105552026-08-27T01:06:34.485Z[ host-image] Aug 27 01:06:33.101 INFO O| Aug 27 01:06:33.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105562026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.101 INFO O| Aug 27 01:06:33.101 INFO ok!
105572026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.101 INFO O| Aug 27 01:06:33.101 INFO STEP 129 (ensure_file) COMPLETE
105582026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.101 INFO O| Aug 27 01:06:33.101 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.107 INFO O| Aug 27 01:06:33.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105602026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.107 INFO O| Aug 27 01:06:33.107 INFO copying /tmp/.tmpdpClyP/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 ...
105612026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.107 INFO O| Aug 27 01:06:33.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105622026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.108 INFO O| Aug 27 01:06:33.107 INFO ok!
105632026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.108 INFO O| Aug 27 01:06:33.107 INFO STEP 130 (ensure_file) COMPLETE
105642026-08-27T01:06:34.489Z[ host-image] Aug 27 01:06:33.108 INFO O| Aug 27 01:06:33.107 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-08-27T01:06:34.495Z[ host-image] Aug 27 01:06:33.114 INFO O| Aug 27 01:06:33.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105662026-08-27T01:06:34.495Z[ host-image] Aug 27 01:06:33.114 INFO O| Aug 27 01:06:33.114 INFO copying /tmp/.tmpdpClyP/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 ...
105672026-08-27T01:06:34.495Z[ host-image] Aug 27 01:06:33.114 INFO O| Aug 27 01:06:33.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105682026-08-27T01:06:34.495Z[ host-image] Aug 27 01:06:33.114 INFO O| Aug 27 01:06:33.114 INFO ok!
105692026-08-27T01:06:34.495Z[ host-image] Aug 27 01:06:33.114 INFO O| Aug 27 01:06:33.114 INFO STEP 131 (ensure_file) COMPLETE
105702026-08-27T01:06:34.495Z[ host-image] Aug 27 01:06:33.114 INFO O| Aug 27 01:06:33.114 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105712026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.121 INFO O| Aug 27 01:06:33.121 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105722026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.121 INFO O| Aug 27 01:06:33.121 INFO copying /tmp/.tmpdpClyP/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 ...
105732026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.121 INFO O| Aug 27 01:06:33.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105742026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.121 INFO O| Aug 27 01:06:33.121 INFO ok!
105752026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.121 INFO O| Aug 27 01:06:33.121 INFO STEP 132 (ensure_file) COMPLETE
105762026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.121 INFO O| Aug 27 01:06:33.121 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.126 INFO O| Aug 27 01:06:33.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105782026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.126 INFO O| Aug 27 01:06:33.126 INFO copying /tmp/.tmpdpClyP/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 ...
105792026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.126 INFO O| Aug 27 01:06:33.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105802026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.126 INFO O| Aug 27 01:06:33.126 INFO ok!
105812026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.126 INFO O| Aug 27 01:06:33.126 INFO STEP 133 (ensure_file) COMPLETE
105822026-08-27T01:06:34.505Z[ host-image] Aug 27 01:06:33.126 INFO O| Aug 27 01:06:33.126 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105832026-08-27T01:06:34.513Z[ host-image] Aug 27 01:06:33.133 INFO O| Aug 27 01:06:33.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105842026-08-27T01:06:34.513Z[ host-image] Aug 27 01:06:33.133 INFO O| Aug 27 01:06:33.133 INFO copying /tmp/.tmpdpClyP/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 ...
105852026-08-27T01:06:34.513Z[ host-image] Aug 27 01:06:33.133 INFO O| Aug 27 01:06:33.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105862026-08-27T01:06:34.514Z[ host-image] Aug 27 01:06:33.133 INFO O| Aug 27 01:06:33.133 INFO ok!
105872026-08-27T01:06:34.514Z[ host-image] Aug 27 01:06:33.133 INFO O| Aug 27 01:06:33.133 INFO STEP 134 (ensure_file) COMPLETE
105882026-08-27T01:06:34.514Z[ host-image] Aug 27 01:06:33.133 INFO O| Aug 27 01:06:33.133 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-08-27T01:06:34.536Z[ host-image] Aug 27 01:06:33.139 INFO O| Aug 27 01:06:33.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105902026-08-27T01:06:34.536Z[ host-image] Aug 27 01:06:33.139 INFO O| Aug 27 01:06:33.139 INFO copying /tmp/.tmpdpClyP/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 ...
105912026-08-27T01:06:34.536Z[ host-image] Aug 27 01:06:33.139 INFO O| Aug 27 01:06:33.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105922026-08-27T01:06:34.536Z[ host-image] Aug 27 01:06:33.139 INFO O| Aug 27 01:06:33.139 INFO ok!
105932026-08-27T01:06:34.536Z[ host-image] Aug 27 01:06:33.139 INFO O| Aug 27 01:06:33.139 INFO STEP 135 (ensure_file) COMPLETE
105942026-08-27T01:06:34.536Z[ host-image] Aug 27 01:06:33.139 INFO O| Aug 27 01:06:33.139 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-08-27T01:06:34.536Z[ host-image] Aug 27 01:06:33.145 INFO O| Aug 27 01:06:33.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105962026-08-27T01:06:34.537Z[ host-image] Aug 27 01:06:33.145 INFO O| Aug 27 01:06:33.145 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105972026-08-27T01:06:34.537Z[ host-image] Aug 27 01:06:33.145 INFO O| Aug 27 01:06:33.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105982026-08-27T01:06:34.537Z[ host-image] Aug 27 01:06:33.145 INFO O| Aug 27 01:06:33.145 INFO ok!
105992026-08-27T01:06:34.537Z[ host-image] Aug 27 01:06:33.145 INFO O| Aug 27 01:06:33.145 INFO STEP 136 (ensure_file) COMPLETE
106002026-08-27T01:06:34.538Z[ host-image] Aug 27 01:06:33.145 INFO O| Aug 27 01:06:33.145 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-08-27T01:06:34.549Z[ host-image] Aug 27 01:06:33.152 INFO O| Aug 27 01:06:33.152 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106022026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.152 INFO O| Aug 27 01:06:33.152 INFO copying /tmp/.tmpdpClyP/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 ...
106032026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.152 INFO O| Aug 27 01:06:33.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106042026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.152 INFO O| Aug 27 01:06:33.152 INFO ok!
106052026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.152 INFO O| Aug 27 01:06:33.152 INFO STEP 137 (ensure_file) COMPLETE
106062026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.152 INFO O| Aug 27 01:06:33.152 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.159 INFO O| Aug 27 01:06:33.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106082026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.159 INFO O| Aug 27 01:06:33.159 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106092026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.159 INFO O| Aug 27 01:06:33.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106102026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.159 INFO O| Aug 27 01:06:33.159 INFO ok!
106112026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.159 INFO O| Aug 27 01:06:33.159 INFO STEP 138 (ensure_file) COMPLETE
106122026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.159 INFO O| Aug 27 01:06:33.159 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.166 INFO O| Aug 27 01:06:33.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106142026-08-27T01:06:34.550Z[ host-image] Aug 27 01:06:33.166 INFO O| Aug 27 01:06:33.166 INFO copying /tmp/.tmpdpClyP/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106152026-08-27T01:06:35.959Z[ recovery-image] Aug 27 01:06:34.575 INFO E| Compiling clap v4.6.1
106162026-08-27T01:06:36.039Z[ recovery-image] Aug 27 01:06:34.644 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106172026-08-27T01:06:37.035Z[ recovery-image] Aug 27 01:06:35.659 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s
106182026-08-27T01:06:37.046Z[ recovery-image] Aug 27 01:06:35.665 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106192026-08-27T01:06:37.340Z[ recovery-image] Aug 27 01:06:35.964 INFO E| Downloading crates ...
106202026-08-27T01:06:37.381Z[ recovery-image] Aug 27 01:06:36.005 INFO E| Downloaded bitstruct_derive v0.1.0
106212026-08-27T01:06:37.391Z[ recovery-image] Aug 27 01:06:36.007 INFO E| Downloaded bit_field v0.10.3
106222026-08-27T01:06:37.420Z[ recovery-image] Aug 27 01:06:36.021 INFO E| Downloaded bitstruct v0.1.1
106232026-08-27T01:06:37.420Z[ recovery-image] Aug 27 01:06:36.022 INFO E| Downloaded cpio_reader v0.1.2
106242026-08-27T01:06:37.420Z[ recovery-image] Aug 27 01:06:36.023 INFO E| Downloaded raw-cpuid v10.7.0
106252026-08-27T01:06:37.420Z[ recovery-image] Aug 27 01:06:36.031 INFO E| Downloaded bitflags v2.13.0
106262026-08-27T01:06:37.420Z[ recovery-image] Aug 27 01:06:36.034 INFO E| Downloaded log v0.4.32
106272026-08-27T01:06:37.420Z[ recovery-image] Aug 27 01:06:36.036 INFO E| Downloaded miniz_oxide v0.9.1
106282026-08-27T01:06:37.436Z[ recovery-image] Aug 27 01:06:36.061 INFO E| Downloaded goblin v0.10.7
106292026-08-27T01:06:37.528Z[ recovery-image] Aug 27 01:06:36.152 INFO E| Downloaded x86 v0.52.0
106302026-08-27T01:06:37.583Z[ recovery-image] Aug 27 01:06:36.208 INFO E| Updating crates.io index
106312026-08-27T01:06:37.631Z[ recovery-image] Aug 27 01:06:36.257 INFO E| Downloading crates ...
106322026-08-27T01:06:37.648Z[ recovery-image] Aug 27 01:06:36.273 INFO E| Downloaded rustc-literal-escaper v0.0.7
106332026-08-27T01:06:37.657Z[ recovery-image] Aug 27 01:06:36.282 INFO E| Downloaded hashbrown v0.17.1
106342026-08-27T01:06:37.711Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
106352026-08-27T01:06:37.711Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
106362026-08-27T01:06:37.711Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling proc-macro2 v1.0.106
106372026-08-27T01:06:37.720Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling quote v1.0.45
106382026-08-27T01:06:37.720Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling unicode-ident v1.0.24
106392026-08-27T01:06:37.720Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling syn v1.0.109
106402026-08-27T01:06:37.720Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling x86 v0.52.0
106412026-08-27T01:06:37.720Z[ recovery-image] Aug 27 01:06:36.336 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106422026-08-27T01:06:37.720Z[ recovery-image] Aug 27 01:06:36.337 INFO E| Compiling seq-macro v0.3.6
106432026-08-27T01:06:39.209Z[ recovery-image] Aug 27 01:06:37.429 INFO E| Compiling syn v2.0.117
106442026-08-27T01:06:40.422Z[ recovery-image] Aug 27 01:06:39.046 INFO E| Compiling scroll_derive v0.13.1
106452026-08-27T01:06:41.054Z[ host-image] Aug 27 01:06:39.678 INFO O| Aug 27 01:06:39.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106462026-08-27T01:06:41.054Z[ host-image] Aug 27 01:06:39.678 INFO O| Aug 27 01:06:39.678 INFO ok!
106472026-08-27T01:06:41.054Z[ host-image] Aug 27 01:06:39.678 INFO O| Aug 27 01:06:39.678 INFO STEP 139 (ensure_file) COMPLETE
106482026-08-27T01:06:41.062Z[ host-image] Aug 27 01:06:39.678 INFO O| Aug 27 01:06:39.678 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106492026-08-27T01:06:41.062Z[ host-image] Aug 27 01:06:39.687 INFO O| Aug 27 01:06:39.687 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106502026-08-27T01:06:41.062Z[ host-image] Aug 27 01:06:39.687 INFO O| Aug 27 01:06:39.687 INFO STEP 140 (ensure_dir) COMPLETE
106512026-08-27T01:06:41.062Z[ host-image] Aug 27 01:06:39.687 INFO O| Aug 27 01:06:39.687 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106522026-08-27T01:06:41.080Z[ host-image] Aug 27 01:06:39.695 INFO O| Aug 27 01:06:39.695 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106532026-08-27T01:06:41.080Z[ host-image] Aug 27 01:06:39.695 INFO O| Aug 27 01:06:39.695 INFO STEP 141 (ensure_dir) COMPLETE
106542026-08-27T01:06:41.080Z[ host-image] Aug 27 01:06:39.695 INFO O| Aug 27 01:06:39.695 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-08-27T01:06:41.088Z[ host-image] Aug 27 01:06:39.703 INFO O| Aug 27 01:06:39.703 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106562026-08-27T01:06:41.088Z[ host-image] Aug 27 01:06:39.703 INFO O| Aug 27 01:06:39.703 INFO STEP 142 (ensure_dir) COMPLETE
106572026-08-27T01:06:41.112Z[ host-image] Aug 27 01:06:39.703 INFO O| Aug 27 01:06:39.703 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-08-27T01:06:41.112Z[ host-image] Aug 27 01:06:39.711 INFO O| Aug 27 01:06:39.711 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106592026-08-27T01:06:41.112Z[ host-image] Aug 27 01:06:39.711 INFO O| Aug 27 01:06:39.711 INFO STEP 143 (ensure_dir) COMPLETE
106602026-08-27T01:06:41.113Z[ host-image] Aug 27 01:06:39.711 INFO O| Aug 27 01:06:39.711 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106612026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.718 INFO O| Aug 27 01:06:39.718 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106622026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.718 INFO O| Aug 27 01:06:39.718 INFO copying /tmp/.tmpdpClyP/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 ...
106632026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.719 INFO O| Aug 27 01:06:39.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106642026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.719 INFO O| Aug 27 01:06:39.718 INFO ok!
106652026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.719 INFO O| Aug 27 01:06:39.718 INFO STEP 144 (ensure_file) COMPLETE
106662026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.719 INFO O| Aug 27 01:06:39.719 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.725 INFO O| Aug 27 01:06:39.725 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106682026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.725 INFO O| Aug 27 01:06:39.725 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106692026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.725 INFO O| Aug 27 01:06:39.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106702026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.725 INFO O| Aug 27 01:06:39.725 INFO STEP 145 (ensure_dir) COMPLETE
106712026-08-27T01:06:41.120Z[ host-image] Aug 27 01:06:39.725 INFO O| Aug 27 01:06:39.725 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106722026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.732 INFO O| Aug 27 01:06:39.732 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106732026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.732 INFO O| Aug 27 01:06:39.732 INFO copying /tmp/.tmpdpClyP/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106742026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.732 INFO O| Aug 27 01:06:39.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106752026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.732 INFO O| Aug 27 01:06:39.732 INFO ok!
106762026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.732 INFO O| Aug 27 01:06:39.732 INFO STEP 146 (ensure_file) COMPLETE
106772026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.732 INFO O| Aug 27 01:06:39.732 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.739 INFO O| Aug 27 01:06:39.739 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106792026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.739 INFO O| Aug 27 01:06:39.739 INFO STEP 147 (remove_files) COMPLETE
106802026-08-27T01:06:41.131Z[ host-image] Aug 27 01:06:39.739 INFO O| Aug 27 01:06:39.739 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-27T01:06:41.143Z[ host-image] Aug 27 01:06:39.747 INFO O| Aug 27 01:06:39.747 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106822026-08-27T01:06:41.143Z[ host-image] Aug 27 01:06:39.747 INFO O| Aug 27 01:06:39.747 INFO STEP 148 (remove_files) COMPLETE
106832026-08-27T01:06:41.143Z[ host-image] Aug 27 01:06:39.747 INFO O| Aug 27 01:06:39.747 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-08-27T01:06:41.143Z[ host-image] Aug 27 01:06:39.755 INFO O| Aug 27 01:06:39.755 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106852026-08-27T01:06:41.143Z[ host-image] Aug 27 01:06:39.755 INFO O| Aug 27 01:06:39.755 INFO STEP 149 (remove_files) COMPLETE
106862026-08-27T01:06:41.153Z[ host-image] Aug 27 01:06:39.755 INFO O| Aug 27 01:06:39.755 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-08-27T01:06:41.154Z[ host-image] Aug 27 01:06:39.762 INFO O| Aug 27 01:06:39.762 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106882026-08-27T01:06:41.154Z[ host-image] Aug 27 01:06:39.762 INFO O| Aug 27 01:06:39.762 INFO STEP 150 (remove_files) COMPLETE
106892026-08-27T01:06:41.154Z[ host-image] Aug 27 01:06:39.762 INFO O| Aug 27 01:06:39.762 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-08-27T01:06:41.170Z[ host-image] Aug 27 01:06:39.769 INFO O| Aug 27 01:06:39.769 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106912026-08-27T01:06:41.170Z[ host-image] Aug 27 01:06:39.770 INFO O| Aug 27 01:06:39.769 INFO STEP 151 (remove_files) COMPLETE
106922026-08-27T01:06:41.170Z[ host-image] Aug 27 01:06:39.770 INFO O| Aug 27 01:06:39.769 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-08-27T01:06:41.170Z[ host-image] Aug 27 01:06:39.778 INFO O| Aug 27 01:06:39.778 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106942026-08-27T01:06:41.170Z[ host-image] Aug 27 01:06:39.778 INFO O| Aug 27 01:06:39.778 INFO STEP 152 (remove_files) COMPLETE
106952026-08-27T01:06:41.170Z[ host-image] Aug 27 01:06:39.778 INFO O| Aug 27 01:06:39.778 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-27T01:06:41.171Z[ host-image] Aug 27 01:06:39.785 INFO O| Aug 27 01:06:39.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106972026-08-27T01:06:41.171Z[ host-image] Aug 27 01:06:39.785 INFO O| Aug 27 01:06:39.785 INFO STEP 153 (remove_files) COMPLETE
106982026-08-27T01:06:41.171Z[ host-image] Aug 27 01:06:39.785 INFO O| Aug 27 01:06:39.785 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-27T01:06:41.174Z[ host-image] Aug 27 01:06:39.792 INFO O| Aug 27 01:06:39.792 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107002026-08-27T01:06:41.174Z[ host-image] Aug 27 01:06:39.792 INFO O| Aug 27 01:06:39.792 INFO STEP 154 (remove_files) COMPLETE
107012026-08-27T01:06:41.174Z[ host-image] Aug 27 01:06:39.792 INFO O| Aug 27 01:06:39.792 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-27T01:06:41.190Z[ host-image] Aug 27 01:06:39.799 INFO O| Aug 27 01:06:39.799 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107032026-08-27T01:06:41.190Z[ host-image] Aug 27 01:06:39.799 INFO O| Aug 27 01:06:39.799 INFO STEP 155 (remove_files) COMPLETE
107042026-08-27T01:06:41.191Z[ host-image] Aug 27 01:06:39.799 INFO O| Aug 27 01:06:39.799 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-08-27T01:06:41.191Z[ host-image] Aug 27 01:06:39.805 INFO O| Aug 27 01:06:39.805 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107062026-08-27T01:06:41.191Z[ host-image] Aug 27 01:06:39.805 INFO O| Aug 27 01:06:39.805 INFO STEP 156 (remove_files) COMPLETE
107072026-08-27T01:06:41.191Z[ host-image] Aug 27 01:06:39.805 INFO O| Aug 27 01:06:39.805 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.813 INFO O| Aug 27 01:06:39.813 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107092026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.813 INFO O| Aug 27 01:06:39.813 INFO STEP 157 (remove_files) COMPLETE
107102026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.813 INFO O| Aug 27 01:06:39.813 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.819 INFO O| Aug 27 01:06:39.819 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107122026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.819 INFO O| Aug 27 01:06:39.819 INFO STEP 158 (remove_files) COMPLETE
107132026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.819 INFO O| Aug 27 01:06:39.819 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.825 INFO O| Aug 27 01:06:39.825 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107152026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.825 INFO O| Aug 27 01:06:39.825 INFO STEP 159 (remove_files) COMPLETE
107162026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.825 INFO O| Aug 27 01:06:39.825 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.831 INFO O| Aug 27 01:06:39.831 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107182026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.831 INFO O| Aug 27 01:06:39.831 INFO STEP 160 (remove_files) COMPLETE
107192026-08-27T01:06:41.223Z[ host-image] Aug 27 01:06:39.831 INFO O| Aug 27 01:06:39.831 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.838 INFO O| Aug 27 01:06:39.838 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107212026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.838 INFO O| Aug 27 01:06:39.838 INFO STEP 161 (remove_files) COMPLETE
107222026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.838 INFO O| Aug 27 01:06:39.838 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.844 INFO O| Aug 27 01:06:39.844 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107242026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.844 INFO O| Aug 27 01:06:39.844 INFO STEP 162 (remove_files) COMPLETE
107252026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.844 INFO O| Aug 27 01:06:39.844 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.851 INFO O| Aug 27 01:06:39.851 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107272026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.851 INFO O| Aug 27 01:06:39.851 INFO STEP 163 (remove_files) COMPLETE
107282026-08-27T01:06:41.229Z[ host-image] Aug 27 01:06:39.851 INFO O| Aug 27 01:06:39.851 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107292026-08-27T01:06:41.236Z[ host-image] Aug 27 01:06:39.857 INFO O| Aug 27 01:06:39.857 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107302026-08-27T01:06:41.236Z[ host-image] Aug 27 01:06:39.857 INFO O| Aug 27 01:06:39.857 INFO STEP 164 (remove_files) COMPLETE
107312026-08-27T01:06:41.236Z[ host-image] Aug 27 01:06:39.857 INFO O| Aug 27 01:06:39.857 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107322026-08-27T01:06:41.251Z[ host-image] Aug 27 01:06:39.863 INFO O| Aug 27 01:06:39.863 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107332026-08-27T01:06:41.251Z[ host-image] Aug 27 01:06:39.863 INFO O| Aug 27 01:06:39.863 INFO STEP 165 (remove_files) COMPLETE
107342026-08-27T01:06:41.265Z[ host-image] Aug 27 01:06:39.863 INFO O| Aug 27 01:06:39.863 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107352026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.868 INFO O| Aug 27 01:06:39.868 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107362026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.868 INFO O| Aug 27 01:06:39.868 INFO STEP 166 (remove_files) COMPLETE
107372026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.868 INFO O| Aug 27 01:06:39.868 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.873 INFO O| Aug 27 01:06:39.873 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107392026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.873 INFO O| Aug 27 01:06:39.873 INFO STEP 167 (remove_files) COMPLETE
107402026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.873 INFO O| Aug 27 01:06:39.873 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.880 INFO O| Aug 27 01:06:39.880 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107422026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.880 INFO O| Aug 27 01:06:39.880 INFO STEP 168 (remove_files) COMPLETE
107432026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.880 INFO O| Aug 27 01:06:39.880 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.887 INFO O| Aug 27 01:06:39.887 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107452026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.887 INFO O| Aug 27 01:06:39.887 INFO STEP 169 (remove_files) COMPLETE
107462026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.887 INFO O| Aug 27 01:06:39.887 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-27T01:06:41.273Z[ host-image] Aug 27 01:06:39.894 INFO O| Aug 27 01:06:39.894 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107482026-08-27T01:06:41.274Z[ host-image] Aug 27 01:06:39.894 INFO O| Aug 27 01:06:39.894 INFO STEP 170 (remove_files) COMPLETE
107492026-08-27T01:06:41.284Z[ host-image] Aug 27 01:06:39.894 INFO O| Aug 27 01:06:39.894 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107502026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.901 INFO O| Aug 27 01:06:39.901 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107512026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.901 INFO O| Aug 27 01:06:39.901 INFO STEP 171 (remove_files) COMPLETE
107522026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.901 INFO O| Aug 27 01:06:39.901 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107532026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.907 INFO O| Aug 27 01:06:39.907 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107542026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.907 INFO O| Aug 27 01:06:39.907 INFO STEP 172 (remove_files) COMPLETE
107552026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.908 INFO O| Aug 27 01:06:39.907 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107562026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.915 INFO O| Aug 27 01:06:39.915 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107572026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.915 INFO O| Aug 27 01:06:39.915 INFO STEP 173 (remove_files) COMPLETE
107582026-08-27T01:06:41.291Z[ host-image] Aug 27 01:06:39.915 INFO O| Aug 27 01:06:39.915 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107592026-08-27T01:06:41.300Z[ host-image] Aug 27 01:06:39.921 INFO O| Aug 27 01:06:39.921 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107602026-08-27T01:06:41.300Z[ host-image] Aug 27 01:06:39.921 INFO O| Aug 27 01:06:39.921 INFO STEP 174 (remove_files) COMPLETE
107612026-08-27T01:06:41.300Z[ host-image] Aug 27 01:06:39.921 INFO O| Aug 27 01:06:39.921 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107622026-08-27T01:06:41.313Z[ host-image] Aug 27 01:06:39.928 INFO O| Aug 27 01:06:39.928 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107632026-08-27T01:06:41.314Z[ host-image] Aug 27 01:06:39.928 INFO O| Aug 27 01:06:39.928 INFO STEP 175 (remove_files) COMPLETE
107642026-08-27T01:06:41.330Z[ host-image] Aug 27 01:06:39.928 INFO O| Aug 27 01:06:39.928 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107652026-08-27T01:06:41.341Z[ host-image] Aug 27 01:06:39.938 INFO O| Aug 27 01:06:39.938 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107662026-08-27T01:06:41.342Z[ host-image] Aug 27 01:06:39.938 INFO O| Aug 27 01:06:39.938 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107672026-08-27T01:06:41.590Z[ recovery-image] Aug 27 01:06:40.214 INFO E| Compiling bitstruct_derive v0.1.0
107682026-08-27T01:06:45.061Z[ host-image] Aug 27 01:06:43.686 INFO O| Aug 27 01:06:43.686 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80
107692026-08-27T01:06:45.064Z[ host-image] Aug 27 01:06:43.686 INFO O| Aug 27 01:06:43.686 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107702026-08-27T01:06:45.078Z[ host-image] Aug 27 01:06:43.698 INFO O| Aug 27 01:06:43.697 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107712026-08-27T01:06:45.169Z[ host-image] Aug 27 01:06:43.794 INFO O| Aug 27 01:06:43.794 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107722026-08-27T01:06:45.224Z[ host-image] Aug 27 01:06:43.850 INFO O| Aug 27 01:06:43.849 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.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"}
107732026-08-27T01:06:45.287Z[ host-image] Aug 27 01:06:43.912 INFO O| Aug 27 01:06:43.912 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107742026-08-27T01:06:45.287Z[ host-image] Aug 27 01:06:43.912 INFO O| Aug 27 01:06:43.912 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107752026-08-27T01:06:45.355Z[ host-image] Aug 27 01:06:43.980 INFO O| Aug 27 01:06:43.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107762026-08-27T01:06:45.355Z[ host-image] Aug 27 01:06:43.980 INFO O| Aug 27 01:06:43.980 INFO ok!
107772026-08-27T01:06:45.355Z[ host-image] Aug 27 01:06:43.980 INFO O| Aug 27 01:06:43.980 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107782026-08-27T01:06:45.367Z[ host-image] Aug 27 01:06:43.980 INFO O| Aug 27 01:06:43.980 INFO STEP 176 (seed_smf) COMPLETE
107792026-08-27T01:06:45.367Z[ host-image] Aug 27 01:06:43.980 INFO O| Aug 27 01:06:43.980 INFO steps complete; finalising image!
107802026-08-27T01:06:45.367Z[ host-image] Aug 27 01:06:43.980 INFO O| Aug 27 01:06:43.980 INFO TRIM POOL: TEMPORARY-sled-zfs
107812026-08-27T01:06:45.402Z[ host-image] Aug 27 01:06:44.027 INFO O| Aug 27 01:06:44.027 INFO trim TEMPORARY-sled-zfs: (58% trimmed, started at Thu Aug 27 01:06:43 2026)
107822026-08-27T01:06:45.616Z[ host-image] Aug 27 01:06:44.241 INFO O| Aug 27 01:06:44.241 INFO temporary pool has 915M used, 109M avail, 1.80x compressratio
107832026-08-27T01:06:45.616Z[ host-image] Aug 27 01:06:44.241 INFO O| Aug 27 01:06:44.241 INFO EXPORT POOL: TEMPORARY-sled-zfs
107842026-08-27T01:06:45.959Z[ host-image] Aug 27 01:06:44.584 INFO O| Aug 27 01:06:44.584 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107852026-08-27T01:06:45.959Z[ host-image] Aug 27 01:06:44.584 INFO O| Aug 27 01:06:44.584 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107862026-08-27T01:06:47.307Z[ host-image] Aug 27 01:06:45.441 INFO O| Aug 27 01:06:45.441 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107872026-08-27T01:06:47.307Z[ host-image] Aug 27 01:06:45.441 INFO O| Aug 27 01:06:45.441 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107882026-08-27T01:06:47.307Z[ host-image] Aug 27 01:06:45.441 INFO O| Aug 27 01:06:45.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107892026-08-27T01:06:47.335Z[ host-image] Aug 27 01:06:45.441 INFO O| Aug 27 01:06:45.441 INFO completed processing sled/zfs
107902026-08-27T01:06:47.335Z[ host-image] Aug 27 01:06:45.441 INFO O| Aug 27 01:06:45.441 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107912026-08-27T01:06:50.527Z[ recovery-image] Aug 27 01:06:49.152 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
107922026-08-27T01:06:52.587Z[ recovery-image] Aug 27 01:06:51.212 INFO E| Compiling bitflags v1.3.2
107932026-08-27T01:06:52.587Z[ recovery-image] Aug 27 01:06:51.212 INFO E| Compiling bitflags v2.13.0
107942026-08-27T01:06:52.587Z[ recovery-image] Aug 27 01:06:51.212 INFO E| Compiling bit_field v0.10.3
107952026-08-27T01:06:52.600Z[ recovery-image] Aug 27 01:06:51.213 INFO E| Compiling plain v0.2.3
107962026-08-27T01:06:52.601Z[ recovery-image] Aug 27 01:06:51.213 INFO E| Compiling log v0.4.32
107972026-08-27T01:06:52.601Z[ recovery-image] Aug 27 01:06:51.213 INFO E| Compiling scroll v0.13.0
107982026-08-27T01:06:52.601Z[ recovery-image] Aug 27 01:06:51.213 INFO E| Compiling adler2 v2.0.1
107992026-08-27T01:06:52.601Z[ recovery-image] Aug 27 01:06:51.213 INFO E| Compiling static_assertions v1.1.0
108002026-08-27T01:06:52.601Z[ recovery-image] Aug 27 01:06:51.217 INFO E| Compiling bitstruct v0.1.1
108012026-08-27T01:06:52.637Z[ recovery-image] Aug 27 01:06:51.262 INFO E| Compiling raw-cpuid v10.7.0
108022026-08-27T01:06:52.692Z[ recovery-image] Aug 27 01:06:51.318 INFO E| Compiling miniz_oxide v0.9.1
108032026-08-27T01:06:52.736Z[ recovery-image] Aug 27 01:06:51.361 INFO E| Compiling cpio_reader v0.1.2
108042026-08-27T01:06:52.797Z[ recovery-image] Aug 27 01:06:51.422 INFO E| Compiling goblin v0.10.7
108052026-08-27T01:06:55.794Z[ recovery-image] Aug 27 01:06:54.405 INFO E| Finished `release` profile [optimized] target(s) in 18.72s
108062026-08-27T01:06:55.809Z[ recovery-image] Aug 27 01:06:54.427 INFO building ROM for cosmo
108072026-08-27T01:06:55.810Z[ recovery-image] Aug 27 01:06:54.427 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")
108082026-08-27T01:06:55.893Z[ recovery-image] Aug 27 01:06:54.518 INFO E| Downloading crates ...
108092026-08-27T01:06:55.940Z[ recovery-image] Aug 27 01:06:54.565 INFO E| Downloaded anstream v0.6.18
108102026-08-27T01:06:55.945Z[ recovery-image] Aug 27 01:06:54.569 INFO E| Downloaded clap_lex v0.7.4
108112026-08-27T01:06:55.946Z[ recovery-image] Aug 27 01:06:54.570 INFO E| Downloaded colorchoice v1.0.3
108122026-08-27T01:06:55.951Z[ recovery-image] Aug 27 01:06:54.572 INFO E| Downloaded clap_derive v4.5.32
108132026-08-27T01:06:55.952Z[ recovery-image] Aug 27 01:06:54.574 INFO E| Downloaded anstyle-query v1.1.2
108142026-08-27T01:06:55.952Z[ recovery-image] Aug 27 01:06:54.576 INFO E| Downloaded is_terminal_polyfill v1.70.1
108152026-08-27T01:06:55.952Z[ recovery-image] Aug 27 01:06:54.577 INFO E| Downloaded duct v0.13.7
108162026-08-27T01:06:55.963Z[ recovery-image] Aug 27 01:06:54.578 INFO E| Downloaded shared_child v1.0.1
108172026-08-27T01:06:55.963Z[ recovery-image] Aug 27 01:06:54.579 INFO E| Downloaded toml_datetime v0.6.9
108182026-08-27T01:06:55.963Z[ recovery-image] Aug 27 01:06:54.581 INFO E| Downloaded anstyle v1.0.10
108192026-08-27T01:06:55.970Z[ recovery-image] Aug 27 01:06:54.586 INFO E| Downloaded serde_spanned v0.6.8
108202026-08-27T01:06:55.970Z[ recovery-image] Aug 27 01:06:54.588 INFO E| Downloaded os_pipe v1.2.1
108212026-08-27T01:06:55.970Z[ recovery-image] Aug 27 01:06:54.594 INFO E| Downloaded anstyle-parse v0.2.6
108222026-08-27T01:06:55.976Z[ recovery-image] Aug 27 01:06:54.596 INFO E| Downloaded toml_write v0.1.1
108232026-08-27T01:06:55.976Z[ recovery-image] Aug 27 01:06:54.601 INFO E| Downloaded clap v4.5.37
108242026-08-27T01:06:55.984Z[ recovery-image] Aug 27 01:06:54.607 INFO E| Downloaded toml v0.8.22
108252026-08-27T01:06:56.003Z[ recovery-image] Aug 27 01:06:54.628 INFO E| Downloaded cc v1.2.20
108262026-08-27T01:06:56.008Z[ recovery-image] Aug 27 01:06:54.630 INFO E| Downloaded toml_edit v0.22.26
108272026-08-27T01:06:56.031Z[ recovery-image] Aug 27 01:06:54.652 INFO E| Downloaded clap_builder v4.5.37
108282026-08-27T01:06:56.031Z[ recovery-image] Aug 27 01:06:54.656 INFO E| Downloaded winnow v0.7.7
108292026-08-27T01:06:56.050Z[ recovery-image] Aug 27 01:06:54.675 INFO E| Compiling libc v0.2.172
108302026-08-27T01:06:56.050Z[ recovery-image] Aug 27 01:06:54.675 INFO E| Compiling utf8parse v0.2.2
108312026-08-27T01:06:56.050Z[ recovery-image] Aug 27 01:06:54.675 INFO E| Compiling anstyle v1.0.10
108322026-08-27T01:06:56.050Z[ recovery-image] Aug 27 01:06:54.675 INFO E| Compiling equivalent v1.0.2
108332026-08-27T01:06:56.064Z[ recovery-image] Aug 27 01:06:54.675 INFO E| Compiling is_terminal_polyfill v1.70.1
108342026-08-27T01:06:56.064Z[ recovery-image] Aug 27 01:06:54.675 INFO E| Compiling once_cell v1.21.3
108352026-08-27T01:06:56.072Z[ recovery-image] Aug 27 01:06:54.675 INFO E| Compiling anstyle-query v1.1.2
108362026-08-27T01:06:56.082Z[ recovery-image] Aug 27 01:06:54.693 INFO E| Compiling colorchoice v1.0.3
108372026-08-27T01:06:56.082Z[ recovery-image] Aug 27 01:06:54.694 INFO E| Compiling hashbrown v0.15.2
108382026-08-27T01:06:56.082Z[ recovery-image] Aug 27 01:06:54.694 INFO E| Compiling shlex v1.3.0
108392026-08-27T01:06:56.082Z[ recovery-image] Aug 27 01:06:54.694 INFO E| Compiling toml_write v0.1.1
108402026-08-27T01:06:56.082Z[ recovery-image] Aug 27 01:06:54.694 INFO E| Compiling clap_lex v0.7.4
108412026-08-27T01:06:56.082Z[ recovery-image] Aug 27 01:06:54.694 INFO E| Compiling strsim v0.11.1
108422026-08-27T01:06:56.298Z[ recovery-image] Aug 27 01:06:54.923 INFO E| Compiling anyhow v1.0.98
108432026-08-27T01:06:56.298Z[ recovery-image] Aug 27 01:06:54.923 INFO E| Compiling winnow v0.7.7
108442026-08-27T01:06:56.320Z[ recovery-image] Aug 27 01:06:54.946 INFO E| Compiling syn v2.0.101
108452026-08-27T01:06:56.321Z[ recovery-image] Aug 27 01:06:54.946 INFO E| Compiling anstyle-parse v0.2.6
108462026-08-27T01:06:56.609Z[ recovery-image] Aug 27 01:06:55.234 INFO E| Compiling cc v1.2.20
108472026-08-27T01:06:56.700Z[ recovery-image] Aug 27 01:06:55.325 INFO E| Compiling anstream v0.6.18
108482026-08-27T01:06:56.948Z[ recovery-image] Aug 27 01:06:55.573 INFO E| Compiling os_pipe v1.2.1
108492026-08-27T01:06:56.948Z[ recovery-image] Aug 27 01:06:55.573 INFO E| Compiling shared_child v1.0.1
108502026-08-27T01:06:56.983Z[ recovery-image] Aug 27 01:06:55.605 INFO E| Compiling clap_builder v4.5.37
108512026-08-27T01:06:57.085Z[ recovery-image] Aug 27 01:06:55.710 INFO E| Compiling duct v0.13.7
108522026-08-27T01:06:57.098Z[ recovery-image] Aug 27 01:06:55.723 INFO E| Compiling indexmap v2.9.0
108532026-08-27T01:06:57.710Z[ recovery-image] Aug 27 01:06:56.335 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108542026-08-27T01:06:58.761Z[ recovery-image] Aug 27 01:06:57.386 INFO E| Compiling serde_derive v1.0.219
108552026-08-27T01:06:58.761Z[ recovery-image] Aug 27 01:06:57.386 INFO E| Compiling clap_derive v4.5.32
108562026-08-27T01:07:00.133Z[ recovery-image] Aug 27 01:06:58.758 INFO E| Compiling clap v4.5.37
108572026-08-27T01:07:00.782Z[ recovery-image] Aug 27 01:06:59.406 INFO E| Compiling serde v1.0.219
108582026-08-27T01:07:02.692Z[ recovery-image] Aug 27 01:07:01.317 INFO E| Compiling serde_spanned v0.6.8
108592026-08-27T01:07:02.692Z[ recovery-image] Aug 27 01:07:01.317 INFO E| Compiling toml_datetime v0.6.9
108602026-08-27T01:07:02.858Z[ recovery-image] Aug 27 01:07:01.483 INFO E| Compiling toml_edit v0.22.26
108612026-08-27T01:07:04.150Z[ recovery-image] Aug 27 01:07:02.775 INFO E| Compiling toml v0.8.22
108622026-08-27T01:07:06.253Z[ recovery-image] Aug 27 01:07:04.878 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.41s
108632026-08-27T01:07:06.262Z[ recovery-image] Aug 27 01:07:04.888 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`
108642026-08-27T01:07:06.278Z[ recovery-image] Aug 27 01:07:04.903 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108652026-08-27T01:07:06.359Z[ recovery-image] Aug 27 01:07:04.980 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108662026-08-27T01:07:06.377Z[ recovery-image] Aug 27 01:07:04.983 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`
108672026-08-27T01:07:06.570Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108682026-08-27T01:07:06.570Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108692026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108702026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108712026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108722026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108732026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108742026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108752026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108762026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108772026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108782026-08-27T01:07:06.579Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108792026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108802026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108812026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108822026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108832026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108842026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108852026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108862026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108872026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108882026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108892026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108902026-08-27T01:07:06.592Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108912026-08-27T01:07:06.593Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108922026-08-27T01:07:06.593Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108932026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108942026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108952026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108962026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108972026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108982026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108992026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109002026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109012026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109022026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109032026-08-27T01:07:06.612Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109042026-08-27T01:07:06.613Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109052026-08-27T01:07:06.613Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109062026-08-27T01:07:06.613Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109072026-08-27T01:07:06.613Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109082026-08-27T01:07:06.627Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109092026-08-27T01:07:06.627Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109102026-08-27T01:07:06.627Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109112026-08-27T01:07:06.627Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109122026-08-27T01:07:06.627Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109132026-08-27T01:07:06.627Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109142026-08-27T01:07:06.627Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109152026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109162026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109172026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109182026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109192026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109202026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO O| Info: ABL version: 0x100af010
109212026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109222026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109232026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109242026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109252026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109262026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109272026-08-27T01:07:06.628Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109282026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109292026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109302026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109312026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109322026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109332026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109342026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109352026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109362026-08-27T01:07:06.635Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109372026-08-27T01:07:06.646Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109382026-08-27T01:07:06.646Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109392026-08-27T01:07:06.646Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109402026-08-27T01:07:06.646Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109412026-08-27T01:07:06.646Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109422026-08-27T01:07:06.646Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109432026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109442026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109452026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109462026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109472026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109482026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109492026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109502026-08-27T01:07:06.647Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109512026-08-27T01:07:06.654Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109522026-08-27T01:07:06.654Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109532026-08-27T01:07:06.655Z[ recovery-image] Aug 27 01:07:05.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109542026-08-27T01:07:06.671Z[ recovery-image] Aug 27 01:07:05.233 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109552026-08-27T01:07:06.671Z[ recovery-image] Aug 27 01:07:05.233 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109562026-08-27T01:07:06.671Z[ recovery-image] Aug 27 01:07:05.233 INFO building ROM for gimlet
109572026-08-27T01:07:06.671Z[ recovery-image] Aug 27 01:07:05.233 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")
109582026-08-27T01:07:06.699Z[ recovery-image] Aug 27 01:07:05.324 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109592026-08-27T01:07:06.706Z[ recovery-image] Aug 27 01:07:05.326 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`
109602026-08-27T01:07:06.716Z[ recovery-image] Aug 27 01:07:05.339 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109612026-08-27T01:07:06.782Z[ recovery-image] Aug 27 01:07:05.407 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109622026-08-27T01:07:06.790Z[ recovery-image] Aug 27 01:07:05.410 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`
109632026-08-27T01:07:06.901Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109642026-08-27T01:07:06.901Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109652026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109662026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109672026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109682026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109692026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109702026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109712026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109722026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109732026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109742026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109752026-08-27T01:07:06.908Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109762026-08-27T01:07:06.909Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109772026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.527 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109782026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.527 INFO O| Info: ABL version: 0x100f5010
109792026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109802026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109812026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109822026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109832026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109842026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109852026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109862026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109872026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109882026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109892026-08-27T01:07:06.921Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109902026-08-27T01:07:06.922Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109912026-08-27T01:07:06.922Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109922026-08-27T01:07:06.927Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109932026-08-27T01:07:06.927Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109942026-08-27T01:07:06.927Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109952026-08-27T01:07:06.927Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109962026-08-27T01:07:06.927Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109972026-08-27T01:07:06.927Z[ recovery-image] Aug 27 01:07:05.528 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109982026-08-27T01:07:06.942Z[ recovery-image] Aug 27 01:07:05.567 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109992026-08-27T01:07:07.906Z[ host-image] Aug 27 01:07:06.531 INFO O| Aug 27 01:07:06.531 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110002026-08-27T01:07:08.011Z[ host-image] Aug 27 01:07:06.636 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
110012026-08-27T01:07:08.011Z[ host-image] Aug 27 01:07:06.636 INFO expanded image name: "ci 5a34cf5/${os_short_commit} 2026-08-27 00:51" -> "ci 5a34cf5/bbd33bf 2026-08-27 00:51"
110022026-08-27T01:07:08.019Z[ host-image] Aug 27 01:07:06.636 INFO output artefacts stored in: "/work/os-host"
110032026-08-27T01:07:08.019Z[ host-image] Aug 27 01:07:06.636 INFO collecting git info from project "phbl"...
110042026-08-27T01:07:08.019Z[ host-image] Aug 27 01:07:06.642 INFO collecting git info from project "dmar-report"...
110052026-08-27T01:07:08.025Z[ host-image] Aug 27 01:07:06.646 INFO collecting git info from project "bootserver"...
110062026-08-27T01:07:08.025Z[ host-image] Aug 27 01:07:06.650 INFO collecting git info from project "image-builder"...
110072026-08-27T01:07:08.033Z[ host-image] Aug 27 01:07:06.654 INFO collecting git info from project "amd-firmware"...
110082026-08-27T01:07:08.052Z[ host-image] Aug 27 01:07:06.664 INFO collecting git info from project "chelsio-t6-roms"...
110092026-08-27T01:07:08.052Z[ host-image] Aug 27 01:07:06.668 INFO collecting git info from project "pilot"...
110102026-08-27T01:07:08.060Z[ host-image] Aug 27 01:07:06.672 INFO collecting git info from project "amd-host-image-builder"...
110112026-08-27T01:07:08.060Z[ host-image] Aug 27 01:07:06.677 INFO collecting git info from project "pinprick"...
110122026-08-27T01:07:08.070Z[ host-image] Aug 27 01:07:06.680 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110132026-08-27T01:07:08.243Z[ recovery-image] Aug 27 01:07:06.855 INFO image complete! materials are in "/work/os-recovery"
110142026-08-27T01:07:08.257Z[ recovery-image]
110152026-08-27T01:07:08.257Z[ recovery-image] real 3:22.843739782
110162026-08-27T01:07:08.257Z[ recovery-image] user 2:39.174192652
110172026-08-27T01:07:08.257Z[ recovery-image] sys 38.899897533
110182026-08-27T01:07:08.257Z[ recovery-image] trap 0.145760238
110192026-08-27T01:07:08.257Z[ recovery-image] tflt 0.651246153
110202026-08-27T01:07:08.257Z[ recovery-image] dflt 0.766195498
110212026-08-27T01:07:08.258Z[ recovery-image] kflt 0.000358370
110222026-08-27T01:07:08.258Z[ recovery-image] lock 8:32.256521068
110232026-08-27T01:07:08.258Z[ recovery-image] slp 18:14.744088577
110242026-08-27T01:07:08.258Z[ recovery-image] lat 32.095209225
110252026-08-27T01:07:08.258Z[ recovery-image] stop 11.335389999
110262026-08-27T01:07:08.258ZAug 27 01:07:06.859 INFO [recovery-image] process exited with exit status: 0 (202.848933585s)
110272026-08-27T01:07:08.258ZAug 27 01:07:06.859 INFO [tuf-v2-recovery] running task
110282026-08-27T01:07:08.258ZAug 27 01:07:06.860 INFO [tuf-v2-recovery] task succeeded (841.612µs)
110292026-08-27T01:07:08.361Z[ host-image] Aug 27 01:07:06.986 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110302026-08-27T01:07:08.654Z[ host-image] Aug 27 01:07:07.279 INFO creating Oxide boot image...
110312026-08-27T01:07:08.654Z[ host-image] Aug 27 01:07:07.279 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 5a34cf5/bbd33bf 2026-08-27 00:51", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110322026-08-27T01:07:09.522Z[ host-image] Aug 27 01:07:08.134 INFO O| ok, image written!
110332026-08-27T01:07:09.522Z[ host-image] Aug 27 01:07:08.134 INFO O| ok, boot_image_csum file written!
110342026-08-27T01:07:09.528Z[ host-image] Aug 27 01:07:08.137 INFO creating boot archive (CPIO)...
110352026-08-27T01:07:09.528Z[ host-image] Aug 27 01:07:08.137 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
110362026-08-27T01:07:09.528Z[ host-image] Aug 27 01:07:08.140 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110372026-08-27T01:07:09.528Z[ host-image] Aug 27 01:07:08.140 INFO E| + outfile=/work/os-host/cpio
110382026-08-27T01:07:09.532Z[ host-image] Aug 27 01:07:08.140 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110392026-08-27T01:07:09.532Z[ host-image] Aug 27 01:07:08.142 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110402026-08-27T01:07:09.532Z[ host-image] Aug 27 01:07:08.143 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110412026-08-27T01:07:09.543Z[ host-image] Aug 27 01:07:08.169 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110422026-08-27T01:07:09.543Z[ host-image] Aug 27 01:07:08.169 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110432026-08-27T01:07:09.551Z[ host-image] Aug 27 01:07:08.175 INFO creating compressed cpio/unix for dev loaders...
110442026-08-27T01:07:09.551Z[ host-image] Aug 27 01:07:08.175 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
110452026-08-27T01:07:09.773Z[ host-image] Aug 27 01:07:08.398 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110462026-08-27T01:07:13.012Z[ host-image] Aug 27 01:07:11.635 INFO creating reset image...
110472026-08-27T01:07:13.012Z[ host-image] Aug 27 01:07:11.635 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")
110482026-08-27T01:07:13.077Z[ host-image] Aug 27 01:07:11.699 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
110492026-08-27T01:07:13.095Z[ host-image] Aug 27 01:07:11.700 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110502026-08-27T01:07:13.327Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
110512026-08-27T01:07:13.328Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
110522026-08-27T01:07:13.328Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling proc-macro2 v1.0.106
110532026-08-27T01:07:13.328Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling quote v1.0.45
110542026-08-27T01:07:13.350Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling unicode-ident v1.0.24
110552026-08-27T01:07:13.350Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling syn v1.0.109
110562026-08-27T01:07:13.350Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling x86 v0.52.0
110572026-08-27T01:07:13.350Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110582026-08-27T01:07:13.350Z[ host-image] Aug 27 01:07:11.951 INFO E| Compiling seq-macro v0.3.6
110592026-08-27T01:07:14.303Z[ host-image] Aug 27 01:07:12.889 INFO E| Compiling syn v2.0.117
110602026-08-27T01:07:15.521Z[ host-image] Aug 27 01:07:14.146 INFO E| Compiling scroll_derive v0.13.1
110612026-08-27T01:07:16.576Z[ host-image] Aug 27 01:07:15.200 INFO E| Compiling bitstruct_derive v0.1.0
110622026-08-27T01:07:25.556Z[ host-image] Aug 27 01:07:24.180 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
110632026-08-27T01:07:27.651Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling bitflags v1.3.2
110642026-08-27T01:07:27.686Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling bitflags v2.13.0
110652026-08-27T01:07:27.686Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling bit_field v0.10.3
110662026-08-27T01:07:27.703Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling scroll v0.13.0
110672026-08-27T01:07:27.703Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling plain v0.2.3
110682026-08-27T01:07:27.703Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling log v0.4.32
110692026-08-27T01:07:27.703Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling adler2 v2.0.1
110702026-08-27T01:07:27.703Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling static_assertions v1.1.0
110712026-08-27T01:07:27.703Z[ host-image] Aug 27 01:07:26.274 INFO E| Compiling bitstruct v0.1.1
110722026-08-27T01:07:27.703Z[ host-image] Aug 27 01:07:26.323 INFO E| Compiling raw-cpuid v10.7.0
110732026-08-27T01:07:27.746Z[ host-image] Aug 27 01:07:26.370 INFO E| Compiling miniz_oxide v0.9.1
110742026-08-27T01:07:27.812Z[ host-image] Aug 27 01:07:26.436 INFO E| Compiling cpio_reader v0.1.2
110752026-08-27T01:07:27.878Z[ host-image] Aug 27 01:07:26.492 INFO E| Compiling goblin v0.10.7
110762026-08-27T01:07:30.676Z[ host-image] Aug 27 01:07:29.289 INFO E| Finished `release` profile [optimized] target(s) in 17.58s
110772026-08-27T01:07:30.684Z[ host-image] Aug 27 01:07:29.300 INFO building ROM for gimlet
110782026-08-27T01:07:30.684Z[ host-image] Aug 27 01:07:29.300 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110792026-08-27T01:07:30.771Z[ host-image] Aug 27 01:07:29.385 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110802026-08-27T01:07:30.793Z[ host-image] Aug 27 01:07:29.387 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110812026-08-27T01:07:30.793Z[ host-image] Aug 27 01:07:29.398 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110822026-08-27T01:07:30.943Z[ host-image] Aug 27 01:07:29.462 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110832026-08-27T01:07:30.950Z[ host-image] Aug 27 01:07:29.464 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-host/gimlet.rom`
110842026-08-27T01:07:30.959Z[ host-image] Aug 27 01:07:29.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110852026-08-27T01:07:30.959Z[ host-image] Aug 27 01:07:29.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110862026-08-27T01:07:30.959Z[ host-image] Aug 27 01:07:29.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110872026-08-27T01:07:30.964Z[ host-image] Aug 27 01:07:29.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110882026-08-27T01:07:30.964Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110892026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110902026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110912026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110922026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110932026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110942026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110952026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110962026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110972026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110982026-08-27T01:07:30.965Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110992026-08-27T01:07:30.966Z[ host-image] Aug 27 01:07:29.581 INFO O| Info: ABL version: 0x100f5010
111002026-08-27T01:07:30.966Z[ host-image] Aug 27 01:07:29.581 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111012026-08-27T01:07:30.966Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111022026-08-27T01:07:30.967Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111032026-08-27T01:07:30.967Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111042026-08-27T01:07:30.967Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111052026-08-27T01:07:30.967Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111062026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111072026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111082026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111092026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111102026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111112026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111122026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111132026-08-27T01:07:30.968Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111142026-08-27T01:07:30.970Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111152026-08-27T01:07:30.970Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111162026-08-27T01:07:30.970Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111172026-08-27T01:07:30.971Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111182026-08-27T01:07:30.971Z[ host-image] Aug 27 01:07:29.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111192026-08-27T01:07:30.998Z[ host-image] Aug 27 01:07:29.614 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111202026-08-27T01:07:30.998Z[ host-image] Aug 27 01:07:29.614 INFO building ROM for cosmo
111212026-08-27T01:07:30.998Z[ host-image] Aug 27 01:07:29.614 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
111222026-08-27T01:07:31.076Z[ host-image] Aug 27 01:07:29.700 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111232026-08-27T01:07:31.086Z[ host-image] Aug 27 01:07:29.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/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
111242026-08-27T01:07:31.095Z[ host-image] Aug 27 01:07:29.715 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111252026-08-27T01:07:31.157Z[ host-image] Aug 27 01:07:29.781 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111262026-08-27T01:07:31.163Z[ host-image] Aug 27 01:07:29.783 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-host/cosmo.rom`
111272026-08-27T01:07:31.360Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111282026-08-27T01:07:31.360Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111292026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111302026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111312026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111322026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111332026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111342026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111352026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111362026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111372026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111382026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111392026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111402026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111412026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111422026-08-27T01:07:31.372Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111432026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111442026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111452026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111462026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111472026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111482026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111492026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111502026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111512026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111522026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111532026-08-27T01:07:31.373Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111542026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111552026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111562026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111572026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111582026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111592026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111602026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111612026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111622026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111632026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111642026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111652026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111662026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111672026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111682026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111692026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111702026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111712026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111722026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111732026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111742026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111752026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111762026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111772026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111782026-08-27T01:07:31.374Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111792026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111802026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.987 INFO O| Info: ABL version: 0x100af010
111812026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.987 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111822026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.987 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111832026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111842026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111852026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111862026-08-27T01:07:31.375Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111872026-08-27T01:07:31.378Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111882026-08-27T01:07:31.378Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111892026-08-27T01:07:31.378Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111902026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111912026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111922026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111932026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111942026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111952026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111962026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111972026-08-27T01:07:31.379Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111982026-08-27T01:07:31.380Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111992026-08-27T01:07:31.380Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112002026-08-27T01:07:31.380Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112012026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112022026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112032026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112042026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112052026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112062026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112072026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112082026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112092026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112102026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112112026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112122026-08-27T01:07:31.381Z[ host-image] Aug 27 01:07:29.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112132026-08-27T01:07:31.382Z[ host-image] Aug 27 01:07:29.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112142026-08-27T01:07:31.395Z[ host-image] Aug 27 01:07:30.020 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112152026-08-27T01:07:31.396Z[ host-image] Aug 27 01:07:30.020 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112162026-08-27T01:07:43.462Z[ host-image] Aug 27 01:07:42.087 INFO image complete! materials are in "/work/os-host"
112172026-08-27T01:07:43.467Z[ host-image]
112182026-08-27T01:07:43.467Z[ host-image] real 4:08.166717126
112192026-08-27T01:07:43.467Z[ host-image] user 2:49.027796490
112202026-08-27T01:07:43.467Z[ host-image] sys 35.879288778
112212026-08-27T01:07:43.467Z[ host-image] trap 0.129657789
112222026-08-27T01:07:43.468Z[ host-image] tflt 0.316823567
112232026-08-27T01:07:43.468Z[ host-image] dflt 0.195611115
112242026-08-27T01:07:43.468Z[ host-image] kflt 0.000274680
112252026-08-27T01:07:43.468Z[ host-image] lock 4:46.645867085
112262026-08-27T01:07:43.468Z[ host-image] slp 20:59.528179485
112272026-08-27T01:07:43.468Z[ host-image] lat 21.475598875
112282026-08-27T01:07:43.468Z[ host-image] stop 1.501923755
112292026-08-27T01:07:43.468ZAug 27 01:07:42.091 INFO [host-image] process exited with exit status: 0 (248.17212496s)
112302026-08-27T01:07:43.468ZAug 27 01:07:42.091 INFO [tuf-v2-host] running task
112312026-08-27T01:07:43.469ZAug 27 01:07:42.091 INFO [tuf-repo] running task
112322026-08-27T01:07:43.469ZAug 27 01:07:42.092 INFO [tuf-v2-host] task succeeded (522.671µs)
112332026-08-27T01:07:43.469ZAug 27 01:07:42.092 INFO [tuf-v2-repo] running task
112342026-08-27T01:08:04.976ZAug 27 01:08:03.600 INFO [tuf-v2-repo] task succeeded (21.508807161s)
112352026-08-27T01:08:05.663ZAug 27 01:08:04.282 INFO assembling repository in `/tmp/tufaceousscQGPb`, component: OmicronRepoAssembler
112362026-08-27T01:08:14.287ZAug 27 01:08:12.908 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112372026-08-27T01:08:14.551ZAug 27 01:08:13.176 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112382026-08-27T01:08:17.780ZAug 27 01:08:15.499 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112392026-08-27T01:08:17.794ZAug 27 01:08:15.552 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112402026-08-27T01:08:17.794ZAug 27 01:08:15.604 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112412026-08-27T01:08:17.794ZAug 27 01:08:15.651 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112422026-08-27T01:08:17.794ZAug 27 01:08:15.703 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112432026-08-27T01:08:17.794ZAug 27 01:08:15.761 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112442026-08-27T01:08:17.794ZAug 27 01:08:15.813 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112452026-08-27T01:08:27.554ZAug 27 01:08:26.179 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112462026-08-27T01:08:27.560ZAug 27 01:08:26.185 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112472026-08-27T01:08:27.583ZAug 27 01:08:26.208 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112482026-08-27T01:08:27.641ZAug 27 01:08:26.262 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112492026-08-27T01:08:27.704ZAug 27 01:08:26.328 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112502026-08-27T01:08:27.759ZAug 27 01:08:26.383 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112512026-08-27T01:08:27.824ZAug 27 01:08:26.449 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112522026-08-27T01:08:27.832ZAug 27 01:08:26.455 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112532026-08-27T01:08:27.854ZAug 27 01:08:26.479 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112542026-08-27T01:08:29.599ZAug 27 01:08:28.223 INFO [tuf-repo] task succeeded (46.132366292s)
112552026-08-27T01:10:49.211Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
112562026-08-27T01:10:49.218Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112572026-08-27T01:10:49.218Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112582026-08-27T01:10:51.859ZAug 27 01:10:50.483 INFO [verify-libraries] process exited with exit status: 0 (426.692537829s)
112592026-08-27T01:10:51.859ZAug 27 01:10:50.483 INFO all jobs completed in 1139.231690042s
112602026-08-27T01:10:53.094Zprocess exited: duration 1358625 ms, exit code 0
 
112612026-08-27T01:10:53.115Zfound 41 output files
112622026-08-27T01:10:53.115Zuploading: /work/manifest.toml (17334 bytes)
112632026-08-27T01:10:54.139Zuploaded: /work/manifest.toml
112642026-08-27T01:10:54.139Zuploading: /work/repo.zip (3295353061 bytes)
112652026-08-27T01:12:23.891Zuploaded: /work/repo.zip
112662026-08-27T01:12:23.891Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112672026-08-27T01:12:24.953Zuploaded: /work/repo.zip.sha256.txt
112682026-08-27T01:12:24.953Zuploading: /work/helios.json (647 bytes)
112692026-08-27T01:12:25.966Zuploaded: /work/helios.json
112702026-08-27T01:12:25.966Zuploading: /work/incorporation.p5m (113590 bytes)
112712026-08-27T01:12:26.981Zuploaded: /work/incorporation.p5m
112722026-08-27T01:12:26.981Zuploading: /work/incorporation.p5p (133120 bytes)
112732026-08-27T01:12:27.994Zuploaded: /work/incorporation.p5p
112742026-08-27T01:12:27.994Zuploading: /work/helios-incorp.log (522 bytes)
112752026-08-27T01:12:29.005Zuploaded: /work/helios-incorp.log
112762026-08-27T01:12:29.005Zuploading: /work/helios-setup.log (57113 bytes)
112772026-08-27T01:12:30.018Zuploaded: /work/helios-setup.log
112782026-08-27T01:12:30.018Zuploading: /work/host-image.log (233349 bytes)
112792026-08-27T01:12:31.035Zuploaded: /work/host-image.log
112802026-08-27T01:12:31.035Zuploading: /work/host-package.log (33790 bytes)
112812026-08-27T01:12:32.051Zuploaded: /work/host-package.log
112822026-08-27T01:12:32.051Zuploading: /work/host-target.log (101 bytes)
112832026-08-27T01:12:33.062Zuploaded: /work/host-target.log
112842026-08-27T01:12:33.062Zuploading: /work/incorp-create.log (0 bytes)
112852026-08-27T01:12:34.073Zuploaded: /work/incorp-create.log
112862026-08-27T01:12:34.073Zuploading: /work/incorp-fmt.log (0 bytes)
112872026-08-27T01:12:35.081Zuploaded: /work/incorp-fmt.log
112882026-08-27T01:12:35.081Zuploading: /work/incorp-pkgsend.log (108 bytes)
112892026-08-27T01:12:36.092Zuploaded: /work/incorp-pkgsend.log
112902026-08-27T01:12:36.094Zuploading: /work/incorp-publisher.log (0 bytes)
112912026-08-27T01:12:37.102Zuploaded: /work/incorp-publisher.log
112922026-08-27T01:12:37.102Zuploading: /work/omicron-package.log (10430 bytes)
112932026-08-27T01:12:38.119Zuploaded: /work/omicron-package.log
112942026-08-27T01:12:38.119Zuploading: /work/recovery-image.log (591372 bytes)
112952026-08-27T01:12:39.144Zuploaded: /work/recovery-image.log
112962026-08-27T01:12:39.144Zuploading: /work/recovery-package.log (321 bytes)
112972026-08-27T01:12:40.154Zuploaded: /work/recovery-package.log
112982026-08-27T01:12:40.154Zuploading: /work/recovery-target.log (98 bytes)
112992026-08-27T01:12:41.165Zuploaded: /work/recovery-target.log
113002026-08-27T01:12:41.166Zuploading: /work/stamp-clickhouse.log (117 bytes)
113012026-08-27T01:12:42.178Zuploaded: /work/stamp-clickhouse.log
113022026-08-27T01:12:42.178Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113032026-08-27T01:12:43.190Zuploaded: /work/stamp-clickhouse_keeper.log
113042026-08-27T01:12:43.190Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113052026-08-27T01:12:44.199Zuploaded: /work/stamp-clickhouse_server.log
113062026-08-27T01:12:44.199Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113072026-08-27T01:12:45.210Zuploaded: /work/stamp-cockroachdb.log
113082026-08-27T01:12:45.210Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113092026-08-27T01:12:46.220Zuploaded: /work/stamp-crucible-pantry-zone.log
113102026-08-27T01:12:46.220Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113112026-08-27T01:12:47.229Zuploaded: /work/stamp-crucible-utils.log
113122026-08-27T01:12:47.230Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113132026-08-27T01:12:48.240Zuploaded: /work/stamp-crucible-zone.log
113142026-08-27T01:12:48.240Zuploading: /work/stamp-external-dns.log (119 bytes)
113152026-08-27T01:12:49.250Zuploaded: /work/stamp-external-dns.log
113162026-08-27T01:12:49.253Zuploading: /work/stamp-installinator.log (103 bytes)
113172026-08-27T01:12:50.320Zuploaded: /work/stamp-installinator.log
113182026-08-27T01:12:50.320Zuploading: /work/stamp-internal-dns.log (119 bytes)
113192026-08-27T01:12:51.329Zuploaded: /work/stamp-internal-dns.log
113202026-08-27T01:12:51.329Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113212026-08-27T01:12:52.341Zuploaded: /work/stamp-mg-ddm-gz.log
113222026-08-27T01:12:52.341Zuploading: /work/stamp-nexus.log (112 bytes)
113232026-08-27T01:12:53.351Zuploaded: /work/stamp-nexus.log
113242026-08-27T01:12:53.354Zuploading: /work/stamp-ntp.log (110 bytes)
113252026-08-27T01:12:54.365Zuploaded: /work/stamp-ntp.log
113262026-08-27T01:12:54.365Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113272026-08-27T01:12:55.374Zuploaded: /work/stamp-omicron-sled-agent.log
113282026-08-27T01:12:55.374Zuploading: /work/stamp-overlay.log (114 bytes)
113292026-08-27T01:12:56.384Zuploaded: /work/stamp-overlay.log
113302026-08-27T01:12:56.384Zuploading: /work/stamp-oximeter.log (115 bytes)
113312026-08-27T01:12:57.394Zuploaded: /work/stamp-oximeter.log
113322026-08-27T01:12:57.394Zuploading: /work/stamp-oxlog.log (109 bytes)
113332026-08-27T01:12:58.404Zuploaded: /work/stamp-oxlog.log
113342026-08-27T01:12:58.404Zuploading: /work/stamp-probe.log (112 bytes)
113352026-08-27T01:12:59.415Zuploaded: /work/stamp-probe.log
113362026-08-27T01:12:59.415Zuploading: /work/stamp-propolis-server.log (122 bytes)
113372026-08-27T01:13:00.425Zuploaded: /work/stamp-propolis-server.log
113382026-08-27T01:13:00.425Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113392026-08-27T01:13:01.435Zuploaded: /work/stamp-pumpkind-gz.log
113402026-08-27T01:13:01.435Zuploading: /work/stamp-switch-asic.log (118 bytes)
113412026-08-27T01:13:02.444Zuploaded: /work/stamp-switch-asic.log
113422026-08-27T01:13:02.444Zuploading: /work/verify-libraries.log (50737 bytes)
113432026-08-27T01:13:03.457Zuploaded: /work/verify-libraries.log