01KZ9P4TA8BMVGH9556825VPEB: 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: 01KZ9P57W42M4MYJ457WQKWNBY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T19:25:34.946Zjob assigned to worker 01KZ9P5FTZ7QWE95653RPN76N7 [factory aws, i-0d15764ec4bb4ed1e] (queued for 51 s)
 
22026-08-05T19:25:42.575Zstarting task 0: "setup"
32026-08-05T19:25:42.580Z++ uname -s
42026-08-05T19:25:42.583Z+ kern=SunOS
52026-08-05T19:25:42.583Z+ build_user=build
62026-08-05T19:25:42.583Z+ build_uid=12345
72026-08-05T19:25:42.583Z+ work_dir=/work
82026-08-05T19:25:42.583Z+ input_dir=/input
92026-08-05T19:25:42.583Z+ [[ 0 == 12345 ]]
102026-08-05T19:25:42.583Z+ case "$kern" in
112026-08-05T19:25:42.583Z+ groupadd -g 12345 build
122026-08-05T19:25:42.596Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T19:25:44.606Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T19:25:44.665Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T19:25:44.668Z+ home_fs=zfs
162026-08-05T19:25:44.668Z+ [[ zfs == autofs ]]
172026-08-05T19:25:44.668Z+ mkdir -p /home/build
182026-08-05T19:25:44.671Z+ chown build:build /home/build /work
192026-08-05T19:25:45.671Z+ chmod 0700 /home/build /work
202026-08-05T19:25:45.675Zprocess exited: duration 3102 ms, exit code 0
 
212026-08-05T19:25:45.682Zstarting task 1: "rust-toolchain"
222026-08-05T19:25:45.688Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T19:25:45.688Z * rust toolchain channel = "1.97.1"
242026-08-05T19:25:45.688Z * rust toolchain profile = "default"
252026-08-05T19:25:45.688Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T19:25:45.688Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T19:25:45.688Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T19:25:45.692Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T19:25:45.692Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T19:25:45.806Zinfo: downloading installer
312026-08-05T19:25:47.209Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T19:25:47.210Zwarn: /home/build/.rustup/settings.toml
332026-08-05T19:25:47.210Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T19:25:47.210Zwarn: instead of the one inferred from the default host triple.
352026-08-05T19:25:47.223Zinfo: profile set to default
362026-08-05T19:25:47.223Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T19:25:47.227Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T19:25:47.355Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T19:25:47.355Zinfo: downloading 6 components
402026-08-05T19:26:01.729Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T19:26:01.729Z
422026-08-05T19:26:01.759Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T19:26:01.759Z
442026-08-05T19:26:01.759Z
452026-08-05T19:26:01.759ZRust is installed now. Great!
462026-08-05T19:26:01.759Z
472026-08-05T19:26:01.762ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T19:26:01.763Zenvironment variable. This has not been done automatically.
492026-08-05T19:26:01.763Z
502026-08-05T19:26:01.763ZTo configure your current shell, you need to source
512026-08-05T19:26:01.763Zthe corresponding env file under $HOME/.cargo.
522026-08-05T19:26:01.763Z
532026-08-05T19:26:01.763ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T19:26:01.763Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T19:26:01.763Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T19:26:01.763Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T19:26:01.763Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T19:26:01.763Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T19:26:01.763Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T19:26:01.763Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T19:26:01.763Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T19:26:01.870Z+ rustup --version
632026-08-05T19:26:01.876Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T19:26:01.879Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T19:26:01.896Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T19:26:01.899Z+ cargo --version
672026-08-05T19:26:01.908Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T19:26:01.910Z+ rustc --version
692026-08-05T19:26:01.931Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T19:26:01.934Zprocess exited: duration 16251 ms, exit code 0
 
712026-08-05T19:26:01.940Zstarting task 2: "authentication"
722026-08-05T19:26:01.957Zprocess exited: duration 17 ms, exit code 0
 
732026-08-05T19:26:01.964Zstarting task 3: "clone repository"
742026-08-05T19:26:01.968Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T19:26:01.971Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T19:26:02.004ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T19:26:13.559Z+ cd /work/oxidecomputer/omicron
782026-08-05T19:26:13.559Z+ git fetch origin 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
792026-08-05T19:26:13.927ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T19:26:13.927Z * branch 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d -> FETCH_HEAD
812026-08-05T19:26:13.943Z+ [[ -n john/set-target-release-better-errors ]]
822026-08-05T19:26:13.946Z++ git branch --show-current
832026-08-05T19:26:13.946Z+ current=main
842026-08-05T19:26:13.946Z+ [[ main != john/set-target-release-better-errors ]]
852026-08-05T19:26:13.946Z+ git branch -f john/set-target-release-better-errors 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
862026-08-05T19:26:13.949Z+ git checkout -f john/set-target-release-better-errors
872026-08-05T19:26:14.205ZSwitched to branch 'john/set-target-release-better-errors'
882026-08-05T19:26:14.208Z+ git reset --hard 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
892026-08-05T19:26:14.233ZHEAD is now at 1f4f17af5 fix up integration test and error message typos
902026-08-05T19:26:14.237Zprocess exited: duration 12271 ms, exit code 0
 
912026-08-05T19:26:14.242Zstarting task 4: "build"
922026-08-05T19:26:14.248Z+ source .github/buildomat/ci-env.sh
932026-08-05T19:26:14.248Z++ export CARGO_TERM_COLOR=always
942026-08-05T19:26:14.248Z++ CARGO_TERM_COLOR=always
952026-08-05T19:26:14.252Z+++ uname -s
962026-08-05T19:26:14.252Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-05T19:26:14.252Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-05T19:26:14.255Z+ cargo --version
992026-08-05T19:26:14.263Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-05T19:26:14.266Z+ rustc --version
1012026-08-05T19:26:14.286Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-05T19:26:14.289Z+ cargo tree --locked
1032026-08-05T19:26:14.471Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-05T19:26:14.772Z Updating crates.io index
1052026-08-05T19:26:14.775Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-05T19:26:15.037Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-05T19:26:15.434Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-05T19:26:16.595Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-05T19:26:17.113Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-05T19:26:19.381Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-05T19:26:20.260Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-05T19:26:20.528Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-05T19:26:20.914Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-05T19:26:22.125Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-05T19:26:22.408Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-05T19:26:22.802Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-08-05T19:26:23.091Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-05T19:26:23.536Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-08-05T19:26:24.099Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-08-05T19:26:24.378Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-05T19:26:24.631Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-05T19:26:24.931Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-05T19:26:25.296Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-08-05T19:26:25.572Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-08-05T19:26:25.856Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-08-05T19:26:26.106Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-08-05T19:26:26.544Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-08-05T19:26:26.938Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-05T19:26:27.206Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-05T19:26:27.610Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-05T19:26:27.913Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-05T19:26:28.344Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-05T19:26:28.646Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-05T19:26:28.987Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-05T19:26:29.361Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-05T19:26:29.782Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-08-05T19:26:30.186Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-05T19:26:30.466Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-05T19:26:30.780Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-05T19:26:31.076Z Updating git repository `https://github.com/oxidecomputer/tough`
1412026-08-05T19:26:31.612Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-05T19:26:31.874Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-05T19:26:32.217Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-05T19:26:32.492Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-05T19:26:32.836Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-05T19:26:33.089Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-05T19:26:35.682Z Downloading crates ...
1482026-08-05T19:26:35.759Z Downloaded defmt v0.3.100
1492026-08-05T19:26:35.763Z Downloaded chumsky v0.9.3
1502026-08-05T19:26:35.772Z Downloaded clap_builder v4.6.0
1512026-08-05T19:26:35.775Z Downloaded constant_time_eq v0.4.2
1522026-08-05T19:26:35.778Z Downloaded crc v3.4.0
1532026-08-05T19:26:35.779Z Downloaded console v0.16.2
1542026-08-05T19:26:35.782Z Downloaded home v0.5.12
1552026-08-05T19:26:35.785Z Downloaded clang-sys v1.8.1
1562026-08-05T19:26:35.790Z Downloaded cpufeatures v0.3.0
1572026-08-05T19:26:35.794Z Downloaded hashbrown v0.14.5
1582026-08-05T19:26:35.804Z Downloaded criterion v0.7.0
1592026-08-05T19:26:35.808Z Downloaded curve25519-dalek-derive v0.1.1
1602026-08-05T19:26:35.811Z Downloaded darling v0.13.4
1612026-08-05T19:26:35.818Z Downloaded const_format v0.2.35
1622026-08-05T19:26:35.823Z Downloaded crc-catalog v2.4.0
1632026-08-05T19:26:35.827Z Downloaded ciborium-io v0.2.2
1642026-08-05T19:26:35.830Z Downloaded hickory-resolver v0.25.2
1652026-08-05T19:26:35.833Z Downloaded compression-core v0.4.31
1662026-08-05T19:26:35.833Z Downloaded crunchy v0.2.4
1672026-08-05T19:26:35.833Z Downloaded crypto-common v0.2.2
1682026-08-05T19:26:35.838Z Downloaded convert_case v0.4.0
1692026-08-05T19:26:35.841Z Downloaded indexmap v2.14.0
1702026-08-05T19:26:35.841Z Downloaded hex v0.4.3
1712026-08-05T19:26:35.846Z Downloaded ingot-types v0.2.0
1722026-08-05T19:26:35.846Z Downloaded cpufeatures v0.2.17
1732026-08-05T19:26:35.846Z Downloaded half v1.8.3
1742026-08-05T19:26:35.846Z Downloaded ident_case v1.0.1
1752026-08-05T19:26:35.846Z Downloaded instability v0.3.11
1762026-08-05T19:26:35.846Z Downloaded is-terminal v0.4.17
1772026-08-05T19:26:35.846Z Downloaded cpubits v0.1.1
1782026-08-05T19:26:35.850Z Downloaded darling_macro v0.13.4
1792026-08-05T19:26:35.850Z Downloaded cstr-argument v0.1.2
1802026-08-05T19:26:35.850Z Downloaded half v2.7.1
1812026-08-05T19:26:35.854Z Downloaded darling_macro v0.20.11
1822026-08-05T19:26:35.854Z Downloaded illumos-nvpair v0.3.0
1832026-08-05T19:26:35.854Z Downloaded deranged v0.5.8
1842026-08-05T19:26:35.858Z Downloaded daft-derive v0.1.7
1852026-08-05T19:26:35.858Z Downloaded hashbrown v0.17.0
1862026-08-05T19:26:35.861Z Downloaded constant_time_eq v0.3.1
1872026-08-05T19:26:35.865Z Downloaded impl-trait-for-tuples v0.2.3
1882026-08-05T19:26:35.868Z Downloaded inout v0.2.2
1892026-08-05T19:26:35.868Z Downloaded ascii-canvas v3.0.0
1902026-08-05T19:26:35.871Z Downloaded hickory-resolver v0.24.4
1912026-08-05T19:26:35.876Z Downloaded crc8 v0.1.1
1922026-08-05T19:26:35.879Z Downloaded darling_macro v0.23.0
1932026-08-05T19:26:35.880Z Downloaded hostname v0.3.1
1942026-08-05T19:26:35.880Z Downloaded http-body-util v0.1.3
1952026-08-05T19:26:35.880Z Downloaded crypto-common v0.1.7
1962026-08-05T19:26:35.883Z Downloaded derive_builder_macro v0.20.2
1972026-08-05T19:26:35.883Z Downloaded darling_macro v0.21.3
1982026-08-05T19:26:35.883Z Downloaded headers-core v0.3.0
1992026-08-05T19:26:35.883Z Downloaded http-range v0.1.5
2002026-08-05T19:26:35.886Z Downloaded clap_lex v1.0.0
2012026-08-05T19:26:35.886Z Downloaded group v0.13.0
2022026-08-05T19:26:35.886Z Downloaded hash32 v0.3.1
2032026-08-05T19:26:35.886Z Downloaded indent_write v2.2.0
2042026-08-05T19:26:35.889Z Downloaded internet-checksum v0.2.1
2052026-08-05T19:26:35.889Z Downloaded colorchoice v1.0.4
2062026-08-05T19:26:35.892Z Downloaded debug-ignore v1.0.5
2072026-08-05T19:26:35.892Z Downloaded heck v0.5.0
2082026-08-05T19:26:35.897Z Downloaded defmt-parser v1.0.0
2092026-08-05T19:26:35.897Z Downloaded globwalk v0.9.1
2102026-08-05T19:26:35.897Z Downloaded ciborium-ll v0.2.2
2112026-08-05T19:26:35.903Z Downloaded hubpack v0.1.2
2122026-08-05T19:26:35.903Z Downloaded hubpack_derive v0.1.1
2132026-08-05T19:26:35.903Z Downloaded crucible-workspace-hack v0.1.0
2142026-08-05T19:26:35.907Z Downloaded guppy-workspace-hack v0.1.0
2152026-08-05T19:26:35.907Z Downloaded hex-literal v0.4.1
2162026-08-05T19:26:35.910Z Downloaded cmov v0.5.4
2172026-08-05T19:26:35.910Z Downloaded instant v0.1.13
2182026-08-05T19:26:35.910Z Downloaded http-body v1.0.1
2192026-08-05T19:26:35.910Z Downloaded data-encoding v2.10.0
2202026-08-05T19:26:35.914Z Downloaded delegate v0.13.5
2212026-08-05T19:26:35.914Z Downloaded cipher v0.4.4
2222026-08-05T19:26:35.914Z Downloaded critical-section v1.2.0
2232026-08-05T19:26:35.914Z Downloaded ctr v0.10.1
2242026-08-05T19:26:35.917Z Downloaded idna_adapter v1.2.1
2252026-08-05T19:26:35.920Z Downloaded hostname v0.4.2
2262026-08-05T19:26:35.923Z Downloaded hybrid-array v0.4.13
2272026-08-05T19:26:35.926Z Downloaded cookie v0.18.1
2282026-08-05T19:26:35.926Z Downloaded addr2line v0.25.1
2292026-08-05T19:26:35.926Z Downloaded cipher v0.5.2
2302026-08-05T19:26:35.930Z Downloaded defmt v1.0.1
2312026-08-05T19:26:35.930Z Downloaded cfg-if v1.0.4
2322026-08-05T19:26:35.930Z Downloaded atomic-waker v1.1.2
2332026-08-05T19:26:35.933Z Downloaded cfg_aliases v0.2.1
2342026-08-05T19:26:35.936Z Downloaded bcrypt-pbkdf v0.11.0
2352026-08-05T19:26:35.936Z Downloaded bit-set v0.8.0
2362026-08-05T19:26:35.936Z Downloaded highway v1.3.0
2372026-08-05T19:26:35.939Z Downloaded ipnetwork v0.21.1
2382026-08-05T19:26:35.940Z Downloaded cargo-platform v0.3.2
2392026-08-05T19:26:35.940Z Downloaded git-stub v1.0.0
2402026-08-05T19:26:35.950Z Downloaded cast v0.3.0
2412026-08-05T19:26:35.950Z Downloaded openssl-probe v0.1.6
2422026-08-05T19:26:35.950Z Downloaded parking v2.2.1
2432026-08-05T19:26:35.950Z Downloaded glob v0.3.3
2442026-08-05T19:26:35.950Z Downloaded hyper-staticfile v0.10.1
2452026-08-05T19:26:35.953Z Downloaded csv-core v0.1.13
2462026-08-05T19:26:35.953Z Downloaded globset v0.4.18
2472026-08-05T19:26:35.953Z Downloaded cobs v0.3.0
2482026-08-05T19:26:35.953Z Downloaded criterion-plot v0.6.0
2492026-08-05T19:26:35.953Z Downloaded crossbeam-deque v0.8.6
2502026-08-05T19:26:35.958Z Downloaded indoc v2.0.7
2512026-08-05T19:26:35.958Z Downloaded derive-ex v0.1.8
2522026-08-05T19:26:35.961Z Downloaded compression-codecs v0.4.37
2532026-08-05T19:26:35.961Z Downloaded derive_builder_core v0.20.2
2542026-08-05T19:26:35.965Z Downloaded httparse v1.10.1
2552026-08-05T19:26:35.965Z Downloaded humantime v2.3.0
2562026-08-05T19:26:35.968Z Downloaded convert_case v0.10.0
2572026-08-05T19:26:35.968Z Downloaded ctutils v0.4.2
2582026-08-05T19:26:35.968Z Downloaded concurrent-queue v2.5.0
2592026-08-05T19:26:35.974Z Downloaded progenitor-client v0.14.0
2602026-08-05T19:26:35.977Z Downloaded path-slash v0.1.5
2612026-08-05T19:26:35.977Z Downloaded clap_derive v4.6.1
2622026-08-05T19:26:35.983Z Downloaded colored v2.2.0
2632026-08-05T19:26:35.986Z Downloaded corncobs v0.1.4
2642026-08-05T19:26:35.986Z Downloaded datatest-stable v0.3.3
2652026-08-05T19:26:35.986Z Downloaded hmac v0.12.1
2662026-08-05T19:26:35.986Z Downloaded hyper-rustls v0.27.7
2672026-08-05T19:26:35.989Z Downloaded der_derive v0.7.3
2682026-08-05T19:26:35.989Z Downloaded ipnet v2.11.0
2692026-08-05T19:26:35.993Z Downloaded hickory-client v0.25.2
2702026-08-05T19:26:35.996Z Downloaded anstyle-parse v0.2.7
2712026-08-05T19:26:35.996Z Downloaded predicates-tree v1.0.13
2722026-08-05T19:26:35.996Z Downloaded proc-macro-error-attr2 v2.0.0
2732026-08-05T19:26:36.002Z Downloaded recursive-proc-macro-impl v0.1.1
2742026-08-05T19:26:36.006Z Downloaded packed_struct v0.10.1
2752026-08-05T19:26:36.006Z Downloaded radium v0.7.0
2762026-08-05T19:26:36.010Z Downloaded progenitor-client v0.13.0
2772026-08-05T19:26:36.015Z Downloaded sapling-renderdag v0.1.0
2782026-08-05T19:26:36.019Z Downloaded hyper-tls v0.6.0
2792026-08-05T19:26:36.022Z Downloaded hash32 v0.2.1
2802026-08-05T19:26:36.022Z Downloaded signal-hook-mio v0.2.5
2812026-08-05T19:26:36.022Z Downloaded colored v3.1.1
2822026-08-05T19:26:36.025Z Downloaded crossbeam-epoch v0.9.18
2832026-08-05T19:26:36.025Z Downloaded daft v0.1.7
2842026-08-05T19:26:36.028Z Downloaded peg v0.8.5
2852026-08-05T19:26:36.028Z Downloaded progenitor v0.13.0
2862026-08-05T19:26:36.031Z Downloaded progenitor v0.14.0
2872026-08-05T19:26:36.031Z Downloaded console v0.15.11
2882026-08-05T19:26:36.031Z Downloaded derive_builder v0.20.2
2892026-08-05T19:26:36.034Z Downloaded cmake v0.1.57
2902026-08-05T19:26:36.037Z Downloaded const-oid v0.9.6
2912026-08-05T19:26:36.037Z Downloaded ahash v0.8.12
2922026-08-05T19:26:36.037Z Downloaded const_format_proc_macros v0.2.34
2932026-08-05T19:26:36.041Z Downloaded defmt-macros v1.0.1
2942026-08-05T19:26:36.044Z Downloaded darling v0.21.3
2952026-08-05T19:26:36.047Z Downloaded oxide-update-engine v0.1.2
2962026-08-05T19:26:36.047Z Downloaded partial-io v0.5.4
2972026-08-05T19:26:36.051Z Downloaded semver v0.1.20
2982026-08-05T19:26:36.051Z Downloaded secrecy v0.10.3
2992026-08-05T19:26:36.051Z Downloaded serde_urlencoded v0.7.1
3002026-08-05T19:26:36.051Z Downloaded async-recursion v1.1.1
3012026-08-05T19:26:36.054Z Downloaded sha1 v0.11.0
3022026-08-05T19:26:36.054Z Downloaded slog-envlogger v2.2.0
3032026-08-05T19:26:36.054Z Downloaded pem-rfc7468 v0.7.0
3042026-08-05T19:26:36.054Z Downloaded cookie_store v0.22.1
3052026-08-05T19:26:36.058Z Downloaded once_cell v1.21.3
3062026-08-05T19:26:36.058Z Downloaded hex-literal v1.1.0
3072026-08-05T19:26:36.058Z Downloaded darling v0.20.11
3082026-08-05T19:26:36.060Z Downloaded icu_properties v2.1.2
3092026-08-05T19:26:36.060Z Downloaded rand_core v0.10.0
3102026-08-05T19:26:36.063Z Downloaded anyhow v1.0.102
3112026-08-05T19:26:36.068Z Downloaded inout v0.1.4
3122026-08-05T19:26:36.068Z Downloaded postgres-protocol v0.6.10
3132026-08-05T19:26:36.069Z Downloaded structmeta v0.3.0
3142026-08-05T19:26:36.072Z Downloaded subtle v2.6.1
3152026-08-05T19:26:36.072Z Downloaded indoc v1.0.9
3162026-08-05T19:26:36.075Z Downloaded cfg_aliases v0.1.1
3172026-08-05T19:26:36.075Z Downloaded async-bb8-diesel v0.2.1
3182026-08-05T19:26:36.078Z Downloaded heck v0.4.1
3192026-08-05T19:26:36.083Z Downloaded rand_core v0.9.5
3202026-08-05T19:26:36.087Z Downloaded tabwriter v1.4.1
3212026-08-05T19:26:36.087Z Downloaded supports-color v3.0.2
3222026-08-05T19:26:36.090Z Downloaded crc32fast v1.5.0
3232026-08-05T19:26:36.093Z Downloaded blake2 v0.10.6
3242026-08-05T19:26:36.093Z Downloaded group v0.14.0
3252026-08-05T19:26:36.093Z Downloaded parking_lot_core v0.9.12
3262026-08-05T19:26:36.098Z Downloaded rustc-demangle v0.1.27
3272026-08-05T19:26:36.098Z Downloaded rustversion v1.0.22
3282026-08-05T19:26:36.099Z Downloaded rusty-fork v0.3.1
3292026-08-05T19:26:36.103Z Downloaded httpdate v1.0.3
3302026-08-05T19:26:36.103Z Downloaded pkcs8 v0.10.2
3312026-08-05T19:26:36.103Z Downloaded crossbeam-utils v0.8.21
3322026-08-05T19:26:36.103Z Downloaded ingot v0.2.1
3332026-08-05T19:26:36.103Z Downloaded scroll v0.13.0
3342026-08-05T19:26:36.103Z Downloaded git-stub-vcs v0.1.0
3352026-08-05T19:26:36.103Z Downloaded signal-hook-registry v1.4.8
3362026-08-05T19:26:36.104Z Downloaded clap v4.6.1
3372026-08-05T19:26:36.107Z Downloaded darling v0.23.0
3382026-08-05T19:26:36.111Z Downloaded derive-where v1.6.0
3392026-08-05T19:26:36.114Z Downloaded tokio-macros v2.7.0
3402026-08-05T19:26:36.114Z Downloaded sha2 v0.10.9
3412026-08-05T19:26:36.114Z Downloaded try-lock v0.2.5
3422026-08-05T19:26:36.117Z Downloaded heapless v0.8.0
3432026-08-05T19:26:36.117Z Downloaded indicatif v0.18.4
3442026-08-05T19:26:36.120Z Downloaded slog-json v2.6.1
3452026-08-05T19:26:36.120Z Downloaded crc-any v2.5.0
3462026-08-05T19:26:36.120Z Downloaded slog-dtrace v0.3.0
3472026-08-05T19:26:36.123Z Downloaded ciborium v0.2.2
3482026-08-05T19:26:36.123Z Downloaded pest_derive v2.8.6
3492026-08-05T19:26:36.128Z Downloaded time-core v0.1.8
3502026-08-05T19:26:36.128Z Downloaded terminal_size v0.1.17
3512026-08-05T19:26:36.132Z Downloaded toml_write v0.1.2
3522026-08-05T19:26:36.136Z Downloaded unicode-linebreak v0.1.5
3532026-08-05T19:26:36.136Z Downloaded unarray v0.1.4
3542026-08-05T19:26:36.136Z Downloaded icu_provider v2.1.1
3552026-08-05T19:26:36.143Z Downloaded static_assertions v1.1.0
3562026-08-05T19:26:36.148Z Downloaded blake2 v0.11.0-rc.6
3572026-08-05T19:26:36.148Z Downloaded postcard v1.1.3
3582026-08-05T19:26:36.151Z Downloaded pkcs1 v0.8.0-rc.4
3592026-08-05T19:26:36.151Z Downloaded unicode-truncate v1.1.0
3602026-08-05T19:26:36.154Z Downloaded unit-prefix v0.5.2
3612026-08-05T19:26:36.154Z Downloaded illumos-nvpair-sys v0.2.0
3622026-08-05T19:26:36.154Z Downloaded usdt v0.5.0
3632026-08-05T19:26:36.154Z Downloaded void v1.0.2
3642026-08-05T19:26:36.155Z Downloaded waitgroup v0.1.2
3652026-08-05T19:26:36.158Z Downloaded zone_cfg_derive v0.3.1
3662026-08-05T19:26:36.163Z Downloaded byteorder v1.5.0
3672026-08-05T19:26:36.163Z Downloaded dof v0.3.0
3682026-08-05T19:26:36.166Z Downloaded primefield v0.14.0
3692026-08-05T19:26:36.166Z Downloaded relative-path v1.9.3
3702026-08-05T19:26:36.169Z Downloaded serde_repr v0.1.20
3712026-08-05T19:26:36.169Z Downloaded dirs-sys-next v0.1.2
3722026-08-05T19:26:36.169Z Downloaded dsl_auto_type v0.2.0
3732026-08-05T19:26:36.169Z Downloaded dunce v1.0.5
3742026-08-05T19:26:36.172Z Downloaded polyval v0.7.1
3752026-08-05T19:26:36.173Z Downloaded darling_core v0.13.4
3762026-08-05T19:26:36.176Z Downloaded const-oid v0.10.2
3772026-08-05T19:26:36.176Z Downloaded ssh-encoding v0.3.0
3782026-08-05T19:26:36.179Z Downloaded darling_core v0.20.11
3792026-08-05T19:26:36.182Z Downloaded serde_cbor v0.11.2
3802026-08-05T19:26:36.182Z Downloaded sqlformat v0.3.5
3812026-08-05T19:26:36.185Z Downloaded strum_macros v0.24.3
3822026-08-05T19:26:36.185Z Downloaded tokio-dtrace v0.1.1
3832026-08-05T19:26:36.189Z Downloaded darling_core v0.23.0
3842026-08-05T19:26:36.191Z Downloaded event-listener-strategy v0.5.4
3852026-08-05T19:26:36.192Z Downloaded darling_core v0.21.3
3862026-08-05T19:26:36.195Z Downloaded foreign-types-shared v0.1.1
3872026-08-05T19:26:36.198Z Downloaded icu_normalizer_data v2.1.1
3882026-08-05T19:26:36.202Z Downloaded pkcs5 v0.8.1
3892026-08-05T19:26:36.202Z Downloaded target-lexicon v0.13.3
3902026-08-05T19:26:36.205Z Downloaded thiserror v1.0.69
3912026-08-05T19:26:36.209Z Downloaded thread_local v1.1.9
3922026-08-05T19:26:36.209Z Downloaded compact_str v0.8.1
3932026-08-05T19:26:36.209Z Downloaded tokio-tungstenite v0.23.1
3942026-08-05T19:26:36.212Z Downloaded gethostname v0.5.0
3952026-08-05T19:26:36.212Z Downloaded serde_with_macros v3.21.0
3962026-08-05T19:26:36.212Z Downloaded hmac v0.13.0
3972026-08-05T19:26:36.212Z Downloaded managed v0.8.0
3982026-08-05T19:26:36.215Z Downloaded snafu-derive v0.8.9
3992026-08-05T19:26:36.215Z Downloaded maplit v1.0.2
4002026-08-05T19:26:36.215Z Downloaded multimap v0.10.1
4012026-08-05T19:26:36.215Z Downloaded num-derive v0.4.2
4022026-08-05T19:26:36.215Z Downloaded float-ord v0.3.2
4032026-08-05T19:26:36.218Z Downloaded num_enum_derive v0.5.11
4042026-08-05T19:26:36.219Z Downloaded futures-macro v0.3.32
4052026-08-05T19:26:36.219Z Downloaded is_ci v1.2.0
4062026-08-05T19:26:36.219Z Downloaded lru-slab v0.1.2
4072026-08-05T19:26:36.223Z Downloaded usdt-impl v0.5.0
4082026-08-05T19:26:36.223Z Downloaded whoami v2.1.0
4092026-08-05T19:26:36.226Z Downloaded rstest v0.25.0
4102026-08-05T19:26:36.226Z Downloaded iana-time-zone v0.1.65
4112026-08-05T19:26:36.229Z Downloaded cfg-expr v0.20.6
4122026-08-05T19:26:36.229Z Downloaded pest_meta v2.8.6
4132026-08-05T19:26:36.234Z Downloaded match_cfg v0.1.0
4142026-08-05T19:26:36.237Z Downloaded yoke-derive v0.8.1
4152026-08-05T19:26:36.237Z Downloaded bitfield-macros v0.19.4
4162026-08-05T19:26:36.237Z Downloaded uzers v0.12.2
4172026-08-05T19:26:36.240Z Downloaded usdt-impl v0.6.0
4182026-08-05T19:26:36.240Z Downloaded zeroize v1.9.0
4192026-08-05T19:26:36.243Z Downloaded zerovec-derive v0.11.2
4202026-08-05T19:26:36.243Z Downloaded argon2 v0.6.0-rc.8
4212026-08-05T19:26:36.243Z Downloaded httptest v0.16.4
4222026-08-05T19:26:36.243Z Downloaded ingot-macros v0.2.0
4232026-08-05T19:26:36.246Z Downloaded pest_generator v2.8.6
4242026-08-05T19:26:36.247Z Downloaded crossbeam-channel v0.5.15
4252026-08-05T19:26:36.250Z Downloaded crypto-bigint v0.5.5
4262026-08-05T19:26:36.253Z Downloaded erased-serde v0.3.31
4272026-08-05T19:26:36.256Z Downloaded digest v0.10.7
4282026-08-05T19:26:36.256Z Downloaded nibble_vec v0.1.0
4292026-08-05T19:26:36.256Z Downloaded newtype_derive v0.1.6
4302026-08-05T19:26:36.259Z Downloaded array-init v0.0.4
4312026-08-05T19:26:36.259Z Downloaded anstyle-query v1.1.5
4322026-08-05T19:26:36.259Z Downloaded der v0.7.10
4332026-08-05T19:26:36.263Z Downloaded ed25519 v3.0.0
4342026-08-05T19:26:36.271Z Downloaded ena v0.14.4
4352026-08-05T19:26:36.271Z Downloaded enum_dispatch v0.3.13
4362026-08-05T19:26:36.271Z Downloaded hashbrown v0.12.3
4372026-08-05T19:26:36.274Z Downloaded fastrand v2.3.0
4382026-08-05T19:26:36.274Z Downloaded fixedbitset v0.5.7
4392026-08-05T19:26:36.274Z Downloaded base16ct v0.2.0
4402026-08-05T19:26:36.274Z Downloaded fs-err v3.3.0
4412026-08-05T19:26:36.274Z Downloaded prettyplease v0.2.37
4422026-08-05T19:26:36.275Z Downloaded thiserror-impl v2.0.18
4432026-08-05T19:26:36.277Z Downloaded knuffel-derive v3.2.0
4442026-08-05T19:26:36.277Z Downloaded derive_more v0.99.20
4452026-08-05T19:26:36.280Z Downloaded signal-hook v0.3.18
4462026-08-05T19:26:36.284Z Downloaded indexmap v1.9.3
4472026-08-05T19:26:36.284Z Downloaded block-buffer v0.10.4
4482026-08-05T19:26:36.287Z Downloaded opaque-debug v0.3.1
4492026-08-05T19:26:36.287Z Downloaded pathdiff v0.2.3
4502026-08-05T19:26:36.287Z Downloaded block-buffer v0.12.1
4512026-08-05T19:26:36.287Z Downloaded openssl-macros v0.1.1
4522026-08-05T19:26:36.287Z Downloaded parse-display v0.10.0
4532026-08-05T19:26:36.291Z Downloaded ignore v0.4.25
4542026-08-05T19:26:36.301Z Downloaded libefi-sys v0.1.0
4552026-08-05T19:26:36.305Z Downloaded nanorand v0.7.0
4562026-08-05T19:26:36.309Z Downloaded zerocopy v0.6.6
4572026-08-05T19:26:36.313Z Downloaded des v0.9.0
4582026-08-05T19:26:36.316Z Downloaded pin-project v1.1.11
4592026-08-05T19:26:36.321Z Downloaded bumpalo v3.20.2
4602026-08-05T19:26:36.324Z Downloaded p256 v0.14.0
4612026-08-05T19:26:36.324Z Downloaded headers v0.4.1
4622026-08-05T19:26:36.326Z Downloaded progenitor-macro v0.13.0
4632026-08-05T19:26:36.327Z Downloaded progenitor-macro v0.14.0
4642026-08-05T19:26:36.329Z Downloaded rand_chacha v0.3.1
4652026-08-05T19:26:36.332Z Downloaded test-strategy v0.4.5
4662026-08-05T19:26:36.335Z Downloaded argon2 v0.5.3
4672026-08-05T19:26:36.335Z Downloaded bitflags v1.3.2
4682026-08-05T19:26:36.338Z Downloaded anstream v0.6.21
4692026-08-05T19:26:36.338Z Downloaded scopeguard v1.2.0
4702026-08-05T19:26:36.338Z Downloaded async-trait v0.1.89
4712026-08-05T19:26:36.357Z Downloaded sha1 v0.10.6
4722026-08-05T19:26:36.357Z Downloaded shell-words v1.1.1
4732026-08-05T19:26:36.357Z Downloaded toml v1.1.2+spec-1.1.0
4742026-08-05T19:26:36.357Z Downloaded typify v0.6.2
4752026-08-05T19:26:36.357Z Downloaded der v0.8.0
4762026-08-05T19:26:36.357Z Downloaded futures-channel v0.3.32
4772026-08-05T19:26:36.357Z Downloaded mime_guess v2.0.5
4782026-08-05T19:26:36.357Z Downloaded scuffle v0.1.0
4792026-08-05T19:26:36.357Z Downloaded parking_lot_core v0.8.6
4802026-08-05T19:26:36.357Z Downloaded bb8 v0.8.6
4812026-08-05T19:26:36.357Z Downloaded camino-tempfile v1.4.1
4822026-08-05T19:26:36.361Z Downloaded oorandom v11.1.5
4832026-08-05T19:26:36.361Z Downloaded phf v0.12.1
4842026-08-05T19:26:36.361Z Downloaded phf v0.13.1
4852026-08-05T19:26:36.361Z Downloaded strsim v0.11.1
4862026-08-05T19:26:36.361Z Downloaded structmeta-derive v0.3.0
4872026-08-05T19:26:36.364Z Downloaded smawk v0.3.2
4882026-08-05T19:26:36.364Z Downloaded strsim v0.10.0
4892026-08-05T19:26:36.367Z Downloaded backtrace v0.3.76
4902026-08-05T19:26:36.370Z Downloaded supports-color v2.1.0
4912026-08-05T19:26:36.370Z Downloaded tagptr v0.2.0
4922026-08-05T19:26:36.370Z Downloaded take_mut v0.2.2
4932026-08-05T19:26:36.373Z Downloaded tungstenite v0.23.0
4942026-08-05T19:26:36.375Z Downloaded icu_locale_core v2.1.1
4952026-08-05T19:26:36.378Z Downloaded guppy v0.17.25
4962026-08-05T19:26:36.381Z Downloaded base64 v0.21.7
4972026-08-05T19:26:36.385Z Downloaded jobserver v0.1.34
4982026-08-05T19:26:36.385Z Downloaded litemap v0.8.1
4992026-08-05T19:26:36.385Z Downloaded pkg-config v0.3.32
5002026-08-05T19:26:36.388Z Downloaded port-file v0.1.0
5012026-08-05T19:26:36.388Z Downloaded supports-hyperlinks v2.1.0
5022026-08-05T19:26:36.388Z Downloaded snafu v0.8.9
5032026-08-05T19:26:36.391Z Downloaded icu_normalizer v2.1.1
5042026-08-05T19:26:36.394Z Downloaded proc-macro-crate v3.4.0
5052026-08-05T19:26:36.394Z Downloaded predicates v3.1.4
5062026-08-05T19:26:36.398Z Downloaded testing_table v0.3.0
5072026-08-05T19:26:36.398Z Downloaded thiserror-impl-no-std v2.0.2
5082026-08-05T19:26:36.402Z Downloaded heapless v0.7.17
5092026-08-05T19:26:36.407Z Downloaded untrusted v0.9.0
5102026-08-05T19:26:36.410Z Downloaded bcs v0.1.6
5112026-08-05T19:26:36.410Z Downloaded serde-hex v0.1.0
5122026-08-05T19:26:36.413Z Downloaded serde_derive_internals v0.29.1
5132026-08-05T19:26:36.413Z Downloaded typify-macro v0.6.2
5142026-08-05T19:26:36.413Z Downloaded utf8parse v0.2.2
5152026-08-05T19:26:36.413Z Downloaded version_check v0.9.5
5162026-08-05T19:26:36.416Z Downloaded utf8_iter v1.0.4
5172026-08-05T19:26:36.416Z Downloaded zerofrom-derive v0.1.6
5182026-08-05T19:26:36.416Z Downloaded fatfs v0.3.6
5192026-08-05T19:26:36.419Z Downloaded async-lock v3.4.2
5202026-08-05T19:26:36.422Z Downloaded rand v0.9.2
5212026-08-05T19:26:36.425Z Downloaded getrandom v0.4.1
5222026-08-05T19:26:36.430Z Downloaded spki v0.8.0
5232026-08-05T19:26:36.433Z Downloaded smf v0.2.3
5242026-08-05T19:26:36.433Z Downloaded string_cache v0.8.9
5252026-08-05T19:26:36.437Z Downloaded pem v3.0.6
5262026-08-05T19:26:36.440Z Downloaded scrypt v0.12.0
5272026-08-05T19:26:36.440Z Downloaded pem-rfc7468 v1.0.0
5282026-08-05T19:26:36.443Z Downloaded diesel_table_macro_syntax v0.3.0
5292026-08-05T19:26:36.443Z Downloaded document-features v0.2.12
5302026-08-05T19:26:36.446Z Downloaded hashbrown v0.16.1
5312026-08-05T19:26:36.448Z Downloaded steno v0.4.1
5322026-08-05T19:26:36.452Z Downloaded equivalent v1.0.2
5332026-08-05T19:26:36.452Z Downloaded dtrace-parser v0.3.0
5342026-08-05T19:26:36.452Z Downloaded embedded-io v0.4.0
5352026-08-05T19:26:36.452Z Downloaded omicron-zone-package v0.12.3
5362026-08-05T19:26:36.455Z Downloaded poly1305 v0.9.0
5372026-08-05T19:26:36.455Z Downloaded termcolor v1.4.1
5382026-08-05T19:26:36.455Z Downloaded futures-task v0.3.32
5392026-08-05T19:26:36.455Z Downloaded ml-kem v0.3.2
5402026-08-05T19:26:36.457Z Downloaded yansi v1.0.1
5412026-08-05T19:26:36.457Z Downloaded thiserror-impl v1.0.69
5422026-08-05T19:26:36.460Z Downloaded tar v0.4.46
5432026-08-05T19:26:36.464Z Downloaded is_terminal_polyfill v1.70.2
5442026-08-05T19:26:36.467Z Downloaded toml_writer v1.1.1+spec-1.1.0
5452026-08-05T19:26:36.467Z Downloaded elliptic-curve v0.13.8
5462026-08-05T19:26:36.470Z Downloaded rustls-native-certs v0.8.3
5472026-08-05T19:26:36.470Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5482026-08-05T19:26:36.470Z Downloaded unicode-xid v0.2.6
5492026-08-05T19:26:36.470Z Downloaded form_urlencoded v1.2.2
5502026-08-05T19:26:36.473Z Downloaded crossterm v0.28.1
5512026-08-05T19:26:36.476Z Downloaded zip v0.6.6
5522026-08-05T19:26:36.480Z Downloaded memoffset v0.9.1
5532026-08-05T19:26:36.483Z Downloaded nested v0.1.1
5542026-08-05T19:26:36.483Z Downloaded num_threads v0.1.7
5552026-08-05T19:26:36.486Z Downloaded fnv v1.0.7
5562026-08-05T19:26:36.486Z Downloaded futures-core v0.3.32
5572026-08-05T19:26:36.486Z Downloaded newtype-uuid-macros v0.1.0
5582026-08-05T19:26:36.486Z Downloaded md-5 v0.10.6
5592026-08-05T19:26:36.490Z Downloaded rand_chacha v0.9.0
5602026-08-05T19:26:36.490Z Downloaded assert-json-diff v2.0.2
5612026-08-05T19:26:36.490Z Downloaded flume v0.11.1
5622026-08-05T19:26:36.493Z Downloaded walkdir v2.5.0
5632026-08-05T19:26:36.493Z Downloaded hashbrown v0.15.5
5642026-08-05T19:26:36.497Z Downloaded hickory-server v0.25.2
5652026-08-05T19:26:36.497Z Downloaded iri-string v0.7.10
5662026-08-05T19:26:36.500Z Downloaded camino v1.2.2
5672026-08-05T19:26:36.503Z Downloaded icu_collections v2.1.1
5682026-08-05T19:26:36.506Z Downloaded toml_edit v0.19.15
5692026-08-05T19:26:36.513Z Downloaded libscf-sys v1.2.0
5702026-08-05T19:26:36.516Z Downloaded itoa v1.0.17
5712026-08-05T19:26:36.516Z Downloaded knuffel v3.2.0
5722026-08-05T19:26:36.516Z Downloaded spki v0.7.3
5732026-08-05T19:26:36.519Z Downloaded async-object-pool v0.2.0
5742026-08-05T19:26:36.519Z Downloaded rust-argon2 v2.1.0
5752026-08-05T19:26:36.519Z Downloaded crossterm v0.29.0
5762026-08-05T19:26:36.522Z Downloaded semver v1.0.28
5772026-08-05T19:26:36.526Z Downloaded pkcs8 v0.11.0
5782026-08-05T19:26:36.526Z Downloaded ed25519 v2.2.3
5792026-08-05T19:26:36.529Z Downloaded idna v1.1.0
5802026-08-05T19:26:36.529Z Downloaded slog-async v2.8.0
5812026-08-05T19:26:36.529Z Downloaded yoke v0.8.1
5822026-08-05T19:26:36.529Z Downloaded atty v0.2.14
5832026-08-05T19:26:36.532Z Downloaded unicode_categories v0.1.1
5842026-08-05T19:26:36.532Z Downloaded block-padding v0.4.2
5852026-08-05T19:26:36.532Z Downloaded hyper-util v0.1.20
5862026-08-05T19:26:36.535Z Downloaded toml_parser v1.1.2+spec-1.1.0
5872026-08-05T19:26:36.535Z Downloaded foldhash v0.1.5
5882026-08-05T19:26:36.538Z Downloaded schemars v1.2.1
5892026-08-05T19:26:36.544Z Downloaded tinytemplate v1.2.1
5902026-08-05T19:26:36.547Z Downloaded ff v0.14.0
5912026-08-05T19:26:36.547Z Downloaded phf_shared v0.11.3
5922026-08-05T19:26:36.547Z Downloaded num-traits v0.2.19
5932026-08-05T19:26:36.550Z Downloaded tokio-stream v0.1.18
5942026-08-05T19:26:36.550Z Downloaded ryu v1.0.23
5952026-08-05T19:26:36.553Z Downloaded password-hash v0.6.1
5962026-08-05T19:26:36.553Z Downloaded hashbrown v0.13.2
5972026-08-05T19:26:36.556Z Downloaded internal-russh-num-bigint v0.5.0
5982026-08-05T19:26:36.559Z Downloaded serde_derive v1.0.228
5992026-08-05T19:26:36.559Z Downloaded progenitor-impl v0.14.0
6002026-08-05T19:26:36.562Z Downloaded num-conv v0.2.0
6012026-08-05T19:26:36.562Z Downloaded tokio-rustls v0.26.4
6022026-08-05T19:26:36.562Z Downloaded num_enum v0.5.11
6032026-08-05T19:26:36.566Z Downloaded powerfmt v0.2.0
6042026-08-05T19:26:36.566Z Downloaded proc-macro-error-attr v1.0.4
6052026-08-05T19:26:36.566Z Downloaded pretty-hex v0.4.1
6062026-08-05T19:26:36.566Z Downloaded rand_pcg v0.10.2
6072026-08-05T19:26:36.569Z Downloaded aead v0.6.1
6082026-08-05T19:26:36.569Z Downloaded proc-macro2 v1.0.106
6092026-08-05T19:26:36.569Z Downloaded http v1.4.2
6102026-08-05T19:26:36.572Z Downloaded icu_properties_data v2.1.2
6112026-08-05T19:26:36.576Z Downloaded ron v0.8.1
6122026-08-05T19:26:36.578Z Downloaded hyper v1.10.1
6132026-08-05T19:26:36.583Z Downloaded similar v2.7.0
6142026-08-05T19:26:36.586Z Downloaded russh-cryptovec v0.62.0
6152026-08-05T19:26:36.586Z Downloaded russh-util v0.52.0
6162026-08-05T19:26:36.586Z Downloaded same-file v1.0.6
6172026-08-05T19:26:36.589Z Downloaded seq-macro v0.3.6
6182026-08-05T19:26:36.589Z Downloaded rfc6979 v0.6.0
6192026-08-05T19:26:36.589Z Downloaded serde_spanned v1.1.1
6202026-08-05T19:26:36.589Z Downloaded yasna v0.5.2
6212026-08-05T19:26:36.592Z Downloaded chacha20poly1305 v0.10.1
6222026-08-05T19:26:36.592Z Downloaded linear-map v1.2.0
6232026-08-05T19:26:36.592Z Downloaded lock_api v0.4.14
6242026-08-05T19:26:36.595Z Downloaded num v0.4.3
6252026-08-05T19:26:36.595Z Downloaded autocfg v1.5.0
6262026-08-05T19:26:36.595Z Downloaded signature v3.0.0
6272026-08-05T19:26:36.595Z Downloaded ff v0.13.1
6282026-08-05T19:26:36.595Z Downloaded bitfield v0.19.4
6292026-08-05T19:26:36.598Z Downloaded siphasher v1.0.2
6302026-08-05T19:26:36.598Z Downloaded tinyvec v1.10.0
6312026-08-05T19:26:36.598Z Downloaded rayon-core v1.13.0
6322026-08-05T19:26:36.601Z Downloaded diff v0.1.13
6332026-08-05T19:26:36.601Z Downloaded buf-list v1.1.2
6342026-08-05T19:26:36.604Z Downloaded slog v2.8.2
6352026-08-05T19:26:36.604Z Downloaded owo-colors v4.3.0
6362026-08-05T19:26:36.607Z Downloaded peg-macros v0.8.5
6372026-08-05T19:26:36.607Z Downloaded pin-project-lite v0.2.17
6382026-08-05T19:26:36.610Z Downloaded rsa v0.10.0-rc.18
6392026-08-05T19:26:36.613Z Downloaded target-triple v1.0.0
6402026-08-05T19:26:36.613Z Downloaded derive_more-impl v2.1.1
6412026-08-05T19:26:36.616Z Downloaded sync-ptr v0.1.4
6422026-08-05T19:26:36.616Z Downloaded sync_wrapper v1.0.2
6432026-08-05T19:26:36.616Z Downloaded tracing-core v0.1.36
6442026-08-05T19:26:36.619Z Downloaded memmap2 v0.9.10
6452026-08-05T19:26:36.619Z Downloaded utf-8 v0.7.6
6462026-08-05T19:26:36.621Z Downloaded thread-id v5.1.0
6472026-08-05T19:26:36.622Z Downloaded pretty_assertions v1.4.1
6482026-08-05T19:26:36.626Z Downloaded tinyvec_macros v0.1.1
6492026-08-05T19:26:36.629Z Downloaded tungstenite v0.21.0
6502026-08-05T19:26:36.629Z Downloaded display-error-chain v0.2.2
6512026-08-05T19:26:36.631Z Downloaded psm v0.1.30
6522026-08-05T19:26:36.631Z Downloaded hkdf v0.13.0
6532026-08-05T19:26:36.634Z Downloaded quote v1.0.45
6542026-08-05T19:26:36.634Z Downloaded zerofrom v0.1.6
6552026-08-05T19:26:36.637Z Downloaded dtrace-parser v0.2.0
6562026-08-05T19:26:36.640Z Downloaded dirs-next v2.0.0
6572026-08-05T19:26:36.640Z Downloaded rstest_macros v0.25.0
6582026-08-05T19:26:36.643Z Downloaded foreign-types-macros v0.2.3
6592026-08-05T19:26:36.646Z Downloaded aes-gcm v0.11.0
6602026-08-05T19:26:36.646Z Downloaded sec1 v0.7.3
6612026-08-05T19:26:36.649Z Downloaded proc-macro-error v1.0.4
6622026-08-05T19:26:36.652Z Downloaded futures-sink v0.3.32
6632026-08-05T19:26:36.655Z Downloaded lazy_static v1.5.0
6642026-08-05T19:26:36.657Z Downloaded bzip2 v0.4.4
6652026-08-05T19:26:36.657Z Downloaded serde_path_to_error v0.1.20
6662026-08-05T19:26:36.658Z Downloaded serdect v0.4.3
6672026-08-05T19:26:36.660Z Downloaded funty v2.0.0
6682026-08-05T19:26:36.661Z Downloaded ssh-cipher v0.3.0
6692026-08-05T19:26:36.663Z Downloaded lalrpop-util v0.19.12
6702026-08-05T19:26:36.663Z Downloaded macaddr v1.0.1
6712026-08-05T19:26:36.667Z Downloaded bzip2 v0.6.1
6722026-08-05T19:26:36.667Z Downloaded oxnet v0.1.6
6732026-08-05T19:26:36.672Z Downloaded slog-stdlog v4.1.1
6742026-08-05T19:26:36.672Z Downloaded stringmetrics v2.2.2
6752026-08-05T19:26:36.672Z Downloaded stringprep v0.1.5
6762026-08-05T19:26:36.676Z Downloaded miette-derive v5.10.0
6772026-08-05T19:26:36.676Z Downloaded zopfli v0.8.3
6782026-08-05T19:26:36.676Z Downloaded memmap v0.7.0
6792026-08-05T19:26:36.676Z Downloaded normalize-line-endings v0.3.0
6802026-08-05T19:26:36.676Z Downloaded olpc-cjson v0.1.4
6812026-08-05T19:26:36.676Z Downloaded nonempty v0.12.0
6822026-08-05T19:26:36.676Z Downloaded parking_lot v0.12.5
6832026-08-05T19:26:36.677Z Downloaded approx v0.5.1
6842026-08-05T19:26:36.682Z Downloaded tower v0.5.3
6852026-08-05T19:26:36.687Z Downloaded elliptic-curve v0.14.1
6862026-08-05T19:26:36.690Z Downloaded pkcs1 v0.7.5
6872026-08-05T19:26:36.694Z Downloaded usdt-attr-macro v0.5.0
6882026-08-05T19:26:36.694Z Downloaded bit-set v0.5.3
6892026-08-05T19:26:36.697Z Downloaded tls_codec v0.4.2
6902026-08-05T19:26:36.701Z Downloaded arrayref v0.3.9
6912026-08-05T19:26:36.704Z Downloaded plain v0.2.3
6922026-08-05T19:26:36.704Z Downloaded precomputed-hash v0.1.1
6932026-08-05T19:26:36.704Z Downloaded quinn-udp v0.5.14
6942026-08-05T19:26:36.713Z Downloaded zstd-safe v7.2.4
6952026-08-05T19:26:36.719Z Downloaded env_logger v0.11.9
6962026-08-05T19:26:36.722Z Downloaded generic-array v1.4.3
6972026-08-05T19:26:36.725Z Downloaded litrs v1.0.0
6982026-08-05T19:26:36.727Z Downloaded schemars_derive v0.8.22
6992026-08-05T19:26:36.730Z Downloaded rustc_version v0.1.7
7002026-08-05T19:26:36.731Z Downloaded fallible-iterator v0.2.0
7012026-08-05T19:26:36.731Z Downloaded cc v1.2.56
7022026-08-05T19:26:36.733Z Downloaded serde_bytes v0.11.19
7032026-08-05T19:26:36.733Z Downloaded float-cmp v0.10.0
7042026-08-05T19:26:36.737Z Downloaded find-msvc-tools v0.1.9
7052026-08-05T19:26:36.737Z Downloaded strum_macros v0.27.2
7062026-08-05T19:26:36.739Z Downloaded futures-timer v3.0.3
7072026-08-05T19:26:36.739Z Downloaded multer v3.1.0
7082026-08-05T19:26:36.742Z Downloaded newtype-uuid v1.3.2
7092026-08-05T19:26:36.742Z Downloaded num-integer v0.1.46
7102026-08-05T19:26:36.742Z Downloaded rustc-hash v2.1.1
7112026-08-05T19:26:36.742Z Downloaded serde_spanned v0.6.9
7122026-08-05T19:26:36.745Z Downloaded strum v0.26.3
7132026-08-05T19:26:36.746Z Downloaded sqlparser_derive v0.5.0
7142026-08-05T19:26:36.746Z Downloaded libtest-mimic v0.8.1
7152026-08-05T19:26:36.749Z Downloaded anes v0.1.6
7162026-08-05T19:26:36.749Z Downloaded strip-ansi-escapes v0.2.1
7172026-08-05T19:26:36.749Z Downloaded tabled_derive v0.11.0
7182026-08-05T19:26:36.763Z Downloaded paste v1.0.15
7192026-08-05T19:26:36.766Z Downloaded term v1.2.1
7202026-08-05T19:26:36.768Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7212026-08-05T19:26:36.768Z Downloaded tracing-attributes v0.1.31
7222026-08-05T19:26:36.769Z Downloaded twox-hash v2.1.2
7232026-08-05T19:26:36.771Z Downloaded universal-hash v0.5.1
7242026-08-05T19:26:36.778Z Downloaded serde_json v1.0.151
7252026-08-05T19:26:36.782Z Downloaded tower-layer v0.3.3
7262026-08-05T19:26:36.785Z Downloaded whoami v1.6.1
7272026-08-05T19:26:36.785Z Downloaded universal-hash v0.6.1
7282026-08-05T19:26:36.785Z Downloaded wnaf v0.14.0
7292026-08-05T19:26:36.790Z Downloaded cbc v0.2.1
7302026-08-05T19:26:36.793Z Downloaded cexpr v0.6.0
7312026-08-05T19:26:36.794Z Downloaded path-tree v0.8.3
7322026-08-05T19:26:36.794Z Downloaded chacha20 v0.9.1
7332026-08-05T19:26:36.794Z Downloaded ppv-lite86 v0.2.21
7342026-08-05T19:26:36.794Z Downloaded derive_more v2.1.1
7352026-08-05T19:26:36.800Z Downloaded zeroize_derive v1.5.0
7362026-08-05T19:26:36.803Z Downloaded downcast-rs v2.0.2
7372026-08-05T19:26:36.803Z Downloaded dyn-clone v1.0.20
7382026-08-05T19:26:36.806Z Downloaded foreign-types v0.5.0
7392026-08-05T19:26:36.808Z Downloaded r2d2 v0.8.10
7402026-08-05T19:26:36.811Z Downloaded progenitor-extras v0.2.0
7412026-08-05T19:26:36.815Z Downloaded git2 v0.20.4
7422026-08-05T19:26:36.819Z Downloaded generic-array v0.14.7
7432026-08-05T19:26:36.822Z Downloaded kem v0.3.0
7442026-08-05T19:26:36.822Z Downloaded lru-cache v0.1.2
7452026-08-05T19:26:36.822Z Downloaded lru v0.12.5
7462026-08-05T19:26:36.825Z Downloaded reedline v0.40.0
7472026-08-05T19:26:36.828Z Downloaded sec1 v0.8.1
7482026-08-05T19:26:36.828Z Downloaded keccak v0.2.0
7492026-08-05T19:26:36.830Z Downloaded nom v7.1.3
7502026-08-05T19:26:36.833Z Downloaded rayon v1.11.0
7512026-08-05T19:26:36.836Z Downloaded arrayvec v0.7.6
7522026-08-05T19:26:36.839Z Downloaded tower-http v0.6.8
7532026-08-05T19:26:36.842Z Downloaded slog-term v2.9.2
7542026-08-05T19:26:36.846Z Downloaded time-macros v0.2.27
7552026-08-05T19:26:36.846Z Downloaded aead v0.5.2
7562026-08-05T19:26:36.849Z Downloaded unicode-segmentation v1.12.0
7572026-08-05T19:26:36.849Z Downloaded async-stream v0.3.6
7582026-08-05T19:26:36.852Z Downloaded textwrap v0.16.2
7592026-08-05T19:26:36.852Z Downloaded x509-cert v0.2.5
7602026-08-05T19:26:36.855Z Downloaded rustyline v14.0.0
7612026-08-05T19:26:36.858Z Downloaded chacha20 v0.10.0
7622026-08-05T19:26:36.861Z Downloaded parking_lot v0.11.2
7632026-08-05T19:26:36.861Z Downloaded vergen-git2 v9.1.0
7642026-08-05T19:26:36.864Z Downloaded miette v5.10.0
7652026-08-05T19:26:36.864Z Downloaded url v2.5.8
7662026-08-05T19:26:36.867Z Downloaded ar_archive_writer v0.5.1
7672026-08-05T19:26:36.867Z Downloaded aes v0.9.1
7682026-08-05T19:26:36.869Z Downloaded vte v0.14.1
7692026-08-05T19:26:36.870Z Downloaded oso-derive v0.27.3
7702026-08-05T19:26:36.873Z Downloaded cancel-safe-futures v0.1.5
7712026-08-05T19:26:36.873Z Downloaded tui-tree-widget v0.23.1
7722026-08-05T19:26:36.873Z Downloaded tokio-tungstenite v0.21.0
7732026-08-05T19:26:36.876Z Downloaded peg-runtime v0.8.5
7742026-08-05T19:26:36.878Z Downloaded castaway v0.2.4
7752026-08-05T19:26:36.881Z Downloaded crypto-primes v0.7.2
7762026-08-05T19:26:36.886Z Downloaded xshell v0.2.7
7772026-08-05T19:26:36.888Z Downloaded digest v0.11.3
7782026-08-05T19:26:36.888Z Downloaded ecdsa v0.16.9
7792026-08-05T19:26:36.891Z Downloaded flagset v0.4.7
7802026-08-05T19:26:36.894Z Downloaded rand_xorshift v0.4.0
7812026-08-05T19:26:36.894Z Downloaded recursive v0.1.1
7822026-08-05T19:26:36.895Z Downloaded expectorate v1.2.0
7832026-08-05T19:26:36.898Z Downloaded libxml v0.3.3
7842026-08-05T19:26:36.901Z Downloaded log v0.4.29
7852026-08-05T19:26:36.904Z Downloaded nom v8.0.0
7862026-08-05T19:26:36.907Z Downloaded libsw-core v0.3.2
7872026-08-05T19:26:36.907Z Downloaded lzss v0.8.2
7882026-08-05T19:26:36.907Z Downloaded sponge-cursor v0.1.0
7892026-08-05T19:26:36.911Z Downloaded sha2 v0.11.0
7902026-08-05T19:26:36.911Z Downloaded native-tls v0.2.18
7912026-08-05T19:26:36.911Z Downloaded similar-asserts v1.7.0
7922026-08-05T19:26:36.914Z Downloaded swrite v0.1.0
7932026-08-05T19:26:36.914Z Downloaded scroll_derive v0.12.1
7942026-08-05T19:26:36.914Z Downloaded signal-hook-tokio v0.3.1
7952026-08-05T19:26:36.914Z Downloaded tokio-test v0.4.5
7962026-08-05T19:26:36.914Z Downloaded scroll_derive v0.13.1
7972026-08-05T19:26:36.914Z Downloaded serde_yaml v0.9.34+deprecated
7982026-08-05T19:26:36.917Z Downloaded supports-unicode v2.1.0
7992026-08-05T19:26:36.918Z Downloaded topological-sort v0.2.2
8002026-08-05T19:26:36.918Z Downloaded trait-variant v0.1.2
8012026-08-05T19:26:36.918Z Downloaded bytes v1.11.1
8022026-08-05T19:26:36.920Z Downloaded bitflags v2.11.0
8032026-08-05T19:26:36.923Z Downloaded term v0.7.0
8042026-08-05T19:26:36.923Z Downloaded usdt-macro v0.5.0
8052026-08-05T19:26:36.927Z Downloaded xshell-macros v0.2.7
8062026-08-05T19:26:36.930Z Downloaded endian-type v0.1.2
8072026-08-05T19:26:36.930Z Downloaded goblin v0.8.2
8082026-08-05T19:26:36.932Z Downloaded anstyle-parse v1.0.0
8092026-08-05T19:26:36.935Z Downloaded toml_edit v0.22.27
8102026-08-05T19:26:36.938Z Downloaded owo-colors v3.5.0
8112026-08-05T19:26:36.938Z Downloaded blowfish v0.10.0
8122026-08-05T19:26:36.942Z Downloaded uuid v1.23.4
8132026-08-05T19:26:36.942Z Downloaded ucd-trie v0.1.7
8142026-08-05T19:26:36.944Z Downloaded vergen v9.1.0
8152026-08-05T19:26:36.947Z Downloaded escape8259 v0.5.3
8162026-08-05T19:26:36.947Z Downloaded foreign-types-shared v0.3.1
8172026-08-05T19:26:36.947Z Downloaded ghash v0.6.0
8182026-08-05T19:26:36.950Z Downloaded pbkdf2 v0.13.0
8192026-08-05T19:26:36.953Z Downloaded pin-project-internal v1.1.11
8202026-08-05T19:26:36.953Z Downloaded poly1305 v0.8.0
8212026-08-05T19:26:36.953Z Downloaded proc-macro-error2 v2.0.1
8222026-08-05T19:26:36.956Z Downloaded zerocopy-derive v0.7.35
8232026-08-05T19:26:36.959Z Downloaded ecdsa v0.17.0
8242026-08-05T19:26:36.959Z Downloaded rustls-pemfile v2.2.0
8252026-08-05T19:26:36.959Z Downloaded futures-io v0.3.32
8262026-08-05T19:26:36.964Z Downloaded rcgen v0.12.1
8272026-08-05T19:26:36.964Z Downloaded libm v0.2.16
8282026-08-05T19:26:36.967Z Downloaded hkdf v0.12.4
8292026-08-05T19:26:36.970Z Downloaded itertools v0.15.0
8302026-08-05T19:26:36.972Z Downloaded linkme-impl v0.3.35
8312026-08-05T19:26:36.973Z Downloaded kstat-rs v0.2.4
8322026-08-05T19:26:36.973Z Downloaded serde_tokenstream v0.2.3
8332026-08-05T19:26:36.976Z Downloaded mime v0.3.17
8342026-08-05T19:26:36.976Z Downloaded slab v0.4.12
8352026-08-05T19:26:36.979Z Downloaded openssl-sys v0.9.117
8362026-08-05T19:26:36.979Z Downloaded iddqd v0.4.2
8372026-08-05T19:26:36.983Z Downloaded arc-swap v1.8.2
8382026-08-05T19:26:36.986Z Downloaded assert_matches v1.5.0
8392026-08-05T19:26:36.986Z Downloaded phf_shared v0.13.1
8402026-08-05T19:26:36.989Z Downloaded socket2 v0.5.10
8412026-08-05T19:26:36.989Z Downloaded potential_utf v0.1.4
8422026-08-05T19:26:36.989Z Downloaded thiserror v2.0.18
8432026-08-05T19:26:36.992Z Downloaded support-bundle-viewer v0.1.2
8442026-08-05T19:26:36.995Z Downloaded textwrap v0.15.2
8452026-08-05T19:26:36.995Z Downloaded thiserror-no-std v2.0.2
8462026-08-05T19:26:36.998Z Downloaded vergen-lib v9.1.0
8472026-08-05T19:26:36.998Z Downloaded num_enum v0.7.6
8482026-08-05T19:26:37.002Z Downloaded quick-error v1.2.3
8492026-08-05T19:26:37.002Z Downloaded ref-cast-impl v1.0.25
8502026-08-05T19:26:37.002Z Downloaded backon v1.6.0
8512026-08-05T19:26:37.002Z Downloaded signature v2.2.0
8522026-08-05T19:26:37.010Z Downloaded displaydoc v0.2.5
8532026-08-05T19:26:37.013Z Downloaded oxide-tokio-rt v0.1.4
8542026-08-05T19:26:37.013Z Downloaded base64ct v1.8.3
8552026-08-05T19:26:37.013Z Downloaded blake2b_simd v1.0.4
8562026-08-05T19:26:37.016Z Downloaded stable_deref_trait v1.2.1
8572026-08-05T19:26:37.016Z Downloaded rustc_version v0.4.1
8582026-08-05T19:26:37.019Z Downloaded digest-io v0.1.0
8592026-08-05T19:26:37.022Z Downloaded postgres-types v0.2.12
8602026-08-05T19:26:37.027Z Downloaded difflib v0.4.0
8612026-08-05T19:26:37.027Z Downloaded dropshot-api-manager-types v0.7.2
8622026-08-05T19:26:37.029Z Downloaded futures v0.3.32
8632026-08-05T19:26:37.032Z Downloaded rtoolbox v0.0.3
8642026-08-05T19:26:37.032Z Downloaded newline-converter v0.3.0
8652026-08-05T19:26:37.032Z Downloaded dof v0.4.0
8662026-08-05T19:26:37.032Z Downloaded futures-util v0.3.32
8672026-08-05T19:26:37.038Z Downloaded fxhash v0.2.1
8682026-08-05T19:26:37.041Z Downloaded untrusted v0.7.1
8692026-08-05T19:26:37.041Z Downloaded module-lattice v0.2.3
8702026-08-05T19:26:37.041Z Downloaded anstyle v1.0.14
8712026-08-05T19:26:37.044Z Downloaded assert_cmd v2.1.2
8722026-08-05T19:26:37.044Z Downloaded camino-tempfile-ext v0.3.3
8732026-08-05T19:26:37.044Z Downloaded libloading v0.8.9
8742026-08-05T19:26:37.044Z Downloaded num-complex v0.4.6
8752026-08-05T19:26:37.047Z Downloaded openssl-probe v0.2.1
8762026-08-05T19:26:37.050Z Downloaded packed_struct_codegen v0.10.1
8772026-08-05T19:26:37.050Z Downloaded zip v4.6.1
8782026-08-05T19:26:37.053Z Downloaded jiff-static v0.2.34
8792026-08-05T19:26:37.053Z Downloaded winnow v0.7.14
8802026-08-05T19:26:37.058Z Downloaded bitvec v1.0.1
8812026-08-05T19:26:37.065Z Downloaded winnow v1.0.3
8822026-08-05T19:26:37.070Z Downloaded jiff-core v0.1.0
8832026-08-05T19:26:37.073Z Downloaded serde-big-array v0.5.1
8842026-08-05T19:26:37.073Z Downloaded plotters-backend v0.3.7
8852026-08-05T19:26:37.076Z Downloaded parse-display-derive v0.10.0
8862026-08-05T19:26:37.076Z Downloaded num-iter v0.1.45
8872026-08-05T19:26:37.076Z Downloaded primeorder v0.14.0
8882026-08-05T19:26:37.076Z Downloaded rustls-webpki v0.103.13
8892026-08-05T19:26:37.081Z Downloaded h2 v0.4.15
8902026-08-05T19:26:37.081Z Downloaded progenitor-impl v0.13.0
8912026-08-05T19:26:37.084Z Downloaded stacker v0.1.23
8922026-08-05T19:26:37.084Z Downloaded chrono v0.4.45
8932026-08-05T19:26:37.087Z Downloaded vsss-rs v3.3.4
8942026-08-05T19:26:37.091Z Downloaded rpassword v7.5.4
8952026-08-05T19:26:37.091Z Downloaded slog-bunyan v2.5.0
8962026-08-05T19:26:37.093Z Downloaded strum v0.27.2
8972026-08-05T19:26:37.093Z Downloaded ed25519-dalek v2.2.0
8982026-08-05T19:26:37.097Z Downloaded adler2 v2.0.1
8992026-08-05T19:26:37.102Z Downloaded qorb v0.4.1
9002026-08-05T19:26:37.106Z Downloaded smallvec v0.6.14
9012026-08-05T19:26:37.109Z Downloaded terminal_size v0.4.3
9022026-08-05T19:26:37.109Z Downloaded termios v0.3.3
9032026-08-05T19:26:37.109Z Downloaded goblin v0.10.5
9042026-08-05T19:26:37.113Z Downloaded phf_shared v0.12.1
9052026-08-05T19:26:37.116Z Downloaded aws-lc-rs v1.16.3
9062026-08-05T19:26:37.119Z Downloaded usdt v0.6.0
9072026-08-05T19:26:37.119Z Downloaded parse-size v1.1.0
9082026-08-05T19:26:37.122Z Downloaded rustls-pki-types v1.14.0
9092026-08-05T19:26:37.122Z Downloaded termtree v0.5.1
9102026-08-05T19:26:37.122Z Downloaded schemars v0.9.0
9112026-08-05T19:26:37.128Z Downloaded dropshot-api-manager v0.7.2
9122026-08-05T19:26:37.132Z Downloaded fd-lock v4.0.4
9132026-08-05T19:26:37.135Z Downloaded typed-path v0.9.3
9142026-08-05T19:26:37.138Z Downloaded errno v0.3.14
9152026-08-05T19:26:37.141Z Downloaded rand_core v0.6.4
9162026-08-05T19:26:37.141Z Downloaded rand_seeder v0.4.0
9172026-08-05T19:26:37.141Z Downloaded ref-cast v1.0.25
9182026-08-05T19:26:37.144Z Downloaded proc-macro-crate v1.3.1
9192026-08-05T19:26:37.144Z Downloaded rawzip v0.4.4
9202026-08-05T19:26:37.147Z Downloaded serde_plain v1.0.2
9212026-08-05T19:26:37.147Z Downloaded tower-service v0.3.3
9222026-08-05T19:26:37.147Z Downloaded embedded-io v0.6.1
9232026-08-05T19:26:37.147Z Downloaded new_debug_unreachable v1.0.6
9242026-08-05T19:26:37.147Z Downloaded unicode-ident v1.0.24
9252026-08-05T19:26:37.150Z Downloaded unsafe-libyaml v0.2.11
9262026-08-05T19:26:37.150Z Downloaded foreign-types v0.3.2
9272026-08-05T19:26:37.153Z Downloaded atomicwrites v0.4.4
9282026-08-05T19:26:37.153Z Downloaded bitfield-struct v0.6.2
9292026-08-05T19:26:37.153Z Downloaded unicase v2.9.0
9302026-08-05T19:26:37.153Z Downloaded writeable v0.6.2
9312026-08-05T19:26:37.153Z Downloaded bs58 v0.5.1
9322026-08-05T19:26:37.156Z Downloaded toml_edit v0.23.10+spec-1.0.0
9332026-08-05T19:26:37.156Z Downloaded zone v0.3.1
9342026-08-05T19:26:37.159Z Downloaded backoff v0.4.0
9352026-08-05T19:26:37.159Z Downloaded vergen-lib v0.1.6
9362026-08-05T19:26:37.159Z Downloaded typenum v1.20.1
9372026-08-05T19:26:37.162Z Downloaded vergen-gitcl v1.0.8
9382026-08-05T19:26:37.162Z Downloaded async-stream-impl v0.3.6
9392026-08-05T19:26:37.162Z Downloaded rfc6979 v0.4.0
9402026-08-05T19:26:37.162Z Downloaded event-listener v5.4.1
9412026-08-05T19:26:37.165Z Downloaded shlex v1.3.0
9422026-08-05T19:26:37.165Z Downloaded tiny-keccak v2.0.2
9432026-08-05T19:26:37.165Z Downloaded tinystr v0.8.2
9442026-08-05T19:26:37.168Z Downloaded linked-hash-map v0.5.6
9452026-08-05T19:26:37.168Z Downloaded keccak v0.1.6
9462026-08-05T19:26:37.168Z Downloaded diesel_derives v2.3.7
9472026-08-05T19:26:37.171Z Downloaded reqwest v0.13.2
9482026-08-05T19:26:37.174Z Downloaded dropshot_endpoint v0.17.1
9492026-08-05T19:26:37.180Z Downloaded tap v1.0.1
9502026-08-05T19:26:37.180Z Downloaded fancy-regex v0.14.0
9512026-08-05T19:26:37.180Z Downloaded num_enum_derive v0.7.6
9522026-08-05T19:26:37.180Z Downloaded either v1.15.0
9532026-08-05T19:26:37.186Z Downloaded zstd v0.13.3
9542026-08-05T19:26:37.186Z Downloaded anstream v1.0.0
9552026-08-05T19:26:37.186Z Downloaded num-rational v0.4.2
9562026-08-05T19:26:37.186Z Downloaded want v0.3.1
9572026-08-05T19:26:37.186Z Downloaded quinn-proto v0.11.16
9582026-08-05T19:26:37.190Z Downloaded libsw v3.5.0
9592026-08-05T19:26:37.190Z Downloaded secrecy v0.8.0
9602026-08-05T19:26:37.193Z Downloaded tabled v0.15.0
9612026-08-05T19:26:37.201Z Downloaded oso v0.27.3
9622026-08-05T19:26:37.204Z Downloaded maybe-uninit v2.0.0
9632026-08-05T19:26:37.207Z Downloaded wyz v0.5.1
9642026-08-05T19:26:37.207Z Downloaded enum-as-inner v0.6.1
9652026-08-05T19:26:37.207Z Downloaded md5 v0.8.0
9662026-08-05T19:26:37.211Z Downloaded synstructure v0.13.2
9672026-08-05T19:26:37.215Z Downloaded trybuild v1.0.116
9682026-08-05T19:26:37.218Z Downloaded zerovec v0.11.5
9692026-08-05T19:26:37.221Z Downloaded tempfile v3.25.0
9702026-08-05T19:26:37.225Z Downloaded futures-executor v0.3.32
9712026-08-05T19:26:37.225Z Downloaded primeorder v0.13.6
9722026-08-05T19:26:37.225Z Downloaded scheduled-thread-pool v0.2.7
9732026-08-05T19:26:37.225Z Downloaded percent-encoding v2.3.2
9742026-08-05T19:26:37.228Z Downloaded zerocopy-derive v0.8.40
9752026-08-05T19:26:37.233Z Downloaded itertools v0.14.0
9762026-08-05T19:26:37.235Z Downloaded usdt-attr-macro v0.6.0
9772026-08-05T19:26:37.235Z Downloaded drift v0.2.0
9782026-08-05T19:26:37.240Z Downloaded fs_extra v1.3.0
9792026-08-05T19:26:37.243Z Downloaded usdt-macro v0.6.0
9802026-08-05T19:26:37.243Z Downloaded xattr v1.6.1
9812026-08-05T19:26:37.243Z Downloaded zmij v1.0.21
9822026-08-05T19:26:37.246Z Downloaded serde_regex v1.1.0
9832026-08-05T19:26:37.246Z Downloaded rsa v0.9.10
9842026-08-05T19:26:37.249Z Downloaded plotters-svg v0.3.7
9852026-08-05T19:26:37.249Z Downloaded predicates-core v1.0.10
9862026-08-05T19:26:37.249Z Downloaded sha3 v0.12.0
9872026-08-05T19:26:37.249Z Downloaded password-hash v0.5.0
9882026-08-05T19:26:37.251Z Downloaded simd-adler32 v0.3.8
9892026-08-05T19:26:37.251Z Downloaded strum_macros v0.26.4
9902026-08-05T19:26:37.251Z Downloaded papergrid v0.11.0
9912026-08-05T19:26:37.257Z Downloaded fs-err v2.11.0
9922026-08-05T19:26:37.260Z Downloaded bit-vec v0.8.0
9932026-08-05T19:26:37.260Z Downloaded byte-wrapper v0.1.0
9942026-08-05T19:26:37.263Z Downloaded toml_datetime v0.6.11
9952026-08-05T19:26:37.263Z Downloaded env_filter v1.0.0
9962026-08-05T19:26:37.263Z Downloaded filetime v0.2.27
9972026-08-05T19:26:37.267Z Downloaded time v0.3.47
9982026-08-05T19:26:37.274Z Downloaded tokio-util v0.7.18
9992026-08-05T19:26:37.279Z Downloaded serde_core v1.0.228
10002026-08-05T19:26:37.282Z Downloaded tabled_derive v0.7.0
10012026-08-05T19:26:37.282Z Downloaded nodrop v0.1.14
10022026-08-05T19:26:37.284Z Downloaded fixedbitset v0.4.2
10032026-08-05T19:26:37.284Z Downloaded backtrace-ext v0.2.1
10042026-08-05T19:26:37.287Z Downloaded base16ct v1.0.0
10052026-08-05T19:26:37.287Z Downloaded thread-id v4.2.2
10062026-08-05T19:26:37.297Z Downloaded nu-ansi-term v0.50.3
10072026-08-05T19:26:37.301Z Downloaded psl-types v2.0.11
10082026-08-05T19:26:37.301Z Downloaded salsa20 v0.11.0
10092026-08-05T19:26:37.304Z Downloaded slog-scope v4.4.1
10102026-08-05T19:26:37.307Z Downloaded linkme v0.3.35
10112026-08-05T19:26:37.310Z Downloaded oxide-update-engine-types v0.1.2
10122026-08-05T19:26:37.313Z Downloaded unicode-properties v0.1.4
10132026-08-05T19:26:37.315Z Downloaded winnow v0.6.26
10142026-08-05T19:26:37.318Z Downloaded hickory-proto v0.25.2
10152026-08-05T19:26:37.327Z Downloaded miniz_oxide v0.8.9
10162026-08-05T19:26:37.330Z Downloaded sigpipe v0.1.3
10172026-08-05T19:26:37.330Z Downloaded tokio-native-tls v0.3.1
10182026-08-05T19:26:37.330Z Downloaded wait-timeout v0.2.1
10192026-08-05T19:26:37.333Z Downloaded itertools v0.10.5
10202026-08-05T19:26:37.337Z Downloaded serde_with_macros v1.5.2
10212026-08-05T19:26:37.337Z Downloaded itertools v0.12.1
10222026-08-05T19:26:37.340Z Downloaded bytecount v0.6.9
10232026-08-05T19:26:37.359Z Downloaded cargo_metadata v0.23.1
10242026-08-05T19:26:37.359Z Downloaded socket2 v0.6.3
10252026-08-05T19:26:37.359Z Downloaded vcpkg v0.2.15
10262026-08-05T19:26:37.367Z Downloaded rand_distr v0.5.1
10272026-08-05T19:26:37.370Z Downloaded phc v0.6.1
10282026-08-05T19:26:37.370Z Downloaded toml v0.8.23
10292026-08-05T19:26:37.373Z Downloaded scroll v0.12.0
10302026-08-05T19:26:37.373Z Downloaded toml v0.7.8
10312026-08-05T19:26:37.375Z Downloaded regex v1.12.3
10322026-08-05T19:26:37.378Z Downloaded rustls-platform-verifier v0.6.2
10332026-08-05T19:26:37.381Z Downloaded crypto-bigint v0.7.5
10342026-08-05T19:26:37.388Z Downloaded cassowary v0.3.0
10352026-08-05T19:26:37.391Z Downloaded oxide-update-engine-display v0.1.2
10362026-08-05T19:26:37.391Z Downloaded winnow v0.5.40
10372026-08-05T19:26:37.394Z Downloaded rand v0.8.6
10382026-08-05T19:26:37.397Z Downloaded tls_codec_derive v0.4.2
10392026-08-05T19:26:37.401Z Downloaded allocator-api2 v0.2.21
10402026-08-05T19:26:37.401Z Downloaded resolv-conf v0.7.6
10412026-08-05T19:26:37.401Z Downloaded diesel-dtrace v0.5.0
10422026-08-05T19:26:37.404Z Downloaded target-spec v3.5.7
10432026-08-05T19:26:37.404Z Downloaded foldhash v0.2.0
10442026-08-05T19:26:37.404Z Downloaded serde_with v3.21.0
10452026-08-05T19:26:37.411Z Downloaded papergrid v0.17.0
10462026-08-05T19:26:37.414Z Downloaded spin v0.9.8
10472026-08-05T19:26:37.417Z Downloaded portable-atomic v1.13.1
10482026-08-05T19:26:37.420Z Downloaded proptest v1.11.0
10492026-08-05T19:26:37.425Z Downloaded p384 v0.13.1
10502026-08-05T19:26:37.428Z Downloaded async-compression v0.4.41
10512026-08-05T19:26:37.432Z Downloaded curve25519-dalek v4.1.3
10522026-08-05T19:26:37.438Z Downloaded subprocess v0.2.15
10532026-08-05T19:26:37.441Z Downloaded libbz2-rs-sys v0.2.2
10542026-08-05T19:26:37.441Z Downloaded minimal-lexical v0.2.1
10552026-08-05T19:26:37.444Z Downloaded blake3 v1.8.5
10562026-08-05T19:26:37.448Z Downloaded smallvec v1.15.1
10572026-08-05T19:26:37.451Z Downloaded getrandom v0.2.17
10582026-08-05T19:26:37.451Z Downloaded num-bigint-dig v0.8.6
10592026-08-05T19:26:37.454Z Downloaded unicode-bidi v0.3.18
10602026-08-05T19:26:37.457Z Downloaded schemars v0.8.22
10612026-08-05T19:26:37.462Z Downloaded quinn v0.11.11
10622026-08-05T19:26:37.466Z Downloaded getrandom v0.3.4
10632026-08-05T19:26:37.469Z Downloaded aho-corasick v1.1.4
10642026-08-05T19:26:37.472Z Downloaded p384 v0.14.0
10652026-08-05T19:26:37.472Z Downloaded p521 v0.14.0
10662026-08-05T19:26:37.475Z Downloaded serde v1.0.228
10672026-08-05T19:26:37.477Z Downloaded base64 v0.22.1
10682026-08-05T19:26:37.480Z Downloaded rand v0.10.1
10692026-08-05T19:26:37.483Z Downloaded serde_with v1.14.0
10702026-08-05T19:26:37.486Z Downloaded bit-vec v0.6.3
10712026-08-05T19:26:37.486Z Downloaded zerotrie v0.2.3
10722026-08-05T19:26:37.489Z Downloaded memchr v2.8.0
10732026-08-05T19:26:37.492Z Downloaded prefix-trie v0.7.0
10742026-08-05T19:26:37.492Z Downloaded syn v2.0.117
10752026-08-05T19:26:37.506Z Downloaded pest v2.8.6
10762026-08-05T19:26:37.509Z Downloaded flate2 v1.1.9
10772026-08-05T19:26:37.512Z Downloaded ssh-key v0.7.0-rc.11
10782026-08-05T19:26:37.516Z Downloaded gimli v0.32.3
10792026-08-05T19:26:37.521Z Downloaded curve25519-dalek v5.0.0
10802026-08-05T19:26:37.526Z Downloaded samael v0.0.19
10812026-08-05T19:26:37.529Z Downloaded tough v0.22.0
10822026-08-05T19:26:37.535Z Downloaded regress v0.10.5
10832026-08-05T19:26:37.540Z Downloaded ed25519-dalek v3.0.0
10842026-08-05T19:26:37.543Z Downloaded object v0.37.3
10852026-08-05T19:26:37.549Z Downloaded zerocopy v0.7.35
10862026-08-05T19:26:37.558Z Downloaded plotters v0.3.7
10872026-08-05T19:26:37.565Z Downloaded publicsuffix v2.3.0
10882026-08-05T19:26:37.569Z Downloaded regex-syntax v0.6.29
10892026-08-05T19:26:37.569Z Downloaded bindgen v0.71.1
10902026-08-05T19:26:37.572Z Downloaded unicode-normalization v0.1.25
10912026-08-05T19:26:37.579Z Downloaded rustix v0.38.44
10922026-08-05T19:26:37.587Z Downloaded chrono-tz v0.10.4
10932026-08-05T19:26:37.598Z Downloaded hickory-proto v0.24.4
10942026-08-05T19:26:37.607Z Downloaded dropshot v0.17.1
10952026-08-05T19:26:37.619Z Downloaded russh v0.62.4
10962026-08-05T19:26:37.624Z Downloaded zerocopy v0.8.40
10972026-08-05T19:26:37.629Z Downloaded num-bigint v0.4.6
10982026-08-05T19:26:37.633Z Downloaded rustix v1.1.3
10992026-08-05T19:26:37.645Z Downloaded openssl v0.10.80
11002026-08-05T19:26:37.651Z Downloaded tabled v0.20.0
11012026-08-05T19:26:37.661Z Downloaded rustls v0.23.41
11022026-08-05T19:26:37.668Z Downloaded syn v1.0.109
11032026-08-05T19:26:37.674Z Downloaded regress v0.11.1
11042026-08-05T19:26:37.679Z Downloaded mio v1.2.0
11052026-08-05T19:26:37.682Z Downloaded itertools v0.13.0
11062026-08-05T19:26:37.686Z Downloaded petname v2.0.2
11072026-08-05T19:26:37.689Z Downloaded radix_trie v0.2.1
11082026-08-05T19:26:37.692Z Downloaded lalrpop v0.19.12
11092026-08-05T19:26:37.697Z Downloaded bstr v1.12.1
11102026-08-05T19:26:37.702Z Downloaded smoltcp v0.9.1
11112026-08-05T19:26:37.709Z Downloaded tokio-postgres v0.7.16
11122026-08-05T19:26:37.712Z Downloaded unicode-width v0.1.14
11132026-08-05T19:26:37.718Z Downloaded reqwest v0.12.28
11142026-08-05T19:26:37.722Z Downloaded salty v0.3.0
11152026-08-05T19:26:37.735Z Downloaded smoltcp v0.11.0
11162026-08-05T19:26:37.741Z Downloaded polar-core v0.27.3
11172026-08-05T19:26:37.770Z Downloaded quick-xml v0.37.5
11182026-08-05T19:26:37.777Z Downloaded nix v0.31.2
11192026-08-05T19:26:37.785Z Downloaded object v0.30.4
11202026-08-05T19:26:37.791Z Downloaded openapiv3 v2.2.0
11212026-08-05T19:26:37.797Z Downloaded tracing v0.1.44
11222026-08-05T19:26:37.811Z Downloaded zlib-rs v0.6.2
11232026-08-05T19:26:37.814Z Downloaded nix v0.27.1
11242026-08-05T19:26:37.821Z Downloaded moka v0.12.13
11252026-08-05T19:26:37.825Z Downloaded unicode-width v0.2.0
11262026-08-05T19:26:37.829Z Downloaded nix v0.28.0
11272026-08-05T19:26:37.835Z Downloaded sled v0.34.7
11282026-08-05T19:26:37.841Z Downloaded regex-automata v0.4.14
11292026-08-05T19:26:37.849Z Downloaded jiff v0.2.34
11302026-08-05T19:26:37.859Z Downloaded regex-syntax v0.8.10
11312026-08-05T19:26:37.863Z Downloaded typify-impl v0.6.2
11322026-08-05T19:26:37.872Z Downloaded petgraph v0.6.5
11332026-08-05T19:26:37.883Z Downloaded csv v1.4.0
11342026-08-05T19:26:37.901Z Downloaded petgraph v0.8.3
11352026-08-05T19:26:37.923Z Downloaded libc v0.2.185
11362026-08-05T19:26:37.944Z Downloaded tokio v1.52.1
11372026-08-05T19:26:37.967Z Downloaded bzip2-sys v0.1.13+1.0.8
11382026-08-05T19:26:37.974Z Downloaded diesel v2.3.7
11392026-08-05T19:26:37.986Z Downloaded sqlparser v0.61.0
11402026-08-05T19:26:37.991Z Downloaded ratatui v0.29.0
11412026-08-05T19:26:38.003Z Downloaded sha3 v0.11.0
11422026-08-05T19:26:38.008Z Downloaded zerocopy-derive v0.6.6
11432026-08-05T19:26:38.014Z Downloaded ring v0.17.14
11442026-08-05T19:26:38.072Z Downloaded libz-sys v1.1.24
11452026-08-05T19:26:38.094Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11462026-08-05T19:26:38.105Z Downloaded sha3 v0.10.8
11472026-08-05T19:26:38.221Z Downloaded encoding_rs v0.8.35
11482026-08-05T19:26:38.235Z Downloaded httpmock v0.8.3
11492026-08-05T19:26:38.256Z Downloaded libgit2-sys v0.18.3+1.9.2
11502026-08-05T19:26:38.535Z Downloaded aws-lc-sys v0.40.0
11512026-08-05T19:26:38.968Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11522026-08-05T19:26:45.511Z Startup: Refreshing catalog 'helios' ... Done
11532026-08-05T19:26:45.755Z Startup: Caching catalogs ... Done
11542026-08-05T19:26:47.107ZPlanning: Solver setup ... Done (1.266s)
11552026-08-05T19:26:47.152ZPlanning: Running solver ... Done (0.045s)
11562026-08-05T19:26:47.217ZPlanning: Finding local manifests ... Done (0.032s)
11572026-08-05T19:26:47.228ZPlanning: Fetching manifests: 0/2 0% complete
11582026-08-05T19:26:47.253ZPlanning: Fetching manifests: 2/2 100% complete
11592026-08-05T19:26:47.268ZPlanning: Package planning ... Done (0.016s)
11602026-08-05T19:26:47.271ZPlanning: Merging actions ... Done (0.001s)
11612026-08-05T19:26:47.469ZPlanning: Checking for conflicting actions ... Done (0.198s)
11622026-08-05T19:26:47.472ZPlanning: Consolidating action changes ... Done (0.001s)
11632026-08-05T19:26:49.712ZPlanning: Evaluating mediators ... Done (2.242s)
11642026-08-05T19:26:49.715ZPlanning: Planning completed in 3.93 seconds
11652026-08-05T19:26:49.721Z Packages to install: 2
11662026-08-05T19:26:49.721Z Estimated space available: 155.73 GB
11672026-08-05T19:26:49.721ZEstimated space to be consumed: 56.47 MB
11682026-08-05T19:26:49.721Z Create boot environment: No
11692026-08-05T19:26:49.721ZCreate backup boot environment: No
11702026-08-05T19:26:49.721Z Rebuild boot archive: No
11712026-08-05T19:26:49.725Z
11722026-08-05T19:26:49.725ZChanged packages:
11732026-08-05T19:26:49.725Zhelios
11742026-08-05T19:26:49.725Z developer/build-essential
11752026-08-05T19:26:49.725Z None -> 11-3.0
11762026-08-05T19:26:49.725Z library/libxmlsec1
11772026-08-05T19:26:49.725Z None -> 1.2.35-3.0
11782026-08-05T19:26:49.806Z
11792026-08-05T19:26:49.806ZDownload: 0/214 items 0.0/1.3MB 0% complete
11802026-08-05T19:26:49.876ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11812026-08-05T19:26:49.957Z Actions: 1/268 actions (Installing new actions)
11822026-08-05T19:26:49.997Z Actions: Completed 268 actions in 0.04 seconds.
11832026-08-05T19:26:50.023ZFinalize: Updating package state database ... Done (0.025s)
11842026-08-05T19:26:50.026ZFinalize: Updating package cache ... Done (0.000s)
11852026-08-05T19:26:50.085ZFinalize: Updating image state ... Done (0.061s)
11862026-08-05T19:26:53.431ZFinalize: Creating fast lookup database ... Done (3.306s)
11872026-08-05T19:26:53.501ZFinalize: Reading search index ... Done (0.012s)
11882026-08-05T19:26:53.504ZFinalize: Updating search index ... Done (0.000s)
11892026-08-05T19:26:53.657ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-05T19:26:54.023ZPlanning: Evaluating mediator changes ... Done
11912026-08-05T19:26:54.130ZPlanning: Checking for conflicting actions ... Done
11922026-08-05T19:26:54.133ZPlanning: Consolidating action changes ... Done
11932026-08-05T19:26:54.289ZPlanning: Evaluating mediators ... Done
11942026-08-05T19:26:54.292ZPlanning: Planning completed in 0.27 seconds
11952026-08-05T19:26:54.313Z Mediators to change: 2
11962026-08-05T19:26:54.313Z Create boot environment: No
11972026-08-05T19:26:54.313ZCreate backup boot environment: No
11982026-08-05T19:26:54.363ZFinalize: Updating package state database ... Done
11992026-08-05T19:26:54.363ZFinalize: Updating package cache ... Done
12002026-08-05T19:26:54.401ZFinalize: Updating image state ... Done
12012026-08-05T19:26:56.373ZFinalize: Creating fast lookup database ... Done
12022026-08-05T19:26:56.439ZFinalize: Reading search index ... Done
12032026-08-05T19:26:56.442ZFinalize: Updating search index ... Done
12042026-08-05T19:26:56.521ZFinalize: Updating package cache ... Done
12052026-08-05T19:26:56.810ZPlanning: Evaluating mediator changes ... Done
12062026-08-05T19:26:56.919ZPlanning: Checking for conflicting actions ... Done
12072026-08-05T19:26:56.922ZPlanning: Consolidating action changes ... Done
12082026-08-05T19:26:57.080ZPlanning: Evaluating mediators ... Done
12092026-08-05T19:26:57.083ZPlanning: Planning completed in 0.27 seconds
12102026-08-05T19:26:57.104Z Mediators to change: 1
12112026-08-05T19:26:57.104Z Create boot environment: No
12122026-08-05T19:26:57.104ZCreate backup boot environment: No
12132026-08-05T19:26:57.147ZFinalize: Updating package state database ... Done
12142026-08-05T19:26:57.147ZFinalize: Updating package cache ... Done
12152026-08-05T19:26:57.186ZFinalize: Updating image state ... Done
12162026-08-05T19:26:59.161ZFinalize: Creating fast lookup database ... Done
12172026-08-05T19:26:59.226ZFinalize: Reading search index ... Done
12182026-08-05T19:26:59.231ZFinalize: Updating search index ... Done
12192026-08-05T19:26:59.293ZFinalize: Updating package cache ... Done
12202026-08-05T19:26:59.656ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12212026-08-05T19:26:59.656Zapache system 2.4 system
12222026-08-05T19:26:59.656Zclang system 15 system
12232026-08-05T19:26:59.656Zcsh system system illumos
12242026-08-05T19:26:59.656Zctags system system illumos
12252026-08-05T19:26:59.656Zfile vendor vendor darwinsys
12262026-08-05T19:26:59.656Zfile system system illumos
12272026-08-05T19:26:59.656Zgcc vendor 14 vendor
12282026-08-05T19:26:59.657Zgcc system 13 system
12292026-08-05T19:26:59.657Zgcc system 10 system
12302026-08-05T19:26:59.657Zgo system 1.25 system
12312026-08-05T19:26:59.657Zllvm system 15 system
12322026-08-05T19:26:59.657Zmariadb system 11.4 system
12332026-08-05T19:26:59.657Zmta vendor vendor dma
12342026-08-05T19:26:59.657Zopenjdk system 17 system
12352026-08-05T19:26:59.657Zopenjdk system 11 system
12362026-08-05T19:26:59.657Zopenssl vendor 3 vendor
12372026-08-05T19:26:59.657Zperl system 5.40 system
12382026-08-05T19:26:59.657Zpostgresql system 18 system
12392026-08-05T19:26:59.658Zpostgresql system 17 system
12402026-08-05T19:26:59.658Zpython vendor 3 vendor
12412026-08-05T19:26:59.658Zpython system 2 system
12422026-08-05T19:26:59.658Zpython3 vendor 3.13 vendor
12432026-08-05T19:26:59.658Zruby system 3.4 system
12442026-08-05T19:26:59.658Zruby system 3.0 system
12452026-08-05T19:26:59.658Zwords vendor vendor american-english
12462026-08-05T19:26:59.658Zwords system system australian-english
12472026-08-05T19:26:59.658Zwords system system british-english
12482026-08-05T19:26:59.658Zwords system system canadian-english
12492026-08-05T19:26:59.658Zwords system system french
12502026-08-05T19:26:59.658Zwords system system italian
12512026-08-05T19:26:59.659Zwords system system ngerman
12522026-08-05T19:26:59.659Zwords system system ogerman
12532026-08-05T19:26:59.659Zwords system system spanish
12542026-08-05T19:26:59.926ZPUBLISHER TYPE STATUS P LOCATION
12552026-08-05T19:26:59.926Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12562026-08-05T19:27:00.328ZFMRI IFO
12572026-08-05T19:27:00.328Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12582026-08-05T19:27:00.328Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12592026-08-05T19:27:00.328Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12602026-08-05T19:27:00.329Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12612026-08-05T19:27:00.329Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12622026-08-05T19:27:00.329Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12632026-08-05T19:27:00.329Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12642026-08-05T19:27:00.329Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12652026-08-05T19:27:00.329Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12662026-08-05T19:27:00.870Z Downloading crates ...
12672026-08-05T19:27:00.917Z Downloaded cargo_toml v0.21.0
12682026-08-05T19:27:00.966Z Compiling proc-macro2 v1.0.106
12692026-08-05T19:27:00.966Z Compiling quote v1.0.45
12702026-08-05T19:27:00.966Z Compiling unicode-ident v1.0.24
12712026-08-05T19:27:00.966Z Compiling serde_core v1.0.228
12722026-08-05T19:27:00.970Z Compiling libc v0.2.185
12732026-08-05T19:27:00.970Z Compiling version_check v0.9.5
12742026-08-05T19:27:00.970Z Compiling memchr v2.8.0
12752026-08-05T19:27:00.970Z Compiling serde v1.0.228
12762026-08-05T19:27:01.048Z Compiling zmij v1.0.21
12772026-08-05T19:27:01.051Z Compiling itoa v1.0.17
12782026-08-05T19:27:01.055Z Compiling ucd-trie v0.1.7
12792026-08-05T19:27:01.058Z Compiling thiserror v1.0.69
12802026-08-05T19:27:01.058Z Compiling byteorder v1.5.0
12812026-08-05T19:27:01.063Z Compiling rustix v1.1.3
12822026-08-05T19:27:01.314Z Compiling serde_json v1.0.151
12832026-08-05T19:27:01.422Z Compiling bitflags v2.11.0
12842026-08-05T19:27:01.486Z Compiling syn v1.0.109
12852026-08-05T19:27:01.556Z Compiling pest v2.8.6
12862026-08-05T19:27:01.646Z Compiling proc-macro-error-attr v1.0.4
12872026-08-05T19:27:01.790Z Compiling usdt-impl v0.5.0
12882026-08-05T19:27:01.869Z Compiling camino v1.2.2
12892026-08-05T19:27:01.891Z Compiling proc-macro-error v1.0.4
12902026-08-05T19:27:01.957Z Compiling getrandom v0.4.1
12912026-08-05T19:27:01.974Z Compiling hashbrown v0.17.0
12922026-08-05T19:27:02.002Z Compiling plain v0.2.3
12932026-08-05T19:27:02.049Z Compiling log v0.4.29
12942026-08-05T19:27:02.059Z Compiling utf8parse v0.2.2
12952026-08-05T19:27:02.102Z Compiling equivalent v1.0.2
12962026-08-05T19:27:02.186Z Compiling anstyle-parse v1.0.0
12972026-08-05T19:27:02.206Z Compiling pretty-hex v0.4.1
12982026-08-05T19:27:02.215Z Compiling anstyle v1.0.14
12992026-08-05T19:27:02.239Z Compiling autocfg v1.5.0
13002026-08-05T19:27:02.252Z Compiling anstyle-query v1.1.5
13012026-08-05T19:27:02.257Z Compiling thiserror v2.0.18
13022026-08-05T19:27:02.273Z Compiling winnow v0.7.14
13032026-08-05T19:27:02.279Z Compiling is_terminal_polyfill v1.70.2
13042026-08-05T19:27:02.350Z Compiling colorchoice v1.0.4
13052026-08-05T19:27:02.364Z Compiling errno v0.3.14
13062026-08-05T19:27:02.365Z Compiling thread-id v4.2.2
13072026-08-05T19:27:02.387Z Compiling toml_write v0.1.2
13082026-08-05T19:27:02.391Z Compiling cfg-if v1.0.4
13092026-08-05T19:27:02.445Z Compiling anstream v1.0.0
13102026-08-05T19:27:02.470Z Compiling fastrand v2.3.0
13112026-08-05T19:27:02.473Z Compiling clap_lex v1.0.0
13122026-08-05T19:27:02.529Z Compiling heck v0.5.0
13132026-08-05T19:27:02.539Z Compiling indexmap v2.14.0
13142026-08-05T19:27:02.610Z Compiling unicode-width v0.1.14
13152026-08-05T19:27:02.639Z Compiling pest_meta v2.8.6
13162026-08-05T19:27:02.665Z Compiling strsim v0.11.1
13172026-08-05T19:27:02.689Z Compiling fs-err v3.3.0
13182026-08-05T19:27:02.754Z Compiling heck v0.4.1
13192026-08-05T19:27:02.766Z Compiling fnv v1.0.7
13202026-08-05T19:27:02.784Z Compiling bytecount v0.6.9
13212026-08-05T19:27:02.847Z Compiling once_cell v1.21.3
13222026-08-05T19:27:02.904Z Compiling anyhow v1.0.102
13232026-08-05T19:27:02.966Z Compiling papergrid v0.11.0
13242026-08-05T19:27:02.967Z Compiling syn v2.0.117
13252026-08-05T19:27:02.974Z Compiling memmap v0.7.0
13262026-08-05T19:27:02.985Z Compiling unicode-linebreak v0.1.5
13272026-08-05T19:27:03.003Z Compiling unicode-width v0.2.0
13282026-08-05T19:27:03.013Z Compiling smawk v0.3.2
13292026-08-05T19:27:03.163Z Compiling swrite v0.1.0
13302026-08-05T19:27:03.347Z Compiling terminal_size v0.4.3
13312026-08-05T19:27:03.357Z Compiling tempfile v3.25.0
13322026-08-05T19:27:03.458Z Compiling clap_builder v4.6.0
13332026-08-05T19:27:03.458Z Compiling textwrap v0.16.2
13342026-08-05T19:27:03.694Z Compiling semver v1.0.28
13352026-08-05T19:27:03.695Z Compiling cargo-platform v0.3.2
13362026-08-05T19:27:03.945Z Compiling camino-tempfile v1.4.1
13372026-08-05T19:27:04.350Z Compiling tabled_derive v0.7.0
13382026-08-05T19:27:05.011Z Compiling tabled v0.15.0
13392026-08-05T19:27:05.034Z Compiling pest_generator v2.8.6
13402026-08-05T19:27:05.528Z Compiling serde_derive v1.0.228
13412026-08-05T19:27:05.529Z Compiling thiserror-impl v1.0.69
13422026-08-05T19:27:05.533Z Compiling zerocopy-derive v0.7.35
13432026-08-05T19:27:05.534Z Compiling scroll_derive v0.12.1
13442026-08-05T19:27:05.534Z Compiling thiserror-impl v2.0.18
13452026-08-05T19:27:05.534Z Compiling clap_derive v4.6.1
13462026-08-05T19:27:05.555Z Compiling pest_derive v2.8.6
13472026-08-05T19:27:06.149Z Compiling scroll v0.12.0
13482026-08-05T19:27:06.229Z Compiling zerocopy v0.7.35
13492026-08-05T19:27:06.355Z Compiling goblin v0.8.2
13502026-08-05T19:27:06.534Z Compiling dtrace-parser v0.2.0
13512026-08-05T19:27:06.855Z Compiling clap v4.6.1
13522026-08-05T19:27:07.949Z Compiling serde_spanned v0.6.9
13532026-08-05T19:27:07.949Z Compiling toml_datetime v0.6.11
13542026-08-05T19:27:07.949Z Compiling cargo_metadata v0.23.1
13552026-08-05T19:27:07.952Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13562026-08-05T19:27:07.952Z Compiling macaddr v1.0.1
13572026-08-05T19:27:07.960Z Compiling dof v0.3.0
13582026-08-05T19:27:07.963Z Compiling serde_tokenstream v0.2.3
13592026-08-05T19:27:08.109Z Compiling toml_edit v0.22.27
13602026-08-05T19:27:08.649Z Compiling usdt-macro v0.5.0
13612026-08-05T19:27:08.649Z Compiling usdt-attr-macro v0.5.0
13622026-08-05T19:27:09.240Z Compiling usdt v0.5.0
13632026-08-05T19:27:09.378Z Compiling toml v0.8.23
13642026-08-05T19:27:09.706Z Compiling cargo_toml v0.21.0
13652026-08-05T19:27:10.987Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13662026-08-05T19:27:13.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.64s
13672026-08-05T19:27:13.101Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13682026-08-05T19:27:13.867Z Compiling libc v0.2.185
13692026-08-05T19:27:13.867Z Compiling serde_core v1.0.228
13702026-08-05T19:27:13.867Z Compiling serde v1.0.228
13712026-08-05T19:27:13.867Z Compiling log v0.4.29
13722026-08-05T19:27:13.867Z Compiling smallvec v1.15.1
13732026-08-05T19:27:13.871Z Compiling find-msvc-tools v0.1.9
13742026-08-05T19:27:13.871Z Compiling shlex v1.3.0
13752026-08-05T19:27:13.871Z Compiling subtle v2.6.1
13762026-08-05T19:27:14.015Z Compiling scopeguard v1.2.0
13772026-08-05T19:27:14.025Z Compiling typenum v1.20.1
13782026-08-05T19:27:14.029Z Compiling stable_deref_trait v1.2.1
13792026-08-05T19:27:14.029Z Compiling zerocopy v0.8.40
13802026-08-05T19:27:14.035Z Compiling portable-atomic v1.13.1
13812026-08-05T19:27:14.061Z Compiling serde_json v1.0.151
13822026-08-05T19:27:14.085Z Compiling syn v2.0.117
13832026-08-05T19:27:14.110Z Compiling critical-section v1.2.0
13842026-08-05T19:27:14.174Z Compiling lock_api v0.4.14
13852026-08-05T19:27:14.186Z Compiling libm v0.2.16
13862026-08-05T19:27:14.189Z Compiling num-traits v0.2.19
13872026-08-05T19:27:14.214Z Compiling pkg-config v0.3.32
13882026-08-05T19:27:14.214Z Compiling generic-array v0.14.7
13892026-08-05T19:27:14.270Z Compiling const-oid v0.9.6
13902026-08-05T19:27:14.327Z Compiling pin-project-lite v0.2.17
13912026-08-05T19:27:14.355Z Compiling parking_lot_core v0.9.12
13922026-08-05T19:27:14.367Z Compiling getrandom v0.4.1
13932026-08-05T19:27:14.396Z Compiling rand_core v0.10.0
13942026-08-05T19:27:14.470Z Compiling percent-encoding v2.3.2
13952026-08-05T19:27:14.495Z Compiling litemap v0.8.1
13962026-08-05T19:27:14.526Z Compiling futures-core v0.3.32
13972026-08-05T19:27:14.589Z Compiling writeable v0.6.2
13982026-08-05T19:27:14.620Z Compiling icu_normalizer_data v2.1.1
13992026-08-05T19:27:14.665Z Compiling icu_properties_data v2.1.2
14002026-08-05T19:27:14.671Z Compiling getrandom v0.3.4
14012026-08-05T19:27:14.692Z Compiling futures-sink v0.3.32
14022026-08-05T19:27:14.706Z Compiling futures-io v0.3.32
14032026-08-05T19:27:14.709Z Compiling utf8_iter v1.0.4
14042026-08-05T19:27:14.769Z Compiling rustix v1.1.3
14052026-08-05T19:27:14.802Z Compiling futures-channel v0.3.32
14062026-08-05T19:27:14.818Z Compiling futures-task v0.3.32
14072026-08-05T19:27:14.821Z Compiling slab v0.4.12
14082026-08-05T19:27:14.885Z Compiling form_urlencoded v1.2.2
14092026-08-05T19:27:14.910Z Compiling rustversion v1.0.22
14102026-08-05T19:27:14.985Z Compiling jobserver v0.1.34
14112026-08-05T19:27:15.012Z Compiling errno v0.3.14
14122026-08-05T19:27:15.027Z Compiling getrandom v0.2.17
14132026-08-05T19:27:15.059Z Compiling mio v1.2.0
14142026-08-05T19:27:15.075Z Compiling once_cell v1.21.3
14152026-08-05T19:27:15.090Z Compiling socket2 v0.6.3
14162026-08-05T19:27:15.120Z Compiling signal-hook-registry v1.4.8
14172026-08-05T19:27:15.189Z Compiling rand_core v0.6.4
14182026-08-05T19:27:15.193Z Compiling iana-time-zone v0.1.65
14192026-08-05T19:27:15.271Z Compiling cc v1.2.56
14202026-08-05T19:27:15.289Z Compiling parking_lot v0.12.5
14212026-08-05T19:27:15.322Z Compiling base64ct v1.8.3
14222026-08-05T19:27:15.355Z Compiling regex-syntax v0.8.10
14232026-08-05T19:27:15.410Z Compiling fs_extra v1.3.0
14242026-08-05T19:27:15.426Z Compiling flagset v0.4.7
14252026-08-05T19:27:15.446Z Compiling dunce v1.0.5
14262026-08-05T19:27:15.480Z Compiling ident_case v1.0.1
14272026-08-05T19:27:15.521Z Compiling base64 v0.22.1
14282026-08-05T19:27:15.550Z Compiling rand_core v0.9.5
14292026-08-05T19:27:15.564Z Compiling pem-rfc7468 v0.7.0
14302026-08-05T19:27:15.580Z Compiling syn v1.0.109
14312026-08-05T19:27:15.616Z Compiling vcpkg v0.2.15
14322026-08-05T19:27:15.631Z Compiling tracing-core v0.1.36
14332026-08-05T19:27:15.644Z Compiling dyn-clone v1.0.20
14342026-08-05T19:27:15.683Z Compiling cpufeatures v0.2.17
14352026-08-05T19:27:15.697Z Compiling aws-lc-rs v1.16.3
14362026-08-05T19:27:15.723Z Compiling schemars v0.8.22
14372026-08-05T19:27:15.767Z Compiling spin v0.9.8
14382026-08-05T19:27:15.798Z Compiling crc32fast v1.5.0
14392026-08-05T19:27:15.844Z Compiling cmov v0.5.4
14402026-08-05T19:27:15.869Z Compiling httparse v1.10.1
14412026-08-05T19:27:15.883Z Compiling tinyvec_macros v0.1.1
14422026-08-05T19:27:15.982Z Compiling openssl-probe v0.2.1
14432026-08-05T19:27:15.996Z Compiling cmake v0.1.57
14442026-08-05T19:27:15.996Z Compiling tinyvec v1.10.0
14452026-08-05T19:27:16.022Z Compiling aho-corasick v1.1.4
14462026-08-05T19:27:16.026Z Compiling tower-layer v0.3.3
14472026-08-05T19:27:16.047Z Compiling ctutils v0.4.2
14482026-08-05T19:27:16.065Z Compiling atomic-waker v1.1.2
14492026-08-05T19:27:16.145Z Compiling radium v0.7.0
14502026-08-05T19:27:16.173Z Compiling bitflags v2.11.0
14512026-08-05T19:27:16.210Z Compiling semver v1.0.28
14522026-08-05T19:27:16.214Z Compiling indexmap v2.14.0
14532026-08-05T19:27:16.253Z Compiling uuid v1.23.4
14542026-08-05T19:27:16.361Z Compiling untrusted v0.7.1
14552026-08-05T19:27:16.390Z Compiling tower-service v0.3.3
14562026-08-05T19:27:16.394Z Compiling try-lock v0.2.5
14572026-08-05T19:27:16.443Z Compiling rustc_version v0.4.1
14582026-08-05T19:27:16.497Z Compiling want v0.3.1
14592026-08-05T19:27:16.529Z Compiling openssl v0.10.80
14602026-08-05T19:27:16.549Z Compiling httpdate v1.0.3
14612026-08-05T19:27:16.570Z Compiling untrusted v0.9.0
14622026-08-05T19:27:16.631Z Compiling rustls v0.23.41
14632026-08-05T19:27:16.681Z Compiling tap v1.0.1
14642026-08-05T19:27:16.706Z Compiling maybe-uninit v2.0.0
14652026-08-05T19:27:16.727Z Compiling simd-adler32 v0.3.8
14662026-08-05T19:27:16.782Z Compiling foreign-types-shared v0.1.1
14672026-08-05T19:27:16.797Z Compiling wyz v0.5.1
14682026-08-05T19:27:16.827Z Compiling unicode-normalization v0.1.25
14692026-08-05T19:27:16.830Z Compiling num-integer v0.1.46
14702026-08-05T19:27:16.860Z Compiling aws-lc-sys v0.40.0
14712026-08-05T19:27:16.877Z Compiling openssl-sys v0.9.117
14722026-08-05T19:27:16.890Z Compiling regex-automata v0.4.14
14732026-08-05T19:27:16.957Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-08-05T19:27:16.997Z Compiling synstructure v0.13.2
14752026-08-05T19:27:17.002Z Compiling serde_derive_internals v0.29.1
14762026-08-05T19:27:17.025Z Compiling pest_generator v2.8.6
14772026-08-05T19:27:17.038Z Compiling darling_core v0.20.11
14782026-08-05T19:27:17.230Z Compiling bzip2-sys v0.1.13+1.0.8
14792026-08-05T19:27:17.337Z Compiling tempfile v3.25.0
14802026-08-05T19:27:17.388Z Compiling terminal_size v0.4.3
14812026-08-05T19:27:17.400Z Compiling foreign-types v0.3.2
14822026-08-05T19:27:17.481Z Compiling wait-timeout v0.2.1
14832026-08-05T19:27:17.533Z Compiling ahash v0.8.12
14842026-08-05T19:27:17.548Z Compiling time-core v0.1.8
14852026-08-05T19:27:17.561Z Compiling powerfmt v0.2.0
14862026-08-05T19:27:17.634Z Compiling native-tls v0.2.18
14872026-08-05T19:27:17.710Z Compiling bit-vec v0.8.0
14882026-08-05T19:27:17.725Z Compiling num-bigint-dig v0.8.6
14892026-08-05T19:27:17.756Z Compiling num-conv v0.2.0
14902026-08-05T19:27:17.771Z Compiling funty v2.0.0
14912026-08-05T19:27:17.775Z Compiling packed_struct v0.10.1
14922026-08-05T19:27:17.775Z Compiling quick-error v1.2.3
14932026-08-05T19:27:17.775Z Compiling adler2 v2.0.1
14942026-08-05T19:27:17.853Z Compiling clap_builder v4.6.0
14952026-08-05T19:27:17.882Z Compiling rusty-fork v0.3.1
14962026-08-05T19:27:17.896Z Compiling miniz_oxide v0.8.9
14972026-08-05T19:27:17.912Z Compiling time-macros v0.2.27
14982026-08-05T19:27:17.927Z Compiling bit-set v0.8.0
14992026-08-05T19:27:17.955Z Compiling deranged v0.5.8
15002026-08-05T19:27:18.096Z Compiling num-iter v0.1.45
15012026-08-05T19:27:18.176Z Compiling bitvec v1.0.1
15022026-08-05T19:27:18.206Z Compiling lazy_static v1.5.0
15032026-08-05T19:27:18.236Z Compiling rand_xorshift v0.4.0
15042026-08-05T19:27:18.309Z Compiling anstyle-parse v0.2.7
15052026-08-05T19:27:18.369Z Compiling sync_wrapper v1.0.2
15062026-08-05T19:27:18.417Z Compiling indexmap v1.9.3
15072026-08-05T19:27:18.489Z Compiling nodrop v0.1.14
15082026-08-05T19:27:18.504Z Compiling paste v1.0.15
15092026-08-05T19:27:18.516Z Compiling num_threads v0.1.7
15102026-08-05T19:27:18.594Z Compiling crossbeam-utils v0.8.21
15112026-08-05T19:27:18.622Z Compiling unicode-segmentation v1.12.0
15122026-08-05T19:27:18.637Z Compiling zlib-rs v0.6.2
15132026-08-05T19:27:18.701Z Compiling serde_derive v1.0.228
15142026-08-05T19:27:18.788Z Compiling zeroize_derive v1.5.0
15152026-08-05T19:27:18.899Z Compiling zerofrom-derive v0.1.6
15162026-08-05T19:27:18.960Z Compiling zerocopy-derive v0.8.40
15172026-08-05T19:27:18.990Z Compiling yoke-derive v0.8.1
15182026-08-05T19:27:19.027Z Compiling zerovec-derive v0.11.2
15192026-08-05T19:27:19.098Z Compiling displaydoc v0.2.5
15202026-08-05T19:27:19.388Z Compiling tokio-macros v2.7.0
15212026-08-05T19:27:19.510Z Compiling futures-macro v0.3.32
15222026-08-05T19:27:19.524Z Compiling zeroize v1.9.0
15232026-08-05T19:27:19.673Z Compiling der_derive v0.7.3
15242026-08-05T19:27:19.859Z Compiling thiserror-impl v2.0.18
15252026-08-05T19:27:19.873Z Compiling tracing-attributes v0.1.31
15262026-08-05T19:27:20.153Z Compiling rustls-pki-types v1.14.0
15272026-08-05T19:27:20.226Z Compiling schemars_derive v0.8.22
15282026-08-05T19:27:20.248Z Compiling hybrid-array v0.4.13
15292026-08-05T19:27:20.342Z Compiling block-buffer v0.10.4
15302026-08-05T19:27:20.374Z Compiling crypto-common v0.1.7
15312026-08-05T19:27:20.399Z Compiling zerofrom v0.1.6
15322026-08-05T19:27:20.545Z Compiling yoke v0.8.1
15332026-08-05T19:27:20.551Z Compiling digest v0.10.7
15342026-08-05T19:27:20.572Z Compiling futures-util v0.3.32
15352026-08-05T19:27:20.638Z Compiling scroll_derive v0.13.1
15362026-08-05T19:27:20.693Z Compiling der v0.7.10
15372026-08-05T19:27:20.747Z Compiling zerovec v0.11.5
15382026-08-05T19:27:20.830Z Compiling zerotrie v0.2.3
15392026-08-05T19:27:20.923Z Compiling sha2 v0.10.9
15402026-08-05T19:27:21.058Z Compiling pest_derive v2.8.6
15412026-08-05T19:27:21.096Z Compiling signature v2.2.0
15422026-08-05T19:27:21.156Z Compiling darling_macro v0.20.11
15432026-08-05T19:27:21.248Z Compiling tinystr v0.8.2
15442026-08-05T19:27:21.263Z Compiling potential_utf v0.1.4
15452026-08-05T19:27:21.287Z Compiling thiserror v2.0.18
15462026-08-05T19:27:21.302Z Compiling tracing v0.1.44
15472026-08-05T19:27:21.412Z Compiling icu_collections v2.1.1
15482026-08-05T19:27:21.449Z Compiling icu_locale_core v2.1.1
15492026-08-05T19:27:21.476Z Compiling openssl-macros v0.1.1
15502026-08-05T19:27:21.500Z Compiling scroll v0.13.0
15512026-08-05T19:27:21.566Z Compiling spki v0.7.3
15522026-08-05T19:27:21.569Z Compiling thiserror-impl v1.0.69
15532026-08-05T19:27:21.596Z Compiling hmac v0.12.1
15542026-08-05T19:27:21.695Z Compiling darling v0.20.11
15552026-08-05T19:27:21.776Z Compiling pkcs8 v0.10.2
15562026-08-05T19:27:21.794Z Compiling goblin v0.10.5
15572026-08-05T19:27:21.820Z Compiling packed_struct_codegen v0.10.1
15582026-08-05T19:27:21.835Z Compiling zerocopy-derive v0.6.6
15592026-08-05T19:27:21.939Z Compiling bitfield-macros v0.19.4
15602026-08-05T19:27:21.955Z Compiling clap_derive v4.6.1
15612026-08-05T19:27:21.988Z Compiling unarray v0.1.4
15622026-08-05T19:27:22.049Z Compiling siphasher v1.0.2
15632026-08-05T19:27:22.113Z Compiling icu_provider v2.1.1
15642026-08-05T19:27:22.270Z Compiling bytes v1.11.1
15652026-08-05T19:27:22.292Z Compiling chrono v0.4.45
15662026-08-05T19:27:22.330Z Compiling ipnet v2.11.0
15672026-08-05T19:27:22.367Z Compiling hex v0.4.3
15682026-08-05T19:27:22.444Z Compiling icu_normalizer v2.1.1
15692026-08-05T19:27:22.642Z Compiling icu_properties v2.1.2
15702026-08-05T19:27:22.702Z Compiling serde_spanned v0.6.9
15712026-08-05T19:27:22.717Z Compiling toml_datetime v0.6.11
15722026-08-05T19:27:22.860Z Compiling tokio v1.52.1
15732026-08-05T19:27:22.875Z Compiling http v1.4.2
15742026-08-05T19:27:22.914Z Compiling thiserror v1.0.69
15752026-08-05T19:27:22.929Z Compiling usdt-impl v0.6.0
15762026-08-05T19:27:22.965Z Compiling crc-catalog v2.4.0
15772026-08-05T19:27:22.996Z Compiling zerocopy v0.6.6
15782026-08-05T19:27:23.014Z Compiling bitfield v0.19.4
15792026-08-05T19:27:23.028Z Compiling pkcs1 v0.7.5
15802026-08-05T19:27:23.071Z Compiling crc v3.4.0
15812026-08-05T19:27:23.166Z Compiling derive_builder_core v0.20.2
15822026-08-05T19:27:23.284Z Compiling dtrace-parser v0.3.0
15832026-08-05T19:27:23.323Z Compiling flate2 v1.1.9
15842026-08-05T19:27:23.436Z Compiling ppv-lite86 v0.2.21
15852026-08-05T19:27:23.610Z Compiling idna_adapter v1.2.1
15862026-08-05T19:27:23.687Z Compiling http-body v1.0.1
15872026-08-05T19:27:23.701Z Compiling time v0.3.47
15882026-08-05T19:27:23.745Z Compiling idna v1.1.0
15892026-08-05T19:27:23.764Z Compiling rand_chacha v0.9.0
15902026-08-05T19:27:23.764Z Compiling rand_chacha v0.3.1
15912026-08-05T19:27:23.806Z Compiling clap v4.6.1
15922026-08-05T19:27:23.810Z Compiling http-body-util v0.1.3
15932026-08-05T19:27:23.854Z Compiling scroll_derive v0.12.1
15942026-08-05T19:27:23.887Z Compiling structmeta-derive v0.3.0
15952026-08-05T19:27:23.922Z Compiling array-init v0.0.4
15962026-08-05T19:27:24.032Z Compiling rand v0.9.2
15972026-08-05T19:27:24.048Z Compiling url v2.5.8
15982026-08-05T19:27:24.081Z Compiling rand v0.8.6
15992026-08-05T19:27:24.335Z Compiling anstream v0.6.21
16002026-08-05T19:27:24.489Z Compiling smallvec v0.6.14
16012026-08-05T19:27:24.555Z Compiling dof v0.4.0
16022026-08-05T19:27:24.624Z Compiling darling_core v0.23.0
16032026-08-05T19:27:24.658Z Compiling heapless v0.7.17
16042026-08-05T19:27:24.658Z Compiling slog v2.8.2
16052026-08-05T19:27:24.710Z Compiling proptest v1.11.0
16062026-08-05T19:27:24.894Z Compiling thread-id v5.1.0
16072026-08-05T19:27:24.910Z Compiling env_filter v1.0.0
16082026-08-05T19:27:24.925Z Compiling cookie v0.18.1
16092026-08-05T19:27:24.991Z Compiling unicode-bidi v0.3.18
16102026-08-05T19:27:25.005Z Compiling signal-hook v0.3.18
16112026-08-05T19:27:25.032Z Compiling unicode-properties v0.1.4
16122026-08-05T19:27:25.062Z Compiling hashbrown v0.12.3
16132026-08-05T19:27:25.130Z Compiling iri-string v0.7.10
16142026-08-05T19:27:25.193Z Compiling anyhow v1.0.102
16152026-08-05T19:27:25.226Z Compiling base64 v0.21.7
16162026-08-05T19:27:25.258Z Compiling zstd-safe v7.2.4
16172026-08-05T19:27:25.327Z Compiling winnow v0.5.40
16182026-08-05T19:27:25.477Z Compiling ipnetwork v0.21.1
16192026-08-05T19:27:25.520Z Compiling allocator-api2 v0.2.21
16202026-08-05T19:27:25.543Z Compiling ryu v1.0.23
16212026-08-05T19:27:25.741Z Compiling oxnet v0.1.6
16222026-08-05T19:27:25.776Z Compiling serde_urlencoded v0.7.1
16232026-08-05T19:27:25.792Z Compiling ron v0.8.1
16242026-08-05T19:27:25.865Z Compiling stringprep v0.1.5
16252026-08-05T19:27:25.908Z Compiling rsa v0.9.10
16262026-08-05T19:27:26.045Z Compiling env_logger v0.11.9
16272026-08-05T19:27:26.061Z Compiling structmeta v0.3.0
16282026-08-05T19:27:26.164Z Compiling serde-hex v0.1.0
16292026-08-05T19:27:26.198Z Compiling scroll v0.12.0
16302026-08-05T19:27:26.294Z Compiling camino v1.2.2
16312026-08-05T19:27:26.326Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-05T19:27:26.414Z Compiling derive_builder_macro v0.20.2
16332026-08-05T19:27:26.663Z Compiling toml_edit v0.19.15
16342026-08-05T19:27:26.692Z Compiling tokio-util v0.7.18
16352026-08-05T19:27:26.718Z Compiling tower v0.5.3
16362026-08-05T19:27:26.760Z Compiling tokio-native-tls v0.3.1
16372026-08-05T19:27:26.783Z Compiling hashbrown v0.13.2
16382026-08-05T19:27:26.926Z Compiling bzip2 v0.4.4
16392026-08-05T19:27:26.950Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-08-05T19:27:27.017Z Compiling serde_tokenstream v0.2.3
16412026-08-05T19:27:27.130Z Compiling erased-serde v0.3.31
16422026-08-05T19:27:27.168Z Compiling tower-http v0.6.8
16432026-08-05T19:27:27.172Z Compiling newtype-uuid v1.3.2
16442026-08-05T19:27:27.196Z Compiling darling_macro v0.23.0
16452026-08-05T19:27:27.247Z Compiling x509-cert v0.2.5
16462026-08-05T19:27:27.295Z Compiling block-buffer v0.12.1
16472026-08-05T19:27:27.361Z Compiling block-padding v0.4.2
16482026-08-05T19:27:27.507Z Compiling h2 v0.4.15
16492026-08-05T19:27:27.524Z Compiling crypto-common v0.2.2
16502026-08-05T19:27:27.543Z Compiling md-5 v0.10.6
16512026-08-05T19:27:27.611Z Compiling rustls-native-certs v0.8.3
16522026-08-05T19:27:27.642Z Compiling bstr v1.12.1
16532026-08-05T19:27:27.717Z Compiling heck v0.4.1
16542026-08-05T19:27:27.731Z Compiling daft-derive v0.1.7
16552026-08-05T19:27:27.764Z Compiling zerocopy-derive v0.7.35
16562026-08-05T19:27:27.914Z Compiling pin-project-internal v1.1.11
16572026-08-05T19:27:27.933Z Compiling async-trait v0.1.89
16582026-08-05T19:27:27.956Z Compiling curve25519-dalek v4.1.3
16592026-08-05T19:27:28.295Z Compiling vergen-lib v9.1.0
16602026-08-05T19:27:28.309Z Compiling hash32 v0.2.1
16612026-08-05T19:27:28.473Z Compiling encoding_rs v0.8.35
16622026-08-05T19:27:28.493Z Compiling memoffset v0.9.1
16632026-08-05T19:27:28.516Z Compiling rustix v0.38.44
16642026-08-05T19:27:28.653Z Compiling fallible-iterator v0.2.0
16652026-08-05T19:27:28.676Z Compiling crc-any v2.5.0
16662026-08-05T19:27:28.705Z Compiling litrs v1.0.0
16672026-08-05T19:27:28.858Z Compiling cfg_aliases v0.2.1
16682026-08-05T19:27:28.879Z Compiling ref-cast v1.0.25
16692026-08-05T19:27:28.926Z Compiling psl-types v2.0.11
16702026-08-05T19:27:28.946Z Compiling smoltcp v0.9.1
16712026-08-05T19:27:28.978Z Compiling mime v0.3.17
16722026-08-05T19:27:28.992Z Compiling nix v0.31.2
16732026-08-05T19:27:29.009Z Compiling postgres-protocol v0.6.10
16742026-08-05T19:27:29.039Z Compiling pin-project v1.1.11
16752026-08-05T19:27:29.065Z Compiling publicsuffix v2.3.0
16762026-08-05T19:27:29.238Z Compiling document-features v0.2.12
16772026-08-05T19:27:29.280Z Compiling zerocopy v0.7.35
16782026-08-05T19:27:29.328Z Compiling daft v0.1.7
16792026-08-05T19:27:29.357Z Compiling toml v0.7.8
16802026-08-05T19:27:29.418Z Compiling snafu-derive v0.8.9
16812026-08-05T19:27:29.432Z Compiling darling v0.23.0
16822026-08-05T19:27:29.471Z Compiling inout v0.2.2
16832026-08-05T19:27:29.527Z Compiling object v0.30.4
16842026-08-05T19:27:29.602Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16852026-08-05T19:27:29.651Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-05T19:27:29.668Z Compiling zip v0.6.6
16872026-08-05T19:27:29.862Z Compiling derive_builder v0.20.2
16882026-08-05T19:27:29.892Z Compiling goblin v0.8.2
16892026-08-05T19:27:29.895Z Compiling derive-ex v0.1.8
16902026-08-05T19:27:30.074Z Compiling futures-executor v0.3.32
16912026-08-05T19:27:30.101Z Compiling phf_shared v0.13.1
16922026-08-05T19:27:30.269Z Compiling hubpack_derive v0.1.1
16932026-08-05T19:27:30.305Z Compiling regex v1.12.3
16942026-08-05T19:27:30.359Z Compiling ref-cast-impl v1.0.25
16952026-08-05T19:27:30.374Z Compiling curve25519-dalek-derive v0.1.1
16962026-08-05T19:27:30.389Z Compiling strum_macros v0.27.2
16972026-08-05T19:27:30.457Z Compiling cargo-platform v0.3.2
16982026-08-05T19:27:30.471Z Compiling vergen v9.1.0
16992026-08-05T19:27:30.697Z Compiling hyper v1.10.1
17002026-08-05T19:27:30.754Z Compiling ff v0.13.1
17012026-08-05T19:27:30.769Z Compiling fs-err v3.3.0
17022026-08-05T19:27:30.769Z Compiling foldhash v0.1.5
17032026-08-05T19:27:30.911Z Compiling bitflags v1.3.2
17042026-08-05T19:27:30.941Z Compiling base16ct v0.2.0
17052026-08-05T19:27:30.970Z Compiling path-slash v0.1.5
17062026-08-05T19:27:30.985Z Compiling libbz2-rs-sys v0.2.2
17072026-08-05T19:27:31.000Z Compiling managed v0.8.0
17082026-08-05T19:27:31.063Z Compiling same-file v1.0.6
17092026-08-05T19:27:31.077Z Compiling foldhash v0.2.0
17102026-08-05T19:27:31.127Z Compiling object v0.37.3
17112026-08-05T19:27:31.140Z Compiling jiff-core v0.1.0
17122026-08-05T19:27:31.235Z Compiling bumpalo v3.20.2
17132026-08-05T19:27:31.249Z Compiling hashbrown v0.16.1
17142026-08-05T19:27:31.316Z Compiling walkdir v2.5.0
17152026-08-05T19:27:31.405Z Compiling snafu v0.8.9
17162026-08-05T19:27:31.480Z Compiling zopfli v0.8.3
17172026-08-05T19:27:31.512Z Compiling bzip2 v0.6.1
17182026-08-05T19:27:31.624Z Compiling test-strategy v0.4.5
17192026-08-05T19:27:31.735Z Compiling sec1 v0.7.3
17202026-08-05T19:27:31.858Z Compiling hyper-util v0.1.20
17212026-08-05T19:27:31.872Z Compiling hashbrown v0.15.5
17222026-08-05T19:27:31.894Z Compiling jiff v0.2.34
17232026-08-05T19:27:32.028Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17242026-08-05T19:27:32.156Z Compiling group v0.13.0
17252026-08-05T19:27:32.246Z Compiling dof v0.3.0
17262026-08-05T19:27:32.349Z Compiling hubpack v0.1.2
17272026-08-05T19:27:32.384Z Compiling cargo_metadata v0.23.1
17282026-08-05T19:27:32.424Z Compiling strum v0.27.2
17292026-08-05T19:27:32.444Z Compiling phf v0.13.1
17302026-08-05T19:27:32.463Z Compiling futures v0.3.32
17312026-08-05T19:27:32.557Z Compiling cookie_store v0.22.1
17322026-08-05T19:27:32.573Z Compiling signal-hook-mio v0.2.5
17332026-08-05T19:27:32.586Z Compiling zstd v0.13.3
17342026-08-05T19:27:32.612Z Compiling cipher v0.5.2
17352026-08-05T19:27:32.709Z Compiling serde_with_macros v3.21.0
17362026-08-05T19:27:32.894Z Compiling postgres-types v0.2.12
17372026-08-05T19:27:32.960Z Compiling globset v0.4.18
17382026-08-05T19:27:32.982Z Compiling usdt-attr-macro v0.6.0
17392026-08-05T19:27:33.125Z Compiling usdt-macro v0.6.0
17402026-08-05T19:27:33.241Z Compiling byte-wrapper v0.1.0
17412026-08-05T19:27:33.438Z Compiling hyper-tls v0.6.0
17422026-08-05T19:27:33.452Z Compiling dtrace-parser v0.2.0
17432026-08-05T19:27:33.483Z Compiling serde_plain v1.0.2
17442026-08-05T19:27:33.594Z Compiling olpc-cjson v0.1.4
17452026-08-05T19:27:33.638Z Compiling reqwest v0.12.28
17462026-08-05T19:27:33.653Z Compiling serde-big-array v0.5.1
17472026-08-05T19:27:33.689Z Compiling phf_shared v0.11.3
17482026-08-05T19:27:33.704Z Compiling ed25519 v2.2.3
17492026-08-05T19:27:33.779Z Compiling hkdf v0.12.4
17502026-08-05T19:27:33.795Z Compiling crypto-bigint v0.5.5
17512026-08-05T19:27:33.813Z Compiling enum-as-inner v0.6.1
17522026-08-05T19:27:33.850Z Compiling serde_repr v0.1.20
17532026-08-05T19:27:33.891Z Compiling strum_macros v0.26.4
17542026-08-05T19:27:33.904Z Compiling async-recursion v1.1.1
17552026-08-05T19:27:33.948Z Compiling float-cmp v0.10.0
17562026-08-05T19:27:33.963Z Compiling pem v3.0.6
17572026-08-05T19:27:34.045Z Compiling thread-id v4.2.2
17582026-08-05T19:27:34.112Z Compiling memmap2 v0.9.10
17592026-08-05T19:27:34.141Z Compiling keccak v0.1.6
17602026-08-05T19:27:34.208Z Compiling const-oid v0.10.2
17612026-08-05T19:27:34.340Z Compiling data-encoding v2.10.0
17622026-08-05T19:27:34.375Z Compiling either v1.15.0
17632026-08-05T19:27:34.395Z Compiling winnow v1.0.3
17642026-08-05T19:27:34.460Z Compiling cpufeatures v0.3.0
17652026-08-05T19:27:34.474Z Compiling new_debug_unreachable v1.0.6
17662026-08-05T19:27:34.553Z Compiling normalize-line-endings v0.3.0
17672026-08-05T19:27:34.567Z Compiling fixedbitset v0.4.2
17682026-08-05T19:27:34.599Z Compiling whoami v2.1.0
17692026-08-05T19:27:34.625Z Compiling fixedbitset v0.5.7
17702026-08-05T19:27:34.665Z Compiling typed-path v0.9.3
17712026-08-05T19:27:34.683Z Compiling static_assertions v1.1.0
17722026-08-05T19:27:34.697Z Compiling predicates-core v1.0.10
17732026-08-05T19:27:34.762Z Compiling precomputed-hash v0.1.1
17742026-08-05T19:27:34.776Z Compiling difflib v0.4.0
17752026-08-05T19:27:34.802Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17762026-08-05T19:27:34.864Z Compiling elliptic-curve v0.13.8
17772026-08-05T19:27:34.889Z Compiling string_cache v0.8.9
17782026-08-05T19:27:34.925Z Compiling petgraph v0.8.3
17792026-08-05T19:27:34.952Z Compiling tokio-postgres v0.7.16
17802026-08-05T19:27:34.993Z Compiling petgraph v0.6.5
17812026-08-05T19:27:35.067Z Compiling predicates v3.1.4
17822026-08-05T19:27:35.137Z Compiling toml_parser v1.1.2+spec-1.1.0
17832026-08-05T19:27:35.292Z Compiling hickory-proto v0.25.2
17842026-08-05T19:27:35.357Z Compiling toml_edit v0.22.27
17852026-08-05T19:27:35.557Z Compiling itertools v0.13.0
17862026-08-05T19:27:35.714Z Compiling strum v0.26.3
17872026-08-05T19:27:35.732Z Compiling chacha20 v0.10.0
17882026-08-05T19:27:35.805Z Compiling digest v0.11.3
17892026-08-05T19:27:35.862Z Compiling sha3 v0.10.8
17902026-08-05T19:27:35.875Z Compiling usdt v0.6.0
17912026-08-05T19:27:35.918Z Compiling zip v4.6.1
17922026-08-05T19:27:36.007Z Compiling usdt-impl v0.5.0
17932026-08-05T19:27:36.053Z Compiling serde_with v3.21.0
17942026-08-05T19:27:36.140Z Compiling ed25519-dalek v2.2.0
17952026-08-05T19:27:36.162Z Compiling crossterm v0.28.1
17962026-08-05T19:27:36.334Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17972026-08-05T19:27:36.684Z Compiling iddqd v0.4.2
17982026-08-05T19:27:36.925Z Compiling similar v2.7.0
17992026-08-05T19:27:36.965Z Compiling tokio-stream v0.1.18
18002026-08-05T19:27:37.284Z Compiling crossbeam-epoch v0.9.18
18012026-08-05T19:27:37.298Z Compiling buf-list v1.1.2
18022026-08-05T19:27:37.491Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-05T19:27:37.507Z Compiling openapiv3 v2.2.0
18042026-08-05T19:27:37.507Z Compiling lalrpop-util v0.19.12
18052026-08-05T19:27:37.591Z Compiling peg-runtime v0.8.5
18062026-08-05T19:27:37.620Z Compiling thread_local v1.1.9
18072026-08-05T19:27:37.664Z Compiling slog-async v2.8.0
18082026-08-05T19:27:37.737Z Compiling crossbeam-channel v0.5.15
18092026-08-05T19:27:37.803Z Compiling filetime v0.2.27
18102026-08-05T19:27:37.840Z Compiling is-terminal v0.4.17
18112026-08-05T19:27:37.892Z Compiling xattr v1.6.1
18122026-08-05T19:27:37.896Z Compiling term v1.2.1
18132026-08-05T19:27:37.922Z Compiling take_mut v0.2.2
18142026-08-05T19:27:37.940Z Compiling camino-tempfile v1.4.1
18152026-08-05T19:27:38.023Z Compiling tar v0.4.46
18162026-08-05T19:27:38.177Z Compiling slog-term v2.9.2
18172026-08-05T19:27:55.549Z Compiling rustls-webpki v0.103.13
18182026-08-05T19:27:58.215Z Compiling tokio-rustls v0.26.4
18192026-08-05T19:27:58.215Z Compiling rustls-platform-verifier v0.6.2
18202026-08-05T19:27:58.218Z Compiling tough v0.22.0
18212026-08-05T19:27:58.425Z Compiling hyper-rustls v0.27.7
18222026-08-05T19:27:58.613Z Compiling reqwest v0.13.2
18232026-08-05T19:28:00.788Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-08-05T19:28:01.022Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-08-05T19:28:03.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.81s
18262026-08-05T19:28:04.091Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18272026-08-05T19:28:04.146ZAug 05 19:28:03.489 INFO Starting download, target: Cockroach
18282026-08-05T19:28:04.146ZAug 05 19:28:03.490 INFO Starting download, target: Clickhouse
18292026-08-05T19:28:04.146ZAug 05 19:28:03.490 INFO Starting download, target: Console
18302026-08-05T19:28:04.146ZAug 05 19:28:03.490 INFO Starting download, target: DendriteStub
18312026-08-05T19:28:04.146ZAug 05 19:28:03.490 INFO Starting download, target: MaghemiteMgd
18322026-08-05T19:28:04.146ZAug 05 19:28:03.490 INFO Starting download, target: MaghemiteDdmd
18332026-08-05T19:28:04.149ZAug 05 19:28:03.490 INFO Starting download, target: TransceiverControl
18342026-08-05T19:28:04.149ZAug 05 19:28:03.490 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18352026-08-05T19:28:04.149ZAug 05 19:28:03.491 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18362026-08-05T19:28:04.150ZAug 05 19:28:03.491 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18372026-08-05T19:28:04.150ZAug 05 19:28:03.491 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18382026-08-05T19:28:04.150ZAug 05 19:28:03.491 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18392026-08-05T19:28:04.150ZAug 05 19:28:03.491 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18402026-08-05T19:28:04.150ZAug 05 19:28:03.491 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18412026-08-05T19:28:05.977ZAug 05 19:28:05.321 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18422026-08-05T19:28:06.212ZAug 05 19:28:05.526 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18432026-08-05T19:28:06.275ZAug 05 19:28:05.573 INFO Download complete, target: Console
18442026-08-05T19:28:06.655ZAug 05 19:28:05.975 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18452026-08-05T19:28:06.863ZAug 05 19:28:06.192 INFO Download complete, target: TransceiverControl
18462026-08-05T19:28:13.576ZAug 05 19:28:12.267 INFO Checking that binary works, target: Clickhouse
18472026-08-05T19:28:13.576ZAug 05 19:28:12.497 INFO Download complete, target: Clickhouse
18482026-08-05T19:28:14.444ZAug 05 19:28:13.591 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18492026-08-05T19:28:16.444ZAug 05 19:28:15.788 INFO Download complete, target: DendriteStub
18502026-08-05T19:28:17.810ZAug 05 19:28:17.123 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18512026-08-05T19:28:18.414ZAug 05 19:28:17.728 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18522026-08-05T19:28:19.657ZAug 05 19:28:18.968 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18532026-08-05T19:28:19.657ZAug 05 19:28:18.968 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18542026-08-05T19:28:19.829ZAug 05 19:28:19.151 INFO Download complete, target: MaghemiteDdmd
18552026-08-05T19:28:20.966ZAug 05 19:28:20.310 INFO Download complete, target: MaghemiteMgd
18562026-08-05T19:28:24.243ZAug 05 19:28:23.588 INFO Checking that binary works, target: Cockroach
18572026-08-05T19:28:24.458ZAug 05 19:28:23.802 INFO Download complete, target: Cockroach
18582026-08-05T19:28:24.463ZAll prerequisites installed successfully
18592026-08-05T19:28:24.466Z
18602026-08-05T19:28:24.466Zreal 1:45.456668038
18612026-08-05T19:28:24.466Zuser 7:05.438287069
18622026-08-05T19:28:24.466Zsys 1:41.386654109
18632026-08-05T19:28:24.467Ztrap 0.237309739
18642026-08-05T19:28:24.467Ztflt 3.213518212
18652026-08-05T19:28:24.467Zdflt 3.206263213
18662026-08-05T19:28:24.467Zkflt 0.072201238
18672026-08-05T19:28:24.467Zlock 32:32.209451265
18682026-08-05T19:28:24.467Zslp 20:09.658878166
18692026-08-05T19:28:24.467Zlat 21.916746172
18702026-08-05T19:28:24.467Zstop 2:48.065555841
18712026-08-05T19:28:24.467Z+ source ./tools/include/force-git-over-https.sh
18722026-08-05T19:28:24.467Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18732026-08-05T19:28:24.467Z++ (( i = 0 ))
18742026-08-05T19:28:24.467Z++ (( i < 5 ))
18752026-08-05T19:28:24.467Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18762026-08-05T19:28:24.470Z++ (( i++ ))
18772026-08-05T19:28:24.470Z++ (( i < 5 ))
18782026-08-05T19:28:24.470Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18792026-08-05T19:28:24.473Z++ (( i++ ))
18802026-08-05T19:28:24.473Z++ (( i < 5 ))
18812026-08-05T19:28:24.473Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18822026-08-05T19:28:24.475Z++ (( i++ ))
18832026-08-05T19:28:24.475Z++ (( i < 5 ))
18842026-08-05T19:28:24.476Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18852026-08-05T19:28:24.478Z++ (( i++ ))
18862026-08-05T19:28:24.478Z++ (( i < 5 ))
18872026-08-05T19:28:24.478Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18882026-08-05T19:28:24.481Z++ (( i++ ))
18892026-08-05T19:28:24.482Z++ (( i < 5 ))
18902026-08-05T19:28:24.482Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-05T19:28:24.482Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-05T19:28:24.482Z+ rc=0
18932026-08-05T19:28:24.482Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18942026-08-05T19:28:32.557Z+ case $rc in
18952026-08-05T19:28:32.557Z+ pfexec zfs create -p rpool/images/build/host
18962026-08-05T19:28:32.679Z+ pfexec zfs create -p rpool/images/build/recovery
18972026-08-05T19:28:32.724Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18982026-08-05T19:28:33.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18992026-08-05T19:28:33.195Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19002026-08-05T19:28:34.064Z Compiling proc-macro2 v1.0.106
19012026-08-05T19:28:34.064Z Compiling quote v1.0.45
19022026-08-05T19:28:34.064Z Compiling unicode-ident v1.0.24
19032026-08-05T19:28:34.064Z Compiling libc v0.2.185
19042026-08-05T19:28:34.067Z Compiling serde_core v1.0.228
19052026-08-05T19:28:34.067Z Compiling serde v1.0.228
19062026-08-05T19:28:34.067Z Compiling cfg-if v1.0.4
19072026-08-05T19:28:34.067Z Compiling version_check v0.9.5
19082026-08-05T19:28:34.067Z Compiling find-msvc-tools v0.1.9
19092026-08-05T19:28:34.068Z Compiling shlex v1.3.0
19102026-08-05T19:28:34.068Z Compiling autocfg v1.5.0
19112026-08-05T19:28:34.068Z Compiling zerocopy v0.8.40
19122026-08-05T19:28:34.068Z Compiling portable-atomic v1.13.1
19132026-08-05T19:28:34.068Z Compiling zmij v1.0.21
19142026-08-05T19:28:34.204Z Compiling memchr v2.8.0
19152026-08-05T19:28:34.356Z Compiling serde_json v1.0.151
19162026-08-05T19:28:34.370Z Compiling getrandom v0.4.1
19172026-08-05T19:28:34.417Z Compiling libm v0.2.16
19182026-08-05T19:28:34.522Z Compiling parking_lot_core v0.9.12
19192026-08-05T19:28:34.577Z Compiling icu_properties_data v2.1.2
19202026-08-05T19:28:34.580Z Compiling icu_normalizer_data v2.1.1
19212026-08-05T19:28:34.612Z Compiling generic-array v0.14.7
19222026-08-05T19:28:34.760Z Compiling smallvec v1.15.1
19232026-08-05T19:28:34.763Z Compiling num-traits v0.2.19
19242026-08-05T19:28:34.810Z Compiling pkg-config v0.3.32
19252026-08-05T19:28:34.844Z Compiling itoa v1.0.17
19262026-08-05T19:28:34.860Z Compiling log v0.4.29
19272026-08-05T19:28:34.863Z Compiling getrandom v0.3.4
19282026-08-05T19:28:34.875Z Compiling subtle v2.6.1
19292026-08-05T19:28:34.888Z Compiling rustix v1.1.3
19302026-08-05T19:28:35.035Z Compiling scopeguard v1.2.0
19312026-08-05T19:28:35.097Z Compiling stable_deref_trait v1.2.1
19322026-08-05T19:28:35.149Z Compiling lock_api v0.4.14
19332026-08-05T19:28:35.173Z Compiling jobserver v0.1.34
19342026-08-05T19:28:35.191Z Compiling errno v0.3.14
19352026-08-05T19:28:35.265Z Compiling typenum v1.20.1
19362026-08-05T19:28:35.310Z Compiling critical-section v1.2.0
19372026-08-05T19:28:35.326Z Compiling thiserror v2.0.18
19382026-08-05T19:28:35.391Z Compiling cc v1.2.56
19392026-08-05T19:28:35.408Z Compiling heck v0.5.0
19402026-08-05T19:28:35.450Z Compiling dunce v1.0.5
19412026-08-05T19:28:35.466Z Compiling fs_extra v1.3.0
19422026-08-05T19:28:35.480Z Compiling rand_core v0.10.0
19432026-08-05T19:28:35.564Z Compiling syn v2.0.117
19442026-08-05T19:28:35.650Z Compiling pin-project-lite v0.2.17
19452026-08-05T19:28:35.728Z Compiling writeable v0.6.2
19462026-08-05T19:28:35.742Z Compiling once_cell v1.21.3
19472026-08-05T19:28:35.756Z Compiling percent-encoding v2.3.2
19482026-08-05T19:28:35.760Z Compiling litemap v0.8.1
19492026-08-05T19:28:35.791Z Compiling schemars v0.8.22
19502026-08-05T19:28:35.861Z Compiling rustversion v1.0.22
19512026-08-05T19:28:35.895Z Compiling getrandom v0.2.17
19522026-08-05T19:28:36.040Z Compiling aws-lc-rs v1.16.3
19532026-08-05T19:28:36.040Z Compiling futures-core v0.3.32
19542026-08-05T19:28:36.102Z Compiling cmake v0.1.57
19552026-08-05T19:28:36.106Z Compiling rand_core v0.6.4
19562026-08-05T19:28:36.193Z Compiling signal-hook-registry v1.4.8
19572026-08-05T19:28:36.318Z Compiling equivalent v1.0.2
19582026-08-05T19:28:36.383Z Compiling crc32fast v1.5.0
19592026-08-05T19:28:36.423Z Compiling parking_lot v0.12.5
19602026-08-05T19:28:36.446Z Compiling mio v1.2.0
19612026-08-05T19:28:36.498Z Compiling const-oid v0.9.6
19622026-08-05T19:28:36.526Z Compiling utf8_iter v1.0.4
19632026-08-05T19:28:36.595Z Compiling semver v1.0.28
19642026-08-05T19:28:36.629Z Compiling bitflags v2.11.0
19652026-08-05T19:28:36.728Z Compiling aws-lc-sys v0.40.0
19662026-08-05T19:28:36.851Z Compiling httparse v1.10.1
19672026-08-05T19:28:36.893Z Compiling form_urlencoded v1.2.2
19682026-08-05T19:28:36.910Z Compiling socket2 v0.6.3
19692026-08-05T19:28:37.180Z Compiling byteorder v1.5.0
19702026-08-05T19:28:37.286Z Compiling fnv v1.0.7
19712026-08-05T19:28:37.394Z Compiling syn v1.0.109
19722026-08-05T19:28:37.432Z Compiling hashbrown v0.17.0
19732026-08-05T19:28:37.468Z Compiling strsim v0.11.1
19742026-08-05T19:28:37.501Z Compiling vcpkg v0.2.15
19752026-08-05T19:28:37.662Z Compiling futures-sink v0.3.32
19762026-08-05T19:28:37.693Z Compiling rustls v0.23.41
19772026-08-05T19:28:37.792Z Compiling futures-channel v0.3.32
19782026-08-05T19:28:37.839Z Compiling futures-io v0.3.32
19792026-08-05T19:28:37.843Z Compiling slab v0.4.12
19802026-08-05T19:28:37.886Z Compiling radium v0.7.0
19812026-08-05T19:28:37.904Z Compiling futures-task v0.3.32
19822026-08-05T19:28:38.114Z Compiling indexmap v2.14.0
19832026-08-05T19:28:38.118Z Compiling thiserror v1.0.69
19842026-08-05T19:28:38.150Z Compiling openssl-sys v0.9.117
19852026-08-05T19:28:38.166Z Compiling iana-time-zone v0.1.65
19862026-08-05T19:28:38.228Z Compiling maybe-uninit v2.0.0
19872026-08-05T19:28:38.244Z Compiling base64 v0.22.1
19882026-08-05T19:28:38.348Z Compiling synstructure v0.13.2
19892026-08-05T19:28:38.377Z Compiling serde_derive_internals v0.29.1
19902026-08-05T19:28:38.456Z Compiling rustc_version v0.4.1
19912026-08-05T19:28:38.496Z Compiling ucd-trie v0.1.7
19922026-08-05T19:28:38.703Z Compiling pest v2.8.6
19932026-08-05T19:28:38.742Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-08-05T19:28:38.749Z Compiling ahash v0.8.12
19952026-08-05T19:28:38.761Z Compiling packed_struct v0.10.1
19962026-08-05T19:28:38.778Z Compiling ident_case v1.0.1
19972026-08-05T19:28:38.795Z Compiling time-core v0.1.8
19982026-08-05T19:28:38.843Z Compiling num-conv v0.2.0
19992026-08-05T19:28:38.880Z Compiling num-bigint-dig v0.8.6
20002026-08-05T19:28:38.950Z Compiling uuid v1.23.4
20012026-08-05T19:28:39.003Z Compiling time-macros v0.2.27
20022026-08-05T19:28:39.040Z Compiling regex-syntax v0.8.10
20032026-08-05T19:28:39.071Z Compiling openssl v0.10.80
20042026-08-05T19:28:39.101Z Compiling fastrand v2.3.0
20052026-08-05T19:28:39.155Z Compiling paste v1.0.15
20062026-08-05T19:28:39.347Z Compiling indexmap v1.9.3
20072026-08-05T19:28:39.440Z Compiling dyn-clone v1.0.20
20082026-08-05T19:28:39.459Z Compiling base64ct v1.8.3
20092026-08-05T19:28:39.492Z Compiling rand_core v0.9.5
20102026-08-05T19:28:39.520Z Compiling slog v2.8.2
20112026-08-05T19:28:39.605Z Compiling serde_derive v1.0.228
20122026-08-05T19:28:39.608Z Compiling zeroize_derive v1.5.0
20132026-08-05T19:28:39.636Z Compiling zerofrom-derive v0.1.6
20142026-08-05T19:28:39.639Z Compiling zerocopy-derive v0.8.40
20152026-08-05T19:28:39.733Z Compiling yoke-derive v0.8.1
20162026-08-05T19:28:39.758Z Compiling zerovec-derive v0.11.2
20172026-08-05T19:28:39.782Z Compiling displaydoc v0.2.5
20182026-08-05T19:28:39.974Z Compiling tokio-macros v2.7.0
20192026-08-05T19:28:39.990Z Compiling futures-macro v0.3.32
20202026-08-05T19:28:40.022Z Compiling thiserror-impl v2.0.18
20212026-08-05T19:28:40.043Z Compiling der_derive v0.7.3
20222026-08-05T19:28:40.258Z Compiling zeroize v1.9.0
20232026-08-05T19:28:40.482Z Compiling schemars_derive v0.8.22
20242026-08-05T19:28:40.534Z Compiling tracing-attributes v0.1.31
20252026-08-05T19:28:40.723Z Compiling thiserror-impl v1.0.69
20262026-08-05T19:28:40.787Z Compiling zerofrom v0.1.6
20272026-08-05T19:28:40.824Z Compiling futures-util v0.3.32
20282026-08-05T19:28:40.946Z Compiling yoke v0.8.1
20292026-08-05T19:28:41.155Z Compiling zerovec v0.11.5
20302026-08-05T19:28:41.175Z Compiling zerotrie v0.2.3
20312026-08-05T19:28:41.274Z Compiling crypto-common v0.1.7
20322026-08-05T19:28:41.277Z Compiling block-buffer v0.10.4
20332026-08-05T19:28:41.525Z Compiling digest v0.10.7
20342026-08-05T19:28:41.648Z Compiling pest_meta v2.8.6
20352026-08-05T19:28:41.648Z Compiling clap_derive v4.6.1
20362026-08-05T19:28:41.651Z Compiling packed_struct_codegen v0.10.1
20372026-08-05T19:28:41.728Z Compiling tinystr v0.8.2
20382026-08-05T19:28:41.743Z Compiling potential_utf v0.1.4
20392026-08-05T19:28:41.870Z Compiling icu_collections v2.1.1
20402026-08-05T19:28:41.946Z Compiling icu_locale_core v2.1.1
20412026-08-05T19:28:42.003Z Compiling zerocopy-derive v0.6.6
20422026-08-05T19:28:42.034Z Compiling bitfield-macros v0.19.4
20432026-08-05T19:28:42.640Z Compiling icu_provider v2.1.1
20442026-08-05T19:28:42.666Z Compiling pest_generator v2.8.6
20452026-08-05T19:28:42.710Z Compiling pem-rfc7468 v0.7.0
20462026-08-05T19:28:42.851Z Compiling bytes v1.11.1
20472026-08-05T19:28:42.975Z Compiling icu_normalizer v2.1.1
20482026-08-05T19:28:42.996Z Compiling icu_properties v2.1.2
20492026-08-05T19:28:43.037Z Compiling chrono v0.4.45
20502026-08-05T19:28:43.052Z Compiling openssl-macros v0.1.1
20512026-08-05T19:28:43.381Z Compiling pest_derive v2.8.6
20522026-08-05T19:28:43.384Z Compiling scroll_derive v0.13.1
20532026-08-05T19:28:43.460Z Compiling tokio v1.52.1
20542026-08-05T19:28:43.554Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20552026-08-05T19:28:43.818Z Compiling camino v1.2.2
20562026-08-05T19:28:43.860Z Compiling native-tls v0.2.18
20572026-08-05T19:28:43.972Z Compiling idna_adapter v1.2.1
20582026-08-05T19:28:44.072Z Compiling ppv-lite86 v0.2.21
20592026-08-05T19:28:44.092Z Compiling idna v1.1.0
20602026-08-05T19:28:44.139Z Compiling crossbeam-utils v0.8.21
20612026-08-05T19:28:44.209Z Compiling flagset v0.4.7
20622026-08-05T19:28:44.366Z Compiling der v0.7.10
20632026-08-05T19:28:44.398Z Compiling url v2.5.8
20642026-08-05T19:28:44.479Z Compiling http v1.4.2
20652026-08-05T19:28:44.573Z Compiling rustls-pki-types v1.14.0
20662026-08-05T19:28:44.592Z Compiling daft-derive v0.1.7
20672026-08-05T19:28:44.645Z Compiling structmeta-derive v0.3.0
20682026-08-05T19:28:44.698Z Compiling tempfile v3.25.0
20692026-08-05T19:28:45.493Z Compiling spki v0.7.3
20702026-08-05T19:28:45.528Z Compiling rand_chacha v0.9.0
20712026-08-05T19:28:45.545Z Compiling hex v0.4.3
20722026-08-05T19:28:45.717Z Compiling structmeta v0.3.0
20732026-08-05T19:28:45.736Z Compiling async-trait v0.1.89
20742026-08-05T19:28:45.945Z Compiling cookie v0.18.1
20752026-08-05T19:28:45.968Z Compiling plain v0.2.3
20762026-08-05T19:28:45.968Z Compiling utf8parse v0.2.2
20772026-08-05T19:28:46.109Z Compiling rand v0.9.2
20782026-08-05T19:28:46.239Z Compiling tracing-core v0.1.36
20792026-08-05T19:28:46.381Z Compiling spin v0.9.8
20802026-08-05T19:28:46.401Z Compiling aho-corasick v1.1.4
20812026-08-05T19:28:46.460Z Compiling unicode-segmentation v1.12.0
20822026-08-05T19:28:46.593Z Compiling cpufeatures v0.2.17
20832026-08-05T19:28:46.653Z Compiling anstyle v1.0.14
20842026-08-05T19:28:46.669Z Compiling untrusted v0.7.1
20852026-08-05T19:28:46.747Z Compiling simd-adler32 v0.3.8
20862026-08-05T19:28:46.818Z Compiling tracing v0.1.44
20872026-08-05T19:28:46.866Z Compiling http-body v1.0.1
20882026-08-05T19:28:46.952Z Compiling pkcs8 v0.10.2
20892026-08-05T19:28:47.119Z Compiling pin-project-internal v1.1.11
20902026-08-05T19:28:47.234Z Compiling regex-automata v0.4.14
20912026-08-05T19:28:47.268Z Compiling tokio-util v0.7.18
20922026-08-05T19:28:47.328Z Compiling pretty-hex v0.4.1
20932026-08-05T19:28:47.366Z Compiling cmov v0.5.4
20942026-08-05T19:28:47.382Z Compiling colorchoice v1.0.4
20952026-08-05T19:28:47.426Z Compiling is_terminal_polyfill v1.70.2
20962026-08-05T19:28:47.464Z Compiling openssl-probe v0.2.1
20972026-08-05T19:28:47.481Z Compiling tinyvec_macros v0.1.1
20982026-08-05T19:28:47.525Z Compiling anstyle-query v1.1.5
20992026-08-05T19:28:47.531Z Compiling atomic-waker v1.1.2
21002026-08-05T19:28:47.548Z Compiling adler2 v2.0.1
21012026-08-05T19:28:47.581Z Compiling zstd-safe v7.2.4
21022026-08-05T19:28:47.593Z Compiling usdt-impl v0.6.0
21032026-08-05T19:28:47.690Z Compiling untrusted v0.9.0
21042026-08-05T19:28:47.862Z Compiling miniz_oxide v0.8.9
21052026-08-05T19:28:47.879Z Compiling tinyvec v1.10.0
21062026-08-05T19:28:47.895Z Compiling ctutils v0.4.2
21072026-08-05T19:28:48.149Z Compiling heck v0.4.1
21082026-08-05T19:28:48.200Z Compiling sha2 v0.10.9
21092026-08-05T19:28:48.289Z Compiling derive-ex v0.1.8
21102026-08-05T19:28:48.382Z Compiling scroll v0.13.0
21112026-08-05T19:28:48.397Z Compiling serde_tokenstream v0.2.3
21122026-08-05T19:28:48.453Z Compiling scroll_derive v0.12.1
21132026-08-05T19:28:48.627Z Compiling heapless v0.7.17
21142026-08-05T19:28:48.688Z Compiling try-lock v0.2.5
21152026-08-05T19:28:48.724Z Compiling tower-layer v0.3.3
21162026-08-05T19:28:48.844Z Compiling litrs v1.0.0
21172026-08-05T19:28:48.978Z Compiling rustix v0.38.44
21182026-08-05T19:28:49.096Z Compiling zlib-rs v0.6.2
21192026-08-05T19:28:49.112Z Compiling tower-service v0.3.3
21202026-08-05T19:28:49.129Z Compiling anyhow v1.0.102
21212026-08-05T19:28:49.276Z Compiling signal-hook v0.3.18
21222026-08-05T19:28:49.328Z Compiling want v0.3.1
21232026-08-05T19:28:49.331Z Compiling document-features v0.2.12
21242026-08-05T19:28:49.424Z Compiling h2 v0.4.15
21252026-08-05T19:28:49.530Z Compiling goblin v0.10.5
21262026-08-05T19:28:49.663Z Compiling snafu-derive v0.8.9
21272026-08-05T19:28:49.666Z Compiling hybrid-array v0.4.13
21282026-08-05T19:28:49.775Z Compiling anstyle-parse v1.0.0
21292026-08-05T19:28:49.809Z Compiling ipnet v2.11.0
21302026-08-05T19:28:49.833Z Compiling test-strategy v0.4.5
21312026-08-05T19:28:49.988Z Compiling strum_macros v0.26.4
21322026-08-05T19:28:50.014Z Compiling darling_core v0.23.0
21332026-08-05T19:28:50.251Z Compiling darling_core v0.20.11
21342026-08-05T19:28:50.526Z Compiling wait-timeout v0.2.1
21352026-08-05T19:28:50.762Z Compiling httpdate v1.0.3
21362026-08-05T19:28:50.925Z Compiling tap v1.0.1
21372026-08-05T19:28:51.023Z Compiling foreign-types-shared v0.1.1
21382026-08-05T19:28:51.064Z Compiling quick-error v1.2.3
21392026-08-05T19:28:51.123Z Compiling bit-vec v0.8.0
21402026-08-05T19:28:51.140Z Compiling powerfmt v0.2.0
21412026-08-05T19:28:51.143Z Compiling foreign-types v0.3.2
21422026-08-05T19:28:51.201Z Compiling flate2 v1.1.9
21432026-08-05T19:28:51.241Z Compiling rusty-fork v0.3.1
21442026-08-05T19:28:51.323Z Compiling deranged v0.5.8
21452026-08-05T19:28:51.352Z Compiling bit-set v0.8.0
21462026-08-05T19:28:51.418Z Compiling wyz v0.5.1
21472026-08-05T19:28:51.521Z Compiling anstream v1.0.0
21482026-08-05T19:28:51.629Z Compiling unicode-normalization v0.1.25
21492026-08-05T19:28:51.769Z Compiling rand_chacha v0.3.1
21502026-08-05T19:28:52.005Z Compiling dtrace-parser v0.3.0
21512026-08-05T19:28:52.152Z Compiling serde_spanned v0.6.9
21522026-08-05T19:28:52.171Z Compiling toml_datetime v0.6.11
21532026-08-05T19:28:52.188Z Compiling darling_macro v0.23.0
21542026-08-05T19:28:52.230Z Compiling darling_macro v0.20.11
21552026-08-05T19:28:52.246Z Compiling signature v2.2.0
21562026-08-05T19:28:52.370Z Compiling dof v0.4.0
21572026-08-05T19:28:52.414Z Compiling terminal_size v0.4.3
21582026-08-05T19:28:52.451Z Compiling rand_xorshift v0.4.0
21592026-08-05T19:28:52.470Z Compiling zerocopy-derive v0.7.35
21602026-08-05T19:28:52.486Z Compiling curve25519-dalek v4.1.3
21612026-08-05T19:28:52.583Z Compiling hyper v1.10.1
21622026-08-05T19:28:52.760Z Compiling num-integer v0.1.46
21632026-08-05T19:28:52.795Z Compiling thread-id v5.1.0
21642026-08-05T19:28:52.893Z Compiling memoffset v0.9.1
21652026-08-05T19:28:52.908Z Compiling num_threads v0.1.7
21662026-08-05T19:28:53.022Z Compiling funty v2.0.0
21672026-08-05T19:28:53.077Z Compiling smoltcp v0.9.1
21682026-08-05T19:28:53.134Z Compiling ref-cast v1.0.25
21692026-08-05T19:28:53.345Z Compiling clap_lex v1.0.0
21702026-08-05T19:28:53.482Z Compiling unarray v0.1.4
21712026-08-05T19:28:53.532Z Compiling clap_builder v4.6.0
21722026-08-05T19:28:53.568Z Compiling bitvec v1.0.1
21732026-08-05T19:28:53.584Z Compiling time v0.3.47
21742026-08-05T19:28:53.606Z Compiling proptest v1.11.0
21752026-08-05T19:28:53.827Z Compiling hyper-util v0.1.20
21762026-08-05T19:28:54.134Z Compiling num-iter v0.1.45
21772026-08-05T19:28:54.501Z Compiling darling v0.20.11
21782026-08-05T19:28:54.504Z Compiling darling v0.23.0
21792026-08-05T19:28:54.691Z Compiling rand v0.8.6
21802026-08-05T19:28:55.485Z Compiling lazy_static v1.5.0
21812026-08-05T19:28:55.523Z Compiling ipnetwork v0.21.1
21822026-08-05T19:28:55.596Z Compiling anstyle-parse v0.2.7
21832026-08-05T19:28:56.058Z Compiling erased-serde v0.3.31
21842026-08-05T19:28:56.122Z Compiling hmac v0.12.1
21852026-08-05T19:28:56.302Z Compiling async-recursion v1.1.1
21862026-08-05T19:28:56.620Z Compiling sync_wrapper v1.0.2
21872026-08-05T19:28:56.746Z Compiling cfg_aliases v0.2.1
21882026-08-05T19:28:56.831Z Compiling crc-catalog v2.4.0
21892026-08-05T19:28:56.983Z Compiling nodrop v0.1.14
21902026-08-05T19:28:57.065Z Compiling siphasher v1.0.2
21912026-08-05T19:28:57.285Z Compiling array-init v0.0.4
21922026-08-05T19:28:57.474Z Compiling crc v3.4.0
21932026-08-05T19:28:57.635Z Compiling nix v0.31.2
21942026-08-05T19:28:57.680Z Compiling tower v0.5.3
21952026-08-05T19:28:58.073Z Compiling newtype-uuid v1.3.2
21962026-08-05T19:28:58.177Z Compiling oxnet v0.1.6
21972026-08-05T19:28:58.248Z Compiling anstream v0.6.21
21982026-08-05T19:28:58.382Z Compiling clap v4.6.1
21992026-08-05T19:28:58.547Z Compiling smallvec v0.6.14
22002026-08-05T19:28:58.574Z Compiling serde_with_macros v3.21.0
22012026-08-05T19:28:58.605Z Compiling derive_builder_core v0.20.2
22022026-08-05T19:28:58.771Z Compiling regex v1.12.3
22032026-08-05T19:28:59.074Z Compiling http-body-util v0.1.3
22042026-08-05T19:28:59.187Z Compiling pkcs1 v0.7.5
22052026-08-05T19:28:59.414Z Compiling zerocopy v0.6.6
22062026-08-05T19:28:59.436Z Compiling bitfield v0.19.4
22072026-08-05T19:28:59.453Z Compiling hubpack_derive v0.1.1
22082026-08-05T19:28:59.551Z Compiling curve25519-dalek-derive v0.1.1
22092026-08-05T19:28:59.555Z Compiling ref-cast-impl v1.0.25
22102026-08-05T19:28:59.582Z Compiling strum_macros v0.27.2
22112026-08-05T19:28:59.743Z Compiling env_filter v1.0.0
22122026-08-05T19:28:59.764Z Compiling fs-err v3.3.0
22132026-08-05T19:28:59.781Z Compiling usdt-impl v0.5.0
22142026-08-05T19:28:59.851Z Compiling encoding_rs v0.8.35
22152026-08-05T19:28:59.913Z Compiling ryu v1.0.23
22162026-08-05T19:29:00.019Z Compiling unicode-properties v0.1.4
22172026-08-05T19:29:00.096Z Compiling allocator-api2 v0.2.21
22182026-08-05T19:29:00.126Z Compiling unicode-bidi v0.3.18
22192026-08-05T19:29:00.147Z Compiling winnow v0.5.40
22202026-08-05T19:29:00.171Z Compiling base64 v0.21.7
22212026-08-05T19:29:00.221Z Compiling object v0.37.3
22222026-08-05T19:29:00.248Z Compiling iri-string v0.7.10
22232026-08-05T19:29:00.483Z Compiling mime v0.3.17
22242026-08-05T19:29:00.499Z Compiling hashbrown v0.12.3
22252026-08-05T19:29:00.607Z Compiling serde_urlencoded v0.7.1
22262026-08-05T19:29:00.750Z Compiling stringprep v0.1.5
22272026-08-05T19:29:00.903Z Compiling ron v0.8.1
22282026-08-05T19:29:01.354Z Compiling env_logger v0.11.9
22292026-08-05T19:29:01.489Z Compiling tower-http v0.6.8
22302026-08-05T19:29:01.594Z Compiling toml_edit v0.19.15
22312026-08-05T19:29:01.744Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22322026-08-05T19:29:01.782Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-05T19:29:02.449Z Compiling rsa v0.9.10
22342026-08-05T19:29:02.516Z Compiling derive_builder_macro v0.20.2
22352026-08-05T19:29:02.590Z Compiling serde-hex v0.1.0
22362026-08-05T19:29:02.656Z Compiling daft v0.1.7
22372026-08-05T19:29:02.679Z Compiling hashbrown v0.13.2
22382026-08-05T19:29:03.008Z Compiling tokio-native-tls v0.3.1
22392026-08-05T19:29:03.024Z Compiling bzip2 v0.4.4
22402026-08-05T19:29:03.107Z Compiling usdt-attr-macro v0.6.0
22412026-08-05T19:29:03.200Z Compiling usdt-macro v0.6.0
22422026-08-05T19:29:03.216Z Compiling block-padding v0.4.2
22432026-08-05T19:29:03.234Z Compiling crypto-common v0.2.2
22442026-08-05T19:29:03.248Z Compiling block-buffer v0.12.1
22452026-08-05T19:29:03.443Z Compiling bstr v1.12.1
22462026-08-05T19:29:03.641Z Compiling scroll v0.12.0
22472026-08-05T19:29:03.902Z Compiling rustls-native-certs v0.8.3
22482026-08-05T19:29:03.938Z Compiling x509-cert v0.2.5
22492026-08-05T19:29:04.054Z Compiling md-5 v0.10.6
22502026-08-05T19:29:04.094Z Compiling hash32 v0.2.1
22512026-08-05T19:29:04.151Z Compiling vergen-lib v9.1.0
22522026-08-05T19:29:04.383Z Compiling crc-any v2.5.0
22532026-08-05T19:29:04.387Z Compiling psl-types v2.0.11
22542026-08-05T19:29:04.635Z Compiling fallible-iterator v0.2.0
22552026-08-05T19:29:04.784Z Compiling publicsuffix v2.3.0
22562026-08-05T19:29:04.938Z Compiling postgres-protocol v0.6.10
22572026-08-05T19:29:05.047Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22582026-08-05T19:29:05.857Z Compiling goblin v0.8.2
22592026-08-05T19:29:06.022Z Compiling inout v0.2.2
22602026-08-05T19:29:06.039Z Compiling zip v0.6.6
22612026-08-05T19:29:06.204Z Compiling toml v0.7.8
22622026-08-05T19:29:06.241Z Compiling hyper-tls v0.6.0
22632026-08-05T19:29:06.304Z Compiling object v0.30.4
22642026-08-05T19:29:06.356Z Compiling derive_builder v0.20.2
22652026-08-05T19:29:06.822Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22662026-08-05T19:29:06.887Z Compiling phf_shared v0.13.1
22672026-08-05T19:29:07.120Z Compiling zerocopy v0.7.35
22682026-08-05T19:29:07.241Z Compiling pin-project v1.1.11
22692026-08-05T19:29:07.317Z Compiling futures-executor v0.3.32
22702026-08-05T19:29:07.400Z Compiling enum-as-inner v0.6.1
22712026-08-05T19:29:07.441Z Compiling serde_repr v0.1.20
22722026-08-05T19:29:07.628Z Compiling vergen v9.1.0
22732026-08-05T19:29:07.645Z Compiling cargo-platform v0.3.2
22742026-08-05T19:29:07.714Z Compiling ff v0.13.1
22752026-08-05T19:29:07.859Z Compiling managed v0.8.0
22762026-08-05T19:29:07.885Z Compiling bitflags v1.3.2
22772026-08-05T19:29:07.939Z Compiling base16ct v0.2.0
22782026-08-05T19:29:07.939Z Compiling path-slash v0.1.5
22792026-08-05T19:29:07.981Z Compiling foldhash v0.2.0
22802026-08-05T19:29:08.058Z Compiling cpufeatures v0.3.0
22812026-08-05T19:29:08.094Z Compiling libbz2-rs-sys v0.2.2
22822026-08-05T19:29:08.110Z Compiling jiff-core v0.1.0
22832026-08-05T19:29:08.127Z Compiling same-file v1.0.6
22842026-08-05T19:29:08.162Z Compiling foldhash v0.1.5
22852026-08-05T19:29:08.210Z Compiling bumpalo v3.20.2
22862026-08-05T19:29:08.291Z Compiling hashbrown v0.15.5
22872026-08-05T19:29:08.419Z Compiling walkdir v2.5.0
22882026-08-05T19:29:08.480Z Compiling zopfli v0.8.3
22892026-08-05T19:29:08.604Z Compiling bzip2 v0.6.1
22902026-08-05T19:29:08.698Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22912026-08-05T19:29:08.713Z Compiling hashbrown v0.16.1
22922026-08-05T19:29:08.729Z Compiling dof v0.3.0
22932026-08-05T19:29:08.828Z Compiling sec1 v0.7.3
22942026-08-05T19:29:08.879Z Compiling jiff v0.2.34
22952026-08-05T19:29:09.080Z Compiling cargo_metadata v0.23.1
22962026-08-05T19:29:09.120Z Compiling group v0.13.0
22972026-08-05T19:29:09.123Z Compiling futures v0.3.32
22982026-08-05T19:29:09.236Z Compiling snafu v0.8.9
22992026-08-05T19:29:09.826Z Compiling phf v0.13.1
23002026-08-05T19:29:09.853Z Compiling zstd v0.13.3
23012026-08-05T19:29:10.128Z Compiling reqwest v0.12.28
23022026-08-05T19:29:10.212Z Compiling signal-hook-mio v0.2.5
23032026-08-05T19:29:10.346Z Compiling cipher v0.5.2
23042026-08-05T19:29:10.362Z Compiling cookie_store v0.22.1
23052026-08-05T19:29:10.407Z Compiling postgres-types v0.2.12
23062026-08-05T19:29:10.510Z Compiling globset v0.4.18
23072026-08-05T19:29:10.631Z Compiling strum v0.27.2
23082026-08-05T19:29:10.861Z Compiling hubpack v0.1.2
23092026-08-05T19:29:10.931Z Compiling phf_shared v0.11.3
23102026-08-05T19:29:10.984Z Compiling hkdf v0.12.4
23112026-08-05T19:29:11.001Z Compiling dtrace-parser v0.2.0
23122026-08-05T19:29:11.042Z Compiling byte-wrapper v0.1.0
23132026-08-05T19:29:11.088Z Compiling ed25519 v2.2.3
23142026-08-05T19:29:11.088Z Compiling olpc-cjson v0.1.4
23152026-08-05T19:29:11.201Z Compiling pem v3.0.6
23162026-08-05T19:29:11.359Z Compiling serde_plain v1.0.2
23172026-08-05T19:29:11.503Z Compiling serde-big-array v0.5.1
23182026-08-05T19:29:11.562Z Compiling crypto-bigint v0.5.5
23192026-08-05T19:29:11.607Z Compiling float-cmp v0.10.0
23202026-08-05T19:29:11.668Z Compiling memmap2 v0.9.10
23212026-08-05T19:29:11.767Z Compiling thread-id v4.2.2
23222026-08-05T19:29:11.869Z Compiling fixedbitset v0.5.7
23232026-08-05T19:29:11.884Z Compiling winnow v0.7.14
23242026-08-05T19:29:11.901Z Compiling either v1.15.0
23252026-08-05T19:29:11.995Z Compiling new_debug_unreachable v1.0.6
23262026-08-05T19:29:12.061Z Compiling predicates-core v1.0.10
23272026-08-05T19:29:12.080Z Compiling normalize-line-endings v0.3.0
23282026-08-05T19:29:12.147Z Compiling toml_write v0.1.2
23292026-08-05T19:29:12.166Z Compiling fixedbitset v0.4.2
23302026-08-05T19:29:12.193Z Compiling difflib v0.4.0
23312026-08-05T19:29:12.246Z Compiling typed-path v0.9.3
23322026-08-05T19:29:12.363Z Compiling winnow v1.0.3
23332026-08-05T19:29:12.379Z Compiling const-oid v0.10.2
23342026-08-05T19:29:12.423Z Compiling keccak v0.1.6
23352026-08-05T19:29:12.637Z Compiling precomputed-hash v0.1.1
23362026-08-05T19:29:12.652Z Compiling data-encoding v2.10.0
23372026-08-05T19:29:12.666Z Compiling whoami v2.1.0
23382026-08-05T19:29:12.739Z Compiling static_assertions v1.1.0
23392026-08-05T19:29:12.755Z Compiling digest v0.11.3
23402026-08-05T19:29:12.806Z Compiling string_cache v0.8.9
23412026-08-05T19:29:12.839Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-05T19:29:12.887Z Compiling toml_parser v1.1.2+spec-1.1.0
23432026-08-05T19:29:12.989Z Compiling hickory-proto v0.25.2
23442026-08-05T19:29:13.026Z Compiling tokio-postgres v0.7.16
23452026-08-05T19:29:13.046Z Compiling sha3 v0.10.8
23462026-08-05T19:29:13.337Z Compiling toml_edit v0.22.27
23472026-08-05T19:29:13.358Z Compiling elliptic-curve v0.13.8
23482026-08-05T19:29:13.408Z Compiling predicates v3.1.4
23492026-08-05T19:29:13.424Z Compiling petgraph v0.6.5
23502026-08-05T19:29:13.717Z Compiling itertools v0.13.0
23512026-08-05T19:29:13.734Z Compiling petgraph v0.8.3
23522026-08-05T19:29:13.928Z Compiling chacha20 v0.10.0
23532026-08-05T19:29:14.231Z Compiling usdt v0.6.0
23542026-08-05T19:29:14.855Z Compiling ed25519-dalek v2.2.0
23552026-08-05T19:29:14.926Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23562026-08-05T19:29:15.019Z Compiling zip v4.6.1
23572026-08-05T19:29:15.545Z Compiling crossterm v0.28.1
23582026-08-05T19:29:15.711Z Compiling iddqd v0.4.2
23592026-08-05T19:29:15.738Z Compiling crossbeam-epoch v0.9.18
23602026-08-05T19:29:15.798Z Compiling similar v2.7.0
23612026-08-05T19:29:15.814Z Compiling serde_with v3.21.0
23622026-08-05T19:29:15.844Z Compiling strum v0.26.3
23632026-08-05T19:29:16.058Z Compiling tokio-stream v0.1.18
23642026-08-05T19:29:16.073Z Compiling buf-list v1.1.2
23652026-08-05T19:29:16.123Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23662026-08-05T19:29:16.241Z Compiling openapiv3 v2.2.0
23672026-08-05T19:29:16.397Z Compiling peg-runtime v0.8.5
23682026-08-05T19:29:16.412Z Compiling lalrpop-util v0.19.12
23692026-08-05T19:29:22.660Z Compiling filetime v0.2.27
23702026-08-05T19:29:22.924Z Compiling xattr v1.6.1
23712026-08-05T19:29:23.097Z Compiling tar v0.4.46
23722026-08-05T19:29:31.061Z Compiling rustls-webpki v0.103.13
23732026-08-05T19:29:31.297Z Compiling multer v3.1.0
23742026-08-05T19:29:31.340Z Compiling thread_local v1.1.9
23752026-08-05T19:29:31.515Z Compiling compression-core v0.4.31
23762026-08-05T19:29:31.738Z Compiling match_cfg v0.1.0
23772026-08-05T19:29:31.834Z Compiling rayon-core v1.13.0
23782026-08-05T19:29:31.881Z Compiling slog-async v2.8.0
23792026-08-05T19:29:31.981Z Compiling hostname v0.3.1
23802026-08-05T19:29:32.082Z Compiling compression-codecs v0.4.37
23812026-08-05T19:29:32.226Z Compiling atomicwrites v0.4.4
23822026-08-05T19:29:32.247Z Compiling camino-tempfile v1.4.1
23832026-08-05T19:29:32.336Z Compiling crossbeam-channel v0.5.15
23842026-08-05T19:29:32.443Z Compiling slog-json v2.6.1
23852026-08-05T19:29:32.512Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23862026-08-05T19:29:32.528Z Compiling half v2.7.1
23872026-08-05T19:29:32.637Z Compiling async-stream-impl v0.3.6
23882026-08-05T19:29:32.656Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23892026-08-05T19:29:32.752Z Compiling serde_spanned v1.1.1
23902026-08-05T19:29:32.788Z Compiling toml_datetime v1.1.1+spec-1.1.0
23912026-08-05T19:29:32.909Z Compiling serde_path_to_error v0.1.20
23922026-08-05T19:29:32.937Z Compiling is-terminal v0.4.17
23932026-08-05T19:29:33.036Z Compiling fs-err v2.11.0
23942026-08-05T19:29:33.058Z Compiling dropshot v0.17.1
23952026-08-05T19:29:33.075Z Compiling debug-ignore v1.0.5
23962026-08-05T19:29:33.092Z Compiling ciborium-io v0.2.2
23972026-08-05T19:29:33.208Z Compiling term v1.2.1
23982026-08-05T19:29:33.223Z Compiling take_mut v0.2.2
23992026-08-05T19:29:33.247Z Compiling toml_writer v1.1.1+spec-1.1.0
24002026-08-05T19:29:33.262Z Compiling async-stream v0.3.6
24012026-08-05T19:29:33.312Z Compiling ciborium-ll v0.2.2
24022026-08-05T19:29:33.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24032026-08-05T19:29:33.391Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24042026-08-05T19:29:33.394Z Compiling slog-bunyan v2.5.0
24052026-08-05T19:29:33.424Z Compiling async-compression v0.4.41
24062026-08-05T19:29:33.475Z Compiling toml v1.1.2+spec-1.1.0
24072026-08-05T19:29:33.541Z Compiling slog-term v2.9.2
24082026-08-05T19:29:33.603Z Compiling crossbeam-deque v0.8.6
24092026-08-05T19:29:33.618Z Compiling sha1 v0.11.0
24102026-08-05T19:29:33.859Z Compiling parse-display-derive v0.10.0
24112026-08-05T19:29:33.906Z Compiling dropshot_endpoint v0.17.1
24122026-08-05T19:29:33.989Z Compiling newtype-uuid-macros v0.1.0
24132026-08-05T19:29:34.078Z Compiling waitgroup v0.1.2
24142026-08-05T19:29:34.249Z Compiling rustls-pemfile v2.2.0
24152026-08-05T19:29:34.578Z Compiling backon v1.6.0
24162026-08-05T19:29:34.581Z Compiling blake3 v1.8.5
24172026-08-05T19:29:34.694Z Compiling tokio-rustls v0.26.4
24182026-08-05T19:29:34.727Z Compiling rustls-platform-verifier v0.6.2
24192026-08-05T19:29:34.785Z Compiling tough v0.22.0
24202026-08-05T19:29:34.838Z Compiling hostname v0.4.2
24212026-08-05T19:29:34.857Z Compiling instant v0.1.13
24222026-08-05T19:29:34.957Z Compiling hyper-rustls v0.27.7
24232026-08-05T19:29:34.992Z Compiling backoff v0.4.0
24242026-08-05T19:29:35.009Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24252026-08-05T19:29:35.027Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24262026-08-05T19:29:35.207Z Compiling reqwest v0.13.2
24272026-08-05T19:29:35.273Z Compiling ciborium v0.2.2
24282026-08-05T19:29:35.351Z Compiling parse-display v0.10.0
24292026-08-05T19:29:35.478Z Compiling toml v0.8.23
24302026-08-05T19:29:35.494Z Compiling regress v0.10.5
24312026-08-05T19:29:35.718Z Compiling itertools v0.14.0
24322026-08-05T19:29:36.150Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24332026-08-05T19:29:36.165Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24342026-08-05T19:29:36.228Z Compiling macaddr v1.0.1
24352026-08-05T19:29:36.512Z Compiling arrayref v0.3.9
24362026-08-05T19:29:36.529Z Compiling arrayvec v0.7.6
24372026-08-05T19:29:36.546Z Compiling parse-size v1.1.0
24382026-08-05T19:29:36.606Z Compiling constant_time_eq v0.4.2
24392026-08-05T19:29:36.746Z Compiling indent_write v2.2.0
24402026-08-05T19:29:36.784Z Compiling humantime v2.3.0
24412026-08-05T19:29:36.942Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24422026-08-05T19:29:37.039Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24432026-08-05T19:29:37.229Z Compiling sha2 v0.11.0
24442026-08-05T19:29:37.244Z Compiling digest-io v0.1.0
24452026-08-05T19:29:37.262Z Compiling display-error-chain v0.2.2
24462026-08-05T19:29:37.397Z Compiling rawzip v0.4.4
24472026-08-05T19:29:37.414Z Compiling topological-sort v0.2.2
24482026-08-05T19:29:37.428Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24492026-08-05T19:29:37.593Z Compiling shell-words v1.1.1
24502026-08-05T19:29:38.509Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24512026-08-05T19:29:38.839Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-05T19:29:44.876Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24532026-08-05T19:29:47.002Z Compiling progenitor-client v0.14.0
24542026-08-05T19:29:47.002Z Compiling omicron-zone-package v0.12.3
24552026-08-05T19:29:47.246Z Compiling progenitor-extras v0.2.0
24562026-08-05T19:29:47.461Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24572026-08-05T19:29:47.594Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24582026-08-05T19:29:47.670Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24592026-08-05T19:29:47.788Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24602026-08-05T19:29:48.456Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24612026-08-05T19:29:52.551Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24622026-08-05T19:29:55.947Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-08-05T19:30:09.633Z Finished `release` profile [optimized] target(s) in 1m 36s
24642026-08-05T19:30:09.775Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24652026-08-05T19:30:09.834ZAug 05 19:30:09.176 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-08-05T19:30:09.929ZAug 05 19:30:09.272 DEBG running: git rev-parse HEAD
24672026-08-05T19:30:09.933ZAug 05 19:30:09.275 DEBG process exited with exit status: 0 (3.089512ms)
24682026-08-05T19:30:09.933ZAug 05 19:30:09.275 INFO version: 22.0.0-0.ci+git1f4f17af57c
24692026-08-05T19:30:09.940ZAug 05 19:30:09.283 INFO cloning helios to /work/oxidecomputer/helios
24702026-08-05T19:30:09.940ZAug 05 19:30:09.283 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-08-05T19:30:09.943ZCloning into '/work/oxidecomputer/helios'...
24722026-08-05T19:30:10.505ZAug 05 19:30:09.848 DEBG process exited with exit status: 0 (564.643864ms)
24732026-08-05T19:30:10.505ZAug 05 19:30:09.848 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-08-05T19:30:10.508ZAug 05 19:30:09.851 DEBG process exited with exit status: 0 (2.660752ms)
24752026-08-05T19:30:10.508ZAug 05 19:30:09.851 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-08-05T19:30:10.857ZAug 05 19:30:10.201 DEBG process exited with exit status: 0 (349.691843ms)
24772026-08-05T19:30:10.858ZAug 05 19:30:10.201 DEBG running: zfs list rpool/images/build/host
24782026-08-05T19:30:10.861ZNAME USED AVAIL REFER MOUNTPOINT
24792026-08-05T19:30:10.861Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24802026-08-05T19:30:10.864ZAug 05 19:30:10.205 DEBG process exited with exit status: 0 (4.224583ms)
24812026-08-05T19:30:10.864ZAug 05 19:30:10.205 DEBG running: zfs list rpool/images/build/recovery
24822026-08-05T19:30:10.868ZNAME USED AVAIL REFER MOUNTPOINT
24832026-08-05T19:30:10.868Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24842026-08-05T19:30:10.868ZAug 05 19:30:10.208 DEBG process exited with exit status: 0 (3.923763ms)
24852026-08-05T19:30:10.868ZAug 05 19:30:10.209 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24862026-08-05T19:30:10.878ZAug 05 19:30:10.221 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026073100.0.0; the console needs a client regen and tools/console_version needs a bump
24872026-08-05T19:30:10.881ZAug 05 19:30:10.222 INFO [incorp-manifest] running task
24882026-08-05T19:30:10.881ZAug 05 19:30:10.222 INFO [hubris-production] running task
24892026-08-05T19:30:10.881ZAug 05 19:30:10.222 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24902026-08-05T19:30:10.881ZAug 05 19:30:10.223 INFO [hubris-staging] running task
24912026-08-05T19:30:10.881ZAug 05 19:30:10.223 INFO [incorp-create] running: pkgrepo create /work/incorporation
24922026-08-05T19:30:10.881ZAug 05 19:30:10.224 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24932026-08-05T19:30:10.881ZAug 05 19:30:10.225 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
24942026-08-05T19:30:10.923Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24952026-08-05T19:30:10.985Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-08-05T19:30:11.112ZAug 05 19:30:10.455 INFO [incorp-create] process exited with exit status: 0 (231.616795ms)
24972026-08-05T19:30:11.116ZAug 05 19:30:10.455 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24982026-08-05T19:30:11.335ZAug 05 19:30:10.678 INFO [incorp-publisher] process exited with exit status: 0 (223.220548ms)
24992026-08-05T19:30:11.644Z[ omicron-package] Blocking waiting for file lock on package cache
25002026-08-05T19:30:11.979ZAug 05 19:30:11.322 INFO [hubris-production] task succeeded (1.100290908s)
25012026-08-05T19:30:12.278ZAug 05 19:30:11.620 DEBG process exited with exit status: 0 (1.397774743s)
25022026-08-05T19:30:12.284ZAug 05 19:30:11.620 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25032026-08-05T19:30:12.883Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25042026-08-05T19:30:12.887Z[ omicron-package] Compiling itertools v0.15.0
25052026-08-05T19:30:12.887Z[ omicron-package] Compiling secrecy v0.10.3
25062026-08-05T19:30:12.887Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25072026-08-05T19:30:12.887Z[ omicron-package] Compiling heapless v0.8.0
25082026-08-05T19:30:12.887Z[ omicron-package] Compiling hash32 v0.3.1
25092026-08-05T19:30:12.887Z[ omicron-package] Compiling inout v0.1.4
25102026-08-05T19:30:12.887Z[ omicron-package] Compiling unicode-width v0.2.0
25112026-08-05T19:30:12.887Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25122026-08-05T19:30:12.888Z[ omicron-package] Compiling smoltcp v0.11.0
25132026-08-05T19:30:13.409Z[ omicron-package] Compiling cobs v0.3.0
25142026-08-05T19:30:13.414Z[ omicron-package] Compiling universal-hash v0.5.1
25152026-08-05T19:30:13.638Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25162026-08-05T19:30:13.642Z[ omicron-package] Compiling cipher v0.4.4
25172026-08-05T19:30:13.642Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25182026-08-05T19:30:13.642Z[ omicron-package] Compiling convert_case v0.4.0
25192026-08-05T19:30:13.642Z[ omicron-package] Compiling opaque-debug v0.3.1
25202026-08-05T19:30:14.048Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25212026-08-05T19:30:14.056ZAug 05 19:30:13.399 DEBG process exited with exit status: 0 (1.77831058s)
25222026-08-05T19:30:14.059ZAug 05 19:30:13.399 INFO [incorp-manifest] task succeeded (3.177373713s)
25232026-08-05T19:30:14.059ZAug 05 19:30:13.402 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25242026-08-05T19:30:14.129Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25252026-08-05T19:30:14.133Z[ omicron-package] Compiling postcard v1.1.3
25262026-08-05T19:30:14.275ZAug 05 19:30:13.618 INFO [incorp-fmt] process exited with exit status: 0 (216.224883ms)
25272026-08-05T19:30:14.280ZAug 05 19:30:13.618 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25282026-08-05T19:30:14.295Z[ omicron-package] Compiling chacha20 v0.9.1
25292026-08-05T19:30:14.330Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25302026-08-05T19:30:14.335Z[ omicron-package] Compiling poly1305 v0.8.0
25312026-08-05T19:30:14.335Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25322026-08-05T19:30:14.335Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25332026-08-05T19:30:14.335Z[ omicron-package] Compiling password-hash v0.5.0
25342026-08-05T19:30:14.335Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25352026-08-05T19:30:14.408Z[ omicron-package] Compiling blake2 v0.10.6
25362026-08-05T19:30:14.412Z[ omicron-package] Compiling derive_more v0.99.20
25372026-08-05T19:30:14.534Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260805T193013Z
25382026-08-05T19:30:14.534Z[ incorp-pkgsend] PUBLISHED
25392026-08-05T19:30:14.590ZAug 05 19:30:13.932 INFO [incorp-pkgsend] process exited with exit status: 0 (314.228226ms)
25402026-08-05T19:30:14.593ZAug 05 19:30:13.932 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25412026-08-05T19:30:14.644Z[ omicron-package] Compiling ingot-macros v0.2.0
25422026-08-05T19:30:14.686Z[ omicron-package] Compiling aead v0.5.2
25432026-08-05T19:30:14.780Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25442026-08-05T19:30:14.785Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25452026-08-05T19:30:14.785Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25462026-08-05T19:30:14.852Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25472026-08-05T19:30:14.879Z[ helios-incorp] Retrieving packages for publisher helios ...
25482026-08-05T19:30:14.886Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25492026-08-05T19:30:14.966Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25502026-08-05T19:30:14.966Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25512026-08-05T19:30:14.966Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25522026-08-05T19:30:14.974Z[ helios-incorp]
25532026-08-05T19:30:14.974Z[ helios-incorp] Archiving packages ...
25542026-08-05T19:30:14.978Z[ helios-incorp] Packages to add: 1
25552026-08-05T19:30:14.983Z[ helios-incorp] Files to retrieve: 0
25562026-08-05T19:30:14.991Z[ omicron-package] Compiling proc-macro-error v1.0.4
25572026-08-05T19:30:15.019Z[ helios-incorp] Estimated transfer size: 0.00 B
25582026-08-05T19:30:15.054Z[ helios-incorp]
25592026-08-05T19:30:15.059Z[ helios-incorp] Packages to archive:
25602026-08-05T19:30:15.059Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260805T193013Z
25612026-08-05T19:30:15.063Z[ helios-incorp]
25622026-08-05T19:30:15.063Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25632026-08-05T19:30:15.064Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25642026-08-05T19:30:15.067ZAug 05 19:30:14.409 INFO [helios-incorp] process exited with exit status: 0 (476.414769ms)
25652026-08-05T19:30:15.077Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25662026-08-05T19:30:15.157Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25672026-08-05T19:30:15.312Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25682026-08-05T19:30:15.360Z[ omicron-package] Compiling vsss-rs v3.3.4
25692026-08-05T19:30:15.421Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25702026-08-05T19:30:15.421Z[ omicron-package] Compiling num_enum_derive v0.5.11
25712026-08-05T19:30:15.506Z[ omicron-package] Compiling argon2 v0.5.3
25722026-08-05T19:30:15.541Z[ omicron-package] Compiling num_enum_derive v0.7.6
25732026-08-05T19:30:15.629Z[ omicron-package] Compiling tabwriter v1.4.1
25742026-08-05T19:30:15.632Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25752026-08-05T19:30:15.670Z[ omicron-package] Compiling foreign-types v0.5.0
25762026-08-05T19:30:15.681Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25772026-08-05T19:30:15.754Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25782026-08-05T19:30:15.776Z[ omicron-package] Compiling cstr-argument v0.1.2
25792026-08-05T19:30:15.809Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25802026-08-05T19:30:16.003Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25812026-08-05T19:30:16.055Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25822026-08-05T19:30:16.167Z[ omicron-package] Compiling rayon v1.11.0
25832026-08-05T19:30:16.275Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25842026-08-05T19:30:16.352Z[ omicron-package] Compiling rand v0.10.1
25852026-08-05T19:30:16.479Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-08-05T19:30:16.505Z[ omicron-package] Compiling libefi-sys v0.1.0
25872026-08-05T19:30:16.581Z[ omicron-package] Compiling colored v3.1.1
25882026-08-05T19:30:16.653Z[ omicron-package] Compiling num_enum v0.7.6
25892026-08-05T19:30:16.679Z[ omicron-package] Compiling num_enum v0.5.11
25902026-08-05T19:30:16.715Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25912026-08-05T19:30:16.790Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25922026-08-05T19:30:16.834Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25932026-08-05T19:30:16.855Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-08-05T19:30:16.888Z[ omicron-package] Compiling itertools v0.12.1
25952026-08-05T19:30:16.905Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25962026-08-05T19:30:17.009Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25972026-08-05T19:30:17.009Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25982026-08-05T19:30:17.075Z[ omicron-package] Compiling usdt-macro v0.5.0
25992026-08-05T19:30:17.139Z[ omicron-package] Compiling bitfield-struct v0.6.2
26002026-08-05T19:30:17.297Z[ omicron-package] Compiling num-derive v0.4.2
26012026-08-05T19:30:17.343Z[ omicron-package] Compiling sigpipe v0.1.3
26022026-08-05T19:30:17.405Z[ omicron-package] Compiling memmap v0.7.0
26032026-08-05T19:30:17.460Z[ omicron-package] Compiling glob v0.3.3
26042026-08-05T19:30:17.522Z[ omicron-package] Compiling ingot-types v0.2.0
26052026-08-05T19:30:17.586Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26062026-08-05T19:30:17.617Z[ omicron-package] Compiling swrite v0.1.0
26072026-08-05T19:30:17.745Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26082026-08-05T19:30:17.880Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26092026-08-05T19:30:17.958Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26102026-08-05T19:30:18.076Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26112026-08-05T19:30:18.137Z[ omicron-package] Compiling ingot v0.2.1
26122026-08-05T19:30:18.214Z[ omicron-package] Compiling usdt v0.5.0
26132026-08-05T19:30:18.280Z[ omicron-package] Compiling smf v0.2.3
26142026-08-05T19:30:18.308Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152026-08-05T19:30:18.367Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26162026-08-05T19:30:18.438Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-08-05T19:30:18.442Z[ omicron-package] Compiling whoami v1.6.1
26182026-08-05T19:30:18.504Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26192026-08-05T19:30:18.507Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-08-05T19:30:18.631Z[ omicron-package] Compiling zone v0.3.1
26212026-08-05T19:30:18.674Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222026-08-05T19:30:18.747Z[ omicron-package] Compiling console v0.16.2
26232026-08-05T19:30:18.964Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26242026-08-05T19:30:18.985Z[ omicron-package] Compiling gethostname v0.5.0
26252026-08-05T19:30:18.988Z[ omicron-package] Compiling unit-prefix v0.5.2
26262026-08-05T19:30:19.074Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26272026-08-05T19:30:19.443Z[ omicron-package] Compiling indicatif v0.18.4
26282026-08-05T19:30:20.496Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26292026-08-05T19:30:21.843Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26302026-08-05T19:30:23.020Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26312026-08-05T19:30:25.373Z[ helios-setup] Aug 05 19:30:24.716 INFO helios repository root is: /work/oxidecomputer/helios
26322026-08-05T19:30:25.377Z[ helios-setup] Aug 05 19:30:24.717 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26332026-08-05T19:30:25.377Z[ helios-setup] Aug 05 19:30:24.717 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
26342026-08-05T19:30:25.377Z[ helios-setup] Aug 05 19:30:24.717 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26352026-08-05T19:30:25.377Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26362026-08-05T19:30:25.878Z[ helios-setup] Aug 05 19:30:25.204 INFO clone ok!, project: phbl
26372026-08-05T19:30:25.881Z[ helios-setup] Aug 05 19:30:25.205 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
26382026-08-05T19:30:25.881Z[ helios-setup] Aug 05 19:30:25.205 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26392026-08-05T19:30:25.881Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26402026-08-05T19:30:26.367Z[ helios-setup] Aug 05 19:30:25.710 INFO clone ok!, project: image-builder
26412026-08-05T19:30:26.370Z[ helios-setup] Aug 05 19:30:25.710 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26422026-08-05T19:30:26.370Z[ helios-setup] Aug 05 19:30:25.710 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
26432026-08-05T19:30:26.370Z[ helios-setup] Aug 05 19:30:25.710 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26442026-08-05T19:30:26.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26452026-08-05T19:30:26.434ZAug 05 19:30:25.777 INFO [hubris-staging] task succeeded (15.554488056s)
26462026-08-05T19:30:26.816Z[ helios-setup] Aug 05 19:30:26.159 INFO clone ok!, project: bootserver
26472026-08-05T19:30:26.816Z[ helios-setup] Aug 05 19:30:26.159 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
26482026-08-05T19:30:26.819Z[ helios-setup] Aug 05 19:30:26.159 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26492026-08-05T19:30:26.819Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26502026-08-05T19:30:27.556Z[ helios-setup] Aug 05 19:30:26.899 INFO clone ok!, project: chelsio-t6-roms
26512026-08-05T19:30:27.559Z[ helios-setup] Aug 05 19:30:26.899 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26522026-08-05T19:30:27.560Z[ helios-setup] Aug 05 19:30:26.899 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
26532026-08-05T19:30:27.560Z[ helios-setup] Aug 05 19:30:26.899 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26542026-08-05T19:30:27.560Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26552026-08-05T19:30:28.164Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26562026-08-05T19:30:31.494Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572026-08-05T19:30:32.575Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26582026-08-05T19:30:39.034Z[ helios-setup] Aug 05 19:30:38.377 INFO clone ok!, project: amd-firmware
26592026-08-05T19:30:39.037Z[ helios-setup] Aug 05 19:30:38.377 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
26602026-08-05T19:30:39.037Z[ helios-setup] Aug 05 19:30:38.377 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26612026-08-05T19:30:39.037Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26622026-08-05T19:30:39.597Z[ helios-setup] Aug 05 19:30:38.939 INFO clone ok!, project: dmar-report
26632026-08-05T19:30:39.597Z[ helios-setup] Aug 05 19:30:38.939 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
26642026-08-05T19:30:39.600Z[ helios-setup] Aug 05 19:30:38.939 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
26652026-08-05T19:30:39.601Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26662026-08-05T19:30:40.407Z[ helios-setup] Aug 05 19:30:39.749 INFO clone ok!, project: amd-host-image-builder
26672026-08-05T19:30:40.411Z[ helios-setup] Aug 05 19:30:39.750 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
26682026-08-05T19:30:40.411Z[ helios-setup] Aug 05 19:30:39.750 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26692026-08-05T19:30:40.411Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26702026-08-05T19:30:40.839Z[ helios-setup] Aug 05 19:30:40.181 INFO clone ok!, project: pinprick
26712026-08-05T19:30:40.843Z[ helios-setup] Aug 05 19:30:40.181 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
26722026-08-05T19:30:40.843Z[ helios-setup] Aug 05 19:30:40.181 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26732026-08-05T19:30:40.843Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26742026-08-05T19:30:41.604Z[ helios-setup] Aug 05 19:30:40.946 INFO clone ok!, project: pilot
26752026-08-05T19:30:41.608Z[ helios-setup] Aug 05 19:30:40.946 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26762026-08-05T19:30:41.819Z[ helios-setup] Aug 05 19:30:41.161 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26772026-08-05T19:30:42.038Z[ helios-setup] Aug 05 19:30:41.380 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26782026-08-05T19:30:42.038Z[ helios-setup] Aug 05 19:30:41.380 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26792026-08-05T19:30:42.152Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.26s
26802026-08-05T19:30:42.252Z[ helios-setup] Aug 05 19:30:41.594 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26812026-08-05T19:30:42.377Z[ omicron-package]
26822026-08-05T19:30:42.377Z[ omicron-package] real 31.434612997
26832026-08-05T19:30:42.377Z[ omicron-package] user 2:56.592121668
26842026-08-05T19:30:42.381Z[ omicron-package] sys 21.089656554
26852026-08-05T19:30:42.381Z[ omicron-package] trap 0.314901339
26862026-08-05T19:30:42.381Z[ omicron-package] tflt 0.459794163
26872026-08-05T19:30:42.381Z[ omicron-package] dflt 2.276570990
26882026-08-05T19:30:42.381Z[ omicron-package] kflt 0.000301220
26892026-08-05T19:30:42.381Z[ omicron-package] lock 8:03.214018335
26902026-08-05T19:30:42.381Z[ omicron-package] slp 4:18.472921117
26912026-08-05T19:30:42.381Z[ omicron-package] lat 30.204705903
26922026-08-05T19:30:42.381Z[ omicron-package] stop 1:10.224252130
26932026-08-05T19:30:42.382ZAug 05 19:30:41.721 INFO [omicron-package] process exited with exit status: 0 (31.496037864s)
26942026-08-05T19:30:42.382ZAug 05 19:30:41.721 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26952026-08-05T19:30:42.382ZAug 05 19:30:41.721 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26962026-08-05T19:30:42.388Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26972026-08-05T19:30:42.392Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26982026-08-05T19:30:42.392Z[ recovery-target] Created new build target 'recovery' and set it as active
26992026-08-05T19:30:42.392Z[ host-target] Created new build target 'host' and set it as active
27002026-08-05T19:30:42.392ZAug 05 19:30:41.734 INFO [recovery-target] process exited with exit status: 0 (12.97425ms)
27012026-08-05T19:30:42.396ZAug 05 19:30:41.735 INFO [host-target] process exited with exit status: 0 (14.405221ms)
27022026-08-05T19:30:42.396ZAug 05 19:30:41.735 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27032026-08-05T19:30:42.399Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27042026-08-05T19:30:42.469Z[ helios-setup] Aug 05 19:30:41.812 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27052026-08-05T19:30:42.469Z[ helios-setup] Aug 05 19:30:41.812 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27062026-08-05T19:30:42.688Z[ helios-setup] Aug 05 19:30:42.031 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27072026-08-05T19:30:42.911Z[ helios-setup] Aug 05 19:30:42.254 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27082026-08-05T19:30:42.911Z[ helios-setup] Aug 05 19:30:42.254 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27092026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27102026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO ok!
27112026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27122026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27132026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO ok!
27142026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27152026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27162026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO ok!
27172026-08-05T19:30:42.915Z[ helios-setup] Aug 05 19:30:42.254 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27182026-08-05T19:30:43.909Z[ host-package] Compiling heck v0.5.0
27192026-08-05T19:30:43.909Z[ host-package] Compiling regress v0.11.1
27202026-08-05T19:30:44.140Z[ host-package] Compiling unsafe-libyaml v0.2.11
27212026-08-05T19:30:44.182Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27222026-08-05T19:30:44.212Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27232026-08-05T19:30:44.234Z[ host-package] Compiling derive-where v1.6.0
27242026-08-05T19:30:44.237Z[ host-package] Compiling bytecount v0.6.9
27252026-08-05T19:30:44.274Z[ host-package] Compiling atomicwrites v0.4.4
27262026-08-05T19:30:44.274Z[ host-package] Compiling is-terminal v0.4.17
27272026-08-05T19:30:44.278Z[ host-package] Compiling prettyplease v0.2.37
27282026-08-05T19:30:44.278Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27292026-08-05T19:30:44.278Z[ host-package] Compiling console v0.15.11
27302026-08-05T19:30:44.278Z[ host-package] Compiling newline-converter v0.3.0
27312026-08-05T19:30:44.313Z[ host-package] Compiling slog-dtrace v0.3.0
27322026-08-05T19:30:44.399Z[ host-package] Compiling resolv-conf v0.7.6
27332026-08-05T19:30:44.450Z[ host-package] Compiling num-rational v0.4.2
27342026-08-05T19:30:44.480Z[ host-package] Compiling num-complex v0.4.6
27352026-08-05T19:30:44.480Z[ host-package] Compiling thread_local v1.1.9
27362026-08-05T19:30:44.530Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27372026-08-05T19:30:44.559Z[ host-package] Compiling compression-core v0.4.31
27382026-08-05T19:30:44.665Z[ host-package] Compiling cancel-safe-futures v0.1.5
27392026-08-05T19:30:44.714Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27402026-08-05T19:30:44.788Z[ host-package] Compiling match_cfg v0.1.0
27412026-08-05T19:30:44.836Z[ host-package] Compiling expectorate v1.2.0
27422026-08-05T19:30:44.895Z[ host-package] Compiling unicode-width v0.1.14
27432026-08-05T19:30:45.011Z[ host-package] Compiling num v0.4.3
27442026-08-05T19:30:45.058Z[ host-package] Compiling hostname v0.3.1
27452026-08-05T19:30:45.058Z[ host-package] Compiling compression-codecs v0.4.37
27462026-08-05T19:30:45.103Z[ host-package] Compiling multer v3.1.0
27472026-08-05T19:30:45.125Z[ host-package] Compiling slog-async v2.8.0
27482026-08-05T19:30:45.151Z[ host-package] Compiling crossbeam-channel v0.5.15
27492026-08-05T19:30:45.174Z[ host-package] Compiling slog-json v2.6.1
27502026-08-05T19:30:45.203Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27512026-08-05T19:30:45.240Z[ host-package] Compiling serde_spanned v1.1.1
27522026-08-05T19:30:45.269Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27532026-08-05T19:30:45.380Z[ host-package] Compiling term v1.2.1
27542026-08-05T19:30:45.431Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27552026-08-05T19:30:45.468Z[ host-package] Compiling float-ord v0.3.2
27562026-08-05T19:30:45.493Z[ host-package] Compiling linked-hash-map v0.5.6
27572026-08-05T19:30:45.520Z[ host-package] Compiling take_mut v0.2.2
27582026-08-05T19:30:45.523Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27592026-08-05T19:30:45.523Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27602026-08-05T19:30:45.543Z[ host-package] Compiling slog-bunyan v2.5.0
27612026-08-05T19:30:45.606Z[ host-package] Compiling async-compression v0.4.41
27622026-08-05T19:30:45.633Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-08-05T19:30:45.749Z[ host-package] Compiling typify-impl v0.6.2
27642026-08-05T19:30:45.753Z[ host-package] Compiling lru-cache v0.1.2
27652026-08-05T19:30:45.800Z[ host-package] Compiling slog-term v2.9.2
27662026-08-05T19:30:46.051Z[ host-package] Compiling dropshot v0.17.1
27672026-08-05T19:30:46.110Z[ host-package] Compiling async-stream v0.3.6
27682026-08-05T19:30:46.131Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27692026-08-05T19:30:46.158Z[ host-package] Compiling sha1 v0.11.0
27702026-08-05T19:30:46.265Z[ host-package] Compiling progenitor-client v0.14.0
27712026-08-05T19:30:46.307Z[ host-package] Compiling waitgroup v0.1.2
27722026-08-05T19:30:46.330Z[ host-package] Compiling rustls-pemfile v2.2.0
27732026-08-05T19:30:46.357Z[ host-package] Compiling backon v1.6.0
27742026-08-05T19:30:46.380Z[ host-package] Compiling serde_path_to_error v0.1.20
27752026-08-05T19:30:46.442Z[ host-package] Compiling hostname v0.4.2
27762026-08-05T19:30:46.476Z[ host-package] Compiling instant v0.1.13
27772026-08-05T19:30:46.592Z[ host-package] Compiling minimal-lexical v0.2.1
27782026-08-05T19:30:46.616Z[ host-package] Compiling debug-ignore v1.0.5
27792026-08-05T19:30:46.638Z[ host-package] Compiling linear-map v1.2.0
27802026-08-05T19:30:46.642Z[ host-package] Compiling backoff v0.4.0
27812026-08-05T19:30:46.642Z[ host-package] Compiling progenitor-extras v0.2.0
27822026-08-05T19:30:46.775Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27832026-08-05T19:30:46.798Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27842026-08-05T19:30:46.887Z[ host-package] Compiling oxide-update-engine v0.1.2
27852026-08-05T19:30:46.908Z[ host-package] Compiling nom v7.1.3
27862026-08-05T19:30:46.931Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27872026-08-05T19:30:46.963Z[ host-package] Compiling parse-display v0.10.0
27882026-08-05T19:30:47.060Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27892026-08-05T19:30:47.163Z[ host-package] Compiling hickory-proto v0.24.4
27902026-08-05T19:30:47.547Z[ host-package] Compiling regress v0.10.5
27912026-08-05T19:30:47.804Z[ host-package] Compiling itertools v0.14.0
27922026-08-05T19:30:48.432Z[ host-package] Compiling macaddr v1.0.1
27932026-08-05T19:30:48.551Z[ host-package] Compiling humantime v2.3.0
27942026-08-05T19:30:48.602Z[ host-package] Compiling unicode-xid v0.2.6
27952026-08-05T19:30:48.825Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27962026-08-05T19:30:48.875Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27972026-08-05T19:30:48.910Z[ host-package] Compiling convert_case v0.10.0
27982026-08-05T19:30:48.982Z[ host-package] Compiling owo-colors v4.3.0
27992026-08-05T19:30:49.163Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28002026-08-05T19:30:49.221Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28012026-08-05T19:30:49.271Z[ host-package] Compiling derive_more-impl v2.1.1
28022026-08-05T19:30:49.356Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28032026-08-05T19:30:49.481Z[ host-package] Compiling toml v0.8.23
28042026-08-05T19:30:49.603Z[ host-package] Compiling typify-macro v0.6.2
28052026-08-05T19:30:49.814Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28062026-08-05T19:30:49.901Z[ host-package] Compiling papergrid v0.11.0
28072026-08-05T19:30:50.016Z[ host-package] Compiling tabled_derive v0.7.0
28082026-08-05T19:30:50.130Z[ host-package] Compiling hickory-resolver v0.24.4
28092026-08-05T19:30:50.268Z[ host-package] Compiling derive_more v2.1.1
28102026-08-05T19:30:50.430Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28112026-08-05T19:30:50.591Z[ host-package] Compiling termtree v0.5.1
28122026-08-05T19:30:50.776Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28132026-08-05T19:30:50.824Z[ host-package] Compiling crossterm v0.29.0
28142026-08-05T19:30:51.081Z[ host-package] Compiling tabled v0.15.0
28152026-08-05T19:30:51.398Z[ host-package] Compiling typify v0.6.2
28162026-08-05T19:30:51.555Z[ host-package] Compiling progenitor-impl v0.14.0
28172026-08-05T19:30:52.404Z[ host-package] Compiling qorb v0.4.1
28182026-08-05T19:30:52.539Z[ host-package] Compiling phf_shared v0.12.1
28192026-08-05T19:30:52.846Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28202026-08-05T19:30:53.480Z[ host-package] Compiling vte v0.14.1
28212026-08-05T19:30:53.757Z[ host-package] Compiling csv-core v0.1.13
28222026-08-05T19:30:54.007Z[ host-package] Compiling chrono-tz v0.10.4
28232026-08-05T19:30:54.213Z[ host-package] Compiling highway v1.3.0
28242026-08-05T19:30:54.242Z[ host-package] Compiling progenitor-macro v0.14.0
28252026-08-05T19:30:54.326Z[ host-package] Compiling csv v1.4.0
28262026-08-05T19:30:55.400Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28272026-08-05T19:30:55.943Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28282026-08-05T19:30:56.067Z[ host-package] Compiling phf v0.12.1
28292026-08-05T19:30:56.099Z[ host-package] Compiling const_format_proc_macros v0.2.34
28302026-08-05T19:30:56.154Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-08-05T19:30:56.280Z[ host-package] Compiling fd-lock v4.0.4
28322026-08-05T19:30:56.484Z[ host-package] Compiling peg-macros v0.8.5
28332026-08-05T19:30:56.535Z[ host-package] Compiling nu-ansi-term v0.50.3
28342026-08-05T19:30:57.007Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28352026-08-05T19:30:57.069Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28362026-08-05T19:30:57.990Z[ host-package] Compiling peg v0.8.5
28372026-08-05T19:30:58.097Z[ host-package] Compiling const_format v0.2.35
28382026-08-05T19:30:58.167Z[ host-package] Compiling reedline v0.40.0
28392026-08-05T19:30:58.687Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28402026-08-05T19:30:58.806Z[ host-package] Compiling progenitor v0.14.0
28412026-08-05T19:30:58.924Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28422026-08-05T19:30:59.049Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28432026-08-05T19:30:59.297Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28442026-08-05T19:30:59.353Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28452026-08-05T19:30:59.656Z[ host-package] Compiling bcs v0.1.6
28462026-08-05T19:31:00.188Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28472026-08-05T19:31:00.259Z[ host-package] Compiling nom v8.0.0
28482026-08-05T19:31:00.523Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
28492026-08-05T19:31:01.926Z[ host-package] Compiling semver v0.1.20
28502026-08-05T19:31:02.033Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28512026-08-05T19:31:02.109Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28522026-08-05T19:31:02.302Z[ host-package] Compiling rustc_version v0.1.7
28532026-08-05T19:31:02.394Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28542026-08-05T19:31:02.394Z[ host-package] Compiling unicode-linebreak v0.1.5
28552026-08-05T19:31:02.615Z[ host-package] Compiling newtype_derive v0.1.6
28562026-08-05T19:31:02.737Z[ host-package] Compiling smawk v0.3.2
28572026-08-05T19:31:02.859Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28582026-08-05T19:31:03.027Z[ host-package] Compiling textwrap v0.16.2
28592026-08-05T19:31:03.129Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28602026-08-05T19:31:03.226Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28612026-08-05T19:31:03.465Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
28622026-08-05T19:31:03.503Z[ host-package] Compiling steno v0.4.1
28632026-08-05T19:31:04.026Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
28642026-08-05T19:31:04.684Z[ host-package] Compiling sha1 v0.10.6
28652026-08-05T19:31:04.707Z[ host-package] Compiling tagptr v0.2.0
28662026-08-05T19:31:04.992Z[ host-package] Compiling utf-8 v0.7.6
28672026-08-05T19:31:05.268Z[ host-package] Compiling moka v0.12.13
28682026-08-05T19:31:05.307Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28692026-08-05T19:31:05.356Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
28702026-08-05T19:31:05.397Z[ host-package] Compiling tungstenite v0.21.0
28712026-08-05T19:31:05.596Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28722026-08-05T19:31:05.630Z[ host-package] Compiling darling_core v0.21.3
28732026-08-05T19:31:05.745Z[ host-package] Compiling vergen-lib v0.1.6
28742026-08-05T19:31:06.104Z[ host-package] Compiling tokio-tungstenite v0.21.0
28752026-08-05T19:31:06.506Z[ host-package] Compiling hickory-resolver v0.25.2
28762026-08-05T19:31:06.566Z[ helios-setup] Aug 05 19:31:05.908 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')"
28772026-08-05T19:31:06.566Z[ helios-setup] Aug 05 19:31:05.908 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28782026-08-05T19:31:06.575Z[ helios-setup] Aug 05 19:31:05.917 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
28792026-08-05T19:31:06.575Z[ helios-setup] Aug 05 19:31:05.917 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28802026-08-05T19:31:06.575Z[ helios-setup] Aug 05 19:31:05.917 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28812026-08-05T19:31:06.640Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28822026-08-05T19:31:06.683Z[ helios-setup] Aug 05 19:31:06.026 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28832026-08-05T19:31:07.169Z[ helios-setup] Aug 05 19:31:06.511 INFO E| From https://github.com/jclulow/rust-jmclib
28842026-08-05T19:31:07.169Z[ helios-setup] Aug 05 19:31:06.511 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28852026-08-05T19:31:07.179Z[ helios-setup] Aug 05 19:31:06.521 INFO E| Updating crates.io index
28862026-08-05T19:31:07.342Z[ helios-setup] Aug 05 19:31:06.684 INFO E| Downloading crates ...
28872026-08-05T19:31:07.391Z[ helios-setup] Aug 05 19:31:06.734 INFO E| Downloaded md-5 v0.9.1
28882026-08-05T19:31:07.401Z[ helios-setup] Aug 05 19:31:06.742 INFO E| Downloaded proc-macro2 v1.0.66
28892026-08-05T19:31:07.405Z[ helios-setup] Aug 05 19:31:06.745 INFO E| Downloaded anyhow v1.0.72
28902026-08-05T19:31:07.406Z[ helios-setup] Aug 05 19:31:06.747 INFO E| Downloaded fastrand v2.0.0
28912026-08-05T19:31:07.410Z[ helios-setup] Aug 05 19:31:06.749 INFO E| Downloaded errno v0.3.1
28922026-08-05T19:31:07.410Z[ helios-setup] Aug 05 19:31:06.750 INFO E| Downloaded itoa v1.0.9
28932026-08-05T19:31:07.413Z[ helios-setup] Aug 05 19:31:06.754 INFO E| Downloaded glob v0.3.1
28942026-08-05T19:31:07.413Z[ helios-setup] Aug 05 19:31:06.755 INFO E| Downloaded opaque-debug v0.3.0
28952026-08-05T19:31:07.417Z[ helios-setup] Aug 05 19:31:06.759 INFO E| Downloaded unicode-width v0.1.10
28962026-08-05T19:31:07.421Z[ helios-setup] Aug 05 19:31:06.760 INFO E| Downloaded getrandom v0.2.10
28972026-08-05T19:31:07.421Z[ helios-setup] Aug 05 19:31:06.761 INFO E| Downloaded serde v1.0.193
28982026-08-05T19:31:07.426Z[ helios-setup] Aug 05 19:31:06.768 INFO E| Downloaded walkdir v2.3.3
28992026-08-05T19:31:07.430Z[ helios-setup] Aug 05 19:31:06.770 INFO E| Downloaded block-buffer v0.9.0
29002026-08-05T19:31:07.430Z[ helios-setup] Aug 05 19:31:06.770 INFO E| Downloaded cpufeatures v0.2.9
29012026-08-05T19:31:07.433Z[ helios-setup] Aug 05 19:31:06.774 INFO E| Downloaded digest v0.9.0
29022026-08-05T19:31:07.436Z[ helios-setup] Aug 05 19:31:06.777 INFO E| Downloaded ryu v1.0.15
29032026-08-05T19:31:07.439Z[ helios-setup] Aug 05 19:31:06.779 INFO E| Downloaded tempfile v3.7.0
29042026-08-05T19:31:07.452Z[ helios-setup] Aug 05 19:31:06.795 INFO E| Downloaded toml v0.5.11
29052026-08-05T19:31:07.456Z[ helios-setup] Aug 05 19:31:06.796 INFO E| Downloaded libdevinfo-sys v1.0.0
29062026-08-05T19:31:07.456Z[ helios-setup] Aug 05 19:31:06.797 INFO E| Downloaded sha-1 v0.9.8
29072026-08-05T19:31:07.456Z[ helios-setup] Aug 05 19:31:06.798 INFO E| Downloaded quote v1.0.31
29082026-08-05T19:31:07.469Z[ helios-setup] Aug 05 19:31:06.812 INFO E| Downloaded uuid v0.8.2
29092026-08-05T19:31:07.473Z[ helios-setup] Aug 05 19:31:06.814 INFO E| Downloaded once_cell v1.18.0
29102026-08-05T19:31:07.473Z[ helios-setup] Aug 05 19:31:06.815 INFO E| Downloaded unicode-ident v1.0.11
29112026-08-05T19:31:07.477Z[ helios-setup] Aug 05 19:31:06.819 INFO E| Downloaded typenum v1.16.0
29122026-08-05T19:31:07.482Z[ helios-setup] Aug 05 19:31:06.820 INFO E| Downloaded serde_derive v1.0.193
29132026-08-05T19:31:07.482Z[ helios-setup] Aug 05 19:31:06.822 INFO E| Downloaded bitflags v2.3.3
29142026-08-05T19:31:07.494Z[ helios-setup] Aug 05 19:31:06.836 INFO E| Downloaded serde_json v1.0.103
29152026-08-05T19:31:07.522Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29162026-08-05T19:31:07.538Z[ helios-setup] Aug 05 19:31:06.880 INFO E| Downloaded syn v2.0.32
29172026-08-05T19:31:07.544Z[ helios-setup] Aug 05 19:31:06.886 INFO E| Downloaded rustix v0.38.4
29182026-08-05T19:31:07.563Z[ helios-setup] Aug 05 19:31:06.905 INFO E| Downloaded libc v0.2.147
29192026-08-05T19:31:07.637Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling libc v0.2.147
29202026-08-05T19:31:07.637Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling proc-macro2 v1.0.66
29212026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling cfg-if v1.0.0
29222026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling unicode-ident v1.0.11
29232026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling typenum v1.16.0
29242026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling version_check v0.9.4
29252026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling serde v1.0.193
29262026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling time-core v0.1.2
29272026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling itoa v1.0.9
29282026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling slog v2.7.0
29292026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling num-conv v0.1.0
29302026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling rustix v0.38.4
29312026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling powerfmt v0.2.0
29322026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling bitflags v2.3.3
29332026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling once_cell v1.18.0
29342026-08-05T19:31:07.641Z[ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling num_threads v0.1.6
29352026-08-05T19:31:07.872Z[ helios-setup] Aug 05 19:31:07.209 INFO E| Compiling opaque-debug v0.3.0
29362026-08-05T19:31:07.890Z[ helios-setup] Aug 05 19:31:07.232 INFO E| Compiling anyhow v1.0.72
29372026-08-05T19:31:07.995Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29382026-08-05T19:31:08.007Z[ helios-setup] Aug 05 19:31:07.350 INFO E| Compiling fastrand v2.0.0
29392026-08-05T19:31:08.184Z[ helios-setup] Aug 05 19:31:07.527 INFO E| Compiling deranged v0.3.11
29402026-08-05T19:31:08.190Z[ host-package] Compiling darling_macro v0.21.3
29412026-08-05T19:31:08.216Z[ helios-setup] Aug 05 19:31:07.558 INFO E| Compiling thread_local v1.1.7
29422026-08-05T19:31:08.242Z[ helios-setup] Aug 05 19:31:07.582 INFO E| Compiling time-macros v0.2.18
29432026-08-05T19:31:08.284Z[ helios-setup] Aug 05 19:31:07.626 INFO E| Compiling serde_json v1.0.103
29442026-08-05T19:31:08.343Z[ helios-setup] Aug 05 19:31:07.686 INFO E| Compiling generic-array v0.14.7
29452026-08-05T19:31:08.363Z[ helios-setup] Aug 05 19:31:07.705 INFO E| Compiling ryu v1.0.15
29462026-08-05T19:31:08.501Z[ helios-setup] Aug 05 19:31:07.844 INFO E| Compiling unicode-width v0.1.10
29472026-08-05T19:31:08.549Z[ helios-setup] Aug 05 19:31:07.892 INFO E| Compiling cpufeatures v0.2.9
29482026-08-05T19:31:08.638Z[ helios-setup] Aug 05 19:31:07.980 INFO E| Compiling same-file v1.0.6
29492026-08-05T19:31:08.676Z[ host-package] Compiling diesel_derives v2.3.7
29502026-08-05T19:31:08.790Z[ helios-setup] Aug 05 19:31:08.132 INFO E| Compiling walkdir v2.3.3
29512026-08-05T19:31:08.790Z[ helios-setup] Aug 05 19:31:08.132 INFO E| Compiling getopts v0.2.21
29522026-08-05T19:31:08.795Z[ helios-setup] Aug 05 19:31:08.137 INFO E| Compiling libdevinfo-sys v1.0.0
29532026-08-05T19:31:08.803Z[ helios-setup] Aug 05 19:31:08.145 INFO E| Compiling glob v0.3.1
29542026-08-05T19:31:08.877Z[ host-package] Compiling proc-macro-error2 v2.0.1
29552026-08-05T19:31:09.313Z[ helios-setup] Aug 05 19:31:08.655 INFO E| Compiling dirs-sys-next v0.1.2
29562026-08-05T19:31:09.313Z[ helios-setup] Aug 05 19:31:08.655 INFO E| Compiling errno v0.3.1
29572026-08-05T19:31:09.313Z[ helios-setup] Aug 05 19:31:08.655 INFO E| Compiling atty v0.2.14
29582026-08-05T19:31:09.337Z[ helios-setup] Aug 05 19:31:08.679 INFO E| Compiling getrandom v0.2.10
29592026-08-05T19:31:09.432Z[ helios-setup] Aug 05 19:31:08.774 INFO E| Compiling quote v1.0.31
29602026-08-05T19:31:09.444Z[ host-package] Compiling libscf-sys v1.2.0
29612026-08-05T19:31:09.516Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29622026-08-05T19:31:09.603Z[ host-package] Compiling vergen-gitcl v1.0.8
29632026-08-05T19:31:09.607Z[ helios-setup] Aug 05 19:31:08.947 INFO E| Compiling dirs-next v2.0.0
29642026-08-05T19:31:09.673Z[ helios-setup] Aug 05 19:31:09.015 INFO E| Compiling syn v2.0.32
29652026-08-05T19:31:09.677Z[ helios-setup] Aug 05 19:31:09.019 INFO E| Compiling term v0.7.0
29662026-08-05T19:31:09.684Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29672026-08-05T19:31:09.787Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29682026-08-05T19:31:09.791Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29692026-08-05T19:31:10.020Z[ helios-setup] Aug 05 19:31:09.362 INFO E| Compiling block-buffer v0.9.0
29702026-08-05T19:31:10.020Z[ helios-setup] Aug 05 19:31:09.362 INFO E| Compiling digest v0.9.0
29712026-08-05T19:31:10.033Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29722026-08-05T19:31:10.128Z[ helios-setup] Aug 05 19:31:09.470 INFO E| Compiling md-5 v0.9.1
29732026-08-05T19:31:10.128Z[ helios-setup] Aug 05 19:31:09.470 INFO E| Compiling sha-1 v0.9.8
29742026-08-05T19:31:10.132Z[ host-package] Compiling darling v0.21.3
29752026-08-05T19:31:10.221Z[ helios-setup] Aug 05 19:31:09.563 INFO E| Compiling tempfile v3.7.0
29762026-08-05T19:31:10.244Z[ host-package] Compiling dirs-sys-next v0.1.2
29772026-08-05T19:31:10.265Z[ helios-setup] Aug 05 19:31:09.607 INFO E| Compiling time v0.3.36
29782026-08-05T19:31:10.382Z[ host-package] Compiling dsl_auto_type v0.2.0
29792026-08-05T19:31:10.583Z[ host-package] Compiling glob v0.3.3
29802026-08-05T19:31:10.710Z[ host-package] Compiling crunchy v0.2.4
29812026-08-05T19:31:10.710Z[ host-package] Compiling maplit v1.0.2
29822026-08-05T19:31:10.985Z[ host-package] Compiling dirs-next v2.0.0
29832026-08-05T19:31:11.188Z[ helios-setup] Aug 05 19:31:10.530 INFO E| Compiling slog-term v2.9.0
29842026-08-05T19:31:11.262Z[ host-package] Compiling clang-sys v1.8.1
29852026-08-05T19:31:11.414Z[ host-package] Compiling r2d2 v0.8.10
29862026-08-05T19:31:11.528Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29872026-08-05T19:31:11.867Z[ host-package] Compiling tabled_derive v0.11.0
29882026-08-05T19:31:11.904Z[ helios-setup] Aug 05 19:31:11.246 INFO E| Compiling serde_derive v1.0.193
29892026-08-05T19:31:12.314Z[ host-package] Compiling papergrid v0.17.0
29902026-08-05T19:31:12.409Z[ host-package] Compiling testing_table v0.3.0
29912026-08-05T19:31:12.739Z[ host-package] Compiling tiny-keccak v2.0.2
29922026-08-05T19:31:12.780Z[ host-package] Compiling downcast-rs v2.0.2
29932026-08-05T19:31:13.135Z[ host-package] Compiling term v0.7.0
29942026-08-05T19:31:13.161Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29952026-08-05T19:31:13.225Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29962026-08-05T19:31:13.282Z[ host-package] Compiling bit-vec v0.6.3
29972026-08-05T19:31:13.579Z[ host-package] Compiling bit-set v0.5.3
29982026-08-05T19:31:13.631Z[ host-package] Compiling tabled v0.20.0
29992026-08-05T19:31:13.680Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30002026-08-05T19:31:13.732Z[ host-package] Compiling ascii-canvas v3.0.0
30012026-08-05T19:31:13.735Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30022026-08-05T19:31:13.815Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30032026-08-05T19:31:14.071Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30042026-08-05T19:31:14.327Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30052026-08-05T19:31:14.379Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30062026-08-05T19:31:14.405Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30072026-08-05T19:31:14.528Z[ host-package] Compiling itertools v0.10.5
30082026-08-05T19:31:14.603Z[ host-package] Compiling ena v0.14.4
30092026-08-05T19:31:14.831Z[ host-package] Compiling libloading v0.8.9
30102026-08-05T19:31:14.884Z[ host-package] Compiling regex-syntax v0.6.29
30112026-08-05T19:31:15.124Z[ host-package] Compiling xshell-macros v0.2.7
30122026-08-05T19:31:15.228Z[ host-package] Compiling unicase v2.9.0
30132026-08-05T19:31:15.541Z[ host-package] Compiling bindgen v0.71.1
30142026-08-05T19:31:15.631Z[ host-package] Compiling diff v0.1.13
30152026-08-05T19:31:15.823Z[ host-package] Compiling xshell v0.2.7
30162026-08-05T19:31:16.151Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30172026-08-05T19:31:16.213Z[ host-package] Compiling diesel v2.3.7
30182026-08-05T19:31:16.347Z[ helios-setup] Aug 05 19:31:15.690 INFO E| Compiling toml v0.5.11
30192026-08-05T19:31:16.347Z[ helios-setup] Aug 05 19:31:15.690 INFO E| Compiling uuid v0.8.2
30202026-08-05T19:31:16.938Z[ host-package] Compiling lalrpop v0.19.12
30212026-08-05T19:31:16.974Z[ host-package] Compiling cexpr v0.6.0
30222026-08-05T19:31:17.137Z[ helios-setup] Aug 05 19:31:16.480 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30232026-08-05T19:31:17.284Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30242026-08-05T19:31:17.705Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30252026-08-05T19:31:17.748Z[ host-package] Compiling rustc-hash v2.1.1
30262026-08-05T19:31:17.933Z[ helios-setup] Aug 05 19:31:17.275 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30272026-08-05T19:31:17.991Z[ host-package] Compiling crc8 v0.1.1
30282026-08-05T19:31:18.344Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30292026-08-05T19:31:18.539Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30302026-08-05T19:31:18.812Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30312026-08-05T19:31:18.872Z[ host-package] Compiling headers-core v0.3.0
30322026-08-05T19:31:18.982Z[ host-package] Compiling libxml v0.3.3
30332026-08-05T19:31:19.067Z[ host-package] Compiling headers v0.4.1
30342026-08-05T19:31:19.344Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30352026-08-05T19:31:19.423Z[ host-package] Compiling strum_macros v0.24.3
30362026-08-05T19:31:19.645Z[ host-package] Compiling indoc v1.0.9
30372026-08-05T19:31:19.928Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30382026-08-05T19:31:20.117Z[ host-package] Compiling derive_builder v0.20.2
30392026-08-05T19:31:20.239Z[ host-package] Compiling oso-derive v0.27.3
30402026-08-05T19:31:20.299Z[ host-package] Compiling quick-xml v0.37.5
30412026-08-05T19:31:20.381Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30422026-08-05T19:31:20.575Z[ host-package] Compiling openssl-probe v0.1.6
30432026-08-05T19:31:20.842Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30442026-08-05T19:31:20.876Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30452026-08-05T19:31:20.927Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30462026-08-05T19:31:21.039Z[ host-package] Compiling bb8 v0.8.6
30472026-08-05T19:31:21.174Z[ host-package] Compiling trait-variant v0.1.2
30482026-08-05T19:31:21.533Z[ host-package] Compiling half v1.8.3
30492026-08-05T19:31:21.762Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30502026-08-05T19:31:21.802Z[ host-package] Compiling serde_cbor v0.11.2
30512026-08-05T19:31:21.955Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30522026-08-05T19:31:21.984Z[ host-package] Compiling progenitor-impl v0.13.0
30532026-08-05T19:31:22.025Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30542026-08-05T19:31:22.170Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30552026-08-05T19:31:22.379Z[ helios-setup] Aug 05 19:31:21.721 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.79s
30562026-08-05T19:31:22.432Z[ helios-setup] Aug 05 19:31:21.774 INFO building project "image-builder" ok (15 seconds)
30572026-08-05T19:31:22.432Z[ helios-setup] Aug 05 19:31:21.774 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30582026-08-05T19:31:22.442Z[ helios-setup] Aug 05 19:31:21.784 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
30592026-08-05T19:31:22.442Z[ helios-setup] Aug 05 19:31:21.784 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30602026-08-05T19:31:22.442Z[ helios-setup] Aug 05 19:31:21.784 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30612026-08-05T19:31:22.567Z[ helios-setup] Aug 05 19:31:21.909 INFO E| Downloading crates ...
30622026-08-05T19:31:22.620Z[ helios-setup] Aug 05 19:31:21.962 INFO E| Downloaded anyhow v1.0.62
30632026-08-05T19:31:22.624Z[ helios-setup] Aug 05 19:31:21.965 INFO E| Downloaded block-buffer v0.10.3
30642026-08-05T19:31:22.627Z[ helios-setup] Aug 05 19:31:21.966 INFO E| Downloaded miniz_oxide v0.6.2
30652026-08-05T19:31:22.631Z[ helios-setup] Aug 05 19:31:21.970 INFO E| Downloaded cpufeatures v0.2.5
30662026-08-05T19:31:22.631Z[ helios-setup] Aug 05 19:31:21.971 INFO E| Downloaded generic-array v0.14.6
30672026-08-05T19:31:22.631Z[ helios-setup] Aug 05 19:31:21.972 INFO E| Downloaded flate2 v1.0.25
30682026-08-05T19:31:22.635Z[ helios-setup] Aug 05 19:31:21.975 INFO E| Downloaded sha2 v0.10.5
30692026-08-05T19:31:22.638Z[ helios-setup] Aug 05 19:31:21.978 INFO E| Downloaded bytes v1.2.1
30702026-08-05T19:31:22.638Z[ helios-setup] Aug 05 19:31:21.980 INFO E| Downloaded digest v0.10.3
30712026-08-05T19:31:22.642Z[ helios-setup] Aug 05 19:31:21.982 INFO E| Downloaded typenum v1.15.0
30722026-08-05T19:31:22.694Z[ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling typenum v1.15.0
30732026-08-05T19:31:22.694Z[ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling version_check v0.9.4
30742026-08-05T19:31:22.694Z[ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling cfg-if v1.0.0
30752026-08-05T19:31:22.694Z[ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling crc32fast v1.3.2
30762026-08-05T19:31:22.698Z[ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling adler v1.0.2
30772026-08-05T19:31:22.698Z[ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling anyhow v1.0.62
30782026-08-05T19:31:22.698Z[ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling unicode-width v0.1.10
30792026-08-05T19:31:22.698Z[ helios-setup] Aug 05 19:31:22.037 INFO E| Compiling cpufeatures v0.2.5
30802026-08-05T19:31:22.698Z[ helios-setup] Aug 05 19:31:22.037 INFO E| Compiling bytes v1.2.1
30812026-08-05T19:31:22.707Z[ helios-setup] Aug 05 19:31:22.049 INFO E| Compiling bitflags v1.3.2
30822026-08-05T19:31:22.869Z[ helios-setup] Aug 05 19:31:22.201 INFO E| Compiling getopts v0.2.21
30832026-08-05T19:31:22.956Z[ host-package] Compiling progenitor-client v0.13.0
30842026-08-05T19:31:22.965Z[ helios-setup] Aug 05 19:31:22.307 INFO E| Compiling miniz_oxide v0.6.2
30852026-08-05T19:31:23.030Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30862026-08-05T19:31:23.244Z[ host-package] Compiling samael v0.0.19
30872026-08-05T19:31:23.339Z[ host-package] Compiling nonempty v0.12.0
30882026-08-05T19:31:23.447Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30892026-08-05T19:31:23.480Z[ helios-setup] Aug 05 19:31:22.822 INFO E| Compiling generic-array v0.14.6
30902026-08-05T19:31:23.598Z[ helios-setup] Aug 05 19:31:22.940 INFO E| Compiling flate2 v1.0.25
30912026-08-05T19:31:23.682Z[ host-package] Compiling fxhash v0.2.1
30922026-08-05T19:31:23.824Z[ host-package] Compiling libz-sys v1.1.24
30932026-08-05T19:31:23.904Z[ host-package] Compiling salty v0.3.0
30942026-08-05T19:31:24.502Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
30952026-08-05T19:31:24.615Z[ host-package] Compiling progenitor-macro v0.13.0
30962026-08-05T19:31:24.714Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30972026-08-05T19:31:24.771Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30982026-08-05T19:31:24.869Z[ helios-setup] Aug 05 19:31:24.211 INFO E| Compiling crypto-common v0.1.6
30992026-08-05T19:31:24.870Z[ helios-setup] Aug 05 19:31:24.211 INFO E| Compiling block-buffer v0.10.3
31002026-08-05T19:31:24.990Z[ helios-setup] Aug 05 19:31:24.332 INFO E| Compiling digest v0.10.3
31012026-08-05T19:31:25.021Z[ host-package] Compiling kstat-rs v0.2.4
31022026-08-05T19:31:25.174Z[ helios-setup] Aug 05 19:31:24.516 INFO E| Compiling sha2 v0.10.5
31032026-08-05T19:31:25.345Z[ host-package] Compiling mime_guess v2.0.5
31042026-08-05T19:31:25.411Z[ helios-setup] Aug 05 19:31:24.753 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31052026-08-05T19:31:25.532Z[ host-package] Compiling polar-core v0.27.3
31062026-08-05T19:31:25.569Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31072026-08-05T19:31:25.970Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31082026-08-05T19:31:26.818Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31092026-08-05T19:31:27.396Z[ helios-setup] Aug 05 19:31:26.738 INFO E| Finished `release` profile [optimized] target(s) in 4.94s
31102026-08-05T19:31:27.409Z[ helios-setup] Aug 05 19:31:26.751 INFO building project "bootserver" ok (4 seconds)
31112026-08-05T19:31:27.409Z[ helios-setup] Aug 05 19:31:26.751 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31122026-08-05T19:31:27.419Z[ helios-setup] Aug 05 19:31:26.761 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
31132026-08-05T19:31:27.419Z[ helios-setup] Aug 05 19:31:26.761 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31142026-08-05T19:31:27.423Z[ helios-setup] Aug 05 19:31:26.761 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31152026-08-05T19:31:27.564Z[ helios-setup] Aug 05 19:31:26.906 INFO E| Updating crates.io index
31162026-08-05T19:31:27.664Z[ helios-setup] Aug 05 19:31:27.006 INFO E| Downloading crates ...
31172026-08-05T19:31:27.720Z[ helios-setup] Aug 05 19:31:27.061 INFO E| Downloaded memchr v2.7.4
31182026-08-05T19:31:27.734Z[ helios-setup] Aug 05 19:31:27.076 INFO E| Downloaded errno v0.3.12
31192026-08-05T19:31:27.739Z[ helios-setup] Aug 05 19:31:27.077 INFO E| Downloaded time-core v0.1.4
31202026-08-05T19:31:27.743Z[ helios-setup] Aug 05 19:31:27.081 INFO E| Downloaded itoa v1.0.15
31212026-08-05T19:31:27.764Z[ helios-setup] Aug 05 19:31:27.105 INFO E| Downloaded indexmap v2.9.0
31222026-08-05T19:31:27.767Z[ helios-setup] Aug 05 19:31:27.108 INFO E| Downloaded autocfg v1.4.0
31232026-08-05T19:31:27.767Z[ helios-setup] Aug 05 19:31:27.109 INFO E| Downloaded deranged v0.4.0
31242026-08-05T19:31:27.771Z[ helios-setup] Aug 05 19:31:27.113 INFO E| Downloaded time-macros v0.2.22
31252026-08-05T19:31:27.784Z[ helios-setup] Aug 05 19:31:27.125 INFO E| Downloaded thiserror v2.0.12
31262026-08-05T19:31:27.788Z[ helios-setup] Aug 05 19:31:27.129 INFO E| Downloaded quote v1.0.40
31272026-08-05T19:31:27.792Z[ helios-setup] Aug 05 19:31:27.134 INFO E| Downloaded serde_with_macros v3.12.0
31282026-08-05T19:31:27.796Z[ helios-setup] Aug 05 19:31:27.135 INFO E| Downloaded thiserror-impl v2.0.12
31292026-08-05T19:31:27.796Z[ helios-setup] Aug 05 19:31:27.137 INFO E| Downloaded tempfile v3.20.0
31302026-08-05T19:31:27.801Z[ helios-setup] Aug 05 19:31:27.143 INFO E| Downloaded unicode-ident v1.0.18
31312026-08-05T19:31:27.801Z[ helios-setup] Aug 05 19:31:27.143 INFO E| Downloaded iana-time-zone v0.1.63
31322026-08-05T19:31:27.809Z[ helios-setup] Aug 05 19:31:27.151 INFO E| Downloaded bitflags v2.9.1
31332026-08-05T19:31:27.814Z[ helios-setup] Aug 05 19:31:27.154 INFO E| Downloaded ryu v1.0.20
31342026-08-05T19:31:27.814Z[ helios-setup] Aug 05 19:31:27.156 INFO E| Downloaded serde_derive v1.0.219
31352026-08-05T19:31:27.818Z[ helios-setup] Aug 05 19:31:27.158 INFO E| Downloaded anyhow v1.0.98
31362026-08-05T19:31:27.821Z[ helios-setup] Aug 05 19:31:27.162 INFO E| Downloaded getrandom v0.3.3
31372026-08-05T19:31:27.825Z[ helios-setup] Aug 05 19:31:27.164 INFO E| Downloaded proc-macro2 v1.0.95
31382026-08-05T19:31:27.838Z[ helios-setup] Aug 05 19:31:27.179 INFO E| Downloaded serde v1.0.219
31392026-08-05T19:31:27.854Z[ helios-setup] Aug 05 19:31:27.196 INFO E| Downloaded serde_with v3.12.0
31402026-08-05T19:31:27.870Z[ helios-setup] Aug 05 19:31:27.212 INFO E| Downloaded time v0.3.41
31412026-08-05T19:31:27.879Z[ helios-setup] Aug 05 19:31:27.221 INFO E| Downloaded hashbrown v0.15.3
31422026-08-05T19:31:27.883Z[ helios-setup] Aug 05 19:31:27.224 INFO E| Downloaded serde_json v1.0.140
31432026-08-05T19:31:27.901Z[ helios-setup] Aug 05 19:31:27.243 INFO E| Downloaded chrono v0.4.41
31442026-08-05T19:31:27.925Z[ helios-setup] Aug 05 19:31:27.267 INFO E| Downloaded syn v2.0.101
31452026-08-05T19:31:27.941Z[ helios-setup] Aug 05 19:31:27.282 INFO E| Downloaded rustix v1.0.7
31462026-08-05T19:31:27.967Z[ helios-setup] Aug 05 19:31:27.309 INFO E| Downloaded libc v0.2.172
31472026-08-05T19:31:28.031Z[ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling proc-macro2 v1.0.95
31482026-08-05T19:31:28.031Z[ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling unicode-ident v1.0.18
31492026-08-05T19:31:28.031Z[ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling libc v0.2.172
31502026-08-05T19:31:28.035Z[ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling strsim v0.11.1
31512026-08-05T19:31:28.036Z[ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling fnv v1.0.7
31522026-08-05T19:31:28.036Z[ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling ident_case v1.0.1
31532026-08-05T19:31:28.056Z[ helios-setup] Aug 05 19:31:27.398 INFO E| Compiling serde v1.0.219
31542026-08-05T19:31:28.056Z[ helios-setup] Aug 05 19:31:27.398 INFO E| Compiling getrandom v0.3.3
31552026-08-05T19:31:28.060Z[ helios-setup] Aug 05 19:31:27.401 INFO E| Compiling rustix v1.0.7
31562026-08-05T19:31:28.060Z[ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling cfg-if v1.0.0
31572026-08-05T19:31:28.060Z[ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling bitflags v2.9.1
31582026-08-05T19:31:28.060Z[ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling anyhow v1.0.98
31592026-08-05T19:31:28.060Z[ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling thiserror v2.0.12
31602026-08-05T19:31:28.060Z[ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling serde_json v1.0.140
31612026-08-05T19:31:28.064Z[ helios-setup] Aug 05 19:31:27.403 INFO E| Compiling itoa v1.0.15
31622026-08-05T19:31:28.064Z[ helios-setup] Aug 05 19:31:27.403 INFO E| Compiling ryu v1.0.20
31632026-08-05T19:31:28.078Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31642026-08-05T19:31:28.724Z[ helios-setup] Aug 05 19:31:28.066 INFO E| Compiling once_cell v1.21.3
31652026-08-05T19:31:28.724Z[ helios-setup] Aug 05 19:31:28.066 INFO E| Compiling fastrand v2.3.0
31662026-08-05T19:31:28.728Z[ helios-setup] Aug 05 19:31:28.066 INFO E| Compiling memchr v2.7.4
31672026-08-05T19:31:28.762Z[ helios-setup] Aug 05 19:31:28.104 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
31682026-08-05T19:31:28.991Z[ host-package] Compiling rfc6979 v0.4.0
31692026-08-05T19:31:29.221Z[ helios-setup] Aug 05 19:31:28.563 INFO E| Compiling errno v0.3.12
31702026-08-05T19:31:29.230Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31712026-08-05T19:31:29.651Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31722026-08-05T19:31:29.703Z[ host-package] Compiling progenitor v0.13.0
31732026-08-05T19:31:29.734Z[ helios-setup] Aug 05 19:31:29.075 INFO E| Compiling quote v1.0.40
31742026-08-05T19:31:29.743Z[ host-package] Compiling nanorand v0.7.0
31752026-08-05T19:31:29.920Z[ helios-setup] Aug 05 19:31:29.262 INFO E| Compiling syn v2.0.101
31762026-08-05T19:31:30.236Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31772026-08-05T19:31:30.276Z[ host-package] Compiling parking_lot_core v0.8.6
31782026-08-05T19:31:30.321Z[ host-package] Compiling flume v0.11.1
31792026-08-05T19:31:30.370Z[ helios-setup] Aug 05 19:31:29.712 INFO E| Compiling tempfile v3.20.0
31802026-08-05T19:31:30.844Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31812026-08-05T19:31:30.926Z[ host-package] Compiling ecdsa v0.16.9
31822026-08-05T19:31:31.613Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31832026-08-05T19:31:31.982Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31842026-08-05T19:31:32.159Z[ host-package] Compiling primeorder v0.13.6
31852026-08-05T19:31:32.363Z[ helios-setup] Aug 05 19:31:31.705 INFO E| Compiling darling_core v0.20.11
31862026-08-05T19:31:32.480Z[ host-package] Compiling git-stub v1.0.0
31872026-08-05T19:31:32.599Z[ host-package] Compiling instability v0.3.11
31882026-08-05T19:31:32.752Z[ host-package] Compiling http-range v0.1.5
31892026-08-05T19:31:32.915Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31902026-08-05T19:31:33.199Z[ host-package] Compiling strsim v0.10.0
31912026-08-05T19:31:33.364Z[ helios-setup] Aug 05 19:31:32.706 INFO E| Compiling serde_derive v1.0.219
31922026-08-05T19:31:33.364Z[ helios-setup] Aug 05 19:31:32.706 INFO E| Compiling thiserror-impl v2.0.12
31932026-08-05T19:31:33.384Z[ host-package] Compiling git-stub-vcs v0.1.0
31942026-08-05T19:31:33.451Z[ host-package] Compiling darling_core v0.13.4
31952026-08-05T19:31:33.544Z[ host-package] Compiling p384 v0.13.1
31962026-08-05T19:31:33.829Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31972026-08-05T19:31:34.098Z[ helios-setup] Aug 05 19:31:33.440 INFO E| Compiling darling_macro v0.20.11
31982026-08-05T19:31:34.788Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31992026-08-05T19:31:34.847Z[ helios-setup] Aug 05 19:31:34.189 INFO E| Compiling darling v0.20.11
32002026-08-05T19:31:34.938Z[ helios-setup] Aug 05 19:31:34.280 INFO E| Compiling serde_with_macros v3.12.0
32012026-08-05T19:31:35.383Z[ host-package] Compiling ignore v0.4.25
32022026-08-05T19:31:35.513Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32032026-08-05T19:31:35.958Z[ host-package] Compiling castaway v0.2.4
32042026-08-05T19:31:36.167Z[ host-package] Compiling vergen-git2 v9.1.0
32052026-08-05T19:31:36.444Z[ host-package] Compiling oso v0.27.3
32062026-08-05T19:31:37.062Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32072026-08-05T19:31:38.574Z[ host-package] Compiling async-bb8-diesel v0.2.1
32082026-08-05T19:31:38.677Z[ host-package] Compiling diesel-dtrace v0.5.0
32092026-08-05T19:31:38.704Z[ helios-setup] Aug 05 19:31:38.046 INFO E| Compiling serde_with v3.12.0
32102026-08-05T19:31:39.131Z[ host-package] Compiling indoc v2.0.7
32112026-08-05T19:31:39.304Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32122026-08-05T19:31:40.201Z[ host-package] Compiling globwalk v0.9.1
32132026-08-05T19:31:40.622Z[ host-package] Compiling compact_str v0.8.1
32142026-08-05T19:31:40.748Z[ host-package] Compiling darling_macro v0.13.4
32152026-08-05T19:31:40.816Z[ host-package] Compiling parking_lot v0.11.2
32162026-08-05T19:31:40.889Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32172026-08-05T19:31:40.916Z[ host-package] Compiling hyper-staticfile v0.10.1
32182026-08-05T19:31:42.053Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32192026-08-05T19:31:42.074Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32202026-08-05T19:31:42.074Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32212026-08-05T19:31:42.074Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32222026-08-05T19:31:42.160Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32232026-08-05T19:31:42.317Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32242026-08-05T19:31:42.772Z[ host-package] Compiling predicates-tree v1.0.13
32252026-08-05T19:31:42.839Z[ host-package] Compiling unicode-truncate v1.1.0
32262026-08-05T19:31:42.963Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32272026-08-05T19:31:43.073Z[ host-package] Compiling lru v0.12.5
32282026-08-05T19:31:43.169Z[ helios-setup] Aug 05 19:31:42.510 INFO E| Finished `release` profile [optimized] target(s) in 15.73s
32292026-08-05T19:31:43.198Z[ helios-setup] Aug 05 19:31:42.540 INFO building project "dmar-report" ok (15 seconds)
32302026-08-05T19:31:43.198Z[ helios-setup] Aug 05 19:31:42.540 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32312026-08-05T19:31:43.214Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32322026-08-05T19:31:43.231Z[ helios-setup] Aug 05 19:31:42.573 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')"
32332026-08-05T19:31:43.232Z[ helios-setup] Aug 05 19:31:42.573 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32342026-08-05T19:31:43.232Z[ helios-setup] Aug 05 19:31:42.573 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32352026-08-05T19:31:43.239Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32362026-08-05T19:31:43.318Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-08-05T19:31:43.408Z[ helios-setup] Aug 05 19:31:42.750 INFO E| Updating crates.io index
32382026-08-05T19:31:43.412Z[ helios-setup] Aug 05 19:31:42.750 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32392026-08-05T19:31:43.696Z[ host-package] Compiling prefix-trie v0.7.0
32402026-08-05T19:31:43.897Z[ host-package] Compiling rand_seeder v0.4.0
32412026-08-05T19:31:43.915Z[ helios-setup] Aug 05 19:31:43.256 INFO E| From https://github.com/oxidecomputer/amd-apcb
32422026-08-05T19:31:43.915Z[ helios-setup] Aug 05 19:31:43.256 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32432026-08-05T19:31:43.930Z[ helios-setup] Aug 05 19:31:43.271 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32442026-08-05T19:31:44.160Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32452026-08-05T19:31:44.221Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32462026-08-05T19:31:44.265Z[ host-package] Compiling cassowary v0.3.0
32472026-08-05T19:31:44.472Z[ host-package] Compiling corncobs v0.1.4
32482026-08-05T19:31:44.502Z[ helios-setup] Aug 05 19:31:43.844 INFO E| From https://github.com/oxidecomputer/amd-efs
32492026-08-05T19:31:44.502Z[ helios-setup] Aug 05 19:31:43.844 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32502026-08-05T19:31:44.632Z[ helios-setup] Aug 05 19:31:43.973 INFO E| Downloading crates ...
32512026-08-05T19:31:44.695Z[ helios-setup] Aug 05 19:31:44.037 INFO E| Downloaded strsim v0.8.0
32522026-08-05T19:31:44.698Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32532026-08-05T19:31:44.698Z[ helios-setup] Aug 05 19:31:44.038 INFO E| Downloaded rustversion v1.0.20
32542026-08-05T19:31:44.698Z[ helios-setup] Aug 05 19:31:44.040 INFO E| Downloaded modular-bitfield-impl v0.11.2
32552026-08-05T19:31:44.702Z[ helios-setup] Aug 05 19:31:44.041 INFO E| Downloaded bytesize v2.0.1
32562026-08-05T19:31:44.702Z[ helios-setup] Aug 05 19:31:44.042 INFO E| Downloaded fletcher v1.0.0
32572026-08-05T19:31:44.702Z[ helios-setup] Aug 05 19:31:44.042 INFO E| Downloaded heck v0.3.3
32582026-08-05T19:31:44.702Z[ helios-setup] Aug 05 19:31:44.043 INFO E| Downloaded vec_map v0.8.2
32592026-08-05T19:31:44.702Z[ helios-setup] Aug 05 19:31:44.043 INFO E| Downloaded strum v0.27.1
32602026-08-05T19:31:44.702Z[ helios-setup] Aug 05 19:31:44.044 INFO E| Downloaded parse_int v0.9.0
32612026-08-05T19:31:44.702Z[ helios-setup] Aug 05 19:31:44.044 INFO E| Downloaded unic-common v0.9.0
32622026-08-05T19:31:44.706Z[ helios-setup] Aug 05 19:31:44.047 INFO E| Downloaded structopt-derive v0.4.18
32632026-08-05T19:31:44.706Z[ helios-setup] Aug 05 19:31:44.047 INFO E| Downloaded typenum v1.18.0
32642026-08-05T19:31:44.710Z[ helios-setup] Aug 05 19:31:44.049 INFO E| Downloaded four-cc v0.4.0
32652026-08-05T19:31:44.710Z[ helios-setup] Aug 05 19:31:44.050 INFO E| Downloaded unic-char-range v0.9.0
32662026-08-05T19:31:44.720Z[ helios-setup] Aug 05 19:31:44.054 INFO E| Downloaded unic-char-property v0.9.0
32672026-08-05T19:31:44.720Z[ helios-setup] Aug 05 19:31:44.060 INFO E| Downloaded ansi_term v0.12.1
32682026-08-05T19:31:44.720Z[ helios-setup] Aug 05 19:31:44.062 INFO E| Downloaded modular-bitfield-impl v0.13.1
32692026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.063 INFO E| Downloaded pest_generator v2.8.0
32702026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.063 INFO E| Downloaded strum_macros v0.27.1
32712026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.067 INFO E| Downloaded log v0.4.27
32722026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.069 INFO E| Downloaded modular-bitfield v0.13.1
32732026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.073 INFO E| Downloaded pest_meta v2.8.0
32742026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.075 INFO E| Downloaded unic-ucd-version v0.9.0
32752026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.075 INFO E| Downloaded unic-ucd-ident v0.9.0
32762026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.076 INFO E| Downloaded pest_derive v2.8.0
32772026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.077 INFO E| Downloaded textwrap v0.11.0
32782026-08-05T19:31:44.738Z[ helios-setup] Aug 05 19:31:44.078 INFO E| Downloaded modular-bitfield v0.11.2
32792026-08-05T19:31:44.742Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32802026-08-05T19:31:44.746Z[ helios-setup] Aug 05 19:31:44.085 INFO E| Downloaded structopt v0.3.26
32812026-08-05T19:31:44.751Z[ helios-setup] Aug 05 19:31:44.089 INFO E| Downloaded dyn-clone v1.0.19
32822026-08-05T19:31:44.751Z[ helios-setup] Aug 05 19:31:44.089 INFO E| Downloaded zerocopy-derive v0.8.25
32832026-08-05T19:31:44.763Z[ helios-setup] Aug 05 19:31:44.105 INFO E| Downloaded pest v2.8.0
32842026-08-05T19:31:44.769Z[ helios-setup] Aug 05 19:31:44.111 INFO E| Downloaded goblin v0.9.3
32852026-08-05T19:31:44.774Z[ helios-setup] Aug 05 19:31:44.117 INFO E| Downloaded clap v2.34.0
32862026-08-05T19:31:44.780Z[ helios-setup] Aug 05 19:31:44.122 INFO E| Downloaded zerocopy v0.8.25
32872026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling proc-macro2 v1.0.95
32882026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling unicode-ident v1.0.18
32892026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling memchr v2.7.4
32902026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling thiserror v2.0.12
32912026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling autocfg v1.4.0
32922026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling syn v1.0.109
32932026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling serde v1.0.219
32942026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling version_check v0.9.5
32952026-08-05T19:31:44.850Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling serde_json v1.0.140
32962026-08-05T19:31:44.854Z[ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling itoa v1.0.15
32972026-08-05T19:31:44.854Z[ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling schemars v0.8.22
32982026-08-05T19:31:44.854Z[ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling ryu v1.0.20
32992026-08-05T19:31:44.854Z[ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling static_assertions v1.1.0
33002026-08-05T19:31:44.854Z[ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling paste v1.0.15
33012026-08-05T19:31:44.854Z[ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling dyn-clone v1.0.19
33022026-08-05T19:31:44.854Z[ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling ucd-trie v0.1.7
33032026-08-05T19:31:45.060Z[ host-package] Compiling ratatui v0.29.0
33042026-08-05T19:31:45.354Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33052026-08-05T19:31:45.373Z[ helios-setup] Aug 05 19:31:44.715 INFO E| Compiling libc v0.2.172
33062026-08-05T19:31:45.376Z[ helios-setup] Aug 05 19:31:44.715 INFO E| Compiling rustversion v1.0.20
33072026-08-05T19:31:45.472Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33082026-08-05T19:31:45.710Z[ host-package] Compiling hickory-server v0.25.2
33092026-08-05T19:31:45.730Z[ helios-setup] Aug 05 19:31:45.065 INFO E| Compiling zerocopy v0.8.25
33102026-08-05T19:31:45.789Z[ helios-setup] Aug 05 19:31:45.131 INFO E| Compiling once_cell v1.21.3
33112026-08-05T19:31:45.997Z[ helios-setup] Aug 05 19:31:45.339 INFO E| Compiling unicode-segmentation v1.12.0
33122026-08-05T19:31:46.060Z[ helios-setup] Aug 05 19:31:45.400 INFO E| Compiling heck v0.5.0
33132026-08-05T19:31:46.132Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33142026-08-05T19:31:46.298Z[ helios-setup] Aug 05 19:31:45.639 INFO E| Compiling unicode-width v0.1.14
33152026-08-05T19:31:46.305Z[ helios-setup] Aug 05 19:31:45.647 INFO E| Compiling vec_map v0.8.2
33162026-08-05T19:31:46.334Z[ helios-setup] Aug 05 19:31:45.676 INFO E| Compiling fletcher v1.0.0
33172026-08-05T19:31:46.436Z[ helios-setup] Aug 05 19:31:45.778 INFO E| Compiling strsim v0.8.0
33182026-08-05T19:31:46.475Z[ helios-setup] Aug 05 19:31:45.816 INFO E| Compiling proc-macro-error-attr v1.0.4
33192026-08-05T19:31:46.619Z[ helios-setup] Aug 05 19:31:45.959 INFO E| Compiling proc-macro-error v1.0.4
33202026-08-05T19:31:46.668Z[ helios-setup] Aug 05 19:31:46.009 INFO E| Compiling heck v0.3.3
33212026-08-05T19:31:46.748Z[ helios-setup] Aug 05 19:31:46.089 INFO E| Compiling unic-common v0.9.0
33222026-08-05T19:31:46.770Z[ helios-setup] Aug 05 19:31:46.112 INFO E| Compiling byteorder v1.5.0
33232026-08-05T19:31:46.804Z[ helios-setup] Aug 05 19:31:46.146 INFO E| Compiling strum v0.27.1
33242026-08-05T19:31:46.851Z[ helios-setup] Aug 05 19:31:46.193 INFO E| Compiling ansi_term v0.12.1
33252026-08-05T19:31:46.880Z[ helios-setup] Aug 05 19:31:46.221 INFO E| Compiling num-traits v0.2.19
33262026-08-05T19:31:46.906Z[ helios-setup] Aug 05 19:31:46.245 INFO E| Compiling memoffset v0.9.1
33272026-08-05T19:31:46.919Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33282026-08-05T19:31:46.941Z[ helios-setup] Aug 05 19:31:46.283 INFO E| Compiling textwrap v0.11.0
33292026-08-05T19:31:46.960Z[ helios-setup] Aug 05 19:31:46.302 INFO E| Compiling quote v1.0.40
33302026-08-05T19:31:46.960Z[ helios-setup] Aug 05 19:31:46.302 INFO E| Compiling bitflags v1.3.2
33312026-08-05T19:31:46.971Z[ helios-setup] Aug 05 19:31:46.313 INFO E| Compiling unic-char-range v0.9.0
33322026-08-05T19:31:47.010Z[ helios-setup] Aug 05 19:31:46.350 INFO E| Compiling atty v0.2.14
33332026-08-05T19:31:47.048Z[ helios-setup] Aug 05 19:31:46.390 INFO E| Compiling unic-ucd-version v0.9.0
33342026-08-05T19:31:47.136Z[ helios-setup] Aug 05 19:31:46.477 INFO E| Compiling unic-char-property v0.9.0
33352026-08-05T19:31:47.145Z[ helios-setup] Aug 05 19:31:46.487 INFO E| Compiling log v0.4.27
33362026-08-05T19:31:47.154Z[ helios-setup] Aug 05 19:31:46.495 INFO E| Compiling lazy_static v1.5.0
33372026-08-05T19:31:47.167Z[ helios-setup] Aug 05 19:31:46.509 INFO E| Compiling plain v0.2.3
33382026-08-05T19:31:47.180Z[ helios-setup] Aug 05 19:31:46.521 INFO E| Compiling bytesize v2.0.1
33392026-08-05T19:31:47.279Z[ helios-setup] Aug 05 19:31:46.621 INFO E| Compiling syn v2.0.101
33402026-08-05T19:31:47.337Z[ helios-setup] Aug 05 19:31:46.679 INFO E| Compiling clap v2.34.0
33412026-08-05T19:31:47.338Z[ helios-setup] Aug 05 19:31:46.679 INFO E| Compiling unic-ucd-ident v0.9.0
33422026-08-05T19:31:48.025Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-08-05T19:31:48.192Z[ helios-setup] Aug 05 19:31:47.529 INFO E| Compiling parse_int v0.9.0
33442026-08-05T19:31:48.940Z[ host-package] Compiling darling v0.13.4
33452026-08-05T19:31:48.965Z[ host-package] Compiling sled v0.34.7
33462026-08-05T19:31:50.376Z[ helios-setup] Aug 05 19:31:49.718 INFO E| Compiling serde_derive_internals v0.29.1
33472026-08-05T19:31:50.994Z[ helios-setup] Aug 05 19:31:50.336 INFO E| Compiling modular-bitfield-impl v0.11.2
33482026-08-05T19:31:50.994Z[ helios-setup] Aug 05 19:31:50.336 INFO E| Compiling structopt-derive v0.4.18
33492026-08-05T19:31:51.205Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33502026-08-05T19:31:51.315Z[ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling thiserror-impl v2.0.12
33512026-08-05T19:31:51.316Z[ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling serde_derive v1.0.219
33522026-08-05T19:31:51.320Z[ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling zerocopy-derive v0.8.25
33532026-08-05T19:31:51.320Z[ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling num-derive v0.4.2
33542026-08-05T19:31:51.320Z[ helios-setup] Aug 05 19:31:50.658 INFO E| Compiling modular-bitfield-impl v0.13.1
33552026-08-05T19:31:51.320Z[ helios-setup] Aug 05 19:31:50.658 INFO E| Compiling scroll_derive v0.12.1
33562026-08-05T19:31:51.320Z[ helios-setup] Aug 05 19:31:50.658 INFO E| Compiling strum_macros v0.27.1
33572026-08-05T19:31:51.537Z[ helios-setup] Aug 05 19:31:50.879 INFO E| Compiling schemars_derive v0.8.22
33582026-08-05T19:31:51.812Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-08-05T19:31:52.140Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33602026-08-05T19:31:52.536Z[ helios-setup] Aug 05 19:31:51.877 INFO E| Compiling modular-bitfield v0.11.2
33612026-08-05T19:31:52.536Z[ helios-setup] Aug 05 19:31:51.877 INFO E| Compiling structopt v0.3.26
33622026-08-05T19:31:52.623Z[ helios-setup] Aug 05 19:31:51.964 INFO E| Compiling scroll v0.12.0
33632026-08-05T19:31:52.948Z[ helios-setup] Aug 05 19:31:52.290 INFO E| Compiling goblin v0.9.3
33642026-08-05T19:31:53.234Z[ helios-setup] Aug 05 19:31:52.575 INFO E| Compiling pest v2.8.0
33652026-08-05T19:31:53.474Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33662026-08-05T19:31:53.517Z[ helios-setup] Aug 05 19:31:52.859 INFO E| Compiling modular-bitfield v0.13.1
33672026-08-05T19:31:53.597Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33682026-08-05T19:31:53.942Z[ host-package] Compiling secrecy v0.8.0
33692026-08-05T19:31:53.980Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-08-05T19:31:54.586Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33712026-08-05T19:31:54.635Z[ helios-setup] Aug 05 19:31:53.972 INFO E| Compiling pest_meta v2.8.0
33722026-08-05T19:31:54.998Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33732026-08-05T19:31:55.059Z[ host-package] Compiling serde_with_macros v1.5.2
33742026-08-05T19:31:55.288Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33752026-08-05T19:31:55.449Z[ helios-setup] Aug 05 19:31:54.790 INFO E| Compiling pest_generator v2.8.0
33762026-08-05T19:31:56.181Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33772026-08-05T19:31:56.574Z[ helios-setup] Aug 05 19:31:55.916 INFO E| Compiling pest_derive v2.8.0
33782026-08-05T19:31:56.715Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33792026-08-05T19:31:57.049Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33802026-08-05T19:31:57.810Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33812026-08-05T19:31:57.893Z[ host-package] Compiling git2 v0.20.4
33822026-08-05T19:31:58.142Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33832026-08-05T19:31:58.162Z[ helios-setup] Aug 05 19:31:57.504 INFO E| Compiling json5 v0.4.1
33842026-08-05T19:31:58.167Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33852026-08-05T19:31:58.521Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33862026-08-05T19:31:58.603Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33872026-08-05T19:31:58.750Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33882026-08-05T19:31:58.810Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33892026-08-05T19:31:58.933Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33902026-08-05T19:31:59.116Z[ host-package] Compiling arc-swap v1.8.2
33912026-08-05T19:31:59.182Z[ host-package] Compiling void v1.0.2
33922026-08-05T19:31:59.404Z[ host-package] Compiling lzss v0.8.2
33932026-08-05T19:31:59.525Z[ host-package] Compiling slog-scope v4.4.1
33942026-08-05T19:31:59.765Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33952026-08-05T19:31:59.806Z[ helios-setup] Aug 05 19:31:59.148 INFO E| Compiling four-cc v0.4.0
33962026-08-05T19:31:59.806Z[ helios-setup] Aug 05 19:31:59.148 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33972026-08-05T19:31:59.918Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33982026-08-05T19:31:59.933Z[ helios-setup] Aug 05 19:31:59.274 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33992026-08-05T19:32:00.096Z[ host-package] Compiling illumos-nvpair v0.3.0
34002026-08-05T19:32:00.946Z[ host-package] Compiling serde_with v1.14.0
34012026-08-05T19:32:01.499Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34022026-08-05T19:32:02.628Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34032026-08-05T19:32:03.520Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34042026-08-05T19:32:04.740Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34052026-08-05T19:32:04.965Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34062026-08-05T19:32:06.165Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-08-05T19:32:06.867Z[ host-package] Compiling tungstenite v0.23.0
34082026-08-05T19:32:07.278Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34092026-08-05T19:32:07.875Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34102026-08-05T19:32:09.247Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34112026-08-05T19:32:09.389Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34122026-08-05T19:32:09.508Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34132026-08-05T19:32:09.788Z[ host-package] Compiling nix v0.27.1
34142026-08-05T19:32:09.815Z[ host-package] Compiling twox-hash v2.1.2
34152026-08-05T19:32:09.863Z[ host-package] Compiling libsw-core v0.3.2
34162026-08-05T19:32:10.103Z[ host-package] Compiling serde_bytes v0.11.19
34172026-08-05T19:32:10.213Z[ host-package] Compiling atty v0.2.14
34182026-08-05T19:32:10.399Z[ host-package] Compiling libsw v3.5.0
34192026-08-05T19:32:10.548Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34202026-08-05T19:32:10.584Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34212026-08-05T19:32:10.666Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34222026-08-05T19:32:11.105Z[ host-package] Compiling tokio-tungstenite v0.23.1
34232026-08-05T19:32:11.508Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34242026-08-05T19:32:11.768Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34252026-08-05T19:32:11.973Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34262026-08-05T19:32:13.140Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34272026-08-05T19:32:13.227Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34282026-08-05T19:32:13.588Z[ host-package] Compiling slog-stdlog v4.1.1
34292026-08-05T19:32:14.002Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34302026-08-05T19:32:14.031Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34312026-08-05T19:32:14.313Z[ helios-setup] Aug 05 19:32:13.655 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34322026-08-05T19:32:14.454Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34332026-08-05T19:32:14.593Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34342026-08-05T19:32:14.633Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34352026-08-05T19:32:15.136Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-08-05T19:32:15.282Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34372026-08-05T19:32:16.285Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-05T19:32:17.098Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34392026-08-05T19:32:17.405Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-08-05T19:32:17.921Z[ helios-setup] Aug 05 19:32:17.261 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34412026-08-05T19:32:19.962Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34422026-08-05T19:32:20.873Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34432026-08-05T19:32:22.087Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34442026-08-05T19:32:22.367Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34452026-08-05T19:32:22.404Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34462026-08-05T19:32:22.756Z[ host-package] Compiling signal-hook-tokio v0.3.1
34472026-08-05T19:32:22.800Z[ host-package] Compiling fatfs v0.3.6
34482026-08-05T19:32:22.837Z[ host-package] Compiling yasna v0.5.2
34492026-08-05T19:32:23.061Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
34502026-08-05T19:32:23.364Z[ host-package] Compiling assert_matches v1.5.0
34512026-08-05T19:32:23.582Z[ host-package] Compiling is_ci v1.2.0
34522026-08-05T19:32:23.849Z[ host-package] Compiling seq-macro v0.3.6
34532026-08-05T19:32:24.244Z[ host-package] Compiling supports-color v3.0.2
34542026-08-05T19:32:24.459Z[ host-package] Compiling rcgen v0.12.1
34552026-08-05T19:32:24.650Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34562026-08-05T19:32:24.747Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
34572026-08-05T19:32:24.969Z[ host-package] Compiling slog-envlogger v2.2.0
34582026-08-05T19:32:26.017Z[ host-package] Compiling oxide-update-engine-display v0.1.2
34592026-08-05T19:32:26.318Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34602026-08-05T19:32:27.037Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34612026-08-05T19:32:27.294Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
34622026-08-05T19:32:27.331Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34632026-08-05T19:32:27.608Z[ host-package] Compiling port-file v0.1.0
34642026-08-05T19:32:27.689Z[ host-package] Compiling subprocess v0.2.15
34652026-08-05T19:32:28.006Z[ host-package] Compiling rtoolbox v0.0.3
34662026-08-05T19:32:28.366Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34672026-08-05T19:32:29.189Z[ host-package] Compiling rpassword v7.5.4
34682026-08-05T19:32:29.974Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34692026-08-05T19:32:30.452Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34702026-08-05T19:32:30.680Z[ helios-setup] Aug 05 19:32:30.021 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s
34712026-08-05T19:32:30.717Z[ helios-setup] Aug 05 19:32:30.058 INFO building project "amd-host-image-builder" ok (47 seconds)
34722026-08-05T19:32:30.717Z[ helios-setup] Aug 05 19:32:30.058 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34732026-08-05T19:32:30.727Z[ helios-setup] Aug 05 19:32:30.068 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
34742026-08-05T19:32:30.727Z[ helios-setup] Aug 05 19:32:30.068 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34752026-08-05T19:32:30.730Z[ helios-setup] Aug 05 19:32:30.068 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34762026-08-05T19:32:30.923Z[ helios-setup] Aug 05 19:32:30.264 INFO E| Downloading crates ...
34772026-08-05T19:32:30.932Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34782026-08-05T19:32:30.981Z[ helios-setup] Aug 05 19:32:30.321 INFO E| Downloaded miniz_oxide v0.8.8
34792026-08-05T19:32:30.984Z[ helios-setup] Aug 05 19:32:30.323 INFO E| Downloaded adler2 v2.0.0
34802026-08-05T19:32:31.049Z[ helios-setup] Aug 05 19:32:30.390 INFO E| Compiling adler2 v2.0.0
34812026-08-05T19:32:31.077Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34822026-08-05T19:32:31.213Z[ helios-setup] Aug 05 19:32:30.555 INFO E| Compiling miniz_oxide v0.8.8
34832026-08-05T19:32:32.385Z[ helios-setup] Aug 05 19:32:31.726 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34842026-08-05T19:32:32.891Z[ host-package] Compiling tui-tree-widget v0.23.1
34852026-08-05T19:32:33.168Z[ helios-setup] Aug 05 19:32:32.510 INFO E| Finished `release` profile [optimized] target(s) in 2.42s
34862026-08-05T19:32:33.179Z[ helios-setup] Aug 05 19:32:32.520 INFO building project "pinprick" ok (2 seconds)
34872026-08-05T19:32:33.179Z[ helios-setup] Aug 05 19:32:32.520 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34882026-08-05T19:32:33.188Z[ helios-setup] Aug 05 19:32:32.529 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34892026-08-05T19:32:33.188Z[ helios-setup] Aug 05 19:32:32.529 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34902026-08-05T19:32:33.188Z[ helios-setup] Aug 05 19:32:32.529 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34912026-08-05T19:32:33.304Z[ helios-setup] Aug 05 19:32:32.645 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34922026-08-05T19:32:33.325Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34932026-08-05T19:32:33.595Z[ helios-setup] Aug 05 19:32:32.937 INFO E| From https://github.com/jclulow/hiercmd
34942026-08-05T19:32:33.595Z[ helios-setup] Aug 05 19:32:32.937 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34952026-08-05T19:32:33.624Z[ helios-setup] Aug 05 19:32:32.965 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34962026-08-05T19:32:33.878Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34972026-08-05T19:32:33.906Z[ helios-setup] Aug 05 19:32:33.248 INFO E| From https://github.com/oxidecomputer/network-interface
34982026-08-05T19:32:33.906Z[ helios-setup] Aug 05 19:32:33.248 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34992026-08-05T19:32:33.919Z[ helios-setup] Aug 05 19:32:33.261 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
35002026-08-05T19:32:34.054Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35012026-08-05T19:32:34.217Z[ helios-setup] Aug 05 19:32:33.558 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35022026-08-05T19:32:34.217Z[ helios-setup] Aug 05 19:32:33.558 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35032026-08-05T19:32:34.235Z[ helios-setup] Aug 05 19:32:33.576 INFO E| Updating crates.io index
35042026-08-05T19:32:34.414Z[ helios-setup] Aug 05 19:32:33.755 INFO E| Downloading crates ...
35052026-08-05T19:32:34.461Z[ helios-setup] Aug 05 19:32:33.802 INFO E| Downloaded anstyle v1.0.13
35062026-08-05T19:32:34.467Z[ helios-setup] Aug 05 19:32:33.807 INFO E| Downloaded num_enum v0.7.5
35072026-08-05T19:32:34.472Z[ helios-setup] Aug 05 19:32:33.813 INFO E| Downloaded typenum v1.19.0
35082026-08-05T19:32:34.476Z[ helios-setup] Aug 05 19:32:33.815 INFO E| Downloaded anstyle-query v1.1.4
35092026-08-05T19:32:34.476Z[ helios-setup] Aug 05 19:32:33.816 INFO E| Downloaded env_logger v0.11.8
35102026-08-05T19:32:34.480Z[ helios-setup] Aug 05 19:32:33.818 INFO E| Downloaded env_filter v0.1.4
35112026-08-05T19:32:34.480Z[ helios-setup] Aug 05 19:32:33.819 INFO E| Downloaded devinfo v0.1.0
35122026-08-05T19:32:34.480Z[ helios-setup] Aug 05 19:32:33.820 INFO E| Downloaded pin-project-lite v0.2.16
35132026-08-05T19:32:34.487Z[ helios-setup] Aug 05 19:32:33.823 INFO E| Downloaded futures-channel v0.3.31
35142026-08-05T19:32:34.488Z[ helios-setup] Aug 05 19:32:33.827 INFO E| Downloaded indexmap v2.12.0
35152026-08-05T19:32:34.492Z[ helios-setup] Aug 05 19:32:33.830 INFO E| Downloaded futures-core v0.3.31
35162026-08-05T19:32:34.492Z[ helios-setup] Aug 05 19:32:33.831 INFO E| Downloaded find-msvc-tools v0.1.4
35172026-08-05T19:32:34.499Z[ helios-setup] Aug 05 19:32:33.841 INFO E| Downloaded clap v4.5.51
35182026-08-05T19:32:34.505Z[ helios-setup] Aug 05 19:32:33.847 INFO E| Downloaded pin-utils v0.1.0
35192026-08-05T19:32:34.508Z[ helios-setup] Aug 05 19:32:33.848 INFO E| Downloaded crc v3.3.0
35202026-08-05T19:32:34.508Z[ helios-setup] Aug 05 19:32:33.848 INFO E| Downloaded serde_spanned v1.0.3
35212026-08-05T19:32:34.508Z[ helios-setup] Aug 05 19:32:33.849 INFO E| Downloaded time-core v0.1.6
35222026-08-05T19:32:34.509Z[ helios-setup] Aug 05 19:32:33.850 INFO E| Downloaded toml_datetime v0.7.3
35232026-08-05T19:32:34.512Z[ helios-setup] Aug 05 19:32:33.851 INFO E| Downloaded futures-task v0.3.31
35242026-08-05T19:32:34.540Z[ helios-setup] Aug 05 19:32:33.882 INFO E| Downloaded toml v0.9.8
35252026-08-05T19:32:34.544Z[ helios-setup] Aug 05 19:32:33.885 INFO E| Downloaded clap_lex v0.7.6
35262026-08-05T19:32:34.544Z[ helios-setup] Aug 05 19:32:33.885 INFO E| Downloaded futures-io v0.3.31
35272026-08-05T19:32:34.547Z[ helios-setup] Aug 05 19:32:33.886 INFO E| Downloaded bitfield-macros v0.19.3
35282026-08-05T19:32:34.547Z[ helios-setup] Aug 05 19:32:33.886 INFO E| Downloaded zeroize_derive v1.4.2
35292026-08-05T19:32:34.569Z[ helios-setup] Aug 05 19:32:33.911 INFO E| Downloaded getopts v0.2.24
35302026-08-05T19:32:34.573Z[ helios-setup] Aug 05 19:32:33.912 INFO E| Downloaded simd-adler32 v0.3.7
35312026-08-05T19:32:34.573Z[ helios-setup] Aug 05 19:32:33.913 INFO E| Downloaded futures-sink v0.3.31
35322026-08-05T19:32:34.573Z[ helios-setup] Aug 05 19:32:33.913 INFO E| Downloaded libdevinfo-sys v1.1.0
35332026-08-05T19:32:34.605Z[ helios-setup] Aug 05 19:32:33.947 INFO E| Downloaded num_enum_derive v0.7.5
35342026-08-05T19:32:34.609Z[ helios-setup] Aug 05 19:32:33.948 INFO E| Downloaded toml_writer v1.0.4
35352026-08-05T19:32:34.609Z[ helios-setup] Aug 05 19:32:33.949 INFO E| Downloaded futures-macro v0.3.31
35362026-08-05T19:32:34.609Z[ helios-setup] Aug 05 19:32:33.949 INFO E| Downloaded bitfield v0.19.3
35372026-08-05T19:32:34.612Z[ helios-setup] Aug 05 19:32:33.950 INFO E| Downloaded thiserror v2.0.17
35382026-08-05T19:32:34.612Z[ helios-setup] Aug 05 19:32:33.953 INFO E| Downloaded generic-array v0.14.9
35392026-08-05T19:32:34.616Z[ helios-setup] Aug 05 19:32:33.954 INFO E| Downloaded quote v1.0.41
35402026-08-05T19:32:34.616Z[ helios-setup] Aug 05 19:32:33.956 INFO E| Downloaded time-macros v0.2.24
35412026-08-05T19:32:34.616Z[ helios-setup] Aug 05 19:32:33.957 INFO E| Downloaded toml_parser v1.0.4
35422026-08-05T19:32:34.619Z[ helios-setup] Aug 05 19:32:33.958 INFO E| Downloaded unicode-ident v1.0.22
35432026-08-05T19:32:34.619Z[ helios-setup] Aug 05 19:32:33.960 INFO E| Downloaded deranged v0.5.5
35442026-08-05T19:32:34.645Z[ helios-setup] Aug 05 19:32:33.987 INFO E| Downloaded signal-hook-registry v1.4.6
35452026-08-05T19:32:34.649Z[ helios-setup] Aug 05 19:32:33.988 INFO E| Downloaded thiserror-impl v2.0.17
35462026-08-05T19:32:34.649Z[ helios-setup] Aug 05 19:32:33.989 INFO E| Downloaded tokio-macros v2.6.0
35472026-08-05T19:32:34.649Z[ helios-setup] Aug 05 19:32:33.989 INFO E| Downloaded base64ct v1.8.0
35482026-08-05T19:32:34.649Z[ helios-setup] Aug 05 19:32:33.991 INFO E| Downloaded slab v0.4.11
35492026-08-05T19:32:34.652Z[ helios-setup] Aug 05 19:32:33.991 INFO E| Downloaded proc-macro2 v1.0.103
35502026-08-05T19:32:34.652Z[ helios-setup] Aug 05 19:32:33.993 INFO E| Downloaded clap_derive v4.5.49
35512026-08-05T19:32:34.652Z[ helios-setup] Aug 05 19:32:33.994 INFO E| Downloaded futures-executor v0.3.31
35522026-08-05T19:32:34.656Z[ helios-setup] Aug 05 19:32:33.995 INFO E| Downloaded log v0.4.28
35532026-08-05T19:32:34.656Z[ helios-setup] Aug 05 19:32:33.996 INFO E| Downloaded anyhow v1.0.100
35542026-08-05T19:32:34.659Z[ helios-setup] Aug 05 19:32:33.999 INFO E| Downloaded bitflags v2.10.0
35552026-08-05T19:32:34.692Z[ helios-setup] Aug 05 19:32:34.033 INFO E| Downloaded getrandom v0.2.16
35562026-08-05T19:32:34.706Z[ helios-setup] Aug 05 19:32:34.048 INFO E| Downloaded futures v0.3.31
35572026-08-05T19:32:34.710Z[ helios-setup] Aug 05 19:32:34.051 INFO E| Downloaded uuid v1.18.1
35582026-08-05T19:32:34.717Z[ helios-setup] Aug 05 19:32:34.059 INFO E| Downloaded bytes v1.10.1
35592026-08-05T19:32:34.725Z[ helios-setup] Aug 05 19:32:34.067 INFO E| Downloaded cc v1.2.44
35602026-08-05T19:32:34.729Z[ helios-setup] Aug 05 19:32:34.069 INFO E| Downloaded rsa v0.9.8
35612026-08-05T19:32:34.742Z[ helios-setup] Aug 05 19:32:34.083 INFO E| Downloaded socket2 v0.6.1
35622026-08-05T19:32:34.747Z[ helios-setup] Aug 05 19:32:34.084 INFO E| Downloaded toml_edit v0.23.7
35632026-08-05T19:32:34.747Z[ helios-setup] Aug 05 19:32:34.087 INFO E| Downloaded hashbrown v0.16.0
35642026-08-05T19:32:34.750Z[ helios-setup] Aug 05 19:32:34.090 INFO E| Downloaded rand v0.8.5
35652026-08-05T19:32:34.750Z[ helios-setup] Aug 05 19:32:34.092 INFO E| Downloaded flate2 v1.1.5
35662026-08-05T19:32:34.756Z[ helios-setup] Aug 05 19:32:34.097 INFO E| Downloaded iddqd v0.3.14
35672026-08-05T19:32:34.759Z[ helios-setup] Aug 05 19:32:34.101 INFO E| Downloaded memchr v2.7.6
35682026-08-05T19:32:34.762Z[ helios-setup] Aug 05 19:32:34.104 INFO E| Downloaded mio v1.1.0
35692026-08-05T19:32:34.766Z[ helios-setup] Aug 05 19:32:34.107 INFO E| Downloaded num-bigint-dig v0.8.4
35702026-08-05T19:32:34.769Z[ helios-setup] Aug 05 19:32:34.110 INFO E| Downloaded futures-util v0.3.31
35712026-08-05T19:32:34.775Z[ helios-setup] Aug 05 19:32:34.116 INFO E| Downloaded libm v0.2.15
35722026-08-05T19:32:34.781Z[ helios-setup] Aug 05 19:32:34.122 INFO E| Downloaded time v0.3.44
35732026-08-05T19:32:34.785Z[ helios-setup] Aug 05 19:32:34.127 INFO E| Downloaded clap_builder v4.5.51
35742026-08-05T19:32:34.789Z[ helios-setup] Aug 05 19:32:34.130 INFO E| Downloaded serde_json v1.0.145
35752026-08-05T19:32:34.793Z[ helios-setup] Aug 05 19:32:34.134 INFO E| Downloaded chrono v0.4.42
35762026-08-05T19:32:34.797Z[ helios-setup] Aug 05 19:32:34.138 INFO E| Downloaded unicode-width v0.2.2
35772026-08-05T19:32:34.800Z[ helios-setup] Aug 05 19:32:34.142 INFO E| Downloaded syn v2.0.108
35782026-08-05T19:32:34.838Z[ helios-setup] Aug 05 19:32:34.179 INFO E| Downloaded rustix v1.1.2
35792026-08-05T19:32:34.851Z[ helios-setup] Aug 05 19:32:34.192 INFO E| Downloaded tokio v1.48.0
35802026-08-05T19:32:34.897Z[ helios-setup] Aug 05 19:32:34.238 INFO E| Downloaded libc v0.2.177
35812026-08-05T19:32:35.005Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling proc-macro2 v1.0.103
35822026-08-05T19:32:35.005Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling unicode-ident v1.0.22
35832026-08-05T19:32:35.005Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling quote v1.0.41
35842026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling libc v0.2.177
35852026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling serde_core v1.0.228
35862026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling cfg-if v1.0.4
35872026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling serde v1.0.228
35882026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling version_check v0.9.5
35892026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling autocfg v1.5.0
35902026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling const-oid v0.9.6
35912026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling typenum v1.19.0
35922026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling libm v0.2.15
35932026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling zerocopy v0.8.27
35942026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling rustversion v1.0.22
35952026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling zeroize v1.8.2
35962026-08-05T19:32:35.008Z[ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling base64ct v1.8.0
35972026-08-05T19:32:35.735Z[ helios-setup] Aug 05 19:32:35.076 INFO E| Compiling smallvec v1.15.1
35982026-08-05T19:32:36.069Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
35992026-08-05T19:32:36.192Z[ helios-setup] Aug 05 19:32:35.533 INFO E| Compiling num-traits v0.2.19
36002026-08-05T19:32:36.290Z[ helios-setup] Aug 05 19:32:35.632 INFO E| Compiling pem-rfc7468 v0.7.0
36012026-08-05T19:32:36.368Z[ helios-setup] Aug 05 19:32:35.707 INFO E| Compiling equivalent v1.0.2
36022026-08-05T19:32:36.470Z[ helios-setup] Aug 05 19:32:35.811 INFO E| Compiling hashbrown v0.16.0
36032026-08-05T19:32:36.500Z[ helios-setup] Aug 05 19:32:35.841 INFO E| Compiling winnow v0.7.13
36042026-08-05T19:32:36.618Z[ helios-setup] Aug 05 19:32:35.958 INFO E| Compiling flagset v0.4.7
36052026-08-05T19:32:36.722Z[ helios-setup] Aug 05 19:32:36.062 INFO E| Compiling generic-array v0.14.9
36062026-08-05T19:32:36.725Z[ helios-setup] Aug 05 19:32:36.062 INFO E| Compiling crc32fast v1.5.0
36072026-08-05T19:32:36.849Z[ helios-setup] Aug 05 19:32:36.191 INFO E| Compiling byteorder v1.5.0
36082026-08-05T19:32:36.878Z[ helios-setup] Aug 05 19:32:36.219 INFO E| Compiling utf8parse v0.2.2
36092026-08-05T19:32:36.917Z[ helios-setup] Aug 05 19:32:36.258 INFO E| Compiling anyhow v1.0.100
36102026-08-05T19:32:37.006Z[ helios-setup] Aug 05 19:32:36.347 INFO E| Compiling memchr v2.7.6
36112026-08-05T19:32:37.018Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36122026-08-05T19:32:37.157Z[ helios-setup] Aug 05 19:32:36.498 INFO E| Compiling rustix v1.1.2
36132026-08-05T19:32:37.514Z[ helios-setup] Aug 05 19:32:36.855 INFO E| Compiling getrandom v0.2.16
36142026-08-05T19:32:37.598Z[ helios-setup] Aug 05 19:32:36.932 INFO E| Compiling errno v0.3.14
36152026-08-05T19:32:37.694Z[ helios-setup] Aug 05 19:32:37.035 INFO E| Compiling syn v2.0.108
36162026-08-05T19:32:37.735Z[ helios-setup] Aug 05 19:32:37.076 INFO E| Compiling rand_core v0.6.4
36172026-08-05T19:32:37.745Z[ host-package] Compiling uzers v0.12.2
36182026-08-05T19:32:37.778Z[ helios-setup] Aug 05 19:32:37.119 INFO E| Compiling indexmap v2.12.0
36192026-08-05T19:32:37.858Z[ helios-setup] Aug 05 19:32:37.199 INFO E| Compiling anstyle-parse v0.2.7
36202026-08-05T19:32:37.880Z[ helios-setup] Aug 05 19:32:37.222 INFO E| Compiling colorchoice v1.0.4
36212026-08-05T19:32:37.918Z[ helios-setup] Aug 05 19:32:37.259 INFO E| Compiling cpufeatures v0.2.17
36222026-08-05T19:32:37.929Z[ helios-setup] Aug 05 19:32:37.271 INFO E| Compiling shlex v1.3.0
36232026-08-05T19:32:37.974Z[ helios-setup] Aug 05 19:32:37.316 INFO E| Compiling is_terminal_polyfill v1.70.2
36242026-08-05T19:32:38.038Z[ helios-setup] Aug 05 19:32:37.374 INFO E| Compiling find-msvc-tools v0.1.4
36252026-08-05T19:32:38.096Z[ helios-setup] Aug 05 19:32:37.438 INFO E| Compiling radium v0.7.0
36262026-08-05T19:32:38.104Z[ helios-setup] Aug 05 19:32:37.444 INFO E| Compiling anstyle v1.0.13
36272026-08-05T19:32:38.109Z[ helios-setup] Aug 05 19:32:37.451 INFO E| Compiling anstyle-query v1.1.4
36282026-08-05T19:32:38.221Z[ helios-setup] Aug 05 19:32:37.562 INFO E| Compiling toml_datetime v0.7.3
36292026-08-05T19:32:38.240Z[ helios-setup] Aug 05 19:32:37.581 INFO E| Compiling allocator-api2 v0.2.21
36302026-08-05T19:32:38.360Z[ helios-setup] Aug 05 19:32:37.702 INFO E| Compiling syn v1.0.109
36312026-08-05T19:32:38.495Z[ helios-setup] Aug 05 19:32:37.836 INFO E| Compiling anstream v0.6.21
36322026-08-05T19:32:38.642Z[ helios-setup] Aug 05 19:32:37.983 INFO E| Compiling cc v1.2.44
36332026-08-05T19:32:38.666Z[ helios-setup] Aug 05 19:32:38.007 INFO E| Compiling slog v2.8.2
36342026-08-05T19:32:38.725Z[ helios-setup] Aug 05 19:32:38.067 INFO E| Compiling block-buffer v0.10.4
36352026-08-05T19:32:38.788Z[ helios-setup] Aug 05 19:32:38.129 INFO E| Compiling crypto-common v0.1.6
36362026-08-05T19:32:38.967Z[ helios-setup] Aug 05 19:32:38.306 INFO E| Compiling digest v0.10.7
36372026-08-05T19:32:39.078Z[ helios-setup] Aug 05 19:32:38.419 INFO E| Compiling pkg-config v0.3.32
36382026-08-05T19:32:39.205Z[ helios-setup] Aug 05 19:32:38.546 INFO E| Compiling sha2 v0.10.9
36392026-08-05T19:32:39.214Z[ helios-setup] Aug 05 19:32:38.555 INFO E| Compiling tap v1.0.1
36402026-08-05T19:32:39.387Z[ helios-setup] Aug 05 19:32:38.728 INFO E| Compiling unicode-width v0.2.2
36412026-08-05T19:32:39.499Z[ helios-setup] Aug 05 19:32:38.840 INFO E| Compiling toml_parser v1.0.4
36422026-08-05T19:32:39.546Z[ helios-setup] Aug 05 19:32:38.887 INFO E| Compiling pin-project-lite v0.2.16
36432026-08-05T19:32:39.601Z[ helios-setup] Aug 05 19:32:38.942 INFO E| Compiling futures-sink v0.3.31
36442026-08-05T19:32:39.645Z[ helios-setup] Aug 05 19:32:38.986 INFO E| Compiling parking_lot_core v0.9.12
36452026-08-05T19:32:39.652Z[ helios-setup] Aug 05 19:32:38.993 INFO E| Compiling futures-core v0.3.31
36462026-08-05T19:32:39.679Z[ helios-setup] Aug 05 19:32:39.020 INFO E| Compiling maybe-uninit v2.0.0
36472026-08-05T19:32:39.784Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36482026-08-05T19:32:39.828Z[ helios-setup] Aug 05 19:32:39.169 INFO E| Compiling futures-channel v0.3.31
36492026-08-05T19:32:40.019Z[ helios-setup] Aug 05 19:32:39.360 INFO E| Compiling getopts v0.2.24
36502026-08-05T19:32:40.434Z[ helios-setup] Aug 05 19:32:39.776 INFO E| Compiling toml_edit v0.23.7
36512026-08-05T19:32:40.438Z[ helios-setup] Aug 05 19:32:39.776 INFO E| Compiling num-integer v0.1.46
36522026-08-05T19:32:40.479Z[ helios-setup] Aug 05 19:32:39.820 INFO E| Compiling wyz v0.5.1
36532026-08-05T19:32:40.497Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36542026-08-05T19:32:40.789Z[ helios-setup] Aug 05 19:32:40.129 INFO E| Compiling ahash v0.8.12
36552026-08-05T19:32:40.794Z[ helios-setup] Aug 05 19:32:40.136 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36562026-08-05T19:32:40.806Z[ helios-setup] Aug 05 19:32:40.147 INFO E| Compiling scopeguard v1.2.0
36572026-08-05T19:32:40.809Z[ helios-setup] Aug 05 19:32:40.148 INFO E| Compiling funty v2.0.0
36582026-08-05T19:32:40.826Z[ helios-setup] Aug 05 19:32:40.168 INFO E| Compiling spin v0.9.8
36592026-08-05T19:32:40.867Z[ helios-setup] Aug 05 19:32:40.208 INFO E| Compiling slab v0.4.11
36602026-08-05T19:32:40.964Z[ helios-setup] Aug 05 19:32:40.306 INFO E| Compiling clap_lex v0.7.6
36612026-08-05T19:32:41.013Z[ helios-setup] Aug 05 19:32:40.354 INFO E| Compiling pin-utils v0.1.0
36622026-08-05T19:32:41.052Z[ helios-setup] Aug 05 19:32:40.393 INFO E| Compiling itoa v1.0.15
36632026-08-05T19:32:41.104Z[ helios-setup] Aug 05 19:32:40.445 INFO E| Compiling futures-task v0.3.31
36642026-08-05T19:32:41.216Z[ helios-setup] Aug 05 19:32:40.558 INFO E| Compiling getrandom v0.3.4
36652026-08-05T19:32:41.405Z[ helios-setup] Aug 05 19:32:40.746 INFO E| Compiling bitflags v2.10.0
36662026-08-05T19:32:41.428Z[ helios-setup] Aug 05 19:32:40.767 INFO E| Compiling bytes v1.10.1
36672026-08-05T19:32:41.432Z[ helios-setup] Aug 05 19:32:40.774 INFO E| Compiling packed_struct v0.10.1
36682026-08-05T19:32:41.439Z[ helios-setup] Aug 05 19:32:40.780 INFO E| Compiling heck v0.5.0
36692026-08-05T19:32:41.570Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36702026-08-05T19:32:41.615Z[ helios-setup] Aug 05 19:32:40.957 INFO E| Compiling proc-macro-crate v3.4.0
36712026-08-05T19:32:41.626Z[ helios-setup] Aug 05 19:32:40.967 INFO E| Compiling thiserror v1.0.69
36722026-08-05T19:32:41.824Z[ helios-setup] Aug 05 19:32:41.165 INFO E| Compiling num-conv v0.1.0
36732026-08-05T19:32:41.874Z[ helios-setup] Aug 05 19:32:41.215 INFO E| Compiling num-bigint-dig v0.8.4
36742026-08-05T19:32:42.022Z[ helios-setup] Aug 05 19:32:41.363 INFO E| Compiling strsim v0.11.1
36752026-08-05T19:32:42.046Z[ helios-setup] Aug 05 19:32:41.387 INFO E| Compiling powerfmt v0.2.0
36762026-08-05T19:32:42.056Z[ helios-setup] Aug 05 19:32:41.397 INFO E| Compiling time-core v0.1.6
36772026-08-05T19:32:42.092Z[ helios-setup] Aug 05 19:32:41.433 INFO E| Compiling futures-io v0.3.31
36782026-08-05T19:32:42.247Z[ helios-setup] Aug 05 19:32:41.588 INFO E| Compiling time-macros v0.2.24
36792026-08-05T19:32:42.278Z[ helios-setup] Aug 05 19:32:41.619 INFO E| Compiling deranged v0.5.5
36802026-08-05T19:32:42.409Z[ helios-setup] Aug 05 19:32:41.739 INFO E| Compiling bitvec v1.0.1
36812026-08-05T19:32:42.544Z[ helios-setup] Aug 05 19:32:41.886 INFO E| Compiling num-iter v0.1.45
36822026-08-05T19:32:42.627Z[ helios-setup] Aug 05 19:32:41.968 INFO E| Compiling lazy_static v1.5.0
36832026-08-05T19:32:42.627Z[ helios-setup] Aug 05 19:32:41.968 INFO E| Compiling lock_api v0.4.14
36842026-08-05T19:32:42.749Z[ helios-setup] Aug 05 19:32:42.090 INFO E| Compiling terminal_size v0.4.3
36852026-08-05T19:32:42.774Z[ helios-setup] Aug 05 19:32:42.100 INFO E| Compiling indexmap v1.9.3
36862026-08-05T19:32:42.779Z[ helios-setup] Aug 05 19:32:42.106 INFO E| Compiling iana-time-zone v0.1.64
36872026-08-05T19:32:42.785Z[ helios-setup] Aug 05 19:32:42.127 INFO E| Compiling serde_json v1.0.145
36882026-08-05T19:32:42.886Z[ helios-setup] Aug 05 19:32:42.227 INFO E| Compiling nodrop v0.1.14
36892026-08-05T19:32:43.019Z[ helios-setup] Aug 05 19:32:42.360 INFO E| Compiling clap_builder v4.5.51
36902026-08-05T19:32:43.046Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36912026-08-05T19:32:43.297Z[ helios-setup] Aug 05 19:32:42.638 INFO E| Compiling adler2 v2.0.1
36922026-08-05T19:32:43.322Z[ helios-setup] Aug 05 19:32:42.663 INFO E| Compiling once_cell v1.21.3
36932026-08-05T19:32:43.511Z[ helios-setup] Aug 05 19:32:42.852 INFO E| Compiling thiserror v2.0.17
36942026-08-05T19:32:43.527Z[ helios-setup] Aug 05 19:32:42.869 INFO E| Compiling log v0.4.28
36952026-08-05T19:32:43.609Z[ helios-setup] Aug 05 19:32:42.951 INFO E| Compiling simd-adler32 v0.3.7
36962026-08-05T19:32:43.618Z[ host-package] Compiling support-bundle-viewer v0.1.2
36972026-08-05T19:32:43.747Z[ helios-setup] Aug 05 19:32:43.088 INFO E| Compiling crc-catalog v2.4.0
36982026-08-05T19:32:43.766Z[ helios-setup] Aug 05 19:32:43.107 INFO E| Compiling parking_lot v0.12.5
36992026-08-05T19:32:43.771Z[ helios-setup] Aug 05 19:32:43.112 INFO E| Compiling chrono v0.4.42
37002026-08-05T19:32:43.791Z[ helios-setup] Aug 05 19:32:43.133 INFO E| Compiling array-init v0.0.4
37012026-08-05T19:32:43.885Z[ helios-setup] Aug 05 19:32:43.227 INFO E| Compiling env_filter v0.1.4
37022026-08-05T19:32:43.924Z[ helios-setup] Aug 05 19:32:43.265 INFO E| Compiling miniz_oxide v0.8.9
37032026-08-05T19:32:44.191Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37042026-08-05T19:32:44.447Z[ helios-setup] Aug 05 19:32:43.788 INFO E| Compiling crc v3.3.0
37052026-08-05T19:32:44.488Z[ helios-setup] Aug 05 19:32:43.829 INFO E| Compiling time v0.3.44
37062026-08-05T19:32:44.594Z[ helios-setup] Aug 05 19:32:43.935 INFO E| Compiling smallvec v0.6.14
37072026-08-05T19:32:44.860Z[ helios-setup] Aug 05 19:32:44.201 INFO E| Compiling serde_spanned v1.0.3
37082026-08-05T19:32:45.125Z[ helios-setup] Aug 05 19:32:44.467 INFO E| Compiling serde_derive v1.0.228
37092026-08-05T19:32:45.176Z[ helios-setup] Aug 05 19:32:44.517 INFO E| Compiling zerocopy-derive v0.8.27
37102026-08-05T19:32:45.189Z[ helios-setup] Aug 05 19:32:44.530 INFO E| Compiling der_derive v0.7.3
37112026-08-05T19:32:45.345Z[ helios-setup] Aug 05 19:32:44.686 INFO E| Compiling futures-macro v0.3.31
37122026-08-05T19:32:45.378Z[ helios-setup] Aug 05 19:32:44.719 INFO E| Compiling bitfield-macros v0.19.3
37132026-08-05T19:32:45.566Z[ helios-setup] Aug 05 19:32:44.908 INFO E| Compiling zerocopy-derive v0.6.6
37142026-08-05T19:32:45.761Z[ helios-setup] Aug 05 19:32:45.102 INFO E| Compiling thiserror-impl v1.0.69
37152026-08-05T19:32:46.209Z[ helios-setup] Aug 05 19:32:45.550 INFO E| Compiling packed_struct_codegen v0.10.1
37162026-08-05T19:32:46.302Z[ helios-setup] Aug 05 19:32:45.643 INFO E| Compiling clap_derive v4.5.49
37172026-08-05T19:32:46.530Z[ helios-setup] Aug 05 19:32:45.872 INFO E| Compiling num_enum_derive v0.7.5
37182026-08-05T19:32:46.766Z[ helios-setup] Aug 05 19:32:46.106 INFO E| Compiling bitfield v0.19.3
37192026-08-05T19:32:47.033Z[ helios-setup] Aug 05 19:32:46.374 INFO E| Compiling tokio-macros v2.6.0
37202026-08-05T19:32:47.066Z[ helios-setup] Aug 05 19:32:46.407 INFO E| Compiling thiserror-impl v2.0.17
37212026-08-05T19:32:47.456Z[ host-package] Compiling multimap v0.10.1
37222026-08-05T19:32:47.480Z[ helios-setup] Aug 05 19:32:46.821 INFO E| Compiling signature v2.2.0
37232026-08-05T19:32:47.694Z[ helios-setup] Aug 05 19:32:47.035 INFO E| Compiling mio v1.1.0
37242026-08-05T19:32:47.793Z[ helios-setup] Aug 05 19:32:47.134 INFO E| Compiling der v0.7.10
37252026-08-05T19:32:47.835Z[ helios-setup] Aug 05 19:32:47.175 INFO E| Compiling zerocopy v0.6.6
37262026-08-05T19:32:47.979Z[ helios-setup] Aug 05 19:32:47.320 INFO E| Compiling futures-util v0.3.31
37272026-08-05T19:32:48.026Z[ helios-setup] Aug 05 19:32:47.367 INFO E| Compiling socket2 v0.6.1
37282026-08-05T19:32:48.377Z[ helios-setup] Aug 05 19:32:47.718 INFO E| Compiling is-terminal v0.4.17
37292026-08-05T19:32:48.513Z[ helios-setup] Aug 05 19:32:47.854 INFO E| Compiling signal-hook-registry v1.4.6
37302026-08-05T19:32:48.769Z[ helios-setup] Aug 05 19:32:48.110 INFO E| Compiling thread_local v1.1.9
37312026-08-05T19:32:48.861Z[ helios-setup] Aug 05 19:32:48.202 INFO E| Compiling base64 v0.21.7
37322026-08-05T19:32:48.923Z[ helios-setup] Aug 05 19:32:48.264 INFO E| Compiling num_enum v0.7.5
37332026-08-05T19:32:48.941Z[ helios-setup] Aug 05 19:32:48.282 INFO E| Compiling term v1.2.0
37342026-08-05T19:32:49.293Z[ helios-setup] Aug 05 19:32:48.634 INFO E| Compiling hashbrown v0.12.3
37352026-08-05T19:32:49.367Z[ helios-setup] Aug 05 19:32:48.708 INFO E| Compiling toml_writer v1.0.4
37362026-08-05T19:32:49.414Z[ helios-setup] Aug 05 19:32:48.755 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37372026-08-05T19:32:49.759Z[ helios-setup] Aug 05 19:32:49.100 INFO E| Compiling ryu v1.0.20
37382026-08-05T19:32:49.899Z[ helios-setup] Aug 05 19:32:49.164 INFO E| Compiling subtle v2.6.1
37392026-08-05T19:32:49.899Z[ helios-setup] Aug 05 19:32:49.171 INFO E| Compiling winnow v0.5.40
37402026-08-05T19:32:49.899Z[ helios-setup] Aug 05 19:32:49.171 INFO E| Compiling libdevinfo-sys v1.1.0
37412026-08-05T19:32:49.904Z[ helios-setup] Aug 05 19:32:49.245 INFO E| Compiling toml v0.9.8
37422026-08-05T19:32:49.966Z[ helios-setup] Aug 05 19:32:49.307 INFO E| Compiling spki v0.7.3
37432026-08-05T19:32:50.051Z[ helios-setup] Aug 05 19:32:49.392 INFO E| Compiling devinfo v0.1.0
37442026-08-05T19:32:50.219Z[ helios-setup] Aug 05 19:32:49.560 INFO E| Compiling tokio v1.48.0
37452026-08-05T19:32:50.225Z[ helios-setup] Aug 05 19:32:49.567 INFO E| Compiling clap v4.5.51
37462026-08-05T19:32:50.327Z[ helios-setup] Aug 05 19:32:49.668 INFO E| Compiling pkcs8 v0.10.2
37472026-08-05T19:32:50.597Z[ helios-setup] Aug 05 19:32:49.938 INFO E| Compiling pkcs1 v0.7.5
37482026-08-05T19:32:50.642Z[ helios-setup] Aug 05 19:32:49.983 INFO E| Compiling x509-cert v0.2.5
37492026-08-05T19:32:50.749Z[ helios-setup] Aug 05 19:32:50.090 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37502026-08-05T19:32:51.418Z[ helios-setup] Aug 05 19:32:50.759 INFO E| Compiling ppv-lite86 v0.2.21
37512026-08-05T19:32:51.563Z[ helios-setup] Aug 05 19:32:50.905 INFO E| Compiling bzip2 v0.4.4
37522026-08-05T19:32:51.745Z[ helios-setup] Aug 05 19:32:51.086 INFO E| Compiling uuid v1.18.1
37532026-08-05T19:32:51.749Z[ helios-setup] Aug 05 19:32:51.087 INFO E| Compiling flate2 v1.1.5
37542026-08-05T19:32:51.871Z[ helios-setup] Aug 05 19:32:51.212 INFO E| Compiling hashbrown v0.13.2
37552026-08-05T19:32:52.186Z[ helios-setup] Aug 05 19:32:51.527 INFO E| Compiling erased-serde v0.3.31
37562026-08-05T19:32:52.197Z[ helios-setup] Aug 05 19:32:51.538 INFO E| Compiling rand_chacha v0.3.1
37572026-08-05T19:32:52.492Z[ helios-setup] Aug 05 19:32:51.832 INFO E| Compiling toml_datetime v0.6.11
37582026-08-05T19:32:53.111Z[ helios-setup] Aug 05 19:32:52.452 INFO E| Compiling rand v0.8.5
37592026-08-05T19:32:53.210Z[ helios-setup] Aug 05 19:32:52.551 INFO E| Compiling futures-executor v0.3.31
37602026-08-05T19:32:53.297Z[ helios-setup] Aug 05 19:32:52.634 INFO E| Compiling serde_spanned v0.6.9
37612026-08-05T19:32:53.355Z[ helios-setup] Aug 05 19:32:52.696 INFO E| Compiling ron v0.8.1
37622026-08-05T19:32:53.501Z[ helios-setup] Aug 05 19:32:52.842 INFO E| Compiling futures v0.3.31
37632026-08-05T19:32:53.602Z[ helios-setup] Aug 05 19:32:52.943 INFO E| Compiling toml_edit v0.19.15
37642026-08-05T19:32:53.612Z[ helios-setup] Aug 05 19:32:52.953 INFO E| Compiling serde-hex v0.1.0
37652026-08-05T19:32:53.682Z[ helios-setup] Aug 05 19:32:53.023 INFO E| Compiling env_logger v0.11.8
37662026-08-05T19:32:53.846Z[ helios-setup] Aug 05 19:32:53.187 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37672026-08-05T19:32:53.875Z[ helios-setup] Aug 05 19:32:53.216 INFO E| Compiling slog-term v2.9.2
37682026-08-05T19:32:53.885Z[ helios-setup] Aug 05 19:32:53.226 INFO E| Compiling rustc-hash v2.1.1
37692026-08-05T19:32:54.076Z[ helios-setup] Aug 05 19:32:53.416 INFO E| Compiling bitflags v1.3.2
37702026-08-05T19:32:54.091Z[ helios-setup] Aug 05 19:32:53.432 INFO E| Compiling foldhash v0.2.0
37712026-08-05T19:32:54.168Z[ helios-setup] Aug 05 19:32:53.509 INFO E| Compiling hex v0.4.3
37722026-08-05T19:32:54.670Z[ helios-setup] Aug 05 19:32:54.011 INFO E| Compiling crc-any v2.5.0
37732026-08-05T19:32:54.716Z[ helios-setup] Aug 05 19:32:54.057 INFO E| Compiling iddqd v0.3.14
37742026-08-05T19:32:54.759Z[ helios-setup] Aug 05 19:32:54.100 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37752026-08-05T19:32:55.474Z[ helios-setup] Aug 05 19:32:54.815 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37762026-08-05T19:32:55.544Z[ helios-setup] Aug 05 19:32:54.885 INFO E| Compiling object v0.30.4
37772026-08-05T19:32:55.544Z[ helios-setup] Aug 05 19:32:54.886 INFO E| Compiling zip v0.6.6
37782026-08-05T19:32:55.992Z[ helios-setup] Aug 05 19:32:55.334 INFO E| Compiling rsa v0.9.8
37792026-08-05T19:32:56.819Z[ helios-setup] Aug 05 19:32:56.160 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37802026-08-05T19:32:56.974Z[ helios-setup] Aug 05 19:32:56.315 INFO E| Compiling toml v0.7.8
37812026-08-05T19:32:57.211Z[ helios-setup] Aug 05 19:32:56.552 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37822026-08-05T19:32:57.293Z[ helios-setup] Aug 05 19:32:56.634 INFO E| Compiling path-slash v0.1.5
37832026-08-05T19:32:58.520Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37842026-08-05T19:32:59.466Z[ helios-setup] Aug 05 19:32:58.807 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37852026-08-05T19:32:59.804Z[ helios-setup] Aug 05 19:32:59.145 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37862026-08-05T19:33:05.752Z[ helios-setup] Aug 05 19:33:05.093 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37872026-08-05T19:33:06.061Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37882026-08-05T19:33:06.633Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37892026-08-05T19:33:07.028Z[ helios-setup] Aug 05 19:33:06.368 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37902026-08-05T19:33:12.087Z[ helios-setup] Aug 05 19:33:11.427 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37912026-08-05T19:33:13.387Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37922026-08-05T19:33:16.972Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37932026-08-05T19:33:23.801Z[ helios-setup] Aug 05 19:33:23.142 INFO E| Finished `release` profile [optimized] target(s) in 50.60s
37942026-08-05T19:33:23.804Z[ helios-setup] Aug 05 19:33:23.144 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37952026-08-05T19:33:23.804Z[ helios-setup] Aug 05 19:33:23.144 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37962026-08-05T19:33:23.861Z[ helios-setup] Aug 05 19:33:23.201 INFO building project "pilot" ok (50 seconds)
37972026-08-05T19:33:23.864Z[ helios-setup] rm -f helios-build
37982026-08-05T19:33:23.864Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37992026-08-05T19:33:23.868Z[ helios-setup]
38002026-08-05T19:33:23.868Z[ helios-setup] Setup complete! ./helios-build is now available.
38012026-08-05T19:33:23.871Z[ helios-setup]
38022026-08-05T19:33:23.871Z[ helios-setup]
38032026-08-05T19:33:23.871Z[ helios-setup] real 3:12.983944429
38042026-08-05T19:33:23.872ZAug 05 19:33:23.211 INFO [helios-setup] process exited with exit status: 0 (192.987085911s)
38052026-08-05T19:33:23.872Z[ helios-setup] user 7:07.273646758
38062026-08-05T19:33:23.872Z[ helios-setup] sys 1:22.447006253
38072026-08-05T19:33:23.872Z[ helios-setup] trap 0.502856327
38082026-08-05T19:33:23.872Z[ helios-setup] tflt 2.562538195
38092026-08-05T19:33:23.872Z[ helios-setup] dflt 8.788006430
38102026-08-05T19:33:23.872Z[ helios-setup] kflt 0.013545579
38112026-08-05T19:33:23.872Z[ helios-setup] lock 1:02:56.996359067
38122026-08-05T19:33:23.872Z[ helios-setup] slp 40:09.759470084
38132026-08-05T19:33:23.872Z[ helios-setup] lat 7:40.840671577
38142026-08-05T19:33:23.872Z[ helios-setup] stop 1:43.948698140
38152026-08-05T19:33:23.872ZAug 05 19:33:23.212 INFO [helios-record] running task
38162026-08-05T19:33:23.872ZAug 05 19:33:23.212 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38172026-08-05T19:33:23.875ZAug 05 19:33:23.216 DEBG process exited with exit status: 0 (4.170693ms)
38182026-08-05T19:33:23.875ZAug 05 19:33:23.216 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38192026-08-05T19:33:23.879ZAug 05 19:33:23.220 DEBG process exited with exit status: 0 (3.753113ms)
38202026-08-05T19:33:23.879ZAug 05 19:33:23.220 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38212026-08-05T19:33:23.882ZAug 05 19:33:23.223 DEBG process exited with exit status: 0 (3.255543ms)
38222026-08-05T19:33:23.882ZAug 05 19:33:23.223 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38232026-08-05T19:33:23.885ZAug 05 19:33:23.227 DEBG process exited with exit status: 0 (3.221132ms)
38242026-08-05T19:33:23.886ZAug 05 19:33:23.227 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38252026-08-05T19:33:23.890ZAug 05 19:33:23.232 DEBG process exited with exit status: 0 (5.102084ms)
38262026-08-05T19:33:23.890ZAug 05 19:33:23.232 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38272026-08-05T19:33:23.894ZAug 05 19:33:23.235 DEBG process exited with exit status: 0 (3.570323ms)
38282026-08-05T19:33:23.894ZAug 05 19:33:23.235 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38292026-08-05T19:33:23.898ZAug 05 19:33:23.239 DEBG process exited with exit status: 0 (3.247272ms)
38302026-08-05T19:33:23.898ZAug 05 19:33:23.239 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38312026-08-05T19:33:23.901ZAug 05 19:33:23.242 DEBG process exited with exit status: 0 (3.283933ms)
38322026-08-05T19:33:23.901ZAug 05 19:33:23.242 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38332026-08-05T19:33:23.904ZAug 05 19:33:23.245 DEBG process exited with exit status: 0 (3.098182ms)
38342026-08-05T19:33:23.905ZAug 05 19:33:23.245 INFO [helios-record] task succeeded (33.453995ms)
38352026-08-05T19:46:24.009Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 41s
38362026-08-05T19:46:24.012Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38372026-08-05T19:46:24.012Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38382026-08-05T19:47:18.530ZAug 05 19:47:17.063 INFO [host-package] process exited with exit status: 0 (995.327630653s)
38392026-08-05T19:47:18.531ZAug 05 19:47:17.063 INFO [host-libraries] running task
38402026-08-05T19:47:18.531ZAug 05 19:47:17.063 INFO [host-stamp] running task
38412026-08-05T19:47:18.531ZAug 05 19:47:17.066 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git1f4f17af57c
38422026-08-05T19:47:18.531ZAug 05 19:47:17.066 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git1f4f17af57c
38432026-08-05T19:47:18.531ZAug 05 19:47:17.067 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git1f4f17af57c
38442026-08-05T19:47:18.531ZAug 05 19:47:17.067 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git1f4f17af57c
38452026-08-05T19:47:18.531ZAug 05 19:47:17.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 22.0.0-0.ci+git1f4f17af57c
38462026-08-05T19:47:18.531ZAug 05 19:47:17.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 22.0.0-0.ci+git1f4f17af57c
38472026-08-05T19:47:18.531ZAug 05 19:47:17.067 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git1f4f17af57c
38482026-08-05T19:47:18.531ZAug 05 19:47:17.068 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git1f4f17af57c
38492026-08-05T19:47:18.531Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-05T19:47:18.531Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-05T19:47:18.531Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-05T19:47:18.532Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-05T19:47:18.532Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-05T19:47:18.532Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-05T19:47:18.532Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-05T19:47:18.532Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-05T19:47:18.532Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38582026-08-05T19:47:18.532ZAug 05 19:47:17.081 INFO [stamp-overlay] process exited with exit status: 0 (14.693021ms)
38592026-08-05T19:47:18.532Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38602026-08-05T19:47:18.532ZAug 05 19:47:17.091 INFO [stamp-oxlog] process exited with exit status: 0 (24.005938ms)
38612026-08-05T19:47:18.532Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38622026-08-05T19:47:18.532ZAug 05 19:47:17.119 INFO [stamp-crucible-utils] process exited with exit status: 0 (52.7634ms)
38632026-08-05T19:47:18.532Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38642026-08-05T19:47:18.532ZAug 05 19:47:17.145 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (76.936798ms)
38652026-08-05T19:47:18.532Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38662026-08-05T19:47:18.540ZAug 05 19:47:17.305 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (238.202959ms)
38672026-08-05T19:47:18.540Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38682026-08-05T19:47:18.540ZAug 05 19:47:17.633 INFO [stamp-propolis-server] process exited with exit status: 0 (566.200656ms)
38692026-08-05T19:47:18.540Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38702026-08-05T19:47:18.540ZAug 05 19:47:17.709 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (641.906444ms)
38712026-08-05T19:47:19.564ZAug 05 19:47:18.896 INFO [host-libraries] task succeeded (1.8332707s)
38722026-08-05T19:47:19.567ZAug 05 19:47:18.896 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38732026-08-05T19:47:19.571Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38742026-08-05T19:47:20.520Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38752026-08-05T19:47:21.357Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38762026-08-05T19:47:24.875Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38772026-08-05T19:47:24.879ZAug 05 19:47:24.210 INFO [stamp-switch-asic] process exited with exit status: 0 (7.144206562s)
38782026-08-05T19:47:24.879ZAug 05 19:47:24.211 INFO [host-stamp] task succeeded (7.147518454s)
38792026-08-05T19:47:24.879ZAug 05 19:47:24.211 INFO [host-proto] running task
38802026-08-05T19:47:25.423ZAug 05 19:47:24.755 INFO [host-proto] task succeeded (544.838741ms)
38812026-08-05T19:47:25.424ZAug 05 19:47:24.755 INFO [host-profile] running task
38822026-08-05T19:47:25.427ZAug 05 19:47:24.756 INFO [host-profile] task succeeded (282.95µs)
38832026-08-05T19:47:25.427ZAug 05 19:47:24.756 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.504' -P /tmp/.tmpqaqL9a/proto/host/root -N 'ci 1f4f17a/${os_short_commit} 2026-08-05 19:30' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38842026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.762 INFO Checking files for board 'cosmo-mbist-noaggr'
38852026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.762 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38862026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO Checking files for board 'cosmo'
38872026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38882026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38892026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO Checking files for board 'gimlet'
38902026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38912026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38922026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO Checking files for board 'cosmo-mbist'
38932026-08-05T19:47:25.431Z[ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38942026-08-05T19:47:25.441Z[ host-image] Aug 05 19:47:24.773 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqaqL9a/proto/host/root"
38952026-08-05T19:47:25.444Z[ host-image] Aug 05 19:47:24.773 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38962026-08-05T19:47:25.444Z[ host-image] Aug 05 19:47:24.773 INFO image builder template: ramdisk-01-os...
38972026-08-05T19:47:25.444Z[ host-image] Aug 05 19:47:24.773 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/.tmpqaqL9a/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38982026-08-05T19:47:25.455Z[ host-image] Aug 05 19:47:24.787 INFO O| Aug 05 19:47:24.787 INFO CREATE DATASET: rpool/images/build/host/output
38992026-08-05T19:47:26.567Z[ host-image] Aug 05 19:47:25.899 INFO O| Aug 05 19:47:25.899 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39002026-08-05T19:47:26.571Z[ host-image] Aug 05 19:47:25.902 INFO O| Aug 05 19:47:25.902 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-08-05T19:47:26.688Z[ host-image] Aug 05 19:47:26.020 INFO O| Aug 05 19:47:26.020 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39022026-08-05T19:47:26.719Z[ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39032026-08-05T19:47:26.719Z[ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39042026-08-05T19:47:26.723Z[ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39052026-08-05T19:47:26.723Z[ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39062026-08-05T19:47:26.726Z[ host-image] Aug 05 19:47:26.056 INFO O| Aug 05 19:47:26.056 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39072026-08-05T19:47:26.856Z[ host-image] Aug 05 19:47:26.188 INFO O| Aug 05 19:47:26.188 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-08-05T19:47:26.864Z[ host-image] Aug 05 19:47:26.196 INFO O| Aug 05 19:47:26.196 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39092026-08-05T19:47:27.154Z[ host-image] Aug 05 19:47:26.486 INFO O| Aug 05 19:47:26.486 INFO O| Caching catalogs ... Done
39102026-08-05T19:47:27.228Z[ host-image] Aug 05 19:47:26.560 INFO O| Aug 05 19:47:26.560 INFO STEP 0 (pkg_image_create) COMPLETE
39112026-08-05T19:47:27.228Z[ host-image] Aug 05 19:47:26.560 INFO O| Aug 05 19:47:26.560 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-08-05T19:47:27.234Z[ host-image] Aug 05 19:47:26.567 INFO O| Aug 05 19:47:26.567 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"]
39132026-08-05T19:47:27.513Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 1 (pkg_set_publisher) COMPLETE
39142026-08-05T19:47:27.513Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-05T19:47:27.517Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO skip step because feature "publisher_1_name" is not enabled
39162026-08-05T19:47:27.517Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-05T19:47:27.517Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO skip step because feature "publisher_2_name" is not enabled
39182026-08-05T19:47:27.517Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-08-05T19:47:27.517Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO skip step because feature "publisher_3_name" is not enabled
39202026-08-05T19:47:27.517Z[ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-08-05T19:47:27.772Z[ host-image] Aug 05 19:47:27.104 INFO O| Aug 05 19:47:27.104 INFO variant opensolaris.zone is already global
39222026-08-05T19:47:27.772Z[ host-image] Aug 05 19:47:27.104 INFO O| Aug 05 19:47:27.104 INFO STEP 5 (pkg_change_variant) COMPLETE
39232026-08-05T19:47:27.777Z[ host-image] Aug 05 19:47:27.104 INFO O| Aug 05 19:47:27.104 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-08-05T19:47:28.027Z[ host-image] Aug 05 19:47:27.358 INFO O| Aug 05 19:47:27.358 INFO variant opensolaris.imagetype is full; changing to partial
39252026-08-05T19:47:28.027Z[ host-image] Aug 05 19:47:27.358 INFO O| Aug 05 19:47:27.358 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39262026-08-05T19:47:29.220Z[ host-image] Aug 05 19:47:28.551 INFO O| Aug 05 19:47:28.551 INFO O| Startup: Refreshing catalog 'helios' ... Done
39272026-08-05T19:47:29.522Z[ host-image] Aug 05 19:47:28.854 INFO O| Aug 05 19:47:28.854 INFO O| Startup: Caching catalogs ... Done
39282026-08-05T19:47:29.533Z[ host-image] Aug 05 19:47:28.865 INFO O| Aug 05 19:47:28.865 INFO O| Planning: Planning completed in 0.00 seconds
39292026-08-05T19:47:29.536Z[ host-image] Aug 05 19:47:28.865 INFO O| Aug 05 19:47:28.865 INFO O| Planning: Consolidating action changes ... Done
39302026-08-05T19:47:29.536Z[ host-image] Aug 05 19:47:28.865 INFO O| Aug 05 19:47:28.865 INFO O| Planning: Evaluating mediators ... Done
39312026-08-05T19:47:29.536Z[ host-image] Aug 05 19:47:28.866 INFO O| Aug 05 19:47:28.866 INFO O| Planning: Planning completed in 0.00 seconds
39322026-08-05T19:47:29.537Z[ host-image] Aug 05 19:47:28.866 INFO O| Aug 05 19:47:28.866 INFO O| Variants/Facets to change: 1
39332026-08-05T19:47:29.544Z[ host-image] Aug 05 19:47:28.876 INFO O| Aug 05 19:47:28.876 INFO O| Finalize: Updating package state database ... Done
39342026-08-05T19:47:29.544Z[ host-image] Aug 05 19:47:28.876 INFO O| Aug 05 19:47:28.876 INFO O| Finalize: Updating package cache ... Done
39352026-08-05T19:47:29.590Z[ host-image] Aug 05 19:47:28.922 INFO O| Aug 05 19:47:28.922 INFO O| Finalize: Updating image state ... Done
39362026-08-05T19:47:29.599Z[ host-image] Aug 05 19:47:28.931 INFO O| Aug 05 19:47:28.931 INFO O| Finalize: Creating fast lookup database ... Done
39372026-08-05T19:47:29.603Z[ host-image] Aug 05 19:47:28.931 INFO O| Aug 05 19:47:28.931 INFO O| Finalize: Reading search index ... Done
39382026-08-05T19:47:29.603Z[ host-image] Aug 05 19:47:28.931 INFO O| Aug 05 19:47:28.931 INFO O| Finalize: Updating search index ... Done
39392026-08-05T19:47:29.603Z[ host-image] Aug 05 19:47:28.932 INFO O| Aug 05 19:47:28.932 INFO O| Finalize: Updating package cache ... Done
39402026-08-05T19:47:29.767Z[ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO STEP 6 (pkg_change_variant) COMPLETE
39412026-08-05T19:47:29.771Z[ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-08-05T19:47:29.771Z[ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO skip step because feature "debug_variant" is not enabled
39432026-08-05T19:47:29.771Z[ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-08-05T19:47:30.029Z[ host-image] Aug 05 19:47:29.361 INFO O| Aug 05 19:47:29.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39452026-08-05T19:47:31.183Z[ host-image] Aug 05 19:47:30.514 INFO O| Aug 05 19:47:30.514 INFO O| Startup: Refreshing catalog 'helios' ... Done
39462026-08-05T19:47:31.459Z[ host-image] Aug 05 19:47:30.791 INFO O| Aug 05 19:47:30.791 INFO O| Startup: Caching catalogs ... Done
39472026-08-05T19:47:31.468Z[ host-image] Aug 05 19:47:30.800 INFO O| Aug 05 19:47:30.800 INFO O| Planning: Planning completed in 0.00 seconds
39482026-08-05T19:47:31.472Z[ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Planning: Consolidating action changes ... Done
39492026-08-05T19:47:31.472Z[ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Planning: Evaluating mediators ... Done
39502026-08-05T19:47:31.472Z[ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Planning: Planning completed in 0.00 seconds
39512026-08-05T19:47:31.472Z[ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Variants/Facets to change: 1
39522026-08-05T19:47:31.478Z[ host-image] Aug 05 19:47:30.810 INFO O| Aug 05 19:47:30.810 INFO O| Finalize: Updating package state database ... Done
39532026-08-05T19:47:31.478Z[ host-image] Aug 05 19:47:30.810 INFO O| Aug 05 19:47:30.810 INFO O| Finalize: Updating package cache ... Done
39542026-08-05T19:47:31.523Z[ host-image] Aug 05 19:47:30.854 INFO O| Aug 05 19:47:30.854 INFO O| Finalize: Updating image state ... Done
39552026-08-05T19:47:31.528Z[ host-image] Aug 05 19:47:30.860 INFO O| Aug 05 19:47:30.860 INFO O| Finalize: Creating fast lookup database ... Done
39562026-08-05T19:47:31.532Z[ host-image] Aug 05 19:47:30.861 INFO O| Aug 05 19:47:30.861 INFO O| Finalize: Reading search index ... Done
39572026-08-05T19:47:31.532Z[ host-image] Aug 05 19:47:30.861 INFO O| Aug 05 19:47:30.861 INFO O| Finalize: Updating search index ... Done
39582026-08-05T19:47:31.532Z[ host-image] Aug 05 19:47:30.862 INFO O| Aug 05 19:47:30.861 INFO O| Finalize: Updating package cache ... Done
39592026-08-05T19:47:31.674Z[ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 8 (pkg_change_facet) COMPLETE
39602026-08-05T19:47:31.674Z[ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-05T19:47:31.674Z[ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO skip step because feature "recovery" is not enabled
39622026-08-05T19:47:31.674Z[ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-05T19:47:31.678Z[ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO skip step because feature "recovery" is not enabled
39642026-08-05T19:47:31.678Z[ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-05T19:47:31.683Z[ host-image] Aug 05 19:47:31.013 INFO O| Aug 05 19:47:31.013 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@22.0.0.0"]
39662026-08-05T19:47:32.558Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.87s
39672026-08-05T19:47:32.838Z[ host-image] Aug 05 19:47:32.170 INFO O| Aug 05 19:47:32.170 INFO O| Startup: Refreshing catalog 'helios' ... Done
39682026-08-05T19:47:33.116Z[ host-image] Aug 05 19:47:32.448 INFO O| Aug 05 19:47:32.448 INFO O| Startup: Caching catalogs ... Done
39692026-08-05T19:47:34.352Z[ host-image] Aug 05 19:47:33.683 INFO O| Aug 05 19:47:33.683 INFO O| Planning: Solver setup ... Done
39702026-08-05T19:47:34.432Z[ host-image] Aug 05 19:47:33.764 INFO O| Aug 05 19:47:33.764 INFO O| Planning: Running solver ... Done
39712026-08-05T19:47:34.461Z[ host-image] Aug 05 19:47:33.793 INFO O| Aug 05 19:47:33.793 INFO O| Planning: Finding local manifests ... Done
39722026-08-05T19:47:34.479Z[ host-image] Aug 05 19:47:33.811 INFO O| Aug 05 19:47:33.811 INFO O| Planning: Fetching manifests: 0/130 0% complete
39732026-08-05T19:47:36.492Z[ host-image] Aug 05 19:47:35.823 INFO O| Aug 05 19:47:35.823 INFO O| Planning: Fetching manifests: 130/130 100% complete
39742026-08-05T19:47:36.916Z[ host-image] Aug 05 19:47:36.248 INFO O| Aug 05 19:47:36.248 INFO O| Planning: Package planning ... Done
39752026-08-05T19:47:37.230Z[ host-image] Aug 05 19:47:36.562 INFO O| Aug 05 19:47:36.562 INFO O| Planning: Merging actions ... Done
39762026-08-05T19:47:37.327Z[ host-image] Aug 05 19:47:36.659 INFO O| Aug 05 19:47:36.659 INFO O| Planning: Checking for conflicting actions ... Done
39772026-08-05T19:47:37.424Z[ host-image] Aug 05 19:47:36.756 INFO O| Aug 05 19:47:36.756 INFO O| Planning: Consolidating action changes ... Done
39782026-08-05T19:47:37.703Z[ host-image] Aug 05 19:47:37.035 INFO O| Aug 05 19:47:37.034 INFO O| Planning: Evaluating mediators ... Done
39792026-08-05T19:47:39.116Z[ host-image] Aug 05 19:47:38.448 INFO O| Aug 05 19:47:38.447 INFO O| Planning: Planning completed in 5.99 seconds
39802026-08-05T19:47:39.120Z[ host-image] Aug 05 19:47:38.449 INFO O| Aug 05 19:47:38.449 INFO O| Packages to install: 130
39812026-08-05T19:47:39.120Z[ host-image] Aug 05 19:47:38.449 INFO O| Aug 05 19:47:38.449 INFO O| Mediators to change: 5
39822026-08-05T19:47:39.120Z[ host-image] Aug 05 19:47:38.449 INFO O| Aug 05 19:47:38.449 INFO O| Services to change: 6
39832026-08-05T19:47:39.141Z[ host-image] Aug 05 19:47:38.473 INFO O| Aug 05 19:47:38.473 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
39842026-08-05T19:47:44.142Z[ host-image] Aug 05 19:47:43.473 INFO O| Aug 05 19:47:43.473 INFO O| Download: 22022/23887 items 190.6/222.8MB 85% complete (38.2M/s)
39852026-08-05T19:47:44.682Z[ host-image] Aug 05 19:47:44.014 INFO O| Aug 05 19:47:44.014 INFO O| Download: Completed 222.82 MB in 5.54 seconds (40.1M/s)
39862026-08-05T19:47:45.010Z[ host-image] Aug 05 19:47:44.342 INFO O| Aug 05 19:47:44.342 INFO O| Actions: 1/54172 actions (Installing new actions)
39872026-08-05T19:47:47.598ZAug 05 19:47:46.930 INFO [recovery-package] process exited with exit status: 0 (28.033389866s)
39882026-08-05T19:47:47.598ZAug 05 19:47:46.930 INFO [recovery-libraries] running task
39892026-08-05T19:47:47.598ZAug 05 19:47:46.930 INFO [recovery-stamp] running task
39902026-08-05T19:47:47.602ZAug 05 19:47:46.930 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git1f4f17af57c
39912026-08-05T19:47:47.602ZAug 05 19:47:46.931 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git1f4f17af57c
39922026-08-05T19:47:47.606Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39932026-08-05T19:47:47.609Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39942026-08-05T19:47:47.656ZAug 05 19:47:46.988 INFO [recovery-libraries] task succeeded (57.990554ms)
39952026-08-05T19:47:47.660ZAug 05 19:47:46.988 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39962026-08-05T19:47:47.731Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39972026-08-05T19:47:47.735ZAug 05 19:47:47.067 INFO [stamp-installinator] process exited with exit status: 0 (135.969072ms)
39982026-08-05T19:47:47.794Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39992026-08-05T19:47:47.797ZAug 05 19:47:47.129 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (198.535339ms)
40002026-08-05T19:47:47.798ZAug 05 19:47:47.129 INFO [recovery-stamp] task succeeded (199.05584ms)
40012026-08-05T19:47:47.798ZAug 05 19:47:47.129 INFO [recovery-proto] running task
40022026-08-05T19:47:47.798ZAug 05 19:47:47.129 INFO [tuf-stamp] running task
40032026-08-05T19:47:47.798ZAug 05 19:47:47.129 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git1f4f17af57c
40042026-08-05T19:47:47.801ZAug 05 19:47:47.130 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git1f4f17af57c
40052026-08-05T19:47:47.801ZAug 05 19:47:47.131 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git1f4f17af57c
40062026-08-05T19:47:47.801ZAug 05 19:47:47.131 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git1f4f17af57c
40072026-08-05T19:47:47.801ZAug 05 19:47:47.131 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git1f4f17af57c
40082026-08-05T19:47:47.802ZAug 05 19:47:47.132 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git1f4f17af57c
40092026-08-05T19:47:47.802ZAug 05 19:47:47.132 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git1f4f17af57c
40102026-08-05T19:47:47.802ZAug 05 19:47:47.132 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git1f4f17af57c
40112026-08-05T19:47:47.802ZAug 05 19:47:47.133 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git1f4f17af57c
40122026-08-05T19:47:47.802ZAug 05 19:47:47.133 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git1f4f17af57c
40132026-08-05T19:47:47.802ZAug 05 19:47:47.134 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git1f4f17af57c
40142026-08-05T19:47:47.806ZAug 05 19:47:47.134 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git1f4f17af57c
40152026-08-05T19:47:47.809Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-08-05T19:47:47.809Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40172026-08-05T19:47:47.809Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-08-05T19:47:47.809Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40192026-08-05T19:47:47.809Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40202026-08-05T19:47:47.809Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-08-05T19:47:47.809Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-08-05T19:47:47.813Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-08-05T19:47:47.813Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-08-05T19:47:47.813Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-08-05T19:47:47.813Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-08-05T19:47:47.813Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-08-05T19:47:47.856Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40282026-08-05T19:47:47.860ZAug 05 19:47:47.192 INFO [stamp-probe] process exited with exit status: 0 (61.524416ms)
40292026-08-05T19:47:47.920ZAug 05 19:47:47.252 INFO [recovery-proto] task succeeded (122.955073ms)
40302026-08-05T19:47:47.924ZAug 05 19:47:47.252 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.504' -P /tmp/.tmpqaqL9a/proto/recovery/root -N 'recovery 1f4f17a/${os_short_commit} 2026-08-05 19:30' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40312026-08-05T19:47:47.927Z[ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'gimlet'
40322026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40332026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40342026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'cosmo-mbist'
40352026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40362026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'cosmo-mbist-noaggr'
40372026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40382026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'cosmo'
40392026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40402026-08-05T19:47:47.928Z[ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40412026-08-05T19:47:47.938Z[ recovery-image] Aug 05 19:47:47.270 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqaqL9a/proto/recovery/root"
40422026-08-05T19:47:47.942Z[ recovery-image] Aug 05 19:47:47.270 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40432026-08-05T19:47:47.942Z[ recovery-image] Aug 05 19:47:47.270 INFO image builder template: ramdisk-01-os...
40442026-08-05T19:47:47.942Z[ recovery-image] Aug 05 19:47:47.270 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/.tmpqaqL9a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40452026-08-05T19:47:47.956Z[ recovery-image] Aug 05 19:47:47.288 INFO O| Aug 05 19:47:47.287 INFO CREATE DATASET: rpool/images/build/recovery/output
40462026-08-05T19:47:48.229Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40472026-08-05T19:47:48.256Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40482026-08-05T19:47:48.328Z[ recovery-image] Aug 05 19:47:47.660 INFO O| Aug 05 19:47:47.660 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40492026-08-05T19:47:48.333Z[ recovery-image] Aug 05 19:47:47.664 INFO O| Aug 05 19:47:47.663 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40502026-08-05T19:47:48.406Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40512026-08-05T19:47:48.410ZAug 05 19:47:47.741 INFO [stamp-ntp] process exited with exit status: 0 (611.257701ms)
40522026-08-05T19:47:48.490Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40532026-08-05T19:47:48.493ZAug 05 19:47:47.826 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (696.128154ms)
40542026-08-05T19:47:48.710Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40552026-08-05T19:47:48.730ZAug 05 19:47:48.044 INFO [stamp-internal-dns] process exited with exit status: 0 (912.709567ms)
40562026-08-05T19:47:48.735Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40572026-08-05T19:47:48.735Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40582026-08-05T19:47:48.735ZAug 05 19:47:48.063 INFO [stamp-external-dns] process exited with exit status: 0 (932.422252ms)
40592026-08-05T19:47:48.736ZAug 05 19:47:48.065 INFO [stamp-crucible-zone] process exited with exit status: 0 (931.585322ms)
40602026-08-05T19:47:48.982Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40612026-08-05T19:47:48.987ZAug 05 19:47:48.317 INFO [stamp-oximeter] process exited with exit status: 0 (1.185064762s)
40622026-08-05T19:47:49.549Z[ recovery-image] Aug 05 19:47:48.880 INFO O| Aug 05 19:47:48.880 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40632026-08-05T19:47:50.011Z[ host-image] Aug 05 19:47:49.342 INFO O| Aug 05 19:47:49.342 INFO O| Actions: 25657/54172 actions (Installing new actions)
40642026-08-05T19:47:50.522Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40652026-08-05T19:47:50.532ZAug 05 19:47:49.856 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.72251673s)
40662026-08-05T19:47:50.802Z[ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40672026-08-05T19:47:50.802Z[ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40682026-08-05T19:47:50.802Z[ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40692026-08-05T19:47:50.802Z[ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40702026-08-05T19:47:50.816Z[ recovery-image] Aug 05 19:47:50.143 INFO O| Aug 05 19:47:50.143 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40712026-08-05T19:47:51.958Z[ host-image] Aug 05 19:47:51.290 INFO O| Aug 05 19:47:51.290 INFO O| Actions: Completed 54172 actions in 6.94 seconds.
40722026-08-05T19:47:52.025Z[ host-image] Aug 05 19:47:51.356 INFO O| Aug 05 19:47:51.356 INFO O| Finalize: Updating package state database ... Done
40732026-08-05T19:47:52.025Z[ host-image] Aug 05 19:47:51.356 INFO O| Aug 05 19:47:51.356 INFO O| Finalize: Updating package cache ... Done
40742026-08-05T19:47:52.114Z[ host-image] Aug 05 19:47:51.442 INFO O| Aug 05 19:47:51.442 INFO O| Finalize: Updating image state ... Done
40752026-08-05T19:47:52.653Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40762026-08-05T19:47:52.657ZAug 05 19:47:51.988 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.855969196s)
40772026-08-05T19:47:52.846Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40782026-08-05T19:47:52.850ZAug 05 19:47:52.181 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.048228331s)
40792026-08-05T19:47:52.870Z[ host-image] Aug 05 19:47:52.201 INFO O| Aug 05 19:47:52.201 INFO O| Finalize: Creating fast lookup database ... Done
40802026-08-05T19:47:52.897Z[ host-image] Aug 05 19:47:52.227 INFO O| Aug 05 19:47:52.227 INFO O| Finalize: Reading search index ... Done
40812026-08-05T19:47:52.906Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40822026-08-05T19:47:52.909ZAug 05 19:47:52.241 INFO [stamp-clickhouse] process exited with exit status: 0 (5.109394877s)
40832026-08-05T19:47:53.124Z[verify-libraries] Compiling match_cfg v0.1.0
40842026-08-05T19:47:53.124Z[verify-libraries] Compiling slog-json v2.6.1
40852026-08-05T19:47:53.124Z[verify-libraries] Compiling progenitor-client v0.14.0
40862026-08-05T19:47:53.128Z[verify-libraries] Compiling debug-ignore v1.0.5
40872026-08-05T19:47:53.128Z[verify-libraries] Compiling sha1 v0.11.0
40882026-08-05T19:47:53.128Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40892026-08-05T19:47:53.128Z[verify-libraries] Compiling multer v3.1.0
40902026-08-05T19:47:53.128Z[verify-libraries] Compiling compression-core v0.4.31
40912026-08-05T19:47:53.128Z[verify-libraries] Compiling async-stream-impl v0.3.6
40922026-08-05T19:47:53.333Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40932026-08-05T19:47:53.337ZAug 05 19:47:52.667 INFO [stamp-nexus] process exited with exit status: 0 (5.533715678s)
40942026-08-05T19:47:53.337ZAug 05 19:47:52.667 INFO [tuf-stamp] task succeeded (5.537602791s)
40952026-08-05T19:47:53.337ZAug 05 19:47:52.667 INFO [tuf-v2-zones] running task
40962026-08-05T19:47:53.477Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40972026-08-05T19:47:53.484Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40982026-08-05T19:47:53.523ZAug 05 19:47:52.853 INFO [tuf-v2-zones] task succeeded (186.40868ms)
40992026-08-05T19:47:53.537Z[verify-libraries] Compiling serde_spanned v1.1.1
41002026-08-05T19:47:53.541Z[verify-libraries] Compiling dropshot v0.17.1
41012026-08-05T19:47:53.631Z[verify-libraries] Compiling hostname v0.3.1
41022026-08-05T19:47:53.631Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41032026-08-05T19:47:53.654Z[verify-libraries] Compiling compression-codecs v0.4.37
41042026-08-05T19:47:53.674Z[verify-libraries] Compiling waitgroup v0.1.2
41052026-08-05T19:47:53.679Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41062026-08-05T19:47:53.679Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41072026-08-05T19:47:53.766Z[verify-libraries] Compiling slog-bunyan v2.5.0
41082026-08-05T19:47:53.766Z[verify-libraries] Compiling hostname v0.4.2
41092026-08-05T19:47:53.766Z[verify-libraries] Compiling itertools v0.14.0
41102026-08-05T19:47:53.854Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41112026-08-05T19:47:53.858Z[verify-libraries] Compiling atomicwrites v0.4.4
41122026-08-05T19:47:53.926Z[verify-libraries] Compiling async-compression v0.4.41
41132026-08-05T19:47:53.930Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41142026-08-05T19:47:53.930Z[verify-libraries] Compiling macaddr v1.0.1
41152026-08-05T19:47:53.930Z[verify-libraries] Compiling regress v0.10.5
41162026-08-05T19:47:53.946Z[verify-libraries] Compiling instant v0.1.13
41172026-08-05T19:47:54.053Z[verify-libraries] Compiling parse-display-derive v0.10.0
41182026-08-05T19:47:54.057Z[verify-libraries] Compiling backon v1.6.0
41192026-08-05T19:47:54.079Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41202026-08-05T19:47:54.098Z[verify-libraries] Compiling humantime v2.3.0
41212026-08-05T19:47:54.139Z[verify-libraries] Compiling async-stream v0.3.6
41222026-08-05T19:47:54.140Z[verify-libraries] Compiling backoff v0.4.0
41232026-08-05T19:47:54.201Z[verify-libraries] Compiling convert_case v0.4.0
41242026-08-05T19:47:54.283Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41252026-08-05T19:47:54.328Z[verify-libraries] Compiling progenitor-extras v0.2.0
41262026-08-05T19:47:54.336Z[verify-libraries] Compiling half v2.7.1
41272026-08-05T19:47:54.336Z[verify-libraries] Compiling ciborium-io v0.2.2
41282026-08-05T19:47:54.370Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41292026-08-05T19:47:54.418Z[verify-libraries] Compiling indent_write v2.2.0
41302026-08-05T19:47:54.442Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41312026-08-05T19:47:54.484Z[verify-libraries] Compiling regress v0.11.1
41322026-08-05T19:47:54.488Z[verify-libraries] Compiling secrecy v0.10.3
41332026-08-05T19:47:54.560Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41342026-08-05T19:47:54.591Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41352026-08-05T19:47:54.616Z[verify-libraries] Compiling ciborium-ll v0.2.2
41362026-08-05T19:47:54.645Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41372026-08-05T19:47:54.695Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41382026-08-05T19:47:54.699Z[verify-libraries] Compiling derive_more v0.99.20
41392026-08-05T19:47:54.743Z[verify-libraries] Compiling inout v0.1.4
41402026-08-05T19:47:54.769Z[verify-libraries] Compiling universal-hash v0.5.1
41412026-08-05T19:47:54.896Z[verify-libraries] Compiling ciborium v0.2.2
41422026-08-05T19:47:54.984Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41432026-08-05T19:47:54.984Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41442026-08-05T19:47:55.045Z[verify-libraries] Compiling cipher v0.4.4
41452026-08-05T19:47:55.094Z[verify-libraries] Compiling opaque-debug v0.3.1
41462026-08-05T19:47:55.144Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41472026-08-05T19:47:55.202Z[verify-libraries] Compiling blake2 v0.10.6
41482026-08-05T19:47:55.242Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41492026-08-05T19:47:55.246Z[verify-libraries] Compiling poly1305 v0.8.0
41502026-08-05T19:47:55.247Z[verify-libraries] Compiling aead v0.5.2
41512026-08-05T19:47:55.317Z[verify-libraries] Compiling chacha20 v0.9.1
41522026-08-05T19:47:55.379Z[verify-libraries] Compiling password-hash v0.5.0
41532026-08-05T19:47:55.465Z[ host-image] Aug 05 19:47:54.796 INFO O| Aug 05 19:47:54.796 INFO O| Finalize: Building new search index ... Done
41542026-08-05T19:47:55.472Z[verify-libraries] Compiling num-derive v0.4.2
41552026-08-05T19:47:55.557Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41562026-08-05T19:47:55.623Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41572026-08-05T19:47:55.652Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41582026-08-05T19:47:55.765Z[verify-libraries] Compiling argon2 v0.5.3
41592026-08-05T19:47:55.824Z[verify-libraries] Compiling rayon-core v1.13.0
41602026-08-05T19:47:55.888Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41612026-08-05T19:47:55.888Z[verify-libraries] Compiling glob v0.3.3
41622026-08-05T19:47:55.935Z[ host-image] Aug 05 19:47:55.267 INFO O| Aug 05 19:47:55.267 INFO O| Finalize: Updating package cache ... Done
41632026-08-05T19:47:55.968Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41642026-08-05T19:47:56.020Z[verify-libraries] Compiling parse-display v0.10.0
41652026-08-05T19:47:56.062Z[verify-libraries] Compiling usdt-macro v0.5.0
41662026-08-05T19:47:56.131Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41672026-08-05T19:47:56.243Z[ host-image] Aug 05 19:47:55.562 INFO O| Aug 05 19:47:55.560 INFO STEP 11 (pkg_install) COMPLETE
41682026-08-05T19:47:56.243Z[ host-image] Aug 05 19:47:55.562 INFO O| Aug 05 19:47:55.560 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41692026-08-05T19:47:56.253Z[verify-libraries] Compiling typify-impl v0.6.2
41702026-08-05T19:47:56.253Z[ host-image] Aug 05 19:47:55.570 INFO O| Aug 05 19:47:55.570 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"]
41712026-08-05T19:47:56.334Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41722026-08-05T19:47:56.384Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41732026-08-05T19:47:56.520Z[verify-libraries] Compiling vsss-rs v3.3.4
41742026-08-05T19:47:56.595Z[verify-libraries] Compiling memmap v0.7.0
41752026-08-05T19:47:56.801Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41762026-08-05T19:47:56.842Z[verify-libraries] Compiling itertools v0.15.0
41772026-08-05T19:47:56.864Z[verify-libraries] Compiling heapless v0.8.0
41782026-08-05T19:47:56.909Z[verify-libraries] Compiling proc-macro-error v1.0.4
41792026-08-05T19:47:56.957Z[verify-libraries] Compiling usdt v0.5.0
41802026-08-05T19:47:57.168Z[verify-libraries] Compiling tabwriter v1.4.1
41812026-08-05T19:47:57.317Z[verify-libraries] Compiling hash32 v0.3.1
41822026-08-05T19:47:57.352Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41832026-08-05T19:47:57.360Z[verify-libraries] Compiling smoltcp v0.11.0
41842026-08-05T19:47:57.378Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41852026-08-05T19:47:57.447Z[verify-libraries] Compiling cobs v0.3.0
41862026-08-05T19:47:57.469Z[verify-libraries] Compiling colored v3.1.1
41872026-08-05T19:47:57.516Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41882026-08-05T19:47:57.520Z[verify-libraries] Compiling num_enum_derive v0.7.6
41892026-08-05T19:47:57.520Z[verify-libraries] Compiling rayon v1.11.0
41902026-08-05T19:47:57.634Z[ recovery-image] Aug 05 19:47:56.965 INFO O| Aug 05 19:47:56.965 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912026-08-05T19:47:57.648Z[verify-libraries] Compiling postcard v1.1.3
41922026-08-05T19:47:57.654Z[ recovery-image] Aug 05 19:47:56.983 INFO O| Aug 05 19:47:56.983 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41932026-08-05T19:47:57.678Z[verify-libraries] Compiling rand v0.10.1
41942026-08-05T19:47:57.726Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41952026-08-05T19:47:57.762Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41962026-08-05T19:47:57.809Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41972026-08-05T19:47:57.982Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
41982026-08-05T19:47:57.997Z[ recovery-image] Aug 05 19:47:57.325 INFO O| Aug 05 19:47:57.325 INFO O| Caching catalogs ... Done
41992026-08-05T19:47:58.048Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42002026-08-05T19:47:58.051Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42012026-08-05T19:47:58.085Z[ recovery-image] Aug 05 19:47:57.416 INFO O| Aug 05 19:47:57.416 INFO STEP 0 (pkg_image_create) COMPLETE
42022026-08-05T19:47:58.085Z[ recovery-image] Aug 05 19:47:57.416 INFO O| Aug 05 19:47:57.416 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-08-05T19:47:58.092Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42042026-08-05T19:47:58.096Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42052026-08-05T19:47:58.096Z[ recovery-image] Aug 05 19:47:57.426 INFO O| Aug 05 19:47:57.426 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"]
42062026-08-05T19:47:58.493Z[verify-libraries] Compiling ingot-macros v0.2.0
42072026-08-05T19:47:58.493Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42082026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 1 (pkg_set_publisher) COMPLETE
42092026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO skip step because feature "publisher_1_name" is not enabled
42112026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42122026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO skip step because feature "publisher_2_name" is not enabled
42132026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42142026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO skip step because feature "publisher_3_name" is not enabled
42152026-08-05T19:47:58.498Z[ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-08-05T19:47:58.525Z[verify-libraries] Compiling num_enum_derive v0.5.11
42172026-08-05T19:47:58.576Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42182026-08-05T19:47:58.653Z[ host-image] Aug 05 19:47:57.985 INFO O| Aug 05 19:47:57.985 INFO O| Startup: Refreshing catalog 'helios' ... Done
42192026-08-05T19:47:58.657Z[verify-libraries] Compiling cstr-argument v0.1.2
42202026-08-05T19:47:58.797Z[ recovery-image] Aug 05 19:47:58.129 INFO O| Aug 05 19:47:58.129 INFO variant opensolaris.zone is already global
42212026-08-05T19:47:58.798Z[ recovery-image] Aug 05 19:47:58.129 INFO O| Aug 05 19:47:58.129 INFO STEP 5 (pkg_change_variant) COMPLETE
42222026-08-05T19:47:58.798Z[ recovery-image] Aug 05 19:47:58.129 INFO O| Aug 05 19:47:58.129 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42232026-08-05T19:47:58.805Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42242026-08-05T19:47:58.805Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42252026-08-05T19:47:58.810Z[verify-libraries] Compiling num_enum v0.7.6
42262026-08-05T19:47:58.869Z[verify-libraries] Compiling foreign-types v0.5.0
42272026-08-05T19:47:59.006Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42282026-08-05T19:47:59.013Z[ host-image] Aug 05 19:47:58.345 INFO O| Aug 05 19:47:58.344 INFO O| Startup: Caching catalogs ... Done
42292026-08-05T19:47:59.049Z[verify-libraries] Compiling sigpipe v0.1.3
42302026-08-05T19:47:59.053Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42312026-08-05T19:47:59.109Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42322026-08-05T19:47:59.142Z[ recovery-image] Aug 05 19:47:58.474 INFO O| Aug 05 19:47:58.474 INFO variant opensolaris.imagetype is full; changing to partial
42332026-08-05T19:47:59.142Z[ recovery-image] Aug 05 19:47:58.474 INFO O| Aug 05 19:47:58.474 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42342026-08-05T19:47:59.255Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42352026-08-05T19:47:59.278Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42362026-08-05T19:47:59.309Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42372026-08-05T19:47:59.356Z[verify-libraries] Compiling toml v0.8.23
42382026-08-05T19:47:59.395Z[ host-image] Aug 05 19:47:58.727 INFO O| Aug 05 19:47:58.727 INFO O| Planning: Solver setup ... Done
42392026-08-05T19:47:59.401Z[ host-image] Aug 05 19:47:58.733 INFO O| Aug 05 19:47:58.733 INFO O| Planning: Running solver ... Done
42402026-08-05T19:47:59.413Z[ host-image] Aug 05 19:47:58.745 INFO O| Aug 05 19:47:58.745 INFO O| Planning: Finding local manifests ... Done
42412026-08-05T19:47:59.427Z[ host-image] Aug 05 19:47:58.759 INFO O| Aug 05 19:47:58.759 INFO O| Planning: Fetching manifests: 0/6 0% complete
42422026-08-05T19:47:59.441Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42432026-08-05T19:47:59.441Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42442026-08-05T19:47:59.470Z[ host-image] Aug 05 19:47:58.802 INFO O| Aug 05 19:47:58.801 INFO O| Planning: Fetching manifests: 6/6 100% complete
42452026-08-05T19:47:59.504Z[ host-image] Aug 05 19:47:58.830 INFO O| Aug 05 19:47:58.830 INFO O| Planning: Package planning ... Done
42462026-08-05T19:47:59.504Z[ host-image] Aug 05 19:47:58.833 INFO O| Aug 05 19:47:58.833 INFO O| Planning: Merging actions ... Done
42472026-08-05T19:47:59.543Z[verify-libraries] Compiling itertools v0.12.1
42482026-08-05T19:47:59.579Z[ host-image] Aug 05 19:47:58.909 INFO O| Aug 05 19:47:58.909 INFO O| Planning: Checking for conflicting actions ... Done
42492026-08-05T19:47:59.582Z[ host-image] Aug 05 19:47:58.910 INFO O| Aug 05 19:47:58.910 INFO O| Planning: Consolidating action changes ... Done
42502026-08-05T19:47:59.597Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42512026-08-05T19:47:59.691Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42522026-08-05T19:47:59.750Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42532026-08-05T19:47:59.756Z[verify-libraries] Compiling smf v0.2.3
42542026-08-05T19:47:59.820Z[verify-libraries] Compiling num_enum v0.5.11
42552026-08-05T19:47:59.824Z[ host-image] Aug 05 19:47:59.156 INFO O| Aug 05 19:47:59.156 INFO O| Planning: Evaluating mediators ... Done
42562026-08-05T19:47:59.827Z[ host-image] Aug 05 19:47:59.157 INFO O| Aug 05 19:47:59.157 INFO O| Planning: Planning completed in 0.80 seconds
42572026-08-05T19:47:59.827Z[ host-image] Aug 05 19:47:59.158 INFO O| Aug 05 19:47:59.158 INFO O| Packages to install: 6
42582026-08-05T19:47:59.827Z[ host-image] Aug 05 19:47:59.158 INFO O| Aug 05 19:47:59.158 INFO O| Services to change: 2
42592026-08-05T19:47:59.837Z[ host-image] Aug 05 19:47:59.170 INFO O| Aug 05 19:47:59.169 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
42602026-08-05T19:47:59.980Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42612026-08-05T19:48:00.105Z[verify-libraries] Compiling whoami v1.6.1
42622026-08-05T19:48:00.110Z[ host-image] Aug 05 19:47:59.442 INFO O| Aug 05 19:47:59.442 INFO O| Download: Completed 1.75 MB in 0.27 seconds (6.4M/s)
42632026-08-05T19:48:00.132Z[ host-image] Aug 05 19:47:59.464 INFO O| Aug 05 19:47:59.464 INFO O| Actions: 1/390 actions (Installing new actions)
42642026-08-05T19:48:00.144Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42652026-08-05T19:48:00.184Z[verify-libraries] Compiling derive-where v1.6.0
42662026-08-05T19:48:00.219Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42672026-08-05T19:48:00.279Z[ host-image] Aug 05 19:47:59.611 INFO O| Aug 05 19:47:59.611 INFO O| Actions: Completed 390 actions in 0.15 seconds.
42682026-08-05T19:48:00.307Z[ host-image] Aug 05 19:47:59.639 INFO O| Aug 05 19:47:59.638 INFO O| Finalize: Updating package state database ... Done
42692026-08-05T19:48:00.307Z[ host-image] Aug 05 19:47:59.639 INFO O| Aug 05 19:47:59.639 INFO O| Finalize: Updating package cache ... Done
42702026-08-05T19:48:00.363Z[verify-libraries] Compiling gethostname v0.5.0
42712026-08-05T19:48:00.393Z[ host-image] Aug 05 19:47:59.725 INFO O| Aug 05 19:47:59.725 INFO O| Finalize: Updating image state ... Done
42722026-08-05T19:48:00.433Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42732026-08-05T19:48:00.468Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42742026-08-05T19:48:00.468Z[verify-libraries] Compiling console v0.15.11
42752026-08-05T19:48:00.471Z[verify-libraries] Compiling newline-converter v0.3.0
42762026-08-05T19:48:00.548Z[verify-libraries] Compiling resolv-conf v0.7.6
42772026-08-05T19:48:00.574Z[verify-libraries] Compiling num-rational v0.4.2
42782026-08-05T19:48:00.620Z[verify-libraries] Compiling num-complex v0.4.6
42792026-08-05T19:48:00.717Z[verify-libraries] Compiling slog-dtrace v0.3.0
42802026-08-05T19:48:00.734Z[ recovery-image] Aug 05 19:48:00.065 INFO O| Aug 05 19:48:00.065 INFO O| Startup: Refreshing catalog 'helios' ... Done
42812026-08-05T19:48:00.800Z[verify-libraries] Compiling linear-map v1.2.0
42822026-08-05T19:48:00.847Z[verify-libraries] Compiling zone v0.3.1
42832026-08-05T19:48:00.951Z[verify-libraries] Compiling expectorate v1.2.0
42842026-08-05T19:48:01.067Z[verify-libraries] Compiling prettyplease v0.2.37
42852026-08-05T19:48:01.081Z[ recovery-image] Aug 05 19:48:00.413 INFO O| Aug 05 19:48:00.413 INFO O| Startup: Caching catalogs ... Done
42862026-08-05T19:48:01.093Z[ recovery-image] Aug 05 19:48:00.425 INFO O| Aug 05 19:48:00.425 INFO O| Planning: Planning completed in 0.00 seconds
42872026-08-05T19:48:01.096Z[ recovery-image] Aug 05 19:48:00.425 INFO O| Aug 05 19:48:00.425 INFO O| Planning: Consolidating action changes ... Done
42882026-08-05T19:48:01.096Z[ recovery-image] Aug 05 19:48:00.425 INFO O| Aug 05 19:48:00.425 INFO O| Planning: Evaluating mediators ... Done
42892026-08-05T19:48:01.096Z[ recovery-image] Aug 05 19:48:00.426 INFO O| Aug 05 19:48:00.426 INFO O| Planning: Planning completed in 0.00 seconds
42902026-08-05T19:48:01.096Z[ recovery-image] Aug 05 19:48:00.426 INFO O| Aug 05 19:48:00.426 INFO O| Variants/Facets to change: 1
42912026-08-05T19:48:01.099Z[verify-libraries] Compiling num v0.4.3
42922026-08-05T19:48:01.105Z[ recovery-image] Aug 05 19:48:00.438 INFO O| Aug 05 19:48:00.438 INFO O| Finalize: Updating package state database ... Done
42932026-08-05T19:48:01.105Z[ recovery-image] Aug 05 19:48:00.438 INFO O| Aug 05 19:48:00.438 INFO O| Finalize: Updating package cache ... Done
42942026-08-05T19:48:01.164Z[ recovery-image] Aug 05 19:48:00.496 INFO O| Aug 05 19:48:00.496 INFO O| Finalize: Updating image state ... Done
42952026-08-05T19:48:01.175Z[ recovery-image] Aug 05 19:48:00.507 INFO O| Aug 05 19:48:00.507 INFO O| Finalize: Creating fast lookup database ... Done
42962026-08-05T19:48:01.178Z[ recovery-image] Aug 05 19:48:00.508 INFO O| Aug 05 19:48:00.508 INFO O| Finalize: Reading search index ... Done
42972026-08-05T19:48:01.178Z[ recovery-image] Aug 05 19:48:00.508 INFO O| Aug 05 19:48:00.508 INFO O| Finalize: Updating search index ... Done
42982026-08-05T19:48:01.178Z[ recovery-image] Aug 05 19:48:00.509 INFO O| Aug 05 19:48:00.509 INFO O| Finalize: Updating package cache ... Done
42992026-08-05T19:48:01.216Z[verify-libraries] Compiling float-ord v0.3.2
43002026-08-05T19:48:01.216Z[verify-libraries] Compiling linked-hash-map v0.5.6
43012026-08-05T19:48:01.263Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43022026-08-05T19:48:01.316Z[verify-libraries] Compiling hickory-proto v0.24.4
43032026-08-05T19:48:01.336Z[verify-libraries] Compiling typify-macro v0.6.2
43042026-08-05T19:48:01.340Z[verify-libraries] Compiling convert_case v0.10.0
43052026-08-05T19:48:01.379Z[ host-image] Aug 05 19:48:00.711 INFO O| Aug 05 19:48:00.711 INFO O| Finalize: Creating fast lookup database ... Done
43062026-08-05T19:48:01.402Z[ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO STEP 6 (pkg_change_variant) COMPLETE
43072026-08-05T19:48:01.402Z[verify-libraries] Compiling owo-colors v4.3.0
43082026-08-05T19:48:01.405Z[ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43092026-08-05T19:48:01.405Z[ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO skip step because feature "debug_variant" is not enabled
43102026-08-05T19:48:01.405Z[ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43112026-08-05T19:48:01.408Z[ host-image] Aug 05 19:48:00.738 INFO O| Aug 05 19:48:00.738 INFO O| Finalize: Reading search index ... Done
43122026-08-05T19:48:01.408Z[ host-image] Aug 05 19:48:00.738 INFO O| Aug 05 19:48:00.738 INFO O| Finalize: Updating search index ... Done
43132026-08-05T19:48:01.421Z[ host-image] Aug 05 19:48:00.753 INFO O| Aug 05 19:48:00.753 INFO O| Finalize: Updating package cache ... Done
43142026-08-05T19:48:01.508Z[verify-libraries] Compiling lru-cache v0.1.2
43152026-08-05T19:48:01.631Z[verify-libraries] Compiling display-error-chain v0.2.2
43162026-08-05T19:48:01.663Z[ host-image] Aug 05 19:48:00.995 INFO O| Aug 05 19:48:00.995 INFO STEP 12 (pkg_install) COMPLETE
43172026-08-05T19:48:01.663Z[ host-image] Aug 05 19:48:00.995 INFO O| Aug 05 19:48:00.995 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43182026-08-05T19:48:01.673Z[ host-image] Aug 05 19:48:01.006 INFO O| Aug 05 19:48:01.005 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43192026-08-05T19:48:01.690Z[verify-libraries] Compiling ingot-types v0.2.0
43202026-08-05T19:48:01.693Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43212026-08-05T19:48:01.694Z[verify-libraries] Compiling minimal-lexical v0.2.1
43222026-08-05T19:48:01.733Z[ recovery-image] Aug 05 19:48:01.061 INFO O| Aug 05 19:48:01.061 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43232026-08-05T19:48:01.747Z[verify-libraries] Compiling unicode-xid v0.2.6
43242026-08-05T19:48:01.824Z[verify-libraries] Compiling derive_more-impl v2.1.1
43252026-08-05T19:48:01.824Z[verify-libraries] Compiling tabled_derive v0.7.0
43262026-08-05T19:48:01.827Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43272026-08-05T19:48:01.846Z[verify-libraries] Compiling fd-lock v4.0.4
43282026-08-05T19:48:02.010Z[verify-libraries] Compiling nom v7.1.3
43292026-08-05T19:48:02.063Z[verify-libraries] Compiling vte v0.14.1
43302026-08-05T19:48:02.111Z[verify-libraries] Compiling ingot v0.2.1
43312026-08-05T19:48:02.172Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43322026-08-05T19:48:02.203Z[verify-libraries] Compiling stacker v0.1.23
43332026-08-05T19:48:02.386Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43342026-08-05T19:48:02.524Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43352026-08-05T19:48:02.682Z[verify-libraries] Compiling cfg_aliases v0.1.1
43362026-08-05T19:48:02.741Z[verify-libraries] Compiling reedline v0.40.0
43372026-08-05T19:48:02.820Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43382026-08-05T19:48:02.893Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43392026-08-05T19:48:02.896Z[verify-libraries] Compiling psm v0.1.30
43402026-08-05T19:48:02.896Z[verify-libraries] Compiling nix v0.28.0
43412026-08-05T19:48:02.963Z[verify-libraries] Compiling derive_more v2.1.1
43422026-08-05T19:48:03.018Z[verify-libraries] Compiling semver v0.1.20
43432026-08-05T19:48:03.061Z[verify-libraries] Compiling termtree v0.5.1
43442026-08-05T19:48:03.109Z[verify-libraries] Compiling tabled v0.15.0
43452026-08-05T19:48:03.135Z[verify-libraries] Compiling crossterm v0.29.0
43462026-08-05T19:48:03.159Z[ host-image] Aug 05 19:48:02.491 INFO O| Aug 05 19:48:02.491 INFO O| Startup: Refreshing catalog 'helios' ... Done
43472026-08-05T19:48:03.212Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43482026-08-05T19:48:03.292Z[verify-libraries] Compiling rustc_version v0.1.7
43492026-08-05T19:48:03.379Z[verify-libraries] Compiling typify v0.6.2
43502026-08-05T19:48:03.379Z[verify-libraries] Compiling phf_shared v0.12.1
43512026-08-05T19:48:03.483Z[ recovery-image] Aug 05 19:48:02.813 INFO O| Aug 05 19:48:02.813 INFO O| Startup: Refreshing catalog 'helios' ... Done
43522026-08-05T19:48:03.508Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43532026-08-05T19:48:03.547Z[verify-libraries] Compiling progenitor-impl v0.14.0
43542026-08-05T19:48:03.554Z[ host-image] Aug 05 19:48:02.886 INFO O| Aug 05 19:48:02.886 INFO O| Startup: Caching catalogs ... Done
43552026-08-05T19:48:03.572Z[verify-libraries] Compiling nibble_vec v0.1.0
43562026-08-05T19:48:03.624Z[verify-libraries] Compiling hickory-resolver v0.24.4
43572026-08-05T19:48:03.627Z[verify-libraries] Compiling endian-type v0.1.2
43582026-08-05T19:48:03.627Z[verify-libraries] Compiling highway v1.3.0
43592026-08-05T19:48:03.627Z[verify-libraries] Compiling chrono-tz v0.10.4
43602026-08-05T19:48:03.749Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43612026-08-05T19:48:03.795Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43622026-08-05T19:48:03.814Z[ recovery-image] Aug 05 19:48:03.145 INFO O| Aug 05 19:48:03.144 INFO O| Startup: Caching catalogs ... Done
43632026-08-05T19:48:03.824Z[ recovery-image] Aug 05 19:48:03.156 INFO O| Aug 05 19:48:03.156 INFO O| Planning: Planning completed in 0.00 seconds
43642026-08-05T19:48:03.827Z[ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Planning: Consolidating action changes ... Done
43652026-08-05T19:48:03.827Z[ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Planning: Evaluating mediators ... Done
43662026-08-05T19:48:03.827Z[ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Planning: Planning completed in 0.00 seconds
43672026-08-05T19:48:03.827Z[ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Variants/Facets to change: 1
43682026-08-05T19:48:03.846Z[ recovery-image] Aug 05 19:48:03.178 INFO O| Aug 05 19:48:03.178 INFO O| Finalize: Updating package state database ... Done
43692026-08-05T19:48:03.846Z[ recovery-image] Aug 05 19:48:03.178 INFO O| Aug 05 19:48:03.178 INFO O| Finalize: Updating package cache ... Done
43702026-08-05T19:48:03.897Z[ recovery-image] Aug 05 19:48:03.228 INFO O| Aug 05 19:48:03.228 INFO O| Finalize: Updating image state ... Done
43712026-08-05T19:48:03.897Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43722026-08-05T19:48:03.900Z[ host-image] Aug 05 19:48:03.232 INFO O| Aug 05 19:48:03.232 INFO O| Planning: Solver setup ... Done
43732026-08-05T19:48:03.905Z[ host-image] Aug 05 19:48:03.237 INFO O| Aug 05 19:48:03.237 INFO O| Planning: Running solver ... Done
43742026-08-05T19:48:03.908Z[ recovery-image] Aug 05 19:48:03.240 INFO O| Aug 05 19:48:03.240 INFO O| Finalize: Creating fast lookup database ... Done
43752026-08-05T19:48:03.908Z[ recovery-image] Aug 05 19:48:03.240 INFO O| Aug 05 19:48:03.240 INFO O| Finalize: Reading search index ... Done
43762026-08-05T19:48:03.908Z[ recovery-image] Aug 05 19:48:03.240 INFO O| Aug 05 19:48:03.240 INFO O| Finalize: Updating search index ... Done
43772026-08-05T19:48:03.911Z[ recovery-image] Aug 05 19:48:03.241 INFO O| Aug 05 19:48:03.241 INFO O| Finalize: Updating package cache ... Done
43782026-08-05T19:48:03.917Z[ host-image] Aug 05 19:48:03.249 INFO O| Aug 05 19:48:03.249 INFO O| Planning: Finding local manifests ... Done
43792026-08-05T19:48:03.974Z[ host-image] Aug 05 19:48:03.306 INFO O| Aug 05 19:48:03.306 INFO O| Planning: Fetching manifests: 0/6 0% complete
43802026-08-05T19:48:04.034Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43812026-08-05T19:48:04.074Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43822026-08-05T19:48:04.114Z[ host-image] Aug 05 19:48:03.446 INFO O| Aug 05 19:48:03.446 INFO O| Planning: Fetching manifests: 6/6 100% complete
43832026-08-05T19:48:04.142Z[ host-image] Aug 05 19:48:03.474 INFO O| Aug 05 19:48:03.474 INFO O| Planning: Package planning ... Done
43842026-08-05T19:48:04.151Z[ host-image] Aug 05 19:48:03.483 INFO O| Aug 05 19:48:03.483 INFO O| Planning: Merging actions ... Done
43852026-08-05T19:48:04.154Z[ recovery-image] Aug 05 19:48:03.485 INFO O| Aug 05 19:48:03.485 INFO STEP 8 (pkg_change_facet) COMPLETE
43862026-08-05T19:48:04.154Z[ recovery-image] Aug 05 19:48:03.485 INFO O| Aug 05 19:48:03.485 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43872026-08-05T19:48:04.210Z[ host-image] Aug 05 19:48:03.542 INFO O| Aug 05 19:48:03.542 INFO O| Planning: Checking for conflicting actions ... Done
43882026-08-05T19:48:04.213Z[ host-image] Aug 05 19:48:03.545 INFO O| Aug 05 19:48:03.545 INFO O| Planning: Consolidating action changes ... Done
43892026-08-05T19:48:04.289Z[verify-libraries] Compiling radix_trie v0.2.1
43902026-08-05T19:48:04.315Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43912026-08-05T19:48:04.315Z[verify-libraries] Compiling newtype_derive v0.1.6
43922026-08-05T19:48:04.438Z[ host-image] Aug 05 19:48:03.769 INFO O| Aug 05 19:48:03.769 INFO O| Planning: Evaluating mediators ... Done
43932026-08-05T19:48:04.441Z[ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Planning: Planning completed in 0.88 seconds
43942026-08-05T19:48:04.444Z[ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Packages to install: 6
43952026-08-05T19:48:04.444Z[ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Mediators to change: 1
43962026-08-05T19:48:04.444Z[ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Services to change: 1
43972026-08-05T19:48:04.453Z[ host-image] Aug 05 19:48:03.785 INFO O| Aug 05 19:48:03.785 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
43982026-08-05T19:48:04.482Z[ recovery-image] Aug 05 19:48:03.814 INFO O| Aug 05 19:48:03.813 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43992026-08-05T19:48:04.682Z[verify-libraries] Compiling recursive v0.1.1
44002026-08-05T19:48:04.707Z[verify-libraries] Compiling phf v0.12.1
44012026-08-05T19:48:04.787Z[verify-libraries] Compiling qorb v0.4.1
44022026-08-05T19:48:04.842Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44032026-08-05T19:48:04.930Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44042026-08-05T19:48:05.318Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44052026-08-05T19:48:05.323Z[ host-image] Aug 05 19:48:04.655 INFO O| Aug 05 19:48:04.655 INFO O| Download: Completed 7.84 MB in 0.87 seconds (9.0M/s)
44062026-08-05T19:48:05.361Z[ host-image] Aug 05 19:48:04.693 INFO O| Aug 05 19:48:04.693 INFO O| Actions: 1/1366 actions (Installing new actions)
44072026-08-05T19:48:05.454Z[verify-libraries] Compiling peg-macros v0.8.5
44082026-08-05T19:48:05.592Z[ host-image] Aug 05 19:48:04.923 INFO O| Aug 05 19:48:04.923 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
44092026-08-05T19:48:05.615Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44102026-08-05T19:48:05.620Z[ host-image] Aug 05 19:48:04.952 INFO O| Aug 05 19:48:04.952 INFO O| Finalize: Updating package state database ... Done
44112026-08-05T19:48:05.620Z[ host-image] Aug 05 19:48:04.952 INFO O| Aug 05 19:48:04.952 INFO O| Finalize: Updating package cache ... Done
44122026-08-05T19:48:05.685Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44132026-08-05T19:48:05.690Z[ host-image] Aug 05 19:48:05.022 INFO O| Aug 05 19:48:05.022 INFO O| Finalize: Updating image state ... Done
44142026-08-05T19:48:05.796Z[verify-libraries] Compiling winnow v0.6.26
44152026-08-05T19:48:05.845Z[verify-libraries] Compiling csv-core v0.1.13
44162026-08-05T19:48:05.924Z[ recovery-image] Aug 05 19:48:05.256 INFO O| Aug 05 19:48:05.256 INFO O| Startup: Refreshing catalog 'helios' ... Done
44172026-08-05T19:48:06.076Z[verify-libraries] Compiling unicode_categories v0.1.1
44182026-08-05T19:48:06.129Z[verify-libraries] Compiling home v0.5.12
44192026-08-05T19:48:06.197Z[verify-libraries] Compiling textwrap v0.16.2
44202026-08-05T19:48:06.237Z[verify-libraries] Compiling csv v1.4.0
44212026-08-05T19:48:06.295Z[ recovery-image] Aug 05 19:48:05.626 INFO O| Aug 05 19:48:05.626 INFO O| Startup: Caching catalogs ... Done
44222026-08-05T19:48:06.302Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44232026-08-05T19:48:06.306Z[ recovery-image] Aug 05 19:48:05.638 INFO O| Aug 05 19:48:05.638 INFO O| Planning: Planning completed in 0.00 seconds
44242026-08-05T19:48:06.309Z[ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Planning: Consolidating action changes ... Done
44252026-08-05T19:48:06.310Z[ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Planning: Evaluating mediators ... Done
44262026-08-05T19:48:06.310Z[ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Planning: Planning completed in 0.00 seconds
44272026-08-05T19:48:06.310Z[ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Variants/Facets to change: 1
44282026-08-05T19:48:06.338Z[ recovery-image] Aug 05 19:48:05.666 INFO O| Aug 05 19:48:05.666 INFO O| Finalize: Updating package state database ... Done
44292026-08-05T19:48:06.338Z[ recovery-image] Aug 05 19:48:05.666 INFO O| Aug 05 19:48:05.666 INFO O| Finalize: Updating package cache ... Done
44302026-08-05T19:48:06.350Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44312026-08-05T19:48:06.385Z[verify-libraries] Compiling rustyline v14.0.0
44322026-08-05T19:48:06.396Z[ recovery-image] Aug 05 19:48:05.728 INFO O| Aug 05 19:48:05.728 INFO O| Finalize: Updating image state ... Done
44332026-08-05T19:48:06.408Z[ recovery-image] Aug 05 19:48:05.740 INFO O| Aug 05 19:48:05.740 INFO O| Finalize: Creating fast lookup database ... Done
44342026-08-05T19:48:06.412Z[ recovery-image] Aug 05 19:48:05.741 INFO O| Aug 05 19:48:05.741 INFO O| Finalize: Reading search index ... Done
44352026-08-05T19:48:06.412Z[ recovery-image] Aug 05 19:48:05.741 INFO O| Aug 05 19:48:05.741 INFO O| Finalize: Updating search index ... Done
44362026-08-05T19:48:06.412Z[ recovery-image] Aug 05 19:48:05.741 INFO O| Aug 05 19:48:05.741 INFO O| Finalize: Updating package cache ... Done
44372026-08-05T19:48:06.466Z[verify-libraries] Compiling progenitor-macro v0.14.0
44382026-08-05T19:48:06.645Z[ recovery-image] Aug 05 19:48:05.976 INFO O| Aug 05 19:48:05.976 INFO STEP 9 (pkg_change_facet) COMPLETE
44392026-08-05T19:48:06.645Z[ recovery-image] Aug 05 19:48:05.976 INFO O| Aug 05 19:48:05.976 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44402026-08-05T19:48:06.692Z[ host-image] Aug 05 19:48:06.023 INFO O| Aug 05 19:48:06.023 INFO O| Finalize: Creating fast lookup database ... Done
44412026-08-05T19:48:06.719Z[ host-image] Aug 05 19:48:06.051 INFO O| Aug 05 19:48:06.051 INFO O| Finalize: Reading search index ... Done
44422026-08-05T19:48:06.719Z[ host-image] Aug 05 19:48:06.051 INFO O| Aug 05 19:48:06.051 INFO O| Finalize: Updating search index ... Done
44432026-08-05T19:48:06.726Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44442026-08-05T19:48:06.761Z[ host-image] Aug 05 19:48:06.093 INFO O| Aug 05 19:48:06.093 INFO O| Finalize: Updating package cache ... Done
44452026-08-05T19:48:06.791Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44462026-08-05T19:48:06.818Z[verify-libraries] Compiling sqlparser v0.61.0
44472026-08-05T19:48:06.867Z[verify-libraries] Compiling const_format v0.2.35
44482026-08-05T19:48:06.904Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44492026-08-05T19:48:06.989Z[ recovery-image] Aug 05 19:48:06.320 INFO O| Aug 05 19:48:06.320 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44502026-08-05T19:48:07.040Z[ host-image] Aug 05 19:48:06.372 INFO O| Aug 05 19:48:06.372 INFO STEP 13 (pkg_install) COMPLETE
44512026-08-05T19:48:07.040Z[ host-image] Aug 05 19:48:06.372 INFO O| Aug 05 19:48:06.372 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44522026-08-05T19:48:07.051Z[ host-image] Aug 05 19:48:06.383 INFO O| Aug 05 19:48:06.383 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
44532026-08-05T19:48:07.076Z[verify-libraries] Compiling peg v0.8.5
44542026-08-05T19:48:07.210Z[verify-libraries] Compiling sqlformat v0.3.5
44552026-08-05T19:48:07.242Z[verify-libraries] Compiling bcs v0.1.6
44562026-08-05T19:48:07.312Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44572026-08-05T19:48:07.411Z[verify-libraries] Compiling nom v8.0.0
44582026-08-05T19:48:07.433Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44592026-08-05T19:48:07.497Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44602026-08-05T19:48:07.635Z[verify-libraries] Compiling steno v0.4.1
44612026-08-05T19:48:07.731Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44622026-08-05T19:48:07.909Z[verify-libraries] Compiling sha1 v0.10.6
44632026-08-05T19:48:08.099Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44642026-08-05T19:48:08.243Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44652026-08-05T19:48:08.288Z[verify-libraries] Compiling tagptr v0.2.0
44662026-08-05T19:48:08.369Z[verify-libraries] Compiling utf-8 v0.7.6
44672026-08-05T19:48:08.425Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44682026-08-05T19:48:08.517Z[verify-libraries] Compiling moka v0.12.13
44692026-08-05T19:48:08.553Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44702026-08-05T19:48:08.565Z[ recovery-image] Aug 05 19:48:07.896 INFO O| Aug 05 19:48:07.896 INFO O| Startup: Refreshing catalog 'helios' ... Done
44712026-08-05T19:48:08.616Z[verify-libraries] Compiling tungstenite v0.21.0
44722026-08-05T19:48:08.655Z[verify-libraries] Compiling libefi-sys v0.1.0
44732026-08-05T19:48:08.681Z[verify-libraries] Compiling bitfield-struct v0.6.2
44742026-08-05T19:48:08.684Z[ host-image] Aug 05 19:48:08.014 INFO O| Aug 05 19:48:08.014 INFO O| Startup: Refreshing catalog 'helios' ... Done
44752026-08-05T19:48:08.717Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44762026-08-05T19:48:08.882Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44772026-08-05T19:48:08.896Z[ recovery-image] Aug 05 19:48:08.227 INFO O| Aug 05 19:48:08.227 INFO O| Startup: Caching catalogs ... Done
44782026-08-05T19:48:08.907Z[ recovery-image] Aug 05 19:48:08.239 INFO O| Aug 05 19:48:08.239 INFO O| Planning: Planning completed in 0.00 seconds
44792026-08-05T19:48:08.911Z[ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Planning: Consolidating action changes ... Done
44802026-08-05T19:48:08.911Z[ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Planning: Evaluating mediators ... Done
44812026-08-05T19:48:08.911Z[ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Planning: Planning completed in 0.00 seconds
44822026-08-05T19:48:08.911Z[ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Variants/Facets to change: 1
44832026-08-05T19:48:08.931Z[ recovery-image] Aug 05 19:48:08.263 INFO O| Aug 05 19:48:08.263 INFO O| Finalize: Updating package state database ... Done
44842026-08-05T19:48:08.931Z[ recovery-image] Aug 05 19:48:08.263 INFO O| Aug 05 19:48:08.263 INFO O| Finalize: Updating package cache ... Done
44852026-08-05T19:48:08.990Z[ recovery-image] Aug 05 19:48:08.321 INFO O| Aug 05 19:48:08.321 INFO O| Finalize: Updating image state ... Done
44862026-08-05T19:48:09.001Z[ recovery-image] Aug 05 19:48:08.333 INFO O| Aug 05 19:48:08.332 INFO O| Finalize: Creating fast lookup database ... Done
44872026-08-05T19:48:09.005Z[ recovery-image] Aug 05 19:48:08.333 INFO O| Aug 05 19:48:08.333 INFO O| Finalize: Reading search index ... Done
44882026-08-05T19:48:09.005Z[ recovery-image] Aug 05 19:48:08.333 INFO O| Aug 05 19:48:08.333 INFO O| Finalize: Updating search index ... Done
44892026-08-05T19:48:09.005Z[ recovery-image] Aug 05 19:48:08.334 INFO O| Aug 05 19:48:08.334 INFO O| Finalize: Updating package cache ... Done
44902026-08-05T19:48:09.021Z[verify-libraries] Compiling xshell-macros v0.2.7
44912026-08-05T19:48:09.030Z[ host-image] Aug 05 19:48:08.361 INFO O| Aug 05 19:48:08.361 INFO O| Startup: Caching catalogs ... Done
44922026-08-05T19:48:09.085Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44932026-08-05T19:48:09.133Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44942026-08-05T19:48:09.246Z[ recovery-image] Aug 05 19:48:08.577 INFO O| Aug 05 19:48:08.577 INFO STEP 10 (pkg_change_facet) COMPLETE
44952026-08-05T19:48:09.246Z[ recovery-image] Aug 05 19:48:08.578 INFO O| Aug 05 19:48:08.577 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44962026-08-05T19:48:09.257Z[ recovery-image] Aug 05 19:48:08.589 INFO O| Aug 05 19:48:08.589 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@22.0.0.0"]
44972026-08-05T19:48:09.276Z[verify-libraries] Compiling hickory-resolver v0.25.2
44982026-08-05T19:48:09.379Z[ host-image] Aug 05 19:48:08.711 INFO O| Aug 05 19:48:08.711 INFO O| Planning: Solver setup ... Done
44992026-08-05T19:48:09.385Z[ host-image] Aug 05 19:48:08.717 INFO O| Aug 05 19:48:08.717 INFO O| Planning: Running solver ... Done
45002026-08-05T19:48:09.397Z[ host-image] Aug 05 19:48:08.729 INFO O| Aug 05 19:48:08.729 INFO O| Planning: Finding local manifests ... Done
45012026-08-05T19:48:09.400Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45022026-08-05T19:48:09.404Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45032026-08-05T19:48:09.414Z[ host-image] Aug 05 19:48:08.747 INFO O| Aug 05 19:48:08.746 INFO O| Planning: Fetching manifests: 0/1 0% complete
45042026-08-05T19:48:09.425Z[ host-image] Aug 05 19:48:08.757 INFO O| Aug 05 19:48:08.757 INFO O| Planning: Fetching manifests: 1/1 100% complete
45052026-08-05T19:48:09.442Z[ host-image] Aug 05 19:48:08.774 INFO O| Aug 05 19:48:08.774 INFO O| Planning: Package planning ... Done
45062026-08-05T19:48:09.442Z[ host-image] Aug 05 19:48:08.774 INFO O| Aug 05 19:48:08.774 INFO O| Planning: Merging actions ... Done
45072026-08-05T19:48:09.470Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45082026-08-05T19:48:09.498Z[ host-image] Aug 05 19:48:08.830 INFO O| Aug 05 19:48:08.830 INFO O| Planning: Checking for conflicting actions ... Done
45092026-08-05T19:48:09.498Z[ host-image] Aug 05 19:48:08.830 INFO O| Aug 05 19:48:08.830 INFO O| Planning: Consolidating action changes ... Done
45102026-08-05T19:48:09.584Z[verify-libraries] Compiling xshell v0.2.7
45112026-08-05T19:48:09.625Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45122026-08-05T19:48:09.684Z[verify-libraries] Compiling libscf-sys v1.2.0
45132026-08-05T19:48:09.714Z[ host-image] Aug 05 19:48:09.046 INFO O| Aug 05 19:48:09.046 INFO O| Planning: Evaluating mediators ... Done
45142026-08-05T19:48:09.714Z[ host-image] Aug 05 19:48:09.046 INFO O| Aug 05 19:48:09.046 INFO O| Planning: Planning completed in 0.67 seconds
45152026-08-05T19:48:09.718Z[ host-image] Aug 05 19:48:09.046 INFO O| Aug 05 19:48:09.046 INFO O| Packages to install: 1
45162026-08-05T19:48:09.726Z[ host-image] Aug 05 19:48:09.058 INFO O| Aug 05 19:48:09.058 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
45172026-08-05T19:48:09.789Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45182026-08-05T19:48:09.821Z[verify-libraries] Compiling papergrid v0.17.0
45192026-08-05T19:48:09.851Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45202026-08-05T19:48:09.855Z[verify-libraries] Compiling testing_table v0.3.0
45212026-08-05T19:48:09.973Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45222026-08-05T19:48:10.013Z[ host-image] Aug 05 19:48:09.344 INFO O| Aug 05 19:48:09.344 INFO O| Download: Completed 13.17 MB in 0.29 seconds (45.9M/s)
45232026-08-05T19:48:10.035Z[ host-image] Aug 05 19:48:09.367 INFO O| Aug 05 19:48:09.367 INFO O| Actions: 1/22 actions (Installing new actions)
45242026-08-05T19:48:10.039Z[verify-libraries] Compiling tabled_derive v0.11.0
45252026-08-05T19:48:10.039Z[verify-libraries] Compiling sha2 v0.11.0
45262026-08-05T19:48:10.157Z[verify-libraries] Compiling subprocess v0.2.15
45272026-08-05T19:48:10.246Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45282026-08-05T19:48:10.259Z[ host-image] Aug 05 19:48:09.590 INFO O| Aug 05 19:48:09.590 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45292026-08-05T19:48:10.286Z[ host-image] Aug 05 19:48:09.618 INFO O| Aug 05 19:48:09.618 INFO O| Finalize: Updating package state database ... Done
45302026-08-05T19:48:10.286Z[ host-image] Aug 05 19:48:09.618 INFO O| Aug 05 19:48:09.618 INFO O| Finalize: Updating package cache ... Done
45312026-08-05T19:48:10.325Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45322026-08-05T19:48:10.357Z[ host-image] Aug 05 19:48:09.685 INFO O| Aug 05 19:48:09.685 INFO O| Finalize: Updating image state ... Done
45332026-08-05T19:48:10.402Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45342026-08-05T19:48:10.489Z[verify-libraries] Compiling headers-core v0.3.0
45352026-08-05T19:48:10.735Z[ recovery-image] Aug 05 19:48:10.067 INFO O| Aug 05 19:48:10.067 INFO O| Startup: Refreshing catalog 'helios' ... Done
45362026-08-05T19:48:10.753Z[verify-libraries] Compiling unicase v2.9.0
45372026-08-05T19:48:10.891Z[verify-libraries] Compiling headers v0.4.1
45382026-08-05T19:48:11.046Z[verify-libraries] Compiling darling_core v0.21.3
45392026-08-05T19:48:11.058Z[ recovery-image] Aug 05 19:48:10.390 INFO O| Aug 05 19:48:10.390 INFO O| Startup: Caching catalogs ... Done
45402026-08-05T19:48:11.086Z[verify-libraries] Compiling crc8 v0.1.1
45412026-08-05T19:48:11.288Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45422026-08-05T19:48:11.317Z[ host-image] Aug 05 19:48:10.649 INFO O| Aug 05 19:48:10.649 INFO O| Finalize: Creating fast lookup database ... Done
45432026-08-05T19:48:11.348Z[ host-image] Aug 05 19:48:10.680 INFO O| Aug 05 19:48:10.678 INFO O| Finalize: Reading search index ... Done
45442026-08-05T19:48:11.348Z[ host-image] Aug 05 19:48:10.680 INFO O| Aug 05 19:48:10.678 INFO O| Finalize: Updating search index ... Done
45452026-08-05T19:48:11.351Z[verify-libraries] Compiling maplit v1.0.2
45462026-08-05T19:48:11.357Z[ host-image] Aug 05 19:48:10.689 INFO O| Aug 05 19:48:10.689 INFO O| Finalize: Updating package cache ... Done
45472026-08-05T19:48:11.450Z[verify-libraries] Compiling yasna v0.5.2
45482026-08-05T19:48:11.598Z[verify-libraries] Compiling vergen-lib v0.1.6
45492026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 14 (pkg_install) COMPLETE
45502026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45512026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "mbist" is not enabled
45522026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45532026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "mfg" is not enabled
45542026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45552026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "compliance" is not enabled
45562026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45572026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "stress" is not enabled
45582026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45592026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "compliance" is not enabled
45602026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45612026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "nfs" is not enabled
45622026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45632026-08-05T19:48:11.615Z[ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45642026-08-05T19:48:11.639Z[verify-libraries] Compiling tabled v0.20.0
45652026-08-05T19:48:11.731Z[verify-libraries] Compiling diesel_derives v2.3.7
45662026-08-05T19:48:11.803Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45672026-08-05T19:48:11.866Z[ host-image] Aug 05 19:48:11.198 INFO O| Aug 05 19:48:11.198 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45682026-08-05T19:48:11.973Z[verify-libraries] Compiling port-file v0.1.0
45692026-08-05T19:48:12.022Z[ host-image] Aug 05 19:48:11.345 INFO O| Aug 05 19:48:11.345 INFO completed processing sled/ramdisk-01-os
45702026-08-05T19:48:12.022Z[ host-image] Aug 05 19:48:11.347 INFO omicron1 baseline generation...
45712026-08-05T19:48:12.023Z[ host-image] Aug 05 19:48:11.347 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45722026-08-05T19:48:12.036Z[verify-libraries] Compiling rcgen v0.12.1
45732026-08-05T19:48:12.117Z[verify-libraries] Compiling progenitor v0.14.0
45742026-08-05T19:48:12.255Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45752026-08-05T19:48:12.300Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45762026-08-05T19:48:12.372Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45772026-08-05T19:48:12.386Z[ host-image] Aug 05 19:48:11.718 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24160:20260803T102742Z
45782026-08-05T19:48:12.435Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45792026-08-05T19:48:12.470Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45802026-08-05T19:48:12.521Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45812026-08-05T19:48:12.580Z[verify-libraries] Compiling half v1.8.3
45822026-08-05T19:48:12.610Z[ recovery-image] Aug 05 19:48:11.941 INFO O| Aug 05 19:48:11.941 INFO O| Planning: Solver setup ... Done
45832026-08-05T19:48:12.701Z[ recovery-image] Aug 05 19:48:12.033 INFO O| Aug 05 19:48:12.033 INFO O| Planning: Running solver ... Done
45842026-08-05T19:48:12.773Z[verify-libraries] Compiling r2d2 v0.8.10
45852026-08-05T19:48:12.781Z[ recovery-image] Aug 05 19:48:12.112 INFO O| Aug 05 19:48:12.111 INFO O| Planning: Finding local manifests ... Done
45862026-08-05T19:48:12.862Z[ recovery-image] Aug 05 19:48:12.194 INFO O| Aug 05 19:48:12.194 INFO O| Planning: Fetching manifests: 0/130 0% complete
45872026-08-05T19:48:12.964Z[verify-libraries] Compiling serde_cbor v0.11.2
45882026-08-05T19:48:12.992Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45892026-08-05T19:48:13.060Z[verify-libraries] Compiling cpubits v0.1.1
45902026-08-05T19:48:13.098Z[verify-libraries] Compiling crunchy v0.2.4
45912026-08-05T19:48:13.191Z[verify-libraries] Compiling downcast-rs v2.0.2
45922026-08-05T19:48:13.353Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45932026-08-05T19:48:13.383Z[verify-libraries] Compiling dirs-next v2.0.0
45942026-08-05T19:48:13.609Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45952026-08-05T19:48:13.636Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45962026-08-05T19:48:13.639Z[verify-libraries] Compiling clang-sys v1.8.1
45972026-08-05T19:48:13.679Z[verify-libraries] Compiling tiny-keccak v2.0.2
45982026-08-05T19:48:13.795Z[verify-libraries] Compiling darling_macro v0.21.3
45992026-08-05T19:48:13.860Z[verify-libraries] Compiling term v0.7.0
46002026-08-05T19:48:13.905Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46012026-08-05T19:48:14.012Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46022026-08-05T19:48:14.035Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46032026-08-05T19:48:14.201Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46042026-08-05T19:48:14.264Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46052026-08-05T19:48:14.301Z[verify-libraries] Compiling diff v0.1.13
46062026-08-05T19:48:14.327Z[verify-libraries] Compiling bit-vec v0.6.3
46072026-08-05T19:48:14.370Z[verify-libraries] Compiling ascii-canvas v3.0.0
46082026-08-05T19:48:14.421Z[verify-libraries] Compiling darling v0.21.3
46092026-08-05T19:48:14.501Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46102026-08-05T19:48:14.522Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46112026-08-05T19:48:14.546Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46122026-08-05T19:48:14.549Z[verify-libraries] Compiling bit-set v0.5.3
46132026-08-05T19:48:14.616Z[verify-libraries] Compiling itertools v0.10.5
46142026-08-05T19:48:14.651Z[verify-libraries] Compiling libloading v0.8.9
46152026-08-05T19:48:14.655Z[verify-libraries] Compiling ena v0.14.4
46162026-08-05T19:48:14.715Z[verify-libraries] Compiling bindgen v0.71.1
46172026-08-05T19:48:14.720Z[verify-libraries] Compiling regex-syntax v0.6.29
46182026-08-05T19:48:14.807Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46192026-08-05T19:48:14.916Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46202026-08-05T19:48:14.971Z[verify-libraries] Compiling cexpr v0.6.0
46212026-08-05T19:48:14.975Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46222026-08-05T19:48:15.060Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46232026-08-05T19:48:15.106Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46242026-08-05T19:48:15.182Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46252026-08-05T19:48:15.328Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46262026-08-05T19:48:15.331Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46272026-08-05T19:48:15.585Z[verify-libraries] Compiling rustc-hash v2.1.1
46282026-08-05T19:48:15.638Z[verify-libraries] Compiling libxml v0.3.3
46292026-08-05T19:48:15.753Z[verify-libraries] Compiling progenitor-impl v0.13.0
46302026-08-05T19:48:15.775Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46312026-08-05T19:48:15.847Z[verify-libraries] Compiling strum_macros v0.24.3
46322026-08-05T19:48:15.861Z[ recovery-image] Aug 05 19:48:15.193 INFO O| Aug 05 19:48:15.193 INFO O| Planning: Fetching manifests: 130/130 100% complete
46332026-08-05T19:48:15.881Z[verify-libraries] Compiling hmac v0.13.0
46342026-08-05T19:48:16.016Z[verify-libraries] Compiling universal-hash v0.6.1
46352026-08-05T19:48:16.041Z[verify-libraries] Compiling fxhash v0.2.1
46362026-08-05T19:48:16.098Z[verify-libraries] Compiling indoc v1.0.9
46372026-08-05T19:48:16.168Z[verify-libraries] Compiling lalrpop v0.19.12
46382026-08-05T19:48:16.319Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46392026-08-05T19:48:16.429Z[ recovery-image] Aug 05 19:48:15.761 INFO O| Aug 05 19:48:15.761 INFO O| Planning: Package planning ... Done
46402026-08-05T19:48:16.563Z[ recovery-image] Aug 05 19:48:15.895 INFO O| Aug 05 19:48:15.895 INFO O| Planning: Merging actions ... Done
46412026-08-05T19:48:16.631Z[ recovery-image] Aug 05 19:48:15.963 INFO O| Aug 05 19:48:15.963 INFO O| Planning: Checking for conflicting actions ... Done
46422026-08-05T19:48:16.688Z[ recovery-image] Aug 05 19:48:16.019 INFO O| Aug 05 19:48:16.019 INFO O| Planning: Consolidating action changes ... Done
46432026-08-05T19:48:16.824Z[ recovery-image] Aug 05 19:48:16.155 INFO O| Aug 05 19:48:16.155 INFO O| Planning: Evaluating mediators ... Done
46442026-08-05T19:48:16.988Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46452026-08-05T19:48:17.075Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46462026-08-05T19:48:17.561Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46472026-08-05T19:48:17.846Z[verify-libraries] Compiling progenitor-client v0.13.0
46482026-08-05T19:48:17.964Z[verify-libraries] Compiling oso-derive v0.27.3
46492026-08-05T19:48:18.029Z[verify-libraries] Compiling quick-xml v0.37.5
46502026-08-05T19:48:18.324Z[ recovery-image] Aug 05 19:48:17.655 INFO O| Aug 05 19:48:17.655 INFO O| Planning: Planning completed in 7.25 seconds
46512026-08-05T19:48:18.328Z[ recovery-image] Aug 05 19:48:17.657 INFO O| Aug 05 19:48:17.657 INFO O| Packages to install: 130
46522026-08-05T19:48:18.328Z[ recovery-image] Aug 05 19:48:17.657 INFO O| Aug 05 19:48:17.657 INFO O| Mediators to change: 5
46532026-08-05T19:48:18.328Z[ recovery-image] Aug 05 19:48:17.657 INFO O| Aug 05 19:48:17.657 INFO O| Services to change: 5
46542026-08-05T19:48:18.354Z[ recovery-image] Aug 05 19:48:17.686 INFO O| Aug 05 19:48:17.685 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46552026-08-05T19:48:18.357Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46562026-08-05T19:48:18.741Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46572026-08-05T19:48:18.822Z[verify-libraries] Compiling openssl-probe v0.1.6
46582026-08-05T19:48:18.851Z[verify-libraries] Compiling progenitor-macro v0.13.0
46592026-08-05T19:48:18.976Z[verify-libraries] Compiling polyval v0.7.1
46602026-08-05T19:48:19.052Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46612026-08-05T19:48:19.167Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46622026-08-05T19:48:19.567Z[verify-libraries] Compiling der v0.8.0
46632026-08-05T19:48:19.955Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46642026-08-05T19:48:20.153Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46652026-08-05T19:48:20.259Z[verify-libraries] Compiling git-stub v1.0.0
46662026-08-05T19:48:20.572Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46672026-08-05T19:48:20.751Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46682026-08-05T19:48:20.894Z[verify-libraries] Compiling kstat-rs v0.2.4
46692026-08-05T19:48:20.938Z[verify-libraries] Compiling trait-variant v0.1.2
46702026-08-05T19:48:20.966Z[verify-libraries] Compiling salty v0.3.0
46712026-08-05T19:48:20.995Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46722026-08-05T19:48:21.116Z[verify-libraries] Compiling diesel v2.3.7
46732026-08-05T19:48:21.165Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46742026-08-05T19:48:21.308Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46752026-08-05T19:48:21.417Z[verify-libraries] Compiling ghash v0.6.0
46762026-08-05T19:48:21.584Z[verify-libraries] Compiling pbkdf2 v0.13.0
46772026-08-05T19:48:21.665Z[verify-libraries] Compiling aes v0.9.1
46782026-08-05T19:48:21.729Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46792026-08-05T19:48:21.774Z[verify-libraries] Compiling crypto-bigint v0.7.5
46802026-08-05T19:48:21.802Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46812026-08-05T19:48:22.487Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46822026-08-05T19:48:22.625Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46832026-08-05T19:48:23.063Z[verify-libraries] Compiling ctr v0.10.1
46842026-08-05T19:48:23.101Z[verify-libraries] Compiling bb8 v0.8.6
46852026-08-05T19:48:23.201Z[verify-libraries] Compiling aead v0.6.1
46862026-08-05T19:48:23.361Z[ recovery-image] Aug 05 19:48:22.693 INFO O| Aug 05 19:48:22.693 INFO O| Download: 8534/16682 items 87.6/200.0MB 43% complete (17.6M/s)
46872026-08-05T19:48:23.364Z[verify-libraries] Compiling parking_lot_core v0.8.6
46882026-08-05T19:48:23.502Z[verify-libraries] Compiling aes-gcm v0.11.0
46892026-08-05T19:48:23.627Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46902026-08-05T19:48:23.754Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46912026-08-05T19:48:23.801Z[verify-libraries] Compiling spki v0.8.0
46922026-08-05T19:48:23.804Z[verify-libraries] Compiling mime_guess v2.0.5
46932026-08-05T19:48:23.967Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46942026-08-05T19:48:24.137Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46952026-08-05T19:48:24.281Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46962026-08-05T19:48:24.458Z[verify-libraries] Compiling progenitor v0.13.0
46972026-08-05T19:48:24.523Z[verify-libraries] Compiling rfc6979 v0.4.0
46982026-08-05T19:48:24.554Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46992026-08-05T19:48:24.585Z[verify-libraries] Compiling salsa20 v0.11.0
47002026-08-05T19:48:24.695Z[verify-libraries] Compiling nanorand v0.7.0
47012026-08-05T19:48:24.733Z[verify-libraries] Compiling ecdsa v0.16.9
47022026-08-05T19:48:24.815Z[verify-libraries] Compiling scrypt v0.12.0
47032026-08-05T19:48:24.893Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47042026-08-05T19:48:25.103Z[verify-libraries] Compiling flume v0.11.1
47052026-08-05T19:48:25.274Z[verify-libraries] Compiling primeorder v0.13.6
47062026-08-05T19:48:25.516Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
47072026-08-05T19:48:25.574Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47082026-08-05T19:48:25.609Z[verify-libraries] Compiling cbc v0.2.1
47092026-08-05T19:48:25.629Z[verify-libraries] Compiling http-range v0.1.5
47102026-08-05T19:48:25.741Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
47112026-08-05T19:48:25.812Z[verify-libraries] Compiling nonempty v0.12.0
47122026-08-05T19:48:25.843Z[verify-libraries] Compiling pkcs5 v0.8.1
47132026-08-05T19:48:25.875Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47142026-08-05T19:48:26.139Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47152026-08-05T19:48:26.226Z[verify-libraries] Compiling p384 v0.13.1
47162026-08-05T19:48:26.320Z[verify-libraries] Compiling parking_lot v0.11.2
47172026-08-05T19:48:26.421Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47182026-08-05T19:48:26.520Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47192026-08-05T19:48:26.761Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47202026-08-05T19:48:26.820Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47212026-08-05T19:48:26.890Z[verify-libraries] Compiling prefix-trie v0.7.0
47222026-08-05T19:48:26.989Z[verify-libraries] Compiling digest-io v0.1.0
47232026-08-05T19:48:27.142Z[verify-libraries] Compiling rawzip v0.4.4
47242026-08-05T19:48:27.319Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47252026-08-05T19:48:27.403Z[verify-libraries] Compiling sled v0.34.7
47262026-08-05T19:48:27.513Z[verify-libraries] Compiling hickory-server v0.25.2
47272026-08-05T19:48:27.961Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47282026-08-05T19:48:27.991Z[verify-libraries] Compiling pkcs8 v0.11.0
47292026-08-05T19:48:28.377Z[ recovery-image] Aug 05 19:48:27.708 INFO O| Aug 05 19:48:27.708 INFO O| Download: 16091/16682 items 178.7/200.0MB 89% complete (17.9M/s)
47302026-08-05T19:48:28.386Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47312026-08-05T19:48:28.527Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47322026-08-05T19:48:28.873Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47332026-08-05T19:48:28.900Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47342026-08-05T19:48:28.958Z[ recovery-image] Aug 05 19:48:28.289 INFO O| Aug 05 19:48:28.289 INFO O| Download: Completed 199.98 MB in 10.60 seconds (18.8M/s)
47352026-08-05T19:48:29.091Z[verify-libraries] Compiling ignore v0.4.25
47362026-08-05T19:48:29.234Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47372026-08-05T19:48:29.409Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47382026-08-05T19:48:29.561Z[verify-libraries] Compiling ff v0.14.0
47392026-08-05T19:48:29.654Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47402026-08-05T19:48:29.754Z[verify-libraries] Compiling corncobs v0.1.4
47412026-08-05T19:48:29.792Z[verify-libraries] Compiling globwalk v0.9.1
47422026-08-05T19:48:30.006Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47432026-08-05T19:48:30.103Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47442026-08-05T19:48:30.158Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47452026-08-05T19:48:30.513Z[verify-libraries] Compiling predicates-tree v1.0.13
47462026-08-05T19:48:30.535Z[verify-libraries] Compiling libz-sys v1.1.24
47472026-08-05T19:48:30.588Z[verify-libraries] Compiling rand_seeder v0.4.0
47482026-08-05T19:48:30.804Z[verify-libraries] Compiling secrecy v0.8.0
47492026-08-05T19:48:30.902Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47502026-08-05T19:48:31.106Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47512026-08-05T19:48:31.269Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47522026-08-05T19:48:31.408Z[verify-libraries] Compiling group v0.14.0
47532026-08-05T19:48:31.515Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47542026-08-05T19:48:31.538Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47552026-08-05T19:48:31.659Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47562026-08-05T19:48:31.705Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47572026-08-05T19:48:31.727Z[verify-libraries] Compiling signature v3.0.0
47582026-08-05T19:48:31.973Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47592026-08-05T19:48:32.010Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47602026-08-05T19:48:32.038Z[verify-libraries] Compiling base16ct v1.0.0
47612026-08-05T19:48:32.133Z[verify-libraries] Compiling instability v0.3.11
47622026-08-05T19:48:32.268Z[verify-libraries] Compiling sec1 v0.8.1
47632026-08-05T19:48:32.419Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47642026-08-05T19:48:32.442Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47652026-08-05T19:48:32.611Z[ recovery-image] Aug 05 19:48:31.943 INFO O| Aug 05 19:48:31.943 INFO O| Actions: 1/27580 actions (Installing new actions)
47662026-08-05T19:48:32.689Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47672026-08-05T19:48:32.756Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47682026-08-05T19:48:32.856Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47692026-08-05T19:48:32.906Z[verify-libraries] Compiling hkdf v0.13.0
47702026-08-05T19:48:32.909Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47712026-08-05T19:48:33.221Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47722026-08-05T19:48:33.366Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47732026-08-05T19:48:33.471Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47742026-08-05T19:48:33.539Z[verify-libraries] Compiling castaway v0.2.4
47752026-08-05T19:48:33.776Z[verify-libraries] Compiling indoc v2.0.7
47762026-08-05T19:48:33.810Z[verify-libraries] Compiling compact_str v0.8.1
47772026-08-05T19:48:34.011Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47782026-08-05T19:48:34.188Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47792026-08-05T19:48:34.473Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47802026-08-05T19:48:34.546Z[verify-libraries] Compiling elliptic-curve v0.14.1
47812026-08-05T19:48:34.546Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47822026-08-05T19:48:34.913Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47832026-08-05T19:48:35.125Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47842026-08-05T19:48:35.156Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47852026-08-05T19:48:35.299Z[verify-libraries] Compiling unicode-truncate v1.1.0
47862026-08-05T19:48:35.330Z[verify-libraries] Compiling lru v0.12.5
47872026-08-05T19:48:35.410Z[verify-libraries] Compiling arc-swap v1.8.2
47882026-08-05T19:48:35.544Z[verify-libraries] Compiling cassowary v0.3.0
47892026-08-05T19:48:35.619Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47902026-08-05T19:48:35.622Z[verify-libraries] Compiling wnaf v0.14.0
47912026-08-05T19:48:35.856Z[verify-libraries] Compiling slog-scope v4.4.1
47922026-08-05T19:48:35.860Z[verify-libraries] Compiling primefield v0.14.0
47932026-08-05T19:48:36.029Z[verify-libraries] Compiling ratatui v0.29.0
47942026-08-05T19:48:36.203Z[verify-libraries] Compiling rfc6979 v0.6.0
47952026-08-05T19:48:36.228Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47962026-08-05T19:48:36.232Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47972026-08-05T19:48:36.355Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47982026-08-05T19:48:36.521Z[verify-libraries] Compiling vergen-git2 v9.1.0
47992026-08-05T19:48:36.547Z[verify-libraries] Compiling strsim v0.10.0
48002026-08-05T19:48:36.582Z[verify-libraries] Compiling is_ci v1.2.0
48012026-08-05T19:48:36.677Z[verify-libraries] Compiling ecdsa v0.17.0
48022026-08-05T19:48:36.831Z[verify-libraries] Compiling supports-color v3.0.2
48032026-08-05T19:48:36.889Z[verify-libraries] Compiling darling_core v0.13.4
48042026-08-05T19:48:36.951Z[verify-libraries] Compiling primeorder v0.14.0
48052026-08-05T19:48:37.084Z[verify-libraries] Compiling slog-stdlog v4.1.1
48062026-08-05T19:48:37.349Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48072026-08-05T19:48:37.461Z[verify-libraries] Compiling tungstenite v0.23.0
48082026-08-05T19:48:37.494Z[verify-libraries] Compiling console v0.16.2
48092026-08-05T19:48:37.621Z[ recovery-image] Aug 05 19:48:36.952 INFO O| Aug 05 19:48:36.952 INFO O| Actions: 27080/27580 actions (Installing new actions)
48102026-08-05T19:48:37.698Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48112026-08-05T19:48:37.967Z[ recovery-image] Aug 05 19:48:37.299 INFO O| Aug 05 19:48:37.298 INFO O| Actions: Completed 27580 actions in 5.35 seconds.
48122026-08-05T19:48:38.031Z[ recovery-image] Aug 05 19:48:37.362 INFO O| Aug 05 19:48:37.362 INFO O| Finalize: Updating package state database ... Done
48132026-08-05T19:48:38.031Z[ recovery-image] Aug 05 19:48:37.362 INFO O| Aug 05 19:48:37.362 INFO O| Finalize: Updating package cache ... Done
48142026-08-05T19:48:38.127Z[ recovery-image] Aug 05 19:48:37.458 INFO O| Aug 05 19:48:37.458 INFO O| Finalize: Updating image state ... Done
48152026-08-05T19:48:38.150Z[verify-libraries] Compiling libsw-core v0.3.2
48162026-08-05T19:48:38.262Z[verify-libraries] Compiling assert_matches v1.5.0
48172026-08-05T19:48:38.398Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48182026-08-05T19:48:38.425Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48192026-08-05T19:48:38.464Z[verify-libraries] Compiling void v1.0.2
48202026-08-05T19:48:38.694Z[verify-libraries] Compiling unit-prefix v0.5.2
48212026-08-05T19:48:38.751Z[verify-libraries] Compiling lzss v0.8.2
48222026-08-05T19:48:38.840Z[ recovery-image] Aug 05 19:48:38.172 INFO O| Aug 05 19:48:38.172 INFO O| Finalize: Creating fast lookup database ... Done
48232026-08-05T19:48:38.858Z[verify-libraries] Compiling libsw v3.5.0
48242026-08-05T19:48:38.861Z[ recovery-image] Aug 05 19:48:38.190 INFO O| Aug 05 19:48:38.190 INFO O| Finalize: Reading search index ... Done
48252026-08-05T19:48:38.921Z[verify-libraries] Compiling indicatif v0.18.4
48262026-08-05T19:48:38.943Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48272026-08-05T19:48:38.978Z[verify-libraries] Compiling slog-envlogger v2.2.0
48282026-08-05T19:48:39.083Z[verify-libraries] Compiling darling_macro v0.13.4
48292026-08-05T19:48:39.144Z[verify-libraries] Compiling ssh-encoding v0.3.0
48302026-08-05T19:48:39.179Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48312026-08-05T19:48:39.288Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48322026-08-05T19:48:39.399Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48332026-08-05T19:48:39.450Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48342026-08-05T19:48:39.564Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48352026-08-05T19:48:39.666Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48362026-08-05T19:48:39.709Z[verify-libraries] Compiling nix v0.27.1
48372026-08-05T19:48:39.713Z[verify-libraries] Compiling colored v2.2.0
48382026-08-05T19:48:39.734Z[verify-libraries] Compiling blake3 v1.8.5
48392026-08-05T19:48:39.870Z[verify-libraries] Compiling serde_bytes v0.11.19
48402026-08-05T19:48:39.940Z[verify-libraries] Compiling keccak v0.2.0
48412026-08-05T19:48:40.006Z[verify-libraries] Compiling shell-words v1.1.1
48422026-08-05T19:48:40.251Z[verify-libraries] Compiling darling v0.13.4
48432026-08-05T19:48:40.330Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48442026-08-05T19:48:40.362Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48452026-08-05T19:48:40.441Z[verify-libraries] Compiling ed25519 v3.0.0
48462026-08-05T19:48:40.711Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48472026-08-05T19:48:40.717Z[ recovery-image] Aug 05 19:48:40.048 INFO O| Aug 05 19:48:40.048 INFO O| Finalize: Building new search index ... Done
48482026-08-05T19:48:40.811Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48492026-08-05T19:48:40.859Z[verify-libraries] Compiling crypto-primes v0.7.2
48502026-08-05T19:48:40.904Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48512026-08-05T19:48:41.106Z[ recovery-image] Aug 05 19:48:40.437 INFO O| Aug 05 19:48:40.437 INFO O| Finalize: Updating package cache ... Done
48522026-08-05T19:48:41.367Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48532026-08-05T19:48:41.457Z[verify-libraries] Compiling poly1305 v0.9.0
48542026-08-05T19:48:41.517Z[ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 11 (pkg_install) COMPLETE
48552026-08-05T19:48:41.517Z[ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48562026-08-05T19:48:41.517Z[ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO skip step because feature "recovery" is enabled
48572026-08-05T19:48:41.520Z[ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48582026-08-05T19:48:41.520Z[ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO skip step because feature "omicron1" is not enabled
48592026-08-05T19:48:41.520Z[ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48602026-08-05T19:48:41.528Z[ recovery-image] Aug 05 19:48:40.859 INFO O| Aug 05 19:48:40.859 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48612026-08-05T19:48:41.657Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48622026-08-05T19:48:42.057Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48632026-08-05T19:48:42.352Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48642026-08-05T19:48:42.381Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48652026-08-05T19:48:42.596Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48662026-08-05T19:48:42.658Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48672026-08-05T19:48:42.711Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48682026-08-05T19:48:42.901Z[verify-libraries] Compiling blowfish v0.10.0
48692026-08-05T19:48:42.938Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48702026-08-05T19:48:42.999Z[verify-libraries] Compiling petname v2.0.2
48712026-08-05T19:48:43.023Z[verify-libraries] Compiling arrayvec v0.7.6
48722026-08-05T19:48:43.026Z[verify-libraries] Compiling arrayref v0.3.9
48732026-08-05T19:48:43.067Z[verify-libraries] Compiling constant_time_eq v0.4.2
48742026-08-05T19:48:43.184Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48752026-08-05T19:48:43.293Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48762026-08-05T19:48:43.615Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48772026-08-05T19:48:43.619Z[verify-libraries] Compiling ssh-cipher v0.3.0
48782026-08-05T19:48:43.665Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48792026-08-05T19:48:43.745Z[verify-libraries] Compiling serde_with_macros v1.5.2
48802026-08-05T19:48:43.883Z[verify-libraries] Compiling sha3 v0.11.0
48812026-08-05T19:48:43.921Z[verify-libraries] Compiling p256 v0.14.0
48822026-08-05T19:48:44.426Z[verify-libraries] Compiling p521 v0.14.0
48832026-08-05T19:48:44.485Z[verify-libraries] Compiling p384 v0.14.0
48842026-08-05T19:48:44.528Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48852026-08-05T19:48:44.654Z[ recovery-image] Aug 05 19:48:43.985 INFO O| Aug 05 19:48:43.985 INFO O| Startup: Refreshing catalog 'helios' ... Done
48862026-08-05T19:48:44.658Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48872026-08-05T19:48:44.767Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48882026-08-05T19:48:44.855Z[verify-libraries] Compiling twox-hash v2.1.2
48892026-08-05T19:48:44.999Z[ recovery-image] Aug 05 19:48:44.331 INFO O| Aug 05 19:48:44.331 INFO O| Startup: Caching catalogs ... Done
48902026-08-05T19:48:45.089Z[verify-libraries] Compiling kem v0.3.0
48912026-08-05T19:48:45.209Z[verify-libraries] Compiling module-lattice v0.2.3
48922026-08-05T19:48:45.334Z[ recovery-image] Aug 05 19:48:44.658 INFO O| Aug 05 19:48:44.658 INFO O| Planning: Solver setup ... Done
48932026-08-05T19:48:45.334Z[ recovery-image] Aug 05 19:48:44.664 INFO O| Aug 05 19:48:44.664 INFO O| Planning: Running solver ... Done
48942026-08-05T19:48:45.343Z[ recovery-image] Aug 05 19:48:44.675 INFO O| Aug 05 19:48:44.675 INFO O| Planning: Finding local manifests ... Done
48952026-08-05T19:48:45.364Z[verify-libraries] Compiling rtoolbox v0.0.3
48962026-08-05T19:48:45.391Z[ recovery-image] Aug 05 19:48:44.722 INFO O| Aug 05 19:48:44.722 INFO O| Planning: Fetching manifests: 0/1 0% complete
48972026-08-05T19:48:45.397Z[ recovery-image] Aug 05 19:48:44.729 INFO O| Aug 05 19:48:44.729 INFO O| Planning: Fetching manifests: 1/1 100% complete
48982026-08-05T19:48:45.415Z[ recovery-image] Aug 05 19:48:44.746 INFO O| Aug 05 19:48:44.746 INFO O| Planning: Package planning ... Done
48992026-08-05T19:48:45.418Z[ recovery-image] Aug 05 19:48:44.747 INFO O| Aug 05 19:48:44.747 INFO O| Planning: Merging actions ... Done
49002026-08-05T19:48:45.436Z[verify-libraries] Compiling atty v0.2.14
49012026-08-05T19:48:45.439Z[ recovery-image] Aug 05 19:48:44.770 INFO O| Aug 05 19:48:44.770 INFO O| Planning: Checking for conflicting actions ... Done
49022026-08-05T19:48:45.439Z[ recovery-image] Aug 05 19:48:44.770 INFO O| Aug 05 19:48:44.770 INFO O| Planning: Consolidating action changes ... Done
49032026-08-05T19:48:45.489Z[verify-libraries] Compiling sponge-cursor v0.1.0
49042026-08-05T19:48:45.539Z[ recovery-image] Aug 05 19:48:44.871 INFO O| Aug 05 19:48:44.871 INFO O| Planning: Evaluating mediators ... Done
49052026-08-05T19:48:45.543Z[ recovery-image] Aug 05 19:48:44.872 INFO O| Aug 05 19:48:44.872 INFO O| Planning: Planning completed in 0.53 seconds
49062026-08-05T19:48:45.543Z[ recovery-image] Aug 05 19:48:44.872 INFO O| Aug 05 19:48:44.872 INFO O| Packages to install: 1
49072026-08-05T19:48:45.552Z[ recovery-image] Aug 05 19:48:44.884 INFO O| Aug 05 19:48:44.883 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
49082026-08-05T19:48:45.632Z[verify-libraries] Compiling topological-sort v0.2.2
49092026-08-05T19:48:45.687Z[verify-libraries] Compiling rpassword v7.5.4
49102026-08-05T19:48:45.774Z[verify-libraries] Compiling ml-kem v0.3.2
49112026-08-05T19:48:45.785Z[ recovery-image] Aug 05 19:48:45.116 INFO O| Aug 05 19:48:45.116 INFO O| Download: Completed 13.17 MB in 0.23 seconds (56.6M/s)
49122026-08-05T19:48:45.807Z[ recovery-image] Aug 05 19:48:45.138 INFO O| Aug 05 19:48:45.138 INFO O| Actions: 1/22 actions (Installing new actions)
49132026-08-05T19:48:45.848Z[verify-libraries] Compiling sha3 v0.12.0
49142026-08-05T19:48:45.918Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49152026-08-05T19:48:46.075Z[ recovery-image] Aug 05 19:48:45.406 INFO O| Aug 05 19:48:45.406 INFO O| Actions: Completed 22 actions in 0.27 seconds.
49162026-08-05T19:48:46.104Z[ recovery-image] Aug 05 19:48:45.435 INFO O| Aug 05 19:48:45.435 INFO O| Finalize: Updating package state database ... Done
49172026-08-05T19:48:46.104Z[ recovery-image] Aug 05 19:48:45.435 INFO O| Aug 05 19:48:45.435 INFO O| Finalize: Updating package cache ... Done
49182026-08-05T19:48:46.141Z[verify-libraries] Compiling serde_with v1.14.0
49192026-08-05T19:48:46.179Z[ recovery-image] Aug 05 19:48:45.510 INFO O| Aug 05 19:48:45.510 INFO O| Finalize: Updating image state ... Done
49202026-08-05T19:48:46.564Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49212026-08-05T19:48:46.877Z[ recovery-image] Aug 05 19:48:46.209 INFO O| Aug 05 19:48:46.208 INFO O| Finalize: Creating fast lookup database ... Done
49222026-08-05T19:48:46.901Z[ recovery-image] Aug 05 19:48:46.232 INFO O| Aug 05 19:48:46.232 INFO O| Finalize: Reading search index ... Done
49232026-08-05T19:48:46.901Z[ recovery-image] Aug 05 19:48:46.232 INFO O| Aug 05 19:48:46.232 INFO O| Finalize: Updating search index ... Done
49242026-08-05T19:48:46.905Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49252026-08-05T19:48:46.927Z[ recovery-image] Aug 05 19:48:46.259 INFO O| Aug 05 19:48:46.243 INFO O| Finalize: Updating package cache ... Done
49262026-08-05T19:48:46.935Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49272026-08-05T19:48:47.120Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49282026-08-05T19:48:47.139Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 14 (pkg_install) COMPLETE
49292026-08-05T19:48:47.139Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49302026-08-05T19:48:47.139Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "mbist" is not enabled
49312026-08-05T19:48:47.142Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49322026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "mfg" is not enabled
49332026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49342026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "compliance" is not enabled
49352026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "stress" is not enabled
49372026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49382026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "compliance" is not enabled
49392026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49402026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "nfs" is not enabled
49412026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49422026-08-05T19:48:47.143Z[ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49432026-08-05T19:48:47.175Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49442026-08-05T19:48:47.495Z[ recovery-image] Aug 05 19:48:46.783 INFO O| Aug 05 19:48:46.783 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49452026-08-05T19:48:47.496Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49462026-08-05T19:48:47.499Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49472026-08-05T19:48:47.542Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49482026-08-05T19:48:47.570Z[ recovery-image] Aug 05 19:48:46.901 INFO O| Aug 05 19:48:46.901 INFO completed processing sled/ramdisk-01-os
49492026-08-05T19:48:47.574Z[ recovery-image] Aug 05 19:48:46.904 INFO image builder template: ramdisk-02-trim...
49502026-08-05T19:48:47.574Z[ recovery-image] Aug 05 19:48:46.904 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/.tmpqaqL9a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49512026-08-05T19:48:47.592Z[ recovery-image] Aug 05 19:48:46.923 INFO O| Aug 05 19:48:46.923 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49522026-08-05T19:48:47.595Z[ recovery-image] Aug 05 19:48:46.926 INFO O| Aug 05 19:48:46.926 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49532026-08-05T19:48:47.675Z[ recovery-image] Aug 05 19:48:47.007 INFO O| Aug 05 19:48:47.007 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49542026-08-05T19:48:47.680Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49552026-08-05T19:48:47.724Z[ recovery-image] Aug 05 19:48:47.055 INFO O| Aug 05 19:48:47.054 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49562026-08-05T19:48:47.724Z[ recovery-image] Aug 05 19:48:47.056 INFO O| Aug 05 19:48:47.055 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49572026-08-05T19:48:47.728Z[ recovery-image] Aug 05 19:48:47.059 INFO O| Aug 05 19:48:47.059 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49582026-08-05T19:48:47.731Z[ recovery-image] Aug 05 19:48:47.062 INFO O| Aug 05 19:48:47.062 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49592026-08-05T19:48:47.734Z[ recovery-image] Aug 05 19:48:47.066 INFO O| Aug 05 19:48:47.066 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49602026-08-05T19:48:47.991Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49612026-08-05T19:48:48.110Z[ recovery-image] Aug 05 19:48:47.442 INFO O| Aug 05 19:48:47.441 INFO rolled back to input snapshot; work may begin
49622026-08-05T19:48:48.110Z[ recovery-image] Aug 05 19:48:47.442 INFO O| Aug 05 19:48:47.442 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49632026-08-05T19:48:48.115Z[ recovery-image] Aug 05 19:48:47.447 INFO O| Aug 05 19:48:47.447 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49642026-08-05T19:48:48.125Z[ recovery-image] Aug 05 19:48:47.457 INFO O| Aug 05 19:48:47.457 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49652026-08-05T19:48:48.167Z[ recovery-image] Aug 05 19:48:47.498 INFO O| Aug 05 19:48:47.498 INFO STEP 0 (remove_files) COMPLETE
49662026-08-05T19:48:48.167Z[ recovery-image] Aug 05 19:48:47.498 INFO O| Aug 05 19:48:47.498 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-08-05T19:48:48.180Z[ recovery-image] Aug 05 19:48:47.509 INFO O| Aug 05 19:48:47.509 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49682026-08-05T19:48:48.180Z[ recovery-image] Aug 05 19:48:47.511 INFO O| Aug 05 19:48:47.511 INFO STEP 1 (remove_files) COMPLETE
49692026-08-05T19:48:48.183Z[ recovery-image] Aug 05 19:48:47.511 INFO O| Aug 05 19:48:47.511 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49702026-08-05T19:48:48.189Z[ recovery-image] Aug 05 19:48:47.521 INFO O| Aug 05 19:48:47.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49712026-08-05T19:48:48.204Z[ recovery-image] Aug 05 19:48:47.535 INFO O| Aug 05 19:48:47.535 INFO STEP 2 (remove_files) COMPLETE
49722026-08-05T19:48:48.204Z[ recovery-image] Aug 05 19:48:47.536 INFO O| Aug 05 19:48:47.535 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49732026-08-05T19:48:48.215Z[ recovery-image] Aug 05 19:48:47.546 INFO O| Aug 05 19:48:47.546 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49742026-08-05T19:48:48.218Z[ recovery-image] Aug 05 19:48:47.548 INFO O| Aug 05 19:48:47.548 INFO STEP 3 (remove_files) COMPLETE
49752026-08-05T19:48:48.218Z[ recovery-image] Aug 05 19:48:47.548 INFO O| Aug 05 19:48:47.548 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-08-05T19:48:48.226Z[ recovery-image] Aug 05 19:48:47.558 INFO O| Aug 05 19:48:47.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49772026-08-05T19:48:48.230Z[ recovery-image] Aug 05 19:48:47.561 INFO O| Aug 05 19:48:47.561 INFO STEP 4 (remove_files) COMPLETE
49782026-08-05T19:48:48.233Z[ recovery-image] Aug 05 19:48:47.561 INFO O| Aug 05 19:48:47.561 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-08-05T19:48:48.240Z[ recovery-image] Aug 05 19:48:47.571 INFO O| Aug 05 19:48:47.571 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49802026-08-05T19:48:48.240Z[ recovery-image] Aug 05 19:48:47.572 INFO O| Aug 05 19:48:47.571 INFO STEP 5 (remove_files) COMPLETE
49812026-08-05T19:48:48.240Z[ recovery-image] Aug 05 19:48:47.572 INFO O| Aug 05 19:48:47.572 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49822026-08-05T19:48:48.250Z[ recovery-image] Aug 05 19:48:47.581 INFO O| Aug 05 19:48:47.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49832026-08-05T19:48:48.262Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 6 (remove_files) COMPLETE
49842026-08-05T19:48:48.262Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-05T19:48:48.262Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "heliosv2" is not enabled
49862026-08-05T19:48:48.262Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-05T19:48:48.262Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "recovery" is enabled
49882026-08-05T19:48:48.262Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-05T19:48:48.262Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "recovery" is enabled
49902026-08-05T19:48:48.265Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-05T19:48:48.265Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "recovery" is enabled
49922026-08-05T19:48:48.265Z[ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-05T19:48:48.272Z[ recovery-image] Aug 05 19:48:47.604 INFO O| Aug 05 19:48:47.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49942026-08-05T19:48:48.289Z[ recovery-image] Aug 05 19:48:47.607 INFO O| Aug 05 19:48:47.607 INFO STEP 11 (remove_files) COMPLETE
49952026-08-05T19:48:48.289Z[ recovery-image] Aug 05 19:48:47.607 INFO O| Aug 05 19:48:47.607 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-05T19:48:48.293Z[ recovery-image] Aug 05 19:48:47.617 INFO O| Aug 05 19:48:47.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49972026-08-05T19:48:48.293Z[ recovery-image] Aug 05 19:48:47.618 INFO O| Aug 05 19:48:47.618 INFO STEP 12 (remove_files) COMPLETE
49982026-08-05T19:48:48.293Z[ recovery-image] Aug 05 19:48:47.618 INFO O| Aug 05 19:48:47.618 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-05T19:48:48.296Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
50002026-08-05T19:48:48.299Z[ recovery-image] Aug 05 19:48:47.628 INFO O| Aug 05 19:48:47.628 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50012026-08-05T19:48:48.299Z[ recovery-image] Aug 05 19:48:47.629 INFO O| Aug 05 19:48:47.629 INFO STEP 13 (remove_files) COMPLETE
50022026-08-05T19:48:48.299Z[ recovery-image] Aug 05 19:48:47.629 INFO O| Aug 05 19:48:47.629 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-05T19:48:48.332Z[ recovery-image] Aug 05 19:48:47.663 INFO O| Aug 05 19:48:47.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50042026-08-05T19:48:48.337Z[ recovery-image] Aug 05 19:48:47.669 INFO O| Aug 05 19:48:47.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50052026-08-05T19:48:48.464Z[ recovery-image] Aug 05 19:48:47.796 INFO O| Aug 05 19:48:47.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50062026-08-05T19:48:48.464Z[ recovery-image] Aug 05 19:48:47.796 INFO O| Aug 05 19:48:47.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50072026-08-05T19:48:48.472Z[ recovery-image] Aug 05 19:48:47.803 INFO O| Aug 05 19:48:47.803 INFO STEP 14 (remove_files) COMPLETE
50082026-08-05T19:48:48.472Z[ recovery-image] Aug 05 19:48:47.803 INFO O| Aug 05 19:48:47.803 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-05T19:48:48.476Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50102026-08-05T19:48:48.483Z[ recovery-image] Aug 05 19:48:47.814 INFO O| Aug 05 19:48:47.814 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50112026-08-05T19:48:48.486Z[ recovery-image] Aug 05 19:48:47.815 INFO O| Aug 05 19:48:47.815 INFO STEP 15 (remove_files) COMPLETE
50122026-08-05T19:48:48.486Z[ recovery-image] Aug 05 19:48:47.816 INFO O| Aug 05 19:48:47.816 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-05T19:48:48.493Z[ recovery-image] Aug 05 19:48:47.825 INFO O| Aug 05 19:48:47.825 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50142026-08-05T19:48:48.500Z[ recovery-image] Aug 05 19:48:47.831 INFO O| Aug 05 19:48:47.831 INFO STEP 16 (remove_files) COMPLETE
50152026-08-05T19:48:48.500Z[ recovery-image] Aug 05 19:48:47.831 INFO O| Aug 05 19:48:47.831 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-05T19:48:48.508Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
50172026-08-05T19:48:48.520Z[ recovery-image] Aug 05 19:48:47.842 INFO O| Aug 05 19:48:47.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50182026-08-05T19:48:48.520Z[ recovery-image] Aug 05 19:48:47.842 INFO O| Aug 05 19:48:47.842 INFO STEP 17 (remove_files) COMPLETE
50192026-08-05T19:48:48.520Z[ recovery-image] Aug 05 19:48:47.842 INFO O| Aug 05 19:48:47.842 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-05T19:48:48.523Z[ recovery-image] Aug 05 19:48:47.852 INFO O| Aug 05 19:48:47.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50212026-08-05T19:48:48.523Z[ recovery-image] Aug 05 19:48:47.853 INFO O| Aug 05 19:48:47.853 INFO STEP 18 (remove_files) COMPLETE
50222026-08-05T19:48:48.523Z[ recovery-image] Aug 05 19:48:47.853 INFO O| Aug 05 19:48:47.853 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-05T19:48:48.534Z[ recovery-image] Aug 05 19:48:47.866 INFO O| Aug 05 19:48:47.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50242026-08-05T19:48:48.534Z[ recovery-image] Aug 05 19:48:47.866 INFO O| Aug 05 19:48:47.866 INFO STEP 19 (remove_files) COMPLETE
50252026-08-05T19:48:48.538Z[ recovery-image] Aug 05 19:48:47.866 INFO O| Aug 05 19:48:47.866 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-05T19:48:48.544Z[ recovery-image] Aug 05 19:48:47.876 INFO O| Aug 05 19:48:47.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50272026-08-05T19:48:48.544Z[ recovery-image] Aug 05 19:48:47.876 INFO O| Aug 05 19:48:47.876 INFO STEP 20 (remove_files) COMPLETE
50282026-08-05T19:48:48.548Z[ recovery-image] Aug 05 19:48:47.876 INFO O| Aug 05 19:48:47.876 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-05T19:48:48.559Z[ recovery-image] Aug 05 19:48:47.890 INFO O| Aug 05 19:48:47.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50302026-08-05T19:48:48.559Z[ recovery-image] Aug 05 19:48:47.890 INFO O| Aug 05 19:48:47.890 INFO STEP 21 (remove_files) COMPLETE
50312026-08-05T19:48:48.559Z[ recovery-image] Aug 05 19:48:47.890 INFO O| Aug 05 19:48:47.890 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-05T19:48:48.570Z[ recovery-image] Aug 05 19:48:47.901 INFO O| Aug 05 19:48:47.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50332026-08-05T19:48:48.570Z[ recovery-image] Aug 05 19:48:47.901 INFO O| Aug 05 19:48:47.901 INFO STEP 22 (remove_files) COMPLETE
50342026-08-05T19:48:48.574Z[ recovery-image] Aug 05 19:48:47.901 INFO O| Aug 05 19:48:47.901 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-05T19:48:48.574Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
50362026-08-05T19:48:48.579Z[ recovery-image] Aug 05 19:48:47.911 INFO O| Aug 05 19:48:47.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50372026-08-05T19:48:48.582Z[ recovery-image] Aug 05 19:48:47.911 INFO O| Aug 05 19:48:47.911 INFO STEP 23 (remove_files) COMPLETE
50382026-08-05T19:48:48.582Z[ recovery-image] Aug 05 19:48:47.911 INFO O| Aug 05 19:48:47.911 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-05T19:48:48.589Z[ recovery-image] Aug 05 19:48:47.920 INFO O| Aug 05 19:48:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50402026-08-05T19:48:48.589Z[ recovery-image] Aug 05 19:48:47.920 INFO O| Aug 05 19:48:47.920 INFO STEP 24 (remove_files) COMPLETE
50412026-08-05T19:48:48.592Z[ recovery-image] Aug 05 19:48:47.920 INFO O| Aug 05 19:48:47.920 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-05T19:48:48.598Z[ recovery-image] Aug 05 19:48:47.930 INFO O| Aug 05 19:48:47.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50432026-08-05T19:48:48.598Z[ recovery-image] Aug 05 19:48:47.930 INFO O| Aug 05 19:48:47.930 INFO STEP 25 (remove_files) COMPLETE
50442026-08-05T19:48:48.602Z[ recovery-image] Aug 05 19:48:47.930 INFO O| Aug 05 19:48:47.930 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-05T19:48:48.608Z[ recovery-image] Aug 05 19:48:47.939 INFO O| Aug 05 19:48:47.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50462026-08-05T19:48:48.608Z[ recovery-image] Aug 05 19:48:47.940 INFO O| Aug 05 19:48:47.939 INFO STEP 26 (remove_files) COMPLETE
50472026-08-05T19:48:48.608Z[ recovery-image] Aug 05 19:48:47.940 INFO O| Aug 05 19:48:47.939 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-05T19:48:48.617Z[ recovery-image] Aug 05 19:48:47.949 INFO O| Aug 05 19:48:47.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50492026-08-05T19:48:48.617Z[ recovery-image] Aug 05 19:48:47.949 INFO O| Aug 05 19:48:47.949 INFO STEP 27 (remove_files) COMPLETE
50502026-08-05T19:48:48.617Z[ recovery-image] Aug 05 19:48:47.949 INFO O| Aug 05 19:48:47.949 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-05T19:48:48.638Z[ recovery-image] Aug 05 19:48:47.968 INFO O| Aug 05 19:48:47.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50522026-08-05T19:48:48.638Z[ recovery-image] Aug 05 19:48:47.968 INFO O| Aug 05 19:48:47.968 INFO STEP 28 (remove_files) COMPLETE
50532026-08-05T19:48:48.638Z[ recovery-image] Aug 05 19:48:47.968 INFO O| Aug 05 19:48:47.968 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-05T19:48:48.667Z[ recovery-image] Aug 05 19:48:47.998 INFO O| Aug 05 19:48:47.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50552026-08-05T19:48:48.667Z[ recovery-image] Aug 05 19:48:47.998 INFO O| Aug 05 19:48:47.998 INFO STEP 29 (remove_files) COMPLETE
50562026-08-05T19:48:48.667Z[ recovery-image] Aug 05 19:48:47.998 INFO O| Aug 05 19:48:47.998 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-05T19:48:48.699Z[ recovery-image] Aug 05 19:48:48.030 INFO O| Aug 05 19:48:48.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50582026-08-05T19:48:48.699Z[ recovery-image] Aug 05 19:48:48.030 INFO O| Aug 05 19:48:48.030 INFO STEP 30 (remove_files) COMPLETE
50592026-08-05T19:48:48.699Z[ recovery-image] Aug 05 19:48:48.030 INFO O| Aug 05 19:48:48.030 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-05T19:48:48.722Z[ recovery-image] Aug 05 19:48:48.054 INFO O| Aug 05 19:48:48.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50612026-08-05T19:48:48.722Z[ recovery-image] Aug 05 19:48:48.054 INFO O| Aug 05 19:48:48.054 INFO STEP 31 (remove_files) COMPLETE
50622026-08-05T19:48:48.723Z[ recovery-image] Aug 05 19:48:48.054 INFO O| Aug 05 19:48:48.054 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-05T19:48:48.733Z[ recovery-image] Aug 05 19:48:48.064 INFO O| Aug 05 19:48:48.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50642026-08-05T19:48:48.733Z[ recovery-image] Aug 05 19:48:48.064 INFO O| Aug 05 19:48:48.064 INFO STEP 32 (remove_files) COMPLETE
50652026-08-05T19:48:48.733Z[ recovery-image] Aug 05 19:48:48.064 INFO O| Aug 05 19:48:48.064 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-05T19:48:48.743Z[ recovery-image] Aug 05 19:48:48.075 INFO O| Aug 05 19:48:48.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50672026-08-05T19:48:48.743Z[ recovery-image] Aug 05 19:48:48.075 INFO O| Aug 05 19:48:48.075 INFO STEP 33 (remove_files) COMPLETE
50682026-08-05T19:48:48.743Z[ recovery-image] Aug 05 19:48:48.075 INFO O| Aug 05 19:48:48.075 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-05T19:48:48.752Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50702026-08-05T19:48:48.757Z[ recovery-image] Aug 05 19:48:48.084 INFO O| Aug 05 19:48:48.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50712026-08-05T19:48:48.757Z[ recovery-image] Aug 05 19:48:48.084 INFO O| Aug 05 19:48:48.084 INFO STEP 34 (remove_files) COMPLETE
50722026-08-05T19:48:48.757Z[ recovery-image] Aug 05 19:48:48.084 INFO O| Aug 05 19:48:48.084 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-05T19:48:48.763Z[ recovery-image] Aug 05 19:48:48.094 INFO O| Aug 05 19:48:48.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50742026-08-05T19:48:48.766Z[ recovery-image] Aug 05 19:48:48.094 INFO O| Aug 05 19:48:48.094 INFO STEP 35 (remove_files) COMPLETE
50752026-08-05T19:48:48.766Z[ recovery-image] Aug 05 19:48:48.094 INFO O| Aug 05 19:48:48.094 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-05T19:48:48.773Z[ recovery-image] Aug 05 19:48:48.104 INFO O| Aug 05 19:48:48.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50772026-08-05T19:48:48.773Z[ recovery-image] Aug 05 19:48:48.105 INFO O| Aug 05 19:48:48.105 INFO STEP 36 (remove_files) COMPLETE
50782026-08-05T19:48:48.776Z[ recovery-image] Aug 05 19:48:48.105 INFO O| Aug 05 19:48:48.105 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-05T19:48:48.777Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50802026-08-05T19:48:48.790Z[ recovery-image] Aug 05 19:48:48.115 INFO O| Aug 05 19:48:48.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50812026-08-05T19:48:48.790Z[ recovery-image] Aug 05 19:48:48.115 INFO O| Aug 05 19:48:48.115 INFO STEP 37 (remove_files) COMPLETE
50822026-08-05T19:48:48.791Z[ recovery-image] Aug 05 19:48:48.115 INFO O| Aug 05 19:48:48.115 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-05T19:48:48.797Z[ recovery-image] Aug 05 19:48:48.128 INFO O| Aug 05 19:48:48.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50842026-08-05T19:48:48.797Z[ recovery-image] Aug 05 19:48:48.128 INFO O| Aug 05 19:48:48.128 INFO STEP 38 (remove_files) COMPLETE
50852026-08-05T19:48:48.797Z[ recovery-image] Aug 05 19:48:48.128 INFO O| Aug 05 19:48:48.128 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-05T19:48:48.808Z[ recovery-image] Aug 05 19:48:48.139 INFO O| Aug 05 19:48:48.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50872026-08-05T19:48:48.808Z[ recovery-image] Aug 05 19:48:48.139 INFO O| Aug 05 19:48:48.139 INFO STEP 39 (remove_files) COMPLETE
50882026-08-05T19:48:48.811Z[ recovery-image] Aug 05 19:48:48.139 INFO O| Aug 05 19:48:48.139 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-05T19:48:48.819Z[ recovery-image] Aug 05 19:48:48.150 INFO O| Aug 05 19:48:48.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50902026-08-05T19:48:48.819Z[ recovery-image] Aug 05 19:48:48.150 INFO O| Aug 05 19:48:48.150 INFO STEP 40 (remove_files) COMPLETE
50912026-08-05T19:48:48.819Z[ recovery-image] Aug 05 19:48:48.150 INFO O| Aug 05 19:48:48.150 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-05T19:48:48.829Z[ recovery-image] Aug 05 19:48:48.161 INFO O| Aug 05 19:48:48.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50932026-08-05T19:48:48.829Z[ recovery-image] Aug 05 19:48:48.161 INFO O| Aug 05 19:48:48.161 INFO STEP 41 (remove_files) COMPLETE
50942026-08-05T19:48:48.829Z[ recovery-image] Aug 05 19:48:48.161 INFO O| Aug 05 19:48:48.161 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-05T19:48:48.840Z[ recovery-image] Aug 05 19:48:48.171 INFO O| Aug 05 19:48:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50962026-08-05T19:48:48.840Z[ recovery-image] Aug 05 19:48:48.171 INFO O| Aug 05 19:48:48.171 INFO STEP 42 (remove_files) COMPLETE
50972026-08-05T19:48:48.840Z[ recovery-image] Aug 05 19:48:48.171 INFO O| Aug 05 19:48:48.171 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-05T19:48:48.848Z[ recovery-image] Aug 05 19:48:48.179 INFO O| Aug 05 19:48:48.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50992026-08-05T19:48:48.848Z[ recovery-image] Aug 05 19:48:48.179 INFO O| Aug 05 19:48:48.179 INFO STEP 43 (remove_files) COMPLETE
51002026-08-05T19:48:48.848Z[ recovery-image] Aug 05 19:48:48.179 INFO O| Aug 05 19:48:48.179 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-05T19:48:48.851Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51022026-08-05T19:48:48.856Z[ recovery-image] Aug 05 19:48:48.187 INFO O| Aug 05 19:48:48.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51032026-08-05T19:48:48.856Z[ recovery-image] Aug 05 19:48:48.187 INFO O| Aug 05 19:48:48.187 INFO STEP 44 (remove_files) COMPLETE
51042026-08-05T19:48:48.856Z[ recovery-image] Aug 05 19:48:48.187 INFO O| Aug 05 19:48:48.187 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-05T19:48:48.864Z[ recovery-image] Aug 05 19:48:48.195 INFO O| Aug 05 19:48:48.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51062026-08-05T19:48:48.864Z[ recovery-image] Aug 05 19:48:48.195 INFO O| Aug 05 19:48:48.195 INFO STEP 45 (remove_files) COMPLETE
51072026-08-05T19:48:48.867Z[ recovery-image] Aug 05 19:48:48.195 INFO O| Aug 05 19:48:48.195 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-05T19:48:48.873Z[ recovery-image] Aug 05 19:48:48.205 INFO O| Aug 05 19:48:48.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51092026-08-05T19:48:48.873Z[ recovery-image] Aug 05 19:48:48.205 INFO O| Aug 05 19:48:48.205 INFO STEP 46 (remove_files) COMPLETE
51102026-08-05T19:48:48.876Z[ recovery-image] Aug 05 19:48:48.205 INFO O| Aug 05 19:48:48.205 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-05T19:48:48.884Z[ recovery-image] Aug 05 19:48:48.216 INFO O| Aug 05 19:48:48.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51122026-08-05T19:48:48.884Z[ recovery-image] Aug 05 19:48:48.216 INFO O| Aug 05 19:48:48.216 INFO STEP 47 (remove_files) COMPLETE
51132026-08-05T19:48:48.888Z[ recovery-image] Aug 05 19:48:48.216 INFO O| Aug 05 19:48:48.216 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-05T19:48:48.888Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51152026-08-05T19:48:48.895Z[ recovery-image] Aug 05 19:48:48.226 INFO O| Aug 05 19:48:48.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51162026-08-05T19:48:48.895Z[ recovery-image] Aug 05 19:48:48.226 INFO O| Aug 05 19:48:48.226 INFO STEP 48 (remove_files) COMPLETE
51172026-08-05T19:48:48.897Z[ recovery-image] Aug 05 19:48:48.226 INFO O| Aug 05 19:48:48.226 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-05T19:48:48.903Z[ recovery-image] Aug 05 19:48:48.234 INFO O| Aug 05 19:48:48.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51192026-08-05T19:48:48.903Z[ recovery-image] Aug 05 19:48:48.234 INFO O| Aug 05 19:48:48.234 INFO STEP 49 (remove_files) COMPLETE
51202026-08-05T19:48:48.906Z[ recovery-image] Aug 05 19:48:48.234 INFO O| Aug 05 19:48:48.234 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-05T19:48:48.911Z[ recovery-image] Aug 05 19:48:48.242 INFO O| Aug 05 19:48:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51222026-08-05T19:48:48.911Z[ recovery-image] Aug 05 19:48:48.242 INFO O| Aug 05 19:48:48.242 INFO STEP 50 (remove_files) COMPLETE
51232026-08-05T19:48:48.914Z[ recovery-image] Aug 05 19:48:48.242 INFO O| Aug 05 19:48:48.242 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-05T19:48:48.918Z[ recovery-image] Aug 05 19:48:48.250 INFO O| Aug 05 19:48:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51252026-08-05T19:48:48.919Z[ recovery-image] Aug 05 19:48:48.250 INFO O| Aug 05 19:48:48.250 INFO STEP 51 (remove_files) COMPLETE
51262026-08-05T19:48:48.919Z[ recovery-image] Aug 05 19:48:48.250 INFO O| Aug 05 19:48:48.250 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-05T19:48:48.929Z[ recovery-image] Aug 05 19:48:48.260 INFO O| Aug 05 19:48:48.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51282026-08-05T19:48:48.929Z[ recovery-image] Aug 05 19:48:48.260 INFO O| Aug 05 19:48:48.260 INFO STEP 52 (remove_files) COMPLETE
51292026-08-05T19:48:48.937Z[ recovery-image] Aug 05 19:48:48.260 INFO O| Aug 05 19:48:48.260 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-05T19:48:48.940Z[ recovery-image] Aug 05 19:48:48.269 INFO O| Aug 05 19:48:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51312026-08-05T19:48:48.940Z[ recovery-image] Aug 05 19:48:48.269 INFO O| Aug 05 19:48:48.269 INFO STEP 53 (remove_files) COMPLETE
51322026-08-05T19:48:48.940Z[ recovery-image] Aug 05 19:48:48.269 INFO O| Aug 05 19:48:48.269 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-05T19:48:48.946Z[ recovery-image] Aug 05 19:48:48.278 INFO O| Aug 05 19:48:48.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51342026-08-05T19:48:48.946Z[ recovery-image] Aug 05 19:48:48.278 INFO O| Aug 05 19:48:48.278 INFO STEP 54 (remove_files) COMPLETE
51352026-08-05T19:48:48.949Z[ recovery-image] Aug 05 19:48:48.278 INFO O| Aug 05 19:48:48.278 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-05T19:48:48.952Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51372026-08-05T19:48:48.955Z[ recovery-image] Aug 05 19:48:48.287 INFO O| Aug 05 19:48:48.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51382026-08-05T19:48:48.955Z[ recovery-image] Aug 05 19:48:48.287 INFO O| Aug 05 19:48:48.287 INFO STEP 55 (remove_files) COMPLETE
51392026-08-05T19:48:48.955Z[ recovery-image] Aug 05 19:48:48.287 INFO O| Aug 05 19:48:48.287 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-05T19:48:48.968Z[ recovery-image] Aug 05 19:48:48.295 INFO O| Aug 05 19:48:48.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51412026-08-05T19:48:48.968Z[ recovery-image] Aug 05 19:48:48.295 INFO O| Aug 05 19:48:48.295 INFO STEP 56 (remove_files) COMPLETE
51422026-08-05T19:48:48.968Z[ recovery-image] Aug 05 19:48:48.295 INFO O| Aug 05 19:48:48.295 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-05T19:48:48.973Z[ recovery-image] Aug 05 19:48:48.304 INFO O| Aug 05 19:48:48.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51442026-08-05T19:48:48.973Z[ recovery-image] Aug 05 19:48:48.305 INFO O| Aug 05 19:48:48.304 INFO STEP 57 (remove_files) COMPLETE
51452026-08-05T19:48:48.976Z[ recovery-image] Aug 05 19:48:48.305 INFO O| Aug 05 19:48:48.304 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-05T19:48:48.983Z[ recovery-image] Aug 05 19:48:48.315 INFO O| Aug 05 19:48:48.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51472026-08-05T19:48:48.983Z[ recovery-image] Aug 05 19:48:48.315 INFO O| Aug 05 19:48:48.315 INFO STEP 58 (remove_files) COMPLETE
51482026-08-05T19:48:48.986Z[ recovery-image] Aug 05 19:48:48.315 INFO O| Aug 05 19:48:48.315 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-05T19:48:48.993Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51502026-08-05T19:48:48.993Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51512026-08-05T19:48:48.993Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51522026-08-05T19:48:48.993Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51532026-08-05T19:48:48.997Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51542026-08-05T19:48:48.997Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51552026-08-05T19:48:48.997Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO ok!
51562026-08-05T19:48:48.997Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO STEP 59 (ensure_file) COMPLETE
51572026-08-05T19:48:48.997Z[ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-05T19:48:49.004Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.334 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51592026-08-05T19:48:49.004Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51602026-08-05T19:48:49.004Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51612026-08-05T19:48:49.007Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51622026-08-05T19:48:49.007Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51632026-08-05T19:48:49.007Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51642026-08-05T19:48:49.007Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO ok!
51652026-08-05T19:48:49.007Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO STEP 60 (ensure_file) COMPLETE
51662026-08-05T19:48:49.007Z[ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-05T19:48:49.017Z[ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51682026-08-05T19:48:49.017Z[ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51692026-08-05T19:48:49.017Z[ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51702026-08-05T19:48:49.021Z[ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO ok!
51712026-08-05T19:48:49.021Z[ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO STEP 61 (ensure_file) COMPLETE
51722026-08-05T19:48:49.021Z[ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-05T19:48:49.026Z[ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51742026-08-05T19:48:49.026Z[ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51752026-08-05T19:48:49.029Z[ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51762026-08-05T19:48:49.029Z[ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO ok!
51772026-08-05T19:48:49.029Z[ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO STEP 62 (ensure_file) COMPLETE
51782026-08-05T19:48:49.029Z[ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-05T19:48:49.036Z[ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51802026-08-05T19:48:49.036Z[ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51812026-08-05T19:48:49.036Z[ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51822026-08-05T19:48:49.040Z[ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51832026-08-05T19:48:49.040Z[ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO ok!
51842026-08-05T19:48:49.040Z[ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO STEP 63 (ensure_file) COMPLETE
51852026-08-05T19:48:49.040Z[ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-05T19:48:49.047Z[ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51872026-08-05T19:48:49.047Z[ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51882026-08-05T19:48:49.047Z[ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51892026-08-05T19:48:49.050Z[ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51902026-08-05T19:48:49.050Z[ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO ok!
51912026-08-05T19:48:49.050Z[ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO STEP 64 (ensure_file) COMPLETE
51922026-08-05T19:48:49.050Z[ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-05T19:48:49.056Z[ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51942026-08-05T19:48:49.056Z[ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51952026-08-05T19:48:49.059Z[ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51962026-08-05T19:48:49.059Z[ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO ok!
51972026-08-05T19:48:49.059Z[ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO STEP 65 (assemble_files) COMPLETE
51982026-08-05T19:48:49.059Z[ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-08-05T19:48:49.066Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52002026-08-05T19:48:49.066Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52012026-08-05T19:48:49.066Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52022026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52032026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO ok!
52042026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 66 (ensure_file) COMPLETE
52052026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO skip step because feature "omicron1" is not enabled
52072026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO skip step because feature "omicron1" is not enabled
52092026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO skip step because feature "omicron1" is not enabled
52112026-08-05T19:48:49.069Z[ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-08-05T19:48:49.076Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52132026-08-05T19:48:49.079Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52142026-08-05T19:48:49.082Z[ recovery-image] Aug 05 19:48:48.412 INFO O| Aug 05 19:48:48.411 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52152026-08-05T19:48:49.082Z[ recovery-image] Aug 05 19:48:48.412 INFO O| Aug 05 19:48:48.411 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52162026-08-05T19:48:49.941Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52172026-08-05T19:48:50.528Z[ recovery-image] Aug 05 19:48:49.859 INFO O| Aug 05 19:48:49.859 INFO STEP 70 (pack_tar) COMPLETE
52182026-08-05T19:48:50.528Z[ recovery-image] Aug 05 19:48:49.859 INFO O| Aug 05 19:48:49.859 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52192026-08-05T19:48:50.528Z[ recovery-image] Aug 05 19:48:49.859 INFO O| Aug 05 19:48:49.859 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52202026-08-05T19:48:50.917Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52212026-08-05T19:48:51.149Z[ recovery-image] Aug 05 19:48:50.481 INFO O| Aug 05 19:48:50.481 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52222026-08-05T19:48:51.226Z[ recovery-image] Aug 05 19:48:50.558 INFO O| Aug 05 19:48:50.558 INFO completed processing sled/ramdisk-02-trim
52232026-08-05T19:48:51.230Z[ recovery-image] Aug 05 19:48:50.560 INFO image builder template: ramdisk-03-recovery-trim...
52242026-08-05T19:48:51.230Z[ recovery-image] Aug 05 19:48:50.560 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/.tmpqaqL9a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52252026-08-05T19:48:51.234Z[ recovery-image] Aug 05 19:48:50.565 INFO O| Aug 05 19:48:50.565 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52262026-08-05T19:48:51.309Z[ recovery-image] Aug 05 19:48:50.640 INFO O| Aug 05 19:48:50.640 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52272026-08-05T19:48:51.312Z[ recovery-image] Aug 05 19:48:50.644 INFO O| Aug 05 19:48:50.644 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52282026-08-05T19:48:51.381Z[ recovery-image] Aug 05 19:48:50.713 INFO O| Aug 05 19:48:50.713 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52292026-08-05T19:48:51.415Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52302026-08-05T19:48:51.447Z[ recovery-image] Aug 05 19:48:50.778 INFO O| Aug 05 19:48:50.778 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52312026-08-05T19:48:51.447Z[ recovery-image] Aug 05 19:48:50.779 INFO O| Aug 05 19:48:50.779 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52322026-08-05T19:48:51.454Z[ recovery-image] Aug 05 19:48:50.786 INFO O| Aug 05 19:48:50.785 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52332026-08-05T19:48:51.458Z[ recovery-image] Aug 05 19:48:50.790 INFO O| Aug 05 19:48:50.790 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52342026-08-05T19:48:51.463Z[ recovery-image] Aug 05 19:48:50.795 INFO O| Aug 05 19:48:50.795 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52352026-08-05T19:48:51.887Z[ recovery-image] Aug 05 19:48:51.218 INFO O| Aug 05 19:48:51.218 INFO rolled back to input snapshot; work may begin
52362026-08-05T19:48:51.887Z[ recovery-image] Aug 05 19:48:51.218 INFO O| Aug 05 19:48:51.218 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52372026-08-05T19:48:51.892Z[ recovery-image] Aug 05 19:48:51.223 INFO O| Aug 05 19:48:51.223 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-08-05T19:48:51.902Z[ recovery-image] Aug 05 19:48:51.233 INFO O| Aug 05 19:48:51.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52392026-08-05T19:48:51.905Z[ recovery-image] Aug 05 19:48:51.235 INFO O| Aug 05 19:48:51.235 INFO STEP 0 (remove_files) COMPLETE
52402026-08-05T19:48:51.905Z[ recovery-image] Aug 05 19:48:51.235 INFO O| Aug 05 19:48:51.235 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-08-05T19:48:51.914Z[ recovery-image] Aug 05 19:48:51.245 INFO O| Aug 05 19:48:51.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52422026-08-05T19:48:51.914Z[ recovery-image] Aug 05 19:48:51.245 INFO O| Aug 05 19:48:51.245 INFO STEP 1 (remove_files) COMPLETE
52432026-08-05T19:48:51.914Z[ recovery-image] Aug 05 19:48:51.245 INFO O| Aug 05 19:48:51.245 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-08-05T19:48:51.923Z[ recovery-image] Aug 05 19:48:51.254 INFO O| Aug 05 19:48:51.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52452026-08-05T19:48:51.930Z[ recovery-image] Aug 05 19:48:51.261 INFO O| Aug 05 19:48:51.261 INFO STEP 2 (remove_files) COMPLETE
52462026-08-05T19:48:51.930Z[ recovery-image] Aug 05 19:48:51.261 INFO O| Aug 05 19:48:51.261 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-08-05T19:48:51.941Z[ recovery-image] Aug 05 19:48:51.272 INFO O| Aug 05 19:48:51.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52482026-08-05T19:48:51.988Z[ recovery-image] Aug 05 19:48:51.319 INFO O| Aug 05 19:48:51.319 INFO STEP 3 (remove_files) COMPLETE
52492026-08-05T19:48:51.988Z[ recovery-image] Aug 05 19:48:51.319 INFO O| Aug 05 19:48:51.319 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-08-05T19:48:51.999Z[ recovery-image] Aug 05 19:48:51.330 INFO O| Aug 05 19:48:51.330 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52512026-08-05T19:48:52.002Z[ recovery-image] Aug 05 19:48:51.333 INFO O| Aug 05 19:48:51.333 INFO STEP 4 (remove_files) COMPLETE
52522026-08-05T19:48:52.002Z[ recovery-image] Aug 05 19:48:51.333 INFO O| Aug 05 19:48:51.333 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-08-05T19:48:52.012Z[ recovery-image] Aug 05 19:48:51.343 INFO O| Aug 05 19:48:51.343 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52542026-08-05T19:48:52.038Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52552026-08-05T19:48:52.049Z[ recovery-image] Aug 05 19:48:51.381 INFO O| Aug 05 19:48:51.380 INFO STEP 5 (remove_files) COMPLETE
52562026-08-05T19:48:52.049Z[ recovery-image] Aug 05 19:48:51.381 INFO O| Aug 05 19:48:51.380 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-05T19:48:52.059Z[ recovery-image] Aug 05 19:48:51.390 INFO O| Aug 05 19:48:51.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52582026-08-05T19:48:52.076Z[ recovery-image] Aug 05 19:48:51.408 INFO O| Aug 05 19:48:51.408 INFO STEP 6 (remove_files) COMPLETE
52592026-08-05T19:48:52.076Z[ recovery-image] Aug 05 19:48:51.408 INFO O| Aug 05 19:48:51.408 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-05T19:48:52.087Z[ recovery-image] Aug 05 19:48:51.419 INFO O| Aug 05 19:48:51.419 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52612026-08-05T19:48:52.090Z[ recovery-image] Aug 05 19:48:51.421 INFO O| Aug 05 19:48:51.421 INFO STEP 7 (remove_files) COMPLETE
52622026-08-05T19:48:52.090Z[ recovery-image] Aug 05 19:48:51.421 INFO O| Aug 05 19:48:51.421 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-08-05T19:48:52.100Z[ recovery-image] Aug 05 19:48:51.431 INFO O| Aug 05 19:48:51.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52642026-08-05T19:48:52.103Z[ recovery-image] Aug 05 19:48:51.434 INFO O| Aug 05 19:48:51.434 INFO STEP 8 (remove_files) COMPLETE
52652026-08-05T19:48:52.103Z[ recovery-image] Aug 05 19:48:51.434 INFO O| Aug 05 19:48:51.434 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-08-05T19:48:52.113Z[ recovery-image] Aug 05 19:48:51.444 INFO O| Aug 05 19:48:51.444 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52672026-08-05T19:48:52.116Z[ recovery-image] Aug 05 19:48:51.447 INFO O| Aug 05 19:48:51.447 INFO STEP 9 (remove_files) COMPLETE
52682026-08-05T19:48:52.116Z[ recovery-image] Aug 05 19:48:51.447 INFO O| Aug 05 19:48:51.447 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-08-05T19:48:52.126Z[ recovery-image] Aug 05 19:48:51.458 INFO O| Aug 05 19:48:51.457 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52702026-08-05T19:48:52.129Z[ recovery-image] Aug 05 19:48:51.459 INFO O| Aug 05 19:48:51.459 INFO STEP 10 (remove_files) COMPLETE
52712026-08-05T19:48:52.129Z[ recovery-image] Aug 05 19:48:51.460 INFO O| Aug 05 19:48:51.459 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-08-05T19:48:52.139Z[ recovery-image] Aug 05 19:48:51.471 INFO O| Aug 05 19:48:51.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52732026-08-05T19:48:52.142Z[ recovery-image] Aug 05 19:48:51.472 INFO O| Aug 05 19:48:51.472 INFO STEP 11 (remove_files) COMPLETE
52742026-08-05T19:48:52.142Z[ recovery-image] Aug 05 19:48:51.472 INFO O| Aug 05 19:48:51.472 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-05T19:48:52.150Z[ recovery-image] Aug 05 19:48:51.482 INFO O| Aug 05 19:48:51.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52762026-08-05T19:48:52.250Z[ recovery-image] Aug 05 19:48:51.581 INFO O| Aug 05 19:48:51.581 INFO STEP 12 (remove_files) COMPLETE
52772026-08-05T19:48:52.250Z[ recovery-image] Aug 05 19:48:51.581 INFO O| Aug 05 19:48:51.581 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-05T19:48:52.263Z[ recovery-image] Aug 05 19:48:51.593 INFO O| Aug 05 19:48:51.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52792026-08-05T19:48:52.278Z[ recovery-image] Aug 05 19:48:51.609 INFO O| Aug 05 19:48:51.609 INFO STEP 13 (remove_files) COMPLETE
52802026-08-05T19:48:52.278Z[ recovery-image] Aug 05 19:48:51.609 INFO O| Aug 05 19:48:51.609 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-08-05T19:48:52.291Z[ recovery-image] Aug 05 19:48:51.622 INFO O| Aug 05 19:48:51.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52822026-08-05T19:48:52.295Z[ recovery-image] Aug 05 19:48:51.626 INFO O| Aug 05 19:48:51.626 INFO STEP 14 (remove_files) COMPLETE
52832026-08-05T19:48:52.295Z[ recovery-image] Aug 05 19:48:51.626 INFO O| Aug 05 19:48:51.626 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-05T19:48:52.309Z[ recovery-image] Aug 05 19:48:51.640 INFO O| Aug 05 19:48:51.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52852026-08-05T19:48:52.312Z[ recovery-image] Aug 05 19:48:51.640 INFO O| Aug 05 19:48:51.640 INFO STEP 15 (remove_files) COMPLETE
52862026-08-05T19:48:52.312Z[ recovery-image] Aug 05 19:48:51.641 INFO O| Aug 05 19:48:51.640 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-05T19:48:52.321Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52882026-08-05T19:48:52.328Z[ recovery-image] Aug 05 19:48:51.660 INFO O| Aug 05 19:48:51.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52892026-08-05T19:48:52.362Z[ recovery-image] Aug 05 19:48:51.692 INFO O| Aug 05 19:48:51.692 INFO STEP 16 (remove_files) COMPLETE
52902026-08-05T19:48:52.362Z[ recovery-image] Aug 05 19:48:51.692 INFO O| Aug 05 19:48:51.692 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-05T19:48:52.381Z[ recovery-image] Aug 05 19:48:51.712 INFO O| Aug 05 19:48:51.712 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52922026-08-05T19:48:52.427Z[ recovery-image] Aug 05 19:48:51.758 INFO O| Aug 05 19:48:51.758 INFO STEP 17 (remove_files) COMPLETE
52932026-08-05T19:48:52.427Z[ recovery-image] Aug 05 19:48:51.759 INFO O| Aug 05 19:48:51.758 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-05T19:48:52.441Z[ recovery-image] Aug 05 19:48:51.772 INFO O| Aug 05 19:48:51.772 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52952026-08-05T19:48:52.441Z[ recovery-image] Aug 05 19:48:51.772 INFO O| Aug 05 19:48:51.772 INFO STEP 18 (remove_files) COMPLETE
52962026-08-05T19:48:52.441Z[ recovery-image] Aug 05 19:48:51.772 INFO O| Aug 05 19:48:51.772 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-05T19:48:52.452Z[ recovery-image] Aug 05 19:48:51.783 INFO O| Aug 05 19:48:51.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52982026-08-05T19:48:52.452Z[ recovery-image] Aug 05 19:48:51.783 INFO O| Aug 05 19:48:51.783 INFO STEP 19 (remove_files) COMPLETE
52992026-08-05T19:48:52.455Z[ recovery-image] Aug 05 19:48:51.783 INFO O| Aug 05 19:48:51.783 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-05T19:48:52.460Z[ recovery-image] Aug 05 19:48:51.792 INFO O| Aug 05 19:48:51.792 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53012026-08-05T19:48:52.581Z[ recovery-image] Aug 05 19:48:51.912 INFO O| Aug 05 19:48:51.912 INFO STEP 20 (remove_files) COMPLETE
53022026-08-05T19:48:52.581Z[ recovery-image] Aug 05 19:48:51.912 INFO O| Aug 05 19:48:51.912 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-05T19:48:52.594Z[ recovery-image] Aug 05 19:48:51.926 INFO O| Aug 05 19:48:51.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53042026-08-05T19:48:52.605Z[ recovery-image] Aug 05 19:48:51.937 INFO O| Aug 05 19:48:51.937 INFO STEP 21 (remove_files) COMPLETE
53052026-08-05T19:48:52.605Z[ recovery-image] Aug 05 19:48:51.937 INFO O| Aug 05 19:48:51.937 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-05T19:48:52.622Z[ recovery-image] Aug 05 19:48:51.954 INFO O| Aug 05 19:48:51.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53072026-08-05T19:48:52.625Z[ recovery-image] Aug 05 19:48:51.955 INFO O| Aug 05 19:48:51.955 INFO STEP 22 (remove_files) COMPLETE
53082026-08-05T19:48:52.625Z[ recovery-image] Aug 05 19:48:51.955 INFO O| Aug 05 19:48:51.955 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-05T19:48:52.630Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53102026-08-05T19:48:52.635Z[ recovery-image] Aug 05 19:48:51.967 INFO O| Aug 05 19:48:51.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53112026-08-05T19:48:52.638Z[ recovery-image] Aug 05 19:48:51.967 INFO O| Aug 05 19:48:51.967 INFO STEP 23 (remove_files) COMPLETE
53122026-08-05T19:48:52.638Z[ recovery-image] Aug 05 19:48:51.967 INFO O| Aug 05 19:48:51.967 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-05T19:48:52.651Z[ recovery-image] Aug 05 19:48:51.978 INFO O| Aug 05 19:48:51.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53142026-08-05T19:48:52.651Z[ recovery-image] Aug 05 19:48:51.980 INFO O| Aug 05 19:48:51.980 INFO STEP 24 (remove_files) COMPLETE
53152026-08-05T19:48:52.651Z[ recovery-image] Aug 05 19:48:51.980 INFO O| Aug 05 19:48:51.980 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-05T19:48:52.659Z[ recovery-image] Aug 05 19:48:51.991 INFO O| Aug 05 19:48:51.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53172026-08-05T19:48:52.659Z[ recovery-image] Aug 05 19:48:51.991 INFO O| Aug 05 19:48:51.991 INFO STEP 25 (remove_files) COMPLETE
53182026-08-05T19:48:52.662Z[ recovery-image] Aug 05 19:48:51.991 INFO O| Aug 05 19:48:51.991 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-05T19:48:52.670Z[ recovery-image] Aug 05 19:48:52.001 INFO O| Aug 05 19:48:52.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53202026-08-05T19:48:52.673Z[ recovery-image] Aug 05 19:48:52.003 INFO O| Aug 05 19:48:52.003 INFO STEP 26 (remove_files) COMPLETE
53212026-08-05T19:48:52.673Z[ recovery-image] Aug 05 19:48:52.003 INFO O| Aug 05 19:48:52.003 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-05T19:48:52.681Z[ recovery-image] Aug 05 19:48:52.012 INFO O| Aug 05 19:48:52.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53232026-08-05T19:48:52.684Z[ recovery-image] Aug 05 19:48:52.013 INFO O| Aug 05 19:48:52.013 INFO STEP 27 (remove_files) COMPLETE
53242026-08-05T19:48:52.684Z[ recovery-image] Aug 05 19:48:52.013 INFO O| Aug 05 19:48:52.013 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-05T19:48:52.692Z[ recovery-image] Aug 05 19:48:52.023 INFO O| Aug 05 19:48:52.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53262026-08-05T19:48:52.692Z[ recovery-image] Aug 05 19:48:52.023 INFO O| Aug 05 19:48:52.023 INFO STEP 28 (remove_files) COMPLETE
53272026-08-05T19:48:52.692Z[ recovery-image] Aug 05 19:48:52.023 INFO O| Aug 05 19:48:52.023 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-05T19:48:52.703Z[ recovery-image] Aug 05 19:48:52.035 INFO O| Aug 05 19:48:52.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53292026-08-05T19:48:52.703Z[ recovery-image] Aug 05 19:48:52.035 INFO O| Aug 05 19:48:52.035 INFO STEP 29 (remove_files) COMPLETE
53302026-08-05T19:48:52.703Z[ recovery-image] Aug 05 19:48:52.035 INFO O| Aug 05 19:48:52.035 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-05T19:48:52.723Z[ recovery-image] Aug 05 19:48:52.055 INFO O| Aug 05 19:48:52.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53322026-08-05T19:48:52.723Z[ recovery-image] Aug 05 19:48:52.055 INFO O| Aug 05 19:48:52.055 INFO STEP 30 (remove_files) COMPLETE
53332026-08-05T19:48:52.723Z[ recovery-image] Aug 05 19:48:52.055 INFO O| Aug 05 19:48:52.055 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-05T19:48:52.734Z[ recovery-image] Aug 05 19:48:52.065 INFO O| Aug 05 19:48:52.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53352026-08-05T19:48:52.734Z[ recovery-image] Aug 05 19:48:52.065 INFO O| Aug 05 19:48:52.065 INFO STEP 31 (remove_files) COMPLETE
53362026-08-05T19:48:52.734Z[ recovery-image] Aug 05 19:48:52.065 INFO O| Aug 05 19:48:52.065 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-05T19:48:52.745Z[ recovery-image] Aug 05 19:48:52.076 INFO O| Aug 05 19:48:52.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53382026-08-05T19:48:52.748Z[ recovery-image] Aug 05 19:48:52.077 INFO O| Aug 05 19:48:52.077 INFO STEP 32 (remove_files) COMPLETE
53392026-08-05T19:48:52.748Z[ recovery-image] Aug 05 19:48:52.077 INFO O| Aug 05 19:48:52.077 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-05T19:48:52.756Z[ recovery-image] Aug 05 19:48:52.087 INFO O| Aug 05 19:48:52.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53412026-08-05T19:48:52.756Z[ recovery-image] Aug 05 19:48:52.087 INFO O| Aug 05 19:48:52.087 INFO STEP 33 (remove_files) COMPLETE
53422026-08-05T19:48:52.759Z[ recovery-image] Aug 05 19:48:52.087 INFO O| Aug 05 19:48:52.087 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-05T19:48:52.765Z[ recovery-image] Aug 05 19:48:52.097 INFO O| Aug 05 19:48:52.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53442026-08-05T19:48:52.766Z[ recovery-image] Aug 05 19:48:52.097 INFO O| Aug 05 19:48:52.097 INFO STEP 34 (remove_files) COMPLETE
53452026-08-05T19:48:52.766Z[ recovery-image] Aug 05 19:48:52.097 INFO O| Aug 05 19:48:52.097 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-05T19:48:52.775Z[ recovery-image] Aug 05 19:48:52.107 INFO O| Aug 05 19:48:52.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53472026-08-05T19:48:52.775Z[ recovery-image] Aug 05 19:48:52.107 INFO O| Aug 05 19:48:52.107 INFO STEP 35 (remove_files) COMPLETE
53482026-08-05T19:48:52.775Z[ recovery-image] Aug 05 19:48:52.107 INFO O| Aug 05 19:48:52.107 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-05T19:48:52.785Z[ recovery-image] Aug 05 19:48:52.116 INFO O| Aug 05 19:48:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53502026-08-05T19:48:52.785Z[ recovery-image] Aug 05 19:48:52.116 INFO O| Aug 05 19:48:52.116 INFO STEP 36 (remove_files) COMPLETE
53512026-08-05T19:48:52.785Z[ recovery-image] Aug 05 19:48:52.116 INFO O| Aug 05 19:48:52.116 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-05T19:48:52.794Z[ recovery-image] Aug 05 19:48:52.125 INFO O| Aug 05 19:48:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53532026-08-05T19:48:52.794Z[ recovery-image] Aug 05 19:48:52.125 INFO O| Aug 05 19:48:52.125 INFO STEP 37 (remove_files) COMPLETE
53542026-08-05T19:48:52.794Z[ recovery-image] Aug 05 19:48:52.125 INFO O| Aug 05 19:48:52.125 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-05T19:48:52.804Z[ recovery-image] Aug 05 19:48:52.135 INFO O| Aug 05 19:48:52.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53562026-08-05T19:48:52.807Z[ recovery-image] Aug 05 19:48:52.136 INFO O| Aug 05 19:48:52.136 INFO STEP 38 (remove_files) COMPLETE
53572026-08-05T19:48:52.807Z[ recovery-image] Aug 05 19:48:52.136 INFO O| Aug 05 19:48:52.136 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-05T19:48:52.814Z[ recovery-image] Aug 05 19:48:52.146 INFO O| Aug 05 19:48:52.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53592026-08-05T19:48:52.814Z[ recovery-image] Aug 05 19:48:52.146 INFO O| Aug 05 19:48:52.146 INFO STEP 39 (remove_files) COMPLETE
53602026-08-05T19:48:52.814Z[ recovery-image] Aug 05 19:48:52.146 INFO O| Aug 05 19:48:52.146 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-05T19:48:52.825Z[ recovery-image] Aug 05 19:48:52.156 INFO O| Aug 05 19:48:52.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53622026-08-05T19:48:52.825Z[ recovery-image] Aug 05 19:48:52.156 INFO O| Aug 05 19:48:52.156 INFO STEP 40 (remove_files) COMPLETE
53632026-08-05T19:48:52.828Z[ recovery-image] Aug 05 19:48:52.156 INFO O| Aug 05 19:48:52.156 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-05T19:48:52.834Z[ recovery-image] Aug 05 19:48:52.166 INFO O| Aug 05 19:48:52.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53652026-08-05T19:48:52.834Z[ recovery-image] Aug 05 19:48:52.166 INFO O| Aug 05 19:48:52.166 INFO STEP 41 (remove_files) COMPLETE
53662026-08-05T19:48:52.834Z[ recovery-image] Aug 05 19:48:52.166 INFO O| Aug 05 19:48:52.166 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-05T19:48:52.845Z[ recovery-image] Aug 05 19:48:52.176 INFO O| Aug 05 19:48:52.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53682026-08-05T19:48:52.845Z[ recovery-image] Aug 05 19:48:52.176 INFO O| Aug 05 19:48:52.176 INFO STEP 42 (remove_files) COMPLETE
53692026-08-05T19:48:52.845Z[ recovery-image] Aug 05 19:48:52.176 INFO O| Aug 05 19:48:52.176 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-05T19:48:52.855Z[ recovery-image] Aug 05 19:48:52.186 INFO O| Aug 05 19:48:52.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53712026-08-05T19:48:52.855Z[ recovery-image] Aug 05 19:48:52.186 INFO O| Aug 05 19:48:52.186 INFO STEP 43 (remove_files) COMPLETE
53722026-08-05T19:48:52.855Z[ recovery-image] Aug 05 19:48:52.186 INFO O| Aug 05 19:48:52.186 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-05T19:48:52.866Z[ recovery-image] Aug 05 19:48:52.197 INFO O| Aug 05 19:48:52.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53742026-08-05T19:48:52.869Z[ recovery-image] Aug 05 19:48:52.198 INFO O| Aug 05 19:48:52.198 INFO STEP 44 (remove_files) COMPLETE
53752026-08-05T19:48:52.869Z[ recovery-image] Aug 05 19:48:52.198 INFO O| Aug 05 19:48:52.198 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-05T19:48:52.877Z[ recovery-image] Aug 05 19:48:52.209 INFO O| Aug 05 19:48:52.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53772026-08-05T19:48:52.877Z[ recovery-image] Aug 05 19:48:52.209 INFO O| Aug 05 19:48:52.209 INFO STEP 45 (remove_files) COMPLETE
53782026-08-05T19:48:52.877Z[ recovery-image] Aug 05 19:48:52.209 INFO O| Aug 05 19:48:52.209 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-05T19:48:52.887Z[ recovery-image] Aug 05 19:48:52.219 INFO O| Aug 05 19:48:52.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53802026-08-05T19:48:52.887Z[ recovery-image] Aug 05 19:48:52.219 INFO O| Aug 05 19:48:52.219 INFO STEP 46 (remove_files) COMPLETE
53812026-08-05T19:48:52.890Z[ recovery-image] Aug 05 19:48:52.219 INFO O| Aug 05 19:48:52.219 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-05T19:48:52.896Z[ recovery-image] Aug 05 19:48:52.228 INFO O| Aug 05 19:48:52.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53832026-08-05T19:48:52.896Z[ recovery-image] Aug 05 19:48:52.228 INFO O| Aug 05 19:48:52.228 INFO STEP 47 (remove_files) COMPLETE
53842026-08-05T19:48:52.896Z[ recovery-image] Aug 05 19:48:52.228 INFO O| Aug 05 19:48:52.228 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-05T19:48:52.906Z[ recovery-image] Aug 05 19:48:52.238 INFO O| Aug 05 19:48:52.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53862026-08-05T19:48:52.906Z[ recovery-image] Aug 05 19:48:52.238 INFO O| Aug 05 19:48:52.238 INFO STEP 48 (remove_files) COMPLETE
53872026-08-05T19:48:52.909Z[ recovery-image] Aug 05 19:48:52.238 INFO O| Aug 05 19:48:52.238 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-05T19:48:52.918Z[ recovery-image] Aug 05 19:48:52.249 INFO O| Aug 05 19:48:52.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53892026-08-05T19:48:52.918Z[ recovery-image] Aug 05 19:48:52.249 INFO O| Aug 05 19:48:52.249 INFO STEP 49 (remove_files) COMPLETE
53902026-08-05T19:48:52.918Z[ recovery-image] Aug 05 19:48:52.249 INFO O| Aug 05 19:48:52.249 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-05T19:48:52.927Z[ recovery-image] Aug 05 19:48:52.259 INFO O| Aug 05 19:48:52.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53922026-08-05T19:48:52.927Z[ recovery-image] Aug 05 19:48:52.259 INFO O| Aug 05 19:48:52.259 INFO STEP 50 (remove_files) COMPLETE
53932026-08-05T19:48:52.927Z[ recovery-image] Aug 05 19:48:52.259 INFO O| Aug 05 19:48:52.259 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-05T19:48:52.936Z[ recovery-image] Aug 05 19:48:52.268 INFO O| Aug 05 19:48:52.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53952026-08-05T19:48:52.939Z[ recovery-image] Aug 05 19:48:52.268 INFO O| Aug 05 19:48:52.268 INFO STEP 51 (remove_files) COMPLETE
53962026-08-05T19:48:52.939Z[ recovery-image] Aug 05 19:48:52.268 INFO O| Aug 05 19:48:52.268 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-05T19:48:52.946Z[ recovery-image] Aug 05 19:48:52.278 INFO O| Aug 05 19:48:52.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53982026-08-05T19:48:52.946Z[ recovery-image] Aug 05 19:48:52.278 INFO O| Aug 05 19:48:52.278 INFO STEP 52 (remove_files) COMPLETE
53992026-08-05T19:48:52.946Z[ recovery-image] Aug 05 19:48:52.278 INFO O| Aug 05 19:48:52.278 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-05T19:48:52.957Z[ recovery-image] Aug 05 19:48:52.288 INFO O| Aug 05 19:48:52.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54012026-08-05T19:48:52.962Z[ recovery-image] Aug 05 19:48:52.289 INFO O| Aug 05 19:48:52.289 INFO STEP 53 (remove_files) COMPLETE
54022026-08-05T19:48:52.962Z[ recovery-image] Aug 05 19:48:52.289 INFO O| Aug 05 19:48:52.289 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-05T19:48:52.968Z[ recovery-image] Aug 05 19:48:52.299 INFO O| Aug 05 19:48:52.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54042026-08-05T19:48:52.968Z[ recovery-image] Aug 05 19:48:52.299 INFO O| Aug 05 19:48:52.299 INFO STEP 54 (remove_files) COMPLETE
54052026-08-05T19:48:52.972Z[ recovery-image] Aug 05 19:48:52.299 INFO O| Aug 05 19:48:52.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-05T19:48:52.976Z[ recovery-image] Aug 05 19:48:52.308 INFO O| Aug 05 19:48:52.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54072026-08-05T19:48:52.976Z[ recovery-image] Aug 05 19:48:52.308 INFO O| Aug 05 19:48:52.308 INFO STEP 55 (remove_files) COMPLETE
54082026-08-05T19:48:52.979Z[ recovery-image] Aug 05 19:48:52.308 INFO O| Aug 05 19:48:52.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-05T19:48:52.986Z[ recovery-image] Aug 05 19:48:52.318 INFO O| Aug 05 19:48:52.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54102026-08-05T19:48:52.986Z[ recovery-image] Aug 05 19:48:52.318 INFO O| Aug 05 19:48:52.318 INFO STEP 56 (remove_files) COMPLETE
54112026-08-05T19:48:52.990Z[ recovery-image] Aug 05 19:48:52.318 INFO O| Aug 05 19:48:52.318 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-05T19:48:52.998Z[ recovery-image] Aug 05 19:48:52.330 INFO O| Aug 05 19:48:52.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54132026-08-05T19:48:52.998Z[ recovery-image] Aug 05 19:48:52.330 INFO O| Aug 05 19:48:52.330 INFO STEP 57 (remove_files) COMPLETE
54142026-08-05T19:48:53.002Z[ recovery-image] Aug 05 19:48:52.330 INFO O| Aug 05 19:48:52.330 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-05T19:48:53.009Z[ recovery-image] Aug 05 19:48:52.340 INFO O| Aug 05 19:48:52.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54162026-08-05T19:48:53.009Z[ recovery-image] Aug 05 19:48:52.340 INFO O| Aug 05 19:48:52.340 INFO STEP 58 (remove_files) COMPLETE
54172026-08-05T19:48:53.009Z[ recovery-image] Aug 05 19:48:52.340 INFO O| Aug 05 19:48:52.340 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-05T19:48:53.019Z[ recovery-image] Aug 05 19:48:52.350 INFO O| Aug 05 19:48:52.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54192026-08-05T19:48:53.019Z[ recovery-image] Aug 05 19:48:52.350 INFO O| Aug 05 19:48:52.350 INFO STEP 59 (remove_files) COMPLETE
54202026-08-05T19:48:53.019Z[ recovery-image] Aug 05 19:48:52.350 INFO O| Aug 05 19:48:52.350 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-05T19:48:53.029Z[ recovery-image] Aug 05 19:48:52.360 INFO O| Aug 05 19:48:52.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54222026-08-05T19:48:53.032Z[ recovery-image] Aug 05 19:48:52.361 INFO O| Aug 05 19:48:52.361 INFO STEP 60 (remove_files) COMPLETE
54232026-08-05T19:48:53.032Z[ recovery-image] Aug 05 19:48:52.361 INFO O| Aug 05 19:48:52.361 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-05T19:48:53.041Z[ recovery-image] Aug 05 19:48:52.373 INFO O| Aug 05 19:48:52.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54252026-08-05T19:48:53.041Z[ recovery-image] Aug 05 19:48:52.373 INFO O| Aug 05 19:48:52.373 INFO STEP 61 (remove_files) COMPLETE
54262026-08-05T19:48:53.041Z[ recovery-image] Aug 05 19:48:52.373 INFO O| Aug 05 19:48:52.373 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-05T19:48:53.051Z[ recovery-image] Aug 05 19:48:52.383 INFO O| Aug 05 19:48:52.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54282026-08-05T19:48:53.051Z[ recovery-image] Aug 05 19:48:52.383 INFO O| Aug 05 19:48:52.383 INFO STEP 62 (remove_files) COMPLETE
54292026-08-05T19:48:53.055Z[ recovery-image] Aug 05 19:48:52.383 INFO O| Aug 05 19:48:52.383 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-05T19:48:53.061Z[ recovery-image] Aug 05 19:48:52.393 INFO O| Aug 05 19:48:52.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54312026-08-05T19:48:53.061Z[ recovery-image] Aug 05 19:48:52.393 INFO O| Aug 05 19:48:52.393 INFO STEP 63 (remove_files) COMPLETE
54322026-08-05T19:48:53.061Z[ recovery-image] Aug 05 19:48:52.393 INFO O| Aug 05 19:48:52.393 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-05T19:48:53.071Z[ recovery-image] Aug 05 19:48:52.402 INFO O| Aug 05 19:48:52.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54342026-08-05T19:48:53.071Z[ recovery-image] Aug 05 19:48:52.402 INFO O| Aug 05 19:48:52.402 INFO STEP 64 (remove_files) COMPLETE
54352026-08-05T19:48:53.075Z[ recovery-image] Aug 05 19:48:52.402 INFO O| Aug 05 19:48:52.402 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-05T19:48:53.080Z[ recovery-image] Aug 05 19:48:52.412 INFO O| Aug 05 19:48:52.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54372026-08-05T19:48:53.080Z[ recovery-image] Aug 05 19:48:52.412 INFO O| Aug 05 19:48:52.412 INFO STEP 65 (remove_files) COMPLETE
54382026-08-05T19:48:53.080Z[ recovery-image] Aug 05 19:48:52.412 INFO O| Aug 05 19:48:52.412 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-05T19:48:53.090Z[ recovery-image] Aug 05 19:48:52.422 INFO O| Aug 05 19:48:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54402026-08-05T19:48:53.090Z[ recovery-image] Aug 05 19:48:52.422 INFO O| Aug 05 19:48:52.422 INFO STEP 66 (remove_files) COMPLETE
54412026-08-05T19:48:53.093Z[ recovery-image] Aug 05 19:48:52.422 INFO O| Aug 05 19:48:52.422 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-05T19:48:53.100Z[ recovery-image] Aug 05 19:48:52.431 INFO O| Aug 05 19:48:52.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54432026-08-05T19:48:53.100Z[ recovery-image] Aug 05 19:48:52.431 INFO O| Aug 05 19:48:52.431 INFO STEP 67 (remove_files) COMPLETE
54442026-08-05T19:48:53.100Z[ recovery-image] Aug 05 19:48:52.431 INFO O| Aug 05 19:48:52.431 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-05T19:48:53.111Z[ recovery-image] Aug 05 19:48:52.442 INFO O| Aug 05 19:48:52.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54462026-08-05T19:48:53.111Z[ recovery-image] Aug 05 19:48:52.442 INFO O| Aug 05 19:48:52.442 INFO STEP 68 (remove_files) COMPLETE
54472026-08-05T19:48:53.111Z[ recovery-image] Aug 05 19:48:52.442 INFO O| Aug 05 19:48:52.442 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-05T19:48:53.121Z[ recovery-image] Aug 05 19:48:52.452 INFO O| Aug 05 19:48:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54492026-08-05T19:48:53.121Z[ recovery-image] Aug 05 19:48:52.452 INFO O| Aug 05 19:48:52.452 INFO STEP 69 (remove_files) COMPLETE
54502026-08-05T19:48:53.121Z[ recovery-image] Aug 05 19:48:52.452 INFO O| Aug 05 19:48:52.452 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-05T19:48:53.132Z[ recovery-image] Aug 05 19:48:52.464 INFO O| Aug 05 19:48:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54522026-08-05T19:48:53.132Z[ recovery-image] Aug 05 19:48:52.464 INFO O| Aug 05 19:48:52.464 INFO STEP 70 (remove_files) COMPLETE
54532026-08-05T19:48:53.135Z[ recovery-image] Aug 05 19:48:52.464 INFO O| Aug 05 19:48:52.464 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-05T19:48:53.147Z[ recovery-image] Aug 05 19:48:52.474 INFO O| Aug 05 19:48:52.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54552026-08-05T19:48:53.147Z[ recovery-image] Aug 05 19:48:52.474 INFO O| Aug 05 19:48:52.474 INFO STEP 71 (remove_files) COMPLETE
54562026-08-05T19:48:53.147Z[ recovery-image] Aug 05 19:48:52.475 INFO O| Aug 05 19:48:52.474 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-05T19:48:53.153Z[ recovery-image] Aug 05 19:48:52.485 INFO O| Aug 05 19:48:52.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54582026-08-05T19:48:53.153Z[ recovery-image] Aug 05 19:48:52.485 INFO O| Aug 05 19:48:52.485 INFO STEP 72 (remove_files) COMPLETE
54592026-08-05T19:48:53.153Z[ recovery-image] Aug 05 19:48:52.485 INFO O| Aug 05 19:48:52.485 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-05T19:48:53.162Z[ recovery-image] Aug 05 19:48:52.493 INFO O| Aug 05 19:48:52.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54612026-08-05T19:48:53.162Z[ recovery-image] Aug 05 19:48:52.493 INFO O| Aug 05 19:48:52.493 INFO STEP 73 (remove_files) COMPLETE
54622026-08-05T19:48:53.162Z[ recovery-image] Aug 05 19:48:52.493 INFO O| Aug 05 19:48:52.493 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-05T19:48:53.171Z[ recovery-image] Aug 05 19:48:52.503 INFO O| Aug 05 19:48:52.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54642026-08-05T19:48:53.171Z[ recovery-image] Aug 05 19:48:52.503 INFO O| Aug 05 19:48:52.503 INFO STEP 74 (remove_files) COMPLETE
54652026-08-05T19:48:53.171Z[ recovery-image] Aug 05 19:48:52.503 INFO O| Aug 05 19:48:52.503 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-05T19:48:53.180Z[ recovery-image] Aug 05 19:48:52.512 INFO O| Aug 05 19:48:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54672026-08-05T19:48:53.180Z[ recovery-image] Aug 05 19:48:52.512 INFO O| Aug 05 19:48:52.512 INFO STEP 75 (remove_files) COMPLETE
54682026-08-05T19:48:53.181Z[ recovery-image] Aug 05 19:48:52.512 INFO O| Aug 05 19:48:52.512 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-05T19:48:53.184Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54702026-08-05T19:48:53.190Z[ recovery-image] Aug 05 19:48:52.522 INFO O| Aug 05 19:48:52.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54712026-08-05T19:48:53.190Z[ recovery-image] Aug 05 19:48:52.522 INFO O| Aug 05 19:48:52.522 INFO STEP 76 (remove_files) COMPLETE
54722026-08-05T19:48:53.190Z[ recovery-image] Aug 05 19:48:52.522 INFO O| Aug 05 19:48:52.522 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-05T19:48:53.205Z[ recovery-image] Aug 05 19:48:52.537 INFO O| Aug 05 19:48:52.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54742026-08-05T19:48:53.205Z[ recovery-image] Aug 05 19:48:52.537 INFO O| Aug 05 19:48:52.537 INFO STEP 77 (remove_files) COMPLETE
54752026-08-05T19:48:53.205Z[ recovery-image] Aug 05 19:48:52.537 INFO O| Aug 05 19:48:52.537 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-05T19:48:53.215Z[ recovery-image] Aug 05 19:48:52.546 INFO O| Aug 05 19:48:52.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54772026-08-05T19:48:53.215Z[ recovery-image] Aug 05 19:48:52.547 INFO O| Aug 05 19:48:52.546 INFO STEP 78 (remove_files) COMPLETE
54782026-08-05T19:48:53.218Z[ recovery-image] Aug 05 19:48:52.547 INFO O| Aug 05 19:48:52.547 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-05T19:48:53.223Z[ recovery-image] Aug 05 19:48:52.555 INFO O| Aug 05 19:48:52.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54802026-08-05T19:48:53.223Z[ recovery-image] Aug 05 19:48:52.555 INFO O| Aug 05 19:48:52.555 INFO STEP 79 (remove_files) COMPLETE
54812026-08-05T19:48:53.226Z[ recovery-image] Aug 05 19:48:52.555 INFO O| Aug 05 19:48:52.555 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-05T19:48:53.231Z[ recovery-image] Aug 05 19:48:52.562 INFO O| Aug 05 19:48:52.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54832026-08-05T19:48:53.231Z[ recovery-image] Aug 05 19:48:52.563 INFO O| Aug 05 19:48:52.562 INFO STEP 80 (remove_files) COMPLETE
54842026-08-05T19:48:53.234Z[ recovery-image] Aug 05 19:48:52.563 INFO O| Aug 05 19:48:52.562 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-05T19:48:53.239Z[ recovery-image] Aug 05 19:48:52.571 INFO O| Aug 05 19:48:52.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54862026-08-05T19:48:53.239Z[ recovery-image] Aug 05 19:48:52.571 INFO O| Aug 05 19:48:52.571 INFO STEP 81 (remove_files) COMPLETE
54872026-08-05T19:48:53.239Z[ recovery-image] Aug 05 19:48:52.571 INFO O| Aug 05 19:48:52.571 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-05T19:48:53.249Z[ recovery-image] Aug 05 19:48:52.581 INFO O| Aug 05 19:48:52.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54892026-08-05T19:48:53.249Z[ recovery-image] Aug 05 19:48:52.581 INFO O| Aug 05 19:48:52.581 INFO STEP 82 (remove_files) COMPLETE
54902026-08-05T19:48:53.250Z[ recovery-image] Aug 05 19:48:52.581 INFO O| Aug 05 19:48:52.581 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-05T19:48:53.259Z[ recovery-image] Aug 05 19:48:52.591 INFO O| Aug 05 19:48:52.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54922026-08-05T19:48:53.259Z[ recovery-image] Aug 05 19:48:52.591 INFO O| Aug 05 19:48:52.591 INFO STEP 83 (remove_files) COMPLETE
54932026-08-05T19:48:53.259Z[ recovery-image] Aug 05 19:48:52.591 INFO O| Aug 05 19:48:52.591 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-05T19:48:53.269Z[ recovery-image] Aug 05 19:48:52.600 INFO O| Aug 05 19:48:52.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54952026-08-05T19:48:53.269Z[ recovery-image] Aug 05 19:48:52.600 INFO O| Aug 05 19:48:52.600 INFO STEP 84 (remove_files) COMPLETE
54962026-08-05T19:48:53.269Z[ recovery-image] Aug 05 19:48:52.600 INFO O| Aug 05 19:48:52.600 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-05T19:48:53.278Z[ recovery-image] Aug 05 19:48:52.609 INFO O| Aug 05 19:48:52.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54982026-08-05T19:48:53.278Z[ recovery-image] Aug 05 19:48:52.609 INFO O| Aug 05 19:48:52.609 INFO STEP 85 (remove_files) COMPLETE
54992026-08-05T19:48:53.282Z[ recovery-image] Aug 05 19:48:52.609 INFO O| Aug 05 19:48:52.609 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-05T19:48:53.287Z[ recovery-image] Aug 05 19:48:52.618 INFO O| Aug 05 19:48:52.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55012026-08-05T19:48:53.287Z[ recovery-image] Aug 05 19:48:52.618 INFO O| Aug 05 19:48:52.618 INFO STEP 86 (remove_files) COMPLETE
55022026-08-05T19:48:53.287Z[ recovery-image] Aug 05 19:48:52.618 INFO O| Aug 05 19:48:52.618 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-05T19:48:53.296Z[ recovery-image] Aug 05 19:48:52.628 INFO O| Aug 05 19:48:52.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55042026-08-05T19:48:53.296Z[ recovery-image] Aug 05 19:48:52.628 INFO O| Aug 05 19:48:52.628 INFO STEP 87 (remove_files) COMPLETE
55052026-08-05T19:48:53.296Z[ recovery-image] Aug 05 19:48:52.628 INFO O| Aug 05 19:48:52.628 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-05T19:48:53.307Z[ recovery-image] Aug 05 19:48:52.638 INFO O| Aug 05 19:48:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55072026-08-05T19:48:53.307Z[ recovery-image] Aug 05 19:48:52.638 INFO O| Aug 05 19:48:52.638 INFO STEP 88 (remove_files) COMPLETE
55082026-08-05T19:48:53.307Z[ recovery-image] Aug 05 19:48:52.638 INFO O| Aug 05 19:48:52.638 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-05T19:48:53.315Z[ recovery-image] Aug 05 19:48:52.647 INFO O| Aug 05 19:48:52.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55102026-08-05T19:48:53.315Z[ recovery-image] Aug 05 19:48:52.647 INFO O| Aug 05 19:48:52.647 INFO STEP 89 (remove_files) COMPLETE
55112026-08-05T19:48:53.318Z[ recovery-image] Aug 05 19:48:52.647 INFO O| Aug 05 19:48:52.647 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-05T19:48:53.324Z[ recovery-image] Aug 05 19:48:52.655 INFO O| Aug 05 19:48:52.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55132026-08-05T19:48:53.324Z[ recovery-image] Aug 05 19:48:52.655 INFO O| Aug 05 19:48:52.655 INFO STEP 90 (remove_files) COMPLETE
55142026-08-05T19:48:53.324Z[ recovery-image] Aug 05 19:48:52.655 INFO O| Aug 05 19:48:52.655 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-05T19:48:53.333Z[ recovery-image] Aug 05 19:48:52.665 INFO O| Aug 05 19:48:52.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55162026-08-05T19:48:53.333Z[ recovery-image] Aug 05 19:48:52.665 INFO O| Aug 05 19:48:52.665 INFO STEP 91 (remove_files) COMPLETE
55172026-08-05T19:48:53.333Z[ recovery-image] Aug 05 19:48:52.665 INFO O| Aug 05 19:48:52.665 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-05T19:48:53.342Z[ recovery-image] Aug 05 19:48:52.673 INFO O| Aug 05 19:48:52.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55192026-08-05T19:48:53.342Z[ recovery-image] Aug 05 19:48:52.673 INFO O| Aug 05 19:48:52.673 INFO STEP 92 (remove_files) COMPLETE
55202026-08-05T19:48:53.345Z[ recovery-image] Aug 05 19:48:52.673 INFO O| Aug 05 19:48:52.673 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-05T19:48:53.351Z[ recovery-image] Aug 05 19:48:52.682 INFO O| Aug 05 19:48:52.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55222026-08-05T19:48:53.351Z[ recovery-image] Aug 05 19:48:52.682 INFO O| Aug 05 19:48:52.682 INFO STEP 93 (remove_files) COMPLETE
55232026-08-05T19:48:53.354Z[ recovery-image] Aug 05 19:48:52.682 INFO O| Aug 05 19:48:52.682 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-05T19:48:53.359Z[ recovery-image] Aug 05 19:48:52.691 INFO O| Aug 05 19:48:52.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55252026-08-05T19:48:53.359Z[ recovery-image] Aug 05 19:48:52.691 INFO O| Aug 05 19:48:52.691 INFO STEP 94 (remove_files) COMPLETE
55262026-08-05T19:48:53.363Z[ recovery-image] Aug 05 19:48:52.691 INFO O| Aug 05 19:48:52.691 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-05T19:48:53.372Z[ recovery-image] Aug 05 19:48:52.703 INFO O| Aug 05 19:48:52.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55282026-08-05T19:48:53.372Z[ recovery-image] Aug 05 19:48:52.703 INFO O| Aug 05 19:48:52.703 INFO STEP 95 (remove_files) COMPLETE
55292026-08-05T19:48:53.375Z[ recovery-image] Aug 05 19:48:52.703 INFO O| Aug 05 19:48:52.703 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-05T19:48:53.381Z[ recovery-image] Aug 05 19:48:52.712 INFO O| Aug 05 19:48:52.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55312026-08-05T19:48:53.381Z[ recovery-image] Aug 05 19:48:52.712 INFO O| Aug 05 19:48:52.712 INFO STEP 96 (remove_files) COMPLETE
55322026-08-05T19:48:53.384Z[ recovery-image] Aug 05 19:48:52.712 INFO O| Aug 05 19:48:52.712 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-05T19:48:53.391Z[ recovery-image] Aug 05 19:48:52.722 INFO O| Aug 05 19:48:52.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55342026-08-05T19:48:53.391Z[ recovery-image] Aug 05 19:48:52.722 INFO O| Aug 05 19:48:52.722 INFO STEP 97 (remove_files) COMPLETE
55352026-08-05T19:48:53.391Z[ recovery-image] Aug 05 19:48:52.722 INFO O| Aug 05 19:48:52.722 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-05T19:48:53.400Z[ recovery-image] Aug 05 19:48:52.732 INFO O| Aug 05 19:48:52.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55372026-08-05T19:48:53.400Z[ recovery-image] Aug 05 19:48:52.732 INFO O| Aug 05 19:48:52.732 INFO STEP 98 (remove_files) COMPLETE
55382026-08-05T19:48:53.403Z[ recovery-image] Aug 05 19:48:52.732 INFO O| Aug 05 19:48:52.732 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-05T19:48:53.408Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
55402026-08-05T19:48:53.412Z[ recovery-image] Aug 05 19:48:52.741 INFO O| Aug 05 19:48:52.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55412026-08-05T19:48:53.412Z[ recovery-image] Aug 05 19:48:52.741 INFO O| Aug 05 19:48:52.741 INFO STEP 99 (remove_files) COMPLETE
55422026-08-05T19:48:53.412Z[ recovery-image] Aug 05 19:48:52.741 INFO O| Aug 05 19:48:52.741 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-05T19:48:53.419Z[ recovery-image] Aug 05 19:48:52.750 INFO O| Aug 05 19:48:52.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55442026-08-05T19:48:53.423Z[ recovery-image] Aug 05 19:48:52.751 INFO O| Aug 05 19:48:52.751 INFO STEP 100 (remove_files) COMPLETE
55452026-08-05T19:48:53.423Z[ recovery-image] Aug 05 19:48:52.751 INFO O| Aug 05 19:48:52.751 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-05T19:48:53.434Z[ recovery-image] Aug 05 19:48:52.766 INFO O| Aug 05 19:48:52.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55472026-08-05T19:48:53.435Z[ recovery-image] Aug 05 19:48:52.766 INFO O| Aug 05 19:48:52.766 INFO STEP 101 (remove_files) COMPLETE
55482026-08-05T19:48:53.438Z[ recovery-image] Aug 05 19:48:52.766 INFO O| Aug 05 19:48:52.766 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-05T19:48:53.445Z[ recovery-image] Aug 05 19:48:52.777 INFO O| Aug 05 19:48:52.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55502026-08-05T19:48:53.445Z[ recovery-image] Aug 05 19:48:52.777 INFO O| Aug 05 19:48:52.777 INFO STEP 102 (remove_files) COMPLETE
55512026-08-05T19:48:53.445Z[ recovery-image] Aug 05 19:48:52.777 INFO O| Aug 05 19:48:52.777 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-05T19:48:53.456Z[ recovery-image] Aug 05 19:48:52.787 INFO O| Aug 05 19:48:52.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55532026-08-05T19:48:53.456Z[ recovery-image] Aug 05 19:48:52.787 INFO O| Aug 05 19:48:52.787 INFO STEP 103 (remove_files) COMPLETE
55542026-08-05T19:48:53.459Z[ recovery-image] Aug 05 19:48:52.787 INFO O| Aug 05 19:48:52.787 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-05T19:48:53.465Z[ recovery-image] Aug 05 19:48:52.796 INFO O| Aug 05 19:48:52.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55562026-08-05T19:48:53.467Z[ recovery-image] Aug 05 19:48:52.797 INFO O| Aug 05 19:48:52.797 INFO STEP 104 (remove_files) COMPLETE
55572026-08-05T19:48:53.468Z[ recovery-image] Aug 05 19:48:52.797 INFO O| Aug 05 19:48:52.797 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-05T19:48:53.475Z[ recovery-image] Aug 05 19:48:52.807 INFO O| Aug 05 19:48:52.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55592026-08-05T19:48:53.475Z[ recovery-image] Aug 05 19:48:52.807 INFO O| Aug 05 19:48:52.807 INFO STEP 105 (remove_files) COMPLETE
55602026-08-05T19:48:53.479Z[ recovery-image] Aug 05 19:48:52.807 INFO O| Aug 05 19:48:52.807 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-05T19:48:53.486Z[ recovery-image] Aug 05 19:48:52.818 INFO O| Aug 05 19:48:52.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55622026-08-05T19:48:53.486Z[ recovery-image] Aug 05 19:48:52.818 INFO O| Aug 05 19:48:52.818 INFO STEP 106 (remove_files) COMPLETE
55632026-08-05T19:48:53.490Z[ recovery-image] Aug 05 19:48:52.818 INFO O| Aug 05 19:48:52.818 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-05T19:48:53.490Z[verify-libraries] Compiling fatfs v0.3.6
55652026-08-05T19:48:53.496Z[ recovery-image] Aug 05 19:48:52.827 INFO O| Aug 05 19:48:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55662026-08-05T19:48:53.496Z[ recovery-image] Aug 05 19:48:52.827 INFO O| Aug 05 19:48:52.827 INFO STEP 107 (remove_files) COMPLETE
55672026-08-05T19:48:53.496Z[ recovery-image] Aug 05 19:48:52.827 INFO O| Aug 05 19:48:52.827 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-05T19:48:53.512Z[ recovery-image] Aug 05 19:48:52.839 INFO O| Aug 05 19:48:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55692026-08-05T19:48:53.513Z[ recovery-image] Aug 05 19:48:52.839 INFO O| Aug 05 19:48:52.839 INFO STEP 108 (remove_files) COMPLETE
55702026-08-05T19:48:53.513Z[ recovery-image] Aug 05 19:48:52.839 INFO O| Aug 05 19:48:52.839 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-05T19:48:53.518Z[ recovery-image] Aug 05 19:48:52.849 INFO O| Aug 05 19:48:52.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55722026-08-05T19:48:53.518Z[ recovery-image] Aug 05 19:48:52.849 INFO O| Aug 05 19:48:52.849 INFO STEP 109 (remove_files) COMPLETE
55732026-08-05T19:48:53.518Z[ recovery-image] Aug 05 19:48:52.849 INFO O| Aug 05 19:48:52.849 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-05T19:48:53.527Z[ recovery-image] Aug 05 19:48:52.859 INFO O| Aug 05 19:48:52.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55752026-08-05T19:48:53.527Z[ recovery-image] Aug 05 19:48:52.859 INFO O| Aug 05 19:48:52.859 INFO STEP 110 (remove_files) COMPLETE
55762026-08-05T19:48:53.533Z[ recovery-image] Aug 05 19:48:52.859 INFO O| Aug 05 19:48:52.859 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-05T19:48:53.536Z[ recovery-image] Aug 05 19:48:52.868 INFO O| Aug 05 19:48:52.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55782026-08-05T19:48:53.536Z[ recovery-image] Aug 05 19:48:52.868 INFO O| Aug 05 19:48:52.868 INFO STEP 111 (remove_files) COMPLETE
55792026-08-05T19:48:53.536Z[ recovery-image] Aug 05 19:48:52.868 INFO O| Aug 05 19:48:52.868 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-05T19:48:53.547Z[ recovery-image] Aug 05 19:48:52.878 INFO O| Aug 05 19:48:52.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55812026-08-05T19:48:53.547Z[ recovery-image] Aug 05 19:48:52.878 INFO O| Aug 05 19:48:52.877 INFO STEP 112 (remove_files) COMPLETE
55822026-08-05T19:48:53.547Z[ recovery-image] Aug 05 19:48:52.878 INFO O| Aug 05 19:48:52.877 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-05T19:48:53.555Z[ recovery-image] Aug 05 19:48:52.886 INFO O| Aug 05 19:48:52.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55842026-08-05T19:48:53.555Z[ recovery-image] Aug 05 19:48:52.886 INFO O| Aug 05 19:48:52.886 INFO STEP 113 (remove_files) COMPLETE
55852026-08-05T19:48:53.555Z[ recovery-image] Aug 05 19:48:52.886 INFO O| Aug 05 19:48:52.886 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-05T19:48:53.563Z[ recovery-image] Aug 05 19:48:52.895 INFO O| Aug 05 19:48:52.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55872026-08-05T19:48:53.563Z[ recovery-image] Aug 05 19:48:52.895 INFO O| Aug 05 19:48:52.895 INFO STEP 114 (remove_files) COMPLETE
55882026-08-05T19:48:53.564Z[ recovery-image] Aug 05 19:48:52.895 INFO O| Aug 05 19:48:52.895 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-05T19:48:53.571Z[ recovery-image] Aug 05 19:48:52.903 INFO O| Aug 05 19:48:52.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55902026-08-05T19:48:53.571Z[ recovery-image] Aug 05 19:48:52.903 INFO O| Aug 05 19:48:52.903 INFO STEP 115 (remove_files) COMPLETE
55912026-08-05T19:48:53.571Z[ recovery-image] Aug 05 19:48:52.903 INFO O| Aug 05 19:48:52.903 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-05T19:48:53.579Z[ recovery-image] Aug 05 19:48:52.911 INFO O| Aug 05 19:48:52.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55932026-08-05T19:48:53.579Z[ recovery-image] Aug 05 19:48:52.911 INFO O| Aug 05 19:48:52.911 INFO STEP 116 (remove_files) COMPLETE
55942026-08-05T19:48:53.579Z[ recovery-image] Aug 05 19:48:52.911 INFO O| Aug 05 19:48:52.911 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-05T19:48:53.588Z[ recovery-image] Aug 05 19:48:52.920 INFO O| Aug 05 19:48:52.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55962026-08-05T19:48:53.588Z[ recovery-image] Aug 05 19:48:52.920 INFO O| Aug 05 19:48:52.920 INFO STEP 117 (remove_files) COMPLETE
55972026-08-05T19:48:53.588Z[ recovery-image] Aug 05 19:48:52.920 INFO O| Aug 05 19:48:52.920 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-05T19:48:53.597Z[ recovery-image] Aug 05 19:48:52.928 INFO O| Aug 05 19:48:52.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55992026-08-05T19:48:53.597Z[ recovery-image] Aug 05 19:48:52.928 INFO O| Aug 05 19:48:52.928 INFO STEP 118 (remove_files) COMPLETE
56002026-08-05T19:48:53.597Z[ recovery-image] Aug 05 19:48:52.928 INFO O| Aug 05 19:48:52.928 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-05T19:48:53.606Z[ recovery-image] Aug 05 19:48:52.937 INFO O| Aug 05 19:48:52.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56022026-08-05T19:48:53.609Z[ recovery-image] Aug 05 19:48:52.938 INFO O| Aug 05 19:48:52.938 INFO STEP 119 (remove_files) COMPLETE
56032026-08-05T19:48:53.609Z[ recovery-image] Aug 05 19:48:52.938 INFO O| Aug 05 19:48:52.938 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-05T19:48:53.615Z[ recovery-image] Aug 05 19:48:52.946 INFO O| Aug 05 19:48:52.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56052026-08-05T19:48:53.615Z[ recovery-image] Aug 05 19:48:52.947 INFO O| Aug 05 19:48:52.946 INFO STEP 120 (remove_files) COMPLETE
56062026-08-05T19:48:53.615Z[ recovery-image] Aug 05 19:48:52.947 INFO O| Aug 05 19:48:52.947 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-05T19:48:53.626Z[ recovery-image] Aug 05 19:48:52.957 INFO O| Aug 05 19:48:52.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56082026-08-05T19:48:53.626Z[ recovery-image] Aug 05 19:48:52.957 INFO O| Aug 05 19:48:52.957 INFO STEP 121 (remove_files) COMPLETE
56092026-08-05T19:48:53.629Z[ recovery-image] Aug 05 19:48:52.957 INFO O| Aug 05 19:48:52.957 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-05T19:48:53.635Z[ recovery-image] Aug 05 19:48:52.967 INFO O| Aug 05 19:48:52.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56112026-08-05T19:48:53.635Z[ recovery-image] Aug 05 19:48:52.967 INFO O| Aug 05 19:48:52.967 INFO STEP 122 (remove_files) COMPLETE
56122026-08-05T19:48:53.635Z[ recovery-image] Aug 05 19:48:52.967 INFO O| Aug 05 19:48:52.967 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-05T19:48:53.645Z[ recovery-image] Aug 05 19:48:52.976 INFO O| Aug 05 19:48:52.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56142026-08-05T19:48:53.645Z[ recovery-image] Aug 05 19:48:52.976 INFO O| Aug 05 19:48:52.976 INFO STEP 123 (remove_files) COMPLETE
56152026-08-05T19:48:53.648Z[ recovery-image] Aug 05 19:48:52.976 INFO O| Aug 05 19:48:52.976 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-05T19:48:53.655Z[ recovery-image] Aug 05 19:48:52.987 INFO O| Aug 05 19:48:52.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56172026-08-05T19:48:53.655Z[ recovery-image] Aug 05 19:48:52.987 INFO O| Aug 05 19:48:52.987 INFO STEP 124 (remove_files) COMPLETE
56182026-08-05T19:48:53.655Z[ recovery-image] Aug 05 19:48:52.987 INFO O| Aug 05 19:48:52.987 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-05T19:48:53.665Z[ recovery-image] Aug 05 19:48:52.996 INFO O| Aug 05 19:48:52.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56202026-08-05T19:48:53.665Z[ recovery-image] Aug 05 19:48:52.996 INFO O| Aug 05 19:48:52.996 INFO STEP 125 (remove_files) COMPLETE
56212026-08-05T19:48:53.667Z[ recovery-image] Aug 05 19:48:52.996 INFO O| Aug 05 19:48:52.996 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-05T19:48:53.674Z[ recovery-image] Aug 05 19:48:53.006 INFO O| Aug 05 19:48:53.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56232026-08-05T19:48:53.674Z[ recovery-image] Aug 05 19:48:53.006 INFO O| Aug 05 19:48:53.006 INFO STEP 126 (remove_files) COMPLETE
56242026-08-05T19:48:53.674Z[ recovery-image] Aug 05 19:48:53.006 INFO O| Aug 05 19:48:53.006 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-05T19:48:53.685Z[ recovery-image] Aug 05 19:48:53.017 INFO O| Aug 05 19:48:53.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56262026-08-05T19:48:53.685Z[ recovery-image] Aug 05 19:48:53.017 INFO O| Aug 05 19:48:53.017 INFO STEP 127 (remove_files) COMPLETE
56272026-08-05T19:48:53.685Z[ recovery-image] Aug 05 19:48:53.017 INFO O| Aug 05 19:48:53.017 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-05T19:48:53.696Z[ recovery-image] Aug 05 19:48:53.028 INFO O| Aug 05 19:48:53.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56292026-08-05T19:48:53.696Z[ recovery-image] Aug 05 19:48:53.028 INFO O| Aug 05 19:48:53.028 INFO STEP 128 (remove_files) COMPLETE
56302026-08-05T19:48:53.699Z[ recovery-image] Aug 05 19:48:53.028 INFO O| Aug 05 19:48:53.028 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-05T19:48:53.705Z[ recovery-image] Aug 05 19:48:53.037 INFO O| Aug 05 19:48:53.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56322026-08-05T19:48:53.705Z[ recovery-image] Aug 05 19:48:53.037 INFO O| Aug 05 19:48:53.037 INFO STEP 129 (remove_files) COMPLETE
56332026-08-05T19:48:53.708Z[ recovery-image] Aug 05 19:48:53.037 INFO O| Aug 05 19:48:53.037 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-05T19:48:53.716Z[ recovery-image] Aug 05 19:48:53.048 INFO O| Aug 05 19:48:53.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56352026-08-05T19:48:53.716Z[ recovery-image] Aug 05 19:48:53.048 INFO O| Aug 05 19:48:53.048 INFO STEP 130 (remove_files) COMPLETE
56362026-08-05T19:48:53.716Z[ recovery-image] Aug 05 19:48:53.048 INFO O| Aug 05 19:48:53.048 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-05T19:48:53.730Z[ recovery-image] Aug 05 19:48:53.061 INFO O| Aug 05 19:48:53.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56382026-08-05T19:48:53.730Z[ recovery-image] Aug 05 19:48:53.061 INFO O| Aug 05 19:48:53.061 INFO STEP 131 (remove_files) COMPLETE
56392026-08-05T19:48:53.730Z[ recovery-image] Aug 05 19:48:53.061 INFO O| Aug 05 19:48:53.061 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-05T19:48:53.739Z[ recovery-image] Aug 05 19:48:53.071 INFO O| Aug 05 19:48:53.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56412026-08-05T19:48:53.739Z[ recovery-image] Aug 05 19:48:53.071 INFO O| Aug 05 19:48:53.071 INFO STEP 132 (remove_files) COMPLETE
56422026-08-05T19:48:53.743Z[ recovery-image] Aug 05 19:48:53.071 INFO O| Aug 05 19:48:53.071 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-05T19:48:53.749Z[ recovery-image] Aug 05 19:48:53.080 INFO O| Aug 05 19:48:53.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56442026-08-05T19:48:53.749Z[ recovery-image] Aug 05 19:48:53.080 INFO O| Aug 05 19:48:53.080 INFO STEP 133 (remove_files) COMPLETE
56452026-08-05T19:48:53.749Z[ recovery-image] Aug 05 19:48:53.080 INFO O| Aug 05 19:48:53.080 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-05T19:48:53.759Z[ recovery-image] Aug 05 19:48:53.091 INFO O| Aug 05 19:48:53.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56472026-08-05T19:48:53.759Z[ recovery-image] Aug 05 19:48:53.091 INFO O| Aug 05 19:48:53.091 INFO STEP 134 (remove_files) COMPLETE
56482026-08-05T19:48:53.762Z[ recovery-image] Aug 05 19:48:53.091 INFO O| Aug 05 19:48:53.091 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-05T19:48:53.770Z[ recovery-image] Aug 05 19:48:53.101 INFO O| Aug 05 19:48:53.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56502026-08-05T19:48:53.770Z[ recovery-image] Aug 05 19:48:53.101 INFO O| Aug 05 19:48:53.101 INFO STEP 135 (remove_files) COMPLETE
56512026-08-05T19:48:53.773Z[ recovery-image] Aug 05 19:48:53.101 INFO O| Aug 05 19:48:53.101 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-05T19:48:53.780Z[ recovery-image] Aug 05 19:48:53.111 INFO O| Aug 05 19:48:53.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56532026-08-05T19:48:53.780Z[ recovery-image] Aug 05 19:48:53.111 INFO O| Aug 05 19:48:53.111 INFO STEP 136 (remove_files) COMPLETE
56542026-08-05T19:48:53.785Z[ recovery-image] Aug 05 19:48:53.111 INFO O| Aug 05 19:48:53.111 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-05T19:48:53.789Z[ recovery-image] Aug 05 19:48:53.121 INFO O| Aug 05 19:48:53.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56562026-08-05T19:48:53.789Z[ recovery-image] Aug 05 19:48:53.121 INFO O| Aug 05 19:48:53.121 INFO STEP 137 (remove_files) COMPLETE
56572026-08-05T19:48:53.789Z[ recovery-image] Aug 05 19:48:53.121 INFO O| Aug 05 19:48:53.121 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-05T19:48:53.801Z[ recovery-image] Aug 05 19:48:53.132 INFO O| Aug 05 19:48:53.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56592026-08-05T19:48:53.801Z[ recovery-image] Aug 05 19:48:53.132 INFO O| Aug 05 19:48:53.132 INFO STEP 138 (remove_files) COMPLETE
56602026-08-05T19:48:53.801Z[ recovery-image] Aug 05 19:48:53.132 INFO O| Aug 05 19:48:53.132 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-05T19:48:53.811Z[ recovery-image] Aug 05 19:48:53.142 INFO O| Aug 05 19:48:53.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56622026-08-05T19:48:53.811Z[ recovery-image] Aug 05 19:48:53.142 INFO O| Aug 05 19:48:53.142 INFO STEP 139 (remove_files) COMPLETE
56632026-08-05T19:48:53.814Z[ recovery-image] Aug 05 19:48:53.142 INFO O| Aug 05 19:48:53.142 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-05T19:48:53.821Z[ recovery-image] Aug 05 19:48:53.152 INFO O| Aug 05 19:48:53.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56652026-08-05T19:48:53.821Z[ recovery-image] Aug 05 19:48:53.152 INFO O| Aug 05 19:48:53.152 INFO STEP 140 (remove_files) COMPLETE
56662026-08-05T19:48:53.825Z[ recovery-image] Aug 05 19:48:53.152 INFO O| Aug 05 19:48:53.152 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-05T19:48:53.829Z[ recovery-image] Aug 05 19:48:53.161 INFO O| Aug 05 19:48:53.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56682026-08-05T19:48:53.829Z[ recovery-image] Aug 05 19:48:53.161 INFO O| Aug 05 19:48:53.161 INFO STEP 141 (remove_files) COMPLETE
56692026-08-05T19:48:53.829Z[ recovery-image] Aug 05 19:48:53.161 INFO O| Aug 05 19:48:53.161 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-05T19:48:53.838Z[ recovery-image] Aug 05 19:48:53.169 INFO O| Aug 05 19:48:53.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56712026-08-05T19:48:53.838Z[ recovery-image] Aug 05 19:48:53.169 INFO O| Aug 05 19:48:53.169 INFO STEP 142 (remove_files) COMPLETE
56722026-08-05T19:48:53.841Z[ recovery-image] Aug 05 19:48:53.169 INFO O| Aug 05 19:48:53.169 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-05T19:48:53.847Z[ recovery-image] Aug 05 19:48:53.178 INFO O| Aug 05 19:48:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56742026-08-05T19:48:53.847Z[ recovery-image] Aug 05 19:48:53.178 INFO O| Aug 05 19:48:53.178 INFO STEP 143 (remove_files) COMPLETE
56752026-08-05T19:48:53.847Z[ recovery-image] Aug 05 19:48:53.178 INFO O| Aug 05 19:48:53.178 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-05T19:48:53.855Z[ recovery-image] Aug 05 19:48:53.186 INFO O| Aug 05 19:48:53.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56772026-08-05T19:48:53.855Z[ recovery-image] Aug 05 19:48:53.186 INFO O| Aug 05 19:48:53.186 INFO STEP 144 (remove_files) COMPLETE
56782026-08-05T19:48:53.858Z[ recovery-image] Aug 05 19:48:53.186 INFO O| Aug 05 19:48:53.186 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-05T19:48:53.864Z[verify-libraries] Compiling num-bigint v0.4.6
56802026-08-05T19:48:53.864Z[ recovery-image] Aug 05 19:48:53.195 INFO O| Aug 05 19:48:53.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56812026-08-05T19:48:53.864Z[ recovery-image] Aug 05 19:48:53.196 INFO O| Aug 05 19:48:53.195 INFO STEP 145 (remove_files) COMPLETE
56822026-08-05T19:48:53.864Z[ recovery-image] Aug 05 19:48:53.196 INFO O| Aug 05 19:48:53.195 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-05T19:48:53.873Z[ recovery-image] Aug 05 19:48:53.205 INFO O| Aug 05 19:48:53.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56842026-08-05T19:48:53.873Z[ recovery-image] Aug 05 19:48:53.205 INFO O| Aug 05 19:48:53.205 INFO STEP 146 (remove_files) COMPLETE
56852026-08-05T19:48:53.873Z[ recovery-image] Aug 05 19:48:53.205 INFO O| Aug 05 19:48:53.205 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-05T19:48:53.882Z[ recovery-image] Aug 05 19:48:53.213 INFO O| Aug 05 19:48:53.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56872026-08-05T19:48:53.882Z[ recovery-image] Aug 05 19:48:53.213 INFO O| Aug 05 19:48:53.213 INFO STEP 147 (remove_files) COMPLETE
56882026-08-05T19:48:53.882Z[ recovery-image] Aug 05 19:48:53.213 INFO O| Aug 05 19:48:53.213 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-05T19:48:53.891Z[ recovery-image] Aug 05 19:48:53.222 INFO O| Aug 05 19:48:53.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56902026-08-05T19:48:53.891Z[ recovery-image] Aug 05 19:48:53.222 INFO O| Aug 05 19:48:53.222 INFO STEP 148 (remove_files) COMPLETE
56912026-08-05T19:48:53.891Z[ recovery-image] Aug 05 19:48:53.222 INFO O| Aug 05 19:48:53.222 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-05T19:48:53.901Z[ recovery-image] Aug 05 19:48:53.232 INFO O| Aug 05 19:48:53.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56932026-08-05T19:48:53.901Z[ recovery-image] Aug 05 19:48:53.232 INFO O| Aug 05 19:48:53.232 INFO STEP 149 (remove_files) COMPLETE
56942026-08-05T19:48:53.901Z[ recovery-image] Aug 05 19:48:53.232 INFO O| Aug 05 19:48:53.232 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-05T19:48:53.911Z[ recovery-image] Aug 05 19:48:53.242 INFO O| Aug 05 19:48:53.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56962026-08-05T19:48:53.911Z[ recovery-image] Aug 05 19:48:53.242 INFO O| Aug 05 19:48:53.242 INFO STEP 150 (remove_files) COMPLETE
56972026-08-05T19:48:53.914Z[ recovery-image] Aug 05 19:48:53.242 INFO O| Aug 05 19:48:53.242 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-05T19:48:53.921Z[ recovery-image] Aug 05 19:48:53.252 INFO O| Aug 05 19:48:53.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56992026-08-05T19:48:53.921Z[ recovery-image] Aug 05 19:48:53.252 INFO O| Aug 05 19:48:53.252 INFO STEP 151 (remove_files) COMPLETE
57002026-08-05T19:48:53.921Z[ recovery-image] Aug 05 19:48:53.252 INFO O| Aug 05 19:48:53.252 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-05T19:48:53.931Z[ recovery-image] Aug 05 19:48:53.262 INFO O| Aug 05 19:48:53.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57022026-08-05T19:48:53.931Z[ recovery-image] Aug 05 19:48:53.262 INFO O| Aug 05 19:48:53.262 INFO STEP 152 (remove_files) COMPLETE
57032026-08-05T19:48:53.934Z[ recovery-image] Aug 05 19:48:53.262 INFO O| Aug 05 19:48:53.262 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-05T19:48:53.940Z[ recovery-image] Aug 05 19:48:53.272 INFO O| Aug 05 19:48:53.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57052026-08-05T19:48:53.940Z[ recovery-image] Aug 05 19:48:53.272 INFO O| Aug 05 19:48:53.272 INFO STEP 153 (remove_files) COMPLETE
57062026-08-05T19:48:53.943Z[ recovery-image] Aug 05 19:48:53.272 INFO O| Aug 05 19:48:53.272 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-05T19:48:53.950Z[ recovery-image] Aug 05 19:48:53.281 INFO O| Aug 05 19:48:53.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57082026-08-05T19:48:53.950Z[ recovery-image] Aug 05 19:48:53.281 INFO O| Aug 05 19:48:53.281 INFO STEP 154 (remove_files) COMPLETE
57092026-08-05T19:48:53.950Z[ recovery-image] Aug 05 19:48:53.281 INFO O| Aug 05 19:48:53.281 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-05T19:48:53.958Z[ recovery-image] Aug 05 19:48:53.289 INFO O| Aug 05 19:48:53.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57112026-08-05T19:48:53.958Z[ recovery-image] Aug 05 19:48:53.289 INFO O| Aug 05 19:48:53.289 INFO STEP 155 (remove_files) COMPLETE
57122026-08-05T19:48:53.958Z[ recovery-image] Aug 05 19:48:53.289 INFO O| Aug 05 19:48:53.289 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-05T19:48:53.966Z[ recovery-image] Aug 05 19:48:53.297 INFO O| Aug 05 19:48:53.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57142026-08-05T19:48:53.966Z[ recovery-image] Aug 05 19:48:53.297 INFO O| Aug 05 19:48:53.297 INFO STEP 156 (remove_files) COMPLETE
57152026-08-05T19:48:53.966Z[ recovery-image] Aug 05 19:48:53.297 INFO O| Aug 05 19:48:53.297 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-05T19:48:53.974Z[ recovery-image] Aug 05 19:48:53.306 INFO O| Aug 05 19:48:53.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57172026-08-05T19:48:53.974Z[ recovery-image] Aug 05 19:48:53.306 INFO O| Aug 05 19:48:53.306 INFO STEP 157 (remove_files) COMPLETE
57182026-08-05T19:48:53.974Z[ recovery-image] Aug 05 19:48:53.306 INFO O| Aug 05 19:48:53.306 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-05T19:48:53.986Z[ recovery-image] Aug 05 19:48:53.317 INFO O| Aug 05 19:48:53.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57202026-08-05T19:48:53.986Z[ recovery-image] Aug 05 19:48:53.317 INFO O| Aug 05 19:48:53.317 INFO STEP 158 (remove_files) COMPLETE
57212026-08-05T19:48:53.989Z[ recovery-image] Aug 05 19:48:53.317 INFO O| Aug 05 19:48:53.317 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-05T19:48:53.994Z[ recovery-image] Aug 05 19:48:53.326 INFO O| Aug 05 19:48:53.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57232026-08-05T19:48:53.997Z[ recovery-image] Aug 05 19:48:53.327 INFO O| Aug 05 19:48:53.327 INFO STEP 159 (remove_files) COMPLETE
57242026-08-05T19:48:53.997Z[ recovery-image] Aug 05 19:48:53.327 INFO O| Aug 05 19:48:53.327 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-05T19:48:54.007Z[ recovery-image] Aug 05 19:48:53.338 INFO O| Aug 05 19:48:53.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57262026-08-05T19:48:54.010Z[ recovery-image] Aug 05 19:48:53.339 INFO O| Aug 05 19:48:53.339 INFO STEP 160 (remove_files) COMPLETE
57272026-08-05T19:48:54.010Z[ recovery-image] Aug 05 19:48:53.339 INFO O| Aug 05 19:48:53.339 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-05T19:48:54.010Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
57292026-08-05T19:48:54.019Z[ recovery-image] Aug 05 19:48:53.351 INFO O| Aug 05 19:48:53.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57302026-08-05T19:48:54.019Z[ recovery-image] Aug 05 19:48:53.351 INFO O| Aug 05 19:48:53.351 INFO STEP 161 (remove_files) COMPLETE
57312026-08-05T19:48:54.019Z[ recovery-image] Aug 05 19:48:53.351 INFO O| Aug 05 19:48:53.351 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-05T19:48:54.029Z[ recovery-image] Aug 05 19:48:53.360 INFO O| Aug 05 19:48:53.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57332026-08-05T19:48:54.029Z[ recovery-image] Aug 05 19:48:53.360 INFO O| Aug 05 19:48:53.360 INFO STEP 162 (remove_files) COMPLETE
57342026-08-05T19:48:54.033Z[ recovery-image] Aug 05 19:48:53.360 INFO O| Aug 05 19:48:53.360 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-05T19:48:54.037Z[ recovery-image] Aug 05 19:48:53.368 INFO O| Aug 05 19:48:53.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57362026-08-05T19:48:54.037Z[ recovery-image] Aug 05 19:48:53.368 INFO O| Aug 05 19:48:53.368 INFO STEP 163 (remove_files) COMPLETE
57372026-08-05T19:48:54.040Z[ recovery-image] Aug 05 19:48:53.369 INFO O| Aug 05 19:48:53.368 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-05T19:48:54.045Z[ recovery-image] Aug 05 19:48:53.377 INFO O| Aug 05 19:48:53.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57392026-08-05T19:48:54.046Z[ recovery-image] Aug 05 19:48:53.377 INFO O| Aug 05 19:48:53.377 INFO STEP 164 (remove_files) COMPLETE
57402026-08-05T19:48:54.046Z[ recovery-image] Aug 05 19:48:53.377 INFO O| Aug 05 19:48:53.377 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-05T19:48:54.055Z[ recovery-image] Aug 05 19:48:53.386 INFO O| Aug 05 19:48:53.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57422026-08-05T19:48:54.055Z[ recovery-image] Aug 05 19:48:53.386 INFO O| Aug 05 19:48:53.386 INFO STEP 165 (remove_files) COMPLETE
57432026-08-05T19:48:54.058Z[ recovery-image] Aug 05 19:48:53.386 INFO O| Aug 05 19:48:53.386 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-05T19:48:54.065Z[ recovery-image] Aug 05 19:48:53.396 INFO O| Aug 05 19:48:53.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57452026-08-05T19:48:54.065Z[ recovery-image] Aug 05 19:48:53.396 INFO O| Aug 05 19:48:53.396 INFO STEP 166 (remove_files) COMPLETE
57462026-08-05T19:48:54.065Z[ recovery-image] Aug 05 19:48:53.396 INFO O| Aug 05 19:48:53.396 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-05T19:48:54.074Z[ recovery-image] Aug 05 19:48:53.406 INFO O| Aug 05 19:48:53.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57482026-08-05T19:48:54.075Z[ recovery-image] Aug 05 19:48:53.406 INFO O| Aug 05 19:48:53.406 INFO STEP 167 (remove_files) COMPLETE
57492026-08-05T19:48:54.075Z[ recovery-image] Aug 05 19:48:53.406 INFO O| Aug 05 19:48:53.406 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-05T19:48:54.084Z[ recovery-image] Aug 05 19:48:53.415 INFO O| Aug 05 19:48:53.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57512026-08-05T19:48:54.084Z[ recovery-image] Aug 05 19:48:53.415 INFO O| Aug 05 19:48:53.415 INFO STEP 168 (remove_files) COMPLETE
57522026-08-05T19:48:54.084Z[ recovery-image] Aug 05 19:48:53.415 INFO O| Aug 05 19:48:53.415 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-05T19:48:54.094Z[ recovery-image] Aug 05 19:48:53.426 INFO O| Aug 05 19:48:53.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57542026-08-05T19:48:54.094Z[ recovery-image] Aug 05 19:48:53.426 INFO O| Aug 05 19:48:53.426 INFO STEP 169 (remove_files) COMPLETE
57552026-08-05T19:48:54.097Z[ recovery-image] Aug 05 19:48:53.426 INFO O| Aug 05 19:48:53.426 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-05T19:48:54.105Z[ recovery-image] Aug 05 19:48:53.436 INFO O| Aug 05 19:48:53.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57572026-08-05T19:48:54.105Z[ recovery-image] Aug 05 19:48:53.436 INFO O| Aug 05 19:48:53.436 INFO STEP 170 (remove_files) COMPLETE
57582026-08-05T19:48:54.105Z[ recovery-image] Aug 05 19:48:53.436 INFO O| Aug 05 19:48:53.436 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-05T19:48:54.115Z[ recovery-image] Aug 05 19:48:53.446 INFO O| Aug 05 19:48:53.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57602026-08-05T19:48:54.115Z[ recovery-image] Aug 05 19:48:53.446 INFO O| Aug 05 19:48:53.446 INFO STEP 171 (remove_files) COMPLETE
57612026-08-05T19:48:54.115Z[ recovery-image] Aug 05 19:48:53.446 INFO O| Aug 05 19:48:53.446 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-05T19:48:54.125Z[ recovery-image] Aug 05 19:48:53.456 INFO O| Aug 05 19:48:53.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57632026-08-05T19:48:54.125Z[ recovery-image] Aug 05 19:48:53.456 INFO O| Aug 05 19:48:53.456 INFO STEP 172 (remove_files) COMPLETE
57642026-08-05T19:48:54.125Z[ recovery-image] Aug 05 19:48:53.456 INFO O| Aug 05 19:48:53.456 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-05T19:48:54.134Z[ recovery-image] Aug 05 19:48:53.465 INFO O| Aug 05 19:48:53.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57662026-08-05T19:48:54.134Z[ recovery-image] Aug 05 19:48:53.465 INFO O| Aug 05 19:48:53.465 INFO STEP 173 (remove_files) COMPLETE
57672026-08-05T19:48:54.138Z[ recovery-image] Aug 05 19:48:53.465 INFO O| Aug 05 19:48:53.465 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-05T19:48:54.143Z[ recovery-image] Aug 05 19:48:53.475 INFO O| Aug 05 19:48:53.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57692026-08-05T19:48:54.144Z[ recovery-image] Aug 05 19:48:53.475 INFO O| Aug 05 19:48:53.475 INFO STEP 174 (remove_files) COMPLETE
57702026-08-05T19:48:54.144Z[ recovery-image] Aug 05 19:48:53.475 INFO O| Aug 05 19:48:53.475 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-05T19:48:54.153Z[ recovery-image] Aug 05 19:48:53.485 INFO O| Aug 05 19:48:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57722026-08-05T19:48:54.153Z[ recovery-image] Aug 05 19:48:53.485 INFO O| Aug 05 19:48:53.485 INFO STEP 175 (remove_files) COMPLETE
57732026-08-05T19:48:54.156Z[ recovery-image] Aug 05 19:48:53.485 INFO O| Aug 05 19:48:53.485 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-05T19:48:54.163Z[ recovery-image] Aug 05 19:48:53.494 INFO O| Aug 05 19:48:53.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57752026-08-05T19:48:54.163Z[ recovery-image] Aug 05 19:48:53.494 INFO O| Aug 05 19:48:53.494 INFO STEP 176 (remove_files) COMPLETE
57762026-08-05T19:48:54.166Z[ recovery-image] Aug 05 19:48:53.494 INFO O| Aug 05 19:48:53.494 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-05T19:48:54.173Z[ recovery-image] Aug 05 19:48:53.505 INFO O| Aug 05 19:48:53.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57782026-08-05T19:48:54.173Z[ recovery-image] Aug 05 19:48:53.505 INFO O| Aug 05 19:48:53.505 INFO STEP 177 (remove_files) COMPLETE
57792026-08-05T19:48:54.173Z[ recovery-image] Aug 05 19:48:53.505 INFO O| Aug 05 19:48:53.505 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-05T19:48:54.183Z[ recovery-image] Aug 05 19:48:53.515 INFO O| Aug 05 19:48:53.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57812026-08-05T19:48:54.183Z[ recovery-image] Aug 05 19:48:53.515 INFO O| Aug 05 19:48:53.515 INFO STEP 178 (remove_files) COMPLETE
57822026-08-05T19:48:54.187Z[ recovery-image] Aug 05 19:48:53.515 INFO O| Aug 05 19:48:53.515 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-05T19:48:54.196Z[ recovery-image] Aug 05 19:48:53.524 INFO O| Aug 05 19:48:53.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57842026-08-05T19:48:54.196Z[ recovery-image] Aug 05 19:48:53.524 INFO O| Aug 05 19:48:53.524 INFO STEP 179 (remove_files) COMPLETE
57852026-08-05T19:48:54.196Z[ recovery-image] Aug 05 19:48:53.524 INFO O| Aug 05 19:48:53.524 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-05T19:48:54.202Z[ recovery-image] Aug 05 19:48:53.534 INFO O| Aug 05 19:48:53.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57872026-08-05T19:48:54.202Z[ recovery-image] Aug 05 19:48:53.534 INFO O| Aug 05 19:48:53.534 INFO STEP 180 (remove_files) COMPLETE
57882026-08-05T19:48:54.205Z[ recovery-image] Aug 05 19:48:53.534 INFO O| Aug 05 19:48:53.534 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-05T19:48:54.213Z[ recovery-image] Aug 05 19:48:53.544 INFO O| Aug 05 19:48:53.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57902026-08-05T19:48:54.213Z[ recovery-image] Aug 05 19:48:53.544 INFO O| Aug 05 19:48:53.544 INFO STEP 181 (remove_files) COMPLETE
57912026-08-05T19:48:54.213Z[ recovery-image] Aug 05 19:48:53.544 INFO O| Aug 05 19:48:53.544 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-05T19:48:54.223Z[ recovery-image] Aug 05 19:48:53.554 INFO O| Aug 05 19:48:53.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57932026-08-05T19:48:54.223Z[ recovery-image] Aug 05 19:48:53.554 INFO O| Aug 05 19:48:53.554 INFO STEP 182 (remove_files) COMPLETE
57942026-08-05T19:48:54.223Z[ recovery-image] Aug 05 19:48:53.554 INFO O| Aug 05 19:48:53.554 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-05T19:48:54.233Z[ recovery-image] Aug 05 19:48:53.564 INFO O| Aug 05 19:48:53.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57962026-08-05T19:48:54.233Z[ recovery-image] Aug 05 19:48:53.564 INFO O| Aug 05 19:48:53.564 INFO STEP 183 (remove_files) COMPLETE
57972026-08-05T19:48:54.236Z[ recovery-image] Aug 05 19:48:53.564 INFO O| Aug 05 19:48:53.564 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-05T19:48:54.243Z[ recovery-image] Aug 05 19:48:53.575 INFO O| Aug 05 19:48:53.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57992026-08-05T19:48:54.243Z[ recovery-image] Aug 05 19:48:53.575 INFO O| Aug 05 19:48:53.575 INFO STEP 184 (remove_files) COMPLETE
58002026-08-05T19:48:54.246Z[ recovery-image] Aug 05 19:48:53.575 INFO O| Aug 05 19:48:53.575 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-05T19:48:54.246Z[verify-libraries] Compiling generic-array v1.4.3
58022026-08-05T19:48:54.254Z[ recovery-image] Aug 05 19:48:53.585 INFO O| Aug 05 19:48:53.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58032026-08-05T19:48:54.254Z[ recovery-image] Aug 05 19:48:53.585 INFO O| Aug 05 19:48:53.585 INFO STEP 185 (remove_files) COMPLETE
58042026-08-05T19:48:54.254Z[ recovery-image] Aug 05 19:48:53.585 INFO O| Aug 05 19:48:53.585 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-05T19:48:54.264Z[ recovery-image] Aug 05 19:48:53.596 INFO O| Aug 05 19:48:53.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58062026-08-05T19:48:54.265Z[ recovery-image] Aug 05 19:48:53.596 INFO O| Aug 05 19:48:53.596 INFO STEP 186 (remove_files) COMPLETE
58072026-08-05T19:48:54.268Z[ recovery-image] Aug 05 19:48:53.596 INFO O| Aug 05 19:48:53.596 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-05T19:48:54.275Z[ recovery-image] Aug 05 19:48:53.606 INFO O| Aug 05 19:48:53.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58092026-08-05T19:48:54.275Z[ recovery-image] Aug 05 19:48:53.606 INFO O| Aug 05 19:48:53.606 INFO STEP 187 (remove_files) COMPLETE
58102026-08-05T19:48:54.278Z[ recovery-image] Aug 05 19:48:53.606 INFO O| Aug 05 19:48:53.606 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-05T19:48:54.284Z[ recovery-image] Aug 05 19:48:53.616 INFO O| Aug 05 19:48:53.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58122026-08-05T19:48:54.284Z[ recovery-image] Aug 05 19:48:53.616 INFO O| Aug 05 19:48:53.616 INFO STEP 188 (remove_files) COMPLETE
58132026-08-05T19:48:54.284Z[ recovery-image] Aug 05 19:48:53.616 INFO O| Aug 05 19:48:53.616 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-05T19:48:54.294Z[ recovery-image] Aug 05 19:48:53.626 INFO O| Aug 05 19:48:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58152026-08-05T19:48:54.294Z[ recovery-image] Aug 05 19:48:53.626 INFO O| Aug 05 19:48:53.626 INFO STEP 189 (remove_files) COMPLETE
58162026-08-05T19:48:54.294Z[ recovery-image] Aug 05 19:48:53.626 INFO O| Aug 05 19:48:53.626 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-05T19:48:54.304Z[ recovery-image] Aug 05 19:48:53.635 INFO O| Aug 05 19:48:53.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58182026-08-05T19:48:54.304Z[ recovery-image] Aug 05 19:48:53.635 INFO O| Aug 05 19:48:53.635 INFO STEP 190 (remove_files) COMPLETE
58192026-08-05T19:48:54.304Z[ recovery-image] Aug 05 19:48:53.635 INFO O| Aug 05 19:48:53.635 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-05T19:48:54.312Z[ recovery-image] Aug 05 19:48:53.643 INFO O| Aug 05 19:48:53.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58212026-08-05T19:48:54.312Z[ recovery-image] Aug 05 19:48:53.643 INFO O| Aug 05 19:48:53.643 INFO STEP 191 (remove_files) COMPLETE
58222026-08-05T19:48:54.315Z[ recovery-image] Aug 05 19:48:53.643 INFO O| Aug 05 19:48:53.643 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-05T19:48:54.321Z[ recovery-image] Aug 05 19:48:53.652 INFO O| Aug 05 19:48:53.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58242026-08-05T19:48:54.321Z[ recovery-image] Aug 05 19:48:53.652 INFO O| Aug 05 19:48:53.652 INFO STEP 192 (remove_files) COMPLETE
58252026-08-05T19:48:54.321Z[ recovery-image] Aug 05 19:48:53.652 INFO O| Aug 05 19:48:53.652 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-05T19:48:54.332Z[ recovery-image] Aug 05 19:48:53.664 INFO O| Aug 05 19:48:53.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58272026-08-05T19:48:54.332Z[ recovery-image] Aug 05 19:48:53.664 INFO O| Aug 05 19:48:53.664 INFO STEP 193 (remove_files) COMPLETE
58282026-08-05T19:48:54.332Z[ recovery-image] Aug 05 19:48:53.664 INFO O| Aug 05 19:48:53.664 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-05T19:48:54.342Z[ recovery-image] Aug 05 19:48:53.673 INFO O| Aug 05 19:48:53.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58302026-08-05T19:48:54.342Z[ recovery-image] Aug 05 19:48:53.673 INFO O| Aug 05 19:48:53.673 INFO STEP 194 (remove_files) COMPLETE
58312026-08-05T19:48:54.342Z[ recovery-image] Aug 05 19:48:53.673 INFO O| Aug 05 19:48:53.673 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-05T19:48:54.351Z[ recovery-image] Aug 05 19:48:53.683 INFO O| Aug 05 19:48:53.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58332026-08-05T19:48:54.351Z[ recovery-image] Aug 05 19:48:53.683 INFO O| Aug 05 19:48:53.683 INFO STEP 195 (remove_files) COMPLETE
58342026-08-05T19:48:54.351Z[ recovery-image] Aug 05 19:48:53.683 INFO O| Aug 05 19:48:53.683 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-05T19:48:54.365Z[ recovery-image] Aug 05 19:48:53.695 INFO O| Aug 05 19:48:53.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58362026-08-05T19:48:54.365Z[ recovery-image] Aug 05 19:48:53.696 INFO O| Aug 05 19:48:53.695 INFO STEP 196 (remove_files) COMPLETE
58372026-08-05T19:48:54.365Z[ recovery-image] Aug 05 19:48:53.696 INFO O| Aug 05 19:48:53.695 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-05T19:48:54.375Z[ recovery-image] Aug 05 19:48:53.706 INFO O| Aug 05 19:48:53.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58392026-08-05T19:48:54.375Z[ recovery-image] Aug 05 19:48:53.706 INFO O| Aug 05 19:48:53.706 INFO STEP 197 (remove_files) COMPLETE
58402026-08-05T19:48:54.375Z[ recovery-image] Aug 05 19:48:53.706 INFO O| Aug 05 19:48:53.706 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-05T19:48:54.393Z[ recovery-image] Aug 05 19:48:53.717 INFO O| Aug 05 19:48:53.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58422026-08-05T19:48:54.393Z[ recovery-image] Aug 05 19:48:53.717 INFO O| Aug 05 19:48:53.717 INFO STEP 198 (remove_files) COMPLETE
58432026-08-05T19:48:54.393Z[ recovery-image] Aug 05 19:48:53.717 INFO O| Aug 05 19:48:53.717 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-05T19:48:54.411Z[ recovery-image] Aug 05 19:48:53.726 INFO O| Aug 05 19:48:53.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58452026-08-05T19:48:54.411Z[ recovery-image] Aug 05 19:48:53.726 INFO O| Aug 05 19:48:53.726 INFO STEP 199 (remove_files) COMPLETE
58462026-08-05T19:48:54.411Z[ recovery-image] Aug 05 19:48:53.726 INFO O| Aug 05 19:48:53.726 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-05T19:48:54.457Z[ recovery-image] Aug 05 19:48:53.788 INFO O| Aug 05 19:48:53.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58482026-08-05T19:48:54.457Z[ recovery-image] Aug 05 19:48:53.788 INFO O| Aug 05 19:48:53.788 INFO STEP 200 (remove_files) COMPLETE
58492026-08-05T19:48:54.457Z[ recovery-image] Aug 05 19:48:53.788 INFO O| Aug 05 19:48:53.788 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-05T19:48:54.466Z[ recovery-image] Aug 05 19:48:53.797 INFO O| Aug 05 19:48:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58512026-08-05T19:48:54.466Z[ recovery-image] Aug 05 19:48:53.797 INFO O| Aug 05 19:48:53.797 INFO STEP 201 (remove_files) COMPLETE
58522026-08-05T19:48:54.466Z[ recovery-image] Aug 05 19:48:53.797 INFO O| Aug 05 19:48:53.797 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-05T19:48:54.475Z[ recovery-image] Aug 05 19:48:53.806 INFO O| Aug 05 19:48:53.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58542026-08-05T19:48:54.475Z[ recovery-image] Aug 05 19:48:53.806 INFO O| Aug 05 19:48:53.806 INFO STEP 202 (remove_files) COMPLETE
58552026-08-05T19:48:54.475Z[ recovery-image] Aug 05 19:48:53.806 INFO O| Aug 05 19:48:53.806 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-05T19:48:54.483Z[ recovery-image] Aug 05 19:48:53.814 INFO O| Aug 05 19:48:53.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58572026-08-05T19:48:54.483Z[ recovery-image] Aug 05 19:48:53.814 INFO O| Aug 05 19:48:53.814 INFO STEP 203 (remove_files) COMPLETE
58582026-08-05T19:48:54.483Z[ recovery-image] Aug 05 19:48:53.814 INFO O| Aug 05 19:48:53.814 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-05T19:48:54.491Z[ recovery-image] Aug 05 19:48:53.822 INFO O| Aug 05 19:48:53.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58602026-08-05T19:48:54.491Z[ recovery-image] Aug 05 19:48:53.822 INFO O| Aug 05 19:48:53.822 INFO STEP 204 (remove_files) COMPLETE
58612026-08-05T19:48:54.491Z[ recovery-image] Aug 05 19:48:53.822 INFO O| Aug 05 19:48:53.822 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-05T19:48:54.500Z[ recovery-image] Aug 05 19:48:53.832 INFO O| Aug 05 19:48:53.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58632026-08-05T19:48:54.500Z[ recovery-image] Aug 05 19:48:53.832 INFO O| Aug 05 19:48:53.832 INFO STEP 205 (remove_files) COMPLETE
58642026-08-05T19:48:54.500Z[ recovery-image] Aug 05 19:48:53.832 INFO O| Aug 05 19:48:53.832 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-05T19:48:54.511Z[ recovery-image] Aug 05 19:48:53.842 INFO O| Aug 05 19:48:53.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58662026-08-05T19:48:54.511Z[ recovery-image] Aug 05 19:48:53.842 INFO O| Aug 05 19:48:53.842 INFO STEP 206 (remove_files) COMPLETE
58672026-08-05T19:48:54.511Z[ recovery-image] Aug 05 19:48:53.842 INFO O| Aug 05 19:48:53.842 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-05T19:48:54.520Z[ recovery-image] Aug 05 19:48:53.851 INFO O| Aug 05 19:48:53.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58692026-08-05T19:48:54.520Z[ recovery-image] Aug 05 19:48:53.852 INFO O| Aug 05 19:48:53.851 INFO STEP 207 (remove_files) COMPLETE
58702026-08-05T19:48:54.520Z[ recovery-image] Aug 05 19:48:53.852 INFO O| Aug 05 19:48:53.851 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-05T19:48:54.530Z[ recovery-image] Aug 05 19:48:53.861 INFO O| Aug 05 19:48:53.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58722026-08-05T19:48:54.530Z[ recovery-image] Aug 05 19:48:53.861 INFO O| Aug 05 19:48:53.861 INFO STEP 208 (remove_files) COMPLETE
58732026-08-05T19:48:54.530Z[ recovery-image] Aug 05 19:48:53.861 INFO O| Aug 05 19:48:53.861 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-05T19:48:54.541Z[ recovery-image] Aug 05 19:48:53.872 INFO O| Aug 05 19:48:53.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58752026-08-05T19:48:54.541Z[ recovery-image] Aug 05 19:48:53.872 INFO O| Aug 05 19:48:53.872 INFO STEP 209 (remove_files) COMPLETE
58762026-08-05T19:48:54.541Z[ recovery-image] Aug 05 19:48:53.872 INFO O| Aug 05 19:48:53.872 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-05T19:48:54.550Z[ recovery-image] Aug 05 19:48:53.881 INFO O| Aug 05 19:48:53.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58782026-08-05T19:48:54.550Z[ recovery-image] Aug 05 19:48:53.881 INFO O| Aug 05 19:48:53.881 INFO STEP 210 (remove_files) COMPLETE
58792026-08-05T19:48:54.550Z[ recovery-image] Aug 05 19:48:53.881 INFO O| Aug 05 19:48:53.881 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-05T19:48:54.559Z[ recovery-image] Aug 05 19:48:53.890 INFO O| Aug 05 19:48:53.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58812026-08-05T19:48:54.559Z[ recovery-image] Aug 05 19:48:53.890 INFO O| Aug 05 19:48:53.890 INFO STEP 211 (remove_files) COMPLETE
58822026-08-05T19:48:54.559Z[ recovery-image] Aug 05 19:48:53.890 INFO O| Aug 05 19:48:53.890 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-05T19:48:54.562Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58842026-08-05T19:48:54.568Z[ recovery-image] Aug 05 19:48:53.899 INFO O| Aug 05 19:48:53.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58852026-08-05T19:48:54.568Z[ recovery-image] Aug 05 19:48:53.899 INFO O| Aug 05 19:48:53.899 INFO STEP 212 (remove_files) COMPLETE
58862026-08-05T19:48:54.568Z[ recovery-image] Aug 05 19:48:53.899 INFO O| Aug 05 19:48:53.899 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-05T19:48:54.577Z[ recovery-image] Aug 05 19:48:53.908 INFO O| Aug 05 19:48:53.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58882026-08-05T19:48:54.577Z[ recovery-image] Aug 05 19:48:53.908 INFO O| Aug 05 19:48:53.908 INFO STEP 213 (remove_files) COMPLETE
58892026-08-05T19:48:54.577Z[ recovery-image] Aug 05 19:48:53.908 INFO O| Aug 05 19:48:53.908 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-05T19:48:54.586Z[ recovery-image] Aug 05 19:48:53.917 INFO O| Aug 05 19:48:53.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58912026-08-05T19:48:54.586Z[ recovery-image] Aug 05 19:48:53.917 INFO O| Aug 05 19:48:53.917 INFO STEP 214 (remove_files) COMPLETE
58922026-08-05T19:48:54.589Z[ recovery-image] Aug 05 19:48:53.917 INFO O| Aug 05 19:48:53.917 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-05T19:48:54.592Z[verify-libraries] Compiling russh-util v0.52.0
58942026-08-05T19:48:54.596Z[ recovery-image] Aug 05 19:48:53.928 INFO O| Aug 05 19:48:53.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58952026-08-05T19:48:54.596Z[ recovery-image] Aug 05 19:48:53.928 INFO O| Aug 05 19:48:53.928 INFO STEP 215 (remove_files) COMPLETE
58962026-08-05T19:48:54.599Z[ recovery-image] Aug 05 19:48:53.928 INFO O| Aug 05 19:48:53.928 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-05T19:48:54.606Z[ recovery-image] Aug 05 19:48:53.937 INFO O| Aug 05 19:48:53.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58982026-08-05T19:48:54.606Z[ recovery-image] Aug 05 19:48:53.937 INFO O| Aug 05 19:48:53.937 INFO STEP 216 (remove_files) COMPLETE
58992026-08-05T19:48:54.606Z[ recovery-image] Aug 05 19:48:53.937 INFO O| Aug 05 19:48:53.937 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-05T19:48:54.616Z[ recovery-image] Aug 05 19:48:53.948 INFO O| Aug 05 19:48:53.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59012026-08-05T19:48:54.616Z[ recovery-image] Aug 05 19:48:53.948 INFO O| Aug 05 19:48:53.948 INFO STEP 217 (remove_files) COMPLETE
59022026-08-05T19:48:54.616Z[ recovery-image] Aug 05 19:48:53.948 INFO O| Aug 05 19:48:53.948 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-05T19:48:54.626Z[ recovery-image] Aug 05 19:48:53.958 INFO O| Aug 05 19:48:53.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59042026-08-05T19:48:54.632Z[ recovery-image] Aug 05 19:48:53.959 INFO O| Aug 05 19:48:53.959 INFO STEP 218 (remove_files) COMPLETE
59052026-08-05T19:48:54.632Z[ recovery-image] Aug 05 19:48:53.959 INFO O| Aug 05 19:48:53.959 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-05T19:48:54.637Z[ recovery-image] Aug 05 19:48:53.968 INFO O| Aug 05 19:48:53.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59072026-08-05T19:48:54.637Z[ recovery-image] Aug 05 19:48:53.968 INFO O| Aug 05 19:48:53.968 INFO STEP 219 (remove_files) COMPLETE
59082026-08-05T19:48:54.637Z[ recovery-image] Aug 05 19:48:53.968 INFO O| Aug 05 19:48:53.968 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-05T19:48:54.648Z[ recovery-image] Aug 05 19:48:53.979 INFO O| Aug 05 19:48:53.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59102026-08-05T19:48:54.648Z[ recovery-image] Aug 05 19:48:53.979 INFO O| Aug 05 19:48:53.979 INFO STEP 220 (remove_files) COMPLETE
59112026-08-05T19:48:54.651Z[ recovery-image] Aug 05 19:48:53.979 INFO O| Aug 05 19:48:53.979 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-05T19:48:54.658Z[ recovery-image] Aug 05 19:48:53.989 INFO O| Aug 05 19:48:53.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59132026-08-05T19:48:54.658Z[ recovery-image] Aug 05 19:48:53.989 INFO O| Aug 05 19:48:53.989 INFO STEP 221 (remove_files) COMPLETE
59142026-08-05T19:48:54.658Z[ recovery-image] Aug 05 19:48:53.989 INFO O| Aug 05 19:48:53.989 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-05T19:48:54.668Z[ recovery-image] Aug 05 19:48:53.999 INFO O| Aug 05 19:48:53.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59162026-08-05T19:48:54.668Z[ recovery-image] Aug 05 19:48:53.999 INFO O| Aug 05 19:48:53.999 INFO STEP 222 (remove_files) COMPLETE
59172026-08-05T19:48:54.671Z[ recovery-image] Aug 05 19:48:53.999 INFO O| Aug 05 19:48:53.999 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-05T19:48:54.677Z[ recovery-image] Aug 05 19:48:54.008 INFO O| Aug 05 19:48:54.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59192026-08-05T19:48:54.677Z[ recovery-image] Aug 05 19:48:54.009 INFO O| Aug 05 19:48:54.009 INFO STEP 223 (remove_files) COMPLETE
59202026-08-05T19:48:54.677Z[ recovery-image] Aug 05 19:48:54.009 INFO O| Aug 05 19:48:54.009 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-05T19:48:54.686Z[ recovery-image] Aug 05 19:48:54.018 INFO O| Aug 05 19:48:54.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59222026-08-05T19:48:54.686Z[ recovery-image] Aug 05 19:48:54.018 INFO O| Aug 05 19:48:54.018 INFO STEP 224 (remove_files) COMPLETE
59232026-08-05T19:48:54.686Z[ recovery-image] Aug 05 19:48:54.018 INFO O| Aug 05 19:48:54.018 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-05T19:48:54.695Z[ recovery-image] Aug 05 19:48:54.026 INFO O| Aug 05 19:48:54.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59252026-08-05T19:48:54.695Z[ recovery-image] Aug 05 19:48:54.026 INFO O| Aug 05 19:48:54.026 INFO STEP 225 (remove_files) COMPLETE
59262026-08-05T19:48:54.695Z[ recovery-image] Aug 05 19:48:54.026 INFO O| Aug 05 19:48:54.026 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-05T19:48:54.704Z[ recovery-image] Aug 05 19:48:54.035 INFO O| Aug 05 19:48:54.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59282026-08-05T19:48:54.704Z[ recovery-image] Aug 05 19:48:54.035 INFO O| Aug 05 19:48:54.035 INFO STEP 226 (remove_files) COMPLETE
59292026-08-05T19:48:54.704Z[ recovery-image] Aug 05 19:48:54.035 INFO O| Aug 05 19:48:54.035 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-05T19:48:54.712Z[ recovery-image] Aug 05 19:48:54.044 INFO O| Aug 05 19:48:54.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59312026-08-05T19:48:54.712Z[ recovery-image] Aug 05 19:48:54.044 INFO O| Aug 05 19:48:54.044 INFO STEP 227 (remove_files) COMPLETE
59322026-08-05T19:48:54.716Z[ recovery-image] Aug 05 19:48:54.044 INFO O| Aug 05 19:48:54.044 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-05T19:48:54.723Z[ recovery-image] Aug 05 19:48:54.055 INFO O| Aug 05 19:48:54.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59342026-08-05T19:48:54.723Z[ recovery-image] Aug 05 19:48:54.055 INFO O| Aug 05 19:48:54.055 INFO STEP 228 (remove_files) COMPLETE
59352026-08-05T19:48:54.727Z[ recovery-image] Aug 05 19:48:54.055 INFO O| Aug 05 19:48:54.055 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-05T19:48:54.734Z[ recovery-image] Aug 05 19:48:54.065 INFO O| Aug 05 19:48:54.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59372026-08-05T19:48:54.734Z[ recovery-image] Aug 05 19:48:54.065 INFO O| Aug 05 19:48:54.065 INFO STEP 229 (remove_files) COMPLETE
59382026-08-05T19:48:54.734Z[ recovery-image] Aug 05 19:48:54.065 INFO O| Aug 05 19:48:54.065 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-05T19:48:54.745Z[ recovery-image] Aug 05 19:48:54.076 INFO O| Aug 05 19:48:54.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59402026-08-05T19:48:54.745Z[ recovery-image] Aug 05 19:48:54.076 INFO O| Aug 05 19:48:54.076 INFO STEP 230 (remove_files) COMPLETE
59412026-08-05T19:48:54.745Z[ recovery-image] Aug 05 19:48:54.076 INFO O| Aug 05 19:48:54.076 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-05T19:48:54.756Z[ recovery-image] Aug 05 19:48:54.087 INFO O| Aug 05 19:48:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59432026-08-05T19:48:54.756Z[ recovery-image] Aug 05 19:48:54.087 INFO O| Aug 05 19:48:54.087 INFO STEP 231 (remove_files) COMPLETE
59442026-08-05T19:48:54.756Z[ recovery-image] Aug 05 19:48:54.087 INFO O| Aug 05 19:48:54.087 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-05T19:48:54.765Z[ recovery-image] Aug 05 19:48:54.097 INFO O| Aug 05 19:48:54.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59462026-08-05T19:48:54.765Z[ recovery-image] Aug 05 19:48:54.097 INFO O| Aug 05 19:48:54.097 INFO STEP 232 (remove_files) COMPLETE
59472026-08-05T19:48:54.765Z[ recovery-image] Aug 05 19:48:54.097 INFO O| Aug 05 19:48:54.097 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-05T19:48:54.776Z[ recovery-image] Aug 05 19:48:54.108 INFO O| Aug 05 19:48:54.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59492026-08-05T19:48:54.776Z[ recovery-image] Aug 05 19:48:54.108 INFO O| Aug 05 19:48:54.108 INFO STEP 233 (remove_files) COMPLETE
59502026-08-05T19:48:54.776Z[ recovery-image] Aug 05 19:48:54.108 INFO O| Aug 05 19:48:54.108 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-05T19:48:54.787Z[ recovery-image] Aug 05 19:48:54.118 INFO O| Aug 05 19:48:54.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59522026-08-05T19:48:54.787Z[ recovery-image] Aug 05 19:48:54.119 INFO O| Aug 05 19:48:54.119 INFO STEP 234 (remove_files) COMPLETE
59532026-08-05T19:48:54.787Z[ recovery-image] Aug 05 19:48:54.119 INFO O| Aug 05 19:48:54.119 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-05T19:48:54.797Z[ recovery-image] Aug 05 19:48:54.128 INFO O| Aug 05 19:48:54.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59552026-08-05T19:48:54.797Z[ recovery-image] Aug 05 19:48:54.128 INFO O| Aug 05 19:48:54.128 INFO STEP 235 (remove_files) COMPLETE
59562026-08-05T19:48:54.797Z[ recovery-image] Aug 05 19:48:54.128 INFO O| Aug 05 19:48:54.128 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-05T19:48:54.800Z[verify-libraries] Compiling enum_dispatch v0.3.13
59582026-08-05T19:48:54.805Z[ recovery-image] Aug 05 19:48:54.137 INFO O| Aug 05 19:48:54.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59592026-08-05T19:48:54.806Z[ recovery-image] Aug 05 19:48:54.137 INFO O| Aug 05 19:48:54.137 INFO STEP 236 (remove_files) COMPLETE
59602026-08-05T19:48:54.808Z[ recovery-image] Aug 05 19:48:54.137 INFO O| Aug 05 19:48:54.137 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-05T19:48:54.816Z[ recovery-image] Aug 05 19:48:54.147 INFO O| Aug 05 19:48:54.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59622026-08-05T19:48:54.816Z[ recovery-image] Aug 05 19:48:54.147 INFO O| Aug 05 19:48:54.147 INFO STEP 237 (remove_files) COMPLETE
59632026-08-05T19:48:54.816Z[ recovery-image] Aug 05 19:48:54.147 INFO O| Aug 05 19:48:54.147 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-05T19:48:54.825Z[verify-libraries] Compiling sapling-renderdag v0.1.0
59652026-08-05T19:48:54.825Z[ recovery-image] Aug 05 19:48:54.156 INFO O| Aug 05 19:48:54.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59662026-08-05T19:48:54.825Z[ recovery-image] Aug 05 19:48:54.156 INFO O| Aug 05 19:48:54.156 INFO STEP 238 (remove_files) COMPLETE
59672026-08-05T19:48:54.825Z[ recovery-image] Aug 05 19:48:54.156 INFO O| Aug 05 19:48:54.156 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-05T19:48:54.835Z[ recovery-image] Aug 05 19:48:54.166 INFO O| Aug 05 19:48:54.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59692026-08-05T19:48:54.835Z[ recovery-image] Aug 05 19:48:54.166 INFO O| Aug 05 19:48:54.166 INFO STEP 239 (remove_files) COMPLETE
59702026-08-05T19:48:54.838Z[ recovery-image] Aug 05 19:48:54.166 INFO O| Aug 05 19:48:54.166 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-05T19:48:54.844Z[ recovery-image] Aug 05 19:48:54.175 INFO O| Aug 05 19:48:54.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59722026-08-05T19:48:54.844Z[ recovery-image] Aug 05 19:48:54.175 INFO O| Aug 05 19:48:54.175 INFO STEP 240 (remove_files) COMPLETE
59732026-08-05T19:48:54.847Z[ recovery-image] Aug 05 19:48:54.175 INFO O| Aug 05 19:48:54.175 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-05T19:48:54.854Z[ recovery-image] Aug 05 19:48:54.185 INFO O| Aug 05 19:48:54.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59752026-08-05T19:48:54.854Z[ recovery-image] Aug 05 19:48:54.185 INFO O| Aug 05 19:48:54.185 INFO STEP 241 (remove_files) COMPLETE
59762026-08-05T19:48:54.857Z[ recovery-image] Aug 05 19:48:54.185 INFO O| Aug 05 19:48:54.185 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-05T19:48:54.864Z[ recovery-image] Aug 05 19:48:54.195 INFO O| Aug 05 19:48:54.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59782026-08-05T19:48:54.864Z[ recovery-image] Aug 05 19:48:54.195 INFO O| Aug 05 19:48:54.195 INFO STEP 242 (remove_files) COMPLETE
59792026-08-05T19:48:54.869Z[ recovery-image] Aug 05 19:48:54.195 INFO O| Aug 05 19:48:54.195 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-05T19:48:54.873Z[ recovery-image] Aug 05 19:48:54.204 INFO O| Aug 05 19:48:54.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59812026-08-05T19:48:54.873Z[ recovery-image] Aug 05 19:48:54.204 INFO O| Aug 05 19:48:54.204 INFO STEP 243 (remove_files) COMPLETE
59822026-08-05T19:48:54.876Z[ recovery-image] Aug 05 19:48:54.204 INFO O| Aug 05 19:48:54.204 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-05T19:48:54.882Z[ recovery-image] Aug 05 19:48:54.214 INFO O| Aug 05 19:48:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59842026-08-05T19:48:54.882Z[ recovery-image] Aug 05 19:48:54.214 INFO O| Aug 05 19:48:54.214 INFO STEP 244 (remove_files) COMPLETE
59852026-08-05T19:48:54.885Z[ recovery-image] Aug 05 19:48:54.214 INFO O| Aug 05 19:48:54.214 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-05T19:48:54.893Z[ recovery-image] Aug 05 19:48:54.223 INFO O| Aug 05 19:48:54.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59872026-08-05T19:48:54.893Z[ recovery-image] Aug 05 19:48:54.223 INFO O| Aug 05 19:48:54.223 INFO STEP 245 (remove_files) COMPLETE
59882026-08-05T19:48:54.893Z[ recovery-image] Aug 05 19:48:54.223 INFO O| Aug 05 19:48:54.223 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-05T19:48:54.903Z[ recovery-image] Aug 05 19:48:54.235 INFO O| Aug 05 19:48:54.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59902026-08-05T19:48:54.904Z[ recovery-image] Aug 05 19:48:54.235 INFO O| Aug 05 19:48:54.235 INFO STEP 246 (remove_files) COMPLETE
59912026-08-05T19:48:54.904Z[ recovery-image] Aug 05 19:48:54.235 INFO O| Aug 05 19:48:54.235 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-05T19:48:54.913Z[ recovery-image] Aug 05 19:48:54.244 INFO O| Aug 05 19:48:54.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59932026-08-05T19:48:54.913Z[ recovery-image] Aug 05 19:48:54.244 INFO O| Aug 05 19:48:54.244 INFO STEP 247 (remove_files) COMPLETE
59942026-08-05T19:48:54.916Z[ recovery-image] Aug 05 19:48:54.244 INFO O| Aug 05 19:48:54.244 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-05T19:48:54.922Z[ recovery-image] Aug 05 19:48:54.254 INFO O| Aug 05 19:48:54.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59962026-08-05T19:48:54.923Z[ recovery-image] Aug 05 19:48:54.254 INFO O| Aug 05 19:48:54.254 INFO STEP 248 (remove_files) COMPLETE
59972026-08-05T19:48:54.923Z[ recovery-image] Aug 05 19:48:54.254 INFO O| Aug 05 19:48:54.254 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-05T19:48:54.932Z[ recovery-image] Aug 05 19:48:54.264 INFO O| Aug 05 19:48:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59992026-08-05T19:48:54.932Z[ recovery-image] Aug 05 19:48:54.264 INFO O| Aug 05 19:48:54.264 INFO STEP 249 (remove_files) COMPLETE
60002026-08-05T19:48:54.935Z[ recovery-image] Aug 05 19:48:54.264 INFO O| Aug 05 19:48:54.264 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-05T19:48:54.942Z[ recovery-image] Aug 05 19:48:54.274 INFO O| Aug 05 19:48:54.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60022026-08-05T19:48:54.942Z[ recovery-image] Aug 05 19:48:54.274 INFO O| Aug 05 19:48:54.274 INFO STEP 250 (remove_files) COMPLETE
60032026-08-05T19:48:54.945Z[ recovery-image] Aug 05 19:48:54.274 INFO O| Aug 05 19:48:54.274 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-05T19:48:54.952Z[ recovery-image] Aug 05 19:48:54.283 INFO O| Aug 05 19:48:54.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60052026-08-05T19:48:54.952Z[ recovery-image] Aug 05 19:48:54.283 INFO O| Aug 05 19:48:54.283 INFO STEP 251 (remove_files) COMPLETE
60062026-08-05T19:48:54.952Z[ recovery-image] Aug 05 19:48:54.283 INFO O| Aug 05 19:48:54.283 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-05T19:48:54.962Z[ recovery-image] Aug 05 19:48:54.293 INFO O| Aug 05 19:48:54.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60082026-08-05T19:48:54.962Z[ recovery-image] Aug 05 19:48:54.293 INFO O| Aug 05 19:48:54.293 INFO STEP 252 (remove_files) COMPLETE
60092026-08-05T19:48:54.962Z[ recovery-image] Aug 05 19:48:54.293 INFO O| Aug 05 19:48:54.293 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-05T19:48:54.972Z[ recovery-image] Aug 05 19:48:54.304 INFO O| Aug 05 19:48:54.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60112026-08-05T19:48:54.972Z[ recovery-image] Aug 05 19:48:54.304 INFO O| Aug 05 19:48:54.304 INFO STEP 253 (remove_files) COMPLETE
60122026-08-05T19:48:54.972Z[ recovery-image] Aug 05 19:48:54.304 INFO O| Aug 05 19:48:54.304 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-05T19:48:54.988Z[ recovery-image] Aug 05 19:48:54.319 INFO O| Aug 05 19:48:54.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60142026-08-05T19:48:54.988Z[ recovery-image] Aug 05 19:48:54.320 INFO O| Aug 05 19:48:54.320 INFO STEP 254 (remove_files) COMPLETE
60152026-08-05T19:48:54.988Z[ recovery-image] Aug 05 19:48:54.320 INFO O| Aug 05 19:48:54.320 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-05T19:48:54.999Z[ recovery-image] Aug 05 19:48:54.331 INFO O| Aug 05 19:48:54.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60172026-08-05T19:48:54.999Z[ recovery-image] Aug 05 19:48:54.331 INFO O| Aug 05 19:48:54.331 INFO STEP 255 (remove_files) COMPLETE
60182026-08-05T19:48:54.999Z[ recovery-image] Aug 05 19:48:54.331 INFO O| Aug 05 19:48:54.331 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-05T19:48:55.010Z[ recovery-image] Aug 05 19:48:54.341 INFO O| Aug 05 19:48:54.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60202026-08-05T19:48:55.010Z[ recovery-image] Aug 05 19:48:54.341 INFO O| Aug 05 19:48:54.341 INFO STEP 256 (remove_files) COMPLETE
60212026-08-05T19:48:55.010Z[ recovery-image] Aug 05 19:48:54.341 INFO O| Aug 05 19:48:54.341 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-05T19:48:55.019Z[ recovery-image] Aug 05 19:48:54.350 INFO O| Aug 05 19:48:54.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60232026-08-05T19:48:55.019Z[ recovery-image] Aug 05 19:48:54.350 INFO O| Aug 05 19:48:54.350 INFO STEP 257 (remove_files) COMPLETE
60242026-08-05T19:48:55.022Z[ recovery-image] Aug 05 19:48:54.350 INFO O| Aug 05 19:48:54.350 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-05T19:48:55.029Z[ recovery-image] Aug 05 19:48:54.361 INFO O| Aug 05 19:48:54.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60262026-08-05T19:48:55.029Z[ recovery-image] Aug 05 19:48:54.361 INFO O| Aug 05 19:48:54.361 INFO STEP 258 (remove_files) COMPLETE
60272026-08-05T19:48:55.032Z[ recovery-image] Aug 05 19:48:54.361 INFO O| Aug 05 19:48:54.361 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-05T19:48:55.040Z[ recovery-image] Aug 05 19:48:54.371 INFO O| Aug 05 19:48:54.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60292026-08-05T19:48:55.040Z[ recovery-image] Aug 05 19:48:54.371 INFO O| Aug 05 19:48:54.371 INFO STEP 259 (remove_files) COMPLETE
60302026-08-05T19:48:55.040Z[ recovery-image] Aug 05 19:48:54.371 INFO O| Aug 05 19:48:54.371 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-05T19:48:55.049Z[ recovery-image] Aug 05 19:48:54.381 INFO O| Aug 05 19:48:54.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60322026-08-05T19:48:55.049Z[ recovery-image] Aug 05 19:48:54.381 INFO O| Aug 05 19:48:54.381 INFO STEP 260 (remove_files) COMPLETE
60332026-08-05T19:48:55.049Z[ recovery-image] Aug 05 19:48:54.381 INFO O| Aug 05 19:48:54.381 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-05T19:48:55.059Z[ recovery-image] Aug 05 19:48:54.390 INFO O| Aug 05 19:48:54.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60352026-08-05T19:48:55.062Z[ recovery-image] Aug 05 19:48:54.390 INFO O| Aug 05 19:48:54.390 INFO STEP 261 (remove_files) COMPLETE
60362026-08-05T19:48:55.062Z[ recovery-image] Aug 05 19:48:54.390 INFO O| Aug 05 19:48:54.390 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-05T19:48:55.069Z[ recovery-image] Aug 05 19:48:54.400 INFO O| Aug 05 19:48:54.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60382026-08-05T19:48:55.072Z[ recovery-image] Aug 05 19:48:54.401 INFO O| Aug 05 19:48:54.401 INFO STEP 262 (remove_files) COMPLETE
60392026-08-05T19:48:55.072Z[ recovery-image] Aug 05 19:48:54.401 INFO O| Aug 05 19:48:54.401 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-05T19:48:55.080Z[ recovery-image] Aug 05 19:48:54.411 INFO O| Aug 05 19:48:54.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60412026-08-05T19:48:55.080Z[ recovery-image] Aug 05 19:48:54.411 INFO O| Aug 05 19:48:54.411 INFO STEP 263 (remove_files) COMPLETE
60422026-08-05T19:48:55.080Z[ recovery-image] Aug 05 19:48:54.411 INFO O| Aug 05 19:48:54.411 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-05T19:48:55.090Z[ recovery-image] Aug 05 19:48:54.422 INFO O| Aug 05 19:48:54.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60442026-08-05T19:48:55.090Z[ recovery-image] Aug 05 19:48:54.422 INFO O| Aug 05 19:48:54.422 INFO STEP 264 (remove_files) COMPLETE
60452026-08-05T19:48:55.090Z[ recovery-image] Aug 05 19:48:54.422 INFO O| Aug 05 19:48:54.422 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-05T19:48:55.100Z[ recovery-image] Aug 05 19:48:54.431 INFO O| Aug 05 19:48:54.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60472026-08-05T19:48:55.100Z[ recovery-image] Aug 05 19:48:54.431 INFO O| Aug 05 19:48:54.431 INFO STEP 265 (remove_files) COMPLETE
60482026-08-05T19:48:55.103Z[ recovery-image] Aug 05 19:48:54.431 INFO O| Aug 05 19:48:54.431 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-05T19:48:55.111Z[ recovery-image] Aug 05 19:48:54.442 INFO O| Aug 05 19:48:54.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60502026-08-05T19:48:55.115Z[ recovery-image] Aug 05 19:48:54.443 INFO O| Aug 05 19:48:54.443 INFO STEP 266 (remove_files) COMPLETE
60512026-08-05T19:48:55.115Z[ recovery-image] Aug 05 19:48:54.443 INFO O| Aug 05 19:48:54.443 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-05T19:48:55.125Z[ recovery-image] Aug 05 19:48:54.454 INFO O| Aug 05 19:48:54.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60532026-08-05T19:48:55.125Z[ recovery-image] Aug 05 19:48:54.455 INFO O| Aug 05 19:48:54.455 INFO STEP 267 (remove_files) COMPLETE
60542026-08-05T19:48:55.125Z[ recovery-image] Aug 05 19:48:54.455 INFO O| Aug 05 19:48:54.455 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-05T19:48:55.134Z[ recovery-image] Aug 05 19:48:54.464 INFO O| Aug 05 19:48:54.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60562026-08-05T19:48:55.134Z[ recovery-image] Aug 05 19:48:54.464 INFO O| Aug 05 19:48:54.464 INFO STEP 268 (remove_files) COMPLETE
60572026-08-05T19:48:55.134Z[ recovery-image] Aug 05 19:48:54.464 INFO O| Aug 05 19:48:54.464 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-05T19:48:55.144Z[ recovery-image] Aug 05 19:48:54.475 INFO O| Aug 05 19:48:54.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60592026-08-05T19:48:55.144Z[ recovery-image] Aug 05 19:48:54.475 INFO O| Aug 05 19:48:54.475 INFO STEP 269 (remove_files) COMPLETE
60602026-08-05T19:48:55.144Z[ recovery-image] Aug 05 19:48:54.475 INFO O| Aug 05 19:48:54.475 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-05T19:48:55.154Z[ recovery-image] Aug 05 19:48:54.485 INFO O| Aug 05 19:48:54.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60622026-08-05T19:48:55.154Z[ recovery-image] Aug 05 19:48:54.485 INFO O| Aug 05 19:48:54.485 INFO STEP 270 (remove_files) COMPLETE
60632026-08-05T19:48:55.154Z[ recovery-image] Aug 05 19:48:54.485 INFO O| Aug 05 19:48:54.485 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-05T19:48:55.164Z[ recovery-image] Aug 05 19:48:54.495 INFO O| Aug 05 19:48:54.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60652026-08-05T19:48:55.164Z[ recovery-image] Aug 05 19:48:54.495 INFO O| Aug 05 19:48:54.495 INFO STEP 271 (remove_files) COMPLETE
60662026-08-05T19:48:55.164Z[ recovery-image] Aug 05 19:48:54.495 INFO O| Aug 05 19:48:54.495 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-05T19:48:55.172Z[ recovery-image] Aug 05 19:48:54.504 INFO O| Aug 05 19:48:54.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60682026-08-05T19:48:55.172Z[ recovery-image] Aug 05 19:48:54.504 INFO O| Aug 05 19:48:54.504 INFO STEP 272 (remove_files) COMPLETE
60692026-08-05T19:48:55.176Z[ recovery-image] Aug 05 19:48:54.504 INFO O| Aug 05 19:48:54.504 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-05T19:48:55.181Z[ recovery-image] Aug 05 19:48:54.513 INFO O| Aug 05 19:48:54.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60712026-08-05T19:48:55.181Z[ recovery-image] Aug 05 19:48:54.513 INFO O| Aug 05 19:48:54.513 INFO STEP 273 (remove_files) COMPLETE
60722026-08-05T19:48:55.181Z[ recovery-image] Aug 05 19:48:54.513 INFO O| Aug 05 19:48:54.513 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-05T19:48:55.191Z[ recovery-image] Aug 05 19:48:54.521 INFO O| Aug 05 19:48:54.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60742026-08-05T19:48:55.191Z[ recovery-image] Aug 05 19:48:54.521 INFO O| Aug 05 19:48:54.521 INFO STEP 274 (remove_files) COMPLETE
60752026-08-05T19:48:55.191Z[ recovery-image] Aug 05 19:48:54.522 INFO O| Aug 05 19:48:54.521 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-05T19:48:55.201Z[ recovery-image] Aug 05 19:48:54.532 INFO O| Aug 05 19:48:54.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60772026-08-05T19:48:55.201Z[ recovery-image] Aug 05 19:48:54.532 INFO O| Aug 05 19:48:54.532 INFO STEP 275 (remove_files) COMPLETE
60782026-08-05T19:48:55.204Z[ recovery-image] Aug 05 19:48:54.532 INFO O| Aug 05 19:48:54.532 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-05T19:48:55.213Z[ recovery-image] Aug 05 19:48:54.545 INFO O| Aug 05 19:48:54.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60802026-08-05T19:48:55.214Z[ recovery-image] Aug 05 19:48:54.545 INFO O| Aug 05 19:48:54.545 INFO STEP 276 (remove_files) COMPLETE
60812026-08-05T19:48:55.217Z[ recovery-image] Aug 05 19:48:54.545 INFO O| Aug 05 19:48:54.545 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-05T19:48:55.225Z[ recovery-image] Aug 05 19:48:54.554 INFO O| Aug 05 19:48:54.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60832026-08-05T19:48:55.225Z[ recovery-image] Aug 05 19:48:54.555 INFO O| Aug 05 19:48:54.555 INFO STEP 277 (remove_files) COMPLETE
60842026-08-05T19:48:55.225Z[ recovery-image] Aug 05 19:48:54.555 INFO O| Aug 05 19:48:54.555 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-05T19:48:55.236Z[ recovery-image] Aug 05 19:48:54.567 INFO O| Aug 05 19:48:54.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60862026-08-05T19:48:55.236Z[ recovery-image] Aug 05 19:48:54.567 INFO O| Aug 05 19:48:54.567 INFO STEP 278 (remove_files) COMPLETE
60872026-08-05T19:48:55.236Z[ recovery-image] Aug 05 19:48:54.567 INFO O| Aug 05 19:48:54.567 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-05T19:48:55.245Z[ recovery-image] Aug 05 19:48:54.576 INFO O| Aug 05 19:48:54.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60892026-08-05T19:48:55.245Z[ recovery-image] Aug 05 19:48:54.576 INFO O| Aug 05 19:48:54.576 INFO STEP 279 (remove_files) COMPLETE
60902026-08-05T19:48:55.245Z[ recovery-image] Aug 05 19:48:54.576 INFO O| Aug 05 19:48:54.576 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-05T19:48:55.249Z[verify-libraries] Compiling delegate v0.13.5
60922026-08-05T19:48:55.254Z[ recovery-image] Aug 05 19:48:54.585 INFO O| Aug 05 19:48:54.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60932026-08-05T19:48:55.254Z[ recovery-image] Aug 05 19:48:54.585 INFO O| Aug 05 19:48:54.585 INFO STEP 280 (remove_files) COMPLETE
60942026-08-05T19:48:55.254Z[ recovery-image] Aug 05 19:48:54.585 INFO O| Aug 05 19:48:54.585 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-05T19:48:55.264Z[ recovery-image] Aug 05 19:48:54.595 INFO O| Aug 05 19:48:54.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60962026-08-05T19:48:55.264Z[ recovery-image] Aug 05 19:48:54.595 INFO O| Aug 05 19:48:54.595 INFO STEP 281 (remove_files) COMPLETE
60972026-08-05T19:48:55.267Z[ recovery-image] Aug 05 19:48:54.595 INFO O| Aug 05 19:48:54.595 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-05T19:48:55.274Z[ recovery-image] Aug 05 19:48:54.605 INFO O| Aug 05 19:48:54.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60992026-08-05T19:48:55.274Z[ recovery-image] Aug 05 19:48:54.605 INFO O| Aug 05 19:48:54.605 INFO STEP 282 (remove_files) COMPLETE
61002026-08-05T19:48:55.274Z[ recovery-image] Aug 05 19:48:54.605 INFO O| Aug 05 19:48:54.605 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-05T19:48:55.285Z[ recovery-image] Aug 05 19:48:54.617 INFO O| Aug 05 19:48:54.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61022026-08-05T19:48:55.286Z[ recovery-image] Aug 05 19:48:54.617 INFO O| Aug 05 19:48:54.617 INFO STEP 283 (remove_files) COMPLETE
61032026-08-05T19:48:55.289Z[ recovery-image] Aug 05 19:48:54.617 INFO O| Aug 05 19:48:54.617 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-05T19:48:55.315Z[ recovery-image] Aug 05 19:48:54.627 INFO O| Aug 05 19:48:54.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61052026-08-05T19:48:55.315Z[ recovery-image] Aug 05 19:48:54.627 INFO O| Aug 05 19:48:54.627 INFO STEP 284 (remove_files) COMPLETE
61062026-08-05T19:48:55.315Z[ recovery-image] Aug 05 19:48:54.627 INFO O| Aug 05 19:48:54.627 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-05T19:48:55.315Z[ recovery-image] Aug 05 19:48:54.637 INFO O| Aug 05 19:48:54.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61082026-08-05T19:48:55.315Z[ recovery-image] Aug 05 19:48:54.637 INFO O| Aug 05 19:48:54.637 INFO STEP 285 (remove_files) COMPLETE
61092026-08-05T19:48:55.315Z[ recovery-image] Aug 05 19:48:54.637 INFO O| Aug 05 19:48:54.637 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-05T19:48:55.316Z[ recovery-image] Aug 05 19:48:54.645 INFO O| Aug 05 19:48:54.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61112026-08-05T19:48:55.316Z[ recovery-image] Aug 05 19:48:54.645 INFO O| Aug 05 19:48:54.645 INFO STEP 286 (remove_files) COMPLETE
61122026-08-05T19:48:55.316Z[ recovery-image] Aug 05 19:48:54.645 INFO O| Aug 05 19:48:54.645 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-05T19:48:55.325Z[ recovery-image] Aug 05 19:48:54.656 INFO O| Aug 05 19:48:54.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61142026-08-05T19:48:55.325Z[ recovery-image] Aug 05 19:48:54.656 INFO O| Aug 05 19:48:54.656 INFO STEP 287 (remove_files) COMPLETE
61152026-08-05T19:48:55.325Z[ recovery-image] Aug 05 19:48:54.656 INFO O| Aug 05 19:48:54.656 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-05T19:48:55.336Z[ recovery-image] Aug 05 19:48:54.667 INFO O| Aug 05 19:48:54.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61172026-08-05T19:48:55.336Z[ recovery-image] Aug 05 19:48:54.667 INFO O| Aug 05 19:48:54.667 INFO STEP 288 (remove_files) COMPLETE
61182026-08-05T19:48:55.336Z[ recovery-image] Aug 05 19:48:54.667 INFO O| Aug 05 19:48:54.667 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-05T19:48:55.345Z[ recovery-image] Aug 05 19:48:54.676 INFO O| Aug 05 19:48:54.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61202026-08-05T19:48:55.345Z[ recovery-image] Aug 05 19:48:54.676 INFO O| Aug 05 19:48:54.676 INFO STEP 289 (remove_files) COMPLETE
61212026-08-05T19:48:55.345Z[ recovery-image] Aug 05 19:48:54.676 INFO O| Aug 05 19:48:54.676 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-05T19:48:55.359Z[ recovery-image] Aug 05 19:48:54.690 INFO O| Aug 05 19:48:54.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61232026-08-05T19:48:55.359Z[ recovery-image] Aug 05 19:48:54.690 INFO O| Aug 05 19:48:54.690 INFO STEP 290 (remove_files) COMPLETE
61242026-08-05T19:48:55.359Z[ recovery-image] Aug 05 19:48:54.690 INFO O| Aug 05 19:48:54.690 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-05T19:48:55.370Z[ recovery-image] Aug 05 19:48:54.701 INFO O| Aug 05 19:48:54.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61262026-08-05T19:48:55.370Z[ recovery-image] Aug 05 19:48:54.701 INFO O| Aug 05 19:48:54.701 INFO STEP 291 (remove_files) COMPLETE
61272026-08-05T19:48:55.370Z[ recovery-image] Aug 05 19:48:54.701 INFO O| Aug 05 19:48:54.701 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-05T19:48:55.382Z[ recovery-image] Aug 05 19:48:54.713 INFO O| Aug 05 19:48:54.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61292026-08-05T19:48:55.382Z[ recovery-image] Aug 05 19:48:54.713 INFO O| Aug 05 19:48:54.713 INFO STEP 292 (remove_files) COMPLETE
61302026-08-05T19:48:55.385Z[ recovery-image] Aug 05 19:48:54.713 INFO O| Aug 05 19:48:54.713 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-05T19:48:55.391Z[ recovery-image] Aug 05 19:48:54.722 INFO O| Aug 05 19:48:54.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61322026-08-05T19:48:55.391Z[ recovery-image] Aug 05 19:48:54.723 INFO O| Aug 05 19:48:54.723 INFO STEP 293 (remove_files) COMPLETE
61332026-08-05T19:48:55.391Z[ recovery-image] Aug 05 19:48:54.723 INFO O| Aug 05 19:48:54.723 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-05T19:48:55.400Z[ recovery-image] Aug 05 19:48:54.732 INFO O| Aug 05 19:48:54.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61352026-08-05T19:48:55.400Z[ recovery-image] Aug 05 19:48:54.732 INFO O| Aug 05 19:48:54.732 INFO STEP 294 (remove_files) COMPLETE
61362026-08-05T19:48:55.400Z[ recovery-image] Aug 05 19:48:54.732 INFO O| Aug 05 19:48:54.732 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-05T19:48:55.412Z[ recovery-image] Aug 05 19:48:54.743 INFO O| Aug 05 19:48:54.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61382026-08-05T19:48:55.412Z[ recovery-image] Aug 05 19:48:54.743 INFO O| Aug 05 19:48:54.743 INFO STEP 295 (remove_files) COMPLETE
61392026-08-05T19:48:55.416Z[ recovery-image] Aug 05 19:48:54.743 INFO O| Aug 05 19:48:54.743 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-05T19:48:55.422Z[ recovery-image] Aug 05 19:48:54.753 INFO O| Aug 05 19:48:54.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61412026-08-05T19:48:55.422Z[ recovery-image] Aug 05 19:48:54.753 INFO O| Aug 05 19:48:54.753 INFO STEP 296 (remove_files) COMPLETE
61422026-08-05T19:48:55.422Z[ recovery-image] Aug 05 19:48:54.753 INFO O| Aug 05 19:48:54.753 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-05T19:48:55.432Z[ recovery-image] Aug 05 19:48:54.763 INFO O| Aug 05 19:48:54.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61442026-08-05T19:48:55.432Z[ recovery-image] Aug 05 19:48:54.763 INFO O| Aug 05 19:48:54.763 INFO STEP 297 (remove_files) COMPLETE
61452026-08-05T19:48:55.432Z[ recovery-image] Aug 05 19:48:54.763 INFO O| Aug 05 19:48:54.763 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-05T19:48:55.443Z[ recovery-image] Aug 05 19:48:54.774 INFO O| Aug 05 19:48:54.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61472026-08-05T19:48:55.447Z[ recovery-image] Aug 05 19:48:54.774 INFO O| Aug 05 19:48:54.774 INFO STEP 298 (remove_files) COMPLETE
61482026-08-05T19:48:55.447Z[ recovery-image] Aug 05 19:48:54.774 INFO O| Aug 05 19:48:54.774 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-05T19:48:55.458Z[ recovery-image] Aug 05 19:48:54.784 INFO O| Aug 05 19:48:54.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61502026-08-05T19:48:55.458Z[ recovery-image] Aug 05 19:48:54.785 INFO O| Aug 05 19:48:54.785 INFO STEP 299 (remove_files) COMPLETE
61512026-08-05T19:48:55.458Z[ recovery-image] Aug 05 19:48:54.785 INFO O| Aug 05 19:48:54.785 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-05T19:48:55.463Z[ recovery-image] Aug 05 19:48:54.794 INFO O| Aug 05 19:48:54.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61532026-08-05T19:48:55.463Z[ recovery-image] Aug 05 19:48:54.794 INFO O| Aug 05 19:48:54.794 INFO STEP 300 (remove_files) COMPLETE
61542026-08-05T19:48:55.466Z[ recovery-image] Aug 05 19:48:54.794 INFO O| Aug 05 19:48:54.794 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-05T19:48:55.474Z[ recovery-image] Aug 05 19:48:54.806 INFO O| Aug 05 19:48:54.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61562026-08-05T19:48:55.475Z[ recovery-image] Aug 05 19:48:54.806 INFO O| Aug 05 19:48:54.806 INFO STEP 301 (remove_files) COMPLETE
61572026-08-05T19:48:55.475Z[ recovery-image] Aug 05 19:48:54.806 INFO O| Aug 05 19:48:54.806 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-05T19:48:55.484Z[ recovery-image] Aug 05 19:48:54.815 INFO O| Aug 05 19:48:54.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61592026-08-05T19:48:55.484Z[ recovery-image] Aug 05 19:48:54.815 INFO O| Aug 05 19:48:54.815 INFO STEP 302 (remove_files) COMPLETE
61602026-08-05T19:48:55.484Z[ recovery-image] Aug 05 19:48:54.815 INFO O| Aug 05 19:48:54.815 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-05T19:48:55.494Z[ recovery-image] Aug 05 19:48:54.825 INFO O| Aug 05 19:48:54.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61622026-08-05T19:48:55.494Z[ recovery-image] Aug 05 19:48:54.825 INFO O| Aug 05 19:48:54.825 INFO STEP 303 (remove_files) COMPLETE
61632026-08-05T19:48:55.494Z[ recovery-image] Aug 05 19:48:54.825 INFO O| Aug 05 19:48:54.825 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-05T19:48:55.503Z[ recovery-image] Aug 05 19:48:54.834 INFO O| Aug 05 19:48:54.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61652026-08-05T19:48:55.503Z[ recovery-image] Aug 05 19:48:54.834 INFO O| Aug 05 19:48:54.834 INFO STEP 304 (remove_files) COMPLETE
61662026-08-05T19:48:55.503Z[ recovery-image] Aug 05 19:48:54.834 INFO O| Aug 05 19:48:54.834 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-05T19:48:55.512Z[ recovery-image] Aug 05 19:48:54.844 INFO O| Aug 05 19:48:54.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61682026-08-05T19:48:55.513Z[ recovery-image] Aug 05 19:48:54.844 INFO O| Aug 05 19:48:54.844 INFO STEP 305 (remove_files) COMPLETE
61692026-08-05T19:48:55.513Z[ recovery-image] Aug 05 19:48:54.844 INFO O| Aug 05 19:48:54.844 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-05T19:48:55.524Z[ recovery-image] Aug 05 19:48:54.855 INFO O| Aug 05 19:48:54.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61712026-08-05T19:48:55.524Z[ recovery-image] Aug 05 19:48:54.855 INFO O| Aug 05 19:48:54.855 INFO STEP 306 (remove_files) COMPLETE
61722026-08-05T19:48:55.524Z[ recovery-image] Aug 05 19:48:54.855 INFO O| Aug 05 19:48:54.855 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-05T19:48:55.532Z[ recovery-image] Aug 05 19:48:54.864 INFO O| Aug 05 19:48:54.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61742026-08-05T19:48:55.532Z[ recovery-image] Aug 05 19:48:54.864 INFO O| Aug 05 19:48:54.864 INFO STEP 307 (remove_files) COMPLETE
61752026-08-05T19:48:55.536Z[ recovery-image] Aug 05 19:48:54.864 INFO O| Aug 05 19:48:54.864 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-05T19:48:55.542Z[ recovery-image] Aug 05 19:48:54.873 INFO O| Aug 05 19:48:54.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61772026-08-05T19:48:55.542Z[ recovery-image] Aug 05 19:48:54.873 INFO O| Aug 05 19:48:54.873 INFO STEP 308 (remove_files) COMPLETE
61782026-08-05T19:48:55.542Z[ recovery-image] Aug 05 19:48:54.873 INFO O| Aug 05 19:48:54.873 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-05T19:48:55.551Z[ recovery-image] Aug 05 19:48:54.882 INFO O| Aug 05 19:48:54.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61802026-08-05T19:48:55.551Z[ recovery-image] Aug 05 19:48:54.882 INFO O| Aug 05 19:48:54.882 INFO STEP 309 (remove_files) COMPLETE
61812026-08-05T19:48:55.551Z[ recovery-image] Aug 05 19:48:54.882 INFO O| Aug 05 19:48:54.882 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-05T19:48:55.560Z[ recovery-image] Aug 05 19:48:54.891 INFO O| Aug 05 19:48:54.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61832026-08-05T19:48:55.560Z[ recovery-image] Aug 05 19:48:54.892 INFO O| Aug 05 19:48:54.892 INFO STEP 310 (remove_files) COMPLETE
61842026-08-05T19:48:55.560Z[ recovery-image] Aug 05 19:48:54.892 INFO O| Aug 05 19:48:54.892 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-05T19:48:55.570Z[ recovery-image] Aug 05 19:48:54.901 INFO O| Aug 05 19:48:54.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61862026-08-05T19:48:55.570Z[ recovery-image] Aug 05 19:48:54.901 INFO O| Aug 05 19:48:54.901 INFO STEP 311 (remove_files) COMPLETE
61872026-08-05T19:48:55.570Z[ recovery-image] Aug 05 19:48:54.901 INFO O| Aug 05 19:48:54.901 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-05T19:48:55.581Z[ recovery-image] Aug 05 19:48:54.910 INFO O| Aug 05 19:48:54.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61892026-08-05T19:48:55.581Z[ recovery-image] Aug 05 19:48:54.910 INFO O| Aug 05 19:48:54.910 INFO STEP 312 (remove_files) COMPLETE
61902026-08-05T19:48:55.584Z[ recovery-image] Aug 05 19:48:54.910 INFO O| Aug 05 19:48:54.910 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-05T19:48:55.588Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
61922026-08-05T19:48:55.592Z[ recovery-image] Aug 05 19:48:54.920 INFO O| Aug 05 19:48:54.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61932026-08-05T19:48:55.592Z[ recovery-image] Aug 05 19:48:54.920 INFO O| Aug 05 19:48:54.920 INFO STEP 313 (remove_files) COMPLETE
61942026-08-05T19:48:55.592Z[ recovery-image] Aug 05 19:48:54.920 INFO O| Aug 05 19:48:54.920 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-05T19:48:55.599Z[ recovery-image] Aug 05 19:48:54.930 INFO O| Aug 05 19:48:54.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61962026-08-05T19:48:55.599Z[ recovery-image] Aug 05 19:48:54.930 INFO O| Aug 05 19:48:54.930 INFO STEP 314 (remove_files) COMPLETE
61972026-08-05T19:48:55.602Z[ recovery-image] Aug 05 19:48:54.930 INFO O| Aug 05 19:48:54.930 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-05T19:48:55.608Z[ recovery-image] Aug 05 19:48:54.939 INFO O| Aug 05 19:48:54.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61992026-08-05T19:48:55.608Z[ recovery-image] Aug 05 19:48:54.939 INFO O| Aug 05 19:48:54.939 INFO STEP 315 (remove_files) COMPLETE
62002026-08-05T19:48:55.608Z[ recovery-image] Aug 05 19:48:54.939 INFO O| Aug 05 19:48:54.939 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-05T19:48:55.620Z[ recovery-image] Aug 05 19:48:54.948 INFO O| Aug 05 19:48:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62022026-08-05T19:48:55.620Z[ recovery-image] Aug 05 19:48:54.948 INFO O| Aug 05 19:48:54.948 INFO STEP 316 (remove_files) COMPLETE
62032026-08-05T19:48:55.620Z[ recovery-image] Aug 05 19:48:54.948 INFO O| Aug 05 19:48:54.948 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-05T19:48:55.626Z[ recovery-image] Aug 05 19:48:54.958 INFO O| Aug 05 19:48:54.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62052026-08-05T19:48:55.626Z[ recovery-image] Aug 05 19:48:54.958 INFO O| Aug 05 19:48:54.958 INFO STEP 317 (remove_files) COMPLETE
62062026-08-05T19:48:55.629Z[ recovery-image] Aug 05 19:48:54.958 INFO O| Aug 05 19:48:54.958 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-05T19:48:55.636Z[ recovery-image] Aug 05 19:48:54.967 INFO O| Aug 05 19:48:54.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62082026-08-05T19:48:55.636Z[ recovery-image] Aug 05 19:48:54.967 INFO O| Aug 05 19:48:54.967 INFO STEP 318 (remove_files) COMPLETE
62092026-08-05T19:48:55.636Z[ recovery-image] Aug 05 19:48:54.967 INFO O| Aug 05 19:48:54.967 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-05T19:48:55.646Z[ recovery-image] Aug 05 19:48:54.978 INFO O| Aug 05 19:48:54.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62112026-08-05T19:48:55.646Z[ recovery-image] Aug 05 19:48:54.978 INFO O| Aug 05 19:48:54.978 INFO STEP 319 (remove_files) COMPLETE
62122026-08-05T19:48:55.650Z[ recovery-image] Aug 05 19:48:54.978 INFO O| Aug 05 19:48:54.978 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-05T19:48:55.656Z[ recovery-image] Aug 05 19:48:54.987 INFO O| Aug 05 19:48:54.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62142026-08-05T19:48:55.656Z[ recovery-image] Aug 05 19:48:54.987 INFO O| Aug 05 19:48:54.987 INFO STEP 320 (remove_files) COMPLETE
62152026-08-05T19:48:55.660Z[ recovery-image] Aug 05 19:48:54.987 INFO O| Aug 05 19:48:54.987 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-05T19:48:55.666Z[ recovery-image] Aug 05 19:48:54.997 INFO O| Aug 05 19:48:54.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62172026-08-05T19:48:55.666Z[ recovery-image] Aug 05 19:48:54.997 INFO O| Aug 05 19:48:54.997 INFO STEP 321 (remove_files) COMPLETE
62182026-08-05T19:48:55.669Z[ recovery-image] Aug 05 19:48:54.997 INFO O| Aug 05 19:48:54.997 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-05T19:48:55.676Z[ recovery-image] Aug 05 19:48:55.007 INFO O| Aug 05 19:48:55.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62202026-08-05T19:48:55.679Z[ recovery-image] Aug 05 19:48:55.007 INFO O| Aug 05 19:48:55.007 INFO STEP 322 (remove_files) COMPLETE
62212026-08-05T19:48:55.679Z[ recovery-image] Aug 05 19:48:55.007 INFO O| Aug 05 19:48:55.007 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-05T19:48:55.687Z[ recovery-image] Aug 05 19:48:55.019 INFO O| Aug 05 19:48:55.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62232026-08-05T19:48:55.687Z[ recovery-image] Aug 05 19:48:55.019 INFO O| Aug 05 19:48:55.019 INFO STEP 323 (remove_files) COMPLETE
62242026-08-05T19:48:55.688Z[ recovery-image] Aug 05 19:48:55.019 INFO O| Aug 05 19:48:55.019 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-05T19:48:55.698Z[ recovery-image] Aug 05 19:48:55.029 INFO O| Aug 05 19:48:55.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62262026-08-05T19:48:55.698Z[ recovery-image] Aug 05 19:48:55.029 INFO O| Aug 05 19:48:55.029 INFO STEP 324 (remove_files) COMPLETE
62272026-08-05T19:48:55.698Z[ recovery-image] Aug 05 19:48:55.029 INFO O| Aug 05 19:48:55.029 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-05T19:48:55.709Z[ recovery-image] Aug 05 19:48:55.040 INFO O| Aug 05 19:48:55.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62292026-08-05T19:48:55.709Z[ recovery-image] Aug 05 19:48:55.040 INFO O| Aug 05 19:48:55.040 INFO STEP 325 (remove_files) COMPLETE
62302026-08-05T19:48:55.709Z[ recovery-image] Aug 05 19:48:55.040 INFO O| Aug 05 19:48:55.040 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-05T19:48:55.721Z[ recovery-image] Aug 05 19:48:55.051 INFO O| Aug 05 19:48:55.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62322026-08-05T19:48:55.721Z[ recovery-image] Aug 05 19:48:55.051 INFO O| Aug 05 19:48:55.051 INFO STEP 326 (remove_files) COMPLETE
62332026-08-05T19:48:55.724Z[ recovery-image] Aug 05 19:48:55.051 INFO O| Aug 05 19:48:55.051 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-05T19:48:55.731Z[ recovery-image] Aug 05 19:48:55.062 INFO O| Aug 05 19:48:55.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62352026-08-05T19:48:55.731Z[ recovery-image] Aug 05 19:48:55.062 INFO O| Aug 05 19:48:55.062 INFO STEP 327 (remove_files) COMPLETE
62362026-08-05T19:48:55.734Z[ recovery-image] Aug 05 19:48:55.062 INFO O| Aug 05 19:48:55.062 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-05T19:48:55.741Z[ recovery-image] Aug 05 19:48:55.073 INFO O| Aug 05 19:48:55.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62382026-08-05T19:48:55.741Z[ recovery-image] Aug 05 19:48:55.073 INFO O| Aug 05 19:48:55.073 INFO STEP 328 (remove_files) COMPLETE
62392026-08-05T19:48:55.741Z[ recovery-image] Aug 05 19:48:55.073 INFO O| Aug 05 19:48:55.073 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-05T19:48:55.775Z[ recovery-image] Aug 05 19:48:55.106 INFO O| Aug 05 19:48:55.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62412026-08-05T19:48:55.776Z[ recovery-image] Aug 05 19:48:55.106 INFO O| Aug 05 19:48:55.106 INFO STEP 329 (remove_files) COMPLETE
62422026-08-05T19:48:55.780Z[ recovery-image] Aug 05 19:48:55.106 INFO O| Aug 05 19:48:55.106 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-05T19:48:55.784Z[ recovery-image] Aug 05 19:48:55.115 INFO O| Aug 05 19:48:55.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62442026-08-05T19:48:55.784Z[ recovery-image] Aug 05 19:48:55.116 INFO O| Aug 05 19:48:55.116 INFO STEP 330 (remove_files) COMPLETE
62452026-08-05T19:48:55.784Z[ recovery-image] Aug 05 19:48:55.116 INFO O| Aug 05 19:48:55.116 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-05T19:48:55.793Z[ recovery-image] Aug 05 19:48:55.125 INFO O| Aug 05 19:48:55.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62472026-08-05T19:48:55.793Z[ recovery-image] Aug 05 19:48:55.125 INFO O| Aug 05 19:48:55.125 INFO STEP 331 (remove_files) COMPLETE
62482026-08-05T19:48:55.794Z[ recovery-image] Aug 05 19:48:55.125 INFO O| Aug 05 19:48:55.125 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-05T19:48:55.803Z[ recovery-image] Aug 05 19:48:55.134 INFO O| Aug 05 19:48:55.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62502026-08-05T19:48:55.803Z[ recovery-image] Aug 05 19:48:55.134 INFO O| Aug 05 19:48:55.134 INFO STEP 332 (remove_files) COMPLETE
62512026-08-05T19:48:55.803Z[ recovery-image] Aug 05 19:48:55.134 INFO O| Aug 05 19:48:55.134 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-05T19:48:55.813Z[ recovery-image] Aug 05 19:48:55.144 INFO O| Aug 05 19:48:55.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62532026-08-05T19:48:55.813Z[ recovery-image] Aug 05 19:48:55.145 INFO O| Aug 05 19:48:55.144 INFO STEP 333 (remove_files) COMPLETE
62542026-08-05T19:48:55.813Z[ recovery-image] Aug 05 19:48:55.145 INFO O| Aug 05 19:48:55.144 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-05T19:48:55.825Z[ recovery-image] Aug 05 19:48:55.156 INFO O| Aug 05 19:48:55.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62562026-08-05T19:48:55.825Z[ recovery-image] Aug 05 19:48:55.156 INFO O| Aug 05 19:48:55.156 INFO STEP 334 (remove_files) COMPLETE
62572026-08-05T19:48:55.825Z[ recovery-image] Aug 05 19:48:55.156 INFO O| Aug 05 19:48:55.156 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-05T19:48:55.835Z[ recovery-image] Aug 05 19:48:55.167 INFO O| Aug 05 19:48:55.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62592026-08-05T19:48:55.835Z[ recovery-image] Aug 05 19:48:55.167 INFO O| Aug 05 19:48:55.167 INFO STEP 335 (remove_files) COMPLETE
62602026-08-05T19:48:55.836Z[ recovery-image] Aug 05 19:48:55.167 INFO O| Aug 05 19:48:55.167 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-05T19:48:55.847Z[ recovery-image] Aug 05 19:48:55.178 INFO O| Aug 05 19:48:55.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62622026-08-05T19:48:55.847Z[ recovery-image] Aug 05 19:48:55.178 INFO O| Aug 05 19:48:55.178 INFO STEP 336 (remove_files) COMPLETE
62632026-08-05T19:48:55.851Z[ recovery-image] Aug 05 19:48:55.178 INFO O| Aug 05 19:48:55.178 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-05T19:48:55.858Z[ recovery-image] Aug 05 19:48:55.188 INFO O| Aug 05 19:48:55.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62652026-08-05T19:48:55.858Z[ recovery-image] Aug 05 19:48:55.188 INFO O| Aug 05 19:48:55.188 INFO STEP 337 (remove_files) COMPLETE
62662026-08-05T19:48:55.858Z[ recovery-image] Aug 05 19:48:55.188 INFO O| Aug 05 19:48:55.188 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-05T19:48:55.867Z[ recovery-image] Aug 05 19:48:55.198 INFO O| Aug 05 19:48:55.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62682026-08-05T19:48:55.868Z[ recovery-image] Aug 05 19:48:55.198 INFO O| Aug 05 19:48:55.198 INFO STEP 338 (remove_files) COMPLETE
62692026-08-05T19:48:55.868Z[ recovery-image] Aug 05 19:48:55.198 INFO O| Aug 05 19:48:55.198 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-05T19:48:55.879Z[ recovery-image] Aug 05 19:48:55.209 INFO O| Aug 05 19:48:55.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62712026-08-05T19:48:55.879Z[ recovery-image] Aug 05 19:48:55.209 INFO O| Aug 05 19:48:55.209 INFO STEP 339 (remove_files) COMPLETE
62722026-08-05T19:48:55.879Z[ recovery-image] Aug 05 19:48:55.209 INFO O| Aug 05 19:48:55.209 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-05T19:48:55.891Z[ recovery-image] Aug 05 19:48:55.222 INFO O| Aug 05 19:48:55.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62742026-08-05T19:48:55.891Z[ recovery-image] Aug 05 19:48:55.222 INFO O| Aug 05 19:48:55.222 INFO STEP 340 (remove_files) COMPLETE
62752026-08-05T19:48:55.895Z[ recovery-image] Aug 05 19:48:55.222 INFO O| Aug 05 19:48:55.222 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-05T19:48:55.900Z[ recovery-image] Aug 05 19:48:55.232 INFO O| Aug 05 19:48:55.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62772026-08-05T19:48:55.900Z[ recovery-image] Aug 05 19:48:55.232 INFO O| Aug 05 19:48:55.232 INFO STEP 341 (remove_files) COMPLETE
62782026-08-05T19:48:55.904Z[ recovery-image] Aug 05 19:48:55.232 INFO O| Aug 05 19:48:55.232 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-05T19:48:55.911Z[ recovery-image] Aug 05 19:48:55.243 INFO O| Aug 05 19:48:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62802026-08-05T19:48:55.912Z[ recovery-image] Aug 05 19:48:55.243 INFO O| Aug 05 19:48:55.243 INFO STEP 342 (remove_files) COMPLETE
62812026-08-05T19:48:55.912Z[ recovery-image] Aug 05 19:48:55.243 INFO O| Aug 05 19:48:55.243 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-05T19:48:55.920Z[ recovery-image] Aug 05 19:48:55.251 INFO O| Aug 05 19:48:55.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62832026-08-05T19:48:55.920Z[ recovery-image] Aug 05 19:48:55.251 INFO O| Aug 05 19:48:55.251 INFO STEP 343 (remove_files) COMPLETE
62842026-08-05T19:48:55.923Z[ recovery-image] Aug 05 19:48:55.251 INFO O| Aug 05 19:48:55.251 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-05T19:48:55.931Z[ recovery-image] Aug 05 19:48:55.262 INFO O| Aug 05 19:48:55.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62862026-08-05T19:48:55.931Z[ recovery-image] Aug 05 19:48:55.262 INFO O| Aug 05 19:48:55.262 INFO STEP 344 (remove_files) COMPLETE
62872026-08-05T19:48:55.931Z[ recovery-image] Aug 05 19:48:55.262 INFO O| Aug 05 19:48:55.262 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-05T19:48:55.942Z[ recovery-image] Aug 05 19:48:55.273 INFO O| Aug 05 19:48:55.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62892026-08-05T19:48:55.942Z[ recovery-image] Aug 05 19:48:55.273 INFO O| Aug 05 19:48:55.273 INFO STEP 345 (remove_files) COMPLETE
62902026-08-05T19:48:55.947Z[ recovery-image] Aug 05 19:48:55.273 INFO O| Aug 05 19:48:55.273 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-05T19:48:55.953Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
62922026-08-05T19:48:55.953Z[ recovery-image] Aug 05 19:48:55.284 INFO O| Aug 05 19:48:55.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62932026-08-05T19:48:55.953Z[ recovery-image] Aug 05 19:48:55.284 INFO O| Aug 05 19:48:55.284 INFO STEP 346 (remove_files) COMPLETE
62942026-08-05T19:48:55.953Z[ recovery-image] Aug 05 19:48:55.284 INFO O| Aug 05 19:48:55.284 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-05T19:48:55.963Z[ recovery-image] Aug 05 19:48:55.294 INFO O| Aug 05 19:48:55.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62962026-08-05T19:48:55.963Z[ recovery-image] Aug 05 19:48:55.294 INFO O| Aug 05 19:48:55.294 INFO STEP 347 (remove_files) COMPLETE
62972026-08-05T19:48:55.963Z[ recovery-image] Aug 05 19:48:55.294 INFO O| Aug 05 19:48:55.294 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-05T19:48:55.972Z[ recovery-image] Aug 05 19:48:55.304 INFO O| Aug 05 19:48:55.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62992026-08-05T19:48:55.972Z[ recovery-image] Aug 05 19:48:55.304 INFO O| Aug 05 19:48:55.304 INFO STEP 348 (remove_files) COMPLETE
63002026-08-05T19:48:55.972Z[ recovery-image] Aug 05 19:48:55.304 INFO O| Aug 05 19:48:55.304 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-05T19:48:55.982Z[ recovery-image] Aug 05 19:48:55.313 INFO O| Aug 05 19:48:55.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63022026-08-05T19:48:55.982Z[ recovery-image] Aug 05 19:48:55.313 INFO O| Aug 05 19:48:55.313 INFO STEP 349 (remove_files) COMPLETE
63032026-08-05T19:48:55.985Z[ recovery-image] Aug 05 19:48:55.313 INFO O| Aug 05 19:48:55.313 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-05T19:48:55.991Z[ recovery-image] Aug 05 19:48:55.323 INFO O| Aug 05 19:48:55.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63052026-08-05T19:48:55.992Z[ recovery-image] Aug 05 19:48:55.323 INFO O| Aug 05 19:48:55.323 INFO STEP 350 (remove_files) COMPLETE
63062026-08-05T19:48:55.992Z[ recovery-image] Aug 05 19:48:55.323 INFO O| Aug 05 19:48:55.323 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-05T19:48:56.002Z[ recovery-image] Aug 05 19:48:55.333 INFO O| Aug 05 19:48:55.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63082026-08-05T19:48:56.002Z[ recovery-image] Aug 05 19:48:55.333 INFO O| Aug 05 19:48:55.333 INFO STEP 351 (remove_files) COMPLETE
63092026-08-05T19:48:56.002Z[ recovery-image] Aug 05 19:48:55.333 INFO O| Aug 05 19:48:55.333 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-05T19:48:56.012Z[ recovery-image] Aug 05 19:48:55.343 INFO O| Aug 05 19:48:55.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63112026-08-05T19:48:56.012Z[ recovery-image] Aug 05 19:48:55.343 INFO O| Aug 05 19:48:55.343 INFO STEP 352 (remove_files) COMPLETE
63122026-08-05T19:48:56.013Z[ recovery-image] Aug 05 19:48:55.343 INFO O| Aug 05 19:48:55.343 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-05T19:48:56.022Z[ recovery-image] Aug 05 19:48:55.353 INFO O| Aug 05 19:48:55.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63142026-08-05T19:48:56.025Z[ recovery-image] Aug 05 19:48:55.354 INFO O| Aug 05 19:48:55.354 INFO STEP 353 (remove_files) COMPLETE
63152026-08-05T19:48:56.025Z[ recovery-image] Aug 05 19:48:55.354 INFO O| Aug 05 19:48:55.354 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-05T19:48:56.031Z[ recovery-image] Aug 05 19:48:55.363 INFO O| Aug 05 19:48:55.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63172026-08-05T19:48:56.031Z[ recovery-image] Aug 05 19:48:55.363 INFO O| Aug 05 19:48:55.363 INFO STEP 354 (remove_files) COMPLETE
63182026-08-05T19:48:56.035Z[ recovery-image] Aug 05 19:48:55.363 INFO O| Aug 05 19:48:55.363 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-05T19:48:56.042Z[ recovery-image] Aug 05 19:48:55.371 INFO O| Aug 05 19:48:55.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63202026-08-05T19:48:56.042Z[ recovery-image] Aug 05 19:48:55.371 INFO O| Aug 05 19:48:55.371 INFO STEP 355 (remove_files) COMPLETE
63212026-08-05T19:48:56.043Z[ recovery-image] Aug 05 19:48:55.371 INFO O| Aug 05 19:48:55.371 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-05T19:48:56.049Z[ recovery-image] Aug 05 19:48:55.380 INFO O| Aug 05 19:48:55.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63232026-08-05T19:48:56.049Z[ recovery-image] Aug 05 19:48:55.380 INFO O| Aug 05 19:48:55.380 INFO STEP 356 (remove_files) COMPLETE
63242026-08-05T19:48:56.049Z[ recovery-image] Aug 05 19:48:55.380 INFO O| Aug 05 19:48:55.380 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-05T19:48:56.057Z[ recovery-image] Aug 05 19:48:55.388 INFO O| Aug 05 19:48:55.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63262026-08-05T19:48:56.057Z[ recovery-image] Aug 05 19:48:55.389 INFO O| Aug 05 19:48:55.388 INFO STEP 357 (remove_files) COMPLETE
63272026-08-05T19:48:56.057Z[ recovery-image] Aug 05 19:48:55.389 INFO O| Aug 05 19:48:55.388 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-05T19:48:56.066Z[ recovery-image] Aug 05 19:48:55.397 INFO O| Aug 05 19:48:55.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63292026-08-05T19:48:56.066Z[ recovery-image] Aug 05 19:48:55.397 INFO O| Aug 05 19:48:55.397 INFO STEP 358 (remove_files) COMPLETE
63302026-08-05T19:48:56.066Z[ recovery-image] Aug 05 19:48:55.397 INFO O| Aug 05 19:48:55.397 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-05T19:48:56.076Z[ recovery-image] Aug 05 19:48:55.407 INFO O| Aug 05 19:48:55.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63322026-08-05T19:48:56.076Z[ recovery-image] Aug 05 19:48:55.407 INFO O| Aug 05 19:48:55.407 INFO STEP 359 (remove_files) COMPLETE
63332026-08-05T19:48:56.076Z[ recovery-image] Aug 05 19:48:55.407 INFO O| Aug 05 19:48:55.407 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-05T19:48:56.087Z[ recovery-image] Aug 05 19:48:55.418 INFO O| Aug 05 19:48:55.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63352026-08-05T19:48:56.087Z[ recovery-image] Aug 05 19:48:55.418 INFO O| Aug 05 19:48:55.418 INFO STEP 360 (remove_files) COMPLETE
63362026-08-05T19:48:56.090Z[ recovery-image] Aug 05 19:48:55.418 INFO O| Aug 05 19:48:55.418 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-05T19:48:56.097Z[ recovery-image] Aug 05 19:48:55.429 INFO O| Aug 05 19:48:55.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63382026-08-05T19:48:56.097Z[ recovery-image] Aug 05 19:48:55.429 INFO O| Aug 05 19:48:55.429 INFO STEP 361 (remove_files) COMPLETE
63392026-08-05T19:48:56.097Z[ recovery-image] Aug 05 19:48:55.429 INFO O| Aug 05 19:48:55.429 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-05T19:48:56.102Z[verify-libraries] Compiling fs-err v2.11.0
63412026-08-05T19:48:56.107Z[ recovery-image] Aug 05 19:48:55.439 INFO O| Aug 05 19:48:55.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63422026-08-05T19:48:56.107Z[ recovery-image] Aug 05 19:48:55.439 INFO O| Aug 05 19:48:55.439 INFO STEP 362 (remove_files) COMPLETE
63432026-08-05T19:48:56.107Z[ recovery-image] Aug 05 19:48:55.439 INFO O| Aug 05 19:48:55.439 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-05T19:48:56.118Z[ recovery-image] Aug 05 19:48:55.449 INFO O| Aug 05 19:48:55.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63452026-08-05T19:48:56.118Z[ recovery-image] Aug 05 19:48:55.449 INFO O| Aug 05 19:48:55.449 INFO STEP 363 (remove_files) COMPLETE
63462026-08-05T19:48:56.118Z[ recovery-image] Aug 05 19:48:55.449 INFO O| Aug 05 19:48:55.449 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-05T19:48:56.129Z[ recovery-image] Aug 05 19:48:55.460 INFO O| Aug 05 19:48:55.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63482026-08-05T19:48:56.129Z[ recovery-image] Aug 05 19:48:55.460 INFO O| Aug 05 19:48:55.460 INFO STEP 364 (remove_files) COMPLETE
63492026-08-05T19:48:56.129Z[ recovery-image] Aug 05 19:48:55.460 INFO O| Aug 05 19:48:55.460 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-05T19:48:56.138Z[ recovery-image] Aug 05 19:48:55.470 INFO O| Aug 05 19:48:55.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63512026-08-05T19:48:56.138Z[ recovery-image] Aug 05 19:48:55.470 INFO O| Aug 05 19:48:55.470 INFO STEP 365 (remove_files) COMPLETE
63522026-08-05T19:48:56.138Z[ recovery-image] Aug 05 19:48:55.470 INFO O| Aug 05 19:48:55.470 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-05T19:48:56.147Z[ recovery-image] Aug 05 19:48:55.478 INFO O| Aug 05 19:48:55.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63542026-08-05T19:48:56.147Z[ recovery-image] Aug 05 19:48:55.478 INFO O| Aug 05 19:48:55.478 INFO STEP 366 (remove_files) COMPLETE
63552026-08-05T19:48:56.147Z[ recovery-image] Aug 05 19:48:55.478 INFO O| Aug 05 19:48:55.478 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-05T19:48:56.156Z[ recovery-image] Aug 05 19:48:55.487 INFO O| Aug 05 19:48:55.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63572026-08-05T19:48:56.156Z[ recovery-image] Aug 05 19:48:55.487 INFO O| Aug 05 19:48:55.487 INFO STEP 367 (remove_files) COMPLETE
63582026-08-05T19:48:56.156Z[ recovery-image] Aug 05 19:48:55.487 INFO O| Aug 05 19:48:55.487 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-05T19:48:56.164Z[ recovery-image] Aug 05 19:48:55.495 INFO O| Aug 05 19:48:55.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63602026-08-05T19:48:56.167Z[ recovery-image] Aug 05 19:48:55.496 INFO O| Aug 05 19:48:55.496 INFO STEP 368 (remove_files) COMPLETE
63612026-08-05T19:48:56.167Z[ recovery-image] Aug 05 19:48:55.496 INFO O| Aug 05 19:48:55.496 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-05T19:48:56.176Z[ recovery-image] Aug 05 19:48:55.507 INFO O| Aug 05 19:48:55.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63632026-08-05T19:48:56.176Z[ recovery-image] Aug 05 19:48:55.507 INFO O| Aug 05 19:48:55.507 INFO STEP 369 (remove_files) COMPLETE
63642026-08-05T19:48:56.176Z[ recovery-image] Aug 05 19:48:55.507 INFO O| Aug 05 19:48:55.507 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-05T19:48:56.186Z[ recovery-image] Aug 05 19:48:55.517 INFO O| Aug 05 19:48:55.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63662026-08-05T19:48:56.186Z[ recovery-image] Aug 05 19:48:55.517 INFO O| Aug 05 19:48:55.517 INFO STEP 370 (remove_files) COMPLETE
63672026-08-05T19:48:56.190Z[ recovery-image] Aug 05 19:48:55.517 INFO O| Aug 05 19:48:55.517 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-05T19:48:56.195Z[ recovery-image] Aug 05 19:48:55.527 INFO O| Aug 05 19:48:55.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63692026-08-05T19:48:56.195Z[ recovery-image] Aug 05 19:48:55.527 INFO O| Aug 05 19:48:55.527 INFO STEP 371 (remove_files) COMPLETE
63702026-08-05T19:48:56.195Z[ recovery-image] Aug 05 19:48:55.527 INFO O| Aug 05 19:48:55.527 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-05T19:48:56.206Z[ recovery-image] Aug 05 19:48:55.537 INFO O| Aug 05 19:48:55.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63722026-08-05T19:48:56.206Z[ recovery-image] Aug 05 19:48:55.537 INFO O| Aug 05 19:48:55.537 INFO STEP 372 (remove_files) COMPLETE
63732026-08-05T19:48:56.206Z[ recovery-image] Aug 05 19:48:55.537 INFO O| Aug 05 19:48:55.537 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-05T19:48:56.217Z[ recovery-image] Aug 05 19:48:55.548 INFO O| Aug 05 19:48:55.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63752026-08-05T19:48:56.217Z[ recovery-image] Aug 05 19:48:55.548 INFO O| Aug 05 19:48:55.548 INFO STEP 373 (remove_files) COMPLETE
63762026-08-05T19:48:56.217Z[ recovery-image] Aug 05 19:48:55.548 INFO O| Aug 05 19:48:55.548 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-05T19:48:56.225Z[ recovery-image] Aug 05 19:48:55.557 INFO O| Aug 05 19:48:55.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63782026-08-05T19:48:56.226Z[ recovery-image] Aug 05 19:48:55.557 INFO O| Aug 05 19:48:55.557 INFO STEP 374 (remove_files) COMPLETE
63792026-08-05T19:48:56.229Z[ recovery-image] Aug 05 19:48:55.557 INFO O| Aug 05 19:48:55.557 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-05T19:48:56.234Z[ recovery-image] Aug 05 19:48:55.565 INFO O| Aug 05 19:48:55.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63812026-08-05T19:48:56.234Z[ recovery-image] Aug 05 19:48:55.565 INFO O| Aug 05 19:48:55.565 INFO STEP 375 (remove_files) COMPLETE
63822026-08-05T19:48:56.234Z[ recovery-image] Aug 05 19:48:55.565 INFO O| Aug 05 19:48:55.565 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-05T19:48:56.243Z[ recovery-image] Aug 05 19:48:55.574 INFO O| Aug 05 19:48:55.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63842026-08-05T19:48:56.243Z[ recovery-image] Aug 05 19:48:55.574 INFO O| Aug 05 19:48:55.574 INFO STEP 376 (remove_files) COMPLETE
63852026-08-05T19:48:56.246Z[ recovery-image] Aug 05 19:48:55.574 INFO O| Aug 05 19:48:55.574 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-05T19:48:56.252Z[ recovery-image] Aug 05 19:48:55.583 INFO O| Aug 05 19:48:55.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63872026-08-05T19:48:56.252Z[ recovery-image] Aug 05 19:48:55.583 INFO O| Aug 05 19:48:55.583 INFO STEP 377 (remove_files) COMPLETE
63882026-08-05T19:48:56.255Z[ recovery-image] Aug 05 19:48:55.583 INFO O| Aug 05 19:48:55.583 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-05T19:48:56.262Z[ recovery-image] Aug 05 19:48:55.593 INFO O| Aug 05 19:48:55.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63902026-08-05T19:48:56.265Z[ recovery-image] Aug 05 19:48:55.594 INFO O| Aug 05 19:48:55.594 INFO STEP 378 (remove_files) COMPLETE
63912026-08-05T19:48:56.265Z[ recovery-image] Aug 05 19:48:55.594 INFO O| Aug 05 19:48:55.594 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-05T19:48:56.276Z[ recovery-image] Aug 05 19:48:55.605 INFO O| Aug 05 19:48:55.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63932026-08-05T19:48:56.276Z[ recovery-image] Aug 05 19:48:55.606 INFO O| Aug 05 19:48:55.606 INFO STEP 379 (remove_files) COMPLETE
63942026-08-05T19:48:56.276Z[ recovery-image] Aug 05 19:48:55.606 INFO O| Aug 05 19:48:55.606 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-05T19:48:56.286Z[ recovery-image] Aug 05 19:48:55.617 INFO O| Aug 05 19:48:55.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63962026-08-05T19:48:56.286Z[ recovery-image] Aug 05 19:48:55.617 INFO O| Aug 05 19:48:55.617 INFO STEP 380 (remove_files) COMPLETE
63972026-08-05T19:48:56.289Z[ recovery-image] Aug 05 19:48:55.617 INFO O| Aug 05 19:48:55.617 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-05T19:48:56.297Z[ recovery-image] Aug 05 19:48:55.628 INFO O| Aug 05 19:48:55.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63992026-08-05T19:48:56.297Z[ recovery-image] Aug 05 19:48:55.628 INFO O| Aug 05 19:48:55.628 INFO STEP 381 (remove_files) COMPLETE
64002026-08-05T19:48:56.297Z[ recovery-image] Aug 05 19:48:55.628 INFO O| Aug 05 19:48:55.628 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-05T19:48:56.307Z[ recovery-image] Aug 05 19:48:55.638 INFO O| Aug 05 19:48:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64022026-08-05T19:48:56.307Z[ recovery-image] Aug 05 19:48:55.638 INFO O| Aug 05 19:48:55.638 INFO STEP 382 (remove_files) COMPLETE
64032026-08-05T19:48:56.307Z[ recovery-image] Aug 05 19:48:55.638 INFO O| Aug 05 19:48:55.638 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-05T19:48:56.317Z[ recovery-image] Aug 05 19:48:55.648 INFO O| Aug 05 19:48:55.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64052026-08-05T19:48:56.317Z[ recovery-image] Aug 05 19:48:55.648 INFO O| Aug 05 19:48:55.648 INFO STEP 383 (remove_files) COMPLETE
64062026-08-05T19:48:56.317Z[ recovery-image] Aug 05 19:48:55.648 INFO O| Aug 05 19:48:55.648 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-05T19:48:56.326Z[ recovery-image] Aug 05 19:48:55.658 INFO O| Aug 05 19:48:55.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64082026-08-05T19:48:56.327Z[ recovery-image] Aug 05 19:48:55.658 INFO O| Aug 05 19:48:55.658 INFO STEP 384 (remove_files) COMPLETE
64092026-08-05T19:48:56.330Z[ recovery-image] Aug 05 19:48:55.658 INFO O| Aug 05 19:48:55.658 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-05T19:48:56.335Z[ recovery-image] Aug 05 19:48:55.666 INFO O| Aug 05 19:48:55.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64112026-08-05T19:48:56.335Z[ recovery-image] Aug 05 19:48:55.666 INFO O| Aug 05 19:48:55.666 INFO STEP 385 (remove_files) COMPLETE
64122026-08-05T19:48:56.338Z[ recovery-image] Aug 05 19:48:55.666 INFO O| Aug 05 19:48:55.666 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-05T19:48:56.343Z[ recovery-image] Aug 05 19:48:55.675 INFO O| Aug 05 19:48:55.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64142026-08-05T19:48:56.343Z[ recovery-image] Aug 05 19:48:55.675 INFO O| Aug 05 19:48:55.675 INFO STEP 386 (remove_files) COMPLETE
64152026-08-05T19:48:56.346Z[ recovery-image] Aug 05 19:48:55.675 INFO O| Aug 05 19:48:55.675 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-05T19:48:56.352Z[ recovery-image] Aug 05 19:48:55.683 INFO O| Aug 05 19:48:55.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64172026-08-05T19:48:56.352Z[ recovery-image] Aug 05 19:48:55.683 INFO O| Aug 05 19:48:55.683 INFO STEP 387 (remove_files) COMPLETE
64182026-08-05T19:48:56.352Z[ recovery-image] Aug 05 19:48:55.683 INFO O| Aug 05 19:48:55.683 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-05T19:48:56.355Z[verify-libraries] Compiling seq-macro v0.3.6
64202026-08-05T19:48:56.362Z[ recovery-image] Aug 05 19:48:55.693 INFO O| Aug 05 19:48:55.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64212026-08-05T19:48:56.362Z[ recovery-image] Aug 05 19:48:55.693 INFO O| Aug 05 19:48:55.693 INFO STEP 388 (remove_files) COMPLETE
64222026-08-05T19:48:56.365Z[ recovery-image] Aug 05 19:48:55.693 INFO O| Aug 05 19:48:55.693 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-05T19:48:56.374Z[ recovery-image] Aug 05 19:48:55.705 INFO O| Aug 05 19:48:55.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64242026-08-05T19:48:56.374Z[ recovery-image] Aug 05 19:48:55.705 INFO O| Aug 05 19:48:55.705 INFO STEP 389 (remove_files) COMPLETE
64252026-08-05T19:48:56.374Z[ recovery-image] Aug 05 19:48:55.705 INFO O| Aug 05 19:48:55.705 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-05T19:48:56.386Z[ recovery-image] Aug 05 19:48:55.717 INFO O| Aug 05 19:48:55.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64272026-08-05T19:48:56.386Z[ recovery-image] Aug 05 19:48:55.717 INFO O| Aug 05 19:48:55.717 INFO STEP 390 (remove_files) COMPLETE
64282026-08-05T19:48:56.386Z[ recovery-image] Aug 05 19:48:55.717 INFO O| Aug 05 19:48:55.717 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-05T19:48:56.397Z[ recovery-image] Aug 05 19:48:55.728 INFO O| Aug 05 19:48:55.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64302026-08-05T19:48:56.397Z[ recovery-image] Aug 05 19:48:55.728 INFO O| Aug 05 19:48:55.728 INFO STEP 391 (remove_files) COMPLETE
64312026-08-05T19:48:56.397Z[ recovery-image] Aug 05 19:48:55.728 INFO O| Aug 05 19:48:55.728 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-05T19:48:56.407Z[ recovery-image] Aug 05 19:48:55.738 INFO O| Aug 05 19:48:55.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64332026-08-05T19:48:56.407Z[ recovery-image] Aug 05 19:48:55.738 INFO O| Aug 05 19:48:55.738 INFO STEP 392 (remove_files) COMPLETE
64342026-08-05T19:48:56.411Z[ recovery-image] Aug 05 19:48:55.738 INFO O| Aug 05 19:48:55.738 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-05T19:48:56.418Z[ recovery-image] Aug 05 19:48:55.749 INFO O| Aug 05 19:48:55.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64362026-08-05T19:48:56.418Z[ recovery-image] Aug 05 19:48:55.749 INFO O| Aug 05 19:48:55.749 INFO STEP 393 (remove_files) COMPLETE
64372026-08-05T19:48:56.421Z[ recovery-image] Aug 05 19:48:55.749 INFO O| Aug 05 19:48:55.749 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-05T19:48:56.421Z[verify-libraries] Compiling sync-ptr v0.1.4
64392026-08-05T19:48:56.428Z[ recovery-image] Aug 05 19:48:55.758 INFO O| Aug 05 19:48:55.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64402026-08-05T19:48:56.428Z[ recovery-image] Aug 05 19:48:55.758 INFO O| Aug 05 19:48:55.758 INFO STEP 394 (remove_files) COMPLETE
64412026-08-05T19:48:56.428Z[ recovery-image] Aug 05 19:48:55.758 INFO O| Aug 05 19:48:55.758 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-05T19:48:56.440Z[ recovery-image] Aug 05 19:48:55.771 INFO O| Aug 05 19:48:55.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64432026-08-05T19:48:56.440Z[ recovery-image] Aug 05 19:48:55.771 INFO O| Aug 05 19:48:55.769 INFO STEP 395 (remove_files) COMPLETE
64442026-08-05T19:48:56.440Z[ recovery-image] Aug 05 19:48:55.771 INFO O| Aug 05 19:48:55.769 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-05T19:48:56.449Z[ recovery-image] Aug 05 19:48:55.780 INFO O| Aug 05 19:48:55.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64462026-08-05T19:48:56.449Z[ recovery-image] Aug 05 19:48:55.780 INFO O| Aug 05 19:48:55.780 INFO STEP 396 (remove_files) COMPLETE
64472026-08-05T19:48:56.449Z[ recovery-image] Aug 05 19:48:55.780 INFO O| Aug 05 19:48:55.780 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-05T19:48:56.456Z[verify-libraries] Compiling hex-literal v1.1.0
64492026-08-05T19:48:56.459Z[ recovery-image] Aug 05 19:48:55.789 INFO O| Aug 05 19:48:55.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64502026-08-05T19:48:56.459Z[ recovery-image] Aug 05 19:48:55.789 INFO O| Aug 05 19:48:55.789 INFO STEP 397 (remove_files) COMPLETE
64512026-08-05T19:48:56.459Z[ recovery-image] Aug 05 19:48:55.789 INFO O| Aug 05 19:48:55.789 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-05T19:48:56.468Z[ recovery-image] Aug 05 19:48:55.799 INFO O| Aug 05 19:48:55.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64532026-08-05T19:48:56.468Z[ recovery-image] Aug 05 19:48:55.799 INFO O| Aug 05 19:48:55.799 INFO STEP 398 (remove_files) COMPLETE
64542026-08-05T19:48:56.468Z[ recovery-image] Aug 05 19:48:55.799 INFO O| Aug 05 19:48:55.799 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-05T19:48:56.479Z[ recovery-image] Aug 05 19:48:55.810 INFO O| Aug 05 19:48:55.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64562026-08-05T19:48:56.479Z[ recovery-image] Aug 05 19:48:55.810 INFO O| Aug 05 19:48:55.810 INFO STEP 399 (remove_files) COMPLETE
64572026-08-05T19:48:56.479Z[ recovery-image] Aug 05 19:48:55.810 INFO O| Aug 05 19:48:55.810 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-05T19:48:56.489Z[ recovery-image] Aug 05 19:48:55.820 INFO O| Aug 05 19:48:55.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64592026-08-05T19:48:56.492Z[ recovery-image] Aug 05 19:48:55.822 INFO O| Aug 05 19:48:55.822 INFO STEP 400 (remove_files) COMPLETE
64602026-08-05T19:48:56.492Z[ recovery-image] Aug 05 19:48:55.822 INFO O| Aug 05 19:48:55.822 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-05T19:48:56.493Z[verify-libraries] Compiling md5 v0.8.0
64622026-08-05T19:48:56.501Z[ recovery-image] Aug 05 19:48:55.832 INFO O| Aug 05 19:48:55.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64632026-08-05T19:48:56.501Z[ recovery-image] Aug 05 19:48:55.832 INFO O| Aug 05 19:48:55.832 INFO STEP 401 (remove_files) COMPLETE
64642026-08-05T19:48:56.501Z[ recovery-image] Aug 05 19:48:55.832 INFO O| Aug 05 19:48:55.832 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-05T19:48:56.510Z[ recovery-image] Aug 05 19:48:55.841 INFO O| Aug 05 19:48:55.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64662026-08-05T19:48:56.510Z[ recovery-image] Aug 05 19:48:55.841 INFO O| Aug 05 19:48:55.841 INFO STEP 402 (remove_files) COMPLETE
64672026-08-05T19:48:56.514Z[ recovery-image] Aug 05 19:48:55.841 INFO O| Aug 05 19:48:55.841 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-05T19:48:56.521Z[ recovery-image] Aug 05 19:48:55.852 INFO O| Aug 05 19:48:55.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64692026-08-05T19:48:56.521Z[ recovery-image] Aug 05 19:48:55.852 INFO O| Aug 05 19:48:55.852 INFO STEP 403 (remove_files) COMPLETE
64702026-08-05T19:48:56.521Z[ recovery-image] Aug 05 19:48:55.852 INFO O| Aug 05 19:48:55.852 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-05T19:48:56.531Z[ recovery-image] Aug 05 19:48:55.862 INFO O| Aug 05 19:48:55.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64722026-08-05T19:48:56.531Z[ recovery-image] Aug 05 19:48:55.862 INFO O| Aug 05 19:48:55.862 INFO STEP 404 (remove_files) COMPLETE
64732026-08-05T19:48:56.531Z[ recovery-image] Aug 05 19:48:55.862 INFO O| Aug 05 19:48:55.862 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-05T19:48:56.541Z[ recovery-image] Aug 05 19:48:55.873 INFO O| Aug 05 19:48:55.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64752026-08-05T19:48:56.542Z[ recovery-image] Aug 05 19:48:55.873 INFO O| Aug 05 19:48:55.873 INFO STEP 405 (remove_files) COMPLETE
64762026-08-05T19:48:56.542Z[ recovery-image] Aug 05 19:48:55.873 INFO O| Aug 05 19:48:55.873 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-05T19:48:56.552Z[ recovery-image] Aug 05 19:48:55.883 INFO O| Aug 05 19:48:55.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64782026-08-05T19:48:56.552Z[ recovery-image] Aug 05 19:48:55.883 INFO O| Aug 05 19:48:55.883 INFO STEP 406 (remove_files) COMPLETE
64792026-08-05T19:48:56.552Z[ recovery-image] Aug 05 19:48:55.883 INFO O| Aug 05 19:48:55.883 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-05T19:48:56.562Z[ recovery-image] Aug 05 19:48:55.893 INFO O| Aug 05 19:48:55.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64812026-08-05T19:48:56.562Z[ recovery-image] Aug 05 19:48:55.893 INFO O| Aug 05 19:48:55.893 INFO STEP 407 (remove_files) COMPLETE
64822026-08-05T19:48:56.562Z[ recovery-image] Aug 05 19:48:55.893 INFO O| Aug 05 19:48:55.893 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-05T19:48:56.572Z[ recovery-image] Aug 05 19:48:55.903 INFO O| Aug 05 19:48:55.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64842026-08-05T19:48:56.572Z[ recovery-image] Aug 05 19:48:55.903 INFO O| Aug 05 19:48:55.903 INFO STEP 408 (remove_files) COMPLETE
64852026-08-05T19:48:56.572Z[ recovery-image] Aug 05 19:48:55.903 INFO O| Aug 05 19:48:55.903 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-05T19:48:56.583Z[ recovery-image] Aug 05 19:48:55.914 INFO O| Aug 05 19:48:55.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64872026-08-05T19:48:56.583Z[ recovery-image] Aug 05 19:48:55.914 INFO O| Aug 05 19:48:55.914 INFO STEP 409 (remove_files) COMPLETE
64882026-08-05T19:48:56.583Z[ recovery-image] Aug 05 19:48:55.914 INFO O| Aug 05 19:48:55.914 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-05T19:48:56.593Z[ recovery-image] Aug 05 19:48:55.924 INFO O| Aug 05 19:48:55.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64902026-08-05T19:48:56.593Z[ recovery-image] Aug 05 19:48:55.924 INFO O| Aug 05 19:48:55.924 INFO STEP 410 (remove_files) COMPLETE
64912026-08-05T19:48:56.596Z[ recovery-image] Aug 05 19:48:55.924 INFO O| Aug 05 19:48:55.924 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-05T19:48:56.606Z[ recovery-image] Aug 05 19:48:55.935 INFO O| Aug 05 19:48:55.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64932026-08-05T19:48:56.606Z[ recovery-image] Aug 05 19:48:55.935 INFO O| Aug 05 19:48:55.935 INFO STEP 411 (remove_files) COMPLETE
64942026-08-05T19:48:56.606Z[ recovery-image] Aug 05 19:48:55.935 INFO O| Aug 05 19:48:55.935 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-05T19:48:56.614Z[ recovery-image] Aug 05 19:48:55.945 INFO O| Aug 05 19:48:55.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64962026-08-05T19:48:56.614Z[ recovery-image] Aug 05 19:48:55.945 INFO O| Aug 05 19:48:55.945 INFO STEP 412 (remove_files) COMPLETE
64972026-08-05T19:48:56.618Z[ recovery-image] Aug 05 19:48:55.945 INFO O| Aug 05 19:48:55.945 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-05T19:48:56.618Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64992026-08-05T19:48:56.624Z[ recovery-image] Aug 05 19:48:55.955 INFO O| Aug 05 19:48:55.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65002026-08-05T19:48:56.624Z[ recovery-image] Aug 05 19:48:55.955 INFO O| Aug 05 19:48:55.955 INFO STEP 413 (remove_files) COMPLETE
65012026-08-05T19:48:56.624Z[ recovery-image] Aug 05 19:48:55.955 INFO O| Aug 05 19:48:55.955 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-05T19:48:56.634Z[ recovery-image] Aug 05 19:48:55.965 INFO O| Aug 05 19:48:55.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65032026-08-05T19:48:56.637Z[ recovery-image] Aug 05 19:48:55.965 INFO O| Aug 05 19:48:55.965 INFO STEP 414 (remove_files) COMPLETE
65042026-08-05T19:48:56.637Z[ recovery-image] Aug 05 19:48:55.965 INFO O| Aug 05 19:48:55.965 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-05T19:48:56.646Z[ recovery-image] Aug 05 19:48:55.974 INFO O| Aug 05 19:48:55.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65062026-08-05T19:48:56.649Z[ recovery-image] Aug 05 19:48:55.977 INFO O| Aug 05 19:48:55.977 INFO STEP 415 (remove_files) COMPLETE
65072026-08-05T19:48:56.649Z[ recovery-image] Aug 05 19:48:55.977 INFO O| Aug 05 19:48:55.977 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-05T19:48:56.652Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65092026-08-05T19:48:56.655Z[ recovery-image] Aug 05 19:48:55.987 INFO O| Aug 05 19:48:55.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65102026-08-05T19:48:56.656Z[ recovery-image] Aug 05 19:48:55.987 INFO O| Aug 05 19:48:55.987 INFO STEP 416 (remove_files) COMPLETE
65112026-08-05T19:48:56.656Z[ recovery-image] Aug 05 19:48:55.987 INFO O| Aug 05 19:48:55.987 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-05T19:48:56.666Z[ recovery-image] Aug 05 19:48:55.997 INFO O| Aug 05 19:48:55.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65132026-08-05T19:48:56.666Z[ recovery-image] Aug 05 19:48:55.997 INFO O| Aug 05 19:48:55.997 INFO STEP 417 (remove_files) COMPLETE
65142026-08-05T19:48:56.670Z[ recovery-image] Aug 05 19:48:55.997 INFO O| Aug 05 19:48:55.997 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-05T19:48:56.677Z[ recovery-image] Aug 05 19:48:56.008 INFO O| Aug 05 19:48:56.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65162026-08-05T19:48:56.677Z[ recovery-image] Aug 05 19:48:56.008 INFO O| Aug 05 19:48:56.008 INFO STEP 418 (remove_files) COMPLETE
65172026-08-05T19:48:56.677Z[ recovery-image] Aug 05 19:48:56.008 INFO O| Aug 05 19:48:56.008 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-05T19:48:56.686Z[ recovery-image] Aug 05 19:48:56.017 INFO O| Aug 05 19:48:56.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65192026-08-05T19:48:56.686Z[ recovery-image] Aug 05 19:48:56.017 INFO O| Aug 05 19:48:56.017 INFO STEP 419 (remove_files) COMPLETE
65202026-08-05T19:48:56.686Z[ recovery-image] Aug 05 19:48:56.017 INFO O| Aug 05 19:48:56.017 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-05T19:48:56.696Z[ recovery-image] Aug 05 19:48:56.028 INFO O| Aug 05 19:48:56.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65222026-08-05T19:48:56.697Z[ recovery-image] Aug 05 19:48:56.028 INFO O| Aug 05 19:48:56.028 INFO STEP 420 (remove_files) COMPLETE
65232026-08-05T19:48:56.700Z[ recovery-image] Aug 05 19:48:56.028 INFO O| Aug 05 19:48:56.028 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-05T19:48:56.707Z[ recovery-image] Aug 05 19:48:56.039 INFO O| Aug 05 19:48:56.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65252026-08-05T19:48:56.710Z[ recovery-image] Aug 05 19:48:56.039 INFO O| Aug 05 19:48:56.039 INFO STEP 421 (remove_files) COMPLETE
65262026-08-05T19:48:56.710Z[ recovery-image] Aug 05 19:48:56.039 INFO O| Aug 05 19:48:56.039 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-05T19:48:56.718Z[ recovery-image] Aug 05 19:48:56.049 INFO O| Aug 05 19:48:56.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65282026-08-05T19:48:56.718Z[ recovery-image] Aug 05 19:48:56.049 INFO O| Aug 05 19:48:56.049 INFO STEP 422 (remove_files) COMPLETE
65292026-08-05T19:48:56.721Z[ recovery-image] Aug 05 19:48:56.049 INFO O| Aug 05 19:48:56.049 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-05T19:48:56.727Z[ recovery-image] Aug 05 19:48:56.058 INFO O| Aug 05 19:48:56.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65312026-08-05T19:48:56.727Z[ recovery-image] Aug 05 19:48:56.058 INFO O| Aug 05 19:48:56.058 INFO STEP 423 (remove_files) COMPLETE
65322026-08-05T19:48:56.730Z[ recovery-image] Aug 05 19:48:56.058 INFO O| Aug 05 19:48:56.058 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-05T19:48:56.736Z[ recovery-image] Aug 05 19:48:56.068 INFO O| Aug 05 19:48:56.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65342026-08-05T19:48:56.736Z[ recovery-image] Aug 05 19:48:56.068 INFO O| Aug 05 19:48:56.068 INFO STEP 424 (remove_files) COMPLETE
65352026-08-05T19:48:56.740Z[ recovery-image] Aug 05 19:48:56.068 INFO O| Aug 05 19:48:56.068 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-05T19:48:56.747Z[ recovery-image] Aug 05 19:48:56.078 INFO O| Aug 05 19:48:56.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65372026-08-05T19:48:56.747Z[ recovery-image] Aug 05 19:48:56.078 INFO O| Aug 05 19:48:56.078 INFO STEP 425 (remove_files) COMPLETE
65382026-08-05T19:48:56.747Z[ recovery-image] Aug 05 19:48:56.078 INFO O| Aug 05 19:48:56.078 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-05T19:48:56.757Z[ recovery-image] Aug 05 19:48:56.089 INFO O| Aug 05 19:48:56.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65402026-08-05T19:48:56.757Z[ recovery-image] Aug 05 19:48:56.089 INFO O| Aug 05 19:48:56.089 INFO STEP 426 (remove_files) COMPLETE
65412026-08-05T19:48:56.761Z[ recovery-image] Aug 05 19:48:56.089 INFO O| Aug 05 19:48:56.089 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-05T19:48:56.768Z[ recovery-image] Aug 05 19:48:56.100 INFO O| Aug 05 19:48:56.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65432026-08-05T19:48:56.768Z[ recovery-image] Aug 05 19:48:56.100 INFO O| Aug 05 19:48:56.100 INFO STEP 427 (remove_files) COMPLETE
65442026-08-05T19:48:56.769Z[ recovery-image] Aug 05 19:48:56.100 INFO O| Aug 05 19:48:56.100 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-05T19:48:56.779Z[ recovery-image] Aug 05 19:48:56.110 INFO O| Aug 05 19:48:56.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65462026-08-05T19:48:56.783Z[ recovery-image] Aug 05 19:48:56.111 INFO O| Aug 05 19:48:56.111 INFO STEP 428 (remove_files) COMPLETE
65472026-08-05T19:48:56.783Z[ recovery-image] Aug 05 19:48:56.111 INFO O| Aug 05 19:48:56.111 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-05T19:48:56.790Z[ recovery-image] Aug 05 19:48:56.121 INFO O| Aug 05 19:48:56.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65492026-08-05T19:48:56.790Z[ recovery-image] Aug 05 19:48:56.121 INFO O| Aug 05 19:48:56.121 INFO STEP 429 (remove_files) COMPLETE
65502026-08-05T19:48:56.793Z[ recovery-image] Aug 05 19:48:56.121 INFO O| Aug 05 19:48:56.121 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-05T19:48:56.801Z[ recovery-image] Aug 05 19:48:56.131 INFO O| Aug 05 19:48:56.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65522026-08-05T19:48:56.801Z[ recovery-image] Aug 05 19:48:56.131 INFO O| Aug 05 19:48:56.131 INFO STEP 430 (remove_files) COMPLETE
65532026-08-05T19:48:56.801Z[ recovery-image] Aug 05 19:48:56.131 INFO O| Aug 05 19:48:56.131 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-05T19:48:56.810Z[ recovery-image] Aug 05 19:48:56.141 INFO O| Aug 05 19:48:56.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65552026-08-05T19:48:56.810Z[ recovery-image] Aug 05 19:48:56.141 INFO O| Aug 05 19:48:56.141 INFO STEP 431 (remove_files) COMPLETE
65562026-08-05T19:48:56.810Z[ recovery-image] Aug 05 19:48:56.141 INFO O| Aug 05 19:48:56.141 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-05T19:48:56.821Z[ recovery-image] Aug 05 19:48:56.152 INFO O| Aug 05 19:48:56.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65582026-08-05T19:48:56.821Z[ recovery-image] Aug 05 19:48:56.152 INFO O| Aug 05 19:48:56.152 INFO STEP 432 (remove_files) COMPLETE
65592026-08-05T19:48:56.821Z[ recovery-image] Aug 05 19:48:56.152 INFO O| Aug 05 19:48:56.152 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-05T19:48:56.833Z[ recovery-image] Aug 05 19:48:56.164 INFO O| Aug 05 19:48:56.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65612026-08-05T19:48:56.851Z[ recovery-image] Aug 05 19:48:56.182 INFO O| Aug 05 19:48:56.182 INFO STEP 433 (remove_files) COMPLETE
65622026-08-05T19:48:56.851Z[ recovery-image] Aug 05 19:48:56.183 INFO O| Aug 05 19:48:56.183 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-05T19:48:56.855Z[verify-libraries] Compiling russh v0.62.4
65642026-08-05T19:48:56.863Z[ recovery-image] Aug 05 19:48:56.192 INFO O| Aug 05 19:48:56.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65652026-08-05T19:48:56.863Z[ recovery-image] Aug 05 19:48:56.193 INFO O| Aug 05 19:48:56.193 INFO STEP 434 (remove_files) COMPLETE
65662026-08-05T19:48:56.863Z[ recovery-image] Aug 05 19:48:56.193 INFO O| Aug 05 19:48:56.193 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-05T19:48:56.871Z[ recovery-image] Aug 05 19:48:56.203 INFO O| Aug 05 19:48:56.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65682026-08-05T19:48:56.871Z[ recovery-image] Aug 05 19:48:56.203 INFO O| Aug 05 19:48:56.203 INFO STEP 435 (remove_files) COMPLETE
65692026-08-05T19:48:56.875Z[ recovery-image] Aug 05 19:48:56.203 INFO O| Aug 05 19:48:56.203 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-05T19:48:56.881Z[ recovery-image] Aug 05 19:48:56.212 INFO O| Aug 05 19:48:56.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65712026-08-05T19:48:56.881Z[ recovery-image] Aug 05 19:48:56.212 INFO O| Aug 05 19:48:56.212 INFO STEP 436 (remove_files) COMPLETE
65722026-08-05T19:48:56.881Z[ recovery-image] Aug 05 19:48:56.212 INFO O| Aug 05 19:48:56.212 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-05T19:48:56.914Z[ recovery-image] Aug 05 19:48:56.245 INFO O| Aug 05 19:48:56.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65742026-08-05T19:48:56.914Z[ recovery-image] Aug 05 19:48:56.245 INFO O| Aug 05 19:48:56.245 INFO STEP 437 (remove_files) COMPLETE
65752026-08-05T19:48:56.914Z[ recovery-image] Aug 05 19:48:56.245 INFO O| Aug 05 19:48:56.245 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-05T19:48:56.925Z[ recovery-image] Aug 05 19:48:56.256 INFO O| Aug 05 19:48:56.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65772026-08-05T19:48:56.925Z[ recovery-image] Aug 05 19:48:56.256 INFO O| Aug 05 19:48:56.256 INFO STEP 438 (remove_files) COMPLETE
65782026-08-05T19:48:56.925Z[ recovery-image] Aug 05 19:48:56.256 INFO O| Aug 05 19:48:56.256 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-05T19:48:56.935Z[ recovery-image] Aug 05 19:48:56.267 INFO O| Aug 05 19:48:56.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65802026-08-05T19:48:56.936Z[ recovery-image] Aug 05 19:48:56.267 INFO O| Aug 05 19:48:56.267 INFO STEP 439 (remove_files) COMPLETE
65812026-08-05T19:48:56.936Z[ recovery-image] Aug 05 19:48:56.267 INFO O| Aug 05 19:48:56.267 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-05T19:48:56.946Z[ recovery-image] Aug 05 19:48:56.277 INFO O| Aug 05 19:48:56.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65832026-08-05T19:48:56.946Z[ recovery-image] Aug 05 19:48:56.277 INFO O| Aug 05 19:48:56.277 INFO STEP 440 (remove_files) COMPLETE
65842026-08-05T19:48:56.946Z[ recovery-image] Aug 05 19:48:56.277 INFO O| Aug 05 19:48:56.277 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-05T19:48:56.955Z[ recovery-image] Aug 05 19:48:56.286 INFO O| Aug 05 19:48:56.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65862026-08-05T19:48:56.955Z[ recovery-image] Aug 05 19:48:56.286 INFO O| Aug 05 19:48:56.286 INFO STEP 441 (remove_files) COMPLETE
65872026-08-05T19:48:56.955Z[ recovery-image] Aug 05 19:48:56.286 INFO O| Aug 05 19:48:56.286 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-05T19:48:56.966Z[ recovery-image] Aug 05 19:48:56.297 INFO O| Aug 05 19:48:56.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65892026-08-05T19:48:56.966Z[ recovery-image] Aug 05 19:48:56.297 INFO O| Aug 05 19:48:56.297 INFO STEP 442 (remove_files) COMPLETE
65902026-08-05T19:48:56.970Z[ recovery-image] Aug 05 19:48:56.297 INFO O| Aug 05 19:48:56.297 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-05T19:48:56.976Z[ recovery-image] Aug 05 19:48:56.307 INFO O| Aug 05 19:48:56.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65922026-08-05T19:48:56.976Z[ recovery-image] Aug 05 19:48:56.308 INFO O| Aug 05 19:48:56.307 INFO STEP 443 (remove_files) COMPLETE
65932026-08-05T19:48:56.980Z[ recovery-image] Aug 05 19:48:56.308 INFO O| Aug 05 19:48:56.307 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-05T19:48:56.992Z[ recovery-image] Aug 05 19:48:56.323 INFO O| Aug 05 19:48:56.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65952026-08-05T19:48:56.992Z[ recovery-image] Aug 05 19:48:56.323 INFO O| Aug 05 19:48:56.323 INFO STEP 444 (remove_files) COMPLETE
65962026-08-05T19:48:56.996Z[ recovery-image] Aug 05 19:48:56.323 INFO O| Aug 05 19:48:56.323 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-05T19:48:57.004Z[ recovery-image] Aug 05 19:48:56.335 INFO O| Aug 05 19:48:56.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65982026-08-05T19:48:57.004Z[ recovery-image] Aug 05 19:48:56.335 INFO O| Aug 05 19:48:56.335 INFO STEP 445 (remove_files) COMPLETE
65992026-08-05T19:48:57.004Z[ recovery-image] Aug 05 19:48:56.335 INFO O| Aug 05 19:48:56.335 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-05T19:48:57.014Z[ recovery-image] Aug 05 19:48:56.345 INFO O| Aug 05 19:48:56.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66012026-08-05T19:48:57.014Z[ recovery-image] Aug 05 19:48:56.345 INFO O| Aug 05 19:48:56.345 INFO STEP 446 (remove_files) COMPLETE
66022026-08-05T19:48:57.014Z[ recovery-image] Aug 05 19:48:56.345 INFO O| Aug 05 19:48:56.345 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-05T19:48:57.025Z[ recovery-image] Aug 05 19:48:56.356 INFO O| Aug 05 19:48:56.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66042026-08-05T19:48:57.025Z[ recovery-image] Aug 05 19:48:56.356 INFO O| Aug 05 19:48:56.356 INFO STEP 447 (remove_files) COMPLETE
66052026-08-05T19:48:57.028Z[ recovery-image] Aug 05 19:48:56.356 INFO O| Aug 05 19:48:56.356 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-05T19:48:57.036Z[ recovery-image] Aug 05 19:48:56.367 INFO O| Aug 05 19:48:56.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66072026-08-05T19:48:57.036Z[ recovery-image] Aug 05 19:48:56.367 INFO O| Aug 05 19:48:56.367 INFO STEP 448 (remove_files) COMPLETE
66082026-08-05T19:48:57.036Z[ recovery-image] Aug 05 19:48:56.367 INFO O| Aug 05 19:48:56.367 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-05T19:48:57.046Z[ recovery-image] Aug 05 19:48:56.378 INFO O| Aug 05 19:48:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66102026-08-05T19:48:57.046Z[ recovery-image] Aug 05 19:48:56.378 INFO O| Aug 05 19:48:56.378 INFO STEP 449 (remove_files) COMPLETE
66112026-08-05T19:48:57.050Z[ recovery-image] Aug 05 19:48:56.378 INFO O| Aug 05 19:48:56.378 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-05T19:48:57.057Z[ recovery-image] Aug 05 19:48:56.388 INFO O| Aug 05 19:48:56.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66132026-08-05T19:48:57.057Z[ recovery-image] Aug 05 19:48:56.388 INFO O| Aug 05 19:48:56.388 INFO STEP 450 (remove_files) COMPLETE
66142026-08-05T19:48:57.057Z[ recovery-image] Aug 05 19:48:56.388 INFO O| Aug 05 19:48:56.388 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-05T19:48:57.068Z[ recovery-image] Aug 05 19:48:56.399 INFO O| Aug 05 19:48:56.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66162026-08-05T19:48:57.072Z[ recovery-image] Aug 05 19:48:56.401 INFO O| Aug 05 19:48:56.401 INFO STEP 451 (remove_files) COMPLETE
66172026-08-05T19:48:57.072Z[ recovery-image] Aug 05 19:48:56.401 INFO O| Aug 05 19:48:56.401 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-05T19:48:57.081Z[ recovery-image] Aug 05 19:48:56.412 INFO O| Aug 05 19:48:56.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66192026-08-05T19:48:57.081Z[ recovery-image] Aug 05 19:48:56.412 INFO O| Aug 05 19:48:56.412 INFO STEP 452 (remove_files) COMPLETE
66202026-08-05T19:48:57.081Z[ recovery-image] Aug 05 19:48:56.412 INFO O| Aug 05 19:48:56.412 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-05T19:48:57.092Z[ recovery-image] Aug 05 19:48:56.423 INFO O| Aug 05 19:48:56.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66222026-08-05T19:48:57.092Z[ recovery-image] Aug 05 19:48:56.424 INFO O| Aug 05 19:48:56.424 INFO STEP 453 (remove_files) COMPLETE
66232026-08-05T19:48:57.096Z[ recovery-image] Aug 05 19:48:56.424 INFO O| Aug 05 19:48:56.424 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-05T19:48:57.102Z[ recovery-image] Aug 05 19:48:56.434 INFO O| Aug 05 19:48:56.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66252026-08-05T19:48:57.102Z[ recovery-image] Aug 05 19:48:56.434 INFO O| Aug 05 19:48:56.434 INFO STEP 454 (remove_files) COMPLETE
66262026-08-05T19:48:57.102Z[ recovery-image] Aug 05 19:48:56.434 INFO O| Aug 05 19:48:56.434 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-05T19:48:57.112Z[ recovery-image] Aug 05 19:48:56.443 INFO O| Aug 05 19:48:56.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66282026-08-05T19:48:57.112Z[ recovery-image] Aug 05 19:48:56.443 INFO O| Aug 05 19:48:56.443 INFO STEP 455 (remove_files) COMPLETE
66292026-08-05T19:48:57.112Z[ recovery-image] Aug 05 19:48:56.443 INFO O| Aug 05 19:48:56.443 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-05T19:48:57.125Z[ recovery-image] Aug 05 19:48:56.456 INFO O| Aug 05 19:48:56.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66312026-08-05T19:48:57.125Z[ recovery-image] Aug 05 19:48:56.456 INFO O| Aug 05 19:48:56.456 INFO STEP 456 (remove_files) COMPLETE
66322026-08-05T19:48:57.125Z[ recovery-image] Aug 05 19:48:56.456 INFO O| Aug 05 19:48:56.456 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-05T19:48:57.139Z[ recovery-image] Aug 05 19:48:56.468 INFO O| Aug 05 19:48:56.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66342026-08-05T19:48:57.139Z[ recovery-image] Aug 05 19:48:56.468 INFO O| Aug 05 19:48:56.468 INFO STEP 457 (remove_files) COMPLETE
66352026-08-05T19:48:57.139Z[ recovery-image] Aug 05 19:48:56.468 INFO O| Aug 05 19:48:56.468 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-05T19:48:57.151Z[ recovery-image] Aug 05 19:48:56.482 INFO O| Aug 05 19:48:56.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66372026-08-05T19:48:57.151Z[ recovery-image] Aug 05 19:48:56.482 INFO O| Aug 05 19:48:56.482 INFO STEP 458 (remove_files) COMPLETE
66382026-08-05T19:48:57.151Z[ recovery-image] Aug 05 19:48:56.482 INFO O| Aug 05 19:48:56.482 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-05T19:48:57.163Z[ recovery-image] Aug 05 19:48:56.494 INFO O| Aug 05 19:48:56.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66402026-08-05T19:48:57.163Z[ recovery-image] Aug 05 19:48:56.494 INFO O| Aug 05 19:48:56.494 INFO STEP 459 (remove_files) COMPLETE
66412026-08-05T19:48:57.167Z[ recovery-image] Aug 05 19:48:56.494 INFO O| Aug 05 19:48:56.494 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-05T19:48:57.175Z[ recovery-image] Aug 05 19:48:56.506 INFO O| Aug 05 19:48:56.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66432026-08-05T19:48:57.175Z[ recovery-image] Aug 05 19:48:56.506 INFO O| Aug 05 19:48:56.506 INFO STEP 460 (remove_files) COMPLETE
66442026-08-05T19:48:57.175Z[ recovery-image] Aug 05 19:48:56.506 INFO O| Aug 05 19:48:56.506 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-05T19:48:57.186Z[ recovery-image] Aug 05 19:48:56.517 INFO O| Aug 05 19:48:56.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66462026-08-05T19:48:57.186Z[ recovery-image] Aug 05 19:48:56.517 INFO O| Aug 05 19:48:56.517 INFO STEP 461 (remove_files) COMPLETE
66472026-08-05T19:48:57.186Z[ recovery-image] Aug 05 19:48:56.517 INFO O| Aug 05 19:48:56.517 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-05T19:48:57.196Z[ recovery-image] Aug 05 19:48:56.527 INFO O| Aug 05 19:48:56.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66492026-08-05T19:48:57.196Z[ recovery-image] Aug 05 19:48:56.527 INFO O| Aug 05 19:48:56.527 INFO STEP 462 (remove_files) COMPLETE
66502026-08-05T19:48:57.196Z[ recovery-image] Aug 05 19:48:56.527 INFO O| Aug 05 19:48:56.527 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-05T19:48:57.206Z[ recovery-image] Aug 05 19:48:56.537 INFO O| Aug 05 19:48:56.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66522026-08-05T19:48:57.206Z[ recovery-image] Aug 05 19:48:56.537 INFO O| Aug 05 19:48:56.537 INFO STEP 463 (remove_files) COMPLETE
66532026-08-05T19:48:57.206Z[ recovery-image] Aug 05 19:48:56.537 INFO O| Aug 05 19:48:56.537 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-05T19:48:57.218Z[ recovery-image] Aug 05 19:48:56.548 INFO O| Aug 05 19:48:56.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66552026-08-05T19:48:57.218Z[ recovery-image] Aug 05 19:48:56.548 INFO O| Aug 05 19:48:56.548 INFO STEP 464 (remove_files) COMPLETE
66562026-08-05T19:48:57.218Z[ recovery-image] Aug 05 19:48:56.548 INFO O| Aug 05 19:48:56.548 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-05T19:48:57.227Z[ recovery-image] Aug 05 19:48:56.558 INFO O| Aug 05 19:48:56.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66582026-08-05T19:48:57.227Z[ recovery-image] Aug 05 19:48:56.558 INFO O| Aug 05 19:48:56.558 INFO STEP 465 (remove_files) COMPLETE
66592026-08-05T19:48:57.227Z[ recovery-image] Aug 05 19:48:56.558 INFO O| Aug 05 19:48:56.558 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-05T19:48:57.236Z[ recovery-image] Aug 05 19:48:56.567 INFO O| Aug 05 19:48:56.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66612026-08-05T19:48:57.236Z[ recovery-image] Aug 05 19:48:56.567 INFO O| Aug 05 19:48:56.567 INFO STEP 466 (remove_files) COMPLETE
66622026-08-05T19:48:57.236Z[ recovery-image] Aug 05 19:48:56.567 INFO O| Aug 05 19:48:56.567 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-05T19:48:57.245Z[ recovery-image] Aug 05 19:48:56.576 INFO O| Aug 05 19:48:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66642026-08-05T19:48:57.245Z[ recovery-image] Aug 05 19:48:56.576 INFO O| Aug 05 19:48:56.576 INFO STEP 467 (remove_files) COMPLETE
66652026-08-05T19:48:57.245Z[ recovery-image] Aug 05 19:48:56.576 INFO O| Aug 05 19:48:56.576 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-05T19:48:57.255Z[ recovery-image] Aug 05 19:48:56.586 INFO O| Aug 05 19:48:56.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66672026-08-05T19:48:57.255Z[ recovery-image] Aug 05 19:48:56.586 INFO O| Aug 05 19:48:56.586 INFO STEP 468 (remove_files) COMPLETE
66682026-08-05T19:48:57.255Z[ recovery-image] Aug 05 19:48:56.586 INFO O| Aug 05 19:48:56.586 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-05T19:48:57.258Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
66702026-08-05T19:48:57.264Z[ recovery-image] Aug 05 19:48:56.595 INFO O| Aug 05 19:48:56.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66712026-08-05T19:48:57.264Z[ recovery-image] Aug 05 19:48:56.595 INFO O| Aug 05 19:48:56.595 INFO STEP 469 (remove_files) COMPLETE
66722026-08-05T19:48:57.267Z[ recovery-image] Aug 05 19:48:56.595 INFO O| Aug 05 19:48:56.595 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-05T19:48:57.273Z[ recovery-image] Aug 05 19:48:56.604 INFO O| Aug 05 19:48:56.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66742026-08-05T19:48:57.273Z[ recovery-image] Aug 05 19:48:56.604 INFO O| Aug 05 19:48:56.604 INFO STEP 470 (remove_files) COMPLETE
66752026-08-05T19:48:57.276Z[ recovery-image] Aug 05 19:48:56.604 INFO O| Aug 05 19:48:56.604 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-05T19:48:57.283Z[ recovery-image] Aug 05 19:48:56.614 INFO O| Aug 05 19:48:56.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66772026-08-05T19:48:57.283Z[ recovery-image] Aug 05 19:48:56.614 INFO O| Aug 05 19:48:56.614 INFO STEP 471 (remove_files) COMPLETE
66782026-08-05T19:48:57.287Z[ recovery-image] Aug 05 19:48:56.614 INFO O| Aug 05 19:48:56.614 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-05T19:48:57.292Z[ recovery-image] Aug 05 19:48:56.623 INFO O| Aug 05 19:48:56.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66802026-08-05T19:48:57.292Z[ recovery-image] Aug 05 19:48:56.623 INFO O| Aug 05 19:48:56.623 INFO STEP 472 (remove_files) COMPLETE
66812026-08-05T19:48:57.292Z[ recovery-image] Aug 05 19:48:56.623 INFO O| Aug 05 19:48:56.623 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-05T19:48:57.302Z[ recovery-image] Aug 05 19:48:56.633 INFO O| Aug 05 19:48:56.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66832026-08-05T19:48:57.302Z[ recovery-image] Aug 05 19:48:56.633 INFO O| Aug 05 19:48:56.633 INFO STEP 473 (remove_files) COMPLETE
66842026-08-05T19:48:57.302Z[ recovery-image] Aug 05 19:48:56.633 INFO O| Aug 05 19:48:56.633 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-05T19:48:57.313Z[ recovery-image] Aug 05 19:48:56.644 INFO O| Aug 05 19:48:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66862026-08-05T19:48:57.313Z[ recovery-image] Aug 05 19:48:56.644 INFO O| Aug 05 19:48:56.644 INFO STEP 474 (remove_files) COMPLETE
66872026-08-05T19:48:57.316Z[ recovery-image] Aug 05 19:48:56.644 INFO O| Aug 05 19:48:56.644 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-05T19:48:57.323Z[ recovery-image] Aug 05 19:48:56.655 INFO O| Aug 05 19:48:56.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66892026-08-05T19:48:57.323Z[ recovery-image] Aug 05 19:48:56.655 INFO O| Aug 05 19:48:56.655 INFO STEP 475 (remove_files) COMPLETE
66902026-08-05T19:48:57.324Z[ recovery-image] Aug 05 19:48:56.655 INFO O| Aug 05 19:48:56.655 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-05T19:48:57.334Z[ recovery-image] Aug 05 19:48:56.666 INFO O| Aug 05 19:48:56.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66922026-08-05T19:48:57.334Z[ recovery-image] Aug 05 19:48:56.666 INFO O| Aug 05 19:48:56.666 INFO STEP 476 (remove_files) COMPLETE
66932026-08-05T19:48:57.335Z[ recovery-image] Aug 05 19:48:56.666 INFO O| Aug 05 19:48:56.666 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-05T19:48:57.346Z[ recovery-image] Aug 05 19:48:56.677 INFO O| Aug 05 19:48:56.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66952026-08-05T19:48:57.346Z[ recovery-image] Aug 05 19:48:56.677 INFO O| Aug 05 19:48:56.677 INFO STEP 477 (remove_files) COMPLETE
66962026-08-05T19:48:57.346Z[ recovery-image] Aug 05 19:48:56.677 INFO O| Aug 05 19:48:56.677 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-05T19:48:57.357Z[ recovery-image] Aug 05 19:48:56.688 INFO O| Aug 05 19:48:56.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66982026-08-05T19:48:57.357Z[ recovery-image] Aug 05 19:48:56.688 INFO O| Aug 05 19:48:56.688 INFO STEP 478 (remove_files) COMPLETE
66992026-08-05T19:48:57.357Z[ recovery-image] Aug 05 19:48:56.688 INFO O| Aug 05 19:48:56.688 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-05T19:48:57.368Z[ recovery-image] Aug 05 19:48:56.699 INFO O| Aug 05 19:48:56.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67012026-08-05T19:48:57.368Z[ recovery-image] Aug 05 19:48:56.699 INFO O| Aug 05 19:48:56.699 INFO STEP 479 (remove_files) COMPLETE
67022026-08-05T19:48:57.368Z[ recovery-image] Aug 05 19:48:56.699 INFO O| Aug 05 19:48:56.699 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-05T19:48:57.378Z[ recovery-image] Aug 05 19:48:56.709 INFO O| Aug 05 19:48:56.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67042026-08-05T19:48:57.378Z[ recovery-image] Aug 05 19:48:56.710 INFO O| Aug 05 19:48:56.709 INFO STEP 480 (remove_files) COMPLETE
67052026-08-05T19:48:57.378Z[ recovery-image] Aug 05 19:48:56.710 INFO O| Aug 05 19:48:56.709 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-05T19:48:57.389Z[ recovery-image] Aug 05 19:48:56.720 INFO O| Aug 05 19:48:56.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67072026-08-05T19:48:57.389Z[ recovery-image] Aug 05 19:48:56.720 INFO O| Aug 05 19:48:56.720 INFO STEP 481 (remove_files) COMPLETE
67082026-08-05T19:48:57.393Z[ recovery-image] Aug 05 19:48:56.720 INFO O| Aug 05 19:48:56.720 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-05T19:48:57.406Z[ recovery-image] Aug 05 19:48:56.731 INFO O| Aug 05 19:48:56.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67102026-08-05T19:48:57.406Z[ recovery-image] Aug 05 19:48:56.732 INFO O| Aug 05 19:48:56.731 INFO STEP 482 (remove_files) COMPLETE
67112026-08-05T19:48:57.406Z[ recovery-image] Aug 05 19:48:56.732 INFO O| Aug 05 19:48:56.731 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-05T19:48:57.412Z[ recovery-image] Aug 05 19:48:56.743 INFO O| Aug 05 19:48:56.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67132026-08-05T19:48:57.413Z[ recovery-image] Aug 05 19:48:56.743 INFO O| Aug 05 19:48:56.743 INFO STEP 483 (remove_files) COMPLETE
67142026-08-05T19:48:57.413Z[ recovery-image] Aug 05 19:48:56.743 INFO O| Aug 05 19:48:56.743 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-05T19:48:57.422Z[ recovery-image] Aug 05 19:48:56.753 INFO O| Aug 05 19:48:56.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67162026-08-05T19:48:57.422Z[ recovery-image] Aug 05 19:48:56.753 INFO O| Aug 05 19:48:56.753 INFO STEP 484 (remove_files) COMPLETE
67172026-08-05T19:48:57.422Z[ recovery-image] Aug 05 19:48:56.753 INFO O| Aug 05 19:48:56.753 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-05T19:48:57.432Z[ recovery-image] Aug 05 19:48:56.763 INFO O| Aug 05 19:48:56.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67192026-08-05T19:48:57.432Z[ recovery-image] Aug 05 19:48:56.763 INFO O| Aug 05 19:48:56.763 INFO STEP 485 (remove_files) COMPLETE
67202026-08-05T19:48:57.432Z[ recovery-image] Aug 05 19:48:56.763 INFO O| Aug 05 19:48:56.763 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-05T19:48:57.442Z[ recovery-image] Aug 05 19:48:56.773 INFO O| Aug 05 19:48:56.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67222026-08-05T19:48:57.442Z[ recovery-image] Aug 05 19:48:56.773 INFO O| Aug 05 19:48:56.773 INFO STEP 486 (remove_files) COMPLETE
67232026-08-05T19:48:57.442Z[ recovery-image] Aug 05 19:48:56.773 INFO O| Aug 05 19:48:56.773 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-05T19:48:57.453Z[ recovery-image] Aug 05 19:48:56.782 INFO O| Aug 05 19:48:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67252026-08-05T19:48:57.453Z[ recovery-image] Aug 05 19:48:56.782 INFO O| Aug 05 19:48:56.782 INFO STEP 487 (remove_files) COMPLETE
67262026-08-05T19:48:57.453Z[ recovery-image] Aug 05 19:48:56.782 INFO O| Aug 05 19:48:56.782 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-05T19:48:57.460Z[ recovery-image] Aug 05 19:48:56.791 INFO O| Aug 05 19:48:56.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67282026-08-05T19:48:57.460Z[ recovery-image] Aug 05 19:48:56.791 INFO O| Aug 05 19:48:56.791 INFO STEP 488 (remove_files) COMPLETE
67292026-08-05T19:48:57.463Z[ recovery-image] Aug 05 19:48:56.791 INFO O| Aug 05 19:48:56.791 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-05T19:48:57.468Z[ recovery-image] Aug 05 19:48:56.800 INFO O| Aug 05 19:48:56.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67312026-08-05T19:48:57.468Z[ recovery-image] Aug 05 19:48:56.800 INFO O| Aug 05 19:48:56.800 INFO STEP 489 (remove_files) COMPLETE
67322026-08-05T19:48:57.468Z[ recovery-image] Aug 05 19:48:56.800 INFO O| Aug 05 19:48:56.800 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-05T19:48:57.487Z[ recovery-image] Aug 05 19:48:56.810 INFO O| Aug 05 19:48:56.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67342026-08-05T19:48:57.487Z[ recovery-image] Aug 05 19:48:56.811 INFO O| Aug 05 19:48:56.811 INFO STEP 490 (remove_files) COMPLETE
67352026-08-05T19:48:57.487Z[ recovery-image] Aug 05 19:48:56.811 INFO O| Aug 05 19:48:56.811 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-05T19:48:57.491Z[ recovery-image] Aug 05 19:48:56.821 INFO O| Aug 05 19:48:56.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67372026-08-05T19:48:57.491Z[ recovery-image] Aug 05 19:48:56.821 INFO O| Aug 05 19:48:56.821 INFO STEP 491 (remove_files) COMPLETE
67382026-08-05T19:48:57.491Z[ recovery-image] Aug 05 19:48:56.821 INFO O| Aug 05 19:48:56.821 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-05T19:48:57.500Z[ recovery-image] Aug 05 19:48:56.832 INFO O| Aug 05 19:48:56.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67402026-08-05T19:48:57.501Z[ recovery-image] Aug 05 19:48:56.832 INFO O| Aug 05 19:48:56.832 INFO STEP 492 (remove_files) COMPLETE
67412026-08-05T19:48:57.501Z[ recovery-image] Aug 05 19:48:56.832 INFO O| Aug 05 19:48:56.832 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-05T19:48:57.504Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
67432026-08-05T19:48:57.509Z[ recovery-image] Aug 05 19:48:56.841 INFO O| Aug 05 19:48:56.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67442026-08-05T19:48:57.509Z[ recovery-image] Aug 05 19:48:56.841 INFO O| Aug 05 19:48:56.841 INFO STEP 493 (remove_files) COMPLETE
67452026-08-05T19:48:57.509Z[ recovery-image] Aug 05 19:48:56.841 INFO O| Aug 05 19:48:56.841 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-05T19:48:57.528Z[ recovery-image] Aug 05 19:48:56.860 INFO O| Aug 05 19:48:56.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67472026-08-05T19:48:57.528Z[ recovery-image] Aug 05 19:48:56.860 INFO O| Aug 05 19:48:56.853 INFO STEP 494 (remove_files) COMPLETE
67482026-08-05T19:48:57.531Z[ recovery-image] Aug 05 19:48:56.860 INFO O| Aug 05 19:48:56.853 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-05T19:48:57.537Z[ recovery-image] Aug 05 19:48:56.868 INFO O| Aug 05 19:48:56.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67502026-08-05T19:48:57.537Z[ recovery-image] Aug 05 19:48:56.868 INFO O| Aug 05 19:48:56.864 INFO STEP 495 (remove_files) COMPLETE
67512026-08-05T19:48:57.537Z[ recovery-image] Aug 05 19:48:56.868 INFO O| Aug 05 19:48:56.864 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-05T19:48:57.543Z[ recovery-image] Aug 05 19:48:56.875 INFO O| Aug 05 19:48:56.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67532026-08-05T19:48:57.543Z[ recovery-image] Aug 05 19:48:56.875 INFO O| Aug 05 19:48:56.875 INFO STEP 496 (remove_files) COMPLETE
67542026-08-05T19:48:57.543Z[ recovery-image] Aug 05 19:48:56.875 INFO O| Aug 05 19:48:56.875 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-05T19:48:57.554Z[ recovery-image] Aug 05 19:48:56.885 INFO O| Aug 05 19:48:56.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67562026-08-05T19:48:57.554Z[ recovery-image] Aug 05 19:48:56.885 INFO O| Aug 05 19:48:56.885 INFO STEP 497 (remove_files) COMPLETE
67572026-08-05T19:48:57.557Z[ recovery-image] Aug 05 19:48:56.885 INFO O| Aug 05 19:48:56.885 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-05T19:48:57.564Z[ recovery-image] Aug 05 19:48:56.896 INFO O| Aug 05 19:48:56.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67592026-08-05T19:48:57.564Z[ recovery-image] Aug 05 19:48:56.896 INFO O| Aug 05 19:48:56.896 INFO STEP 498 (remove_files) COMPLETE
67602026-08-05T19:48:57.564Z[ recovery-image] Aug 05 19:48:56.896 INFO O| Aug 05 19:48:56.896 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-05T19:48:57.575Z[ recovery-image] Aug 05 19:48:56.906 INFO O| Aug 05 19:48:56.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67622026-08-05T19:48:57.575Z[ recovery-image] Aug 05 19:48:56.906 INFO O| Aug 05 19:48:56.906 INFO STEP 499 (remove_files) COMPLETE
67632026-08-05T19:48:57.575Z[ recovery-image] Aug 05 19:48:56.906 INFO O| Aug 05 19:48:56.906 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-05T19:48:57.586Z[ recovery-image] Aug 05 19:48:56.917 INFO O| Aug 05 19:48:56.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67652026-08-05T19:48:57.586Z[ recovery-image] Aug 05 19:48:56.918 INFO O| Aug 05 19:48:56.918 INFO STEP 500 (remove_files) COMPLETE
67662026-08-05T19:48:57.586Z[ recovery-image] Aug 05 19:48:56.918 INFO O| Aug 05 19:48:56.918 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-05T19:48:57.596Z[ recovery-image] Aug 05 19:48:56.928 INFO O| Aug 05 19:48:56.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67682026-08-05T19:48:57.597Z[ recovery-image] Aug 05 19:48:56.928 INFO O| Aug 05 19:48:56.928 INFO STEP 501 (remove_files) COMPLETE
67692026-08-05T19:48:57.597Z[ recovery-image] Aug 05 19:48:56.928 INFO O| Aug 05 19:48:56.928 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-05T19:48:57.608Z[ recovery-image] Aug 05 19:48:56.939 INFO O| Aug 05 19:48:56.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67712026-08-05T19:48:57.608Z[ recovery-image] Aug 05 19:48:56.939 INFO O| Aug 05 19:48:56.939 INFO STEP 502 (remove_files) COMPLETE
67722026-08-05T19:48:57.608Z[ recovery-image] Aug 05 19:48:56.939 INFO O| Aug 05 19:48:56.939 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-05T19:48:57.617Z[ recovery-image] Aug 05 19:48:56.949 INFO O| Aug 05 19:48:56.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67742026-08-05T19:48:57.617Z[ recovery-image] Aug 05 19:48:56.949 INFO O| Aug 05 19:48:56.949 INFO STEP 503 (remove_files) COMPLETE
67752026-08-05T19:48:57.617Z[ recovery-image] Aug 05 19:48:56.949 INFO O| Aug 05 19:48:56.949 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-05T19:48:57.626Z[ recovery-image] Aug 05 19:48:56.957 INFO O| Aug 05 19:48:56.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67772026-08-05T19:48:57.626Z[ recovery-image] Aug 05 19:48:56.958 INFO O| Aug 05 19:48:56.957 INFO STEP 504 (remove_files) COMPLETE
67782026-08-05T19:48:57.626Z[ recovery-image] Aug 05 19:48:56.958 INFO O| Aug 05 19:48:56.957 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-05T19:48:57.635Z[ recovery-image] Aug 05 19:48:56.967 INFO O| Aug 05 19:48:56.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67802026-08-05T19:48:57.635Z[ recovery-image] Aug 05 19:48:56.967 INFO O| Aug 05 19:48:56.967 INFO STEP 505 (remove_files) COMPLETE
67812026-08-05T19:48:57.635Z[ recovery-image] Aug 05 19:48:56.967 INFO O| Aug 05 19:48:56.967 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-05T19:48:57.644Z[ recovery-image] Aug 05 19:48:56.976 INFO O| Aug 05 19:48:56.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67832026-08-05T19:48:57.644Z[ recovery-image] Aug 05 19:48:56.976 INFO O| Aug 05 19:48:56.976 INFO STEP 506 (remove_files) COMPLETE
67842026-08-05T19:48:57.644Z[ recovery-image] Aug 05 19:48:56.976 INFO O| Aug 05 19:48:56.976 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-05T19:48:57.653Z[ recovery-image] Aug 05 19:48:56.985 INFO O| Aug 05 19:48:56.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67862026-08-05T19:48:57.653Z[ recovery-image] Aug 05 19:48:56.985 INFO O| Aug 05 19:48:56.985 INFO STEP 507 (remove_files) COMPLETE
67872026-08-05T19:48:57.653Z[ recovery-image] Aug 05 19:48:56.985 INFO O| Aug 05 19:48:56.985 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-05T19:48:57.662Z[ recovery-image] Aug 05 19:48:56.993 INFO O| Aug 05 19:48:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67892026-08-05T19:48:57.662Z[ recovery-image] Aug 05 19:48:56.993 INFO O| Aug 05 19:48:56.993 INFO STEP 508 (remove_files) COMPLETE
67902026-08-05T19:48:57.662Z[ recovery-image] Aug 05 19:48:56.993 INFO O| Aug 05 19:48:56.993 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-05T19:48:57.670Z[ recovery-image] Aug 05 19:48:57.002 INFO O| Aug 05 19:48:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67922026-08-05T19:48:57.670Z[ recovery-image] Aug 05 19:48:57.002 INFO O| Aug 05 19:48:57.002 INFO STEP 509 (remove_files) COMPLETE
67932026-08-05T19:48:57.670Z[ recovery-image] Aug 05 19:48:57.002 INFO O| Aug 05 19:48:57.002 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-05T19:48:57.679Z[ recovery-image] Aug 05 19:48:57.011 INFO O| Aug 05 19:48:57.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67952026-08-05T19:48:57.680Z[ recovery-image] Aug 05 19:48:57.011 INFO O| Aug 05 19:48:57.011 INFO STEP 510 (remove_files) COMPLETE
67962026-08-05T19:48:57.683Z[ recovery-image] Aug 05 19:48:57.011 INFO O| Aug 05 19:48:57.011 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-05T19:48:57.689Z[ recovery-image] Aug 05 19:48:57.020 INFO O| Aug 05 19:48:57.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67982026-08-05T19:48:57.689Z[ recovery-image] Aug 05 19:48:57.020 INFO O| Aug 05 19:48:57.020 INFO STEP 511 (remove_files) COMPLETE
67992026-08-05T19:48:57.692Z[ recovery-image] Aug 05 19:48:57.020 INFO O| Aug 05 19:48:57.020 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-05T19:48:57.698Z[ recovery-image] Aug 05 19:48:57.029 INFO O| Aug 05 19:48:57.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68012026-08-05T19:48:57.698Z[ recovery-image] Aug 05 19:48:57.029 INFO O| Aug 05 19:48:57.029 INFO STEP 512 (remove_files) COMPLETE
68022026-08-05T19:48:57.698Z[ recovery-image] Aug 05 19:48:57.029 INFO O| Aug 05 19:48:57.029 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-05T19:48:57.707Z[ recovery-image] Aug 05 19:48:57.038 INFO O| Aug 05 19:48:57.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68042026-08-05T19:48:57.710Z[ recovery-image] Aug 05 19:48:57.038 INFO O| Aug 05 19:48:57.038 INFO STEP 513 (remove_files) COMPLETE
68052026-08-05T19:48:57.710Z[ recovery-image] Aug 05 19:48:57.039 INFO O| Aug 05 19:48:57.038 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-05T19:48:57.716Z[ recovery-image] Aug 05 19:48:57.048 INFO O| Aug 05 19:48:57.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68072026-08-05T19:48:57.716Z[ recovery-image] Aug 05 19:48:57.048 INFO O| Aug 05 19:48:57.048 INFO STEP 514 (remove_files) COMPLETE
68082026-08-05T19:48:57.716Z[ recovery-image] Aug 05 19:48:57.048 INFO O| Aug 05 19:48:57.048 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-05T19:48:57.725Z[ recovery-image] Aug 05 19:48:57.057 INFO O| Aug 05 19:48:57.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68102026-08-05T19:48:57.725Z[ recovery-image] Aug 05 19:48:57.057 INFO O| Aug 05 19:48:57.057 INFO STEP 515 (remove_files) COMPLETE
68112026-08-05T19:48:57.725Z[ recovery-image] Aug 05 19:48:57.057 INFO O| Aug 05 19:48:57.057 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-05T19:48:57.734Z[ recovery-image] Aug 05 19:48:57.066 INFO O| Aug 05 19:48:57.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68132026-08-05T19:48:57.734Z[ recovery-image] Aug 05 19:48:57.066 INFO O| Aug 05 19:48:57.066 INFO STEP 516 (remove_files) COMPLETE
68142026-08-05T19:48:57.734Z[ recovery-image] Aug 05 19:48:57.066 INFO O| Aug 05 19:48:57.066 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-05T19:48:57.746Z[ recovery-image] Aug 05 19:48:57.077 INFO O| Aug 05 19:48:57.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68162026-08-05T19:48:57.746Z[ recovery-image] Aug 05 19:48:57.077 INFO O| Aug 05 19:48:57.077 INFO STEP 517 (remove_files) COMPLETE
68172026-08-05T19:48:57.746Z[ recovery-image] Aug 05 19:48:57.077 INFO O| Aug 05 19:48:57.077 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-05T19:48:57.756Z[ recovery-image] Aug 05 19:48:57.087 INFO O| Aug 05 19:48:57.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68192026-08-05T19:48:57.756Z[ recovery-image] Aug 05 19:48:57.087 INFO O| Aug 05 19:48:57.087 INFO STEP 518 (remove_files) COMPLETE
68202026-08-05T19:48:57.759Z[ recovery-image] Aug 05 19:48:57.088 INFO O| Aug 05 19:48:57.087 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-05T19:48:57.766Z[ recovery-image] Aug 05 19:48:57.098 INFO O| Aug 05 19:48:57.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68222026-08-05T19:48:57.766Z[ recovery-image] Aug 05 19:48:57.098 INFO O| Aug 05 19:48:57.098 INFO STEP 519 (remove_files) COMPLETE
68232026-08-05T19:48:57.766Z[ recovery-image] Aug 05 19:48:57.098 INFO O| Aug 05 19:48:57.098 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-05T19:48:57.776Z[ recovery-image] Aug 05 19:48:57.107 INFO O| Aug 05 19:48:57.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68252026-08-05T19:48:57.776Z[ recovery-image] Aug 05 19:48:57.107 INFO O| Aug 05 19:48:57.107 INFO STEP 520 (remove_files) COMPLETE
68262026-08-05T19:48:57.779Z[ recovery-image] Aug 05 19:48:57.107 INFO O| Aug 05 19:48:57.107 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-05T19:48:57.787Z[ recovery-image] Aug 05 19:48:57.117 INFO O| Aug 05 19:48:57.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68282026-08-05T19:48:57.787Z[ recovery-image] Aug 05 19:48:57.117 INFO O| Aug 05 19:48:57.117 INFO STEP 521 (remove_files) COMPLETE
68292026-08-05T19:48:57.787Z[ recovery-image] Aug 05 19:48:57.117 INFO O| Aug 05 19:48:57.117 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-05T19:48:57.796Z[ recovery-image] Aug 05 19:48:57.127 INFO O| Aug 05 19:48:57.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68312026-08-05T19:48:57.796Z[ recovery-image] Aug 05 19:48:57.127 INFO O| Aug 05 19:48:57.127 INFO STEP 522 (remove_files) COMPLETE
68322026-08-05T19:48:57.796Z[ recovery-image] Aug 05 19:48:57.127 INFO O| Aug 05 19:48:57.127 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-05T19:48:57.805Z[ recovery-image] Aug 05 19:48:57.136 INFO O| Aug 05 19:48:57.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68342026-08-05T19:48:57.808Z[ recovery-image] Aug 05 19:48:57.137 INFO O| Aug 05 19:48:57.137 INFO STEP 523 (remove_files) COMPLETE
68352026-08-05T19:48:57.808Z[ recovery-image] Aug 05 19:48:57.137 INFO O| Aug 05 19:48:57.137 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-05T19:48:57.818Z[ recovery-image] Aug 05 19:48:57.150 INFO O| Aug 05 19:48:57.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68372026-08-05T19:48:57.818Z[ recovery-image] Aug 05 19:48:57.150 INFO O| Aug 05 19:48:57.150 INFO STEP 524 (remove_files) COMPLETE
68382026-08-05T19:48:57.818Z[ recovery-image] Aug 05 19:48:57.150 INFO O| Aug 05 19:48:57.150 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-05T19:48:57.827Z[ recovery-image] Aug 05 19:48:57.158 INFO O| Aug 05 19:48:57.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68402026-08-05T19:48:57.827Z[ recovery-image] Aug 05 19:48:57.158 INFO O| Aug 05 19:48:57.158 INFO STEP 525 (remove_files) COMPLETE
68412026-08-05T19:48:57.827Z[ recovery-image] Aug 05 19:48:57.158 INFO O| Aug 05 19:48:57.158 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-05T19:48:57.841Z[ recovery-image] Aug 05 19:48:57.169 INFO O| Aug 05 19:48:57.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68432026-08-05T19:48:57.841Z[ recovery-image] Aug 05 19:48:57.169 INFO O| Aug 05 19:48:57.169 INFO STEP 526 (remove_files) COMPLETE
68442026-08-05T19:48:57.841Z[ recovery-image] Aug 05 19:48:57.169 INFO O| Aug 05 19:48:57.169 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-05T19:48:57.846Z[ recovery-image] Aug 05 19:48:57.178 INFO O| Aug 05 19:48:57.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68462026-08-05T19:48:57.846Z[ recovery-image] Aug 05 19:48:57.178 INFO O| Aug 05 19:48:57.178 INFO STEP 527 (remove_files) COMPLETE
68472026-08-05T19:48:57.849Z[ recovery-image] Aug 05 19:48:57.178 INFO O| Aug 05 19:48:57.178 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-05T19:48:57.856Z[ recovery-image] Aug 05 19:48:57.187 INFO O| Aug 05 19:48:57.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68492026-08-05T19:48:57.856Z[ recovery-image] Aug 05 19:48:57.187 INFO O| Aug 05 19:48:57.187 INFO STEP 528 (remove_files) COMPLETE
68502026-08-05T19:48:57.856Z[ recovery-image] Aug 05 19:48:57.187 INFO O| Aug 05 19:48:57.187 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-05T19:48:57.864Z[ recovery-image] Aug 05 19:48:57.195 INFO O| Aug 05 19:48:57.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68522026-08-05T19:48:57.864Z[ recovery-image] Aug 05 19:48:57.195 INFO O| Aug 05 19:48:57.195 INFO STEP 529 (remove_files) COMPLETE
68532026-08-05T19:48:57.864Z[ recovery-image] Aug 05 19:48:57.195 INFO O| Aug 05 19:48:57.195 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-05T19:48:57.875Z[ recovery-image] Aug 05 19:48:57.206 INFO O| Aug 05 19:48:57.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68552026-08-05T19:48:57.875Z[ recovery-image] Aug 05 19:48:57.206 INFO O| Aug 05 19:48:57.206 INFO STEP 530 (remove_files) COMPLETE
68562026-08-05T19:48:57.875Z[ recovery-image] Aug 05 19:48:57.206 INFO O| Aug 05 19:48:57.206 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-05T19:48:57.885Z[ recovery-image] Aug 05 19:48:57.216 INFO O| Aug 05 19:48:57.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68582026-08-05T19:48:57.885Z[ recovery-image] Aug 05 19:48:57.216 INFO O| Aug 05 19:48:57.216 INFO STEP 531 (remove_files) COMPLETE
68592026-08-05T19:48:57.885Z[ recovery-image] Aug 05 19:48:57.216 INFO O| Aug 05 19:48:57.216 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-05T19:48:57.895Z[ recovery-image] Aug 05 19:48:57.226 INFO O| Aug 05 19:48:57.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68612026-08-05T19:48:57.895Z[ recovery-image] Aug 05 19:48:57.226 INFO O| Aug 05 19:48:57.226 INFO STEP 532 (remove_files) COMPLETE
68622026-08-05T19:48:57.898Z[ recovery-image] Aug 05 19:48:57.226 INFO O| Aug 05 19:48:57.226 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-05T19:48:57.901Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
68642026-08-05T19:48:57.906Z[ recovery-image] Aug 05 19:48:57.237 INFO O| Aug 05 19:48:57.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68652026-08-05T19:48:57.906Z[ recovery-image] Aug 05 19:48:57.237 INFO O| Aug 05 19:48:57.237 INFO STEP 533 (remove_files) COMPLETE
68662026-08-05T19:48:57.906Z[ recovery-image] Aug 05 19:48:57.237 INFO O| Aug 05 19:48:57.237 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-05T19:48:57.919Z[ recovery-image] Aug 05 19:48:57.248 INFO O| Aug 05 19:48:57.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68682026-08-05T19:48:57.919Z[ recovery-image] Aug 05 19:48:57.248 INFO O| Aug 05 19:48:57.248 INFO STEP 534 (remove_files) COMPLETE
68692026-08-05T19:48:57.922Z[ recovery-image] Aug 05 19:48:57.248 INFO O| Aug 05 19:48:57.248 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-05T19:48:57.925Z[ recovery-image] Aug 05 19:48:57.257 INFO O| Aug 05 19:48:57.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68712026-08-05T19:48:57.925Z[ recovery-image] Aug 05 19:48:57.257 INFO O| Aug 05 19:48:57.257 INFO STEP 535 (remove_files) COMPLETE
68722026-08-05T19:48:57.925Z[ recovery-image] Aug 05 19:48:57.257 INFO O| Aug 05 19:48:57.257 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-05T19:48:57.934Z[ recovery-image] Aug 05 19:48:57.266 INFO O| Aug 05 19:48:57.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68742026-08-05T19:48:57.934Z[ recovery-image] Aug 05 19:48:57.266 INFO O| Aug 05 19:48:57.266 INFO STEP 536 (remove_files) COMPLETE
68752026-08-05T19:48:57.934Z[ recovery-image] Aug 05 19:48:57.266 INFO O| Aug 05 19:48:57.266 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-05T19:48:57.943Z[ recovery-image] Aug 05 19:48:57.274 INFO O| Aug 05 19:48:57.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68772026-08-05T19:48:57.946Z[ recovery-image] Aug 05 19:48:57.275 INFO O| Aug 05 19:48:57.275 INFO STEP 537 (remove_files) COMPLETE
68782026-08-05T19:48:57.946Z[ recovery-image] Aug 05 19:48:57.275 INFO O| Aug 05 19:48:57.275 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-05T19:48:57.952Z[ recovery-image] Aug 05 19:48:57.284 INFO O| Aug 05 19:48:57.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68802026-08-05T19:48:57.952Z[ recovery-image] Aug 05 19:48:57.284 INFO O| Aug 05 19:48:57.284 INFO STEP 538 (remove_files) COMPLETE
68812026-08-05T19:48:57.956Z[ recovery-image] Aug 05 19:48:57.284 INFO O| Aug 05 19:48:57.284 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-05T19:48:57.962Z[ recovery-image] Aug 05 19:48:57.294 INFO O| Aug 05 19:48:57.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68832026-08-05T19:48:57.962Z[ recovery-image] Aug 05 19:48:57.294 INFO O| Aug 05 19:48:57.294 INFO STEP 539 (remove_files) COMPLETE
68842026-08-05T19:48:57.968Z[ recovery-image] Aug 05 19:48:57.294 INFO O| Aug 05 19:48:57.294 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-05T19:48:57.968Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
68862026-08-05T19:48:57.972Z[ recovery-image] Aug 05 19:48:57.303 INFO O| Aug 05 19:48:57.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68872026-08-05T19:48:57.972Z[ recovery-image] Aug 05 19:48:57.303 INFO O| Aug 05 19:48:57.303 INFO STEP 540 (remove_files) COMPLETE
68882026-08-05T19:48:57.975Z[ recovery-image] Aug 05 19:48:57.303 INFO O| Aug 05 19:48:57.303 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-05T19:48:57.981Z[ recovery-image] Aug 05 19:48:57.313 INFO O| Aug 05 19:48:57.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68902026-08-05T19:48:57.981Z[ recovery-image] Aug 05 19:48:57.313 INFO O| Aug 05 19:48:57.313 INFO STEP 541 (remove_files) COMPLETE
68912026-08-05T19:48:57.981Z[ recovery-image] Aug 05 19:48:57.313 INFO O| Aug 05 19:48:57.313 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-05T19:48:57.992Z[ recovery-image] Aug 05 19:48:57.323 INFO O| Aug 05 19:48:57.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68932026-08-05T19:48:57.993Z[ recovery-image] Aug 05 19:48:57.323 INFO O| Aug 05 19:48:57.323 INFO STEP 542 (remove_files) COMPLETE
68942026-08-05T19:48:57.993Z[ recovery-image] Aug 05 19:48:57.323 INFO O| Aug 05 19:48:57.323 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-05T19:48:58.008Z[ recovery-image] Aug 05 19:48:57.334 INFO O| Aug 05 19:48:57.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68962026-08-05T19:48:58.008Z[ recovery-image] Aug 05 19:48:57.334 INFO O| Aug 05 19:48:57.334 INFO STEP 543 (remove_files) COMPLETE
68972026-08-05T19:48:58.008Z[ recovery-image] Aug 05 19:48:57.334 INFO O| Aug 05 19:48:57.334 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-05T19:48:58.013Z[ recovery-image] Aug 05 19:48:57.344 INFO O| Aug 05 19:48:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68992026-08-05T19:48:58.013Z[ recovery-image] Aug 05 19:48:57.344 INFO O| Aug 05 19:48:57.344 INFO STEP 544 (remove_files) COMPLETE
69002026-08-05T19:48:58.013Z[ recovery-image] Aug 05 19:48:57.344 INFO O| Aug 05 19:48:57.344 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-05T19:48:58.023Z[ recovery-image] Aug 05 19:48:57.355 INFO O| Aug 05 19:48:57.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69022026-08-05T19:48:58.023Z[ recovery-image] Aug 05 19:48:57.355 INFO O| Aug 05 19:48:57.355 INFO STEP 545 (remove_files) COMPLETE
69032026-08-05T19:48:58.024Z[ recovery-image] Aug 05 19:48:57.355 INFO O| Aug 05 19:48:57.355 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-05T19:48:58.034Z[ recovery-image] Aug 05 19:48:57.365 INFO O| Aug 05 19:48:57.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69052026-08-05T19:48:58.034Z[ recovery-image] Aug 05 19:48:57.365 INFO O| Aug 05 19:48:57.365 INFO STEP 546 (remove_files) COMPLETE
69062026-08-05T19:48:58.034Z[ recovery-image] Aug 05 19:48:57.365 INFO O| Aug 05 19:48:57.365 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-05T19:48:58.038Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
69082026-08-05T19:48:58.050Z[ recovery-image] Aug 05 19:48:57.374 INFO O| Aug 05 19:48:57.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69092026-08-05T19:48:58.050Z[ recovery-image] Aug 05 19:48:57.374 INFO O| Aug 05 19:48:57.374 INFO STEP 547 (remove_files) COMPLETE
69102026-08-05T19:48:58.050Z[ recovery-image] Aug 05 19:48:57.374 INFO O| Aug 05 19:48:57.374 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-05T19:48:58.054Z[ recovery-image] Aug 05 19:48:57.383 INFO O| Aug 05 19:48:57.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69122026-08-05T19:48:58.054Z[ recovery-image] Aug 05 19:48:57.384 INFO O| Aug 05 19:48:57.384 INFO STEP 548 (remove_files) COMPLETE
69132026-08-05T19:48:58.054Z[ recovery-image] Aug 05 19:48:57.384 INFO O| Aug 05 19:48:57.384 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-05T19:48:58.061Z[ recovery-image] Aug 05 19:48:57.392 INFO O| Aug 05 19:48:57.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69152026-08-05T19:48:58.061Z[ recovery-image] Aug 05 19:48:57.392 INFO O| Aug 05 19:48:57.392 INFO STEP 549 (remove_files) COMPLETE
69162026-08-05T19:48:58.061Z[ recovery-image] Aug 05 19:48:57.392 INFO O| Aug 05 19:48:57.392 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-05T19:48:58.077Z[ recovery-image] Aug 05 19:48:57.402 INFO O| Aug 05 19:48:57.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69182026-08-05T19:48:58.077Z[ recovery-image] Aug 05 19:48:57.402 INFO O| Aug 05 19:48:57.402 INFO STEP 550 (remove_files) COMPLETE
69192026-08-05T19:48:58.077Z[ recovery-image] Aug 05 19:48:57.402 INFO O| Aug 05 19:48:57.402 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-05T19:48:58.081Z[ recovery-image] Aug 05 19:48:57.412 INFO O| Aug 05 19:48:57.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69212026-08-05T19:48:58.084Z[ recovery-image] Aug 05 19:48:57.413 INFO O| Aug 05 19:48:57.413 INFO STEP 551 (remove_files) COMPLETE
69222026-08-05T19:48:58.084Z[ recovery-image] Aug 05 19:48:57.413 INFO O| Aug 05 19:48:57.413 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-05T19:48:58.092Z[ recovery-image] Aug 05 19:48:57.423 INFO O| Aug 05 19:48:57.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69242026-08-05T19:48:58.095Z[ recovery-image] Aug 05 19:48:57.424 INFO O| Aug 05 19:48:57.424 INFO STEP 552 (remove_files) COMPLETE
69252026-08-05T19:48:58.095Z[ recovery-image] Aug 05 19:48:57.424 INFO O| Aug 05 19:48:57.424 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-05T19:48:58.104Z[ recovery-image] Aug 05 19:48:57.435 INFO O| Aug 05 19:48:57.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69272026-08-05T19:48:58.104Z[ recovery-image] Aug 05 19:48:57.435 INFO O| Aug 05 19:48:57.435 INFO STEP 553 (remove_files) COMPLETE
69282026-08-05T19:48:58.104Z[ recovery-image] Aug 05 19:48:57.435 INFO O| Aug 05 19:48:57.435 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-05T19:48:58.114Z[ recovery-image] Aug 05 19:48:57.446 INFO O| Aug 05 19:48:57.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69302026-08-05T19:48:58.114Z[ recovery-image] Aug 05 19:48:57.446 INFO O| Aug 05 19:48:57.446 INFO STEP 554 (remove_files) COMPLETE
69312026-08-05T19:48:58.118Z[ recovery-image] Aug 05 19:48:57.446 INFO O| Aug 05 19:48:57.446 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-05T19:48:58.124Z[ recovery-image] Aug 05 19:48:57.455 INFO O| Aug 05 19:48:57.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69332026-08-05T19:48:58.124Z[ recovery-image] Aug 05 19:48:57.455 INFO O| Aug 05 19:48:57.455 INFO STEP 555 (remove_files) COMPLETE
69342026-08-05T19:48:58.127Z[ recovery-image] Aug 05 19:48:57.455 INFO O| Aug 05 19:48:57.455 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-05T19:48:58.134Z[ recovery-image] Aug 05 19:48:57.466 INFO O| Aug 05 19:48:57.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69362026-08-05T19:48:58.134Z[ recovery-image] Aug 05 19:48:57.466 INFO O| Aug 05 19:48:57.466 INFO STEP 556 (remove_files) COMPLETE
69372026-08-05T19:48:58.134Z[ recovery-image] Aug 05 19:48:57.466 INFO O| Aug 05 19:48:57.466 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-05T19:48:58.145Z[ recovery-image] Aug 05 19:48:57.476 INFO O| Aug 05 19:48:57.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69392026-08-05T19:48:58.145Z[ recovery-image] Aug 05 19:48:57.477 INFO O| Aug 05 19:48:57.477 INFO STEP 557 (remove_files) COMPLETE
69402026-08-05T19:48:58.148Z[ recovery-image] Aug 05 19:48:57.477 INFO O| Aug 05 19:48:57.477 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-05T19:48:58.148Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
69422026-08-05T19:48:58.155Z[ recovery-image] Aug 05 19:48:57.487 INFO O| Aug 05 19:48:57.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69432026-08-05T19:48:58.155Z[ recovery-image] Aug 05 19:48:57.487 INFO O| Aug 05 19:48:57.487 INFO STEP 558 (remove_files) COMPLETE
69442026-08-05T19:48:58.155Z[ recovery-image] Aug 05 19:48:57.487 INFO O| Aug 05 19:48:57.487 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-05T19:48:58.166Z[ recovery-image] Aug 05 19:48:57.497 INFO O| Aug 05 19:48:57.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69462026-08-05T19:48:58.166Z[ recovery-image] Aug 05 19:48:57.497 INFO O| Aug 05 19:48:57.497 INFO STEP 559 (remove_files) COMPLETE
69472026-08-05T19:48:58.166Z[ recovery-image] Aug 05 19:48:57.497 INFO O| Aug 05 19:48:57.497 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-05T19:48:58.176Z[ recovery-image] Aug 05 19:48:57.508 INFO O| Aug 05 19:48:57.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69492026-08-05T19:48:58.176Z[ recovery-image] Aug 05 19:48:57.508 INFO O| Aug 05 19:48:57.508 INFO STEP 560 (remove_files) COMPLETE
69502026-08-05T19:48:58.176Z[ recovery-image] Aug 05 19:48:57.508 INFO O| Aug 05 19:48:57.508 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-05T19:48:58.187Z[ recovery-image] Aug 05 19:48:57.518 INFO O| Aug 05 19:48:57.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69522026-08-05T19:48:58.187Z[ recovery-image] Aug 05 19:48:57.518 INFO O| Aug 05 19:48:57.518 INFO STEP 561 (remove_files) COMPLETE
69532026-08-05T19:48:58.187Z[ recovery-image] Aug 05 19:48:57.518 INFO O| Aug 05 19:48:57.518 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-05T19:48:58.197Z[ recovery-image] Aug 05 19:48:57.528 INFO O| Aug 05 19:48:57.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69552026-08-05T19:48:58.197Z[ recovery-image] Aug 05 19:48:57.528 INFO O| Aug 05 19:48:57.528 INFO STEP 562 (remove_files) COMPLETE
69562026-08-05T19:48:58.200Z[ recovery-image] Aug 05 19:48:57.528 INFO O| Aug 05 19:48:57.528 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-05T19:48:58.206Z[ recovery-image] Aug 05 19:48:57.538 INFO O| Aug 05 19:48:57.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69582026-08-05T19:48:58.206Z[ recovery-image] Aug 05 19:48:57.538 INFO O| Aug 05 19:48:57.538 INFO STEP 563 (remove_files) COMPLETE
69592026-08-05T19:48:58.206Z[ recovery-image] Aug 05 19:48:57.538 INFO O| Aug 05 19:48:57.538 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-05T19:48:58.216Z[ recovery-image] Aug 05 19:48:57.547 INFO O| Aug 05 19:48:57.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69612026-08-05T19:48:58.216Z[ recovery-image] Aug 05 19:48:57.547 INFO O| Aug 05 19:48:57.547 INFO STEP 564 (remove_files) COMPLETE
69622026-08-05T19:48:58.216Z[ recovery-image] Aug 05 19:48:57.547 INFO O| Aug 05 19:48:57.547 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-05T19:48:58.225Z[ recovery-image] Aug 05 19:48:57.557 INFO O| Aug 05 19:48:57.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69642026-08-05T19:48:58.225Z[ recovery-image] Aug 05 19:48:57.557 INFO O| Aug 05 19:48:57.557 INFO STEP 565 (remove_files) COMPLETE
69652026-08-05T19:48:58.225Z[ recovery-image] Aug 05 19:48:57.557 INFO O| Aug 05 19:48:57.557 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-05T19:48:58.235Z[ recovery-image] Aug 05 19:48:57.566 INFO O| Aug 05 19:48:57.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69672026-08-05T19:48:58.235Z[ recovery-image] Aug 05 19:48:57.566 INFO O| Aug 05 19:48:57.566 INFO STEP 566 (remove_files) COMPLETE
69682026-08-05T19:48:58.235Z[ recovery-image] Aug 05 19:48:57.566 INFO O| Aug 05 19:48:57.566 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-05T19:48:58.244Z[ recovery-image] Aug 05 19:48:57.576 INFO O| Aug 05 19:48:57.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69702026-08-05T19:48:58.245Z[ recovery-image] Aug 05 19:48:57.576 INFO O| Aug 05 19:48:57.576 INFO STEP 567 (remove_files) COMPLETE
69712026-08-05T19:48:58.245Z[ recovery-image] Aug 05 19:48:57.576 INFO O| Aug 05 19:48:57.576 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-05T19:48:58.255Z[ recovery-image] Aug 05 19:48:57.586 INFO O| Aug 05 19:48:57.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69732026-08-05T19:48:58.255Z[ recovery-image] Aug 05 19:48:57.586 INFO O| Aug 05 19:48:57.586 INFO STEP 568 (remove_files) COMPLETE
69742026-08-05T19:48:58.260Z[ recovery-image] Aug 05 19:48:57.586 INFO O| Aug 05 19:48:57.586 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-05T19:48:58.266Z[ recovery-image] Aug 05 19:48:57.595 INFO O| Aug 05 19:48:57.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69762026-08-05T19:48:58.266Z[ recovery-image] Aug 05 19:48:57.596 INFO O| Aug 05 19:48:57.595 INFO STEP 569 (remove_files) COMPLETE
69772026-08-05T19:48:58.266Z[ recovery-image] Aug 05 19:48:57.596 INFO O| Aug 05 19:48:57.595 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-05T19:48:58.274Z[ recovery-image] Aug 05 19:48:57.605 INFO O| Aug 05 19:48:57.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69792026-08-05T19:48:58.274Z[ recovery-image] Aug 05 19:48:57.605 INFO O| Aug 05 19:48:57.605 INFO STEP 570 (remove_files) COMPLETE
69802026-08-05T19:48:58.274Z[ recovery-image] Aug 05 19:48:57.605 INFO O| Aug 05 19:48:57.605 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-05T19:48:58.283Z[ recovery-image] Aug 05 19:48:57.614 INFO O| Aug 05 19:48:57.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69822026-08-05T19:48:58.283Z[ recovery-image] Aug 05 19:48:57.614 INFO O| Aug 05 19:48:57.614 INFO STEP 571 (remove_files) COMPLETE
69832026-08-05T19:48:58.283Z[ recovery-image] Aug 05 19:48:57.614 INFO O| Aug 05 19:48:57.614 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-05T19:48:58.293Z[ recovery-image] Aug 05 19:48:57.624 INFO O| Aug 05 19:48:57.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69852026-08-05T19:48:58.293Z[ recovery-image] Aug 05 19:48:57.624 INFO O| Aug 05 19:48:57.624 INFO STEP 572 (remove_files) COMPLETE
69862026-08-05T19:48:58.293Z[ recovery-image] Aug 05 19:48:57.624 INFO O| Aug 05 19:48:57.624 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-05T19:48:58.303Z[ recovery-image] Aug 05 19:48:57.635 INFO O| Aug 05 19:48:57.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69882026-08-05T19:48:58.303Z[ recovery-image] Aug 05 19:48:57.635 INFO O| Aug 05 19:48:57.635 INFO STEP 573 (remove_files) COMPLETE
69892026-08-05T19:48:58.303Z[ recovery-image] Aug 05 19:48:57.635 INFO O| Aug 05 19:48:57.635 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-05T19:48:58.313Z[ recovery-image] Aug 05 19:48:57.645 INFO O| Aug 05 19:48:57.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69912026-08-05T19:48:58.313Z[ recovery-image] Aug 05 19:48:57.645 INFO O| Aug 05 19:48:57.645 INFO STEP 574 (remove_files) COMPLETE
69922026-08-05T19:48:58.317Z[ recovery-image] Aug 05 19:48:57.645 INFO O| Aug 05 19:48:57.645 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-05T19:48:58.322Z[ recovery-image] Aug 05 19:48:57.654 INFO O| Aug 05 19:48:57.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69942026-08-05T19:48:58.322Z[ recovery-image] Aug 05 19:48:57.654 INFO O| Aug 05 19:48:57.654 INFO STEP 575 (remove_files) COMPLETE
69952026-08-05T19:48:58.325Z[ recovery-image] Aug 05 19:48:57.654 INFO O| Aug 05 19:48:57.654 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-05T19:48:58.331Z[ recovery-image] Aug 05 19:48:57.662 INFO O| Aug 05 19:48:57.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69972026-08-05T19:48:58.331Z[ recovery-image] Aug 05 19:48:57.662 INFO O| Aug 05 19:48:57.662 INFO STEP 576 (remove_files) COMPLETE
69982026-08-05T19:48:58.331Z[ recovery-image] Aug 05 19:48:57.662 INFO O| Aug 05 19:48:57.662 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-05T19:48:58.339Z[ recovery-image] Aug 05 19:48:57.670 INFO O| Aug 05 19:48:57.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70002026-08-05T19:48:58.339Z[ recovery-image] Aug 05 19:48:57.670 INFO O| Aug 05 19:48:57.670 INFO STEP 577 (remove_files) COMPLETE
70012026-08-05T19:48:58.339Z[ recovery-image] Aug 05 19:48:57.670 INFO O| Aug 05 19:48:57.670 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-05T19:48:58.347Z[ recovery-image] Aug 05 19:48:57.678 INFO O| Aug 05 19:48:57.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70032026-08-05T19:48:58.347Z[ recovery-image] Aug 05 19:48:57.678 INFO O| Aug 05 19:48:57.678 INFO STEP 578 (remove_files) COMPLETE
70042026-08-05T19:48:58.347Z[ recovery-image] Aug 05 19:48:57.678 INFO O| Aug 05 19:48:57.678 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-05T19:48:58.357Z[ recovery-image] Aug 05 19:48:57.688 INFO O| Aug 05 19:48:57.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70062026-08-05T19:48:58.360Z[ recovery-image] Aug 05 19:48:57.689 INFO O| Aug 05 19:48:57.689 INFO STEP 579 (remove_files) COMPLETE
70072026-08-05T19:48:58.360Z[ recovery-image] Aug 05 19:48:57.689 INFO O| Aug 05 19:48:57.689 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-05T19:48:58.367Z[ recovery-image] Aug 05 19:48:57.699 INFO O| Aug 05 19:48:57.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70092026-08-05T19:48:58.367Z[ recovery-image] Aug 05 19:48:57.699 INFO O| Aug 05 19:48:57.699 INFO STEP 580 (remove_files) COMPLETE
70102026-08-05T19:48:58.367Z[ recovery-image] Aug 05 19:48:57.699 INFO O| Aug 05 19:48:57.699 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-05T19:48:58.378Z[ recovery-image] Aug 05 19:48:57.709 INFO O| Aug 05 19:48:57.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70122026-08-05T19:48:58.378Z[ recovery-image] Aug 05 19:48:57.709 INFO O| Aug 05 19:48:57.709 INFO STEP 581 (remove_files) COMPLETE
70132026-08-05T19:48:58.378Z[ recovery-image] Aug 05 19:48:57.709 INFO O| Aug 05 19:48:57.709 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-05T19:48:58.388Z[ recovery-image] Aug 05 19:48:57.719 INFO O| Aug 05 19:48:57.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70152026-08-05T19:48:58.388Z[ recovery-image] Aug 05 19:48:57.719 INFO O| Aug 05 19:48:57.719 INFO STEP 582 (remove_files) COMPLETE
70162026-08-05T19:48:58.391Z[ recovery-image] Aug 05 19:48:57.719 INFO O| Aug 05 19:48:57.719 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-05T19:48:58.398Z[ recovery-image] Aug 05 19:48:57.729 INFO O| Aug 05 19:48:57.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70182026-08-05T19:48:58.398Z[ recovery-image] Aug 05 19:48:57.730 INFO O| Aug 05 19:48:57.730 INFO STEP 583 (remove_files) COMPLETE
70192026-08-05T19:48:58.398Z[ recovery-image] Aug 05 19:48:57.730 INFO O| Aug 05 19:48:57.730 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-05T19:48:58.408Z[ recovery-image] Aug 05 19:48:57.739 INFO O| Aug 05 19:48:57.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70212026-08-05T19:48:58.408Z[ recovery-image] Aug 05 19:48:57.739 INFO O| Aug 05 19:48:57.739 INFO STEP 584 (remove_files) COMPLETE
70222026-08-05T19:48:58.411Z[ recovery-image] Aug 05 19:48:57.739 INFO O| Aug 05 19:48:57.739 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-05T19:48:58.418Z[ recovery-image] Aug 05 19:48:57.749 INFO O| Aug 05 19:48:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70242026-08-05T19:48:58.418Z[ recovery-image] Aug 05 19:48:57.749 INFO O| Aug 05 19:48:57.749 INFO STEP 585 (remove_files) COMPLETE
70252026-08-05T19:48:58.421Z[ recovery-image] Aug 05 19:48:57.749 INFO O| Aug 05 19:48:57.749 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-05T19:48:58.424Z[verify-libraries] Compiling socket2 v0.5.10
70272026-08-05T19:48:58.427Z[ recovery-image] Aug 05 19:48:57.759 INFO O| Aug 05 19:48:57.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70282026-08-05T19:48:58.427Z[ recovery-image] Aug 05 19:48:57.759 INFO O| Aug 05 19:48:57.759 INFO STEP 586 (remove_files) COMPLETE
70292026-08-05T19:48:58.427Z[ recovery-image] Aug 05 19:48:57.759 INFO O| Aug 05 19:48:57.759 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-05T19:48:58.437Z[ recovery-image] Aug 05 19:48:57.768 INFO O| Aug 05 19:48:57.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70312026-08-05T19:48:58.437Z[ recovery-image] Aug 05 19:48:57.768 INFO O| Aug 05 19:48:57.768 INFO STEP 587 (remove_files) COMPLETE
70322026-08-05T19:48:58.437Z[ recovery-image] Aug 05 19:48:57.768 INFO O| Aug 05 19:48:57.768 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-05T19:48:58.449Z[ recovery-image] Aug 05 19:48:57.781 INFO O| Aug 05 19:48:57.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70342026-08-05T19:48:58.449Z[ recovery-image] Aug 05 19:48:57.781 INFO O| Aug 05 19:48:57.781 INFO STEP 588 (remove_files) COMPLETE
70352026-08-05T19:48:58.452Z[ recovery-image] Aug 05 19:48:57.781 INFO O| Aug 05 19:48:57.781 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-05T19:48:58.460Z[ recovery-image] Aug 05 19:48:57.792 INFO O| Aug 05 19:48:57.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70372026-08-05T19:48:58.460Z[ recovery-image] Aug 05 19:48:57.792 INFO O| Aug 05 19:48:57.792 INFO STEP 589 (remove_files) COMPLETE
70382026-08-05T19:48:58.460Z[ recovery-image] Aug 05 19:48:57.792 INFO O| Aug 05 19:48:57.792 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-05T19:48:58.471Z[verify-libraries] Compiling internet-checksum v0.2.1
70402026-08-05T19:48:58.474Z[ recovery-image] Aug 05 19:48:57.803 INFO O| Aug 05 19:48:57.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70412026-08-05T19:48:58.474Z[ recovery-image] Aug 05 19:48:57.803 INFO O| Aug 05 19:48:57.803 INFO STEP 590 (remove_files) COMPLETE
70422026-08-05T19:48:58.474Z[ recovery-image] Aug 05 19:48:57.803 INFO O| Aug 05 19:48:57.803 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-05T19:48:58.481Z[ recovery-image] Aug 05 19:48:57.812 INFO O| Aug 05 19:48:57.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70442026-08-05T19:48:58.481Z[ recovery-image] Aug 05 19:48:57.812 INFO O| Aug 05 19:48:57.812 INFO STEP 591 (remove_files) COMPLETE
70452026-08-05T19:48:58.481Z[ recovery-image] Aug 05 19:48:57.812 INFO O| Aug 05 19:48:57.812 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-05T19:48:58.492Z[ recovery-image] Aug 05 19:48:57.823 INFO O| Aug 05 19:48:57.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70472026-08-05T19:48:58.492Z[ recovery-image] Aug 05 19:48:57.823 INFO O| Aug 05 19:48:57.823 INFO STEP 592 (remove_files) COMPLETE
70482026-08-05T19:48:58.492Z[ recovery-image] Aug 05 19:48:57.823 INFO O| Aug 05 19:48:57.823 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-05T19:48:58.501Z[ recovery-image] Aug 05 19:48:57.833 INFO O| Aug 05 19:48:57.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70502026-08-05T19:48:58.501Z[ recovery-image] Aug 05 19:48:57.833 INFO O| Aug 05 19:48:57.833 INFO STEP 593 (remove_files) COMPLETE
70512026-08-05T19:48:58.501Z[ recovery-image] Aug 05 19:48:57.833 INFO O| Aug 05 19:48:57.833 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-05T19:48:58.511Z[ recovery-image] Aug 05 19:48:57.842 INFO O| Aug 05 19:48:57.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70532026-08-05T19:48:58.511Z[ recovery-image] Aug 05 19:48:57.842 INFO O| Aug 05 19:48:57.842 INFO STEP 594 (remove_files) COMPLETE
70542026-08-05T19:48:58.511Z[ recovery-image] Aug 05 19:48:57.842 INFO O| Aug 05 19:48:57.842 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-05T19:48:58.519Z[ recovery-image] Aug 05 19:48:57.850 INFO O| Aug 05 19:48:57.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70562026-08-05T19:48:58.519Z[ recovery-image] Aug 05 19:48:57.850 INFO O| Aug 05 19:48:57.850 INFO STEP 595 (remove_files) COMPLETE
70572026-08-05T19:48:58.519Z[ recovery-image] Aug 05 19:48:57.850 INFO O| Aug 05 19:48:57.850 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-05T19:48:58.528Z[ recovery-image] Aug 05 19:48:57.859 INFO O| Aug 05 19:48:57.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70592026-08-05T19:48:58.528Z[ recovery-image] Aug 05 19:48:57.859 INFO O| Aug 05 19:48:57.859 INFO STEP 596 (remove_files) COMPLETE
70602026-08-05T19:48:58.531Z[ recovery-image] Aug 05 19:48:57.859 INFO O| Aug 05 19:48:57.859 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-05T19:48:58.536Z[ recovery-image] Aug 05 19:48:57.867 INFO O| Aug 05 19:48:57.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70622026-08-05T19:48:58.536Z[ recovery-image] Aug 05 19:48:57.867 INFO O| Aug 05 19:48:57.867 INFO STEP 597 (remove_files) COMPLETE
70632026-08-05T19:48:58.536Z[ recovery-image] Aug 05 19:48:57.867 INFO O| Aug 05 19:48:57.867 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-05T19:48:58.544Z[ recovery-image] Aug 05 19:48:57.875 INFO O| Aug 05 19:48:57.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70652026-08-05T19:48:58.544Z[ recovery-image] Aug 05 19:48:57.875 INFO O| Aug 05 19:48:57.875 INFO STEP 598 (remove_files) COMPLETE
70662026-08-05T19:48:58.544Z[ recovery-image] Aug 05 19:48:57.875 INFO O| Aug 05 19:48:57.875 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-05T19:48:58.552Z[ recovery-image] Aug 05 19:48:57.884 INFO O| Aug 05 19:48:57.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70682026-08-05T19:48:58.552Z[ recovery-image] Aug 05 19:48:57.884 INFO O| Aug 05 19:48:57.884 INFO STEP 599 (remove_files) COMPLETE
70692026-08-05T19:48:58.552Z[ recovery-image] Aug 05 19:48:57.884 INFO O| Aug 05 19:48:57.884 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-05T19:48:58.560Z[ recovery-image] Aug 05 19:48:57.892 INFO O| Aug 05 19:48:57.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70712026-08-05T19:48:58.560Z[ recovery-image] Aug 05 19:48:57.892 INFO O| Aug 05 19:48:57.892 INFO STEP 600 (remove_files) COMPLETE
70722026-08-05T19:48:58.563Z[ recovery-image] Aug 05 19:48:57.892 INFO O| Aug 05 19:48:57.892 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-05T19:48:58.569Z[ recovery-image] Aug 05 19:48:57.901 INFO O| Aug 05 19:48:57.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70742026-08-05T19:48:58.569Z[ recovery-image] Aug 05 19:48:57.901 INFO O| Aug 05 19:48:57.901 INFO STEP 601 (remove_files) COMPLETE
70752026-08-05T19:48:58.572Z[ recovery-image] Aug 05 19:48:57.901 INFO O| Aug 05 19:48:57.901 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-05T19:48:58.592Z[ recovery-image] Aug 05 19:48:57.922 INFO O| Aug 05 19:48:57.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70772026-08-05T19:48:58.592Z[ recovery-image] Aug 05 19:48:57.922 INFO O| Aug 05 19:48:57.922 INFO STEP 602 (remove_files) COMPLETE
70782026-08-05T19:48:58.592Z[ recovery-image] Aug 05 19:48:57.922 INFO O| Aug 05 19:48:57.922 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-05T19:48:58.601Z[ recovery-image] Aug 05 19:48:57.932 INFO O| Aug 05 19:48:57.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70802026-08-05T19:48:58.601Z[ recovery-image] Aug 05 19:48:57.932 INFO O| Aug 05 19:48:57.932 INFO STEP 603 (remove_files) COMPLETE
70812026-08-05T19:48:58.601Z[ recovery-image] Aug 05 19:48:57.932 INFO O| Aug 05 19:48:57.932 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-05T19:48:58.610Z[ recovery-image] Aug 05 19:48:57.942 INFO O| Aug 05 19:48:57.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70832026-08-05T19:48:58.610Z[ recovery-image] Aug 05 19:48:57.942 INFO O| Aug 05 19:48:57.942 INFO STEP 604 (remove_files) COMPLETE
70842026-08-05T19:48:58.610Z[ recovery-image] Aug 05 19:48:57.942 INFO O| Aug 05 19:48:57.942 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-05T19:48:58.620Z[ recovery-image] Aug 05 19:48:57.951 INFO O| Aug 05 19:48:57.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70862026-08-05T19:48:58.620Z[ recovery-image] Aug 05 19:48:57.951 INFO O| Aug 05 19:48:57.951 INFO STEP 605 (remove_files) COMPLETE
70872026-08-05T19:48:58.620Z[ recovery-image] Aug 05 19:48:57.951 INFO O| Aug 05 19:48:57.951 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-05T19:48:58.630Z[ recovery-image] Aug 05 19:48:57.961 INFO O| Aug 05 19:48:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70892026-08-05T19:48:58.630Z[ recovery-image] Aug 05 19:48:57.962 INFO O| Aug 05 19:48:57.962 INFO STEP 606 (remove_files) COMPLETE
70902026-08-05T19:48:58.630Z[ recovery-image] Aug 05 19:48:57.962 INFO O| Aug 05 19:48:57.962 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-05T19:48:58.647Z[ recovery-image] Aug 05 19:48:57.972 INFO O| Aug 05 19:48:57.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70922026-08-05T19:48:58.647Z[ recovery-image] Aug 05 19:48:57.972 INFO O| Aug 05 19:48:57.972 INFO STEP 607 (remove_files) COMPLETE
70932026-08-05T19:48:58.647Z[ recovery-image] Aug 05 19:48:57.972 INFO O| Aug 05 19:48:57.972 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-05T19:48:58.651Z[ recovery-image] Aug 05 19:48:57.983 INFO O| Aug 05 19:48:57.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70952026-08-05T19:48:58.651Z[ recovery-image] Aug 05 19:48:57.983 INFO O| Aug 05 19:48:57.983 INFO STEP 608 (remove_files) COMPLETE
70962026-08-05T19:48:58.651Z[ recovery-image] Aug 05 19:48:57.983 INFO O| Aug 05 19:48:57.983 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-05T19:48:58.662Z[ recovery-image] Aug 05 19:48:57.993 INFO O| Aug 05 19:48:57.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70982026-08-05T19:48:58.662Z[ recovery-image] Aug 05 19:48:57.993 INFO O| Aug 05 19:48:57.993 INFO STEP 609 (remove_files) COMPLETE
70992026-08-05T19:48:58.665Z[ recovery-image] Aug 05 19:48:57.993 INFO O| Aug 05 19:48:57.993 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-05T19:48:58.673Z[ recovery-image] Aug 05 19:48:58.004 INFO O| Aug 05 19:48:58.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71012026-08-05T19:48:58.673Z[ recovery-image] Aug 05 19:48:58.004 INFO O| Aug 05 19:48:58.004 INFO STEP 610 (remove_files) COMPLETE
71022026-08-05T19:48:58.673Z[ recovery-image] Aug 05 19:48:58.004 INFO O| Aug 05 19:48:58.004 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-05T19:48:58.691Z[ recovery-image] Aug 05 19:48:58.023 INFO O| Aug 05 19:48:58.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71042026-08-05T19:48:58.691Z[ recovery-image] Aug 05 19:48:58.023 INFO O| Aug 05 19:48:58.023 INFO STEP 611 (remove_files) COMPLETE
71052026-08-05T19:48:58.691Z[ recovery-image] Aug 05 19:48:58.023 INFO O| Aug 05 19:48:58.023 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-05T19:48:58.700Z[ recovery-image] Aug 05 19:48:58.032 INFO O| Aug 05 19:48:58.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71072026-08-05T19:48:58.700Z[ recovery-image] Aug 05 19:48:58.032 INFO O| Aug 05 19:48:58.032 INFO STEP 612 (remove_files) COMPLETE
71082026-08-05T19:48:58.700Z[ recovery-image] Aug 05 19:48:58.032 INFO O| Aug 05 19:48:58.032 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-05T19:48:58.711Z[ recovery-image] Aug 05 19:48:58.042 INFO O| Aug 05 19:48:58.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71102026-08-05T19:48:58.711Z[ recovery-image] Aug 05 19:48:58.042 INFO O| Aug 05 19:48:58.042 INFO STEP 613 (remove_files) COMPLETE
71112026-08-05T19:48:58.714Z[ recovery-image] Aug 05 19:48:58.042 INFO O| Aug 05 19:48:58.042 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-05T19:48:58.720Z[ recovery-image] Aug 05 19:48:58.051 INFO O| Aug 05 19:48:58.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71132026-08-05T19:48:58.720Z[ recovery-image] Aug 05 19:48:58.051 INFO O| Aug 05 19:48:58.051 INFO STEP 614 (remove_files) COMPLETE
71142026-08-05T19:48:58.724Z[ recovery-image] Aug 05 19:48:58.051 INFO O| Aug 05 19:48:58.051 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-05T19:48:58.730Z[ recovery-image] Aug 05 19:48:58.061 INFO O| Aug 05 19:48:58.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71162026-08-05T19:48:58.730Z[ recovery-image] Aug 05 19:48:58.061 INFO O| Aug 05 19:48:58.061 INFO STEP 615 (remove_files) COMPLETE
71172026-08-05T19:48:58.730Z[ recovery-image] Aug 05 19:48:58.061 INFO O| Aug 05 19:48:58.061 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-05T19:48:58.739Z[ recovery-image] Aug 05 19:48:58.070 INFO O| Aug 05 19:48:58.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71192026-08-05T19:48:58.739Z[ recovery-image] Aug 05 19:48:58.071 INFO O| Aug 05 19:48:58.071 INFO STEP 616 (remove_files) COMPLETE
71202026-08-05T19:48:58.742Z[ recovery-image] Aug 05 19:48:58.071 INFO O| Aug 05 19:48:58.071 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-05T19:48:58.748Z[ recovery-image] Aug 05 19:48:58.080 INFO O| Aug 05 19:48:58.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71222026-08-05T19:48:58.748Z[ recovery-image] Aug 05 19:48:58.080 INFO O| Aug 05 19:48:58.080 INFO STEP 617 (remove_files) COMPLETE
71232026-08-05T19:48:58.748Z[ recovery-image] Aug 05 19:48:58.080 INFO O| Aug 05 19:48:58.080 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-05T19:48:58.759Z[ recovery-image] Aug 05 19:48:58.090 INFO O| Aug 05 19:48:58.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71252026-08-05T19:48:58.759Z[ recovery-image] Aug 05 19:48:58.090 INFO O| Aug 05 19:48:58.090 INFO STEP 618 (remove_files) COMPLETE
71262026-08-05T19:48:58.759Z[ recovery-image] Aug 05 19:48:58.090 INFO O| Aug 05 19:48:58.090 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-05T19:48:58.769Z[ recovery-image] Aug 05 19:48:58.101 INFO O| Aug 05 19:48:58.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71282026-08-05T19:48:58.769Z[ recovery-image] Aug 05 19:48:58.101 INFO O| Aug 05 19:48:58.101 INFO STEP 619 (remove_files) COMPLETE
71292026-08-05T19:48:58.773Z[ recovery-image] Aug 05 19:48:58.101 INFO O| Aug 05 19:48:58.101 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-05T19:48:58.779Z[ recovery-image] Aug 05 19:48:58.111 INFO O| Aug 05 19:48:58.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71312026-08-05T19:48:58.779Z[ recovery-image] Aug 05 19:48:58.111 INFO O| Aug 05 19:48:58.111 INFO STEP 620 (remove_files) COMPLETE
71322026-08-05T19:48:58.783Z[ recovery-image] Aug 05 19:48:58.111 INFO O| Aug 05 19:48:58.111 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-05T19:48:58.789Z[ recovery-image] Aug 05 19:48:58.120 INFO O| Aug 05 19:48:58.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71342026-08-05T19:48:58.789Z[ recovery-image] Aug 05 19:48:58.120 INFO O| Aug 05 19:48:58.120 INFO STEP 621 (remove_files) COMPLETE
71352026-08-05T19:48:58.789Z[ recovery-image] Aug 05 19:48:58.120 INFO O| Aug 05 19:48:58.120 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-05T19:48:58.798Z[ recovery-image] Aug 05 19:48:58.130 INFO O| Aug 05 19:48:58.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71372026-08-05T19:48:58.798Z[ recovery-image] Aug 05 19:48:58.130 INFO O| Aug 05 19:48:58.130 INFO STEP 622 (remove_files) COMPLETE
71382026-08-05T19:48:58.798Z[ recovery-image] Aug 05 19:48:58.130 INFO O| Aug 05 19:48:58.130 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-05T19:48:58.808Z[ recovery-image] Aug 05 19:48:58.139 INFO O| Aug 05 19:48:58.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71402026-08-05T19:48:58.811Z[ recovery-image] Aug 05 19:48:58.139 INFO O| Aug 05 19:48:58.139 INFO STEP 623 (remove_files) COMPLETE
71412026-08-05T19:48:58.811Z[ recovery-image] Aug 05 19:48:58.139 INFO O| Aug 05 19:48:58.139 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-05T19:48:58.817Z[ recovery-image] Aug 05 19:48:58.149 INFO O| Aug 05 19:48:58.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71432026-08-05T19:48:58.821Z[ recovery-image] Aug 05 19:48:58.150 INFO O| Aug 05 19:48:58.150 INFO STEP 624 (remove_files) COMPLETE
71442026-08-05T19:48:58.821Z[ recovery-image] Aug 05 19:48:58.150 INFO O| Aug 05 19:48:58.150 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-05T19:48:58.828Z[ recovery-image] Aug 05 19:48:58.160 INFO O| Aug 05 19:48:58.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71462026-08-05T19:48:58.828Z[ recovery-image] Aug 05 19:48:58.160 INFO O| Aug 05 19:48:58.160 INFO STEP 625 (remove_files) COMPLETE
71472026-08-05T19:48:58.828Z[ recovery-image] Aug 05 19:48:58.160 INFO O| Aug 05 19:48:58.160 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-05T19:48:58.839Z[ recovery-image] Aug 05 19:48:58.170 INFO O| Aug 05 19:48:58.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71492026-08-05T19:48:58.839Z[ recovery-image] Aug 05 19:48:58.171 INFO O| Aug 05 19:48:58.170 INFO STEP 626 (remove_files) COMPLETE
71502026-08-05T19:48:58.839Z[ recovery-image] Aug 05 19:48:58.171 INFO O| Aug 05 19:48:58.171 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-05T19:48:58.852Z[ recovery-image] Aug 05 19:48:58.183 INFO O| Aug 05 19:48:58.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71522026-08-05T19:48:58.852Z[ recovery-image] Aug 05 19:48:58.184 INFO O| Aug 05 19:48:58.183 INFO STEP 627 (remove_files) COMPLETE
71532026-08-05T19:48:58.852Z[ recovery-image] Aug 05 19:48:58.184 INFO O| Aug 05 19:48:58.184 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-05T19:48:58.865Z[ recovery-image] Aug 05 19:48:58.195 INFO O| Aug 05 19:48:58.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71552026-08-05T19:48:58.865Z[ recovery-image] Aug 05 19:48:58.195 INFO O| Aug 05 19:48:58.195 INFO STEP 628 (remove_files) COMPLETE
71562026-08-05T19:48:58.865Z[ recovery-image] Aug 05 19:48:58.195 INFO O| Aug 05 19:48:58.195 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-05T19:48:58.872Z[ recovery-image] Aug 05 19:48:58.204 INFO O| Aug 05 19:48:58.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71582026-08-05T19:48:58.872Z[ recovery-image] Aug 05 19:48:58.204 INFO O| Aug 05 19:48:58.204 INFO STEP 629 (remove_files) COMPLETE
71592026-08-05T19:48:58.872Z[ recovery-image] Aug 05 19:48:58.204 INFO O| Aug 05 19:48:58.204 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-05T19:48:58.884Z[ recovery-image] Aug 05 19:48:58.215 INFO O| Aug 05 19:48:58.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71612026-08-05T19:48:58.884Z[ recovery-image] Aug 05 19:48:58.215 INFO O| Aug 05 19:48:58.215 INFO STEP 630 (remove_files) COMPLETE
71622026-08-05T19:48:58.884Z[ recovery-image] Aug 05 19:48:58.215 INFO O| Aug 05 19:48:58.215 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-05T19:48:58.892Z[ recovery-image] Aug 05 19:48:58.224 INFO O| Aug 05 19:48:58.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71642026-08-05T19:48:58.892Z[ recovery-image] Aug 05 19:48:58.224 INFO O| Aug 05 19:48:58.224 INFO STEP 631 (remove_files) COMPLETE
71652026-08-05T19:48:58.892Z[ recovery-image] Aug 05 19:48:58.224 INFO O| Aug 05 19:48:58.224 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-05T19:48:58.904Z[ recovery-image] Aug 05 19:48:58.235 INFO O| Aug 05 19:48:58.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71672026-08-05T19:48:58.904Z[ recovery-image] Aug 05 19:48:58.235 INFO O| Aug 05 19:48:58.235 INFO STEP 632 (remove_files) COMPLETE
71682026-08-05T19:48:58.904Z[ recovery-image] Aug 05 19:48:58.235 INFO O| Aug 05 19:48:58.235 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-05T19:48:58.909Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
71702026-08-05T19:48:58.913Z[ recovery-image] Aug 05 19:48:58.245 INFO O| Aug 05 19:48:58.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71712026-08-05T19:48:58.913Z[ recovery-image] Aug 05 19:48:58.245 INFO O| Aug 05 19:48:58.245 INFO STEP 633 (remove_files) COMPLETE
71722026-08-05T19:48:58.913Z[ recovery-image] Aug 05 19:48:58.245 INFO O| Aug 05 19:48:58.245 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-05T19:48:58.922Z[ recovery-image] Aug 05 19:48:58.254 INFO O| Aug 05 19:48:58.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71742026-08-05T19:48:58.922Z[ recovery-image] Aug 05 19:48:58.254 INFO O| Aug 05 19:48:58.254 INFO STEP 634 (remove_files) COMPLETE
71752026-08-05T19:48:58.922Z[ recovery-image] Aug 05 19:48:58.254 INFO O| Aug 05 19:48:58.254 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-05T19:48:58.931Z[ recovery-image] Aug 05 19:48:58.263 INFO O| Aug 05 19:48:58.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71772026-08-05T19:48:58.931Z[ recovery-image] Aug 05 19:48:58.263 INFO O| Aug 05 19:48:58.263 INFO STEP 635 (remove_files) COMPLETE
71782026-08-05T19:48:58.931Z[ recovery-image] Aug 05 19:48:58.263 INFO O| Aug 05 19:48:58.263 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-05T19:48:58.941Z[ recovery-image] Aug 05 19:48:58.272 INFO O| Aug 05 19:48:58.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71802026-08-05T19:48:58.941Z[ recovery-image] Aug 05 19:48:58.272 INFO O| Aug 05 19:48:58.272 INFO STEP 636 (remove_files) COMPLETE
71812026-08-05T19:48:58.941Z[ recovery-image] Aug 05 19:48:58.272 INFO O| Aug 05 19:48:58.272 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-05T19:48:58.949Z[ recovery-image] Aug 05 19:48:58.280 INFO O| Aug 05 19:48:58.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71832026-08-05T19:48:58.949Z[ recovery-image] Aug 05 19:48:58.280 INFO O| Aug 05 19:48:58.280 INFO STEP 637 (remove_files) COMPLETE
71842026-08-05T19:48:58.949Z[ recovery-image] Aug 05 19:48:58.280 INFO O| Aug 05 19:48:58.280 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-05T19:48:58.957Z[ recovery-image] Aug 05 19:48:58.289 INFO O| Aug 05 19:48:58.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71862026-08-05T19:48:58.957Z[ recovery-image] Aug 05 19:48:58.289 INFO O| Aug 05 19:48:58.289 INFO STEP 638 (remove_files) COMPLETE
71872026-08-05T19:48:58.960Z[ recovery-image] Aug 05 19:48:58.289 INFO O| Aug 05 19:48:58.289 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-05T19:48:58.967Z[ recovery-image] Aug 05 19:48:58.298 INFO O| Aug 05 19:48:58.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71892026-08-05T19:48:58.967Z[ recovery-image] Aug 05 19:48:58.298 INFO O| Aug 05 19:48:58.298 INFO STEP 639 (remove_files) COMPLETE
71902026-08-05T19:48:58.967Z[ recovery-image] Aug 05 19:48:58.298 INFO O| Aug 05 19:48:58.298 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-05T19:48:58.976Z[ recovery-image] Aug 05 19:48:58.308 INFO O| Aug 05 19:48:58.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71922026-08-05T19:48:58.976Z[ recovery-image] Aug 05 19:48:58.308 INFO O| Aug 05 19:48:58.308 INFO STEP 640 (remove_files) COMPLETE
71932026-08-05T19:48:58.976Z[ recovery-image] Aug 05 19:48:58.308 INFO O| Aug 05 19:48:58.308 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-05T19:48:58.986Z[ recovery-image] Aug 05 19:48:58.318 INFO O| Aug 05 19:48:58.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71952026-08-05T19:48:58.986Z[ recovery-image] Aug 05 19:48:58.318 INFO O| Aug 05 19:48:58.318 INFO STEP 641 (remove_files) COMPLETE
71962026-08-05T19:48:58.986Z[ recovery-image] Aug 05 19:48:58.318 INFO O| Aug 05 19:48:58.318 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-05T19:48:58.997Z[ recovery-image] Aug 05 19:48:58.329 INFO O| Aug 05 19:48:58.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71982026-08-05T19:48:58.997Z[ recovery-image] Aug 05 19:48:58.329 INFO O| Aug 05 19:48:58.329 INFO STEP 642 (remove_files) COMPLETE
71992026-08-05T19:48:59.002Z[ recovery-image] Aug 05 19:48:58.329 INFO O| Aug 05 19:48:58.329 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-05T19:48:59.007Z[ recovery-image] Aug 05 19:48:58.338 INFO O| Aug 05 19:48:58.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72012026-08-05T19:48:59.007Z[ recovery-image] Aug 05 19:48:58.338 INFO O| Aug 05 19:48:58.338 INFO STEP 643 (remove_files) COMPLETE
72022026-08-05T19:48:59.007Z[ recovery-image] Aug 05 19:48:58.338 INFO O| Aug 05 19:48:58.338 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-05T19:48:59.017Z[ recovery-image] Aug 05 19:48:58.349 INFO O| Aug 05 19:48:58.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72042026-08-05T19:48:59.017Z[ recovery-image] Aug 05 19:48:58.349 INFO O| Aug 05 19:48:58.349 INFO STEP 644 (remove_files) COMPLETE
72052026-08-05T19:48:59.017Z[ recovery-image] Aug 05 19:48:58.349 INFO O| Aug 05 19:48:58.349 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-05T19:48:59.028Z[ recovery-image] Aug 05 19:48:58.360 INFO O| Aug 05 19:48:58.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72072026-08-05T19:48:59.028Z[ recovery-image] Aug 05 19:48:58.360 INFO O| Aug 05 19:48:58.360 INFO STEP 645 (remove_files) COMPLETE
72082026-08-05T19:48:59.031Z[ recovery-image] Aug 05 19:48:58.360 INFO O| Aug 05 19:48:58.360 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-05T19:48:59.038Z[ recovery-image] Aug 05 19:48:58.370 INFO O| Aug 05 19:48:58.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72102026-08-05T19:48:59.038Z[ recovery-image] Aug 05 19:48:58.370 INFO O| Aug 05 19:48:58.370 INFO STEP 646 (remove_files) COMPLETE
72112026-08-05T19:48:59.038Z[ recovery-image] Aug 05 19:48:58.370 INFO O| Aug 05 19:48:58.370 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-05T19:48:59.048Z[ recovery-image] Aug 05 19:48:58.380 INFO O| Aug 05 19:48:58.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72132026-08-05T19:48:59.048Z[ recovery-image] Aug 05 19:48:58.380 INFO O| Aug 05 19:48:58.380 INFO STEP 647 (remove_files) COMPLETE
72142026-08-05T19:48:59.049Z[ recovery-image] Aug 05 19:48:58.380 INFO O| Aug 05 19:48:58.380 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-05T19:48:59.058Z[ recovery-image] Aug 05 19:48:58.390 INFO O| Aug 05 19:48:58.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72162026-08-05T19:48:59.058Z[ recovery-image] Aug 05 19:48:58.390 INFO O| Aug 05 19:48:58.390 INFO STEP 648 (remove_files) COMPLETE
72172026-08-05T19:48:59.058Z[ recovery-image] Aug 05 19:48:58.390 INFO O| Aug 05 19:48:58.390 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-05T19:48:59.068Z[ recovery-image] Aug 05 19:48:58.399 INFO O| Aug 05 19:48:58.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72192026-08-05T19:48:59.071Z[ recovery-image] Aug 05 19:48:58.400 INFO O| Aug 05 19:48:58.400 INFO STEP 649 (remove_files) COMPLETE
72202026-08-05T19:48:59.071Z[ recovery-image] Aug 05 19:48:58.400 INFO O| Aug 05 19:48:58.400 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-05T19:48:59.079Z[ recovery-image] Aug 05 19:48:58.410 INFO O| Aug 05 19:48:58.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72222026-08-05T19:48:59.079Z[ recovery-image] Aug 05 19:48:58.410 INFO O| Aug 05 19:48:58.409 INFO STEP 650 (remove_files) COMPLETE
72232026-08-05T19:48:59.079Z[ recovery-image] Aug 05 19:48:58.410 INFO O| Aug 05 19:48:58.409 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-05T19:48:59.088Z[ recovery-image] Aug 05 19:48:58.420 INFO O| Aug 05 19:48:58.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72252026-08-05T19:48:59.088Z[ recovery-image] Aug 05 19:48:58.420 INFO O| Aug 05 19:48:58.420 INFO STEP 651 (remove_files) COMPLETE
72262026-08-05T19:48:59.088Z[ recovery-image] Aug 05 19:48:58.420 INFO O| Aug 05 19:48:58.420 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-05T19:48:59.105Z[ recovery-image] Aug 05 19:48:58.437 INFO O| Aug 05 19:48:58.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72282026-08-05T19:48:59.106Z[ recovery-image] Aug 05 19:48:58.437 INFO O| Aug 05 19:48:58.437 INFO STEP 652 (remove_files) COMPLETE
72292026-08-05T19:48:59.106Z[ recovery-image] Aug 05 19:48:58.437 INFO O| Aug 05 19:48:58.437 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-05T19:48:59.114Z[ recovery-image] Aug 05 19:48:58.446 INFO O| Aug 05 19:48:58.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72312026-08-05T19:48:59.114Z[ recovery-image] Aug 05 19:48:58.446 INFO O| Aug 05 19:48:58.446 INFO STEP 653 (remove_files) COMPLETE
72322026-08-05T19:48:59.114Z[ recovery-image] Aug 05 19:48:58.446 INFO O| Aug 05 19:48:58.446 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-05T19:48:59.125Z[ recovery-image] Aug 05 19:48:58.457 INFO O| Aug 05 19:48:58.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72342026-08-05T19:48:59.128Z[ recovery-image] Aug 05 19:48:58.457 INFO O| Aug 05 19:48:58.457 INFO STEP 654 (remove_files) COMPLETE
72352026-08-05T19:48:59.128Z[ recovery-image] Aug 05 19:48:58.457 INFO O| Aug 05 19:48:58.457 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-05T19:48:59.137Z[ recovery-image] Aug 05 19:48:58.468 INFO O| Aug 05 19:48:58.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72372026-08-05T19:48:59.137Z[ recovery-image] Aug 05 19:48:58.468 INFO O| Aug 05 19:48:58.468 INFO STEP 655 (remove_files) COMPLETE
72382026-08-05T19:48:59.137Z[ recovery-image] Aug 05 19:48:58.468 INFO O| Aug 05 19:48:58.468 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-05T19:48:59.147Z[ recovery-image] Aug 05 19:48:58.479 INFO O| Aug 05 19:48:58.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72402026-08-05T19:48:59.147Z[ recovery-image] Aug 05 19:48:58.479 INFO O| Aug 05 19:48:58.479 INFO STEP 656 (remove_files) COMPLETE
72412026-08-05T19:48:59.147Z[ recovery-image] Aug 05 19:48:58.479 INFO O| Aug 05 19:48:58.479 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-05T19:48:59.158Z[ recovery-image] Aug 05 19:48:58.489 INFO O| Aug 05 19:48:58.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72432026-08-05T19:48:59.158Z[ recovery-image] Aug 05 19:48:58.489 INFO O| Aug 05 19:48:58.489 INFO STEP 657 (remove_files) COMPLETE
72442026-08-05T19:48:59.158Z[ recovery-image] Aug 05 19:48:58.489 INFO O| Aug 05 19:48:58.489 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-05T19:48:59.168Z[ recovery-image] Aug 05 19:48:58.499 INFO O| Aug 05 19:48:58.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72462026-08-05T19:48:59.168Z[ recovery-image] Aug 05 19:48:58.499 INFO O| Aug 05 19:48:58.499 INFO STEP 658 (remove_files) COMPLETE
72472026-08-05T19:48:59.168Z[ recovery-image] Aug 05 19:48:58.499 INFO O| Aug 05 19:48:58.499 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-05T19:48:59.178Z[ recovery-image] Aug 05 19:48:58.510 INFO O| Aug 05 19:48:58.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72492026-08-05T19:48:59.178Z[ recovery-image] Aug 05 19:48:58.510 INFO O| Aug 05 19:48:58.510 INFO STEP 659 (remove_files) COMPLETE
72502026-08-05T19:48:59.178Z[ recovery-image] Aug 05 19:48:58.510 INFO O| Aug 05 19:48:58.510 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-05T19:48:59.188Z[ recovery-image] Aug 05 19:48:58.519 INFO O| Aug 05 19:48:58.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72522026-08-05T19:48:59.188Z[ recovery-image] Aug 05 19:48:58.520 INFO O| Aug 05 19:48:58.520 INFO STEP 660 (remove_files) COMPLETE
72532026-08-05T19:48:59.188Z[ recovery-image] Aug 05 19:48:58.520 INFO O| Aug 05 19:48:58.520 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-05T19:48:59.198Z[ recovery-image] Aug 05 19:48:58.529 INFO O| Aug 05 19:48:58.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72552026-08-05T19:48:59.198Z[ recovery-image] Aug 05 19:48:58.529 INFO O| Aug 05 19:48:58.529 INFO STEP 661 (remove_files) COMPLETE
72562026-08-05T19:48:59.201Z[ recovery-image] Aug 05 19:48:58.529 INFO O| Aug 05 19:48:58.529 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-05T19:48:59.208Z[ recovery-image] Aug 05 19:48:58.539 INFO O| Aug 05 19:48:58.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72582026-08-05T19:48:59.208Z[ recovery-image] Aug 05 19:48:58.539 INFO O| Aug 05 19:48:58.539 INFO STEP 662 (remove_files) COMPLETE
72592026-08-05T19:48:59.208Z[ recovery-image] Aug 05 19:48:58.539 INFO O| Aug 05 19:48:58.539 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-05T19:48:59.218Z[ recovery-image] Aug 05 19:48:58.549 INFO O| Aug 05 19:48:58.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72612026-08-05T19:48:59.218Z[ recovery-image] Aug 05 19:48:58.549 INFO O| Aug 05 19:48:58.549 INFO STEP 663 (remove_files) COMPLETE
72622026-08-05T19:48:59.218Z[ recovery-image] Aug 05 19:48:58.549 INFO O| Aug 05 19:48:58.549 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-05T19:48:59.228Z[ recovery-image] Aug 05 19:48:58.559 INFO O| Aug 05 19:48:58.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72642026-08-05T19:48:59.228Z[ recovery-image] Aug 05 19:48:58.559 INFO O| Aug 05 19:48:58.559 INFO STEP 664 (remove_files) COMPLETE
72652026-08-05T19:48:59.231Z[ recovery-image] Aug 05 19:48:58.559 INFO O| Aug 05 19:48:58.559 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-05T19:48:59.238Z[ recovery-image] Aug 05 19:48:58.570 INFO O| Aug 05 19:48:58.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72672026-08-05T19:48:59.241Z[ recovery-image] Aug 05 19:48:58.571 INFO O| Aug 05 19:48:58.570 INFO STEP 665 (remove_files) COMPLETE
72682026-08-05T19:48:59.241Z[ recovery-image] Aug 05 19:48:58.571 INFO O| Aug 05 19:48:58.570 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-05T19:48:59.249Z[ recovery-image] Aug 05 19:48:58.580 INFO O| Aug 05 19:48:58.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72702026-08-05T19:48:59.252Z[ recovery-image] Aug 05 19:48:58.581 INFO O| Aug 05 19:48:58.581 INFO STEP 666 (remove_files) COMPLETE
72712026-08-05T19:48:59.252Z[ recovery-image] Aug 05 19:48:58.581 INFO O| Aug 05 19:48:58.581 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-05T19:48:59.259Z[ recovery-image] Aug 05 19:48:58.591 INFO O| Aug 05 19:48:58.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72732026-08-05T19:48:59.259Z[ recovery-image] Aug 05 19:48:58.591 INFO O| Aug 05 19:48:58.591 INFO STEP 667 (remove_files) COMPLETE
72742026-08-05T19:48:59.259Z[ recovery-image] Aug 05 19:48:58.591 INFO O| Aug 05 19:48:58.591 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-05T19:48:59.268Z[ recovery-image] Aug 05 19:48:58.599 INFO O| Aug 05 19:48:58.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72762026-08-05T19:48:59.268Z[ recovery-image] Aug 05 19:48:58.600 INFO O| Aug 05 19:48:58.599 INFO STEP 668 (remove_files) COMPLETE
72772026-08-05T19:48:59.268Z[ recovery-image] Aug 05 19:48:58.600 INFO O| Aug 05 19:48:58.599 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-05T19:48:59.281Z[ recovery-image] Aug 05 19:48:58.612 INFO O| Aug 05 19:48:58.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72792026-08-05T19:48:59.281Z[ recovery-image] Aug 05 19:48:58.612 INFO O| Aug 05 19:48:58.612 INFO STEP 669 (remove_files) COMPLETE
72802026-08-05T19:48:59.281Z[ recovery-image] Aug 05 19:48:58.612 INFO O| Aug 05 19:48:58.612 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-05T19:48:59.290Z[ recovery-image] Aug 05 19:48:58.622 INFO O| Aug 05 19:48:58.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72822026-08-05T19:48:59.290Z[ recovery-image] Aug 05 19:48:58.622 INFO O| Aug 05 19:48:58.622 INFO STEP 670 (remove_files) COMPLETE
72832026-08-05T19:48:59.294Z[ recovery-image] Aug 05 19:48:58.622 INFO O| Aug 05 19:48:58.622 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-05T19:48:59.300Z[ recovery-image] Aug 05 19:48:58.631 INFO O| Aug 05 19:48:58.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72852026-08-05T19:48:59.300Z[ recovery-image] Aug 05 19:48:58.631 INFO O| Aug 05 19:48:58.631 INFO STEP 671 (remove_files) COMPLETE
72862026-08-05T19:48:59.300Z[ recovery-image] Aug 05 19:48:58.632 INFO O| Aug 05 19:48:58.631 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-05T19:48:59.309Z[ recovery-image] Aug 05 19:48:58.641 INFO O| Aug 05 19:48:58.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72882026-08-05T19:48:59.309Z[ recovery-image] Aug 05 19:48:58.641 INFO O| Aug 05 19:48:58.641 INFO STEP 672 (remove_files) COMPLETE
72892026-08-05T19:48:59.312Z[ recovery-image] Aug 05 19:48:58.641 INFO O| Aug 05 19:48:58.641 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-05T19:48:59.317Z[ recovery-image] Aug 05 19:48:58.649 INFO O| Aug 05 19:48:58.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72912026-08-05T19:48:59.317Z[ recovery-image] Aug 05 19:48:58.649 INFO O| Aug 05 19:48:58.649 INFO STEP 673 (remove_files) COMPLETE
72922026-08-05T19:48:59.320Z[ recovery-image] Aug 05 19:48:58.649 INFO O| Aug 05 19:48:58.649 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-05T19:48:59.327Z[ recovery-image] Aug 05 19:48:58.658 INFO O| Aug 05 19:48:58.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72942026-08-05T19:48:59.327Z[ recovery-image] Aug 05 19:48:58.658 INFO O| Aug 05 19:48:58.658 INFO STEP 674 (remove_files) COMPLETE
72952026-08-05T19:48:59.330Z[ recovery-image] Aug 05 19:48:58.658 INFO O| Aug 05 19:48:58.658 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-05T19:48:59.334Z[ recovery-image] Aug 05 19:48:58.666 INFO O| Aug 05 19:48:58.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72972026-08-05T19:48:59.337Z[ recovery-image] Aug 05 19:48:58.666 INFO O| Aug 05 19:48:58.666 INFO STEP 675 (remove_files) COMPLETE
72982026-08-05T19:48:59.337Z[ recovery-image] Aug 05 19:48:58.666 INFO O| Aug 05 19:48:58.666 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-05T19:48:59.346Z[ recovery-image] Aug 05 19:48:58.678 INFO O| Aug 05 19:48:58.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73002026-08-05T19:48:59.346Z[ recovery-image] Aug 05 19:48:58.678 INFO O| Aug 05 19:48:58.678 INFO STEP 676 (remove_files) COMPLETE
73012026-08-05T19:48:59.349Z[ recovery-image] Aug 05 19:48:58.678 INFO O| Aug 05 19:48:58.678 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-05T19:48:59.356Z[ recovery-image] Aug 05 19:48:58.687 INFO O| Aug 05 19:48:58.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73032026-08-05T19:48:59.357Z[ recovery-image] Aug 05 19:48:58.687 INFO O| Aug 05 19:48:58.687 INFO STEP 677 (remove_files) COMPLETE
73042026-08-05T19:48:59.357Z[ recovery-image] Aug 05 19:48:58.687 INFO O| Aug 05 19:48:58.687 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-05T19:48:59.366Z[ recovery-image] Aug 05 19:48:58.697 INFO O| Aug 05 19:48:58.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73062026-08-05T19:48:59.366Z[ recovery-image] Aug 05 19:48:58.697 INFO O| Aug 05 19:48:58.697 INFO STEP 678 (remove_files) COMPLETE
73072026-08-05T19:48:59.366Z[ recovery-image] Aug 05 19:48:58.697 INFO O| Aug 05 19:48:58.697 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-05T19:48:59.376Z[ recovery-image] Aug 05 19:48:58.707 INFO O| Aug 05 19:48:58.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73092026-08-05T19:48:59.376Z[ recovery-image] Aug 05 19:48:58.707 INFO O| Aug 05 19:48:58.707 INFO STEP 679 (remove_files) COMPLETE
73102026-08-05T19:48:59.376Z[ recovery-image] Aug 05 19:48:58.707 INFO O| Aug 05 19:48:58.707 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-05T19:48:59.385Z[ recovery-image] Aug 05 19:48:58.717 INFO O| Aug 05 19:48:58.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73122026-08-05T19:48:59.389Z[ recovery-image] Aug 05 19:48:58.717 INFO O| Aug 05 19:48:58.717 INFO STEP 680 (remove_files) COMPLETE
73132026-08-05T19:48:59.389Z[ recovery-image] Aug 05 19:48:58.717 INFO O| Aug 05 19:48:58.717 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-05T19:48:59.395Z[ recovery-image] Aug 05 19:48:58.726 INFO O| Aug 05 19:48:58.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73152026-08-05T19:48:59.395Z[ recovery-image] Aug 05 19:48:58.727 INFO O| Aug 05 19:48:58.727 INFO STEP 681 (remove_files) COMPLETE
73162026-08-05T19:48:59.395Z[ recovery-image] Aug 05 19:48:58.727 INFO O| Aug 05 19:48:58.727 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-05T19:48:59.403Z[ recovery-image] Aug 05 19:48:58.735 INFO O| Aug 05 19:48:58.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73182026-08-05T19:48:59.404Z[ recovery-image] Aug 05 19:48:58.735 INFO O| Aug 05 19:48:58.735 INFO STEP 682 (remove_files) COMPLETE
73192026-08-05T19:48:59.404Z[ recovery-image] Aug 05 19:48:58.735 INFO O| Aug 05 19:48:58.735 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-05T19:48:59.413Z[ recovery-image] Aug 05 19:48:58.744 INFO O| Aug 05 19:48:58.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73212026-08-05T19:48:59.413Z[ recovery-image] Aug 05 19:48:58.744 INFO O| Aug 05 19:48:58.744 INFO STEP 683 (remove_files) COMPLETE
73222026-08-05T19:48:59.413Z[ recovery-image] Aug 05 19:48:58.744 INFO O| Aug 05 19:48:58.744 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-05T19:48:59.423Z[ recovery-image] Aug 05 19:48:58.754 INFO O| Aug 05 19:48:58.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73242026-08-05T19:48:59.423Z[ recovery-image] Aug 05 19:48:58.754 INFO O| Aug 05 19:48:58.754 INFO STEP 684 (remove_files) COMPLETE
73252026-08-05T19:48:59.423Z[ recovery-image] Aug 05 19:48:58.754 INFO O| Aug 05 19:48:58.754 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-05T19:48:59.433Z[ recovery-image] Aug 05 19:48:58.765 INFO O| Aug 05 19:48:58.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73272026-08-05T19:48:59.433Z[ recovery-image] Aug 05 19:48:58.765 INFO O| Aug 05 19:48:58.765 INFO STEP 685 (remove_files) COMPLETE
73282026-08-05T19:48:59.433Z[ recovery-image] Aug 05 19:48:58.765 INFO O| Aug 05 19:48:58.765 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-05T19:48:59.443Z[ recovery-image] Aug 05 19:48:58.775 INFO O| Aug 05 19:48:58.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73302026-08-05T19:48:59.443Z[ recovery-image] Aug 05 19:48:58.775 INFO O| Aug 05 19:48:58.775 INFO STEP 686 (remove_files) COMPLETE
73312026-08-05T19:48:59.443Z[ recovery-image] Aug 05 19:48:58.775 INFO O| Aug 05 19:48:58.775 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-05T19:48:59.455Z[ recovery-image] Aug 05 19:48:58.785 INFO O| Aug 05 19:48:58.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73332026-08-05T19:48:59.455Z[ recovery-image] Aug 05 19:48:58.785 INFO O| Aug 05 19:48:58.785 INFO STEP 687 (remove_files) COMPLETE
73342026-08-05T19:48:59.455Z[ recovery-image] Aug 05 19:48:58.785 INFO O| Aug 05 19:48:58.785 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-05T19:48:59.464Z[ recovery-image] Aug 05 19:48:58.796 INFO O| Aug 05 19:48:58.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73362026-08-05T19:48:59.465Z[ recovery-image] Aug 05 19:48:58.796 INFO O| Aug 05 19:48:58.796 INFO STEP 688 (remove_files) COMPLETE
73372026-08-05T19:48:59.465Z[ recovery-image] Aug 05 19:48:58.796 INFO O| Aug 05 19:48:58.796 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-05T19:48:59.476Z[ recovery-image] Aug 05 19:48:58.807 INFO O| Aug 05 19:48:58.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73392026-08-05T19:48:59.476Z[ recovery-image] Aug 05 19:48:58.807 INFO O| Aug 05 19:48:58.807 INFO STEP 689 (remove_files) COMPLETE
73402026-08-05T19:48:59.476Z[ recovery-image] Aug 05 19:48:58.807 INFO O| Aug 05 19:48:58.807 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-05T19:48:59.486Z[ recovery-image] Aug 05 19:48:58.817 INFO O| Aug 05 19:48:58.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73422026-08-05T19:48:59.486Z[ recovery-image] Aug 05 19:48:58.817 INFO O| Aug 05 19:48:58.817 INFO STEP 690 (remove_files) COMPLETE
73432026-08-05T19:48:59.489Z[ recovery-image] Aug 05 19:48:58.817 INFO O| Aug 05 19:48:58.817 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-05T19:48:59.496Z[ recovery-image] Aug 05 19:48:58.826 INFO O| Aug 05 19:48:58.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73452026-08-05T19:48:59.496Z[ recovery-image] Aug 05 19:48:58.826 INFO O| Aug 05 19:48:58.826 INFO STEP 691 (remove_files) COMPLETE
73462026-08-05T19:48:59.499Z[ recovery-image] Aug 05 19:48:58.826 INFO O| Aug 05 19:48:58.826 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-05T19:48:59.505Z[ recovery-image] Aug 05 19:48:58.837 INFO O| Aug 05 19:48:58.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73482026-08-05T19:48:59.505Z[ recovery-image] Aug 05 19:48:58.837 INFO O| Aug 05 19:48:58.837 INFO STEP 692 (remove_files) COMPLETE
73492026-08-05T19:48:59.510Z[ recovery-image] Aug 05 19:48:58.837 INFO O| Aug 05 19:48:58.837 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-05T19:48:59.514Z[ recovery-image] Aug 05 19:48:58.846 INFO O| Aug 05 19:48:58.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73512026-08-05T19:48:59.517Z[ recovery-image] Aug 05 19:48:58.846 INFO O| Aug 05 19:48:58.846 INFO STEP 693 (remove_files) COMPLETE
73522026-08-05T19:48:59.517Z[ recovery-image] Aug 05 19:48:58.846 INFO O| Aug 05 19:48:58.846 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-05T19:48:59.525Z[ recovery-image] Aug 05 19:48:58.856 INFO O| Aug 05 19:48:58.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73542026-08-05T19:48:59.528Z[ recovery-image] Aug 05 19:48:58.856 INFO O| Aug 05 19:48:58.856 INFO STEP 694 (remove_files) COMPLETE
73552026-08-05T19:48:59.528Z[ recovery-image] Aug 05 19:48:58.856 INFO O| Aug 05 19:48:58.856 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-05T19:48:59.534Z[ recovery-image] Aug 05 19:48:58.866 INFO O| Aug 05 19:48:58.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73572026-08-05T19:48:59.535Z[ recovery-image] Aug 05 19:48:58.866 INFO O| Aug 05 19:48:58.866 INFO STEP 695 (remove_files) COMPLETE
73582026-08-05T19:48:59.535Z[ recovery-image] Aug 05 19:48:58.866 INFO O| Aug 05 19:48:58.866 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-05T19:48:59.545Z[ recovery-image] Aug 05 19:48:58.876 INFO O| Aug 05 19:48:58.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73602026-08-05T19:48:59.545Z[ recovery-image] Aug 05 19:48:58.876 INFO O| Aug 05 19:48:58.876 INFO STEP 696 (remove_files) COMPLETE
73612026-08-05T19:48:59.545Z[ recovery-image] Aug 05 19:48:58.876 INFO O| Aug 05 19:48:58.876 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-05T19:48:59.555Z[ recovery-image] Aug 05 19:48:58.887 INFO O| Aug 05 19:48:58.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73632026-08-05T19:48:59.555Z[ recovery-image] Aug 05 19:48:58.887 INFO O| Aug 05 19:48:58.887 INFO STEP 697 (remove_files) COMPLETE
73642026-08-05T19:48:59.555Z[ recovery-image] Aug 05 19:48:58.887 INFO O| Aug 05 19:48:58.887 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-05T19:48:59.573Z[ recovery-image] Aug 05 19:48:58.897 INFO O| Aug 05 19:48:58.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73662026-08-05T19:48:59.573Z[ recovery-image] Aug 05 19:48:58.897 INFO O| Aug 05 19:48:58.897 INFO STEP 698 (remove_files) COMPLETE
73672026-08-05T19:48:59.573Z[ recovery-image] Aug 05 19:48:58.897 INFO O| Aug 05 19:48:58.897 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-05T19:48:59.577Z[ recovery-image] Aug 05 19:48:58.907 INFO O| Aug 05 19:48:58.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73692026-08-05T19:48:59.577Z[ recovery-image] Aug 05 19:48:58.907 INFO O| Aug 05 19:48:58.907 INFO STEP 699 (remove_files) COMPLETE
73702026-08-05T19:48:59.577Z[ recovery-image] Aug 05 19:48:58.907 INFO O| Aug 05 19:48:58.907 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-05T19:48:59.585Z[ recovery-image] Aug 05 19:48:58.916 INFO O| Aug 05 19:48:58.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73722026-08-05T19:48:59.585Z[ recovery-image] Aug 05 19:48:58.916 INFO O| Aug 05 19:48:58.916 INFO STEP 700 (remove_files) COMPLETE
73732026-08-05T19:48:59.588Z[ recovery-image] Aug 05 19:48:58.916 INFO O| Aug 05 19:48:58.916 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-05T19:48:59.594Z[ recovery-image] Aug 05 19:48:58.925 INFO O| Aug 05 19:48:58.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73752026-08-05T19:48:59.594Z[ recovery-image] Aug 05 19:48:58.925 INFO O| Aug 05 19:48:58.925 INFO STEP 701 (remove_files) COMPLETE
73762026-08-05T19:48:59.594Z[ recovery-image] Aug 05 19:48:58.925 INFO O| Aug 05 19:48:58.925 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-05T19:48:59.605Z[ recovery-image] Aug 05 19:48:58.937 INFO O| Aug 05 19:48:58.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73782026-08-05T19:48:59.605Z[ recovery-image] Aug 05 19:48:58.937 INFO O| Aug 05 19:48:58.937 INFO STEP 702 (remove_files) COMPLETE
73792026-08-05T19:48:59.605Z[ recovery-image] Aug 05 19:48:58.937 INFO O| Aug 05 19:48:58.937 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-05T19:48:59.616Z[ recovery-image] Aug 05 19:48:58.948 INFO O| Aug 05 19:48:58.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73812026-08-05T19:48:59.616Z[ recovery-image] Aug 05 19:48:58.948 INFO O| Aug 05 19:48:58.948 INFO STEP 703 (remove_files) COMPLETE
73822026-08-05T19:48:59.616Z[ recovery-image] Aug 05 19:48:58.948 INFO O| Aug 05 19:48:58.948 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-05T19:48:59.628Z[ recovery-image] Aug 05 19:48:58.959 INFO O| Aug 05 19:48:58.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73842026-08-05T19:48:59.628Z[ recovery-image] Aug 05 19:48:58.959 INFO O| Aug 05 19:48:58.959 INFO STEP 704 (remove_files) COMPLETE
73852026-08-05T19:48:59.632Z[ recovery-image] Aug 05 19:48:58.959 INFO O| Aug 05 19:48:58.959 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-05T19:48:59.638Z[ recovery-image] Aug 05 19:48:58.969 INFO O| Aug 05 19:48:58.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73872026-08-05T19:48:59.638Z[ recovery-image] Aug 05 19:48:58.969 INFO O| Aug 05 19:48:58.969 INFO STEP 705 (remove_files) COMPLETE
73882026-08-05T19:48:59.638Z[ recovery-image] Aug 05 19:48:58.969 INFO O| Aug 05 19:48:58.969 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-05T19:48:59.648Z[ recovery-image] Aug 05 19:48:58.980 INFO O| Aug 05 19:48:58.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73902026-08-05T19:48:59.648Z[ recovery-image] Aug 05 19:48:58.980 INFO O| Aug 05 19:48:58.980 INFO STEP 706 (remove_files) COMPLETE
73912026-08-05T19:48:59.648Z[ recovery-image] Aug 05 19:48:58.980 INFO O| Aug 05 19:48:58.980 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-05T19:48:59.660Z[ recovery-image] Aug 05 19:48:58.991 INFO O| Aug 05 19:48:58.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73932026-08-05T19:48:59.660Z[ recovery-image] Aug 05 19:48:58.991 INFO O| Aug 05 19:48:58.991 INFO STEP 707 (remove_files) COMPLETE
73942026-08-05T19:48:59.660Z[ recovery-image] Aug 05 19:48:58.991 INFO O| Aug 05 19:48:58.991 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-05T19:48:59.670Z[ recovery-image] Aug 05 19:48:59.002 INFO O| Aug 05 19:48:59.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73962026-08-05T19:48:59.670Z[ recovery-image] Aug 05 19:48:59.002 INFO O| Aug 05 19:48:59.002 INFO STEP 708 (remove_files) COMPLETE
73972026-08-05T19:48:59.670Z[ recovery-image] Aug 05 19:48:59.002 INFO O| Aug 05 19:48:59.002 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-05T19:48:59.682Z[ recovery-image] Aug 05 19:48:59.013 INFO O| Aug 05 19:48:59.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73992026-08-05T19:48:59.682Z[ recovery-image] Aug 05 19:48:59.013 INFO O| Aug 05 19:48:59.013 INFO STEP 709 (remove_files) COMPLETE
74002026-08-05T19:48:59.682Z[ recovery-image] Aug 05 19:48:59.013 INFO O| Aug 05 19:48:59.013 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-05T19:48:59.691Z[ recovery-image] Aug 05 19:48:59.023 INFO O| Aug 05 19:48:59.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74022026-08-05T19:48:59.691Z[ recovery-image] Aug 05 19:48:59.023 INFO O| Aug 05 19:48:59.023 INFO STEP 710 (remove_files) COMPLETE
74032026-08-05T19:48:59.691Z[ recovery-image] Aug 05 19:48:59.023 INFO O| Aug 05 19:48:59.023 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-05T19:48:59.701Z[ recovery-image] Aug 05 19:48:59.032 INFO O| Aug 05 19:48:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74052026-08-05T19:48:59.701Z[ recovery-image] Aug 05 19:48:59.032 INFO O| Aug 05 19:48:59.032 INFO STEP 711 (remove_files) COMPLETE
74062026-08-05T19:48:59.701Z[ recovery-image] Aug 05 19:48:59.032 INFO O| Aug 05 19:48:59.032 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-05T19:48:59.710Z[ recovery-image] Aug 05 19:48:59.042 INFO O| Aug 05 19:48:59.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74082026-08-05T19:48:59.710Z[ recovery-image] Aug 05 19:48:59.042 INFO O| Aug 05 19:48:59.042 INFO STEP 712 (remove_files) COMPLETE
74092026-08-05T19:48:59.710Z[ recovery-image] Aug 05 19:48:59.042 INFO O| Aug 05 19:48:59.042 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-05T19:48:59.723Z[ recovery-image] Aug 05 19:48:59.055 INFO O| Aug 05 19:48:59.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74112026-08-05T19:48:59.723Z[ recovery-image] Aug 05 19:48:59.055 INFO O| Aug 05 19:48:59.055 INFO STEP 713 (remove_files) COMPLETE
74122026-08-05T19:48:59.723Z[ recovery-image] Aug 05 19:48:59.055 INFO O| Aug 05 19:48:59.055 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-05T19:48:59.735Z[ recovery-image] Aug 05 19:48:59.066 INFO O| Aug 05 19:48:59.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74142026-08-05T19:48:59.735Z[ recovery-image] Aug 05 19:48:59.067 INFO O| Aug 05 19:48:59.067 INFO STEP 714 (remove_files) COMPLETE
74152026-08-05T19:48:59.738Z[ recovery-image] Aug 05 19:48:59.067 INFO O| Aug 05 19:48:59.067 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-05T19:48:59.747Z[ recovery-image] Aug 05 19:48:59.078 INFO O| Aug 05 19:48:59.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74172026-08-05T19:48:59.747Z[ recovery-image] Aug 05 19:48:59.078 INFO O| Aug 05 19:48:59.078 INFO STEP 715 (remove_files) COMPLETE
74182026-08-05T19:48:59.747Z[ recovery-image] Aug 05 19:48:59.078 INFO O| Aug 05 19:48:59.078 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-05T19:48:59.758Z[ recovery-image] Aug 05 19:48:59.089 INFO O| Aug 05 19:48:59.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74202026-08-05T19:48:59.758Z[ recovery-image] Aug 05 19:48:59.089 INFO O| Aug 05 19:48:59.089 INFO STEP 716 (remove_files) COMPLETE
74212026-08-05T19:48:59.758Z[ recovery-image] Aug 05 19:48:59.089 INFO O| Aug 05 19:48:59.089 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-05T19:48:59.769Z[ recovery-image] Aug 05 19:48:59.100 INFO O| Aug 05 19:48:59.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74232026-08-05T19:48:59.772Z[ recovery-image] Aug 05 19:48:59.101 INFO O| Aug 05 19:48:59.101 INFO STEP 717 (remove_files) COMPLETE
74242026-08-05T19:48:59.772Z[ recovery-image] Aug 05 19:48:59.101 INFO O| Aug 05 19:48:59.101 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-05T19:48:59.780Z[ recovery-image] Aug 05 19:48:59.111 INFO O| Aug 05 19:48:59.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74262026-08-05T19:48:59.780Z[ recovery-image] Aug 05 19:48:59.111 INFO O| Aug 05 19:48:59.111 INFO STEP 718 (remove_files) COMPLETE
74272026-08-05T19:48:59.780Z[ recovery-image] Aug 05 19:48:59.111 INFO O| Aug 05 19:48:59.111 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-05T19:48:59.794Z[ recovery-image] Aug 05 19:48:59.121 INFO O| Aug 05 19:48:59.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74292026-08-05T19:48:59.794Z[ recovery-image] Aug 05 19:48:59.121 INFO O| Aug 05 19:48:59.121 INFO STEP 719 (remove_files) COMPLETE
74302026-08-05T19:48:59.794Z[ recovery-image] Aug 05 19:48:59.121 INFO O| Aug 05 19:48:59.121 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-05T19:48:59.799Z[ recovery-image] Aug 05 19:48:59.130 INFO O| Aug 05 19:48:59.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74322026-08-05T19:48:59.799Z[ recovery-image] Aug 05 19:48:59.131 INFO O| Aug 05 19:48:59.131 INFO STEP 720 (remove_files) COMPLETE
74332026-08-05T19:48:59.802Z[ recovery-image] Aug 05 19:48:59.131 INFO O| Aug 05 19:48:59.131 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-05T19:48:59.809Z[ recovery-image] Aug 05 19:48:59.140 INFO O| Aug 05 19:48:59.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74352026-08-05T19:48:59.809Z[ recovery-image] Aug 05 19:48:59.140 INFO O| Aug 05 19:48:59.140 INFO STEP 721 (remove_files) COMPLETE
74362026-08-05T19:48:59.812Z[ recovery-image] Aug 05 19:48:59.140 INFO O| Aug 05 19:48:59.140 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-05T19:48:59.818Z[ recovery-image] Aug 05 19:48:59.150 INFO O| Aug 05 19:48:59.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74382026-08-05T19:48:59.818Z[ recovery-image] Aug 05 19:48:59.150 INFO O| Aug 05 19:48:59.150 INFO STEP 722 (remove_files) COMPLETE
74392026-08-05T19:48:59.818Z[ recovery-image] Aug 05 19:48:59.150 INFO O| Aug 05 19:48:59.150 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-05T19:48:59.829Z[ recovery-image] Aug 05 19:48:59.160 INFO O| Aug 05 19:48:59.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74412026-08-05T19:48:59.829Z[ recovery-image] Aug 05 19:48:59.161 INFO O| Aug 05 19:48:59.160 INFO STEP 723 (remove_files) COMPLETE
74422026-08-05T19:48:59.829Z[ recovery-image] Aug 05 19:48:59.161 INFO O| Aug 05 19:48:59.160 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-05T19:48:59.840Z[ recovery-image] Aug 05 19:48:59.171 INFO O| Aug 05 19:48:59.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74442026-08-05T19:48:59.840Z[ recovery-image] Aug 05 19:48:59.171 INFO O| Aug 05 19:48:59.171 INFO STEP 724 (remove_files) COMPLETE
74452026-08-05T19:48:59.840Z[ recovery-image] Aug 05 19:48:59.171 INFO O| Aug 05 19:48:59.171 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-05T19:48:59.849Z[ recovery-image] Aug 05 19:48:59.181 INFO O| Aug 05 19:48:59.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74472026-08-05T19:48:59.850Z[ recovery-image] Aug 05 19:48:59.181 INFO O| Aug 05 19:48:59.181 INFO STEP 725 (remove_files) COMPLETE
74482026-08-05T19:48:59.853Z[ recovery-image] Aug 05 19:48:59.181 INFO O| Aug 05 19:48:59.181 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-05T19:48:59.859Z[ recovery-image] Aug 05 19:48:59.190 INFO O| Aug 05 19:48:59.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74502026-08-05T19:48:59.859Z[ recovery-image] Aug 05 19:48:59.190 INFO O| Aug 05 19:48:59.190 INFO STEP 726 (remove_files) COMPLETE
74512026-08-05T19:48:59.859Z[ recovery-image] Aug 05 19:48:59.190 INFO O| Aug 05 19:48:59.190 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-05T19:48:59.868Z[ recovery-image] Aug 05 19:48:59.199 INFO O| Aug 05 19:48:59.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74532026-08-05T19:48:59.868Z[ recovery-image] Aug 05 19:48:59.200 INFO O| Aug 05 19:48:59.200 INFO STEP 727 (remove_files) COMPLETE
74542026-08-05T19:48:59.868Z[ recovery-image] Aug 05 19:48:59.200 INFO O| Aug 05 19:48:59.200 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-05T19:48:59.879Z[ recovery-image] Aug 05 19:48:59.211 INFO O| Aug 05 19:48:59.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74562026-08-05T19:48:59.879Z[ recovery-image] Aug 05 19:48:59.211 INFO O| Aug 05 19:48:59.211 INFO STEP 728 (remove_files) COMPLETE
74572026-08-05T19:48:59.879Z[ recovery-image] Aug 05 19:48:59.211 INFO O| Aug 05 19:48:59.211 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-05T19:48:59.889Z[ recovery-image] Aug 05 19:48:59.221 INFO O| Aug 05 19:48:59.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74592026-08-05T19:48:59.889Z[ recovery-image] Aug 05 19:48:59.221 INFO O| Aug 05 19:48:59.221 INFO STEP 729 (remove_files) COMPLETE
74602026-08-05T19:48:59.889Z[ recovery-image] Aug 05 19:48:59.221 INFO O| Aug 05 19:48:59.221 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-05T19:48:59.901Z[ recovery-image] Aug 05 19:48:59.233 INFO O| Aug 05 19:48:59.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74622026-08-05T19:48:59.904Z[ recovery-image] Aug 05 19:48:59.233 INFO O| Aug 05 19:48:59.233 INFO STEP 730 (remove_files) COMPLETE
74632026-08-05T19:48:59.904Z[ recovery-image] Aug 05 19:48:59.233 INFO O| Aug 05 19:48:59.233 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-05T19:48:59.912Z[ recovery-image] Aug 05 19:48:59.243 INFO O| Aug 05 19:48:59.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74652026-08-05T19:48:59.912Z[ recovery-image] Aug 05 19:48:59.244 INFO O| Aug 05 19:48:59.244 INFO STEP 731 (remove_files) COMPLETE
74662026-08-05T19:48:59.912Z[ recovery-image] Aug 05 19:48:59.244 INFO O| Aug 05 19:48:59.244 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-05T19:48:59.923Z[ recovery-image] Aug 05 19:48:59.255 INFO O| Aug 05 19:48:59.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74682026-08-05T19:48:59.923Z[ recovery-image] Aug 05 19:48:59.255 INFO O| Aug 05 19:48:59.255 INFO STEP 732 (remove_files) COMPLETE
74692026-08-05T19:48:59.926Z[ recovery-image] Aug 05 19:48:59.255 INFO O| Aug 05 19:48:59.255 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-05T19:48:59.934Z[ recovery-image] Aug 05 19:48:59.265 INFO O| Aug 05 19:48:59.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74712026-08-05T19:48:59.934Z[ recovery-image] Aug 05 19:48:59.265 INFO O| Aug 05 19:48:59.265 INFO STEP 733 (remove_files) COMPLETE
74722026-08-05T19:48:59.937Z[ recovery-image] Aug 05 19:48:59.265 INFO O| Aug 05 19:48:59.265 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-05T19:48:59.944Z[ recovery-image] Aug 05 19:48:59.275 INFO O| Aug 05 19:48:59.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74742026-08-05T19:48:59.944Z[ recovery-image] Aug 05 19:48:59.275 INFO O| Aug 05 19:48:59.275 INFO STEP 734 (remove_files) COMPLETE
74752026-08-05T19:48:59.944Z[ recovery-image] Aug 05 19:48:59.275 INFO O| Aug 05 19:48:59.275 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-05T19:48:59.954Z[ recovery-image] Aug 05 19:48:59.285 INFO O| Aug 05 19:48:59.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74772026-08-05T19:48:59.954Z[ recovery-image] Aug 05 19:48:59.285 INFO O| Aug 05 19:48:59.285 INFO STEP 735 (remove_files) COMPLETE
74782026-08-05T19:48:59.957Z[ recovery-image] Aug 05 19:48:59.285 INFO O| Aug 05 19:48:59.285 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-05T19:48:59.962Z[ recovery-image] Aug 05 19:48:59.293 INFO O| Aug 05 19:48:59.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74802026-08-05T19:48:59.962Z[ recovery-image] Aug 05 19:48:59.293 INFO O| Aug 05 19:48:59.293 INFO STEP 736 (remove_files) COMPLETE
74812026-08-05T19:48:59.965Z[ recovery-image] Aug 05 19:48:59.293 INFO O| Aug 05 19:48:59.293 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-05T19:48:59.969Z[ recovery-image] Aug 05 19:48:59.301 INFO O| Aug 05 19:48:59.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74832026-08-05T19:48:59.969Z[ recovery-image] Aug 05 19:48:59.301 INFO O| Aug 05 19:48:59.301 INFO STEP 737 (remove_files) COMPLETE
74842026-08-05T19:48:59.969Z[ recovery-image] Aug 05 19:48:59.301 INFO O| Aug 05 19:48:59.301 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-05T19:48:59.979Z[ recovery-image] Aug 05 19:48:59.310 INFO O| Aug 05 19:48:59.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74862026-08-05T19:48:59.979Z[ recovery-image] Aug 05 19:48:59.310 INFO O| Aug 05 19:48:59.310 INFO STEP 738 (remove_files) COMPLETE
74872026-08-05T19:48:59.979Z[ recovery-image] Aug 05 19:48:59.310 INFO O| Aug 05 19:48:59.310 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-05T19:48:59.988Z[ recovery-image] Aug 05 19:48:59.320 INFO O| Aug 05 19:48:59.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74892026-08-05T19:48:59.993Z[ recovery-image] Aug 05 19:48:59.320 INFO O| Aug 05 19:48:59.320 INFO STEP 739 (remove_files) COMPLETE
74902026-08-05T19:48:59.993Z[ recovery-image] Aug 05 19:48:59.321 INFO O| Aug 05 19:48:59.320 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-05T19:48:59.998Z[ recovery-image] Aug 05 19:48:59.330 INFO O| Aug 05 19:48:59.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74922026-08-05T19:49:00.001Z[ recovery-image] Aug 05 19:48:59.330 INFO O| Aug 05 19:48:59.330 INFO STEP 740 (remove_files) COMPLETE
74932026-08-05T19:49:00.001Z[ recovery-image] Aug 05 19:48:59.330 INFO O| Aug 05 19:48:59.330 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-05T19:49:00.010Z[ recovery-image] Aug 05 19:48:59.342 INFO O| Aug 05 19:48:59.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74952026-08-05T19:49:00.014Z[ recovery-image] Aug 05 19:48:59.342 INFO O| Aug 05 19:48:59.342 INFO STEP 741 (remove_files) COMPLETE
74962026-08-05T19:49:00.014Z[ recovery-image] Aug 05 19:48:59.342 INFO O| Aug 05 19:48:59.342 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-05T19:49:00.022Z[ recovery-image] Aug 05 19:48:59.353 INFO O| Aug 05 19:48:59.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74982026-08-05T19:49:00.023Z[ recovery-image] Aug 05 19:48:59.353 INFO O| Aug 05 19:48:59.353 INFO STEP 742 (remove_files) COMPLETE
74992026-08-05T19:49:00.023Z[ recovery-image] Aug 05 19:48:59.353 INFO O| Aug 05 19:48:59.353 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-05T19:49:00.032Z[ recovery-image] Aug 05 19:48:59.363 INFO O| Aug 05 19:48:59.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75012026-08-05T19:49:00.032Z[ recovery-image] Aug 05 19:48:59.363 INFO O| Aug 05 19:48:59.363 INFO STEP 743 (remove_files) COMPLETE
75022026-08-05T19:49:00.032Z[ recovery-image] Aug 05 19:48:59.363 INFO O| Aug 05 19:48:59.363 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-05T19:49:00.041Z[ recovery-image] Aug 05 19:48:59.372 INFO O| Aug 05 19:48:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75042026-08-05T19:49:00.041Z[ recovery-image] Aug 05 19:48:59.372 INFO O| Aug 05 19:48:59.372 INFO STEP 744 (remove_files) COMPLETE
75052026-08-05T19:49:00.044Z[ recovery-image] Aug 05 19:48:59.372 INFO O| Aug 05 19:48:59.372 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-05T19:49:00.051Z[ recovery-image] Aug 05 19:48:59.383 INFO O| Aug 05 19:48:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75072026-08-05T19:49:00.051Z[ recovery-image] Aug 05 19:48:59.383 INFO O| Aug 05 19:48:59.383 INFO STEP 745 (remove_files) COMPLETE
75082026-08-05T19:49:00.051Z[ recovery-image] Aug 05 19:48:59.383 INFO O| Aug 05 19:48:59.383 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-05T19:49:00.061Z[ recovery-image] Aug 05 19:48:59.392 INFO O| Aug 05 19:48:59.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75102026-08-05T19:49:00.061Z[ recovery-image] Aug 05 19:48:59.392 INFO O| Aug 05 19:48:59.392 INFO STEP 746 (remove_files) COMPLETE
75112026-08-05T19:49:00.061Z[ recovery-image] Aug 05 19:48:59.392 INFO O| Aug 05 19:48:59.392 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-05T19:49:00.070Z[ recovery-image] Aug 05 19:48:59.402 INFO O| Aug 05 19:48:59.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75132026-08-05T19:49:00.071Z[ recovery-image] Aug 05 19:48:59.402 INFO O| Aug 05 19:48:59.402 INFO STEP 747 (remove_files) COMPLETE
75142026-08-05T19:49:00.071Z[ recovery-image] Aug 05 19:48:59.402 INFO O| Aug 05 19:48:59.402 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-05T19:49:00.080Z[ recovery-image] Aug 05 19:48:59.412 INFO O| Aug 05 19:48:59.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75162026-08-05T19:49:00.080Z[ recovery-image] Aug 05 19:48:59.412 INFO O| Aug 05 19:48:59.412 INFO STEP 748 (remove_files) COMPLETE
75172026-08-05T19:49:00.084Z[ recovery-image] Aug 05 19:48:59.412 INFO O| Aug 05 19:48:59.412 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-05T19:49:00.090Z[ recovery-image] Aug 05 19:48:59.421 INFO O| Aug 05 19:48:59.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75192026-08-05T19:49:00.090Z[ recovery-image] Aug 05 19:48:59.421 INFO O| Aug 05 19:48:59.421 INFO STEP 749 (remove_files) COMPLETE
75202026-08-05T19:49:00.093Z[ recovery-image] Aug 05 19:48:59.421 INFO O| Aug 05 19:48:59.421 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-05T19:49:00.098Z[ recovery-image] Aug 05 19:48:59.430 INFO O| Aug 05 19:48:59.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75222026-08-05T19:49:00.099Z[ recovery-image] Aug 05 19:48:59.430 INFO O| Aug 05 19:48:59.430 INFO STEP 750 (remove_files) COMPLETE
75232026-08-05T19:49:00.099Z[ recovery-image] Aug 05 19:48:59.430 INFO O| Aug 05 19:48:59.430 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-05T19:49:00.107Z[ recovery-image] Aug 05 19:48:59.439 INFO O| Aug 05 19:48:59.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75252026-08-05T19:49:00.107Z[ recovery-image] Aug 05 19:48:59.439 INFO O| Aug 05 19:48:59.439 INFO STEP 751 (remove_files) COMPLETE
75262026-08-05T19:49:00.110Z[ recovery-image] Aug 05 19:48:59.439 INFO O| Aug 05 19:48:59.439 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-05T19:49:00.118Z[ recovery-image] Aug 05 19:48:59.450 INFO O| Aug 05 19:48:59.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75282026-08-05T19:49:00.118Z[ recovery-image] Aug 05 19:48:59.450 INFO O| Aug 05 19:48:59.450 INFO STEP 752 (remove_files) COMPLETE
75292026-08-05T19:49:00.118Z[ recovery-image] Aug 05 19:48:59.450 INFO O| Aug 05 19:48:59.450 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-05T19:49:00.129Z[ recovery-image] Aug 05 19:48:59.460 INFO O| Aug 05 19:48:59.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75312026-08-05T19:49:00.129Z[ recovery-image] Aug 05 19:48:59.460 INFO O| Aug 05 19:48:59.460 INFO STEP 753 (remove_files) COMPLETE
75322026-08-05T19:49:00.129Z[ recovery-image] Aug 05 19:48:59.461 INFO O| Aug 05 19:48:59.460 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-05T19:49:00.139Z[ recovery-image] Aug 05 19:48:59.470 INFO O| Aug 05 19:48:59.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75342026-08-05T19:49:00.139Z[ recovery-image] Aug 05 19:48:59.470 INFO O| Aug 05 19:48:59.470 INFO STEP 754 (remove_files) COMPLETE
75352026-08-05T19:49:00.142Z[ recovery-image] Aug 05 19:48:59.470 INFO O| Aug 05 19:48:59.470 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-05T19:49:00.147Z[ recovery-image] Aug 05 19:48:59.479 INFO O| Aug 05 19:48:59.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75372026-08-05T19:49:00.147Z[ recovery-image] Aug 05 19:48:59.479 INFO O| Aug 05 19:48:59.479 INFO STEP 755 (remove_files) COMPLETE
75382026-08-05T19:49:00.147Z[ recovery-image] Aug 05 19:48:59.479 INFO O| Aug 05 19:48:59.479 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-05T19:49:00.156Z[ recovery-image] Aug 05 19:48:59.488 INFO O| Aug 05 19:48:59.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75402026-08-05T19:49:00.156Z[ recovery-image] Aug 05 19:48:59.488 INFO O| Aug 05 19:48:59.488 INFO STEP 756 (remove_files) COMPLETE
75412026-08-05T19:49:00.156Z[ recovery-image] Aug 05 19:48:59.488 INFO O| Aug 05 19:48:59.488 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-05T19:49:00.166Z[ recovery-image] Aug 05 19:48:59.497 INFO O| Aug 05 19:48:59.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75432026-08-05T19:49:00.166Z[ recovery-image] Aug 05 19:48:59.497 INFO O| Aug 05 19:48:59.497 INFO STEP 757 (remove_files) COMPLETE
75442026-08-05T19:49:00.166Z[ recovery-image] Aug 05 19:48:59.498 INFO O| Aug 05 19:48:59.497 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-05T19:49:00.175Z[ recovery-image] Aug 05 19:48:59.507 INFO O| Aug 05 19:48:59.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75462026-08-05T19:49:00.175Z[ recovery-image] Aug 05 19:48:59.507 INFO O| Aug 05 19:48:59.507 INFO STEP 758 (remove_files) COMPLETE
75472026-08-05T19:49:00.179Z[ recovery-image] Aug 05 19:48:59.507 INFO O| Aug 05 19:48:59.507 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-05T19:49:00.186Z[ recovery-image] Aug 05 19:48:59.516 INFO O| Aug 05 19:48:59.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75492026-08-05T19:49:00.186Z[ recovery-image] Aug 05 19:48:59.516 INFO O| Aug 05 19:48:59.516 INFO STEP 759 (remove_files) COMPLETE
75502026-08-05T19:49:00.186Z[ recovery-image] Aug 05 19:48:59.516 INFO O| Aug 05 19:48:59.516 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-05T19:49:00.194Z[ recovery-image] Aug 05 19:48:59.526 INFO O| Aug 05 19:48:59.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75522026-08-05T19:49:00.194Z[ recovery-image] Aug 05 19:48:59.526 INFO O| Aug 05 19:48:59.526 INFO STEP 760 (remove_files) COMPLETE
75532026-08-05T19:49:00.194Z[ recovery-image] Aug 05 19:48:59.526 INFO O| Aug 05 19:48:59.526 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-05T19:49:00.203Z[ recovery-image] Aug 05 19:48:59.535 INFO O| Aug 05 19:48:59.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75552026-08-05T19:49:00.203Z[ recovery-image] Aug 05 19:48:59.535 INFO O| Aug 05 19:48:59.535 INFO STEP 761 (remove_files) COMPLETE
75562026-08-05T19:49:00.203Z[ recovery-image] Aug 05 19:48:59.535 INFO O| Aug 05 19:48:59.535 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-05T19:49:00.212Z[ recovery-image] Aug 05 19:48:59.544 INFO O| Aug 05 19:48:59.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75582026-08-05T19:49:00.212Z[ recovery-image] Aug 05 19:48:59.544 INFO O| Aug 05 19:48:59.544 INFO STEP 762 (remove_files) COMPLETE
75592026-08-05T19:49:00.212Z[ recovery-image] Aug 05 19:48:59.544 INFO O| Aug 05 19:48:59.544 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-05T19:49:00.221Z[ recovery-image] Aug 05 19:48:59.553 INFO O| Aug 05 19:48:59.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75612026-08-05T19:49:00.221Z[ recovery-image] Aug 05 19:48:59.553 INFO O| Aug 05 19:48:59.553 INFO STEP 763 (remove_files) COMPLETE
75622026-08-05T19:49:00.224Z[ recovery-image] Aug 05 19:48:59.553 INFO O| Aug 05 19:48:59.553 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-05T19:49:00.230Z[ recovery-image] Aug 05 19:48:59.562 INFO O| Aug 05 19:48:59.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75642026-08-05T19:49:00.230Z[ recovery-image] Aug 05 19:48:59.562 INFO O| Aug 05 19:48:59.562 INFO STEP 764 (remove_files) COMPLETE
75652026-08-05T19:49:00.230Z[ recovery-image] Aug 05 19:48:59.562 INFO O| Aug 05 19:48:59.562 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-05T19:49:00.242Z[ recovery-image] Aug 05 19:48:59.573 INFO O| Aug 05 19:48:59.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75672026-08-05T19:49:00.242Z[ recovery-image] Aug 05 19:48:59.573 INFO O| Aug 05 19:48:59.573 INFO STEP 765 (remove_files) COMPLETE
75682026-08-05T19:49:00.242Z[ recovery-image] Aug 05 19:48:59.573 INFO O| Aug 05 19:48:59.573 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-05T19:49:00.253Z[ recovery-image] Aug 05 19:48:59.584 INFO O| Aug 05 19:48:59.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75702026-08-05T19:49:00.253Z[ recovery-image] Aug 05 19:48:59.584 INFO O| Aug 05 19:48:59.584 INFO STEP 766 (remove_files) COMPLETE
75712026-08-05T19:49:00.253Z[ recovery-image] Aug 05 19:48:59.584 INFO O| Aug 05 19:48:59.584 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-05T19:49:00.263Z[ recovery-image] Aug 05 19:48:59.595 INFO O| Aug 05 19:48:59.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75732026-08-05T19:49:00.263Z[ recovery-image] Aug 05 19:48:59.595 INFO O| Aug 05 19:48:59.595 INFO STEP 767 (remove_files) COMPLETE
75742026-08-05T19:49:00.263Z[ recovery-image] Aug 05 19:48:59.595 INFO O| Aug 05 19:48:59.595 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-05T19:49:00.274Z[ recovery-image] Aug 05 19:48:59.605 INFO O| Aug 05 19:48:59.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75762026-08-05T19:49:00.274Z[ recovery-image] Aug 05 19:48:59.605 INFO O| Aug 05 19:48:59.605 INFO STEP 768 (remove_files) COMPLETE
75772026-08-05T19:49:00.277Z[ recovery-image] Aug 05 19:48:59.605 INFO O| Aug 05 19:48:59.605 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-05T19:49:00.284Z[ recovery-image] Aug 05 19:48:59.616 INFO O| Aug 05 19:48:59.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75792026-08-05T19:49:00.284Z[ recovery-image] Aug 05 19:48:59.616 INFO O| Aug 05 19:48:59.616 INFO STEP 769 (remove_files) COMPLETE
75802026-08-05T19:49:00.284Z[ recovery-image] Aug 05 19:48:59.616 INFO O| Aug 05 19:48:59.616 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-05T19:49:00.294Z[ recovery-image] Aug 05 19:48:59.625 INFO O| Aug 05 19:48:59.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75822026-08-05T19:49:00.294Z[ recovery-image] Aug 05 19:48:59.626 INFO O| Aug 05 19:48:59.626 INFO STEP 770 (remove_files) COMPLETE
75832026-08-05T19:49:00.294Z[ recovery-image] Aug 05 19:48:59.626 INFO O| Aug 05 19:48:59.626 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-05T19:49:00.303Z[ recovery-image] Aug 05 19:48:59.635 INFO O| Aug 05 19:48:59.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75852026-08-05T19:49:00.303Z[ recovery-image] Aug 05 19:48:59.635 INFO O| Aug 05 19:48:59.635 INFO STEP 771 (remove_files) COMPLETE
75862026-08-05T19:49:00.303Z[ recovery-image] Aug 05 19:48:59.635 INFO O| Aug 05 19:48:59.635 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-05T19:49:00.313Z[ recovery-image] Aug 05 19:48:59.644 INFO O| Aug 05 19:48:59.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75882026-08-05T19:49:00.313Z[ recovery-image] Aug 05 19:48:59.644 INFO O| Aug 05 19:48:59.644 INFO STEP 772 (remove_files) COMPLETE
75892026-08-05T19:49:00.313Z[ recovery-image] Aug 05 19:48:59.645 INFO O| Aug 05 19:48:59.644 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-05T19:49:00.323Z[ recovery-image] Aug 05 19:48:59.654 INFO O| Aug 05 19:48:59.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75912026-08-05T19:49:00.323Z[ recovery-image] Aug 05 19:48:59.654 INFO O| Aug 05 19:48:59.654 INFO STEP 773 (remove_files) COMPLETE
75922026-08-05T19:49:00.323Z[ recovery-image] Aug 05 19:48:59.654 INFO O| Aug 05 19:48:59.654 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-05T19:49:00.333Z[ recovery-image] Aug 05 19:48:59.665 INFO O| Aug 05 19:48:59.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75942026-08-05T19:49:00.333Z[ recovery-image] Aug 05 19:48:59.665 INFO O| Aug 05 19:48:59.665 INFO STEP 774 (remove_files) COMPLETE
75952026-08-05T19:49:00.333Z[ recovery-image] Aug 05 19:48:59.665 INFO O| Aug 05 19:48:59.665 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-05T19:49:00.343Z[ recovery-image] Aug 05 19:48:59.675 INFO O| Aug 05 19:48:59.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75972026-08-05T19:49:00.344Z[ recovery-image] Aug 05 19:48:59.675 INFO O| Aug 05 19:48:59.675 INFO STEP 775 (remove_files) COMPLETE
75982026-08-05T19:49:00.344Z[ recovery-image] Aug 05 19:48:59.675 INFO O| Aug 05 19:48:59.675 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-05T19:49:00.353Z[ recovery-image] Aug 05 19:48:59.685 INFO O| Aug 05 19:48:59.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76002026-08-05T19:49:00.353Z[ recovery-image] Aug 05 19:48:59.685 INFO O| Aug 05 19:48:59.685 INFO STEP 776 (remove_files) COMPLETE
76012026-08-05T19:49:00.354Z[ recovery-image] Aug 05 19:48:59.685 INFO O| Aug 05 19:48:59.685 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-05T19:49:00.363Z[ recovery-image] Aug 05 19:48:59.695 INFO O| Aug 05 19:48:59.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76032026-08-05T19:49:00.363Z[ recovery-image] Aug 05 19:48:59.695 INFO O| Aug 05 19:48:59.695 INFO STEP 777 (remove_files) COMPLETE
76042026-08-05T19:49:00.363Z[ recovery-image] Aug 05 19:48:59.695 INFO O| Aug 05 19:48:59.695 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-05T19:49:00.374Z[ recovery-image] Aug 05 19:48:59.705 INFO O| Aug 05 19:48:59.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76062026-08-05T19:49:00.377Z[ recovery-image] Aug 05 19:48:59.706 INFO O| Aug 05 19:48:59.706 INFO STEP 778 (remove_files) COMPLETE
76072026-08-05T19:49:00.377Z[ recovery-image] Aug 05 19:48:59.706 INFO O| Aug 05 19:48:59.706 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-05T19:49:00.386Z[ recovery-image] Aug 05 19:48:59.717 INFO O| Aug 05 19:48:59.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76092026-08-05T19:49:00.386Z[ recovery-image] Aug 05 19:48:59.717 INFO O| Aug 05 19:48:59.717 INFO STEP 779 (remove_files) COMPLETE
76102026-08-05T19:49:00.386Z[ recovery-image] Aug 05 19:48:59.717 INFO O| Aug 05 19:48:59.717 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-05T19:49:00.396Z[ recovery-image] Aug 05 19:48:59.727 INFO O| Aug 05 19:48:59.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76122026-08-05T19:49:00.396Z[ recovery-image] Aug 05 19:48:59.727 INFO O| Aug 05 19:48:59.727 INFO STEP 780 (remove_files) COMPLETE
76132026-08-05T19:49:00.396Z[ recovery-image] Aug 05 19:48:59.727 INFO O| Aug 05 19:48:59.727 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-05T19:49:00.406Z[ recovery-image] Aug 05 19:48:59.737 INFO O| Aug 05 19:48:59.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76152026-08-05T19:49:00.406Z[ recovery-image] Aug 05 19:48:59.737 INFO O| Aug 05 19:48:59.737 INFO STEP 781 (remove_files) COMPLETE
76162026-08-05T19:49:00.406Z[ recovery-image] Aug 05 19:48:59.737 INFO O| Aug 05 19:48:59.737 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-05T19:49:00.416Z[ recovery-image] Aug 05 19:48:59.748 INFO O| Aug 05 19:48:59.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76182026-08-05T19:49:00.416Z[ recovery-image] Aug 05 19:48:59.748 INFO O| Aug 05 19:48:59.748 INFO STEP 782 (remove_files) COMPLETE
76192026-08-05T19:49:00.419Z[ recovery-image] Aug 05 19:48:59.748 INFO O| Aug 05 19:48:59.748 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-05T19:49:00.426Z[ recovery-image] Aug 05 19:48:59.757 INFO O| Aug 05 19:48:59.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76212026-08-05T19:49:00.426Z[ recovery-image] Aug 05 19:48:59.757 INFO O| Aug 05 19:48:59.757 INFO STEP 783 (remove_files) COMPLETE
76222026-08-05T19:49:00.426Z[ recovery-image] Aug 05 19:48:59.757 INFO O| Aug 05 19:48:59.757 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-05T19:49:00.437Z[ recovery-image] Aug 05 19:48:59.768 INFO O| Aug 05 19:48:59.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76242026-08-05T19:49:00.437Z[ recovery-image] Aug 05 19:48:59.768 INFO O| Aug 05 19:48:59.768 INFO STEP 784 (remove_files) COMPLETE
76252026-08-05T19:49:00.437Z[ recovery-image] Aug 05 19:48:59.768 INFO O| Aug 05 19:48:59.768 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-05T19:49:00.447Z[ recovery-image] Aug 05 19:48:59.779 INFO O| Aug 05 19:48:59.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76272026-08-05T19:49:00.447Z[ recovery-image] Aug 05 19:48:59.779 INFO O| Aug 05 19:48:59.779 INFO STEP 785 (remove_files) COMPLETE
76282026-08-05T19:49:00.447Z[ recovery-image] Aug 05 19:48:59.779 INFO O| Aug 05 19:48:59.779 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-05T19:49:00.458Z[ recovery-image] Aug 05 19:48:59.790 INFO O| Aug 05 19:48:59.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76302026-08-05T19:49:00.458Z[ recovery-image] Aug 05 19:48:59.790 INFO O| Aug 05 19:48:59.790 INFO STEP 786 (remove_files) COMPLETE
76312026-08-05T19:49:00.458Z[ recovery-image] Aug 05 19:48:59.790 INFO O| Aug 05 19:48:59.790 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-05T19:49:00.468Z[ recovery-image] Aug 05 19:48:59.800 INFO O| Aug 05 19:48:59.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76332026-08-05T19:49:00.468Z[ recovery-image] Aug 05 19:48:59.800 INFO O| Aug 05 19:48:59.800 INFO STEP 787 (remove_files) COMPLETE
76342026-08-05T19:49:00.468Z[ recovery-image] Aug 05 19:48:59.800 INFO O| Aug 05 19:48:59.800 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-05T19:49:00.478Z[ recovery-image] Aug 05 19:48:59.810 INFO O| Aug 05 19:48:59.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76362026-08-05T19:49:00.478Z[ recovery-image] Aug 05 19:48:59.810 INFO O| Aug 05 19:48:59.810 INFO STEP 788 (remove_files) COMPLETE
76372026-08-05T19:49:00.481Z[ recovery-image] Aug 05 19:48:59.810 INFO O| Aug 05 19:48:59.810 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-05T19:49:00.487Z[ recovery-image] Aug 05 19:48:59.819 INFO O| Aug 05 19:48:59.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76392026-08-05T19:49:00.487Z[ recovery-image] Aug 05 19:48:59.819 INFO O| Aug 05 19:48:59.819 INFO STEP 789 (remove_files) COMPLETE
76402026-08-05T19:49:00.487Z[ recovery-image] Aug 05 19:48:59.819 INFO O| Aug 05 19:48:59.819 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-05T19:49:00.497Z[ recovery-image] Aug 05 19:48:59.828 INFO O| Aug 05 19:48:59.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76422026-08-05T19:49:00.497Z[ recovery-image] Aug 05 19:48:59.828 INFO O| Aug 05 19:48:59.828 INFO STEP 790 (remove_files) COMPLETE
76432026-08-05T19:49:00.506Z[ recovery-image] Aug 05 19:48:59.828 INFO O| Aug 05 19:48:59.828 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-05T19:49:00.509Z[ recovery-image] Aug 05 19:48:59.838 INFO O| Aug 05 19:48:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76452026-08-05T19:49:00.509Z[ recovery-image] Aug 05 19:48:59.838 INFO O| Aug 05 19:48:59.838 INFO STEP 791 (remove_files) COMPLETE
76462026-08-05T19:49:00.509Z[ recovery-image] Aug 05 19:48:59.838 INFO O| Aug 05 19:48:59.838 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-05T19:49:00.516Z[ recovery-image] Aug 05 19:48:59.847 INFO O| Aug 05 19:48:59.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76482026-08-05T19:49:00.516Z[ recovery-image] Aug 05 19:48:59.848 INFO O| Aug 05 19:48:59.848 INFO STEP 792 (remove_files) COMPLETE
76492026-08-05T19:49:00.516Z[ recovery-image] Aug 05 19:48:59.848 INFO O| Aug 05 19:48:59.848 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-05T19:49:00.527Z[ recovery-image] Aug 05 19:48:59.858 INFO O| Aug 05 19:48:59.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76512026-08-05T19:49:00.527Z[ recovery-image] Aug 05 19:48:59.858 INFO O| Aug 05 19:48:59.858 INFO STEP 793 (remove_files) COMPLETE
76522026-08-05T19:49:00.527Z[ recovery-image] Aug 05 19:48:59.858 INFO O| Aug 05 19:48:59.858 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-05T19:49:00.538Z[ recovery-image] Aug 05 19:48:59.869 INFO O| Aug 05 19:48:59.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76542026-08-05T19:49:00.538Z[ recovery-image] Aug 05 19:48:59.869 INFO O| Aug 05 19:48:59.869 INFO STEP 794 (remove_files) COMPLETE
76552026-08-05T19:49:00.538Z[ recovery-image] Aug 05 19:48:59.869 INFO O| Aug 05 19:48:59.869 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-05T19:49:00.550Z[ recovery-image] Aug 05 19:48:59.881 INFO O| Aug 05 19:48:59.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76572026-08-05T19:49:00.550Z[ recovery-image] Aug 05 19:48:59.881 INFO O| Aug 05 19:48:59.881 INFO STEP 795 (remove_files) COMPLETE
76582026-08-05T19:49:00.550Z[ recovery-image] Aug 05 19:48:59.881 INFO O| Aug 05 19:48:59.881 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-05T19:49:00.561Z[ recovery-image] Aug 05 19:48:59.892 INFO O| Aug 05 19:48:59.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76602026-08-05T19:49:00.561Z[ recovery-image] Aug 05 19:48:59.892 INFO O| Aug 05 19:48:59.892 INFO STEP 796 (remove_files) COMPLETE
76612026-08-05T19:49:00.562Z[ recovery-image] Aug 05 19:48:59.892 INFO O| Aug 05 19:48:59.892 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-05T19:49:00.571Z[ recovery-image] Aug 05 19:48:59.903 INFO O| Aug 05 19:48:59.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76632026-08-05T19:49:00.571Z[ recovery-image] Aug 05 19:48:59.903 INFO O| Aug 05 19:48:59.903 INFO STEP 797 (remove_files) COMPLETE
76642026-08-05T19:49:00.574Z[ recovery-image] Aug 05 19:48:59.903 INFO O| Aug 05 19:48:59.903 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-05T19:49:00.582Z[ recovery-image] Aug 05 19:48:59.914 INFO O| Aug 05 19:48:59.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76662026-08-05T19:49:00.582Z[ recovery-image] Aug 05 19:48:59.914 INFO O| Aug 05 19:48:59.914 INFO STEP 798 (remove_files) COMPLETE
76672026-08-05T19:49:00.582Z[ recovery-image] Aug 05 19:48:59.914 INFO O| Aug 05 19:48:59.914 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-05T19:49:00.596Z[ recovery-image] Aug 05 19:48:59.927 INFO O| Aug 05 19:48:59.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76692026-08-05T19:49:00.596Z[ recovery-image] Aug 05 19:48:59.927 INFO O| Aug 05 19:48:59.924 INFO STEP 799 (remove_files) COMPLETE
76702026-08-05T19:49:00.596Z[ recovery-image] Aug 05 19:48:59.927 INFO O| Aug 05 19:48:59.924 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-05T19:49:00.603Z[ recovery-image] Aug 05 19:48:59.935 INFO O| Aug 05 19:48:59.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76722026-08-05T19:49:00.603Z[ recovery-image] Aug 05 19:48:59.935 INFO O| Aug 05 19:48:59.935 INFO STEP 800 (remove_files) COMPLETE
76732026-08-05T19:49:00.603Z[ recovery-image] Aug 05 19:48:59.935 INFO O| Aug 05 19:48:59.935 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-05T19:49:00.614Z[ recovery-image] Aug 05 19:48:59.945 INFO O| Aug 05 19:48:59.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76752026-08-05T19:49:00.617Z[ recovery-image] Aug 05 19:48:59.946 INFO O| Aug 05 19:48:59.946 INFO STEP 801 (remove_files) COMPLETE
76762026-08-05T19:49:00.617Z[ recovery-image] Aug 05 19:48:59.946 INFO O| Aug 05 19:48:59.946 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-05T19:49:00.624Z[ recovery-image] Aug 05 19:48:59.956 INFO O| Aug 05 19:48:59.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76782026-08-05T19:49:00.625Z[ recovery-image] Aug 05 19:48:59.956 INFO O| Aug 05 19:48:59.956 INFO STEP 802 (remove_files) COMPLETE
76792026-08-05T19:49:00.625Z[ recovery-image] Aug 05 19:48:59.956 INFO O| Aug 05 19:48:59.956 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-05T19:49:00.634Z[ recovery-image] Aug 05 19:48:59.966 INFO O| Aug 05 19:48:59.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76812026-08-05T19:49:00.634Z[ recovery-image] Aug 05 19:48:59.966 INFO O| Aug 05 19:48:59.966 INFO STEP 803 (remove_files) COMPLETE
76822026-08-05T19:49:00.634Z[ recovery-image] Aug 05 19:48:59.966 INFO O| Aug 05 19:48:59.966 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-05T19:49:00.644Z[ recovery-image] Aug 05 19:48:59.975 INFO O| Aug 05 19:48:59.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76842026-08-05T19:49:00.644Z[ recovery-image] Aug 05 19:48:59.975 INFO O| Aug 05 19:48:59.975 INFO STEP 804 (remove_files) COMPLETE
76852026-08-05T19:49:00.647Z[ recovery-image] Aug 05 19:48:59.975 INFO O| Aug 05 19:48:59.975 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-05T19:49:00.653Z[ recovery-image] Aug 05 19:48:59.984 INFO O| Aug 05 19:48:59.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76872026-08-05T19:49:00.653Z[ recovery-image] Aug 05 19:48:59.984 INFO O| Aug 05 19:48:59.984 INFO STEP 805 (remove_files) COMPLETE
76882026-08-05T19:49:00.656Z[ recovery-image] Aug 05 19:48:59.984 INFO O| Aug 05 19:48:59.984 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-05T19:49:00.662Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
76902026-08-05T19:49:00.667Z[ recovery-image] Aug 05 19:48:59.994 INFO O| Aug 05 19:48:59.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76912026-08-05T19:49:00.667Z[ recovery-image] Aug 05 19:48:59.994 INFO O| Aug 05 19:48:59.994 INFO STEP 806 (remove_files) COMPLETE
76922026-08-05T19:49:00.667Z[ recovery-image] Aug 05 19:48:59.994 INFO O| Aug 05 19:48:59.994 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-05T19:49:00.672Z[ recovery-image] Aug 05 19:49:00.004 INFO O| Aug 05 19:49:00.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76942026-08-05T19:49:00.672Z[ recovery-image] Aug 05 19:49:00.004 INFO O| Aug 05 19:49:00.004 INFO STEP 807 (remove_files) COMPLETE
76952026-08-05T19:49:00.675Z[ recovery-image] Aug 05 19:49:00.004 INFO O| Aug 05 19:49:00.004 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-05T19:49:00.684Z[ recovery-image] Aug 05 19:49:00.015 INFO O| Aug 05 19:49:00.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76972026-08-05T19:49:00.684Z[ recovery-image] Aug 05 19:49:00.015 INFO O| Aug 05 19:49:00.015 INFO STEP 808 (remove_files) COMPLETE
76982026-08-05T19:49:00.687Z[ recovery-image] Aug 05 19:49:00.015 INFO O| Aug 05 19:49:00.015 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-05T19:49:00.694Z[ recovery-image] Aug 05 19:49:00.025 INFO O| Aug 05 19:49:00.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77002026-08-05T19:49:00.694Z[ recovery-image] Aug 05 19:49:00.025 INFO O| Aug 05 19:49:00.025 INFO STEP 809 (remove_files) COMPLETE
77012026-08-05T19:49:00.694Z[ recovery-image] Aug 05 19:49:00.025 INFO O| Aug 05 19:49:00.025 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-05T19:49:00.706Z[ recovery-image] Aug 05 19:49:00.036 INFO O| Aug 05 19:49:00.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77032026-08-05T19:49:00.706Z[ recovery-image] Aug 05 19:49:00.036 INFO O| Aug 05 19:49:00.036 INFO STEP 810 (remove_files) COMPLETE
77042026-08-05T19:49:00.709Z[ recovery-image] Aug 05 19:49:00.036 INFO O| Aug 05 19:49:00.036 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-05T19:49:00.713Z[ recovery-image] Aug 05 19:49:00.045 INFO O| Aug 05 19:49:00.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77062026-08-05T19:49:00.713Z[ recovery-image] Aug 05 19:49:00.045 INFO O| Aug 05 19:49:00.045 INFO STEP 811 (remove_files) COMPLETE
77072026-08-05T19:49:00.717Z[ recovery-image] Aug 05 19:49:00.045 INFO O| Aug 05 19:49:00.045 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-05T19:49:00.723Z[ recovery-image] Aug 05 19:49:00.055 INFO O| Aug 05 19:49:00.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77092026-08-05T19:49:00.723Z[ recovery-image] Aug 05 19:49:00.055 INFO O| Aug 05 19:49:00.055 INFO STEP 812 (remove_files) COMPLETE
77102026-08-05T19:49:00.726Z[ recovery-image] Aug 05 19:49:00.055 INFO O| Aug 05 19:49:00.055 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-05T19:49:00.734Z[ recovery-image] Aug 05 19:49:00.065 INFO O| Aug 05 19:49:00.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77122026-08-05T19:49:00.734Z[ recovery-image] Aug 05 19:49:00.065 INFO O| Aug 05 19:49:00.065 INFO STEP 813 (remove_files) COMPLETE
77132026-08-05T19:49:00.737Z[ recovery-image] Aug 05 19:49:00.065 INFO O| Aug 05 19:49:00.065 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-05T19:49:00.743Z[ recovery-image] Aug 05 19:49:00.075 INFO O| Aug 05 19:49:00.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77152026-08-05T19:49:00.743Z[ recovery-image] Aug 05 19:49:00.075 INFO O| Aug 05 19:49:00.075 INFO STEP 814 (remove_files) COMPLETE
77162026-08-05T19:49:00.743Z[ recovery-image] Aug 05 19:49:00.075 INFO O| Aug 05 19:49:00.075 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-05T19:49:00.754Z[ recovery-image] Aug 05 19:49:00.085 INFO O| Aug 05 19:49:00.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77182026-08-05T19:49:00.754Z[ recovery-image] Aug 05 19:49:00.085 INFO O| Aug 05 19:49:00.085 INFO STEP 815 (remove_files) COMPLETE
77192026-08-05T19:49:00.754Z[ recovery-image] Aug 05 19:49:00.085 INFO O| Aug 05 19:49:00.085 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-05T19:49:00.763Z[ recovery-image] Aug 05 19:49:00.094 INFO O| Aug 05 19:49:00.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77212026-08-05T19:49:00.763Z[ recovery-image] Aug 05 19:49:00.094 INFO O| Aug 05 19:49:00.094 INFO STEP 816 (remove_files) COMPLETE
77222026-08-05T19:49:00.763Z[ recovery-image] Aug 05 19:49:00.094 INFO O| Aug 05 19:49:00.094 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-05T19:49:00.771Z[ recovery-image] Aug 05 19:49:00.103 INFO O| Aug 05 19:49:00.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77242026-08-05T19:49:00.771Z[ recovery-image] Aug 05 19:49:00.103 INFO O| Aug 05 19:49:00.103 INFO STEP 817 (remove_files) COMPLETE
77252026-08-05T19:49:00.776Z[ recovery-image] Aug 05 19:49:00.103 INFO O| Aug 05 19:49:00.103 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-05T19:49:00.782Z[ recovery-image] Aug 05 19:49:00.114 INFO O| Aug 05 19:49:00.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77272026-08-05T19:49:00.782Z[ recovery-image] Aug 05 19:49:00.114 INFO O| Aug 05 19:49:00.114 INFO STEP 818 (remove_files) COMPLETE
77282026-08-05T19:49:00.785Z[ recovery-image] Aug 05 19:49:00.114 INFO O| Aug 05 19:49:00.114 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-05T19:49:00.792Z[ recovery-image] Aug 05 19:49:00.124 INFO O| Aug 05 19:49:00.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77302026-08-05T19:49:00.792Z[ recovery-image] Aug 05 19:49:00.124 INFO O| Aug 05 19:49:00.124 INFO STEP 819 (remove_files) COMPLETE
77312026-08-05T19:49:00.795Z[ recovery-image] Aug 05 19:49:00.124 INFO O| Aug 05 19:49:00.124 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-05T19:49:00.803Z[ recovery-image] Aug 05 19:49:00.134 INFO O| Aug 05 19:49:00.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77332026-08-05T19:49:00.803Z[ recovery-image] Aug 05 19:49:00.134 INFO O| Aug 05 19:49:00.134 INFO STEP 820 (remove_files) COMPLETE
77342026-08-05T19:49:00.803Z[ recovery-image] Aug 05 19:49:00.134 INFO O| Aug 05 19:49:00.134 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-05T19:49:00.814Z[ recovery-image] Aug 05 19:49:00.145 INFO O| Aug 05 19:49:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77362026-08-05T19:49:00.814Z[ recovery-image] Aug 05 19:49:00.145 INFO O| Aug 05 19:49:00.145 INFO STEP 821 (remove_files) COMPLETE
77372026-08-05T19:49:00.814Z[ recovery-image] Aug 05 19:49:00.145 INFO O| Aug 05 19:49:00.145 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-05T19:49:00.824Z[ recovery-image] Aug 05 19:49:00.155 INFO O| Aug 05 19:49:00.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77392026-08-05T19:49:00.824Z[ recovery-image] Aug 05 19:49:00.156 INFO O| Aug 05 19:49:00.155 INFO STEP 822 (remove_files) COMPLETE
77402026-08-05T19:49:00.824Z[ recovery-image] Aug 05 19:49:00.156 INFO O| Aug 05 19:49:00.155 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-05T19:49:00.834Z[ recovery-image] Aug 05 19:49:00.165 INFO O| Aug 05 19:49:00.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77422026-08-05T19:49:00.834Z[ recovery-image] Aug 05 19:49:00.165 INFO O| Aug 05 19:49:00.165 INFO STEP 823 (remove_files) COMPLETE
77432026-08-05T19:49:00.834Z[ recovery-image] Aug 05 19:49:00.165 INFO O| Aug 05 19:49:00.165 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-05T19:49:00.844Z[ recovery-image] Aug 05 19:49:00.175 INFO O| Aug 05 19:49:00.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77452026-08-05T19:49:00.844Z[ recovery-image] Aug 05 19:49:00.175 INFO O| Aug 05 19:49:00.175 INFO STEP 824 (remove_files) COMPLETE
77462026-08-05T19:49:00.844Z[ recovery-image] Aug 05 19:49:00.175 INFO O| Aug 05 19:49:00.175 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-05T19:49:00.853Z[ recovery-image] Aug 05 19:49:00.185 INFO O| Aug 05 19:49:00.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77482026-08-05T19:49:00.853Z[ recovery-image] Aug 05 19:49:00.185 INFO O| Aug 05 19:49:00.185 INFO STEP 825 (remove_files) COMPLETE
77492026-08-05T19:49:00.853Z[ recovery-image] Aug 05 19:49:00.185 INFO O| Aug 05 19:49:00.185 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-05T19:49:00.865Z[ recovery-image] Aug 05 19:49:00.196 INFO O| Aug 05 19:49:00.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77512026-08-05T19:49:00.865Z[ recovery-image] Aug 05 19:49:00.196 INFO O| Aug 05 19:49:00.196 INFO STEP 826 (remove_files) COMPLETE
77522026-08-05T19:49:00.865Z[ recovery-image] Aug 05 19:49:00.196 INFO O| Aug 05 19:49:00.196 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-05T19:49:00.874Z[ recovery-image] Aug 05 19:49:00.206 INFO O| Aug 05 19:49:00.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77542026-08-05T19:49:00.874Z[ recovery-image] Aug 05 19:49:00.206 INFO O| Aug 05 19:49:00.206 INFO STEP 827 (remove_files) COMPLETE
77552026-08-05T19:49:00.874Z[ recovery-image] Aug 05 19:49:00.206 INFO O| Aug 05 19:49:00.206 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-05T19:49:00.884Z[ recovery-image] Aug 05 19:49:00.216 INFO O| Aug 05 19:49:00.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77572026-08-05T19:49:00.884Z[ recovery-image] Aug 05 19:49:00.216 INFO O| Aug 05 19:49:00.216 INFO STEP 828 (remove_files) COMPLETE
77582026-08-05T19:49:00.884Z[ recovery-image] Aug 05 19:49:00.216 INFO O| Aug 05 19:49:00.216 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-05T19:49:00.894Z[ recovery-image] Aug 05 19:49:00.226 INFO O| Aug 05 19:49:00.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77602026-08-05T19:49:00.894Z[ recovery-image] Aug 05 19:49:00.226 INFO O| Aug 05 19:49:00.226 INFO STEP 829 (remove_files) COMPLETE
77612026-08-05T19:49:00.898Z[ recovery-image] Aug 05 19:49:00.226 INFO O| Aug 05 19:49:00.226 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-05T19:49:00.905Z[ recovery-image] Aug 05 19:49:00.236 INFO O| Aug 05 19:49:00.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77632026-08-05T19:49:00.905Z[ recovery-image] Aug 05 19:49:00.236 INFO O| Aug 05 19:49:00.236 INFO STEP 830 (remove_files) COMPLETE
77642026-08-05T19:49:00.905Z[ recovery-image] Aug 05 19:49:00.236 INFO O| Aug 05 19:49:00.236 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-05T19:49:00.914Z[ recovery-image] Aug 05 19:49:00.246 INFO O| Aug 05 19:49:00.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77662026-08-05T19:49:00.915Z[ recovery-image] Aug 05 19:49:00.246 INFO O| Aug 05 19:49:00.246 INFO STEP 831 (remove_files) COMPLETE
77672026-08-05T19:49:00.915Z[ recovery-image] Aug 05 19:49:00.246 INFO O| Aug 05 19:49:00.246 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-05T19:49:00.924Z[ recovery-image] Aug 05 19:49:00.256 INFO O| Aug 05 19:49:00.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77692026-08-05T19:49:00.924Z[ recovery-image] Aug 05 19:49:00.256 INFO O| Aug 05 19:49:00.256 INFO STEP 832 (remove_files) COMPLETE
77702026-08-05T19:49:00.928Z[ recovery-image] Aug 05 19:49:00.256 INFO O| Aug 05 19:49:00.256 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-05T19:49:00.934Z[ recovery-image] Aug 05 19:49:00.265 INFO O| Aug 05 19:49:00.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77722026-08-05T19:49:00.934Z[ recovery-image] Aug 05 19:49:00.265 INFO O| Aug 05 19:49:00.265 INFO STEP 833 (remove_files) COMPLETE
77732026-08-05T19:49:00.937Z[ recovery-image] Aug 05 19:49:00.265 INFO O| Aug 05 19:49:00.265 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-05T19:49:00.942Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
77752026-08-05T19:49:00.945Z[ recovery-image] Aug 05 19:49:00.274 INFO O| Aug 05 19:49:00.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77762026-08-05T19:49:00.945Z[ recovery-image] Aug 05 19:49:00.274 INFO O| Aug 05 19:49:00.274 INFO STEP 834 (remove_files) COMPLETE
77772026-08-05T19:49:00.945Z[ recovery-image] Aug 05 19:49:00.274 INFO O| Aug 05 19:49:00.274 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-05T19:49:00.954Z[ recovery-image] Aug 05 19:49:00.285 INFO O| Aug 05 19:49:00.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77792026-08-05T19:49:00.954Z[ recovery-image] Aug 05 19:49:00.285 INFO O| Aug 05 19:49:00.285 INFO STEP 835 (remove_files) COMPLETE
77802026-08-05T19:49:00.954Z[ recovery-image] Aug 05 19:49:00.285 INFO O| Aug 05 19:49:00.285 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-05T19:49:00.965Z[ recovery-image] Aug 05 19:49:00.295 INFO O| Aug 05 19:49:00.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77822026-08-05T19:49:00.965Z[ recovery-image] Aug 05 19:49:00.295 INFO O| Aug 05 19:49:00.295 INFO STEP 836 (remove_files) COMPLETE
77832026-08-05T19:49:00.968Z[ recovery-image] Aug 05 19:49:00.295 INFO O| Aug 05 19:49:00.295 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-05T19:49:00.973Z[ recovery-image] Aug 05 19:49:00.305 INFO O| Aug 05 19:49:00.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77852026-08-05T19:49:00.973Z[ recovery-image] Aug 05 19:49:00.305 INFO O| Aug 05 19:49:00.305 INFO STEP 837 (remove_files) COMPLETE
77862026-08-05T19:49:00.973Z[ recovery-image] Aug 05 19:49:00.305 INFO O| Aug 05 19:49:00.305 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-05T19:49:00.986Z[ recovery-image] Aug 05 19:49:00.317 INFO O| Aug 05 19:49:00.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77882026-08-05T19:49:00.986Z[ recovery-image] Aug 05 19:49:00.317 INFO O| Aug 05 19:49:00.317 INFO STEP 838 (remove_files) COMPLETE
77892026-08-05T19:49:00.986Z[ recovery-image] Aug 05 19:49:00.317 INFO O| Aug 05 19:49:00.317 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-05T19:49:00.997Z[ recovery-image] Aug 05 19:49:00.328 INFO O| Aug 05 19:49:00.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77912026-08-05T19:49:00.997Z[ recovery-image] Aug 05 19:49:00.328 INFO O| Aug 05 19:49:00.328 INFO STEP 839 (remove_files) COMPLETE
77922026-08-05T19:49:01.001Z[ recovery-image] Aug 05 19:49:00.328 INFO O| Aug 05 19:49:00.328 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-05T19:49:01.008Z[ recovery-image] Aug 05 19:49:00.340 INFO O| Aug 05 19:49:00.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77942026-08-05T19:49:01.008Z[ recovery-image] Aug 05 19:49:00.340 INFO O| Aug 05 19:49:00.340 INFO STEP 840 (remove_files) COMPLETE
77952026-08-05T19:49:01.008Z[ recovery-image] Aug 05 19:49:00.340 INFO O| Aug 05 19:49:00.340 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-05T19:49:01.020Z[ recovery-image] Aug 05 19:49:00.351 INFO O| Aug 05 19:49:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77972026-08-05T19:49:01.020Z[ recovery-image] Aug 05 19:49:00.351 INFO O| Aug 05 19:49:00.351 INFO STEP 841 (remove_files) COMPLETE
77982026-08-05T19:49:01.020Z[ recovery-image] Aug 05 19:49:00.351 INFO O| Aug 05 19:49:00.351 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-05T19:49:01.030Z[ recovery-image] Aug 05 19:49:00.362 INFO O| Aug 05 19:49:00.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78002026-08-05T19:49:01.030Z[ recovery-image] Aug 05 19:49:00.362 INFO O| Aug 05 19:49:00.362 INFO STEP 842 (remove_files) COMPLETE
78012026-08-05T19:49:01.031Z[ recovery-image] Aug 05 19:49:00.362 INFO O| Aug 05 19:49:00.362 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-05T19:49:01.040Z[ recovery-image] Aug 05 19:49:00.371 INFO O| Aug 05 19:49:00.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78032026-08-05T19:49:01.040Z[ recovery-image] Aug 05 19:49:00.372 INFO O| Aug 05 19:49:00.372 INFO STEP 843 (remove_files) COMPLETE
78042026-08-05T19:49:01.040Z[ recovery-image] Aug 05 19:49:00.372 INFO O| Aug 05 19:49:00.372 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-05T19:49:01.050Z[ recovery-image] Aug 05 19:49:00.382 INFO O| Aug 05 19:49:00.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78062026-08-05T19:49:01.050Z[ recovery-image] Aug 05 19:49:00.382 INFO O| Aug 05 19:49:00.382 INFO STEP 844 (remove_files) COMPLETE
78072026-08-05T19:49:01.050Z[ recovery-image] Aug 05 19:49:00.382 INFO O| Aug 05 19:49:00.382 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-05T19:49:01.062Z[ recovery-image] Aug 05 19:49:00.392 INFO O| Aug 05 19:49:00.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78092026-08-05T19:49:01.062Z[ recovery-image] Aug 05 19:49:00.392 INFO O| Aug 05 19:49:00.392 INFO STEP 845 (remove_files) COMPLETE
78102026-08-05T19:49:01.062Z[ recovery-image] Aug 05 19:49:00.392 INFO O| Aug 05 19:49:00.392 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-05T19:49:01.071Z[ recovery-image] Aug 05 19:49:00.402 INFO O| Aug 05 19:49:00.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78122026-08-05T19:49:01.071Z[ recovery-image] Aug 05 19:49:00.402 INFO O| Aug 05 19:49:00.402 INFO STEP 846 (remove_files) COMPLETE
78132026-08-05T19:49:01.071Z[ recovery-image] Aug 05 19:49:00.402 INFO O| Aug 05 19:49:00.402 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-05T19:49:01.080Z[ recovery-image] Aug 05 19:49:00.412 INFO O| Aug 05 19:49:00.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78152026-08-05T19:49:01.080Z[ recovery-image] Aug 05 19:49:00.412 INFO O| Aug 05 19:49:00.412 INFO STEP 847 (remove_files) COMPLETE
78162026-08-05T19:49:01.081Z[ recovery-image] Aug 05 19:49:00.412 INFO O| Aug 05 19:49:00.412 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-05T19:49:01.090Z[ recovery-image] Aug 05 19:49:00.422 INFO O| Aug 05 19:49:00.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78182026-08-05T19:49:01.090Z[ recovery-image] Aug 05 19:49:00.422 INFO O| Aug 05 19:49:00.422 INFO STEP 848 (remove_files) COMPLETE
78192026-08-05T19:49:01.090Z[ recovery-image] Aug 05 19:49:00.422 INFO O| Aug 05 19:49:00.422 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-05T19:49:01.100Z[ recovery-image] Aug 05 19:49:00.431 INFO O| Aug 05 19:49:00.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78212026-08-05T19:49:01.100Z[ recovery-image] Aug 05 19:49:00.431 INFO O| Aug 05 19:49:00.431 INFO STEP 849 (remove_files) COMPLETE
78222026-08-05T19:49:01.100Z[ recovery-image] Aug 05 19:49:00.431 INFO O| Aug 05 19:49:00.431 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-05T19:49:01.107Z[ recovery-image] Aug 05 19:49:00.439 INFO O| Aug 05 19:49:00.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78242026-08-05T19:49:01.107Z[ recovery-image] Aug 05 19:49:00.439 INFO O| Aug 05 19:49:00.439 INFO STEP 850 (remove_files) COMPLETE
78252026-08-05T19:49:01.108Z[ recovery-image] Aug 05 19:49:00.439 INFO O| Aug 05 19:49:00.439 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-05T19:49:01.115Z[ recovery-image] Aug 05 19:49:00.447 INFO O| Aug 05 19:49:00.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78272026-08-05T19:49:01.115Z[ recovery-image] Aug 05 19:49:00.447 INFO O| Aug 05 19:49:00.447 INFO STEP 851 (remove_files) COMPLETE
78282026-08-05T19:49:01.115Z[ recovery-image] Aug 05 19:49:00.447 INFO O| Aug 05 19:49:00.447 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-05T19:49:01.123Z[ recovery-image] Aug 05 19:49:00.455 INFO O| Aug 05 19:49:00.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78302026-08-05T19:49:01.123Z[ recovery-image] Aug 05 19:49:00.455 INFO O| Aug 05 19:49:00.455 INFO STEP 852 (remove_files) COMPLETE
78312026-08-05T19:49:01.123Z[ recovery-image] Aug 05 19:49:00.455 INFO O| Aug 05 19:49:00.455 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-05T19:49:01.131Z[ recovery-image] Aug 05 19:49:00.462 INFO O| Aug 05 19:49:00.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78332026-08-05T19:49:01.131Z[ recovery-image] Aug 05 19:49:00.462 INFO O| Aug 05 19:49:00.462 INFO STEP 853 (remove_files) COMPLETE
78342026-08-05T19:49:01.131Z[ recovery-image] Aug 05 19:49:00.462 INFO O| Aug 05 19:49:00.462 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-05T19:49:01.139Z[ recovery-image] Aug 05 19:49:00.470 INFO O| Aug 05 19:49:00.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78362026-08-05T19:49:01.139Z[ recovery-image] Aug 05 19:49:00.470 INFO O| Aug 05 19:49:00.470 INFO STEP 854 (remove_files) COMPLETE
78372026-08-05T19:49:01.142Z[ recovery-image] Aug 05 19:49:00.470 INFO O| Aug 05 19:49:00.470 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-05T19:49:01.146Z[ recovery-image] Aug 05 19:49:00.478 INFO O| Aug 05 19:49:00.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78392026-08-05T19:49:01.146Z[ recovery-image] Aug 05 19:49:00.478 INFO O| Aug 05 19:49:00.478 INFO STEP 855 (remove_files) COMPLETE
78402026-08-05T19:49:01.147Z[ recovery-image] Aug 05 19:49:00.478 INFO O| Aug 05 19:49:00.478 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-05T19:49:01.154Z[ recovery-image] Aug 05 19:49:00.486 INFO O| Aug 05 19:49:00.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78422026-08-05T19:49:01.154Z[ recovery-image] Aug 05 19:49:00.486 INFO O| Aug 05 19:49:00.486 INFO STEP 856 (remove_files) COMPLETE
78432026-08-05T19:49:01.154Z[ recovery-image] Aug 05 19:49:00.486 INFO O| Aug 05 19:49:00.486 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-05T19:49:01.163Z[ recovery-image] Aug 05 19:49:00.495 INFO O| Aug 05 19:49:00.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78452026-08-05T19:49:01.163Z[ recovery-image] Aug 05 19:49:00.495 INFO O| Aug 05 19:49:00.495 INFO STEP 857 (remove_files) COMPLETE
78462026-08-05T19:49:01.163Z[ recovery-image] Aug 05 19:49:00.495 INFO O| Aug 05 19:49:00.495 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-05T19:49:01.171Z[ recovery-image] Aug 05 19:49:00.503 INFO O| Aug 05 19:49:00.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78482026-08-05T19:49:01.171Z[ recovery-image] Aug 05 19:49:00.503 INFO O| Aug 05 19:49:00.503 INFO STEP 858 (remove_files) COMPLETE
78492026-08-05T19:49:01.171Z[ recovery-image] Aug 05 19:49:00.503 INFO O| Aug 05 19:49:00.503 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-05T19:49:01.180Z[ recovery-image] Aug 05 19:49:00.512 INFO O| Aug 05 19:49:00.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78512026-08-05T19:49:01.180Z[ recovery-image] Aug 05 19:49:00.512 INFO O| Aug 05 19:49:00.512 INFO STEP 859 (remove_files) COMPLETE
78522026-08-05T19:49:01.180Z[ recovery-image] Aug 05 19:49:00.512 INFO O| Aug 05 19:49:00.512 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-05T19:49:01.190Z[ recovery-image] Aug 05 19:49:00.521 INFO O| Aug 05 19:49:00.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78542026-08-05T19:49:01.190Z[ recovery-image] Aug 05 19:49:00.521 INFO O| Aug 05 19:49:00.521 INFO STEP 860 (remove_files) COMPLETE
78552026-08-05T19:49:01.190Z[ recovery-image] Aug 05 19:49:00.521 INFO O| Aug 05 19:49:00.521 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-05T19:49:01.202Z[ recovery-image] Aug 05 19:49:00.533 INFO O| Aug 05 19:49:00.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78572026-08-05T19:49:01.202Z[ recovery-image] Aug 05 19:49:00.533 INFO O| Aug 05 19:49:00.533 INFO STEP 861 (remove_files) COMPLETE
78582026-08-05T19:49:01.202Z[ recovery-image] Aug 05 19:49:00.533 INFO O| Aug 05 19:49:00.533 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-05T19:49:01.211Z[ recovery-image] Aug 05 19:49:00.543 INFO O| Aug 05 19:49:00.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78602026-08-05T19:49:01.212Z[ recovery-image] Aug 05 19:49:00.543 INFO O| Aug 05 19:49:00.543 INFO STEP 862 (remove_files) COMPLETE
78612026-08-05T19:49:01.212Z[ recovery-image] Aug 05 19:49:00.543 INFO O| Aug 05 19:49:00.543 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-05T19:49:01.222Z[ recovery-image] Aug 05 19:49:00.553 INFO O| Aug 05 19:49:00.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78632026-08-05T19:49:01.222Z[ recovery-image] Aug 05 19:49:00.553 INFO O| Aug 05 19:49:00.553 INFO STEP 863 (remove_files) COMPLETE
78642026-08-05T19:49:01.222Z[ recovery-image] Aug 05 19:49:00.553 INFO O| Aug 05 19:49:00.553 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-05T19:49:01.232Z[ recovery-image] Aug 05 19:49:00.563 INFO O| Aug 05 19:49:00.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78662026-08-05T19:49:01.232Z[ recovery-image] Aug 05 19:49:00.563 INFO O| Aug 05 19:49:00.563 INFO STEP 864 (remove_files) COMPLETE
78672026-08-05T19:49:01.232Z[ recovery-image] Aug 05 19:49:00.563 INFO O| Aug 05 19:49:00.563 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-05T19:49:01.242Z[ recovery-image] Aug 05 19:49:00.573 INFO O| Aug 05 19:49:00.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78692026-08-05T19:49:01.242Z[ recovery-image] Aug 05 19:49:00.573 INFO O| Aug 05 19:49:00.573 INFO STEP 865 (remove_files) COMPLETE
78702026-08-05T19:49:01.242Z[ recovery-image] Aug 05 19:49:00.573 INFO O| Aug 05 19:49:00.573 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-05T19:49:01.251Z[ recovery-image] Aug 05 19:49:00.583 INFO O| Aug 05 19:49:00.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78722026-08-05T19:49:01.251Z[ recovery-image] Aug 05 19:49:00.583 INFO O| Aug 05 19:49:00.583 INFO STEP 866 (remove_files) COMPLETE
78732026-08-05T19:49:01.251Z[ recovery-image] Aug 05 19:49:00.583 INFO O| Aug 05 19:49:00.583 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-05T19:49:01.261Z[ recovery-image] Aug 05 19:49:00.592 INFO O| Aug 05 19:49:00.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78752026-08-05T19:49:01.264Z[ recovery-image] Aug 05 19:49:00.593 INFO O| Aug 05 19:49:00.592 INFO STEP 867 (remove_files) COMPLETE
78762026-08-05T19:49:01.264Z[ recovery-image] Aug 05 19:49:00.593 INFO O| Aug 05 19:49:00.592 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-05T19:49:01.271Z[ recovery-image] Aug 05 19:49:00.603 INFO O| Aug 05 19:49:00.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78782026-08-05T19:49:01.271Z[ recovery-image] Aug 05 19:49:00.603 INFO O| Aug 05 19:49:00.603 INFO STEP 868 (remove_files) COMPLETE
78792026-08-05T19:49:01.271Z[ recovery-image] Aug 05 19:49:00.603 INFO O| Aug 05 19:49:00.603 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-05T19:49:01.304Z[ recovery-image] Aug 05 19:49:00.635 INFO O| Aug 05 19:49:00.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78812026-08-05T19:49:01.304Z[ recovery-image] Aug 05 19:49:00.635 INFO O| Aug 05 19:49:00.635 INFO STEP 869 (remove_files) COMPLETE
78822026-08-05T19:49:01.304Z[ recovery-image] Aug 05 19:49:00.635 INFO O| Aug 05 19:49:00.635 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-05T19:49:01.314Z[ recovery-image] Aug 05 19:49:00.646 INFO O| Aug 05 19:49:00.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78842026-08-05T19:49:01.314Z[ recovery-image] Aug 05 19:49:00.646 INFO O| Aug 05 19:49:00.646 INFO STEP 870 (remove_files) COMPLETE
78852026-08-05T19:49:01.314Z[ recovery-image] Aug 05 19:49:00.646 INFO O| Aug 05 19:49:00.646 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-05T19:49:01.325Z[ recovery-image] Aug 05 19:49:00.657 INFO O| Aug 05 19:49:00.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78872026-08-05T19:49:01.325Z[ recovery-image] Aug 05 19:49:00.657 INFO O| Aug 05 19:49:00.657 INFO STEP 871 (remove_files) COMPLETE
78882026-08-05T19:49:01.325Z[ recovery-image] Aug 05 19:49:00.657 INFO O| Aug 05 19:49:00.657 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-05T19:49:01.335Z[ recovery-image] Aug 05 19:49:00.666 INFO O| Aug 05 19:49:00.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78902026-08-05T19:49:01.335Z[ recovery-image] Aug 05 19:49:00.666 INFO O| Aug 05 19:49:00.666 INFO STEP 872 (remove_files) COMPLETE
78912026-08-05T19:49:01.335Z[ recovery-image] Aug 05 19:49:00.666 INFO O| Aug 05 19:49:00.666 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-05T19:49:01.345Z[ recovery-image] Aug 05 19:49:00.677 INFO O| Aug 05 19:49:00.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78932026-08-05T19:49:01.345Z[ recovery-image] Aug 05 19:49:00.677 INFO O| Aug 05 19:49:00.677 INFO STEP 873 (remove_files) COMPLETE
78942026-08-05T19:49:01.345Z[ recovery-image] Aug 05 19:49:00.677 INFO O| Aug 05 19:49:00.677 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-05T19:49:01.356Z[ recovery-image] Aug 05 19:49:00.687 INFO O| Aug 05 19:49:00.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78962026-08-05T19:49:01.356Z[ recovery-image] Aug 05 19:49:00.687 INFO O| Aug 05 19:49:00.687 INFO STEP 874 (remove_files) COMPLETE
78972026-08-05T19:49:01.356Z[ recovery-image] Aug 05 19:49:00.687 INFO O| Aug 05 19:49:00.687 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-05T19:49:01.367Z[ recovery-image] Aug 05 19:49:00.698 INFO O| Aug 05 19:49:00.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78992026-08-05T19:49:01.367Z[ recovery-image] Aug 05 19:49:00.698 INFO O| Aug 05 19:49:00.698 INFO STEP 875 (remove_files) COMPLETE
79002026-08-05T19:49:01.367Z[ recovery-image] Aug 05 19:49:00.698 INFO O| Aug 05 19:49:00.698 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-05T19:49:01.376Z[ recovery-image] Aug 05 19:49:00.708 INFO O| Aug 05 19:49:00.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79022026-08-05T19:49:01.376Z[ recovery-image] Aug 05 19:49:00.708 INFO O| Aug 05 19:49:00.708 INFO STEP 876 (remove_files) COMPLETE
79032026-08-05T19:49:01.376Z[ recovery-image] Aug 05 19:49:00.708 INFO O| Aug 05 19:49:00.708 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-05T19:49:01.386Z[ recovery-image] Aug 05 19:49:00.717 INFO O| Aug 05 19:49:00.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79052026-08-05T19:49:01.386Z[ recovery-image] Aug 05 19:49:00.717 INFO O| Aug 05 19:49:00.717 INFO STEP 877 (remove_files) COMPLETE
79062026-08-05T19:49:01.389Z[ recovery-image] Aug 05 19:49:00.717 INFO O| Aug 05 19:49:00.717 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-05T19:49:01.395Z[ recovery-image] Aug 05 19:49:00.727 INFO O| Aug 05 19:49:00.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79082026-08-05T19:49:01.395Z[ recovery-image] Aug 05 19:49:00.727 INFO O| Aug 05 19:49:00.727 INFO STEP 878 (remove_files) COMPLETE
79092026-08-05T19:49:01.398Z[ recovery-image] Aug 05 19:49:00.727 INFO O| Aug 05 19:49:00.727 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-05T19:49:01.405Z[ recovery-image] Aug 05 19:49:00.737 INFO O| Aug 05 19:49:00.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79112026-08-05T19:49:01.405Z[ recovery-image] Aug 05 19:49:00.737 INFO O| Aug 05 19:49:00.737 INFO STEP 879 (remove_files) COMPLETE
79122026-08-05T19:49:01.408Z[ recovery-image] Aug 05 19:49:00.737 INFO O| Aug 05 19:49:00.737 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-05T19:49:01.418Z[ recovery-image] Aug 05 19:49:00.747 INFO O| Aug 05 19:49:00.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79142026-08-05T19:49:01.418Z[ recovery-image] Aug 05 19:49:00.747 INFO O| Aug 05 19:49:00.747 INFO STEP 880 (remove_files) COMPLETE
79152026-08-05T19:49:01.418Z[ recovery-image] Aug 05 19:49:00.747 INFO O| Aug 05 19:49:00.747 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-05T19:49:01.425Z[ recovery-image] Aug 05 19:49:00.756 INFO O| Aug 05 19:49:00.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79172026-08-05T19:49:01.425Z[ recovery-image] Aug 05 19:49:00.756 INFO O| Aug 05 19:49:00.756 INFO STEP 881 (remove_files) COMPLETE
79182026-08-05T19:49:01.425Z[ recovery-image] Aug 05 19:49:00.756 INFO O| Aug 05 19:49:00.756 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-05T19:49:01.440Z[ recovery-image] Aug 05 19:49:00.772 INFO O| Aug 05 19:49:00.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79202026-08-05T19:49:01.441Z[ recovery-image] Aug 05 19:49:00.772 INFO O| Aug 05 19:49:00.772 INFO STEP 882 (remove_files) COMPLETE
79212026-08-05T19:49:01.444Z[ recovery-image] Aug 05 19:49:00.772 INFO O| Aug 05 19:49:00.772 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-05T19:49:01.452Z[ recovery-image] Aug 05 19:49:00.784 INFO O| Aug 05 19:49:00.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79232026-08-05T19:49:01.455Z[ recovery-image] Aug 05 19:49:00.784 INFO O| Aug 05 19:49:00.784 INFO STEP 883 (remove_files) COMPLETE
79242026-08-05T19:49:01.455Z[ recovery-image] Aug 05 19:49:00.784 INFO O| Aug 05 19:49:00.784 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-05T19:49:01.462Z[ recovery-image] Aug 05 19:49:00.794 INFO O| Aug 05 19:49:00.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79262026-08-05T19:49:01.462Z[ recovery-image] Aug 05 19:49:00.794 INFO O| Aug 05 19:49:00.794 INFO STEP 884 (remove_files) COMPLETE
79272026-08-05T19:49:01.465Z[ recovery-image] Aug 05 19:49:00.794 INFO O| Aug 05 19:49:00.794 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-05T19:49:01.472Z[ recovery-image] Aug 05 19:49:00.803 INFO O| Aug 05 19:49:00.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79292026-08-05T19:49:01.472Z[ recovery-image] Aug 05 19:49:00.803 INFO O| Aug 05 19:49:00.803 INFO STEP 885 (remove_files) COMPLETE
79302026-08-05T19:49:01.472Z[ recovery-image] Aug 05 19:49:00.803 INFO O| Aug 05 19:49:00.803 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-05T19:49:01.484Z[ recovery-image] Aug 05 19:49:00.811 INFO O| Aug 05 19:49:00.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79322026-08-05T19:49:01.484Z[ recovery-image] Aug 05 19:49:00.811 INFO O| Aug 05 19:49:00.811 INFO STEP 886 (remove_files) COMPLETE
79332026-08-05T19:49:01.484Z[ recovery-image] Aug 05 19:49:00.811 INFO O| Aug 05 19:49:00.811 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-05T19:49:01.488Z[ recovery-image] Aug 05 19:49:00.819 INFO O| Aug 05 19:49:00.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79352026-08-05T19:49:01.488Z[ recovery-image] Aug 05 19:49:00.819 INFO O| Aug 05 19:49:00.819 INFO STEP 887 (remove_files) COMPLETE
79362026-08-05T19:49:01.488Z[ recovery-image] Aug 05 19:49:00.819 INFO O| Aug 05 19:49:00.819 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-05T19:49:01.495Z[ recovery-image] Aug 05 19:49:00.826 INFO O| Aug 05 19:49:00.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79382026-08-05T19:49:01.495Z[ recovery-image] Aug 05 19:49:00.826 INFO O| Aug 05 19:49:00.826 INFO STEP 888 (remove_files) COMPLETE
79392026-08-05T19:49:01.495Z[ recovery-image] Aug 05 19:49:00.826 INFO O| Aug 05 19:49:00.826 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-05T19:49:01.504Z[ recovery-image] Aug 05 19:49:00.833 INFO O| Aug 05 19:49:00.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79412026-08-05T19:49:01.504Z[ recovery-image] Aug 05 19:49:00.834 INFO O| Aug 05 19:49:00.834 INFO STEP 889 (remove_files) COMPLETE
79422026-08-05T19:49:01.507Z[ recovery-image] Aug 05 19:49:00.834 INFO O| Aug 05 19:49:00.834 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-05T19:49:01.510Z[ recovery-image] Aug 05 19:49:00.841 INFO O| Aug 05 19:49:00.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79442026-08-05T19:49:01.510Z[ recovery-image] Aug 05 19:49:00.841 INFO O| Aug 05 19:49:00.841 INFO STEP 890 (remove_files) COMPLETE
79452026-08-05T19:49:01.510Z[ recovery-image] Aug 05 19:49:00.841 INFO O| Aug 05 19:49:00.841 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-05T19:49:01.518Z[ recovery-image] Aug 05 19:49:00.849 INFO O| Aug 05 19:49:00.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79472026-08-05T19:49:01.518Z[ recovery-image] Aug 05 19:49:00.849 INFO O| Aug 05 19:49:00.849 INFO STEP 891 (remove_files) COMPLETE
79482026-08-05T19:49:01.518Z[ recovery-image] Aug 05 19:49:00.849 INFO O| Aug 05 19:49:00.849 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-05T19:49:01.526Z[ recovery-image] Aug 05 19:49:00.857 INFO O| Aug 05 19:49:00.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79502026-08-05T19:49:01.526Z[ recovery-image] Aug 05 19:49:00.857 INFO O| Aug 05 19:49:00.857 INFO STEP 892 (remove_files) COMPLETE
79512026-08-05T19:49:01.529Z[ recovery-image] Aug 05 19:49:00.857 INFO O| Aug 05 19:49:00.857 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-05T19:49:01.536Z[ recovery-image] Aug 05 19:49:00.867 INFO O| Aug 05 19:49:00.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79532026-08-05T19:49:01.536Z[ recovery-image] Aug 05 19:49:00.867 INFO O| Aug 05 19:49:00.867 INFO STEP 893 (remove_files) COMPLETE
79542026-08-05T19:49:01.536Z[ recovery-image] Aug 05 19:49:00.867 INFO O| Aug 05 19:49:00.867 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-05T19:49:01.547Z[ recovery-image] Aug 05 19:49:00.878 INFO O| Aug 05 19:49:00.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79562026-08-05T19:49:01.547Z[ recovery-image] Aug 05 19:49:00.879 INFO O| Aug 05 19:49:00.878 INFO STEP 894 (remove_files) COMPLETE
79572026-08-05T19:49:01.550Z[ recovery-image] Aug 05 19:49:00.879 INFO O| Aug 05 19:49:00.879 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-05T19:49:01.566Z[ recovery-image] Aug 05 19:49:00.898 INFO O| Aug 05 19:49:00.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79592026-08-05T19:49:01.566Z[ recovery-image] Aug 05 19:49:00.898 INFO O| Aug 05 19:49:00.898 INFO STEP 895 (remove_files) COMPLETE
79602026-08-05T19:49:01.569Z[ recovery-image] Aug 05 19:49:00.898 INFO O| Aug 05 19:49:00.898 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-05T19:49:01.575Z[ recovery-image] Aug 05 19:49:00.907 INFO O| Aug 05 19:49:00.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79622026-08-05T19:49:01.575Z[ recovery-image] Aug 05 19:49:00.907 INFO O| Aug 05 19:49:00.907 INFO STEP 896 (remove_files) COMPLETE
79632026-08-05T19:49:01.576Z[ recovery-image] Aug 05 19:49:00.907 INFO O| Aug 05 19:49:00.907 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-05T19:49:01.586Z[ recovery-image] Aug 05 19:49:00.917 INFO O| Aug 05 19:49:00.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79652026-08-05T19:49:01.586Z[ recovery-image] Aug 05 19:49:00.917 INFO O| Aug 05 19:49:00.917 INFO STEP 897 (remove_files) COMPLETE
79662026-08-05T19:49:01.586Z[ recovery-image] Aug 05 19:49:00.917 INFO O| Aug 05 19:49:00.917 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-05T19:49:01.596Z[ recovery-image] Aug 05 19:49:00.927 INFO O| Aug 05 19:49:00.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79682026-08-05T19:49:01.596Z[ recovery-image] Aug 05 19:49:00.927 INFO O| Aug 05 19:49:00.927 INFO STEP 898 (remove_files) COMPLETE
79692026-08-05T19:49:01.599Z[ recovery-image] Aug 05 19:49:00.927 INFO O| Aug 05 19:49:00.927 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-05T19:49:01.605Z[ recovery-image] Aug 05 19:49:00.937 INFO O| Aug 05 19:49:00.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79712026-08-05T19:49:01.605Z[ recovery-image] Aug 05 19:49:00.937 INFO O| Aug 05 19:49:00.937 INFO STEP 899 (remove_files) COMPLETE
79722026-08-05T19:49:01.606Z[ recovery-image] Aug 05 19:49:00.937 INFO O| Aug 05 19:49:00.937 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-05T19:49:01.616Z[ recovery-image] Aug 05 19:49:00.947 INFO O| Aug 05 19:49:00.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79742026-08-05T19:49:01.616Z[ recovery-image] Aug 05 19:49:00.947 INFO O| Aug 05 19:49:00.947 INFO STEP 900 (remove_files) COMPLETE
79752026-08-05T19:49:01.619Z[ recovery-image] Aug 05 19:49:00.947 INFO O| Aug 05 19:49:00.947 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-05T19:49:01.625Z[ recovery-image] Aug 05 19:49:00.956 INFO O| Aug 05 19:49:00.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79772026-08-05T19:49:01.625Z[ recovery-image] Aug 05 19:49:00.956 INFO O| Aug 05 19:49:00.956 INFO STEP 901 (remove_files) COMPLETE
79782026-08-05T19:49:01.625Z[ recovery-image] Aug 05 19:49:00.956 INFO O| Aug 05 19:49:00.956 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-05T19:49:01.636Z[ recovery-image] Aug 05 19:49:00.967 INFO O| Aug 05 19:49:00.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79802026-08-05T19:49:01.636Z[ recovery-image] Aug 05 19:49:00.967 INFO O| Aug 05 19:49:00.967 INFO STEP 902 (remove_files) COMPLETE
79812026-08-05T19:49:01.636Z[ recovery-image] Aug 05 19:49:00.967 INFO O| Aug 05 19:49:00.967 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-05T19:49:01.647Z[ recovery-image] Aug 05 19:49:00.978 INFO O| Aug 05 19:49:00.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79832026-08-05T19:49:01.647Z[ recovery-image] Aug 05 19:49:00.978 INFO O| Aug 05 19:49:00.978 INFO STEP 903 (remove_files) COMPLETE
79842026-08-05T19:49:01.647Z[ recovery-image] Aug 05 19:49:00.978 INFO O| Aug 05 19:49:00.978 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-05T19:49:01.659Z[ recovery-image] Aug 05 19:49:00.990 INFO O| Aug 05 19:49:00.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79862026-08-05T19:49:01.659Z[ recovery-image] Aug 05 19:49:00.990 INFO O| Aug 05 19:49:00.990 INFO STEP 904 (remove_files) COMPLETE
79872026-08-05T19:49:01.659Z[ recovery-image] Aug 05 19:49:00.990 INFO O| Aug 05 19:49:00.990 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-05T19:49:01.670Z[ recovery-image] Aug 05 19:49:01.002 INFO O| Aug 05 19:49:01.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79892026-08-05T19:49:01.670Z[ recovery-image] Aug 05 19:49:01.002 INFO O| Aug 05 19:49:01.002 INFO STEP 905 (remove_files) COMPLETE
79902026-08-05T19:49:01.670Z[ recovery-image] Aug 05 19:49:01.002 INFO O| Aug 05 19:49:01.002 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-05T19:49:01.681Z[ recovery-image] Aug 05 19:49:01.012 INFO O| Aug 05 19:49:01.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79922026-08-05T19:49:01.681Z[ recovery-image] Aug 05 19:49:01.012 INFO O| Aug 05 19:49:01.012 INFO STEP 906 (remove_files) COMPLETE
79932026-08-05T19:49:01.681Z[ recovery-image] Aug 05 19:49:01.012 INFO O| Aug 05 19:49:01.012 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-05T19:49:01.690Z[ recovery-image] Aug 05 19:49:01.021 INFO O| Aug 05 19:49:01.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79952026-08-05T19:49:01.690Z[ recovery-image] Aug 05 19:49:01.021 INFO O| Aug 05 19:49:01.021 INFO STEP 907 (remove_files) COMPLETE
79962026-08-05T19:49:01.690Z[ recovery-image] Aug 05 19:49:01.021 INFO O| Aug 05 19:49:01.021 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-05T19:49:01.699Z[ recovery-image] Aug 05 19:49:01.030 INFO O| Aug 05 19:49:01.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79982026-08-05T19:49:01.699Z[ recovery-image] Aug 05 19:49:01.030 INFO O| Aug 05 19:49:01.030 INFO STEP 908 (remove_files) COMPLETE
79992026-08-05T19:49:01.699Z[ recovery-image] Aug 05 19:49:01.030 INFO O| Aug 05 19:49:01.030 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-05T19:49:01.709Z[ recovery-image] Aug 05 19:49:01.041 INFO O| Aug 05 19:49:01.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80012026-08-05T19:49:01.710Z[ recovery-image] Aug 05 19:49:01.041 INFO O| Aug 05 19:49:01.041 INFO STEP 909 (remove_files) COMPLETE
80022026-08-05T19:49:01.732Z[ recovery-image] Aug 05 19:49:01.041 INFO O| Aug 05 19:49:01.041 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-05T19:49:01.732Z[ recovery-image] Aug 05 19:49:01.056 INFO O| Aug 05 19:49:01.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80042026-08-05T19:49:01.732Z[ recovery-image] Aug 05 19:49:01.056 INFO O| Aug 05 19:49:01.056 INFO STEP 910 (remove_files) COMPLETE
80052026-08-05T19:49:01.732Z[ recovery-image] Aug 05 19:49:01.056 INFO O| Aug 05 19:49:01.056 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-05T19:49:01.736Z[ recovery-image] Aug 05 19:49:01.066 INFO O| Aug 05 19:49:01.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80072026-08-05T19:49:01.736Z[ recovery-image] Aug 05 19:49:01.066 INFO O| Aug 05 19:49:01.066 INFO STEP 911 (remove_files) COMPLETE
80082026-08-05T19:49:01.736Z[ recovery-image] Aug 05 19:49:01.066 INFO O| Aug 05 19:49:01.066 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-05T19:49:01.745Z[ recovery-image] Aug 05 19:49:01.077 INFO O| Aug 05 19:49:01.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80102026-08-05T19:49:01.745Z[ recovery-image] Aug 05 19:49:01.077 INFO O| Aug 05 19:49:01.077 INFO STEP 912 (remove_files) COMPLETE
80112026-08-05T19:49:01.745Z[ recovery-image] Aug 05 19:49:01.077 INFO O| Aug 05 19:49:01.077 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-05T19:49:01.754Z[ recovery-image] Aug 05 19:49:01.086 INFO O| Aug 05 19:49:01.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80132026-08-05T19:49:01.754Z[ recovery-image] Aug 05 19:49:01.086 INFO O| Aug 05 19:49:01.086 INFO STEP 913 (remove_files) COMPLETE
80142026-08-05T19:49:01.754Z[ recovery-image] Aug 05 19:49:01.086 INFO O| Aug 05 19:49:01.086 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-05T19:49:01.764Z[ recovery-image] Aug 05 19:49:01.096 INFO O| Aug 05 19:49:01.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80162026-08-05T19:49:01.764Z[ recovery-image] Aug 05 19:49:01.096 INFO O| Aug 05 19:49:01.096 INFO STEP 914 (remove_files) COMPLETE
80172026-08-05T19:49:01.764Z[ recovery-image] Aug 05 19:49:01.096 INFO O| Aug 05 19:49:01.096 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-05T19:49:01.775Z[ recovery-image] Aug 05 19:49:01.106 INFO O| Aug 05 19:49:01.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80192026-08-05T19:49:01.775Z[ recovery-image] Aug 05 19:49:01.106 INFO O| Aug 05 19:49:01.106 INFO STEP 915 (remove_files) COMPLETE
80202026-08-05T19:49:01.775Z[ recovery-image] Aug 05 19:49:01.106 INFO O| Aug 05 19:49:01.106 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-05T19:49:01.786Z[ recovery-image] Aug 05 19:49:01.118 INFO O| Aug 05 19:49:01.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80222026-08-05T19:49:01.786Z[ recovery-image] Aug 05 19:49:01.118 INFO O| Aug 05 19:49:01.118 INFO STEP 916 (remove_files) COMPLETE
80232026-08-05T19:49:01.786Z[ recovery-image] Aug 05 19:49:01.118 INFO O| Aug 05 19:49:01.118 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-05T19:49:01.796Z[ recovery-image] Aug 05 19:49:01.128 INFO O| Aug 05 19:49:01.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80252026-08-05T19:49:01.796Z[ recovery-image] Aug 05 19:49:01.128 INFO O| Aug 05 19:49:01.128 INFO STEP 917 (remove_files) COMPLETE
80262026-08-05T19:49:01.796Z[ recovery-image] Aug 05 19:49:01.128 INFO O| Aug 05 19:49:01.128 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-05T19:49:01.808Z[ recovery-image] Aug 05 19:49:01.139 INFO O| Aug 05 19:49:01.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80282026-08-05T19:49:01.808Z[ recovery-image] Aug 05 19:49:01.139 INFO O| Aug 05 19:49:01.139 INFO STEP 918 (remove_files) COMPLETE
80292026-08-05T19:49:01.808Z[ recovery-image] Aug 05 19:49:01.139 INFO O| Aug 05 19:49:01.139 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-05T19:49:01.817Z[ recovery-image] Aug 05 19:49:01.149 INFO O| Aug 05 19:49:01.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80312026-08-05T19:49:01.817Z[ recovery-image] Aug 05 19:49:01.149 INFO O| Aug 05 19:49:01.149 INFO STEP 919 (remove_files) COMPLETE
80322026-08-05T19:49:01.817Z[ recovery-image] Aug 05 19:49:01.149 INFO O| Aug 05 19:49:01.149 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-05T19:49:01.844Z[ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80342026-08-05T19:49:01.852Z[ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.163 INFO STEP 920 (remove_files) COMPLETE
80352026-08-05T19:49:01.852Z[ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.163 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-05T19:49:01.853Z[ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80372026-08-05T19:49:01.853Z[ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.174 INFO STEP 921 (remove_files) COMPLETE
80382026-08-05T19:49:01.853Z[ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.174 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-05T19:49:01.856Z[ recovery-image] Aug 05 19:49:01.184 INFO O| Aug 05 19:49:01.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80402026-08-05T19:49:01.856Z[ recovery-image] Aug 05 19:49:01.184 INFO O| Aug 05 19:49:01.184 INFO STEP 922 (remove_files) COMPLETE
80412026-08-05T19:49:01.856Z[ recovery-image] Aug 05 19:49:01.184 INFO O| Aug 05 19:49:01.184 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-05T19:49:01.861Z[ recovery-image] Aug 05 19:49:01.193 INFO O| Aug 05 19:49:01.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80432026-08-05T19:49:01.861Z[ recovery-image] Aug 05 19:49:01.193 INFO O| Aug 05 19:49:01.193 INFO STEP 923 (remove_files) COMPLETE
80442026-08-05T19:49:01.861Z[ recovery-image] Aug 05 19:49:01.193 INFO O| Aug 05 19:49:01.193 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-05T19:49:01.871Z[ recovery-image] Aug 05 19:49:01.202 INFO O| Aug 05 19:49:01.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80462026-08-05T19:49:01.871Z[ recovery-image] Aug 05 19:49:01.202 INFO O| Aug 05 19:49:01.202 INFO STEP 924 (remove_files) COMPLETE
80472026-08-05T19:49:01.883Z[ recovery-image] Aug 05 19:49:01.202 INFO O| Aug 05 19:49:01.202 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-05T19:49:01.893Z[ recovery-image] Aug 05 19:49:01.225 INFO O| Aug 05 19:49:01.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80492026-08-05T19:49:01.893Z[ recovery-image] Aug 05 19:49:01.225 INFO O| Aug 05 19:49:01.225 INFO STEP 925 (remove_files) COMPLETE
80502026-08-05T19:49:01.893Z[ recovery-image] Aug 05 19:49:01.225 INFO O| Aug 05 19:49:01.225 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-05T19:49:01.905Z[ recovery-image] Aug 05 19:49:01.237 INFO O| Aug 05 19:49:01.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80522026-08-05T19:49:01.905Z[ recovery-image] Aug 05 19:49:01.237 INFO O| Aug 05 19:49:01.237 INFO STEP 926 (remove_files) COMPLETE
80532026-08-05T19:49:01.905Z[ recovery-image] Aug 05 19:49:01.237 INFO O| Aug 05 19:49:01.237 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-05T19:49:01.916Z[ recovery-image] Aug 05 19:49:01.248 INFO O| Aug 05 19:49:01.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80552026-08-05T19:49:01.916Z[ recovery-image] Aug 05 19:49:01.248 INFO O| Aug 05 19:49:01.248 INFO STEP 927 (remove_files) COMPLETE
80562026-08-05T19:49:01.916Z[ recovery-image] Aug 05 19:49:01.248 INFO O| Aug 05 19:49:01.248 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-05T19:49:01.926Z[ recovery-image] Aug 05 19:49:01.258 INFO O| Aug 05 19:49:01.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80582026-08-05T19:49:01.927Z[ recovery-image] Aug 05 19:49:01.258 INFO O| Aug 05 19:49:01.258 INFO STEP 928 (remove_files) COMPLETE
80592026-08-05T19:49:01.927Z[ recovery-image] Aug 05 19:49:01.258 INFO O| Aug 05 19:49:01.258 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-05T19:49:01.935Z[ recovery-image] Aug 05 19:49:01.267 INFO O| Aug 05 19:49:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80612026-08-05T19:49:01.935Z[ recovery-image] Aug 05 19:49:01.267 INFO O| Aug 05 19:49:01.267 INFO STEP 929 (remove_files) COMPLETE
80622026-08-05T19:49:01.935Z[ recovery-image] Aug 05 19:49:01.267 INFO O| Aug 05 19:49:01.267 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-05T19:49:01.944Z[ recovery-image] Aug 05 19:49:01.275 INFO O| Aug 05 19:49:01.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80642026-08-05T19:49:01.944Z[ recovery-image] Aug 05 19:49:01.275 INFO O| Aug 05 19:49:01.275 INFO STEP 930 (remove_files) COMPLETE
80652026-08-05T19:49:01.944Z[ recovery-image] Aug 05 19:49:01.275 INFO O| Aug 05 19:49:01.275 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-05T19:49:01.953Z[ recovery-image] Aug 05 19:49:01.285 INFO O| Aug 05 19:49:01.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80672026-08-05T19:49:01.953Z[ recovery-image] Aug 05 19:49:01.285 INFO O| Aug 05 19:49:01.285 INFO STEP 931 (remove_files) COMPLETE
80682026-08-05T19:49:01.953Z[ recovery-image] Aug 05 19:49:01.285 INFO O| Aug 05 19:49:01.285 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-05T19:49:01.963Z[ recovery-image] Aug 05 19:49:01.294 INFO O| Aug 05 19:49:01.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80702026-08-05T19:49:01.963Z[ recovery-image] Aug 05 19:49:01.294 INFO O| Aug 05 19:49:01.294 INFO STEP 932 (remove_files) COMPLETE
80712026-08-05T19:49:01.963Z[ recovery-image] Aug 05 19:49:01.294 INFO O| Aug 05 19:49:01.294 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-05T19:49:01.972Z[ recovery-image] Aug 05 19:49:01.303 INFO O| Aug 05 19:49:01.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80732026-08-05T19:49:01.972Z[ recovery-image] Aug 05 19:49:01.304 INFO O| Aug 05 19:49:01.304 INFO STEP 933 (remove_files) COMPLETE
80742026-08-05T19:49:01.972Z[ recovery-image] Aug 05 19:49:01.304 INFO O| Aug 05 19:49:01.304 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-05T19:49:01.981Z[ recovery-image] Aug 05 19:49:01.313 INFO O| Aug 05 19:49:01.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80762026-08-05T19:49:01.981Z[ recovery-image] Aug 05 19:49:01.313 INFO O| Aug 05 19:49:01.313 INFO STEP 934 (remove_files) COMPLETE
80772026-08-05T19:49:01.984Z[ recovery-image] Aug 05 19:49:01.313 INFO O| Aug 05 19:49:01.313 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-05T19:49:01.987Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
80792026-08-05T19:49:01.991Z[ recovery-image] Aug 05 19:49:01.323 INFO O| Aug 05 19:49:01.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80802026-08-05T19:49:01.994Z[ recovery-image] Aug 05 19:49:01.323 INFO O| Aug 05 19:49:01.323 INFO STEP 935 (remove_files) COMPLETE
80812026-08-05T19:49:01.995Z[ recovery-image] Aug 05 19:49:01.323 INFO O| Aug 05 19:49:01.323 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-05T19:49:02.001Z[ recovery-image] Aug 05 19:49:01.332 INFO O| Aug 05 19:49:01.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80832026-08-05T19:49:02.001Z[ recovery-image] Aug 05 19:49:01.333 INFO O| Aug 05 19:49:01.333 INFO STEP 936 (remove_files) COMPLETE
80842026-08-05T19:49:02.001Z[ recovery-image] Aug 05 19:49:01.333 INFO O| Aug 05 19:49:01.333 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-05T19:49:02.011Z[ recovery-image] Aug 05 19:49:01.343 INFO O| Aug 05 19:49:01.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80862026-08-05T19:49:02.011Z[ recovery-image] Aug 05 19:49:01.343 INFO O| Aug 05 19:49:01.343 INFO STEP 937 (remove_files) COMPLETE
80872026-08-05T19:49:02.011Z[ recovery-image] Aug 05 19:49:01.343 INFO O| Aug 05 19:49:01.343 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-05T19:49:02.022Z[ recovery-image] Aug 05 19:49:01.354 INFO O| Aug 05 19:49:01.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80892026-08-05T19:49:02.022Z[ recovery-image] Aug 05 19:49:01.354 INFO O| Aug 05 19:49:01.354 INFO STEP 938 (remove_files) COMPLETE
80902026-08-05T19:49:02.022Z[ recovery-image] Aug 05 19:49:01.354 INFO O| Aug 05 19:49:01.354 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-05T19:49:02.033Z[ recovery-image] Aug 05 19:49:01.365 INFO O| Aug 05 19:49:01.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80922026-08-05T19:49:02.033Z[ recovery-image] Aug 05 19:49:01.365 INFO O| Aug 05 19:49:01.365 INFO STEP 939 (remove_files) COMPLETE
80932026-08-05T19:49:02.033Z[ recovery-image] Aug 05 19:49:01.365 INFO O| Aug 05 19:49:01.365 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-05T19:49:02.045Z[ recovery-image] Aug 05 19:49:01.376 INFO O| Aug 05 19:49:01.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80952026-08-05T19:49:02.045Z[ recovery-image] Aug 05 19:49:01.376 INFO O| Aug 05 19:49:01.376 INFO STEP 940 (remove_files) COMPLETE
80962026-08-05T19:49:02.045Z[ recovery-image] Aug 05 19:49:01.376 INFO O| Aug 05 19:49:01.376 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-05T19:49:02.055Z[ recovery-image] Aug 05 19:49:01.387 INFO O| Aug 05 19:49:01.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80982026-08-05T19:49:02.059Z[ recovery-image] Aug 05 19:49:01.387 INFO O| Aug 05 19:49:01.387 INFO STEP 941 (remove_files) COMPLETE
80992026-08-05T19:49:02.059Z[ recovery-image] Aug 05 19:49:01.387 INFO O| Aug 05 19:49:01.387 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-05T19:49:02.068Z[ recovery-image] Aug 05 19:49:01.400 INFO O| Aug 05 19:49:01.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81012026-08-05T19:49:02.068Z[ recovery-image] Aug 05 19:49:01.400 INFO O| Aug 05 19:49:01.400 INFO STEP 942 (remove_files) COMPLETE
81022026-08-05T19:49:02.069Z[ recovery-image] Aug 05 19:49:01.400 INFO O| Aug 05 19:49:01.400 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-05T19:49:02.079Z[ recovery-image] Aug 05 19:49:01.410 INFO O| Aug 05 19:49:01.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81042026-08-05T19:49:02.079Z[ recovery-image] Aug 05 19:49:01.410 INFO O| Aug 05 19:49:01.410 INFO STEP 943 (remove_files) COMPLETE
81052026-08-05T19:49:02.079Z[ recovery-image] Aug 05 19:49:01.410 INFO O| Aug 05 19:49:01.410 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-05T19:49:02.087Z[ recovery-image] Aug 05 19:49:01.419 INFO O| Aug 05 19:49:01.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81072026-08-05T19:49:02.087Z[ recovery-image] Aug 05 19:49:01.419 INFO O| Aug 05 19:49:01.419 INFO STEP 944 (remove_files) COMPLETE
81082026-08-05T19:49:02.090Z[ recovery-image] Aug 05 19:49:01.419 INFO O| Aug 05 19:49:01.419 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-05T19:49:02.096Z[ recovery-image] Aug 05 19:49:01.428 INFO O| Aug 05 19:49:01.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81102026-08-05T19:49:02.096Z[ recovery-image] Aug 05 19:49:01.428 INFO O| Aug 05 19:49:01.428 INFO STEP 945 (remove_files) COMPLETE
81112026-08-05T19:49:02.099Z[ recovery-image] Aug 05 19:49:01.428 INFO O| Aug 05 19:49:01.428 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-05T19:49:02.106Z[ recovery-image] Aug 05 19:49:01.438 INFO O| Aug 05 19:49:01.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81132026-08-05T19:49:02.106Z[ recovery-image] Aug 05 19:49:01.438 INFO O| Aug 05 19:49:01.438 INFO STEP 946 (remove_files) COMPLETE
81142026-08-05T19:49:02.110Z[ recovery-image] Aug 05 19:49:01.438 INFO O| Aug 05 19:49:01.438 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-05T19:49:02.116Z[ recovery-image] Aug 05 19:49:01.448 INFO O| Aug 05 19:49:01.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81162026-08-05T19:49:02.120Z[ recovery-image] Aug 05 19:49:01.448 INFO O| Aug 05 19:49:01.448 INFO STEP 947 (remove_files) COMPLETE
81172026-08-05T19:49:02.120Z[ recovery-image] Aug 05 19:49:01.448 INFO O| Aug 05 19:49:01.448 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-05T19:49:02.127Z[ recovery-image] Aug 05 19:49:01.459 INFO O| Aug 05 19:49:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81192026-08-05T19:49:02.127Z[ recovery-image] Aug 05 19:49:01.459 INFO O| Aug 05 19:49:01.459 INFO STEP 948 (remove_files) COMPLETE
81202026-08-05T19:49:02.127Z[ recovery-image] Aug 05 19:49:01.459 INFO O| Aug 05 19:49:01.459 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-05T19:49:02.138Z[ recovery-image] Aug 05 19:49:01.469 INFO O| Aug 05 19:49:01.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81222026-08-05T19:49:02.138Z[ recovery-image] Aug 05 19:49:01.469 INFO O| Aug 05 19:49:01.469 INFO STEP 949 (remove_files) COMPLETE
81232026-08-05T19:49:02.138Z[ recovery-image] Aug 05 19:49:01.470 INFO O| Aug 05 19:49:01.469 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-05T19:49:02.149Z[ recovery-image] Aug 05 19:49:01.480 INFO O| Aug 05 19:49:01.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81252026-08-05T19:49:02.149Z[ recovery-image] Aug 05 19:49:01.480 INFO O| Aug 05 19:49:01.480 INFO STEP 950 (remove_files) COMPLETE
81262026-08-05T19:49:02.150Z[ recovery-image] Aug 05 19:49:01.480 INFO O| Aug 05 19:49:01.480 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-05T19:49:02.160Z[ recovery-image] Aug 05 19:49:01.491 INFO O| Aug 05 19:49:01.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81282026-08-05T19:49:02.160Z[ recovery-image] Aug 05 19:49:01.491 INFO O| Aug 05 19:49:01.491 INFO STEP 951 (remove_files) COMPLETE
81292026-08-05T19:49:02.164Z[ recovery-image] Aug 05 19:49:01.491 INFO O| Aug 05 19:49:01.491 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-05T19:49:02.169Z[ recovery-image] Aug 05 19:49:01.501 INFO O| Aug 05 19:49:01.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81312026-08-05T19:49:02.169Z[ recovery-image] Aug 05 19:49:01.501 INFO O| Aug 05 19:49:01.501 INFO STEP 952 (remove_files) COMPLETE
81322026-08-05T19:49:02.169Z[ recovery-image] Aug 05 19:49:01.501 INFO O| Aug 05 19:49:01.501 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-05T19:49:02.178Z[ recovery-image] Aug 05 19:49:01.510 INFO O| Aug 05 19:49:01.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81342026-08-05T19:49:02.178Z[ recovery-image] Aug 05 19:49:01.510 INFO O| Aug 05 19:49:01.510 INFO STEP 953 (remove_files) COMPLETE
81352026-08-05T19:49:02.181Z[ recovery-image] Aug 05 19:49:01.510 INFO O| Aug 05 19:49:01.510 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-05T19:49:02.188Z[ recovery-image] Aug 05 19:49:01.519 INFO O| Aug 05 19:49:01.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81372026-08-05T19:49:02.188Z[ recovery-image] Aug 05 19:49:01.519 INFO O| Aug 05 19:49:01.519 INFO STEP 954 (remove_files) COMPLETE
81382026-08-05T19:49:02.188Z[ recovery-image] Aug 05 19:49:01.520 INFO O| Aug 05 19:49:01.519 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-05T19:49:02.198Z[ recovery-image] Aug 05 19:49:01.529 INFO O| Aug 05 19:49:01.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81402026-08-05T19:49:02.198Z[ recovery-image] Aug 05 19:49:01.529 INFO O| Aug 05 19:49:01.529 INFO STEP 955 (remove_files) COMPLETE
81412026-08-05T19:49:02.198Z[ recovery-image] Aug 05 19:49:01.529 INFO O| Aug 05 19:49:01.529 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-05T19:49:02.207Z[ recovery-image] Aug 05 19:49:01.538 INFO O| Aug 05 19:49:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81432026-08-05T19:49:02.207Z[ recovery-image] Aug 05 19:49:01.538 INFO O| Aug 05 19:49:01.538 INFO STEP 956 (remove_files) COMPLETE
81442026-08-05T19:49:02.207Z[ recovery-image] Aug 05 19:49:01.538 INFO O| Aug 05 19:49:01.538 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-05T19:49:02.217Z[ recovery-image] Aug 05 19:49:01.548 INFO O| Aug 05 19:49:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81462026-08-05T19:49:02.217Z[ recovery-image] Aug 05 19:49:01.548 INFO O| Aug 05 19:49:01.548 INFO STEP 957 (remove_files) COMPLETE
81472026-08-05T19:49:02.217Z[ recovery-image] Aug 05 19:49:01.548 INFO O| Aug 05 19:49:01.548 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-05T19:49:02.227Z[ recovery-image] Aug 05 19:49:01.557 INFO O| Aug 05 19:49:01.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81492026-08-05T19:49:02.227Z[ recovery-image] Aug 05 19:49:01.557 INFO O| Aug 05 19:49:01.557 INFO STEP 958 (remove_files) COMPLETE
81502026-08-05T19:49:02.227Z[ recovery-image] Aug 05 19:49:01.557 INFO O| Aug 05 19:49:01.557 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-05T19:49:02.235Z[ recovery-image] Aug 05 19:49:01.566 INFO O| Aug 05 19:49:01.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81522026-08-05T19:49:02.235Z[ recovery-image] Aug 05 19:49:01.566 INFO O| Aug 05 19:49:01.566 INFO STEP 959 (remove_files) COMPLETE
81532026-08-05T19:49:02.235Z[ recovery-image] Aug 05 19:49:01.566 INFO O| Aug 05 19:49:01.566 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-05T19:49:02.244Z[ recovery-image] Aug 05 19:49:01.576 INFO O| Aug 05 19:49:01.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81552026-08-05T19:49:02.249Z[ recovery-image] Aug 05 19:49:01.576 INFO O| Aug 05 19:49:01.576 INFO STEP 960 (remove_files) COMPLETE
81562026-08-05T19:49:02.249Z[ recovery-image] Aug 05 19:49:01.576 INFO O| Aug 05 19:49:01.576 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-05T19:49:02.253Z[ recovery-image] Aug 05 19:49:01.584 INFO O| Aug 05 19:49:01.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81582026-08-05T19:49:02.253Z[ recovery-image] Aug 05 19:49:01.584 INFO O| Aug 05 19:49:01.584 INFO STEP 961 (remove_files) COMPLETE
81592026-08-05T19:49:02.253Z[ recovery-image] Aug 05 19:49:01.584 INFO O| Aug 05 19:49:01.584 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-05T19:49:02.262Z[ recovery-image] Aug 05 19:49:01.593 INFO O| Aug 05 19:49:01.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81612026-08-05T19:49:02.262Z[ recovery-image] Aug 05 19:49:01.593 INFO O| Aug 05 19:49:01.593 INFO STEP 962 (remove_files) COMPLETE
81622026-08-05T19:49:02.262Z[ recovery-image] Aug 05 19:49:01.593 INFO O| Aug 05 19:49:01.593 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-05T19:49:02.270Z[ recovery-image] Aug 05 19:49:01.601 INFO O| Aug 05 19:49:01.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81642026-08-05T19:49:02.270Z[ recovery-image] Aug 05 19:49:01.602 INFO O| Aug 05 19:49:01.601 INFO STEP 963 (remove_files) COMPLETE
81652026-08-05T19:49:02.270Z[ recovery-image] Aug 05 19:49:01.602 INFO O| Aug 05 19:49:01.602 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-05T19:49:02.279Z[ recovery-image] Aug 05 19:49:01.611 INFO O| Aug 05 19:49:01.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81672026-08-05T19:49:02.279Z[ recovery-image] Aug 05 19:49:01.611 INFO O| Aug 05 19:49:01.611 INFO STEP 964 (remove_files) COMPLETE
81682026-08-05T19:49:02.282Z[ recovery-image] Aug 05 19:49:01.611 INFO O| Aug 05 19:49:01.611 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-05T19:49:02.288Z[ recovery-image] Aug 05 19:49:01.620 INFO O| Aug 05 19:49:01.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81702026-08-05T19:49:02.288Z[ recovery-image] Aug 05 19:49:01.620 INFO O| Aug 05 19:49:01.620 INFO STEP 965 (remove_files) COMPLETE
81712026-08-05T19:49:02.288Z[ recovery-image] Aug 05 19:49:01.620 INFO O| Aug 05 19:49:01.620 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-05T19:49:02.297Z[ recovery-image] Aug 05 19:49:01.629 INFO O| Aug 05 19:49:01.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81732026-08-05T19:49:02.297Z[ recovery-image] Aug 05 19:49:01.629 INFO O| Aug 05 19:49:01.629 INFO STEP 966 (remove_files) COMPLETE
81742026-08-05T19:49:02.297Z[ recovery-image] Aug 05 19:49:01.629 INFO O| Aug 05 19:49:01.629 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-05T19:49:02.306Z[ recovery-image] Aug 05 19:49:01.637 INFO O| Aug 05 19:49:01.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81762026-08-05T19:49:02.306Z[ recovery-image] Aug 05 19:49:01.637 INFO O| Aug 05 19:49:01.637 INFO STEP 967 (remove_files) COMPLETE
81772026-08-05T19:49:02.306Z[ recovery-image] Aug 05 19:49:01.637 INFO O| Aug 05 19:49:01.637 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-05T19:49:02.316Z[ recovery-image] Aug 05 19:49:01.647 INFO O| Aug 05 19:49:01.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81792026-08-05T19:49:02.316Z[ recovery-image] Aug 05 19:49:01.647 INFO O| Aug 05 19:49:01.647 INFO STEP 968 (remove_files) COMPLETE
81802026-08-05T19:49:02.316Z[ recovery-image] Aug 05 19:49:01.647 INFO O| Aug 05 19:49:01.647 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-05T19:49:02.326Z[ recovery-image] Aug 05 19:49:01.656 INFO O| Aug 05 19:49:01.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81822026-08-05T19:49:02.326Z[ recovery-image] Aug 05 19:49:01.657 INFO O| Aug 05 19:49:01.657 INFO STEP 969 (remove_files) COMPLETE
81832026-08-05T19:49:02.326Z[ recovery-image] Aug 05 19:49:01.657 INFO O| Aug 05 19:49:01.657 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-05T19:49:02.334Z[ recovery-image] Aug 05 19:49:01.665 INFO O| Aug 05 19:49:01.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81852026-08-05T19:49:02.334Z[ recovery-image] Aug 05 19:49:01.666 INFO O| Aug 05 19:49:01.665 INFO STEP 970 (remove_files) COMPLETE
81862026-08-05T19:49:02.334Z[ recovery-image] Aug 05 19:49:01.666 INFO O| Aug 05 19:49:01.665 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-05T19:49:02.345Z[ recovery-image] Aug 05 19:49:01.676 INFO O| Aug 05 19:49:01.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81882026-08-05T19:49:02.345Z[ recovery-image] Aug 05 19:49:01.676 INFO O| Aug 05 19:49:01.676 INFO STEP 971 (remove_files) COMPLETE
81892026-08-05T19:49:02.345Z[ recovery-image] Aug 05 19:49:01.676 INFO O| Aug 05 19:49:01.676 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-05T19:49:02.354Z[ recovery-image] Aug 05 19:49:01.686 INFO O| Aug 05 19:49:01.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81912026-08-05T19:49:02.355Z[ recovery-image] Aug 05 19:49:01.686 INFO O| Aug 05 19:49:01.686 INFO STEP 972 (remove_files) COMPLETE
81922026-08-05T19:49:02.355Z[ recovery-image] Aug 05 19:49:01.686 INFO O| Aug 05 19:49:01.686 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-05T19:49:02.364Z[ recovery-image] Aug 05 19:49:01.695 INFO O| Aug 05 19:49:01.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81942026-08-05T19:49:02.364Z[ recovery-image] Aug 05 19:49:01.695 INFO O| Aug 05 19:49:01.695 INFO STEP 973 (remove_files) COMPLETE
81952026-08-05T19:49:02.364Z[ recovery-image] Aug 05 19:49:01.695 INFO O| Aug 05 19:49:01.695 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-05T19:49:02.374Z[ recovery-image] Aug 05 19:49:01.706 INFO O| Aug 05 19:49:01.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81972026-08-05T19:49:02.375Z[ recovery-image] Aug 05 19:49:01.706 INFO O| Aug 05 19:49:01.706 INFO STEP 974 (remove_files) COMPLETE
81982026-08-05T19:49:02.375Z[ recovery-image] Aug 05 19:49:01.706 INFO O| Aug 05 19:49:01.706 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-05T19:49:02.384Z[ recovery-image] Aug 05 19:49:01.716 INFO O| Aug 05 19:49:01.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82002026-08-05T19:49:02.384Z[ recovery-image] Aug 05 19:49:01.716 INFO O| Aug 05 19:49:01.716 INFO STEP 975 (remove_files) COMPLETE
82012026-08-05T19:49:02.384Z[ recovery-image] Aug 05 19:49:01.716 INFO O| Aug 05 19:49:01.716 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-05T19:49:02.394Z[ recovery-image] Aug 05 19:49:01.726 INFO O| Aug 05 19:49:01.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82032026-08-05T19:49:02.394Z[ recovery-image] Aug 05 19:49:01.726 INFO O| Aug 05 19:49:01.726 INFO STEP 976 (remove_files) COMPLETE
82042026-08-05T19:49:02.394Z[ recovery-image] Aug 05 19:49:01.726 INFO O| Aug 05 19:49:01.726 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-05T19:49:02.405Z[ recovery-image] Aug 05 19:49:01.736 INFO O| Aug 05 19:49:01.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82062026-08-05T19:49:02.405Z[ recovery-image] Aug 05 19:49:01.736 INFO O| Aug 05 19:49:01.736 INFO STEP 977 (remove_files) COMPLETE
82072026-08-05T19:49:02.405Z[ recovery-image] Aug 05 19:49:01.736 INFO O| Aug 05 19:49:01.736 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-05T19:49:02.414Z[ recovery-image] Aug 05 19:49:01.746 INFO O| Aug 05 19:49:01.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82092026-08-05T19:49:02.414Z[ recovery-image] Aug 05 19:49:01.746 INFO O| Aug 05 19:49:01.746 INFO STEP 978 (remove_files) COMPLETE
82102026-08-05T19:49:02.414Z[ recovery-image] Aug 05 19:49:01.746 INFO O| Aug 05 19:49:01.746 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-05T19:49:02.423Z[ recovery-image] Aug 05 19:49:01.755 INFO O| Aug 05 19:49:01.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82122026-08-05T19:49:02.423Z[ recovery-image] Aug 05 19:49:01.755 INFO O| Aug 05 19:49:01.755 INFO STEP 979 (remove_files) COMPLETE
82132026-08-05T19:49:02.426Z[ recovery-image] Aug 05 19:49:01.755 INFO O| Aug 05 19:49:01.755 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-05T19:49:02.433Z[ recovery-image] Aug 05 19:49:01.765 INFO O| Aug 05 19:49:01.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82152026-08-05T19:49:02.433Z[ recovery-image] Aug 05 19:49:01.765 INFO O| Aug 05 19:49:01.765 INFO STEP 980 (remove_files) COMPLETE
82162026-08-05T19:49:02.433Z[ recovery-image] Aug 05 19:49:01.765 INFO O| Aug 05 19:49:01.765 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-05T19:49:02.443Z[ recovery-image] Aug 05 19:49:01.775 INFO O| Aug 05 19:49:01.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82182026-08-05T19:49:02.443Z[ recovery-image] Aug 05 19:49:01.775 INFO O| Aug 05 19:49:01.775 INFO STEP 981 (remove_files) COMPLETE
82192026-08-05T19:49:02.443Z[ recovery-image] Aug 05 19:49:01.775 INFO O| Aug 05 19:49:01.775 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-05T19:49:02.453Z[ recovery-image] Aug 05 19:49:01.784 INFO O| Aug 05 19:49:01.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82212026-08-05T19:49:02.453Z[ recovery-image] Aug 05 19:49:01.784 INFO O| Aug 05 19:49:01.784 INFO STEP 982 (remove_files) COMPLETE
82222026-08-05T19:49:02.453Z[ recovery-image] Aug 05 19:49:01.784 INFO O| Aug 05 19:49:01.784 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-05T19:49:02.464Z[ recovery-image] Aug 05 19:49:01.796 INFO O| Aug 05 19:49:01.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82242026-08-05T19:49:02.464Z[ recovery-image] Aug 05 19:49:01.796 INFO O| Aug 05 19:49:01.796 INFO STEP 983 (remove_files) COMPLETE
82252026-08-05T19:49:02.464Z[ recovery-image] Aug 05 19:49:01.796 INFO O| Aug 05 19:49:01.796 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-05T19:49:02.476Z[ recovery-image] Aug 05 19:49:01.807 INFO O| Aug 05 19:49:01.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82272026-08-05T19:49:02.476Z[ recovery-image] Aug 05 19:49:01.807 INFO O| Aug 05 19:49:01.807 INFO STEP 984 (remove_files) COMPLETE
82282026-08-05T19:49:02.476Z[ recovery-image] Aug 05 19:49:01.807 INFO O| Aug 05 19:49:01.807 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-05T19:49:02.486Z[ recovery-image] Aug 05 19:49:01.817 INFO O| Aug 05 19:49:01.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82302026-08-05T19:49:02.486Z[ recovery-image] Aug 05 19:49:01.817 INFO O| Aug 05 19:49:01.817 INFO STEP 985 (remove_files) COMPLETE
82312026-08-05T19:49:02.489Z[ recovery-image] Aug 05 19:49:01.817 INFO O| Aug 05 19:49:01.817 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-05T19:49:02.496Z[ recovery-image] Aug 05 19:49:01.827 INFO O| Aug 05 19:49:01.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82332026-08-05T19:49:02.496Z[ recovery-image] Aug 05 19:49:01.827 INFO O| Aug 05 19:49:01.827 INFO STEP 986 (remove_files) COMPLETE
82342026-08-05T19:49:02.499Z[ recovery-image] Aug 05 19:49:01.827 INFO O| Aug 05 19:49:01.827 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-05T19:49:02.506Z[ recovery-image] Aug 05 19:49:01.838 INFO O| Aug 05 19:49:01.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82362026-08-05T19:49:02.506Z[ recovery-image] Aug 05 19:49:01.838 INFO O| Aug 05 19:49:01.838 INFO STEP 987 (remove_files) COMPLETE
82372026-08-05T19:49:02.506Z[ recovery-image] Aug 05 19:49:01.838 INFO O| Aug 05 19:49:01.838 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-05T19:49:02.517Z[ recovery-image] Aug 05 19:49:01.848 INFO O| Aug 05 19:49:01.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82392026-08-05T19:49:02.517Z[ recovery-image] Aug 05 19:49:01.848 INFO O| Aug 05 19:49:01.848 INFO STEP 988 (remove_files) COMPLETE
82402026-08-05T19:49:02.517Z[ recovery-image] Aug 05 19:49:01.848 INFO O| Aug 05 19:49:01.848 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-05T19:49:02.527Z[ recovery-image] Aug 05 19:49:01.858 INFO O| Aug 05 19:49:01.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82422026-08-05T19:49:02.527Z[ recovery-image] Aug 05 19:49:01.858 INFO O| Aug 05 19:49:01.858 INFO STEP 989 (remove_files) COMPLETE
82432026-08-05T19:49:02.527Z[ recovery-image] Aug 05 19:49:01.858 INFO O| Aug 05 19:49:01.858 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-05T19:49:02.537Z[ recovery-image] Aug 05 19:49:01.869 INFO O| Aug 05 19:49:01.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82452026-08-05T19:49:02.537Z[ recovery-image] Aug 05 19:49:01.869 INFO O| Aug 05 19:49:01.869 INFO STEP 990 (remove_files) COMPLETE
82462026-08-05T19:49:02.537Z[ recovery-image] Aug 05 19:49:01.869 INFO O| Aug 05 19:49:01.869 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-05T19:49:02.547Z[ recovery-image] Aug 05 19:49:01.878 INFO O| Aug 05 19:49:01.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82482026-08-05T19:49:02.547Z[ recovery-image] Aug 05 19:49:01.878 INFO O| Aug 05 19:49:01.878 INFO STEP 991 (remove_files) COMPLETE
82492026-08-05T19:49:02.550Z[ recovery-image] Aug 05 19:49:01.878 INFO O| Aug 05 19:49:01.878 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-05T19:49:02.557Z[ recovery-image] Aug 05 19:49:01.889 INFO O| Aug 05 19:49:01.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82512026-08-05T19:49:02.557Z[ recovery-image] Aug 05 19:49:01.889 INFO O| Aug 05 19:49:01.889 INFO STEP 992 (remove_files) COMPLETE
82522026-08-05T19:49:02.557Z[ recovery-image] Aug 05 19:49:01.889 INFO O| Aug 05 19:49:01.889 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-05T19:49:02.567Z[ recovery-image] Aug 05 19:49:01.899 INFO O| Aug 05 19:49:01.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82542026-08-05T19:49:02.567Z[ recovery-image] Aug 05 19:49:01.899 INFO O| Aug 05 19:49:01.899 INFO STEP 993 (remove_files) COMPLETE
82552026-08-05T19:49:02.570Z[ recovery-image] Aug 05 19:49:01.899 INFO O| Aug 05 19:49:01.899 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-05T19:49:02.571Z[verify-libraries] Compiling samael v0.0.19
82572026-08-05T19:49:02.576Z[ recovery-image] Aug 05 19:49:01.908 INFO O| Aug 05 19:49:01.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82582026-08-05T19:49:02.576Z[ recovery-image] Aug 05 19:49:01.908 INFO O| Aug 05 19:49:01.908 INFO STEP 994 (remove_files) COMPLETE
82592026-08-05T19:49:02.576Z[ recovery-image] Aug 05 19:49:01.908 INFO O| Aug 05 19:49:01.908 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-05T19:49:02.587Z[ recovery-image] Aug 05 19:49:01.918 INFO O| Aug 05 19:49:01.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82612026-08-05T19:49:02.587Z[ recovery-image] Aug 05 19:49:01.919 INFO O| Aug 05 19:49:01.919 INFO STEP 995 (remove_files) COMPLETE
82622026-08-05T19:49:02.587Z[ recovery-image] Aug 05 19:49:01.919 INFO O| Aug 05 19:49:01.919 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-05T19:49:02.596Z[ recovery-image] Aug 05 19:49:01.927 INFO O| Aug 05 19:49:01.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82642026-08-05T19:49:02.596Z[ recovery-image] Aug 05 19:49:01.928 INFO O| Aug 05 19:49:01.928 INFO STEP 996 (remove_files) COMPLETE
82652026-08-05T19:49:02.600Z[ recovery-image] Aug 05 19:49:01.928 INFO O| Aug 05 19:49:01.928 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-05T19:49:02.605Z[ recovery-image] Aug 05 19:49:01.937 INFO O| Aug 05 19:49:01.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82672026-08-05T19:49:02.605Z[ recovery-image] Aug 05 19:49:01.937 INFO O| Aug 05 19:49:01.937 INFO STEP 997 (remove_files) COMPLETE
82682026-08-05T19:49:02.605Z[ recovery-image] Aug 05 19:49:01.937 INFO O| Aug 05 19:49:01.937 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-05T19:49:02.614Z[ recovery-image] Aug 05 19:49:01.946 INFO O| Aug 05 19:49:01.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82702026-08-05T19:49:02.614Z[ recovery-image] Aug 05 19:49:01.946 INFO O| Aug 05 19:49:01.946 INFO STEP 998 (remove_files) COMPLETE
82712026-08-05T19:49:02.617Z[ recovery-image] Aug 05 19:49:01.946 INFO O| Aug 05 19:49:01.946 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-05T19:49:02.617Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
82732026-08-05T19:49:02.624Z[ recovery-image] Aug 05 19:49:01.955 INFO O| Aug 05 19:49:01.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82742026-08-05T19:49:02.624Z[ recovery-image] Aug 05 19:49:01.955 INFO O| Aug 05 19:49:01.955 INFO STEP 999 (remove_files) COMPLETE
82752026-08-05T19:49:02.626Z[ recovery-image] Aug 05 19:49:01.955 INFO O| Aug 05 19:49:01.955 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-05T19:49:02.634Z[ recovery-image] Aug 05 19:49:01.966 INFO O| Aug 05 19:49:01.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82772026-08-05T19:49:02.634Z[ recovery-image] Aug 05 19:49:01.966 INFO O| Aug 05 19:49:01.966 INFO STEP 1000 (remove_files) COMPLETE
82782026-08-05T19:49:02.634Z[ recovery-image] Aug 05 19:49:01.966 INFO O| Aug 05 19:49:01.966 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-05T19:49:02.647Z[ recovery-image] Aug 05 19:49:01.978 INFO O| Aug 05 19:49:01.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82802026-08-05T19:49:02.647Z[ recovery-image] Aug 05 19:49:01.979 INFO O| Aug 05 19:49:01.979 INFO STEP 1001 (remove_files) COMPLETE
82812026-08-05T19:49:02.650Z[ recovery-image] Aug 05 19:49:01.979 INFO O| Aug 05 19:49:01.979 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-05T19:49:02.656Z[ recovery-image] Aug 05 19:49:01.987 INFO O| Aug 05 19:49:01.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82832026-08-05T19:49:02.656Z[ recovery-image] Aug 05 19:49:01.987 INFO O| Aug 05 19:49:01.987 INFO STEP 1002 (remove_files) COMPLETE
82842026-08-05T19:49:02.659Z[ recovery-image] Aug 05 19:49:01.987 INFO O| Aug 05 19:49:01.987 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-05T19:49:02.665Z[ recovery-image] Aug 05 19:49:01.997 INFO O| Aug 05 19:49:01.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82862026-08-05T19:49:02.668Z[ recovery-image] Aug 05 19:49:01.997 INFO O| Aug 05 19:49:01.997 INFO STEP 1003 (remove_files) COMPLETE
82872026-08-05T19:49:02.668Z[ recovery-image] Aug 05 19:49:01.997 INFO O| Aug 05 19:49:01.997 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-05T19:49:02.677Z[ recovery-image] Aug 05 19:49:02.008 INFO O| Aug 05 19:49:02.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82892026-08-05T19:49:02.677Z[ recovery-image] Aug 05 19:49:02.008 INFO O| Aug 05 19:49:02.008 INFO STEP 1004 (remove_files) COMPLETE
82902026-08-05T19:49:02.680Z[ recovery-image] Aug 05 19:49:02.008 INFO O| Aug 05 19:49:02.008 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-05T19:49:02.687Z[ recovery-image] Aug 05 19:49:02.018 INFO O| Aug 05 19:49:02.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82922026-08-05T19:49:02.687Z[ recovery-image] Aug 05 19:49:02.018 INFO O| Aug 05 19:49:02.018 INFO STEP 1005 (remove_files) COMPLETE
82932026-08-05T19:49:02.687Z[ recovery-image] Aug 05 19:49:02.018 INFO O| Aug 05 19:49:02.018 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-05T19:49:02.697Z[ recovery-image] Aug 05 19:49:02.028 INFO O| Aug 05 19:49:02.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82952026-08-05T19:49:02.697Z[ recovery-image] Aug 05 19:49:02.028 INFO O| Aug 05 19:49:02.028 INFO STEP 1006 (remove_files) COMPLETE
82962026-08-05T19:49:02.697Z[ recovery-image] Aug 05 19:49:02.028 INFO O| Aug 05 19:49:02.028 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-05T19:49:02.706Z[ recovery-image] Aug 05 19:49:02.037 INFO O| Aug 05 19:49:02.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82982026-08-05T19:49:02.706Z[ recovery-image] Aug 05 19:49:02.037 INFO O| Aug 05 19:49:02.037 INFO STEP 1007 (remove_files) COMPLETE
82992026-08-05T19:49:02.709Z[ recovery-image] Aug 05 19:49:02.037 INFO O| Aug 05 19:49:02.037 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-05T19:49:02.715Z[ recovery-image] Aug 05 19:49:02.046 INFO O| Aug 05 19:49:02.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83012026-08-05T19:49:02.715Z[ recovery-image] Aug 05 19:49:02.046 INFO O| Aug 05 19:49:02.046 INFO STEP 1008 (remove_files) COMPLETE
83022026-08-05T19:49:02.718Z[ recovery-image] Aug 05 19:49:02.046 INFO O| Aug 05 19:49:02.046 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-05T19:49:02.725Z[ recovery-image] Aug 05 19:49:02.057 INFO O| Aug 05 19:49:02.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83042026-08-05T19:49:02.725Z[ recovery-image] Aug 05 19:49:02.057 INFO O| Aug 05 19:49:02.057 INFO STEP 1009 (remove_files) COMPLETE
83052026-08-05T19:49:02.725Z[ recovery-image] Aug 05 19:49:02.057 INFO O| Aug 05 19:49:02.057 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-05T19:49:02.736Z[ recovery-image] Aug 05 19:49:02.068 INFO O| Aug 05 19:49:02.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83072026-08-05T19:49:02.737Z[ recovery-image] Aug 05 19:49:02.068 INFO O| Aug 05 19:49:02.068 INFO STEP 1010 (remove_files) COMPLETE
83082026-08-05T19:49:02.740Z[ recovery-image] Aug 05 19:49:02.068 INFO O| Aug 05 19:49:02.068 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-05T19:49:02.747Z[ recovery-image] Aug 05 19:49:02.078 INFO O| Aug 05 19:49:02.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83102026-08-05T19:49:02.747Z[ recovery-image] Aug 05 19:49:02.078 INFO O| Aug 05 19:49:02.078 INFO STEP 1011 (remove_files) COMPLETE
83112026-08-05T19:49:02.747Z[ recovery-image] Aug 05 19:49:02.078 INFO O| Aug 05 19:49:02.078 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-05T19:49:02.756Z[ recovery-image] Aug 05 19:49:02.087 INFO O| Aug 05 19:49:02.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83132026-08-05T19:49:02.759Z[ recovery-image] Aug 05 19:49:02.088 INFO O| Aug 05 19:49:02.088 INFO STEP 1012 (remove_files) COMPLETE
83142026-08-05T19:49:02.759Z[ recovery-image] Aug 05 19:49:02.088 INFO O| Aug 05 19:49:02.088 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-05T19:49:02.767Z[ recovery-image] Aug 05 19:49:02.098 INFO O| Aug 05 19:49:02.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83162026-08-05T19:49:02.767Z[ recovery-image] Aug 05 19:49:02.099 INFO O| Aug 05 19:49:02.099 INFO STEP 1013 (remove_files) COMPLETE
83172026-08-05T19:49:02.767Z[ recovery-image] Aug 05 19:49:02.099 INFO O| Aug 05 19:49:02.099 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-05T19:49:02.778Z[ recovery-image] Aug 05 19:49:02.109 INFO O| Aug 05 19:49:02.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83192026-08-05T19:49:02.778Z[ recovery-image] Aug 05 19:49:02.109 INFO O| Aug 05 19:49:02.109 INFO STEP 1014 (remove_files) COMPLETE
83202026-08-05T19:49:02.781Z[ recovery-image] Aug 05 19:49:02.109 INFO O| Aug 05 19:49:02.109 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-05T19:49:02.789Z[ recovery-image] Aug 05 19:49:02.120 INFO O| Aug 05 19:49:02.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83222026-08-05T19:49:02.789Z[ recovery-image] Aug 05 19:49:02.120 INFO O| Aug 05 19:49:02.119 INFO STEP 1015 (remove_files) COMPLETE
83232026-08-05T19:49:02.792Z[ recovery-image] Aug 05 19:49:02.120 INFO O| Aug 05 19:49:02.119 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-05T19:49:02.798Z[ recovery-image] Aug 05 19:49:02.129 INFO O| Aug 05 19:49:02.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83252026-08-05T19:49:02.798Z[ recovery-image] Aug 05 19:49:02.129 INFO O| Aug 05 19:49:02.129 INFO STEP 1016 (remove_files) COMPLETE
83262026-08-05T19:49:02.798Z[ recovery-image] Aug 05 19:49:02.129 INFO O| Aug 05 19:49:02.129 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-05T19:49:02.808Z[ recovery-image] Aug 05 19:49:02.139 INFO O| Aug 05 19:49:02.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83282026-08-05T19:49:02.808Z[ recovery-image] Aug 05 19:49:02.139 INFO O| Aug 05 19:49:02.139 INFO STEP 1017 (remove_files) COMPLETE
83292026-08-05T19:49:02.811Z[ recovery-image] Aug 05 19:49:02.139 INFO O| Aug 05 19:49:02.139 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-05T19:49:02.820Z[ recovery-image] Aug 05 19:49:02.151 INFO O| Aug 05 19:49:02.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83312026-08-05T19:49:02.820Z[ recovery-image] Aug 05 19:49:02.151 INFO O| Aug 05 19:49:02.151 INFO STEP 1018 (remove_files) COMPLETE
83322026-08-05T19:49:02.823Z[ recovery-image] Aug 05 19:49:02.151 INFO O| Aug 05 19:49:02.151 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-05T19:49:02.828Z[ recovery-image] Aug 05 19:49:02.159 INFO O| Aug 05 19:49:02.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83342026-08-05T19:49:02.828Z[ recovery-image] Aug 05 19:49:02.160 INFO O| Aug 05 19:49:02.159 INFO STEP 1019 (remove_files) COMPLETE
83352026-08-05T19:49:02.828Z[ recovery-image] Aug 05 19:49:02.160 INFO O| Aug 05 19:49:02.160 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-05T19:49:02.837Z[ recovery-image] Aug 05 19:49:02.168 INFO O| Aug 05 19:49:02.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83372026-08-05T19:49:02.837Z[ recovery-image] Aug 05 19:49:02.168 INFO O| Aug 05 19:49:02.168 INFO STEP 1020 (remove_files) COMPLETE
83382026-08-05T19:49:02.837Z[ recovery-image] Aug 05 19:49:02.168 INFO O| Aug 05 19:49:02.168 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-05T19:49:02.844Z[ recovery-image] Aug 05 19:49:02.176 INFO O| Aug 05 19:49:02.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83402026-08-05T19:49:02.844Z[ recovery-image] Aug 05 19:49:02.176 INFO O| Aug 05 19:49:02.176 INFO STEP 1021 (remove_files) COMPLETE
83412026-08-05T19:49:02.845Z[ recovery-image] Aug 05 19:49:02.176 INFO O| Aug 05 19:49:02.176 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-05T19:49:02.855Z[ recovery-image] Aug 05 19:49:02.185 INFO O| Aug 05 19:49:02.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83432026-08-05T19:49:02.855Z[ recovery-image] Aug 05 19:49:02.185 INFO O| Aug 05 19:49:02.184 INFO STEP 1022 (remove_files) COMPLETE
83442026-08-05T19:49:02.855Z[ recovery-image] Aug 05 19:49:02.185 INFO O| Aug 05 19:49:02.184 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-05T19:49:02.863Z[ recovery-image] Aug 05 19:49:02.194 INFO O| Aug 05 19:49:02.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83462026-08-05T19:49:02.863Z[ recovery-image] Aug 05 19:49:02.194 INFO O| Aug 05 19:49:02.194 INFO STEP 1023 (remove_files) COMPLETE
83472026-08-05T19:49:02.866Z[ recovery-image] Aug 05 19:49:02.194 INFO O| Aug 05 19:49:02.194 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-05T19:49:02.872Z[ recovery-image] Aug 05 19:49:02.203 INFO O| Aug 05 19:49:02.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83492026-08-05T19:49:02.872Z[ recovery-image] Aug 05 19:49:02.203 INFO O| Aug 05 19:49:02.203 INFO STEP 1024 (remove_files) COMPLETE
83502026-08-05T19:49:02.872Z[ recovery-image] Aug 05 19:49:02.203 INFO O| Aug 05 19:49:02.203 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-05T19:49:02.882Z[ recovery-image] Aug 05 19:49:02.213 INFO O| Aug 05 19:49:02.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83522026-08-05T19:49:02.882Z[ recovery-image] Aug 05 19:49:02.213 INFO O| Aug 05 19:49:02.213 INFO STEP 1025 (remove_files) COMPLETE
83532026-08-05T19:49:02.885Z[ recovery-image] Aug 05 19:49:02.213 INFO O| Aug 05 19:49:02.213 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-05T19:49:02.892Z[ recovery-image] Aug 05 19:49:02.223 INFO O| Aug 05 19:49:02.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83552026-08-05T19:49:02.892Z[ recovery-image] Aug 05 19:49:02.223 INFO O| Aug 05 19:49:02.223 INFO STEP 1026 (remove_files) COMPLETE
83562026-08-05T19:49:02.892Z[ recovery-image] Aug 05 19:49:02.223 INFO O| Aug 05 19:49:02.223 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-05T19:49:02.901Z[ recovery-image] Aug 05 19:49:02.233 INFO O| Aug 05 19:49:02.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83582026-08-05T19:49:02.901Z[ recovery-image] Aug 05 19:49:02.233 INFO O| Aug 05 19:49:02.233 INFO STEP 1027 (remove_files) COMPLETE
83592026-08-05T19:49:02.904Z[ recovery-image] Aug 05 19:49:02.233 INFO O| Aug 05 19:49:02.233 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-05T19:49:02.911Z[ recovery-image] Aug 05 19:49:02.243 INFO O| Aug 05 19:49:02.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83612026-08-05T19:49:02.911Z[ recovery-image] Aug 05 19:49:02.243 INFO O| Aug 05 19:49:02.243 INFO STEP 1028 (remove_files) COMPLETE
83622026-08-05T19:49:02.911Z[ recovery-image] Aug 05 19:49:02.243 INFO O| Aug 05 19:49:02.243 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-05T19:49:02.921Z[ recovery-image] Aug 05 19:49:02.252 INFO O| Aug 05 19:49:02.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83642026-08-05T19:49:02.921Z[ recovery-image] Aug 05 19:49:02.252 INFO O| Aug 05 19:49:02.252 INFO STEP 1029 (remove_files) COMPLETE
83652026-08-05T19:49:02.921Z[ recovery-image] Aug 05 19:49:02.252 INFO O| Aug 05 19:49:02.252 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-05T19:49:02.933Z[ recovery-image] Aug 05 19:49:02.262 INFO O| Aug 05 19:49:02.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83672026-08-05T19:49:02.936Z[ recovery-image] Aug 05 19:49:02.265 INFO O| Aug 05 19:49:02.265 INFO STEP 1030 (remove_files) COMPLETE
83682026-08-05T19:49:02.936Z[ recovery-image] Aug 05 19:49:02.265 INFO O| Aug 05 19:49:02.265 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-05T19:49:02.944Z[ recovery-image] Aug 05 19:49:02.275 INFO O| Aug 05 19:49:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83702026-08-05T19:49:02.944Z[ recovery-image] Aug 05 19:49:02.275 INFO O| Aug 05 19:49:02.275 INFO STEP 1031 (remove_files) COMPLETE
83712026-08-05T19:49:02.944Z[ recovery-image] Aug 05 19:49:02.275 INFO O| Aug 05 19:49:02.275 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-05T19:49:02.954Z[ recovery-image] Aug 05 19:49:02.285 INFO O| Aug 05 19:49:02.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83732026-08-05T19:49:02.954Z[ recovery-image] Aug 05 19:49:02.285 INFO O| Aug 05 19:49:02.285 INFO STEP 1032 (remove_files) COMPLETE
83742026-08-05T19:49:02.954Z[ recovery-image] Aug 05 19:49:02.285 INFO O| Aug 05 19:49:02.285 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-05T19:49:02.962Z[ recovery-image] Aug 05 19:49:02.294 INFO O| Aug 05 19:49:02.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83762026-08-05T19:49:02.962Z[ recovery-image] Aug 05 19:49:02.294 INFO O| Aug 05 19:49:02.294 INFO STEP 1033 (remove_files) COMPLETE
83772026-08-05T19:49:02.962Z[ recovery-image] Aug 05 19:49:02.294 INFO O| Aug 05 19:49:02.294 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-05T19:49:02.971Z[ recovery-image] Aug 05 19:49:02.302 INFO O| Aug 05 19:49:02.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83792026-08-05T19:49:02.974Z[ recovery-image] Aug 05 19:49:02.302 INFO O| Aug 05 19:49:02.302 INFO STEP 1034 (remove_files) COMPLETE
83802026-08-05T19:49:02.974Z[ recovery-image] Aug 05 19:49:02.302 INFO O| Aug 05 19:49:02.302 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-05T19:49:02.982Z[ recovery-image] Aug 05 19:49:02.314 INFO O| Aug 05 19:49:02.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83822026-08-05T19:49:02.982Z[ recovery-image] Aug 05 19:49:02.314 INFO O| Aug 05 19:49:02.314 INFO STEP 1035 (remove_files) COMPLETE
83832026-08-05T19:49:02.986Z[ recovery-image] Aug 05 19:49:02.314 INFO O| Aug 05 19:49:02.314 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-05T19:49:02.993Z[ recovery-image] Aug 05 19:49:02.324 INFO O| Aug 05 19:49:02.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83852026-08-05T19:49:02.993Z[ recovery-image] Aug 05 19:49:02.325 INFO O| Aug 05 19:49:02.324 INFO STEP 1036 (remove_files) COMPLETE
83862026-08-05T19:49:02.996Z[ recovery-image] Aug 05 19:49:02.325 INFO O| Aug 05 19:49:02.324 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-05T19:49:03.004Z[ recovery-image] Aug 05 19:49:02.335 INFO O| Aug 05 19:49:02.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83882026-08-05T19:49:03.004Z[ recovery-image] Aug 05 19:49:02.335 INFO O| Aug 05 19:49:02.335 INFO STEP 1037 (remove_files) COMPLETE
83892026-08-05T19:49:03.004Z[ recovery-image] Aug 05 19:49:02.335 INFO O| Aug 05 19:49:02.335 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-05T19:49:03.015Z[ recovery-image] Aug 05 19:49:02.347 INFO O| Aug 05 19:49:02.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83912026-08-05T19:49:03.015Z[ recovery-image] Aug 05 19:49:02.347 INFO O| Aug 05 19:49:02.347 INFO STEP 1038 (remove_files) COMPLETE
83922026-08-05T19:49:03.015Z[ recovery-image] Aug 05 19:49:02.347 INFO O| Aug 05 19:49:02.347 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-05T19:49:03.026Z[ recovery-image] Aug 05 19:49:02.358 INFO O| Aug 05 19:49:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83942026-08-05T19:49:03.026Z[ recovery-image] Aug 05 19:49:02.358 INFO O| Aug 05 19:49:02.358 INFO STEP 1039 (remove_files) COMPLETE
83952026-08-05T19:49:03.026Z[ recovery-image] Aug 05 19:49:02.358 INFO O| Aug 05 19:49:02.358 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-05T19:49:03.038Z[ recovery-image] Aug 05 19:49:02.369 INFO O| Aug 05 19:49:02.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83972026-08-05T19:49:03.038Z[ recovery-image] Aug 05 19:49:02.369 INFO O| Aug 05 19:49:02.369 INFO STEP 1040 (remove_files) COMPLETE
83982026-08-05T19:49:03.038Z[ recovery-image] Aug 05 19:49:02.369 INFO O| Aug 05 19:49:02.369 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-05T19:49:03.048Z[ recovery-image] Aug 05 19:49:02.379 INFO O| Aug 05 19:49:02.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84002026-08-05T19:49:03.048Z[ recovery-image] Aug 05 19:49:02.379 INFO O| Aug 05 19:49:02.379 INFO STEP 1041 (remove_files) COMPLETE
84012026-08-05T19:49:03.051Z[ recovery-image] Aug 05 19:49:02.379 INFO O| Aug 05 19:49:02.379 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-05T19:49:03.058Z[ recovery-image] Aug 05 19:49:02.390 INFO O| Aug 05 19:49:02.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84032026-08-05T19:49:03.058Z[ recovery-image] Aug 05 19:49:02.390 INFO O| Aug 05 19:49:02.390 INFO STEP 1042 (remove_files) COMPLETE
84042026-08-05T19:49:03.061Z[ recovery-image] Aug 05 19:49:02.390 INFO O| Aug 05 19:49:02.390 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-05T19:49:03.065Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
84062026-08-05T19:49:03.069Z[ recovery-image] Aug 05 19:49:02.400 INFO O| Aug 05 19:49:02.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84072026-08-05T19:49:03.069Z[ recovery-image] Aug 05 19:49:02.400 INFO O| Aug 05 19:49:02.400 INFO STEP 1043 (remove_files) COMPLETE
84082026-08-05T19:49:03.072Z[ recovery-image] Aug 05 19:49:02.400 INFO O| Aug 05 19:49:02.400 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-05T19:49:03.079Z[ recovery-image] Aug 05 19:49:02.411 INFO O| Aug 05 19:49:02.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84102026-08-05T19:49:03.079Z[ recovery-image] Aug 05 19:49:02.411 INFO O| Aug 05 19:49:02.411 INFO STEP 1044 (remove_files) COMPLETE
84112026-08-05T19:49:03.079Z[ recovery-image] Aug 05 19:49:02.411 INFO O| Aug 05 19:49:02.411 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-05T19:49:03.090Z[ recovery-image] Aug 05 19:49:02.421 INFO O| Aug 05 19:49:02.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84132026-08-05T19:49:03.090Z[ recovery-image] Aug 05 19:49:02.421 INFO O| Aug 05 19:49:02.421 INFO STEP 1045 (remove_files) COMPLETE
84142026-08-05T19:49:03.090Z[ recovery-image] Aug 05 19:49:02.421 INFO O| Aug 05 19:49:02.421 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-05T19:49:03.101Z[ recovery-image] Aug 05 19:49:02.432 INFO O| Aug 05 19:49:02.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84162026-08-05T19:49:03.101Z[ recovery-image] Aug 05 19:49:02.432 INFO O| Aug 05 19:49:02.432 INFO STEP 1046 (remove_files) COMPLETE
84172026-08-05T19:49:03.104Z[ recovery-image] Aug 05 19:49:02.432 INFO O| Aug 05 19:49:02.432 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-05T19:49:03.110Z[ recovery-image] Aug 05 19:49:02.442 INFO O| Aug 05 19:49:02.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84192026-08-05T19:49:03.110Z[ recovery-image] Aug 05 19:49:02.442 INFO O| Aug 05 19:49:02.442 INFO STEP 1047 (remove_files) COMPLETE
84202026-08-05T19:49:03.113Z[ recovery-image] Aug 05 19:49:02.442 INFO O| Aug 05 19:49:02.442 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-05T19:49:03.119Z[ recovery-image] Aug 05 19:49:02.451 INFO O| Aug 05 19:49:02.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84222026-08-05T19:49:03.122Z[ recovery-image] Aug 05 19:49:02.451 INFO O| Aug 05 19:49:02.451 INFO STEP 1048 (remove_files) COMPLETE
84232026-08-05T19:49:03.123Z[ recovery-image] Aug 05 19:49:02.451 INFO O| Aug 05 19:49:02.451 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-05T19:49:03.129Z[ recovery-image] Aug 05 19:49:02.461 INFO O| Aug 05 19:49:02.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84252026-08-05T19:49:03.130Z[ recovery-image] Aug 05 19:49:02.461 INFO O| Aug 05 19:49:02.461 INFO STEP 1049 (remove_files) COMPLETE
84262026-08-05T19:49:03.133Z[ recovery-image] Aug 05 19:49:02.461 INFO O| Aug 05 19:49:02.461 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-05T19:49:03.140Z[ recovery-image] Aug 05 19:49:02.471 INFO O| Aug 05 19:49:02.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84282026-08-05T19:49:03.140Z[ recovery-image] Aug 05 19:49:02.471 INFO O| Aug 05 19:49:02.471 INFO STEP 1050 (remove_files) COMPLETE
84292026-08-05T19:49:03.140Z[ recovery-image] Aug 05 19:49:02.471 INFO O| Aug 05 19:49:02.471 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-05T19:49:03.150Z[ recovery-image] Aug 05 19:49:02.481 INFO O| Aug 05 19:49:02.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84312026-08-05T19:49:03.150Z[ recovery-image] Aug 05 19:49:02.481 INFO O| Aug 05 19:49:02.481 INFO STEP 1051 (remove_files) COMPLETE
84322026-08-05T19:49:03.150Z[ recovery-image] Aug 05 19:49:02.481 INFO O| Aug 05 19:49:02.481 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-05T19:49:03.159Z[ recovery-image] Aug 05 19:49:02.490 INFO O| Aug 05 19:49:02.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84342026-08-05T19:49:03.159Z[ recovery-image] Aug 05 19:49:02.490 INFO O| Aug 05 19:49:02.490 INFO STEP 1052 (remove_files) COMPLETE
84352026-08-05T19:49:03.159Z[ recovery-image] Aug 05 19:49:02.490 INFO O| Aug 05 19:49:02.490 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-05T19:49:03.167Z[ recovery-image] Aug 05 19:49:02.498 INFO O| Aug 05 19:49:02.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84372026-08-05T19:49:03.167Z[ recovery-image] Aug 05 19:49:02.498 INFO O| Aug 05 19:49:02.498 INFO STEP 1053 (remove_files) COMPLETE
84382026-08-05T19:49:03.167Z[ recovery-image] Aug 05 19:49:02.498 INFO O| Aug 05 19:49:02.498 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-05T19:49:03.172Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
84402026-08-05T19:49:03.176Z[ recovery-image] Aug 05 19:49:02.507 INFO O| Aug 05 19:49:02.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84412026-08-05T19:49:03.176Z[ recovery-image] Aug 05 19:49:02.507 INFO O| Aug 05 19:49:02.507 INFO STEP 1054 (remove_files) COMPLETE
84422026-08-05T19:49:03.176Z[ recovery-image] Aug 05 19:49:02.507 INFO O| Aug 05 19:49:02.507 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-05T19:49:03.186Z[ recovery-image] Aug 05 19:49:02.517 INFO O| Aug 05 19:49:02.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84442026-08-05T19:49:03.186Z[ recovery-image] Aug 05 19:49:02.517 INFO O| Aug 05 19:49:02.517 INFO STEP 1055 (remove_files) COMPLETE
84452026-08-05T19:49:03.186Z[ recovery-image] Aug 05 19:49:02.517 INFO O| Aug 05 19:49:02.517 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-05T19:49:03.195Z[ recovery-image] Aug 05 19:49:02.527 INFO O| Aug 05 19:49:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84472026-08-05T19:49:03.195Z[ recovery-image] Aug 05 19:49:02.527 INFO O| Aug 05 19:49:02.527 INFO STEP 1056 (remove_files) COMPLETE
84482026-08-05T19:49:03.195Z[ recovery-image] Aug 05 19:49:02.527 INFO O| Aug 05 19:49:02.527 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-05T19:49:03.206Z[ recovery-image] Aug 05 19:49:02.537 INFO O| Aug 05 19:49:02.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84502026-08-05T19:49:03.206Z[ recovery-image] Aug 05 19:49:02.537 INFO O| Aug 05 19:49:02.537 INFO STEP 1057 (remove_files) COMPLETE
84512026-08-05T19:49:03.206Z[ recovery-image] Aug 05 19:49:02.537 INFO O| Aug 05 19:49:02.537 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-05T19:49:03.217Z[ recovery-image] Aug 05 19:49:02.548 INFO O| Aug 05 19:49:02.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84532026-08-05T19:49:03.217Z[ recovery-image] Aug 05 19:49:02.549 INFO O| Aug 05 19:49:02.548 INFO STEP 1058 (remove_files) COMPLETE
84542026-08-05T19:49:03.217Z[ recovery-image] Aug 05 19:49:02.549 INFO O| Aug 05 19:49:02.548 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-05T19:49:03.227Z[ recovery-image] Aug 05 19:49:02.558 INFO O| Aug 05 19:49:02.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84562026-08-05T19:49:03.227Z[ recovery-image] Aug 05 19:49:02.558 INFO O| Aug 05 19:49:02.558 INFO STEP 1059 (remove_files) COMPLETE
84572026-08-05T19:49:03.230Z[ recovery-image] Aug 05 19:49:02.558 INFO O| Aug 05 19:49:02.558 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-05T19:49:03.237Z[ recovery-image] Aug 05 19:49:02.568 INFO O| Aug 05 19:49:02.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84592026-08-05T19:49:03.237Z[ recovery-image] Aug 05 19:49:02.568 INFO O| Aug 05 19:49:02.568 INFO STEP 1060 (remove_files) COMPLETE
84602026-08-05T19:49:03.237Z[ recovery-image] Aug 05 19:49:02.568 INFO O| Aug 05 19:49:02.568 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-05T19:49:03.248Z[ recovery-image] Aug 05 19:49:02.579 INFO O| Aug 05 19:49:02.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84622026-08-05T19:49:03.248Z[ recovery-image] Aug 05 19:49:02.579 INFO O| Aug 05 19:49:02.579 INFO STEP 1061 (remove_files) COMPLETE
84632026-08-05T19:49:03.248Z[ recovery-image] Aug 05 19:49:02.579 INFO O| Aug 05 19:49:02.579 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-05T19:49:03.258Z[ recovery-image] Aug 05 19:49:02.589 INFO O| Aug 05 19:49:02.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84652026-08-05T19:49:03.258Z[ recovery-image] Aug 05 19:49:02.589 INFO O| Aug 05 19:49:02.589 INFO STEP 1062 (remove_files) COMPLETE
84662026-08-05T19:49:03.261Z[ recovery-image] Aug 05 19:49:02.589 INFO O| Aug 05 19:49:02.589 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-05T19:49:03.267Z[ recovery-image] Aug 05 19:49:02.599 INFO O| Aug 05 19:49:02.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84682026-08-05T19:49:03.267Z[ recovery-image] Aug 05 19:49:02.599 INFO O| Aug 05 19:49:02.599 INFO STEP 1063 (remove_files) COMPLETE
84692026-08-05T19:49:03.267Z[ recovery-image] Aug 05 19:49:02.599 INFO O| Aug 05 19:49:02.599 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-05T19:49:03.278Z[ recovery-image] Aug 05 19:49:02.609 INFO O| Aug 05 19:49:02.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84712026-08-05T19:49:03.278Z[ recovery-image] Aug 05 19:49:02.609 INFO O| Aug 05 19:49:02.609 INFO STEP 1064 (remove_files) COMPLETE
84722026-08-05T19:49:03.278Z[ recovery-image] Aug 05 19:49:02.609 INFO O| Aug 05 19:49:02.609 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-05T19:49:03.288Z[ recovery-image] Aug 05 19:49:02.619 INFO O| Aug 05 19:49:02.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84742026-08-05T19:49:03.288Z[ recovery-image] Aug 05 19:49:02.619 INFO O| Aug 05 19:49:02.619 INFO STEP 1065 (remove_files) COMPLETE
84752026-08-05T19:49:03.288Z[ recovery-image] Aug 05 19:49:02.619 INFO O| Aug 05 19:49:02.619 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-05T19:49:03.297Z[ recovery-image] Aug 05 19:49:02.628 INFO O| Aug 05 19:49:02.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84772026-08-05T19:49:03.297Z[ recovery-image] Aug 05 19:49:02.628 INFO O| Aug 05 19:49:02.628 INFO STEP 1066 (remove_files) COMPLETE
84782026-08-05T19:49:03.297Z[ recovery-image] Aug 05 19:49:02.628 INFO O| Aug 05 19:49:02.628 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-05T19:49:03.306Z[ recovery-image] Aug 05 19:49:02.638 INFO O| Aug 05 19:49:02.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84802026-08-05T19:49:03.309Z[ recovery-image] Aug 05 19:49:02.638 INFO O| Aug 05 19:49:02.638 INFO STEP 1067 (remove_files) COMPLETE
84812026-08-05T19:49:03.309Z[ recovery-image] Aug 05 19:49:02.638 INFO O| Aug 05 19:49:02.638 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-05T19:49:03.315Z[ recovery-image] Aug 05 19:49:02.647 INFO O| Aug 05 19:49:02.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84832026-08-05T19:49:03.315Z[ recovery-image] Aug 05 19:49:02.647 INFO O| Aug 05 19:49:02.647 INFO STEP 1068 (remove_files) COMPLETE
84842026-08-05T19:49:03.315Z[ recovery-image] Aug 05 19:49:02.647 INFO O| Aug 05 19:49:02.647 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-05T19:49:03.324Z[ recovery-image] Aug 05 19:49:02.655 INFO O| Aug 05 19:49:02.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84862026-08-05T19:49:03.324Z[ recovery-image] Aug 05 19:49:02.655 INFO O| Aug 05 19:49:02.655 INFO STEP 1069 (remove_files) COMPLETE
84872026-08-05T19:49:03.324Z[ recovery-image] Aug 05 19:49:02.655 INFO O| Aug 05 19:49:02.655 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-05T19:49:03.335Z[ recovery-image] Aug 05 19:49:02.667 INFO O| Aug 05 19:49:02.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84892026-08-05T19:49:03.335Z[ recovery-image] Aug 05 19:49:02.667 INFO O| Aug 05 19:49:02.667 INFO STEP 1070 (remove_files) COMPLETE
84902026-08-05T19:49:03.335Z[ recovery-image] Aug 05 19:49:02.667 INFO O| Aug 05 19:49:02.667 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-05T19:49:03.345Z[ recovery-image] Aug 05 19:49:02.677 INFO O| Aug 05 19:49:02.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84922026-08-05T19:49:03.345Z[ recovery-image] Aug 05 19:49:02.677 INFO O| Aug 05 19:49:02.677 INFO STEP 1071 (remove_files) COMPLETE
84932026-08-05T19:49:03.345Z[ recovery-image] Aug 05 19:49:02.677 INFO O| Aug 05 19:49:02.677 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-05T19:49:03.354Z[ recovery-image] Aug 05 19:49:02.686 INFO O| Aug 05 19:49:02.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84952026-08-05T19:49:03.354Z[ recovery-image] Aug 05 19:49:02.686 INFO O| Aug 05 19:49:02.686 INFO STEP 1072 (remove_files) COMPLETE
84962026-08-05T19:49:03.354Z[ recovery-image] Aug 05 19:49:02.686 INFO O| Aug 05 19:49:02.686 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-05T19:49:03.363Z[ recovery-image] Aug 05 19:49:02.694 INFO O| Aug 05 19:49:02.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84982026-08-05T19:49:03.363Z[ recovery-image] Aug 05 19:49:02.694 INFO O| Aug 05 19:49:02.694 INFO STEP 1073 (remove_files) COMPLETE
84992026-08-05T19:49:03.363Z[ recovery-image] Aug 05 19:49:02.694 INFO O| Aug 05 19:49:02.694 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-05T19:49:03.373Z[ recovery-image] Aug 05 19:49:02.704 INFO O| Aug 05 19:49:02.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85012026-08-05T19:49:03.373Z[ recovery-image] Aug 05 19:49:02.704 INFO O| Aug 05 19:49:02.704 INFO STEP 1074 (remove_files) COMPLETE
85022026-08-05T19:49:03.373Z[ recovery-image] Aug 05 19:49:02.704 INFO O| Aug 05 19:49:02.704 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-05T19:49:03.382Z[ recovery-image] Aug 05 19:49:02.713 INFO O| Aug 05 19:49:02.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85042026-08-05T19:49:03.382Z[ recovery-image] Aug 05 19:49:02.713 INFO O| Aug 05 19:49:02.713 INFO STEP 1075 (remove_files) COMPLETE
85052026-08-05T19:49:03.382Z[ recovery-image] Aug 05 19:49:02.713 INFO O| Aug 05 19:49:02.713 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-05T19:49:03.391Z[ recovery-image] Aug 05 19:49:02.722 INFO O| Aug 05 19:49:02.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85072026-08-05T19:49:03.391Z[ recovery-image] Aug 05 19:49:02.722 INFO O| Aug 05 19:49:02.722 INFO STEP 1076 (remove_files) COMPLETE
85082026-08-05T19:49:03.391Z[ recovery-image] Aug 05 19:49:02.722 INFO O| Aug 05 19:49:02.722 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-05T19:49:03.400Z[ recovery-image] Aug 05 19:49:02.731 INFO O| Aug 05 19:49:02.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85102026-08-05T19:49:03.400Z[ recovery-image] Aug 05 19:49:02.731 INFO O| Aug 05 19:49:02.731 INFO STEP 1077 (remove_files) COMPLETE
85112026-08-05T19:49:03.400Z[ recovery-image] Aug 05 19:49:02.731 INFO O| Aug 05 19:49:02.731 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-05T19:49:03.408Z[ recovery-image] Aug 05 19:49:02.740 INFO O| Aug 05 19:49:02.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85132026-08-05T19:49:03.408Z[ recovery-image] Aug 05 19:49:02.740 INFO O| Aug 05 19:49:02.740 INFO STEP 1078 (remove_files) COMPLETE
85142026-08-05T19:49:03.411Z[ recovery-image] Aug 05 19:49:02.740 INFO O| Aug 05 19:49:02.740 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-05T19:49:03.418Z[ recovery-image] Aug 05 19:49:02.749 INFO O| Aug 05 19:49:02.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85162026-08-05T19:49:03.418Z[ recovery-image] Aug 05 19:49:02.749 INFO O| Aug 05 19:49:02.749 INFO STEP 1079 (remove_files) COMPLETE
85172026-08-05T19:49:03.421Z[ recovery-image] Aug 05 19:49:02.749 INFO O| Aug 05 19:49:02.749 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-05T19:49:03.428Z[ recovery-image] Aug 05 19:49:02.760 INFO O| Aug 05 19:49:02.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85192026-08-05T19:49:03.429Z[ recovery-image] Aug 05 19:49:02.760 INFO O| Aug 05 19:49:02.760 INFO STEP 1080 (remove_files) COMPLETE
85202026-08-05T19:49:03.432Z[ recovery-image] Aug 05 19:49:02.760 INFO O| Aug 05 19:49:02.760 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-05T19:49:03.438Z[ recovery-image] Aug 05 19:49:02.770 INFO O| Aug 05 19:49:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85222026-08-05T19:49:03.438Z[ recovery-image] Aug 05 19:49:02.770 INFO O| Aug 05 19:49:02.770 INFO STEP 1081 (remove_files) COMPLETE
85232026-08-05T19:49:03.438Z[ recovery-image] Aug 05 19:49:02.770 INFO O| Aug 05 19:49:02.770 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-05T19:49:03.450Z[ recovery-image] Aug 05 19:49:02.782 INFO O| Aug 05 19:49:02.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85252026-08-05T19:49:03.450Z[ recovery-image] Aug 05 19:49:02.782 INFO O| Aug 05 19:49:02.782 INFO STEP 1082 (remove_files) COMPLETE
85262026-08-05T19:49:03.453Z[ recovery-image] Aug 05 19:49:02.782 INFO O| Aug 05 19:49:02.782 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-05T19:49:03.461Z[ recovery-image] Aug 05 19:49:02.792 INFO O| Aug 05 19:49:02.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85282026-08-05T19:49:03.461Z[ recovery-image] Aug 05 19:49:02.792 INFO O| Aug 05 19:49:02.792 INFO STEP 1083 (remove_files) COMPLETE
85292026-08-05T19:49:03.461Z[ recovery-image] Aug 05 19:49:02.792 INFO O| Aug 05 19:49:02.792 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-05T19:49:03.473Z[ recovery-image] Aug 05 19:49:02.804 INFO O| Aug 05 19:49:02.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85312026-08-05T19:49:03.473Z[ recovery-image] Aug 05 19:49:02.804 INFO O| Aug 05 19:49:02.804 INFO STEP 1084 (remove_files) COMPLETE
85322026-08-05T19:49:03.473Z[ recovery-image] Aug 05 19:49:02.804 INFO O| Aug 05 19:49:02.804 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-05T19:49:03.483Z[ recovery-image] Aug 05 19:49:02.814 INFO O| Aug 05 19:49:02.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85342026-08-05T19:49:03.483Z[ recovery-image] Aug 05 19:49:02.814 INFO O| Aug 05 19:49:02.814 INFO STEP 1085 (remove_files) COMPLETE
85352026-08-05T19:49:03.483Z[ recovery-image] Aug 05 19:49:02.814 INFO O| Aug 05 19:49:02.814 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-05T19:49:03.495Z[ recovery-image] Aug 05 19:49:02.826 INFO O| Aug 05 19:49:02.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85372026-08-05T19:49:03.495Z[ recovery-image] Aug 05 19:49:02.826 INFO O| Aug 05 19:49:02.826 INFO STEP 1086 (remove_files) COMPLETE
85382026-08-05T19:49:03.495Z[ recovery-image] Aug 05 19:49:02.826 INFO O| Aug 05 19:49:02.826 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-05T19:49:03.504Z[ recovery-image] Aug 05 19:49:02.835 INFO O| Aug 05 19:49:02.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85402026-08-05T19:49:03.507Z[ recovery-image] Aug 05 19:49:02.836 INFO O| Aug 05 19:49:02.836 INFO STEP 1087 (remove_files) COMPLETE
85412026-08-05T19:49:03.507Z[ recovery-image] Aug 05 19:49:02.836 INFO O| Aug 05 19:49:02.836 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-05T19:49:03.514Z[ recovery-image] Aug 05 19:49:02.845 INFO O| Aug 05 19:49:02.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85432026-08-05T19:49:03.514Z[ recovery-image] Aug 05 19:49:02.845 INFO O| Aug 05 19:49:02.845 INFO STEP 1088 (remove_files) COMPLETE
85442026-08-05T19:49:03.514Z[ recovery-image] Aug 05 19:49:02.845 INFO O| Aug 05 19:49:02.845 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-05T19:49:03.523Z[ recovery-image] Aug 05 19:49:02.854 INFO O| Aug 05 19:49:02.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85462026-08-05T19:49:03.523Z[ recovery-image] Aug 05 19:49:02.854 INFO O| Aug 05 19:49:02.854 INFO STEP 1089 (remove_files) COMPLETE
85472026-08-05T19:49:03.528Z[ recovery-image] Aug 05 19:49:02.854 INFO O| Aug 05 19:49:02.854 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-05T19:49:03.541Z[ recovery-image] Aug 05 19:49:02.866 INFO O| Aug 05 19:49:02.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85492026-08-05T19:49:03.541Z[ recovery-image] Aug 05 19:49:02.866 INFO O| Aug 05 19:49:02.866 INFO STEP 1090 (remove_files) COMPLETE
85502026-08-05T19:49:03.541Z[ recovery-image] Aug 05 19:49:02.866 INFO O| Aug 05 19:49:02.866 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-05T19:49:03.546Z[ recovery-image] Aug 05 19:49:02.877 INFO O| Aug 05 19:49:02.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85522026-08-05T19:49:03.546Z[ recovery-image] Aug 05 19:49:02.878 INFO O| Aug 05 19:49:02.877 INFO STEP 1091 (remove_files) COMPLETE
85532026-08-05T19:49:03.546Z[ recovery-image] Aug 05 19:49:02.878 INFO O| Aug 05 19:49:02.877 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-05T19:49:03.556Z[ recovery-image] Aug 05 19:49:02.888 INFO O| Aug 05 19:49:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85552026-08-05T19:49:03.556Z[ recovery-image] Aug 05 19:49:02.888 INFO O| Aug 05 19:49:02.888 INFO STEP 1092 (remove_files) COMPLETE
85562026-08-05T19:49:03.560Z[ recovery-image] Aug 05 19:49:02.888 INFO O| Aug 05 19:49:02.888 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-05T19:49:03.569Z[ recovery-image] Aug 05 19:49:02.899 INFO O| Aug 05 19:49:02.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85582026-08-05T19:49:03.569Z[ recovery-image] Aug 05 19:49:02.899 INFO O| Aug 05 19:49:02.899 INFO STEP 1093 (remove_files) COMPLETE
85592026-08-05T19:49:03.569Z[ recovery-image] Aug 05 19:49:02.899 INFO O| Aug 05 19:49:02.899 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-05T19:49:03.580Z[ recovery-image] Aug 05 19:49:02.911 INFO O| Aug 05 19:49:02.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85612026-08-05T19:49:03.580Z[ recovery-image] Aug 05 19:49:02.911 INFO O| Aug 05 19:49:02.911 INFO STEP 1094 (remove_files) COMPLETE
85622026-08-05T19:49:03.580Z[ recovery-image] Aug 05 19:49:02.911 INFO O| Aug 05 19:49:02.911 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-05T19:49:03.597Z[ recovery-image] Aug 05 19:49:02.922 INFO O| Aug 05 19:49:02.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85642026-08-05T19:49:03.597Z[ recovery-image] Aug 05 19:49:02.922 INFO O| Aug 05 19:49:02.922 INFO STEP 1095 (remove_files) COMPLETE
85652026-08-05T19:49:03.600Z[ recovery-image] Aug 05 19:49:02.922 INFO O| Aug 05 19:49:02.922 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-05T19:49:03.603Z[ recovery-image] Aug 05 19:49:02.933 INFO O| Aug 05 19:49:02.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85672026-08-05T19:49:03.603Z[ recovery-image] Aug 05 19:49:02.933 INFO O| Aug 05 19:49:02.933 INFO STEP 1096 (remove_files) COMPLETE
85682026-08-05T19:49:03.603Z[ recovery-image] Aug 05 19:49:02.933 INFO O| Aug 05 19:49:02.933 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-05T19:49:03.611Z[ recovery-image] Aug 05 19:49:02.943 INFO O| Aug 05 19:49:02.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85702026-08-05T19:49:03.611Z[ recovery-image] Aug 05 19:49:02.943 INFO O| Aug 05 19:49:02.943 INFO STEP 1097 (remove_files) COMPLETE
85712026-08-05T19:49:03.611Z[ recovery-image] Aug 05 19:49:02.943 INFO O| Aug 05 19:49:02.943 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-05T19:49:03.622Z[ recovery-image] Aug 05 19:49:02.953 INFO O| Aug 05 19:49:02.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85732026-08-05T19:49:03.622Z[ recovery-image] Aug 05 19:49:02.953 INFO O| Aug 05 19:49:02.953 INFO STEP 1098 (remove_files) COMPLETE
85742026-08-05T19:49:03.625Z[ recovery-image] Aug 05 19:49:02.953 INFO O| Aug 05 19:49:02.953 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-05T19:49:03.631Z[ recovery-image] Aug 05 19:49:02.963 INFO O| Aug 05 19:49:02.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85762026-08-05T19:49:03.631Z[ recovery-image] Aug 05 19:49:02.963 INFO O| Aug 05 19:49:02.963 INFO STEP 1099 (remove_files) COMPLETE
85772026-08-05T19:49:03.631Z[ recovery-image] Aug 05 19:49:02.963 INFO O| Aug 05 19:49:02.963 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-05T19:49:03.640Z[ recovery-image] Aug 05 19:49:02.972 INFO O| Aug 05 19:49:02.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85792026-08-05T19:49:03.640Z[ recovery-image] Aug 05 19:49:02.972 INFO O| Aug 05 19:49:02.972 INFO STEP 1100 (remove_files) COMPLETE
85802026-08-05T19:49:03.644Z[ recovery-image] Aug 05 19:49:02.972 INFO O| Aug 05 19:49:02.972 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-05T19:49:03.650Z[ recovery-image] Aug 05 19:49:02.982 INFO O| Aug 05 19:49:02.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85822026-08-05T19:49:03.650Z[ recovery-image] Aug 05 19:49:02.982 INFO O| Aug 05 19:49:02.982 INFO STEP 1101 (remove_files) COMPLETE
85832026-08-05T19:49:03.650Z[ recovery-image] Aug 05 19:49:02.982 INFO O| Aug 05 19:49:02.982 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-05T19:49:03.660Z[ recovery-image] Aug 05 19:49:02.992 INFO O| Aug 05 19:49:02.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85852026-08-05T19:49:03.660Z[ recovery-image] Aug 05 19:49:02.992 INFO O| Aug 05 19:49:02.992 INFO STEP 1102 (remove_files) COMPLETE
85862026-08-05T19:49:03.660Z[ recovery-image] Aug 05 19:49:02.992 INFO O| Aug 05 19:49:02.992 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-05T19:49:03.671Z[ recovery-image] Aug 05 19:49:03.002 INFO O| Aug 05 19:49:03.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85882026-08-05T19:49:03.671Z[ recovery-image] Aug 05 19:49:03.002 INFO O| Aug 05 19:49:03.002 INFO STEP 1103 (remove_files) COMPLETE
85892026-08-05T19:49:03.671Z[ recovery-image] Aug 05 19:49:03.003 INFO O| Aug 05 19:49:03.002 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-05T19:49:03.682Z[ recovery-image] Aug 05 19:49:03.013 INFO O| Aug 05 19:49:03.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85912026-08-05T19:49:03.682Z[ recovery-image] Aug 05 19:49:03.013 INFO O| Aug 05 19:49:03.013 INFO STEP 1104 (remove_files) COMPLETE
85922026-08-05T19:49:03.682Z[ recovery-image] Aug 05 19:49:03.013 INFO O| Aug 05 19:49:03.013 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-05T19:49:03.692Z[ recovery-image] Aug 05 19:49:03.023 INFO O| Aug 05 19:49:03.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85942026-08-05T19:49:03.692Z[ recovery-image] Aug 05 19:49:03.023 INFO O| Aug 05 19:49:03.023 INFO STEP 1105 (remove_files) COMPLETE
85952026-08-05T19:49:03.695Z[ recovery-image] Aug 05 19:49:03.024 INFO O| Aug 05 19:49:03.023 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-05T19:49:03.703Z[ recovery-image] Aug 05 19:49:03.035 INFO O| Aug 05 19:49:03.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85972026-08-05T19:49:03.703Z[ recovery-image] Aug 05 19:49:03.035 INFO O| Aug 05 19:49:03.035 INFO STEP 1106 (remove_files) COMPLETE
85982026-08-05T19:49:03.703Z[ recovery-image] Aug 05 19:49:03.035 INFO O| Aug 05 19:49:03.035 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-05T19:49:03.715Z[ recovery-image] Aug 05 19:49:03.047 INFO O| Aug 05 19:49:03.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86002026-08-05T19:49:03.715Z[ recovery-image] Aug 05 19:49:03.047 INFO O| Aug 05 19:49:03.047 INFO STEP 1107 (remove_files) COMPLETE
86012026-08-05T19:49:03.715Z[ recovery-image] Aug 05 19:49:03.047 INFO O| Aug 05 19:49:03.047 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-05T19:49:03.730Z[ recovery-image] Aug 05 19:49:03.058 INFO O| Aug 05 19:49:03.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86032026-08-05T19:49:03.731Z[ recovery-image] Aug 05 19:49:03.058 INFO O| Aug 05 19:49:03.058 INFO STEP 1108 (remove_files) COMPLETE
86042026-08-05T19:49:03.734Z[ recovery-image] Aug 05 19:49:03.058 INFO O| Aug 05 19:49:03.058 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-05T19:49:03.739Z[ recovery-image] Aug 05 19:49:03.069 INFO O| Aug 05 19:49:03.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86062026-08-05T19:49:03.739Z[ recovery-image] Aug 05 19:49:03.069 INFO O| Aug 05 19:49:03.069 INFO STEP 1109 (remove_files) COMPLETE
86072026-08-05T19:49:03.739Z[ recovery-image] Aug 05 19:49:03.069 INFO O| Aug 05 19:49:03.069 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-05T19:49:03.749Z[ recovery-image] Aug 05 19:49:03.081 INFO O| Aug 05 19:49:03.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86092026-08-05T19:49:03.749Z[ recovery-image] Aug 05 19:49:03.081 INFO O| Aug 05 19:49:03.081 INFO STEP 1110 (remove_files) COMPLETE
86102026-08-05T19:49:03.749Z[ recovery-image] Aug 05 19:49:03.081 INFO O| Aug 05 19:49:03.081 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-05T19:49:03.759Z[ recovery-image] Aug 05 19:49:03.091 INFO O| Aug 05 19:49:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86122026-08-05T19:49:03.759Z[ recovery-image] Aug 05 19:49:03.091 INFO O| Aug 05 19:49:03.091 INFO STEP 1111 (remove_files) COMPLETE
86132026-08-05T19:49:03.759Z[ recovery-image] Aug 05 19:49:03.091 INFO O| Aug 05 19:49:03.091 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-05T19:49:03.770Z[ recovery-image] Aug 05 19:49:03.101 INFO O| Aug 05 19:49:03.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86152026-08-05T19:49:03.770Z[ recovery-image] Aug 05 19:49:03.101 INFO O| Aug 05 19:49:03.101 INFO STEP 1112 (remove_files) COMPLETE
86162026-08-05T19:49:03.770Z[ recovery-image] Aug 05 19:49:03.101 INFO O| Aug 05 19:49:03.101 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-05T19:49:03.780Z[ recovery-image] Aug 05 19:49:03.111 INFO O| Aug 05 19:49:03.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86182026-08-05T19:49:03.780Z[ recovery-image] Aug 05 19:49:03.111 INFO O| Aug 05 19:49:03.111 INFO STEP 1113 (remove_files) COMPLETE
86192026-08-05T19:49:03.780Z[ recovery-image] Aug 05 19:49:03.111 INFO O| Aug 05 19:49:03.111 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-05T19:49:03.789Z[ recovery-image] Aug 05 19:49:03.120 INFO O| Aug 05 19:49:03.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86212026-08-05T19:49:03.789Z[ recovery-image] Aug 05 19:49:03.120 INFO O| Aug 05 19:49:03.120 INFO STEP 1114 (remove_files) COMPLETE
86222026-08-05T19:49:03.789Z[ recovery-image] Aug 05 19:49:03.120 INFO O| Aug 05 19:49:03.120 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-05T19:49:03.800Z[ recovery-image] Aug 05 19:49:03.131 INFO O| Aug 05 19:49:03.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86242026-08-05T19:49:03.800Z[ recovery-image] Aug 05 19:49:03.132 INFO O| Aug 05 19:49:03.132 INFO STEP 1115 (remove_files) COMPLETE
86252026-08-05T19:49:03.800Z[ recovery-image] Aug 05 19:49:03.132 INFO O| Aug 05 19:49:03.132 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-05T19:49:03.810Z[ recovery-image] Aug 05 19:49:03.141 INFO O| Aug 05 19:49:03.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86272026-08-05T19:49:03.810Z[ recovery-image] Aug 05 19:49:03.141 INFO O| Aug 05 19:49:03.141 INFO STEP 1116 (remove_files) COMPLETE
86282026-08-05T19:49:03.810Z[ recovery-image] Aug 05 19:49:03.141 INFO O| Aug 05 19:49:03.141 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-05T19:49:03.819Z[ recovery-image] Aug 05 19:49:03.151 INFO O| Aug 05 19:49:03.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86302026-08-05T19:49:03.819Z[ recovery-image] Aug 05 19:49:03.151 INFO O| Aug 05 19:49:03.151 INFO STEP 1117 (remove_files) COMPLETE
86312026-08-05T19:49:03.819Z[ recovery-image] Aug 05 19:49:03.151 INFO O| Aug 05 19:49:03.151 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86322026-08-05T19:49:03.835Z[ recovery-image] Aug 05 19:49:03.166 INFO O| Aug 05 19:49:03.166 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86332026-08-05T19:49:03.835Z[ recovery-image] Aug 05 19:49:03.166 INFO O| Aug 05 19:49:03.166 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86342026-08-05T19:49:04.045Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86352026-08-05T19:49:04.221Z[verify-libraries] Compiling git2 v0.20.4
86362026-08-05T19:49:04.576Z[ recovery-image] Aug 05 19:49:03.907 INFO O| Aug 05 19:49:03.907 INFO STEP 1118 (pack_tar) COMPLETE
86372026-08-05T19:49:04.576Z[ recovery-image] Aug 05 19:49:03.907 INFO O| Aug 05 19:49:03.907 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86382026-08-05T19:49:04.576Z[ recovery-image] Aug 05 19:49:03.907 INFO O| Aug 05 19:49:03.907 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86392026-08-05T19:49:05.226Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86402026-08-05T19:49:05.289Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86412026-08-05T19:49:05.567Z[ recovery-image] Aug 05 19:49:04.898 INFO O| Aug 05 19:49:04.898 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86422026-08-05T19:49:05.571Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86432026-08-05T19:49:05.614Z[ host-image] Aug 05 19:49:04.945 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24160:20260803T102756Z
86442026-08-05T19:49:05.614Z[ host-image] Aug 05 19:49:04.945 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24160:20260803T102756Z
86452026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.945 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
86462026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
86472026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
86482026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
86492026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
86502026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
86512026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260805T193013Z
86522026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
86532026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
86542026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24160:20260803T102756Z
86552026-08-05T19:49:05.618Z[ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24160:20260803T102757Z
86562026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24160:20260803T102757Z
86572026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24160:20260803T102757Z
86582026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
86592026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24160:20260803T102757Z
86602026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24160:20260803T102757Z
86612026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24160:20260803T102757Z
86622026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24160:20260803T102757Z
86632026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24160:20260803T102757Z
86642026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24160:20260803T102757Z
86652026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24160:20260803T102757Z
86662026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24160:20260803T102758Z
86672026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24160:20260803T102758Z
86682026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24160:20260803T102758Z
86692026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24160:20260803T102758Z
86702026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24160:20260803T102759Z
86712026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24160:20260803T102759Z
86722026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24160:20260803T102759Z
86732026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24160:20260803T102800Z
86742026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
86752026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24160:20260803T102800Z
86762026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24160:20260803T102801Z
86772026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24160:20260803T102801Z
86782026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24160:20260803T102802Z
86792026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24160:20260803T102802Z
86802026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24160:20260803T102802Z
86812026-08-05T19:49:05.619Z[ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24160:20260803T102802Z
86822026-08-05T19:49:05.623Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
86832026-08-05T19:49:05.623Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24160:20260803T102803Z
86842026-08-05T19:49:05.623Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
86852026-08-05T19:49:05.623Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
86862026-08-05T19:49:05.623Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
86872026-08-05T19:49:05.624Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
86882026-08-05T19:49:05.624Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24160:20260803T102803Z
86892026-08-05T19:49:05.624Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
86902026-08-05T19:49:05.624Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
86912026-08-05T19:49:05.624Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
86922026-08-05T19:49:05.624Z[ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
86932026-08-05T19:49:05.627Z[ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
86942026-08-05T19:49:05.628Z[ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
86952026-08-05T19:49:05.628Z[ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
86962026-08-05T19:49:05.628Z[ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
86972026-08-05T19:49:05.628Z[ host-image] Aug 05 19:49:04.957 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
86982026-08-05T19:49:05.628Z[ host-image] Aug 05 19:49:04.957 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
86992026-08-05T19:49:05.628Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87002026-08-05T19:49:05.638Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
87012026-08-05T19:49:05.638Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87022026-08-05T19:49:05.638Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87032026-08-05T19:49:05.641Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24160:20260803T102803Z
87042026-08-05T19:49:05.641Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24160:20260803T102806Z
87052026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87062026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24160:20260803T102806Z
87072026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87082026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87092026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87102026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
87112026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24160:20260803T102806Z
87122026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87132026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87142026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87152026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87162026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24160:20260803T102806Z
87172026-08-05T19:49:05.642Z[ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87182026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.975 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87192026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.975 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24160:20260803T102807Z
87202026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24160:20260803T102807Z
87212026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24160:20260803T102807Z
87222026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
87232026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24160:20260803T102807Z
87242026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24160:20260803T102807Z
87252026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24160:20260803T102807Z
87262026-08-05T19:49:05.646Z[ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24160:20260803T102807Z
87272026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
87282026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24160:20260803T102808Z
87292026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24160:20260803T102808Z
87302026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
87312026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24160:20260803T102808Z
87322026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24160:20260803T102808Z
87332026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24160:20260803T102808Z
87342026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24160:20260803T102809Z
87352026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24160:20260803T102809Z
87362026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
87372026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24160:20260803T102809Z
87382026-08-05T19:49:05.650Z[ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24160:20260803T102809Z
87392026-08-05T19:49:05.654Z[ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24160:20260803T102809Z
87402026-08-05T19:49:05.654Z[ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24160:20260803T102809Z
87412026-08-05T19:49:05.654Z[ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24160:20260803T102809Z
87422026-08-05T19:49:05.654Z[ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24160:20260803T102809Z
87432026-08-05T19:49:05.654Z[ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24160:20260803T102809Z
87442026-08-05T19:49:05.654Z[ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24160:20260803T102809Z
87452026-08-05T19:49:05.658Z[ host-image] Aug 05 19:49:04.985 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24160:20260803T102810Z
87462026-08-05T19:49:05.658Z[ host-image] Aug 05 19:49:04.985 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24160:20260803T102809Z
87472026-08-05T19:49:05.658Z[ host-image] Aug 05 19:49:04.985 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24160:20260803T102810Z
87482026-08-05T19:49:05.658Z[ host-image] Aug 05 19:49:04.986 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24160:20260803T102810Z
87492026-08-05T19:49:05.658Z[ host-image] Aug 05 19:49:04.986 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24160:20260803T102810Z
87502026-08-05T19:49:05.661Z[ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24160:20260803T102811Z
87512026-08-05T19:49:05.661Z[ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24160:20260803T102810Z
87522026-08-05T19:49:05.661Z[ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24160:20260803T102810Z
87532026-08-05T19:49:05.661Z[ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
87542026-08-05T19:49:05.661Z[ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
87552026-08-05T19:49:05.669Z[ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24160:20260803T102810Z
87562026-08-05T19:49:05.669Z[ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
87572026-08-05T19:49:05.669Z[ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24160:20260803T102810Z
87582026-08-05T19:49:05.672Z[ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24160:20260803T102810Z
87592026-08-05T19:49:05.672Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24160:20260803T102810Z
87602026-08-05T19:49:05.672Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
87612026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
87622026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24160:20260803T102811Z
87632026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24160:20260803T102811Z
87642026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24160:20260803T102811Z
87652026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24160:20260803T102811Z
87662026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24160:20260803T102811Z
87672026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.002 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24160:20260803T102811Z
87682026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.002 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
87692026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.002 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24160:20260803T102811Z
87702026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24160:20260803T102811Z
87712026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24160:20260803T102812Z
87722026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24160:20260803T102812Z
87732026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24160:20260803T102812Z
87742026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24160:20260803T102812Z
87752026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
87762026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
87772026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24160:20260803T102813Z
87782026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24160:20260803T102813Z
87792026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
87802026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
87812026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
87822026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
87832026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
87842026-08-05T19:49:05.673Z[ host-image] Aug 05 19:49:05.004 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
87852026-08-05T19:49:05.677Z[ host-image] Aug 05 19:49:05.004 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
87862026-08-05T19:49:05.677Z[ host-image] Aug 05 19:49:05.004 INFO O| tempdir @ "/tmp/.tmpi2LPuO/tmp"
87872026-08-05T19:49:05.677Z[ host-image] Aug 05 19:49:05.004 INFO O| image root @ "/tmp/.tmpi2LPuO/tmp/root"
87882026-08-05T19:49:05.677Z[ host-image] Aug 05 19:49:05.004 INFO O| creating image...
87892026-08-05T19:49:05.700Z[ recovery-image] Aug 05 19:49:05.032 INFO O| Aug 05 19:49:05.031 INFO completed processing sled/ramdisk-03-recovery-trim
87902026-08-05T19:49:05.704Z[ recovery-image] Aug 05 19:49:05.035 INFO image builder template: zfs-recovery...
87912026-08-05T19:49:05.704Z[ recovery-image] Aug 05 19:49:05.035 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/.tmpqaqL9a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs-recovery"], pwd: None
87922026-08-05T19:49:05.708Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87932026-08-05T19:49:05.732Z[ recovery-image] Aug 05 19:49:05.063 INFO O| Aug 05 19:49:05.063 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87942026-08-05T19:49:05.736Z[ recovery-image] Aug 05 19:49:05.067 INFO O| Aug 05 19:49:05.067 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87952026-08-05T19:49:05.805Z[ recovery-image] Aug 05 19:49:05.136 INFO O| Aug 05 19:49:05.136 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87962026-08-05T19:49:05.876Z[verify-libraries] Compiling yansi v1.0.1
87972026-08-05T19:49:05.885Z[ recovery-image] Aug 05 19:49:05.217 INFO O| Aug 05 19:49:05.216 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87982026-08-05T19:49:05.885Z[ recovery-image] Aug 05 19:49:05.217 INFO O| Aug 05 19:49:05.217 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87992026-08-05T19:49:05.890Z[ recovery-image] Aug 05 19:49:05.221 INFO O| Aug 05 19:49:05.221 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88002026-08-05T19:49:05.928Z[verify-libraries] Compiling parse-size v1.1.0
88012026-08-05T19:49:05.973Z[ recovery-image] Aug 05 19:49:05.304 INFO O| Aug 05 19:49:05.304 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
88022026-08-05T19:49:06.021Z[ recovery-image] Aug 05 19:49:05.352 INFO O| Aug 05 19:49:05.352 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
88032026-08-05T19:49:06.039Z[ recovery-image] Aug 05 19:49:05.370 INFO O| Aug 05 19:49:05.370 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88042026-08-05T19:49:06.044Z[ recovery-image] Aug 05 19:49:05.376 INFO O| Aug 05 19:49:05.375 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
88052026-08-05T19:49:06.048Z[ recovery-image] Aug 05 19:49:05.377 INFO O| Aug 05 19:49:05.377 INFO no lofi found
88062026-08-05T19:49:06.048Z[ recovery-image] Aug 05 19:49:05.377 INFO O| Aug 05 19:49:05.377 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
88072026-08-05T19:49:06.048Z[ recovery-image] Aug 05 19:49:05.377 INFO O| Aug 05 19:49:05.377 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88082026-08-05T19:49:06.176Z[ host-image] Aug 05 19:49:05.507 INFO O| copying publishers...
88092026-08-05T19:49:06.213Z[verify-libraries] Compiling pretty_assertions v1.4.1
88102026-08-05T19:49:06.312Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88112026-08-05T19:49:06.537Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
88122026-08-05T19:49:07.261Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
88132026-08-05T19:49:07.423Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88142026-08-05T19:49:07.670Z[ recovery-image] Aug 05 19:49:07.001 INFO O| Aug 05 19:49:07.001 INFO lofi device = /dev/dsk/c2t1d0p0
88152026-08-05T19:49:07.670Z[ recovery-image] Aug 05 19:49:07.001 INFO O| Aug 05 19:49:07.001 INFO pool device = /dev/dsk/c2t1d0p0
88162026-08-05T19:49:07.673Z[ recovery-image] Aug 05 19:49:07.001 INFO O| Aug 05 19:49:07.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"]
88172026-08-05T19:49:07.717Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
88182026-08-05T19:49:07.828Z[ recovery-image] Aug 05 19:49:07.159 INFO O| Aug 05 19:49:07.159 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88192026-08-05T19:49:07.832Z[ recovery-image] Aug 05 19:49:07.159 INFO O| Aug 05 19:49:07.159 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
88202026-08-05T19:49:07.856Z[ recovery-image] Aug 05 19:49:07.187 INFO O| Aug 05 19:49:07.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
88212026-08-05T19:49:08.017Z[ recovery-image] Aug 05 19:49:07.348 INFO O| Aug 05 19:49:07.348 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
88222026-08-05T19:49:08.051Z[ recovery-image] Aug 05 19:49:07.382 INFO O| Aug 05 19:49:07.382 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
88232026-08-05T19:49:08.075Z[ recovery-image] Aug 05 19:49:07.406 INFO O| Aug 05 19:49:07.406 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
88242026-08-05T19:49:08.094Z[ recovery-image] Aug 05 19:49:07.425 INFO O| Aug 05 19:49:07.425 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
88252026-08-05T19:49:08.136Z[ recovery-image] Aug 05 19:49:07.467 INFO O| Aug 05 19:49:07.467 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88262026-08-05T19:49:08.136Z[ recovery-image] Aug 05 19:49:07.467 INFO O| Aug 05 19:49:07.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88272026-08-05T19:49:08.136Z[ recovery-image] Aug 05 19:49:07.467 INFO O| Aug 05 19:49:07.467 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88282026-08-05T19:49:08.145Z[ recovery-image] Aug 05 19:49:07.477 INFO O| Aug 05 19:49:07.477 INFO boot environment UUID: 74cc3141-74e2-4d95-8193-b753da778087
88292026-08-05T19:49:08.145Z[ recovery-image] Aug 05 19:49:07.477 INFO O| Aug 05 19:49:07.477 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 74cc3141-74e2-4d95-8193-b753da778087
88302026-08-05T19:49:08.151Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88312026-08-05T19:49:08.162Z[ recovery-image] Aug 05 19:49:07.494 INFO O| Aug 05 19:49:07.493 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88322026-08-05T19:49:08.182Z[ recovery-image] Aug 05 19:49:07.514 INFO O| Aug 05 19:49:07.514 INFO STEP 0 (create_be) COMPLETE
88332026-08-05T19:49:08.182Z[ recovery-image] Aug 05 19:49:07.514 INFO O| Aug 05 19:49:07.514 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88342026-08-05T19:49:08.203Z[ recovery-image] Aug 05 19:49:07.534 INFO O| Aug 05 19:49:07.534 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"]
88352026-08-05T19:49:08.281Z[ host-image] Aug 05 19:49:07.612 INFO O| adding properties...
88362026-08-05T19:49:08.292Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
88372026-08-05T19:49:08.381Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88382026-08-05T19:49:08.606Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88392026-08-05T19:49:08.815Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88402026-08-05T19:49:09.119Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88412026-08-05T19:49:09.291Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88422026-08-05T19:49:09.622Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88432026-08-05T19:49:09.727Z[verify-libraries] Compiling drift v0.2.0
88442026-08-05T19:49:10.104Z[verify-libraries] Compiling uzers v0.12.2
88452026-08-05T19:49:10.108Z[ host-image] Aug 05 19:49:09.435 INFO O| installing packages...
88462026-08-05T19:49:10.593Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88472026-08-05T19:49:11.086Z[ recovery-image] Aug 05 19:49:10.418 INFO O| Aug 05 19:49:10.417 INFO STEP 1 (unpack_tar) COMPLETE
88482026-08-05T19:49:11.087Z[ recovery-image] Aug 05 19:49:10.418 INFO O| Aug 05 19:49:10.418 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88492026-08-05T19:49:11.098Z[ recovery-image] Aug 05 19:49:10.429 INFO O| Aug 05 19:49:10.429 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88502026-08-05T19:49:11.103Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88512026-08-05T19:49:11.194Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
88522026-08-05T19:49:12.012Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88532026-08-05T19:49:12.189Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
88542026-08-05T19:49:12.392Z[ recovery-image] Aug 05 19:49:11.723 INFO O| Aug 05 19:49:11.723 INFO STEP 2 (devfsadm) COMPLETE
88552026-08-05T19:49:12.392Z[ recovery-image] Aug 05 19:49:11.723 INFO O| Aug 05 19:49:11.723 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88562026-08-05T19:49:12.401Z[ recovery-image] Aug 05 19:49:11.733 INFO O| Aug 05 19:49:11.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88572026-08-05T19:49:12.401Z[ recovery-image] Aug 05 19:49:11.733 INFO O| Aug 05 19:49:11.733 INFO STEP 3 (ensure_dir) COMPLETE
88582026-08-05T19:49:12.401Z[ recovery-image] Aug 05 19:49:11.733 INFO O| Aug 05 19:49:11.733 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88592026-08-05T19:49:12.411Z[ recovery-image] Aug 05 19:49:11.742 INFO O| Aug 05 19:49:11.742 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88602026-08-05T19:49:12.411Z[ recovery-image] Aug 05 19:49:11.742 INFO O| Aug 05 19:49:11.742 INFO STEP 4 (ensure_dir) COMPLETE
88612026-08-05T19:49:12.411Z[ recovery-image] Aug 05 19:49:11.742 INFO O| Aug 05 19:49:11.742 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88622026-08-05T19:49:12.420Z[ recovery-image] Aug 05 19:49:11.752 INFO O| Aug 05 19:49:11.751 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88632026-08-05T19:49:12.420Z[ recovery-image] Aug 05 19:49:11.752 INFO O| Aug 05 19:49:11.752 INFO STEP 5 (ensure_dir) COMPLETE
88642026-08-05T19:49:12.420Z[ recovery-image] Aug 05 19:49:11.752 INFO O| Aug 05 19:49:11.752 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88652026-08-05T19:49:12.430Z[ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88662026-08-05T19:49:12.430Z[ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88672026-08-05T19:49:12.430Z[ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO STEP 6 (ensure_dir) COMPLETE
88682026-08-05T19:49:12.433Z[ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88692026-08-05T19:49:12.441Z[ recovery-image] Aug 05 19:49:11.772 INFO O| Aug 05 19:49:11.772 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88702026-08-05T19:49:12.441Z[ recovery-image] Aug 05 19:49:11.772 INFO O| Aug 05 19:49:11.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88712026-08-05T19:49:12.441Z[ recovery-image] Aug 05 19:49:11.772 INFO O| Aug 05 19:49:11.772 INFO STEP 7 (ensure_dir) COMPLETE
88722026-08-05T19:49:12.444Z[ recovery-image] Aug 05 19:49:11.773 INFO O| Aug 05 19:49:11.772 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88732026-08-05T19:49:12.452Z[ recovery-image] Aug 05 19:49:11.783 INFO O| Aug 05 19:49:11.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88742026-08-05T19:49:12.455Z[ recovery-image] Aug 05 19:49:11.784 INFO O| Aug 05 19:49:11.784 INFO STEP 8 (remove_files) COMPLETE
88752026-08-05T19:49:12.455Z[ recovery-image] Aug 05 19:49:11.784 INFO O| Aug 05 19:49:11.784 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88762026-08-05T19:49:12.463Z[ recovery-image] Aug 05 19:49:11.794 INFO O| Aug 05 19:49:11.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88772026-08-05T19:49:12.466Z[ recovery-image] Aug 05 19:49:11.795 INFO O| Aug 05 19:49:11.795 INFO STEP 9 (remove_files) COMPLETE
88782026-08-05T19:49:12.466Z[ recovery-image] Aug 05 19:49:11.795 INFO O| Aug 05 19:49:11.795 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88792026-08-05T19:49:12.474Z[ recovery-image] Aug 05 19:49:11.806 INFO O| Aug 05 19:49:11.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88802026-08-05T19:49:12.477Z[ recovery-image] Aug 05 19:49:11.806 INFO O| Aug 05 19:49:11.806 INFO STEP 10 (remove_files) COMPLETE
88812026-08-05T19:49:12.477Z[ recovery-image] Aug 05 19:49:11.806 INFO O| Aug 05 19:49:11.806 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88822026-08-05T19:49:12.485Z[ recovery-image] Aug 05 19:49:11.817 INFO O| Aug 05 19:49:11.817 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88832026-08-05T19:49:12.485Z[ recovery-image] Aug 05 19:49:11.817 INFO O| Aug 05 19:49:11.817 INFO STEP 11 (remove_files) COMPLETE
88842026-08-05T19:49:12.485Z[ recovery-image] Aug 05 19:49:11.817 INFO O| Aug 05 19:49:11.817 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88852026-08-05T19:49:12.496Z[ recovery-image] Aug 05 19:49:11.828 INFO O| Aug 05 19:49:11.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88862026-08-05T19:49:12.497Z[ recovery-image] Aug 05 19:49:11.828 INFO O| Aug 05 19:49:11.828 INFO STEP 12 (remove_files) COMPLETE
88872026-08-05T19:49:12.500Z[ recovery-image] Aug 05 19:49:11.828 INFO O| Aug 05 19:49:11.828 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88882026-08-05T19:49:12.508Z[ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88892026-08-05T19:49:12.508Z[ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88902026-08-05T19:49:12.508Z[ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO STEP 13 (ensure_dir) COMPLETE
88912026-08-05T19:49:12.511Z[ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88922026-08-05T19:49:12.519Z[ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88932026-08-05T19:49:12.519Z[ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88942026-08-05T19:49:12.519Z[ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88952026-08-05T19:49:12.522Z[ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO STEP 14 (ensure_dir) COMPLETE
88962026-08-05T19:49:12.523Z[ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88972026-08-05T19:49:12.530Z[ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88982026-08-05T19:49:12.530Z[ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88992026-08-05T19:49:12.535Z[ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89002026-08-05T19:49:12.535Z[ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO STEP 15 (ensure_dir) COMPLETE
89012026-08-05T19:49:12.535Z[ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89022026-08-05T19:49:12.542Z[ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89032026-08-05T19:49:12.542Z[ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89042026-08-05T19:49:12.542Z[ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO STEP 16 (ensure_dir) COMPLETE
89052026-08-05T19:49:12.545Z[ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89062026-08-05T19:49:12.553Z[ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89072026-08-05T19:49:12.553Z[ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89082026-08-05T19:49:12.556Z[ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO STEP 17 (ensure_dir) COMPLETE
89092026-08-05T19:49:12.556Z[ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102026-08-05T19:49:12.564Z[ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89112026-08-05T19:49:12.564Z[ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89122026-08-05T19:49:12.564Z[ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO ok!
89132026-08-05T19:49:12.567Z[ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO STEP 18 (ensure_symlink) COMPLETE
89142026-08-05T19:49:12.567Z[ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89152026-08-05T19:49:12.575Z[ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89162026-08-05T19:49:12.575Z[ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89172026-08-05T19:49:12.575Z[ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO ok!
89182026-08-05T19:49:12.578Z[ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO STEP 19 (ensure_file) COMPLETE
89192026-08-05T19:49:12.578Z[ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89202026-08-05T19:49:12.585Z[ recovery-image] Aug 05 19:49:11.916 INFO O| Aug 05 19:49:11.916 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89212026-08-05T19:49:12.585Z[ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.916 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89222026-08-05T19:49:12.585Z[ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89232026-08-05T19:49:13.226Z[ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO ok!
89242026-08-05T19:49:13.227Z[ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO STEP 20 (ensure_symlink) COMPLETE
89252026-08-05T19:49:13.227Z[ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89262026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89272026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89282026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
89292026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO ok!
89302026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO STEP 21 (ensure_symlink) COMPLETE
89312026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89322026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89332026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89342026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89352026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO ok!
89362026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO STEP 22 (ensure_symlink) COMPLETE
89372026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89382026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
89392026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89402026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
89412026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO ok!
89422026-08-05T19:49:13.237Z[ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO STEP 23 (ensure_symlink) COMPLETE
89432026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89442026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89452026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 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 ...
89462026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
89472026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO ok!
89482026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO STEP 24 (ensure_file) COMPLETE
89492026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89502026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO updating shadow file
89512026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89522026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89532026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO STEP 25 (shadow) COMPLETE
89542026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89552026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
89562026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
89572026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
89582026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO ok!
89592026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO STEP 26 (ensure_file) COMPLETE
89602026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89612026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89622026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89632026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
89642026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO ok!
89652026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO STEP 27 (ensure_file) COMPLETE
89662026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89672026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89682026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89692026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89702026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89712026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO ok!
89722026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO STEP 28 (ensure_file) COMPLETE
89732026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89742026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89752026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89762026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89772026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO ok!
89782026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO STEP 29 (ensure_file) COMPLETE
89792026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89802026-08-05T19:49:13.238Z[ recovery-image] Aug 05 19:49:12.021 INFO O| Aug 05 19:49:12.021 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89812026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.021 INFO O| Aug 05 19:49:12.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89822026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.022 INFO O| Aug 05 19:49:12.021 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89832026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.022 INFO O| Aug 05 19:49:12.022 INFO STEP 30 (ensure_dir) COMPLETE
89842026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.022 INFO O| Aug 05 19:49:12.022 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89852026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89862026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 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 ...
89872026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 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
89882026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89892026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO ok!
89902026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO STEP 31 (ensure_file) COMPLETE
89912026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89922026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89932026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89942026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89952026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO STEP 32 (ensure_dir) COMPLETE
89962026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89972026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.054 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89982026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 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 ...
89992026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 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
90002026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90012026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO ok!
90022026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO STEP 33 (ensure_file) COMPLETE
90032026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90042026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90052026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90062026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90072026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO ok!
90082026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO STEP 34 (ensure_file) COMPLETE
90092026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90102026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90112026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90122026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90132026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90142026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO ok!
90152026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO STEP 35 (ensure_file) COMPLETE
90162026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90172026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.090 INFO O| Aug 05 19:49:12.090 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90182026-08-05T19:49:13.239Z[ recovery-image] Aug 05 19:49:12.090 INFO O| Aug 05 19:49:12.090 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90192026-08-05T19:49:13.240Z[ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90202026-08-05T19:49:13.240Z[ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.091 INFO ok!
90212026-08-05T19:49:13.240Z[ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.091 INFO STEP 36 (ensure_file) COMPLETE
90222026-08-05T19:49:13.240Z[ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.091 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90232026-08-05T19:49:13.240Z[ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90242026-08-05T19:49:13.240Z[ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
90252026-08-05T19:49:13.240Z[ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
90262026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO ok!
90272026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO STEP 37 (ensure_file) COMPLETE
90282026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90292026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
90302026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
90312026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90322026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90332026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90342026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90352026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO ok!
90362026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO STEP 38 (ensure_file) COMPLETE
90372026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90382026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90392026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90402026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90412026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO STEP 39 (ensure_dir) COMPLETE
90422026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90432026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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
90442026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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 ...
90452026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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
90462026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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
90472026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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
90482026-08-05T19:49:13.245Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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
90492026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 INFO ok!
90502026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 INFO STEP 40 (ensure_file) COMPLETE
90512026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90522026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90532026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 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 ...
90542026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90552026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO ok!
90562026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO STEP 41 (ensure_symlink) COMPLETE
90572026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90582026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
90592026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90602026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90612026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO ok!
90622026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO STEP 42 (ensure_symlink) COMPLETE
90632026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90642026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90652026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90662026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90672026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90682026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90692026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90702026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO ok!
90712026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO STEP 43 (ensure_file) COMPLETE
90722026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90732026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90742026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 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 ...
90752026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 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
90762026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90772026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO ok!
90782026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO STEP 44 (ensure_file) COMPLETE
90792026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90802026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.186 INFO O| Aug 05 19:49:12.186 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90812026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90822026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90832026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO ok!
90842026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO STEP 45 (ensure_file) COMPLETE
90852026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90862026-08-05T19:49:13.246Z[ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO updating shadow file
90872026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90882026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO STEP 46 (shadow) COMPLETE
90892026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90902026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90912026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90922026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90932026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90942026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO ok!
90952026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO STEP 47 (ensure_file) COMPLETE
90962026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.219 INFO O| Aug 05 19:49:12.219 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90982026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.219 INFO O| Aug 05 19:49:12.219 INFO STEP 48 (ensure_dir) COMPLETE
90992026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.219 INFO O| Aug 05 19:49:12.219 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91002026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91012026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91022026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO STEP 49 (ensure_dir) COMPLETE
91032026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91052026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91062026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO STEP 50 (ensure_dir) COMPLETE
91072026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.251 INFO O| Aug 05 19:49:12.251 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91092026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.252 INFO O| Aug 05 19:49:12.251 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91102026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91112026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO ok!
91122026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO STEP 51 (ensure_file) COMPLETE
91132026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.293 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91152026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91162026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.294 INFO STEP 52 (ensure_dir) COMPLETE
91172026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.294 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.303 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
91192026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.303 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
91202026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
91212026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO ok!
91222026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO STEP 53 (ensure_file) COMPLETE
91232026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91242026-08-05T19:49:13.247Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
91252026-08-05T19:49:13.247Z[ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91262026-08-05T19:49:13.252Z[ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91272026-08-05T19:49:13.252Z[ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO STEP 54 (ensure_dir) COMPLETE
91282026-08-05T19:49:13.252Z[ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91292026-08-05T19:49:13.252Z[ recovery-image] Aug 05 19:49:12.324 INFO O| Aug 05 19:49:12.324 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
91302026-08-05T19:49:13.252Z[ recovery-image] Aug 05 19:49:12.324 INFO O| Aug 05 19:49:12.324 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
91312026-08-05T19:49:13.252Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
91322026-08-05T19:49:13.297Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
91332026-08-05T19:49:15.876Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91342026-08-05T19:49:15.884Z[ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
91352026-08-05T19:49:15.884Z[ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.359 INFO ok!
91362026-08-05T19:49:15.884Z[ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.359 INFO STEP 55 (ensure_file) COMPLETE
91372026-08-05T19:49:15.884Z[ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.359 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91382026-08-05T19:49:15.884Z[ recovery-image] Aug 05 19:49:14.370 INFO O| Aug 05 19:49:14.370 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
91392026-08-05T19:49:15.884Z[ recovery-image] Aug 05 19:49:14.370 INFO O| Aug 05 19:49:14.370 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
91402026-08-05T19:49:15.884Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
91412026-08-05T19:49:18.100Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
91422026-08-05T19:49:18.123Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
91432026-08-05T19:49:18.124Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
91442026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
91452026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO ok!
91462026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO STEP 56 (ensure_file) COMPLETE
91472026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91482026-08-05T19:49:18.124Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
91492026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.346 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91502026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91512026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.347 INFO STEP 57 (ensure_dir) COMPLETE
91522026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.347 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91532026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91542026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO copying /tmp/.tmpqaqL9a/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 ...
91552026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 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
91562026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO ok!
91572026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO STEP 58 (ensure_file) COMPLETE
91582026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91592026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91602026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO copying /tmp/.tmpqaqL9a/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 ...
91612026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 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
91622026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO ok!
91632026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO STEP 59 (ensure_file) COMPLETE
91642026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91652026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91662026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91672026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO STEP 60 (ensure_dir) COMPLETE
91682026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91692026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91702026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO copying /tmp/.tmpqaqL9a/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 ...
91712026-08-05T19:49:18.124Z[ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91722026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO ok!
91732026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO STEP 61 (ensure_file) COMPLETE
91742026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91752026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91762026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO copying /tmp/.tmpqaqL9a/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 ...
91772026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 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
91782026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO ok!
91792026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO STEP 62 (ensure_file) COMPLETE
91802026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91812026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91822026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91832026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO STEP 63 (ensure_dir) COMPLETE
91842026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91852026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91862026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO copying /tmp/.tmpqaqL9a/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 ...
91872026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91882026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO ok!
91892026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO STEP 64 (ensure_file) COMPLETE
91902026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91912026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91922026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91932026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91942026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO ok!
91952026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO STEP 65 (ensure_file) COMPLETE
91962026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91972026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.445 INFO O| Aug 05 19:49:16.444 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91982026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.445 INFO O| Aug 05 19:49:16.445 INFO STEP 66 (ensure_dir) COMPLETE
91992026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.445 INFO O| Aug 05 19:49:16.445 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92002026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.454 INFO O| Aug 05 19:49:16.454 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
92012026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.454 INFO O| Aug 05 19:49:16.454 INFO STEP 67 (ensure_dir) COMPLETE
92022026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.454 INFO O| Aug 05 19:49:16.454 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92032026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.465 INFO O| Aug 05 19:49:16.465 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
92042026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.465 INFO O| Aug 05 19:49:16.465 INFO STEP 68 (ensure_dir) COMPLETE
92052026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.465 INFO O| Aug 05 19:49:16.465 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92062026-08-05T19:49:18.125Z[ recovery-image] Aug 05 19:49:16.475 INFO O| Aug 05 19:49:16.475 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
92072026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.475 INFO O| Aug 05 19:49:16.475 INFO STEP 69 (ensure_dir) COMPLETE
92082026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.476 INFO O| Aug 05 19:49:16.475 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92092026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.485 INFO O| Aug 05 19:49:16.485 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
92102026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.485 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
92112026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
92122026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO ok!
92132026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO STEP 70 (ensure_file) COMPLETE
92142026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92152026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.496 INFO O| Aug 05 19:49:16.496 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
92162026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.496 INFO O| Aug 05 19:49:16.496 INFO STEP 71 (remove_files) COMPLETE
92172026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.496 INFO O| Aug 05 19:49:16.496 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92182026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.507 INFO O| Aug 05 19:49:16.507 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
92192026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.508 INFO O| Aug 05 19:49:16.508 INFO STEP 72 (remove_files) COMPLETE
92202026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.508 INFO O| Aug 05 19:49:16.508 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92212026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.518 INFO O| Aug 05 19:49:16.518 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
92222026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.518 INFO O| Aug 05 19:49:16.518 INFO STEP 73 (remove_files) COMPLETE
92232026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.518 INFO O| Aug 05 19:49:16.518 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92242026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.530 INFO O| Aug 05 19:49:16.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
92252026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.530 INFO O| Aug 05 19:49:16.530 INFO STEP 74 (remove_files) COMPLETE
92262026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.530 INFO O| Aug 05 19:49:16.530 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92272026-08-05T19:49:18.126Z[verify-libraries] Compiling multimap v0.10.1
92282026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.543 INFO O| Aug 05 19:49:16.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
92292026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.543 INFO O| Aug 05 19:49:16.543 INFO STEP 75 (remove_files) COMPLETE
92302026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.543 INFO O| Aug 05 19:49:16.543 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92312026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.554 INFO O| Aug 05 19:49:16.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
92322026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.554 INFO O| Aug 05 19:49:16.554 INFO STEP 76 (remove_files) COMPLETE
92332026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.554 INFO O| Aug 05 19:49:16.554 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92342026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.564 INFO O| Aug 05 19:49:16.563 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
92352026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.564 INFO O| Aug 05 19:49:16.564 INFO STEP 77 (remove_files) COMPLETE
92362026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.564 INFO O| Aug 05 19:49:16.564 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92372026-08-05T19:49:18.126Z[verify-libraries] Compiling termios v0.3.3
92382026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.576 INFO O| Aug 05 19:49:16.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
92392026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.576 INFO O| Aug 05 19:49:16.576 INFO STEP 78 (remove_files) COMPLETE
92402026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.576 INFO O| Aug 05 19:49:16.576 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92412026-08-05T19:49:18.126Z[ recovery-image] Aug 05 19:49:16.587 INFO O| Aug 05 19:49:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
92422026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.587 INFO O| Aug 05 19:49:16.587 INFO STEP 79 (remove_files) COMPLETE
92432026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.587 INFO O| Aug 05 19:49:16.587 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92442026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.599 INFO O| Aug 05 19:49:16.598 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
92452026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.599 INFO O| Aug 05 19:49:16.599 INFO STEP 80 (remove_files) COMPLETE
92462026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.599 INFO O| Aug 05 19:49:16.599 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92472026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.611 INFO O| Aug 05 19:49:16.610 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
92482026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.611 INFO O| Aug 05 19:49:16.611 INFO STEP 81 (remove_files) COMPLETE
92492026-08-05T19:49:18.131Z[ recovery-image] Aug 05 19:49:16.611 INFO O| Aug 05 19:49:16.611 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92502026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.621 INFO O| Aug 05 19:49:16.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
92512026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.621 INFO O| Aug 05 19:49:16.621 INFO STEP 82 (remove_files) COMPLETE
92522026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.621 INFO O| Aug 05 19:49:16.621 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92532026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.632 INFO O| Aug 05 19:49:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
92542026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.632 INFO O| Aug 05 19:49:16.632 INFO STEP 83 (remove_files) COMPLETE
92552026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.632 INFO O| Aug 05 19:49:16.632 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92562026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.642 INFO O| Aug 05 19:49:16.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
92572026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.642 INFO O| Aug 05 19:49:16.642 INFO STEP 84 (remove_files) COMPLETE
92582026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.642 INFO O| Aug 05 19:49:16.642 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92592026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.652 INFO O| Aug 05 19:49:16.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
92602026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.652 INFO O| Aug 05 19:49:16.652 INFO STEP 85 (remove_files) COMPLETE
92612026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.652 INFO O| Aug 05 19:49:16.652 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92622026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.662 INFO O| Aug 05 19:49:16.662 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
92632026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.662 INFO O| Aug 05 19:49:16.662 INFO STEP 86 (remove_files) COMPLETE
92642026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.662 INFO O| Aug 05 19:49:16.662 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92652026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.673 INFO O| Aug 05 19:49:16.672 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
92662026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.673 INFO O| Aug 05 19:49:16.673 INFO STEP 87 (remove_files) COMPLETE
92672026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.673 INFO O| Aug 05 19:49:16.673 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92682026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.683 INFO O| Aug 05 19:49:16.683 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92692026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.684 INFO O| Aug 05 19:49:16.683 INFO STEP 88 (remove_files) COMPLETE
92702026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.684 INFO O| Aug 05 19:49:16.683 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92712026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.695 INFO O| Aug 05 19:49:16.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92722026-08-05T19:49:18.132Z[ recovery-image] Aug 05 19:49:16.695 INFO O| Aug 05 19:49:16.695 INFO STEP 89 (remove_files) COMPLETE
92732026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.695 INFO O| Aug 05 19:49:16.695 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92742026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.705 INFO O| Aug 05 19:49:16.705 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92752026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.706 INFO O| Aug 05 19:49:16.705 INFO STEP 90 (remove_files) COMPLETE
92762026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.706 INFO O| Aug 05 19:49:16.706 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92772026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.718 INFO O| Aug 05 19:49:16.717 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92782026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.718 INFO O| Aug 05 19:49:16.717 INFO STEP 91 (remove_files) COMPLETE
92792026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.718 INFO O| Aug 05 19:49:16.717 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92802026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.727 INFO O| Aug 05 19:49:16.727 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92812026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.727 INFO O| Aug 05 19:49:16.727 INFO STEP 92 (remove_files) COMPLETE
92822026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.727 INFO O| Aug 05 19:49:16.727 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92832026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.739 INFO O| Aug 05 19:49:16.738 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92842026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.739 INFO O| Aug 05 19:49:16.739 INFO STEP 93 (remove_files) COMPLETE
92852026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.739 INFO O| Aug 05 19:49:16.739 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92862026-08-05T19:49:18.133Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92872026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.748 INFO O| Aug 05 19:49:16.748 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92882026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.748 INFO O| Aug 05 19:49:16.748 INFO STEP 94 (remove_files) COMPLETE
92892026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.749 INFO O| Aug 05 19:49:16.748 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92902026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.759 INFO O| Aug 05 19:49:16.758 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92912026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.759 INFO O| Aug 05 19:49:16.758 INFO STEP 95 (remove_files) COMPLETE
92922026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.759 INFO O| Aug 05 19:49:16.758 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92932026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.768 INFO O| Aug 05 19:49:16.768 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92942026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.768 INFO O| Aug 05 19:49:16.768 INFO STEP 96 (remove_files) COMPLETE
92952026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.768 INFO O| Aug 05 19:49:16.768 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92962026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.777 INFO O| Aug 05 19:49:16.777 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92972026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.777 INFO O| Aug 05 19:49:16.777 INFO STEP 97 (remove_files) COMPLETE
92982026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.777 INFO O| Aug 05 19:49:16.777 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92992026-08-05T19:49:18.133Z[ recovery-image] Aug 05 19:49:16.787 INFO O| Aug 05 19:49:16.787 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93002026-08-05T19:49:18.134Z[ recovery-image] Aug 05 19:49:16.787 INFO O| Aug 05 19:49:16.787 INFO STEP 98 (remove_files) COMPLETE
93012026-08-05T19:49:18.134Z[ recovery-image] Aug 05 19:49:16.787 INFO O| Aug 05 19:49:16.787 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93022026-08-05T19:49:18.134Z[ recovery-image] Aug 05 19:49:16.796 INFO O| Aug 05 19:49:16.796 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93032026-08-05T19:49:18.134Z[ recovery-image] Aug 05 19:49:16.796 INFO O| Aug 05 19:49:16.796 INFO STEP 99 (remove_files) COMPLETE
93042026-08-05T19:49:18.134Z[ recovery-image] Aug 05 19:49:16.796 INFO O| Aug 05 19:49:16.796 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93052026-08-05T19:49:18.134Z[ recovery-image] Aug 05 19:49:16.812 INFO O| Aug 05 19:49:16.812 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93062026-08-05T19:49:18.134Z[ recovery-image] Aug 05 19:49:16.812 INFO O| Aug 05 19:49:16.812 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93072026-08-05T19:49:18.134Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
93082026-08-05T19:49:22.224Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93092026-08-05T19:49:22.442Z[ host-image] Aug 05 19:49:21.773 INFO O| seeding SMF database...
93102026-08-05T19:49:22.457Z[verify-libraries] Compiling polar-core v0.27.3
93112026-08-05T19:49:22.493Z[ recovery-image] Aug 05 19:49:21.823 INFO O| Aug 05 19:49:21.823 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
93122026-08-05T19:49:22.494Z[ recovery-image] Aug 05 19:49:21.823 INFO O| Aug 05 19:49:21.823 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93132026-08-05T19:49:22.507Z[ recovery-image] Aug 05 19:49:21.838 INFO O| Aug 05 19:49:21.838 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.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"}
93142026-08-05T19:49:22.607Z[ recovery-image] Aug 05 19:49:21.939 INFO O| Aug 05 19:49:21.938 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
93152026-08-05T19:49:22.666Z[ recovery-image] Aug 05 19:49:21.997 INFO O| Aug 05 19:49:21.997 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93162026-08-05T19:49:22.738Z[ recovery-image] Aug 05 19:49:22.062 INFO O| Aug 05 19:49:22.062 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93172026-08-05T19:49:22.739Z[ recovery-image] Aug 05 19:49:22.063 INFO O| Aug 05 19:49:22.062 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 ...
93182026-08-05T19:49:22.739Z[ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93192026-08-05T19:49:22.742Z[ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO ok!
93202026-08-05T19:49:22.742Z[ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93212026-08-05T19:49:22.742Z[ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO STEP 100 (seed_smf) COMPLETE
93222026-08-05T19:49:22.742Z[ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO steps complete; finalising image!
93232026-08-05T19:49:22.747Z[ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93242026-08-05T19:49:22.796Z[ recovery-image] Aug 05 19:49:22.127 INFO O| Aug 05 19:49:22.127 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 5 19:49:22 2026)
93252026-08-05T19:49:23.006Z[ recovery-image] Aug 05 19:49:22.334 INFO O| Aug 05 19:49:22.334 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026)
93262026-08-05T19:49:23.210Z[ recovery-image] Aug 05 19:49:22.541 INFO O| Aug 05 19:49:22.541 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026)
93272026-08-05T19:49:23.415Z[ recovery-image] Aug 05 19:49:22.746 INFO O| Aug 05 19:49:22.746 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026)
93282026-08-05T19:49:23.620Z[ recovery-image] Aug 05 19:49:22.952 INFO O| Aug 05 19:49:22.952 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026)
93292026-08-05T19:49:23.827Z[ recovery-image] Aug 05 19:49:23.158 INFO O| Aug 05 19:49:23.158 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026)
93302026-08-05T19:49:24.051Z[ recovery-image] Aug 05 19:49:23.382 INFO O| Aug 05 19:49:23.382 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
93312026-08-05T19:49:24.051Z[ recovery-image] Aug 05 19:49:23.382 INFO O| Aug 05 19:49:23.382 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93322026-08-05T19:49:24.820Z[ recovery-image] Aug 05 19:49:24.151 INFO O| Aug 05 19:49:24.151 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
93332026-08-05T19:49:24.820Z[ recovery-image] Aug 05 19:49:24.151 INFO O| Aug 05 19:49:24.151 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93342026-08-05T19:49:27.393Z[ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93352026-08-05T19:49:27.393Z[ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93362026-08-05T19:49:27.397Z[ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93372026-08-05T19:49:27.397Z[ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO completed processing sled/zfs-recovery
93382026-08-05T19:49:27.397Z[ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93392026-08-05T19:49:28.446Z[ host-image] Aug 05 19:49:27.777 INFO O| configuring SMF profile...
93402026-08-05T19:49:28.446Z[ host-image] Aug 05 19:49:27.777 INFO O| modifying shadow(5)...
93412026-08-05T19:49:28.450Z[ host-image] Aug 05 19:49:27.777 INFO O| loading user and group database...
93422026-08-05T19:49:28.450Z[ host-image] Aug 05 19:49:27.777 INFO O| loading facet selections...
93432026-08-05T19:49:28.852Z[ host-image] Aug 05 19:49:28.182 INFO O| devel -> true
93442026-08-05T19:49:28.852Z[ host-image] Aug 05 19:49:28.182 INFO O| doc.man -> true
93452026-08-05T19:49:28.852Z[ host-image] Aug 05 19:49:28.183 INFO O| version-lock.shell/ksh93 -> true
93462026-08-05T19:49:28.855Z[ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/data/hardware-registry -> true
93472026-08-05T19:49:28.855Z[ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/data/zoneinfo -> true
93482026-08-05T19:49:28.855Z[ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/microcode/amd -> true
93492026-08-05T19:49:28.855Z[ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/microcode/intel -> true
93502026-08-05T19:49:28.855Z[ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/microcode/oxide -> true
93512026-08-05T19:49:28.855Z[ host-image] Aug 05 19:49:28.183 INFO O| assessing packaged files...
93522026-08-05T19:49:30.600Z[verify-libraries] Compiling oso v0.27.3
93532026-08-05T19:49:30.775Z[ host-image] Aug 05 19:49:30.106 INFO O| creating archive...
93542026-08-05T19:49:30.797Z[ host-image] Aug 05 19:49:30.128 INFO O| missing from packaging:
93552026-08-05T19:49:30.798Z[ host-image] Aug 05 19:49:30.129 INFO O| "etc/.pwd.lock"
93562026-08-05T19:49:30.798Z[ host-image] Aug 05 19:49:30.129 INFO O| "etc/bash"
93572026-08-05T19:49:30.804Z[ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/generic.xml"
93582026-08-05T19:49:30.807Z[ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/inetd_services.xml"
93592026-08-05T19:49:30.807Z[ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/name_service.xml"
93602026-08-05T19:49:30.807Z[ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/platform.xml"
93612026-08-05T19:49:30.807Z[ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/platform_omicron1.xml"
93622026-08-05T19:49:30.807Z[ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/repository.db"
93632026-08-05T19:49:30.811Z[ host-image] Aug 05 19:49:30.142 INFO O| "opt/ooce/share"
93642026-08-05T19:49:30.811Z[ host-image] Aug 05 19:49:30.142 INFO O| "opt/ooce/share/man"
93652026-08-05T19:49:30.814Z[ host-image] Aug 05 19:49:30.142 INFO O| "opt/ooce/share/man/man1"
93662026-08-05T19:49:30.820Z[ host-image] Aug 05 19:49:30.151 INFO O| finishing archive...
93672026-08-05T19:49:33.344Z[ host-image] Aug 05 19:49:32.675 INFO O| creating gzonly manifest...
93682026-08-05T19:49:33.389Z[ host-image] Aug 05 19:49:32.676 INFO O| ok
93692026-08-05T19:49:33.467Z[ host-image] Aug 05 19:49:32.798 INFO image builder template: ramdisk-02-trim...
93702026-08-05T19:49:33.467Z[ host-image] Aug 05 19:49:32.798 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/.tmpqaqL9a/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
93712026-08-05T19:49:33.492Z[ host-image] Aug 05 19:49:32.823 INFO O| Aug 05 19:49:32.822 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93722026-08-05T19:49:33.496Z[ host-image] Aug 05 19:49:32.827 INFO O| Aug 05 19:49:32.827 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93732026-08-05T19:49:34.486Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93742026-08-05T19:49:34.509Z[ host-image] Aug 05 19:49:33.840 INFO O| Aug 05 19:49:33.840 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93752026-08-05T19:49:34.566Z[ recovery-image] Aug 05 19:49:33.897 INFO O| Aug 05 19:49:33.897 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93762026-08-05T19:49:34.597Z[ host-image] Aug 05 19:49:33.928 INFO O| Aug 05 19:49:33.928 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93772026-08-05T19:49:34.597Z[ host-image] Aug 05 19:49:33.928 INFO O| Aug 05 19:49:33.928 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93782026-08-05T19:49:34.605Z[ host-image] Aug 05 19:49:33.936 INFO O| Aug 05 19:49:33.936 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93792026-08-05T19:49:34.610Z[ host-image] Aug 05 19:49:33.941 INFO O| Aug 05 19:49:33.941 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93802026-08-05T19:49:34.616Z[ host-image] Aug 05 19:49:33.947 INFO O| Aug 05 19:49:33.947 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93812026-08-05T19:49:34.673Z[ recovery-image] Aug 05 19:49:34.003 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n"
93822026-08-05T19:49:34.673Z[ recovery-image] Aug 05 19:49:34.003 INFO expanded image name: "recovery 1f4f17a/${os_short_commit} 2026-08-05 19:30" -> "recovery 1f4f17a/63fe1e0 2026-08-05 19:30"
93832026-08-05T19:49:34.679Z[ recovery-image] Aug 05 19:49:34.003 INFO output artefacts stored in: "/work/os-recovery"
93842026-08-05T19:49:34.679Z[ recovery-image] Aug 05 19:49:34.004 INFO collecting git info from project "amd-firmware"...
93852026-08-05T19:49:34.902Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93862026-08-05T19:49:35.017Z[ recovery-image] Aug 05 19:49:34.347 INFO collecting git info from project "dmar-report"...
93872026-08-05T19:49:35.028Z[ recovery-image] Aug 05 19:49:34.359 INFO collecting git info from project "chelsio-t6-roms"...
93882026-08-05T19:49:35.037Z[ host-image] Aug 05 19:49:34.368 INFO O| Aug 05 19:49:34.368 INFO rolled back to input snapshot; work may begin
93892026-08-05T19:49:35.037Z[ host-image] Aug 05 19:49:34.368 INFO O| Aug 05 19:49:34.368 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93902026-08-05T19:49:35.043Z[ host-image] Aug 05 19:49:34.374 INFO O| Aug 05 19:49:34.374 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93912026-08-05T19:49:35.047Z[ recovery-image] Aug 05 19:49:34.378 INFO collecting git info from project "bootserver"...
93922026-08-05T19:49:35.054Z[ recovery-image] Aug 05 19:49:34.385 INFO collecting git info from project "amd-host-image-builder"...
93932026-08-05T19:49:35.054Z[ host-image] Aug 05 19:49:34.385 INFO O| Aug 05 19:49:34.385 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93942026-08-05T19:49:35.096Z[ host-image] Aug 05 19:49:34.427 INFO O| Aug 05 19:49:34.427 INFO STEP 0 (remove_files) COMPLETE
93952026-08-05T19:49:35.096Z[ host-image] Aug 05 19:49:34.427 INFO O| Aug 05 19:49:34.427 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93962026-08-05T19:49:35.100Z[ recovery-image] Aug 05 19:49:34.428 INFO collecting git info from project "pilot"...
93972026-08-05T19:49:35.107Z[ host-image] Aug 05 19:49:34.439 INFO O| Aug 05 19:49:34.438 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93982026-08-05T19:49:35.107Z[ recovery-image] Aug 05 19:49:34.439 INFO collecting git info from project "phbl"...
93992026-08-05T19:49:35.111Z[ host-image] Aug 05 19:49:34.440 INFO O| Aug 05 19:49:34.440 INFO STEP 1 (remove_files) COMPLETE
94002026-08-05T19:49:35.111Z[ host-image] Aug 05 19:49:34.440 INFO O| Aug 05 19:49:34.440 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94012026-08-05T19:49:35.115Z[ recovery-image] Aug 05 19:49:34.447 INFO collecting git info from project "image-builder"...
94022026-08-05T19:49:35.118Z[ host-image] Aug 05 19:49:34.450 INFO O| Aug 05 19:49:34.450 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94032026-08-05T19:49:35.123Z[ recovery-image] Aug 05 19:49:34.454 INFO collecting git info from project "pinprick"...
94042026-08-05T19:49:35.129Z[ recovery-image] Aug 05 19:49:34.460 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94052026-08-05T19:49:35.133Z[ host-image] Aug 05 19:49:34.464 INFO O| Aug 05 19:49:34.464 INFO STEP 2 (remove_files) COMPLETE
94062026-08-05T19:49:35.133Z[ host-image] Aug 05 19:49:34.464 INFO O| Aug 05 19:49:34.464 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-08-05T19:49:35.143Z[ host-image] Aug 05 19:49:34.474 INFO O| Aug 05 19:49:34.474 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94082026-08-05T19:49:35.146Z[ host-image] Aug 05 19:49:34.475 INFO O| Aug 05 19:49:34.475 INFO STEP 3 (remove_files) COMPLETE
94092026-08-05T19:49:35.146Z[ host-image] Aug 05 19:49:34.475 INFO O| Aug 05 19:49:34.475 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94102026-08-05T19:49:35.152Z[ host-image] Aug 05 19:49:34.484 INFO O| Aug 05 19:49:34.484 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94112026-08-05T19:49:35.155Z[ host-image] Aug 05 19:49:34.487 INFO O| Aug 05 19:49:34.487 INFO STEP 4 (remove_files) COMPLETE
94122026-08-05T19:49:35.155Z[ host-image] Aug 05 19:49:34.487 INFO O| Aug 05 19:49:34.487 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94132026-08-05T19:49:35.165Z[ host-image] Aug 05 19:49:34.497 INFO O| Aug 05 19:49:34.497 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94142026-08-05T19:49:35.169Z[ host-image] Aug 05 19:49:34.499 INFO O| Aug 05 19:49:34.499 INFO STEP 5 (remove_files) COMPLETE
94152026-08-05T19:49:35.169Z[ host-image] Aug 05 19:49:34.499 INFO O| Aug 05 19:49:34.499 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-08-05T19:49:35.177Z[ host-image] Aug 05 19:49:34.508 INFO O| Aug 05 19:49:34.508 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94172026-08-05T19:49:35.188Z[ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO STEP 6 (remove_files) COMPLETE
94182026-08-05T19:49:35.188Z[ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-08-05T19:49:35.188Z[ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO skip step because feature "heliosv2" is not enabled
94202026-08-05T19:49:35.191Z[ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-08-05T19:49:35.199Z[ host-image] Aug 05 19:49:34.531 INFO O| Aug 05 19:49:34.530 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94222026-08-05T19:49:35.210Z[ host-image] Aug 05 19:49:34.542 INFO O| Aug 05 19:49:34.541 INFO STEP 8 (remove_files) COMPLETE
94232026-08-05T19:49:35.210Z[ host-image] Aug 05 19:49:34.542 INFO O| Aug 05 19:49:34.541 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-08-05T19:49:35.224Z[ host-image] Aug 05 19:49:34.553 INFO O| Aug 05 19:49:34.553 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94252026-08-05T19:49:35.323Z[ host-image] Aug 05 19:49:34.654 INFO O| Aug 05 19:49:34.654 INFO STEP 9 (remove_files) COMPLETE
94262026-08-05T19:49:35.323Z[ host-image] Aug 05 19:49:34.654 INFO O| Aug 05 19:49:34.654 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-08-05T19:49:35.386Z[ host-image] Aug 05 19:49:34.717 INFO O| Aug 05 19:49:34.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94282026-08-05T19:49:35.471Z[ host-image] Aug 05 19:49:34.802 INFO O| Aug 05 19:49:34.802 INFO STEP 10 (remove_files) COMPLETE
94292026-08-05T19:49:35.471Z[ host-image] Aug 05 19:49:34.802 INFO O| Aug 05 19:49:34.802 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-05T19:49:35.497Z[ host-image] Aug 05 19:49:34.828 INFO O| Aug 05 19:49:34.828 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94312026-08-05T19:49:35.501Z[ host-image] Aug 05 19:49:34.832 INFO O| Aug 05 19:49:34.832 INFO STEP 11 (remove_files) COMPLETE
94322026-08-05T19:49:35.501Z[ host-image] Aug 05 19:49:34.832 INFO O| Aug 05 19:49:34.832 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-05T19:49:35.520Z[ host-image] Aug 05 19:49:34.851 INFO O| Aug 05 19:49:34.850 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94342026-08-05T19:49:35.523Z[ host-image] Aug 05 19:49:34.851 INFO O| Aug 05 19:49:34.851 INFO STEP 12 (remove_files) COMPLETE
94352026-08-05T19:49:35.523Z[ host-image] Aug 05 19:49:34.851 INFO O| Aug 05 19:49:34.851 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-05T19:49:35.531Z[ host-image] Aug 05 19:49:34.863 INFO O| Aug 05 19:49:34.863 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94372026-08-05T19:49:35.535Z[ host-image] Aug 05 19:49:34.864 INFO O| Aug 05 19:49:34.864 INFO STEP 13 (remove_files) COMPLETE
94382026-08-05T19:49:35.535Z[ host-image] Aug 05 19:49:34.864 INFO O| Aug 05 19:49:34.864 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-05T19:49:35.728Z[ recovery-image] Aug 05 19:49:35.059 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94402026-08-05T19:49:35.771Z[ host-image] Aug 05 19:49:35.101 INFO O| Aug 05 19:49:35.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94412026-08-05T19:49:35.780Z[ host-image] Aug 05 19:49:35.111 INFO O| Aug 05 19:49:35.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94422026-08-05T19:49:35.836Z[ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94432026-08-05T19:49:35.842Z[ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94442026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94452026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94462026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94472026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94482026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94492026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94502026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94512026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94522026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94532026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94542026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94552026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94562026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94572026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94582026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.165 INFO O| Aug 05 19:49:35.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94592026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.165 INFO O| Aug 05 19:49:35.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94602026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.169 INFO O| Aug 05 19:49:35.166 INFO STEP 14 (remove_files) COMPLETE
94612026-08-05T19:49:35.846Z[ host-image] Aug 05 19:49:35.170 INFO O| Aug 05 19:49:35.166 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-05T19:49:35.850Z[ host-image] Aug 05 19:49:35.182 INFO O| Aug 05 19:49:35.181 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94632026-08-05T19:49:35.853Z[ host-image] Aug 05 19:49:35.183 INFO O| Aug 05 19:49:35.183 INFO STEP 15 (remove_files) COMPLETE
94642026-08-05T19:49:35.853Z[ host-image] Aug 05 19:49:35.183 INFO O| Aug 05 19:49:35.183 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-05T19:49:35.874Z[ host-image] Aug 05 19:49:35.205 INFO O| Aug 05 19:49:35.205 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94662026-08-05T19:49:35.904Z[ host-image] Aug 05 19:49:35.215 INFO O| Aug 05 19:49:35.215 INFO STEP 16 (remove_files) COMPLETE
94672026-08-05T19:49:35.904Z[ host-image] Aug 05 19:49:35.215 INFO O| Aug 05 19:49:35.215 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-05T19:49:35.904Z[ host-image] Aug 05 19:49:35.224 INFO O| Aug 05 19:49:35.224 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94692026-08-05T19:49:35.904Z[ host-image] Aug 05 19:49:35.225 INFO O| Aug 05 19:49:35.225 INFO STEP 17 (remove_files) COMPLETE
94702026-08-05T19:49:35.904Z[ host-image] Aug 05 19:49:35.225 INFO O| Aug 05 19:49:35.225 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-05T19:49:35.907Z[ host-image] Aug 05 19:49:35.235 INFO O| Aug 05 19:49:35.235 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94722026-08-05T19:49:35.931Z[ host-image] Aug 05 19:49:35.243 INFO O| Aug 05 19:49:35.243 INFO STEP 18 (remove_files) COMPLETE
94732026-08-05T19:49:35.931Z[ host-image] Aug 05 19:49:35.243 INFO O| Aug 05 19:49:35.243 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-05T19:49:35.931Z[ host-image] Aug 05 19:49:35.252 INFO O| Aug 05 19:49:35.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94752026-08-05T19:49:35.931Z[ host-image] Aug 05 19:49:35.253 INFO O| Aug 05 19:49:35.253 INFO STEP 19 (remove_files) COMPLETE
94762026-08-05T19:49:35.931Z[ host-image] Aug 05 19:49:35.253 INFO O| Aug 05 19:49:35.253 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-05T19:49:35.935Z[ host-image] Aug 05 19:49:35.266 INFO O| Aug 05 19:49:35.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94782026-08-05T19:49:35.935Z[ host-image] Aug 05 19:49:35.266 INFO O| Aug 05 19:49:35.266 INFO STEP 20 (remove_files) COMPLETE
94792026-08-05T19:49:35.939Z[ host-image] Aug 05 19:49:35.266 INFO O| Aug 05 19:49:35.266 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-05T19:49:35.987Z[ host-image] Aug 05 19:49:35.317 INFO O| Aug 05 19:49:35.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94812026-08-05T19:49:35.987Z[ host-image] Aug 05 19:49:35.317 INFO O| Aug 05 19:49:35.317 INFO STEP 21 (remove_files) COMPLETE
94822026-08-05T19:49:35.987Z[ host-image] Aug 05 19:49:35.317 INFO O| Aug 05 19:49:35.317 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-05T19:49:36.005Z[ host-image] Aug 05 19:49:35.336 INFO O| Aug 05 19:49:35.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94842026-08-05T19:49:36.005Z[ host-image] Aug 05 19:49:35.336 INFO O| Aug 05 19:49:35.336 INFO STEP 22 (remove_files) COMPLETE
94852026-08-05T19:49:36.006Z[ host-image] Aug 05 19:49:35.336 INFO O| Aug 05 19:49:35.336 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-05T19:49:36.018Z[ host-image] Aug 05 19:49:35.349 INFO O| Aug 05 19:49:35.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94872026-08-05T19:49:36.034Z[ host-image] Aug 05 19:49:35.363 INFO O| Aug 05 19:49:35.355 INFO STEP 23 (remove_files) COMPLETE
94882026-08-05T19:49:36.034Z[ host-image] Aug 05 19:49:35.363 INFO O| Aug 05 19:49:35.355 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-05T19:49:36.101Z[ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.367 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94902026-08-05T19:49:36.102Z[ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.367 INFO STEP 24 (remove_files) COMPLETE
94912026-08-05T19:49:36.102Z[ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.367 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-05T19:49:36.105Z[ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.378 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94932026-08-05T19:49:36.105Z[ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.378 INFO STEP 25 (remove_files) COMPLETE
94942026-08-05T19:49:36.105Z[ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.378 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-05T19:49:36.194Z[ host-image] Aug 05 19:49:35.520 INFO O| Aug 05 19:49:35.520 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94962026-08-05T19:49:36.194Z[ host-image] Aug 05 19:49:35.520 INFO O| Aug 05 19:49:35.520 INFO STEP 26 (remove_files) COMPLETE
94972026-08-05T19:49:36.197Z[ host-image] Aug 05 19:49:35.520 INFO O| Aug 05 19:49:35.520 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-05T19:49:36.203Z[ host-image] Aug 05 19:49:35.534 INFO O| Aug 05 19:49:35.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94992026-08-05T19:49:36.203Z[ host-image] Aug 05 19:49:35.534 INFO O| Aug 05 19:49:35.534 INFO STEP 27 (remove_files) COMPLETE
95002026-08-05T19:49:36.207Z[ host-image] Aug 05 19:49:35.534 INFO O| Aug 05 19:49:35.534 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-05T19:49:36.224Z[ host-image] Aug 05 19:49:35.546 INFO O| Aug 05 19:49:35.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95022026-08-05T19:49:36.224Z[ host-image] Aug 05 19:49:35.546 INFO O| Aug 05 19:49:35.546 INFO STEP 28 (remove_files) COMPLETE
95032026-08-05T19:49:36.224Z[ host-image] Aug 05 19:49:35.546 INFO O| Aug 05 19:49:35.546 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-05T19:49:36.227Z[ host-image] Aug 05 19:49:35.557 INFO O| Aug 05 19:49:35.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95052026-08-05T19:49:36.227Z[ host-image] Aug 05 19:49:35.557 INFO O| Aug 05 19:49:35.557 INFO STEP 29 (remove_files) COMPLETE
95062026-08-05T19:49:36.227Z[ host-image] Aug 05 19:49:35.558 INFO O| Aug 05 19:49:35.557 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-05T19:49:36.238Z[ host-image] Aug 05 19:49:35.568 INFO O| Aug 05 19:49:35.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95082026-08-05T19:49:36.238Z[ host-image] Aug 05 19:49:35.569 INFO O| Aug 05 19:49:35.569 INFO STEP 30 (remove_files) COMPLETE
95092026-08-05T19:49:36.241Z[ host-image] Aug 05 19:49:35.569 INFO O| Aug 05 19:49:35.569 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-05T19:49:36.252Z[ host-image] Aug 05 19:49:35.581 INFO O| Aug 05 19:49:35.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95112026-08-05T19:49:36.252Z[ host-image] Aug 05 19:49:35.581 INFO O| Aug 05 19:49:35.581 INFO STEP 31 (remove_files) COMPLETE
95122026-08-05T19:49:36.252Z[ host-image] Aug 05 19:49:35.581 INFO O| Aug 05 19:49:35.581 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-05T19:49:36.261Z[ host-image] Aug 05 19:49:35.592 INFO O| Aug 05 19:49:35.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95142026-08-05T19:49:36.264Z[ host-image] Aug 05 19:49:35.592 INFO O| Aug 05 19:49:35.592 INFO STEP 32 (remove_files) COMPLETE
95152026-08-05T19:49:36.264Z[ host-image] Aug 05 19:49:35.592 INFO O| Aug 05 19:49:35.592 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-08-05T19:49:36.272Z[ host-image] Aug 05 19:49:35.603 INFO O| Aug 05 19:49:35.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95172026-08-05T19:49:36.276Z[ host-image] Aug 05 19:49:35.603 INFO O| Aug 05 19:49:35.603 INFO STEP 33 (remove_files) COMPLETE
95182026-08-05T19:49:36.276Z[ host-image] Aug 05 19:49:35.603 INFO O| Aug 05 19:49:35.603 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-08-05T19:49:36.283Z[ host-image] Aug 05 19:49:35.614 INFO O| Aug 05 19:49:35.614 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95202026-08-05T19:49:36.288Z[ host-image] Aug 05 19:49:35.614 INFO O| Aug 05 19:49:35.614 INFO STEP 34 (remove_files) COMPLETE
95212026-08-05T19:49:36.288Z[ host-image] Aug 05 19:49:35.614 INFO O| Aug 05 19:49:35.614 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-05T19:49:36.294Z[ host-image] Aug 05 19:49:35.625 INFO O| Aug 05 19:49:35.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95232026-08-05T19:49:36.297Z[ host-image] Aug 05 19:49:35.625 INFO O| Aug 05 19:49:35.625 INFO STEP 35 (remove_files) COMPLETE
95242026-08-05T19:49:36.297Z[ host-image] Aug 05 19:49:35.625 INFO O| Aug 05 19:49:35.625 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-05T19:49:36.306Z[ host-image] Aug 05 19:49:35.636 INFO O| Aug 05 19:49:35.636 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95262026-08-05T19:49:36.309Z[ host-image] Aug 05 19:49:35.637 INFO O| Aug 05 19:49:35.636 INFO STEP 36 (remove_files) COMPLETE
95272026-08-05T19:49:36.309Z[ host-image] Aug 05 19:49:35.637 INFO O| Aug 05 19:49:35.637 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-05T19:49:36.319Z[ host-image] Aug 05 19:49:35.650 INFO O| Aug 05 19:49:35.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95292026-08-05T19:49:36.319Z[ host-image] Aug 05 19:49:35.650 INFO O| Aug 05 19:49:35.650 INFO STEP 37 (remove_files) COMPLETE
95302026-08-05T19:49:36.322Z[ host-image] Aug 05 19:49:35.650 INFO O| Aug 05 19:49:35.650 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-05T19:49:36.331Z[ host-image] Aug 05 19:49:35.662 INFO O| Aug 05 19:49:35.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95322026-08-05T19:49:36.335Z[ host-image] Aug 05 19:49:35.662 INFO O| Aug 05 19:49:35.662 INFO STEP 38 (remove_files) COMPLETE
95332026-08-05T19:49:36.335Z[ host-image] Aug 05 19:49:35.662 INFO O| Aug 05 19:49:35.662 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-05T19:49:36.342Z[ host-image] Aug 05 19:49:35.673 INFO O| Aug 05 19:49:35.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95352026-08-05T19:49:36.345Z[ host-image] Aug 05 19:49:35.673 INFO O| Aug 05 19:49:35.673 INFO STEP 39 (remove_files) COMPLETE
95362026-08-05T19:49:36.345Z[ host-image] Aug 05 19:49:35.673 INFO O| Aug 05 19:49:35.673 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-05T19:49:36.352Z[ host-image] Aug 05 19:49:35.683 INFO O| Aug 05 19:49:35.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95382026-08-05T19:49:36.352Z[ host-image] Aug 05 19:49:35.684 INFO O| Aug 05 19:49:35.684 INFO STEP 40 (remove_files) COMPLETE
95392026-08-05T19:49:36.356Z[ host-image] Aug 05 19:49:35.684 INFO O| Aug 05 19:49:35.684 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-05T19:49:36.364Z[ host-image] Aug 05 19:49:35.695 INFO O| Aug 05 19:49:35.694 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95412026-08-05T19:49:36.364Z[ host-image] Aug 05 19:49:35.695 INFO O| Aug 05 19:49:35.695 INFO STEP 41 (remove_files) COMPLETE
95422026-08-05T19:49:36.367Z[ host-image] Aug 05 19:49:35.695 INFO O| Aug 05 19:49:35.695 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-05T19:49:36.375Z[ host-image] Aug 05 19:49:35.706 INFO O| Aug 05 19:49:35.706 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95442026-08-05T19:49:36.376Z[ host-image] Aug 05 19:49:35.707 INFO O| Aug 05 19:49:35.707 INFO STEP 42 (remove_files) COMPLETE
95452026-08-05T19:49:36.379Z[ host-image] Aug 05 19:49:35.707 INFO O| Aug 05 19:49:35.707 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-05T19:49:36.387Z[ host-image] Aug 05 19:49:35.718 INFO O| Aug 05 19:49:35.718 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95472026-08-05T19:49:36.390Z[ host-image] Aug 05 19:49:35.718 INFO O| Aug 05 19:49:35.718 INFO STEP 43 (remove_files) COMPLETE
95482026-08-05T19:49:36.390Z[ host-image] Aug 05 19:49:35.718 INFO O| Aug 05 19:49:35.718 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-05T19:49:36.394Z[ recovery-image] Aug 05 19:49:35.723 INFO creating Oxide boot image...
95502026-08-05T19:49:36.394Z[ recovery-image] Aug 05 19:49:35.723 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1f4f17a/63fe1e0 2026-08-05 19:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
95512026-08-05T19:49:36.398Z[ host-image] Aug 05 19:49:35.729 INFO O| Aug 05 19:49:35.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95522026-08-05T19:49:36.402Z[ host-image] Aug 05 19:49:35.730 INFO O| Aug 05 19:49:35.730 INFO STEP 44 (remove_files) COMPLETE
95532026-08-05T19:49:36.402Z[ host-image] Aug 05 19:49:35.730 INFO O| Aug 05 19:49:35.730 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-05T19:49:36.410Z[ host-image] Aug 05 19:49:35.741 INFO O| Aug 05 19:49:35.741 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95552026-08-05T19:49:36.414Z[ host-image] Aug 05 19:49:35.741 INFO O| Aug 05 19:49:35.741 INFO STEP 45 (remove_files) COMPLETE
95562026-08-05T19:49:36.414Z[ host-image] Aug 05 19:49:35.741 INFO O| Aug 05 19:49:35.741 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-05T19:49:36.422Z[ host-image] Aug 05 19:49:35.753 INFO O| Aug 05 19:49:35.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95582026-08-05T19:49:36.425Z[ host-image] Aug 05 19:49:35.753 INFO O| Aug 05 19:49:35.753 INFO STEP 46 (remove_files) COMPLETE
95592026-08-05T19:49:36.426Z[ host-image] Aug 05 19:49:35.753 INFO O| Aug 05 19:49:35.753 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-05T19:49:36.432Z[ host-image] Aug 05 19:49:35.763 INFO O| Aug 05 19:49:35.763 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95612026-08-05T19:49:36.436Z[ host-image] Aug 05 19:49:35.763 INFO O| Aug 05 19:49:35.763 INFO STEP 47 (remove_files) COMPLETE
95622026-08-05T19:49:36.436Z[ host-image] Aug 05 19:49:35.764 INFO O| Aug 05 19:49:35.764 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-05T19:49:36.448Z[ host-image] Aug 05 19:49:35.774 INFO O| Aug 05 19:49:35.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95642026-08-05T19:49:36.451Z[ host-image] Aug 05 19:49:35.774 INFO O| Aug 05 19:49:35.774 INFO STEP 48 (remove_files) COMPLETE
95652026-08-05T19:49:36.451Z[ host-image] Aug 05 19:49:35.774 INFO O| Aug 05 19:49:35.774 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-05T19:49:36.586Z[ host-image] Aug 05 19:49:35.910 INFO O| Aug 05 19:49:35.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95672026-08-05T19:49:36.587Z[ host-image] Aug 05 19:49:35.910 INFO O| Aug 05 19:49:35.910 INFO STEP 49 (remove_files) COMPLETE
95682026-08-05T19:49:36.587Z[ host-image] Aug 05 19:49:35.910 INFO O| Aug 05 19:49:35.910 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-05T19:49:36.592Z[ host-image] Aug 05 19:49:35.923 INFO O| Aug 05 19:49:35.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95702026-08-05T19:49:36.592Z[ host-image] Aug 05 19:49:35.923 INFO O| Aug 05 19:49:35.923 INFO STEP 50 (remove_files) COMPLETE
95712026-08-05T19:49:36.592Z[ host-image] Aug 05 19:49:35.923 INFO O| Aug 05 19:49:35.923 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-05T19:49:36.615Z[ host-image] Aug 05 19:49:35.946 INFO O| Aug 05 19:49:35.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95732026-08-05T19:49:36.615Z[ host-image] Aug 05 19:49:35.946 INFO O| Aug 05 19:49:35.946 INFO STEP 51 (remove_files) COMPLETE
95742026-08-05T19:49:36.615Z[ host-image] Aug 05 19:49:35.946 INFO O| Aug 05 19:49:35.946 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-05T19:49:36.626Z[ host-image] Aug 05 19:49:35.957 INFO O| Aug 05 19:49:35.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95762026-08-05T19:49:36.627Z[ host-image] Aug 05 19:49:35.957 INFO O| Aug 05 19:49:35.957 INFO STEP 52 (remove_files) COMPLETE
95772026-08-05T19:49:36.627Z[ host-image] Aug 05 19:49:35.957 INFO O| Aug 05 19:49:35.957 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-05T19:49:36.644Z[ host-image] Aug 05 19:49:35.966 INFO O| Aug 05 19:49:35.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95792026-08-05T19:49:36.644Z[ host-image] Aug 05 19:49:35.966 INFO O| Aug 05 19:49:35.966 INFO STEP 53 (remove_files) COMPLETE
95802026-08-05T19:49:36.644Z[ host-image] Aug 05 19:49:35.966 INFO O| Aug 05 19:49:35.966 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-05T19:49:36.648Z[ host-image] Aug 05 19:49:35.975 INFO O| Aug 05 19:49:35.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95822026-08-05T19:49:36.648Z[ host-image] Aug 05 19:49:35.975 INFO O| Aug 05 19:49:35.975 INFO STEP 54 (remove_files) COMPLETE
95832026-08-05T19:49:36.648Z[ host-image] Aug 05 19:49:35.975 INFO O| Aug 05 19:49:35.975 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-05T19:49:36.653Z[ host-image] Aug 05 19:49:35.984 INFO O| Aug 05 19:49:35.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95852026-08-05T19:49:36.653Z[ host-image] Aug 05 19:49:35.984 INFO O| Aug 05 19:49:35.984 INFO STEP 55 (remove_files) COMPLETE
95862026-08-05T19:49:36.653Z[ host-image] Aug 05 19:49:35.984 INFO O| Aug 05 19:49:35.984 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-05T19:49:36.665Z[ host-image] Aug 05 19:49:35.996 INFO O| Aug 05 19:49:35.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95882026-08-05T19:49:36.666Z[ host-image] Aug 05 19:49:35.996 INFO O| Aug 05 19:49:35.996 INFO STEP 56 (remove_files) COMPLETE
95892026-08-05T19:49:36.666Z[ host-image] Aug 05 19:49:35.996 INFO O| Aug 05 19:49:35.996 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-05T19:49:36.680Z[ host-image] Aug 05 19:49:36.011 INFO O| Aug 05 19:49:36.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95912026-08-05T19:49:36.680Z[ host-image] Aug 05 19:49:36.011 INFO O| Aug 05 19:49:36.011 INFO STEP 57 (remove_files) COMPLETE
95922026-08-05T19:49:36.684Z[ host-image] Aug 05 19:49:36.011 INFO O| Aug 05 19:49:36.011 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-05T19:49:36.691Z[ host-image] Aug 05 19:49:36.022 INFO O| Aug 05 19:49:36.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95942026-08-05T19:49:36.695Z[ host-image] Aug 05 19:49:36.022 INFO O| Aug 05 19:49:36.022 INFO STEP 58 (remove_files) COMPLETE
95952026-08-05T19:49:36.695Z[ host-image] Aug 05 19:49:36.022 INFO O| Aug 05 19:49:36.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-05T19:49:36.710Z[ host-image] Aug 05 19:49:36.040 INFO O| Aug 05 19:49:36.040 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95972026-08-05T19:49:36.710Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.040 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95982026-08-05T19:49:36.710Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95992026-08-05T19:49:36.714Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96002026-08-05T19:49:36.714Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96012026-08-05T19:49:36.714Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96022026-08-05T19:49:36.714Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO ok!
96032026-08-05T19:49:36.714Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO STEP 59 (ensure_file) COMPLETE
96042026-08-05T19:49:36.714Z[ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-05T19:49:36.740Z[ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96062026-08-05T19:49:36.740Z[ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96072026-08-05T19:49:36.743Z[ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96082026-08-05T19:49:36.743Z[ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96092026-08-05T19:49:36.743Z[ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96102026-08-05T19:49:36.744Z[ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96112026-08-05T19:49:36.744Z[ host-image] Aug 05 19:49:36.071 INFO O| Aug 05 19:49:36.070 INFO ok!
96122026-08-05T19:49:36.744Z[ host-image] Aug 05 19:49:36.071 INFO O| Aug 05 19:49:36.070 INFO STEP 60 (ensure_file) COMPLETE
96132026-08-05T19:49:36.744Z[ host-image] Aug 05 19:49:36.071 INFO O| Aug 05 19:49:36.071 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-08-05T19:49:36.754Z[ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.082 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96152026-08-05T19:49:36.754Z[ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.082 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96162026-08-05T19:49:36.754Z[ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96172026-08-05T19:49:36.758Z[ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.083 INFO ok!
96182026-08-05T19:49:36.758Z[ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.083 INFO STEP 61 (ensure_file) COMPLETE
96192026-08-05T19:49:36.758Z[ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.083 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-05T19:49:36.764Z[ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.093 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96212026-08-05T19:49:36.764Z[ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96222026-08-05T19:49:36.770Z[ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96232026-08-05T19:49:36.770Z[ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO ok!
96242026-08-05T19:49:36.770Z[ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO STEP 62 (ensure_file) COMPLETE
96252026-08-05T19:49:36.770Z[ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-05T19:49:36.773Z[ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96272026-08-05T19:49:36.773Z[ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96282026-08-05T19:49:36.774Z[ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96292026-08-05T19:49:36.774Z[ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96302026-08-05T19:49:36.774Z[ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO ok!
96312026-08-05T19:49:36.774Z[ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO STEP 63 (ensure_file) COMPLETE
96322026-08-05T19:49:36.774Z[ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-05T19:49:36.784Z[ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96342026-08-05T19:49:36.784Z[ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96352026-08-05T19:49:36.788Z[ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96362026-08-05T19:49:36.788Z[ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96372026-08-05T19:49:36.788Z[ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO ok!
96382026-08-05T19:49:36.788Z[ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO STEP 64 (ensure_file) COMPLETE
96392026-08-05T19:49:36.788Z[ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-05T19:49:36.796Z[ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96412026-08-05T19:49:36.796Z[ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96422026-08-05T19:49:36.799Z[ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96432026-08-05T19:49:36.799Z[ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO ok!
96442026-08-05T19:49:36.799Z[ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO STEP 65 (assemble_files) COMPLETE
96452026-08-05T19:49:36.800Z[ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-05T19:49:36.810Z[ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96472026-08-05T19:49:36.810Z[ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96482026-08-05T19:49:36.810Z[ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96492026-08-05T19:49:36.810Z[ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96502026-08-05T19:49:36.810Z[ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO ok!
96512026-08-05T19:49:36.810Z[ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO STEP 66 (ensure_file) COMPLETE
96522026-08-05T19:49:36.810Z[ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-08-05T19:49:36.821Z[ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96542026-08-05T19:49:36.821Z[ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96552026-08-05T19:49:36.821Z[ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96562026-08-05T19:49:36.821Z[ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO STEP 67 (ensure_dir) COMPLETE
96572026-08-05T19:49:36.821Z[ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-05T19:49:36.830Z[ host-image] Aug 05 19:49:36.159 INFO O| Aug 05 19:49:36.159 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96592026-08-05T19:49:36.830Z[ host-image] Aug 05 19:49:36.159 INFO O| Aug 05 19:49:36.159 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 ...
96602026-08-05T19:49:36.839Z[ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 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
96612026-08-05T19:49:36.840Z[ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96622026-08-05T19:49:36.840Z[ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO ok!
96632026-08-05T19:49:36.843Z[ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO STEP 68 (ensure_file) COMPLETE
96642026-08-05T19:49:36.843Z[ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-05T19:49:36.851Z[ host-image] Aug 05 19:49:36.182 INFO O| Aug 05 19:49:36.182 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96662026-08-05T19:49:36.851Z[ host-image] Aug 05 19:49:36.182 INFO O| Aug 05 19:49:36.182 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 ...
96672026-08-05T19:49:36.855Z[ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 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
96682026-08-05T19:49:36.855Z[ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96692026-08-05T19:49:36.855Z[ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO ok!
96702026-08-05T19:49:36.855Z[ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO STEP 69 (ensure_file) COMPLETE
96712026-08-05T19:49:36.855Z[ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-05T19:49:36.867Z[ host-image] Aug 05 19:49:36.198 INFO O| Aug 05 19:49:36.198 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96732026-08-05T19:49:36.867Z[ host-image] Aug 05 19:49:36.198 INFO O| Aug 05 19:49:36.198 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96742026-08-05T19:49:38.639Z[ host-image] Aug 05 19:49:37.970 INFO O| Aug 05 19:49:37.970 INFO STEP 70 (pack_tar) COMPLETE
96752026-08-05T19:49:38.639Z[ host-image] Aug 05 19:49:37.970 INFO O| Aug 05 19:49:37.970 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96762026-08-05T19:49:38.639Z[ host-image] Aug 05 19:49:37.970 INFO O| Aug 05 19:49:37.970 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96772026-08-05T19:49:39.428Z[ host-image] Aug 05 19:49:38.752 INFO O| Aug 05 19:49:38.752 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96782026-08-05T19:49:39.851Z[ host-image] Aug 05 19:49:39.182 INFO O| Aug 05 19:49:39.182 INFO completed processing sled/ramdisk-02-trim
96792026-08-05T19:49:39.856Z[ host-image] Aug 05 19:49:39.186 INFO image builder template: zfs...
96802026-08-05T19:49:39.856Z[ host-image] Aug 05 19:49:39.186 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/.tmpqaqL9a/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs"], pwd: None
96812026-08-05T19:49:39.868Z[ host-image] Aug 05 19:49:39.199 INFO O| Aug 05 19:49:39.199 INFO skip include "stress" because feature "stress" is not enabled
96822026-08-05T19:49:39.868Z[ host-image] Aug 05 19:49:39.199 INFO O| Aug 05 19:49:39.199 INFO skip include "stress" because feature "compliance" is not enabled
96832026-08-05T19:49:39.899Z[ host-image] Aug 05 19:49:39.230 INFO O| Aug 05 19:49:39.230 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96842026-08-05T19:49:39.904Z[ host-image] Aug 05 19:49:39.235 INFO O| Aug 05 19:49:39.235 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96852026-08-05T19:49:39.995Z[ host-image] Aug 05 19:49:39.325 INFO O| Aug 05 19:49:39.325 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96862026-08-05T19:49:40.058Z[ host-image] Aug 05 19:49:39.389 INFO O| Aug 05 19:49:39.389 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96872026-08-05T19:49:40.058Z[ host-image] Aug 05 19:49:39.389 INFO O| Aug 05 19:49:39.389 INFO work dataset: rpool/images/build/host/work/sled/zfs
96882026-08-05T19:49:40.062Z[ host-image] Aug 05 19:49:39.393 INFO O| Aug 05 19:49:39.393 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96892026-08-05T19:49:40.116Z[ host-image] Aug 05 19:49:39.447 INFO O| Aug 05 19:49:39.447 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96902026-08-05T19:49:40.157Z[ host-image] Aug 05 19:49:39.488 INFO O| Aug 05 19:49:39.488 INFO DESTROY POOL: TEMPORARY-sled-zfs
96912026-08-05T19:49:40.167Z[ host-image] Aug 05 19:49:39.498 INFO O| Aug 05 19:49:39.498 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96922026-08-05T19:49:40.172Z[ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96932026-08-05T19:49:40.172Z[ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO no lofi found
96942026-08-05T19:49:40.175Z[ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96952026-08-05T19:49:40.175Z[ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96962026-08-05T19:49:41.670Z[ host-image] Aug 05 19:49:41.001 INFO O| Aug 05 19:49:41.001 INFO lofi device = /dev/dsk/c2t1d0p0
96972026-08-05T19:49:41.670Z[ host-image] Aug 05 19:49:41.001 INFO O| Aug 05 19:49:41.001 INFO pool device = /dev/dsk/c2t1d0p0
96982026-08-05T19:49:41.674Z[ host-image] Aug 05 19:49:41.001 INFO O| Aug 05 19:49:41.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"]
96992026-08-05T19:49:41.863Z[ host-image] Aug 05 19:49:41.194 INFO O| Aug 05 19:49:41.194 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97002026-08-05T19:49:41.863Z[ host-image] Aug 05 19:49:41.194 INFO O| Aug 05 19:49:41.194 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97012026-08-05T19:49:41.884Z[ host-image] Aug 05 19:49:41.215 INFO O| Aug 05 19:49:41.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97022026-08-05T19:49:41.957Z[ host-image] Aug 05 19:49:41.288 INFO O| Aug 05 19:49:41.288 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97032026-08-05T19:49:41.997Z[ host-image] Aug 05 19:49:41.327 INFO O| Aug 05 19:49:41.327 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97042026-08-05T19:49:42.014Z[ host-image] Aug 05 19:49:41.345 INFO O| Aug 05 19:49:41.345 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97052026-08-05T19:49:42.029Z[ host-image] Aug 05 19:49:41.360 INFO O| Aug 05 19:49:41.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97062026-08-05T19:49:42.066Z[ host-image] Aug 05 19:49:41.397 INFO O| Aug 05 19:49:41.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97072026-08-05T19:49:42.066Z[ host-image] Aug 05 19:49:41.397 INFO O| Aug 05 19:49:41.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97082026-08-05T19:49:42.066Z[ host-image] Aug 05 19:49:41.397 INFO O| Aug 05 19:49:41.397 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97092026-08-05T19:49:42.077Z[ host-image] Aug 05 19:49:41.408 INFO O| Aug 05 19:49:41.408 INFO boot environment UUID: 7585e2ca-c90a-4b8e-8fa5-401796c84305
97102026-08-05T19:49:42.077Z[ host-image] Aug 05 19:49:41.408 INFO O| Aug 05 19:49:41.408 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7585e2ca-c90a-4b8e-8fa5-401796c84305
97112026-08-05T19:49:42.094Z[ host-image] Aug 05 19:49:41.425 INFO O| Aug 05 19:49:41.425 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97122026-08-05T19:49:42.107Z[ host-image] Aug 05 19:49:41.438 INFO O| Aug 05 19:49:41.438 INFO STEP 0 (create_be) COMPLETE
97132026-08-05T19:49:42.107Z[ host-image] Aug 05 19:49:41.438 INFO O| Aug 05 19:49:41.438 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97142026-08-05T19:49:42.123Z[ host-image] Aug 05 19:49:41.454 INFO O| Aug 05 19:49:41.454 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97152026-08-05T19:49:42.281Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97162026-08-05T19:49:48.509Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
97172026-08-05T19:49:52.963Z[ host-image] Aug 05 19:49:52.291 INFO O| Aug 05 19:49:52.291 INFO STEP 1 (unpack_tar) COMPLETE
97182026-08-05T19:49:52.966Z[ host-image] Aug 05 19:49:52.291 INFO O| Aug 05 19:49:52.291 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97192026-08-05T19:49:52.972Z[ host-image] Aug 05 19:49:52.303 INFO O| Aug 05 19:49:52.303 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97202026-08-05T19:49:53.052Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97212026-08-05T19:49:53.350Z[ host-image] Aug 05 19:49:52.680 INFO O| Aug 05 19:49:52.680 INFO STEP 2 (devfsadm) COMPLETE
97222026-08-05T19:49:53.350Z[ host-image] Aug 05 19:49:52.680 INFO O| Aug 05 19:49:52.680 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97232026-08-05T19:49:53.422Z[ host-image] Aug 05 19:49:52.752 INFO O| Aug 05 19:49:52.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97242026-08-05T19:49:53.422Z[ host-image] Aug 05 19:49:52.752 INFO O| Aug 05 19:49:52.752 INFO STEP 3 (ensure_dir) COMPLETE
97252026-08-05T19:49:53.422Z[ host-image] Aug 05 19:49:52.752 INFO O| Aug 05 19:49:52.752 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97262026-08-05T19:49:53.436Z[ host-image] Aug 05 19:49:52.766 INFO O| Aug 05 19:49:52.766 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97272026-08-05T19:49:53.436Z[ host-image] Aug 05 19:49:52.766 INFO O| Aug 05 19:49:52.766 INFO STEP 4 (ensure_dir) COMPLETE
97282026-08-05T19:49:53.436Z[ host-image] Aug 05 19:49:52.766 INFO O| Aug 05 19:49:52.766 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97292026-08-05T19:49:53.460Z[ host-image] Aug 05 19:49:52.790 INFO O| Aug 05 19:49:52.790 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97302026-08-05T19:49:53.460Z[ host-image] Aug 05 19:49:52.790 INFO O| Aug 05 19:49:52.790 INFO STEP 5 (ensure_dir) COMPLETE
97312026-08-05T19:49:53.463Z[ host-image] Aug 05 19:49:52.790 INFO O| Aug 05 19:49:52.790 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97322026-08-05T19:49:53.472Z[ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97332026-08-05T19:49:53.472Z[ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97342026-08-05T19:49:53.472Z[ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO STEP 6 (ensure_dir) COMPLETE
97352026-08-05T19:49:53.475Z[ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97362026-08-05T19:49:53.483Z[ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97372026-08-05T19:49:53.483Z[ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97382026-08-05T19:49:53.483Z[ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO STEP 7 (ensure_dir) COMPLETE
97392026-08-05T19:49:53.483Z[ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97402026-08-05T19:49:53.493Z[ host-image] Aug 05 19:49:52.824 INFO O| Aug 05 19:49:52.824 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97412026-08-05T19:49:53.496Z[ host-image] Aug 05 19:49:52.825 INFO O| Aug 05 19:49:52.825 INFO STEP 8 (remove_files) COMPLETE
97422026-08-05T19:49:53.497Z[ host-image] Aug 05 19:49:52.825 INFO O| Aug 05 19:49:52.825 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-05T19:49:53.505Z[ host-image] Aug 05 19:49:52.836 INFO O| Aug 05 19:49:52.836 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97442026-08-05T19:49:53.508Z[ host-image] Aug 05 19:49:52.837 INFO O| Aug 05 19:49:52.837 INFO STEP 9 (remove_files) COMPLETE
97452026-08-05T19:49:53.508Z[ host-image] Aug 05 19:49:52.837 INFO O| Aug 05 19:49:52.837 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-08-05T19:49:53.531Z[ host-image] Aug 05 19:49:52.861 INFO O| Aug 05 19:49:52.861 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97472026-08-05T19:49:53.534Z[ host-image] Aug 05 19:49:52.862 INFO O| Aug 05 19:49:52.862 INFO STEP 10 (remove_files) COMPLETE
97482026-08-05T19:49:53.534Z[ host-image] Aug 05 19:49:52.862 INFO O| Aug 05 19:49:52.862 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97492026-08-05T19:49:53.548Z[ host-image] Aug 05 19:49:52.878 INFO O| Aug 05 19:49:52.877 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97502026-08-05T19:49:53.548Z[ host-image] Aug 05 19:49:52.878 INFO O| Aug 05 19:49:52.877 INFO STEP 11 (remove_files) COMPLETE
97512026-08-05T19:49:53.548Z[ host-image] Aug 05 19:49:52.878 INFO O| Aug 05 19:49:52.877 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97522026-08-05T19:49:53.558Z[ host-image] Aug 05 19:49:52.889 INFO O| Aug 05 19:49:52.889 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97532026-08-05T19:49:53.558Z[ host-image] Aug 05 19:49:52.889 INFO O| Aug 05 19:49:52.889 INFO STEP 12 (remove_files) COMPLETE
97542026-08-05T19:49:53.558Z[ host-image] Aug 05 19:49:52.889 INFO O| Aug 05 19:49:52.889 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-08-05T19:49:53.570Z[ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97562026-08-05T19:49:53.571Z[ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97572026-08-05T19:49:53.571Z[ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO STEP 13 (ensure_dir) COMPLETE
97582026-08-05T19:49:53.574Z[ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-08-05T19:49:53.584Z[ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97602026-08-05T19:49:53.584Z[ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97612026-08-05T19:49:53.584Z[ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97622026-08-05T19:49:53.584Z[ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO STEP 14 (ensure_dir) COMPLETE
97632026-08-05T19:49:53.584Z[ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-08-05T19:49:53.595Z[ host-image] Aug 05 19:49:52.925 INFO O| Aug 05 19:49:52.925 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97652026-08-05T19:49:53.595Z[ host-image] Aug 05 19:49:52.925 INFO O| Aug 05 19:49:52.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97662026-08-05T19:49:53.595Z[ host-image] Aug 05 19:49:52.926 INFO O| Aug 05 19:49:52.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97672026-08-05T19:49:53.598Z[ host-image] Aug 05 19:49:52.926 INFO O| Aug 05 19:49:52.925 INFO STEP 15 (ensure_dir) COMPLETE
97682026-08-05T19:49:53.598Z[ host-image] Aug 05 19:49:52.926 INFO O| Aug 05 19:49:52.925 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-05T19:49:53.614Z[ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97702026-08-05T19:49:53.614Z[ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97712026-08-05T19:49:53.617Z[ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO STEP 16 (ensure_dir) COMPLETE
97722026-08-05T19:49:53.617Z[ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-05T19:49:53.626Z[ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97742026-08-05T19:49:53.626Z[ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97752026-08-05T19:49:53.629Z[ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO STEP 17 (ensure_dir) COMPLETE
97762026-08-05T19:49:53.629Z[ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97772026-08-05T19:49:53.638Z[ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97782026-08-05T19:49:53.638Z[ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97792026-08-05T19:49:53.638Z[ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO ok!
97802026-08-05T19:49:53.641Z[ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO STEP 18 (ensure_symlink) COMPLETE
97812026-08-05T19:49:53.641Z[ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-05T19:49:53.648Z[ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97832026-08-05T19:49:53.651Z[ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97842026-08-05T19:49:53.651Z[ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO ok!
97852026-08-05T19:49:53.651Z[ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO STEP 19 (ensure_file) COMPLETE
97862026-08-05T19:49:53.651Z[ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97872026-08-05T19:49:53.657Z[ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97882026-08-05T19:49:53.657Z[ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97892026-08-05T19:49:53.657Z[ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97902026-08-05T19:49:53.661Z[ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO ok!
97912026-08-05T19:49:53.661Z[ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO STEP 20 (ensure_symlink) COMPLETE
97922026-08-05T19:49:53.661Z[ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97932026-08-05T19:49:53.666Z[ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97942026-08-05T19:49:53.667Z[ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97952026-08-05T19:49:53.667Z[ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97962026-08-05T19:49:53.670Z[ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO ok!
97972026-08-05T19:49:53.670Z[ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO STEP 21 (ensure_symlink) COMPLETE
97982026-08-05T19:49:53.670Z[ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97992026-08-05T19:49:53.683Z[ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.012 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98002026-08-05T19:49:53.683Z[ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98012026-08-05T19:49:53.683Z[ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98022026-08-05T19:49:53.683Z[ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO ok!
98032026-08-05T19:49:53.683Z[ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO STEP 22 (ensure_symlink) COMPLETE
98042026-08-05T19:49:53.683Z[ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98052026-08-05T19:49:53.696Z[ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98062026-08-05T19:49:53.696Z[ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98072026-08-05T19:49:53.699Z[ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98082026-08-05T19:49:53.700Z[ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO ok!
98092026-08-05T19:49:53.700Z[ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO STEP 23 (ensure_symlink) COMPLETE
98102026-08-05T19:49:53.700Z[ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98112026-08-05T19:49:53.705Z[ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98122026-08-05T19:49:53.705Z[ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98132026-08-05T19:49:53.705Z[ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98142026-08-05T19:49:53.705Z[ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO ok!
98152026-08-05T19:49:53.705Z[ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO STEP 24 (ensure_file) COMPLETE
98162026-08-05T19:49:53.705Z[ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98172026-08-05T19:49:53.713Z[ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO updating shadow file
98182026-08-05T19:49:53.713Z[ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98192026-08-05T19:49:53.716Z[ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98202026-08-05T19:49:53.716Z[ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO STEP 25 (shadow) COMPLETE
98212026-08-05T19:49:53.716Z[ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98222026-08-05T19:49:53.748Z[ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98232026-08-05T19:49:53.751Z[ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98242026-08-05T19:49:53.751Z[ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98252026-08-05T19:49:53.751Z[ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO ok!
98262026-08-05T19:49:53.751Z[ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO STEP 26 (ensure_file) COMPLETE
98272026-08-05T19:49:53.751Z[ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98282026-08-05T19:49:53.756Z[ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98292026-08-05T19:49:53.756Z[ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98302026-08-05T19:49:53.756Z[ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98312026-08-05T19:49:53.756Z[ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO ok!
98322026-08-05T19:49:53.756Z[ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO STEP 27 (ensure_file) COMPLETE
98332026-08-05T19:49:53.756Z[ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-08-05T19:49:53.768Z[ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98352026-08-05T19:49:53.768Z[ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98362026-08-05T19:49:53.768Z[ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98372026-08-05T19:49:53.768Z[ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98382026-08-05T19:49:53.771Z[ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO ok!
98392026-08-05T19:49:53.771Z[ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO STEP 28 (ensure_file) COMPLETE
98402026-08-05T19:49:53.771Z[ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98412026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98422026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98432026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98442026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO ok!
98452026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO STEP 29 (ensure_file) COMPLETE
98462026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98472026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.128 INFO O| Aug 05 19:49:53.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98482026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98492026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.128 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98502026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.129 INFO STEP 30 (ensure_dir) COMPLETE
98512026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.129 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98522026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98532026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98542026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98552026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98562026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO ok!
98572026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO STEP 31 (ensure_file) COMPLETE
98582026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98592026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.154 INFO O| Aug 05 19:49:53.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98602026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98612026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98622026-08-05T19:49:53.869Z[ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO STEP 32 (ensure_dir) COMPLETE
98632026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98642026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98652026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 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 ...
98662026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 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
98672026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98682026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO ok!
98692026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO STEP 33 (ensure_file) COMPLETE
98702026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98712026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98722026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98732026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98742026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO ok!
98752026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO STEP 34 (ensure_file) COMPLETE
98762026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98772026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98782026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98792026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98802026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98812026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO ok!
98822026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO STEP 35 (ensure_file) COMPLETE
98832026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98842026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.195 INFO O| Aug 05 19:49:53.195 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98852026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.195 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98862026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98872026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO ok!
98882026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO STEP 36 (ensure_file) COMPLETE
98892026-08-05T19:49:53.870Z[ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98902026-08-05T19:49:53.874Z[ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98912026-08-05T19:49:53.874Z[ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98922026-08-05T19:49:53.878Z[ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98932026-08-05T19:49:53.878Z[ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO ok!
98942026-08-05T19:49:53.878Z[ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO STEP 37 (ensure_file) COMPLETE
98952026-08-05T19:49:53.878Z[ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98962026-08-05T19:49:53.884Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98972026-08-05T19:49:53.884Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98982026-08-05T19:49:53.888Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98992026-08-05T19:49:53.888Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99002026-08-05T19:49:53.888Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99012026-08-05T19:49:53.888Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99022026-08-05T19:49:53.888Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO ok!
99032026-08-05T19:49:53.888Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO STEP 38 (ensure_file) COMPLETE
99042026-08-05T19:49:53.888Z[ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99052026-08-05T19:49:53.895Z[ host-image] Aug 05 19:49:53.225 INFO O| Aug 05 19:49:53.225 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99062026-08-05T19:49:53.895Z[ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99072026-08-05T19:49:53.898Z[ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99082026-08-05T19:49:53.898Z[ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO STEP 39 (ensure_dir) COMPLETE
99092026-08-05T19:49:53.898Z[ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99102026-08-05T19:49:53.910Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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
99112026-08-05T19:49:53.913Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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 ...
99122026-08-05T19:49:53.913Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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
99132026-08-05T19:49:53.913Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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
99142026-08-05T19:49:53.913Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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
99152026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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
99162026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 INFO ok!
99172026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 INFO STEP 40 (ensure_file) COMPLETE
99182026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99192026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99202026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
99212026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99222026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO ok!
99232026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO STEP 41 (ensure_symlink) COMPLETE
99242026-08-05T19:49:53.917Z[ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99252026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99262026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99272026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99282026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO ok!
99292026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO STEP 42 (ensure_symlink) COMPLETE
99302026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99312026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99322026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99332026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99342026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99352026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99362026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99372026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO ok!
99382026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO STEP 43 (ensure_file) COMPLETE
99392026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99412026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 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 ...
99422026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 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
99432026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99442026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO ok!
99452026-08-05T19:49:53.947Z[ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO STEP 44 (ensure_file) COMPLETE
99462026-08-05T19:49:53.951Z[ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99472026-08-05T19:49:53.956Z[ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99482026-08-05T19:49:53.956Z[ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99492026-08-05T19:49:53.957Z[ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99502026-08-05T19:49:53.960Z[ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO ok!
99512026-08-05T19:49:53.960Z[ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO STEP 45 (ensure_file) COMPLETE
99522026-08-05T19:49:53.960Z[ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99532026-08-05T19:49:53.966Z[ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO updating shadow file
99542026-08-05T19:49:53.966Z[ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99552026-08-05T19:49:53.969Z[ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO STEP 46 (shadow) COMPLETE
99562026-08-05T19:49:53.970Z[ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99572026-08-05T19:49:53.976Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99582026-08-05T19:49:53.976Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99592026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99602026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99612026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO ok!
99622026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 47 (ensure_file) COMPLETE
99632026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99642026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO skip step because feature "mfg" is not enabled
99652026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO skip step because feature "mfg" is not enabled
99672026-08-05T19:49:53.979Z[ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-05T19:49:53.985Z[ host-image] Aug 05 19:49:53.316 INFO O| Aug 05 19:49:53.316 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99692026-08-05T19:49:53.985Z[ host-image] Aug 05 19:49:53.316 INFO O| Aug 05 19:49:53.316 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99702026-08-05T19:49:54.009Z[ host-image] Aug 05 19:49:53.339 INFO O| Aug 05 19:49:53.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99712026-08-05T19:49:54.009Z[ host-image] Aug 05 19:49:53.339 INFO O| Aug 05 19:49:53.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99722026-08-05T19:49:54.009Z[ host-image] Aug 05 19:49:53.339 INFO O| Aug 05 19:49:53.339 INFO ok!
99732026-08-05T19:49:54.012Z[ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO STEP 50 (ensure_file) COMPLETE
99742026-08-05T19:49:54.012Z[ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99752026-08-05T19:49:54.012Z[ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO skip step because feature "compliance" is not enabled
99762026-08-05T19:49:54.012Z[ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99772026-08-05T19:49:54.019Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99782026-08-05T19:49:54.020Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99792026-08-05T19:49:54.020Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99802026-08-05T19:49:54.020Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99812026-08-05T19:49:54.020Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99822026-08-05T19:49:54.020Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99832026-08-05T19:49:54.020Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO ok!
99842026-08-05T19:49:54.020Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO STEP 52 (ensure_file) COMPLETE
99852026-08-05T19:49:54.023Z[ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99862026-08-05T19:49:54.029Z[ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99872026-08-05T19:49:54.029Z[ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 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 ...
99882026-08-05T19:49:54.032Z[ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 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
99892026-08-05T19:49:54.032Z[ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99902026-08-05T19:49:54.032Z[ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO ok!
99912026-08-05T19:49:54.032Z[ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO STEP 53 (ensure_file) COMPLETE
99922026-08-05T19:49:54.032Z[ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-08-05T19:49:54.038Z[ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99942026-08-05T19:49:54.038Z[ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 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 ...
99952026-08-05T19:49:54.038Z[ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99962026-08-05T19:49:54.041Z[ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99972026-08-05T19:49:54.041Z[ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO ok!
99982026-08-05T19:49:54.041Z[ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO STEP 54 (ensure_file) COMPLETE
99992026-08-05T19:49:54.041Z[ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-08-05T19:49:54.048Z[ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100012026-08-05T19:49:54.048Z[ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 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 ...
100022026-08-05T19:49:54.051Z[ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 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
100032026-08-05T19:49:54.051Z[ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100042026-08-05T19:49:54.051Z[ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO ok!
100052026-08-05T19:49:54.051Z[ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO STEP 55 (ensure_file) COMPLETE
100062026-08-05T19:49:54.051Z[ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100072026-08-05T19:49:54.059Z[ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100082026-08-05T19:49:54.059Z[ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 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 ...
100092026-08-05T19:49:54.059Z[ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100102026-08-05T19:49:54.062Z[ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100112026-08-05T19:49:54.062Z[ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO ok!
100122026-08-05T19:49:54.062Z[ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO STEP 56 (ensure_file) COMPLETE
100132026-08-05T19:49:54.062Z[ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-08-05T19:49:54.070Z[ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100152026-08-05T19:49:54.070Z[ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 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 ...
100162026-08-05T19:49:54.070Z[ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 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
100172026-08-05T19:49:54.074Z[ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100182026-08-05T19:49:54.074Z[ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO ok!
100192026-08-05T19:49:54.074Z[ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO STEP 57 (ensure_file) COMPLETE
100202026-08-05T19:49:54.074Z[ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-08-05T19:49:54.081Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100222026-08-05T19:49:54.081Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 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 ...
100232026-08-05T19:49:54.084Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100242026-08-05T19:49:54.084Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100252026-08-05T19:49:54.084Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100262026-08-05T19:49:54.084Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100272026-08-05T19:49:54.084Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO ok!
100282026-08-05T19:49:54.084Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO STEP 58 (ensure_file) COMPLETE
100292026-08-05T19:49:54.084Z[ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-08-05T19:49:54.091Z[ host-image] Aug 05 19:49:53.422 INFO O| Aug 05 19:49:53.422 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100312026-08-05T19:49:54.091Z[ host-image] Aug 05 19:49:53.422 INFO O| Aug 05 19:49:53.422 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 ...
100322026-08-05T19:49:54.095Z[ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.422 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
100332026-08-05T19:49:54.095Z[ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100342026-08-05T19:49:54.095Z[ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO ok!
100352026-08-05T19:49:54.095Z[ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO STEP 59 (ensure_file) COMPLETE
100362026-08-05T19:49:54.095Z[ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100372026-08-05T19:49:54.101Z[ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100382026-08-05T19:49:54.101Z[ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100392026-08-05T19:49:54.101Z[ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100402026-08-05T19:49:54.104Z[ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100412026-08-05T19:49:54.104Z[ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO ok!
100422026-08-05T19:49:54.104Z[ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO STEP 60 (ensure_file) COMPLETE
100432026-08-05T19:49:54.104Z[ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-08-05T19:49:54.114Z[ host-image] Aug 05 19:49:53.444 INFO O| Aug 05 19:49:53.444 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100452026-08-05T19:49:54.114Z[ host-image] Aug 05 19:49:53.444 INFO O| Aug 05 19:49:53.444 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 ...
100462026-08-05T19:49:54.117Z[ host-image] Aug 05 19:49:53.444 INFO O| Aug 05 19:49:53.444 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
100472026-08-05T19:49:54.117Z[ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100482026-08-05T19:49:54.117Z[ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.444 INFO ok!
100492026-08-05T19:49:54.117Z[ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.445 INFO STEP 61 (ensure_file) COMPLETE
100502026-08-05T19:49:54.117Z[ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.445 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-08-05T19:49:54.125Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100522026-08-05T19:49:54.125Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100532026-08-05T19:49:54.128Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100542026-08-05T19:49:54.128Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100552026-08-05T19:49:54.128Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100562026-08-05T19:49:54.128Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100572026-08-05T19:49:54.128Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO ok!
100582026-08-05T19:49:54.128Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO STEP 62 (ensure_file) COMPLETE
100592026-08-05T19:49:54.128Z[ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-05T19:49:54.144Z[ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100612026-08-05T19:49:54.144Z[ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 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 ...
100622026-08-05T19:49:54.144Z[ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 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
100632026-08-05T19:49:54.144Z[ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100642026-08-05T19:49:54.144Z[ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO ok!
100652026-08-05T19:49:54.144Z[ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO STEP 63 (ensure_file) COMPLETE
100662026-08-05T19:49:54.144Z[ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-05T19:49:54.147Z[ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100682026-08-05T19:49:54.147Z[ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 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 ...
100692026-08-05T19:49:54.147Z[ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 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
100702026-08-05T19:49:54.147Z[ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100712026-08-05T19:49:54.147Z[ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO ok!
100722026-08-05T19:49:54.147Z[ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO STEP 64 (ensure_file) COMPLETE
100732026-08-05T19:49:54.147Z[ host-image] Aug 05 19:49:53.477 INFO O| Aug 05 19:49:53.476 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-05T19:49:54.156Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100752026-08-05T19:49:54.156Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 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 ...
100762026-08-05T19:49:54.156Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 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
100772026-08-05T19:49:54.156Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100782026-08-05T19:49:54.160Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO ok!
100792026-08-05T19:49:54.160Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO STEP 65 (ensure_file) COMPLETE
100802026-08-05T19:49:54.160Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100812026-08-05T19:49:54.160Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO skip step because feature "mbist" is not enabled
100822026-08-05T19:49:54.160Z[ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-08-05T19:49:54.166Z[ host-image] Aug 05 19:49:53.497 INFO O| Aug 05 19:49:53.497 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100842026-08-05T19:49:54.166Z[ host-image] Aug 05 19:49:53.497 INFO O| Aug 05 19:49:53.497 INFO STEP 67 (ensure_dir) COMPLETE
100852026-08-05T19:49:54.169Z[ host-image] Aug 05 19:49:53.497 INFO O| Aug 05 19:49:53.497 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862026-08-05T19:49:54.176Z[ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100872026-08-05T19:49:54.176Z[ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100882026-08-05T19:49:54.176Z[ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO STEP 68 (ensure_dir) COMPLETE
100892026-08-05T19:49:54.176Z[ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902026-08-05T19:49:54.187Z[ host-image] Aug 05 19:49:53.517 INFO O| Aug 05 19:49:53.517 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100912026-08-05T19:49:54.187Z[ host-image] Aug 05 19:49:53.517 INFO O| Aug 05 19:49:53.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100922026-08-05T19:49:54.187Z[ host-image] Aug 05 19:49:53.517 INFO O| Aug 05 19:49:53.517 INFO STEP 69 (ensure_dir) COMPLETE
100932026-08-05T19:49:54.190Z[ host-image] Aug 05 19:49:53.518 INFO O| Aug 05 19:49:53.517 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-08-05T19:49:54.197Z[ host-image] Aug 05 19:49:53.527 INFO O| Aug 05 19:49:53.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100952026-08-05T19:49:54.197Z[ host-image] Aug 05 19:49:53.527 INFO O| Aug 05 19:49:53.527 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100962026-08-05T19:49:54.225Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
100972026-08-05T19:49:54.677Z[ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100982026-08-05T19:49:54.677Z[ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO ok!
100992026-08-05T19:49:54.680Z[ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO STEP 70 (ensure_file) COMPLETE
101002026-08-05T19:49:54.680Z[ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-08-05T19:49:54.730Z[ host-image] Aug 05 19:49:54.060 INFO O| Aug 05 19:49:54.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101022026-08-05T19:49:54.730Z[ host-image] Aug 05 19:49:54.060 INFO O| Aug 05 19:49:54.060 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101032026-08-05T19:49:55.031Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
101042026-08-05T19:49:55.218Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
101052026-08-05T19:49:55.587Z[ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101062026-08-05T19:49:55.588Z[ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO ok!
101072026-08-05T19:49:55.588Z[ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO STEP 71 (ensure_file) COMPLETE
101082026-08-05T19:49:55.588Z[ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-08-05T19:49:55.599Z[ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.929 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101102026-08-05T19:49:55.599Z[ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101112026-08-05T19:49:55.599Z[ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.930 INFO STEP 72 (ensure_dir) COMPLETE
101122026-08-05T19:49:55.603Z[ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.930 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-08-05T19:49:55.609Z[ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101142026-08-05T19:49:55.609Z[ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO copying /tmp/.tmpqaqL9a/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 ...
101152026-08-05T19:49:55.613Z[ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101162026-08-05T19:49:55.613Z[ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO ok!
101172026-08-05T19:49:55.613Z[ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO STEP 73 (ensure_file) COMPLETE
101182026-08-05T19:49:55.613Z[ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-08-05T19:49:55.620Z[ host-image] Aug 05 19:49:54.950 INFO O| Aug 05 19:49:54.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101202026-08-05T19:49:55.620Z[ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.950 INFO copying /tmp/.tmpqaqL9a/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 ...
101212026-08-05T19:49:55.624Z[ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101222026-08-05T19:49:55.624Z[ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO ok!
101232026-08-05T19:49:55.624Z[ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO STEP 74 (ensure_file) COMPLETE
101242026-08-05T19:49:55.624Z[ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-08-05T19:49:55.629Z[ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101262026-08-05T19:49:55.633Z[ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101272026-08-05T19:49:55.633Z[ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO STEP 75 (ensure_dir) COMPLETE
101282026-08-05T19:49:55.633Z[ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-08-05T19:49:55.643Z[ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101302026-08-05T19:49:55.643Z[ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO copying /tmp/.tmpqaqL9a/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 ...
101312026-08-05T19:49:55.643Z[ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101322026-08-05T19:49:55.643Z[ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO ok!
101332026-08-05T19:49:55.647Z[ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO STEP 76 (ensure_file) COMPLETE
101342026-08-05T19:49:55.647Z[ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-08-05T19:49:55.653Z[ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101362026-08-05T19:49:55.653Z[ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO copying /tmp/.tmpqaqL9a/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 ...
101372026-08-05T19:49:55.657Z[ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101382026-08-05T19:49:55.657Z[ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO ok!
101392026-08-05T19:49:55.657Z[ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO STEP 77 (ensure_file) COMPLETE
101402026-08-05T19:49:55.657Z[ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-08-05T19:49:55.665Z[ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101422026-08-05T19:49:55.665Z[ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101432026-08-05T19:49:55.665Z[ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO STEP 78 (ensure_dir) COMPLETE
101442026-08-05T19:49:55.668Z[ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-05T19:49:55.682Z[ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101462026-08-05T19:49:55.682Z[ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO copying /tmp/.tmpqaqL9a/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 ...
101472026-08-05T19:49:55.682Z[ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101482026-08-05T19:49:55.682Z[ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO ok!
101492026-08-05T19:49:55.682Z[ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO STEP 79 (ensure_file) COMPLETE
101502026-08-05T19:49:55.682Z[ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-05T19:49:55.687Z[ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101522026-08-05T19:49:55.687Z[ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101532026-08-05T19:49:55.687Z[ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101542026-08-05T19:49:55.691Z[ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO ok!
101552026-08-05T19:49:55.691Z[ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO STEP 80 (ensure_file) COMPLETE
101562026-08-05T19:49:55.691Z[ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-05T19:49:55.699Z[ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101582026-08-05T19:49:55.700Z[ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101592026-08-05T19:49:55.700Z[ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO STEP 81 (ensure_dir) COMPLETE
101602026-08-05T19:49:55.703Z[ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-05T19:49:55.716Z[ host-image] Aug 05 19:49:55.046 INFO O| Aug 05 19:49:55.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101622026-08-05T19:49:55.716Z[ host-image] Aug 05 19:49:55.046 INFO O| Aug 05 19:49:55.046 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101632026-08-05T19:49:56.481Z[ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101642026-08-05T19:49:56.481Z[ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO ok!
101652026-08-05T19:49:56.481Z[ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO STEP 82 (ensure_file) COMPLETE
101662026-08-05T19:49:56.485Z[ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-05T19:49:56.497Z[ host-image] Aug 05 19:49:55.827 INFO O| Aug 05 19:49:55.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101682026-08-05T19:49:56.497Z[ host-image] Aug 05 19:49:55.827 INFO O| Aug 05 19:49:55.827 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101692026-08-05T19:49:56.895Z[ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101702026-08-05T19:49:56.895Z[ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.226 INFO ok!
101712026-08-05T19:49:56.895Z[ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.226 INFO STEP 83 (ensure_file) COMPLETE
101722026-08-05T19:49:56.899Z[ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.226 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-05T19:49:56.906Z[ host-image] Aug 05 19:49:56.236 INFO O| Aug 05 19:49:56.236 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101742026-08-05T19:49:56.906Z[ host-image] Aug 05 19:49:56.236 INFO O| Aug 05 19:49:56.236 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101752026-08-05T19:49:58.857Z[ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101762026-08-05T19:49:58.857Z[ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO ok!
101772026-08-05T19:49:58.857Z[ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO STEP 84 (ensure_file) COMPLETE
101782026-08-05T19:49:58.860Z[ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-05T19:49:58.870Z[ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101802026-08-05T19:49:58.870Z[ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101812026-08-05T19:49:58.870Z[ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO STEP 85 (ensure_dir) COMPLETE
101822026-08-05T19:49:58.873Z[ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-05T19:49:58.881Z[ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101842026-08-05T19:49:58.881Z[ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO copying /tmp/.tmpqaqL9a/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 ...
101852026-08-05T19:49:58.881Z[ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101862026-08-05T19:49:58.885Z[ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO ok!
101872026-08-05T19:49:58.885Z[ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO STEP 86 (ensure_file) COMPLETE
101882026-08-05T19:49:58.885Z[ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-05T19:49:58.899Z[ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101902026-08-05T19:49:58.899Z[ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO copying /tmp/.tmpqaqL9a/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 ...
101912026-08-05T19:49:58.899Z[ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101922026-08-05T19:49:58.902Z[ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO ok!
101932026-08-05T19:49:58.902Z[ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO STEP 87 (ensure_file) COMPLETE
101942026-08-05T19:49:58.902Z[ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-05T19:49:58.910Z[ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101962026-08-05T19:49:58.910Z[ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101972026-08-05T19:49:58.910Z[ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101982026-08-05T19:49:58.910Z[ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO ok!
101992026-08-05T19:49:58.910Z[ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO STEP 88 (ensure_file) COMPLETE
102002026-08-05T19:49:58.913Z[ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-05T19:49:58.920Z[ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102022026-08-05T19:49:58.920Z[ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102032026-08-05T19:49:58.920Z[ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102042026-08-05T19:49:58.924Z[ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO ok!
102052026-08-05T19:49:58.924Z[ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO STEP 89 (ensure_file) COMPLETE
102062026-08-05T19:49:58.924Z[ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-08-05T19:49:58.931Z[ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102082026-08-05T19:49:58.931Z[ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102092026-08-05T19:49:58.931Z[ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO STEP 90 (ensure_dir) COMPLETE
102102026-08-05T19:49:58.931Z[ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-05T19:49:58.942Z[ host-image] Aug 05 19:49:58.273 INFO O| Aug 05 19:49:58.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102122026-08-05T19:49:58.942Z[ host-image] Aug 05 19:49:58.273 INFO O| Aug 05 19:49:58.273 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102132026-08-05T19:49:58.945Z[ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102142026-08-05T19:49:58.945Z[ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO ok!
102152026-08-05T19:49:58.945Z[ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO STEP 91 (ensure_file) COMPLETE
102162026-08-05T19:49:58.945Z[ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-05T19:49:58.954Z[ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102182026-08-05T19:49:58.954Z[ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102192026-08-05T19:49:58.954Z[ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102202026-08-05T19:49:58.958Z[ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO ok!
102212026-08-05T19:49:58.958Z[ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO STEP 92 (ensure_file) COMPLETE
102222026-08-05T19:49:58.958Z[ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-05T19:49:58.964Z[ host-image] Aug 05 19:49:58.295 INFO O| Aug 05 19:49:58.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102242026-08-05T19:49:58.964Z[ host-image] Aug 05 19:49:58.295 INFO O| Aug 05 19:49:58.295 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102252026-08-05T19:50:00.313Z[ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102262026-08-05T19:50:00.313Z[ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO ok!
102272026-08-05T19:50:00.317Z[ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO STEP 93 (ensure_file) COMPLETE
102282026-08-05T19:50:00.317Z[ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-08-05T19:50:00.326Z[ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102302026-08-05T19:50:00.326Z[ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102312026-08-05T19:50:00.326Z[ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO STEP 94 (ensure_dir) COMPLETE
102322026-08-05T19:50:00.326Z[ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-05T19:50:00.340Z[ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102342026-08-05T19:50:00.340Z[ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102352026-08-05T19:50:00.340Z[ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO STEP 95 (ensure_dir) COMPLETE
102362026-08-05T19:50:00.340Z[ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-05T19:50:00.348Z[ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102382026-08-05T19:50:00.349Z[ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102392026-08-05T19:50:00.349Z[ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO STEP 96 (ensure_dir) COMPLETE
102402026-08-05T19:50:00.352Z[ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-05T19:50:00.378Z[ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.689 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102422026-08-05T19:50:00.378Z[ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102432026-08-05T19:50:00.427Z[ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.690 INFO STEP 97 (ensure_dir) COMPLETE
102442026-08-05T19:50:00.427Z[ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.690 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-08-05T19:50:00.427Z[ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102462026-08-05T19:50:00.427Z[ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102472026-08-05T19:50:00.427Z[ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO STEP 98 (ensure_dir) COMPLETE
102482026-08-05T19:50:00.430Z[ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-05T19:50:00.430Z[ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102502026-08-05T19:50:00.430Z[ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO copying /tmp/.tmpqaqL9a/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 ...
102512026-08-05T19:50:00.434Z[ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102522026-08-05T19:50:00.434Z[ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO ok!
102532026-08-05T19:50:00.434Z[ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO STEP 99 (ensure_file) COMPLETE
102542026-08-05T19:50:00.434Z[ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-05T19:50:00.544Z[ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102562026-08-05T19:50:00.544Z[ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102572026-08-05T19:50:00.547Z[ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO STEP 100 (ensure_dir) COMPLETE
102582026-08-05T19:50:00.547Z[ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-05T19:50:00.556Z[ host-image] Aug 05 19:49:59.885 INFO O| Aug 05 19:49:59.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102602026-08-05T19:50:00.556Z[ host-image] Aug 05 19:49:59.885 INFO O| Aug 05 19:49:59.885 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102612026-08-05T19:50:00.565Z[ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102622026-08-05T19:50:00.565Z[ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO ok!
102632026-08-05T19:50:00.565Z[ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO STEP 101 (ensure_file) COMPLETE
102642026-08-05T19:50:00.565Z[ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-05T19:50:00.583Z[ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102662026-08-05T19:50:00.584Z[ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102672026-08-05T19:50:00.584Z[ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102682026-08-05T19:50:00.584Z[ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO ok!
102692026-08-05T19:50:00.584Z[ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO STEP 102 (ensure_file) COMPLETE
102702026-08-05T19:50:00.584Z[ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-05T19:50:00.589Z[ host-image] Aug 05 19:49:59.919 INFO O| Aug 05 19:49:59.919 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102722026-08-05T19:50:00.589Z[ host-image] Aug 05 19:49:59.919 INFO O| Aug 05 19:49:59.919 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102732026-08-05T19:50:01.126Z[ host-image] Aug 05 19:50:00.456 INFO O| Aug 05 19:50:00.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102742026-08-05T19:50:01.126Z[ host-image] Aug 05 19:50:00.457 INFO O| Aug 05 19:50:00.456 INFO ok!
102752026-08-05T19:50:01.131Z[ host-image] Aug 05 19:50:00.457 INFO O| Aug 05 19:50:00.456 INFO STEP 103 (ensure_file) COMPLETE
102762026-08-05T19:50:01.131Z[ host-image] Aug 05 19:50:00.457 INFO O| Aug 05 19:50:00.456 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-05T19:50:01.138Z[ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102782026-08-05T19:50:01.138Z[ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102792026-08-05T19:50:01.138Z[ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102802026-08-05T19:50:01.141Z[ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO ok!
102812026-08-05T19:50:01.141Z[ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO STEP 104 (ensure_file) COMPLETE
102822026-08-05T19:50:01.141Z[ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-05T19:50:01.151Z[ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102842026-08-05T19:50:01.151Z[ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102852026-08-05T19:50:01.151Z[ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO STEP 105 (ensure_dir) COMPLETE
102862026-08-05T19:50:01.151Z[ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-05T19:50:01.164Z[ host-image] Aug 05 19:50:00.495 INFO O| Aug 05 19:50:00.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102882026-08-05T19:50:01.164Z[ host-image] Aug 05 19:50:00.495 INFO O| Aug 05 19:50:00.495 INFO copying /tmp/.tmpqaqL9a/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 ...
102892026-08-05T19:50:01.182Z[ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102902026-08-05T19:50:01.182Z[ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO ok!
102912026-08-05T19:50:01.182Z[ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO STEP 106 (ensure_file) COMPLETE
102922026-08-05T19:50:01.182Z[ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-05T19:50:01.197Z[ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102942026-08-05T19:50:01.197Z[ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO copying /tmp/.tmpqaqL9a/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 ...
102952026-08-05T19:50:01.197Z[ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102962026-08-05T19:50:01.197Z[ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO ok!
102972026-08-05T19:50:01.200Z[ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO STEP 107 (ensure_file) COMPLETE
102982026-08-05T19:50:01.200Z[ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-05T19:50:01.209Z[ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103002026-08-05T19:50:01.210Z[ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO copying /tmp/.tmpqaqL9a/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 ...
103012026-08-05T19:50:01.213Z[ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103022026-08-05T19:50:01.213Z[ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO ok!
103032026-08-05T19:50:01.213Z[ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO STEP 108 (ensure_file) COMPLETE
103042026-08-05T19:50:01.213Z[ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-05T19:50:01.225Z[ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103062026-08-05T19:50:01.229Z[ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO copying /tmp/.tmpqaqL9a/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 ...
103072026-08-05T19:50:01.229Z[ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103082026-08-05T19:50:01.229Z[ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO ok!
103092026-08-05T19:50:01.229Z[ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO STEP 109 (ensure_file) COMPLETE
103102026-08-05T19:50:01.229Z[ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-05T19:50:01.234Z[ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103122026-08-05T19:50:01.234Z[ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO copying /tmp/.tmpqaqL9a/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 ...
103132026-08-05T19:50:01.234Z[ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103142026-08-05T19:50:01.234Z[ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO ok!
103152026-08-05T19:50:01.234Z[ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO STEP 110 (ensure_file) COMPLETE
103162026-08-05T19:50:01.234Z[ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-08-05T19:50:01.243Z[ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103182026-08-05T19:50:01.243Z[ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO copying /tmp/.tmpqaqL9a/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 ...
103192026-08-05T19:50:01.243Z[ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103202026-08-05T19:50:01.243Z[ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO ok!
103212026-08-05T19:50:01.246Z[ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO STEP 111 (ensure_file) COMPLETE
103222026-08-05T19:50:01.246Z[ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-05T19:50:01.254Z[ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103242026-08-05T19:50:01.254Z[ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO copying /tmp/.tmpqaqL9a/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 ...
103252026-08-05T19:50:01.258Z[ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103262026-08-05T19:50:01.258Z[ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO ok!
103272026-08-05T19:50:01.258Z[ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO STEP 112 (ensure_file) COMPLETE
103282026-08-05T19:50:01.258Z[ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-08-05T19:50:01.267Z[ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103302026-08-05T19:50:01.267Z[ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103312026-08-05T19:50:01.267Z[ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103322026-08-05T19:50:01.271Z[ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO ok!
103332026-08-05T19:50:01.274Z[ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO STEP 113 (ensure_file) COMPLETE
103342026-08-05T19:50:01.274Z[ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-08-05T19:50:01.289Z[ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103362026-08-05T19:50:01.289Z[ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO copying /tmp/.tmpqaqL9a/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 ...
103372026-08-05T19:50:01.289Z[ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103382026-08-05T19:50:01.289Z[ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO ok!
103392026-08-05T19:50:01.293Z[ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO STEP 114 (ensure_file) COMPLETE
103402026-08-05T19:50:01.293Z[ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-05T19:50:01.303Z[ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103422026-08-05T19:50:01.304Z[ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO copying /tmp/.tmpqaqL9a/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 ...
103432026-08-05T19:50:01.304Z[ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103442026-08-05T19:50:01.307Z[ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO ok!
103452026-08-05T19:50:01.307Z[ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO STEP 115 (ensure_file) COMPLETE
103462026-08-05T19:50:01.307Z[ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-05T19:50:01.319Z[ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103482026-08-05T19:50:01.319Z[ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO copying /tmp/.tmpqaqL9a/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 ...
103492026-08-05T19:50:01.319Z[ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103502026-08-05T19:50:01.322Z[ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO ok!
103512026-08-05T19:50:01.323Z[ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO STEP 116 (ensure_file) COMPLETE
103522026-08-05T19:50:01.323Z[ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-05T19:50:01.336Z[ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103542026-08-05T19:50:01.336Z[ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103552026-08-05T19:50:01.336Z[ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103562026-08-05T19:50:01.340Z[ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO ok!
103572026-08-05T19:50:01.340Z[ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO STEP 117 (ensure_file) COMPLETE
103582026-08-05T19:50:01.340Z[ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-05T19:50:01.348Z[ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103602026-08-05T19:50:01.348Z[ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO copying /tmp/.tmpqaqL9a/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 ...
103612026-08-05T19:50:01.348Z[ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103622026-08-05T19:50:01.348Z[ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO ok!
103632026-08-05T19:50:01.348Z[ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO STEP 118 (ensure_file) COMPLETE
103642026-08-05T19:50:01.348Z[ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-05T19:50:01.361Z[ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103662026-08-05T19:50:01.361Z[ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO copying /tmp/.tmpqaqL9a/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 ...
103672026-08-05T19:50:01.361Z[ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103682026-08-05T19:50:01.365Z[ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO ok!
103692026-08-05T19:50:01.365Z[ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO STEP 119 (ensure_file) COMPLETE
103702026-08-05T19:50:01.365Z[ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-05T19:50:01.373Z[ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103722026-08-05T19:50:01.373Z[ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO copying /tmp/.tmpqaqL9a/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 ...
103732026-08-05T19:50:01.373Z[ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103742026-08-05T19:50:01.373Z[ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO ok!
103752026-08-05T19:50:01.377Z[ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO STEP 120 (ensure_file) COMPLETE
103762026-08-05T19:50:01.377Z[ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-05T19:50:01.423Z[ host-image] Aug 05 19:50:00.716 INFO O| Aug 05 19:50:00.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103782026-08-05T19:50:01.423Z[ host-image] Aug 05 19:50:00.716 INFO O| Aug 05 19:50:00.716 INFO copying /tmp/.tmpqaqL9a/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 ...
103792026-08-05T19:50:01.811Z[ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103802026-08-05T19:50:01.811Z[ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO ok!
103812026-08-05T19:50:01.811Z[ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO STEP 121 (ensure_file) COMPLETE
103822026-08-05T19:50:01.815Z[ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-05T19:50:01.825Z[ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103842026-08-05T19:50:01.828Z[ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.155 INFO copying /tmp/.tmpqaqL9a/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 ...
103852026-08-05T19:50:01.828Z[ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103862026-08-05T19:50:01.828Z[ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO ok!
103872026-08-05T19:50:01.828Z[ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO STEP 122 (ensure_file) COMPLETE
103882026-08-05T19:50:01.828Z[ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-05T19:50:01.837Z[ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103902026-08-05T19:50:01.837Z[ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO copying /tmp/.tmpqaqL9a/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 ...
103912026-08-05T19:50:01.837Z[ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103922026-08-05T19:50:01.837Z[ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO ok!
103932026-08-05T19:50:01.840Z[ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO STEP 123 (ensure_file) COMPLETE
103942026-08-05T19:50:01.841Z[ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-05T19:50:01.849Z[ host-image] Aug 05 19:50:01.179 INFO O| Aug 05 19:50:01.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103962026-08-05T19:50:01.849Z[ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.179 INFO copying /tmp/.tmpqaqL9a/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 ...
103972026-08-05T19:50:01.849Z[ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103982026-08-05T19:50:01.852Z[ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO ok!
103992026-08-05T19:50:01.852Z[ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO STEP 124 (ensure_file) COMPLETE
104002026-08-05T19:50:01.852Z[ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.193 INFO O| Aug 05 19:50:01.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104022026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO copying /tmp/.tmpqaqL9a/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 ...
104032026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104042026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO ok!
104052026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO STEP 125 (ensure_file) COMPLETE
104062026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104082026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO copying /tmp/.tmpqaqL9a/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 ...
104092026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104102026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO ok!
104112026-08-05T19:50:01.874Z[ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO STEP 126 (ensure_file) COMPLETE
104122026-08-05T19:50:01.875Z[ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-05T19:50:01.889Z[ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104142026-08-05T19:50:01.889Z[ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO copying /tmp/.tmpqaqL9a/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 ...
104152026-08-05T19:50:01.889Z[ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104162026-08-05T19:50:01.893Z[ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO ok!
104172026-08-05T19:50:01.893Z[ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO STEP 127 (ensure_file) COMPLETE
104182026-08-05T19:50:01.893Z[ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-05T19:50:01.904Z[ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104202026-08-05T19:50:01.904Z[ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO copying /tmp/.tmpqaqL9a/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 ...
104212026-08-05T19:50:01.904Z[ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104222026-08-05T19:50:01.904Z[ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO ok!
104232026-08-05T19:50:01.907Z[ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO STEP 128 (ensure_file) COMPLETE
104242026-08-05T19:50:01.907Z[ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-05T19:50:01.917Z[ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104262026-08-05T19:50:01.917Z[ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO copying /tmp/.tmpqaqL9a/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 ...
104272026-08-05T19:50:01.917Z[ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104282026-08-05T19:50:01.917Z[ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO ok!
104292026-08-05T19:50:01.917Z[ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO STEP 129 (ensure_file) COMPLETE
104302026-08-05T19:50:01.917Z[ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-05T19:50:01.929Z[ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104322026-08-05T19:50:01.929Z[ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO copying /tmp/.tmpqaqL9a/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 ...
104332026-08-05T19:50:01.929Z[ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104342026-08-05T19:50:01.929Z[ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO ok!
104352026-08-05T19:50:01.929Z[ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO STEP 130 (ensure_file) COMPLETE
104362026-08-05T19:50:01.933Z[ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-05T19:50:01.944Z[ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104382026-08-05T19:50:01.944Z[ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO copying /tmp/.tmpqaqL9a/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 ...
104392026-08-05T19:50:01.947Z[ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104402026-08-05T19:50:01.947Z[ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO ok!
104412026-08-05T19:50:01.947Z[ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO STEP 131 (ensure_file) COMPLETE
104422026-08-05T19:50:01.947Z[ host-image] Aug 05 19:50:01.274 INFO O| Aug 05 19:50:01.273 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-05T19:50:01.956Z[ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104442026-08-05T19:50:01.956Z[ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO copying /tmp/.tmpqaqL9a/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 ...
104452026-08-05T19:50:01.956Z[ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104462026-08-05T19:50:01.959Z[ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO ok!
104472026-08-05T19:50:01.959Z[ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO STEP 132 (ensure_file) COMPLETE
104482026-08-05T19:50:01.959Z[ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-05T19:50:01.968Z[ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104502026-08-05T19:50:01.968Z[ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO copying /tmp/.tmpqaqL9a/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 ...
104512026-08-05T19:50:01.968Z[ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104522026-08-05T19:50:01.968Z[ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO ok!
104532026-08-05T19:50:01.968Z[ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO STEP 133 (ensure_file) COMPLETE
104542026-08-05T19:50:01.968Z[ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-05T19:50:01.979Z[ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104562026-08-05T19:50:01.979Z[ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO copying /tmp/.tmpqaqL9a/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 ...
104572026-08-05T19:50:01.979Z[ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104582026-08-05T19:50:01.982Z[ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO ok!
104592026-08-05T19:50:01.982Z[ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO STEP 134 (ensure_file) COMPLETE
104602026-08-05T19:50:01.982Z[ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-05T19:50:01.992Z[ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104622026-08-05T19:50:01.992Z[ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO copying /tmp/.tmpqaqL9a/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 ...
104632026-08-05T19:50:01.992Z[ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104642026-08-05T19:50:01.992Z[ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO ok!
104652026-08-05T19:50:01.992Z[ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO STEP 135 (ensure_file) COMPLETE
104662026-08-05T19:50:01.992Z[ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-05T19:50:02.011Z[ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104682026-08-05T19:50:02.011Z[ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104692026-08-05T19:50:02.011Z[ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104702026-08-05T19:50:02.011Z[ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO ok!
104712026-08-05T19:50:02.011Z[ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO STEP 136 (ensure_file) COMPLETE
104722026-08-05T19:50:02.011Z[ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-05T19:50:02.018Z[ host-image] Aug 05 19:50:01.348 INFO O| Aug 05 19:50:01.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104742026-08-05T19:50:02.018Z[ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.348 INFO copying /tmp/.tmpqaqL9a/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 ...
104752026-08-05T19:50:02.023Z[ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104762026-08-05T19:50:02.023Z[ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO ok!
104772026-08-05T19:50:02.023Z[ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO STEP 137 (ensure_file) COMPLETE
104782026-08-05T19:50:02.023Z[ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-05T19:50:02.038Z[ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104802026-08-05T19:50:02.038Z[ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104812026-08-05T19:50:02.038Z[ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104822026-08-05T19:50:02.038Z[ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO ok!
104832026-08-05T19:50:02.038Z[ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO STEP 138 (ensure_file) COMPLETE
104842026-08-05T19:50:02.038Z[ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-05T19:50:02.051Z[ host-image] Aug 05 19:50:01.381 INFO O| Aug 05 19:50:01.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104862026-08-05T19:50:02.051Z[ host-image] Aug 05 19:50:01.381 INFO O| Aug 05 19:50:01.381 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104872026-08-05T19:50:02.995Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
104882026-08-05T19:50:03.081Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
104892026-08-05T19:50:03.970Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
104902026-08-05T19:50:14.404Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
104912026-08-05T19:50:18.017Z[ host-image] Aug 05 19:50:17.347 INFO O| Aug 05 19:50:17.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104922026-08-05T19:50:18.017Z[ host-image] Aug 05 19:50:17.347 INFO O| Aug 05 19:50:17.347 INFO ok!
104932026-08-05T19:50:18.021Z[ host-image] Aug 05 19:50:17.348 INFO O| Aug 05 19:50:17.347 INFO STEP 139 (ensure_file) COMPLETE
104942026-08-05T19:50:18.021Z[ host-image] Aug 05 19:50:17.348 INFO O| Aug 05 19:50:17.347 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-08-05T19:50:18.026Z[ host-image] Aug 05 19:50:17.357 INFO O| Aug 05 19:50:17.357 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104962026-08-05T19:50:18.026Z[ host-image] Aug 05 19:50:17.357 INFO O| Aug 05 19:50:17.357 INFO STEP 140 (ensure_dir) COMPLETE
104972026-08-05T19:50:18.029Z[ host-image] Aug 05 19:50:17.357 INFO O| Aug 05 19:50:17.357 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-05T19:50:18.035Z[ host-image] Aug 05 19:50:17.366 INFO O| Aug 05 19:50:17.366 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104992026-08-05T19:50:18.035Z[ host-image] Aug 05 19:50:17.366 INFO O| Aug 05 19:50:17.366 INFO STEP 141 (ensure_dir) COMPLETE
105002026-08-05T19:50:18.035Z[ host-image] Aug 05 19:50:17.366 INFO O| Aug 05 19:50:17.366 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-08-05T19:50:18.044Z[ host-image] Aug 05 19:50:17.375 INFO O| Aug 05 19:50:17.374 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105022026-08-05T19:50:18.044Z[ host-image] Aug 05 19:50:17.375 INFO O| Aug 05 19:50:17.374 INFO STEP 142 (ensure_dir) COMPLETE
105032026-08-05T19:50:18.047Z[ host-image] Aug 05 19:50:17.375 INFO O| Aug 05 19:50:17.374 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-05T19:50:18.053Z[ host-image] Aug 05 19:50:17.383 INFO O| Aug 05 19:50:17.383 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105052026-08-05T19:50:18.053Z[ host-image] Aug 05 19:50:17.384 INFO O| Aug 05 19:50:17.383 INFO STEP 143 (ensure_dir) COMPLETE
105062026-08-05T19:50:18.053Z[ host-image] Aug 05 19:50:17.384 INFO O| Aug 05 19:50:17.383 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-08-05T19:50:18.061Z[ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105082026-08-05T19:50:18.061Z[ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO copying /tmp/.tmpqaqL9a/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 ...
105092026-08-05T19:50:18.061Z[ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105102026-08-05T19:50:18.064Z[ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO ok!
105112026-08-05T19:50:18.064Z[ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO STEP 144 (ensure_file) COMPLETE
105122026-08-05T19:50:18.064Z[ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-08-05T19:50:18.070Z[ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105142026-08-05T19:50:18.074Z[ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105152026-08-05T19:50:18.074Z[ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105162026-08-05T19:50:18.074Z[ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO STEP 145 (ensure_dir) COMPLETE
105172026-08-05T19:50:18.074Z[ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-08-05T19:50:18.080Z[ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105192026-08-05T19:50:18.080Z[ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO copying /tmp/.tmpqaqL9a/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105202026-08-05T19:50:18.083Z[ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105212026-08-05T19:50:18.083Z[ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO ok!
105222026-08-05T19:50:18.083Z[ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO STEP 146 (ensure_file) COMPLETE
105232026-08-05T19:50:18.083Z[ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105242026-08-05T19:50:18.087Z[ host-image] Aug 05 19:50:17.418 INFO O| Aug 05 19:50:17.418 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105252026-08-05T19:50:18.091Z[ host-image] Aug 05 19:50:17.418 INFO O| Aug 05 19:50:17.418 INFO STEP 147 (remove_files) COMPLETE
105262026-08-05T19:50:18.091Z[ host-image] Aug 05 19:50:17.418 INFO O| Aug 05 19:50:17.418 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105272026-08-05T19:50:18.096Z[ host-image] Aug 05 19:50:17.427 INFO O| Aug 05 19:50:17.426 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105282026-08-05T19:50:18.096Z[ host-image] Aug 05 19:50:17.427 INFO O| Aug 05 19:50:17.427 INFO STEP 148 (remove_files) COMPLETE
105292026-08-05T19:50:18.099Z[ host-image] Aug 05 19:50:17.427 INFO O| Aug 05 19:50:17.427 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105302026-08-05T19:50:18.104Z[ host-image] Aug 05 19:50:17.435 INFO O| Aug 05 19:50:17.435 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105312026-08-05T19:50:18.107Z[ host-image] Aug 05 19:50:17.435 INFO O| Aug 05 19:50:17.435 INFO STEP 149 (remove_files) COMPLETE
105322026-08-05T19:50:18.107Z[ host-image] Aug 05 19:50:17.435 INFO O| Aug 05 19:50:17.435 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105332026-08-05T19:50:18.112Z[ host-image] Aug 05 19:50:17.443 INFO O| Aug 05 19:50:17.443 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105342026-08-05T19:50:18.115Z[ host-image] Aug 05 19:50:17.443 INFO O| Aug 05 19:50:17.443 INFO STEP 150 (remove_files) COMPLETE
105352026-08-05T19:50:18.115Z[ host-image] Aug 05 19:50:17.443 INFO O| Aug 05 19:50:17.443 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105362026-08-05T19:50:18.121Z[ host-image] Aug 05 19:50:17.452 INFO O| Aug 05 19:50:17.452 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105372026-08-05T19:50:18.124Z[ host-image] Aug 05 19:50:17.452 INFO O| Aug 05 19:50:17.452 INFO STEP 151 (remove_files) COMPLETE
105382026-08-05T19:50:18.124Z[ host-image] Aug 05 19:50:17.452 INFO O| Aug 05 19:50:17.452 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105392026-08-05T19:50:18.130Z[ host-image] Aug 05 19:50:17.461 INFO O| Aug 05 19:50:17.461 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105402026-08-05T19:50:18.133Z[ host-image] Aug 05 19:50:17.461 INFO O| Aug 05 19:50:17.461 INFO STEP 152 (remove_files) COMPLETE
105412026-08-05T19:50:18.133Z[ host-image] Aug 05 19:50:17.461 INFO O| Aug 05 19:50:17.461 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105422026-08-05T19:50:18.139Z[ host-image] Aug 05 19:50:17.470 INFO O| Aug 05 19:50:17.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105432026-08-05T19:50:18.139Z[ host-image] Aug 05 19:50:17.470 INFO O| Aug 05 19:50:17.470 INFO STEP 153 (remove_files) COMPLETE
105442026-08-05T19:50:18.143Z[ host-image] Aug 05 19:50:17.470 INFO O| Aug 05 19:50:17.470 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105452026-08-05T19:50:18.148Z[ host-image] Aug 05 19:50:17.478 INFO O| Aug 05 19:50:17.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105462026-08-05T19:50:18.148Z[ host-image] Aug 05 19:50:17.478 INFO O| Aug 05 19:50:17.478 INFO STEP 154 (remove_files) COMPLETE
105472026-08-05T19:50:18.152Z[ host-image] Aug 05 19:50:17.478 INFO O| Aug 05 19:50:17.478 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105482026-08-05T19:50:18.155Z[ host-image] Aug 05 19:50:17.486 INFO O| Aug 05 19:50:17.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105492026-08-05T19:50:18.155Z[ host-image] Aug 05 19:50:17.486 INFO O| Aug 05 19:50:17.486 INFO STEP 155 (remove_files) COMPLETE
105502026-08-05T19:50:18.158Z[ host-image] Aug 05 19:50:17.486 INFO O| Aug 05 19:50:17.486 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105512026-08-05T19:50:18.165Z[ host-image] Aug 05 19:50:17.496 INFO O| Aug 05 19:50:17.495 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105522026-08-05T19:50:18.165Z[ host-image] Aug 05 19:50:17.496 INFO O| Aug 05 19:50:17.496 INFO STEP 156 (remove_files) COMPLETE
105532026-08-05T19:50:18.165Z[ host-image] Aug 05 19:50:17.496 INFO O| Aug 05 19:50:17.496 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105542026-08-05T19:50:18.175Z[ host-image] Aug 05 19:50:17.505 INFO O| Aug 05 19:50:17.505 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105552026-08-05T19:50:18.175Z[ host-image] Aug 05 19:50:17.505 INFO O| Aug 05 19:50:17.505 INFO STEP 157 (remove_files) COMPLETE
105562026-08-05T19:50:18.175Z[ host-image] Aug 05 19:50:17.505 INFO O| Aug 05 19:50:17.505 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105572026-08-05T19:50:18.185Z[ host-image] Aug 05 19:50:17.516 INFO O| Aug 05 19:50:17.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105582026-08-05T19:50:18.185Z[ host-image] Aug 05 19:50:17.516 INFO O| Aug 05 19:50:17.516 INFO STEP 158 (remove_files) COMPLETE
105592026-08-05T19:50:18.185Z[ host-image] Aug 05 19:50:17.516 INFO O| Aug 05 19:50:17.516 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105602026-08-05T19:50:18.194Z[ host-image] Aug 05 19:50:17.525 INFO O| Aug 05 19:50:17.525 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105612026-08-05T19:50:18.194Z[ host-image] Aug 05 19:50:17.525 INFO O| Aug 05 19:50:17.525 INFO STEP 159 (remove_files) COMPLETE
105622026-08-05T19:50:18.194Z[ host-image] Aug 05 19:50:17.525 INFO O| Aug 05 19:50:17.525 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105632026-08-05T19:50:18.203Z[ host-image] Aug 05 19:50:17.533 INFO O| Aug 05 19:50:17.533 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105642026-08-05T19:50:18.203Z[ host-image] Aug 05 19:50:17.533 INFO O| Aug 05 19:50:17.533 INFO STEP 160 (remove_files) COMPLETE
105652026-08-05T19:50:18.203Z[ host-image] Aug 05 19:50:17.533 INFO O| Aug 05 19:50:17.533 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105662026-08-05T19:50:18.213Z[ host-image] Aug 05 19:50:17.543 INFO O| Aug 05 19:50:17.543 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105672026-08-05T19:50:18.213Z[ host-image] Aug 05 19:50:17.543 INFO O| Aug 05 19:50:17.543 INFO STEP 161 (remove_files) COMPLETE
105682026-08-05T19:50:18.216Z[ host-image] Aug 05 19:50:17.543 INFO O| Aug 05 19:50:17.543 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105692026-08-05T19:50:18.222Z[ host-image] Aug 05 19:50:17.552 INFO O| Aug 05 19:50:17.552 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105702026-08-05T19:50:18.222Z[ host-image] Aug 05 19:50:17.552 INFO O| Aug 05 19:50:17.552 INFO STEP 162 (remove_files) COMPLETE
105712026-08-05T19:50:18.222Z[ host-image] Aug 05 19:50:17.552 INFO O| Aug 05 19:50:17.552 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105722026-08-05T19:50:18.231Z[ host-image] Aug 05 19:50:17.562 INFO O| Aug 05 19:50:17.562 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105732026-08-05T19:50:18.231Z[ host-image] Aug 05 19:50:17.562 INFO O| Aug 05 19:50:17.562 INFO STEP 163 (remove_files) COMPLETE
105742026-08-05T19:50:18.231Z[ host-image] Aug 05 19:50:17.562 INFO O| Aug 05 19:50:17.562 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105752026-08-05T19:50:18.240Z[ host-image] Aug 05 19:50:17.571 INFO O| Aug 05 19:50:17.571 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105762026-08-05T19:50:18.240Z[ host-image] Aug 05 19:50:17.571 INFO O| Aug 05 19:50:17.571 INFO STEP 164 (remove_files) COMPLETE
105772026-08-05T19:50:18.244Z[ host-image] Aug 05 19:50:17.571 INFO O| Aug 05 19:50:17.571 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105782026-08-05T19:50:18.250Z[ host-image] Aug 05 19:50:17.581 INFO O| Aug 05 19:50:17.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105792026-08-05T19:50:18.250Z[ host-image] Aug 05 19:50:17.581 INFO O| Aug 05 19:50:17.581 INFO STEP 165 (remove_files) COMPLETE
105802026-08-05T19:50:18.250Z[ host-image] Aug 05 19:50:17.581 INFO O| Aug 05 19:50:17.581 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105812026-08-05T19:50:18.261Z[ host-image] Aug 05 19:50:17.591 INFO O| Aug 05 19:50:17.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105822026-08-05T19:50:18.261Z[ host-image] Aug 05 19:50:17.591 INFO O| Aug 05 19:50:17.591 INFO STEP 166 (remove_files) COMPLETE
105832026-08-05T19:50:18.261Z[ host-image] Aug 05 19:50:17.591 INFO O| Aug 05 19:50:17.591 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105842026-08-05T19:50:18.271Z[ host-image] Aug 05 19:50:17.602 INFO O| Aug 05 19:50:17.601 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105852026-08-05T19:50:18.271Z[ host-image] Aug 05 19:50:17.602 INFO O| Aug 05 19:50:17.602 INFO STEP 167 (remove_files) COMPLETE
105862026-08-05T19:50:18.271Z[ host-image] Aug 05 19:50:17.602 INFO O| Aug 05 19:50:17.602 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105872026-08-05T19:50:18.282Z[ host-image] Aug 05 19:50:17.613 INFO O| Aug 05 19:50:17.613 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105882026-08-05T19:50:18.282Z[ host-image] Aug 05 19:50:17.613 INFO O| Aug 05 19:50:17.613 INFO STEP 168 (remove_files) COMPLETE
105892026-08-05T19:50:18.287Z[ host-image] Aug 05 19:50:17.613 INFO O| Aug 05 19:50:17.613 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105902026-08-05T19:50:18.293Z[ host-image] Aug 05 19:50:17.623 INFO O| Aug 05 19:50:17.623 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105912026-08-05T19:50:18.293Z[ host-image] Aug 05 19:50:17.623 INFO O| Aug 05 19:50:17.623 INFO STEP 169 (remove_files) COMPLETE
105922026-08-05T19:50:18.293Z[ host-image] Aug 05 19:50:17.623 INFO O| Aug 05 19:50:17.623 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105932026-08-05T19:50:18.302Z[ host-image] Aug 05 19:50:17.632 INFO O| Aug 05 19:50:17.632 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105942026-08-05T19:50:18.302Z[ host-image] Aug 05 19:50:17.632 INFO O| Aug 05 19:50:17.632 INFO STEP 170 (remove_files) COMPLETE
105952026-08-05T19:50:18.302Z[ host-image] Aug 05 19:50:17.632 INFO O| Aug 05 19:50:17.632 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105962026-08-05T19:50:18.311Z[ host-image] Aug 05 19:50:17.641 INFO O| Aug 05 19:50:17.641 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105972026-08-05T19:50:18.311Z[ host-image] Aug 05 19:50:17.641 INFO O| Aug 05 19:50:17.641 INFO STEP 171 (remove_files) COMPLETE
105982026-08-05T19:50:18.311Z[ host-image] Aug 05 19:50:17.641 INFO O| Aug 05 19:50:17.641 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105992026-08-05T19:50:18.320Z[ host-image] Aug 05 19:50:17.650 INFO O| Aug 05 19:50:17.650 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106002026-08-05T19:50:18.320Z[ host-image] Aug 05 19:50:17.650 INFO O| Aug 05 19:50:17.650 INFO STEP 172 (remove_files) COMPLETE
106012026-08-05T19:50:18.320Z[ host-image] Aug 05 19:50:17.650 INFO O| Aug 05 19:50:17.650 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106022026-08-05T19:50:18.330Z[ host-image] Aug 05 19:50:17.660 INFO O| Aug 05 19:50:17.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106032026-08-05T19:50:18.330Z[ host-image] Aug 05 19:50:17.660 INFO O| Aug 05 19:50:17.660 INFO STEP 173 (remove_files) COMPLETE
106042026-08-05T19:50:18.330Z[ host-image] Aug 05 19:50:17.660 INFO O| Aug 05 19:50:17.660 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106052026-08-05T19:50:18.339Z[ host-image] Aug 05 19:50:17.670 INFO O| Aug 05 19:50:17.670 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106062026-08-05T19:50:18.339Z[ host-image] Aug 05 19:50:17.670 INFO O| Aug 05 19:50:17.670 INFO STEP 174 (remove_files) COMPLETE
106072026-08-05T19:50:18.339Z[ host-image] Aug 05 19:50:17.670 INFO O| Aug 05 19:50:17.670 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106082026-08-05T19:50:18.348Z[ host-image] Aug 05 19:50:17.679 INFO O| Aug 05 19:50:17.679 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106092026-08-05T19:50:18.348Z[ host-image] Aug 05 19:50:17.679 INFO O| Aug 05 19:50:17.679 INFO STEP 175 (remove_files) COMPLETE
106102026-08-05T19:50:18.351Z[ host-image] Aug 05 19:50:17.679 INFO O| Aug 05 19:50:17.679 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106112026-08-05T19:50:18.360Z[ host-image] Aug 05 19:50:17.690 INFO O| Aug 05 19:50:17.690 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106122026-08-05T19:50:18.360Z[ host-image] Aug 05 19:50:17.690 INFO O| Aug 05 19:50:17.690 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
106132026-08-05T19:50:20.815Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106142026-08-05T19:50:23.059Z[ host-image] Aug 05 19:50:22.380 INFO O| Aug 05 19:50:22.380 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
106152026-08-05T19:50:23.063Z[ host-image] Aug 05 19:50:22.380 INFO O| Aug 05 19:50:22.380 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106162026-08-05T19:50:23.063Z[ host-image] Aug 05 19:50:22.393 INFO O| Aug 05 19:50:22.393 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
106172026-08-05T19:50:23.166Z[ host-image] Aug 05 19:50:22.496 INFO O| Aug 05 19:50:22.496 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
106182026-08-05T19:50:23.232Z[ host-image] Aug 05 19:50:22.559 INFO O| Aug 05 19:50:22.559 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
106192026-08-05T19:50:23.298Z[ host-image] Aug 05 19:50:22.628 INFO O| Aug 05 19:50:22.628 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106202026-08-05T19:50:23.298Z[ host-image] Aug 05 19:50:22.628 INFO O| Aug 05 19:50:22.628 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106212026-08-05T19:50:23.302Z[ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106222026-08-05T19:50:23.302Z[ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO ok!
106232026-08-05T19:50:23.302Z[ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106242026-08-05T19:50:23.302Z[ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO STEP 176 (seed_smf) COMPLETE
106252026-08-05T19:50:23.302Z[ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO steps complete; finalising image!
106262026-08-05T19:50:23.302Z[ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO TRIM POOL: TEMPORARY-sled-zfs
106272026-08-05T19:50:23.465Z[ host-image] Aug 05 19:50:22.796 INFO O| Aug 05 19:50:22.796 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Aug 5 19:50:22 2026)
106282026-08-05T19:50:23.686Z[ host-image] Aug 05 19:50:23.017 INFO O| Aug 05 19:50:23.017 INFO temporary pool has 911M used, 113M avail, 1.80x compressratio
106292026-08-05T19:50:23.686Z[ host-image] Aug 05 19:50:23.017 INFO O| Aug 05 19:50:23.017 INFO EXPORT POOL: TEMPORARY-sled-zfs
106302026-08-05T19:50:24.076Z[ host-image] Aug 05 19:50:23.406 INFO O| Aug 05 19:50:23.406 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106312026-08-05T19:50:24.076Z[ host-image] Aug 05 19:50:23.406 INFO O| Aug 05 19:50:23.406 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106322026-08-05T19:50:25.064Z[ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106332026-08-05T19:50:25.064Z[ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106342026-08-05T19:50:25.064Z[ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106352026-08-05T19:50:25.064Z[ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO completed processing sled/zfs
106362026-08-05T19:50:25.069Z[ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106372026-08-05T19:50:28.445Z[ recovery-image] Aug 05 19:50:27.775 INFO O| ok, image written!
106382026-08-05T19:50:28.445Z[ recovery-image] Aug 05 19:50:27.775 INFO O| ok, boot_image_csum file written!
106392026-08-05T19:50:28.448Z[ recovery-image] Aug 05 19:50:27.777 INFO creating boot archive (CPIO)...
106402026-08-05T19:50:28.448Z[ recovery-image] Aug 05 19:50:27.777 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
106412026-08-05T19:50:28.452Z[ recovery-image] Aug 05 19:50:27.782 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106422026-08-05T19:50:28.452Z[ recovery-image] Aug 05 19:50:27.782 INFO E| + outfile=/work/os-recovery/cpio
106432026-08-05T19:50:28.452Z[ recovery-image] Aug 05 19:50:27.782 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106442026-08-05T19:50:28.455Z[ recovery-image] Aug 05 19:50:27.784 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106452026-08-05T19:50:28.455Z[ recovery-image] Aug 05 19:50:27.784 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
106462026-08-05T19:50:28.481Z[ recovery-image] Aug 05 19:50:27.811 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
106472026-08-05T19:50:28.481Z[ recovery-image] Aug 05 19:50:27.811 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
106482026-08-05T19:50:28.487Z[ recovery-image] Aug 05 19:50:27.817 INFO creating compressed cpio/unix for dev loaders...
106492026-08-05T19:50:28.487Z[ recovery-image] Aug 05 19:50:27.817 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
106502026-08-05T19:50:28.716Z[ recovery-image] Aug 05 19:50:28.046 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
106512026-08-05T19:50:31.986Z[ recovery-image] Aug 05 19:50:31.315 INFO creating reset image...
106522026-08-05T19:50:31.986Z[ recovery-image] Aug 05 19:50:31.315 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")
106532026-08-05T19:50:32.205Z[ recovery-image] Aug 05 19:50:31.535 INFO E| Updating crates.io index
106542026-08-05T19:50:32.519Z[ recovery-image] Aug 05 19:50:31.850 INFO E| Downloading crates ...
106552026-08-05T19:50:32.571Z[ recovery-image] Aug 05 19:50:31.901 INFO E| Downloaded clap_lex v1.1.0
106562026-08-05T19:50:32.574Z[ recovery-image] Aug 05 19:50:31.902 INFO E| Downloaded os_pipe v1.2.3
106572026-08-05T19:50:32.574Z[ recovery-image] Aug 05 19:50:31.904 INFO E| Downloaded shared_child v1.1.1
106582026-08-05T19:50:32.578Z[ recovery-image] Aug 05 19:50:31.908 INFO E| Downloaded duct v1.1.1
106592026-08-05T19:50:32.581Z[ recovery-image] Aug 05 19:50:31.911 INFO E| Downloaded shared_thread v0.2.0
106602026-08-05T19:50:32.581Z[ recovery-image] Aug 05 19:50:31.911 INFO E| Downloaded sigchld v0.2.4
106612026-08-05T19:50:32.584Z[ recovery-image] Aug 05 19:50:31.912 INFO E| Downloaded colorchoice v1.0.5
106622026-08-05T19:50:32.613Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling libc v0.2.186
106632026-08-05T19:50:32.614Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling proc-macro2 v1.0.106
106642026-08-05T19:50:32.614Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling signal-hook v0.3.18
106652026-08-05T19:50:32.614Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling quote v1.0.45
106662026-08-05T19:50:32.617Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling unicode-ident v1.0.24
106672026-08-05T19:50:32.617Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling utf8parse v0.2.2
106682026-08-05T19:50:32.617Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling anstyle-query v1.1.5
106692026-08-05T19:50:32.617Z[ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling anstyle v1.0.14
106702026-08-05T19:50:32.617Z[ recovery-image] Aug 05 19:50:31.945 INFO E| Compiling is_terminal_polyfill v1.70.2
106712026-08-05T19:50:32.625Z[ recovery-image] Aug 05 19:50:31.955 INFO E| Compiling colorchoice v1.0.5
106722026-08-05T19:50:32.628Z[ recovery-image] Aug 05 19:50:31.955 INFO E| Compiling heck v0.5.0
106732026-08-05T19:50:32.628Z[ recovery-image] Aug 05 19:50:31.955 INFO E| Compiling clap_lex v1.1.0
106742026-08-05T19:50:32.628Z[ recovery-image] Aug 05 19:50:31.956 INFO E| Compiling strsim v0.11.1
106752026-08-05T19:50:32.628Z[ recovery-image] Aug 05 19:50:31.956 INFO E| Compiling shared_thread v0.2.0
106762026-08-05T19:50:32.740Z[ recovery-image] Aug 05 19:50:32.070 INFO E| Compiling anstyle-parse v1.0.0
106772026-08-05T19:50:32.887Z[ recovery-image] Aug 05 19:50:32.217 INFO E| Compiling anstream v1.0.0
106782026-08-05T19:50:33.090Z[ recovery-image] Aug 05 19:50:32.420 INFO E| Compiling clap_builder v4.6.0
106792026-08-05T19:50:33.393Z[ recovery-image] Aug 05 19:50:32.723 INFO E| Compiling errno v0.3.14
106802026-08-05T19:50:33.393Z[ recovery-image] Aug 05 19:50:32.723 INFO E| Compiling os_pipe v1.2.3
106812026-08-05T19:50:33.487Z[ recovery-image] Aug 05 19:50:32.817 INFO E| Compiling signal-hook-registry v1.4.8
106822026-08-05T19:50:33.714Z[ recovery-image] Aug 05 19:50:33.044 INFO E| Compiling syn v2.0.117
106832026-08-05T19:50:33.754Z[ recovery-image] Aug 05 19:50:33.084 INFO E| Compiling sigchld v0.2.4
106842026-08-05T19:50:33.856Z[ recovery-image] Aug 05 19:50:33.183 INFO E| Compiling shared_child v1.1.1
106852026-08-05T19:50:33.966Z[ recovery-image] Aug 05 19:50:33.296 INFO E| Compiling duct v1.1.1
106862026-08-05T19:50:35.704Z[ recovery-image] Aug 05 19:50:35.033 INFO E| Compiling clap_derive v4.6.1
106872026-08-05T19:50:36.897Z[ recovery-image] Aug 05 19:50:36.226 INFO E| Compiling clap v4.6.1
106882026-08-05T19:50:36.960Z[ recovery-image] Aug 05 19:50:36.289 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106892026-08-05T19:50:37.843Z[ recovery-image] Aug 05 19:50:37.172 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
106902026-08-05T19:50:37.847Z[ recovery-image] Aug 05 19:50:37.178 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106912026-08-05T19:50:38.029Z[ recovery-image] Aug 05 19:50:37.359 INFO E| Downloading crates ...
106922026-08-05T19:50:38.076Z[ recovery-image] Aug 05 19:50:37.406 INFO E| Downloaded bit_field v0.10.3
106932026-08-05T19:50:38.086Z[ recovery-image] Aug 05 19:50:37.416 INFO E| Downloaded miniz_oxide v0.9.1
106942026-08-05T19:50:38.089Z[ recovery-image] Aug 05 19:50:37.418 INFO E| Downloaded bitstruct v0.1.1
106952026-08-05T19:50:38.093Z[ recovery-image] Aug 05 19:50:37.422 INFO E| Downloaded bitstruct_derive v0.1.0
106962026-08-05T19:50:38.096Z[ recovery-image] Aug 05 19:50:37.424 INFO E| Downloaded log v0.4.32
106972026-08-05T19:50:38.096Z[ recovery-image] Aug 05 19:50:37.425 INFO E| Downloaded cpio_reader v0.1.2
106982026-08-05T19:50:38.108Z[ recovery-image] Aug 05 19:50:37.438 INFO E| Downloaded bitflags v2.13.0
106992026-08-05T19:50:38.111Z[ recovery-image] Aug 05 19:50:37.442 INFO E| Downloaded raw-cpuid v10.7.0
107002026-08-05T19:50:38.138Z[ recovery-image] Aug 05 19:50:37.468 INFO E| Downloaded goblin v0.10.7
107012026-08-05T19:50:38.275Z[ recovery-image] Aug 05 19:50:37.605 INFO E| Downloaded x86 v0.52.0
107022026-08-05T19:50:38.313Z[ recovery-image] Aug 05 19:50:37.643 INFO E| Updating crates.io index
107032026-08-05T19:50:38.457Z[ recovery-image] Aug 05 19:50:37.787 INFO E| Downloading crates ...
107042026-08-05T19:50:38.485Z[ recovery-image] Aug 05 19:50:37.816 INFO E| Downloaded hashbrown v0.17.1
107052026-08-05T19:50:38.489Z[ recovery-image] Aug 05 19:50:37.820 INFO E| Downloaded rustc-literal-escaper v0.0.7
107062026-08-05T19:50:38.528Z[ recovery-image] Aug 05 19:50:37.859 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)
107072026-08-05T19:50:38.529Z[ recovery-image] Aug 05 19:50:37.859 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)
107082026-08-05T19:50:38.529Z[ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling proc-macro2 v1.0.106
107092026-08-05T19:50:38.532Z[ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling quote v1.0.45
107102026-08-05T19:50:38.532Z[ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling unicode-ident v1.0.24
107112026-08-05T19:50:38.532Z[ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling syn v1.0.109
107122026-08-05T19:50:38.532Z[ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling x86 v0.52.0
107132026-08-05T19:50:38.532Z[ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107142026-08-05T19:50:38.540Z[ recovery-image] Aug 05 19:50:37.870 INFO E| Compiling seq-macro v0.3.6
107152026-08-05T19:50:39.494Z[ recovery-image] Aug 05 19:50:38.824 INFO E| Compiling syn v2.0.117
107162026-08-05T19:50:40.753Z[ recovery-image] Aug 05 19:50:40.083 INFO E| Compiling scroll_derive v0.13.1
107172026-08-05T19:50:41.751Z[ recovery-image] Aug 05 19:50:41.081 INFO E| Compiling bitstruct_derive v0.1.0
107182026-08-05T19:50:43.413Z[ host-image] Aug 05 19:50:42.743 INFO O| Aug 05 19:50:42.743 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107192026-08-05T19:50:43.530Z[ host-image] Aug 05 19:50:42.860 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n"
107202026-08-05T19:50:43.530Z[ host-image] Aug 05 19:50:42.860 INFO expanded image name: "ci 1f4f17a/${os_short_commit} 2026-08-05 19:30" -> "ci 1f4f17a/63fe1e0 2026-08-05 19:30"
107212026-08-05T19:50:43.534Z[ host-image] Aug 05 19:50:42.860 INFO output artefacts stored in: "/work/os-host"
107222026-08-05T19:50:43.534Z[ host-image] Aug 05 19:50:42.860 INFO collecting git info from project "amd-firmware"...
107232026-08-05T19:50:43.543Z[ host-image] Aug 05 19:50:42.873 INFO collecting git info from project "dmar-report"...
107242026-08-05T19:50:43.547Z[ host-image] Aug 05 19:50:42.877 INFO collecting git info from project "chelsio-t6-roms"...
107252026-08-05T19:50:43.551Z[ host-image] Aug 05 19:50:42.882 INFO collecting git info from project "bootserver"...
107262026-08-05T19:50:43.555Z[ host-image] Aug 05 19:50:42.885 INFO collecting git info from project "amd-host-image-builder"...
107272026-08-05T19:50:43.559Z[ host-image] Aug 05 19:50:42.890 INFO collecting git info from project "pilot"...
107282026-08-05T19:50:43.564Z[ host-image] Aug 05 19:50:42.894 INFO collecting git info from project "phbl"...
107292026-08-05T19:50:43.568Z[ host-image] Aug 05 19:50:42.898 INFO collecting git info from project "image-builder"...
107302026-08-05T19:50:43.572Z[ host-image] Aug 05 19:50:42.902 INFO collecting git info from project "pinprick"...
107312026-08-05T19:50:43.575Z[ host-image] Aug 05 19:50:42.906 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107322026-08-05T19:50:43.881Z[ host-image] Aug 05 19:50:43.211 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107332026-08-05T19:50:44.173Z[ host-image] Aug 05 19:50:43.503 INFO creating Oxide boot image...
107342026-08-05T19:50:44.173Z[ host-image] Aug 05 19:50:43.503 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1f4f17a/63fe1e0 2026-08-05 19:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107352026-08-05T19:50:45.173Z[ host-image] Aug 05 19:50:44.503 INFO O| ok, image written!
107362026-08-05T19:50:45.173Z[ host-image] Aug 05 19:50:44.503 INFO O| ok, boot_image_csum file written!
107372026-08-05T19:50:45.178Z[ host-image] Aug 05 19:50:44.505 INFO creating boot archive (CPIO)...
107382026-08-05T19:50:45.178Z[ host-image] Aug 05 19:50:44.505 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
107392026-08-05T19:50:45.181Z[ host-image] Aug 05 19:50:44.509 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107402026-08-05T19:50:45.181Z[ host-image] Aug 05 19:50:44.509 INFO E| + outfile=/work/os-host/cpio
107412026-08-05T19:50:45.181Z[ host-image] Aug 05 19:50:44.509 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107422026-08-05T19:50:45.181Z[ host-image] Aug 05 19:50:44.511 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107432026-08-05T19:50:45.181Z[ host-image] Aug 05 19:50:44.511 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107442026-08-05T19:50:45.206Z[ host-image] Aug 05 19:50:44.536 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107452026-08-05T19:50:45.206Z[ host-image] Aug 05 19:50:44.536 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107462026-08-05T19:50:45.211Z[ host-image] Aug 05 19:50:44.541 INFO creating compressed cpio/unix for dev loaders...
107472026-08-05T19:50:45.211Z[ host-image] Aug 05 19:50:44.541 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
107482026-08-05T19:50:45.434Z[ host-image] Aug 05 19:50:44.763 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107492026-08-05T19:50:48.668Z[ host-image] Aug 05 19:50:47.998 INFO creating reset image...
107502026-08-05T19:50:48.668Z[ host-image] Aug 05 19:50:47.998 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")
107512026-08-05T19:50:48.741Z[ host-image] Aug 05 19:50:48.071 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
107522026-08-05T19:50:48.744Z[ host-image] Aug 05 19:50:48.072 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107532026-08-05T19:50:48.993Z[ host-image] Aug 05 19:50:48.322 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)
107542026-08-05T19:50:48.993Z[ host-image] Aug 05 19:50:48.322 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)
107552026-08-05T19:50:48.993Z[ host-image] Aug 05 19:50:48.322 INFO E| Compiling proc-macro2 v1.0.106
107562026-08-05T19:50:48.996Z[ host-image] Aug 05 19:50:48.323 INFO E| Compiling quote v1.0.45
107572026-08-05T19:50:48.996Z[ host-image] Aug 05 19:50:48.323 INFO E| Compiling unicode-ident v1.0.24
107582026-08-05T19:50:48.996Z[ host-image] Aug 05 19:50:48.323 INFO E| Compiling syn v1.0.109
107592026-08-05T19:50:48.996Z[ host-image] Aug 05 19:50:48.323 INFO E| Compiling x86 v0.52.0
107602026-08-05T19:50:48.996Z[ host-image] Aug 05 19:50:48.323 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107612026-08-05T19:50:48.996Z[ host-image] Aug 05 19:50:48.323 INFO E| Compiling seq-macro v0.3.6
107622026-08-05T19:50:49.925Z[ host-image] Aug 05 19:50:49.255 INFO E| Compiling syn v2.0.117
107632026-08-05T19:50:50.844Z[ recovery-image] Aug 05 19:50:50.174 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)
107642026-08-05T19:50:51.329Z[ host-image] Aug 05 19:50:50.659 INFO E| Compiling scroll_derive v0.13.1
107652026-08-05T19:50:52.263Z[ host-image] Aug 05 19:50:51.593 INFO E| Compiling bitstruct_derive v0.1.0
107662026-08-05T19:50:53.047Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bitflags v1.3.2
107672026-08-05T19:50:53.047Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bitflags v2.13.0
107682026-08-05T19:50:53.050Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling adler2 v2.0.1
107692026-08-05T19:50:53.050Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bit_field v0.10.3
107702026-08-05T19:50:53.051Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling plain v0.2.3
107712026-08-05T19:50:53.051Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling scroll v0.13.0
107722026-08-05T19:50:53.051Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling log v0.4.32
107732026-08-05T19:50:53.051Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling static_assertions v1.1.0
107742026-08-05T19:50:53.051Z[ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bitstruct v0.1.1
107752026-08-05T19:50:53.100Z[ recovery-image] Aug 05 19:50:52.429 INFO E| Compiling raw-cpuid v10.7.0
107762026-08-05T19:50:53.142Z[ recovery-image] Aug 05 19:50:52.472 INFO E| Compiling miniz_oxide v0.9.1
107772026-08-05T19:50:53.204Z[ recovery-image] Aug 05 19:50:52.534 INFO E| Compiling cpio_reader v0.1.2
107782026-08-05T19:50:53.259Z[ recovery-image] Aug 05 19:50:52.589 INFO E| Compiling goblin v0.10.7
107792026-08-05T19:50:56.193Z[ recovery-image] Aug 05 19:50:55.523 INFO E| Finished `release` profile [optimized] target(s) in 18.33s
107802026-08-05T19:50:56.213Z[ recovery-image] Aug 05 19:50:55.543 INFO building ROM for gimlet
107812026-08-05T19:50:56.216Z[ recovery-image] Aug 05 19:50:55.543 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")
107822026-08-05T19:50:56.292Z[ recovery-image] Aug 05 19:50:55.622 INFO E| Downloading crates ...
107832026-08-05T19:50:56.337Z[ recovery-image] Aug 05 19:50:55.667 INFO E| Downloaded anstyle v1.0.10
107842026-08-05T19:50:56.343Z[ recovery-image] Aug 05 19:50:55.674 INFO E| Downloaded clap_derive v4.5.32
107852026-08-05T19:50:56.348Z[ recovery-image] Aug 05 19:50:55.678 INFO E| Downloaded toml v0.8.22
107862026-08-05T19:50:56.368Z[ recovery-image] Aug 05 19:50:55.698 INFO E| Downloaded anstyle-parse v0.2.6
107872026-08-05T19:50:56.371Z[ recovery-image] Aug 05 19:50:55.699 INFO E| Downloaded clap_lex v0.7.4
107882026-08-05T19:50:56.371Z[ recovery-image] Aug 05 19:50:55.700 INFO E| Downloaded os_pipe v1.2.1
107892026-08-05T19:50:56.371Z[ recovery-image] Aug 05 19:50:55.700 INFO E| Downloaded shared_child v1.0.1
107902026-08-05T19:50:56.371Z[ recovery-image] Aug 05 19:50:55.701 INFO E| Downloaded clap v4.5.37
107912026-08-05T19:50:56.375Z[ recovery-image] Aug 05 19:50:55.706 INFO E| Downloaded colorchoice v1.0.3
107922026-08-05T19:50:56.378Z[ recovery-image] Aug 05 19:50:55.706 INFO E| Downloaded toml_write v0.1.1
107932026-08-05T19:50:56.378Z[ recovery-image] Aug 05 19:50:55.707 INFO E| Downloaded duct v0.13.7
107942026-08-05T19:50:56.378Z[ recovery-image] Aug 05 19:50:55.708 INFO E| Downloaded anstream v0.6.18
107952026-08-05T19:50:56.385Z[ recovery-image] Aug 05 19:50:55.715 INFO E| Downloaded is_terminal_polyfill v1.70.1
107962026-08-05T19:50:56.388Z[ recovery-image] Aug 05 19:50:55.718 INFO E| Downloaded toml_datetime v0.6.9
107972026-08-05T19:50:56.391Z[ recovery-image] Aug 05 19:50:55.719 INFO E| Downloaded winnow v0.7.7
107982026-08-05T19:50:56.396Z[ recovery-image] Aug 05 19:50:55.727 INFO E| Downloaded anstyle-query v1.1.2
107992026-08-05T19:50:56.399Z[ recovery-image] Aug 05 19:50:55.729 INFO E| Downloaded serde_spanned v0.6.8
108002026-08-05T19:50:56.402Z[ recovery-image] Aug 05 19:50:55.730 INFO E| Downloaded cc v1.2.20
108012026-08-05T19:50:56.402Z[ recovery-image] Aug 05 19:50:55.732 INFO E| Downloaded toml_edit v0.22.26
108022026-08-05T19:50:56.422Z[ recovery-image] Aug 05 19:50:55.752 INFO E| Downloaded clap_builder v4.5.37
108032026-08-05T19:50:56.436Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling libc v0.2.172
108042026-08-05T19:50:56.436Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling utf8parse v0.2.2
108052026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling equivalent v1.0.2
108062026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling once_cell v1.21.3
108072026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling is_terminal_polyfill v1.70.1
108082026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling anstyle v1.0.10
108092026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling hashbrown v0.15.2
108102026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling shlex v1.3.0
108112026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling colorchoice v1.0.3
108122026-08-05T19:50:56.439Z[ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling anstyle-query v1.1.2
108132026-08-05T19:50:56.453Z[ recovery-image] Aug 05 19:50:55.784 INFO E| Compiling winnow v0.7.7
108142026-08-05T19:50:56.453Z[ recovery-image] Aug 05 19:50:55.784 INFO E| Compiling strsim v0.11.1
108152026-08-05T19:50:56.463Z[ recovery-image] Aug 05 19:50:55.793 INFO E| Compiling anyhow v1.0.98
108162026-08-05T19:50:56.466Z[ recovery-image] Aug 05 19:50:55.793 INFO E| Compiling clap_lex v0.7.4
108172026-08-05T19:50:56.469Z[ recovery-image] Aug 05 19:50:55.800 INFO E| Compiling toml_write v0.1.1
108182026-08-05T19:50:56.473Z[ recovery-image] Aug 05 19:50:55.804 INFO E| Compiling syn v2.0.101
108192026-08-05T19:50:56.617Z[ recovery-image] Aug 05 19:50:55.947 INFO E| Compiling anstyle-parse v0.2.6
108202026-08-05T19:50:56.617Z[ recovery-image] Aug 05 19:50:55.947 INFO E| Compiling cc v1.2.20
108212026-08-05T19:50:56.758Z[ recovery-image] Aug 05 19:50:56.087 INFO E| Compiling anstream v0.6.18
108222026-08-05T19:50:56.909Z[ recovery-image] Aug 05 19:50:56.239 INFO E| Compiling indexmap v2.9.0
108232026-08-05T19:50:56.958Z[ recovery-image] Aug 05 19:50:56.288 INFO E| Compiling clap_builder v4.5.37
108242026-08-05T19:50:57.078Z[ recovery-image] Aug 05 19:50:56.407 INFO E| Compiling shared_child v1.0.1
108252026-08-05T19:50:57.078Z[ recovery-image] Aug 05 19:50:56.408 INFO E| Compiling os_pipe v1.2.1
108262026-08-05T19:50:57.197Z[ recovery-image] Aug 05 19:50:56.527 INFO E| Compiling duct v0.13.7
108272026-08-05T19:50:57.672Z[ recovery-image] Aug 05 19:50:57.002 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108282026-08-05T19:50:58.513Z[ recovery-image] Aug 05 19:50:57.843 INFO E| Compiling serde_derive v1.0.219
108292026-08-05T19:50:58.513Z[ recovery-image] Aug 05 19:50:57.843 INFO E| Compiling clap_derive v4.5.32
108302026-08-05T19:50:59.784Z[ recovery-image] Aug 05 19:50:59.113 INFO E| Compiling clap v4.5.37
108312026-08-05T19:51:00.402Z[ recovery-image] Aug 05 19:50:59.731 INFO E| Compiling serde v1.0.219
108322026-08-05T19:51:01.691Z[ host-image] Aug 05 19:51:01.020 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)
108332026-08-05T19:51:02.279Z[ recovery-image] Aug 05 19:51:01.609 INFO E| Compiling serde_spanned v0.6.8
108342026-08-05T19:51:02.279Z[ recovery-image] Aug 05 19:51:01.609 INFO E| Compiling toml_datetime v0.6.9
108352026-08-05T19:51:02.426Z[ recovery-image] Aug 05 19:51:01.756 INFO E| Compiling toml_edit v0.22.26
108362026-08-05T19:51:03.625Z[ recovery-image] Aug 05 19:51:02.955 INFO E| Compiling toml v0.8.22
108372026-08-05T19:51:03.880Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling bitflags v1.3.2
108382026-08-05T19:51:03.880Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling log v0.4.32
108392026-08-05T19:51:03.884Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling scroll v0.13.0
108402026-08-05T19:51:03.884Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling bit_field v0.10.3
108412026-08-05T19:51:03.884Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling plain v0.2.3
108422026-08-05T19:51:03.884Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling bitflags v2.13.0
108432026-08-05T19:51:03.884Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling adler2 v2.0.1
108442026-08-05T19:51:03.884Z[ host-image] Aug 05 19:51:03.210 INFO E| Compiling static_assertions v1.1.0
108452026-08-05T19:51:03.884Z[ host-image] Aug 05 19:51:03.211 INFO E| Compiling bitstruct v0.1.1
108462026-08-05T19:51:03.945Z[ host-image] Aug 05 19:51:03.275 INFO E| Compiling raw-cpuid v10.7.0
108472026-08-05T19:51:04.001Z[ host-image] Aug 05 19:51:03.330 INFO E| Compiling miniz_oxide v0.9.1
108482026-08-05T19:51:04.082Z[ host-image] Aug 05 19:51:03.412 INFO E| Compiling cpio_reader v0.1.2
108492026-08-05T19:51:04.175Z[ host-image] Aug 05 19:51:03.504 INFO E| Compiling goblin v0.10.7
108502026-08-05T19:51:06.955Z[ recovery-image] Aug 05 19:51:06.285 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s
108512026-08-05T19:51:06.965Z[ recovery-image] Aug 05 19:51:06.295 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`
108522026-08-05T19:51:06.983Z[ recovery-image] Aug 05 19:51:06.313 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108532026-08-05T19:51:07.076Z[ recovery-image] Aug 05 19:51:06.405 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108542026-08-05T19:51:07.081Z[ recovery-image] Aug 05 19:51:06.411 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`
108552026-08-05T19:51:07.205Z[ recovery-image] Aug 05 19:51:06.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108562026-08-05T19:51:07.206Z[ recovery-image] Aug 05 19:51:06.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108572026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108582026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108592026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108602026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108612026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108622026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108632026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108642026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108652026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108662026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108672026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108682026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108692026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108702026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO O| Info: ABL version: 0x100f5010
108712026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108722026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108732026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108742026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108752026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108762026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108772026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108782026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108792026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108802026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108812026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108822026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108832026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108842026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108852026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108862026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108872026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108882026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108892026-08-05T19:51:07.209Z[ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108902026-08-05T19:51:07.248Z[ recovery-image] Aug 05 19:51:06.578 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108912026-08-05T19:51:07.248Z[ recovery-image] Aug 05 19:51:06.578 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108922026-08-05T19:51:07.249Z[ recovery-image] Aug 05 19:51:06.578 INFO building ROM for cosmo
108932026-08-05T19:51:07.249Z[ recovery-image] Aug 05 19:51:06.578 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")
108942026-08-05T19:51:07.351Z[ recovery-image] Aug 05 19:51:06.680 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108952026-08-05T19:51:07.354Z[ recovery-image] Aug 05 19:51:06.683 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`
108962026-08-05T19:51:07.369Z[ recovery-image] Aug 05 19:51:06.699 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108972026-08-05T19:51:07.450Z[ recovery-image] Aug 05 19:51:06.779 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108982026-08-05T19:51:07.455Z[ recovery-image] Aug 05 19:51:06.785 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`
108992026-08-05T19:51:07.619Z[ host-image] Aug 05 19:51:06.949 INFO E| Finished `release` profile [optimized] target(s) in 18.86s
109002026-08-05T19:51:07.636Z[ host-image] Aug 05 19:51:06.966 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109012026-08-05T19:51:07.636Z[ host-image] Aug 05 19:51:06.966 INFO building ROM for cosmo
109022026-08-05T19:51:07.636Z[ host-image] Aug 05 19:51:06.966 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")
109032026-08-05T19:51:07.687Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109042026-08-05T19:51:07.687Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109052026-08-05T19:51:07.687Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109062026-08-05T19:51:07.687Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109072026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109082026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109092026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109102026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109112026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109122026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109132026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109142026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109152026-08-05T19:51:07.691Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109162026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109172026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109182026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109192026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109202026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109212026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109222026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109232026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109242026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109252026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109262026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109272026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109282026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109292026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109302026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109312026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109322026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109332026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109342026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109352026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109362026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109372026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109382026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109392026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109402026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109412026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109422026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109432026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109442026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109452026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109462026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109472026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109482026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109492026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109502026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109512026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109522026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109532026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109542026-08-05T19:51:07.692Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109552026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109562026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO O| Info: ABL version: 0x100af010
109572026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109582026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109592026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109602026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109612026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109622026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109632026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109642026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109652026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109662026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109672026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109682026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109692026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109702026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109712026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109722026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109732026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109742026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109752026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109762026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109772026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109782026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109792026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109802026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109812026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109822026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109832026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109842026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109852026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109862026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109872026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109882026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109892026-08-05T19:51:07.693Z[ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109902026-08-05T19:51:07.728Z[ recovery-image] Aug 05 19:51:07.058 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109912026-08-05T19:51:07.740Z[ host-image] Aug 05 19:51:07.070 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109922026-08-05T19:51:07.745Z[ host-image] Aug 05 19:51:07.075 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`
109932026-08-05T19:51:07.761Z[ host-image] Aug 05 19:51:07.091 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109942026-08-05T19:51:07.841Z[ host-image] Aug 05 19:51:07.171 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109952026-08-05T19:51:07.845Z[ host-image] Aug 05 19:51:07.175 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`
109962026-08-05T19:51:08.069Z[ host-image] Aug 05 19:51:07.398 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109972026-08-05T19:51:08.069Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109982026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109992026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110002026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110012026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110022026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110032026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110042026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110052026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110062026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110072026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110082026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110092026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110102026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110112026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110122026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110132026-08-05T19:51:08.073Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110142026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110152026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110162026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110172026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110182026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110192026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110202026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110212026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110222026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110232026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110242026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110252026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110262026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110272026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110282026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110292026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110302026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110312026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110322026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110332026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110342026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110352026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110362026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110372026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110382026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110392026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110402026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110412026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110422026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110432026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110442026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110452026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110462026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110472026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110482026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110492026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO O| Info: ABL version: 0x100af010
110502026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110512026-08-05T19:51:08.074Z[ host-image] Aug 05 19:51:07.400 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110522026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110532026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110542026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110552026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110562026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110572026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110582026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110592026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110602026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110612026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110622026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110632026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110642026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110652026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110662026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110672026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110682026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110692026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110702026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110712026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110722026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110732026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110742026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110752026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110762026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110772026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110782026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110792026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110802026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110812026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110822026-08-05T19:51:08.075Z[ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110832026-08-05T19:51:08.108Z[ host-image] Aug 05 19:51:07.438 INFO building ROM for gimlet
110842026-08-05T19:51:08.108Z[ host-image] Aug 05 19:51:07.438 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")
110852026-08-05T19:51:08.205Z[ host-image] Aug 05 19:51:07.535 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110862026-08-05T19:51:08.210Z[ host-image] Aug 05 19:51:07.540 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`
110872026-08-05T19:51:08.226Z[ host-image] Aug 05 19:51:07.556 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110882026-08-05T19:51:08.304Z[ host-image] Aug 05 19:51:07.633 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110892026-08-05T19:51:08.309Z[ host-image] Aug 05 19:51:07.639 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`
110902026-08-05T19:51:08.442Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110912026-08-05T19:51:08.442Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110922026-08-05T19:51:08.442Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110932026-08-05T19:51:08.442Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110942026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110952026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110962026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110972026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110982026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110992026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111002026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111012026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111022026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111032026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111042026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111052026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO O| Info: ABL version: 0x100f5010
111062026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111072026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111082026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111092026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111102026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111112026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111122026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111132026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111142026-08-05T19:51:08.446Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111152026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111162026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111172026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111182026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111192026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111202026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111212026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111222026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111232026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111242026-08-05T19:51:08.447Z[ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111252026-08-05T19:51:08.483Z[ host-image] Aug 05 19:51:07.813 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111262026-08-05T19:51:08.483Z[ host-image] Aug 05 19:51:07.813 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111272026-08-05T19:51:08.897Z[ recovery-image] Aug 05 19:51:08.227 INFO image complete! materials are in "/work/os-recovery"
111282026-08-05T19:51:08.900Z[ recovery-image]
111292026-08-05T19:51:08.900Z[ recovery-image] real 3:20.973294711
111302026-08-05T19:51:08.900Z[ recovery-image] user 2:31.201842108
111312026-08-05T19:51:08.900Z[ recovery-image] sys 37.980490044
111322026-08-05T19:51:08.900Z[ recovery-image] trap 0.133016428
111332026-08-05T19:51:08.900Z[ recovery-image] tflt 0.720820996
111342026-08-05T19:51:08.900Z[ recovery-image] dflt 0.745987357
111352026-08-05T19:51:08.900Z[ recovery-image] kflt 0.000319170
111362026-08-05T19:51:08.900Z[ recovery-image] lock 7:32.726319697
111372026-08-05T19:51:08.900Z[ recovery-image] slp 17:17.815733193
111382026-08-05T19:51:08.900Z[ recovery-image] lat 33.794552483
111392026-08-05T19:51:08.900Z[ recovery-image] stop 6.545544647
111402026-08-05T19:51:08.904ZAug 05 19:51:08.231 INFO [recovery-image] process exited with exit status: 0 (200.978612206s)
111412026-08-05T19:51:08.904ZAug 05 19:51:08.231 INFO [tuf-v2-recovery] running task
111422026-08-05T19:51:08.904ZAug 05 19:51:08.232 INFO [tuf-v2-recovery] task succeeded (995.331µs)
111432026-08-05T19:51:19.503Z[ host-image] Aug 05 19:51:18.832 INFO image complete! materials are in "/work/os-host"
111442026-08-05T19:51:19.506Z[ host-image]
111452026-08-05T19:51:19.506Z[ host-image] real 3:54.074890954
111462026-08-05T19:51:19.509Z[ host-image] user 2:43.014252100
111472026-08-05T19:51:19.509Z[ host-image] sys 36.038374053
111482026-08-05T19:51:19.509Z[ host-image] trap 0.121862678
111492026-08-05T19:51:19.510Z[ host-image] tflt 0.277023180
111502026-08-05T19:51:19.510Z[ host-image] dflt 0.334901692
111512026-08-05T19:51:19.510Z[ host-image] kflt 0.000192880
111522026-08-05T19:51:19.510Z[ host-image] lock 6:24.880790728
111532026-08-05T19:51:19.510Z[ host-image] slp 19:32.781194031
111542026-08-05T19:51:19.510Z[ host-image] lat 21.534824291
111552026-08-05T19:51:19.510Z[ host-image] stop 1.995252783
111562026-08-05T19:51:19.510ZAug 05 19:51:18.837 INFO [host-image] process exited with exit status: 0 (234.080910249s)
111572026-08-05T19:51:19.510ZAug 05 19:51:18.837 INFO [tuf-v2-host] running task
111582026-08-05T19:51:19.510ZAug 05 19:51:18.837 INFO [tuf-repo] running task
111592026-08-05T19:51:19.510ZAug 05 19:51:18.837 INFO [tuf-v2-host] task succeeded (513.251µs)
111602026-08-05T19:51:19.510ZAug 05 19:51:18.837 INFO [tuf-v2-repo] running task
111612026-08-05T19:51:41.252ZAug 05 19:51:40.582 INFO [tuf-v2-repo] task succeeded (21.744263575s)
111622026-08-05T19:51:41.263ZAug 05 19:51:40.593 INFO assembling repository in `/tmp/tufaceousnmphgP`, component: OmicronRepoAssembler
111632026-08-05T19:51:49.906ZAug 05 19:51:49.235 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111642026-08-05T19:51:50.222ZAug 05 19:51:49.552 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111652026-08-05T19:51:52.403ZAug 05 19:51:51.732 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111662026-08-05T19:51:52.456ZAug 05 19:51:51.786 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111672026-08-05T19:51:52.505ZAug 05 19:51:51.834 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111682026-08-05T19:51:52.555ZAug 05 19:51:51.884 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111692026-08-05T19:51:52.608ZAug 05 19:51:51.938 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111702026-08-05T19:51:52.661ZAug 05 19:51:51.991 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111712026-08-05T19:51:52.714ZAug 05 19:51:52.043 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111722026-08-05T19:52:03.195ZAug 05 19:52:02.524 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
111732026-08-05T19:52:03.201ZAug 05 19:52:02.530 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
111742026-08-05T19:52:03.224ZAug 05 19:52:02.554 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
111752026-08-05T19:52:03.291ZAug 05 19:52:02.620 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111762026-08-05T19:52:03.345ZAug 05 19:52:02.675 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111772026-08-05T19:52:03.402ZAug 05 19:52:02.732 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111782026-08-05T19:52:03.468ZAug 05 19:52:02.798 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
111792026-08-05T19:52:03.474ZAug 05 19:52:02.804 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
111802026-08-05T19:52:03.499ZAug 05 19:52:02.829 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
111812026-08-05T19:52:04.945ZAug 05 19:52:04.274 INFO extracting uploaded archive to /tmp/.tmpezrhSF
111822026-08-05T19:52:07.009ZAug 05 19:52:06.338 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.22cDJl
111832026-08-05T19:52:07.074ZAug 05 19:52:06.404 INFO added artifact, length: 6736355, hash: cfc822e386318953f6fa56ba48e1c9b2e1f2e09a3a05d0f4a8d171b8b6f677bf, version: 1.77.0, kind: gimlet_sp, name: cosmo-a
111842026-08-05T19:52:07.169ZAug 05 19:52:06.498 INFO added artifact, length: 6737791, hash: d3bccfa814a211e7d759a161be91b7272b62af38ae37f84dd925b2b0c1f68a9b, version: 1.77.0, kind: gimlet_sp, name: cosmo-b
111852026-08-05T19:52:07.247ZAug 05 19:52:06.576 INFO added artifact, length: 5514175, hash: 21ebf7d0521fbc85b841f8511805f4b814bc7d82edfcc47d699b9be0b90afa70, version: 1.77.0, kind: gimlet_sp, name: gimlet-b
111862026-08-05T19:52:07.336ZAug 05 19:52:06.666 INFO added artifact, length: 5517785, hash: 27293b62e940cc5e4a1d23e461410afac9eb97b008044774b11dbebb6967f087, version: 1.77.0, kind: gimlet_sp, name: gimlet-c
111872026-08-05T19:52:07.421ZAug 05 19:52:06.751 INFO added artifact, length: 5539091, hash: 0c9f189feb066aee117817fbd49c04a3f97be30c57f70d34a2c8a41a31b0f28e, version: 1.77.0, kind: gimlet_sp, name: gimlet-d
111882026-08-05T19:52:07.497ZAug 05 19:52:06.826 INFO added artifact, length: 5539156, hash: 902ee443cbdb72b7bcd08725962c1dfc67a5ca23bde919ba70d4334c2f144b29, version: 1.77.0, kind: gimlet_sp, name: gimlet-e
111892026-08-05T19:52:07.584ZAug 05 19:52:06.914 INFO added artifact, length: 5539488, hash: 29d21bc8807f59a53bddb55d58996f74f553c4ddefa10b880b23981b0e10e0a6, version: 1.77.0, kind: gimlet_sp, name: gimlet-f
111902026-08-05T19:52:07.673ZAug 05 19:52:07.003 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111912026-08-05T19:52:07.673ZAug 05 19:52:07.003 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111922026-08-05T19:52:07.723ZAug 05 19:52:07.052 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111932026-08-05T19:52:07.727ZAug 05 19:52:07.052 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111942026-08-05T19:52:07.774ZAug 05 19:52:07.104 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111952026-08-05T19:52:07.777ZAug 05 19:52:07.104 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111962026-08-05T19:52:07.822ZAug 05 19:52:07.152 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
111972026-08-05T19:52:07.822ZAug 05 19:52:07.152 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
111982026-08-05T19:52:07.871ZAug 05 19:52:07.200 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
111992026-08-05T19:52:07.871ZAug 05 19:52:07.200 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112002026-08-05T19:52:07.922ZAug 05 19:52:07.251 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112012026-08-05T19:52:07.926ZAug 05 19:52:07.251 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112022026-08-05T19:52:07.970ZAug 05 19:52:07.299 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112032026-08-05T19:52:07.970ZAug 05 19:52:07.299 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112042026-08-05T19:52:07.973ZAug 05 19:52:07.300 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112052026-08-05T19:52:07.973ZAug 05 19:52:07.301 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112062026-08-05T19:52:07.973ZAug 05 19:52:07.301 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112072026-08-05T19:52:07.973ZAug 05 19:52:07.302 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112082026-08-05T19:52:07.973ZAug 05 19:52:07.303 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112092026-08-05T19:52:13.738ZAug 05 19:52:13.067 INFO added artifact, length: 33554432, hash: 134eec0514d7b27bcb877ff4fa696f3710c71dbd648e02b28ad2e5a85766abb5, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_host_phase_1, name: host
112102026-08-05T19:52:13.738ZAug 05 19:52:13.067 INFO added artifact, length: 33554432, hash: 2b4fc8a39011e177685d77339cdd552b1ee8681a84e80e6b13b85a1597ff1939, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_host_phase_1, name: host
112112026-08-05T19:52:13.738ZAug 05 19:52:13.067 INFO added artifact, length: 1258295296, hash: 3245064ca35c0b40387ddd37be7c7a880bb198d521ddc2fd56f592fc0f7f7a66, version: 22.0.0-0.ci+git1f4f17af57c, kind: host_phase_2, name: host
112122026-08-05T19:52:14.691ZAug 05 19:52:14.020 INFO added artifact, length: 33554432, hash: e5e5bf6e4ad543de9dfe9993d63f85d39fa3f82266dc3e78561b3912cfbfae67, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_trampoline_phase_1, name: trampoline
112132026-08-05T19:52:14.691ZAug 05 19:52:14.020 INFO added artifact, length: 33554432, hash: a41080d84fc30c0da81d2ed5cbc772cb365919d77334f925f46ea091b173696c, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_trampoline_phase_1, name: trampoline
112142026-08-05T19:52:14.694ZAug 05 19:52:14.020 INFO added artifact, length: 164638412, hash: 94b8856a014b31916a3985ee21e529fe43631286d146239d6b4d719d5833c082, version: 22.0.0-0.ci+git1f4f17af57c, kind: trampoline_phase_2, name: trampoline
112152026-08-05T19:52:16.439ZAug 05 19:52:15.769 INFO added artifact, length: 321164352, hash: c6331d6bed021a7a59aa54eeb370b35de4e02be7afdcb3c5158fe04d173c485f, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: clickhouse_keeper
112162026-08-05T19:52:18.426ZAug 05 19:52:17.755 INFO added artifact, length: 337546640, hash: a38e4b9126618b7d24e0f4e2c374c014d20b608aa94f832a805dfb91e8ef0d47, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: clickhouse_server
112172026-08-05T19:52:20.314ZAug 05 19:52:19.643 INFO added artifact, length: 337550320, hash: 45acdc1652b7b91fbd2970e007b445f4ce9fdfc04be4aff502e8dce13d2aa990, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: clickhouse
112182026-08-05T19:52:21.214ZAug 05 19:52:20.543 INFO added artifact, length: 174065546, hash: 7ad7572eb81600931946a6270fae396133a21c6d3d4c49c5ee316946ea858174, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: cockroachdb
112192026-08-05T19:52:21.458ZAug 05 19:52:20.787 INFO added artifact, length: 42791540, hash: 1fb70c317a5dca07405d1ee95a9a77c46ea4818ffa78c7b792f030c45506a59f, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: crucible-pantry-zone
112202026-08-05T19:52:21.804ZAug 05 19:52:21.133 INFO added artifact, length: 57959419, hash: 99f18cde1e672fc59f5b5edbb141fd979e90ef9c6a934c7012e2899e7b89868f, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: crucible-zone
112212026-08-05T19:52:22.092ZAug 05 19:52:21.421 INFO added artifact, length: 56091779, hash: 339b1e370efa39eeb011c0ade83083c41ab9aaaca6587bd46ac068820cb6eb2e, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: external-dns
112222026-08-05T19:52:22.418ZAug 05 19:52:21.747 INFO added artifact, length: 56091379, hash: ae14896817cdebaa3bd5bb5e25bd881dc523c4eb3209e4adf46d62f9734e00da, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: internal-dns
112232026-08-05T19:52:24.408ZAug 05 19:52:23.737 INFO added artifact, length: 368025627, hash: 0e36a9c607f2b0bed09863081805c0fa3e69751a6f82efc0d1ab2eb7ec0a4e81, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: nexus
112242026-08-05T19:52:24.617ZAug 05 19:52:23.946 INFO added artifact, length: 35984580, hash: 6775be99b0d56988bc4558729f94c1c35bc93903bf119755fd62e8f2d309985a, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: ntp
112252026-08-05T19:52:25.065ZAug 05 19:52:24.394 INFO added artifact, length: 73930439, hash: 364504aa41e45adb1f42f08fefd9557fde5c726c21a472b672a971a5f101d801, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: oximeter
112262026-08-05T19:52:25.083ZAug 05 19:52:24.412 INFO added artifact, length: 3109592, hash: 7f5a18f75994d80a4a09af40c70938a323fde504c68ac9a1dcb1e132030e1a01, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: probe
112272026-08-05T19:52:25.087ZAug 05 19:52:24.413 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112282026-08-05T19:52:25.087ZAug 05 19:52:24.413 INFO added artifact, length: 829, hash: 67c4ab0428f7a049907fe9f59a92f02216158c83e01cad0067dfad12834732de, version: 1.77.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.77.0
112292026-08-05T19:52:25.087ZAug 05 19:52:24.413 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112302026-08-05T19:52:25.117ZAug 05 19:52:24.446 INFO added artifact, length: 4067191, hash: 8eeadd35239f8b256bbbb2ac157927f7db1ae7a35f50faee13d52f08f0a9d8f6, version: 1.77.0, kind: psc_sp, name: observer-a
112312026-08-05T19:52:25.147ZAug 05 19:52:24.476 INFO added artifact, length: 4116826, hash: 439718aed3da515386640f6fd54a447c3055f20194b2c98fc44b95d23593b23d, version: 1.77.0, kind: psc_sp, name: psc-b
112322026-08-05T19:52:25.175ZAug 05 19:52:24.504 INFO added artifact, length: 4119582, hash: c401c3536193ed3273de093df4b8fab853ca7d6fac56511132eac3d879bbe063, version: 1.77.0, kind: psc_sp, name: psc-c
112332026-08-05T19:52:25.230ZAug 05 19:52:24.558 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112342026-08-05T19:52:25.234ZAug 05 19:52:24.558 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112352026-08-05T19:52:25.280ZAug 05 19:52:24.609 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112362026-08-05T19:52:25.284ZAug 05 19:52:24.610 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112372026-08-05T19:52:25.326ZAug 05 19:52:24.655 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112382026-08-05T19:52:25.329ZAug 05 19:52:24.655 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112392026-08-05T19:52:25.374ZAug 05 19:52:24.703 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112402026-08-05T19:52:25.377ZAug 05 19:52:24.703 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112412026-08-05T19:52:25.377ZAug 05 19:52:24.704 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112422026-08-05T19:52:25.377ZAug 05 19:52:24.705 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112432026-08-05T19:52:25.377ZAug 05 19:52:24.705 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112442026-08-05T19:52:25.425ZAug 05 19:52:24.754 INFO added artifact, length: 7005415, hash: 7ab69eee0fb59208c420d4de464bdd8fa7a19d86e70988b42bcf9a7e448d1830, version: 1.77.0, kind: switch_sp, name: sidecar-b
112452026-08-05T19:52:25.520ZAug 05 19:52:24.849 INFO added artifact, length: 7022343, hash: 56d0ffc8a84a0de6f8738cba75067505499ef0e20e7a22e561912c6bc1bcbae6, version: 1.77.0, kind: switch_sp, name: sidecar-c
112462026-08-05T19:52:25.609ZAug 05 19:52:24.939 INFO added artifact, length: 7022176, hash: 626af989ccad6642ec81add88eb382aea83870decf632e8da586a5026209919a, version: 1.77.0, kind: switch_sp, name: sidecar-d
112472026-08-05T19:52:25.718ZAug 05 19:52:25.047 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112482026-08-05T19:52:25.718ZAug 05 19:52:25.048 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112492026-08-05T19:52:25.767ZAug 05 19:52:25.096 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112502026-08-05T19:52:25.770ZAug 05 19:52:25.096 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112512026-08-05T19:52:25.819ZAug 05 19:52:25.149 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112522026-08-05T19:52:25.820ZAug 05 19:52:25.149 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112532026-08-05T19:52:25.868ZAug 05 19:52:25.197 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112542026-08-05T19:52:25.871ZAug 05 19:52:25.197 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112552026-08-05T19:52:25.871ZAug 05 19:52:25.198 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112562026-08-05T19:52:25.871ZAug 05 19:52:25.198 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112572026-08-05T19:52:25.871ZAug 05 19:52:25.199 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112582026-08-05T19:52:25.871ZAug 05 19:52:25.199 INFO added artifact, length: 924, hash: fe83f78d940fd4e315c6c9800e393c6c8ad814fba89921264e1bdd85c76194f8, version: 22.0.0-0.ci+git1f4f17af57c, kind: installinator_document, name: installinator_document
112592026-08-05T19:52:26.387ZAug 05 19:52:25.716 INFO extracting uploaded archive to /tmp/.tmpDZDGZq
112602026-08-05T19:52:28.438ZAug 05 19:52:27.767 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Fv955f
112612026-08-05T19:52:28.501ZAug 05 19:52:27.830 INFO added artifact, length: 6736355, hash: cfc822e386318953f6fa56ba48e1c9b2e1f2e09a3a05d0f4a8d171b8b6f677bf, version: 1.77.0, kind: gimlet_sp, name: cosmo-a
112622026-08-05T19:52:28.600ZAug 05 19:52:27.929 INFO added artifact, length: 6737791, hash: d3bccfa814a211e7d759a161be91b7272b62af38ae37f84dd925b2b0c1f68a9b, version: 1.77.0, kind: gimlet_sp, name: cosmo-b
112632026-08-05T19:52:28.679ZAug 05 19:52:28.009 INFO added artifact, length: 5514175, hash: 21ebf7d0521fbc85b841f8511805f4b814bc7d82edfcc47d699b9be0b90afa70, version: 1.77.0, kind: gimlet_sp, name: gimlet-b
112642026-08-05T19:52:28.752ZAug 05 19:52:28.081 INFO added artifact, length: 5517785, hash: 27293b62e940cc5e4a1d23e461410afac9eb97b008044774b11dbebb6967f087, version: 1.77.0, kind: gimlet_sp, name: gimlet-c
112652026-08-05T19:52:28.834ZAug 05 19:52:28.163 INFO added artifact, length: 5539091, hash: 0c9f189feb066aee117817fbd49c04a3f97be30c57f70d34a2c8a41a31b0f28e, version: 1.77.0, kind: gimlet_sp, name: gimlet-d
112662026-08-05T19:52:28.911ZAug 05 19:52:28.240 INFO added artifact, length: 5539156, hash: 902ee443cbdb72b7bcd08725962c1dfc67a5ca23bde919ba70d4334c2f144b29, version: 1.77.0, kind: gimlet_sp, name: gimlet-e
112672026-08-05T19:52:28.984ZAug 05 19:52:28.313 INFO added artifact, length: 5539488, hash: 29d21bc8807f59a53bddb55d58996f74f553c4ddefa10b880b23981b0e10e0a6, version: 1.77.0, kind: gimlet_sp, name: gimlet-f
112682026-08-05T19:52:29.087ZAug 05 19:52:28.416 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112692026-08-05T19:52:29.090ZAug 05 19:52:28.416 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112702026-08-05T19:52:29.132ZAug 05 19:52:28.461 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112712026-08-05T19:52:29.135ZAug 05 19:52:28.461 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112722026-08-05T19:52:29.184ZAug 05 19:52:28.514 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112732026-08-05T19:52:29.189ZAug 05 19:52:28.514 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112742026-08-05T19:52:29.237ZAug 05 19:52:28.566 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112752026-08-05T19:52:29.240ZAug 05 19:52:28.566 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112762026-08-05T19:52:29.286ZAug 05 19:52:28.616 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112772026-08-05T19:52:29.289ZAug 05 19:52:28.616 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112782026-08-05T19:52:29.334ZAug 05 19:52:28.664 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112792026-08-05T19:52:29.334ZAug 05 19:52:28.664 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112802026-08-05T19:52:29.387ZAug 05 19:52:28.717 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112812026-08-05T19:52:29.390ZAug 05 19:52:28.717 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112822026-08-05T19:52:29.391ZAug 05 19:52:28.717 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112832026-08-05T19:52:29.391ZAug 05 19:52:28.718 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112842026-08-05T19:52:29.391ZAug 05 19:52:28.719 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112852026-08-05T19:52:29.391ZAug 05 19:52:28.720 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112862026-08-05T19:52:29.394ZAug 05 19:52:28.720 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112872026-08-05T19:52:35.040ZAug 05 19:52:34.369 INFO added artifact, length: 33554432, hash: 134eec0514d7b27bcb877ff4fa696f3710c71dbd648e02b28ad2e5a85766abb5, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_host_phase_1, name: host
112882026-08-05T19:52:35.041ZAug 05 19:52:34.370 INFO added artifact, length: 33554432, hash: 2b4fc8a39011e177685d77339cdd552b1ee8681a84e80e6b13b85a1597ff1939, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_host_phase_1, name: host
112892026-08-05T19:52:35.041ZAug 05 19:52:34.370 INFO added artifact, length: 1258295296, hash: 3245064ca35c0b40387ddd37be7c7a880bb198d521ddc2fd56f592fc0f7f7a66, version: 22.0.0-0.ci+git1f4f17af57c, kind: host_phase_2, name: host
112902026-08-05T19:52:36.076ZAug 05 19:52:35.405 INFO added artifact, length: 33554432, hash: e5e5bf6e4ad543de9dfe9993d63f85d39fa3f82266dc3e78561b3912cfbfae67, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_trampoline_phase_1, name: trampoline
112912026-08-05T19:52:36.076ZAug 05 19:52:35.405 INFO added artifact, length: 33554432, hash: a41080d84fc30c0da81d2ed5cbc772cb365919d77334f925f46ea091b173696c, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_trampoline_phase_1, name: trampoline
112922026-08-05T19:52:36.076ZAug 05 19:52:35.405 INFO added artifact, length: 164638412, hash: 94b8856a014b31916a3985ee21e529fe43631286d146239d6b4d719d5833c082, version: 22.0.0-0.ci+git1f4f17af57c, kind: trampoline_phase_2, name: trampoline
112932026-08-05T19:52:42.603ZAug 05 19:52:41.932 INFO added artifact, length: 1928487478, hash: 2cf6cbb8053250fdb4bcf01b6286f4379856bea901567b0b84a357f58a39608b, version: 22.0.0-0.ci+git1f4f17af57c, kind: control_plane, name: control-plane
112942026-08-05T19:52:42.606ZAug 05 19:52:41.932 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112952026-08-05T19:52:42.606ZAug 05 19:52:41.932 INFO added artifact, length: 829, hash: 67c4ab0428f7a049907fe9f59a92f02216158c83e01cad0067dfad12834732de, version: 1.77.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.77.0
112962026-08-05T19:52:42.606ZAug 05 19:52:41.932 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112972026-08-05T19:52:42.630ZAug 05 19:52:41.959 INFO added artifact, length: 4067191, hash: 8eeadd35239f8b256bbbb2ac157927f7db1ae7a35f50faee13d52f08f0a9d8f6, version: 1.77.0, kind: psc_sp, name: observer-a
112982026-08-05T19:52:42.657ZAug 05 19:52:41.986 INFO added artifact, length: 4116826, hash: 439718aed3da515386640f6fd54a447c3055f20194b2c98fc44b95d23593b23d, version: 1.77.0, kind: psc_sp, name: psc-b
112992026-08-05T19:52:42.690ZAug 05 19:52:42.019 INFO added artifact, length: 4119582, hash: c401c3536193ed3273de093df4b8fab853ca7d6fac56511132eac3d879bbe063, version: 1.77.0, kind: psc_sp, name: psc-c
113002026-08-05T19:52:42.737ZAug 05 19:52:42.066 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113012026-08-05T19:52:42.741ZAug 05 19:52:42.066 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113022026-08-05T19:52:42.785ZAug 05 19:52:42.114 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113032026-08-05T19:52:42.789ZAug 05 19:52:42.114 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113042026-08-05T19:52:42.834ZAug 05 19:52:42.163 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113052026-08-05T19:52:42.837ZAug 05 19:52:42.163 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113062026-08-05T19:52:42.882ZAug 05 19:52:42.211 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113072026-08-05T19:52:42.885ZAug 05 19:52:42.211 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113082026-08-05T19:52:42.885ZAug 05 19:52:42.212 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113092026-08-05T19:52:42.885ZAug 05 19:52:42.212 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113102026-08-05T19:52:42.885ZAug 05 19:52:42.213 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113112026-08-05T19:52:42.932ZAug 05 19:52:42.261 INFO added artifact, length: 7005415, hash: 7ab69eee0fb59208c420d4de464bdd8fa7a19d86e70988b42bcf9a7e448d1830, version: 1.77.0, kind: switch_sp, name: sidecar-b
113122026-08-05T19:52:43.026ZAug 05 19:52:42.355 INFO added artifact, length: 7022343, hash: 56d0ffc8a84a0de6f8738cba75067505499ef0e20e7a22e561912c6bc1bcbae6, version: 1.77.0, kind: switch_sp, name: sidecar-c
113132026-08-05T19:52:43.115ZAug 05 19:52:42.444 INFO added artifact, length: 7022176, hash: 626af989ccad6642ec81add88eb382aea83870decf632e8da586a5026209919a, version: 1.77.0, kind: switch_sp, name: sidecar-d
113142026-08-05T19:52:43.215ZAug 05 19:52:42.544 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113152026-08-05T19:52:43.221ZAug 05 19:52:42.544 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113162026-08-05T19:52:43.262ZAug 05 19:52:42.591 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113172026-08-05T19:52:43.266ZAug 05 19:52:42.592 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113182026-08-05T19:52:43.313ZAug 05 19:52:42.642 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113192026-08-05T19:52:43.313ZAug 05 19:52:42.642 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113202026-08-05T19:52:43.360ZAug 05 19:52:42.689 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113212026-08-05T19:52:43.370ZAug 05 19:52:42.689 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113222026-08-05T19:52:43.370ZAug 05 19:52:42.689 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113232026-08-05T19:52:43.370ZAug 05 19:52:42.690 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113242026-08-05T19:52:43.370ZAug 05 19:52:42.691 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113252026-08-05T19:52:43.370ZAug 05 19:52:42.691 INFO added artifact, length: 924, hash: fe83f78d940fd4e315c6c9800e393c6c8ad814fba89921264e1bdd85c76194f8, version: 22.0.0-0.ci+git1f4f17af57c, kind: installinator_document, name: installinator_document
113262026-08-05T19:52:44.255ZAug 05 19:52:43.584 INFO [tuf-repo] task succeeded (84.746931356s)
113272026-08-05T19:54:57.910Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
113282026-08-05T19:54:57.913Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113292026-08-05T19:54:57.913Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113302026-08-05T19:55:00.625ZAug 05 19:54:59.953 INFO [verify-libraries] process exited with exit status: 0 (432.964485922s)
113312026-08-05T19:55:00.625ZAug 05 19:54:59.953 INFO all jobs completed in 1489.730553202s
113322026-08-05T19:55:01.855Zprocess exited: duration 1727593 ms, exit code 0
 
113332026-08-05T19:55:01.869Zfound 41 output files
113342026-08-05T19:55:01.869Zuploading: /work/manifest.toml (17334 bytes)
113352026-08-05T19:55:02.881Zuploaded: /work/manifest.toml
113362026-08-05T19:55:02.881Zuploading: /work/repo.zip (3296821483 bytes)
113372026-08-05T19:55:46.126Zuploaded: /work/repo.zip
113382026-08-05T19:55:46.126Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113392026-08-05T19:55:47.180Zuploaded: /work/repo.zip.sha256.txt
113402026-08-05T19:55:47.180Zuploading: /work/helios.json (647 bytes)
113412026-08-05T19:55:48.191Zuploaded: /work/helios.json
113422026-08-05T19:55:48.191Zuploading: /work/incorporation.p5m (113590 bytes)
113432026-08-05T19:55:49.206Zuploaded: /work/incorporation.p5m
113442026-08-05T19:55:49.207Zuploading: /work/incorporation.p5p (133120 bytes)
113452026-08-05T19:55:50.225Zuploaded: /work/incorporation.p5p
113462026-08-05T19:55:50.225Zuploading: /work/helios-incorp.log (522 bytes)
113472026-08-05T19:55:51.235Zuploaded: /work/helios-incorp.log
113482026-08-05T19:55:51.235Zuploading: /work/helios-setup.log (56753 bytes)
113492026-08-05T19:55:52.251Zuploaded: /work/helios-setup.log
113502026-08-05T19:55:52.251Zuploading: /work/host-image.log (233224 bytes)
113512026-08-05T19:55:53.270Zuploaded: /work/host-image.log
113522026-08-05T19:55:53.270Zuploading: /work/host-package.log (33391 bytes)
113532026-08-05T19:55:54.305Zuploaded: /work/host-package.log
113542026-08-05T19:55:54.305Zuploading: /work/host-target.log (101 bytes)
113552026-08-05T19:55:55.317Zuploaded: /work/host-target.log
113562026-08-05T19:55:55.317Zuploading: /work/incorp-create.log (0 bytes)
113572026-08-05T19:55:56.325Zuploaded: /work/incorp-create.log
113582026-08-05T19:55:56.325Zuploading: /work/incorp-fmt.log (0 bytes)
113592026-08-05T19:55:57.334Zuploaded: /work/incorp-fmt.log
113602026-08-05T19:55:57.334Zuploading: /work/incorp-pkgsend.log (108 bytes)
113612026-08-05T19:55:58.347Zuploaded: /work/incorp-pkgsend.log
113622026-08-05T19:55:58.347Zuploading: /work/incorp-publisher.log (0 bytes)
113632026-08-05T19:55:59.356Zuploaded: /work/incorp-publisher.log
113642026-08-05T19:55:59.356Zuploading: /work/omicron-package.log (7957 bytes)
113652026-08-05T19:56:00.368Zuploaded: /work/omicron-package.log
113662026-08-05T19:56:00.369Zuploading: /work/recovery-image.log (589439 bytes)
113672026-08-05T19:56:01.392Zuploaded: /work/recovery-image.log
113682026-08-05T19:56:01.392Zuploading: /work/recovery-package.log (321 bytes)
113692026-08-05T19:56:02.404Zuploaded: /work/recovery-package.log
113702026-08-05T19:56:02.404Zuploading: /work/recovery-target.log (98 bytes)
113712026-08-05T19:56:03.425Zuploaded: /work/recovery-target.log
113722026-08-05T19:56:03.425Zuploading: /work/stamp-clickhouse.log (117 bytes)
113732026-08-05T19:56:04.439Zuploaded: /work/stamp-clickhouse.log
113742026-08-05T19:56:04.439Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113752026-08-05T19:56:05.451Zuploaded: /work/stamp-clickhouse_keeper.log
113762026-08-05T19:56:05.451Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113772026-08-05T19:56:06.462Zuploaded: /work/stamp-clickhouse_server.log
113782026-08-05T19:56:06.462Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113792026-08-05T19:56:07.472Zuploaded: /work/stamp-cockroachdb.log
113802026-08-05T19:56:07.472Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113812026-08-05T19:56:08.482Zuploaded: /work/stamp-crucible-pantry-zone.log
113822026-08-05T19:56:08.482Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113832026-08-05T19:56:09.493Zuploaded: /work/stamp-crucible-utils.log
113842026-08-05T19:56:09.493Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113852026-08-05T19:56:10.505Zuploaded: /work/stamp-crucible-zone.log
113862026-08-05T19:56:10.505Zuploading: /work/stamp-external-dns.log (119 bytes)
113872026-08-05T19:56:11.517Zuploaded: /work/stamp-external-dns.log
113882026-08-05T19:56:11.517Zuploading: /work/stamp-installinator.log (103 bytes)
113892026-08-05T19:56:12.639Zuploaded: /work/stamp-installinator.log
113902026-08-05T19:56:12.639Zuploading: /work/stamp-internal-dns.log (119 bytes)
113912026-08-05T19:56:13.832Zuploaded: /work/stamp-internal-dns.log
113922026-08-05T19:56:13.833Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113932026-08-05T19:56:14.865Zuploaded: /work/stamp-mg-ddm-gz.log
113942026-08-05T19:56:14.865Zuploading: /work/stamp-nexus.log (112 bytes)
113952026-08-05T19:56:15.918Zuploaded: /work/stamp-nexus.log
113962026-08-05T19:56:15.918Zuploading: /work/stamp-ntp.log (110 bytes)
113972026-08-05T19:56:16.950Zuploaded: /work/stamp-ntp.log
113982026-08-05T19:56:16.950Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113992026-08-05T19:56:17.961Zuploaded: /work/stamp-omicron-sled-agent.log
114002026-08-05T19:56:17.961Zuploading: /work/stamp-overlay.log (114 bytes)
114012026-08-05T19:56:18.971Zuploaded: /work/stamp-overlay.log
114022026-08-05T19:56:18.971Zuploading: /work/stamp-oximeter.log (115 bytes)
114032026-08-05T19:56:19.983Zuploaded: /work/stamp-oximeter.log
114042026-08-05T19:56:19.983Zuploading: /work/stamp-oxlog.log (109 bytes)
114052026-08-05T19:56:20.993Zuploaded: /work/stamp-oxlog.log
114062026-08-05T19:56:20.993Zuploading: /work/stamp-probe.log (112 bytes)
114072026-08-05T19:56:22.005Zuploaded: /work/stamp-probe.log
114082026-08-05T19:56:22.005Zuploading: /work/stamp-propolis-server.log (122 bytes)
114092026-08-05T19:56:23.015Zuploaded: /work/stamp-propolis-server.log
114102026-08-05T19:56:23.015Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114112026-08-05T19:56:24.026Zuploaded: /work/stamp-pumpkind-gz.log
114122026-08-05T19:56:24.026Zuploading: /work/stamp-switch-asic.log (118 bytes)
114132026-08-05T19:56:25.038Zuploaded: /work/stamp-switch-asic.log
114142026-08-05T19:56:25.038Zuploading: /work/verify-libraries.log (50180 bytes)
114152026-08-05T19:56:26.053Zuploaded: /work/verify-libraries.log