01KZS89E612N3GDBHM94V6H1H0: 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: 01KZS8A0AMRZ3PDKM42PD86YC9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T20:31:21.340Zjob assigned to worker 01KZS8A6ZEQ4X96TV72FXXEG2B [factory aws, i-0e1a559ced9d74e92] (queued for 50 s)
 
22026-08-11T20:31:28.619Zstarting task 0: "setup"
32026-08-11T20:31:28.623Z++ uname -s
42026-08-11T20:31:28.627Z+ kern=SunOS
52026-08-11T20:31:28.627Z+ build_user=build
62026-08-11T20:31:28.627Z+ build_uid=12345
72026-08-11T20:31:28.627Z+ work_dir=/work
82026-08-11T20:31:28.627Z+ input_dir=/input
92026-08-11T20:31:28.627Z+ [[ 0 == 12345 ]]
102026-08-11T20:31:28.627Z+ case "$kern" in
112026-08-11T20:31:28.627Z+ groupadd -g 12345 build
122026-08-11T20:31:28.631Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T20:31:30.634Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T20:31:30.731Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T20:31:30.734Z+ home_fs=zfs
162026-08-11T20:31:30.734Z+ [[ zfs == autofs ]]
172026-08-11T20:31:30.734Z+ mkdir -p /home/build
182026-08-11T20:31:30.738Z+ chown build:build /home/build /work
192026-08-11T20:31:32.737Z+ chmod 0700 /home/build /work
202026-08-11T20:31:32.741Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-11T20:31:32.748Zstarting task 1: "rust-toolchain"
222026-08-11T20:31:32.753Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T20:31:32.754Z * rust toolchain channel = "1.97.1"
242026-08-11T20:31:32.754Z * rust toolchain profile = "default"
252026-08-11T20:31:32.754Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-11T20:31:32.754Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T20:31:32.754Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T20:31:32.757Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T20:31:32.757Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T20:31:32.828Zinfo: downloading installer
312026-08-11T20:31:34.225Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T20:31:34.226Zwarn: /home/build/.rustup/settings.toml
332026-08-11T20:31:34.226Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T20:31:34.226Zwarn: instead of the one inferred from the default host triple.
352026-08-11T20:31:34.242Zinfo: profile set to default
362026-08-11T20:31:34.243Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T20:31:34.243Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T20:31:34.336Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T20:31:34.358Zinfo: downloading 6 components
402026-08-11T20:31:49.228Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T20:31:49.228Z
422026-08-11T20:31:49.258Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T20:31:49.258Z
442026-08-11T20:31:49.262Z
452026-08-11T20:31:49.262ZRust is installed now. Great!
462026-08-11T20:31:49.262Z
472026-08-11T20:31:49.262ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T20:31:49.262Zenvironment variable. This has not been done automatically.
492026-08-11T20:31:49.262Z
502026-08-11T20:31:49.262ZTo configure your current shell, you need to source
512026-08-11T20:31:49.262Zthe corresponding env file under $HOME/.cargo.
522026-08-11T20:31:49.262Z
532026-08-11T20:31:49.262ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T20:31:49.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T20:31:49.262Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T20:31:49.262Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T20:31:49.262Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T20:31:49.262Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T20:31:49.262Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T20:31:49.262Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T20:31:49.263Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T20:31:49.369Z+ rustup --version
632026-08-11T20:31:49.375Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T20:31:49.378Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T20:31:49.397Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T20:31:49.400Z+ cargo --version
672026-08-11T20:31:49.408Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T20:31:49.411Z+ rustc --version
692026-08-11T20:31:49.429Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T20:31:49.433Zprocess exited: duration 16683 ms, exit code 0
 
712026-08-11T20:31:49.440Zstarting task 2: "authentication"
722026-08-11T20:31:49.457Zprocess exited: duration 17 ms, exit code 0
 
732026-08-11T20:31:49.464Zstarting task 3: "clone repository"
742026-08-11T20:31:49.469Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T20:31:49.472Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T20:31:49.503ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T20:32:00.285Z+ cd /work/oxidecomputer/omicron
782026-08-11T20:32:00.285Z+ git fetch origin e9029c0146e19998c2433b4cdfc1f1c2c8307564
792026-08-11T20:32:00.611ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T20:32:00.611Z * branch e9029c0146e19998c2433b4cdfc1f1c2c8307564 -> FETCH_HEAD
812026-08-11T20:32:00.623Z+ [[ -n sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
822026-08-11T20:32:00.627Z++ git branch --show-current
832026-08-11T20:32:00.627Z+ current=main
842026-08-11T20:32:00.627Z+ [[ main != sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup ]]
852026-08-11T20:32:00.627Z+ git branch -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup e9029c0146e19998c2433b4cdfc1f1c2c8307564
862026-08-11T20:32:00.631Z+ git checkout -f sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup
872026-08-11T20:32:00.739ZSwitched to branch 'sunshowers/spr/33n-wicket-use-the-commission-api-for-post_run_rack_setup'
882026-08-11T20:32:00.744Z+ git reset --hard e9029c0146e19998c2433b4cdfc1f1c2c8307564
892026-08-11T20:32:00.846ZHEAD is now at e9029c014 [spr] initial version
902026-08-11T20:32:00.849Zprocess exited: duration 11383 ms, exit code 0
 
912026-08-11T20:32:00.856Zstarting task 4: "build"
922026-08-11T20:32:00.861Z+ source .github/buildomat/ci-env.sh
932026-08-11T20:32:00.865Z++ export CARGO_TERM_COLOR=always
942026-08-11T20:32:00.865Z++ CARGO_TERM_COLOR=always
952026-08-11T20:32:00.865Z+++ uname -s
962026-08-11T20:32:00.865Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-11T20:32:00.865Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-11T20:32:00.869Z+ cargo --version
992026-08-11T20:32:00.875Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-11T20:32:00.878Z+ rustc --version
1012026-08-11T20:32:00.899Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-11T20:32:00.902Z+ cargo tree --locked
1032026-08-11T20:32:01.072Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-11T20:32:01.449Z Updating crates.io index
1052026-08-11T20:32:01.452Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-11T20:32:01.737Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-11T20:32:02.102Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-11T20:32:03.067Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-11T20:32:03.626Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-11T20:32:05.310Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-11T20:32:06.162Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-11T20:32:06.441Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-11T20:32:06.827Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-11T20:32:11.078Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-11T20:32:11.383Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-11T20:32:11.783Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-11T20:32:12.088Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-11T20:32:12.410Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-11T20:32:13.707Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-11T20:32:14.002Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-11T20:32:14.309Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-11T20:32:14.613Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-11T20:32:15.105Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-11T20:32:15.582Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-11T20:32:15.979Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-11T20:32:16.456Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-11T20:32:16.812Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-11T20:32:17.354Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-11T20:32:17.756Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-11T20:32:18.299Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-11T20:32:18.724Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-11T20:32:19.002Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-11T20:32:19.393Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-11T20:32:19.742Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-11T20:32:20.022Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-11T20:32:20.355Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-11T20:32:20.747Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-11T20:32:21.291Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-11T20:32:21.615Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-11T20:32:21.914Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1412026-08-11T20:32:22.416Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-11T20:32:22.710Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-08-11T20:32:23.046Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-08-11T20:32:23.313Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-08-11T20:32:23.791Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-11T20:32:24.121Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-11T20:32:24.412Z Updating git repository `https://github.com/illumos/smf-rs`
1482026-08-11T20:32:27.533Z Downloading crates ...
1492026-08-11T20:32:27.582Z Downloaded clap_lex v1.0.0
1502026-08-11T20:32:27.587Z Downloaded clap_derive v4.6.1
1512026-08-11T20:32:27.599Z Downloaded ciborium-io v0.2.2
1522026-08-11T20:32:27.602Z Downloaded ciborium-ll v0.2.2
1532026-08-11T20:32:27.602Z Downloaded clap_builder v4.6.0
1542026-08-11T20:32:27.607Z Downloaded crc v3.4.0
1552026-08-11T20:32:27.607Z Downloaded constant_time_eq v0.3.1
1562026-08-11T20:32:27.607Z Downloaded const_format_proc_macros v0.2.34
1572026-08-11T20:32:27.610Z Downloaded hash32 v0.2.1
1582026-08-11T20:32:27.610Z Downloaded hyper-tls v0.6.0
1592026-08-11T20:32:27.613Z Downloaded http-range v0.1.5
1602026-08-11T20:32:27.619Z Downloaded const-oid v0.10.2
1612026-08-11T20:32:27.619Z Downloaded critical-section v1.2.0
1622026-08-11T20:32:27.623Z Downloaded cpubits v0.1.1
1632026-08-11T20:32:27.623Z Downloaded derive_more v0.99.20
1642026-08-11T20:32:27.623Z Downloaded globset v0.4.18
1652026-08-11T20:32:27.626Z Downloaded headers v0.4.1
1662026-08-11T20:32:27.629Z Downloaded concurrent-queue v2.5.0
1672026-08-11T20:32:27.629Z Downloaded git-stub v1.0.0
1682026-08-11T20:32:27.629Z Downloaded internet-checksum v0.2.1
1692026-08-11T20:32:27.632Z Downloaded colorchoice v1.0.4
1702026-08-11T20:32:27.632Z Downloaded defmt-parser v1.0.0
1712026-08-11T20:32:27.637Z Downloaded hostname v0.4.2
1722026-08-11T20:32:27.641Z Downloaded criterion-plot v0.6.0
1732026-08-11T20:32:27.641Z Downloaded cmake v0.1.57
1742026-08-11T20:32:27.641Z Downloaded glob v0.3.3
1752026-08-11T20:32:27.645Z Downloaded crossbeam-deque v0.8.6
1762026-08-11T20:32:27.648Z Downloaded colored v3.1.1
1772026-08-11T20:32:27.648Z Downloaded cookie_store v0.22.1
1782026-08-11T20:32:27.648Z Downloaded hostname v0.3.1
1792026-08-11T20:32:27.648Z Downloaded crc-catalog v2.4.0
1802026-08-11T20:32:27.648Z Downloaded convert_case v0.4.0
1812026-08-11T20:32:27.651Z Downloaded hex v0.4.3
1822026-08-11T20:32:27.651Z Downloaded http-body v1.0.1
1832026-08-11T20:32:27.654Z Downloaded cobs v0.3.0
1842026-08-11T20:32:27.654Z Downloaded darling_macro v0.13.4
1852026-08-11T20:32:27.654Z Downloaded darling_macro v0.21.3
1862026-08-11T20:32:27.654Z Downloaded darling_macro v0.23.0
1872026-08-11T20:32:27.657Z Downloaded cpufeatures v0.3.0
1882026-08-11T20:32:27.657Z Downloaded crucible-workspace-hack v0.1.0
1892026-08-11T20:32:27.657Z Downloaded crunchy v0.2.4
1902026-08-11T20:32:27.658Z Downloaded hubpack_derive v0.1.1
1912026-08-11T20:32:27.658Z Downloaded globwalk v0.9.1
1922026-08-11T20:32:27.661Z Downloaded crc8 v0.1.1
1932026-08-11T20:32:27.661Z Downloaded git-stub-vcs v0.1.0
1942026-08-11T20:32:27.666Z Downloaded corncobs v0.1.4
1952026-08-11T20:32:27.669Z Downloaded derive-ex v0.1.8
1962026-08-11T20:32:27.669Z Downloaded derive_builder_macro v0.20.2
1972026-08-11T20:32:27.669Z Downloaded curve25519-dalek-derive v0.1.1
1982026-08-11T20:32:27.672Z Downloaded crypto-common v0.2.2
1992026-08-11T20:32:27.672Z Downloaded guppy-workspace-hack v0.1.0
2002026-08-11T20:32:27.676Z Downloaded cpufeatures v0.2.17
2012026-08-11T20:32:27.676Z Downloaded heck v0.5.0
2022026-08-11T20:32:27.676Z Downloaded hybrid-array v0.4.13
2032026-08-11T20:32:27.679Z Downloaded defmt v0.3.100
2042026-08-11T20:32:27.679Z Downloaded crypto-common v0.1.7
2052026-08-11T20:32:27.683Z Downloaded hmac v0.12.1
2062026-08-11T20:32:27.686Z Downloaded httpdate v1.0.3
2072026-08-11T20:32:27.689Z Downloaded darling_macro v0.20.11
2082026-08-11T20:32:27.693Z Downloaded adler2 v2.0.1
2092026-08-11T20:32:27.693Z Downloaded indent_write v2.2.0
2102026-08-11T20:32:27.693Z Downloaded debug-ignore v1.0.5
2112026-08-11T20:32:27.696Z Downloaded hubpack v0.1.2
2122026-08-11T20:32:27.696Z Downloaded inout v0.2.2
2132026-08-11T20:32:27.699Z Downloaded hex-literal v1.1.0
2142026-08-11T20:32:27.700Z Downloaded convert_case v0.10.0
2152026-08-11T20:32:27.700Z Downloaded constant_time_eq v0.4.2
2162026-08-11T20:32:27.703Z Downloaded ctutils v0.4.2
2172026-08-11T20:32:27.703Z Downloaded instability v0.3.11
2182026-08-11T20:32:27.703Z Downloaded instant v0.1.13
2192026-08-11T20:32:27.703Z Downloaded console v0.16.2
2202026-08-11T20:32:27.703Z Downloaded bcrypt-pbkdf v0.11.0
2212026-08-11T20:32:27.708Z Downloaded hex-literal v0.4.1
2222026-08-11T20:32:27.711Z Downloaded ident_case v1.0.1
2232026-08-11T20:32:27.712Z Downloaded inout v0.1.4
2242026-08-11T20:32:27.712Z Downloaded atomic-waker v1.1.2
2252026-08-11T20:32:27.715Z Downloaded ascii-canvas v3.0.0
2262026-08-11T20:32:27.719Z Downloaded compression-core v0.4.31
2272026-08-11T20:32:27.722Z Downloaded cmov v0.5.4
2282026-08-11T20:32:27.722Z Downloaded headers-core v0.3.0
2292026-08-11T20:32:27.722Z Downloaded illumos-nvpair-sys v0.2.0
2302026-08-11T20:32:27.723Z Downloaded idna_adapter v1.2.1
2312026-08-11T20:32:27.723Z Downloaded is-terminal v0.4.17
2322026-08-11T20:32:27.726Z Downloaded home v0.5.12
2332026-08-11T20:32:27.729Z Downloaded illumos-nvpair v0.3.0
2342026-08-11T20:32:27.732Z Downloaded bit-set v0.8.0
2352026-08-11T20:32:27.735Z Downloaded async-recursion v1.1.1
2362026-08-11T20:32:27.735Z Downloaded cargo-platform v0.3.2
2372026-08-11T20:32:27.735Z Downloaded indoc v1.0.9
2382026-08-11T20:32:27.739Z Downloaded castaway v0.2.4
2392026-08-11T20:32:27.739Z Downloaded opaque-debug v0.3.1
2402026-08-11T20:32:27.742Z Downloaded heck v0.4.1
2412026-08-11T20:32:27.742Z Downloaded ipnetwork v0.21.1
2422026-08-11T20:32:27.742Z Downloaded cstr-argument v0.1.2
2432026-08-11T20:32:27.742Z Downloaded impl-trait-for-tuples v0.2.3
2442026-08-11T20:32:27.745Z Downloaded derive_builder_core v0.20.2
2452026-08-11T20:32:27.751Z Downloaded darling v0.13.4
2462026-08-11T20:32:27.754Z Downloaded data-encoding v2.10.0
2472026-08-11T20:32:27.754Z Downloaded daft v0.1.7
2482026-08-11T20:32:27.754Z Downloaded bitfield-macros v0.19.4
2492026-08-11T20:32:27.754Z Downloaded cipher v0.4.4
2502026-08-11T20:32:27.758Z Downloaded defmt-macros v1.0.1
2512026-08-11T20:32:27.758Z Downloaded daft-derive v0.1.7
2522026-08-11T20:32:27.761Z Downloaded der_derive v0.7.3
2532026-08-11T20:32:27.761Z Downloaded delegate v0.13.5
2542026-08-11T20:32:27.764Z Downloaded deranged v0.5.8
2552026-08-11T20:32:27.764Z Downloaded packed_struct_codegen v0.10.1
2562026-08-11T20:32:27.764Z Downloaded proc-macro-error-attr v1.0.4
2572026-08-11T20:32:27.764Z Downloaded darling v0.20.11
2582026-08-11T20:32:27.767Z Downloaded clang-sys v1.8.1
2592026-08-11T20:32:27.767Z Downloaded colored v2.2.0
2602026-08-11T20:32:27.771Z Downloaded compression-codecs v0.4.37
2612026-08-11T20:32:27.771Z Downloaded addr2line v0.25.1
2622026-08-11T20:32:27.771Z Downloaded hash32 v0.3.1
2632026-08-11T20:32:27.771Z Downloaded group v0.14.0
2642026-08-11T20:32:27.774Z Downloaded peg-runtime v0.8.5
2652026-08-11T20:32:27.775Z Downloaded clap v4.6.1
2662026-08-11T20:32:27.778Z Downloaded crossbeam-epoch v0.9.18
2672026-08-11T20:32:27.781Z Downloaded parse-display v0.10.0
2682026-08-11T20:32:27.781Z Downloaded parse-size v1.1.0
2692026-08-11T20:32:27.781Z Downloaded humantime v2.3.0
2702026-08-11T20:32:27.781Z Downloaded ingot-types v0.2.0
2712026-08-11T20:32:27.781Z Downloaded http-body-util v0.1.3
2722026-08-11T20:32:27.781Z Downloaded const_format v0.2.35
2732026-08-11T20:32:27.786Z Downloaded plotters-svg v0.3.7
2742026-08-11T20:32:27.786Z Downloaded potential_utf v0.1.4
2752026-08-11T20:32:27.786Z Downloaded predicates-tree v1.0.13
2762026-08-11T20:32:27.789Z Downloaded proc-macro-crate v1.3.1
2772026-08-11T20:32:27.789Z Downloaded group v0.13.0
2782026-08-11T20:32:27.789Z Downloaded indoc v2.0.7
2792026-08-11T20:32:27.789Z Downloaded ingot v0.2.1
2802026-08-11T20:32:27.789Z Downloaded radium v0.7.0
2812026-08-11T20:32:27.789Z Downloaded ctr v0.10.1
2822026-08-11T20:32:27.792Z Downloaded hyper-staticfile v0.10.1
2832026-08-11T20:32:27.793Z Downloaded highway v1.3.0
2842026-08-11T20:32:27.796Z Downloaded console v0.15.11
2852026-08-11T20:32:27.799Z Downloaded ciborium v0.2.2
2862026-08-11T20:32:27.799Z Downloaded const-oid v0.9.6
2872026-08-11T20:32:27.799Z Downloaded ipnet v2.11.0
2882026-08-11T20:32:27.802Z Downloaded cipher v0.5.2
2892026-08-11T20:32:27.802Z Downloaded darling v0.23.0
2902026-08-11T20:32:27.805Z Downloaded hyper-rustls v0.27.7
2912026-08-11T20:32:27.805Z Downloaded httptest v0.16.4
2922026-08-11T20:32:27.805Z Downloaded rtoolbox v0.0.3
2932026-08-11T20:32:27.809Z Downloaded rustc-hash v2.1.1
2942026-08-11T20:32:27.809Z Downloaded byte-wrapper v0.1.0
2952026-08-11T20:32:27.809Z Downloaded chacha20 v0.9.1
2962026-08-11T20:32:27.813Z Downloaded same-file v1.0.6
2972026-08-11T20:32:27.816Z Downloaded crc32fast v1.5.0
2982026-08-11T20:32:27.816Z Downloaded oorandom v11.1.5
2992026-08-11T20:32:27.816Z Downloaded oxide-update-engine v0.1.2
3002026-08-11T20:32:27.820Z Downloaded secrecy v0.10.3
3012026-08-11T20:32:27.820Z Downloaded semver v0.1.20
3022026-08-11T20:32:27.820Z Downloaded blowfish v0.10.0
3032026-08-11T20:32:27.823Z Downloaded packed_struct v0.10.1
3042026-08-11T20:32:27.823Z Downloaded defmt v1.0.1
3052026-08-11T20:32:27.826Z Downloaded cbc v0.2.1
3062026-08-11T20:32:27.826Z Downloaded derive_builder v0.20.2
3072026-08-11T20:32:27.829Z Downloaded pem v3.0.6
3082026-08-11T20:32:27.829Z Downloaded serde_repr v0.1.20
3092026-08-11T20:32:27.832Z Downloaded serde_urlencoded v0.7.1
3102026-08-11T20:32:27.832Z Downloaded sha1 v0.11.0
3112026-08-11T20:32:27.832Z Downloaded smawk v0.3.2
3122026-08-11T20:32:27.836Z Downloaded crossbeam-utils v0.8.21
3132026-08-11T20:32:27.839Z Downloaded parse-display-derive v0.10.0
3142026-08-11T20:32:27.839Z Downloaded peg-macros v0.8.5
3152026-08-11T20:32:27.839Z Downloaded hickory-client v0.25.2
3162026-08-11T20:32:27.842Z Downloaded csv-core v0.1.13
3172026-08-11T20:32:27.846Z Downloaded iana-time-zone v0.1.65
3182026-08-11T20:32:27.849Z Downloaded signature v2.2.0
3192026-08-11T20:32:27.853Z Downloaded sqlparser_derive v0.5.0
3202026-08-11T20:32:27.856Z Downloaded supports-hyperlinks v2.1.0
3212026-08-11T20:32:27.860Z Downloaded target-triple v1.0.0
3222026-08-11T20:32:27.860Z Downloaded half v1.8.3
3232026-08-11T20:32:27.864Z Downloaded polyval v0.7.1
3242026-08-11T20:32:27.867Z Downloaded crc-any v2.5.0
3252026-08-11T20:32:27.867Z Downloaded datatest-stable v0.3.3
3262026-08-11T20:32:27.870Z Downloaded argon2 v0.6.0-rc.8
3272026-08-11T20:32:27.870Z Downloaded ingot-macros v0.2.0
3282026-08-11T20:32:27.875Z Downloaded tabwriter v1.4.1
3292026-08-11T20:32:27.878Z Downloaded thiserror-impl-no-std v2.0.2
3302026-08-11T20:32:27.881Z Downloaded rand_seeder v0.4.0
3312026-08-11T20:32:27.885Z Downloaded hmac v0.13.0
3322026-08-11T20:32:27.885Z Downloaded rustc-demangle v0.1.27
3332026-08-11T20:32:27.885Z Downloaded hyper v1.10.1
3342026-08-11T20:32:27.888Z Downloaded tinyvec_macros v0.1.1
3352026-08-11T20:32:27.892Z Downloaded try-lock v0.2.5
3362026-08-11T20:32:27.895Z Downloaded unarray v0.1.4
3372026-08-11T20:32:27.895Z Downloaded usdt-attr-macro v0.6.0
3382026-08-11T20:32:27.898Z Downloaded darling v0.21.3
3392026-08-11T20:32:27.901Z Downloaded serde_derive_internals v0.29.1
3402026-08-11T20:32:27.901Z Downloaded darling_core v0.13.4
3412026-08-11T20:32:27.905Z Downloaded derive-where v1.6.0
3422026-08-11T20:32:27.908Z Downloaded scroll v0.13.0
3432026-08-11T20:32:27.911Z Downloaded void v1.0.2
3442026-08-11T20:32:27.915Z Downloaded parking_lot_core v0.9.12
3452026-08-11T20:32:27.915Z Downloaded peg v0.8.5
3462026-08-11T20:32:27.918Z Downloaded xshell-macros v0.2.7
3472026-08-11T20:32:27.918Z Downloaded wait-timeout v0.2.1
3482026-08-11T20:32:27.918Z Downloaded utf-8 v0.7.6
3492026-08-11T20:32:27.918Z Downloaded waitgroup v0.1.2
3502026-08-11T20:32:27.921Z Downloaded diesel_table_macro_syntax v0.3.0
3512026-08-11T20:32:27.922Z Downloaded httparse v1.10.1
3522026-08-11T20:32:27.922Z Downloaded ahash v0.8.12
3532026-08-11T20:32:27.922Z Downloaded pkcs1 v0.8.0-rc.4
3542026-08-11T20:32:27.925Z Downloaded slog-stdlog v4.1.1
3552026-08-11T20:32:27.925Z Downloaded spki v0.7.3
3562026-08-11T20:32:27.925Z Downloaded structmeta v0.3.0
3572026-08-11T20:32:27.928Z Downloaded strum_macros v0.26.4
3582026-08-11T20:32:27.932Z Downloaded indexmap v1.9.3
3592026-08-11T20:32:27.935Z Downloaded dof v0.3.0
3602026-08-11T20:32:27.935Z Downloaded event-listener-strategy v0.5.4
3612026-08-11T20:32:27.935Z Downloaded fastrand v2.3.0
3622026-08-11T20:32:27.938Z Downloaded poly1305 v0.9.0
3632026-08-11T20:32:27.939Z Downloaded ignore v0.4.25
3642026-08-11T20:32:27.939Z Downloaded strum_macros v0.24.3
3652026-08-11T20:32:27.942Z Downloaded thiserror v1.0.69
3662026-08-11T20:32:27.945Z Downloaded static_assertions v1.1.0
3672026-08-11T20:32:27.945Z Downloaded dirs-sys-next v0.1.2
3682026-08-11T20:32:27.945Z Downloaded async-bb8-diesel v0.2.1
3692026-08-11T20:32:27.945Z Downloaded dof v0.4.0
3702026-08-11T20:32:27.948Z Downloaded darling_core v0.21.3
3712026-08-11T20:32:27.948Z Downloaded heapless v0.8.0
3722026-08-11T20:32:27.951Z Downloaded darling_core v0.23.0
3732026-08-11T20:32:27.954Z Downloaded rand_core v0.9.5
3742026-08-11T20:32:27.954Z Downloaded dsl_auto_type v0.2.0
3752026-08-11T20:32:27.958Z Downloaded thread_local v1.1.9
3762026-08-11T20:32:27.962Z Downloaded tinytemplate v1.2.1
3772026-08-11T20:32:27.965Z Downloaded float-ord v0.3.2
3782026-08-11T20:32:27.968Z Downloaded foreign-types-shared v0.1.1
3792026-08-11T20:32:27.968Z Downloaded rustls-pemfile v2.2.0
3802026-08-11T20:32:27.968Z Downloaded rustls-pki-types v1.14.0
3812026-08-11T20:32:27.972Z Downloaded hashbrown v0.12.3
3822026-08-11T20:32:27.972Z Downloaded cookie v0.18.1
3832026-08-11T20:32:27.975Z Downloaded pin-project v1.1.11
3842026-08-11T20:32:27.979Z Downloaded pkcs5 v0.8.1
3852026-08-11T20:32:27.983Z Downloaded chumsky v0.9.3
3862026-08-11T20:32:27.986Z Downloaded camino v1.2.2
3872026-08-11T20:32:27.986Z Downloaded serde_cbor v0.11.2
3882026-08-11T20:32:27.986Z Downloaded serde_with_macros v3.21.0
3892026-08-11T20:32:27.990Z Downloaded futures-macro v0.3.32
3902026-08-11T20:32:27.990Z Downloaded progenitor v0.14.0
3912026-08-11T20:32:27.990Z Downloaded unicase v2.9.0
3922026-08-11T20:32:27.990Z Downloaded gethostname v0.5.0
3932026-08-11T20:32:27.990Z Downloaded itoa v1.0.17
3942026-08-11T20:32:27.993Z Downloaded crossbeam-channel v0.5.15
3952026-08-11T20:32:27.993Z Downloaded lalrpop-util v0.19.12
3962026-08-11T20:32:27.993Z Downloaded uzers v0.12.2
3972026-08-11T20:32:27.996Z Downloaded libscf-sys v1.2.0
3982026-08-11T20:32:27.996Z Downloaded lzss v0.8.2
3992026-08-11T20:32:27.996Z Downloaded progenitor-impl v0.13.0
4002026-08-11T20:32:27.996Z Downloaded stringprep v0.1.5
4012026-08-11T20:32:27.999Z Downloaded spin v0.9.8
4022026-08-11T20:32:28.004Z Downloaded zstd-safe v7.2.4
4032026-08-11T20:32:28.004Z Downloaded zmij v1.0.21
4042026-08-11T20:32:28.004Z Downloaded dyn-clone v1.0.20
4052026-08-11T20:32:28.004Z Downloaded zstd v0.13.3
4062026-08-11T20:32:28.008Z Downloaded half v2.7.1
4072026-08-11T20:32:28.011Z Downloaded icu_provider v2.1.1
4082026-08-11T20:32:28.011Z Downloaded lru-slab v0.1.2
4092026-08-11T20:32:28.011Z Downloaded memoffset v0.9.1
4102026-08-11T20:32:28.011Z Downloaded new_debug_unreachable v1.0.6
4112026-08-11T20:32:28.011Z Downloaded nodrop v0.1.14
4122026-08-11T20:32:28.011Z Downloaded icu_normalizer_data v2.1.1
4132026-08-11T20:32:28.034Z Downloaded num-derive v0.4.2
4142026-08-11T20:32:28.034Z Downloaded icu_normalizer v2.1.1
4152026-08-11T20:32:28.034Z Downloaded indicatif v0.18.4
4162026-08-11T20:32:28.034Z Downloaded assert-json-diff v2.0.2
4172026-08-11T20:32:28.034Z Downloaded tempfile v3.25.0
4182026-08-11T20:32:28.034Z Downloaded allocator-api2 v0.2.21
4192026-08-11T20:32:28.034Z Downloaded compact_str v0.8.1
4202026-08-11T20:32:28.034Z Downloaded darling_core v0.20.11
4212026-08-11T20:32:28.034Z Downloaded icu_properties v2.1.2
4222026-08-11T20:32:28.034Z Downloaded md5 v0.8.0
4232026-08-11T20:32:28.034Z Downloaded icu_locale_core v2.1.1
4242026-08-11T20:32:28.034Z Downloaded hickory-resolver v0.25.2
4252026-08-11T20:32:28.038Z Downloaded tokio-tungstenite v0.23.1
4262026-08-11T20:32:28.038Z Downloaded enum_dispatch v0.3.13
4272026-08-11T20:32:28.038Z Downloaded newtype_derive v0.1.6
4282026-08-11T20:32:28.038Z Downloaded fixedbitset v0.5.7
4292026-08-11T20:32:28.038Z Downloaded fs-err v3.3.0
4302026-08-11T20:32:28.038Z Downloaded anstyle-query v1.1.5
4312026-08-11T20:32:28.044Z Downloaded num_enum_derive v0.5.11
4322026-08-11T20:32:28.044Z Downloaded assert_matches v1.5.0
4332026-08-11T20:32:28.044Z Downloaded backtrace-ext v0.2.1
4342026-08-11T20:32:28.044Z Downloaded base16ct v0.2.0
4352026-08-11T20:32:28.044Z Downloaded erased-serde v0.3.31
4362026-08-11T20:32:28.044Z Downloaded foldhash v0.2.0
4372026-08-11T20:32:28.047Z Downloaded der v0.7.10
4382026-08-11T20:32:28.047Z Downloaded salsa20 v0.11.0
4392026-08-11T20:32:28.047Z Downloaded toml_parser v1.1.2+spec-1.1.0
4402026-08-11T20:32:28.050Z Downloaded trybuild v1.0.116
4412026-08-11T20:32:28.054Z Downloaded tui-tree-widget v0.23.1
4422026-08-11T20:32:28.054Z Downloaded crypto-bigint v0.5.5
4432026-08-11T20:32:28.057Z Downloaded openssl-sys v0.9.117
4442026-08-11T20:32:28.060Z Downloaded prettyplease v0.2.37
4452026-08-11T20:32:28.064Z Downloaded signal-hook v0.3.18
4462026-08-11T20:32:28.064Z Downloaded slog v2.8.2
4472026-08-11T20:32:28.067Z Downloaded zerovec-derive v0.11.2
4482026-08-11T20:32:28.067Z Downloaded cfg_aliases v0.2.1
4492026-08-11T20:32:28.067Z Downloaded linkme v0.3.35
4502026-08-11T20:32:28.071Z Downloaded similar v2.7.0
4512026-08-11T20:32:28.071Z Downloaded zerocopy-derive v0.7.35
4522026-08-11T20:32:28.074Z Downloaded libefi-sys v0.1.0
4532026-08-11T20:32:28.074Z Downloaded h2 v0.4.15
4542026-08-11T20:32:28.078Z Downloaded num_enum v0.5.11
4552026-08-11T20:32:28.081Z Downloaded rand_chacha v0.3.1
4562026-08-11T20:32:28.081Z Downloaded heapless v0.7.17
4572026-08-11T20:32:28.084Z Downloaded test-strategy v0.4.5
4582026-08-11T20:32:28.087Z Downloaded anstyle v1.0.14
4592026-08-11T20:32:28.090Z Downloaded base64 v0.21.7
4602026-08-11T20:32:28.093Z Downloaded plotters-backend v0.3.7
4612026-08-11T20:32:28.093Z Downloaded ed25519 v3.0.0
4622026-08-11T20:32:28.096Z Downloaded tinyvec v1.10.0
4632026-08-11T20:32:28.099Z Downloaded rayon-core v1.13.0
4642026-08-11T20:32:28.103Z Downloaded argon2 v0.5.3
4652026-08-11T20:32:28.103Z Downloaded assert_cmd v2.1.2
4662026-08-11T20:32:28.103Z Downloaded num_enum v0.7.6
4672026-08-11T20:32:28.106Z Downloaded base16ct v1.0.0
4682026-08-11T20:32:28.109Z Downloaded progenitor-macro v0.14.0
4692026-08-11T20:32:28.118Z Downloaded toml v1.1.2+spec-1.1.0
4702026-08-11T20:32:28.122Z Downloaded bs58 v0.5.1
4712026-08-11T20:32:28.125Z Downloaded serde_spanned v0.6.9
4722026-08-11T20:32:28.125Z Downloaded byteorder v1.5.0
4732026-08-11T20:32:28.125Z Downloaded scheduled-thread-pool v0.2.7
4742026-08-11T20:32:28.125Z Downloaded hickory-resolver v0.24.4
4752026-08-11T20:32:28.129Z Downloaded scroll_derive v0.12.1
4762026-08-11T20:32:28.129Z Downloaded serde_bytes v0.11.19
4772026-08-11T20:32:28.129Z Downloaded jobserver v0.1.34
4782026-08-11T20:32:28.132Z Downloaded backoff v0.4.0
4792026-08-11T20:32:28.132Z Downloaded unicode-bidi v0.3.18
4802026-08-11T20:32:28.135Z Downloaded scroll_derive v0.13.1
4812026-08-11T20:32:28.135Z Downloaded similar-asserts v1.7.0
4822026-08-11T20:32:28.135Z Downloaded scuffle v0.1.0
4832026-08-11T20:32:28.139Z Downloaded unsafe-libyaml v0.2.11
4842026-08-11T20:32:28.139Z Downloaded getrandom v0.2.17
4852026-08-11T20:32:28.142Z Downloaded owo-colors v4.3.0
4862026-08-11T20:32:28.142Z Downloaded parking_lot_core v0.8.6
4872026-08-11T20:32:28.145Z Downloaded slog-envlogger v2.2.0
4882026-08-11T20:32:28.145Z Downloaded strum v0.27.2
4892026-08-11T20:32:28.146Z Downloaded supports-unicode v2.1.0
4902026-08-11T20:32:28.146Z Downloaded snafu v0.8.9
4912026-08-11T20:32:28.149Z Downloaded internal-russh-num-bigint v0.5.0
4922026-08-11T20:32:28.152Z Downloaded thread-id v5.1.0
4932026-08-11T20:32:28.152Z Downloaded lock_api v0.4.14
4942026-08-11T20:32:28.155Z Downloaded ml-kem v0.3.2
4952026-08-11T20:32:28.155Z Downloaded multer v3.1.0
4962026-08-11T20:32:28.158Z Downloaded camino-tempfile v1.4.1
4972026-08-11T20:32:28.158Z Downloaded pbkdf2 v0.13.0
4982026-08-11T20:32:28.158Z Downloaded pkcs8 v0.10.2
4992026-08-11T20:32:28.161Z Downloaded qorb v0.4.1
5002026-08-11T20:32:28.165Z Downloaded pem-rfc7468 v0.7.0
5012026-08-11T20:32:28.165Z Downloaded hashbrown v0.13.2
5022026-08-11T20:32:28.168Z Downloaded quote v1.0.45
5032026-08-11T20:32:28.168Z Downloaded indexmap v2.14.0
5042026-08-11T20:32:28.171Z Downloaded testing_table v0.3.0
5052026-08-11T20:32:28.171Z Downloaded hyper-util v0.1.20
5062026-08-11T20:32:28.174Z Downloaded icu_collections v2.1.1
5072026-08-11T20:32:28.177Z Downloaded bumpalo v3.20.2
5082026-08-11T20:32:28.178Z Downloaded tower-layer v0.3.3
5092026-08-11T20:32:28.178Z Downloaded tower-service v0.3.3
5102026-08-11T20:32:28.181Z Downloaded mime_guess v2.0.5
5112026-08-11T20:32:28.181Z Downloaded tar v0.4.46
5122026-08-11T20:32:28.181Z Downloaded predicates v3.1.4
5132026-08-11T20:32:28.184Z Downloaded resolv-conf v0.7.6
5142026-08-11T20:32:28.184Z Downloaded fatfs v0.3.6
5152026-08-11T20:32:28.184Z Downloaded futures-channel v0.3.32
5162026-08-11T20:32:28.187Z Downloaded elliptic-curve v0.13.8
5172026-08-11T20:32:28.187Z Downloaded utf8_iter v1.0.4
5182026-08-11T20:32:28.187Z Downloaded utf8parse v0.2.2
5192026-08-11T20:32:28.190Z Downloaded want v0.3.1
5202026-08-11T20:32:28.190Z Downloaded progenitor-extras v0.2.0
5212026-08-11T20:32:28.191Z Downloaded unicode-linebreak v0.1.5
5222026-08-11T20:32:28.191Z Downloaded untrusted v0.7.1
5232026-08-11T20:32:28.191Z Downloaded primefield v0.14.0
5242026-08-11T20:32:28.194Z Downloaded unit-prefix v0.5.2
5252026-08-11T20:32:28.194Z Downloaded elliptic-curve v0.14.1
5262026-08-11T20:32:28.194Z Downloaded p256 v0.14.0
5272026-08-11T20:32:28.199Z Downloaded bitflags v1.3.2
5282026-08-11T20:32:28.199Z Downloaded schemars v1.2.1
5292026-08-11T20:32:28.204Z Downloaded hashbrown v0.15.5
5302026-08-11T20:32:28.207Z Downloaded scrypt v0.12.0
5312026-08-11T20:32:28.210Z Downloaded signal-hook-registry v1.4.8
5322026-08-11T20:32:28.210Z Downloaded uuid v1.23.4
5332026-08-11T20:32:28.210Z Downloaded simd-adler32 v0.3.8
5342026-08-11T20:32:28.215Z Downloaded slog-json v2.6.1
5352026-08-11T20:32:28.215Z Downloaded blake2b_simd v1.0.4
5362026-08-11T20:32:28.215Z Downloaded digest-io v0.1.0
5372026-08-11T20:32:28.215Z Downloaded dtrace-parser v0.3.0
5382026-08-11T20:32:28.215Z Downloaded document-features v0.2.12
5392026-08-11T20:32:28.219Z Downloaded partial-io v0.5.4
5402026-08-11T20:32:28.219Z Downloaded camino-tempfile-ext v0.3.3
5412026-08-11T20:32:28.219Z Downloaded sha1 v0.10.6
5422026-08-11T20:32:28.219Z Downloaded postgres-types v0.2.12
5432026-08-11T20:32:28.219Z Downloaded sha2 v0.10.9
5442026-08-11T20:32:28.223Z Downloaded support-bundle-viewer v0.1.2
5452026-08-11T20:32:28.223Z Downloaded strsim v0.10.0
5462026-08-11T20:32:28.223Z Downloaded synstructure v0.13.2
5472026-08-11T20:32:28.223Z Downloaded ssh-encoding v0.3.0
5482026-08-11T20:32:28.226Z Downloaded time-core v0.1.8
5492026-08-11T20:32:28.226Z Downloaded target-spec v3.5.7
5502026-08-11T20:32:28.226Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5512026-08-11T20:32:28.226Z Downloaded endian-type v0.1.2
5522026-08-11T20:32:28.226Z Downloaded zone v0.3.1
5532026-08-11T20:32:28.226Z Downloaded embedded-io v0.4.0
5542026-08-11T20:32:28.229Z Downloaded flagset v0.4.7
5552026-08-11T20:32:28.229Z Downloaded fixedbitset v0.4.2
5562026-08-11T20:32:28.229Z Downloaded is_terminal_polyfill v1.70.2
5572026-08-11T20:32:28.229Z Downloaded num-traits v0.2.19
5582026-08-11T20:32:28.233Z Downloaded tokio-dtrace v0.1.1
5592026-08-11T20:32:28.233Z Downloaded equivalent v1.0.2
5602026-08-11T20:32:28.233Z Downloaded http v1.4.2
5612026-08-11T20:32:28.236Z Downloaded hickory-server v0.25.2
5622026-08-11T20:32:28.239Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5632026-08-11T20:32:28.239Z Downloaded jiff-static v0.2.34
5642026-08-11T20:32:28.239Z Downloaded keccak v0.1.6
5652026-08-11T20:32:28.239Z Downloaded match_cfg v0.1.0
5662026-08-11T20:32:28.239Z Downloaded unicode-truncate v1.1.0
5672026-08-11T20:32:28.243Z Downloaded der v0.8.0
5682026-08-11T20:32:28.246Z Downloaded criterion v0.7.0
5692026-08-11T20:32:28.249Z Downloaded futures-task v0.3.32
5702026-08-11T20:32:28.253Z Downloaded version_check v0.9.5
5712026-08-11T20:32:28.256Z Downloaded yoke v0.8.1
5722026-08-11T20:32:28.256Z Downloaded unicode_categories v0.1.1
5732026-08-11T20:32:28.257Z Downloaded zeroize v1.9.0
5742026-08-11T20:32:28.257Z Downloaded getrandom v0.3.4
5752026-08-11T20:32:28.260Z Downloaded multimap v0.10.1
5762026-08-11T20:32:28.260Z Downloaded memmap v0.7.0
5772026-08-11T20:32:28.260Z Downloaded miette-derive v5.10.0
5782026-08-11T20:32:28.260Z Downloaded num v0.4.3
5792026-08-11T20:32:28.265Z Downloaded zerocopy-derive v0.8.40
5802026-08-11T20:32:28.270Z Downloaded writeable v0.6.2
5812026-08-11T20:32:28.274Z Downloaded async-stream-impl v0.3.6
5822026-08-11T20:32:28.277Z Downloaded async-stream v0.3.6
5832026-08-11T20:32:28.277Z Downloaded url v2.5.8
5842026-08-11T20:32:28.277Z Downloaded yansi v1.0.1
5852026-08-11T20:32:28.281Z Downloaded chrono v0.4.45
5862026-08-11T20:32:28.284Z Downloaded oso v0.27.3
5872026-08-11T20:32:28.287Z Downloaded cast v0.3.0
5882026-08-11T20:32:28.287Z Downloaded papergrid v0.17.0
5892026-08-11T20:32:28.287Z Downloaded snafu-derive v0.8.9
5902026-08-11T20:32:28.292Z Downloaded term v0.7.0
5912026-08-11T20:32:28.292Z Downloaded bit-set v0.5.3
5922026-08-11T20:32:28.292Z Downloaded crossterm v0.28.1
5932026-08-11T20:32:28.295Z Downloaded openssl-probe v0.2.1
5942026-08-11T20:32:28.295Z Downloaded percent-encoding v2.3.2
5952026-08-11T20:32:28.296Z Downloaded phf_shared v0.12.1
5962026-08-11T20:32:28.299Z Downloaded knuffel v3.2.0
5972026-08-11T20:32:28.299Z Downloaded fs_extra v1.3.0
5982026-08-11T20:32:28.299Z Downloaded rand v0.10.1
5992026-08-11T20:32:28.302Z Downloaded usdt-impl v0.5.0
6002026-08-11T20:32:28.302Z Downloaded libsw v3.5.0
6012026-08-11T20:32:28.305Z Downloaded psl-types v2.0.11
6022026-08-11T20:32:28.308Z Downloaded ref-cast-impl v1.0.25
6032026-08-11T20:32:28.309Z Downloaded tokio-rustls v0.26.4
6042026-08-11T20:32:28.309Z Downloaded tracing-attributes v0.1.31
6052026-08-11T20:32:28.312Z Downloaded russh-util v0.52.0
6062026-08-11T20:32:28.312Z Downloaded ff v0.13.1
6072026-08-11T20:32:28.312Z Downloaded phf_shared v0.13.1
6082026-08-11T20:32:28.315Z Downloaded path-slash v0.1.5
6092026-08-11T20:32:28.315Z Downloaded phf_shared v0.11.3
6102026-08-11T20:32:28.315Z Downloaded crossterm v0.29.0
6112026-08-11T20:32:28.319Z Downloaded recursive v0.1.1
6122026-08-11T20:32:28.319Z Downloaded module-lattice v0.2.3
6132026-08-11T20:32:28.319Z Downloaded fs-err v2.11.0
6142026-08-11T20:32:28.319Z Downloaded hashbrown v0.14.5
6152026-08-11T20:32:28.322Z Downloaded stable_deref_trait v1.2.1
6162026-08-11T20:32:28.328Z Downloaded anstyle-parse v0.2.7
6172026-08-11T20:32:28.331Z Downloaded arrayvec v0.7.6
6182026-08-11T20:32:28.331Z Downloaded scopeguard v1.2.0
6192026-08-11T20:32:28.331Z Downloaded serde-big-array v0.5.1
6202026-08-11T20:32:28.335Z Downloaded serde_spanned v1.1.1
6212026-08-11T20:32:28.335Z Downloaded shell-words v1.1.1
6222026-08-11T20:32:28.335Z Downloaded strum v0.26.3
6232026-08-11T20:32:28.338Z Downloaded terminal_size v0.4.3
6242026-08-11T20:32:28.338Z Downloaded rcgen v0.12.1
6252026-08-11T20:32:28.338Z Downloaded rsa v0.10.0-rc.18
6262026-08-11T20:32:28.342Z Downloaded schemars v0.8.22
6272026-08-11T20:32:28.347Z Downloaded proc-macro2 v1.0.106
6282026-08-11T20:32:28.350Z Downloaded num_enum_derive v0.7.6
6292026-08-11T20:32:28.350Z Downloaded textwrap v0.15.2
6302026-08-11T20:32:28.350Z Downloaded sync-ptr v0.1.4
6312026-08-11T20:32:28.353Z Downloaded x509-cert v0.2.5
6322026-08-11T20:32:28.357Z Downloaded cassowary v0.3.0
6332026-08-11T20:32:28.357Z Downloaded oxide-update-engine-display v0.1.2
6342026-08-11T20:32:28.357Z Downloaded oxnet v0.1.6
6352026-08-11T20:32:28.357Z Downloaded ppv-lite86 v0.2.21
6362026-08-11T20:32:28.357Z Downloaded socket2 v0.5.10
6372026-08-11T20:32:28.360Z Downloaded diff v0.1.13
6382026-08-11T20:32:28.360Z Downloaded ed25519 v2.2.3
6392026-08-11T20:32:28.360Z Downloaded topological-sort v0.2.2
6402026-08-11T20:32:28.363Z Downloaded usdt-macro v0.6.0
6412026-08-11T20:32:28.366Z Downloaded idna v1.1.0
6422026-08-11T20:32:28.370Z Downloaded tower v0.5.3
6432026-08-11T20:32:28.374Z Downloaded rstest_macros v0.25.0
6442026-08-11T20:32:28.379Z Downloaded usdt v0.5.0
6452026-08-11T20:32:28.382Z Downloaded xattr v1.6.1
6462026-08-11T20:32:28.385Z Downloaded zerofrom-derive v0.1.6
6472026-08-11T20:32:28.385Z Downloaded rpassword v7.5.4
6482026-08-11T20:32:28.388Z Downloaded proc-macro-error v1.0.4
6492026-08-11T20:32:28.388Z Downloaded zeroize_derive v1.5.0
6502026-08-11T20:32:28.392Z Downloaded dtrace-parser v0.2.0
6512026-08-11T20:32:28.393Z Downloaded litrs v1.0.0
6522026-08-11T20:32:28.393Z Downloaded pretty_assertions v1.4.1
6532026-08-11T20:32:28.397Z Downloaded gimli v0.32.3
6542026-08-11T20:32:28.402Z Downloaded git2 v0.20.4
6552026-08-11T20:32:28.405Z Downloaded litemap v0.8.1
6562026-08-11T20:32:28.410Z Downloaded schemars_derive v0.8.22
6572026-08-11T20:32:28.410Z Downloaded serde_tokenstream v0.2.3
6582026-08-11T20:32:28.410Z Downloaded dirs-next v2.0.0
6592026-08-11T20:32:28.410Z Downloaded serde-hex v0.1.0
6602026-08-11T20:32:28.414Z Downloaded smf v0.2.3
6612026-08-11T20:32:28.414Z Downloaded nu-ansi-term v0.50.3
6622026-08-11T20:32:28.414Z Downloaded toml_edit v0.19.15
6632026-08-11T20:32:28.421Z Downloaded shlex v1.3.0
6642026-08-11T20:32:28.424Z Downloaded slog-scope v4.4.1
6652026-08-11T20:32:28.424Z Downloaded dunce v1.0.5
6662026-08-11T20:32:28.424Z Downloaded float-cmp v0.10.0
6672026-08-11T20:32:28.424Z Downloaded mime v0.3.17
6682026-08-11T20:32:28.424Z Downloaded futures-sink v0.3.32
6692026-08-11T20:32:28.427Z Downloaded target-lexicon v0.13.3
6702026-08-11T20:32:28.427Z Downloaded thiserror-impl v1.0.69
6712026-08-11T20:32:28.427Z Downloaded thiserror-impl v2.0.18
6722026-08-11T20:32:28.427Z Downloaded tokio-tungstenite v0.21.0
6732026-08-11T20:32:28.431Z Downloaded kstat-rs v0.2.5
6742026-08-11T20:32:28.431Z Downloaded managed v0.8.0
6752026-08-11T20:32:28.431Z Downloaded blake2 v0.11.0-rc.6
6762026-08-11T20:32:28.436Z Downloaded tokio-native-tls v0.3.1
6772026-08-11T20:32:28.436Z Downloaded nested v0.1.1
6782026-08-11T20:32:28.436Z Downloaded approx v0.5.1
6792026-08-11T20:32:28.439Z Downloaded block-padding v0.4.2
6802026-08-11T20:32:28.439Z Downloaded aes-gcm v0.11.0
6812026-08-11T20:32:28.443Z Downloaded thiserror v2.0.18
6822026-08-11T20:32:28.446Z Downloaded bzip2 v0.4.4
6832026-08-11T20:32:28.446Z Downloaded guppy v0.17.25
6842026-08-11T20:32:28.449Z Downloaded hashbrown v0.17.0
6852026-08-11T20:32:28.453Z Downloaded ron v0.8.1
6862026-08-11T20:32:28.456Z Downloaded iri-string v0.7.10
6872026-08-11T20:32:28.459Z Downloaded generic-array v1.4.3
6882026-08-11T20:32:28.459Z Downloaded progenitor-client v0.13.0
6892026-08-11T20:32:28.463Z Downloaded progenitor-macro v0.13.0
6902026-08-11T20:32:28.463Z Downloaded diesel_derives v2.3.7
6912026-08-11T20:32:28.466Z Downloaded hkdf v0.12.4
6922026-08-11T20:32:28.466Z Downloaded diesel-dtrace v0.5.0
6932026-08-11T20:32:28.469Z Downloaded hashbrown v0.16.1
6942026-08-11T20:32:28.472Z Downloaded precomputed-hash v0.1.1
6952026-08-11T20:32:28.472Z Downloaded predicates-core v1.0.10
6962026-08-11T20:32:28.473Z Downloaded ena v0.14.4
6972026-08-11T20:32:28.473Z Downloaded recursive-proc-macro-impl v0.1.1
6982026-08-11T20:32:28.476Z Downloaded rfc6979 v0.6.0
6992026-08-11T20:32:28.476Z Downloaded rand_distr v0.5.1
7002026-08-11T20:32:28.480Z Downloaded env_logger v0.11.9
7012026-08-11T20:32:28.491Z Downloaded filetime v0.2.27
7022026-08-11T20:32:28.494Z Downloaded serde_regex v1.1.0
7032026-08-11T20:32:28.494Z Downloaded omicron-zone-package v0.12.3
7042026-08-11T20:32:28.494Z Downloaded russh-cryptovec v0.62.0
7052026-08-11T20:32:28.498Z Downloaded ssh-cipher v0.3.0
7062026-08-11T20:32:28.498Z Downloaded steno v0.4.1
7072026-08-11T20:32:28.501Z Downloaded zip v0.6.6
7082026-08-11T20:32:28.501Z Downloaded libsw-core v0.3.2
7092026-08-11T20:32:28.504Z Downloaded num-complex v0.4.6
7102026-08-11T20:32:28.504Z Downloaded anstream v0.6.21
7112026-08-11T20:32:28.508Z Downloaded sponge-cursor v0.1.0
7122026-08-11T20:32:28.508Z Downloaded oxide-update-engine-types v0.1.2
7132026-08-11T20:32:28.512Z Downloaded tagptr v0.2.0
7142026-08-11T20:32:28.520Z Downloaded terminal_size v0.1.17
7152026-08-11T20:32:28.524Z Downloaded thread-id v4.2.2
7162026-08-11T20:32:28.527Z Downloaded prefix-trie v0.7.0
7172026-08-11T20:32:28.527Z Downloaded icu_properties_data v2.1.2
7182026-08-11T20:32:28.533Z Downloaded reqwest v0.12.28
7192026-08-11T20:32:28.538Z Downloaded libbz2-rs-sys v0.2.2
7202026-08-11T20:32:28.541Z Downloaded path-tree v0.8.3
7212026-08-11T20:32:28.546Z Downloaded rand_core v0.6.4
7222026-08-11T20:32:28.549Z Downloaded usdt v0.6.0
7232026-08-11T20:32:28.549Z Downloaded usdt-attr-macro v0.5.0
7242026-08-11T20:32:28.549Z Downloaded downcast-rs v2.0.2
7252026-08-11T20:32:28.552Z Downloaded zerofrom v0.1.6
7262026-08-11T20:32:28.556Z Downloaded crypto-primes v0.7.2
7272026-08-11T20:32:28.559Z Downloaded regex v1.12.3
7282026-08-11T20:32:28.563Z Downloaded find-msvc-tools v0.1.9
7292026-08-11T20:32:28.566Z Downloaded native-tls v0.2.18
7302026-08-11T20:32:28.566Z Downloaded poly1305 v0.8.0
7312026-08-11T20:32:28.566Z Downloaded fxhash v0.2.1
7322026-08-11T20:32:28.566Z Downloaded powerfmt v0.2.0
7332026-08-11T20:32:28.569Z Downloaded fallible-iterator v0.2.0
7342026-08-11T20:32:28.569Z Downloaded lazy_static v1.5.0
7352026-08-11T20:32:28.569Z Downloaded lru v0.12.5
7362026-08-11T20:32:28.572Z Downloaded env_filter v1.0.0
7372026-08-11T20:32:28.572Z Downloaded scroll v0.12.0
7382026-08-11T20:32:28.575Z Downloaded sec1 v0.7.3
7392026-08-11T20:32:28.575Z Downloaded serdect v0.4.3
7402026-08-11T20:32:28.575Z Downloaded rustls-native-certs v0.8.3
7412026-08-11T20:32:28.579Z Downloaded libloading v0.8.9
7422026-08-11T20:32:28.579Z Downloaded once_cell v1.21.3
7432026-08-11T20:32:28.582Z Downloaded futures-core v0.3.32
7442026-08-11T20:32:28.582Z Downloaded maybe-uninit v2.0.0
7452026-08-11T20:32:28.582Z Downloaded newline-converter v0.3.0
7462026-08-11T20:32:28.585Z Downloaded slog-term v2.9.2
7472026-08-11T20:32:28.585Z Downloaded spki v0.8.0
7482026-08-11T20:32:28.588Z Downloaded tls_codec_derive v0.4.2
7492026-08-11T20:32:28.588Z Downloaded num_threads v0.1.7
7502026-08-11T20:32:28.588Z Downloaded libxml v0.3.3
7512026-08-11T20:32:28.591Z Downloaded async-object-pool v0.2.0
7522026-08-11T20:32:28.591Z Downloaded goblin v0.8.2
7532026-08-11T20:32:28.594Z Downloaded iddqd v0.4.2
7542026-08-11T20:32:28.598Z Downloaded bitflags v2.11.0
7552026-08-11T20:32:28.601Z Downloaded num-rational v0.4.2
7562026-08-11T20:32:28.601Z Downloaded async-lock v3.4.2
7572026-08-11T20:32:28.604Z Downloaded bit-vec v0.6.3
7582026-08-11T20:32:28.604Z Downloaded termcolor v1.4.1
7592026-08-11T20:32:28.604Z Downloaded tokio-test v0.4.5
7602026-08-11T20:32:28.607Z Downloaded flate2 v1.1.9
7612026-08-11T20:32:28.607Z Downloaded vte v0.14.1
7622026-08-11T20:32:28.610Z Downloaded aho-corasick v1.1.4
7632026-08-11T20:32:28.613Z Downloaded cancel-safe-futures v0.1.5
7642026-08-11T20:32:28.613Z Downloaded tungstenite v0.21.0
7652026-08-11T20:32:28.616Z Downloaded zerocopy v0.6.6
7662026-08-11T20:32:28.616Z Downloaded reqwest v0.13.2
7672026-08-11T20:32:28.625Z Downloaded openssl-macros v0.1.1
7682026-08-11T20:32:28.625Z Downloaded openssl-probe v0.1.6
7692026-08-11T20:32:28.625Z Downloaded ucd-trie v0.1.7
7702026-08-11T20:32:28.625Z Downloaded unicode-ident v1.0.24
7712026-08-11T20:32:28.625Z Downloaded bzip2 v0.6.1
7722026-08-11T20:32:28.625Z Downloaded pest_generator v2.8.6
7732026-08-11T20:32:28.625Z Downloaded xshell v0.2.7
7742026-08-11T20:32:28.628Z Downloaded hkdf v0.13.0
7752026-08-11T20:32:28.629Z Downloaded num-bigint v0.4.6
7762026-08-11T20:32:28.631Z Downloaded phf v0.13.1
7772026-08-11T20:32:28.631Z Downloaded quinn-udp v0.5.14
7782026-08-11T20:32:28.631Z Downloaded usdt-impl v0.6.0
7792026-08-11T20:32:28.635Z Downloaded parking_lot v0.12.5
7802026-08-11T20:32:28.635Z Downloaded digest v0.10.7
7812026-08-11T20:32:28.638Z Downloaded ar_archive_writer v0.5.1
7822026-08-11T20:32:28.641Z Downloaded fnv v1.0.7
7832026-08-11T20:32:28.641Z Downloaded foldhash v0.1.5
7842026-08-11T20:32:28.641Z Downloaded futures v0.3.32
7852026-08-11T20:32:28.644Z Downloaded rustyline v14.0.0
7862026-08-11T20:32:28.647Z Downloaded ecdsa v0.16.9
7872026-08-11T20:32:28.647Z Downloaded rand_xorshift v0.4.0
7882026-08-11T20:32:28.647Z Downloaded derive_more-impl v2.1.1
7892026-08-11T20:32:28.652Z Downloaded keccak v0.2.0
7902026-08-11T20:32:28.655Z Downloaded slab v0.4.12
7912026-08-11T20:32:28.658Z Downloaded sqlformat v0.3.5
7922026-08-11T20:32:28.658Z Downloaded expectorate v1.2.0
7932026-08-11T20:32:28.661Z Downloaded getrandom v0.4.1
7942026-08-11T20:32:28.664Z Downloaded base64 v0.22.1
7952026-08-11T20:32:28.664Z Downloaded aead v0.6.1
7962026-08-11T20:32:28.664Z Downloaded signal-hook-mio v0.2.5
7972026-08-11T20:32:28.667Z Downloaded structmeta-derive v0.3.0
7982026-08-11T20:32:28.667Z Downloaded toml_edit v0.22.27
7992026-08-11T20:32:28.670Z Downloaded unicode-properties v0.1.4
8002026-08-11T20:32:28.672Z Downloaded bcs v0.1.6
8012026-08-11T20:32:28.672Z Downloaded bytecount v0.6.9
8022026-08-11T20:32:28.675Z Downloaded secrecy v0.8.0
8032026-08-11T20:32:28.676Z Downloaded seq-macro v0.3.6
8042026-08-11T20:32:28.678Z Downloaded zerotrie v0.2.3
8052026-08-11T20:32:28.681Z Downloaded siphasher v1.0.2
8062026-08-11T20:32:28.681Z Downloaded supports-color v2.1.0
8072026-08-11T20:32:28.681Z Downloaded toml_write v0.1.2
8082026-08-11T20:32:28.681Z Downloaded pkcs8 v0.11.0
8092026-08-11T20:32:28.684Z Downloaded bit-vec v0.8.0
8102026-08-11T20:32:28.684Z Downloaded autocfg v1.5.0
8112026-08-11T20:32:28.687Z Downloaded tabled_derive v0.7.0
8122026-08-11T20:32:28.687Z Downloaded rayon v1.11.0
8132026-08-11T20:32:28.690Z Downloaded paste v1.0.15
8142026-08-11T20:32:28.693Z Downloaded rustls-webpki v0.103.13
8152026-08-11T20:32:28.696Z Downloaded phc v0.6.1
8162026-08-11T20:32:28.700Z Downloaded whoami v2.1.0
8172026-08-11T20:32:28.700Z Downloaded yoke-derive v0.8.1
8182026-08-11T20:32:28.700Z Downloaded zone_cfg_derive v0.3.1
8192026-08-11T20:32:28.703Z Downloaded drift v0.2.0
8202026-08-11T20:32:28.706Z Downloaded display-error-chain v0.2.2
8212026-08-11T20:32:28.709Z Downloaded escape8259 v0.5.3
8222026-08-11T20:32:28.709Z Downloaded foreign-types-shared v0.3.1
8232026-08-11T20:32:28.709Z Downloaded is_ci v1.2.0
8242026-08-11T20:32:28.709Z Downloaded rand v0.8.6
8252026-08-11T20:32:28.712Z Downloaded kem v0.3.0
8262026-08-11T20:32:28.712Z Downloaded primeorder v0.13.6
8272026-08-11T20:32:28.712Z Downloaded proc-macro-error2 v2.0.1
8282026-08-11T20:32:28.715Z Downloaded either v1.15.0
8292026-08-11T20:32:28.715Z Downloaded progenitor v0.13.0
8302026-08-11T20:32:28.715Z Downloaded rustc_version v0.4.1
8312026-08-11T20:32:28.715Z Downloaded futures-io v0.3.32
8322026-08-11T20:32:28.718Z Downloaded md-5 v0.10.6
8332026-08-11T20:32:28.718Z Downloaded samael v0.0.19
8342026-08-11T20:32:28.722Z Downloaded serde_yaml v0.9.34+deprecated
8352026-08-11T20:32:28.725Z Downloaded socket2 v0.6.3
8362026-08-11T20:32:28.725Z Downloaded olpc-cjson v0.1.4
8372026-08-11T20:32:28.728Z Downloaded slog-async v2.8.0
8382026-08-11T20:32:28.728Z Downloaded cfg_aliases v0.1.1
8392026-08-11T20:32:28.731Z Downloaded arrayref v0.3.9
8402026-08-11T20:32:28.731Z Downloaded password-hash v0.6.1
8412026-08-11T20:32:28.734Z Downloaded pathdiff v0.2.3
8422026-08-11T20:32:28.734Z Downloaded quick-error v1.2.3
8432026-08-11T20:32:28.737Z Downloaded newtype-uuid v1.3.2
8442026-08-11T20:32:28.740Z Downloaded chacha20poly1305 v0.10.1
8452026-08-11T20:32:28.740Z Downloaded string_cache v0.8.9
8462026-08-11T20:32:28.743Z Downloaded cc v1.2.56
8472026-08-11T20:32:28.746Z Downloaded plotters v0.3.7
8482026-08-11T20:32:28.749Z Downloaded serde_derive v1.0.228
8492026-08-11T20:32:28.752Z Downloaded tls_codec v0.4.2
8502026-08-11T20:32:28.755Z Downloaded tracing-core v0.1.36
8512026-08-11T20:32:28.755Z Downloaded signature v3.0.0
8522026-08-11T20:32:28.755Z Downloaded sigpipe v0.1.3
8532026-08-11T20:32:28.758Z Downloaded slog-bunyan v2.5.0
8542026-08-11T20:32:28.758Z Downloaded tabled_derive v0.11.0
8552026-08-11T20:32:28.761Z Downloaded parking_lot v0.11.2
8562026-08-11T20:32:28.764Z Downloaded quinn v0.11.11
8572026-08-11T20:32:28.764Z Downloaded rand v0.9.2
8582026-08-11T20:32:28.768Z Downloaded displaydoc v0.2.5
8592026-08-11T20:32:28.771Z Downloaded typify-macro v0.6.2
8602026-08-11T20:32:28.771Z Downloaded vergen-lib v9.1.0
8612026-08-11T20:32:28.771Z Downloaded port-file v0.1.0
8622026-08-11T20:32:28.774Z Downloaded difflib v0.4.0
8632026-08-11T20:32:28.774Z Downloaded pkcs1 v0.7.5
8642026-08-11T20:32:28.774Z Downloaded universal-hash v0.5.1
8652026-08-11T20:32:28.774Z Downloaded futures-util v0.3.32
8662026-08-11T20:32:28.781Z Downloaded universal-hash v0.6.1
8672026-08-11T20:32:28.784Z Downloaded async-trait v0.1.89
8682026-08-11T20:32:28.784Z Downloaded atomicwrites v0.4.4
8692026-08-11T20:32:28.787Z Downloaded bb8 v0.8.6
8702026-08-11T20:32:28.787Z Downloaded block-buffer v0.12.1
8712026-08-11T20:32:28.787Z Downloaded cfg-if v1.0.4
8722026-08-11T20:32:28.791Z Downloaded blake3 v1.8.5
8732026-08-11T20:32:28.793Z Downloaded generic-array v0.14.7
8742026-08-11T20:32:28.797Z Downloaded fd-lock v4.0.4
8752026-08-11T20:32:28.797Z Downloaded memchr v2.8.0
8762026-08-11T20:32:28.800Z Downloaded ryu v1.0.23
8772026-08-11T20:32:28.800Z Downloaded anyhow v1.0.102
8782026-08-11T20:32:28.803Z Downloaded cargo_metadata v0.23.1
8792026-08-11T20:32:28.803Z Downloaded password-hash v0.5.0
8802026-08-11T20:32:28.806Z Downloaded psm v0.1.30
8812026-08-11T20:32:28.806Z Downloaded r2d2 v0.8.10
8822026-08-11T20:32:28.806Z Downloaded lru-cache v0.1.2
8832026-08-11T20:32:28.809Z Downloaded macaddr v1.0.1
8842026-08-11T20:32:28.809Z Downloaded oso-derive v0.27.3
8852026-08-11T20:32:28.809Z Downloaded strsim v0.11.1
8862026-08-11T20:32:28.809Z Downloaded rfc6979 v0.4.0
8872026-08-11T20:32:28.812Z Downloaded backtrace v0.3.76
8882026-08-11T20:32:28.815Z Downloaded slog-dtrace v0.3.0
8892026-08-11T20:32:28.818Z Downloaded progenitor-client v0.14.0
8902026-08-11T20:32:28.818Z Downloaded primeorder v0.14.0
8912026-08-11T20:32:28.818Z Downloaded proptest v1.11.0
8922026-08-11T20:32:28.823Z Downloaded rand_pcg v0.10.2
8932026-08-11T20:32:28.826Z Downloaded toml_edit v0.23.10+spec-1.0.0
8942026-08-11T20:32:28.830Z Downloaded semver v1.0.28
8952026-08-11T20:32:28.830Z Downloaded serde_with_macros v1.5.2
8962026-08-11T20:32:28.830Z Downloaded toml_writer v1.1.1+spec-1.1.0
8972026-08-11T20:32:28.833Z Downloaded sync_wrapper v1.0.2
8982026-08-11T20:32:28.833Z Downloaded supports-color v3.0.2
8992026-08-11T20:32:28.833Z Downloaded tap v1.0.1
9002026-08-11T20:32:28.836Z Downloaded vsss-rs v3.3.4
9012026-08-11T20:32:28.836Z Downloaded foreign-types v0.3.2
9022026-08-11T20:32:28.839Z Downloaded aws-lc-rs v1.16.3
9032026-08-11T20:32:28.843Z Downloaded vergen v9.1.0
9042026-08-11T20:32:28.845Z Downloaded tower-http v0.6.8
9052026-08-11T20:32:28.848Z Downloaded tiny-keccak v2.0.2
9062026-08-11T20:32:28.851Z Downloaded untrusted v0.9.0
9072026-08-11T20:32:28.852Z Downloaded dropshot-api-manager-types v0.7.2
9082026-08-11T20:32:28.852Z Downloaded num-integer v0.1.46
9092026-08-11T20:32:28.852Z Downloaded funty v2.0.0
9102026-08-11T20:32:28.855Z Downloaded libtest-mimic v0.8.1
9112026-08-11T20:32:28.855Z Downloaded embedded-io v0.6.1
9122026-08-11T20:32:28.855Z Downloaded num-iter v0.1.45
9132026-08-11T20:32:28.858Z Downloaded whoami v1.6.1
9142026-08-11T20:32:28.861Z Downloaded ref-cast v1.0.25
9152026-08-11T20:32:28.861Z Downloaded blake2 v0.10.6
9162026-08-11T20:32:28.864Z Downloaded ff v0.14.0
9172026-08-11T20:32:28.864Z Downloaded winnow v1.0.3
9182026-08-11T20:32:28.870Z Downloaded proc-macro-crate v3.4.0
9192026-08-11T20:32:28.873Z Downloaded futures-timer v3.0.3
9202026-08-11T20:32:28.873Z Downloaded chacha20 v0.10.0
9212026-08-11T20:32:28.875Z Downloaded anes v0.1.6
9222026-08-11T20:32:28.875Z Downloaded memmap2 v0.9.10
9232026-08-11T20:32:28.878Z Downloaded pin-project-lite v0.2.17
9242026-08-11T20:32:28.881Z Downloaded signal-hook-tokio v0.3.1
9252026-08-11T20:32:28.881Z Downloaded termtree v0.5.1
9262026-08-11T20:32:28.884Z Downloaded errno v0.3.14
9272026-08-11T20:32:28.884Z Downloaded pkg-config v0.3.32
9282026-08-11T20:32:28.887Z Downloaded postcard v1.1.3
9292026-08-11T20:32:28.887Z Downloaded relative-path v1.9.3
9302026-08-11T20:32:28.887Z Downloaded tokio-util v0.7.18
9312026-08-11T20:32:28.891Z Downloaded tungstenite v0.23.0
9322026-08-11T20:32:28.894Z Downloaded pest v2.8.6
9332026-08-11T20:32:28.897Z Downloaded term v1.2.1
9342026-08-11T20:32:28.900Z Downloaded textwrap v0.16.2
9352026-08-11T20:32:28.900Z Downloaded async-compression v0.4.41
9362026-08-11T20:32:28.903Z Downloaded subtle v2.6.1
9372026-08-11T20:32:28.903Z Downloaded usdt-macro v0.5.0
9382026-08-11T20:32:28.906Z Downloaded form_urlencoded v1.2.2
9392026-08-11T20:32:28.906Z Downloaded atty v0.2.14
9402026-08-11T20:32:28.906Z Downloaded maplit v1.0.2
9412026-08-11T20:32:28.906Z Downloaded swrite v0.1.0
9422026-08-11T20:32:28.907Z Downloaded tinystr v0.8.2
9432026-08-11T20:32:28.910Z Downloaded vergen-lib v0.1.6
9442026-08-11T20:32:28.910Z Downloaded twox-hash v2.1.2
9452026-08-11T20:32:28.910Z Downloaded rawzip v0.4.4
9462026-08-11T20:32:28.913Z Downloaded tokio-stream v0.1.18
9472026-08-11T20:32:28.916Z Downloaded typenum v1.20.1
9482026-08-11T20:32:28.918Z Downloaded typify v0.6.2
9492026-08-11T20:32:28.921Z Downloaded pretty-hex v0.4.1
9502026-08-11T20:32:28.921Z Downloaded sapling-renderdag v0.1.0
9512026-08-11T20:32:28.921Z Downloaded take_mut v0.2.2
9522026-08-11T20:32:28.921Z Downloaded nonempty v0.12.0
9532026-08-11T20:32:28.924Z Downloaded zopfli v0.8.3
9542026-08-11T20:32:28.924Z Downloaded aead v0.5.2
9552026-08-11T20:32:28.924Z Downloaded wyz v0.5.1
9562026-08-11T20:32:28.927Z Downloaded yasna v0.5.2
9572026-08-11T20:32:28.927Z Downloaded fancy-regex v0.14.0
9582026-08-11T20:32:28.932Z Downloaded oxide-tokio-rt v0.1.4
9592026-08-11T20:32:28.932Z Downloaded base64ct v1.8.3
9602026-08-11T20:32:28.935Z Downloaded knuffel-derive v3.2.0
9612026-08-11T20:32:28.935Z Downloaded anstream v1.0.0
9622026-08-11T20:32:28.935Z Downloaded rand_core v0.10.0
9632026-08-11T20:32:28.935Z Downloaded ecdsa v0.17.0
9642026-08-11T20:32:28.938Z Downloaded foreign-types-macros v0.2.3
9652026-08-11T20:32:28.938Z Downloaded log v0.4.29
9662026-08-11T20:32:28.941Z Downloaded buf-list v1.1.2
9672026-08-11T20:32:28.941Z Downloaded aes v0.9.1
9682026-08-11T20:32:28.943Z Downloaded pem-rfc7468 v1.0.0
9692026-08-11T20:32:28.943Z Downloaded linkme-impl v0.3.35
9702026-08-11T20:32:28.947Z Downloaded dropshot-api-manager v0.7.2
9712026-08-11T20:32:28.950Z Downloaded bitfield-struct v0.6.2
9722026-08-11T20:32:28.953Z Downloaded smallvec v0.6.14
9732026-08-11T20:32:28.953Z Downloaded pest_derive v2.8.6
9742026-08-11T20:32:28.956Z Downloaded rustls-platform-verifier v0.6.2
9752026-08-11T20:32:28.959Z Downloaded serde_path_to_error v0.1.20
9762026-08-11T20:32:28.959Z Downloaded proc-macro-error-attr2 v2.0.0
9772026-08-11T20:32:28.959Z Downloaded goblin v0.10.5
9782026-08-11T20:32:28.962Z Downloaded toml_datetime v0.6.11
9792026-08-11T20:32:28.965Z Downloaded trait-variant v0.1.2
9802026-08-11T20:32:28.965Z Downloaded bitvec v1.0.1
9812026-08-11T20:32:28.971Z Downloaded p521 v0.14.0
9822026-08-11T20:32:28.974Z Downloaded ghash v0.6.0
9832026-08-11T20:32:28.974Z Downloaded flume v0.11.1
9842026-08-11T20:32:28.977Z Downloaded itertools v0.14.0
9852026-08-11T20:32:28.980Z Downloaded bytes v1.11.1
9862026-08-11T20:32:28.984Z Downloaded rusty-fork v0.3.1
9872026-08-11T20:32:28.984Z Downloaded termios v0.3.3
9882026-08-11T20:32:28.987Z Downloaded unicode-normalization v0.1.25
9892026-08-11T20:32:28.987Z Downloaded vergen-git2 v9.1.0
9902026-08-11T20:32:28.990Z Downloaded nibble_vec v0.1.0
9912026-08-11T20:32:28.990Z Downloaded parking v2.2.1
9922026-08-11T20:32:28.990Z Downloaded normalize-line-endings v0.3.0
9932026-08-11T20:32:28.990Z Downloaded unicode-xid v0.2.6
9942026-08-11T20:32:28.990Z Downloaded winnow v0.6.26
9952026-08-11T20:32:28.994Z Downloaded tabled v0.15.0
9962026-08-11T20:32:29.003Z Downloaded rustc_version v0.1.7
9972026-08-11T20:32:29.006Z Downloaded nom v7.1.3
9982026-08-11T20:32:29.009Z Downloaded pin-project-internal v1.1.11
9992026-08-11T20:32:29.009Z Downloaded linear-map v1.2.0
10002026-08-11T20:32:29.009Z Downloaded newtype-uuid-macros v0.1.0
10012026-08-11T20:32:29.009Z Downloaded phf v0.12.1
10022026-08-11T20:32:29.012Z Downloaded stacker v0.1.23
10032026-08-11T20:32:29.012Z Downloaded thiserror-no-std v2.0.2
10042026-08-11T20:32:29.015Z Downloaded time v0.3.47
10052026-08-11T20:32:29.029Z Downloaded plain v0.2.3
10062026-08-11T20:32:29.033Z Downloaded miniz_oxide v0.8.9
10072026-08-11T20:32:29.033Z Downloaded block-buffer v0.10.4
10082026-08-11T20:32:29.033Z Downloaded ssh-key v0.7.0-rc.11
10092026-08-11T20:32:29.033Z Downloaded stringmetrics v2.2.2
10102026-08-11T20:32:29.033Z Downloaded time-macros v0.2.27
10112026-08-11T20:32:29.033Z Downloaded enum-as-inner v0.6.1
10122026-08-11T20:32:29.033Z Downloaded num-conv v0.2.0
10132026-08-11T20:32:29.033Z Downloaded tokio-macros v2.7.0
10142026-08-11T20:32:29.033Z Downloaded rsa v0.9.10
10152026-08-11T20:32:29.036Z Downloaded anstyle-parse v1.0.0
10162026-08-11T20:32:29.036Z Downloaded p384 v0.13.1
10172026-08-11T20:32:29.039Z Downloaded strip-ansi-escapes v0.2.1
10182026-08-11T20:32:29.039Z Downloaded foreign-types v0.5.0
10192026-08-11T20:32:29.039Z Downloaded minimal-lexical v0.2.1
10202026-08-11T20:32:29.042Z Downloaded wnaf v0.14.0
10212026-08-11T20:32:29.042Z Downloaded futures-executor v0.3.32
10222026-08-11T20:32:29.042Z Downloaded quick-xml v0.37.5
10232026-08-11T20:32:29.045Z Downloaded array-init v0.0.4
10242026-08-11T20:32:29.048Z Downloaded quinn-proto v0.11.16
10252026-08-11T20:32:29.051Z Downloaded typed-path v0.9.3
10262026-08-11T20:32:29.054Z Downloaded postgres-protocol v0.6.10
10272026-08-11T20:32:29.054Z Downloaded jiff-core v0.1.0
10282026-08-11T20:32:29.058Z Downloaded serde_plain v1.0.2
10292026-08-11T20:32:29.058Z Downloaded bitfield v0.19.4
10302026-08-11T20:32:29.061Z Downloaded walkdir v2.5.0
10312026-08-11T20:32:29.061Z Downloaded tokio-postgres v0.7.16
10322026-08-11T20:32:29.064Z Downloaded digest v0.11.3
10332026-08-11T20:32:29.064Z Downloaded cexpr v0.6.0
10342026-08-11T20:32:29.064Z Downloaded smallvec v1.15.1
10352026-08-11T20:32:29.067Z Downloaded libm v0.2.16
10362026-08-11T20:32:29.070Z Downloaded rustversion v1.0.22
10372026-08-11T20:32:29.073Z Downloaded owo-colors v3.5.0
10382026-08-11T20:32:29.073Z Downloaded rand_chacha v0.9.0
10392026-08-11T20:32:29.073Z Downloaded strum_macros v0.27.2
10402026-08-11T20:32:29.076Z Downloaded miette v5.10.0
10412026-08-11T20:32:29.079Z Downloaded nanorand v0.7.0
10422026-08-11T20:32:29.079Z Downloaded des v0.9.0
10432026-08-11T20:32:29.079Z Downloaded itertools v0.10.5
10442026-08-11T20:32:29.082Z Downloaded sec1 v0.8.1
10452026-08-11T20:32:29.085Z Downloaded cfg-expr v0.20.6
10462026-08-11T20:32:29.085Z Downloaded linked-hash-map v0.5.6
10472026-08-11T20:32:29.088Z Downloaded rust-argon2 v2.1.0
10482026-08-11T20:32:29.088Z Downloaded vergen-gitcl v1.0.8
10492026-08-11T20:32:29.088Z Downloaded itertools v0.12.1
10502026-08-11T20:32:29.092Z Downloaded nom v8.0.0
10512026-08-11T20:32:29.095Z Downloaded schemars v0.9.0
10522026-08-11T20:32:29.101Z Downloaded crypto-bigint v0.7.5
10532026-08-11T20:32:29.110Z Downloaded sha2 v0.11.0
10542026-08-11T20:32:29.113Z Downloaded syn v1.0.109
10552026-08-11T20:32:29.117Z Downloaded winnow v0.5.40
10562026-08-11T20:32:29.124Z Downloaded dropshot_endpoint v0.17.1
10572026-08-11T20:32:29.129Z Downloaded backon v1.6.0
10582026-08-11T20:32:29.129Z Downloaded rstest v0.25.0
10592026-08-11T20:32:29.132Z Downloaded serde_core v1.0.228
10602026-08-11T20:32:29.132Z Downloaded toml v0.8.23
10612026-08-11T20:32:29.132Z Downloaded event-listener v5.4.1
10622026-08-11T20:32:29.136Z Downloaded pest_meta v2.8.6
10632026-08-11T20:32:29.136Z Downloaded publicsuffix v2.3.0
10642026-08-11T20:32:29.140Z Downloaded subprocess v0.2.15
10652026-08-11T20:32:29.140Z Downloaded progenitor-impl v0.14.0
10662026-08-11T20:32:29.140Z Downloaded papergrid v0.11.0
10672026-08-11T20:32:29.143Z Downloaded petname v2.0.2
10682026-08-11T20:32:29.147Z Downloaded serde_with v3.21.0
10692026-08-11T20:32:29.154Z Downloaded sha3 v0.12.0
10702026-08-11T20:32:29.159Z Downloaded derive_more v2.1.1
10712026-08-11T20:32:29.162Z Downloaded toml v0.7.8
10722026-08-11T20:32:29.162Z Downloaded p384 v0.14.0
10732026-08-11T20:32:29.165Z Downloaded curve25519-dalek v4.1.3
10742026-08-11T20:32:29.168Z Downloaded zerocopy v0.7.35
10752026-08-11T20:32:29.178Z Downloaded arc-swap v1.8.2
10762026-08-11T20:32:29.183Z Downloaded russh v0.62.4
10772026-08-11T20:32:29.186Z Downloaded num-bigint-dig v0.8.6
10782026-08-11T20:32:29.189Z Downloaded portable-atomic v1.13.1
10792026-08-11T20:32:29.193Z Downloaded tabled v0.20.0
10802026-08-11T20:32:29.201Z Downloaded serde v1.0.228
10812026-08-11T20:32:29.217Z Downloaded moka v0.12.13
10822026-08-11T20:32:29.221Z Downloaded curve25519-dalek v5.0.0
10832026-08-11T20:32:29.230Z Downloaded ed25519-dalek v2.2.0
10842026-08-11T20:32:29.237Z Downloaded zerovec v0.11.5
10852026-08-11T20:32:29.241Z Downloaded mio v1.2.0
10862026-08-11T20:32:29.244Z Downloaded object v0.37.3
10872026-08-11T20:32:29.250Z Downloaded zerocopy v0.8.40
10882026-08-11T20:32:29.255Z Downloaded bindgen v0.71.1
10892026-08-11T20:32:29.259Z Downloaded ed25519-dalek v3.0.0
10902026-08-11T20:32:29.262Z Downloaded salty v0.3.0
10912026-08-11T20:32:29.265Z Downloaded zip v4.6.1
10922026-08-11T20:32:29.268Z Downloaded serde_json v1.0.151
10932026-08-11T20:32:29.275Z Downloaded unicode-segmentation v1.12.0
10942026-08-11T20:32:29.279Z Downloaded regress v0.10.5
10952026-08-11T20:32:29.282Z Downloaded vcpkg v0.2.15
10962026-08-11T20:32:29.304Z Downloaded openssl v0.10.80
10972026-08-11T20:32:29.307Z Downloaded tough v0.22.0
10982026-08-11T20:32:29.312Z Downloaded itertools v0.15.0
10992026-08-11T20:32:29.318Z Downloaded serde_with v1.14.0
11002026-08-11T20:32:29.321Z Downloaded smoltcp v0.9.1
11012026-08-11T20:32:29.325Z Downloaded reedline v0.40.0
11022026-08-11T20:32:29.332Z Downloaded regex-syntax v0.6.29
11032026-08-11T20:32:29.335Z Downloaded itertools v0.13.0
11042026-08-11T20:32:29.338Z Downloaded nix v0.31.2
11052026-08-11T20:32:29.346Z Downloaded hickory-proto v0.24.4
11062026-08-11T20:32:29.353Z Downloaded radix_trie v0.2.1
11072026-08-11T20:32:29.360Z Downloaded hickory-proto v0.25.2
11082026-08-11T20:32:29.370Z Downloaded winnow v0.7.14
11092026-08-11T20:32:29.376Z Downloaded rustls v0.23.41
11102026-08-11T20:32:29.383Z Downloaded bstr v1.12.1
11112026-08-11T20:32:29.389Z Downloaded syn v2.0.117
11122026-08-11T20:32:29.395Z Downloaded zlib-rs v0.6.2
11132026-08-11T20:32:29.405Z Downloaded tracing v0.1.44
11142026-08-11T20:32:29.422Z Downloaded nix v0.27.1
11152026-08-11T20:32:29.430Z Downloaded rustix v1.1.3
11162026-08-11T20:32:29.441Z Downloaded unicode-width v0.2.0
11172026-08-11T20:32:29.445Z Downloaded polar-core v0.27.3
11182026-08-11T20:32:29.449Z Downloaded nix v0.28.0
11192026-08-11T20:32:29.456Z Downloaded unicode-width v0.1.14
11202026-08-11T20:32:29.459Z Downloaded lalrpop v0.19.12
11212026-08-11T20:32:29.466Z Downloaded regress v0.11.1
11222026-08-11T20:32:29.471Z Downloaded rustix v0.38.44
11232026-08-11T20:32:29.484Z Downloaded object v0.30.4
11242026-08-11T20:32:29.489Z Downloaded sha3 v0.11.0
11252026-08-11T20:32:29.492Z Downloaded sled v0.34.7
11262026-08-11T20:32:29.498Z Downloaded smoltcp v0.11.0
11272026-08-11T20:32:29.505Z Downloaded openapiv3 v2.2.0
11282026-08-11T20:32:29.525Z Downloaded typify-impl v0.6.2
11292026-08-11T20:32:29.556Z Downloaded dropshot v0.17.1
11302026-08-11T20:32:29.569Z Downloaded regex-syntax v0.8.10
11312026-08-11T20:32:29.573Z Downloaded chrono-tz v0.10.4
11322026-08-11T20:32:29.585Z Downloaded regex-automata v0.4.14
11332026-08-11T20:32:29.593Z Downloaded sqlparser v0.61.0
11342026-08-11T20:32:29.606Z Downloaded csv v1.4.0
11352026-08-11T20:32:29.618Z Downloaded jiff v0.2.34
11362026-08-11T20:32:29.647Z Downloaded sha3 v0.10.8
11372026-08-11T20:32:29.650Z Downloaded libz-sys v1.1.24
11382026-08-11T20:32:29.663Z Downloaded ratatui v0.29.0
11392026-08-11T20:32:29.674Z Downloaded zerocopy-derive v0.6.6
11402026-08-11T20:32:29.680Z Downloaded diesel v2.3.7
11412026-08-11T20:32:29.692Z Downloaded bzip2-sys v0.1.13+1.0.8
11422026-08-11T20:32:29.699Z Downloaded petgraph v0.6.5
11432026-08-11T20:32:29.720Z Downloaded petgraph v0.8.3
11442026-08-11T20:32:29.771Z Downloaded libgit2-sys v0.18.3+1.9.2
11452026-08-11T20:32:29.803Z Downloaded libc v0.2.185
11462026-08-11T20:32:29.823Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11472026-08-11T20:32:29.833Z Downloaded tokio v1.52.1
11482026-08-11T20:32:29.893Z Downloaded encoding_rs v0.8.35
11492026-08-11T20:32:29.906Z Downloaded ring v0.17.14
11502026-08-11T20:32:29.931Z Downloaded httpmock v0.8.3
11512026-08-11T20:32:30.222Z Downloaded aws-lc-sys v0.40.0
11522026-08-11T20:32:30.646Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11532026-08-11T20:32:32.506Z Startup: Refreshing catalog 'helios' ... Done
11542026-08-11T20:32:32.817Z Startup: Caching catalogs ... Done
11552026-08-11T20:32:34.589ZPlanning: Solver setup ... Done (1.673s)
11562026-08-11T20:32:34.643ZPlanning: Running solver ... Done (0.052s)
11572026-08-11T20:32:34.679ZPlanning: Finding local manifests ... Done (0.003s)
11582026-08-11T20:32:34.690ZPlanning: Fetching manifests: 0/2 0% complete
11592026-08-11T20:32:34.708ZPlanning: Fetching manifests: 2/2 100% complete
11602026-08-11T20:32:34.722ZPlanning: Package planning ... Done (0.014s)
11612026-08-11T20:32:34.727ZPlanning: Merging actions ... Done (0.001s)
11622026-08-11T20:32:34.883ZPlanning: Checking for conflicting actions ... Done (0.160s)
11632026-08-11T20:32:34.886ZPlanning: Consolidating action changes ... Done (0.001s)
11642026-08-11T20:32:35.739ZPlanning: Evaluating mediators ... Done (0.854s)
11652026-08-11T20:32:35.743ZPlanning: Planning completed in 2.89 seconds
11662026-08-11T20:32:35.749Z Packages to install: 2
11672026-08-11T20:32:35.749Z Estimated space available: 155.73 GB
11682026-08-11T20:32:35.749ZEstimated space to be consumed: 67.95 MB
11692026-08-11T20:32:35.749Z Create boot environment: No
11702026-08-11T20:32:35.749ZCreate backup boot environment: No
11712026-08-11T20:32:35.752Z Rebuild boot archive: No
11722026-08-11T20:32:35.752Z
11732026-08-11T20:32:35.752ZChanged packages:
11742026-08-11T20:32:35.752Zhelios
11752026-08-11T20:32:35.752Z developer/build-essential
11762026-08-11T20:32:35.752Z None -> 11-3.0
11772026-08-11T20:32:35.752Z library/libxmlsec1
11782026-08-11T20:32:35.752Z None -> 1.2.35-3.0
11792026-08-11T20:32:35.775Z
11802026-08-11T20:32:35.775ZDownload: 0/214 items 0.0/1.3MB 0% complete
11812026-08-11T20:32:35.846ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
11822026-08-11T20:32:35.934Z Actions: 1/268 actions (Installing new actions)
11832026-08-11T20:32:35.972Z Actions: Completed 268 actions in 0.04 seconds.
11842026-08-11T20:32:36.003ZFinalize: Updating package state database ... Done (0.030s)
11852026-08-11T20:32:36.003ZFinalize: Updating package cache ... Done (0.000s)
11862026-08-11T20:32:36.076ZFinalize: Updating image state ... Done (0.073s)
11872026-08-11T20:32:38.734ZFinalize: Creating fast lookup database ... Done (2.611s)
11882026-08-11T20:32:38.805ZFinalize: Reading search index ... Done (0.012s)
11892026-08-11T20:32:38.808ZFinalize: Updating search index ... Done (0.000s)
11902026-08-11T20:32:38.896ZFinalize: Updating package cache ... Done (0.000s)
11912026-08-11T20:32:39.259ZPlanning: Evaluating mediator changes ... Done
11922026-08-11T20:32:39.363ZPlanning: Checking for conflicting actions ... Done
11932026-08-11T20:32:39.367ZPlanning: Consolidating action changes ... Done
11942026-08-11T20:32:39.522ZPlanning: Evaluating mediators ... Done
11952026-08-11T20:32:39.525ZPlanning: Planning completed in 0.26 seconds
11962026-08-11T20:32:39.545Z Mediators to change: 2
11972026-08-11T20:32:39.545Z Create boot environment: No
11982026-08-11T20:32:39.546ZCreate backup boot environment: No
11992026-08-11T20:32:39.593ZFinalize: Updating package state database ... Done
12002026-08-11T20:32:39.593ZFinalize: Updating package cache ... Done
12012026-08-11T20:32:39.639ZFinalize: Updating image state ... Done
12022026-08-11T20:32:41.648ZFinalize: Creating fast lookup database ... Done
12032026-08-11T20:32:41.772ZFinalize: Reading search index ... Done
12042026-08-11T20:32:41.773ZFinalize: Updating search index ... Done
12052026-08-11T20:32:41.843ZFinalize: Updating package cache ... Done
12062026-08-11T20:32:42.029ZPlanning: Evaluating mediator changes ... Done
12072026-08-11T20:32:42.127ZPlanning: Checking for conflicting actions ... Done
12082026-08-11T20:32:42.180ZPlanning: Consolidating action changes ... Done
12092026-08-11T20:32:42.315ZPlanning: Evaluating mediators ... Done
12102026-08-11T20:32:42.397ZPlanning: Planning completed in 0.27 seconds
12112026-08-11T20:32:42.398Z Mediators to change: 1
12122026-08-11T20:32:42.398Z Create boot environment: No
12132026-08-11T20:32:42.398ZCreate backup boot environment: No
12142026-08-11T20:32:42.398ZFinalize: Updating package state database ... Done
12152026-08-11T20:32:42.398ZFinalize: Updating package cache ... Done
12162026-08-11T20:32:42.463ZFinalize: Updating image state ... Done
12172026-08-11T20:32:44.313ZFinalize: Creating fast lookup database ... Done
12182026-08-11T20:32:44.372ZFinalize: Reading search index ... Done
12192026-08-11T20:32:44.375ZFinalize: Updating search index ... Done
12202026-08-11T20:32:44.454ZFinalize: Updating package cache ... Done
12212026-08-11T20:32:44.775ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12222026-08-11T20:32:44.775Zapache system 2.4 system
12232026-08-11T20:32:44.776Zclang system 15 system
12242026-08-11T20:32:44.776Zcsh system system illumos
12252026-08-11T20:32:44.776Zctags system system illumos
12262026-08-11T20:32:44.776Zfile vendor vendor darwinsys
12272026-08-11T20:32:44.776Zfile system system illumos
12282026-08-11T20:32:44.776Zgcc vendor 14 vendor
12292026-08-11T20:32:44.776Zgcc system 13 system
12302026-08-11T20:32:44.776Zgcc system 10 system
12312026-08-11T20:32:44.776Zgo system 1.25 system
12322026-08-11T20:32:44.776Zllvm system 15 system
12332026-08-11T20:32:44.776Zmariadb system 11.4 system
12342026-08-11T20:32:44.776Zmta vendor vendor dma
12352026-08-11T20:32:44.776Zopenjdk system 17 system
12362026-08-11T20:32:44.776Zopenjdk system 11 system
12372026-08-11T20:32:44.776Zopenssl vendor 3 vendor
12382026-08-11T20:32:44.776Zperl system 5.40 system
12392026-08-11T20:32:44.776Zpostgresql system 18 system
12402026-08-11T20:32:44.776Zpostgresql system 17 system
12412026-08-11T20:32:44.776Zpython vendor 3 vendor
12422026-08-11T20:32:44.776Zpython system 2 system
12432026-08-11T20:32:44.776Zpython3 vendor 3.13 vendor
12442026-08-11T20:32:44.776Zruby system 3.4 system
12452026-08-11T20:32:44.776Zruby system 3.0 system
12462026-08-11T20:32:44.776Zwords vendor vendor american-english
12472026-08-11T20:32:44.776Zwords system system australian-english
12482026-08-11T20:32:44.776Zwords system system british-english
12492026-08-11T20:32:44.776Zwords system system canadian-english
12502026-08-11T20:32:44.776Zwords system system french
12512026-08-11T20:32:44.776Zwords system system italian
12522026-08-11T20:32:44.777Zwords system system ngerman
12532026-08-11T20:32:44.777Zwords system system ogerman
12542026-08-11T20:32:44.777Zwords system system spanish
12552026-08-11T20:32:45.051ZPUBLISHER TYPE STATUS P LOCATION
12562026-08-11T20:32:45.051Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12572026-08-11T20:32:45.467ZFMRI IFO
12582026-08-11T20:32:45.467Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12592026-08-11T20:32:45.467Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12602026-08-11T20:32:45.467Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12612026-08-11T20:32:45.467Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12622026-08-11T20:32:45.467Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12632026-08-11T20:32:45.467Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12642026-08-11T20:32:45.467Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12652026-08-11T20:32:45.467Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12662026-08-11T20:32:45.467Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12672026-08-11T20:32:46.070Z Downloading crates ...
12682026-08-11T20:32:46.124Z Downloaded cargo_toml v0.21.0
12692026-08-11T20:32:46.173Z Compiling proc-macro2 v1.0.106
12702026-08-11T20:32:46.173Z Compiling unicode-ident v1.0.24
12712026-08-11T20:32:46.177Z Compiling quote v1.0.45
12722026-08-11T20:32:46.177Z Compiling serde_core v1.0.228
12732026-08-11T20:32:46.177Z Compiling libc v0.2.185
12742026-08-11T20:32:46.177Z Compiling version_check v0.9.5
12752026-08-11T20:32:46.177Z Compiling memchr v2.8.0
12762026-08-11T20:32:46.177Z Compiling serde v1.0.228
12772026-08-11T20:32:46.253Z Compiling zmij v1.0.21
12782026-08-11T20:32:46.257Z Compiling ucd-trie v0.1.7
12792026-08-11T20:32:46.257Z Compiling itoa v1.0.17
12802026-08-11T20:32:46.257Z Compiling thiserror v1.0.69
12812026-08-11T20:32:46.257Z Compiling rustix v1.1.3
12822026-08-11T20:32:46.257Z Compiling byteorder v1.5.0
12832026-08-11T20:32:46.433Z Compiling serde_json v1.0.151
12842026-08-11T20:32:46.518Z Compiling bitflags v2.11.0
12852026-08-11T20:32:46.707Z Compiling usdt-impl v0.5.0
12862026-08-11T20:32:46.717Z Compiling pest v2.8.6
12872026-08-11T20:32:46.721Z Compiling proc-macro-error-attr v1.0.4
12882026-08-11T20:32:46.737Z Compiling camino v1.2.2
12892026-08-11T20:32:46.834Z Compiling syn v1.0.109
12902026-08-11T20:32:46.841Z Compiling proc-macro-error v1.0.4
12912026-08-11T20:32:46.845Z Compiling plain v0.2.3
12922026-08-11T20:32:46.917Z Compiling log v0.4.29
12932026-08-11T20:32:46.957Z Compiling hashbrown v0.17.0
12942026-08-11T20:32:46.985Z Compiling utf8parse v0.2.2
12952026-08-11T20:32:46.993Z Compiling getrandom v0.4.1
12962026-08-11T20:32:47.008Z Compiling equivalent v1.0.2
12972026-08-11T20:32:47.063Z Compiling anstyle-query v1.1.5
12982026-08-11T20:32:47.106Z Compiling anstyle-parse v1.0.0
12992026-08-11T20:32:47.116Z Compiling winnow v0.7.14
13002026-08-11T20:32:47.127Z Compiling toml_write v0.1.2
13012026-08-11T20:32:47.139Z Compiling is_terminal_polyfill v1.70.2
13022026-08-11T20:32:47.151Z Compiling anstyle v1.0.14
13032026-08-11T20:32:47.179Z Compiling cfg-if v1.0.4
13042026-08-11T20:32:47.190Z Compiling errno v0.3.14
13052026-08-11T20:32:47.193Z Compiling thread-id v4.2.2
13062026-08-11T20:32:47.259Z Compiling autocfg v1.5.0
13072026-08-11T20:32:47.269Z Compiling colorchoice v1.0.4
13082026-08-11T20:32:47.284Z Compiling pretty-hex v0.4.1
13092026-08-11T20:32:47.297Z Compiling thiserror v2.0.18
13102026-08-11T20:32:47.341Z Compiling anyhow v1.0.102
13112026-08-11T20:32:47.363Z Compiling anstream v1.0.0
13122026-08-11T20:32:47.387Z Compiling heck v0.4.1
13132026-08-11T20:32:47.399Z Compiling clap_lex v1.0.0
13142026-08-11T20:32:47.420Z Compiling heck v0.5.0
13152026-08-11T20:32:47.431Z Compiling fastrand v2.3.0
13162026-08-11T20:32:47.608Z Compiling indexmap v2.14.0
13172026-08-11T20:32:47.636Z Compiling once_cell v1.21.3
13182026-08-11T20:32:47.655Z Compiling bytecount v0.6.9
13192026-08-11T20:32:47.681Z Compiling strsim v0.11.1
13202026-08-11T20:32:47.692Z Compiling unicode-width v0.1.14
13212026-08-11T20:32:47.702Z Compiling fnv v1.0.7
13222026-08-11T20:32:47.714Z Compiling fs-err v3.3.0
13232026-08-11T20:32:47.764Z Compiling syn v2.0.117
13242026-08-11T20:32:47.811Z Compiling pest_meta v2.8.6
13252026-08-11T20:32:47.867Z Compiling memmap v0.7.0
13262026-08-11T20:32:47.886Z Compiling unicode-width v0.2.0
13272026-08-11T20:32:47.948Z Compiling papergrid v0.11.0
13282026-08-11T20:32:47.987Z Compiling unicode-linebreak v0.1.5
13292026-08-11T20:32:48.026Z Compiling smawk v0.3.2
13302026-08-11T20:32:48.067Z Compiling swrite v0.1.0
13312026-08-11T20:32:48.197Z Compiling terminal_size v0.4.3
13322026-08-11T20:32:48.197Z Compiling tempfile v3.25.0
13332026-08-11T20:32:48.297Z Compiling clap_builder v4.6.0
13342026-08-11T20:32:48.297Z Compiling textwrap v0.16.2
13352026-08-11T20:32:48.610Z Compiling semver v1.0.28
13362026-08-11T20:32:48.639Z Compiling cargo-platform v0.3.2
13372026-08-11T20:32:48.879Z Compiling camino-tempfile v1.4.1
13382026-08-11T20:32:49.192Z Compiling tabled_derive v0.7.0
13392026-08-11T20:32:49.891Z Compiling tabled v0.15.0
13402026-08-11T20:32:49.915Z Compiling pest_generator v2.8.6
13412026-08-11T20:32:50.421Z Compiling serde_derive v1.0.228
13422026-08-11T20:32:50.421Z Compiling thiserror-impl v1.0.69
13432026-08-11T20:32:50.425Z Compiling zerocopy-derive v0.7.35
13442026-08-11T20:32:50.425Z Compiling scroll_derive v0.12.1
13452026-08-11T20:32:50.425Z Compiling thiserror-impl v2.0.18
13462026-08-11T20:32:50.425Z Compiling clap_derive v4.6.1
13472026-08-11T20:32:50.428Z Compiling pest_derive v2.8.6
13482026-08-11T20:32:51.033Z Compiling scroll v0.12.0
13492026-08-11T20:32:51.128Z Compiling zerocopy v0.7.35
13502026-08-11T20:32:51.248Z Compiling goblin v0.8.2
13512026-08-11T20:32:51.455Z Compiling dtrace-parser v0.2.0
13522026-08-11T20:32:51.718Z Compiling clap v4.6.1
13532026-08-11T20:32:52.759Z Compiling dof v0.3.0
13542026-08-11T20:32:52.759Z Compiling serde_tokenstream v0.2.3
13552026-08-11T20:32:52.780Z Compiling toml_datetime v0.6.11
13562026-08-11T20:32:52.780Z Compiling serde_spanned v0.6.9
13572026-08-11T20:32:52.780Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13582026-08-11T20:32:52.786Z Compiling macaddr v1.0.1
13592026-08-11T20:32:52.786Z Compiling cargo_metadata v0.23.1
13602026-08-11T20:32:52.940Z Compiling toml_edit v0.22.27
13612026-08-11T20:32:53.410Z Compiling usdt-attr-macro v0.5.0
13622026-08-11T20:32:53.415Z Compiling usdt-macro v0.5.0
13632026-08-11T20:32:54.016Z Compiling usdt v0.5.0
13642026-08-11T20:32:54.180Z Compiling toml v0.8.23
13652026-08-11T20:32:54.556Z Compiling cargo_toml v0.21.0
13662026-08-11T20:32:55.854Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13672026-08-11T20:32:57.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s
13682026-08-11T20:32:57.947Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13692026-08-11T20:32:58.706Z Compiling libc v0.2.185
13702026-08-11T20:32:58.706Z Compiling serde_core v1.0.228
13712026-08-11T20:32:58.706Z Compiling serde v1.0.228
13722026-08-11T20:32:58.709Z Compiling log v0.4.29
13732026-08-11T20:32:58.709Z Compiling smallvec v1.15.1
13742026-08-11T20:32:58.709Z Compiling shlex v1.3.0
13752026-08-11T20:32:58.710Z Compiling find-msvc-tools v0.1.9
13762026-08-11T20:32:58.710Z Compiling subtle v2.6.1
13772026-08-11T20:32:58.710Z Compiling scopeguard v1.2.0
13782026-08-11T20:32:58.710Z Compiling stable_deref_trait v1.2.1
13792026-08-11T20:32:58.830Z Compiling typenum v1.20.1
13802026-08-11T20:32:58.833Z Compiling zerocopy v0.8.40
13812026-08-11T20:32:58.833Z Compiling portable-atomic v1.13.1
13822026-08-11T20:32:58.854Z Compiling serde_json v1.0.151
13832026-08-11T20:32:58.875Z Compiling syn v2.0.117
13842026-08-11T20:32:58.888Z Compiling critical-section v1.2.0
13852026-08-11T20:32:59.016Z Compiling lock_api v0.4.14
13862026-08-11T20:32:59.030Z Compiling libm v0.2.16
13872026-08-11T20:32:59.046Z Compiling num-traits v0.2.19
13882026-08-11T20:32:59.065Z Compiling pkg-config v0.3.32
13892026-08-11T20:32:59.109Z Compiling generic-array v0.14.7
13902026-08-11T20:32:59.124Z Compiling pin-project-lite v0.2.17
13912026-08-11T20:32:59.128Z Compiling getrandom v0.4.1
13922026-08-11T20:32:59.151Z Compiling const-oid v0.9.6
13932026-08-11T20:32:59.237Z Compiling parking_lot_core v0.9.12
13942026-08-11T20:32:59.266Z Compiling rand_core v0.10.0
13952026-08-11T20:32:59.269Z Compiling futures-core v0.3.32
13962026-08-11T20:32:59.269Z Compiling litemap v0.8.1
13972026-08-11T20:32:59.388Z Compiling percent-encoding v2.3.2
13982026-08-11T20:32:59.447Z Compiling writeable v0.6.2
13992026-08-11T20:32:59.466Z Compiling icu_normalizer_data v2.1.1
14002026-08-11T20:32:59.481Z Compiling icu_properties_data v2.1.2
14012026-08-11T20:32:59.512Z Compiling getrandom v0.3.4
14022026-08-11T20:32:59.588Z Compiling futures-sink v0.3.32
14032026-08-11T20:32:59.588Z Compiling rustix v1.1.3
14042026-08-11T20:32:59.618Z Compiling futures-task v0.3.32
14052026-08-11T20:32:59.622Z Compiling futures-io v0.3.32
14062026-08-11T20:32:59.644Z Compiling utf8_iter v1.0.4
14072026-08-11T20:32:59.662Z Compiling slab v0.4.12
14082026-08-11T20:32:59.731Z Compiling futures-channel v0.3.32
14092026-08-11T20:32:59.812Z Compiling errno v0.3.14
14102026-08-11T20:32:59.827Z Compiling jobserver v0.1.34
14112026-08-11T20:32:59.830Z Compiling getrandom v0.2.17
14122026-08-11T20:32:59.882Z Compiling mio v1.2.0
14132026-08-11T20:32:59.898Z Compiling socket2 v0.6.3
14142026-08-11T20:32:59.915Z Compiling form_urlencoded v1.2.2
14152026-08-11T20:32:59.929Z Compiling signal-hook-registry v1.4.8
14162026-08-11T20:32:59.972Z Compiling rustversion v1.0.22
14172026-08-11T20:32:59.991Z Compiling once_cell v1.21.3
14182026-08-11T20:33:00.006Z Compiling rand_core v0.6.4
14192026-08-11T20:33:00.091Z Compiling cc v1.2.56
14202026-08-11T20:33:00.106Z Compiling parking_lot v0.12.5
14212026-08-11T20:33:00.136Z Compiling base64ct v1.8.3
14222026-08-11T20:33:00.151Z Compiling iana-time-zone v0.1.65
14232026-08-11T20:33:00.244Z Compiling regex-syntax v0.8.10
14242026-08-11T20:33:00.247Z Compiling flagset v0.4.7
14252026-08-11T20:33:00.306Z Compiling dunce v1.0.5
14262026-08-11T20:33:00.321Z Compiling fs_extra v1.3.0
14272026-08-11T20:33:00.360Z Compiling ident_case v1.0.1
14282026-08-11T20:33:00.375Z Compiling base64 v0.22.1
14292026-08-11T20:33:00.391Z Compiling pem-rfc7468 v0.7.0
14302026-08-11T20:33:00.408Z Compiling vcpkg v0.2.15
14312026-08-11T20:33:00.433Z Compiling syn v1.0.109
14322026-08-11T20:33:00.451Z Compiling rand_core v0.9.5
14332026-08-11T20:33:00.498Z Compiling tracing-core v0.1.36
14342026-08-11T20:33:00.516Z Compiling cpufeatures v0.2.17
14352026-08-11T20:33:00.529Z Compiling aws-lc-rs v1.16.3
14362026-08-11T20:33:00.577Z Compiling schemars v0.8.22
14372026-08-11T20:33:00.601Z Compiling dyn-clone v1.0.20
14382026-08-11T20:33:00.617Z Compiling spin v0.9.8
14392026-08-11T20:33:00.705Z Compiling openssl-probe v0.2.1
14402026-08-11T20:33:00.719Z Compiling crc32fast v1.5.0
14412026-08-11T20:33:00.744Z Compiling httparse v1.10.1
14422026-08-11T20:33:00.762Z Compiling tinyvec_macros v0.1.1
14432026-08-11T20:33:00.817Z Compiling cmov v0.5.4
14442026-08-11T20:33:00.831Z Compiling cmake v0.1.57
14452026-08-11T20:33:00.859Z Compiling tinyvec v1.10.0
14462026-08-11T20:33:00.859Z Compiling aho-corasick v1.1.4
14472026-08-11T20:33:00.886Z Compiling tower-layer v0.3.3
14482026-08-11T20:33:00.902Z Compiling radium v0.7.0
14492026-08-11T20:33:01.011Z Compiling ctutils v0.4.2
14502026-08-11T20:33:01.039Z Compiling try-lock v0.2.5
14512026-08-11T20:33:01.063Z Compiling tower-service v0.3.3
14522026-08-11T20:33:01.078Z Compiling untrusted v0.7.1
14532026-08-11T20:33:01.081Z Compiling atomic-waker v1.1.2
14542026-08-11T20:33:01.145Z Compiling bitflags v2.11.0
14552026-08-11T20:33:01.177Z Compiling semver v1.0.28
14562026-08-11T20:33:01.180Z Compiling indexmap v2.14.0
14572026-08-11T20:33:01.191Z Compiling uuid v1.23.4
14582026-08-11T20:33:01.232Z Compiling want v0.3.1
14592026-08-11T20:33:01.263Z Compiling rustls v0.23.41
14602026-08-11T20:33:01.292Z Compiling httpdate v1.0.3
14612026-08-11T20:33:01.306Z Compiling openssl v0.10.80
14622026-08-11T20:33:01.423Z Compiling rustc_version v0.4.1
14632026-08-11T20:33:01.464Z Compiling simd-adler32 v0.3.8
14642026-08-11T20:33:01.479Z Compiling foreign-types-shared v0.1.1
14652026-08-11T20:33:01.510Z Compiling untrusted v0.9.0
14662026-08-11T20:33:01.544Z Compiling tap v1.0.1
14672026-08-11T20:33:01.547Z Compiling maybe-uninit v2.0.0
14682026-08-11T20:33:01.572Z Compiling foreign-types v0.3.2
14692026-08-11T20:33:01.646Z Compiling wyz v0.5.1
14702026-08-11T20:33:01.661Z Compiling unicode-normalization v0.1.25
14712026-08-11T20:33:01.677Z Compiling aws-lc-sys v0.40.0
14722026-08-11T20:33:01.680Z Compiling openssl-sys v0.9.117
14732026-08-11T20:33:01.727Z Compiling synstructure v0.13.2
14742026-08-11T20:33:01.763Z Compiling serde_derive_internals v0.29.1
14752026-08-11T20:33:01.793Z Compiling pest_generator v2.8.6
14762026-08-11T20:33:01.844Z Compiling darling_core v0.20.11
14772026-08-11T20:33:01.858Z Compiling regex-automata v0.4.14
14782026-08-11T20:33:01.903Z Compiling bzip2-sys v0.1.13+1.0.8
14792026-08-11T20:33:01.918Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-08-11T20:33:02.162Z Compiling num-integer v0.1.46
14812026-08-11T20:33:02.238Z Compiling wait-timeout v0.2.1
14822026-08-11T20:33:02.323Z Compiling tempfile v3.25.0
14832026-08-11T20:33:02.355Z Compiling terminal_size v0.4.3
14842026-08-11T20:33:02.370Z Compiling ahash v0.8.12
14852026-08-11T20:33:02.503Z Compiling packed_struct v0.10.1
14862026-08-11T20:33:02.518Z Compiling powerfmt v0.2.0
14872026-08-11T20:33:02.550Z Compiling quick-error v1.2.3
14882026-08-11T20:33:02.582Z Compiling num-bigint-dig v0.8.6
14892026-08-11T20:33:02.601Z Compiling native-tls v0.2.18
14902026-08-11T20:33:02.619Z Compiling adler2 v2.0.1
14912026-08-11T20:33:02.622Z Compiling time-core v0.1.8
14922026-08-11T20:33:02.647Z Compiling num-conv v0.2.0
14932026-08-11T20:33:02.676Z Compiling funty v2.0.0
14942026-08-11T20:33:02.694Z Compiling bit-vec v0.8.0
14952026-08-11T20:33:02.709Z Compiling deranged v0.5.8
14962026-08-11T20:33:02.739Z Compiling miniz_oxide v0.8.9
14972026-08-11T20:33:02.763Z Compiling rusty-fork v0.3.1
14982026-08-11T20:33:02.794Z Compiling clap_builder v4.6.0
14992026-08-11T20:33:02.808Z Compiling time-macros v0.2.27
15002026-08-11T20:33:02.865Z Compiling num-iter v0.1.45
15012026-08-11T20:33:02.882Z Compiling bit-set v0.8.0
15022026-08-11T20:33:03.009Z Compiling lazy_static v1.5.0
15032026-08-11T20:33:03.059Z Compiling bitvec v1.0.1
15042026-08-11T20:33:03.073Z Compiling rand_xorshift v0.4.0
15052026-08-11T20:33:03.094Z Compiling anstyle-parse v0.2.7
15062026-08-11T20:33:03.114Z Compiling sync_wrapper v1.0.2
15072026-08-11T20:33:03.233Z Compiling indexmap v1.9.3
15082026-08-11T20:33:03.258Z Compiling crossbeam-utils v0.8.21
15092026-08-11T20:33:03.275Z Compiling crc-catalog v2.4.0
15102026-08-11T20:33:03.289Z Compiling usdt-impl v0.6.0
15112026-08-11T20:33:03.356Z Compiling unarray v0.1.4
15122026-08-11T20:33:03.379Z Compiling paste v1.0.15
15132026-08-11T20:33:03.444Z Compiling nodrop v0.1.14
15142026-08-11T20:33:03.478Z Compiling siphasher v1.0.2
15152026-08-11T20:33:03.494Z Compiling serde_derive v1.0.228
15162026-08-11T20:33:03.509Z Compiling zeroize_derive v1.5.0
15172026-08-11T20:33:03.550Z Compiling zerocopy-derive v0.8.40
15182026-08-11T20:33:03.564Z Compiling zerofrom-derive v0.1.6
15192026-08-11T20:33:03.664Z Compiling yoke-derive v0.8.1
15202026-08-11T20:33:03.682Z Compiling zerovec-derive v0.11.2
15212026-08-11T20:33:03.715Z Compiling displaydoc v0.2.5
15222026-08-11T20:33:03.894Z Compiling tokio-macros v2.7.0
15232026-08-11T20:33:03.908Z Compiling futures-macro v0.3.32
15242026-08-11T20:33:04.188Z Compiling thiserror-impl v2.0.18
15252026-08-11T20:33:04.204Z Compiling zeroize v1.9.0
15262026-08-11T20:33:04.542Z Compiling der_derive v0.7.3
15272026-08-11T20:33:04.557Z Compiling tracing-attributes v0.1.31
15282026-08-11T20:33:04.689Z Compiling rustls-pki-types v1.14.0
15292026-08-11T20:33:04.822Z Compiling schemars_derive v0.8.22
15302026-08-11T20:33:04.836Z Compiling futures-util v0.3.32
15312026-08-11T20:33:04.860Z Compiling hybrid-array v0.4.13
15322026-08-11T20:33:04.891Z Compiling pest_derive v2.8.6
15332026-08-11T20:33:05.032Z Compiling zerofrom v0.1.6
15342026-08-11T20:33:05.063Z Compiling crypto-common v0.1.7
15352026-08-11T20:33:05.173Z Compiling yoke v0.8.1
15362026-08-11T20:33:05.188Z Compiling block-buffer v0.10.4
15372026-08-11T20:33:05.227Z Compiling scroll_derive v0.13.1
15382026-08-11T20:33:05.362Z Compiling zerovec v0.11.5
15392026-08-11T20:33:05.379Z Compiling zerotrie v0.2.3
15402026-08-11T20:33:05.382Z Compiling digest v0.10.7
15412026-08-11T20:33:05.558Z Compiling der v0.7.10
15422026-08-11T20:33:05.639Z Compiling thiserror v2.0.18
15432026-08-11T20:33:05.662Z Compiling sha2 v0.10.9
15442026-08-11T20:33:05.664Z Compiling signature v2.2.0
15452026-08-11T20:33:05.698Z Compiling darling_macro v0.20.11
15462026-08-11T20:33:05.760Z Compiling thiserror-impl v1.0.69
15472026-08-11T20:33:05.876Z Compiling tinystr v0.8.2
15482026-08-11T20:33:05.907Z Compiling potential_utf v0.1.4
15492026-08-11T20:33:05.935Z Compiling tracing v0.1.44
15502026-08-11T20:33:05.938Z Compiling openssl-macros v0.1.1
15512026-08-11T20:33:06.094Z Compiling icu_locale_core v2.1.1
15522026-08-11T20:33:06.111Z Compiling icu_collections v2.1.1
15532026-08-11T20:33:06.114Z Compiling scroll v0.13.0
15542026-08-11T20:33:06.114Z Compiling hmac v0.12.1
15552026-08-11T20:33:06.154Z Compiling packed_struct_codegen v0.10.1
15562026-08-11T20:33:06.235Z Compiling darling v0.20.11
15572026-08-11T20:33:06.247Z Compiling clap_derive v4.6.1
15582026-08-11T20:33:06.307Z Compiling bitfield-macros v0.19.4
15592026-08-11T20:33:06.332Z Compiling zerocopy-derive v0.6.6
15602026-08-11T20:33:06.434Z Compiling spki v0.7.3
15612026-08-11T20:33:06.610Z Compiling pkcs8 v0.10.2
15622026-08-11T20:33:06.659Z Compiling goblin v0.10.5
15632026-08-11T20:33:06.808Z Compiling icu_provider v2.1.1
15642026-08-11T20:33:06.894Z Compiling num_threads v0.1.7
15652026-08-11T20:33:07.011Z Compiling zlib-rs v0.6.2
15662026-08-11T20:33:07.026Z Compiling bytes v1.11.1
15672026-08-11T20:33:07.040Z Compiling icu_properties v2.1.2
15682026-08-11T20:33:07.075Z Compiling icu_normalizer v2.1.1
15692026-08-11T20:33:07.095Z Compiling chrono v0.4.45
15702026-08-11T20:33:07.112Z Compiling ipnet v2.11.0
15712026-08-11T20:33:07.130Z Compiling hex v0.4.3
15722026-08-11T20:33:07.231Z Compiling thiserror v1.0.69
15732026-08-11T20:33:07.257Z Compiling serde_spanned v0.6.9
15742026-08-11T20:33:07.299Z Compiling toml_datetime v0.6.11
15752026-08-11T20:33:07.418Z Compiling zerocopy v0.6.6
15762026-08-11T20:33:07.445Z Compiling bitfield v0.19.4
15772026-08-11T20:33:07.531Z Compiling tokio v1.52.1
15782026-08-11T20:33:07.643Z Compiling http v1.4.2
15792026-08-11T20:33:07.660Z Compiling time v0.3.47
15802026-08-11T20:33:07.666Z Compiling pkcs1 v0.7.5
15812026-08-11T20:33:07.759Z Compiling derive_builder_core v0.20.2
15822026-08-11T20:33:07.775Z Compiling dtrace-parser v0.3.0
15832026-08-11T20:33:08.049Z Compiling ppv-lite86 v0.2.21
15842026-08-11T20:33:08.069Z Compiling idna_adapter v1.2.1
15852026-08-11T20:33:08.147Z Compiling clap v4.6.1
15862026-08-11T20:33:08.247Z Compiling idna v1.1.0
15872026-08-11T20:33:08.371Z Compiling rand_chacha v0.9.0
15882026-08-11T20:33:08.387Z Compiling http-body v1.0.1
15892026-08-11T20:33:08.407Z Compiling rand_chacha v0.3.1
15902026-08-11T20:33:08.524Z Compiling url v2.5.8
15912026-08-11T20:33:08.539Z Compiling http-body-util v0.1.3
15922026-08-11T20:33:08.559Z Compiling rand v0.9.2
15932026-08-11T20:33:08.575Z Compiling array-init v0.0.4
15942026-08-11T20:33:08.622Z Compiling rand v0.8.6
15952026-08-11T20:33:08.804Z Compiling structmeta-derive v0.3.0
15962026-08-11T20:33:08.892Z Compiling scroll_derive v0.12.1
15972026-08-11T20:33:08.940Z Compiling crc v3.4.0
15982026-08-11T20:33:08.987Z Compiling anstream v0.6.21
15992026-08-11T20:33:09.148Z Compiling proptest v1.11.0
16002026-08-11T20:33:09.189Z Compiling smallvec v0.6.14
16012026-08-11T20:33:09.296Z Compiling heapless v0.7.17
16022026-08-11T20:33:09.316Z Compiling darling_core v0.23.0
16032026-08-11T20:33:09.321Z Compiling slog v2.8.2
16042026-08-11T20:33:09.395Z Compiling dof v0.4.0
16052026-08-11T20:33:09.410Z Compiling thread-id v5.1.0
16062026-08-11T20:33:09.472Z Compiling env_filter v1.0.0
16072026-08-11T20:33:09.534Z Compiling cookie v0.18.1
16082026-08-11T20:33:09.581Z Compiling zstd-safe v7.2.4
16092026-08-11T20:33:09.614Z Compiling signal-hook v0.3.18
16102026-08-11T20:33:09.646Z Compiling unicode-properties v0.1.4
16112026-08-11T20:33:09.742Z Compiling allocator-api2 v0.2.21
16122026-08-11T20:33:09.791Z Compiling iri-string v0.7.10
16132026-08-11T20:33:09.805Z Compiling anyhow v1.0.102
16142026-08-11T20:33:09.808Z Compiling winnow v0.5.40
16152026-08-11T20:33:09.877Z Compiling unicode-bidi v0.3.18
16162026-08-11T20:33:09.952Z Compiling ipnetwork v0.21.1
16172026-08-11T20:33:09.969Z Compiling flate2 v1.1.9
16182026-08-11T20:33:10.099Z Compiling base64 v0.21.7
16192026-08-11T20:33:10.142Z Compiling ryu v1.0.23
16202026-08-11T20:33:10.289Z Compiling hashbrown v0.12.3
16212026-08-11T20:33:10.331Z Compiling rsa v0.9.10
16222026-08-11T20:33:10.370Z Compiling ron v0.8.1
16232026-08-11T20:33:10.397Z Compiling serde_urlencoded v0.7.1
16242026-08-11T20:33:10.427Z Compiling stringprep v0.1.5
16252026-08-11T20:33:10.438Z Compiling oxnet v0.1.6
16262026-08-11T20:33:10.711Z Compiling structmeta v0.3.0
16272026-08-11T20:33:10.888Z Compiling scroll v0.12.0
16282026-08-11T20:33:10.896Z Compiling env_logger v0.11.9
16292026-08-11T20:33:10.950Z Compiling serde-hex v0.1.0
16302026-08-11T20:33:10.976Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16312026-08-11T20:33:11.004Z Compiling camino v1.2.2
16322026-08-11T20:33:11.170Z Compiling toml_edit v0.19.15
16332026-08-11T20:33:11.209Z Compiling derive_builder_macro v0.20.2
16342026-08-11T20:33:11.270Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-11T20:33:11.302Z Compiling hashbrown v0.13.2
16362026-08-11T20:33:11.350Z Compiling bzip2 v0.4.4
16372026-08-11T20:33:11.368Z Compiling tokio-util v0.7.18
16382026-08-11T20:33:11.396Z Compiling tower v0.5.3
16392026-08-11T20:33:11.583Z Compiling newtype-uuid v1.3.2
16402026-08-11T20:33:11.722Z Compiling tokio-native-tls v0.3.1
16412026-08-11T20:33:11.749Z Compiling erased-serde v0.3.31
16422026-08-11T20:33:11.767Z Compiling serde_tokenstream v0.2.3
16432026-08-11T20:33:11.808Z Compiling tower-http v0.6.8
16442026-08-11T20:33:11.908Z Compiling x509-cert v0.2.5
16452026-08-11T20:33:11.922Z Compiling md-5 v0.10.6
16462026-08-11T20:33:11.943Z Compiling crypto-common v0.2.2
16472026-08-11T20:33:11.950Z Compiling darling_macro v0.23.0
16482026-08-11T20:33:12.099Z Compiling h2 v0.4.15
16492026-08-11T20:33:12.111Z Compiling block-buffer v0.12.1
16502026-08-11T20:33:12.228Z Compiling block-padding v0.4.2
16512026-08-11T20:33:12.249Z Compiling rustls-native-certs v0.8.3
16522026-08-11T20:33:12.323Z Compiling bstr v1.12.1
16532026-08-11T20:33:12.408Z Compiling pin-project-internal v1.1.11
16542026-08-11T20:33:12.429Z Compiling zerocopy-derive v0.7.35
16552026-08-11T20:33:12.481Z Compiling async-trait v0.1.89
16562026-08-11T20:33:12.542Z Compiling daft-derive v0.1.7
16572026-08-11T20:33:12.739Z Compiling curve25519-dalek v4.1.3
16582026-08-11T20:33:12.967Z Compiling vergen-lib v9.1.0
16592026-08-11T20:33:13.092Z Compiling hash32 v0.2.1
16602026-08-11T20:33:13.163Z Compiling memoffset v0.9.1
16612026-08-11T20:33:13.296Z Compiling encoding_rs v0.8.35
16622026-08-11T20:33:13.311Z Compiling mime v0.3.17
16632026-08-11T20:33:13.325Z Compiling psl-types v2.0.11
16642026-08-11T20:33:13.369Z Compiling crc-any v2.5.0
16652026-08-11T20:33:13.385Z Compiling fallible-iterator v0.2.0
16662026-08-11T20:33:13.399Z Compiling cfg_aliases v0.2.1
16672026-08-11T20:33:13.467Z Compiling litrs v1.0.0
16682026-08-11T20:33:13.487Z Compiling rustix v0.38.44
16692026-08-11T20:33:13.537Z Compiling smoltcp v0.9.1
16702026-08-11T20:33:13.552Z Compiling ref-cast v1.0.25
16712026-08-11T20:33:13.555Z Compiling pin-project v1.1.11
16722026-08-11T20:33:13.585Z Compiling nix v0.31.2
16732026-08-11T20:33:13.621Z Compiling publicsuffix v2.3.0
16742026-08-11T20:33:13.673Z Compiling postgres-protocol v0.6.10
16752026-08-11T20:33:13.714Z Compiling zerocopy v0.7.35
16762026-08-11T20:33:13.802Z Compiling daft v0.1.7
16772026-08-11T20:33:13.928Z Compiling toml v0.7.8
16782026-08-11T20:33:13.948Z Compiling darling v0.23.0
16792026-08-11T20:33:13.962Z Compiling inout v0.2.2
16802026-08-11T20:33:13.994Z Compiling object v0.30.4
16812026-08-11T20:33:14.007Z Compiling document-features v0.2.12
16822026-08-11T20:33:14.044Z Compiling derive_builder v0.20.2
16832026-08-11T20:33:14.107Z Compiling zip v0.6.6
16842026-08-11T20:33:14.157Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16852026-08-11T20:33:14.186Z Compiling goblin v0.8.2
16862026-08-11T20:33:14.254Z Compiling derive-ex v0.1.8
16872026-08-11T20:33:14.578Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16882026-08-11T20:33:14.618Z Compiling futures-executor v0.3.32
16892026-08-11T20:33:14.633Z Compiling hubpack_derive v0.1.1
16902026-08-11T20:33:14.706Z Compiling regex v1.12.3
16912026-08-11T20:33:14.764Z Compiling phf_shared v0.13.1
16922026-08-11T20:33:14.777Z Compiling strum_macros v0.27.2
16932026-08-11T20:33:14.883Z Compiling snafu-derive v0.8.9
16942026-08-11T20:33:14.898Z Compiling ref-cast-impl v1.0.25
16952026-08-11T20:33:14.901Z Compiling curve25519-dalek-derive v0.1.1
16962026-08-11T20:33:14.925Z Compiling cargo-platform v0.3.2
16972026-08-11T20:33:15.029Z Compiling vergen v9.1.0
16982026-08-11T20:33:15.111Z Compiling ff v0.13.1
16992026-08-11T20:33:15.167Z Compiling fs-err v3.3.0
17002026-08-11T20:33:15.217Z Compiling base16ct v0.2.0
17012026-08-11T20:33:15.231Z Compiling foldhash v0.1.5
17022026-08-11T20:33:15.266Z Compiling hyper v1.10.1
17032026-08-11T20:33:15.377Z Compiling managed v0.8.0
17042026-08-11T20:33:15.414Z Compiling path-slash v0.1.5
17052026-08-11T20:33:15.428Z Compiling either v1.15.0
17062026-08-11T20:33:15.505Z Compiling object v0.37.3
17072026-08-11T20:33:15.567Z Compiling jiff-core v0.1.0
17082026-08-11T20:33:15.594Z Compiling libbz2-rs-sys v0.2.2
17092026-08-11T20:33:15.618Z Compiling foldhash v0.2.0
17102026-08-11T20:33:15.653Z Compiling unicode-segmentation v1.12.0
17112026-08-11T20:33:15.801Z Compiling same-file v1.0.6
17122026-08-11T20:33:15.862Z Compiling bumpalo v3.20.2
17132026-08-11T20:33:15.974Z Compiling bitflags v1.3.2
17142026-08-11T20:33:15.988Z Compiling walkdir v2.5.0
17152026-08-11T20:33:16.033Z Compiling test-strategy v0.4.5
17162026-08-11T20:33:16.057Z Compiling bzip2 v0.6.1
17172026-08-11T20:33:16.071Z Compiling zopfli v0.8.3
17182026-08-11T20:33:16.306Z Compiling hashbrown v0.16.1
17192026-08-11T20:33:16.335Z Compiling jiff v0.2.34
17202026-08-11T20:33:16.466Z Compiling hyper-util v0.1.20
17212026-08-11T20:33:16.683Z Compiling dof v0.3.0
17222026-08-11T20:33:16.753Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17232026-08-11T20:33:16.808Z Compiling strum v0.27.2
17242026-08-11T20:33:16.852Z Compiling snafu v0.8.9
17252026-08-11T20:33:16.935Z Compiling hashbrown v0.15.5
17262026-08-11T20:33:16.957Z Compiling sec1 v0.7.3
17272026-08-11T20:33:16.976Z Compiling group v0.13.0
17282026-08-11T20:33:17.009Z Compiling hubpack v0.1.2
17292026-08-11T20:33:17.028Z Compiling cargo_metadata v0.23.1
17302026-08-11T20:33:17.185Z Compiling phf v0.13.1
17312026-08-11T20:33:17.222Z Compiling futures v0.3.32
17322026-08-11T20:33:17.243Z Compiling cookie_store v0.22.1
17332026-08-11T20:33:17.313Z Compiling signal-hook-mio v0.2.5
17342026-08-11T20:33:17.362Z Compiling zstd v0.13.3
17352026-08-11T20:33:17.419Z Compiling cipher v0.5.2
17362026-08-11T20:33:17.452Z Compiling postgres-types v0.2.12
17372026-08-11T20:33:17.499Z Compiling serde_with_macros v3.21.0
17382026-08-11T20:33:17.645Z Compiling globset v0.4.18
17392026-08-11T20:33:17.718Z Compiling usdt-attr-macro v0.6.0
17402026-08-11T20:33:17.747Z Compiling usdt-macro v0.6.0
17412026-08-11T20:33:17.761Z Compiling byte-wrapper v0.1.0
17422026-08-11T20:33:17.932Z Compiling hyper-tls v0.6.0
17432026-08-11T20:33:18.027Z Compiling dtrace-parser v0.2.0
17442026-08-11T20:33:18.109Z Compiling reqwest v0.12.28
17452026-08-11T20:33:18.191Z Compiling serde-big-array v0.5.1
17462026-08-11T20:33:18.191Z Compiling serde_plain v1.0.2
17472026-08-11T20:33:18.236Z Compiling olpc-cjson v0.1.4
17482026-08-11T20:33:18.325Z Compiling ed25519 v2.2.3
17492026-08-11T20:33:18.359Z Compiling hkdf v0.12.4
17502026-08-11T20:33:18.413Z Compiling crypto-bigint v0.5.5
17512026-08-11T20:33:18.426Z Compiling phf_shared v0.11.3
17522026-08-11T20:33:18.429Z Compiling serde_repr v0.1.20
17532026-08-11T20:33:18.541Z Compiling async-recursion v1.1.1
17542026-08-11T20:33:18.561Z Compiling enum-as-inner v0.6.1
17552026-08-11T20:33:18.592Z Compiling strum_macros v0.26.4
17562026-08-11T20:33:18.646Z Compiling float-cmp v0.10.0
17572026-08-11T20:33:18.673Z Compiling pem v3.0.6
17582026-08-11T20:33:18.705Z Compiling thread-id v4.2.2
17592026-08-11T20:33:18.793Z Compiling memmap2 v0.9.10
17602026-08-11T20:33:18.807Z Compiling whoami v2.1.0
17612026-08-11T20:33:18.820Z Compiling cpufeatures v0.3.0
17622026-08-11T20:33:18.907Z Compiling precomputed-hash v0.1.1
17632026-08-11T20:33:19.000Z Compiling winnow v1.0.3
17642026-08-11T20:33:19.013Z Compiling fixedbitset v0.5.7
17652026-08-11T20:33:19.025Z Compiling keccak v0.1.6
17662026-08-11T20:33:19.028Z Compiling const-oid v0.10.2
17672026-08-11T20:33:19.100Z Compiling predicates-core v1.0.10
17682026-08-11T20:33:19.191Z Compiling normalize-line-endings v0.3.0
17692026-08-11T20:33:19.226Z Compiling typed-path v0.9.3
17702026-08-11T20:33:19.242Z Compiling difflib v0.4.0
17712026-08-11T20:33:19.261Z Compiling new_debug_unreachable v1.0.6
17722026-08-11T20:33:19.279Z Compiling data-encoding v2.10.0
17732026-08-11T20:33:19.299Z Compiling fixedbitset v0.4.2
17742026-08-11T20:33:19.314Z Compiling static_assertions v1.1.0
17752026-08-11T20:33:19.335Z Compiling string_cache v0.8.9
17762026-08-11T20:33:19.347Z Compiling toml_parser v1.1.2+spec-1.1.0
17772026-08-11T20:33:19.365Z Compiling toml_edit v0.22.27
17782026-08-11T20:33:19.420Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-08-11T20:33:19.572Z Compiling predicates v3.1.4
17802026-08-11T20:33:19.631Z Compiling hickory-proto v0.25.2
17812026-08-11T20:33:19.832Z Compiling petgraph v0.6.5
17822026-08-11T20:33:19.852Z Compiling elliptic-curve v0.13.8
17832026-08-11T20:33:19.920Z Compiling petgraph v0.8.3
17842026-08-11T20:33:19.998Z Compiling digest v0.11.3
17852026-08-11T20:33:20.029Z Compiling sha3 v0.10.8
17862026-08-11T20:33:20.226Z Compiling tokio-postgres v0.7.16
17872026-08-11T20:33:20.275Z Compiling usdt v0.6.0
17882026-08-11T20:33:20.318Z Compiling chacha20 v0.10.0
17892026-08-11T20:33:20.319Z Compiling usdt-impl v0.5.0
17902026-08-11T20:33:20.447Z Compiling strum v0.26.3
17912026-08-11T20:33:20.511Z Compiling serde_with v3.21.0
17922026-08-11T20:33:20.524Z Compiling zip v4.6.1
17932026-08-11T20:33:20.538Z Compiling ed25519-dalek v2.2.0
17942026-08-11T20:33:20.595Z Compiling crossterm v0.28.1
17952026-08-11T20:33:20.612Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17962026-08-11T20:33:21.094Z Compiling iddqd v0.4.2
17972026-08-11T20:33:21.501Z Compiling similar v2.7.0
17982026-08-11T20:33:21.520Z Compiling heck v0.4.1
17992026-08-11T20:33:21.762Z Compiling itertools v0.13.0
18002026-08-11T20:33:21.909Z Compiling itertools v0.15.0
18012026-08-11T20:33:21.934Z Compiling tokio-stream v0.1.18
18022026-08-11T20:33:21.950Z Compiling crossbeam-epoch v0.9.18
18032026-08-11T20:33:22.232Z Compiling buf-list v1.1.2
18042026-08-11T20:33:22.238Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18052026-08-11T20:33:22.304Z Compiling openapiv3 v2.2.0
18062026-08-11T20:33:22.349Z Compiling peg-runtime v0.8.5
18072026-08-11T20:33:22.369Z Compiling lalrpop-util v0.19.12
18082026-08-11T20:33:22.386Z Compiling thread_local v1.1.9
18092026-08-11T20:33:22.419Z Compiling slog-async v2.8.0
18102026-08-11T20:33:22.425Z Compiling crossbeam-channel v0.5.15
18112026-08-11T20:33:22.471Z Compiling filetime v0.2.27
18122026-08-11T20:33:22.502Z Compiling is-terminal v0.4.17
18132026-08-11T20:33:22.516Z Compiling take_mut v0.2.2
18142026-08-11T20:33:22.569Z Compiling term v1.2.1
18152026-08-11T20:33:22.620Z Compiling xattr v1.6.1
18162026-08-11T20:33:22.629Z Compiling camino-tempfile v1.4.1
18172026-08-11T20:33:22.745Z Compiling tar v0.4.46
18182026-08-11T20:33:22.839Z Compiling slog-term v2.9.2
18192026-08-11T20:33:40.174Z Compiling rustls-webpki v0.103.13
18202026-08-11T20:33:42.862Z Compiling tokio-rustls v0.26.4
18212026-08-11T20:33:42.863Z Compiling rustls-platform-verifier v0.6.2
18222026-08-11T20:33:42.867Z Compiling tough v0.22.0
18232026-08-11T20:33:43.058Z Compiling hyper-rustls v0.27.7
18242026-08-11T20:33:43.253Z Compiling reqwest v0.13.2
18252026-08-11T20:33:45.397Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262026-08-11T20:33:45.620Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18272026-08-11T20:33:48.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.52s
18282026-08-11T20:33:48.641Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18292026-08-11T20:33:48.693ZAug 11 20:33:47.537 INFO Starting download, target: Clickhouse
18302026-08-11T20:33:48.693ZAug 11 20:33:47.537 INFO Starting download, target: Cockroach
18312026-08-11T20:33:48.693ZAug 11 20:33:47.537 INFO Starting download, target: Console
18322026-08-11T20:33:48.697ZAug 11 20:33:47.537 INFO Starting download, target: DendriteStub
18332026-08-11T20:33:48.697ZAug 11 20:33:47.537 INFO Starting download, target: MaghemiteMgd
18342026-08-11T20:33:48.697ZAug 11 20:33:47.537 INFO Starting download, target: MaghemiteDdmd
18352026-08-11T20:33:48.697ZAug 11 20:33:47.537 INFO Starting download, target: TransceiverControl
18362026-08-11T20:33:48.697ZAug 11 20:33:47.538 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18372026-08-11T20:33:48.698ZAug 11 20:33:47.538 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18382026-08-11T20:33:48.698ZAug 11 20:33:47.538 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18392026-08-11T20:33:48.698ZAug 11 20:33:47.538 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18402026-08-11T20:33:48.698ZAug 11 20:33:47.538 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18412026-08-11T20:33:48.698ZAug 11 20:33:47.538 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18422026-08-11T20:33:48.698ZAug 11 20:33:47.538 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18432026-08-11T20:33:50.594ZAug 11 20:33:49.433 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18442026-08-11T20:33:50.664ZAug 11 20:33:49.497 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18452026-08-11T20:33:50.914ZAug 11 20:33:49.754 INFO Download complete, target: Console
18462026-08-11T20:34:02.235ZAug 11 20:33:56.112 INFO Checking that binary works, target: Clickhouse
18472026-08-11T20:34:02.280ZAug 11 20:33:56.200 INFO Download complete, target: Clickhouse
18482026-08-11T20:34:26.963ZAug 11 20:34:25.779 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18492026-08-11T20:34:27.145ZAug 11 20:34:25.990 INFO Download complete, target: TransceiverControl
18502026-08-11T20:34:36.965ZAug 11 20:34:35.758 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18512026-08-11T20:34:38.076ZAug 11 20:34:36.916 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18522026-08-11T20:34:38.239ZAug 11 20:34:37.078 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18532026-08-11T20:34:38.747ZAug 11 20:34:37.592 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18542026-08-11T20:34:38.747ZAug 11 20:34:37.592 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18552026-08-11T20:34:38.757ZAug 11 20:34:37.600 INFO Download complete, target: MaghemiteDdmd
18562026-08-11T20:34:40.714ZAug 11 20:34:39.559 INFO Download complete, target: DendriteStub
18572026-08-11T20:34:40.956ZAug 11 20:34:39.797 INFO Download complete, target: MaghemiteMgd
18582026-08-11T20:34:43.443ZAug 11 20:34:42.287 INFO Checking that binary works, target: Cockroach
18592026-08-11T20:34:43.571ZAug 11 20:34:42.415 INFO Download complete, target: Cockroach
18602026-08-11T20:34:43.577ZAll prerequisites installed successfully
18612026-08-11T20:34:43.582Z
18622026-08-11T20:34:43.582Zreal 2:12.926568226
18632026-08-11T20:34:43.582Zuser 7:06.005256104
18642026-08-11T20:34:43.582Zsys 1:39.747140722
18652026-08-11T20:34:43.582Ztrap 0.252644253
18662026-08-11T20:34:43.582Ztflt 0.984199220
18672026-08-11T20:34:43.582Zdflt 1.681287625
18682026-08-11T20:34:43.582Zkflt 0.022550104
18692026-08-11T20:34:43.582Zlock 41:56.194511185
18702026-08-11T20:34:43.582Zslp 20:32.642094333
18712026-08-11T20:34:43.582Zlat 24.558769645
18722026-08-11T20:34:43.582Zstop 2:49.658351731
18732026-08-11T20:34:43.582Z+ source ./tools/include/force-git-over-https.sh
18742026-08-11T20:34:43.582Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18752026-08-11T20:34:43.582Z++ (( i = 0 ))
18762026-08-11T20:34:43.583Z++ (( i < 5 ))
18772026-08-11T20:34:43.583Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18782026-08-11T20:34:43.583Z++ (( i++ ))
18792026-08-11T20:34:43.583Z++ (( i < 5 ))
18802026-08-11T20:34:43.583Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18812026-08-11T20:34:43.586Z++ (( i++ ))
18822026-08-11T20:34:43.586Z++ (( i < 5 ))
18832026-08-11T20:34:43.586Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18842026-08-11T20:34:43.588Z++ (( i++ ))
18852026-08-11T20:34:43.588Z++ (( i < 5 ))
18862026-08-11T20:34:43.588Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18872026-08-11T20:34:43.591Z++ (( i++ ))
18882026-08-11T20:34:43.591Z++ (( i < 5 ))
18892026-08-11T20:34:43.591Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18902026-08-11T20:34:43.594Z++ (( i++ ))
18912026-08-11T20:34:43.594Z++ (( i < 5 ))
18922026-08-11T20:34:43.594Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18932026-08-11T20:34:43.594Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18942026-08-11T20:34:43.594Z+ rc=0
18952026-08-11T20:34:43.594Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18962026-08-11T20:34:53.194Z+ case $rc in
18972026-08-11T20:34:53.194Z+ pfexec zfs create -p rpool/images/build/host
18982026-08-11T20:34:53.410Z+ pfexec zfs create -p rpool/images/build/recovery
18992026-08-11T20:34:53.479Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19002026-08-11T20:34:53.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19012026-08-11T20:34:53.937Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19022026-08-11T20:34:54.776Z Compiling proc-macro2 v1.0.106
19032026-08-11T20:34:54.776Z Compiling quote v1.0.45
19042026-08-11T20:34:54.781Z Compiling unicode-ident v1.0.24
19052026-08-11T20:34:54.781Z Compiling libc v0.2.185
19062026-08-11T20:34:54.781Z Compiling serde_core v1.0.228
19072026-08-11T20:34:54.781Z Compiling serde v1.0.228
19082026-08-11T20:34:54.781Z Compiling cfg-if v1.0.4
19092026-08-11T20:34:54.782Z Compiling version_check v0.9.5
19102026-08-11T20:34:54.782Z Compiling shlex v1.3.0
19112026-08-11T20:34:54.782Z Compiling find-msvc-tools v0.1.9
19122026-08-11T20:34:54.913Z Compiling autocfg v1.5.0
19132026-08-11T20:34:54.916Z Compiling zerocopy v0.8.40
19142026-08-11T20:34:54.916Z Compiling zmij v1.0.21
19152026-08-11T20:34:54.916Z Compiling portable-atomic v1.13.1
19162026-08-11T20:34:54.916Z Compiling serde_json v1.0.151
19172026-08-11T20:34:55.055Z Compiling memchr v2.8.0
19182026-08-11T20:34:55.103Z Compiling libm v0.2.16
19192026-08-11T20:34:55.181Z Compiling getrandom v0.4.1
19202026-08-11T20:34:55.357Z Compiling parking_lot_core v0.9.12
19212026-08-11T20:34:55.373Z Compiling icu_properties_data v2.1.2
19222026-08-11T20:34:55.388Z Compiling icu_normalizer_data v2.1.1
19232026-08-11T20:34:55.437Z Compiling num-traits v0.2.19
19242026-08-11T20:34:55.453Z Compiling generic-array v0.14.7
19252026-08-11T20:34:55.457Z Compiling smallvec v1.15.1
19262026-08-11T20:34:55.468Z Compiling pkg-config v0.3.32
19272026-08-11T20:34:55.498Z Compiling itoa v1.0.17
19282026-08-11T20:34:55.548Z Compiling log v0.4.29
19292026-08-11T20:34:55.636Z Compiling getrandom v0.3.4
19302026-08-11T20:34:55.684Z Compiling rustix v1.1.3
19312026-08-11T20:34:55.688Z Compiling subtle v2.6.1
19322026-08-11T20:34:55.783Z Compiling jobserver v0.1.34
19332026-08-11T20:34:55.800Z Compiling scopeguard v1.2.0
19342026-08-11T20:34:55.814Z Compiling heck v0.5.0
19352026-08-11T20:34:55.832Z Compiling errno v0.3.14
19362026-08-11T20:34:55.891Z Compiling lock_api v0.4.14
19372026-08-11T20:34:55.911Z Compiling stable_deref_trait v1.2.1
19382026-08-11T20:34:56.005Z Compiling cc v1.2.56
19392026-08-11T20:34:56.008Z Compiling typenum v1.20.1
19402026-08-11T20:34:56.055Z Compiling critical-section v1.2.0
19412026-08-11T20:34:56.059Z Compiling thiserror v2.0.18
19422026-08-11T20:34:56.132Z Compiling syn v2.0.117
19432026-08-11T20:34:56.135Z Compiling dunce v1.0.5
19442026-08-11T20:34:56.191Z Compiling rand_core v0.10.0
19452026-08-11T20:34:56.201Z Compiling fs_extra v1.3.0
19462026-08-11T20:34:56.300Z Compiling pin-project-lite v0.2.17
19472026-08-11T20:34:56.494Z Compiling litemap v0.8.1
19482026-08-11T20:34:56.518Z Compiling writeable v0.6.2
19492026-08-11T20:34:56.546Z Compiling percent-encoding v2.3.2
19502026-08-11T20:34:56.582Z Compiling schemars v0.8.22
19512026-08-11T20:34:56.603Z Compiling rustversion v1.0.22
19522026-08-11T20:34:56.642Z Compiling once_cell v1.21.3
19532026-08-11T20:34:56.669Z Compiling getrandom v0.2.17
19542026-08-11T20:34:56.787Z Compiling aws-lc-rs v1.16.3
19552026-08-11T20:34:56.810Z Compiling cmake v0.1.57
19562026-08-11T20:34:56.815Z Compiling futures-core v0.3.32
19572026-08-11T20:34:56.867Z Compiling rand_core v0.6.4
19582026-08-11T20:34:56.964Z Compiling signal-hook-registry v1.4.8
19592026-08-11T20:34:57.045Z Compiling equivalent v1.0.2
19602026-08-11T20:34:57.075Z Compiling crc32fast v1.5.0
19612026-08-11T20:34:57.151Z Compiling parking_lot v0.12.5
19622026-08-11T20:34:57.187Z Compiling mio v1.2.0
19632026-08-11T20:34:57.220Z Compiling bitflags v2.11.0
19642026-08-11T20:34:57.257Z Compiling semver v1.0.28
19652026-08-11T20:34:57.361Z Compiling aws-lc-sys v0.40.0
19662026-08-11T20:34:57.427Z Compiling const-oid v0.9.6
19672026-08-11T20:34:57.575Z Compiling utf8_iter v1.0.4
19682026-08-11T20:34:57.593Z Compiling httparse v1.10.1
19692026-08-11T20:34:57.647Z Compiling form_urlencoded v1.2.2
19702026-08-11T20:34:57.664Z Compiling socket2 v0.6.3
19712026-08-11T20:34:57.791Z Compiling byteorder v1.5.0
19722026-08-11T20:34:58.016Z Compiling vcpkg v0.2.15
19732026-08-11T20:34:58.036Z Compiling syn v1.0.109
19742026-08-11T20:34:58.127Z Compiling hashbrown v0.17.0
19752026-08-11T20:34:58.146Z Compiling fnv v1.0.7
19762026-08-11T20:34:58.179Z Compiling strsim v0.11.1
19772026-08-11T20:34:58.311Z Compiling rustls v0.23.41
19782026-08-11T20:34:58.376Z Compiling futures-sink v0.3.32
19792026-08-11T20:34:58.514Z Compiling futures-channel v0.3.32
19802026-08-11T20:34:58.574Z Compiling slab v0.4.12
19812026-08-11T20:34:58.586Z Compiling radium v0.7.0
19822026-08-11T20:34:58.589Z Compiling futures-task v0.3.32
19832026-08-11T20:34:58.626Z Compiling futures-io v0.3.32
19842026-08-11T20:34:58.648Z Compiling openssl-sys v0.9.117
19852026-08-11T20:34:58.770Z Compiling indexmap v2.14.0
19862026-08-11T20:34:58.828Z Compiling thiserror v1.0.69
19872026-08-11T20:34:58.878Z Compiling maybe-uninit v2.0.0
19882026-08-11T20:34:58.909Z Compiling iana-time-zone v0.1.65
19892026-08-11T20:34:58.954Z Compiling base64 v0.22.1
19902026-08-11T20:34:58.976Z Compiling synstructure v0.13.2
19912026-08-11T20:34:59.052Z Compiling serde_derive_internals v0.29.1
19922026-08-11T20:34:59.148Z Compiling rustc_version v0.4.1
19932026-08-11T20:34:59.190Z Compiling ucd-trie v0.1.7
19942026-08-11T20:34:59.351Z Compiling pest v2.8.6
19952026-08-11T20:34:59.410Z Compiling bzip2-sys v0.1.13+1.0.8
19962026-08-11T20:34:59.442Z Compiling ahash v0.8.12
19972026-08-11T20:34:59.456Z Compiling time-core v0.1.8
19982026-08-11T20:34:59.463Z Compiling ident_case v1.0.1
19992026-08-11T20:34:59.509Z Compiling packed_struct v0.10.1
20002026-08-11T20:34:59.530Z Compiling num-conv v0.2.0
20012026-08-11T20:34:59.533Z Compiling num-bigint-dig v0.8.6
20022026-08-11T20:34:59.615Z Compiling uuid v1.23.4
20032026-08-11T20:34:59.688Z Compiling fastrand v2.3.0
20042026-08-11T20:34:59.692Z Compiling time-macros v0.2.27
20052026-08-11T20:34:59.692Z Compiling regex-syntax v0.8.10
20062026-08-11T20:34:59.745Z Compiling openssl v0.10.80
20072026-08-11T20:34:59.794Z Compiling paste v1.0.15
20082026-08-11T20:34:59.960Z Compiling indexmap v1.9.3
20092026-08-11T20:34:59.986Z Compiling dyn-clone v1.0.20
20102026-08-11T20:35:00.067Z Compiling base64ct v1.8.3
20112026-08-11T20:35:00.115Z Compiling rand_core v0.9.5
20122026-08-11T20:35:00.196Z Compiling slog v2.8.2
20132026-08-11T20:35:00.199Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20142026-08-11T20:35:00.232Z Compiling serde_derive v1.0.228
20152026-08-11T20:35:00.232Z Compiling zeroize_derive v1.5.0
20162026-08-11T20:35:00.267Z Compiling zerofrom-derive v0.1.6
20172026-08-11T20:35:00.375Z Compiling zerocopy-derive v0.8.40
20182026-08-11T20:35:00.390Z Compiling yoke-derive v0.8.1
20192026-08-11T20:35:00.424Z Compiling zerovec-derive v0.11.2
20202026-08-11T20:35:00.572Z Compiling displaydoc v0.2.5
20212026-08-11T20:35:00.615Z Compiling tokio-macros v2.7.0
20222026-08-11T20:35:00.642Z Compiling futures-macro v0.3.32
20232026-08-11T20:35:00.646Z Compiling thiserror-impl v2.0.18
20242026-08-11T20:35:00.694Z Compiling der_derive v0.7.3
20252026-08-11T20:35:00.870Z Compiling zeroize v1.9.0
20262026-08-11T20:35:01.140Z Compiling schemars_derive v0.8.22
20272026-08-11T20:35:01.265Z Compiling tracing-attributes v0.1.31
20282026-08-11T20:35:01.355Z Compiling thiserror-impl v1.0.69
20292026-08-11T20:35:01.426Z Compiling zerofrom v0.1.6
20302026-08-11T20:35:01.459Z Compiling futures-util v0.3.32
20312026-08-11T20:35:01.576Z Compiling yoke v0.8.1
20322026-08-11T20:35:01.818Z Compiling zerovec v0.11.5
20332026-08-11T20:35:01.898Z Compiling zerotrie v0.2.3
20342026-08-11T20:35:01.925Z Compiling block-buffer v0.10.4
20352026-08-11T20:35:01.939Z Compiling crypto-common v0.1.7
20362026-08-11T20:35:02.169Z Compiling digest v0.10.7
20372026-08-11T20:35:02.294Z Compiling pest_meta v2.8.6
20382026-08-11T20:35:02.310Z Compiling clap_derive v4.6.1
20392026-08-11T20:35:02.324Z Compiling packed_struct_codegen v0.10.1
20402026-08-11T20:35:02.403Z Compiling tinystr v0.8.2
20412026-08-11T20:35:02.432Z Compiling potential_utf v0.1.4
20422026-08-11T20:35:02.517Z Compiling bitfield-macros v0.19.4
20432026-08-11T20:35:02.611Z Compiling icu_locale_core v2.1.1
20442026-08-11T20:35:02.653Z Compiling icu_collections v2.1.1
20452026-08-11T20:35:02.675Z Compiling zerocopy-derive v0.6.6
20462026-08-11T20:35:03.199Z Compiling pest_generator v2.8.6
20472026-08-11T20:35:03.343Z Compiling bytes v1.11.1
20482026-08-11T20:35:03.380Z Compiling icu_provider v2.1.1
20492026-08-11T20:35:03.489Z Compiling chrono v0.4.45
20502026-08-11T20:35:03.519Z Compiling pem-rfc7468 v0.7.0
20512026-08-11T20:35:03.534Z Compiling openssl-macros v0.1.1
20522026-08-11T20:35:03.798Z Compiling icu_properties v2.1.2
20532026-08-11T20:35:03.832Z Compiling icu_normalizer v2.1.1
20542026-08-11T20:35:03.969Z Compiling tokio v1.52.1
20552026-08-11T20:35:04.000Z Compiling pest_derive v2.8.6
20562026-08-11T20:35:04.046Z Compiling scroll_derive v0.13.1
20572026-08-11T20:35:04.308Z Compiling flagset v0.4.7
20582026-08-11T20:35:04.394Z Compiling crossbeam-utils v0.8.21
20592026-08-11T20:35:04.499Z Compiling native-tls v0.2.18
20602026-08-11T20:35:04.682Z Compiling camino v1.2.2
20612026-08-11T20:35:04.708Z Compiling idna_adapter v1.2.1
20622026-08-11T20:35:04.753Z Compiling ppv-lite86 v0.2.21
20632026-08-11T20:35:04.841Z Compiling idna v1.1.0
20642026-08-11T20:35:05.054Z Compiling der v0.7.10
20652026-08-11T20:35:05.071Z Compiling http v1.4.2
20662026-08-11T20:35:05.075Z Compiling rustls-pki-types v1.14.0
20672026-08-11T20:35:05.124Z Compiling structmeta-derive v0.3.0
20682026-08-11T20:35:05.168Z Compiling daft-derive v0.1.7
20692026-08-11T20:35:05.230Z Compiling url v2.5.8
20702026-08-11T20:35:05.578Z Compiling tempfile v3.25.0
20712026-08-11T20:35:06.187Z Compiling structmeta v0.3.0
20722026-08-11T20:35:06.205Z Compiling spki v0.7.3
20732026-08-11T20:35:06.238Z Compiling rand_chacha v0.9.0
20742026-08-11T20:35:06.290Z Compiling hex v0.4.3
20752026-08-11T20:35:06.359Z Compiling async-trait v0.1.89
20762026-08-11T20:35:06.491Z Compiling cookie v0.18.1
20772026-08-11T20:35:06.613Z Compiling plain v0.2.3
20782026-08-11T20:35:06.633Z Compiling utf8parse v0.2.2
20792026-08-11T20:35:06.760Z Compiling rand v0.9.2
20802026-08-11T20:35:06.835Z Compiling tracing-core v0.1.36
20812026-08-11T20:35:06.954Z Compiling spin v0.9.8
20822026-08-11T20:35:06.970Z Compiling aho-corasick v1.1.4
20832026-08-11T20:35:07.013Z Compiling cpufeatures v0.2.17
20842026-08-11T20:35:07.131Z Compiling anstyle v1.0.14
20852026-08-11T20:35:07.198Z Compiling simd-adler32 v0.3.8
20862026-08-11T20:35:07.256Z Compiling untrusted v0.7.1
20872026-08-11T20:35:07.403Z Compiling tracing v0.1.44
20882026-08-11T20:35:07.474Z Compiling http-body v1.0.1
20892026-08-11T20:35:07.488Z Compiling pkcs8 v0.10.2
20902026-08-11T20:35:07.697Z Compiling pin-project-internal v1.1.11
20912026-08-11T20:35:07.792Z Compiling regex-automata v0.4.14
20922026-08-11T20:35:07.810Z Compiling anstyle-query v1.1.5
20932026-08-11T20:35:07.840Z Compiling cmov v0.5.4
20942026-08-11T20:35:07.940Z Compiling atomic-waker v1.1.2
20952026-08-11T20:35:07.955Z Compiling usdt-impl v0.6.0
20962026-08-11T20:35:08.009Z Compiling adler2 v2.0.1
20972026-08-11T20:35:08.034Z Compiling openssl-probe v0.2.1
20982026-08-11T20:35:08.065Z Compiling tokio-util v0.7.18
20992026-08-11T20:35:08.102Z Compiling untrusted v0.9.0
21002026-08-11T20:35:08.123Z Compiling is_terminal_polyfill v1.70.2
21012026-08-11T20:35:08.190Z Compiling zstd-safe v7.2.4
21022026-08-11T20:35:08.212Z Compiling pretty-hex v0.4.1
21032026-08-11T20:35:08.216Z Compiling colorchoice v1.0.4
21042026-08-11T20:35:08.360Z Compiling tinyvec_macros v0.1.1
21052026-08-11T20:35:08.367Z Compiling miniz_oxide v0.8.9
21062026-08-11T20:35:08.394Z Compiling ctutils v0.4.2
21072026-08-11T20:35:08.498Z Compiling tinyvec v1.10.0
21082026-08-11T20:35:08.696Z Compiling sha2 v0.10.9
21092026-08-11T20:35:08.887Z Compiling derive-ex v0.1.8
21102026-08-11T20:35:08.980Z Compiling scroll v0.13.0
21112026-08-11T20:35:08.995Z Compiling serde_tokenstream v0.2.3
21122026-08-11T20:35:09.064Z Compiling scroll_derive v0.12.1
21132026-08-11T20:35:09.116Z Compiling heapless v0.7.17
21142026-08-11T20:35:09.324Z Compiling rustix v0.38.44
21152026-08-11T20:35:09.381Z Compiling tower-layer v0.3.3
21162026-08-11T20:35:09.398Z Compiling tower-service v0.3.3
21172026-08-11T20:35:09.515Z Compiling try-lock v0.2.5
21182026-08-11T20:35:09.586Z Compiling anyhow v1.0.102
21192026-08-11T20:35:09.639Z Compiling litrs v1.0.0
21202026-08-11T20:35:09.691Z Compiling signal-hook v0.3.18
21212026-08-11T20:35:09.749Z Compiling zlib-rs v0.6.2
21222026-08-11T20:35:09.886Z Compiling h2 v0.4.15
21232026-08-11T20:35:09.905Z Compiling want v0.3.1
21242026-08-11T20:35:10.100Z Compiling goblin v0.10.5
21252026-08-11T20:35:10.119Z Compiling document-features v0.2.12
21262026-08-11T20:35:10.183Z Compiling hybrid-array v0.4.13
21272026-08-11T20:35:10.336Z Compiling anstyle-parse v1.0.0
21282026-08-11T20:35:10.389Z Compiling ipnet v2.11.0
21292026-08-11T20:35:10.423Z Compiling test-strategy v0.4.5
21302026-08-11T20:35:10.529Z Compiling snafu-derive v0.8.9
21312026-08-11T20:35:10.623Z Compiling strum_macros v0.26.4
21322026-08-11T20:35:10.653Z Compiling darling_core v0.20.11
21332026-08-11T20:35:10.848Z Compiling darling_core v0.23.0
21342026-08-11T20:35:11.032Z Compiling wait-timeout v0.2.1
21352026-08-11T20:35:11.103Z Compiling httpdate v1.0.3
21362026-08-11T20:35:11.330Z Compiling quick-error v1.2.3
21372026-08-11T20:35:11.454Z Compiling powerfmt v0.2.0
21382026-08-11T20:35:11.480Z Compiling bit-vec v0.8.0
21392026-08-11T20:35:11.610Z Compiling foreign-types-shared v0.1.1
21402026-08-11T20:35:11.738Z Compiling tap v1.0.1
21412026-08-11T20:35:11.752Z Compiling bit-set v0.8.0
21422026-08-11T20:35:11.757Z Compiling foreign-types v0.3.2
21432026-08-11T20:35:11.804Z Compiling deranged v0.5.8
21442026-08-11T20:35:11.850Z Compiling wyz v0.5.1
21452026-08-11T20:35:11.865Z Compiling rusty-fork v0.3.1
21462026-08-11T20:35:11.955Z Compiling flate2 v1.1.9
21472026-08-11T20:35:12.148Z Compiling anstream v1.0.0
21482026-08-11T20:35:12.226Z Compiling unicode-normalization v0.1.25
21492026-08-11T20:35:12.484Z Compiling rand_chacha v0.3.1
21502026-08-11T20:35:12.597Z Compiling darling_macro v0.20.11
21512026-08-11T20:35:12.648Z Compiling dtrace-parser v0.3.0
21522026-08-11T20:35:12.703Z Compiling toml_datetime v0.6.11
21532026-08-11T20:35:12.766Z Compiling serde_spanned v0.6.9
21542026-08-11T20:35:12.949Z Compiling dof v0.4.0
21552026-08-11T20:35:12.949Z Compiling signature v2.2.0
21562026-08-11T20:35:12.983Z Compiling hyper v1.10.1
21572026-08-11T20:35:12.983Z Compiling terminal_size v0.4.3
21582026-08-11T20:35:12.987Z Compiling darling_macro v0.23.0
21592026-08-11T20:35:13.121Z Compiling rand_xorshift v0.4.0
21602026-08-11T20:35:13.139Z Compiling zerocopy-derive v0.7.35
21612026-08-11T20:35:13.139Z Compiling curve25519-dalek v4.1.3
21622026-08-11T20:35:13.308Z Compiling num-integer v0.1.46
21632026-08-11T20:35:13.360Z Compiling thread-id v5.1.0
21642026-08-11T20:35:13.484Z Compiling memoffset v0.9.1
21652026-08-11T20:35:13.573Z Compiling unarray v0.1.4
21662026-08-11T20:35:13.690Z Compiling ref-cast v1.0.25
21672026-08-11T20:35:13.708Z Compiling num_threads v0.1.7
21682026-08-11T20:35:13.736Z Compiling funty v2.0.0
21692026-08-11T20:35:13.750Z Compiling smoltcp v0.9.1
21702026-08-11T20:35:13.889Z Compiling clap_lex v1.0.0
21712026-08-11T20:35:14.070Z Compiling clap_builder v4.6.0
21722026-08-11T20:35:14.124Z Compiling hyper-util v0.1.20
21732026-08-11T20:35:14.153Z Compiling time v0.3.47
21742026-08-11T20:35:14.171Z Compiling bitvec v1.0.1
21752026-08-11T20:35:14.493Z Compiling proptest v1.11.0
21762026-08-11T20:35:14.866Z Compiling darling v0.23.0
21772026-08-11T20:35:14.917Z Compiling num-iter v0.1.45
21782026-08-11T20:35:15.144Z Compiling darling v0.20.11
21792026-08-11T20:35:15.185Z Compiling rand v0.8.6
21802026-08-11T20:35:15.886Z Compiling lazy_static v1.5.0
21812026-08-11T20:35:16.029Z Compiling ipnetwork v0.21.1
21822026-08-11T20:35:16.066Z Compiling anstyle-parse v0.2.7
21832026-08-11T20:35:16.609Z Compiling erased-serde v0.3.31
21842026-08-11T20:35:16.630Z Compiling hmac v0.12.1
21852026-08-11T20:35:16.809Z Compiling async-recursion v1.1.1
21862026-08-11T20:35:17.195Z Compiling sync_wrapper v1.0.2
21872026-08-11T20:35:17.483Z Compiling siphasher v1.0.2
21882026-08-11T20:35:17.688Z Compiling nodrop v0.1.14
21892026-08-11T20:35:17.707Z Compiling crc-catalog v2.4.0
21902026-08-11T20:35:17.779Z Compiling cfg_aliases v0.2.1
21912026-08-11T20:35:17.833Z Compiling crc v3.4.0
21922026-08-11T20:35:17.873Z Compiling nix v0.31.2
21932026-08-11T20:35:18.062Z Compiling array-init v0.0.4
21942026-08-11T20:35:18.266Z Compiling tower v0.5.3
21952026-08-11T20:35:18.547Z Compiling newtype-uuid v1.3.2
21962026-08-11T20:35:18.758Z Compiling oxnet v0.1.6
21972026-08-11T20:35:18.807Z Compiling anstream v0.6.21
21982026-08-11T20:35:19.025Z Compiling clap v4.6.1
21992026-08-11T20:35:19.137Z Compiling derive_builder_core v0.20.2
22002026-08-11T20:35:19.148Z Compiling smallvec v0.6.14
22012026-08-11T20:35:19.178Z Compiling serde_with_macros v3.21.0
22022026-08-11T20:35:19.359Z Compiling regex v1.12.3
22032026-08-11T20:35:19.734Z Compiling http-body-util v0.1.3
22042026-08-11T20:35:19.781Z Compiling pkcs1 v0.7.5
22052026-08-11T20:35:20.018Z Compiling zerocopy v0.6.6
22062026-08-11T20:35:20.040Z Compiling bitfield v0.19.4
22072026-08-11T20:35:20.048Z Compiling hubpack_derive v0.1.1
22082026-08-11T20:35:20.063Z Compiling strum_macros v0.27.2
22092026-08-11T20:35:20.104Z Compiling ref-cast-impl v1.0.25
22102026-08-11T20:35:20.155Z Compiling curve25519-dalek-derive v0.1.1
22112026-08-11T20:35:20.330Z Compiling env_filter v1.0.0
22122026-08-11T20:35:20.348Z Compiling fs-err v3.3.0
22132026-08-11T20:35:20.366Z Compiling usdt-impl v0.5.0
22142026-08-11T20:35:20.430Z Compiling encoding_rs v0.8.35
22152026-08-11T20:35:20.580Z Compiling mime v0.3.17
22162026-08-11T20:35:20.605Z Compiling winnow v0.5.40
22172026-08-11T20:35:20.630Z Compiling ryu v1.0.23
22182026-08-11T20:35:20.644Z Compiling iri-string v0.7.10
22192026-08-11T20:35:20.667Z Compiling allocator-api2 v0.2.21
22202026-08-11T20:35:20.756Z Compiling unicode-properties v0.1.4
22212026-08-11T20:35:20.814Z Compiling base64 v0.21.7
22222026-08-11T20:35:20.969Z Compiling hashbrown v0.12.3
22232026-08-11T20:35:21.118Z Compiling unicode-bidi v0.3.18
22242026-08-11T20:35:21.159Z Compiling object v0.37.3
22252026-08-11T20:35:21.447Z Compiling stringprep v0.1.5
22262026-08-11T20:35:21.588Z Compiling ron v0.8.1
22272026-08-11T20:35:21.787Z Compiling tower-http v0.6.8
22282026-08-11T20:35:21.807Z Compiling serde_urlencoded v0.7.1
22292026-08-11T20:35:22.076Z Compiling toml_edit v0.19.15
22302026-08-11T20:35:22.096Z Compiling env_logger v0.11.9
22312026-08-11T20:35:22.377Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22322026-08-11T20:35:22.429Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-11T20:35:22.755Z Compiling rsa v0.9.10
22342026-08-11T20:35:23.254Z Compiling derive_builder_macro v0.20.2
22352026-08-11T20:35:23.341Z Compiling serde-hex v0.1.0
22362026-08-11T20:35:23.356Z Compiling daft v0.1.7
22372026-08-11T20:35:23.402Z Compiling hashbrown v0.13.2
22382026-08-11T20:35:23.478Z Compiling tokio-native-tls v0.3.1
22392026-08-11T20:35:23.683Z Compiling bzip2 v0.4.4
22402026-08-11T20:35:23.689Z Compiling usdt-attr-macro v0.6.0
22412026-08-11T20:35:23.696Z Compiling usdt-macro v0.6.0
22422026-08-11T20:35:23.747Z Compiling crypto-common v0.2.2
22432026-08-11T20:35:23.891Z Compiling block-buffer v0.12.1
22442026-08-11T20:35:23.907Z Compiling block-padding v0.4.2
22452026-08-11T20:35:24.079Z Compiling bstr v1.12.1
22462026-08-11T20:35:24.249Z Compiling scroll v0.12.0
22472026-08-11T20:35:24.444Z Compiling rustls-native-certs v0.8.3
22482026-08-11T20:35:24.539Z Compiling x509-cert v0.2.5
22492026-08-11T20:35:24.650Z Compiling md-5 v0.10.6
22502026-08-11T20:35:24.719Z Compiling hash32 v0.2.1
22512026-08-11T20:35:24.735Z Compiling vergen-lib v9.1.0
22522026-08-11T20:35:24.928Z Compiling psl-types v2.0.11
22532026-08-11T20:35:24.977Z Compiling crc-any v2.5.0
22542026-08-11T20:35:25.088Z Compiling fallible-iterator v0.2.0
22552026-08-11T20:35:25.504Z Compiling postgres-protocol v0.6.10
22562026-08-11T20:35:25.528Z Compiling publicsuffix v2.3.0
22572026-08-11T20:35:25.830Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22582026-08-11T20:35:26.389Z Compiling goblin v0.8.2
22592026-08-11T20:35:26.617Z Compiling inout v0.2.2
22602026-08-11T20:35:26.658Z Compiling zip v0.6.6
22612026-08-11T20:35:26.735Z Compiling object v0.30.4
22622026-08-11T20:35:26.752Z Compiling derive_builder v0.20.2
22632026-08-11T20:35:26.780Z Compiling toml v0.7.8
22642026-08-11T20:35:26.897Z Compiling hyper-tls v0.6.0
22652026-08-11T20:35:27.396Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22662026-08-11T20:35:27.525Z Compiling phf_shared v0.13.1
22672026-08-11T20:35:27.650Z Compiling zerocopy v0.7.35
22682026-08-11T20:35:27.831Z Compiling pin-project v1.1.11
22692026-08-11T20:35:27.900Z Compiling futures-executor v0.3.32
22702026-08-11T20:35:28.036Z Compiling enum-as-inner v0.6.1
22712026-08-11T20:35:28.063Z Compiling serde_repr v0.1.20
22722026-08-11T20:35:28.208Z Compiling vergen v9.1.0
22732026-08-11T20:35:28.230Z Compiling ff v0.13.1
22742026-08-11T20:35:28.240Z Compiling cargo-platform v0.3.2
22752026-08-11T20:35:28.398Z Compiling foldhash v0.1.5
22762026-08-11T20:35:28.419Z Compiling path-slash v0.1.5
22772026-08-11T20:35:28.573Z Compiling bitflags v1.3.2
22782026-08-11T20:35:28.591Z Compiling cpufeatures v0.3.0
22792026-08-11T20:35:28.609Z Compiling jiff-core v0.1.0
22802026-08-11T20:35:28.614Z Compiling bumpalo v3.20.2
22812026-08-11T20:35:28.666Z Compiling either v1.15.0
22822026-08-11T20:35:28.687Z Compiling managed v0.8.0
22832026-08-11T20:35:28.703Z Compiling libbz2-rs-sys v0.2.2
22842026-08-11T20:35:28.891Z Compiling same-file v1.0.6
22852026-08-11T20:35:28.905Z Compiling base16ct v0.2.0
22862026-08-11T20:35:28.922Z Compiling foldhash v0.2.0
22872026-08-11T20:35:28.956Z Compiling unicode-segmentation v1.12.0
22882026-08-11T20:35:29.066Z Compiling sec1 v0.7.3
22892026-08-11T20:35:29.085Z Compiling hashbrown v0.16.1
22902026-08-11T20:35:29.103Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22912026-08-11T20:35:29.125Z Compiling bzip2 v0.6.1
22922026-08-11T20:35:29.152Z Compiling walkdir v2.5.0
22932026-08-11T20:35:29.367Z Compiling zopfli v0.8.3
22942026-08-11T20:35:29.372Z Compiling dof v0.3.0
22952026-08-11T20:35:29.460Z Compiling jiff v0.2.34
22962026-08-11T20:35:29.503Z Compiling hashbrown v0.15.5
22972026-08-11T20:35:29.551Z Compiling cargo_metadata v0.23.1
22982026-08-11T20:35:29.633Z Compiling group v0.13.0
22992026-08-11T20:35:29.725Z Compiling futures v0.3.32
23002026-08-11T20:35:29.949Z Compiling snafu v0.8.9
23012026-08-11T20:35:30.290Z Compiling phf v0.13.1
23022026-08-11T20:35:30.582Z Compiling zstd v0.13.3
23032026-08-11T20:35:30.820Z Compiling reqwest v0.12.28
23042026-08-11T20:35:30.854Z Compiling cipher v0.5.2
23052026-08-11T20:35:30.944Z Compiling signal-hook-mio v0.2.5
23062026-08-11T20:35:31.079Z Compiling cookie_store v0.22.1
23072026-08-11T20:35:31.138Z Compiling postgres-types v0.2.12
23082026-08-11T20:35:31.156Z Compiling globset v0.4.18
23092026-08-11T20:35:31.212Z Compiling strum v0.27.2
23102026-08-11T20:35:31.500Z Compiling hubpack v0.1.2
23112026-08-11T20:35:31.550Z Compiling phf_shared v0.11.3
23122026-08-11T20:35:31.670Z Compiling hkdf v0.12.4
23132026-08-11T20:35:31.695Z Compiling dtrace-parser v0.2.0
23142026-08-11T20:35:31.722Z Compiling ed25519 v2.2.3
23152026-08-11T20:35:31.743Z Compiling byte-wrapper v0.1.0
23162026-08-11T20:35:31.762Z Compiling olpc-cjson v0.1.4
23172026-08-11T20:35:31.894Z Compiling pem v3.0.6
23182026-08-11T20:35:31.941Z Compiling serde-big-array v0.5.1
23192026-08-11T20:35:32.054Z Compiling serde_plain v1.0.2
23202026-08-11T20:35:32.097Z Compiling crypto-bigint v0.5.5
23212026-08-11T20:35:32.335Z Compiling float-cmp v0.10.0
23222026-08-11T20:35:32.350Z Compiling thread-id v4.2.2
23232026-08-11T20:35:32.395Z Compiling memmap2 v0.9.10
23242026-08-11T20:35:32.500Z Compiling static_assertions v1.1.0
23252026-08-11T20:35:32.509Z Compiling data-encoding v2.10.0
23262026-08-11T20:35:32.525Z Compiling normalize-line-endings v0.3.0
23272026-08-11T20:35:32.574Z Compiling winnow v1.0.3
23282026-08-11T20:35:32.610Z Compiling predicates-core v1.0.10
23292026-08-11T20:35:32.640Z Compiling const-oid v0.10.2
23302026-08-11T20:35:32.657Z Compiling difflib v0.4.0
23312026-08-11T20:35:32.932Z Compiling typed-path v0.9.3
23322026-08-11T20:35:32.975Z Compiling fixedbitset v0.4.2
23332026-08-11T20:35:32.975Z Compiling fixedbitset v0.5.7
23342026-08-11T20:35:33.012Z Compiling toml_write v0.1.2
23352026-08-11T20:35:33.046Z Compiling keccak v0.1.6
23362026-08-11T20:35:33.102Z Compiling new_debug_unreachable v1.0.6
23372026-08-11T20:35:33.215Z Compiling precomputed-hash v0.1.1
23382026-08-11T20:35:33.223Z Compiling winnow v0.7.14
23392026-08-11T20:35:33.259Z Compiling whoami v2.1.0
23402026-08-11T20:35:33.259Z Compiling chacha20 v0.10.0
23412026-08-11T20:35:33.259Z Compiling sha3 v0.10.8
23422026-08-11T20:35:33.288Z Compiling string_cache v0.8.9
23432026-08-11T20:35:33.308Z Compiling petgraph v0.8.3
23442026-08-11T20:35:33.548Z Compiling tokio-postgres v0.7.16
23452026-08-11T20:35:33.560Z Compiling petgraph v0.6.5
23462026-08-11T20:35:33.589Z Compiling elliptic-curve v0.13.8
23472026-08-11T20:35:33.606Z Compiling digest v0.11.3
23482026-08-11T20:35:33.834Z Compiling predicates v3.1.4
23492026-08-11T20:35:33.963Z Compiling toml_parser v1.1.2+spec-1.1.0
23502026-08-11T20:35:34.091Z Compiling hickory-proto v0.25.2
23512026-08-11T20:35:34.109Z Compiling usdt v0.6.0
23522026-08-11T20:35:34.257Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23532026-08-11T20:35:34.765Z Compiling toml_edit v0.22.27
23542026-08-11T20:35:34.784Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23552026-08-11T20:35:35.047Z Compiling ed25519-dalek v2.2.0
23562026-08-11T20:35:35.098Z Compiling zip v4.6.1
23572026-08-11T20:35:35.640Z Compiling crossterm v0.28.1
23582026-08-11T20:35:35.983Z Compiling iddqd v0.4.2
23592026-08-11T20:35:36.037Z Compiling crossbeam-epoch v0.9.18
23602026-08-11T20:35:36.068Z Compiling similar v2.7.0
23612026-08-11T20:35:36.087Z Compiling heck v0.4.1
23622026-08-11T20:35:36.177Z Compiling itertools v0.13.0
23632026-08-11T20:35:36.304Z Compiling itertools v0.15.0
23642026-08-11T20:35:36.364Z Compiling serde_with v3.21.0
23652026-08-11T20:35:36.403Z Compiling strum v0.26.3
23662026-08-11T20:35:36.554Z Compiling tokio-stream v0.1.18
23672026-08-11T20:35:36.718Z Compiling buf-list v1.1.2
23682026-08-11T20:35:36.808Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23692026-08-11T20:35:36.855Z Compiling openapiv3 v2.2.0
23702026-08-11T20:35:37.039Z Compiling lalrpop-util v0.19.12
23712026-08-11T20:35:37.045Z Compiling peg-runtime v0.8.5
23722026-08-11T20:35:43.275Z Compiling filetime v0.2.27
23732026-08-11T20:35:44.260Z Compiling xattr v1.6.1
23742026-08-11T20:35:44.260Z Compiling tar v0.4.46
23752026-08-11T20:35:52.090Z Compiling rustls-webpki v0.103.13
23762026-08-11T20:35:52.090Z Compiling multer v3.1.0
23772026-08-11T20:35:52.090Z Compiling thread_local v1.1.9
23782026-08-11T20:35:52.142Z Compiling match_cfg v0.1.0
23792026-08-11T20:35:52.335Z Compiling slog-async v2.8.0
23802026-08-11T20:35:52.533Z Compiling compression-core v0.4.31
23812026-08-11T20:35:52.609Z Compiling rayon-core v1.13.0
23822026-08-11T20:35:52.689Z Compiling compression-codecs v0.4.37
23832026-08-11T20:35:52.737Z Compiling hostname v0.3.1
23842026-08-11T20:35:52.779Z Compiling atomicwrites v0.4.4
23852026-08-11T20:35:52.807Z Compiling camino-tempfile v1.4.1
23862026-08-11T20:35:52.823Z Compiling crossbeam-channel v0.5.15
23872026-08-11T20:35:52.863Z Compiling slog-json v2.6.1
23882026-08-11T20:35:52.908Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23892026-08-11T20:35:53.051Z Compiling half v2.7.1
23902026-08-11T20:35:53.064Z Compiling async-stream-impl v0.3.6
23912026-08-11T20:35:53.128Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23922026-08-11T20:35:53.151Z Compiling serde_spanned v1.1.1
23932026-08-11T20:35:53.185Z Compiling toml_datetime v1.1.1+spec-1.1.0
23942026-08-11T20:35:53.216Z Compiling serde_path_to_error v0.1.20
23952026-08-11T20:35:53.325Z Compiling is-terminal v0.4.17
23962026-08-11T20:35:53.425Z Compiling fs-err v2.11.0
23972026-08-11T20:35:53.464Z Compiling dropshot v0.17.1
23982026-08-11T20:35:53.480Z Compiling take_mut v0.2.2
23992026-08-11T20:35:53.521Z Compiling toml_writer v1.1.1+spec-1.1.0
24002026-08-11T20:35:53.547Z Compiling debug-ignore v1.0.5
24012026-08-11T20:35:53.635Z Compiling term v1.2.1
24022026-08-11T20:35:53.646Z Compiling ciborium-io v0.2.2
24032026-08-11T20:35:53.671Z Compiling async-stream v0.3.6
24042026-08-11T20:35:53.689Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052026-08-11T20:35:53.830Z Compiling ciborium-ll v0.2.2
24062026-08-11T20:35:53.837Z Compiling toml v1.1.2+spec-1.1.0
24072026-08-11T20:35:53.837Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24082026-08-11T20:35:53.837Z Compiling slog-bunyan v2.5.0
24092026-08-11T20:35:53.837Z Compiling async-compression v0.4.41
24102026-08-11T20:35:53.880Z Compiling crossbeam-deque v0.8.6
24112026-08-11T20:35:54.011Z Compiling slog-term v2.9.2
24122026-08-11T20:35:54.027Z Compiling sha1 v0.11.0
24132026-08-11T20:35:54.121Z Compiling parse-display-derive v0.10.0
24142026-08-11T20:35:54.304Z Compiling newtype-uuid-macros v0.1.0
24152026-08-11T20:35:54.423Z Compiling dropshot_endpoint v0.17.1
24162026-08-11T20:35:54.482Z Compiling waitgroup v0.1.2
24172026-08-11T20:35:54.676Z Compiling rustls-pemfile v2.2.0
24182026-08-11T20:35:54.829Z Compiling tokio-rustls v0.26.4
24192026-08-11T20:35:54.843Z Compiling rustls-platform-verifier v0.6.2
24202026-08-11T20:35:54.955Z Compiling tough v0.22.0
24212026-08-11T20:35:55.025Z Compiling backon v1.6.0
24222026-08-11T20:35:55.068Z Compiling hyper-rustls v0.27.7
24232026-08-11T20:35:55.115Z Compiling blake3 v1.8.5
24242026-08-11T20:35:55.147Z Compiling hostname v0.4.2
24252026-08-11T20:35:55.290Z Compiling instant v0.1.13
24262026-08-11T20:35:55.323Z Compiling reqwest v0.13.2
24272026-08-11T20:35:55.340Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24282026-08-11T20:35:55.387Z Compiling backoff v0.4.0
24292026-08-11T20:35:55.418Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24302026-08-11T20:35:55.611Z Compiling parse-display v0.10.0
24312026-08-11T20:35:55.664Z Compiling ciborium v0.2.2
24322026-08-11T20:35:55.973Z Compiling toml v0.8.23
24332026-08-11T20:35:56.112Z Compiling regress v0.10.5
24342026-08-11T20:35:56.148Z Compiling itertools v0.14.0
24352026-08-11T20:35:56.303Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24362026-08-11T20:35:56.414Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24372026-08-11T20:35:56.451Z Compiling macaddr v1.0.1
24382026-08-11T20:35:56.665Z Compiling arrayvec v0.7.6
24392026-08-11T20:35:56.745Z Compiling arrayref v0.3.9
24402026-08-11T20:35:56.835Z Compiling humantime v2.3.0
24412026-08-11T20:35:56.920Z Compiling parse-size v1.1.0
24422026-08-11T20:35:56.938Z Compiling constant_time_eq v0.4.2
24432026-08-11T20:35:57.054Z Compiling indent_write v2.2.0
24442026-08-11T20:35:57.227Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24452026-08-11T20:35:57.280Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24462026-08-11T20:35:57.341Z Compiling sha2 v0.11.0
24472026-08-11T20:35:57.458Z Compiling digest-io v0.1.0
24482026-08-11T20:35:57.622Z Compiling rawzip v0.4.4
24492026-08-11T20:35:57.639Z Compiling display-error-chain v0.2.2
24502026-08-11T20:35:57.676Z Compiling topological-sort v0.2.2
24512026-08-11T20:35:57.803Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24522026-08-11T20:35:57.866Z Compiling shell-words v1.1.1
24532026-08-11T20:35:58.606Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24542026-08-11T20:35:58.919Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24552026-08-11T20:36:05.095Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24562026-08-11T20:36:07.180Z Compiling progenitor-client v0.14.0
24572026-08-11T20:36:07.180Z Compiling omicron-zone-package v0.12.3
24582026-08-11T20:36:07.429Z Compiling progenitor-extras v0.2.0
24592026-08-11T20:36:07.684Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24602026-08-11T20:36:07.739Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-08-11T20:36:07.817Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24622026-08-11T20:36:07.916Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24632026-08-11T20:36:09.137Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24642026-08-11T20:36:12.970Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24652026-08-11T20:36:16.020Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24662026-08-11T20:36:29.745Z Finished `release` profile [optimized] target(s) in 1m 35s
24672026-08-11T20:36:29.889Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24682026-08-11T20:36:29.944ZAug 11 20:36:28.788 DEBG changing working directory to /work/oxidecomputer/omicron
24692026-08-11T20:36:30.038ZAug 11 20:36:28.883 DEBG running: git rev-parse HEAD
24702026-08-11T20:36:30.042ZAug 11 20:36:28.885 DEBG process exited with exit status: 0 (2.402252ms)
24712026-08-11T20:36:30.043ZAug 11 20:36:28.885 INFO version: 23.0.0-0.ci+gite9029c0146e
24722026-08-11T20:36:30.048ZAug 11 20:36:28.893 INFO cloning helios to /work/oxidecomputer/helios
24732026-08-11T20:36:30.049ZAug 11 20:36:28.893 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24742026-08-11T20:36:30.052ZCloning into '/work/oxidecomputer/helios'...
24752026-08-11T20:36:30.682ZAug 11 20:36:29.526 DEBG process exited with exit status: 0 (632.567757ms)
24762026-08-11T20:36:30.682ZAug 11 20:36:29.526 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24772026-08-11T20:36:30.687ZAug 11 20:36:29.528 DEBG process exited with exit status: 0 (2.401382ms)
24782026-08-11T20:36:30.687ZAug 11 20:36:29.528 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24792026-08-11T20:36:31.563ZAug 11 20:36:29.887 DEBG process exited with exit status: 0 (358.995179ms)
24802026-08-11T20:36:31.563ZAug 11 20:36:29.887 DEBG running: zfs list rpool/images/build/host
24812026-08-11T20:36:31.571ZNAME USED AVAIL REFER MOUNTPOINT
24822026-08-11T20:36:31.571Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24832026-08-11T20:36:31.571ZAug 11 20:36:29.892 DEBG process exited with exit status: 0 (4.264653ms)
24842026-08-11T20:36:31.571ZAug 11 20:36:29.892 DEBG running: zfs list rpool/images/build/recovery
24852026-08-11T20:36:31.571ZNAME USED AVAIL REFER MOUNTPOINT
24862026-08-11T20:36:31.571Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24872026-08-11T20:36:31.571ZAug 11 20:36:29.895 DEBG process exited with exit status: 0 (3.432273ms)
24882026-08-11T20:36:31.571ZAug 11 20:36:29.895 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24892026-08-11T20:36:31.571ZAug 11 20:36:29.907 INFO console client API version matches nexus API version (2026073100.0.0)
24902026-08-11T20:36:31.571ZAug 11 20:36:29.908 INFO [hubris-production] running task
24912026-08-11T20:36:31.571ZAug 11 20:36:29.909 INFO [hubris-staging] running task
24922026-08-11T20:36:31.571ZAug 11 20:36:29.909 INFO [incorp-manifest] running task
24932026-08-11T20:36:31.571ZAug 11 20:36:29.909 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24942026-08-11T20:36:31.571ZAug 11 20:36:29.909 INFO [incorp-create] running: pkgrepo create /work/incorporation
24952026-08-11T20:36:31.571ZAug 11 20:36:29.910 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
24962026-08-11T20:36:31.571ZAug 11 20:36:29.911 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24972026-08-11T20:36:31.571Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24982026-08-11T20:36:31.571Z[ omicron-package] Blocking waiting for file lock on package cache
24992026-08-11T20:36:31.571ZAug 11 20:36:30.139 INFO [incorp-create] process exited with exit status: 0 (230.256933ms)
25002026-08-11T20:36:31.571ZAug 11 20:36:30.140 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25012026-08-11T20:36:31.571ZAug 11 20:36:30.359 INFO [incorp-publisher] process exited with exit status: 0 (219.396626ms)
25022026-08-11T20:36:31.869Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-08-11T20:36:32.365ZAug 11 20:36:31.210 INFO [hubris-production] task succeeded (1.301631971s)
25042026-08-11T20:36:32.938ZAug 11 20:36:31.783 DEBG process exited with exit status: 0 (1.874338243s)
25052026-08-11T20:36:32.938ZAug 11 20:36:31.783 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25062026-08-11T20:36:33.063Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25072026-08-11T20:36:33.063Z[ omicron-package] Compiling secrecy v0.10.3
25082026-08-11T20:36:33.066Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25092026-08-11T20:36:33.066Z[ omicron-package] Compiling heapless v0.8.0
25102026-08-11T20:36:33.066Z[ omicron-package] Compiling ingot-macros v0.2.0
25112026-08-11T20:36:33.066Z[ omicron-package] Compiling hash32 v0.3.1
25122026-08-11T20:36:33.066Z[ omicron-package] Compiling inout v0.1.4
25132026-08-11T20:36:33.066Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25142026-08-11T20:36:33.066Z[ omicron-package] Compiling smoltcp v0.11.0
25152026-08-11T20:36:33.066Z[ omicron-package] Compiling unicode-width v0.2.0
25162026-08-11T20:36:33.630Z[ omicron-package] Compiling cipher v0.4.4
25172026-08-11T20:36:33.711Z[ omicron-package] Compiling cobs v0.3.0
25182026-08-11T20:36:33.715Z[ omicron-package] Compiling universal-hash v0.5.1
25192026-08-11T20:36:33.741Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25202026-08-11T20:36:34.000Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25212026-08-11T20:36:34.161Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25222026-08-11T20:36:34.218Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25232026-08-11T20:36:34.218Z[ omicron-package] Compiling convert_case v0.4.0
25242026-08-11T20:36:34.218Z[ omicron-package] Compiling opaque-debug v0.3.1
25252026-08-11T20:36:34.233Z[ omicron-package] Compiling chacha20 v0.9.1
25262026-08-11T20:36:34.236Z[ omicron-package] Compiling postcard v1.1.3
25272026-08-11T20:36:34.301Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25282026-08-11T20:36:34.436Z[ omicron-package] Compiling poly1305 v0.8.0
25292026-08-11T20:36:34.519Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25302026-08-11T20:36:34.584Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25312026-08-11T20:36:34.610Z[ omicron-package] Compiling password-hash v0.5.0
25322026-08-11T20:36:34.613Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25332026-08-11T20:36:34.756Z[ omicron-package] Compiling blake2 v0.10.6
25342026-08-11T20:36:34.790Z[ omicron-package] Compiling aead v0.5.2
25352026-08-11T20:36:34.905Z[ omicron-package] Compiling derive_more v0.99.20
25362026-08-11T20:36:35.053Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25372026-08-11T20:36:35.092Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25382026-08-11T20:36:35.156Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25392026-08-11T20:36:35.313Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25402026-08-11T20:36:35.317Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25412026-08-11T20:36:35.317Z[ omicron-package] Compiling proc-macro-error v1.0.4
25422026-08-11T20:36:35.317Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25432026-08-11T20:36:35.458Z[ omicron-package] Compiling vsss-rs v3.3.4
25442026-08-11T20:36:35.461Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25452026-08-11T20:36:35.646Z[ omicron-package] Compiling argon2 v0.5.3
25462026-08-11T20:36:35.717Z[ omicron-package] Compiling num_enum_derive v0.5.11
25472026-08-11T20:36:35.763Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25482026-08-11T20:36:35.910Z[ omicron-package] Compiling num_enum_derive v0.7.6
25492026-08-11T20:36:35.926ZAug 11 20:36:34.771 DEBG process exited with exit status: 0 (2.98766077s)
25502026-08-11T20:36:35.934ZAug 11 20:36:34.779 INFO [incorp-manifest] task succeeded (4.87069475s)
25512026-08-11T20:36:35.938ZAug 11 20:36:34.779 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25522026-08-11T20:36:35.942Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25532026-08-11T20:36:35.981Z[ omicron-package] Compiling foreign-types v0.5.0
25542026-08-11T20:36:36.007Z[ omicron-package] Compiling tabwriter v1.4.1
25552026-08-11T20:36:36.031Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25562026-08-11T20:36:36.066Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25572026-08-11T20:36:36.108Z[ omicron-package] Compiling cstr-argument v0.1.2
25582026-08-11T20:36:36.167ZAug 11 20:36:35.012 INFO [incorp-fmt] process exited with exit status: 0 (232.715494ms)
25592026-08-11T20:36:36.170ZAug 11 20:36:35.012 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25602026-08-11T20:36:36.204Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25612026-08-11T20:36:36.312Z[ omicron-package] Compiling ingot-types v0.2.0
25622026-08-11T20:36:36.353Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25632026-08-11T20:36:36.448Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25642026-08-11T20:36:36.527Z[ omicron-package] Compiling rayon v1.11.0
25652026-08-11T20:36:36.569Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T203635Z
25662026-08-11T20:36:36.569Z[ incorp-pkgsend] PUBLISHED
25672026-08-11T20:36:36.597Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-08-11T20:36:36.622ZAug 11 20:36:35.467 INFO [incorp-pkgsend] process exited with exit status: 0 (454.543662ms)
25692026-08-11T20:36:36.625ZAug 11 20:36:35.467 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25702026-08-11T20:36:36.630Z[ omicron-package] Compiling rand v0.10.1
25712026-08-11T20:36:36.755Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25722026-08-11T20:36:36.802Z[ omicron-package] Compiling colored v3.1.1
25732026-08-11T20:36:36.838Z[ omicron-package] Compiling ingot v0.2.1
25742026-08-11T20:36:36.841Z[ omicron-package] Compiling libefi-sys v0.1.0
25752026-08-11T20:36:36.887Z[ omicron-package] Compiling num_enum v0.5.11
25762026-08-11T20:36:36.887Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25772026-08-11T20:36:36.950Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25782026-08-11T20:36:36.953Z[ helios-incorp] Retrieving packages for publisher helios ...
25792026-08-11T20:36:36.953Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25802026-08-11T20:36:36.963Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25812026-08-11T20:36:36.994Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25822026-08-11T20:36:37.001Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25832026-08-11T20:36:37.001Z[ helios-incorp]
25842026-08-11T20:36:37.001Z[ helios-incorp] Archiving packages ...
25852026-08-11T20:36:37.001Z[ helios-incorp] Packages to add: 1
25862026-08-11T20:36:37.001Z[ helios-incorp] Files to retrieve: 0
25872026-08-11T20:36:37.001Z[ helios-incorp] Estimated transfer size: 0.00 B
25882026-08-11T20:36:37.001Z[ helios-incorp]
25892026-08-11T20:36:37.002Z[ helios-incorp] Packages to archive:
25902026-08-11T20:36:37.002Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T203635Z
25912026-08-11T20:36:37.002Z[ helios-incorp]
25922026-08-11T20:36:37.002Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25932026-08-11T20:36:37.002Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25942026-08-11T20:36:37.012Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-08-11T20:36:37.025ZAug 11 20:36:35.870 INFO [helios-incorp] process exited with exit status: 0 (402.507303ms)
25962026-08-11T20:36:37.049Z[ omicron-package] Compiling itertools v0.12.1
25972026-08-11T20:36:37.193Z[ omicron-package] Compiling num_enum v0.7.6
25982026-08-11T20:36:37.206Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25992026-08-11T20:36:37.248Z[ omicron-package] Compiling usdt-macro v0.5.0
26002026-08-11T20:36:37.314Z[ omicron-package] Compiling num-derive v0.4.2
26012026-08-11T20:36:37.366Z[ omicron-package] Compiling bitfield-struct v0.6.2
26022026-08-11T20:36:37.429Z[ omicron-package] Compiling memmap v0.7.0
26032026-08-11T20:36:37.535Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26042026-08-11T20:36:37.581Z[ omicron-package] Compiling sigpipe v0.1.3
26052026-08-11T20:36:37.592Z[ omicron-package] Compiling glob v0.3.3
26062026-08-11T20:36:37.628Z[ omicron-package] Compiling swrite v0.1.0
26072026-08-11T20:36:37.675Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-08-11T20:36:37.735Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26092026-08-11T20:36:37.819Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26102026-08-11T20:36:38.120Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26112026-08-11T20:36:38.177Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26122026-08-11T20:36:38.225Z[ omicron-package] Compiling smf v0.2.3
26132026-08-11T20:36:38.225Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142026-08-11T20:36:38.239Z[ omicron-package] Compiling usdt v0.5.0
26152026-08-11T20:36:38.355Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26162026-08-11T20:36:38.423Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26172026-08-11T20:36:38.526Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182026-08-11T20:36:38.568Z[ omicron-package] Compiling whoami v1.6.1
26192026-08-11T20:36:38.622Z[ omicron-package] Compiling zone v0.3.1
26202026-08-11T20:36:38.677Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26212026-08-11T20:36:38.747Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26222026-08-11T20:36:38.807Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232026-08-11T20:36:38.884Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26242026-08-11T20:36:38.979Z[ omicron-package] Compiling console v0.16.2
26252026-08-11T20:36:39.048Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26262026-08-11T20:36:39.111Z[ omicron-package] Compiling gethostname v0.5.0
26272026-08-11T20:36:39.198Z[ omicron-package] Compiling unit-prefix v0.5.2
26282026-08-11T20:36:39.234Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26292026-08-11T20:36:39.583Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26302026-08-11T20:36:39.712Z[ omicron-package] Compiling indicatif v0.18.4
26312026-08-11T20:36:40.775Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26322026-08-11T20:36:42.181Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26332026-08-11T20:36:45.712Z[ helios-setup] Aug 11 20:36:44.557 INFO helios repository root is: /work/oxidecomputer/helios
26342026-08-11T20:36:45.715Z[ helios-setup] Aug 11 20:36:44.558 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
26352026-08-11T20:36:45.715Z[ helios-setup] Aug 11 20:36:44.558 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26362026-08-11T20:36:45.715Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26372026-08-11T20:36:47.115Z[ helios-setup] Aug 11 20:36:45.960 INFO clone ok!, project: pilot
26382026-08-11T20:36:47.118Z[ helios-setup] Aug 11 20:36:45.960 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
26392026-08-11T20:36:47.118Z[ helios-setup] Aug 11 20:36:45.960 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26402026-08-11T20:36:47.118Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26412026-08-11T20:36:47.158ZAug 11 20:36:46.003 INFO [hubris-staging] task succeeded (16.094737612s)
26422026-08-11T20:36:47.630Z[ helios-setup] Aug 11 20:36:46.475 INFO clone ok!, project: phbl
26432026-08-11T20:36:47.630Z[ helios-setup] Aug 11 20:36:46.475 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
26442026-08-11T20:36:47.630Z[ helios-setup] Aug 11 20:36:46.475 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26452026-08-11T20:36:47.633Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26462026-08-11T20:36:48.166Z[ helios-setup] Aug 11 20:36:47.010 INFO clone ok!, project: bootserver
26472026-08-11T20:36:48.166Z[ helios-setup] Aug 11 20:36:47.011 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
26482026-08-11T20:36:48.169Z[ helios-setup] Aug 11 20:36:47.011 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
26492026-08-11T20:36:48.169Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26502026-08-11T20:36:48.596Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26512026-08-11T20:36:48.979Z[ helios-setup] Aug 11 20:36:47.824 INFO clone ok!, project: amd-host-image-builder
26522026-08-11T20:36:48.982Z[ helios-setup] Aug 11 20:36:47.824 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
26532026-08-11T20:36:48.982Z[ helios-setup] Aug 11 20:36:47.824 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26542026-08-11T20:36:48.983Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26552026-08-11T20:36:50.034Z[ helios-setup] Aug 11 20:36:48.878 INFO clone ok!, project: chelsio-t6-roms
26562026-08-11T20:36:50.034Z[ helios-setup] Aug 11 20:36:48.878 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26572026-08-11T20:36:50.034Z[ helios-setup] Aug 11 20:36:48.878 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
26582026-08-11T20:36:50.037Z[ helios-setup] Aug 11 20:36:48.878 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26592026-08-11T20:36:50.037Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26602026-08-11T20:36:50.529Z[ helios-setup] Aug 11 20:36:49.373 INFO clone ok!, project: pinprick
26612026-08-11T20:36:50.529Z[ helios-setup] Aug 11 20:36:49.373 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
26622026-08-11T20:36:50.532Z[ helios-setup] Aug 11 20:36:49.373 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26632026-08-11T20:36:50.532Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26642026-08-11T20:36:51.358Z[ helios-setup] Aug 11 20:36:50.202 INFO clone ok!, project: dmar-report
26652026-08-11T20:36:51.358Z[ helios-setup] Aug 11 20:36:50.203 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
26662026-08-11T20:36:51.361Z[ helios-setup] Aug 11 20:36:50.203 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26672026-08-11T20:36:51.361Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26682026-08-11T20:36:51.859Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692026-08-11T20:36:52.917Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26702026-08-11T20:36:57.812Z[ helios-setup] Aug 11 20:36:56.657 INFO clone ok!, project: amd-firmware
26712026-08-11T20:36:57.816Z[ helios-setup] Aug 11 20:36:56.657 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26722026-08-11T20:36:57.816Z[ helios-setup] Aug 11 20:36:56.657 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26732026-08-11T20:36:57.816Z[ helios-setup] Aug 11 20:36:56.657 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
26742026-08-11T20:36:57.816Z[ helios-setup] Aug 11 20:36:56.657 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26752026-08-11T20:36:57.816Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26762026-08-11T20:36:58.340Z[ helios-setup] Aug 11 20:36:57.184 INFO clone ok!, project: image-builder
26772026-08-11T20:36:58.340Z[ helios-setup] Aug 11 20:36:57.184 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26782026-08-11T20:36:58.557Z[ helios-setup] Aug 11 20:36:57.402 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26792026-08-11T20:36:58.771Z[ helios-setup] Aug 11 20:36:57.615 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26802026-08-11T20:36:58.771Z[ helios-setup] Aug 11 20:36:57.615 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26812026-08-11T20:36:58.983Z[ helios-setup] Aug 11 20:36:57.828 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26822026-08-11T20:36:59.198Z[ helios-setup] Aug 11 20:36:58.042 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26832026-08-11T20:36:59.201Z[ helios-setup] Aug 11 20:36:58.042 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26842026-08-11T20:36:59.421Z[ helios-setup] Aug 11 20:36:58.265 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26852026-08-11T20:36:59.667Z[ helios-setup] Aug 11 20:36:58.512 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26862026-08-11T20:36:59.668Z[ helios-setup] Aug 11 20:36:58.512 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26872026-08-11T20:36:59.739Z[ helios-setup] Aug 11 20:36:58.512 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26882026-08-11T20:36:59.739Z[ helios-setup] Aug 11 20:36:58.512 INFO ok!
26892026-08-11T20:36:59.740Z[ helios-setup] Aug 11 20:36:58.512 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26902026-08-11T20:36:59.740Z[ helios-setup] Aug 11 20:36:58.512 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26912026-08-11T20:36:59.740Z[ helios-setup] Aug 11 20:36:58.512 INFO ok!
26922026-08-11T20:36:59.740Z[ helios-setup] Aug 11 20:36:58.512 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26932026-08-11T20:36:59.740Z[ helios-setup] Aug 11 20:36:58.512 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26942026-08-11T20:36:59.740Z[ helios-setup] Aug 11 20:36:58.512 INFO ok!
26952026-08-11T20:36:59.740Z[ helios-setup] Aug 11 20:36:58.512 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26962026-08-11T20:36:59.744Z[ helios-setup] Aug 11 20:36:58.521 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
26972026-08-11T20:36:59.744Z[ helios-setup] Aug 11 20:36:58.521 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26982026-08-11T20:36:59.744Z[ helios-setup] Aug 11 20:36:58.521 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26992026-08-11T20:36:59.760Z[ helios-setup] Aug 11 20:36:58.604 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27002026-08-11T20:37:00.086Z[ helios-setup] Aug 11 20:36:58.931 INFO E| From https://github.com/jclulow/hiercmd
27012026-08-11T20:37:00.086Z[ helios-setup] Aug 11 20:36:58.931 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27022026-08-11T20:37:00.096Z[ helios-setup] Aug 11 20:36:58.941 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27032026-08-11T20:37:00.421Z[ helios-setup] Aug 11 20:36:59.262 INFO E| From https://github.com/oxidecomputer/network-interface
27042026-08-11T20:37:00.421Z[ helios-setup] Aug 11 20:36:59.262 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27052026-08-11T20:37:00.427Z[ helios-setup] Aug 11 20:36:59.272 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27062026-08-11T20:37:00.752Z[ helios-setup] Aug 11 20:36:59.597 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27072026-08-11T20:37:00.752Z[ helios-setup] Aug 11 20:36:59.597 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27082026-08-11T20:37:00.768Z[ helios-setup] Aug 11 20:36:59.613 INFO E| Updating crates.io index
27092026-08-11T20:37:01.037Z[ helios-setup] Aug 11 20:36:59.882 INFO E| Downloading crates ...
27102026-08-11T20:37:01.104Z[ helios-setup] Aug 11 20:36:59.949 INFO E| Downloaded num_enum_derive v0.7.5
27112026-08-11T20:37:01.107Z[ helios-setup] Aug 11 20:36:59.950 INFO E| Downloaded getrandom v0.2.16
27122026-08-11T20:37:01.107Z[ helios-setup] Aug 11 20:36:59.951 INFO E| Downloaded futures v0.3.31
27132026-08-11T20:37:01.111Z[ helios-setup] Aug 11 20:36:59.954 INFO E| Downloaded devinfo v0.1.0
27142026-08-11T20:37:01.117Z[ helios-setup] Aug 11 20:36:59.962 INFO E| Downloaded zerocopy-derive v0.8.27
27152026-08-11T20:37:01.120Z[ helios-setup] Aug 11 20:36:59.965 INFO E| Downloaded clap_derive v4.5.49
27162026-08-11T20:37:01.123Z[ helios-setup] Aug 11 20:36:59.967 INFO E| Downloaded clap_lex v0.7.6
27172026-08-11T20:37:01.129Z[ helios-setup] Aug 11 20:36:59.974 INFO E| Downloaded futures-task v0.3.31
27182026-08-11T20:37:01.132Z[ helios-setup] Aug 11 20:36:59.974 INFO E| Downloaded deranged v0.5.5
27192026-08-11T20:37:01.134Z[ helios-setup] Aug 11 20:36:59.978 INFO E| Downloaded futures-core v0.3.31
27202026-08-11T20:37:01.137Z[ helios-setup] Aug 11 20:36:59.982 INFO E| Downloaded bitfield-macros v0.19.3
27212026-08-11T20:37:01.137Z[ helios-setup] Aug 11 20:36:59.982 INFO E| Downloaded crc v3.3.0
27222026-08-11T20:37:01.140Z[ helios-setup] Aug 11 20:36:59.983 INFO E| Downloaded anstyle-query v1.1.4
27232026-08-11T20:37:01.150Z[ helios-setup] Aug 11 20:36:59.995 INFO E| Downloaded anstyle v1.0.13
27242026-08-11T20:37:01.153Z[ helios-setup] Aug 11 20:36:59.996 INFO E| Downloaded find-msvc-tools v0.1.4
27252026-08-11T20:37:01.169Z[ helios-setup] Aug 11 20:37:00.014 INFO E| Downloaded serde_spanned v1.0.3
27262026-08-11T20:37:01.172Z[ helios-setup] Aug 11 20:37:00.016 INFO E| Downloaded itoa v1.0.15
27272026-08-11T20:37:01.178Z[ helios-setup] Aug 11 20:37:00.023 INFO E| Downloaded futures-io v0.3.31
27282026-08-11T20:37:01.180Z[ helios-setup] Aug 11 20:37:00.025 INFO E| Downloaded zeroize_derive v1.4.2
27292026-08-11T20:37:01.183Z[ helios-setup] Aug 11 20:37:00.027 INFO E| Downloaded env_filter v0.1.4
27302026-08-11T20:37:01.186Z[ helios-setup] Aug 11 20:37:00.031 INFO E| Downloaded pin-utils v0.1.0
27312026-08-11T20:37:01.189Z[ helios-setup] Aug 11 20:37:00.033 INFO E| Downloaded futures-macro v0.3.31
27322026-08-11T20:37:01.191Z[ helios-setup] Aug 11 20:37:00.035 INFO E| Downloaded time-core v0.1.6
27332026-08-11T20:37:01.194Z[ helios-setup] Aug 11 20:37:00.039 INFO E| Downloaded futures-sink v0.3.31
27342026-08-11T20:37:01.203Z[ helios-setup] Aug 11 20:37:00.048 INFO E| Downloaded simd-adler32 v0.3.7
27352026-08-11T20:37:01.205Z[ helios-setup] Aug 11 20:37:00.050 INFO E| Downloaded libdevinfo-sys v1.1.0
27362026-08-11T20:37:01.213Z[ helios-setup] Aug 11 20:37:00.058 INFO E| Downloaded bitfield v0.19.3
27372026-08-11T20:37:01.216Z[ helios-setup] Aug 11 20:37:00.059 INFO E| Downloaded num_enum v0.7.5
27382026-08-11T20:37:01.219Z[ helios-setup] Aug 11 20:37:00.062 INFO E| Downloaded quote v1.0.41
27392026-08-11T20:37:01.219Z[ helios-setup] Aug 11 20:37:00.063 INFO E| Downloaded pin-project-lite v0.2.16
27402026-08-11T20:37:01.229Z[ helios-setup] Aug 11 20:37:00.074 INFO E| Downloaded base64ct v1.8.0
27412026-08-11T20:37:01.232Z[ helios-setup] Aug 11 20:37:00.075 INFO E| Downloaded futures-channel v0.3.31
27422026-08-11T20:37:01.232Z[ helios-setup] Aug 11 20:37:00.076 INFO E| Downloaded slab v0.4.11
27432026-08-11T20:37:01.245Z[ helios-setup] Aug 11 20:37:00.090 INFO E| Downloaded generic-array v0.14.9
27442026-08-11T20:37:01.249Z[ helios-setup] Aug 11 20:37:00.094 INFO E| Downloaded toml_datetime v0.7.3
27452026-08-11T20:37:01.252Z[ helios-setup] Aug 11 20:37:00.096 INFO E| Downloaded futures-executor v0.3.31
27462026-08-11T20:37:01.252Z[ helios-setup] Aug 11 20:37:00.096 INFO E| Downloaded getopts v0.2.24
27472026-08-11T20:37:01.258Z[ helios-setup] Aug 11 20:37:00.097 INFO E| Downloaded signal-hook-registry v1.4.6
27482026-08-11T20:37:01.258Z[ helios-setup] Aug 11 20:37:00.098 INFO E| Downloaded tokio-macros v2.6.0
27492026-08-11T20:37:01.258Z[ helios-setup] Aug 11 20:37:00.099 INFO E| Downloaded zeroize v1.8.2
27502026-08-11T20:37:01.264Z[ helios-setup] Aug 11 20:37:00.109 INFO E| Downloaded toml_writer v1.0.4
27512026-08-11T20:37:01.273Z[ helios-setup] Aug 11 20:37:00.118 INFO E| Downloaded clap v4.5.51
27522026-08-11T20:37:01.282Z[ helios-setup] Aug 11 20:37:00.126 INFO E| Downloaded time-macros v0.2.24
27532026-08-11T20:37:01.286Z[ helios-setup] Aug 11 20:37:00.128 INFO E| Downloaded unicode-ident v1.0.22
27542026-08-11T20:37:01.291Z[ helios-setup] Aug 11 20:37:00.136 INFO E| Downloaded bitflags v2.10.0
27552026-08-11T20:37:01.293Z[ helios-setup] Aug 11 20:37:00.138 INFO E| Downloaded env_logger v0.11.8
27562026-08-11T20:37:01.299Z[ helios-setup] Aug 11 20:37:00.144 INFO E| Downloaded term v1.2.0
27572026-08-11T20:37:01.301Z[ helios-setup] Aug 11 20:37:00.146 INFO E| Downloaded ryu v1.0.20
27582026-08-11T20:37:01.304Z[ helios-setup] Aug 11 20:37:00.148 INFO E| Downloaded thiserror v2.0.17
27592026-08-11T20:37:01.307Z[ helios-setup] Aug 11 20:37:00.151 INFO E| Downloaded thiserror-impl v2.0.17
27602026-08-11T20:37:01.307Z[ helios-setup] Aug 11 20:37:00.152 INFO E| Downloaded iana-time-zone v0.1.64
27612026-08-11T20:37:01.314Z[ helios-setup] Aug 11 20:37:00.159 INFO E| Downloaded log v0.4.28
27622026-08-11T20:37:01.317Z[ helios-setup] Aug 11 20:37:00.160 INFO E| Downloaded proc-macro2 v1.0.103
27632026-08-11T20:37:01.323Z[ helios-setup] Aug 11 20:37:00.168 INFO E| Downloaded toml_parser v1.0.4
27642026-08-11T20:37:01.346Z[ helios-setup] Aug 11 20:37:00.191 INFO E| Downloaded anyhow v1.0.100
27652026-08-11T20:37:01.354Z[ helios-setup] Aug 11 20:37:00.199 INFO E| Downloaded bytes v1.10.1
27662026-08-11T20:37:01.357Z[ helios-setup] Aug 11 20:37:00.201 INFO E| Downloaded flate2 v1.1.5
27672026-08-11T20:37:01.368Z[ helios-setup] Aug 11 20:37:00.213 INFO E| Downloaded toml v0.9.8
27682026-08-11T20:37:01.374Z[ helios-setup] Aug 11 20:37:00.219 INFO E| Downloaded typenum v1.19.0
27692026-08-11T20:37:01.377Z[ helios-setup] Aug 11 20:37:00.220 INFO E| Downloaded uuid v1.18.1
27702026-08-11T20:37:01.379Z[ helios-setup] Aug 11 20:37:00.222 INFO E| Downloaded socket2 v0.6.1
27712026-08-11T20:37:01.380Z[ helios-setup] Aug 11 20:37:00.223 INFO E| Downloaded cc v1.2.44
27722026-08-11T20:37:01.381Z[ helios-setup] Aug 11 20:37:00.225 INFO E| Downloaded toml_edit v0.23.7
27732026-08-11T20:37:01.385Z[ helios-setup] Aug 11 20:37:00.231 INFO E| Downloaded rsa v0.9.8
27742026-08-11T20:37:01.393Z[ helios-setup] Aug 11 20:37:00.239 INFO E| Downloaded memchr v2.7.6
27752026-08-11T20:37:01.402Z[ helios-setup] Aug 11 20:37:00.247 INFO E| Downloaded mio v1.1.0
27762026-08-11T20:37:01.417Z[ helios-setup] Aug 11 20:37:00.262 INFO E| Downloaded rand v0.8.5
27772026-08-11T20:37:01.424Z[ helios-setup] Aug 11 20:37:00.269 INFO E| Downloaded hashbrown v0.16.0
27782026-08-11T20:37:02.430Z[ helios-setup] Aug 11 20:37:00.272 INFO E| Downloaded iddqd v0.3.14
27792026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.276 INFO E| Downloaded indexmap v2.12.0
27802026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.279 INFO E| Downloaded num-bigint-dig v0.8.4
27812026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.310 INFO E| Downloaded time v0.3.44
27822026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.315 INFO E| Downloaded serde_json v1.0.145
27832026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.319 INFO E| Downloaded futures-util v0.3.31
27842026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.326 INFO E| Downloaded clap_builder v4.5.51
27852026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.329 INFO E| Downloaded libm v0.2.15
27862026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.335 INFO E| Downloaded winnow v0.7.13
27872026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.358 INFO E| Downloaded chrono v0.4.42
27882026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.371 INFO E| Downloaded zerocopy v0.8.27
27892026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.384 INFO E| Downloaded unicode-width v0.2.2
27902026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.388 INFO E| Downloaded syn v2.0.108
27912026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.422 INFO E| Downloaded rustix v1.1.2
27922026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.473 INFO E| Downloaded libc v0.2.177
27932026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.486 INFO E| Downloaded tokio v1.48.0
27942026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.567 INFO E| Compiling proc-macro2 v1.0.103
27952026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.567 INFO E| Compiling quote v1.0.41
27962026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.567 INFO E| Compiling unicode-ident v1.0.22
27972026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.567 INFO E| Compiling libc v0.2.177
27982026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.567 INFO E| Compiling serde_core v1.0.228
27992026-08-11T20:37:02.434Z[ helios-setup] Aug 11 20:37:00.567 INFO E| Compiling cfg-if v1.0.4
28002026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.568 INFO E| Compiling serde v1.0.228
28012026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.568 INFO E| Compiling version_check v0.9.5
28022026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.568 INFO E| Compiling autocfg v1.5.0
28032026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.568 INFO E| Compiling const-oid v0.9.6
28042026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.568 INFO E| Compiling typenum v1.19.0
28052026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.603 INFO E| Compiling libm v0.2.15
28062026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.603 INFO E| Compiling zerocopy v0.8.27
28072026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.604 INFO E| Compiling rustversion v1.0.22
28082026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.604 INFO E| Compiling smallvec v1.15.1
28092026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.604 INFO E| Compiling zeroize v1.8.2
28102026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.743 INFO E| Compiling base64ct v1.8.0
28112026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.773 INFO E| Compiling memchr v2.7.6
28122026-08-11T20:37:02.435Z[ helios-setup] Aug 11 20:37:00.813 INFO E| Compiling anyhow v1.0.100
28132026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:00.878 INFO E| Compiling crc32fast v1.5.0
28142026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:00.924 INFO E| Compiling generic-array v0.14.9
28152026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:00.951 INFO E| Compiling equivalent v1.0.2
28162026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:00.996 INFO E| Compiling num-traits v0.2.19
28172026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:01.046 INFO E| Compiling pem-rfc7468 v0.7.0
28182026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:01.064 INFO E| Compiling flagset v0.4.7
28192026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:01.085 INFO E| Compiling hashbrown v0.16.0
28202026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:01.126 INFO E| Compiling rustix v1.1.2
28212026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:01.173 INFO E| Compiling utf8parse v0.2.2
28222026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:01.199 INFO E| Compiling byteorder v1.5.0
28232026-08-11T20:37:02.436Z[ helios-setup] Aug 11 20:37:01.210 INFO E| Compiling winnow v0.7.13
28242026-08-11T20:37:02.448Z[ helios-setup] Aug 11 20:37:01.291 INFO E| Compiling anstyle-parse v0.2.7
28252026-08-11T20:37:02.567Z[ helios-setup] Aug 11 20:37:01.411 INFO E| Compiling getrandom v0.2.16
28262026-08-11T20:37:02.599Z[ helios-setup] Aug 11 20:37:01.440 INFO E| Compiling errno v0.3.14
28272026-08-11T20:37:02.676Z[ helios-setup] Aug 11 20:37:01.521 INFO E| Compiling colorchoice v1.0.4
28282026-08-11T20:37:02.683Z[ helios-setup] Aug 11 20:37:01.528 INFO E| Compiling syn v1.0.109
28292026-08-11T20:37:02.697Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.62s
28302026-08-11T20:37:02.715Z[ helios-setup] Aug 11 20:37:01.559 INFO E| Compiling rand_core v0.6.4
28312026-08-11T20:37:02.801Z[ helios-setup] Aug 11 20:37:01.645 INFO E| Compiling indexmap v2.12.0
28322026-08-11T20:37:02.807Z[ helios-setup] Aug 11 20:37:01.652 INFO E| Compiling toml_datetime v0.7.3
28332026-08-11T20:37:02.817Z[ helios-setup] Aug 11 20:37:01.661 INFO E| Compiling anstyle v1.0.13
28342026-08-11T20:37:02.820Z[ helios-setup] Aug 11 20:37:01.662 INFO E| Compiling anstyle-query v1.1.4
28352026-08-11T20:37:02.842Z[ helios-setup] Aug 11 20:37:01.686 INFO E| Compiling is_terminal_polyfill v1.70.2
28362026-08-11T20:37:02.918Z[ helios-setup] Aug 11 20:37:01.763 INFO E| Compiling shlex v1.3.0
28372026-08-11T20:37:02.933Z[ helios-setup] Aug 11 20:37:01.777 INFO E| Compiling radium v0.7.0
28382026-08-11T20:37:02.947Z[ helios-setup] Aug 11 20:37:01.792 INFO E| Compiling allocator-api2 v0.2.21
28392026-08-11T20:37:02.965Z[ helios-setup] Aug 11 20:37:01.809 INFO E| Compiling cpufeatures v0.2.17
28402026-08-11T20:37:02.992Z[ omicron-package]
28412026-08-11T20:37:02.993Z[ omicron-package] real 31.831238663
28422026-08-11T20:37:02.993Z[ omicron-package] user 2:54.634319137
28432026-08-11T20:37:02.993Z[ omicron-package] sys 21.011890324
28442026-08-11T20:37:02.993Z[ omicron-package] trap 0.300786907
28452026-08-11T20:37:02.993Z[ omicron-package] tflt 0.554218558
28462026-08-11T20:37:02.993Z[ omicron-package] dflt 2.160560378
28472026-08-11T20:37:02.993Z[ omicron-package] kflt 0.000187490
28482026-08-11T20:37:02.993Z[ omicron-package] lock 7:52.305855384
28492026-08-11T20:37:02.993Z[ omicron-package] slp 4:06.709420776
28502026-08-11T20:37:02.993Z[ omicron-package] lat 35.129871698
28512026-08-11T20:37:02.993Z[ omicron-package] stop 1:18.578042843
28522026-08-11T20:37:02.996ZAug 11 20:37:01.837 INFO [omicron-package] process exited with exit status: 0 (31.926951374s)
28532026-08-11T20:37:02.997ZAug 11 20:37:01.837 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28542026-08-11T20:37:02.997ZAug 11 20:37:01.839 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28552026-08-11T20:37:03.003Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28562026-08-11T20:37:03.006Z[ recovery-target] Created new build target 'recovery' and set it as active
28572026-08-11T20:37:03.008Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28582026-08-11T20:37:03.008ZAug 11 20:37:01.852 INFO [recovery-target] process exited with exit status: 0 (13.49684ms)
28592026-08-11T20:37:03.009Z[ host-target] Created new build target 'host' and set it as active
28602026-08-11T20:37:03.012ZAug 11 20:37:01.857 INFO [host-target] process exited with exit status: 0 (19.475904ms)
28612026-08-11T20:37:03.015ZAug 11 20:37:01.857 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28622026-08-11T20:37:03.020Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28632026-08-11T20:37:03.034Z[ helios-setup] Aug 11 20:37:01.879 INFO E| Compiling find-msvc-tools v0.1.4
28642026-08-11T20:37:03.043Z[ helios-setup] Aug 11 20:37:01.888 INFO E| Compiling syn v2.0.108
28652026-08-11T20:37:03.089Z[ helios-setup] Aug 11 20:37:01.934 INFO E| Compiling anstream v0.6.21
28662026-08-11T20:37:03.122Z[ helios-setup] Aug 11 20:37:01.966 INFO E| Compiling slog v2.8.2
28672026-08-11T20:37:03.135Z[ helios-setup] Aug 11 20:37:01.980 INFO E| Compiling pin-project-lite v0.2.16
28682026-08-11T20:37:03.173Z[ helios-setup] Aug 11 20:37:02.018 INFO E| Compiling parking_lot_core v0.9.12
28692026-08-11T20:37:03.240Z[ helios-setup] Aug 11 20:37:02.084 INFO E| Compiling cc v1.2.44
28702026-08-11T20:37:03.267Z[ helios-setup] Aug 11 20:37:02.111 INFO E| Compiling pkg-config v0.3.32
28712026-08-11T20:37:03.304Z[ helios-setup] Aug 11 20:37:02.148 INFO E| Compiling block-buffer v0.10.4
28722026-08-11T20:37:03.370Z[ helios-setup] Aug 11 20:37:02.215 INFO E| Compiling crypto-common v0.1.6
28732026-08-11T20:37:03.377Z[ helios-setup] Aug 11 20:37:02.222 INFO E| Compiling unicode-width v0.2.2
28742026-08-11T20:37:03.438Z[ helios-setup] Aug 11 20:37:02.283 INFO E| Compiling tap v1.0.1
28752026-08-11T20:37:03.502Z[ helios-setup] Aug 11 20:37:02.347 INFO E| Compiling digest v0.10.7
28762026-08-11T20:37:03.509Z[ helios-setup] Aug 11 20:37:02.354 INFO E| Compiling futures-core v0.3.31
28772026-08-11T20:37:03.516Z[ helios-setup] Aug 11 20:37:02.360 INFO E| Compiling maybe-uninit v2.0.0
28782026-08-11T20:37:03.535Z[ helios-setup] Aug 11 20:37:02.380 INFO E| Compiling futures-sink v0.3.31
28792026-08-11T20:37:03.598Z[ helios-setup] Aug 11 20:37:02.410 INFO E| Compiling wyz v0.5.1
28802026-08-11T20:37:03.651Z[ helios-setup] Aug 11 20:37:02.495 INFO E| Compiling getopts v0.2.24
28812026-08-11T20:37:03.684Z[ helios-setup] Aug 11 20:37:02.528 INFO E| Compiling num-integer v0.1.46
28822026-08-11T20:37:03.684Z[ helios-setup] Aug 11 20:37:02.528 INFO E| Compiling futures-channel v0.3.31
28832026-08-11T20:37:03.742Z[ helios-setup] Aug 11 20:37:02.586 INFO E| Compiling sha2 v0.10.9
28842026-08-11T20:37:03.809Z[ helios-setup] Aug 11 20:37:02.653 INFO E| Compiling ahash v0.8.12
28852026-08-11T20:37:03.847Z[ helios-setup] Aug 11 20:37:02.691 INFO E| Compiling toml_parser v1.0.4
28862026-08-11T20:37:03.858Z[ helios-setup] Aug 11 20:37:02.700 INFO E| Compiling strsim v0.11.1
28872026-08-11T20:37:03.912Z[ helios-setup] Aug 11 20:37:02.757 INFO E| Compiling slab v0.4.11
28882026-08-11T20:37:03.946Z[ helios-setup] Aug 11 20:37:02.791 INFO E| Compiling scopeguard v1.2.0
28892026-08-11T20:37:04.004Z[ helios-setup] Aug 11 20:37:02.849 INFO E| Compiling num-bigint-dig v0.8.4
28902026-08-11T20:37:04.011Z[ helios-setup] Aug 11 20:37:02.855 INFO E| Compiling packed_struct v0.10.1
28912026-08-11T20:37:04.046Z[ helios-setup] Aug 11 20:37:02.890 INFO E| Compiling futures-task v0.3.31
28922026-08-11T20:37:04.057Z[ helios-setup] Aug 11 20:37:02.901 INFO E| Compiling thiserror v1.0.69
28932026-08-11T20:37:04.084Z[ helios-setup] Aug 11 20:37:02.929 INFO E| Compiling funty v2.0.0
28942026-08-11T20:37:04.110Z[ helios-setup] Aug 11 20:37:02.955 INFO E| Compiling getrandom v0.3.4
28952026-08-11T20:37:04.180Z[ helios-setup] Aug 11 20:37:03.024 INFO E| Compiling spin v0.9.8
28962026-08-11T20:37:04.203Z[ helios-setup] Aug 11 20:37:03.048 INFO E| Compiling pin-utils v0.1.0
28972026-08-11T20:37:04.229Z[ helios-setup] Aug 11 20:37:03.073 INFO E| Compiling toml_edit v0.23.7
28982026-08-11T20:37:04.251Z[ helios-setup] Aug 11 20:37:03.096 INFO E| Compiling itoa v1.0.15
28992026-08-11T20:37:04.285Z[ helios-setup] Aug 11 20:37:03.130 INFO E| Compiling num-conv v0.1.0
29002026-08-11T20:37:04.309Z[ helios-setup] Aug 11 20:37:03.154 INFO E| Compiling bitflags v2.10.0
29012026-08-11T20:37:04.339Z[ helios-setup] Aug 11 20:37:03.184 INFO E| Compiling futures-io v0.3.31
29022026-08-11T20:37:04.404Z[ helios-setup] Aug 11 20:37:03.249 INFO E| Compiling powerfmt v0.2.0
29032026-08-11T20:37:04.415Z[ helios-setup] Aug 11 20:37:03.258 INFO E| Compiling time-core v0.1.6
29042026-08-11T20:37:04.423Z[ helios-setup] Aug 11 20:37:03.268 INFO E| Compiling clap_lex v0.7.6
29052026-08-11T20:37:04.432Z[ helios-setup] Aug 11 20:37:03.277 INFO E| Compiling bytes v1.10.1
29062026-08-11T20:37:04.470Z[ helios-setup] Aug 11 20:37:03.315 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29072026-08-11T20:37:04.479Z[ helios-setup] Aug 11 20:37:03.324 INFO E| Compiling heck v0.5.0
29082026-08-11T20:37:04.567Z[ helios-setup] Aug 11 20:37:03.412 INFO E| Compiling time-macros v0.2.24
29092026-08-11T20:37:04.574Z[ helios-setup] Aug 11 20:37:03.418 INFO E| Compiling deranged v0.5.5
29102026-08-11T20:37:04.697Z[ helios-setup] Aug 11 20:37:03.541 INFO E| Compiling bitvec v1.0.1
29112026-08-11T20:37:04.773Z[ helios-setup] Aug 11 20:37:03.618 INFO E| Compiling lazy_static v1.5.0
29122026-08-11T20:37:04.805Z[ helios-setup] Aug 11 20:37:03.650 INFO E| Compiling proc-macro-crate v3.4.0
29132026-08-11T20:37:04.826Z[ helios-setup] Aug 11 20:37:03.670 INFO E| Compiling lock_api v0.4.14
29142026-08-11T20:37:04.856Z[ helios-setup] Aug 11 20:37:03.700 INFO E| Compiling num-iter v0.1.45
29152026-08-11T20:37:04.941Z[ helios-setup] Aug 11 20:37:03.785 INFO E| Compiling indexmap v1.9.3
29162026-08-11T20:37:04.980Z[ helios-setup] Aug 11 20:37:03.819 INFO E| Compiling serde_json v1.0.145
29172026-08-11T20:37:05.077Z[ helios-setup] Aug 11 20:37:03.921 INFO E| Compiling terminal_size v0.4.3
29182026-08-11T20:37:05.099Z[ host-package] Compiling heck v0.5.0
29192026-08-11T20:37:05.099Z[ host-package] Compiling regress v0.11.1
29202026-08-11T20:37:05.102Z[ host-package] Compiling unsafe-libyaml v0.2.11
29212026-08-11T20:37:05.102Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29222026-08-11T20:37:05.105Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29232026-08-11T20:37:05.105Z[ host-package] Compiling derive-where v1.6.0
29242026-08-11T20:37:05.105Z[ host-package] Compiling bytecount v0.6.9
29252026-08-11T20:37:05.105Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29262026-08-11T20:37:05.105Z[ host-package] Compiling atomicwrites v0.4.4
29272026-08-11T20:37:05.105Z[ host-package] Compiling is-terminal v0.4.17
29282026-08-11T20:37:05.105Z[ host-package] Compiling prettyplease v0.2.37
29292026-08-11T20:37:05.105Z[ host-package] Compiling console v0.15.11
29302026-08-11T20:37:05.105Z[ host-package] Compiling newline-converter v0.3.0
29312026-08-11T20:37:05.105Z[ host-package] Compiling slog-dtrace v0.3.0
29322026-08-11T20:37:05.105Z[ host-package] Compiling resolv-conf v0.7.6
29332026-08-11T20:37:05.137Z[ helios-setup] Aug 11 20:37:03.981 INFO E| Compiling nodrop v0.1.14
29342026-08-11T20:37:05.203Z[ helios-setup] Aug 11 20:37:04.043 INFO E| Compiling clap_builder v4.5.51
29352026-08-11T20:37:05.216Z[ helios-setup] Aug 11 20:37:04.060 INFO E| Compiling thiserror v2.0.17
29362026-08-11T20:37:05.252Z[ helios-setup] Aug 11 20:37:04.096 INFO E| Compiling simd-adler32 v0.3.7
29372026-08-11T20:37:05.262Z[ helios-setup] Aug 11 20:37:04.104 INFO E| Compiling log v0.4.28
29382026-08-11T20:37:05.262Z[ helios-setup] Aug 11 20:37:04.105 INFO E| Compiling crc-catalog v2.4.0
29392026-08-11T20:37:05.262Z[ helios-setup] Aug 11 20:37:04.105 INFO E| Compiling iana-time-zone v0.1.64
29402026-08-11T20:37:05.367Z[ helios-setup] Aug 11 20:37:04.208 INFO E| Compiling once_cell v1.21.3
29412026-08-11T20:37:05.377Z[ helios-setup] Aug 11 20:37:04.222 INFO E| Compiling adler2 v2.0.1
29422026-08-11T20:37:05.511Z[ helios-setup] Aug 11 20:37:04.355 INFO E| Compiling miniz_oxide v0.8.9
29432026-08-11T20:37:05.552Z[ helios-setup] Aug 11 20:37:04.396 INFO E| Compiling env_filter v0.1.4
29442026-08-11T20:37:05.625Z[ helios-setup] Aug 11 20:37:04.469 INFO E| Compiling chrono v0.4.42
29452026-08-11T20:37:05.635Z[ helios-setup] Aug 11 20:37:04.480 INFO E| Compiling crc v3.3.0
29462026-08-11T20:37:05.657Z[ helios-setup] Aug 11 20:37:04.502 INFO E| Compiling array-init v0.0.4
29472026-08-11T20:37:05.749Z[ helios-setup] Aug 11 20:37:04.594 INFO E| Compiling parking_lot v0.12.5
29482026-08-11T20:37:05.769Z[ helios-setup] Aug 11 20:37:04.613 INFO E| Compiling smallvec v0.6.14
29492026-08-11T20:37:05.979Z[ helios-setup] Aug 11 20:37:04.823 INFO E| Compiling time v0.3.44
29502026-08-11T20:37:06.070Z[ helios-setup] Aug 11 20:37:04.914 INFO E| Compiling serde_spanned v1.0.3
29512026-08-11T20:37:06.193Z[ helios-setup] Aug 11 20:37:05.038 INFO E| Compiling signature v2.2.0
29522026-08-11T20:37:06.238Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29532026-08-11T20:37:06.264Z[ helios-setup] Aug 11 20:37:05.109 INFO E| Compiling socket2 v0.6.1
29542026-08-11T20:37:06.361Z[ host-package] Compiling num-rational v0.4.2
29552026-08-11T20:37:06.505Z[ helios-setup] Aug 11 20:37:05.347 INFO E| Compiling mio v1.1.0
29562026-08-11T20:37:06.524Z[ helios-setup] Aug 11 20:37:05.368 INFO E| Compiling is-terminal v0.4.17
29572026-08-11T20:37:06.536Z[ host-package] Compiling num-complex v0.4.6
29582026-08-11T20:37:06.640Z[ helios-setup] Aug 11 20:37:05.484 INFO E| Compiling signal-hook-registry v1.4.6
29592026-08-11T20:37:06.667Z[ helios-setup] Aug 11 20:37:05.512 INFO E| Compiling thread_local v1.1.9
29602026-08-11T20:37:06.907Z[ helios-setup] Aug 11 20:37:05.752 INFO E| Compiling libdevinfo-sys v1.1.0
29612026-08-11T20:37:06.960Z[ helios-setup] Aug 11 20:37:05.804 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29622026-08-11T20:37:07.025Z[ helios-setup] Aug 11 20:37:05.869 INFO E| Compiling term v1.2.0
29632026-08-11T20:37:07.202Z[ helios-setup] Aug 11 20:37:06.047 INFO E| Compiling base64 v0.21.7
29642026-08-11T20:37:07.210Z[ helios-setup] Aug 11 20:37:06.052 INFO E| Compiling packed_struct_codegen v0.10.1
29652026-08-11T20:37:07.229Z[ helios-setup] Aug 11 20:37:06.074 INFO E| Compiling hashbrown v0.12.3
29662026-08-11T20:37:07.237Z[ helios-setup] Aug 11 20:37:06.081 INFO E| Compiling subtle v2.6.1
29672026-08-11T20:37:07.244Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29682026-08-11T20:37:07.248Z[ host-package] Compiling thread_local v1.1.9
29692026-08-11T20:37:07.295Z[ host-package] Compiling match_cfg v0.1.0
29702026-08-11T20:37:07.351Z[ helios-setup] Aug 11 20:37:06.196 INFO E| Compiling winnow v0.5.40
29712026-08-11T20:37:07.416Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29722026-08-11T20:37:07.472Z[ helios-setup] Aug 11 20:37:06.317 INFO E| Compiling ryu v1.0.20
29732026-08-11T20:37:07.565Z[ helios-setup] Aug 11 20:37:06.409 INFO E| Compiling toml_writer v1.0.4
29742026-08-11T20:37:07.613Z[ helios-setup] Aug 11 20:37:06.458 INFO E| Compiling serde_derive v1.0.228
29752026-08-11T20:37:07.620Z[ helios-setup] Aug 11 20:37:06.465 INFO E| Compiling zerocopy-derive v0.8.27
29762026-08-11T20:37:07.659Z[ helios-setup] Aug 11 20:37:06.502 INFO E| Compiling der_derive v0.7.3
29772026-08-11T20:37:07.755Z[ helios-setup] Aug 11 20:37:06.600 INFO E| Compiling futures-macro v0.3.31
29782026-08-11T20:37:07.874Z[ helios-setup] Aug 11 20:37:06.718 INFO E| Compiling clap_derive v4.5.49
29792026-08-11T20:37:07.925Z[ helios-setup] Aug 11 20:37:06.770 INFO E| Compiling bitfield-macros v0.19.3
29802026-08-11T20:37:08.025Z[ host-package] Compiling compression-core v0.4.31
29812026-08-11T20:37:08.034Z[ host-package] Compiling unicode-width v0.1.14
29822026-08-11T20:37:08.038Z[ host-package] Compiling expectorate v1.2.0
29832026-08-11T20:37:08.048Z[ helios-setup] Aug 11 20:37:06.892 INFO E| Compiling thiserror-impl v1.0.69
29842026-08-11T20:37:08.076Z[ host-package] Compiling cancel-safe-futures v0.1.5
29852026-08-11T20:37:08.120Z[ helios-setup] Aug 11 20:37:06.965 INFO E| Compiling num_enum_derive v0.7.5
29862026-08-11T20:37:08.147Z[ helios-setup] Aug 11 20:37:06.984 INFO E| Compiling zerocopy-derive v0.6.6
29872026-08-11T20:37:08.323Z[ host-package] Compiling hostname v0.3.1
29882026-08-11T20:37:08.363Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29892026-08-11T20:37:08.363Z[ host-package] Compiling num v0.4.3
29902026-08-11T20:37:08.726Z[ host-package] Compiling multer v3.1.0
29912026-08-11T20:37:08.729Z[ host-package] Compiling slog-async v2.8.0
29922026-08-11T20:37:09.118Z[ helios-setup] Aug 11 20:37:07.944 INFO E| Compiling tokio-macros v2.6.0
29932026-08-11T20:37:09.208Z[ helios-setup] Aug 11 20:37:08.052 INFO E| Compiling thiserror-impl v2.0.17
29942026-08-11T20:37:09.270Z[ helios-setup] Aug 11 20:37:08.114 INFO E| Compiling futures-util v0.3.31
29952026-08-11T20:37:09.336Z[ host-package] Compiling typify-impl v0.6.2
29962026-08-11T20:37:09.339Z[ host-package] Compiling compression-codecs v0.4.37
29972026-08-11T20:37:09.339Z[ host-package] Compiling crossbeam-channel v0.5.15
29982026-08-11T20:37:09.339Z[ host-package] Compiling slog-json v2.6.1
29992026-08-11T20:37:09.366Z[ helios-setup] Aug 11 20:37:08.210 INFO E| Compiling bzip2 v0.4.4
30002026-08-11T20:37:09.531Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30012026-08-11T20:37:09.534Z[ host-package] Compiling serde_spanned v1.1.1
30022026-08-11T20:37:09.545Z[ helios-setup] Aug 11 20:37:08.390 INFO E| Compiling bitfield v0.19.3
30032026-08-11T20:37:09.716Z[ helios-setup] Aug 11 20:37:08.561 INFO E| Compiling zerocopy v0.6.6
30042026-08-11T20:37:09.717Z[ helios-setup] Aug 11 20:37:08.561 INFO E| Compiling der v0.7.10
30052026-08-11T20:37:09.841Z[ helios-setup] Aug 11 20:37:08.685 INFO E| Compiling toml v0.9.8
30062026-08-11T20:37:09.984Z[ helios-setup] Aug 11 20:37:08.827 INFO E| Compiling num_enum v0.7.5
30072026-08-11T20:37:10.170Z[ host-package] Compiling float-ord v0.3.2
30082026-08-11T20:37:10.170Z[ host-package] Compiling take_mut v0.2.2
30092026-08-11T20:37:10.196Z[ helios-setup] Aug 11 20:37:09.041 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30102026-08-11T20:37:10.254Z[ helios-setup] Aug 11 20:37:09.098 INFO E| Compiling devinfo v0.1.0
30112026-08-11T20:37:10.281Z[ helios-setup] Aug 11 20:37:09.125 INFO E| Compiling flate2 v1.1.5
30122026-08-11T20:37:10.285Z[ host-package] Compiling linked-hash-map v0.5.6
30132026-08-11T20:37:10.285Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30142026-08-11T20:37:10.288Z[ host-package] Compiling term v1.2.1
30152026-08-11T20:37:10.288Z[ helios-setup] Aug 11 20:37:09.132 INFO E| Compiling uuid v1.18.1
30162026-08-11T20:37:10.436Z[ helios-setup] Aug 11 20:37:09.280 INFO E| Compiling env_logger v0.11.8
30172026-08-11T20:37:10.479Z[ host-package] Compiling async-compression v0.4.41
30182026-08-11T20:37:10.755Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30192026-08-11T20:37:10.758Z[ host-package] Compiling slog-bunyan v2.5.0
30202026-08-11T20:37:10.773Z[ helios-setup] Aug 11 20:37:09.618 INFO E| Compiling clap v4.5.51
30212026-08-11T20:37:10.793Z[ helios-setup] Aug 11 20:37:09.638 INFO E| Compiling rustc-hash v2.1.1
30222026-08-11T20:37:10.800Z[ helios-setup] Aug 11 20:37:09.645 INFO E| Compiling tokio v1.48.0
30232026-08-11T20:37:10.863Z[ helios-setup] Aug 11 20:37:09.707 INFO E| Compiling foldhash v0.2.0
30242026-08-11T20:37:11.089Z[ helios-setup] Aug 11 20:37:09.934 INFO E| Compiling crc-any v2.5.0
30252026-08-11T20:37:11.204Z[ host-package] Compiling slog-term v2.9.2
30262026-08-11T20:37:11.244Z[ helios-setup] Aug 11 20:37:10.088 INFO E| Compiling bitflags v1.3.2
30272026-08-11T20:37:11.267Z[ helios-setup] Aug 11 20:37:10.109 INFO E| Compiling hex v0.4.3
30282026-08-11T20:37:11.307Z[ helios-setup] Aug 11 20:37:10.152 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30292026-08-11T20:37:11.325Z[ helios-setup] Aug 11 20:37:10.169 INFO E| Compiling iddqd v0.3.14
30302026-08-11T20:37:11.405Z[ helios-setup] Aug 11 20:37:10.249 INFO E| Compiling zip v0.6.6
30312026-08-11T20:37:11.588Z[ helios-setup] Aug 11 20:37:10.433 INFO E| Compiling spki v0.7.3
30322026-08-11T20:37:11.686Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
30332026-08-11T20:37:11.691Z[ host-package] Compiling dropshot v0.17.1
30342026-08-11T20:37:11.691Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30352026-08-11T20:37:11.834Z[ helios-setup] Aug 11 20:37:10.673 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30362026-08-11T20:37:11.841Z[ helios-setup] Aug 11 20:37:10.685 INFO E| Compiling pkcs8 v0.10.2
30372026-08-11T20:37:11.848Z[ helios-setup] Aug 11 20:37:10.693 INFO E| Compiling x509-cert v0.2.5
30382026-08-11T20:37:12.203Z[ host-package] Compiling lru-cache v0.1.2
30392026-08-11T20:37:12.206Z[ host-package] Compiling async-stream v0.3.6
30402026-08-11T20:37:12.238Z[ helios-setup] Aug 11 20:37:11.083 INFO E| Compiling pkcs1 v0.7.5
30412026-08-11T20:37:12.245Z[ helios-setup] Aug 11 20:37:11.090 INFO E| Compiling path-slash v0.1.5
30422026-08-11T20:37:12.438Z[ host-package] Compiling progenitor-client v0.14.0
30432026-08-11T20:37:12.502Z[ host-package] Compiling sha1 v0.11.0
30442026-08-11T20:37:12.502Z[ host-package] Compiling waitgroup v0.1.2
30452026-08-11T20:37:12.506Z[ host-package] Compiling rustls-pemfile v2.2.0
30462026-08-11T20:37:12.763Z[ host-package] Compiling backon v1.6.0
30472026-08-11T20:37:12.897Z[ helios-setup] Aug 11 20:37:11.741 INFO E| Compiling ppv-lite86 v0.2.21
30482026-08-11T20:37:13.042Z[ helios-setup] Aug 11 20:37:11.852 INFO E| Compiling erased-serde v0.3.31
30492026-08-11T20:37:13.234Z[ helios-setup] Aug 11 20:37:12.078 INFO E| Compiling serde_spanned v0.6.9
30502026-08-11T20:37:13.240Z[ host-package] Compiling serde_path_to_error v0.1.20
30512026-08-11T20:37:13.244Z[ host-package] Compiling hostname v0.4.2
30522026-08-11T20:37:13.245Z[ host-package] Compiling instant v0.1.13
30532026-08-11T20:37:13.245Z[ host-package] Compiling debug-ignore v1.0.5
30542026-08-11T20:37:13.248Z[ host-package] Compiling linear-map v1.2.0
30552026-08-11T20:37:13.248Z[ host-package] Compiling minimal-lexical v0.2.1
30562026-08-11T20:37:13.323Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30572026-08-11T20:37:13.591Z[ helios-setup] Aug 11 20:37:12.436 INFO E| Compiling rand_chacha v0.3.1
30582026-08-11T20:37:13.865Z[ host-package] Compiling progenitor-extras v0.2.0
30592026-08-11T20:37:13.865Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30602026-08-11T20:37:13.871Z[ helios-setup] Aug 11 20:37:12.715 INFO E| Compiling toml_datetime v0.6.11
30612026-08-11T20:37:13.875Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30622026-08-11T20:37:14.153Z[ helios-setup] Aug 11 20:37:12.998 INFO E| Compiling rand v0.8.5
30632026-08-11T20:37:14.189Z[ helios-setup] Aug 11 20:37:13.034 INFO E| Compiling futures-executor v0.3.31
30642026-08-11T20:37:14.314Z[ helios-setup] Aug 11 20:37:13.158 INFO E| Compiling hashbrown v0.13.2
30652026-08-11T20:37:14.327Z[ host-package] Compiling oxide-update-engine v0.1.2
30662026-08-11T20:37:14.331Z[ host-package] Compiling nom v7.1.3
30672026-08-11T20:37:14.387Z[ host-package] Compiling backoff v0.4.0
30682026-08-11T20:37:14.390Z[ host-package] Compiling parse-display v0.10.0
30692026-08-11T20:37:14.390Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30702026-08-11T20:37:14.390Z[ host-package] Compiling hickory-proto v0.24.4
30712026-08-11T20:37:14.400Z[ helios-setup] Aug 11 20:37:13.245 INFO E| Compiling toml_edit v0.19.15
30722026-08-11T20:37:14.400Z[ helios-setup] Aug 11 20:37:13.245 INFO E| Compiling slog-term v2.9.2
30732026-08-11T20:37:14.480Z[ helios-setup] Aug 11 20:37:13.325 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30742026-08-11T20:37:14.628Z[ helios-setup] Aug 11 20:37:13.473 INFO E| Compiling futures v0.3.31
30752026-08-11T20:37:14.723Z[ helios-setup] Aug 11 20:37:13.568 INFO E| Compiling ron v0.8.1
30762026-08-11T20:37:14.856Z[ helios-setup] Aug 11 20:37:13.700 INFO E| Compiling serde-hex v0.1.0
30772026-08-11T20:37:15.028Z[ host-package] Compiling regress v0.10.5
30782026-08-11T20:37:15.033Z[ host-package] Compiling itertools v0.14.0
30792026-08-11T20:37:15.150Z[ helios-setup] Aug 11 20:37:13.995 INFO E| Compiling object v0.30.4
30802026-08-11T20:37:15.335Z[ helios-setup] Aug 11 20:37:14.179 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30812026-08-11T20:37:15.700Z[ host-package] Compiling typify-macro v0.6.2
30822026-08-11T20:37:15.985Z[ helios-setup] Aug 11 20:37:14.829 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30832026-08-11T20:37:16.268Z[ host-package] Compiling macaddr v1.0.1
30842026-08-11T20:37:16.272Z[ host-package] Compiling unicode-xid v0.2.6
30852026-08-11T20:37:16.491Z[ host-package] Compiling humantime v2.3.0
30862026-08-11T20:37:16.762Z[ helios-setup] Aug 11 20:37:15.528 INFO E| Compiling toml v0.7.8
30872026-08-11T20:37:16.787Z[ helios-setup] Aug 11 20:37:15.624 INFO E| Compiling rsa v0.9.8
30882026-08-11T20:37:17.065Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30892026-08-11T20:37:17.253Z[ helios-setup] Aug 11 20:37:16.098 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30902026-08-11T20:37:17.263Z[ helios-setup] Aug 11 20:37:16.108 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30912026-08-11T20:37:17.285Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30922026-08-11T20:37:17.285Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30932026-08-11T20:37:17.299Z[ host-package] Compiling convert_case v0.10.0
30942026-08-11T20:37:17.479Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30952026-08-11T20:37:17.485Z[ host-package] Compiling owo-colors v4.3.0
30962026-08-11T20:37:17.727Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30972026-08-11T20:37:17.874Z[ host-package] Compiling derive_more-impl v2.1.1
30982026-08-11T20:37:18.117Z[ host-package] Compiling toml v0.8.23
30992026-08-11T20:37:18.227Z[ host-package] Compiling papergrid v0.11.0
31002026-08-11T20:37:18.588Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31012026-08-11T20:37:18.658Z[ host-package] Compiling tabled_derive v0.7.0
31022026-08-11T20:37:18.868Z[ host-package] Compiling typify v0.6.2
31032026-08-11T20:37:19.136Z[ host-package] Compiling hickory-resolver v0.24.4
31042026-08-11T20:37:19.387Z[ host-package] Compiling progenitor-impl v0.14.0
31052026-08-11T20:37:20.443Z[ host-package] Compiling derive_more v2.1.1
31062026-08-11T20:37:20.565Z[ host-package] Compiling termtree v0.5.1
31072026-08-11T20:37:20.836Z[ host-package] Compiling tabled v0.15.0
31082026-08-11T20:37:20.971Z[ host-package] Compiling crossterm v0.29.0
31092026-08-11T20:37:21.109Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31102026-08-11T20:37:21.410Z[ host-package] Compiling phf_shared v0.12.1
31112026-08-11T20:37:22.084Z[ host-package] Compiling qorb v0.4.1
31122026-08-11T20:37:22.920Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31132026-08-11T20:37:23.267Z[ host-package] Compiling progenitor-macro v0.14.0
31142026-08-11T20:37:23.938Z[ helios-setup] Aug 11 20:37:22.783 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31152026-08-11T20:37:24.616Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31162026-08-11T20:37:24.981Z[ host-package] Compiling csv-core v0.1.13
31172026-08-11T20:37:25.232Z[ host-package] Compiling vte v0.14.1
31182026-08-11T20:37:25.328Z[ helios-setup] Aug 11 20:37:24.173 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31192026-08-11T20:37:25.461Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31202026-08-11T20:37:25.485Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31212026-08-11T20:37:25.644Z[ host-package] Compiling chrono-tz v0.10.4
31222026-08-11T20:37:26.060Z[ host-package] Compiling highway v1.3.0
31232026-08-11T20:37:26.306Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31242026-08-11T20:37:26.352Z[ host-package] Compiling csv v1.4.0
31252026-08-11T20:37:26.608Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-08-11T20:37:27.209Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-08-11T20:37:27.288Z[ host-package] Compiling phf v0.12.1
31282026-08-11T20:37:27.933Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31292026-08-11T20:37:28.339Z[ host-package] Compiling const_format_proc_macros v0.2.34
31302026-08-11T20:37:28.554Z[ host-package] Compiling fd-lock v4.0.4
31312026-08-11T20:37:28.755Z[ host-package] Compiling progenitor v0.14.0
31322026-08-11T20:37:28.783Z[ host-package] Compiling peg-macros v0.8.5
31332026-08-11T20:37:28.983Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31342026-08-11T20:37:29.296Z[ host-package] Compiling nu-ansi-term v0.50.3
31352026-08-11T20:37:29.330Z[ host-package] Compiling const_format v0.2.35
31362026-08-11T20:37:29.878Z[ helios-setup] Aug 11 20:37:28.721 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31372026-08-11T20:37:29.944Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31382026-08-11T20:37:29.985Z[ host-package] Compiling reedline v0.40.0
31392026-08-11T20:37:30.270Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31402026-08-11T20:37:30.315Z[ host-package] Compiling peg v0.8.5
31412026-08-11T20:37:30.814Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31422026-08-11T20:37:30.905Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31432026-08-11T20:37:32.107Z[ host-package] Compiling bcs v0.1.6
31442026-08-11T20:37:32.167Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31452026-08-11T20:37:32.327Z[ host-package] Compiling nom v8.0.0
31462026-08-11T20:37:32.631Z[ host-package] Compiling semver v0.1.20
31472026-08-11T20:37:32.952Z[ host-package] Compiling rustc_version v0.1.7
31482026-08-11T20:37:33.288Z[ host-package] Compiling newtype_derive v0.1.6
31492026-08-11T20:37:33.424Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31502026-08-11T20:37:33.855Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31512026-08-11T20:37:33.887Z[ host-package] Compiling unicode-linebreak v0.1.5
31522026-08-11T20:37:34.178Z[ host-package] Compiling smawk v0.3.2
31532026-08-11T20:37:34.274Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31542026-08-11T20:37:34.732Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31552026-08-11T20:37:34.921Z[ host-package] Compiling textwrap v0.16.2
31562026-08-11T20:37:35.313Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31572026-08-11T20:37:35.560Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31582026-08-11T20:37:35.615Z[ host-package] Compiling steno v0.4.1
31592026-08-11T20:37:35.812Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31602026-08-11T20:37:35.854Z[ host-package] Compiling sha1 v0.10.6
31612026-08-11T20:37:36.619Z[ host-package] Compiling utf-8 v0.7.6
31622026-08-11T20:37:36.689Z[ host-package] Compiling tagptr v0.2.0
31632026-08-11T20:37:36.776Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31642026-08-11T20:37:36.901Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31652026-08-11T20:37:36.904Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31662026-08-11T20:37:37.156Z[ host-package] Compiling tungstenite v0.21.0
31672026-08-11T20:37:37.159Z[ host-package] Compiling moka v0.12.13
31682026-08-11T20:37:37.739Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31692026-08-11T20:37:37.843Z[ host-package] Compiling darling_core v0.21.3
31702026-08-11T20:37:38.148Z[ host-package] Compiling tokio-tungstenite v0.21.0
31712026-08-11T20:37:38.621Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31722026-08-11T20:37:38.739Z[ host-package] Compiling libscf-sys v1.2.0
31732026-08-11T20:37:39.027Z[ host-package] Compiling hickory-resolver v0.25.2
31742026-08-11T20:37:39.241Z[ host-package] Compiling vergen-lib v0.1.6
31752026-08-11T20:37:39.340Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31762026-08-11T20:37:39.505Z[ host-package] Compiling diesel_derives v2.3.7
31772026-08-11T20:37:39.772Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31782026-08-11T20:37:39.926Z[ host-package] Compiling vergen-gitcl v1.0.8
31792026-08-11T20:37:40.078Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31802026-08-11T20:37:40.237Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31812026-08-11T20:37:40.328Z[ host-package] Compiling proc-macro-error2 v2.0.1
31822026-08-11T20:37:40.386Z[ host-package] Compiling dirs-sys-next v0.1.2
31832026-08-11T20:37:40.454Z[ host-package] Compiling maplit v1.0.2
31842026-08-11T20:37:40.487Z[ host-package] Compiling darling_macro v0.21.3
31852026-08-11T20:37:40.636Z[ host-package] Compiling glob v0.3.3
31862026-08-11T20:37:40.679Z[ host-package] Compiling crunchy v0.2.4
31872026-08-11T20:37:40.682Z[ host-package] Compiling tabled_derive v0.11.0
31882026-08-11T20:37:40.786Z[ host-package] Compiling dirs-next v2.0.0
31892026-08-11T20:37:41.095Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31902026-08-11T20:37:41.116Z[ host-package] Compiling clang-sys v1.8.1
31912026-08-11T20:37:41.137Z[ host-package] Compiling darling v0.21.3
31922026-08-11T20:37:41.225Z[ host-package] Compiling dsl_auto_type v0.2.0
31932026-08-11T20:37:41.270Z[ host-package] Compiling r2d2 v0.8.10
31942026-08-11T20:37:41.487Z[ helios-setup] Aug 11 20:37:40.331 INFO E| Finished `release` profile [optimized] target(s) in 41.80s
31952026-08-11T20:37:41.493Z[ helios-setup] Aug 11 20:37:40.334 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31962026-08-11T20:37:41.493Z[ helios-setup] Aug 11 20:37:40.334 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31972026-08-11T20:37:41.546Z[ helios-setup] Aug 11 20:37:40.391 INFO building project "pilot" ok (41 seconds)
31982026-08-11T20:37:41.546Z[ helios-setup] Aug 11 20:37:40.391 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
31992026-08-11T20:37:41.639Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32002026-08-11T20:37:41.807Z[ host-package] Compiling papergrid v0.17.0
32012026-08-11T20:37:41.841Z[ host-package] Compiling testing_table v0.3.0
32022026-08-11T20:37:41.926Z[ host-package] Compiling tiny-keccak v2.0.2
32032026-08-11T20:37:41.949Z[ host-package] Compiling downcast-rs v2.0.2
32042026-08-11T20:37:42.269Z[ host-package] Compiling term v0.7.0
32052026-08-11T20:37:42.343Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32062026-08-11T20:37:42.382Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32072026-08-11T20:37:42.622Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32082026-08-11T20:37:42.689Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32092026-08-11T20:37:42.820Z[ host-package] Compiling bit-vec v0.6.3
32102026-08-11T20:37:43.082Z[ host-package] Compiling tabled v0.20.0
32112026-08-11T20:37:43.143Z[ host-package] Compiling bit-set v0.5.3
32122026-08-11T20:37:43.473Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32132026-08-11T20:37:43.580Z[ host-package] Compiling ascii-canvas v3.0.0
32142026-08-11T20:37:43.867Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32152026-08-11T20:37:44.170Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32162026-08-11T20:37:44.393Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32172026-08-11T20:37:44.731Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32182026-08-11T20:37:44.967Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32192026-08-11T20:37:45.042Z[ host-package] Compiling itertools v0.10.5
32202026-08-11T20:37:45.112Z[ host-package] Compiling ena v0.14.4
32212026-08-11T20:37:45.146Z[ host-package] Compiling libloading v0.8.9
32222026-08-11T20:37:45.178Z[ host-package] Compiling xshell-macros v0.2.7
32232026-08-11T20:37:45.363Z[ host-package] Compiling diff v0.1.13
32242026-08-11T20:37:45.419Z[ host-package] Compiling bindgen v0.71.1
32252026-08-11T20:37:45.602Z[ host-package] Compiling unicase v2.9.0
32262026-08-11T20:37:45.651Z[ host-package] Compiling regex-syntax v0.6.29
32272026-08-11T20:37:45.674Z[ host-package] Compiling xshell v0.2.7
32282026-08-11T20:37:46.189Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32292026-08-11T20:37:46.228Z[ host-package] Compiling cexpr v0.6.0
32302026-08-11T20:37:46.777Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32312026-08-11T20:37:47.004Z[ host-package] Compiling diesel v2.3.7
32322026-08-11T20:37:47.058Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-08-11T20:37:47.360Z[ host-package] Compiling lalrpop v0.19.12
32342026-08-11T20:37:47.631Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32352026-08-11T20:37:47.737Z[ host-package] Compiling crc8 v0.1.1
32362026-08-11T20:37:47.843Z[ host-package] Compiling rustc-hash v2.1.1
32372026-08-11T20:37:48.019Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32382026-08-11T20:37:48.233Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32392026-08-11T20:37:48.680Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32402026-08-11T20:37:48.755Z[ host-package] Compiling headers-core v0.3.0
32412026-08-11T20:37:48.933Z[ host-package] Compiling libxml v0.3.3
32422026-08-11T20:37:49.043Z[ host-package] Compiling headers v0.4.1
32432026-08-11T20:37:49.279Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32442026-08-11T20:37:49.399Z[ host-package] Compiling strum_macros v0.24.3
32452026-08-11T20:37:49.447Z[ host-package] Compiling indoc v1.0.9
32462026-08-11T20:37:49.653Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32472026-08-11T20:37:49.934Z[ host-package] Compiling derive_builder v0.20.2
32482026-08-11T20:37:49.965Z[ host-package] Compiling oso-derive v0.27.3
32492026-08-11T20:37:50.136Z[ host-package] Compiling quick-xml v0.37.5
32502026-08-11T20:37:50.577Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32512026-08-11T20:37:50.734Z[ host-package] Compiling openssl-probe v0.1.6
32522026-08-11T20:37:50.878Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32532026-08-11T20:37:50.927Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32542026-08-11T20:37:51.130Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32552026-08-11T20:37:51.369Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32562026-08-11T20:37:51.572Z[ host-package] Compiling bb8 v0.8.6
32572026-08-11T20:37:51.696Z[ host-package] Compiling trait-variant v0.1.2
32582026-08-11T20:37:51.764Z[ host-package] Compiling half v1.8.3
32592026-08-11T20:37:52.079Z[ host-package] Compiling serde_cbor v0.11.2
32602026-08-11T20:37:52.171Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32612026-08-11T20:37:52.267Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32622026-08-11T20:37:52.325Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32632026-08-11T20:37:52.598Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32642026-08-11T20:37:52.918Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32652026-08-11T20:37:53.201Z[ host-package] Compiling progenitor-impl v0.13.0
32662026-08-11T20:37:53.331Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32672026-08-11T20:37:53.405Z[ host-package] Compiling nonempty v0.12.0
32682026-08-11T20:37:53.637Z[ host-package] Compiling samael v0.0.19
32692026-08-11T20:37:53.664Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32702026-08-11T20:37:53.797Z[ host-package] Compiling progenitor-client v0.13.0
32712026-08-11T20:37:54.577Z[ host-package] Compiling fxhash v0.2.1
32722026-08-11T20:37:54.748Z[ host-package] Compiling libz-sys v1.1.24
32732026-08-11T20:37:55.311Z[ host-package] Compiling salty v0.3.0
32742026-08-11T20:37:55.504Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32752026-08-11T20:37:55.637Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32762026-08-11T20:37:55.797Z[ host-package] Compiling progenitor-macro v0.13.0
32772026-08-11T20:37:55.801Z[ host-package] Compiling kstat-rs v0.2.5
32782026-08-11T20:37:55.843Z[ host-package] Compiling polar-core v0.27.3
32792026-08-11T20:37:56.533Z[ host-package] Compiling mime_guess v2.0.5
32802026-08-11T20:37:57.050Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32812026-08-11T20:37:57.734Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32822026-08-11T20:37:58.227Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-08-11T20:37:58.765Z[ host-package] Compiling rfc6979 v0.4.0
32842026-08-11T20:37:58.825Z[ host-package] Compiling nanorand v0.7.0
32852026-08-11T20:37:58.890Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32862026-08-11T20:37:59.010Z[ host-package] Compiling parking_lot_core v0.8.6
32872026-08-11T20:37:59.235Z[ host-package] Compiling flume v0.11.1
32882026-08-11T20:37:59.510Z[ host-package] Compiling ecdsa v0.16.9
32892026-08-11T20:37:59.702Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32902026-08-11T20:38:00.245Z[ host-package] Compiling progenitor v0.13.0
32912026-08-11T20:38:00.352Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32922026-08-11T20:38:00.449Z[ host-package] Compiling primeorder v0.13.6
32932026-08-11T20:38:00.479Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32942026-08-11T20:38:00.853Z[ host-package] Compiling git-stub v1.0.0
32952026-08-11T20:38:00.891Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32962026-08-11T20:38:01.142Z[ host-package] Compiling http-range v0.1.5
32972026-08-11T20:38:01.234Z[ host-package] Compiling strsim v0.10.0
32982026-08-11T20:38:01.494Z[ host-package] Compiling instability v0.3.11
32992026-08-11T20:38:01.576Z[ host-package] Compiling darling_core v0.13.4
33002026-08-11T20:38:01.679Z[ host-package] Compiling git-stub-vcs v0.1.0
33012026-08-11T20:38:01.736Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33022026-08-11T20:38:02.274Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33032026-08-11T20:38:03.215Z[ host-package] Compiling p384 v0.13.1
33042026-08-11T20:38:03.627Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33052026-08-11T20:38:03.659Z[ helios-setup] Aug 11 20:38:02.504 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')"
33062026-08-11T20:38:03.659Z[ helios-setup] Aug 11 20:38:02.504 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33072026-08-11T20:38:03.667Z[ helios-setup] Aug 11 20:38:02.512 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
33082026-08-11T20:38:03.668Z[ helios-setup] Aug 11 20:38:02.512 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33092026-08-11T20:38:03.671Z[ helios-setup] Aug 11 20:38:02.512 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33102026-08-11T20:38:03.778Z[ helios-setup] Aug 11 20:38:02.622 INFO E| Downloading crates ...
33112026-08-11T20:38:03.833Z[ helios-setup] Aug 11 20:38:02.678 INFO E| Downloaded typenum v1.15.0
33122026-08-11T20:38:03.838Z[ helios-setup] Aug 11 20:38:02.682 INFO E| Downloaded unicode-width v0.1.10
33132026-08-11T20:38:03.841Z[ helios-setup] Aug 11 20:38:02.685 INFO E| Downloaded block-buffer v0.10.3
33142026-08-11T20:38:03.844Z[ helios-setup] Aug 11 20:38:02.689 INFO E| Downloaded cpufeatures v0.2.5
33152026-08-11T20:38:03.847Z[ helios-setup] Aug 11 20:38:02.690 INFO E| Downloaded generic-array v0.14.6
33162026-08-11T20:38:03.847Z[ helios-setup] Aug 11 20:38:02.692 INFO E| Downloaded miniz_oxide v0.6.2
33172026-08-11T20:38:03.851Z[ helios-setup] Aug 11 20:38:02.693 INFO E| Downloaded bytes v1.2.1
33182026-08-11T20:38:03.856Z[ helios-setup] Aug 11 20:38:02.701 INFO E| Downloaded digest v0.10.3
33192026-08-11T20:38:03.859Z[ helios-setup] Aug 11 20:38:02.702 INFO E| Downloaded sha2 v0.10.5
33202026-08-11T20:38:03.862Z[ helios-setup] Aug 11 20:38:02.705 INFO E| Downloaded anyhow v1.0.62
33212026-08-11T20:38:03.862Z[ helios-setup] Aug 11 20:38:02.707 INFO E| Downloaded flate2 v1.0.25
33222026-08-11T20:38:03.906Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling version_check v0.9.4
33232026-08-11T20:38:03.907Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling typenum v1.15.0
33242026-08-11T20:38:03.907Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling cfg-if v1.0.0
33252026-08-11T20:38:03.907Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling crc32fast v1.3.2
33262026-08-11T20:38:03.913Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling anyhow v1.0.62
33272026-08-11T20:38:03.913Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling adler v1.0.2
33282026-08-11T20:38:03.913Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling cpufeatures v0.2.5
33292026-08-11T20:38:03.913Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling unicode-width v0.1.10
33302026-08-11T20:38:03.914Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling bytes v1.2.1
33312026-08-11T20:38:03.914Z[ helios-setup] Aug 11 20:38:02.751 INFO E| Compiling bitflags v1.3.2
33322026-08-11T20:38:04.008Z[ helios-setup] Aug 11 20:38:02.852 INFO E| Compiling miniz_oxide v0.6.2
33332026-08-11T20:38:04.017Z[ helios-setup] Aug 11 20:38:02.862 INFO E| Compiling getopts v0.2.21
33342026-08-11T20:38:04.115Z[ host-package] Compiling ignore v0.4.25
33352026-08-11T20:38:04.308Z[ helios-setup] Aug 11 20:38:03.152 INFO E| Compiling generic-array v0.14.6
33362026-08-11T20:38:04.429Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33372026-08-11T20:38:04.646Z[ helios-setup] Aug 11 20:38:03.490 INFO E| Compiling flate2 v1.0.25
33382026-08-11T20:38:05.801Z[ helios-setup] Aug 11 20:38:04.646 INFO E| Compiling block-buffer v0.10.3
33392026-08-11T20:38:05.801Z[ helios-setup] Aug 11 20:38:04.646 INFO E| Compiling crypto-common v0.1.6
33402026-08-11T20:38:05.900Z[ host-package] Compiling oso v0.27.3
33412026-08-11T20:38:05.930Z[ helios-setup] Aug 11 20:38:04.775 INFO E| Compiling digest v0.10.3
33422026-08-11T20:38:06.176Z[ helios-setup] Aug 11 20:38:05.020 INFO E| Compiling sha2 v0.10.5
33432026-08-11T20:38:06.249Z[ host-package] Compiling castaway v0.2.4
33442026-08-11T20:38:06.431Z[ host-package] Compiling vergen-git2 v9.1.0
33452026-08-11T20:38:06.434Z[ helios-setup] Aug 11 20:38:05.279 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33462026-08-11T20:38:06.812Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33472026-08-11T20:38:07.663Z[ host-package] Compiling diesel-dtrace v0.5.0
33482026-08-11T20:38:08.196Z[ host-package] Compiling async-bb8-diesel v0.2.1
33492026-08-11T20:38:08.804Z[ host-package] Compiling indoc v2.0.7
33502026-08-11T20:38:08.927Z[ helios-setup] Aug 11 20:38:07.771 INFO E| Finished `release` profile [optimized] target(s) in 5.24s
33512026-08-11T20:38:08.940Z[ helios-setup] Aug 11 20:38:07.784 INFO building project "bootserver" ok (5 seconds)
33522026-08-11T20:38:08.940Z[ helios-setup] Aug 11 20:38:07.784 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33532026-08-11T20:38:08.976Z[ helios-setup] Aug 11 20:38:07.821 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')"
33542026-08-11T20:38:08.976Z[ helios-setup] Aug 11 20:38:07.821 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33552026-08-11T20:38:08.980Z[ helios-setup] Aug 11 20:38:07.821 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33562026-08-11T20:38:09.027Z[ host-package] Compiling compact_str v0.8.1
33572026-08-11T20:38:09.145Z[ helios-setup] Aug 11 20:38:07.989 INFO E| Updating crates.io index
33582026-08-11T20:38:09.169Z[ helios-setup] Aug 11 20:38:08.012 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33592026-08-11T20:38:09.650Z[ helios-setup] Aug 11 20:38:08.495 INFO E| From https://github.com/oxidecomputer/amd-apcb
33602026-08-11T20:38:09.650Z[ helios-setup] Aug 11 20:38:08.495 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33612026-08-11T20:38:09.664Z[ helios-setup] Aug 11 20:38:08.509 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33622026-08-11T20:38:09.743Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33632026-08-11T20:38:10.008Z[ helios-setup] Aug 11 20:38:08.852 INFO E| From https://github.com/oxidecomputer/amd-efs
33642026-08-11T20:38:10.008Z[ helios-setup] Aug 11 20:38:08.853 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33652026-08-11T20:38:10.031Z[ host-package] Compiling globwalk v0.9.1
33662026-08-11T20:38:10.217Z[ host-package] Compiling parking_lot v0.11.2
33672026-08-11T20:38:10.238Z[ helios-setup] Aug 11 20:38:09.083 INFO E| Downloading crates ...
33682026-08-11T20:38:10.281Z[ helios-setup] Aug 11 20:38:09.126 INFO E| Downloaded ansi_term v0.12.1
33692026-08-11T20:38:10.294Z[ helios-setup] Aug 11 20:38:09.139 INFO E| Downloaded modular-bitfield v0.13.1
33702026-08-11T20:38:10.303Z[ helios-setup] Aug 11 20:38:09.145 INFO E| Downloaded proc-macro2 v1.0.95
33712026-08-11T20:38:10.306Z[ helios-setup] Aug 11 20:38:09.149 INFO E| Downloaded vec_map v0.8.2
33722026-08-11T20:38:10.306Z[ helios-setup] Aug 11 20:38:09.150 INFO E| Downloaded heck v0.3.3
33732026-08-11T20:38:10.310Z[ helios-setup] Aug 11 20:38:09.151 INFO E| Downloaded serde_derive v1.0.219
33742026-08-11T20:38:10.314Z[ helios-setup] Aug 11 20:38:09.158 INFO E| Downloaded modular-bitfield-impl v0.11.2
33752026-08-11T20:38:10.317Z[ helios-setup] Aug 11 20:38:09.159 INFO E| Downloaded quote v1.0.40
33762026-08-11T20:38:10.317Z[ helios-setup] Aug 11 20:38:09.161 INFO E| Downloaded rustversion v1.0.20
33772026-08-11T20:38:10.321Z[ helios-setup] Aug 11 20:38:09.162 INFO E| Downloaded autocfg v1.4.0
33782026-08-11T20:38:10.324Z[ helios-setup] Aug 11 20:38:09.166 INFO E| Downloaded fletcher v1.0.0
33792026-08-11T20:38:10.324Z[ helios-setup] Aug 11 20:38:09.166 INFO E| Downloaded strsim v0.8.0
33802026-08-11T20:38:10.324Z[ helios-setup] Aug 11 20:38:09.167 INFO E| Downloaded unic-ucd-ident v0.9.0
33812026-08-11T20:38:10.324Z[ helios-setup] Aug 11 20:38:09.168 INFO E| Downloaded unic-char-property v0.9.0
33822026-08-11T20:38:10.328Z[ helios-setup] Aug 11 20:38:09.169 INFO E| Downloaded four-cc v0.4.0
33832026-08-11T20:38:10.328Z[ helios-setup] Aug 11 20:38:09.172 INFO E| Downloaded parse_int v0.9.0
33842026-08-11T20:38:10.331Z[ helios-setup] Aug 11 20:38:09.175 INFO E| Downloaded unic-common v0.9.0
33852026-08-11T20:38:10.335Z[ helios-setup] Aug 11 20:38:09.179 INFO E| Downloaded unic-char-range v0.9.0
33862026-08-11T20:38:10.340Z[ helios-setup] Aug 11 20:38:09.180 INFO E| Downloaded dyn-clone v1.0.19
33872026-08-11T20:38:10.343Z[ helios-setup] Aug 11 20:38:09.186 INFO E| Downloaded structopt v0.3.26
33882026-08-11T20:38:10.347Z[ helios-setup] Aug 11 20:38:09.191 INFO E| Downloaded pest_generator v2.8.0
33892026-08-11T20:38:10.347Z[ helios-setup] Aug 11 20:38:09.191 INFO E| Downloaded thiserror-impl v2.0.12
33902026-08-11T20:38:10.350Z[ helios-setup] Aug 11 20:38:09.192 INFO E| Downloaded bytesize v2.0.1
33912026-08-11T20:38:10.350Z[ helios-setup] Aug 11 20:38:09.193 INFO E| Downloaded thiserror v2.0.12
33922026-08-11T20:38:10.353Z[ helios-setup] Aug 11 20:38:09.196 INFO E| Downloaded strum_macros v0.27.1
33932026-08-11T20:38:10.353Z[ helios-setup] Aug 11 20:38:09.198 INFO E| Downloaded modular-bitfield-impl v0.13.1
33942026-08-11T20:38:10.357Z[ helios-setup] Aug 11 20:38:09.198 INFO E| Downloaded strum v0.27.1
33952026-08-11T20:38:10.357Z[ helios-setup] Aug 11 20:38:09.199 INFO E| Downloaded unic-ucd-version v0.9.0
33962026-08-11T20:38:10.357Z[ helios-setup] Aug 11 20:38:09.199 INFO E| Downloaded modular-bitfield v0.11.2
33972026-08-11T20:38:10.361Z[ helios-setup] Aug 11 20:38:09.205 INFO E| Downloaded pest_derive v2.8.0
33982026-08-11T20:38:10.366Z[ helios-setup] Aug 11 20:38:09.211 INFO E| Downloaded structopt-derive v0.4.18
33992026-08-11T20:38:10.371Z[ helios-setup] Aug 11 20:38:09.212 INFO E| Downloaded textwrap v0.11.0
34002026-08-11T20:38:10.371Z[ helios-setup] Aug 11 20:38:09.214 INFO E| Downloaded pest_meta v2.8.0
34012026-08-11T20:38:10.381Z[ helios-setup] Aug 11 20:38:09.225 INFO E| Downloaded log v0.4.27
34022026-08-11T20:38:10.384Z[ helios-setup] Aug 11 20:38:09.227 INFO E| Downloaded typenum v1.18.0
34032026-08-11T20:38:10.397Z[ helios-setup] Aug 11 20:38:09.241 INFO E| Downloaded serde v1.0.219
34042026-08-11T20:38:10.402Z[ helios-setup] Aug 11 20:38:09.246 INFO E| Downloaded memchr v2.7.4
34052026-08-11T20:38:10.406Z[ helios-setup] Aug 11 20:38:09.249 INFO E| Downloaded unicode-ident v1.0.18
34062026-08-11T20:38:10.409Z[ helios-setup] Aug 11 20:38:09.251 INFO E| Downloaded pest v2.8.0
34072026-08-11T20:38:10.412Z[ helios-setup] Aug 11 20:38:09.254 INFO E| Downloaded zerocopy-derive v0.8.25
34082026-08-11T20:38:10.429Z[ helios-setup] Aug 11 20:38:09.273 INFO E| Downloaded goblin v0.9.3
34092026-08-11T20:38:10.434Z[ helios-setup] Aug 11 20:38:09.278 INFO E| Downloaded serde_json v1.0.140
34102026-08-11T20:38:10.444Z[ helios-setup] Aug 11 20:38:09.289 INFO E| Downloaded clap v2.34.0
34112026-08-11T20:38:10.448Z[ helios-setup] Aug 11 20:38:09.293 INFO E| Downloaded zerocopy v0.8.25
34122026-08-11T20:38:10.464Z[ helios-setup] Aug 11 20:38:09.308 INFO E| Downloaded syn v2.0.101
34132026-08-11T20:38:10.514Z[ helios-setup] Aug 11 20:38:09.357 INFO E| Downloaded libc v0.2.172
34142026-08-11T20:38:10.578Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling proc-macro2 v1.0.95
34152026-08-11T20:38:10.579Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling unicode-ident v1.0.18
34162026-08-11T20:38:10.579Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling memchr v2.7.4
34172026-08-11T20:38:10.582Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling autocfg v1.4.0
34182026-08-11T20:38:10.582Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling thiserror v2.0.12
34192026-08-11T20:38:10.582Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling serde v1.0.219
34202026-08-11T20:38:10.582Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling syn v1.0.109
34212026-08-11T20:38:10.582Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling version_check v0.9.5
34222026-08-11T20:38:10.582Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling serde_json v1.0.140
34232026-08-11T20:38:10.583Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling ryu v1.0.20
34242026-08-11T20:38:10.583Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling itoa v1.0.15
34252026-08-11T20:38:10.583Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling schemars v0.8.22
34262026-08-11T20:38:10.583Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling rustversion v1.0.20
34272026-08-11T20:38:10.583Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling paste v1.0.15
34282026-08-11T20:38:10.584Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling ucd-trie v0.1.7
34292026-08-11T20:38:10.584Z[ helios-setup] Aug 11 20:38:09.423 INFO E| Compiling static_assertions v1.1.0
34302026-08-11T20:38:10.697Z[ host-package] Compiling hyper-staticfile v0.10.1
34312026-08-11T20:38:10.779Z[ host-package] Compiling darling_macro v0.13.4
34322026-08-11T20:38:10.838Z[ helios-setup] Aug 11 20:38:09.682 INFO E| Compiling zerocopy v0.8.25
34332026-08-11T20:38:10.983Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34342026-08-11T20:38:11.069Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34352026-08-11T20:38:11.247Z[ helios-setup] Aug 11 20:38:10.091 INFO E| Compiling libc v0.2.172
34362026-08-11T20:38:11.368Z[ helios-setup] Aug 11 20:38:10.210 INFO E| Compiling dyn-clone v1.0.19
34372026-08-11T20:38:11.389Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-08-11T20:38:11.434Z[ helios-setup] Aug 11 20:38:10.279 INFO E| Compiling once_cell v1.21.3
34392026-08-11T20:38:11.636Z[ helios-setup] Aug 11 20:38:10.481 INFO E| Compiling unicode-width v0.1.14
34402026-08-11T20:38:11.702Z[ helios-setup] Aug 11 20:38:10.547 INFO E| Compiling heck v0.5.0
34412026-08-11T20:38:11.790Z[ helios-setup] Aug 11 20:38:10.633 INFO E| Compiling unicode-segmentation v1.12.0
34422026-08-11T20:38:11.837Z[ helios-setup] Aug 11 20:38:10.681 INFO E| Compiling num-traits v0.2.19
34432026-08-11T20:38:11.855Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34442026-08-11T20:38:11.922Z[ helios-setup] Aug 11 20:38:10.762 INFO E| Compiling memoffset v0.9.1
34452026-08-11T20:38:11.958Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34462026-08-11T20:38:12.007Z[ helios-setup] Aug 11 20:38:10.851 INFO E| Compiling textwrap v0.11.0
34472026-08-11T20:38:12.095Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34482026-08-11T20:38:12.117Z[ helios-setup] Aug 11 20:38:10.961 INFO E| Compiling strsim v0.8.0
34492026-08-11T20:38:12.168Z[ helios-setup] Aug 11 20:38:11.012 INFO E| Compiling vec_map v0.8.2
34502026-08-11T20:38:12.182Z[ helios-setup] Aug 11 20:38:11.027 INFO E| Compiling fletcher v1.0.0
34512026-08-11T20:38:12.192Z[ helios-setup] Aug 11 20:38:11.037 INFO E| Compiling unic-common v0.9.0
34522026-08-11T20:38:12.257Z[ helios-setup] Aug 11 20:38:11.102 INFO E| Compiling proc-macro-error-attr v1.0.4
34532026-08-11T20:38:12.268Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34542026-08-11T20:38:12.291Z[ helios-setup] Aug 11 20:38:11.136 INFO E| Compiling proc-macro-error v1.0.4
34552026-08-11T20:38:12.396Z[ helios-setup] Aug 11 20:38:11.241 INFO E| Compiling heck v0.3.3
34562026-08-11T20:38:12.414Z[ helios-setup] Aug 11 20:38:11.258 INFO E| Compiling strum v0.27.1
34572026-08-11T20:38:12.443Z[ helios-setup] Aug 11 20:38:11.268 INFO E| Compiling byteorder v1.5.0
34582026-08-11T20:38:12.489Z[ helios-setup] Aug 11 20:38:11.333 INFO E| Compiling atty v0.2.14
34592026-08-11T20:38:12.618Z[ helios-setup] Aug 11 20:38:11.462 INFO E| Compiling ansi_term v0.12.1
34602026-08-11T20:38:12.683Z[ helios-setup] Aug 11 20:38:11.527 INFO E| Compiling bitflags v1.3.2
34612026-08-11T20:38:12.711Z[ helios-setup] Aug 11 20:38:11.553 INFO E| Compiling unic-char-range v0.9.0
34622026-08-11T20:38:12.760Z[ helios-setup] Aug 11 20:38:11.604 INFO E| Compiling quote v1.0.40
34632026-08-11T20:38:12.767Z[ helios-setup] Aug 11 20:38:11.611 INFO E| Compiling unic-ucd-version v0.9.0
34642026-08-11T20:38:12.780Z[ helios-setup] Aug 11 20:38:11.625 INFO E| Compiling lazy_static v1.5.0
34652026-08-11T20:38:12.824Z[ helios-setup] Aug 11 20:38:11.668 INFO E| Compiling unic-char-property v0.9.0
34662026-08-11T20:38:12.824Z[ helios-setup] Aug 11 20:38:11.668 INFO E| Compiling log v0.4.27
34672026-08-11T20:38:12.827Z[ helios-setup] Aug 11 20:38:11.668 INFO E| Compiling plain v0.2.3
34682026-08-11T20:38:12.855Z[ helios-setup] Aug 11 20:38:11.699 INFO E| Compiling clap v2.34.0
34692026-08-11T20:38:12.883Z[ helios-setup] Aug 11 20:38:11.728 INFO E| Compiling bytesize v2.0.1
34702026-08-11T20:38:12.957Z[ helios-setup] Aug 11 20:38:11.802 INFO E| Compiling syn v2.0.101
34712026-08-11T20:38:12.967Z[ helios-setup] Aug 11 20:38:11.812 INFO E| Compiling unic-ucd-ident v0.9.0
34722026-08-11T20:38:13.359Z[ host-package] Compiling predicates-tree v1.0.13
34732026-08-11T20:38:13.436Z[ host-package] Compiling unicode-truncate v1.1.0
34742026-08-11T20:38:13.646Z[ helios-setup] Aug 11 20:38:12.490 INFO E| Compiling parse_int v0.9.0
34752026-08-11T20:38:13.882Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34762026-08-11T20:38:13.984Z[ host-package] Compiling lru v0.12.5
34772026-08-11T20:38:14.102Z[ host-package] Compiling prefix-trie v0.7.0
34782026-08-11T20:38:14.212Z[ host-package] Compiling rand_seeder v0.4.0
34792026-08-11T20:38:14.284Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34802026-08-11T20:38:14.327Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34812026-08-11T20:38:14.596Z[ host-package] Compiling cassowary v0.3.0
34822026-08-11T20:38:14.754Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34832026-08-11T20:38:14.849Z[ host-package] Compiling corncobs v0.1.4
34842026-08-11T20:38:15.028Z[ host-package] Compiling ratatui v0.29.0
34852026-08-11T20:38:15.102Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34862026-08-11T20:38:15.218Z[ host-package] Compiling hickory-server v0.25.2
34872026-08-11T20:38:15.321Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34882026-08-11T20:38:15.517Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34892026-08-11T20:38:15.660Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34902026-08-11T20:38:15.835Z[ helios-setup] Aug 11 20:38:14.680 INFO E| Compiling modular-bitfield-impl v0.11.2
34912026-08-11T20:38:15.839Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34922026-08-11T20:38:15.880Z[ helios-setup] Aug 11 20:38:14.724 INFO E| Compiling structopt-derive v0.4.18
34932026-08-11T20:38:15.978Z[ host-package] Compiling darling v0.13.4
34942026-08-11T20:38:16.058Z[ helios-setup] Aug 11 20:38:14.900 INFO E| Compiling serde_derive_internals v0.29.1
34952026-08-11T20:38:16.245Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34962026-08-11T20:38:16.249Z[ host-package] Compiling sled v0.34.7
34972026-08-11T20:38:16.558Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34982026-08-11T20:38:16.708Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34992026-08-11T20:38:16.856Z[ helios-setup] Aug 11 20:38:15.700 INFO E| Compiling thiserror-impl v2.0.12
35002026-08-11T20:38:16.856Z[ helios-setup] Aug 11 20:38:15.700 INFO E| Compiling serde_derive v1.0.219
35012026-08-11T20:38:16.856Z[ helios-setup] Aug 11 20:38:15.700 INFO E| Compiling zerocopy-derive v0.8.25
35022026-08-11T20:38:16.856Z[ helios-setup] Aug 11 20:38:15.701 INFO E| Compiling modular-bitfield-impl v0.13.1
35032026-08-11T20:38:16.859Z[ helios-setup] Aug 11 20:38:15.701 INFO E| Compiling num-derive v0.4.2
35042026-08-11T20:38:16.859Z[ helios-setup] Aug 11 20:38:15.701 INFO E| Compiling strum_macros v0.27.1
35052026-08-11T20:38:16.859Z[ helios-setup] Aug 11 20:38:15.701 INFO E| Compiling scroll_derive v0.12.1
35062026-08-11T20:38:17.248Z[ helios-setup] Aug 11 20:38:16.092 INFO E| Compiling schemars_derive v0.8.22
35072026-08-11T20:38:17.533Z[ helios-setup] Aug 11 20:38:16.377 INFO E| Compiling structopt v0.3.26
35082026-08-11T20:38:18.212Z[ helios-setup] Aug 11 20:38:17.056 INFO E| Compiling scroll v0.12.0
35092026-08-11T20:38:18.244Z[ helios-setup] Aug 11 20:38:17.089 INFO E| Compiling modular-bitfield v0.11.2
35102026-08-11T20:38:18.601Z[ helios-setup] Aug 11 20:38:17.446 INFO E| Compiling goblin v0.9.3
35112026-08-11T20:38:18.983Z[ helios-setup] Aug 11 20:38:17.828 INFO E| Compiling modular-bitfield v0.13.1
35122026-08-11T20:38:19.141Z[ helios-setup] Aug 11 20:38:17.986 INFO E| Compiling pest v2.8.0
35132026-08-11T20:38:19.890Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35142026-08-11T20:38:19.926Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35152026-08-11T20:38:20.453Z[ helios-setup] Aug 11 20:38:19.297 INFO E| Compiling pest_meta v2.8.0
35162026-08-11T20:38:20.718Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-08-11T20:38:21.182Z[ helios-setup] Aug 11 20:38:20.026 INFO E| Compiling pest_generator v2.8.0
35182026-08-11T20:38:21.791Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35192026-08-11T20:38:22.020Z[ helios-setup] Aug 11 20:38:20.864 INFO E| Compiling pest_derive v2.8.0
35202026-08-11T20:38:22.107Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35212026-08-11T20:38:22.361Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35222026-08-11T20:38:22.453Z[ host-package] Compiling secrecy v0.8.0
35232026-08-11T20:38:22.682Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35242026-08-11T20:38:22.807Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35252026-08-11T20:38:22.839Z[ helios-setup] Aug 11 20:38:21.683 INFO E| Compiling json5 v0.4.1
35262026-08-11T20:38:24.284Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35272026-08-11T20:38:24.321Z[ helios-setup] Aug 11 20:38:23.165 INFO E| Compiling four-cc v0.4.0
35282026-08-11T20:38:24.321Z[ helios-setup] Aug 11 20:38:23.165 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35292026-08-11T20:38:24.447Z[ helios-setup] Aug 11 20:38:23.292 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35302026-08-11T20:38:25.385Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35312026-08-11T20:38:25.408Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35322026-08-11T20:38:25.449Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35332026-08-11T20:38:26.901Z[ host-package] Compiling git2 v0.20.4
35342026-08-11T20:38:27.196Z[ host-package] Compiling serde_with_macros v1.5.2
35352026-08-11T20:38:27.226Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35362026-08-11T20:38:28.310Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35372026-08-11T20:38:28.344Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35382026-08-11T20:38:28.612Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35392026-08-11T20:38:28.670Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35402026-08-11T20:38:28.914Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35412026-08-11T20:38:28.953Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35422026-08-11T20:38:29.151Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35432026-08-11T20:38:29.223Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35442026-08-11T20:38:29.313Z[ host-package] Compiling arc-swap v1.8.2
35452026-08-11T20:38:29.361Z[ host-package] Compiling void v1.0.2
35462026-08-11T20:38:29.570Z[ host-package] Compiling lzss v0.8.2
35472026-08-11T20:38:29.648Z[ host-package] Compiling slog-scope v4.4.1
35482026-08-11T20:38:29.750Z[ host-package] Compiling illumos-nvpair v0.3.0
35492026-08-11T20:38:29.831Z[ host-package] Compiling serde_with v1.14.0
35502026-08-11T20:38:29.944Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35512026-08-11T20:38:30.174Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35522026-08-11T20:38:30.304Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35532026-08-11T20:38:30.452Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35542026-08-11T20:38:31.118Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35552026-08-11T20:38:32.335Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35562026-08-11T20:38:32.948Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35572026-08-11T20:38:33.789Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35582026-08-11T20:38:33.985Z[ host-package] Compiling scuffle v0.1.0
35592026-08-11T20:38:35.384Z[ host-package] Compiling tungstenite v0.23.0
35602026-08-11T20:38:36.145Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35612026-08-11T20:38:37.035Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35622026-08-11T20:38:37.271Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35632026-08-11T20:38:37.524Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35642026-08-11T20:38:37.744Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35652026-08-11T20:38:37.815Z[ host-package] Compiling nix v0.27.1
35662026-08-11T20:38:37.988Z[ host-package] Compiling twox-hash v2.1.2
35672026-08-11T20:38:38.191Z[ host-package] Compiling libsw-core v0.3.2
35682026-08-11T20:38:38.543Z[ host-package] Compiling atty v0.2.14
35692026-08-11T20:38:38.591Z[ host-package] Compiling serde_bytes v0.11.19
35702026-08-11T20:38:38.625Z[ helios-setup] Aug 11 20:38:37.469 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35712026-08-11T20:38:38.697Z[ host-package] Compiling libsw v3.5.0
35722026-08-11T20:38:38.992Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35732026-08-11T20:38:39.178Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35742026-08-11T20:38:39.351Z[ host-package] Compiling tokio-tungstenite v0.23.1
35752026-08-11T20:38:39.354Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35762026-08-11T20:38:39.854Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35772026-08-11T20:38:40.066Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35782026-08-11T20:38:41.029Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35792026-08-11T20:38:41.874Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35802026-08-11T20:38:42.654Z[ helios-setup] Aug 11 20:38:41.498 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35812026-08-11T20:38:42.798Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35822026-08-11T20:38:42.963Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35832026-08-11T20:38:43.530Z[ host-package] Compiling slog-stdlog v4.1.1
35842026-08-11T20:38:43.688Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35852026-08-11T20:38:43.728Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35862026-08-11T20:38:43.952Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35872026-08-11T20:38:44.239Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35882026-08-11T20:38:44.301Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35892026-08-11T20:38:46.603Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35902026-08-11T20:38:47.638Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35912026-08-11T20:38:48.408Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35922026-08-11T20:38:48.823Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35932026-08-11T20:38:49.379Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35942026-08-11T20:38:50.211Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35952026-08-11T20:38:51.376Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35962026-08-11T20:38:52.403Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35972026-08-11T20:38:52.583Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35982026-08-11T20:38:52.889Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35992026-08-11T20:38:53.184Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36002026-08-11T20:38:54.433Z[ host-package] Compiling signal-hook-tokio v0.3.1
36012026-08-11T20:38:54.676Z[ host-package] Compiling fatfs v0.3.6
36022026-08-11T20:38:54.799Z[ helios-setup] Aug 11 20:38:53.624 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.76s
36032026-08-11T20:38:54.815Z[ helios-setup] Aug 11 20:38:53.660 INFO building project "amd-host-image-builder" ok (45 seconds)
36042026-08-11T20:38:54.816Z[ helios-setup] Aug 11 20:38:53.660 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36052026-08-11T20:38:54.824Z[ helios-setup] Aug 11 20:38:53.668 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
36062026-08-11T20:38:54.824Z[ helios-setup] Aug 11 20:38:53.669 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36072026-08-11T20:38:54.824Z[ helios-setup] Aug 11 20:38:53.669 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36082026-08-11T20:38:55.009Z[ helios-setup] Aug 11 20:38:53.853 INFO E| Downloading crates ...
36092026-08-11T20:38:55.047Z[ helios-setup] Aug 11 20:38:53.892 INFO E| Downloaded adler2 v2.0.0
36102026-08-11T20:38:55.056Z[ helios-setup] Aug 11 20:38:53.900 INFO E| Downloaded miniz_oxide v0.8.8
36112026-08-11T20:38:55.097Z[ helios-setup] Aug 11 20:38:53.941 INFO E| Compiling adler2 v2.0.0
36122026-08-11T20:38:55.222Z[ helios-setup] Aug 11 20:38:54.067 INFO E| Compiling miniz_oxide v0.8.8
36132026-08-11T20:38:55.811Z[ host-package] Compiling yasna v0.5.2
36142026-08-11T20:38:55.873Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36152026-08-11T20:38:56.010Z[ host-package] Compiling assert_matches v1.5.0
36162026-08-11T20:38:56.075Z[ host-package] Compiling seq-macro v0.3.6
36172026-08-11T20:38:56.154Z[ host-package] Compiling is_ci v1.2.0
36182026-08-11T20:38:56.201Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36192026-08-11T20:38:56.305Z[ helios-setup] Aug 11 20:38:55.149 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36202026-08-11T20:38:56.362Z[ host-package] Compiling supports-color v3.0.2
36212026-08-11T20:38:56.403Z[ host-package] Compiling rcgen v0.12.1
36222026-08-11T20:38:56.730Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36232026-08-11T20:38:56.839Z[ helios-setup] Aug 11 20:38:55.684 INFO E| Finished `release` profile [optimized] target(s) in 2.00s
36242026-08-11T20:38:56.851Z[ helios-setup] Aug 11 20:38:55.695 INFO building project "pinprick" ok (2 seconds)
36252026-08-11T20:38:56.851Z[ helios-setup] Aug 11 20:38:55.695 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36262026-08-11T20:38:56.860Z[ helios-setup] Aug 11 20:38:55.704 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
36272026-08-11T20:38:56.860Z[ helios-setup] Aug 11 20:38:55.704 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36282026-08-11T20:38:56.860Z[ helios-setup] Aug 11 20:38:55.704 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36292026-08-11T20:38:57.060Z[ helios-setup] Aug 11 20:38:55.904 INFO E| Downloading crates ...
36302026-08-11T20:38:57.118Z[ helios-setup] Aug 11 20:38:55.960 INFO E| Downloaded getrandom v0.3.3
36312026-08-11T20:38:57.123Z[ helios-setup] Aug 11 20:38:55.968 INFO E| Downloaded indexmap v2.9.0
36322026-08-11T20:38:57.127Z[ helios-setup] Aug 11 20:38:55.970 INFO E| Downloaded errno v0.3.12
36332026-08-11T20:38:57.130Z[ helios-setup] Aug 11 20:38:55.971 INFO E| Downloaded time-core v0.1.4
36342026-08-11T20:38:57.138Z[ helios-setup] Aug 11 20:38:55.982 INFO E| Downloaded serde_with_macros v3.12.0
36352026-08-11T20:38:57.142Z[ helios-setup] Aug 11 20:38:55.984 INFO E| Downloaded time-macros v0.2.22
36362026-08-11T20:38:57.149Z[ helios-setup] Aug 11 20:38:55.994 INFO E| Downloaded tempfile v3.20.0
36372026-08-11T20:38:57.153Z[ helios-setup] Aug 11 20:38:55.996 INFO E| Downloaded deranged v0.4.0
36382026-08-11T20:38:57.153Z[ helios-setup] Aug 11 20:38:55.997 INFO E| Downloaded bitflags v2.9.1
36392026-08-11T20:38:57.158Z[ helios-setup] Aug 11 20:38:56.003 INFO E| Downloaded iana-time-zone v0.1.63
36402026-08-11T20:38:57.161Z[ helios-setup] Aug 11 20:38:56.004 INFO E| Downloaded anyhow v1.0.98
36412026-08-11T20:38:57.189Z[ helios-setup] Aug 11 20:38:56.034 INFO E| Downloaded hashbrown v0.15.3
36422026-08-11T20:38:57.193Z[ helios-setup] Aug 11 20:38:56.037 INFO E| Downloaded time v0.3.41
36432026-08-11T20:38:57.203Z[ helios-setup] Aug 11 20:38:56.041 INFO E| Downloaded serde_with v3.12.0
36442026-08-11T20:38:57.203Z[ helios-setup] Aug 11 20:38:56.046 INFO E| Downloaded chrono v0.4.41
36452026-08-11T20:38:57.212Z[ helios-setup] Aug 11 20:38:56.057 INFO E| Downloaded rustix v1.0.7
36462026-08-11T20:38:57.283Z[ helios-setup] Aug 11 20:38:56.127 INFO E| Compiling proc-macro2 v1.0.95
36472026-08-11T20:38:57.283Z[ helios-setup] Aug 11 20:38:56.127 INFO E| Compiling unicode-ident v1.0.18
36482026-08-11T20:38:57.283Z[ helios-setup] Aug 11 20:38:56.127 INFO E| Compiling libc v0.2.172
36492026-08-11T20:38:57.286Z[ helios-setup] Aug 11 20:38:56.127 INFO E| Compiling fnv v1.0.7
36502026-08-11T20:38:57.286Z[ helios-setup] Aug 11 20:38:56.127 INFO E| Compiling strsim v0.11.1
36512026-08-11T20:38:57.286Z[ helios-setup] Aug 11 20:38:56.127 INFO E| Compiling ident_case v1.0.1
36522026-08-11T20:38:57.286Z[ helios-setup] Aug 11 20:38:56.127 INFO E| Compiling serde v1.0.219
36532026-08-11T20:38:57.296Z[ helios-setup] Aug 11 20:38:56.140 INFO E| Compiling getrandom v0.3.3
36542026-08-11T20:38:57.296Z[ helios-setup] Aug 11 20:38:56.141 INFO E| Compiling rustix v1.0.7
36552026-08-11T20:38:57.300Z[ helios-setup] Aug 11 20:38:56.141 INFO E| Compiling cfg-if v1.0.0
36562026-08-11T20:38:57.300Z[ helios-setup] Aug 11 20:38:56.141 INFO E| Compiling thiserror v2.0.12
36572026-08-11T20:38:57.300Z[ helios-setup] Aug 11 20:38:56.141 INFO E| Compiling bitflags v2.9.1
36582026-08-11T20:38:57.303Z[ helios-setup] Aug 11 20:38:56.145 INFO E| Compiling anyhow v1.0.98
36592026-08-11T20:38:57.303Z[ helios-setup] Aug 11 20:38:56.145 INFO E| Compiling serde_json v1.0.140
36602026-08-11T20:38:57.303Z[ helios-setup] Aug 11 20:38:56.145 INFO E| Compiling ryu v1.0.20
36612026-08-11T20:38:57.303Z[ helios-setup] Aug 11 20:38:56.145 INFO E| Compiling once_cell v1.21.3
36622026-08-11T20:38:57.584Z[ helios-setup] Aug 11 20:38:56.428 INFO E| Compiling fastrand v2.3.0
36632026-08-11T20:38:57.622Z[ host-package] Compiling slog-envlogger v2.2.0
36642026-08-11T20:38:57.689Z[ helios-setup] Aug 11 20:38:56.534 INFO E| Compiling memchr v2.7.4
36652026-08-11T20:38:57.720Z[ helios-setup] Aug 11 20:38:56.564 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36662026-08-11T20:38:57.807Z[ helios-setup] Aug 11 20:38:56.652 INFO E| Compiling itoa v1.0.15
36672026-08-11T20:38:58.680Z[ helios-setup] Aug 11 20:38:57.524 INFO E| Compiling errno v0.3.12
36682026-08-11T20:38:58.961Z[ helios-setup] Aug 11 20:38:57.805 INFO E| Compiling quote v1.0.40
36692026-08-11T20:38:59.150Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36702026-08-11T20:38:59.175Z[ helios-setup] Aug 11 20:38:58.019 INFO E| Compiling syn v2.0.101
36712026-08-11T20:38:59.746Z[ helios-setup] Aug 11 20:38:58.591 INFO E| Compiling tempfile v3.20.0
36722026-08-11T20:39:00.138Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36732026-08-11T20:39:00.423Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36742026-08-11T20:39:00.462Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36752026-08-11T20:39:00.725Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36762026-08-11T20:39:00.769Z[ host-package] Compiling port-file v0.1.0
36772026-08-11T20:39:01.059Z[ host-package] Compiling rtoolbox v0.0.3
36782026-08-11T20:39:01.328Z[ host-package] Compiling subprocess v0.2.15
36792026-08-11T20:39:01.440Z[ host-package] Compiling rpassword v7.5.4
36802026-08-11T20:39:01.724Z[ helios-setup] Aug 11 20:39:00.522 INFO E| Compiling darling_core v0.20.11
36812026-08-11T20:39:01.818Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36822026-08-11T20:39:02.387Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36832026-08-11T20:39:02.511Z[ helios-setup] Aug 11 20:39:01.352 INFO E| Compiling serde_derive v1.0.219
36842026-08-11T20:39:02.511Z[ helios-setup] Aug 11 20:39:01.352 INFO E| Compiling thiserror-impl v2.0.12
36852026-08-11T20:39:03.558Z[ helios-setup] Aug 11 20:39:02.403 INFO E| Compiling darling_macro v0.20.11
36862026-08-11T20:39:03.627Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36872026-08-11T20:39:03.793Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36882026-08-11T20:39:04.305Z[ helios-setup] Aug 11 20:39:03.147 INFO E| Compiling darling v0.20.11
36892026-08-11T20:39:04.396Z[ helios-setup] Aug 11 20:39:03.240 INFO E| Compiling serde_with_macros v3.12.0
36902026-08-11T20:39:04.409Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36912026-08-11T20:39:05.810Z[ host-package] Compiling tui-tree-widget v0.23.1
36922026-08-11T20:39:06.112Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36932026-08-11T20:39:06.371Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36942026-08-11T20:39:07.434Z[ helios-setup] Aug 11 20:39:06.279 INFO E| Compiling serde_with v3.12.0
36952026-08-11T20:39:07.490Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
36962026-08-11T20:39:08.298Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
36972026-08-11T20:39:09.192Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36982026-08-11T20:39:09.565Z[ host-package] Compiling uzers v0.12.2
36992026-08-11T20:39:11.329Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37002026-08-11T20:39:11.719Z[ helios-setup] Aug 11 20:39:10.564 INFO E| Finished `release` profile [optimized] target(s) in 14.84s
37012026-08-11T20:39:11.744Z[ helios-setup] Aug 11 20:39:10.588 INFO building project "dmar-report" ok (14 seconds)
37022026-08-11T20:39:11.745Z[ helios-setup] Aug 11 20:39:10.588 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
37032026-08-11T20:39:11.754Z[ helios-setup] Aug 11 20:39:10.598 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
37042026-08-11T20:39:11.754Z[ helios-setup] Aug 11 20:39:10.598 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37052026-08-11T20:39:11.754Z[ helios-setup] Aug 11 20:39:10.598 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37062026-08-11T20:39:11.868Z[ helios-setup] Aug 11 20:39:10.712 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37072026-08-11T20:39:12.352Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37082026-08-11T20:39:12.437Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37092026-08-11T20:39:12.467Z[ helios-setup] Aug 11 20:39:11.311 INFO E| From https://github.com/jclulow/rust-jmclib
37102026-08-11T20:39:12.467Z[ helios-setup] Aug 11 20:39:11.311 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37112026-08-11T20:39:12.479Z[ helios-setup] Aug 11 20:39:11.323 INFO E| Updating crates.io index
37122026-08-11T20:39:12.531Z[ helios-setup] Aug 11 20:39:11.376 INFO E| Downloading crates ...
37132026-08-11T20:39:12.578Z[ helios-setup] Aug 11 20:39:11.419 INFO E| Downloaded getrandom v0.2.10
37142026-08-11T20:39:12.581Z[ helios-setup] Aug 11 20:39:11.422 INFO E| Downloaded block-buffer v0.9.0
37152026-08-11T20:39:12.587Z[ helios-setup] Aug 11 20:39:11.431 INFO E| Downloaded proc-macro2 v1.0.66
37162026-08-11T20:39:12.591Z[ helios-setup] Aug 11 20:39:11.436 INFO E| Downloaded serde_json v1.0.103
37172026-08-11T20:39:12.598Z[ helios-setup] Aug 11 20:39:11.443 INFO E| Downloaded md-5 v0.9.1
37182026-08-11T20:39:12.601Z[ helios-setup] Aug 11 20:39:11.444 INFO E| Downloaded digest v0.9.0
37192026-08-11T20:39:12.601Z[ helios-setup] Aug 11 20:39:11.445 INFO E| Downloaded fastrand v2.0.0
37202026-08-11T20:39:12.601Z[ helios-setup] Aug 11 20:39:11.446 INFO E| Downloaded errno v0.3.1
37212026-08-11T20:39:12.605Z[ helios-setup] Aug 11 20:39:11.449 INFO E| Downloaded libdevinfo-sys v1.0.0
37222026-08-11T20:39:12.607Z[ helios-setup] Aug 11 20:39:11.451 INFO E| Downloaded cpufeatures v0.2.9
37232026-08-11T20:39:12.622Z[ helios-setup] Aug 11 20:39:11.465 INFO E| Downloaded sha-1 v0.9.8
37242026-08-11T20:39:12.627Z[ helios-setup] Aug 11 20:39:11.467 INFO E| Downloaded walkdir v2.3.3
37252026-08-11T20:39:12.634Z[ helios-setup] Aug 11 20:39:11.471 INFO E| Downloaded bitflags v2.3.3
37262026-08-11T20:39:12.634Z[ helios-setup] Aug 11 20:39:11.473 INFO E| Downloaded once_cell v1.18.0
37272026-08-11T20:39:12.634Z[ helios-setup] Aug 11 20:39:11.474 INFO E| Downloaded unicode-ident v1.0.11
37282026-08-11T20:39:12.641Z[ helios-setup] Aug 11 20:39:11.476 INFO E| Downloaded anyhow v1.0.72
37292026-08-11T20:39:12.641Z[ helios-setup] Aug 11 20:39:11.478 INFO E| Downloaded serde_derive v1.0.193
37302026-08-11T20:39:12.641Z[ helios-setup] Aug 11 20:39:11.480 INFO E| Downloaded tempfile v3.7.0
37312026-08-11T20:39:12.641Z[ helios-setup] Aug 11 20:39:11.482 INFO E| Downloaded typenum v1.16.0
37322026-08-11T20:39:12.648Z[ helios-setup] Aug 11 20:39:11.483 INFO E| Downloaded glob v0.3.1
37332026-08-11T20:39:12.648Z[ helios-setup] Aug 11 20:39:11.484 INFO E| Downloaded quote v1.0.31
37342026-08-11T20:39:12.648Z[ helios-setup] Aug 11 20:39:11.485 INFO E| Downloaded uuid v0.8.2
37352026-08-11T20:39:12.648Z[ helios-setup] Aug 11 20:39:11.487 INFO E| Downloaded toml v0.5.11
37362026-08-11T20:39:12.648Z[ helios-setup] Aug 11 20:39:11.489 INFO E| Downloaded serde v1.0.193
37372026-08-11T20:39:12.671Z[ helios-setup] Aug 11 20:39:11.514 INFO E| Downloaded syn v2.0.32
37382026-08-11T20:39:12.679Z[ helios-setup] Aug 11 20:39:11.523 INFO E| Downloaded rustix v0.38.4
37392026-08-11T20:39:12.705Z[ helios-setup] Aug 11 20:39:11.549 INFO E| Downloaded libc v0.2.147
37402026-08-11T20:39:12.768Z[ helios-setup] Aug 11 20:39:11.612 INFO E| Compiling libc v0.2.147
37412026-08-11T20:39:12.768Z[ helios-setup] Aug 11 20:39:11.612 INFO E| Compiling proc-macro2 v1.0.66
37422026-08-11T20:39:12.768Z[ helios-setup] Aug 11 20:39:11.612 INFO E| Compiling unicode-ident v1.0.11
37432026-08-11T20:39:12.771Z[ helios-setup] Aug 11 20:39:11.612 INFO E| Compiling cfg-if v1.0.0
37442026-08-11T20:39:12.772Z[ helios-setup] Aug 11 20:39:11.612 INFO E| Compiling typenum v1.16.0
37452026-08-11T20:39:12.772Z[ helios-setup] Aug 11 20:39:11.612 INFO E| Compiling version_check v0.9.4
37462026-08-11T20:39:12.772Z[ helios-setup] Aug 11 20:39:11.613 INFO E| Compiling serde v1.0.193
37472026-08-11T20:39:12.772Z[ helios-setup] Aug 11 20:39:11.613 INFO E| Compiling itoa v1.0.9
37482026-08-11T20:39:12.772Z[ helios-setup] Aug 11 20:39:11.613 INFO E| Compiling slog v2.7.0
37492026-08-11T20:39:12.772Z[ helios-setup] Aug 11 20:39:11.613 INFO E| Compiling time-core v0.1.2
37502026-08-11T20:39:12.772Z[ helios-setup] Aug 11 20:39:11.613 INFO E| Compiling rustix v0.38.4
37512026-08-11T20:39:12.865Z[ helios-setup] Aug 11 20:39:11.710 INFO E| Compiling num-conv v0.1.0
37522026-08-11T20:39:12.898Z[ helios-setup] Aug 11 20:39:11.743 INFO E| Compiling powerfmt v0.2.0
37532026-08-11T20:39:12.901Z[ helios-setup] Aug 11 20:39:11.743 INFO E| Compiling num_threads v0.1.6
37542026-08-11T20:39:12.920Z[ helios-setup] Aug 11 20:39:11.764 INFO E| Compiling once_cell v1.18.0
37552026-08-11T20:39:12.920Z[ helios-setup] Aug 11 20:39:11.764 INFO E| Compiling bitflags v2.3.3
37562026-08-11T20:39:12.924Z[ helios-setup] Aug 11 20:39:11.765 INFO E| Compiling serde_json v1.0.103
37572026-08-11T20:39:13.207Z[ helios-setup] Aug 11 20:39:12.051 INFO E| Compiling opaque-debug v0.3.0
37582026-08-11T20:39:13.333Z[ helios-setup] Aug 11 20:39:12.175 INFO E| Compiling anyhow v1.0.72
37592026-08-11T20:39:13.343Z[ helios-setup] Aug 11 20:39:12.185 INFO E| Compiling fastrand v2.0.0
37602026-08-11T20:39:13.366Z[ helios-setup] Aug 11 20:39:12.210 INFO E| Compiling generic-array v0.14.7
37612026-08-11T20:39:13.596Z[ helios-setup] Aug 11 20:39:12.440 INFO E| Compiling deranged v0.3.11
37622026-08-11T20:39:13.689Z[ helios-setup] Aug 11 20:39:12.507 INFO E| Compiling thread_local v1.1.7
37632026-08-11T20:39:13.694Z[ helios-setup] Aug 11 20:39:12.518 INFO E| Compiling same-file v1.0.6
37642026-08-11T20:39:13.780Z[ helios-setup] Aug 11 20:39:12.624 INFO E| Compiling time-macros v0.2.18
37652026-08-11T20:39:13.841Z[ helios-setup] Aug 11 20:39:12.685 INFO E| Compiling ryu v1.0.15
37662026-08-11T20:39:13.850Z[ helios-setup] Aug 11 20:39:12.695 INFO E| Compiling cpufeatures v0.2.9
37672026-08-11T20:39:13.856Z[ helios-setup] Aug 11 20:39:12.700 INFO E| Compiling unicode-width v0.1.10
37682026-08-11T20:39:13.880Z[ helios-setup] Aug 11 20:39:12.725 INFO E| Compiling walkdir v2.3.3
37692026-08-11T20:39:13.898Z[ helios-setup] Aug 11 20:39:12.743 INFO E| Compiling libdevinfo-sys v1.0.0
37702026-08-11T20:39:13.920Z[ helios-setup] Aug 11 20:39:12.763 INFO E| Compiling glob v0.3.1
37712026-08-11T20:39:13.942Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37722026-08-11T20:39:13.986Z[ helios-setup] Aug 11 20:39:12.830 INFO E| Compiling getopts v0.2.21
37732026-08-11T20:39:14.330Z[ helios-setup] Aug 11 20:39:13.174 INFO E| Compiling quote v1.0.31
37742026-08-11T20:39:14.588Z[ helios-setup] Aug 11 20:39:13.433 INFO E| Compiling syn v2.0.32
37752026-08-11T20:39:14.740Z[ helios-setup] Aug 11 20:39:13.584 INFO E| Compiling dirs-sys-next v0.1.2
37762026-08-11T20:39:14.740Z[ helios-setup] Aug 11 20:39:13.584 INFO E| Compiling errno v0.3.1
37772026-08-11T20:39:14.740Z[ helios-setup] Aug 11 20:39:13.584 INFO E| Compiling atty v0.2.14
37782026-08-11T20:39:14.744Z[ helios-setup] Aug 11 20:39:13.584 INFO E| Compiling getrandom v0.2.10
37792026-08-11T20:39:15.076Z[ host-package] Compiling support-bundle-viewer v0.1.2
37802026-08-11T20:39:15.128Z[ helios-setup] Aug 11 20:39:13.972 INFO E| Compiling dirs-next v2.0.0
37812026-08-11T20:39:15.162Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37822026-08-11T20:39:15.210Z[ helios-setup] Aug 11 20:39:14.052 INFO E| Compiling term v0.7.0
37832026-08-11T20:39:15.243Z[ helios-setup] Aug 11 20:39:14.086 INFO E| Compiling time v0.3.36
37842026-08-11T20:39:15.355Z[ helios-setup] Aug 11 20:39:14.199 INFO E| Compiling block-buffer v0.9.0
37852026-08-11T20:39:15.355Z[ helios-setup] Aug 11 20:39:14.200 INFO E| Compiling digest v0.9.0
37862026-08-11T20:39:15.486Z[ helios-setup] Aug 11 20:39:14.323 INFO E| Compiling sha-1 v0.9.8
37872026-08-11T20:39:15.486Z[ helios-setup] Aug 11 20:39:14.323 INFO E| Compiling md-5 v0.9.1
37882026-08-11T20:39:15.596Z[ helios-setup] Aug 11 20:39:14.441 INFO E| Compiling tempfile v3.7.0
37892026-08-11T20:39:16.298Z[ helios-setup] Aug 11 20:39:15.141 INFO E| Compiling slog-term v2.9.0
37902026-08-11T20:39:17.247Z[ helios-setup] Aug 11 20:39:16.091 INFO E| Compiling serde_derive v1.0.193
37912026-08-11T20:39:17.518Z[ host-package] Compiling multimap v0.10.1
37922026-08-11T20:39:21.832Z[ helios-setup] Aug 11 20:39:20.676 INFO E| Compiling toml v0.5.11
37932026-08-11T20:39:21.832Z[ helios-setup] Aug 11 20:39:20.676 INFO E| Compiling uuid v0.8.2
37942026-08-11T20:39:22.694Z[ helios-setup] Aug 11 20:39:21.538 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37952026-08-11T20:39:23.368Z[ helios-setup] Aug 11 20:39:22.213 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37962026-08-11T20:39:24.679Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37972026-08-11T20:39:27.628Z[ helios-setup] Aug 11 20:39:26.466 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
37982026-08-11T20:39:27.666Z[ helios-setup] Aug 11 20:39:26.491 INFO building project "image-builder" ok (15 seconds)
37992026-08-11T20:39:27.690Z[ helios-setup] rm -f helios-build
38002026-08-11T20:39:27.690Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38012026-08-11T20:39:27.690Z[ helios-setup]
38022026-08-11T20:39:27.690Z[ helios-setup] Setup complete! ./helios-build is now available.
38032026-08-11T20:39:27.690Z[ helios-setup]
38042026-08-11T20:39:27.690Z[ helios-setup]
38052026-08-11T20:39:27.690Z[ helios-setup] real 2:56.587348315
38062026-08-11T20:39:27.691Z[ helios-setup] user 7:02.809469778
38072026-08-11T20:39:27.691Z[ helios-setup] sys 1:16.852365361
38082026-08-11T20:39:27.691Z[ helios-setup] trap 0.536797477
38092026-08-11T20:39:27.691Z[ helios-setup] tflt 2.359149623
38102026-08-11T20:39:27.691Z[ helios-setup] dflt 8.822738012
38112026-08-11T20:39:27.691Z[ helios-setup] kflt 0.000746570
38122026-08-11T20:39:27.691Z[ helios-setup] lock 52:54.959210169
38132026-08-11T20:39:27.691Z[ helios-setup] slp 33:29.476754526
38142026-08-11T20:39:27.692Z[ helios-setup] lat 5:41.512519150
38152026-08-11T20:39:27.692Z[ helios-setup] stop 1:27.328693445
38162026-08-11T20:39:27.692ZAug 11 20:39:26.501 INFO [helios-setup] process exited with exit status: 0 (176.590343887s)
38172026-08-11T20:39:27.692ZAug 11 20:39:26.501 INFO [helios-record] running task
38182026-08-11T20:39:27.692ZAug 11 20:39:26.501 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38192026-08-11T20:39:27.692ZAug 11 20:39:26.506 DEBG process exited with exit status: 0 (4.292053ms)
38202026-08-11T20:39:27.692ZAug 11 20:39:26.506 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38212026-08-11T20:39:27.692ZAug 11 20:39:26.510 DEBG process exited with exit status: 0 (4.221374ms)
38222026-08-11T20:39:27.693ZAug 11 20:39:26.510 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38232026-08-11T20:39:27.693ZAug 11 20:39:26.513 DEBG process exited with exit status: 0 (3.392252ms)
38242026-08-11T20:39:27.693ZAug 11 20:39:26.513 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38252026-08-11T20:39:27.693ZAug 11 20:39:26.517 DEBG process exited with exit status: 0 (3.222583ms)
38262026-08-11T20:39:27.693ZAug 11 20:39:26.517 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38272026-08-11T20:39:27.693ZAug 11 20:39:26.520 DEBG process exited with exit status: 0 (3.104232ms)
38282026-08-11T20:39:27.693ZAug 11 20:39:26.520 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38292026-08-11T20:39:27.693ZAug 11 20:39:26.523 DEBG process exited with exit status: 0 (3.133802ms)
38302026-08-11T20:39:27.693ZAug 11 20:39:26.523 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38312026-08-11T20:39:27.703ZAug 11 20:39:26.526 DEBG process exited with exit status: 0 (3.250763ms)
38322026-08-11T20:39:27.703ZAug 11 20:39:26.526 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38332026-08-11T20:39:27.703ZAug 11 20:39:26.529 DEBG process exited with exit status: 0 (3.005722ms)
38342026-08-11T20:39:27.703ZAug 11 20:39:26.529 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38352026-08-11T20:39:27.703ZAug 11 20:39:26.532 DEBG process exited with exit status: 0 (2.939922ms)
38362026-08-11T20:39:27.703ZAug 11 20:39:26.532 INFO [helios-record] task succeeded (31.280334ms)
38372026-08-11T20:39:30.859Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38382026-08-11T20:39:31.224Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38392026-08-11T20:39:38.258Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38402026-08-11T20:39:39.678Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38412026-08-11T20:47:51.812Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 48s
38422026-08-11T20:47:51.815Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38432026-08-11T20:47:51.815Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38442026-08-11T20:48:43.294ZAug 11 20:48:42.138 INFO [host-package] process exited with exit status: 0 (700.281014058s)
38452026-08-11T20:48:43.294ZAug 11 20:48:42.138 INFO [host-libraries] running task
38462026-08-11T20:48:43.294ZAug 11 20:48:42.138 INFO [host-stamp] running task
38472026-08-11T20:48:43.298ZAug 11 20:48:42.140 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+gite9029c0146e
38482026-08-11T20:48:43.299ZAug 11 20:48:42.140 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+gite9029c0146e
38492026-08-11T20:48:43.299ZAug 11 20:48:42.141 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+gite9029c0146e
38502026-08-11T20:48:43.299ZAug 11 20:48:42.141 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+gite9029c0146e
38512026-08-11T20:48:43.299ZAug 11 20:48:42.141 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+gite9029c0146e
38522026-08-11T20:48:43.299ZAug 11 20:48:42.141 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+gite9029c0146e
38532026-08-11T20:48:43.299ZAug 11 20:48:42.142 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+gite9029c0146e
38542026-08-11T20:48:43.299ZAug 11 20:48:42.142 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+gite9029c0146e
38552026-08-11T20:48:43.306Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-11T20:48:43.306Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-11T20:48:43.306Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-08-11T20:48:43.306Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-08-11T20:48:43.309Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-08-11T20:48:43.309Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-08-11T20:48:43.309Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-08-11T20:48:43.309Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38632026-08-11T20:48:43.309Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38642026-08-11T20:48:43.312ZAug 11 20:48:42.155 INFO [stamp-overlay] process exited with exit status: 0 (13.33488ms)
38652026-08-11T20:48:43.315Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38662026-08-11T20:48:43.318ZAug 11 20:48:42.161 INFO [stamp-oxlog] process exited with exit status: 0 (20.842686ms)
38672026-08-11T20:48:43.343Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38682026-08-11T20:48:43.345ZAug 11 20:48:42.190 INFO [stamp-crucible-utils] process exited with exit status: 0 (48.538316ms)
38692026-08-11T20:48:43.362Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38702026-08-11T20:48:43.365ZAug 11 20:48:42.210 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (69.504092ms)
38712026-08-11T20:48:43.498Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38722026-08-11T20:48:43.501ZAug 11 20:48:42.345 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (203.684944ms)
38732026-08-11T20:48:43.856Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38742026-08-11T20:48:43.859ZAug 11 20:48:42.703 INFO [stamp-propolis-server] process exited with exit status: 0 (562.533675ms)
38752026-08-11T20:48:43.921Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38762026-08-11T20:48:43.924ZAug 11 20:48:42.769 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (628.303784ms)
38772026-08-11T20:48:45.040ZAug 11 20:48:43.884 INFO [host-libraries] task succeeded (1.745342644s)
38782026-08-11T20:48:45.043ZAug 11 20:48:43.884 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38792026-08-11T20:48:45.046Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38802026-08-11T20:48:45.988Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38812026-08-11T20:48:46.847Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38822026-08-11T20:48:50.385Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38832026-08-11T20:48:50.389ZAug 11 20:48:49.232 INFO [stamp-switch-asic] process exited with exit status: 0 (7.091281141s)
38842026-08-11T20:48:50.389ZAug 11 20:48:49.232 INFO [host-stamp] task succeeded (7.094214804s)
38852026-08-11T20:48:50.389ZAug 11 20:48:49.232 INFO [host-proto] running task
38862026-08-11T20:48:50.916ZAug 11 20:48:49.760 INFO [host-proto] task succeeded (527.121788ms)
38872026-08-11T20:48:50.916ZAug 11 20:48:49.760 INFO [host-profile] running task
38882026-08-11T20:48:50.919ZAug 11 20:48:49.760 INFO [host-profile] task succeeded (195.02µs)
38892026-08-11T20:48:50.919ZAug 11 20:48:49.761 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/.tmp28S9u0/proto/host/root -N 'ci e9029c0/${os_short_commit} 2026-08-11 20:36' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38902026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO Checking files for board 'cosmo'
38912026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38922026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38932026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO Checking files for board 'cosmo-mbist-noaggr'
38942026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38952026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO Checking files for board 'gimlet'
38962026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38972026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38982026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO Checking files for board 'cosmo-mbist'
38992026-08-11T20:48:50.923Z[ host-image] Aug 11 20:48:49.766 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39002026-08-11T20:48:50.931Z[ host-image] Aug 11 20:48:49.775 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp28S9u0/proto/host/root"
39012026-08-11T20:48:50.934Z[ host-image] Aug 11 20:48:49.775 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39022026-08-11T20:48:50.934Z[ host-image] Aug 11 20:48:49.775 INFO image builder template: ramdisk-01-os...
39032026-08-11T20:48:50.934Z[ host-image] Aug 11 20:48:49.775 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/.tmp28S9u0/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39042026-08-11T20:48:50.944Z[ host-image] Aug 11 20:48:49.788 INFO O| Aug 11 20:48:49.788 INFO CREATE DATASET: rpool/images/build/host/output
39052026-08-11T20:48:52.403Z[ host-image] Aug 11 20:48:51.247 INFO O| Aug 11 20:48:51.247 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39062026-08-11T20:48:52.406Z[ host-image] Aug 11 20:48:51.250 INFO O| Aug 11 20:48:51.250 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39072026-08-11T20:48:52.622Z[ host-image] Aug 11 20:48:51.465 INFO O| Aug 11 20:48:51.465 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39082026-08-11T20:48:52.685Z[ host-image] Aug 11 20:48:51.529 INFO O| Aug 11 20:48:51.529 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39092026-08-11T20:48:52.685Z[ host-image] Aug 11 20:48:51.529 INFO O| Aug 11 20:48:51.529 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39102026-08-11T20:48:52.689Z[ host-image] Aug 11 20:48:51.529 INFO O| Aug 11 20:48:51.529 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39112026-08-11T20:48:52.689Z[ host-image] Aug 11 20:48:51.529 INFO O| Aug 11 20:48:51.529 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39122026-08-11T20:48:52.692Z[ host-image] Aug 11 20:48:51.535 INFO O| Aug 11 20:48:51.535 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39132026-08-11T20:48:52.917Z[ host-image] Aug 11 20:48:51.761 INFO O| Aug 11 20:48:51.761 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-08-11T20:48:52.922Z[ host-image] Aug 11 20:48:51.766 INFO O| Aug 11 20:48:51.766 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39152026-08-11T20:48:53.197Z[ host-image] Aug 11 20:48:52.041 INFO O| Aug 11 20:48:52.041 INFO O| Caching catalogs ... Done
39162026-08-11T20:48:53.263Z[ host-image] Aug 11 20:48:52.107 INFO O| Aug 11 20:48:52.107 INFO STEP 0 (pkg_image_create) COMPLETE
39172026-08-11T20:48:53.263Z[ host-image] Aug 11 20:48:52.107 INFO O| Aug 11 20:48:52.107 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-08-11T20:48:53.269Z[ host-image] Aug 11 20:48:52.113 INFO O| Aug 11 20:48:52.113 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"]
39192026-08-11T20:48:53.527Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO STEP 1 (pkg_set_publisher) COMPLETE
39202026-08-11T20:48:53.527Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-08-11T20:48:53.527Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO skip step because feature "publisher_1_name" is not enabled
39222026-08-11T20:48:53.531Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39232026-08-11T20:48:53.531Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO skip step because feature "publisher_2_name" is not enabled
39242026-08-11T20:48:53.531Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-08-11T20:48:53.531Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO skip step because feature "publisher_3_name" is not enabled
39262026-08-11T20:48:53.531Z[ host-image] Aug 11 20:48:52.371 INFO O| Aug 11 20:48:52.371 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272026-08-11T20:48:53.767Z[ host-image] Aug 11 20:48:52.611 INFO O| Aug 11 20:48:52.611 INFO variant opensolaris.zone is already global
39282026-08-11T20:48:53.767Z[ host-image] Aug 11 20:48:52.611 INFO O| Aug 11 20:48:52.611 INFO STEP 5 (pkg_change_variant) COMPLETE
39292026-08-11T20:48:53.767Z[ host-image] Aug 11 20:48:52.611 INFO O| Aug 11 20:48:52.611 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-08-11T20:48:54.083Z[ host-image] Aug 11 20:48:52.927 INFO O| Aug 11 20:48:52.927 INFO variant opensolaris.imagetype is full; changing to partial
39312026-08-11T20:48:54.083Z[ host-image] Aug 11 20:48:52.927 INFO O| Aug 11 20:48:52.927 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39322026-08-11T20:48:55.544Z[ host-image] Aug 11 20:48:54.388 INFO O| Aug 11 20:48:54.388 INFO O| Startup: Refreshing catalog 'helios' ... Done
39332026-08-11T20:48:55.885Z[ host-image] Aug 11 20:48:54.729 INFO O| Aug 11 20:48:54.729 INFO O| Startup: Caching catalogs ... Done
39342026-08-11T20:48:55.897Z[ host-image] Aug 11 20:48:54.741 INFO O| Aug 11 20:48:54.741 INFO O| Planning: Planning completed in 0.00 seconds
39352026-08-11T20:48:55.900Z[ host-image] Aug 11 20:48:54.741 INFO O| Aug 11 20:48:54.741 INFO O| Planning: Consolidating action changes ... Done
39362026-08-11T20:48:55.900Z[ host-image] Aug 11 20:48:54.741 INFO O| Aug 11 20:48:54.741 INFO O| Planning: Evaluating mediators ... Done
39372026-08-11T20:48:55.900Z[ host-image] Aug 11 20:48:54.741 INFO O| Aug 11 20:48:54.741 INFO O| Planning: Planning completed in 0.00 seconds
39382026-08-11T20:48:55.900Z[ host-image] Aug 11 20:48:54.742 INFO O| Aug 11 20:48:54.742 INFO O| Variants/Facets to change: 1
39392026-08-11T20:48:55.906Z[ host-image] Aug 11 20:48:54.750 INFO O| Aug 11 20:48:54.750 INFO O| Finalize: Updating package state database ... Done
39402026-08-11T20:48:55.906Z[ host-image] Aug 11 20:48:54.750 INFO O| Aug 11 20:48:54.750 INFO O| Finalize: Updating package cache ... Done
39412026-08-11T20:48:55.959Z[ host-image] Aug 11 20:48:54.803 INFO O| Aug 11 20:48:54.803 INFO O| Finalize: Updating image state ... Done
39422026-08-11T20:48:55.967Z[ host-image] Aug 11 20:48:54.811 INFO O| Aug 11 20:48:54.811 INFO O| Finalize: Creating fast lookup database ... Done
39432026-08-11T20:48:55.970Z[ host-image] Aug 11 20:48:54.812 INFO O| Aug 11 20:48:54.812 INFO O| Finalize: Reading search index ... Done
39442026-08-11T20:48:55.970Z[ host-image] Aug 11 20:48:54.812 INFO O| Aug 11 20:48:54.812 INFO O| Finalize: Updating search index ... Done
39452026-08-11T20:48:55.970Z[ host-image] Aug 11 20:48:54.812 INFO O| Aug 11 20:48:54.812 INFO O| Finalize: Updating package cache ... Done
39462026-08-11T20:48:56.125Z[ host-image] Aug 11 20:48:54.969 INFO O| Aug 11 20:48:54.969 INFO STEP 6 (pkg_change_variant) COMPLETE
39472026-08-11T20:48:56.125Z[ host-image] Aug 11 20:48:54.969 INFO O| Aug 11 20:48:54.969 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482026-08-11T20:48:56.128Z[ host-image] Aug 11 20:48:54.969 INFO O| Aug 11 20:48:54.969 INFO skip step because feature "debug_variant" is not enabled
39492026-08-11T20:48:56.128Z[ host-image] Aug 11 20:48:54.969 INFO O| Aug 11 20:48:54.969 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-11T20:48:56.367Z[ host-image] Aug 11 20:48:55.210 INFO O| Aug 11 20:48:55.210 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39512026-08-11T20:48:57.762Z[ host-image] Aug 11 20:48:56.605 INFO O| Aug 11 20:48:56.605 INFO O| Startup: Refreshing catalog 'helios' ... Done
39522026-08-11T20:48:58.039Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.87s
39532026-08-11T20:48:58.129Z[ host-image] Aug 11 20:48:56.973 INFO O| Aug 11 20:48:56.973 INFO O| Startup: Caching catalogs ... Done
39542026-08-11T20:48:58.142Z[ host-image] Aug 11 20:48:56.986 INFO O| Aug 11 20:48:56.986 INFO O| Planning: Planning completed in 0.00 seconds
39552026-08-11T20:48:58.145Z[ host-image] Aug 11 20:48:56.986 INFO O| Aug 11 20:48:56.986 INFO O| Planning: Consolidating action changes ... Done
39562026-08-11T20:48:58.145Z[ host-image] Aug 11 20:48:56.986 INFO O| Aug 11 20:48:56.986 INFO O| Planning: Evaluating mediators ... Done
39572026-08-11T20:48:58.145Z[ host-image] Aug 11 20:48:56.986 INFO O| Aug 11 20:48:56.986 INFO O| Planning: Planning completed in 0.00 seconds
39582026-08-11T20:48:58.145Z[ host-image] Aug 11 20:48:56.986 INFO O| Aug 11 20:48:56.986 INFO O| Variants/Facets to change: 1
39592026-08-11T20:48:58.151Z[ host-image] Aug 11 20:48:56.995 INFO O| Aug 11 20:48:56.995 INFO O| Finalize: Updating package state database ... Done
39602026-08-11T20:48:58.151Z[ host-image] Aug 11 20:48:56.995 INFO O| Aug 11 20:48:56.995 INFO O| Finalize: Updating package cache ... Done
39612026-08-11T20:48:58.205Z[ host-image] Aug 11 20:48:57.049 INFO O| Aug 11 20:48:57.049 INFO O| Finalize: Updating image state ... Done
39622026-08-11T20:48:58.215Z[ host-image] Aug 11 20:48:57.059 INFO O| Aug 11 20:48:57.059 INFO O| Finalize: Creating fast lookup database ... Done
39632026-08-11T20:48:58.218Z[ host-image] Aug 11 20:48:57.059 INFO O| Aug 11 20:48:57.059 INFO O| Finalize: Reading search index ... Done
39642026-08-11T20:48:58.218Z[ host-image] Aug 11 20:48:57.059 INFO O| Aug 11 20:48:57.059 INFO O| Finalize: Updating search index ... Done
39652026-08-11T20:48:58.218Z[ host-image] Aug 11 20:48:57.060 INFO O| Aug 11 20:48:57.060 INFO O| Finalize: Updating package cache ... Done
39662026-08-11T20:48:58.377Z[ host-image] Aug 11 20:48:57.221 INFO O| Aug 11 20:48:57.221 INFO STEP 8 (pkg_change_facet) COMPLETE
39672026-08-11T20:48:58.378Z[ host-image] Aug 11 20:48:57.221 INFO O| Aug 11 20:48:57.221 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-11T20:48:58.378Z[ host-image] Aug 11 20:48:57.221 INFO O| Aug 11 20:48:57.221 INFO skip step because feature "recovery" is not enabled
39692026-08-11T20:48:58.381Z[ host-image] Aug 11 20:48:57.221 INFO O| Aug 11 20:48:57.221 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-11T20:48:58.381Z[ host-image] Aug 11 20:48:57.221 INFO O| Aug 11 20:48:57.221 INFO skip step because feature "recovery" is not enabled
39712026-08-11T20:48:58.381Z[ host-image] Aug 11 20:48:57.221 INFO O| Aug 11 20:48:57.221 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-11T20:48:58.384Z[ host-image] Aug 11 20:48:57.228 INFO O| Aug 11 20:48:57.228 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
39732026-08-11T20:48:59.787Z[ host-image] Aug 11 20:48:58.618 INFO O| Aug 11 20:48:58.618 INFO O| Startup: Refreshing catalog 'helios' ... Done
39742026-08-11T20:49:00.130Z[ host-image] Aug 11 20:48:58.968 INFO O| Aug 11 20:48:58.968 INFO O| Startup: Caching catalogs ... Done
39752026-08-11T20:49:00.695ZAug 11 20:48:59.539 INFO [recovery-package] process exited with exit status: 0 (15.654800751s)
39762026-08-11T20:49:00.695ZAug 11 20:48:59.539 INFO [recovery-libraries] running task
39772026-08-11T20:49:00.695ZAug 11 20:48:59.539 INFO [recovery-stamp] running task
39782026-08-11T20:49:00.698ZAug 11 20:48:59.539 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+gite9029c0146e
39792026-08-11T20:49:00.698ZAug 11 20:48:59.539 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gite9029c0146e
39802026-08-11T20:49:00.702Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39812026-08-11T20:49:00.705Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39822026-08-11T20:49:00.743ZAug 11 20:48:59.588 INFO [recovery-libraries] task succeeded (49.146907ms)
39832026-08-11T20:49:00.746ZAug 11 20:48:59.588 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39842026-08-11T20:49:00.820Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39852026-08-11T20:49:00.832ZAug 11 20:48:59.668 INFO [stamp-installinator] process exited with exit status: 0 (128.239177ms)
39862026-08-11T20:49:00.881Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39872026-08-11T20:49:00.884ZAug 11 20:48:59.728 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.925082ms)
39882026-08-11T20:49:00.884ZAug 11 20:48:59.728 INFO [recovery-stamp] task succeeded (189.367343ms)
39892026-08-11T20:49:00.884ZAug 11 20:48:59.728 INFO [recovery-proto] running task
39902026-08-11T20:49:00.884ZAug 11 20:48:59.728 INFO [tuf-stamp] running task
39912026-08-11T20:49:00.887ZAug 11 20:48:59.728 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+gite9029c0146e
39922026-08-11T20:49:00.887ZAug 11 20:48:59.729 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+gite9029c0146e
39932026-08-11T20:49:00.887ZAug 11 20:48:59.729 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+gite9029c0146e
39942026-08-11T20:49:00.887ZAug 11 20:48:59.730 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+gite9029c0146e
39952026-08-11T20:49:00.887ZAug 11 20:48:59.730 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+gite9029c0146e
39962026-08-11T20:49:00.887ZAug 11 20:48:59.730 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+gite9029c0146e
39972026-08-11T20:49:00.887ZAug 11 20:48:59.730 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+gite9029c0146e
39982026-08-11T20:49:00.890ZAug 11 20:48:59.732 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+gite9029c0146e
39992026-08-11T20:49:00.890ZAug 11 20:48:59.732 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+gite9029c0146e
40002026-08-11T20:49:00.890ZAug 11 20:48:59.732 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+gite9029c0146e
40012026-08-11T20:49:00.890ZAug 11 20:48:59.732 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+gite9029c0146e
40022026-08-11T20:49:00.890ZAug 11 20:48:59.732 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+gite9029c0146e
40032026-08-11T20:49:00.893Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-11T20:49:00.893Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-11T20:49:00.896Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-11T20:49:00.896Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-11T20:49:00.896Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-11T20:49:00.896Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-11T20:49:00.896Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-08-11T20:49:00.896Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-08-11T20:49:00.896Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-08-11T20:49:00.896Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-08-11T20:49:00.896Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-08-11T20:49:00.896Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-08-11T20:49:00.942Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40162026-08-11T20:49:00.945ZAug 11 20:48:59.790 INFO [stamp-probe] process exited with exit status: 0 (59.196785ms)
40172026-08-11T20:49:01.002ZAug 11 20:48:59.846 INFO [recovery-proto] task succeeded (117.575188ms)
40182026-08-11T20:49:01.005ZAug 11 20:48:59.846 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/.tmp28S9u0/proto/recovery/root -N 'recovery e9029c0/${os_short_commit} 2026-08-11 20:36' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40192026-08-11T20:49:01.009Z[ recovery-image] Aug 11 20:48:59.853 INFO Checking files for board 'cosmo-mbist-noaggr'
40202026-08-11T20:49:01.009Z[ recovery-image] Aug 11 20:48:59.853 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40212026-08-11T20:49:01.009Z[ recovery-image] Aug 11 20:48:59.853 INFO Checking files for board 'cosmo-mbist'
40222026-08-11T20:49:01.012Z[ recovery-image] Aug 11 20:48:59.853 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40232026-08-11T20:49:01.012Z[ recovery-image] Aug 11 20:48:59.853 INFO Checking files for board 'gimlet'
40242026-08-11T20:49:01.012Z[ recovery-image] Aug 11 20:48:59.853 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40252026-08-11T20:49:01.012Z[ recovery-image] Aug 11 20:48:59.853 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40262026-08-11T20:49:01.012Z[ recovery-image] Aug 11 20:48:59.853 INFO Checking files for board 'cosmo'
40272026-08-11T20:49:01.012Z[ recovery-image] Aug 11 20:48:59.853 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40282026-08-11T20:49:01.012Z[ recovery-image] Aug 11 20:48:59.853 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40292026-08-11T20:49:01.019Z[ recovery-image] Aug 11 20:48:59.864 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp28S9u0/proto/recovery/root"
40302026-08-11T20:49:01.022Z[ recovery-image] Aug 11 20:48:59.864 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40312026-08-11T20:49:01.022Z[ recovery-image] Aug 11 20:48:59.864 INFO image builder template: ramdisk-01-os...
40322026-08-11T20:49:01.022Z[ recovery-image] Aug 11 20:48:59.864 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/.tmp28S9u0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40332026-08-11T20:49:01.037Z[ recovery-image] Aug 11 20:48:59.881 INFO O| Aug 11 20:48:59.881 INFO CREATE DATASET: rpool/images/build/recovery/output
40342026-08-11T20:49:01.308Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40352026-08-11T20:49:01.334Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40362026-08-11T20:49:01.410Z[ recovery-image] Aug 11 20:49:00.254 INFO O| Aug 11 20:49:00.254 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40372026-08-11T20:49:01.413Z[ recovery-image] Aug 11 20:49:00.257 INFO O| Aug 11 20:49:00.257 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40382026-08-11T20:49:01.506Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40392026-08-11T20:49:01.510ZAug 11 20:49:00.354 INFO [stamp-ntp] process exited with exit status: 0 (625.09301ms)
40402026-08-11T20:49:01.570Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40412026-08-11T20:49:01.573ZAug 11 20:49:00.418 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (687.510457ms)
40422026-08-11T20:49:01.724Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40432026-08-11T20:49:01.727ZAug 11 20:49:00.572 INFO [stamp-internal-dns] process exited with exit status: 0 (841.630443ms)
40442026-08-11T20:49:01.770Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40452026-08-11T20:49:01.773ZAug 11 20:49:00.618 INFO [stamp-crucible-zone] process exited with exit status: 0 (886.367578ms)
40462026-08-11T20:49:01.776Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40472026-08-11T20:49:01.779ZAug 11 20:49:00.622 INFO [stamp-external-dns] process exited with exit status: 0 (890.16158ms)
40482026-08-11T20:49:01.933Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40492026-08-11T20:49:01.936ZAug 11 20:49:00.780 INFO [stamp-oximeter] process exited with exit status: 0 (1.051180731s)
40502026-08-11T20:49:01.950Z[ host-image] Aug 11 20:49:00.794 INFO O| Aug 11 20:49:00.794 INFO O| Planning: Solver setup ... Done
40512026-08-11T20:49:02.103Z[ host-image] Aug 11 20:49:00.947 INFO O| Aug 11 20:49:00.947 INFO O| Planning: Running solver ... Done
40522026-08-11T20:49:02.145Z[ host-image] Aug 11 20:49:00.989 INFO O| Aug 11 20:49:00.989 INFO O| Planning: Finding local manifests ... Done
40532026-08-11T20:49:02.163Z[ host-image] Aug 11 20:49:01.007 INFO O| Aug 11 20:49:01.007 INFO O| Planning: Fetching manifests: 0/130 0% complete
40542026-08-11T20:49:02.452Z[ recovery-image] Aug 11 20:49:01.296 INFO O| Aug 11 20:49:01.296 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40552026-08-11T20:49:03.218Z[ recovery-image] Aug 11 20:49:02.062 INFO O| Aug 11 20:49:02.062 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40562026-08-11T20:49:03.218Z[ recovery-image] Aug 11 20:49:02.062 INFO O| Aug 11 20:49:02.062 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40572026-08-11T20:49:03.218Z[ recovery-image] Aug 11 20:49:02.062 INFO O| Aug 11 20:49:02.062 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40582026-08-11T20:49:03.218Z[ recovery-image] Aug 11 20:49:02.062 INFO O| Aug 11 20:49:02.062 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40592026-08-11T20:49:03.223Z[ recovery-image] Aug 11 20:49:02.067 INFO O| Aug 11 20:49:02.067 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40602026-08-11T20:49:03.545Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40612026-08-11T20:49:03.548ZAug 11 20:49:02.392 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.663522525s)
40622026-08-11T20:49:03.882Z[ host-image] Aug 11 20:49:02.726 INFO O| Aug 11 20:49:02.726 INFO O| Planning: Fetching manifests: 130/130 100% complete
40632026-08-11T20:49:04.264Z[ host-image] Aug 11 20:49:03.108 INFO O| Aug 11 20:49:03.108 INFO O| Planning: Package planning ... Done
40642026-08-11T20:49:04.710Z[ host-image] Aug 11 20:49:03.554 INFO O| Aug 11 20:49:03.554 INFO O| Planning: Merging actions ... Done
40652026-08-11T20:49:04.821Z[ host-image] Aug 11 20:49:03.664 INFO O| Aug 11 20:49:03.664 INFO O| Planning: Checking for conflicting actions ... Done
40662026-08-11T20:49:04.932Z[ host-image] Aug 11 20:49:03.767 INFO O| Aug 11 20:49:03.765 INFO O| Planning: Consolidating action changes ... Done
40672026-08-11T20:49:05.101Z[ host-image] Aug 11 20:49:03.945 INFO O| Aug 11 20:49:03.945 INFO O| Planning: Evaluating mediators ... Done
40682026-08-11T20:49:05.514Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40692026-08-11T20:49:05.517ZAug 11 20:49:04.360 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.628936125s)
40702026-08-11T20:49:05.793Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40712026-08-11T20:49:05.797ZAug 11 20:49:04.641 INFO [stamp-clickhouse] process exited with exit status: 0 (4.912024689s)
40722026-08-11T20:49:05.851Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40732026-08-11T20:49:05.855ZAug 11 20:49:04.697 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.967059331s)
40742026-08-11T20:49:05.936Z[verify-libraries] Compiling match_cfg v0.1.0
40752026-08-11T20:49:05.936Z[verify-libraries] Compiling slog-json v2.6.1
40762026-08-11T20:49:05.940Z[verify-libraries] Compiling progenitor-client v0.14.0
40772026-08-11T20:49:05.940Z[verify-libraries] Compiling debug-ignore v1.0.5
40782026-08-11T20:49:05.940Z[verify-libraries] Compiling sha1 v0.11.0
40792026-08-11T20:49:05.940Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40802026-08-11T20:49:05.940Z[verify-libraries] Compiling multer v3.1.0
40812026-08-11T20:49:05.940Z[verify-libraries] Compiling compression-core v0.4.31
40822026-08-11T20:49:06.239Z[verify-libraries] Compiling async-stream-impl v0.3.6
40832026-08-11T20:49:06.242Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40842026-08-11T20:49:06.242Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40852026-08-11T20:49:06.260Z[verify-libraries] Compiling serde_spanned v1.1.1
40862026-08-11T20:49:06.263Z[verify-libraries] Compiling dropshot v0.17.1
40872026-08-11T20:49:06.304Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40882026-08-11T20:49:06.308ZAug 11 20:49:05.152 INFO [stamp-nexus] process exited with exit status: 0 (5.420657032s)
40892026-08-11T20:49:06.311ZAug 11 20:49:05.152 INFO [tuf-stamp] task succeeded (5.423741354s)
40902026-08-11T20:49:06.311ZAug 11 20:49:05.152 INFO [tuf-v2-zones] running task
40912026-08-11T20:49:06.376Z[verify-libraries] Compiling hostname v0.3.1
40922026-08-11T20:49:06.376Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40932026-08-11T20:49:06.417Z[verify-libraries] Compiling compression-codecs v0.4.37
40942026-08-11T20:49:06.420Z[verify-libraries] Compiling waitgroup v0.1.2
40952026-08-11T20:49:06.420Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40962026-08-11T20:49:06.486Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40972026-08-11T20:49:06.486Z[verify-libraries] Compiling hostname v0.4.2
40982026-08-11T20:49:06.486Z[verify-libraries] Compiling atomicwrites v0.4.4
40992026-08-11T20:49:06.489Z[verify-libraries] Compiling itertools v0.14.0
41002026-08-11T20:49:06.491ZAug 11 20:49:05.334 INFO [tuf-v2-zones] task succeeded (181.947147ms)
41012026-08-11T20:49:06.513Z[ host-image] Aug 11 20:49:05.357 INFO O| Aug 11 20:49:05.357 INFO O| Planning: Planning completed in 6.38 seconds
41022026-08-11T20:49:06.516Z[ host-image] Aug 11 20:49:05.360 INFO O| Aug 11 20:49:05.359 INFO O| Packages to install: 130
41032026-08-11T20:49:06.516Z[ host-image] Aug 11 20:49:05.360 INFO O| Aug 11 20:49:05.360 INFO O| Mediators to change: 5
41042026-08-11T20:49:06.516Z[ host-image] Aug 11 20:49:05.360 INFO O| Aug 11 20:49:05.360 INFO O| Services to change: 6
41052026-08-11T20:49:06.550Z[ host-image] Aug 11 20:49:05.393 INFO O| Aug 11 20:49:05.393 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41062026-08-11T20:49:06.585Z[verify-libraries] Compiling slog-bunyan v2.5.0
41072026-08-11T20:49:06.609Z[verify-libraries] Compiling async-compression v0.4.41
41082026-08-11T20:49:06.632Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41092026-08-11T20:49:06.678Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41102026-08-11T20:49:06.681Z[verify-libraries] Compiling macaddr v1.0.1
41112026-08-11T20:49:06.681Z[verify-libraries] Compiling regress v0.10.5
41122026-08-11T20:49:06.769Z[verify-libraries] Compiling instant v0.1.13
41132026-08-11T20:49:06.772Z[verify-libraries] Compiling parse-display-derive v0.10.0
41142026-08-11T20:49:06.772Z[verify-libraries] Compiling backon v1.6.0
41152026-08-11T20:49:06.772Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41162026-08-11T20:49:06.772Z[verify-libraries] Compiling humantime v2.3.0
41172026-08-11T20:49:06.831Z[verify-libraries] Compiling convert_case v0.4.0
41182026-08-11T20:49:06.935Z[verify-libraries] Compiling backoff v0.4.0
41192026-08-11T20:49:06.998Z[verify-libraries] Compiling progenitor-extras v0.2.0
41202026-08-11T20:49:07.031Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41212026-08-11T20:49:07.031Z[verify-libraries] Compiling half v2.7.1
41222026-08-11T20:49:07.079Z[verify-libraries] Compiling ciborium-io v0.2.2
41232026-08-11T20:49:07.114Z[verify-libraries] Compiling async-stream v0.3.6
41242026-08-11T20:49:07.164Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41252026-08-11T20:49:07.186Z[verify-libraries] Compiling indent_write v2.2.0
41262026-08-11T20:49:07.209Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41272026-08-11T20:49:07.209Z[verify-libraries] Compiling regress v0.11.1
41282026-08-11T20:49:07.276Z[verify-libraries] Compiling secrecy v0.10.3
41292026-08-11T20:49:07.302Z[verify-libraries] Compiling derive_more v0.99.20
41302026-08-11T20:49:07.323Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41312026-08-11T20:49:07.371Z[verify-libraries] Compiling ciborium-ll v0.2.2
41322026-08-11T20:49:07.396Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41332026-08-11T20:49:07.422Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41342026-08-11T20:49:07.465Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41352026-08-11T20:49:07.488Z[verify-libraries] Compiling inout v0.1.4
41362026-08-11T20:49:07.534Z[verify-libraries] Compiling universal-hash v0.5.1
41372026-08-11T20:49:07.618Z[verify-libraries] Compiling ciborium v0.2.2
41382026-08-11T20:49:07.654Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41392026-08-11T20:49:07.711Z[verify-libraries] Compiling cipher v0.4.4
41402026-08-11T20:49:07.749Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41412026-08-11T20:49:07.772Z[verify-libraries] Compiling opaque-debug v0.3.1
41422026-08-11T20:49:07.835Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41432026-08-11T20:49:07.893Z[verify-libraries] Compiling poly1305 v0.8.0
41442026-08-11T20:49:07.917Z[verify-libraries] Compiling blake2 v0.10.6
41452026-08-11T20:49:07.967Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41462026-08-11T20:49:07.997Z[verify-libraries] Compiling chacha20 v0.9.1
41472026-08-11T20:49:08.021Z[verify-libraries] Compiling aead v0.5.2
41482026-08-11T20:49:08.088Z[verify-libraries] Compiling password-hash v0.5.0
41492026-08-11T20:49:08.202Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41502026-08-11T20:49:08.250Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41512026-08-11T20:49:08.282Z[verify-libraries] Compiling num-derive v0.4.2
41522026-08-11T20:49:08.313Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41532026-08-11T20:49:08.381Z[verify-libraries] Compiling rayon-core v1.13.0
41542026-08-11T20:49:08.439Z[verify-libraries] Compiling argon2 v0.5.3
41552026-08-11T20:49:08.516Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41562026-08-11T20:49:08.572Z[verify-libraries] Compiling glob v0.3.3
41572026-08-11T20:49:08.600Z[verify-libraries] Compiling usdt-macro v0.5.0
41582026-08-11T20:49:08.708Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41592026-08-11T20:49:08.793Z[verify-libraries] Compiling parse-display v0.10.0
41602026-08-11T20:49:08.850Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41612026-08-11T20:49:09.054Z[verify-libraries] Compiling typify-impl v0.6.2
41622026-08-11T20:49:09.081Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41632026-08-11T20:49:09.218Z[verify-libraries] Compiling vsss-rs v3.3.4
41642026-08-11T20:49:09.246Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41652026-08-11T20:49:09.415Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41662026-08-11T20:49:09.464Z[ recovery-image] Aug 11 20:49:08.306 INFO O| Aug 11 20:49:08.306 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-08-11T20:49:09.472Z[ recovery-image] Aug 11 20:49:08.316 INFO O| Aug 11 20:49:08.315 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41682026-08-11T20:49:09.530Z[verify-libraries] Compiling memmap v0.7.0
41692026-08-11T20:49:09.580Z[verify-libraries] Compiling heapless v0.8.0
41702026-08-11T20:49:09.580Z[verify-libraries] Compiling proc-macro-error v1.0.4
41712026-08-11T20:49:09.678Z[verify-libraries] Compiling tabwriter v1.4.1
41722026-08-11T20:49:09.775Z[verify-libraries] Compiling ingot-macros v0.2.0
41732026-08-11T20:49:09.798Z[ recovery-image] Aug 11 20:49:08.641 INFO O| Aug 11 20:49:08.640 INFO O| Caching catalogs ... Done
41742026-08-11T20:49:09.801Z[verify-libraries] Compiling hash32 v0.3.1
41752026-08-11T20:49:09.824Z[verify-libraries] Compiling usdt v0.5.0
41762026-08-11T20:49:09.892Z[ recovery-image] Aug 11 20:49:08.736 INFO O| Aug 11 20:49:08.736 INFO STEP 0 (pkg_image_create) COMPLETE
41772026-08-11T20:49:09.892Z[ recovery-image] Aug 11 20:49:08.736 INFO O| Aug 11 20:49:08.736 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41782026-08-11T20:49:09.902Z[ recovery-image] Aug 11 20:49:08.745 INFO O| Aug 11 20:49:08.745 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"]
41792026-08-11T20:49:10.007Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41802026-08-11T20:49:10.041Z[verify-libraries] Compiling smoltcp v0.11.0
41812026-08-11T20:49:10.044Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41822026-08-11T20:49:10.044Z[verify-libraries] Compiling cobs v0.3.0
41832026-08-11T20:49:10.123Z[verify-libraries] Compiling num_enum_derive v0.7.6
41842026-08-11T20:49:10.126Z[verify-libraries] Compiling colored v3.1.1
41852026-08-11T20:49:10.226Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41862026-08-11T20:49:10.231Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41872026-08-11T20:49:10.231Z[verify-libraries] Compiling rayon v1.11.0
41882026-08-11T20:49:10.234Z[ recovery-image] Aug 11 20:49:09.078 INFO O| Aug 11 20:49:09.078 INFO STEP 1 (pkg_set_publisher) COMPLETE
41892026-08-11T20:49:10.234Z[ recovery-image] Aug 11 20:49:09.078 INFO O| Aug 11 20:49:09.078 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41902026-08-11T20:49:10.237Z[ recovery-image] Aug 11 20:49:09.078 INFO O| Aug 11 20:49:09.078 INFO skip step because feature "publisher_1_name" is not enabled
41912026-08-11T20:49:10.237Z[ recovery-image] Aug 11 20:49:09.078 INFO O| Aug 11 20:49:09.078 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41922026-08-11T20:49:10.238Z[ recovery-image] Aug 11 20:49:09.079 INFO O| Aug 11 20:49:09.078 INFO skip step because feature "publisher_2_name" is not enabled
41932026-08-11T20:49:10.238Z[ recovery-image] Aug 11 20:49:09.079 INFO O| Aug 11 20:49:09.078 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-08-11T20:49:10.238Z[ recovery-image] Aug 11 20:49:09.079 INFO O| Aug 11 20:49:09.078 INFO skip step because feature "publisher_3_name" is not enabled
41952026-08-11T20:49:10.238Z[ recovery-image] Aug 11 20:49:09.079 INFO O| Aug 11 20:49:09.078 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-08-11T20:49:10.320Z[verify-libraries] Compiling postcard v1.1.3
41972026-08-11T20:49:10.397Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41982026-08-11T20:49:10.438Z[verify-libraries] Compiling rand v0.10.1
41992026-08-11T20:49:10.562Z[ recovery-image] Aug 11 20:49:09.406 INFO O| Aug 11 20:49:09.406 INFO variant opensolaris.zone is already global
42002026-08-11T20:49:10.562Z[ recovery-image] Aug 11 20:49:09.406 INFO O| Aug 11 20:49:09.406 INFO STEP 5 (pkg_change_variant) COMPLETE
42012026-08-11T20:49:10.562Z[ recovery-image] Aug 11 20:49:09.406 INFO O| Aug 11 20:49:09.406 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42022026-08-11T20:49:10.571Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42032026-08-11T20:49:10.571Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42042026-08-11T20:49:10.591Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42052026-08-11T20:49:10.686Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42062026-08-11T20:49:10.729Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42072026-08-11T20:49:10.879Z[ recovery-image] Aug 11 20:49:09.723 INFO O| Aug 11 20:49:09.723 INFO variant opensolaris.imagetype is full; changing to partial
42082026-08-11T20:49:10.879Z[ recovery-image] Aug 11 20:49:09.723 INFO O| Aug 11 20:49:09.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42092026-08-11T20:49:10.893Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42102026-08-11T20:49:11.084Z[verify-libraries] Compiling num_enum_derive v0.5.11
42112026-08-11T20:49:11.084Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42122026-08-11T20:49:11.154Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42132026-08-11T20:49:11.157Z[verify-libraries] Compiling cstr-argument v0.1.2
42142026-08-11T20:49:11.157Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42152026-08-11T20:49:11.310Z[verify-libraries] Compiling foreign-types v0.5.0
42162026-08-11T20:49:11.338Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42172026-08-11T20:49:11.441Z[verify-libraries] Compiling num_enum v0.7.6
42182026-08-11T20:49:11.441Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42192026-08-11T20:49:11.444Z[verify-libraries] Compiling sigpipe v0.1.3
42202026-08-11T20:49:11.503Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42212026-08-11T20:49:11.539Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42222026-08-11T20:49:11.554Z[ host-image] Aug 11 20:49:10.398 INFO O| Aug 11 20:49:10.398 INFO O| Download: 13186/23887 items 119.6/222.8MB 53% complete (24.0M/s)
42232026-08-11T20:49:11.613Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42242026-08-11T20:49:11.644Z[verify-libraries] Compiling toml v0.8.23
42252026-08-11T20:49:11.707Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42262026-08-11T20:49:11.735Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42272026-08-11T20:49:11.777Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42282026-08-11T20:49:11.782Z[verify-libraries] Compiling itertools v0.12.1
42292026-08-11T20:49:11.782Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42302026-08-11T20:49:11.914Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42312026-08-11T20:49:11.941Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42322026-08-11T20:49:12.022Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42332026-08-11T20:49:12.132Z[verify-libraries] Compiling smf v0.2.3
42342026-08-11T20:49:12.207Z[verify-libraries] Compiling whoami v1.6.1
42352026-08-11T20:49:12.335Z[verify-libraries] Compiling num_enum v0.5.11
42362026-08-11T20:49:12.335Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42372026-08-11T20:49:12.399Z[verify-libraries] Compiling derive-where v1.6.0
42382026-08-11T20:49:12.423Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42392026-08-11T20:49:12.535Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42402026-08-11T20:49:12.601Z[verify-libraries] Compiling gethostname v0.5.0
42412026-08-11T20:49:12.658Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42422026-08-11T20:49:12.662Z[ recovery-image] Aug 11 20:49:11.506 INFO O| Aug 11 20:49:11.506 INFO O| Startup: Refreshing catalog 'helios' ... Done
42432026-08-11T20:49:12.801Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42442026-08-11T20:49:12.823Z[verify-libraries] Compiling console v0.15.11
42452026-08-11T20:49:13.014Z[verify-libraries] Compiling newline-converter v0.3.0
42462026-08-11T20:49:13.051Z[verify-libraries] Compiling resolv-conf v0.7.6
42472026-08-11T20:49:13.072Z[verify-libraries] Compiling ingot-types v0.2.0
42482026-08-11T20:49:13.108Z[verify-libraries] Compiling num-rational v0.4.2
42492026-08-11T20:49:13.195Z[verify-libraries] Compiling zone v0.3.1
42502026-08-11T20:49:13.219Z[verify-libraries] Compiling num-complex v0.4.6
42512026-08-11T20:49:13.258Z[verify-libraries] Compiling expectorate v1.2.0
42522026-08-11T20:49:13.316Z[verify-libraries] Compiling slog-dtrace v0.3.0
42532026-08-11T20:49:13.329Z[ recovery-image] Aug 11 20:49:12.173 INFO O| Aug 11 20:49:12.173 INFO O| Startup: Caching catalogs ... Done
42542026-08-11T20:49:13.357Z[ recovery-image] Aug 11 20:49:12.201 INFO O| Aug 11 20:49:12.201 INFO O| Planning: Planning completed in 0.00 seconds
42552026-08-11T20:49:13.360Z[ recovery-image] Aug 11 20:49:12.201 INFO O| Aug 11 20:49:12.201 INFO O| Planning: Consolidating action changes ... Done
42562026-08-11T20:49:13.360Z[ recovery-image] Aug 11 20:49:12.202 INFO O| Aug 11 20:49:12.202 INFO O| Planning: Evaluating mediators ... Done
42572026-08-11T20:49:13.360Z[ recovery-image] Aug 11 20:49:12.202 INFO O| Aug 11 20:49:12.202 INFO O| Planning: Planning completed in 0.00 seconds
42582026-08-11T20:49:13.360Z[ recovery-image] Aug 11 20:49:12.202 INFO O| Aug 11 20:49:12.202 INFO O| Variants/Facets to change: 1
42592026-08-11T20:49:13.437Z[ recovery-image] Aug 11 20:49:12.280 INFO O| Aug 11 20:49:12.278 INFO O| Finalize: Updating package state database ... Done
42602026-08-11T20:49:13.437Z[ recovery-image] Aug 11 20:49:12.281 INFO O| Aug 11 20:49:12.278 INFO O| Finalize: Updating package cache ... Done
42612026-08-11T20:49:13.441Z[verify-libraries] Compiling linear-map v1.2.0
42622026-08-11T20:49:13.485Z[verify-libraries] Compiling ingot v0.2.1
42632026-08-11T20:49:13.513Z[ recovery-image] Aug 11 20:49:12.356 INFO O| Aug 11 20:49:12.356 INFO O| Finalize: Updating image state ... Done
42642026-08-11T20:49:13.524Z[verify-libraries] Compiling prettyplease v0.2.37
42652026-08-11T20:49:13.527Z[ recovery-image] Aug 11 20:49:12.371 INFO O| Aug 11 20:49:12.371 INFO O| Finalize: Creating fast lookup database ... Done
42662026-08-11T20:49:13.528Z[ recovery-image] Aug 11 20:49:12.371 INFO O| Aug 11 20:49:12.371 INFO O| Finalize: Reading search index ... Done
42672026-08-11T20:49:13.528Z[ recovery-image] Aug 11 20:49:12.371 INFO O| Aug 11 20:49:12.371 INFO O| Finalize: Updating search index ... Done
42682026-08-11T20:49:13.531Z[ recovery-image] Aug 11 20:49:12.372 INFO O| Aug 11 20:49:12.372 INFO O| Finalize: Updating package cache ... Done
42692026-08-11T20:49:13.581Z[verify-libraries] Compiling float-ord v0.3.2
42702026-08-11T20:49:13.584Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42712026-08-11T20:49:13.712Z[verify-libraries] Compiling num v0.4.3
42722026-08-11T20:49:13.715Z[verify-libraries] Compiling linked-hash-map v0.5.6
42732026-08-11T20:49:13.761Z[verify-libraries] Compiling hickory-proto v0.24.4
42742026-08-11T20:49:13.800Z[ recovery-image] Aug 11 20:49:12.644 INFO O| Aug 11 20:49:12.644 INFO STEP 6 (pkg_change_variant) COMPLETE
42752026-08-11T20:49:13.800Z[ recovery-image] Aug 11 20:49:12.644 INFO O| Aug 11 20:49:12.644 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42762026-08-11T20:49:13.800Z[ recovery-image] Aug 11 20:49:12.644 INFO O| Aug 11 20:49:12.644 INFO skip step because feature "debug_variant" is not enabled
42772026-08-11T20:49:13.803Z[ recovery-image] Aug 11 20:49:12.644 INFO O| Aug 11 20:49:12.644 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42782026-08-11T20:49:13.818Z[verify-libraries] Compiling convert_case v0.10.0
42792026-08-11T20:49:13.862Z[verify-libraries] Compiling minimal-lexical v0.2.1
42802026-08-11T20:49:13.865Z[verify-libraries] Compiling display-error-chain v0.2.2
42812026-08-11T20:49:13.942Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42822026-08-11T20:49:13.985Z[verify-libraries] Compiling lru-cache v0.1.2
42832026-08-11T20:49:14.078Z[verify-libraries] Compiling owo-colors v4.3.0
42842026-08-11T20:49:14.113Z[verify-libraries] Compiling typify-macro v0.6.2
42852026-08-11T20:49:14.116Z[verify-libraries] Compiling unicode-xid v0.2.6
42862026-08-11T20:49:14.142Z[ recovery-image] Aug 11 20:49:12.985 INFO O| Aug 11 20:49:12.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42872026-08-11T20:49:14.183Z[verify-libraries] Compiling nom v7.1.3
42882026-08-11T20:49:14.247Z[verify-libraries] Compiling tabled_derive v0.7.0
42892026-08-11T20:49:14.251Z[verify-libraries] Compiling derive_more-impl v2.1.1
42902026-08-11T20:49:14.317Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42912026-08-11T20:49:14.379Z[verify-libraries] Compiling fd-lock v4.0.4
42922026-08-11T20:49:14.522Z[verify-libraries] Compiling vte v0.14.1
42932026-08-11T20:49:14.596Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42942026-08-11T20:49:14.619Z[verify-libraries] Compiling stacker v0.1.23
42952026-08-11T20:49:14.817Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42962026-08-11T20:49:14.968Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42972026-08-11T20:49:15.026Z[verify-libraries] Compiling reedline v0.40.0
42982026-08-11T20:49:15.076Z[verify-libraries] Compiling cfg_aliases v0.1.1
42992026-08-11T20:49:15.167Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43002026-08-11T20:49:15.219Z[verify-libraries] Compiling psm v0.1.30
43012026-08-11T20:49:15.250Z[verify-libraries] Compiling nix v0.28.0
43022026-08-11T20:49:15.299Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43032026-08-11T20:49:15.323Z[verify-libraries] Compiling derive_more v2.1.1
43042026-08-11T20:49:15.348Z[verify-libraries] Compiling tabled v0.15.0
43052026-08-11T20:49:15.351Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43062026-08-11T20:49:15.428Z[verify-libraries] Compiling crossterm v0.29.0
43072026-08-11T20:49:15.475Z[verify-libraries] Compiling semver v0.1.20
43082026-08-11T20:49:15.530Z[verify-libraries] Compiling termtree v0.5.1
43092026-08-11T20:49:15.592Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43102026-08-11T20:49:15.622Z[verify-libraries] Compiling phf_shared v0.12.1
43112026-08-11T20:49:15.779Z[verify-libraries] Compiling rustc_version v0.1.7
43122026-08-11T20:49:15.782Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43132026-08-11T20:49:15.809Z[verify-libraries] Compiling nibble_vec v0.1.0
43142026-08-11T20:49:15.857Z[verify-libraries] Compiling chrono-tz v0.10.4
43152026-08-11T20:49:15.857Z[verify-libraries] Compiling highway v1.3.0
43162026-08-11T20:49:15.916Z[ host-image] Aug 11 20:49:14.760 INFO O| Aug 11 20:49:14.759 INFO O| Download: Completed 222.83 MB in 9.37 seconds (23.7M/s)
43172026-08-11T20:49:15.954Z[verify-libraries] Compiling endian-type v0.1.2
43182026-08-11T20:49:16.016Z[ recovery-image] Aug 11 20:49:14.860 INFO O| Aug 11 20:49:14.859 INFO O| Startup: Refreshing catalog 'helios' ... Done
43192026-08-11T20:49:16.053Z[verify-libraries] Compiling hickory-resolver v0.24.4
43202026-08-11T20:49:16.163Z[verify-libraries] Compiling radix_trie v0.2.1
43212026-08-11T20:49:16.168Z[verify-libraries] Compiling newtype_derive v0.1.6
43222026-08-11T20:49:16.214Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43232026-08-11T20:49:16.253Z[verify-libraries] Compiling typify v0.6.2
43242026-08-11T20:49:16.329Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43252026-08-11T20:49:16.407Z[verify-libraries] Compiling progenitor-impl v0.14.0
43262026-08-11T20:49:16.413Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43272026-08-11T20:49:16.432Z[ recovery-image] Aug 11 20:49:15.276 INFO O| Aug 11 20:49:15.276 INFO O| Startup: Caching catalogs ... Done
43282026-08-11T20:49:16.449Z[ recovery-image] Aug 11 20:49:15.293 INFO O| Aug 11 20:49:15.293 INFO O| Planning: Planning completed in 0.00 seconds
43292026-08-11T20:49:16.449Z[ recovery-image] Aug 11 20:49:15.293 INFO O| Aug 11 20:49:15.293 INFO O| Planning: Consolidating action changes ... Done
43302026-08-11T20:49:16.452Z[ recovery-image] Aug 11 20:49:15.293 INFO O| Aug 11 20:49:15.293 INFO O| Planning: Evaluating mediators ... Done
43312026-08-11T20:49:16.452Z[ recovery-image] Aug 11 20:49:15.293 INFO O| Aug 11 20:49:15.293 INFO O| Planning: Planning completed in 0.00 seconds
43322026-08-11T20:49:16.452Z[ recovery-image] Aug 11 20:49:15.293 INFO O| Aug 11 20:49:15.293 INFO O| Variants/Facets to change: 1
43332026-08-11T20:49:16.452Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43342026-08-11T20:49:16.452Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43352026-08-11T20:49:16.462Z[ recovery-image] Aug 11 20:49:15.306 INFO O| Aug 11 20:49:15.306 INFO O| Finalize: Updating package state database ... Done
43362026-08-11T20:49:16.462Z[ recovery-image] Aug 11 20:49:15.306 INFO O| Aug 11 20:49:15.306 INFO O| Finalize: Updating package cache ... Done
43372026-08-11T20:49:16.477Z[ host-image] Aug 11 20:49:15.321 INFO O| Aug 11 20:49:15.321 INFO O| Actions: 1/54180 actions (Installing new actions)
43382026-08-11T20:49:16.540Z[ recovery-image] Aug 11 20:49:15.384 INFO O| Aug 11 20:49:15.383 INFO O| Finalize: Updating image state ... Done
43392026-08-11T20:49:16.555Z[ recovery-image] Aug 11 20:49:15.399 INFO O| Aug 11 20:49:15.398 INFO O| Finalize: Creating fast lookup database ... Done
43402026-08-11T20:49:16.556Z[ recovery-image] Aug 11 20:49:15.399 INFO O| Aug 11 20:49:15.399 INFO O| Finalize: Reading search index ... Done
43412026-08-11T20:49:16.556Z[ recovery-image] Aug 11 20:49:15.399 INFO O| Aug 11 20:49:15.399 INFO O| Finalize: Updating search index ... Done
43422026-08-11T20:49:16.559Z[ recovery-image] Aug 11 20:49:15.399 INFO O| Aug 11 20:49:15.399 INFO O| Finalize: Updating package cache ... Done
43432026-08-11T20:49:16.586Z[verify-libraries] Compiling recursive v0.1.1
43442026-08-11T20:49:16.708Z[verify-libraries] Compiling phf v0.12.1
43452026-08-11T20:49:16.783Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43462026-08-11T20:49:16.823Z[ recovery-image] Aug 11 20:49:15.667 INFO O| Aug 11 20:49:15.667 INFO STEP 8 (pkg_change_facet) COMPLETE
43472026-08-11T20:49:16.823Z[ recovery-image] Aug 11 20:49:15.667 INFO O| Aug 11 20:49:15.667 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43482026-08-11T20:49:16.930Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43492026-08-11T20:49:17.123Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43502026-08-11T20:49:17.181Z[ recovery-image] Aug 11 20:49:16.012 INFO O| Aug 11 20:49:16.012 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43512026-08-11T20:49:17.286Z[verify-libraries] Compiling qorb v0.4.1
43522026-08-11T20:49:17.290Z[verify-libraries] Compiling peg-macros v0.8.5
43532026-08-11T20:49:17.977Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43542026-08-11T20:49:18.005Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43552026-08-11T20:49:18.048Z[verify-libraries] Compiling winnow v0.6.26
43562026-08-11T20:49:18.321Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43572026-08-11T20:49:18.354Z[verify-libraries] Compiling csv-core v0.1.13
43582026-08-11T20:49:18.568Z[verify-libraries] Compiling unicode_categories v0.1.1
43592026-08-11T20:49:18.568Z[verify-libraries] Compiling home v0.5.12
43602026-08-11T20:49:18.648Z[verify-libraries] Compiling textwrap v0.16.2
43612026-08-11T20:49:18.712Z[verify-libraries] Compiling csv v1.4.0
43622026-08-11T20:49:18.788Z[verify-libraries] Compiling rustyline v14.0.0
43632026-08-11T20:49:18.850Z[verify-libraries] Compiling const_format v0.2.35
43642026-08-11T20:49:18.960Z[verify-libraries] Compiling peg v0.8.5
43652026-08-11T20:49:19.103Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43662026-08-11T20:49:19.130Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43672026-08-11T20:49:19.240Z[verify-libraries] Compiling sqlparser v0.61.0
43682026-08-11T20:49:19.373Z[verify-libraries] Compiling bcs v0.1.6
43692026-08-11T20:49:19.402Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43702026-08-11T20:49:19.465Z[ recovery-image] Aug 11 20:49:18.308 INFO O| Aug 11 20:49:18.306 INFO O| Startup: Refreshing catalog 'helios' ... Done
43712026-08-11T20:49:19.478Z[verify-libraries] Compiling progenitor-macro v0.14.0
43722026-08-11T20:49:19.527Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43732026-08-11T20:49:19.552Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43742026-08-11T20:49:19.585Z[verify-libraries] Compiling sqlformat v0.3.5
43752026-08-11T20:49:19.614Z[verify-libraries] Compiling nom v8.0.0
43762026-08-11T20:49:19.618Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-08-11T20:49:19.752Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43782026-08-11T20:49:19.837Z[verify-libraries] Compiling steno v0.4.1
43792026-08-11T20:49:19.859Z[ recovery-image] Aug 11 20:49:18.703 INFO O| Aug 11 20:49:18.703 INFO O| Startup: Caching catalogs ... Done
43802026-08-11T20:49:19.873Z[ recovery-image] Aug 11 20:49:18.717 INFO O| Aug 11 20:49:18.717 INFO O| Planning: Planning completed in 0.00 seconds
43812026-08-11T20:49:19.876Z[ recovery-image] Aug 11 20:49:18.718 INFO O| Aug 11 20:49:18.718 INFO O| Planning: Consolidating action changes ... Done
43822026-08-11T20:49:19.876Z[ recovery-image] Aug 11 20:49:18.718 INFO O| Aug 11 20:49:18.718 INFO O| Planning: Evaluating mediators ... Done
43832026-08-11T20:49:19.877Z[ recovery-image] Aug 11 20:49:18.718 INFO O| Aug 11 20:49:18.718 INFO O| Planning: Planning completed in 0.00 seconds
43842026-08-11T20:49:19.877Z[ recovery-image] Aug 11 20:49:18.718 INFO O| Aug 11 20:49:18.718 INFO O| Variants/Facets to change: 1
43852026-08-11T20:49:19.886Z[ recovery-image] Aug 11 20:49:18.730 INFO O| Aug 11 20:49:18.729 INFO O| Finalize: Updating package state database ... Done
43862026-08-11T20:49:19.886Z[ recovery-image] Aug 11 20:49:18.730 INFO O| Aug 11 20:49:18.729 INFO O| Finalize: Updating package cache ... Done
43872026-08-11T20:49:19.923Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43882026-08-11T20:49:19.954Z[ recovery-image] Aug 11 20:49:18.798 INFO O| Aug 11 20:49:18.798 INFO O| Finalize: Updating image state ... Done
43892026-08-11T20:49:19.968Z[ recovery-image] Aug 11 20:49:18.812 INFO O| Aug 11 20:49:18.812 INFO O| Finalize: Creating fast lookup database ... Done
43902026-08-11T20:49:19.971Z[ recovery-image] Aug 11 20:49:18.812 INFO O| Aug 11 20:49:18.812 INFO O| Finalize: Reading search index ... Done
43912026-08-11T20:49:19.971Z[ recovery-image] Aug 11 20:49:18.812 INFO O| Aug 11 20:49:18.812 INFO O| Finalize: Updating search index ... Done
43922026-08-11T20:49:19.971Z[ recovery-image] Aug 11 20:49:18.813 INFO O| Aug 11 20:49:18.813 INFO O| Finalize: Updating package cache ... Done
43932026-08-11T20:49:20.198Z[ recovery-image] Aug 11 20:49:19.042 INFO O| Aug 11 20:49:19.042 INFO STEP 9 (pkg_change_facet) COMPLETE
43942026-08-11T20:49:20.202Z[ recovery-image] Aug 11 20:49:19.042 INFO O| Aug 11 20:49:19.042 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43952026-08-11T20:49:20.504Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43962026-08-11T20:49:20.625Z[verify-libraries] Compiling sha1 v0.10.6
43972026-08-11T20:49:20.669Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43982026-08-11T20:49:20.672Z[verify-libraries] Compiling tagptr v0.2.0
43992026-08-11T20:49:20.683Z[ recovery-image] Aug 11 20:49:19.527 INFO O| Aug 11 20:49:19.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44002026-08-11T20:49:20.747Z[verify-libraries] Compiling utf-8 v0.7.6
44012026-08-11T20:49:20.818Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44022026-08-11T20:49:20.893Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44032026-08-11T20:49:20.975Z[verify-libraries] Compiling moka v0.12.13
44042026-08-11T20:49:21.025Z[verify-libraries] Compiling tungstenite v0.21.0
44052026-08-11T20:49:21.049Z[verify-libraries] Compiling libefi-sys v0.1.0
44062026-08-11T20:49:21.071Z[verify-libraries] Compiling bitfield-struct v0.6.2
44072026-08-11T20:49:21.137Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44082026-08-11T20:49:21.249Z[verify-libraries] Compiling libscf-sys v1.2.0
44092026-08-11T20:49:21.426Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44102026-08-11T20:49:21.463Z[verify-libraries] Compiling xshell-macros v0.2.7
44112026-08-11T20:49:21.474Z[ host-image] Aug 11 20:49:20.318 INFO O| Aug 11 20:49:20.318 INFO O| Actions: 22247/54180 actions (Installing new actions)
44122026-08-11T20:49:21.515Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44132026-08-11T20:49:21.639Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44142026-08-11T20:49:21.896Z[verify-libraries] Compiling hickory-resolver v0.25.2
44152026-08-11T20:49:21.920Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44162026-08-11T20:49:21.948Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44172026-08-11T20:49:21.989Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44182026-08-11T20:49:22.082Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44192026-08-11T20:49:22.090Z[verify-libraries] Compiling xshell v0.2.7
44202026-08-11T20:49:22.164Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44212026-08-11T20:49:22.234Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44222026-08-11T20:49:22.237Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44232026-08-11T20:49:22.256Z[verify-libraries] Compiling papergrid v0.17.0
44242026-08-11T20:49:22.351Z[verify-libraries] Compiling testing_table v0.3.0
44252026-08-11T20:49:22.384Z[verify-libraries] Compiling tabled_derive v0.11.0
44262026-08-11T20:49:22.481Z[verify-libraries] Compiling sha2 v0.11.0
44272026-08-11T20:49:22.517Z[ recovery-image] Aug 11 20:49:21.361 INFO O| Aug 11 20:49:21.361 INFO O| Startup: Refreshing catalog 'helios' ... Done
44282026-08-11T20:49:22.567Z[verify-libraries] Compiling subprocess v0.2.15
44292026-08-11T20:49:22.634Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44302026-08-11T20:49:22.731Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44312026-08-11T20:49:22.829Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44322026-08-11T20:49:22.902Z[verify-libraries] Compiling headers-core v0.3.0
44332026-08-11T20:49:22.927Z[ recovery-image] Aug 11 20:49:21.770 INFO O| Aug 11 20:49:21.770 INFO O| Startup: Caching catalogs ... Done
44342026-08-11T20:49:22.943Z[ recovery-image] Aug 11 20:49:21.787 INFO O| Aug 11 20:49:21.787 INFO O| Planning: Planning completed in 0.00 seconds
44352026-08-11T20:49:22.943Z[ recovery-image] Aug 11 20:49:21.787 INFO O| Aug 11 20:49:21.787 INFO O| Planning: Consolidating action changes ... Done
44362026-08-11T20:49:22.946Z[ recovery-image] Aug 11 20:49:21.787 INFO O| Aug 11 20:49:21.787 INFO O| Planning: Evaluating mediators ... Done
44372026-08-11T20:49:22.946Z[ recovery-image] Aug 11 20:49:21.787 INFO O| Aug 11 20:49:21.787 INFO O| Planning: Planning completed in 0.00 seconds
44382026-08-11T20:49:22.946Z[ recovery-image] Aug 11 20:49:21.787 INFO O| Aug 11 20:49:21.787 INFO O| Variants/Facets to change: 1
44392026-08-11T20:49:22.957Z[ recovery-image] Aug 11 20:49:21.801 INFO O| Aug 11 20:49:21.800 INFO O| Finalize: Updating package state database ... Done
44402026-08-11T20:49:22.957Z[ recovery-image] Aug 11 20:49:21.801 INFO O| Aug 11 20:49:21.801 INFO O| Finalize: Updating package cache ... Done
44412026-08-11T20:49:23.026Z[ recovery-image] Aug 11 20:49:21.870 INFO O| Aug 11 20:49:21.870 INFO O| Finalize: Updating image state ... Done
44422026-08-11T20:49:23.042Z[ recovery-image] Aug 11 20:49:21.886 INFO O| Aug 11 20:49:21.886 INFO O| Finalize: Creating fast lookup database ... Done
44432026-08-11T20:49:23.042Z[ recovery-image] Aug 11 20:49:21.886 INFO O| Aug 11 20:49:21.886 INFO O| Finalize: Reading search index ... Done
44442026-08-11T20:49:23.045Z[ recovery-image] Aug 11 20:49:21.886 INFO O| Aug 11 20:49:21.886 INFO O| Finalize: Updating search index ... Done
44452026-08-11T20:49:23.045Z[ recovery-image] Aug 11 20:49:21.886 INFO O| Aug 11 20:49:21.886 INFO O| Finalize: Updating package cache ... Done
44462026-08-11T20:49:23.168Z[verify-libraries] Compiling unicase v2.9.0
44472026-08-11T20:49:23.315Z[ recovery-image] Aug 11 20:49:22.159 INFO O| Aug 11 20:49:22.159 INFO STEP 10 (pkg_change_facet) COMPLETE
44482026-08-11T20:49:23.315Z[ recovery-image] Aug 11 20:49:22.159 INFO O| Aug 11 20:49:22.159 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44492026-08-11T20:49:23.325Z[ recovery-image] Aug 11 20:49:22.169 INFO O| Aug 11 20:49:22.169 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44502026-08-11T20:49:23.341Z[verify-libraries] Compiling headers v0.4.1
44512026-08-11T20:49:23.408Z[verify-libraries] Compiling darling_core v0.21.3
44522026-08-11T20:49:23.477Z[verify-libraries] Compiling crc8 v0.1.1
44532026-08-11T20:49:23.657Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44542026-08-11T20:49:23.729Z[verify-libraries] Compiling maplit v1.0.2
44552026-08-11T20:49:23.819Z[verify-libraries] Compiling tabled v0.20.0
44562026-08-11T20:49:23.910Z[verify-libraries] Compiling yasna v0.5.2
44572026-08-11T20:49:23.953Z[verify-libraries] Compiling vergen-lib v0.1.6
44582026-08-11T20:49:24.173Z[verify-libraries] Compiling diesel_derives v2.3.7
44592026-08-11T20:49:24.275Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44602026-08-11T20:49:24.358Z[verify-libraries] Compiling port-file v0.1.0
44612026-08-11T20:49:24.406Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44622026-08-11T20:49:24.470Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44632026-08-11T20:49:24.649Z[verify-libraries] Compiling rcgen v0.12.1
44642026-08-11T20:49:24.687Z[ host-image] Aug 11 20:49:23.530 INFO O| Aug 11 20:49:23.530 INFO O| Actions: Completed 54180 actions in 8.21 seconds.
44652026-08-11T20:49:24.783Z[ host-image] Aug 11 20:49:23.626 INFO O| Aug 11 20:49:23.619 INFO O| Finalize: Updating package state database ... Done
44662026-08-11T20:49:24.783Z[ host-image] Aug 11 20:49:23.626 INFO O| Aug 11 20:49:23.619 INFO O| Finalize: Updating package cache ... Done
44672026-08-11T20:49:24.826Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44682026-08-11T20:49:24.830Z[verify-libraries] Compiling half v1.8.3
44692026-08-11T20:49:24.888Z[ host-image] Aug 11 20:49:23.732 INFO O| Aug 11 20:49:23.731 INFO O| Finalize: Updating image state ... Done
44702026-08-11T20:49:24.970Z[verify-libraries] Compiling r2d2 v0.8.10
44712026-08-11T20:49:25.031Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44722026-08-11T20:49:25.106Z[verify-libraries] Compiling serde_cbor v0.11.2
44732026-08-11T20:49:25.203Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44742026-08-11T20:49:25.235Z[verify-libraries] Compiling downcast-rs v2.0.2
44752026-08-11T20:49:25.284Z[verify-libraries] Compiling progenitor v0.14.0
44762026-08-11T20:49:25.456Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44772026-08-11T20:49:25.494Z[ recovery-image] Aug 11 20:49:24.337 INFO O| Aug 11 20:49:24.337 INFO O| Startup: Refreshing catalog 'helios' ... Done
44782026-08-11T20:49:25.499Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44792026-08-11T20:49:25.503Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44802026-08-11T20:49:25.560Z[verify-libraries] Compiling crunchy v0.2.4
44812026-08-11T20:49:25.692Z[verify-libraries] Compiling cpubits v0.1.1
44822026-08-11T20:49:25.769Z[verify-libraries] Compiling dirs-next v2.0.0
44832026-08-11T20:49:25.907Z[ recovery-image] Aug 11 20:49:24.741 INFO O| Aug 11 20:49:24.741 INFO O| Startup: Caching catalogs ... Done
44842026-08-11T20:49:25.926Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44852026-08-11T20:49:25.971Z[ host-image] Aug 11 20:49:24.815 INFO O| Aug 11 20:49:24.815 INFO O| Finalize: Creating fast lookup database ... Done
44862026-08-11T20:49:26.003Z[ host-image] Aug 11 20:49:24.843 INFO O| Aug 11 20:49:24.843 INFO O| Finalize: Reading search index ... Done
44872026-08-11T20:49:26.017Z[verify-libraries] Compiling clang-sys v1.8.1
44882026-08-11T20:49:26.167Z[verify-libraries] Compiling tiny-keccak v2.0.2
44892026-08-11T20:49:26.387Z[verify-libraries] Compiling darling_macro v0.21.3
44902026-08-11T20:49:26.480Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44912026-08-11T20:49:26.661Z[verify-libraries] Compiling term v0.7.0
44922026-08-11T20:49:26.664Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44932026-08-11T20:49:26.664Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44942026-08-11T20:49:26.725Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44952026-08-11T20:49:26.728Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44962026-08-11T20:49:26.751Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44972026-08-11T20:49:26.754Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44982026-08-11T20:49:27.060Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44992026-08-11T20:49:27.160Z[verify-libraries] Compiling darling v0.21.3
45002026-08-11T20:49:27.163Z[verify-libraries] Compiling diff v0.1.13
45012026-08-11T20:49:27.226Z[verify-libraries] Compiling bit-vec v0.6.3
45022026-08-11T20:49:27.284Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45032026-08-11T20:49:27.287Z[verify-libraries] Compiling ascii-canvas v3.0.0
45042026-08-11T20:49:27.360Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45052026-08-11T20:49:27.418Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45062026-08-11T20:49:27.510Z[verify-libraries] Compiling itertools v0.10.5
45072026-08-11T20:49:27.562Z[verify-libraries] Compiling libloading v0.8.9
45082026-08-11T20:49:27.566Z[verify-libraries] Compiling bit-set v0.5.3
45092026-08-11T20:49:27.566Z[verify-libraries] Compiling ena v0.14.4
45102026-08-11T20:49:27.587Z[verify-libraries] Compiling bindgen v0.71.1
45112026-08-11T20:49:27.587Z[verify-libraries] Compiling regex-syntax v0.6.29
45122026-08-11T20:49:27.776Z[ recovery-image] Aug 11 20:49:26.620 INFO O| Aug 11 20:49:26.618 INFO O| Planning: Solver setup ... Done
45132026-08-11T20:49:27.794Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45142026-08-11T20:49:27.818Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45152026-08-11T20:49:27.934Z[ recovery-image] Aug 11 20:49:26.778 INFO O| Aug 11 20:49:26.778 INFO O| Planning: Running solver ... Done
45162026-08-11T20:49:27.976Z[ recovery-image] Aug 11 20:49:26.819 INFO O| Aug 11 20:49:26.819 INFO O| Planning: Finding local manifests ... Done
45172026-08-11T20:49:27.976Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45182026-08-11T20:49:27.996Z[ recovery-image] Aug 11 20:49:26.840 INFO O| Aug 11 20:49:26.840 INFO O| Planning: Fetching manifests: 0/130 0% complete
45192026-08-11T20:49:28.026Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45202026-08-11T20:49:28.144Z[verify-libraries] Compiling cexpr v0.6.0
45212026-08-11T20:49:28.232Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45222026-08-11T20:49:28.235Z[verify-libraries] Compiling rustc-hash v2.1.1
45232026-08-11T20:49:28.275Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45242026-08-11T20:49:28.397Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45252026-08-11T20:49:28.628Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45262026-08-11T20:49:28.704Z[verify-libraries] Compiling libxml v0.3.3
45272026-08-11T20:49:28.718Z[ host-image] Aug 11 20:49:27.562 INFO O| Aug 11 20:49:27.562 INFO O| Finalize: Building new search index ... Done
45282026-08-11T20:49:28.752Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45292026-08-11T20:49:28.946Z[verify-libraries] Compiling strum_macros v0.24.3
45302026-08-11T20:49:29.047Z[verify-libraries] Compiling hmac v0.13.0
45312026-08-11T20:49:29.144Z[verify-libraries] Compiling universal-hash v0.6.1
45322026-08-11T20:49:29.203Z[verify-libraries] Compiling fxhash v0.2.1
45332026-08-11T20:49:29.213Z[ host-image] Aug 11 20:49:28.057 INFO O| Aug 11 20:49:28.057 INFO O| Finalize: Updating package cache ... Done
45342026-08-11T20:49:29.237Z[verify-libraries] Compiling indoc v1.0.9
45352026-08-11T20:49:29.358Z[verify-libraries] Compiling lalrpop v0.19.12
45362026-08-11T20:49:29.510Z[ host-image] Aug 11 20:49:28.354 INFO O| Aug 11 20:49:28.354 INFO STEP 11 (pkg_install) COMPLETE
45372026-08-11T20:49:29.510Z[ host-image] Aug 11 20:49:28.354 INFO O| Aug 11 20:49:28.354 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45382026-08-11T20:49:29.519Z[ host-image] Aug 11 20:49:28.363 INFO O| Aug 11 20:49:28.363 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"]
45392026-08-11T20:49:29.522Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45402026-08-11T20:49:30.132Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45412026-08-11T20:49:30.448Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45422026-08-11T20:49:30.476Z[verify-libraries] Compiling progenitor-impl v0.13.0
45432026-08-11T20:49:30.566Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45442026-08-11T20:49:30.816Z[verify-libraries] Compiling oso-derive v0.27.3
45452026-08-11T20:49:30.907Z[verify-libraries] Compiling quick-xml v0.37.5
45462026-08-11T20:49:31.402Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45472026-08-11T20:49:31.619Z[ host-image] Aug 11 20:49:30.463 INFO O| Aug 11 20:49:30.463 INFO O| Startup: Refreshing catalog 'helios' ... Done
45482026-08-11T20:49:31.769Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45492026-08-11T20:49:31.853Z[ recovery-image] Aug 11 20:49:30.697 INFO O| Aug 11 20:49:30.697 INFO O| Planning: Fetching manifests: 130/130 100% complete
45502026-08-11T20:49:32.045Z[ host-image] Aug 11 20:49:30.888 INFO O| Aug 11 20:49:30.888 INFO O| Startup: Caching catalogs ... Done
45512026-08-11T20:49:32.139Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45522026-08-11T20:49:32.253Z[ recovery-image] Aug 11 20:49:31.095 INFO O| Aug 11 20:49:31.095 INFO O| Planning: Package planning ... Done
45532026-08-11T20:49:32.461Z[ recovery-image] Aug 11 20:49:31.305 INFO O| Aug 11 20:49:31.305 INFO O| Planning: Merging actions ... Done
45542026-08-11T20:49:32.483Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45552026-08-11T20:49:32.489Z[ host-image] Aug 11 20:49:31.333 INFO O| Aug 11 20:49:31.333 INFO O| Planning: Solver setup ... Done
45562026-08-11T20:49:32.494Z[ host-image] Aug 11 20:49:31.338 INFO O| Aug 11 20:49:31.338 INFO O| Planning: Running solver ... Done
45572026-08-11T20:49:32.509Z[ host-image] Aug 11 20:49:31.353 INFO O| Aug 11 20:49:31.352 INFO O| Planning: Finding local manifests ... Done
45582026-08-11T20:49:32.531Z[ recovery-image] Aug 11 20:49:31.375 INFO O| Aug 11 20:49:31.375 INFO O| Planning: Checking for conflicting actions ... Done
45592026-08-11T20:49:32.549Z[ host-image] Aug 11 20:49:31.393 INFO O| Aug 11 20:49:31.393 INFO O| Planning: Fetching manifests: 0/6 0% complete
45602026-08-11T20:49:32.561Z[verify-libraries] Compiling openssl-probe v0.1.6
45612026-08-11T20:49:32.587Z[ recovery-image] Aug 11 20:49:31.430 INFO O| Aug 11 20:49:31.430 INFO O| Planning: Consolidating action changes ... Done
45622026-08-11T20:49:32.629Z[ host-image] Aug 11 20:49:31.473 INFO O| Aug 11 20:49:31.473 INFO O| Planning: Fetching manifests: 6/6 100% complete
45632026-08-11T20:49:32.657Z[ host-image] Aug 11 20:49:31.500 INFO O| Aug 11 20:49:31.500 INFO O| Planning: Package planning ... Done
45642026-08-11T20:49:32.660Z[ host-image] Aug 11 20:49:31.503 INFO O| Aug 11 20:49:31.502 INFO O| Planning: Merging actions ... Done
45652026-08-11T20:49:32.719Z[ recovery-image] Aug 11 20:49:31.562 INFO O| Aug 11 20:49:31.562 INFO O| Planning: Evaluating mediators ... Done
45662026-08-11T20:49:32.846Z[ host-image] Aug 11 20:49:31.690 INFO O| Aug 11 20:49:31.690 INFO O| Planning: Checking for conflicting actions ... Done
45672026-08-11T20:49:32.849Z[ host-image] Aug 11 20:49:31.691 INFO O| Aug 11 20:49:31.691 INFO O| Planning: Consolidating action changes ... Done
45682026-08-11T20:49:32.853Z[verify-libraries] Compiling polyval v0.7.1
45692026-08-11T20:49:33.038Z[ host-image] Aug 11 20:49:31.881 INFO O| Aug 11 20:49:31.881 INFO O| Planning: Evaluating mediators ... Done
45702026-08-11T20:49:33.041Z[ host-image] Aug 11 20:49:31.883 INFO O| Aug 11 20:49:31.883 INFO O| Planning: Planning completed in 0.98 seconds
45712026-08-11T20:49:33.041Z[ host-image] Aug 11 20:49:31.883 INFO O| Aug 11 20:49:31.883 INFO O| Packages to install: 6
45722026-08-11T20:49:33.041Z[ host-image] Aug 11 20:49:31.883 INFO O| Aug 11 20:49:31.883 INFO O| Services to change: 2
45732026-08-11T20:49:33.050Z[ host-image] Aug 11 20:49:31.894 INFO O| Aug 11 20:49:31.894 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45742026-08-11T20:49:33.114Z[verify-libraries] Compiling der v0.8.0
45752026-08-11T20:49:33.166Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45762026-08-11T20:49:33.209Z[ host-image] Aug 11 20:49:32.052 INFO O| Aug 11 20:49:32.052 INFO O| Download: Completed 1.75 MB in 0.16 seconds (11.0M/s)
45772026-08-11T20:49:33.231Z[ host-image] Aug 11 20:49:32.073 INFO O| Aug 11 20:49:32.073 INFO O| Actions: 1/390 actions (Installing new actions)
45782026-08-11T20:49:33.362Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45792026-08-11T20:49:33.458Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45802026-08-11T20:49:33.499Z[ host-image] Aug 11 20:49:32.343 INFO O| Aug 11 20:49:32.342 INFO O| Actions: Completed 390 actions in 0.27 seconds.
45812026-08-11T20:49:33.543Z[ host-image] Aug 11 20:49:32.378 INFO O| Aug 11 20:49:32.378 INFO O| Finalize: Updating package state database ... Done
45822026-08-11T20:49:33.544Z[ host-image] Aug 11 20:49:32.378 INFO O| Aug 11 20:49:32.378 INFO O| Finalize: Updating package cache ... Done
45832026-08-11T20:49:33.608Z[verify-libraries] Compiling progenitor-macro v0.13.0
45842026-08-11T20:49:33.721Z[ host-image] Aug 11 20:49:32.564 INFO O| Aug 11 20:49:32.564 INFO O| Finalize: Updating image state ... Done
45852026-08-11T20:49:33.732Z[verify-libraries] Compiling progenitor-client v0.13.0
45862026-08-11T20:49:33.844Z[verify-libraries] Compiling diesel v2.3.7
45872026-08-11T20:49:34.085Z[verify-libraries] Compiling git-stub v1.0.0
45882026-08-11T20:49:34.322Z[ recovery-image] Aug 11 20:49:33.166 INFO O| Aug 11 20:49:33.166 INFO O| Planning: Planning completed in 8.41 seconds
45892026-08-11T20:49:34.325Z[ recovery-image] Aug 11 20:49:33.168 INFO O| Aug 11 20:49:33.168 INFO O| Packages to install: 130
45902026-08-11T20:49:34.325Z[ recovery-image] Aug 11 20:49:33.168 INFO O| Aug 11 20:49:33.168 INFO O| Mediators to change: 5
45912026-08-11T20:49:34.325Z[ recovery-image] Aug 11 20:49:33.168 INFO O| Aug 11 20:49:33.168 INFO O| Services to change: 5
45922026-08-11T20:49:34.395Z[ recovery-image] Aug 11 20:49:33.239 INFO O| Aug 11 20:49:33.239 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45932026-08-11T20:49:34.406Z[verify-libraries] Compiling kstat-rs v0.2.5
45942026-08-11T20:49:34.538Z[verify-libraries] Compiling trait-variant v0.1.2
45952026-08-11T20:49:34.597Z[verify-libraries] Compiling salty v0.3.0
45962026-08-11T20:49:34.749Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45972026-08-11T20:49:34.885Z[ host-image] Aug 11 20:49:33.729 INFO O| Aug 11 20:49:33.729 INFO O| Finalize: Creating fast lookup database ... Done
45982026-08-11T20:49:34.914Z[ host-image] Aug 11 20:49:33.758 INFO O| Aug 11 20:49:33.758 INFO O| Finalize: Reading search index ... Done
45992026-08-11T20:49:34.915Z[ host-image] Aug 11 20:49:33.758 INFO O| Aug 11 20:49:33.758 INFO O| Finalize: Updating search index ... Done
46002026-08-11T20:49:34.938Z[ host-image] Aug 11 20:49:33.782 INFO O| Aug 11 20:49:33.782 INFO O| Finalize: Updating package cache ... Done
46012026-08-11T20:49:35.011Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46022026-08-11T20:49:35.174Z[verify-libraries] Compiling ghash v0.6.0
46032026-08-11T20:49:35.199Z[ host-image] Aug 11 20:49:34.039 INFO O| Aug 11 20:49:34.039 INFO STEP 12 (pkg_install) COMPLETE
46042026-08-11T20:49:35.199Z[ host-image] Aug 11 20:49:34.039 INFO O| Aug 11 20:49:34.039 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46052026-08-11T20:49:35.208Z[ host-image] Aug 11 20:49:34.052 INFO O| Aug 11 20:49:34.051 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46062026-08-11T20:49:35.269Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46072026-08-11T20:49:35.355Z[verify-libraries] Compiling pbkdf2 v0.13.0
46082026-08-11T20:49:35.434Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46092026-08-11T20:49:35.538Z[verify-libraries] Compiling crypto-bigint v0.7.5
46102026-08-11T20:49:35.575Z[verify-libraries] Compiling aes v0.9.1
46112026-08-11T20:49:36.325Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46122026-08-11T20:49:36.616Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46132026-08-11T20:49:36.839Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46142026-08-11T20:49:36.879Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46152026-08-11T20:49:36.948Z[verify-libraries] Compiling ctr v0.10.1
46162026-08-11T20:49:37.024Z[verify-libraries] Compiling aead v0.6.1
46172026-08-11T20:49:37.125Z[ host-image] Aug 11 20:49:35.968 INFO O| Aug 11 20:49:35.968 INFO O| Startup: Refreshing catalog 'helios' ... Done
46182026-08-11T20:49:37.176Z[verify-libraries] Compiling bb8 v0.8.6
46192026-08-11T20:49:37.279Z[verify-libraries] Compiling parking_lot_core v0.8.6
46202026-08-11T20:49:37.299Z[verify-libraries] Compiling aes-gcm v0.11.0
46212026-08-11T20:49:37.437Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46222026-08-11T20:49:37.560Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46232026-08-11T20:49:37.573Z[ host-image] Aug 11 20:49:36.416 INFO O| Aug 11 20:49:36.407 INFO O| Startup: Caching catalogs ... Done
46242026-08-11T20:49:37.622Z[verify-libraries] Compiling spki v0.8.0
46252026-08-11T20:49:37.747Z[verify-libraries] Compiling mime_guess v2.0.5
46262026-08-11T20:49:37.808Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46272026-08-11T20:49:37.910Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46282026-08-11T20:49:37.933Z[verify-libraries] Compiling rfc6979 v0.4.0
46292026-08-11T20:49:37.933Z[verify-libraries] Compiling salsa20 v0.11.0
46302026-08-11T20:49:37.951Z[ host-image] Aug 11 20:49:36.795 INFO O| Aug 11 20:49:36.795 INFO O| Planning: Solver setup ... Done
46312026-08-11T20:49:37.956Z[ host-image] Aug 11 20:49:36.800 INFO O| Aug 11 20:49:36.800 INFO O| Planning: Running solver ... Done
46322026-08-11T20:49:37.970Z[ host-image] Aug 11 20:49:36.813 INFO O| Aug 11 20:49:36.813 INFO O| Planning: Finding local manifests ... Done
46332026-08-11T20:49:37.987Z[ host-image] Aug 11 20:49:36.831 INFO O| Aug 11 20:49:36.831 INFO O| Planning: Fetching manifests: 0/6 0% complete
46342026-08-11T20:49:38.096Z[ host-image] Aug 11 20:49:36.940 INFO O| Aug 11 20:49:36.940 INFO O| Planning: Fetching manifests: 6/6 100% complete
46352026-08-11T20:49:38.122Z[ host-image] Aug 11 20:49:36.966 INFO O| Aug 11 20:49:36.966 INFO O| Planning: Package planning ... Done
46362026-08-11T20:49:38.126Z[verify-libraries] Compiling nanorand v0.7.0
46372026-08-11T20:49:38.130Z[ host-image] Aug 11 20:49:36.974 INFO O| Aug 11 20:49:36.974 INFO O| Planning: Merging actions ... Done
46382026-08-11T20:49:38.174Z[verify-libraries] Compiling scrypt v0.12.0
46392026-08-11T20:49:38.230Z[verify-libraries] Compiling ecdsa v0.16.9
46402026-08-11T20:49:38.285Z[ host-image] Aug 11 20:49:37.128 INFO O| Aug 11 20:49:37.128 INFO O| Planning: Checking for conflicting actions ... Done
46412026-08-11T20:49:38.288Z[ host-image] Aug 11 20:49:37.132 INFO O| Aug 11 20:49:37.132 INFO O| Planning: Consolidating action changes ... Done
46422026-08-11T20:49:38.436Z[ host-image] Aug 11 20:49:37.280 INFO O| Aug 11 20:49:37.279 INFO O| Planning: Evaluating mediators ... Done
46432026-08-11T20:49:38.436Z[verify-libraries] Compiling flume v0.11.1
46442026-08-11T20:49:38.439Z[ host-image] Aug 11 20:49:37.283 INFO O| Aug 11 20:49:37.283 INFO O| Planning: Planning completed in 0.86 seconds
46452026-08-11T20:49:38.442Z[ host-image] Aug 11 20:49:37.283 INFO O| Aug 11 20:49:37.283 INFO O| Packages to install: 6
46462026-08-11T20:49:38.442Z[ host-image] Aug 11 20:49:37.283 INFO O| Aug 11 20:49:37.283 INFO O| Mediators to change: 1
46472026-08-11T20:49:38.442Z[ host-image] Aug 11 20:49:37.283 INFO O| Aug 11 20:49:37.283 INFO O| Services to change: 1
46482026-08-11T20:49:38.451Z[ host-image] Aug 11 20:49:37.295 INFO O| Aug 11 20:49:37.295 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46492026-08-11T20:49:38.502Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46502026-08-11T20:49:38.667Z[verify-libraries] Compiling primeorder v0.13.6
46512026-08-11T20:49:38.826Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46522026-08-11T20:49:38.866Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46532026-08-11T20:49:38.908Z[verify-libraries] Compiling cbc v0.2.1
46542026-08-11T20:49:39.086Z[verify-libraries] Compiling nonempty v0.12.0
46552026-08-11T20:49:39.092Z[ host-image] Aug 11 20:49:37.936 INFO O| Aug 11 20:49:37.936 INFO O| Download: Completed 7.84 MB in 0.64 seconds (12.2M/s)
46562026-08-11T20:49:39.116Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46572026-08-11T20:49:39.132Z[ host-image] Aug 11 20:49:37.976 INFO O| Aug 11 20:49:37.976 INFO O| Actions: 1/1366 actions (Installing new actions)
46582026-08-11T20:49:39.187Z[verify-libraries] Compiling http-range v0.1.5
46592026-08-11T20:49:39.336Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46602026-08-11T20:49:39.386Z[ host-image] Aug 11 20:49:38.230 INFO O| Aug 11 20:49:38.229 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
46612026-08-11T20:49:39.400Z[ recovery-image] Aug 11 20:49:38.244 INFO O| Aug 11 20:49:38.244 INFO O| Download: 8562/16682 items 88.3/200.0MB 44% complete (18.3M/s)
46622026-08-11T20:49:39.411Z[verify-libraries] Compiling pkcs5 v0.8.1
46632026-08-11T20:49:39.422Z[ host-image] Aug 11 20:49:38.265 INFO O| Aug 11 20:49:38.265 INFO O| Finalize: Updating package state database ... Done
46642026-08-11T20:49:39.422Z[ host-image] Aug 11 20:49:38.265 INFO O| Aug 11 20:49:38.265 INFO O| Finalize: Updating package cache ... Done
46652026-08-11T20:49:39.480Z[verify-libraries] Compiling p384 v0.13.1
46662026-08-11T20:49:39.499Z[ host-image] Aug 11 20:49:38.343 INFO O| Aug 11 20:49:38.343 INFO O| Finalize: Updating image state ... Done
46672026-08-11T20:49:39.517Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46682026-08-11T20:49:39.517Z[verify-libraries] Compiling progenitor v0.13.0
46692026-08-11T20:49:39.736Z[verify-libraries] Compiling parking_lot v0.11.2
46702026-08-11T20:49:40.086Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46712026-08-11T20:49:40.124Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46722026-08-11T20:49:40.155Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46732026-08-11T20:49:40.210Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46742026-08-11T20:49:40.254Z[verify-libraries] Compiling prefix-trie v0.7.0
46752026-08-11T20:49:40.455Z[ host-image] Aug 11 20:49:39.299 INFO O| Aug 11 20:49:39.299 INFO O| Finalize: Creating fast lookup database ... Done
46762026-08-11T20:49:40.485Z[ host-image] Aug 11 20:49:39.328 INFO O| Aug 11 20:49:39.328 INFO O| Finalize: Reading search index ... Done
46772026-08-11T20:49:40.485Z[ host-image] Aug 11 20:49:39.328 INFO O| Aug 11 20:49:39.328 INFO O| Finalize: Updating search index ... Done
46782026-08-11T20:49:40.488Z[verify-libraries] Compiling digest-io v0.1.0
46792026-08-11T20:49:40.524Z[ host-image] Aug 11 20:49:39.368 INFO O| Aug 11 20:49:39.368 INFO O| Finalize: Updating package cache ... Done
46802026-08-11T20:49:40.650Z[verify-libraries] Compiling rawzip v0.4.4
46812026-08-11T20:49:40.741Z[verify-libraries] Compiling hickory-server v0.25.2
46822026-08-11T20:49:40.797Z[ host-image] Aug 11 20:49:39.641 INFO O| Aug 11 20:49:39.641 INFO STEP 13 (pkg_install) COMPLETE
46832026-08-11T20:49:40.797Z[ host-image] Aug 11 20:49:39.641 INFO O| Aug 11 20:49:39.641 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46842026-08-11T20:49:40.800Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46852026-08-11T20:49:40.809Z[ host-image] Aug 11 20:49:39.653 INFO O| Aug 11 20:49:39.652 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46862026-08-11T20:49:40.841Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46872026-08-11T20:49:40.910Z[verify-libraries] Compiling sled v0.34.7
46882026-08-11T20:49:41.379Z[verify-libraries] Compiling pkcs8 v0.11.0
46892026-08-11T20:49:41.471Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46902026-08-11T20:49:41.689Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46912026-08-11T20:49:41.906Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46922026-08-11T20:49:42.132Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46932026-08-11T20:49:42.206Z[verify-libraries] Compiling ignore v0.4.25
46942026-08-11T20:49:42.316Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46952026-08-11T20:49:42.398Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46962026-08-11T20:49:42.481Z[verify-libraries] Compiling ff v0.14.0
46972026-08-11T20:49:42.679Z[ host-image] Aug 11 20:49:41.523 INFO O| Aug 11 20:49:41.523 INFO O| Startup: Refreshing catalog 'helios' ... Done
46982026-08-11T20:49:42.693Z[verify-libraries] Compiling corncobs v0.1.4
46992026-08-11T20:49:42.736Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47002026-08-11T20:49:42.876Z[verify-libraries] Compiling globwalk v0.9.1
47012026-08-11T20:49:42.903Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47022026-08-11T20:49:42.953Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47032026-08-11T20:49:43.040Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47042026-08-11T20:49:43.129Z[ host-image] Aug 11 20:49:41.964 INFO O| Aug 11 20:49:41.964 INFO O| Startup: Caching catalogs ... Done
47052026-08-11T20:49:43.212Z[verify-libraries] Compiling predicates-tree v1.0.13
47062026-08-11T20:49:43.384Z[verify-libraries] Compiling libz-sys v1.1.24
47072026-08-11T20:49:43.502Z[verify-libraries] Compiling rand_seeder v0.4.0
47082026-08-11T20:49:43.530Z[ host-image] Aug 11 20:49:42.372 INFO O| Aug 11 20:49:42.372 INFO O| Planning: Solver setup ... Done
47092026-08-11T20:49:43.537Z[ host-image] Aug 11 20:49:42.376 INFO O| Aug 11 20:49:42.376 INFO O| Planning: Running solver ... Done
47102026-08-11T20:49:43.545Z[ host-image] Aug 11 20:49:42.389 INFO O| Aug 11 20:49:42.389 INFO O| Planning: Finding local manifests ... Done
47112026-08-11T20:49:43.652Z[ host-image] Aug 11 20:49:42.495 INFO O| Aug 11 20:49:42.495 INFO O| Planning: Fetching manifests: 0/1 0% complete
47122026-08-11T20:49:43.657Z[ host-image] Aug 11 20:49:42.501 INFO O| Aug 11 20:49:42.501 INFO O| Planning: Fetching manifests: 1/1 100% complete
47132026-08-11T20:49:43.710Z[ host-image] Aug 11 20:49:42.546 INFO O| Aug 11 20:49:42.546 INFO O| Planning: Package planning ... Done
47142026-08-11T20:49:43.710Z[ host-image] Aug 11 20:49:42.546 INFO O| Aug 11 20:49:42.546 INFO O| Planning: Merging actions ... Done
47152026-08-11T20:49:43.764Z[verify-libraries] Compiling secrecy v0.8.0
47162026-08-11T20:49:43.816Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47172026-08-11T20:49:43.853Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47182026-08-11T20:49:43.875Z[ host-image] Aug 11 20:49:42.719 INFO O| Aug 11 20:49:42.719 INFO O| Planning: Checking for conflicting actions ... Done
47192026-08-11T20:49:43.878Z[ host-image] Aug 11 20:49:42.720 INFO O| Aug 11 20:49:42.719 INFO O| Planning: Consolidating action changes ... Done
47202026-08-11T20:49:44.040Z[ host-image] Aug 11 20:49:42.883 INFO O| Aug 11 20:49:42.883 INFO O| Planning: Evaluating mediators ... Done
47212026-08-11T20:49:44.043Z[ host-image] Aug 11 20:49:42.884 INFO O| Aug 11 20:49:42.884 INFO O| Planning: Planning completed in 0.91 seconds
47222026-08-11T20:49:44.043Z[ host-image] Aug 11 20:49:42.884 INFO O| Aug 11 20:49:42.884 INFO O| Packages to install: 1
47232026-08-11T20:49:44.052Z[ host-image] Aug 11 20:49:42.895 INFO O| Aug 11 20:49:42.895 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47242026-08-11T20:49:44.098Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47252026-08-11T20:49:44.256Z[verify-libraries] Compiling group v0.14.0
47262026-08-11T20:49:44.263Z[ host-image] Aug 11 20:49:43.107 INFO O| Aug 11 20:49:43.107 INFO O| Download: Completed 13.17 MB in 0.21 seconds (62.0M/s)
47272026-08-11T20:49:44.282Z[ host-image] Aug 11 20:49:43.126 INFO O| Aug 11 20:49:43.126 INFO O| Actions: 1/22 actions (Installing new actions)
47282026-08-11T20:49:44.287Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47292026-08-11T20:49:44.378Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47302026-08-11T20:49:44.404Z[ recovery-image] Aug 11 20:49:43.248 INFO O| Aug 11 20:49:43.248 INFO O| Download: 16473/16682 items 195.1/200.0MB 97% complete (19.9M/s)
47312026-08-11T20:49:44.460Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47322026-08-11T20:49:44.511Z[ host-image] Aug 11 20:49:43.354 INFO O| Aug 11 20:49:43.354 INFO O| Actions: Completed 22 actions in 0.23 seconds.
47332026-08-11T20:49:44.514Z[verify-libraries] Compiling signature v3.0.0
47342026-08-11T20:49:44.543Z[ host-image] Aug 11 20:49:43.387 INFO O| Aug 11 20:49:43.387 INFO O| Finalize: Updating package state database ... Done
47352026-08-11T20:49:44.543Z[ host-image] Aug 11 20:49:43.387 INFO O| Aug 11 20:49:43.387 INFO O| Finalize: Updating package cache ... Done
47362026-08-11T20:49:44.625Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47372026-08-11T20:49:44.645Z[ host-image] Aug 11 20:49:43.489 INFO O| Aug 11 20:49:43.488 INFO O| Finalize: Updating image state ... Done
47382026-08-11T20:49:44.718Z[ recovery-image] Aug 11 20:49:43.562 INFO O| Aug 11 20:49:43.562 INFO O| Download: Completed 200.00 MB in 10.32 seconds (19.3M/s)
47392026-08-11T20:49:44.870Z[verify-libraries] Compiling instability v0.3.11
47402026-08-11T20:49:45.025Z[ recovery-image] Aug 11 20:49:43.869 INFO O| Aug 11 20:49:43.868 INFO O| Actions: 1/27580 actions (Installing new actions)
47412026-08-11T20:49:45.028Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47422026-08-11T20:49:45.089Z[verify-libraries] Compiling base16ct v1.0.0
47432026-08-11T20:49:45.308Z[verify-libraries] Compiling sec1 v0.8.1
47442026-08-11T20:49:45.372Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47452026-08-11T20:49:45.375Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47462026-08-11T20:49:45.423Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47472026-08-11T20:49:45.485Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47482026-08-11T20:49:45.576Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47492026-08-11T20:49:45.590Z[verify-libraries] Compiling hkdf v0.13.0
47502026-08-11T20:49:45.613Z[ host-image] Aug 11 20:49:44.457 INFO O| Aug 11 20:49:44.457 INFO O| Finalize: Creating fast lookup database ... Done
47512026-08-11T20:49:45.644Z[ host-image] Aug 11 20:49:44.488 INFO O| Aug 11 20:49:44.488 INFO O| Finalize: Reading search index ... Done
47522026-08-11T20:49:45.647Z[ host-image] Aug 11 20:49:44.488 INFO O| Aug 11 20:49:44.488 INFO O| Finalize: Updating search index ... Done
47532026-08-11T20:49:45.653Z[ host-image] Aug 11 20:49:44.497 INFO O| Aug 11 20:49:44.497 INFO O| Finalize: Updating package cache ... Done
47542026-08-11T20:49:45.714Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47552026-08-11T20:49:45.745Z[verify-libraries] Compiling scuffle v0.1.0
47562026-08-11T20:49:45.781Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47572026-08-11T20:49:45.860Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47582026-08-11T20:49:45.963Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO STEP 14 (pkg_install) COMPLETE
47592026-08-11T20:49:45.963Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47602026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO skip step because feature "mbist" is not enabled
47612026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47622026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO skip step because feature "mfg" is not enabled
47632026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47642026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO skip step because feature "compliance" is not enabled
47652026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47662026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO skip step because feature "stress" is not enabled
47672026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47682026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO skip step because feature "compliance" is not enabled
47692026-08-11T20:49:45.966Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47702026-08-11T20:49:45.967Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO skip step because feature "nfs" is not enabled
47712026-08-11T20:49:45.967Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47722026-08-11T20:49:45.967Z[ host-image] Aug 11 20:49:44.806 INFO O| Aug 11 20:49:44.806 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47732026-08-11T20:49:46.090Z[verify-libraries] Compiling castaway v0.2.4
47742026-08-11T20:49:46.178Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47752026-08-11T20:49:46.309Z[verify-libraries] Compiling indoc v2.0.7
47762026-08-11T20:49:46.346Z[ host-image] Aug 11 20:49:45.189 INFO O| Aug 11 20:49:45.189 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47772026-08-11T20:49:46.553Z[ host-image] Aug 11 20:49:45.397 INFO O| Aug 11 20:49:45.396 INFO completed processing sled/ramdisk-01-os
47782026-08-11T20:49:46.557Z[ host-image] Aug 11 20:49:45.399 INFO omicron1 baseline generation...
47792026-08-11T20:49:46.560Z[ host-image] Aug 11 20:49:45.399 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47802026-08-11T20:49:46.568Z[verify-libraries] Compiling compact_str v0.8.1
47812026-08-11T20:49:46.925Z[ host-image] Aug 11 20:49:45.769 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47822026-08-11T20:49:47.008Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47832026-08-11T20:49:47.085Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47842026-08-11T20:49:47.136Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47852026-08-11T20:49:47.246Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47862026-08-11T20:49:47.384Z[verify-libraries] Compiling elliptic-curve v0.14.1
47872026-08-11T20:49:47.486Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47882026-08-11T20:49:47.758Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47892026-08-11T20:49:47.999Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47902026-08-11T20:49:48.051Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47912026-08-11T20:49:48.087Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47922026-08-11T20:49:48.312Z[verify-libraries] Compiling unicode-truncate v1.1.0
47932026-08-11T20:49:48.349Z[verify-libraries] Compiling lru v0.12.5
47942026-08-11T20:49:48.371Z[verify-libraries] Compiling arc-swap v1.8.2
47952026-08-11T20:49:48.559Z[verify-libraries] Compiling cassowary v0.3.0
47962026-08-11T20:49:48.599Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47972026-08-11T20:49:48.792Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47982026-08-11T20:49:48.847Z[verify-libraries] Compiling ratatui v0.29.0
47992026-08-11T20:49:48.891Z[verify-libraries] Compiling slog-scope v4.4.1
48002026-08-11T20:49:49.087Z[verify-libraries] Compiling wnaf v0.14.0
48012026-08-11T20:49:49.195Z[verify-libraries] Compiling primefield v0.14.0
48022026-08-11T20:49:49.233Z[verify-libraries] Compiling rfc6979 v0.6.0
48032026-08-11T20:49:49.350Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48042026-08-11T20:49:49.445Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48052026-08-11T20:49:49.628Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48062026-08-11T20:49:49.711Z[verify-libraries] Compiling vergen-git2 v9.1.0
48072026-08-11T20:49:49.872Z[verify-libraries] Compiling is_ci v1.2.0
48082026-08-11T20:49:49.940Z[verify-libraries] Compiling strsim v0.10.0
48092026-08-11T20:49:50.025Z[ recovery-image] Aug 11 20:49:48.869 INFO O| Aug 11 20:49:48.868 INFO O| Actions: 26052/27580 actions (Installing new actions)
48102026-08-11T20:49:50.143Z[verify-libraries] Compiling primeorder v0.14.0
48112026-08-11T20:49:50.170Z[verify-libraries] Compiling supports-color v3.0.2
48122026-08-11T20:49:50.354Z[verify-libraries] Compiling darling_core v0.13.4
48132026-08-11T20:49:50.479Z[verify-libraries] Compiling ecdsa v0.17.0
48142026-08-11T20:49:50.588Z[ recovery-image] Aug 11 20:49:49.431 INFO O| Aug 11 20:49:49.431 INFO O| Actions: Completed 27580 actions in 5.56 seconds.
48152026-08-11T20:49:50.658Z[ recovery-image] Aug 11 20:49:49.501 INFO O| Aug 11 20:49:49.501 INFO O| Finalize: Updating package state database ... Done
48162026-08-11T20:49:50.658Z[ recovery-image] Aug 11 20:49:49.501 INFO O| Aug 11 20:49:49.501 INFO O| Finalize: Updating package cache ... Done
48172026-08-11T20:49:50.766Z[ recovery-image] Aug 11 20:49:49.610 INFO O| Aug 11 20:49:49.609 INFO O| Finalize: Updating image state ... Done
48182026-08-11T20:49:50.821Z[verify-libraries] Compiling slog-stdlog v4.1.1
48192026-08-11T20:49:51.078Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48202026-08-11T20:49:51.219Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48212026-08-11T20:49:51.559Z[ recovery-image] Aug 11 20:49:50.402 INFO O| Aug 11 20:49:50.402 INFO O| Finalize: Creating fast lookup database ... Done
48222026-08-11T20:49:51.577Z[ recovery-image] Aug 11 20:49:50.421 INFO O| Aug 11 20:49:50.421 INFO O| Finalize: Reading search index ... Done
48232026-08-11T20:49:51.625Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48242026-08-11T20:49:51.798Z[verify-libraries] Compiling tungstenite v0.23.0
48252026-08-11T20:49:51.831Z[verify-libraries] Compiling console v0.16.2
48262026-08-11T20:49:52.196Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48272026-08-11T20:49:52.286Z[verify-libraries] Compiling libsw-core v0.3.2
48282026-08-11T20:49:52.395Z[verify-libraries] Compiling assert_matches v1.5.0
48292026-08-11T20:49:52.435Z[verify-libraries] Compiling void v1.0.2
48302026-08-11T20:49:52.518Z[verify-libraries] Compiling unit-prefix v0.5.2
48312026-08-11T20:49:52.575Z[verify-libraries] Compiling libsw v3.5.0
48322026-08-11T20:49:52.579Z[verify-libraries] Compiling darling_macro v0.13.4
48332026-08-11T20:49:52.671Z[verify-libraries] Compiling lzss v0.8.2
48342026-08-11T20:49:52.777Z[verify-libraries] Compiling indicatif v0.18.4
48352026-08-11T20:49:52.811Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48362026-08-11T20:49:52.874Z[verify-libraries] Compiling slog-envlogger v2.2.0
48372026-08-11T20:49:52.993Z[verify-libraries] Compiling ssh-encoding v0.3.0
48382026-08-11T20:49:52.996Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48392026-08-11T20:49:53.182Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48402026-08-11T20:49:53.265Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48412026-08-11T20:49:53.268Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48422026-08-11T20:49:53.328Z[ recovery-image] Aug 11 20:49:52.171 INFO O| Aug 11 20:49:52.171 INFO O| Finalize: Building new search index ... Done
48432026-08-11T20:49:53.331Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48442026-08-11T20:49:53.414Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48452026-08-11T20:49:53.564Z[verify-libraries] Compiling nix v0.27.1
48462026-08-11T20:49:53.650Z[ recovery-image] Aug 11 20:49:52.494 INFO O| Aug 11 20:49:52.493 INFO O| Finalize: Updating package cache ... Done
48472026-08-11T20:49:53.669Z[verify-libraries] Compiling colored v2.2.0
48482026-08-11T20:49:53.706Z[verify-libraries] Compiling blake3 v1.8.5
48492026-08-11T20:49:53.751Z[verify-libraries] Compiling serde_bytes v0.11.19
48502026-08-11T20:49:53.793Z[verify-libraries] Compiling keccak v0.2.0
48512026-08-11T20:49:53.972Z[ recovery-image] Aug 11 20:49:52.816 INFO O| Aug 11 20:49:52.814 INFO STEP 11 (pkg_install) COMPLETE
48522026-08-11T20:49:53.972Z[ recovery-image] Aug 11 20:49:52.816 INFO O| Aug 11 20:49:52.814 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48532026-08-11T20:49:53.975Z[ recovery-image] Aug 11 20:49:52.816 INFO O| Aug 11 20:49:52.814 INFO skip step because feature "recovery" is enabled
48542026-08-11T20:49:53.975Z[ recovery-image] Aug 11 20:49:52.816 INFO O| Aug 11 20:49:52.814 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48552026-08-11T20:49:53.975Z[ recovery-image] Aug 11 20:49:52.816 INFO O| Aug 11 20:49:52.814 INFO skip step because feature "omicron1" is not enabled
48562026-08-11T20:49:53.975Z[ recovery-image] Aug 11 20:49:52.816 INFO O| Aug 11 20:49:52.814 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48572026-08-11T20:49:53.980Z[ recovery-image] Aug 11 20:49:52.824 INFO O| Aug 11 20:49:52.823 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48582026-08-11T20:49:54.083Z[verify-libraries] Compiling shell-words v1.1.1
48592026-08-11T20:49:54.197Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48602026-08-11T20:49:54.283Z[verify-libraries] Compiling darling v0.13.4
48612026-08-11T20:49:54.396Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48622026-08-11T20:49:54.419Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48632026-08-11T20:49:54.777Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48642026-08-11T20:49:55.012Z[verify-libraries] Compiling ed25519 v3.0.0
48652026-08-11T20:49:55.079Z[verify-libraries] Compiling crypto-primes v0.7.2
48662026-08-11T20:49:55.435Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48672026-08-11T20:49:55.787Z[ recovery-image] Aug 11 20:49:54.631 INFO O| Aug 11 20:49:54.631 INFO O| Startup: Refreshing catalog 'helios' ... Done
48682026-08-11T20:49:55.981Z[verify-libraries] Compiling poly1305 v0.9.0
48692026-08-11T20:49:56.089Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48702026-08-11T20:49:56.206Z[ recovery-image] Aug 11 20:49:55.050 INFO O| Aug 11 20:49:55.049 INFO O| Startup: Caching catalogs ... Done
48712026-08-11T20:49:56.333Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48722026-08-11T20:49:56.423Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48732026-08-11T20:49:56.588Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48742026-08-11T20:49:56.592Z[ recovery-image] Aug 11 20:49:55.436 INFO O| Aug 11 20:49:55.436 INFO O| Planning: Solver setup ... Done
48752026-08-11T20:49:56.597Z[ recovery-image] Aug 11 20:49:55.441 INFO O| Aug 11 20:49:55.441 INFO O| Planning: Running solver ... Done
48762026-08-11T20:49:56.611Z[ recovery-image] Aug 11 20:49:55.455 INFO O| Aug 11 20:49:55.455 INFO O| Planning: Finding local manifests ... Done
48772026-08-11T20:49:56.643Z[ recovery-image] Aug 11 20:49:55.486 INFO O| Aug 11 20:49:55.486 INFO O| Planning: Fetching manifests: 0/1 0% complete
48782026-08-11T20:49:56.659Z[ recovery-image] Aug 11 20:49:55.502 INFO O| Aug 11 20:49:55.502 INFO O| Planning: Fetching manifests: 1/1 100% complete
48792026-08-11T20:49:56.674Z[ recovery-image] Aug 11 20:49:55.518 INFO O| Aug 11 20:49:55.518 INFO O| Planning: Package planning ... Done
48802026-08-11T20:49:56.677Z[ recovery-image] Aug 11 20:49:55.518 INFO O| Aug 11 20:49:55.518 INFO O| Planning: Merging actions ... Done
48812026-08-11T20:49:56.697Z[ recovery-image] Aug 11 20:49:55.541 INFO O| Aug 11 20:49:55.539 INFO O| Planning: Checking for conflicting actions ... Done
48822026-08-11T20:49:56.697Z[ recovery-image] Aug 11 20:49:55.541 INFO O| Aug 11 20:49:55.539 INFO O| Planning: Consolidating action changes ... Done
48832026-08-11T20:49:56.730Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48842026-08-11T20:49:56.788Z[ recovery-image] Aug 11 20:49:55.632 INFO O| Aug 11 20:49:55.631 INFO O| Planning: Evaluating mediators ... Done
48852026-08-11T20:49:56.788Z[ recovery-image] Aug 11 20:49:55.632 INFO O| Aug 11 20:49:55.632 INFO O| Planning: Planning completed in 0.56 seconds
48862026-08-11T20:49:56.791Z[ recovery-image] Aug 11 20:49:55.632 INFO O| Aug 11 20:49:55.632 INFO O| Packages to install: 1
48872026-08-11T20:49:56.800Z[ recovery-image] Aug 11 20:49:55.644 INFO O| Aug 11 20:49:55.644 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48882026-08-11T20:49:56.855Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48892026-08-11T20:49:56.883Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48902026-08-11T20:49:56.998Z[verify-libraries] Compiling blowfish v0.10.0
48912026-08-11T20:49:57.022Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48922026-08-11T20:49:57.066Z[verify-libraries] Compiling petname v2.0.2
48932026-08-11T20:49:57.132Z[ recovery-image] Aug 11 20:49:55.976 INFO O| Aug 11 20:49:55.976 INFO O| Download: Completed 13.17 MB in 0.33 seconds (39.7M/s)
48942026-08-11T20:49:57.145Z[verify-libraries] Compiling constant_time_eq v0.4.2
48952026-08-11T20:49:57.152Z[ recovery-image] Aug 11 20:49:55.996 INFO O| Aug 11 20:49:55.996 INFO O| Actions: 1/22 actions (Installing new actions)
48962026-08-11T20:49:57.237Z[verify-libraries] Compiling arrayvec v0.7.6
48972026-08-11T20:49:57.273Z[verify-libraries] Compiling arrayref v0.3.9
48982026-08-11T20:49:57.377Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48992026-08-11T20:49:57.397Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49002026-08-11T20:49:57.489Z[ recovery-image] Aug 11 20:49:56.333 INFO O| Aug 11 20:49:56.333 INFO O| Actions: Completed 22 actions in 0.34 seconds.
49012026-08-11T20:49:57.524Z[ recovery-image] Aug 11 20:49:56.368 INFO O| Aug 11 20:49:56.368 INFO O| Finalize: Updating package state database ... Done
49022026-08-11T20:49:57.524Z[ recovery-image] Aug 11 20:49:56.368 INFO O| Aug 11 20:49:56.368 INFO O| Finalize: Updating package cache ... Done
49032026-08-11T20:49:57.601Z[ recovery-image] Aug 11 20:49:56.445 INFO O| Aug 11 20:49:56.445 INFO O| Finalize: Updating image state ... Done
49042026-08-11T20:49:57.768Z[verify-libraries] Compiling ssh-cipher v0.3.0
49052026-08-11T20:49:57.828Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49062026-08-11T20:49:57.867Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49072026-08-11T20:49:57.905Z[verify-libraries] Compiling serde_with_macros v1.5.2
49082026-08-11T20:49:57.908Z[verify-libraries] Compiling sha3 v0.11.0
49092026-08-11T20:49:58.061Z[verify-libraries] Compiling p384 v0.14.0
49102026-08-11T20:49:58.199Z[verify-libraries] Compiling p521 v0.14.0
49112026-08-11T20:49:58.214Z[ recovery-image] Aug 11 20:49:57.058 INFO O| Aug 11 20:49:57.057 INFO O| Finalize: Creating fast lookup database ... Done
49122026-08-11T20:49:58.229Z[ recovery-image] Aug 11 20:49:57.073 INFO O| Aug 11 20:49:57.073 INFO O| Finalize: Reading search index ... Done
49132026-08-11T20:49:58.229Z[ recovery-image] Aug 11 20:49:57.073 INFO O| Aug 11 20:49:57.073 INFO O| Finalize: Updating search index ... Done
49142026-08-11T20:49:58.240Z[ recovery-image] Aug 11 20:49:57.083 INFO O| Aug 11 20:49:57.083 INFO O| Finalize: Updating package cache ... Done
49152026-08-11T20:49:58.416Z[verify-libraries] Compiling p256 v0.14.0
49162026-08-11T20:49:58.449Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49172026-08-11T20:49:58.499Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49182026-08-11T20:49:58.509Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO STEP 14 (pkg_install) COMPLETE
49192026-08-11T20:49:58.509Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49202026-08-11T20:49:58.509Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO skip step because feature "mbist" is not enabled
49212026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49222026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO skip step because feature "mfg" is not enabled
49232026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49242026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO skip step because feature "compliance" is not enabled
49252026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49262026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO skip step because feature "stress" is not enabled
49272026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49282026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO skip step because feature "compliance" is not enabled
49292026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49302026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.352 INFO O| Aug 11 20:49:57.352 INFO skip step because feature "nfs" is not enabled
49312026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.353 INFO O| Aug 11 20:49:57.352 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49322026-08-11T20:49:58.512Z[ recovery-image] Aug 11 20:49:57.353 INFO O| Aug 11 20:49:57.352 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49332026-08-11T20:49:58.680Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49342026-08-11T20:49:58.818Z[ recovery-image] Aug 11 20:49:57.662 INFO O| Aug 11 20:49:57.662 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49352026-08-11T20:49:58.885Z[verify-libraries] Compiling twox-hash v2.1.2
49362026-08-11T20:49:58.953Z[ recovery-image] Aug 11 20:49:57.795 INFO O| Aug 11 20:49:57.795 INFO completed processing sled/ramdisk-01-os
49372026-08-11T20:49:58.956Z[ recovery-image] Aug 11 20:49:57.798 INFO image builder template: ramdisk-02-trim...
49382026-08-11T20:49:58.956Z[ recovery-image] Aug 11 20:49:57.798 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/.tmp28S9u0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
49392026-08-11T20:49:58.971Z[verify-libraries] Compiling kem v0.3.0
49402026-08-11T20:49:58.974Z[ recovery-image] Aug 11 20:49:57.817 INFO O| Aug 11 20:49:57.817 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49412026-08-11T20:49:58.977Z[ recovery-image] Aug 11 20:49:57.821 INFO O| Aug 11 20:49:57.821 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49422026-08-11T20:49:59.075Z[ recovery-image] Aug 11 20:49:57.918 INFO O| Aug 11 20:49:57.918 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49432026-08-11T20:49:59.141Z[verify-libraries] Compiling module-lattice v0.2.3
49442026-08-11T20:49:59.153Z[ recovery-image] Aug 11 20:49:57.996 INFO O| Aug 11 20:49:57.996 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49452026-08-11T20:49:59.156Z[ recovery-image] Aug 11 20:49:57.996 INFO O| Aug 11 20:49:57.996 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49462026-08-11T20:49:59.160Z[ recovery-image] Aug 11 20:49:58.001 INFO O| Aug 11 20:49:58.001 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49472026-08-11T20:49:59.164Z[ recovery-image] Aug 11 20:49:58.005 INFO O| Aug 11 20:49:58.005 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49482026-08-11T20:49:59.167Z[ recovery-image] Aug 11 20:49:58.010 INFO O| Aug 11 20:49:58.010 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49492026-08-11T20:49:59.220Z[verify-libraries] Compiling atty v0.2.14
49502026-08-11T20:49:59.363Z[verify-libraries] Compiling rtoolbox v0.0.3
49512026-08-11T20:49:59.389Z[verify-libraries] Compiling topological-sort v0.2.2
49522026-08-11T20:49:59.449Z[verify-libraries] Compiling sponge-cursor v0.1.0
49532026-08-11T20:49:59.614Z[verify-libraries] Compiling sha3 v0.12.0
49542026-08-11T20:49:59.643Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49552026-08-11T20:49:59.664Z[verify-libraries] Compiling rpassword v7.5.4
49562026-08-11T20:49:59.667Z[ recovery-image] Aug 11 20:49:58.511 INFO O| Aug 11 20:49:58.511 INFO rolled back to input snapshot; work may begin
49572026-08-11T20:49:59.667Z[ recovery-image] Aug 11 20:49:58.511 INFO O| Aug 11 20:49:58.511 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49582026-08-11T20:49:59.672Z[ recovery-image] Aug 11 20:49:58.516 INFO O| Aug 11 20:49:58.516 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-08-11T20:49:59.681Z[ recovery-image] Aug 11 20:49:58.525 INFO O| Aug 11 20:49:58.525 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49602026-08-11T20:49:59.722Z[ recovery-image] Aug 11 20:49:58.566 INFO O| Aug 11 20:49:58.566 INFO STEP 0 (remove_files) COMPLETE
49612026-08-11T20:49:59.722Z[ recovery-image] Aug 11 20:49:58.566 INFO O| Aug 11 20:49:58.566 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49622026-08-11T20:49:59.726Z[verify-libraries] Compiling ml-kem v0.3.2
49632026-08-11T20:49:59.732Z[ recovery-image] Aug 11 20:49:58.576 INFO O| Aug 11 20:49:58.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49642026-08-11T20:49:59.735Z[ recovery-image] Aug 11 20:49:58.577 INFO O| Aug 11 20:49:58.577 INFO STEP 1 (remove_files) COMPLETE
49652026-08-11T20:49:59.735Z[ recovery-image] Aug 11 20:49:58.577 INFO O| Aug 11 20:49:58.577 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49662026-08-11T20:49:59.742Z[ recovery-image] Aug 11 20:49:58.585 INFO O| Aug 11 20:49:58.585 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49672026-08-11T20:49:59.773Z[ recovery-image] Aug 11 20:49:58.617 INFO O| Aug 11 20:49:58.617 INFO STEP 2 (remove_files) COMPLETE
49682026-08-11T20:49:59.774Z[ recovery-image] Aug 11 20:49:58.617 INFO O| Aug 11 20:49:58.617 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-11T20:49:59.783Z[ recovery-image] Aug 11 20:49:58.626 INFO O| Aug 11 20:49:58.626 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49702026-08-11T20:49:59.790Z[ recovery-image] Aug 11 20:49:58.634 INFO O| Aug 11 20:49:58.628 INFO STEP 3 (remove_files) COMPLETE
49712026-08-11T20:49:59.790Z[ recovery-image] Aug 11 20:49:58.634 INFO O| Aug 11 20:49:58.628 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-11T20:49:59.793Z[ recovery-image] Aug 11 20:49:58.636 INFO O| Aug 11 20:49:58.636 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49732026-08-11T20:49:59.797Z[ recovery-image] Aug 11 20:49:58.639 INFO O| Aug 11 20:49:58.639 INFO STEP 4 (remove_files) COMPLETE
49742026-08-11T20:49:59.797Z[ recovery-image] Aug 11 20:49:58.639 INFO O| Aug 11 20:49:58.639 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-11T20:49:59.818Z[ recovery-image] Aug 11 20:49:58.661 INFO O| Aug 11 20:49:58.661 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49762026-08-11T20:49:59.818Z[ recovery-image] Aug 11 20:49:58.661 INFO O| Aug 11 20:49:58.661 INFO STEP 5 (remove_files) COMPLETE
49772026-08-11T20:49:59.818Z[ recovery-image] Aug 11 20:49:58.661 INFO O| Aug 11 20:49:58.661 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-11T20:49:59.827Z[ recovery-image] Aug 11 20:49:58.670 INFO O| Aug 11 20:49:58.670 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49792026-08-11T20:49:59.836Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO STEP 6 (remove_files) COMPLETE
49802026-08-11T20:49:59.836Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-11T20:49:59.836Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO skip step because feature "heliosv2" is not enabled
49822026-08-11T20:49:59.836Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-11T20:49:59.839Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO skip step because feature "recovery" is enabled
49842026-08-11T20:49:59.839Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-11T20:49:59.839Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO skip step because feature "recovery" is enabled
49862026-08-11T20:49:59.839Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-11T20:49:59.839Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO skip step because feature "recovery" is enabled
49882026-08-11T20:49:59.839Z[ recovery-image] Aug 11 20:49:58.680 INFO O| Aug 11 20:49:58.680 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-11T20:49:59.845Z[ recovery-image] Aug 11 20:49:58.689 INFO O| Aug 11 20:49:58.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49902026-08-11T20:49:59.848Z[ recovery-image] Aug 11 20:49:58.692 INFO O| Aug 11 20:49:58.692 INFO STEP 11 (remove_files) COMPLETE
49912026-08-11T20:49:59.848Z[ recovery-image] Aug 11 20:49:58.692 INFO O| Aug 11 20:49:58.692 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-11T20:49:59.859Z[ recovery-image] Aug 11 20:49:58.702 INFO O| Aug 11 20:49:58.702 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49932026-08-11T20:49:59.859Z[ recovery-image] Aug 11 20:49:58.703 INFO O| Aug 11 20:49:58.703 INFO STEP 12 (remove_files) COMPLETE
49942026-08-11T20:49:59.862Z[ recovery-image] Aug 11 20:49:58.703 INFO O| Aug 11 20:49:58.703 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-11T20:49:59.870Z[ recovery-image] Aug 11 20:49:58.713 INFO O| Aug 11 20:49:58.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49962026-08-11T20:49:59.873Z[ recovery-image] Aug 11 20:49:58.714 INFO O| Aug 11 20:49:58.714 INFO STEP 13 (remove_files) COMPLETE
49972026-08-11T20:49:59.873Z[ recovery-image] Aug 11 20:49:58.714 INFO O| Aug 11 20:49:58.714 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-11T20:49:59.876Z[verify-libraries] Compiling serde_with v1.14.0
49992026-08-11T20:49:59.895Z[ recovery-image] Aug 11 20:49:58.738 INFO O| Aug 11 20:49:58.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50002026-08-11T20:49:59.895Z[ recovery-image] Aug 11 20:49:58.738 INFO O| Aug 11 20:49:58.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50012026-08-11T20:49:59.947Z[ recovery-image] Aug 11 20:49:58.787 INFO O| Aug 11 20:49:58.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50022026-08-11T20:49:59.951Z[ recovery-image] Aug 11 20:49:58.794 INFO O| Aug 11 20:49:58.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50032026-08-11T20:50:00.047Z[ recovery-image] Aug 11 20:49:58.891 INFO O| Aug 11 20:49:58.890 INFO STEP 14 (remove_files) COMPLETE
50042026-08-11T20:50:00.047Z[ recovery-image] Aug 11 20:49:58.891 INFO O| Aug 11 20:49:58.890 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-11T20:50:00.056Z[ recovery-image] Aug 11 20:49:58.900 INFO O| Aug 11 20:49:58.900 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50062026-08-11T20:50:00.059Z[ recovery-image] Aug 11 20:49:58.901 INFO O| Aug 11 20:49:58.901 INFO STEP 15 (remove_files) COMPLETE
50072026-08-11T20:50:00.060Z[ recovery-image] Aug 11 20:49:58.901 INFO O| Aug 11 20:49:58.901 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-11T20:50:00.066Z[ recovery-image] Aug 11 20:49:58.910 INFO O| Aug 11 20:49:58.910 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50092026-08-11T20:50:00.072Z[ recovery-image] Aug 11 20:49:58.916 INFO O| Aug 11 20:49:58.916 INFO STEP 16 (remove_files) COMPLETE
50102026-08-11T20:50:00.072Z[ recovery-image] Aug 11 20:49:58.916 INFO O| Aug 11 20:49:58.916 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-11T20:50:00.081Z[ recovery-image] Aug 11 20:49:58.925 INFO O| Aug 11 20:49:58.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50122026-08-11T20:50:00.086Z[ recovery-image] Aug 11 20:49:58.925 INFO O| Aug 11 20:49:58.925 INFO STEP 17 (remove_files) COMPLETE
50132026-08-11T20:50:00.086Z[ recovery-image] Aug 11 20:49:58.925 INFO O| Aug 11 20:49:58.925 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-11T20:50:00.090Z[ recovery-image] Aug 11 20:49:58.934 INFO O| Aug 11 20:49:58.934 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50152026-08-11T20:50:00.093Z[ recovery-image] Aug 11 20:49:58.935 INFO O| Aug 11 20:49:58.935 INFO STEP 18 (remove_files) COMPLETE
50162026-08-11T20:50:00.093Z[ recovery-image] Aug 11 20:49:58.935 INFO O| Aug 11 20:49:58.935 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-11T20:50:00.100Z[ recovery-image] Aug 11 20:49:58.944 INFO O| Aug 11 20:49:58.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50182026-08-11T20:50:00.100Z[ recovery-image] Aug 11 20:49:58.944 INFO O| Aug 11 20:49:58.944 INFO STEP 19 (remove_files) COMPLETE
50192026-08-11T20:50:00.103Z[ recovery-image] Aug 11 20:49:58.944 INFO O| Aug 11 20:49:58.944 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-11T20:50:00.109Z[ recovery-image] Aug 11 20:49:58.953 INFO O| Aug 11 20:49:58.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50212026-08-11T20:50:00.109Z[ recovery-image] Aug 11 20:49:58.953 INFO O| Aug 11 20:49:58.953 INFO STEP 20 (remove_files) COMPLETE
50222026-08-11T20:50:00.109Z[ recovery-image] Aug 11 20:49:58.953 INFO O| Aug 11 20:49:58.953 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-11T20:50:00.118Z[ recovery-image] Aug 11 20:49:58.962 INFO O| Aug 11 20:49:58.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50242026-08-11T20:50:00.118Z[ recovery-image] Aug 11 20:49:58.962 INFO O| Aug 11 20:49:58.962 INFO STEP 21 (remove_files) COMPLETE
50252026-08-11T20:50:00.118Z[ recovery-image] Aug 11 20:49:58.962 INFO O| Aug 11 20:49:58.962 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-11T20:50:00.127Z[ recovery-image] Aug 11 20:49:58.971 INFO O| Aug 11 20:49:58.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50272026-08-11T20:50:00.127Z[ recovery-image] Aug 11 20:49:58.971 INFO O| Aug 11 20:49:58.971 INFO STEP 22 (remove_files) COMPLETE
50282026-08-11T20:50:00.127Z[ recovery-image] Aug 11 20:49:58.971 INFO O| Aug 11 20:49:58.971 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-11T20:50:00.137Z[ recovery-image] Aug 11 20:49:58.980 INFO O| Aug 11 20:49:58.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50302026-08-11T20:50:00.137Z[ recovery-image] Aug 11 20:49:58.981 INFO O| Aug 11 20:49:58.980 INFO STEP 23 (remove_files) COMPLETE
50312026-08-11T20:50:00.137Z[ recovery-image] Aug 11 20:49:58.981 INFO O| Aug 11 20:49:58.980 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-11T20:50:00.146Z[ recovery-image] Aug 11 20:49:58.990 INFO O| Aug 11 20:49:58.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50332026-08-11T20:50:00.147Z[ recovery-image] Aug 11 20:49:58.990 INFO O| Aug 11 20:49:58.990 INFO STEP 24 (remove_files) COMPLETE
50342026-08-11T20:50:00.147Z[ recovery-image] Aug 11 20:49:58.990 INFO O| Aug 11 20:49:58.990 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-11T20:50:00.156Z[ recovery-image] Aug 11 20:49:59.000 INFO O| Aug 11 20:49:58.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50362026-08-11T20:50:00.156Z[ recovery-image] Aug 11 20:49:59.000 INFO O| Aug 11 20:49:59.000 INFO STEP 25 (remove_files) COMPLETE
50372026-08-11T20:50:00.156Z[ recovery-image] Aug 11 20:49:59.000 INFO O| Aug 11 20:49:59.000 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-11T20:50:00.167Z[ recovery-image] Aug 11 20:49:59.010 INFO O| Aug 11 20:49:59.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50392026-08-11T20:50:00.167Z[ recovery-image] Aug 11 20:49:59.010 INFO O| Aug 11 20:49:59.010 INFO STEP 26 (remove_files) COMPLETE
50402026-08-11T20:50:00.170Z[ recovery-image] Aug 11 20:49:59.010 INFO O| Aug 11 20:49:59.010 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-11T20:50:00.175Z[ recovery-image] Aug 11 20:49:59.019 INFO O| Aug 11 20:49:59.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50422026-08-11T20:50:00.175Z[ recovery-image] Aug 11 20:49:59.019 INFO O| Aug 11 20:49:59.019 INFO STEP 27 (remove_files) COMPLETE
50432026-08-11T20:50:00.176Z[ recovery-image] Aug 11 20:49:59.019 INFO O| Aug 11 20:49:59.019 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-11T20:50:00.185Z[ recovery-image] Aug 11 20:49:59.029 INFO O| Aug 11 20:49:59.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50452026-08-11T20:50:00.185Z[ recovery-image] Aug 11 20:49:59.029 INFO O| Aug 11 20:49:59.029 INFO STEP 28 (remove_files) COMPLETE
50462026-08-11T20:50:00.189Z[ recovery-image] Aug 11 20:49:59.029 INFO O| Aug 11 20:49:59.029 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-11T20:50:00.195Z[ recovery-image] Aug 11 20:49:59.038 INFO O| Aug 11 20:49:59.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50482026-08-11T20:50:00.195Z[ recovery-image] Aug 11 20:49:59.038 INFO O| Aug 11 20:49:59.038 INFO STEP 29 (remove_files) COMPLETE
50492026-08-11T20:50:00.195Z[ recovery-image] Aug 11 20:49:59.038 INFO O| Aug 11 20:49:59.038 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.047 INFO O| Aug 11 20:49:59.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50512026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.047 INFO O| Aug 11 20:49:59.047 INFO STEP 30 (remove_files) COMPLETE
50522026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.047 INFO O| Aug 11 20:49:59.047 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.056 INFO O| Aug 11 20:49:59.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50542026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.056 INFO O| Aug 11 20:49:59.056 INFO STEP 31 (remove_files) COMPLETE
50552026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.056 INFO O| Aug 11 20:49:59.056 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.064 INFO O| Aug 11 20:49:59.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50572026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.064 INFO O| Aug 11 20:49:59.064 INFO STEP 32 (remove_files) COMPLETE
50582026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.064 INFO O| Aug 11 20:49:59.064 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.073 INFO O| Aug 11 20:49:59.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50602026-08-11T20:50:00.235Z[ recovery-image] Aug 11 20:49:59.073 INFO O| Aug 11 20:49:59.073 INFO STEP 33 (remove_files) COMPLETE
50612026-08-11T20:50:00.236Z[ recovery-image] Aug 11 20:49:59.073 INFO O| Aug 11 20:49:59.073 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-11T20:50:00.240Z[ recovery-image] Aug 11 20:49:59.082 INFO O| Aug 11 20:49:59.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50632026-08-11T20:50:00.240Z[ recovery-image] Aug 11 20:49:59.082 INFO O| Aug 11 20:49:59.082 INFO STEP 34 (remove_files) COMPLETE
50642026-08-11T20:50:00.240Z[ recovery-image] Aug 11 20:49:59.082 INFO O| Aug 11 20:49:59.082 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-11T20:50:00.250Z[verify-libraries] Compiling russh-cryptovec v0.62.0
50662026-08-11T20:50:00.253Z[ recovery-image] Aug 11 20:49:59.091 INFO O| Aug 11 20:49:59.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50672026-08-11T20:50:00.253Z[ recovery-image] Aug 11 20:49:59.091 INFO O| Aug 11 20:49:59.091 INFO STEP 35 (remove_files) COMPLETE
50682026-08-11T20:50:00.253Z[ recovery-image] Aug 11 20:49:59.091 INFO O| Aug 11 20:49:59.091 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-11T20:50:00.257Z[ recovery-image] Aug 11 20:49:59.099 INFO O| Aug 11 20:49:59.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50702026-08-11T20:50:00.257Z[ recovery-image] Aug 11 20:49:59.099 INFO O| Aug 11 20:49:59.099 INFO STEP 36 (remove_files) COMPLETE
50712026-08-11T20:50:00.257Z[ recovery-image] Aug 11 20:49:59.099 INFO O| Aug 11 20:49:59.099 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-11T20:50:00.263Z[ recovery-image] Aug 11 20:49:59.107 INFO O| Aug 11 20:49:59.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50732026-08-11T20:50:00.263Z[ recovery-image] Aug 11 20:49:59.107 INFO O| Aug 11 20:49:59.107 INFO STEP 37 (remove_files) COMPLETE
50742026-08-11T20:50:00.263Z[ recovery-image] Aug 11 20:49:59.107 INFO O| Aug 11 20:49:59.107 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-11T20:50:00.273Z[ recovery-image] Aug 11 20:49:59.116 INFO O| Aug 11 20:49:59.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50762026-08-11T20:50:00.273Z[ recovery-image] Aug 11 20:49:59.117 INFO O| Aug 11 20:49:59.116 INFO STEP 38 (remove_files) COMPLETE
50772026-08-11T20:50:00.276Z[ recovery-image] Aug 11 20:49:59.117 INFO O| Aug 11 20:49:59.116 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-11T20:50:00.282Z[ recovery-image] Aug 11 20:49:59.125 INFO O| Aug 11 20:49:59.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50792026-08-11T20:50:00.282Z[ recovery-image] Aug 11 20:49:59.125 INFO O| Aug 11 20:49:59.125 INFO STEP 39 (remove_files) COMPLETE
50802026-08-11T20:50:00.284Z[ recovery-image] Aug 11 20:49:59.125 INFO O| Aug 11 20:49:59.125 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-11T20:50:00.290Z[ recovery-image] Aug 11 20:49:59.134 INFO O| Aug 11 20:49:59.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50822026-08-11T20:50:00.290Z[ recovery-image] Aug 11 20:49:59.134 INFO O| Aug 11 20:49:59.134 INFO STEP 40 (remove_files) COMPLETE
50832026-08-11T20:50:00.293Z[ recovery-image] Aug 11 20:49:59.134 INFO O| Aug 11 20:49:59.134 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-11T20:50:00.298Z[ recovery-image] Aug 11 20:49:59.142 INFO O| Aug 11 20:49:59.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50852026-08-11T20:50:00.298Z[ recovery-image] Aug 11 20:49:59.142 INFO O| Aug 11 20:49:59.142 INFO STEP 41 (remove_files) COMPLETE
50862026-08-11T20:50:00.298Z[ recovery-image] Aug 11 20:49:59.142 INFO O| Aug 11 20:49:59.142 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-11T20:50:00.306Z[ recovery-image] Aug 11 20:49:59.150 INFO O| Aug 11 20:49:59.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50882026-08-11T20:50:00.306Z[ recovery-image] Aug 11 20:49:59.150 INFO O| Aug 11 20:49:59.150 INFO STEP 42 (remove_files) COMPLETE
50892026-08-11T20:50:00.306Z[ recovery-image] Aug 11 20:49:59.150 INFO O| Aug 11 20:49:59.150 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-11T20:50:00.314Z[ recovery-image] Aug 11 20:49:59.158 INFO O| Aug 11 20:49:59.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50912026-08-11T20:50:00.314Z[ recovery-image] Aug 11 20:49:59.158 INFO O| Aug 11 20:49:59.158 INFO STEP 43 (remove_files) COMPLETE
50922026-08-11T20:50:00.314Z[ recovery-image] Aug 11 20:49:59.158 INFO O| Aug 11 20:49:59.158 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-11T20:50:00.323Z[ recovery-image] Aug 11 20:49:59.167 INFO O| Aug 11 20:49:59.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50942026-08-11T20:50:00.324Z[ recovery-image] Aug 11 20:49:59.167 INFO O| Aug 11 20:49:59.167 INFO STEP 44 (remove_files) COMPLETE
50952026-08-11T20:50:00.327Z[ recovery-image] Aug 11 20:49:59.167 INFO O| Aug 11 20:49:59.167 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-11T20:50:00.333Z[ recovery-image] Aug 11 20:49:59.176 INFO O| Aug 11 20:49:59.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50972026-08-11T20:50:00.333Z[ recovery-image] Aug 11 20:49:59.176 INFO O| Aug 11 20:49:59.176 INFO STEP 45 (remove_files) COMPLETE
50982026-08-11T20:50:00.333Z[ recovery-image] Aug 11 20:49:59.176 INFO O| Aug 11 20:49:59.176 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-11T20:50:00.342Z[ recovery-image] Aug 11 20:49:59.186 INFO O| Aug 11 20:49:59.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51002026-08-11T20:50:00.342Z[ recovery-image] Aug 11 20:49:59.186 INFO O| Aug 11 20:49:59.186 INFO STEP 46 (remove_files) COMPLETE
51012026-08-11T20:50:00.345Z[ recovery-image] Aug 11 20:49:59.186 INFO O| Aug 11 20:49:59.186 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-11T20:50:00.351Z[ recovery-image] Aug 11 20:49:59.195 INFO O| Aug 11 20:49:59.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51032026-08-11T20:50:00.351Z[ recovery-image] Aug 11 20:49:59.195 INFO O| Aug 11 20:49:59.195 INFO STEP 47 (remove_files) COMPLETE
51042026-08-11T20:50:00.354Z[ recovery-image] Aug 11 20:49:59.195 INFO O| Aug 11 20:49:59.195 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-11T20:50:00.360Z[ recovery-image] Aug 11 20:49:59.204 INFO O| Aug 11 20:49:59.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51062026-08-11T20:50:00.360Z[ recovery-image] Aug 11 20:49:59.204 INFO O| Aug 11 20:49:59.204 INFO STEP 48 (remove_files) COMPLETE
51072026-08-11T20:50:00.365Z[ recovery-image] Aug 11 20:49:59.204 INFO O| Aug 11 20:49:59.204 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-11T20:50:00.370Z[ recovery-image] Aug 11 20:49:59.214 INFO O| Aug 11 20:49:59.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51092026-08-11T20:50:00.370Z[ recovery-image] Aug 11 20:49:59.214 INFO O| Aug 11 20:49:59.214 INFO STEP 49 (remove_files) COMPLETE
51102026-08-11T20:50:00.370Z[ recovery-image] Aug 11 20:49:59.214 INFO O| Aug 11 20:49:59.214 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-11T20:50:00.378Z[ recovery-image] Aug 11 20:49:59.222 INFO O| Aug 11 20:49:59.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51122026-08-11T20:50:00.378Z[ recovery-image] Aug 11 20:49:59.222 INFO O| Aug 11 20:49:59.222 INFO STEP 50 (remove_files) COMPLETE
51132026-08-11T20:50:00.378Z[ recovery-image] Aug 11 20:49:59.222 INFO O| Aug 11 20:49:59.222 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-11T20:50:00.387Z[ recovery-image] Aug 11 20:49:59.231 INFO O| Aug 11 20:49:59.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51152026-08-11T20:50:00.387Z[ recovery-image] Aug 11 20:49:59.231 INFO O| Aug 11 20:49:59.231 INFO STEP 51 (remove_files) COMPLETE
51162026-08-11T20:50:00.387Z[ recovery-image] Aug 11 20:49:59.231 INFO O| Aug 11 20:49:59.231 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-11T20:50:00.397Z[ recovery-image] Aug 11 20:49:59.240 INFO O| Aug 11 20:49:59.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51182026-08-11T20:50:00.398Z[ recovery-image] Aug 11 20:49:59.240 INFO O| Aug 11 20:49:59.240 INFO STEP 52 (remove_files) COMPLETE
51192026-08-11T20:50:00.398Z[ recovery-image] Aug 11 20:49:59.240 INFO O| Aug 11 20:49:59.240 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-11T20:50:00.405Z[ recovery-image] Aug 11 20:49:59.249 INFO O| Aug 11 20:49:59.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51212026-08-11T20:50:00.405Z[ recovery-image] Aug 11 20:49:59.249 INFO O| Aug 11 20:49:59.249 INFO STEP 53 (remove_files) COMPLETE
51222026-08-11T20:50:00.409Z[ recovery-image] Aug 11 20:49:59.249 INFO O| Aug 11 20:49:59.249 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-11T20:50:00.414Z[ recovery-image] Aug 11 20:49:59.258 INFO O| Aug 11 20:49:59.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51242026-08-11T20:50:00.414Z[ recovery-image] Aug 11 20:49:59.258 INFO O| Aug 11 20:49:59.258 INFO STEP 54 (remove_files) COMPLETE
51252026-08-11T20:50:00.414Z[ recovery-image] Aug 11 20:49:59.258 INFO O| Aug 11 20:49:59.258 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-11T20:50:00.423Z[ recovery-image] Aug 11 20:49:59.267 INFO O| Aug 11 20:49:59.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51272026-08-11T20:50:00.423Z[ recovery-image] Aug 11 20:49:59.267 INFO O| Aug 11 20:49:59.267 INFO STEP 55 (remove_files) COMPLETE
51282026-08-11T20:50:00.423Z[ recovery-image] Aug 11 20:49:59.267 INFO O| Aug 11 20:49:59.267 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-11T20:50:00.431Z[ recovery-image] Aug 11 20:49:59.275 INFO O| Aug 11 20:49:59.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51302026-08-11T20:50:00.431Z[ recovery-image] Aug 11 20:49:59.275 INFO O| Aug 11 20:49:59.275 INFO STEP 56 (remove_files) COMPLETE
51312026-08-11T20:50:00.431Z[ recovery-image] Aug 11 20:49:59.275 INFO O| Aug 11 20:49:59.275 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-11T20:50:00.439Z[ recovery-image] Aug 11 20:49:59.283 INFO O| Aug 11 20:49:59.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51332026-08-11T20:50:00.440Z[ recovery-image] Aug 11 20:49:59.283 INFO O| Aug 11 20:49:59.283 INFO STEP 57 (remove_files) COMPLETE
51342026-08-11T20:50:00.440Z[ recovery-image] Aug 11 20:49:59.283 INFO O| Aug 11 20:49:59.283 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-11T20:50:00.448Z[ recovery-image] Aug 11 20:49:59.292 INFO O| Aug 11 20:49:59.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51362026-08-11T20:50:00.449Z[ recovery-image] Aug 11 20:49:59.292 INFO O| Aug 11 20:49:59.292 INFO STEP 58 (remove_files) COMPLETE
51372026-08-11T20:50:00.449Z[ recovery-image] Aug 11 20:49:59.292 INFO O| Aug 11 20:49:59.292 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-11T20:50:00.457Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51392026-08-11T20:50:00.458Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51402026-08-11T20:50:00.461Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51412026-08-11T20:50:00.461Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51422026-08-11T20:50:00.461Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51432026-08-11T20:50:00.461Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51442026-08-11T20:50:00.461Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO ok!
51452026-08-11T20:50:00.461Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO STEP 59 (ensure_file) COMPLETE
51462026-08-11T20:50:00.461Z[ recovery-image] Aug 11 20:49:59.301 INFO O| Aug 11 20:49:59.301 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-11T20:50:00.468Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51482026-08-11T20:50:00.469Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51492026-08-11T20:50:00.469Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51502026-08-11T20:50:00.472Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51512026-08-11T20:50:00.472Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51522026-08-11T20:50:00.472Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51532026-08-11T20:50:00.472Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO ok!
51542026-08-11T20:50:00.472Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO STEP 60 (ensure_file) COMPLETE
51552026-08-11T20:50:00.472Z[ recovery-image] Aug 11 20:49:59.312 INFO O| Aug 11 20:49:59.312 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-11T20:50:00.479Z[ recovery-image] Aug 11 20:49:59.323 INFO O| Aug 11 20:49:59.323 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51572026-08-11T20:50:00.479Z[ recovery-image] Aug 11 20:49:59.323 INFO O| Aug 11 20:49:59.323 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51582026-08-11T20:50:00.479Z[ recovery-image] Aug 11 20:49:59.323 INFO O| Aug 11 20:49:59.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51592026-08-11T20:50:00.484Z[ recovery-image] Aug 11 20:49:59.323 INFO O| Aug 11 20:49:59.323 INFO ok!
51602026-08-11T20:50:00.484Z[ recovery-image] Aug 11 20:49:59.323 INFO O| Aug 11 20:49:59.323 INFO STEP 61 (ensure_file) COMPLETE
51612026-08-11T20:50:00.484Z[ recovery-image] Aug 11 20:49:59.323 INFO O| Aug 11 20:49:59.323 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-11T20:50:00.488Z[ recovery-image] Aug 11 20:49:59.332 INFO O| Aug 11 20:49:59.332 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51632026-08-11T20:50:00.488Z[ recovery-image] Aug 11 20:49:59.332 INFO O| Aug 11 20:49:59.332 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51642026-08-11T20:50:00.488Z[ recovery-image] Aug 11 20:49:59.332 INFO O| Aug 11 20:49:59.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51652026-08-11T20:50:00.492Z[ recovery-image] Aug 11 20:49:59.332 INFO O| Aug 11 20:49:59.332 INFO ok!
51662026-08-11T20:50:00.492Z[ recovery-image] Aug 11 20:49:59.332 INFO O| Aug 11 20:49:59.332 INFO STEP 62 (ensure_file) COMPLETE
51672026-08-11T20:50:00.492Z[ recovery-image] Aug 11 20:49:59.332 INFO O| Aug 11 20:49:59.332 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-11T20:50:00.498Z[ recovery-image] Aug 11 20:49:59.341 INFO O| Aug 11 20:49:59.341 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51692026-08-11T20:50:00.498Z[ recovery-image] Aug 11 20:49:59.341 INFO O| Aug 11 20:49:59.341 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51702026-08-11T20:50:00.498Z[ recovery-image] Aug 11 20:49:59.342 INFO O| Aug 11 20:49:59.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51712026-08-11T20:50:00.501Z[ recovery-image] Aug 11 20:49:59.342 INFO O| Aug 11 20:49:59.342 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51722026-08-11T20:50:00.501Z[ recovery-image] Aug 11 20:49:59.342 INFO O| Aug 11 20:49:59.342 INFO ok!
51732026-08-11T20:50:00.501Z[ recovery-image] Aug 11 20:49:59.342 INFO O| Aug 11 20:49:59.342 INFO STEP 63 (ensure_file) COMPLETE
51742026-08-11T20:50:00.501Z[ recovery-image] Aug 11 20:49:59.342 INFO O| Aug 11 20:49:59.342 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-11T20:50:00.509Z[ recovery-image] Aug 11 20:49:59.351 INFO O| Aug 11 20:49:59.351 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51762026-08-11T20:50:00.509Z[ recovery-image] Aug 11 20:49:59.351 INFO O| Aug 11 20:49:59.351 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51772026-08-11T20:50:00.509Z[ recovery-image] Aug 11 20:49:59.351 INFO O| Aug 11 20:49:59.351 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51782026-08-11T20:50:00.509Z[ recovery-image] Aug 11 20:49:59.351 INFO O| Aug 11 20:49:59.351 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51792026-08-11T20:50:00.509Z[ recovery-image] Aug 11 20:49:59.351 INFO O| Aug 11 20:49:59.351 INFO ok!
51802026-08-11T20:50:00.513Z[ recovery-image] Aug 11 20:49:59.351 INFO O| Aug 11 20:49:59.351 INFO STEP 64 (ensure_file) COMPLETE
51812026-08-11T20:50:00.514Z[ recovery-image] Aug 11 20:49:59.351 INFO O| Aug 11 20:49:59.351 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-11T20:50:00.517Z[verify-libraries] Compiling tui-tree-widget v0.23.1
51832026-08-11T20:50:00.517Z[ recovery-image] Aug 11 20:49:59.361 INFO O| Aug 11 20:49:59.361 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51842026-08-11T20:50:00.517Z[ recovery-image] Aug 11 20:49:59.361 INFO O| Aug 11 20:49:59.361 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51852026-08-11T20:50:00.517Z[ recovery-image] Aug 11 20:49:59.361 INFO O| Aug 11 20:49:59.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51862026-08-11T20:50:00.517Z[ recovery-image] Aug 11 20:49:59.361 INFO O| Aug 11 20:49:59.361 INFO ok!
51872026-08-11T20:50:00.522Z[ recovery-image] Aug 11 20:49:59.361 INFO O| Aug 11 20:49:59.361 INFO STEP 65 (assemble_files) COMPLETE
51882026-08-11T20:50:00.522Z[ recovery-image] Aug 11 20:49:59.361 INFO O| Aug 11 20:49:59.361 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51902026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51912026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51922026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51932026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO ok!
51942026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO STEP 66 (ensure_file) COMPLETE
51952026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO skip step because feature "omicron1" is not enabled
51972026-08-11T20:50:00.529Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-11T20:50:00.530Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO skip step because feature "omicron1" is not enabled
51992026-08-11T20:50:00.530Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-11T20:50:00.530Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO skip step because feature "omicron1" is not enabled
52012026-08-11T20:50:00.530Z[ recovery-image] Aug 11 20:49:59.370 INFO O| Aug 11 20:49:59.370 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-08-11T20:50:00.541Z[ recovery-image] Aug 11 20:49:59.384 INFO O| Aug 11 20:49:59.383 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52032026-08-11T20:50:00.541Z[ recovery-image] Aug 11 20:49:59.384 INFO O| Aug 11 20:49:59.384 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52042026-08-11T20:50:00.699Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52052026-08-11T20:50:00.821Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52062026-08-11T20:50:00.821Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52072026-08-11T20:50:01.170Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52082026-08-11T20:50:01.256Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52092026-08-11T20:50:01.390Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52102026-08-11T20:50:01.756Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52112026-08-11T20:50:01.987Z[ recovery-image] Aug 11 20:50:00.831 INFO O| Aug 11 20:50:00.831 INFO STEP 70 (pack_tar) COMPLETE
52122026-08-11T20:50:01.987Z[ recovery-image] Aug 11 20:50:00.831 INFO O| Aug 11 20:50:00.831 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52132026-08-11T20:50:01.987Z[ recovery-image] Aug 11 20:50:00.831 INFO O| Aug 11 20:50:00.831 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52142026-08-11T20:50:02.173Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52152026-08-11T20:50:02.487Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52162026-08-11T20:50:02.491Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52172026-08-11T20:50:02.494Z[ recovery-image] Aug 11 20:50:01.335 INFO O| Aug 11 20:50:01.335 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52182026-08-11T20:50:02.536Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52192026-08-11T20:50:02.539Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52202026-08-11T20:50:02.579Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52212026-08-11T20:50:02.614Z[ recovery-image] Aug 11 20:50:01.457 INFO O| Aug 11 20:50:01.457 INFO completed processing sled/ramdisk-02-trim
52222026-08-11T20:50:02.617Z[ recovery-image] Aug 11 20:50:01.459 INFO image builder template: ramdisk-03-recovery-trim...
52232026-08-11T20:50:02.617Z[ recovery-image] Aug 11 20:50:01.459 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/.tmp28S9u0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-03-recovery-trim"], pwd: None
52242026-08-11T20:50:02.620Z[ recovery-image] Aug 11 20:50:01.464 INFO O| Aug 11 20:50:01.464 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52252026-08-11T20:50:02.694Z[ recovery-image] Aug 11 20:50:01.537 INFO O| Aug 11 20:50:01.537 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52262026-08-11T20:50:02.697Z[ recovery-image] Aug 11 20:50:01.540 INFO O| Aug 11 20:50:01.540 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52272026-08-11T20:50:02.734Z[verify-libraries] Compiling fatfs v0.3.6
52282026-08-11T20:50:02.815Z[ recovery-image] Aug 11 20:50:01.659 INFO O| Aug 11 20:50:01.659 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52292026-08-11T20:50:02.833Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52302026-08-11T20:50:02.868Z[verify-libraries] Compiling num-bigint v0.4.6
52312026-08-11T20:50:02.897Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
52322026-08-11T20:50:02.900Z[verify-libraries] Compiling generic-array v1.4.3
52332026-08-11T20:50:02.925Z[ recovery-image] Aug 11 20:50:01.769 INFO O| Aug 11 20:50:01.769 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52342026-08-11T20:50:02.925Z[ recovery-image] Aug 11 20:50:01.769 INFO O| Aug 11 20:50:01.769 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52352026-08-11T20:50:02.932Z[ recovery-image] Aug 11 20:50:01.776 INFO O| Aug 11 20:50:01.776 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52362026-08-11T20:50:02.937Z[ recovery-image] Aug 11 20:50:01.779 INFO O| Aug 11 20:50:01.779 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52372026-08-11T20:50:02.940Z[ recovery-image] Aug 11 20:50:01.784 INFO O| Aug 11 20:50:01.784 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52382026-08-11T20:50:02.963Z[verify-libraries] Compiling russh-util v0.52.0
52392026-08-11T20:50:03.103Z[verify-libraries] Compiling enum_dispatch v0.3.13
52402026-08-11T20:50:03.185Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
52412026-08-11T20:50:03.206Z[verify-libraries] Compiling delegate v0.13.5
52422026-08-11T20:50:03.343Z[verify-libraries] Compiling sapling-renderdag v0.1.0
52432026-08-11T20:50:03.476Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52442026-08-11T20:50:03.520Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52452026-08-11T20:50:03.652Z[ recovery-image] Aug 11 20:50:02.496 INFO O| Aug 11 20:50:02.496 INFO rolled back to input snapshot; work may begin
52462026-08-11T20:50:03.652Z[ recovery-image] Aug 11 20:50:02.496 INFO O| Aug 11 20:50:02.496 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52472026-08-11T20:50:03.657Z[ recovery-image] Aug 11 20:50:02.501 INFO O| Aug 11 20:50:02.501 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-11T20:50:03.667Z[ recovery-image] Aug 11 20:50:02.510 INFO O| Aug 11 20:50:02.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52492026-08-11T20:50:03.671Z[ recovery-image] Aug 11 20:50:02.512 INFO O| Aug 11 20:50:02.512 INFO STEP 0 (remove_files) COMPLETE
52502026-08-11T20:50:03.671Z[ recovery-image] Aug 11 20:50:02.513 INFO O| Aug 11 20:50:02.512 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-11T20:50:03.678Z[ recovery-image] Aug 11 20:50:02.522 INFO O| Aug 11 20:50:02.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52522026-08-11T20:50:03.678Z[ recovery-image] Aug 11 20:50:02.522 INFO O| Aug 11 20:50:02.522 INFO STEP 1 (remove_files) COMPLETE
52532026-08-11T20:50:03.678Z[ recovery-image] Aug 11 20:50:02.522 INFO O| Aug 11 20:50:02.522 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-11T20:50:03.693Z[ recovery-image] Aug 11 20:50:02.531 INFO O| Aug 11 20:50:02.531 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52552026-08-11T20:50:03.697Z[ recovery-image] Aug 11 20:50:02.539 INFO O| Aug 11 20:50:02.539 INFO STEP 2 (remove_files) COMPLETE
52562026-08-11T20:50:03.697Z[ recovery-image] Aug 11 20:50:02.539 INFO O| Aug 11 20:50:02.539 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-11T20:50:03.707Z[ recovery-image] Aug 11 20:50:02.548 INFO O| Aug 11 20:50:02.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52582026-08-11T20:50:03.766Z[ recovery-image] Aug 11 20:50:02.610 INFO O| Aug 11 20:50:02.610 INFO STEP 3 (remove_files) COMPLETE
52592026-08-11T20:50:03.766Z[ recovery-image] Aug 11 20:50:02.610 INFO O| Aug 11 20:50:02.610 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-11T20:50:03.779Z[ recovery-image] Aug 11 20:50:02.623 INFO O| Aug 11 20:50:02.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52612026-08-11T20:50:03.783Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52622026-08-11T20:50:03.783Z[ recovery-image] Aug 11 20:50:02.625 INFO O| Aug 11 20:50:02.625 INFO STEP 4 (remove_files) COMPLETE
52632026-08-11T20:50:03.783Z[ recovery-image] Aug 11 20:50:02.625 INFO O| Aug 11 20:50:02.625 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-11T20:50:03.792Z[ recovery-image] Aug 11 20:50:02.635 INFO O| Aug 11 20:50:02.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52652026-08-11T20:50:03.829Z[ recovery-image] Aug 11 20:50:02.671 INFO O| Aug 11 20:50:02.671 INFO STEP 5 (remove_files) COMPLETE
52662026-08-11T20:50:03.829Z[ recovery-image] Aug 11 20:50:02.671 INFO O| Aug 11 20:50:02.671 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-11T20:50:03.837Z[ recovery-image] Aug 11 20:50:02.681 INFO O| Aug 11 20:50:02.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52682026-08-11T20:50:03.847Z[ recovery-image] Aug 11 20:50:02.691 INFO O| Aug 11 20:50:02.691 INFO STEP 6 (remove_files) COMPLETE
52692026-08-11T20:50:03.847Z[ recovery-image] Aug 11 20:50:02.691 INFO O| Aug 11 20:50:02.691 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-11T20:50:03.858Z[ recovery-image] Aug 11 20:50:02.701 INFO O| Aug 11 20:50:02.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52712026-08-11T20:50:03.861Z[ recovery-image] Aug 11 20:50:02.704 INFO O| Aug 11 20:50:02.704 INFO STEP 7 (remove_files) COMPLETE
52722026-08-11T20:50:03.861Z[ recovery-image] Aug 11 20:50:02.704 INFO O| Aug 11 20:50:02.704 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-11T20:50:03.871Z[ recovery-image] Aug 11 20:50:02.715 INFO O| Aug 11 20:50:02.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52742026-08-11T20:50:03.874Z[ recovery-image] Aug 11 20:50:02.717 INFO O| Aug 11 20:50:02.717 INFO STEP 8 (remove_files) COMPLETE
52752026-08-11T20:50:03.874Z[ recovery-image] Aug 11 20:50:02.717 INFO O| Aug 11 20:50:02.717 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-11T20:50:03.882Z[ recovery-image] Aug 11 20:50:02.726 INFO O| Aug 11 20:50:02.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52772026-08-11T20:50:03.888Z[ recovery-image] Aug 11 20:50:02.731 INFO O| Aug 11 20:50:02.731 INFO STEP 9 (remove_files) COMPLETE
52782026-08-11T20:50:03.888Z[ recovery-image] Aug 11 20:50:02.731 INFO O| Aug 11 20:50:02.731 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-11T20:50:03.896Z[ recovery-image] Aug 11 20:50:02.740 INFO O| Aug 11 20:50:02.740 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52802026-08-11T20:50:03.900Z[ recovery-image] Aug 11 20:50:02.741 INFO O| Aug 11 20:50:02.741 INFO STEP 10 (remove_files) COMPLETE
52812026-08-11T20:50:03.900Z[ recovery-image] Aug 11 20:50:02.741 INFO O| Aug 11 20:50:02.741 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-11T20:50:03.906Z[ recovery-image] Aug 11 20:50:02.750 INFO O| Aug 11 20:50:02.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52832026-08-11T20:50:03.910Z[ recovery-image] Aug 11 20:50:02.752 INFO O| Aug 11 20:50:02.752 INFO STEP 11 (remove_files) COMPLETE
52842026-08-11T20:50:03.910Z[ recovery-image] Aug 11 20:50:02.752 INFO O| Aug 11 20:50:02.752 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-11T20:50:03.916Z[ recovery-image] Aug 11 20:50:02.760 INFO O| Aug 11 20:50:02.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52862026-08-11T20:50:04.232Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52872026-08-11T20:50:04.255Z[ recovery-image] Aug 11 20:50:03.099 INFO O| Aug 11 20:50:03.099 INFO STEP 12 (remove_files) COMPLETE
52882026-08-11T20:50:04.255Z[ recovery-image] Aug 11 20:50:03.099 INFO O| Aug 11 20:50:03.099 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-11T20:50:04.268Z[ recovery-image] Aug 11 20:50:03.112 INFO O| Aug 11 20:50:03.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52902026-08-11T20:50:04.272Z[ recovery-image] Aug 11 20:50:03.114 INFO O| Aug 11 20:50:03.114 INFO STEP 13 (remove_files) COMPLETE
52912026-08-11T20:50:04.272Z[ recovery-image] Aug 11 20:50:03.114 INFO O| Aug 11 20:50:03.114 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-11T20:50:04.280Z[ recovery-image] Aug 11 20:50:03.124 INFO O| Aug 11 20:50:03.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52932026-08-11T20:50:04.283Z[ recovery-image] Aug 11 20:50:03.126 INFO O| Aug 11 20:50:03.126 INFO STEP 14 (remove_files) COMPLETE
52942026-08-11T20:50:04.283Z[ recovery-image] Aug 11 20:50:03.126 INFO O| Aug 11 20:50:03.126 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-11T20:50:04.292Z[ recovery-image] Aug 11 20:50:03.136 INFO O| Aug 11 20:50:03.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52962026-08-11T20:50:04.292Z[ recovery-image] Aug 11 20:50:03.136 INFO O| Aug 11 20:50:03.136 INFO STEP 15 (remove_files) COMPLETE
52972026-08-11T20:50:04.292Z[ recovery-image] Aug 11 20:50:03.136 INFO O| Aug 11 20:50:03.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-11T20:50:04.302Z[ recovery-image] Aug 11 20:50:03.146 INFO O| Aug 11 20:50:03.146 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52992026-08-11T20:50:04.307Z[ recovery-image] Aug 11 20:50:03.148 INFO O| Aug 11 20:50:03.148 INFO STEP 16 (remove_files) COMPLETE
53002026-08-11T20:50:04.307Z[ recovery-image] Aug 11 20:50:03.148 INFO O| Aug 11 20:50:03.148 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-11T20:50:04.314Z[ recovery-image] Aug 11 20:50:03.157 INFO O| Aug 11 20:50:03.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53022026-08-11T20:50:04.322Z[ recovery-image] Aug 11 20:50:03.165 INFO O| Aug 11 20:50:03.165 INFO STEP 17 (remove_files) COMPLETE
53032026-08-11T20:50:04.322Z[ recovery-image] Aug 11 20:50:03.165 INFO O| Aug 11 20:50:03.165 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-11T20:50:04.331Z[ recovery-image] Aug 11 20:50:03.175 INFO O| Aug 11 20:50:03.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53052026-08-11T20:50:04.331Z[ recovery-image] Aug 11 20:50:03.175 INFO O| Aug 11 20:50:03.175 INFO STEP 18 (remove_files) COMPLETE
53062026-08-11T20:50:04.335Z[ recovery-image] Aug 11 20:50:03.175 INFO O| Aug 11 20:50:03.175 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-11T20:50:04.340Z[ recovery-image] Aug 11 20:50:03.184 INFO O| Aug 11 20:50:03.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53082026-08-11T20:50:04.344Z[ recovery-image] Aug 11 20:50:03.185 INFO O| Aug 11 20:50:03.185 INFO STEP 19 (remove_files) COMPLETE
53092026-08-11T20:50:04.344Z[ recovery-image] Aug 11 20:50:03.185 INFO O| Aug 11 20:50:03.185 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-11T20:50:04.349Z[ recovery-image] Aug 11 20:50:03.193 INFO O| Aug 11 20:50:03.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53112026-08-11T20:50:04.391Z[ recovery-image] Aug 11 20:50:03.235 INFO O| Aug 11 20:50:03.235 INFO STEP 20 (remove_files) COMPLETE
53122026-08-11T20:50:04.391Z[ recovery-image] Aug 11 20:50:03.235 INFO O| Aug 11 20:50:03.235 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-11T20:50:04.429Z[ recovery-image] Aug 11 20:50:03.273 INFO O| Aug 11 20:50:03.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53142026-08-11T20:50:04.443Z[ recovery-image] Aug 11 20:50:03.286 INFO O| Aug 11 20:50:03.286 INFO STEP 21 (remove_files) COMPLETE
53152026-08-11T20:50:04.443Z[ recovery-image] Aug 11 20:50:03.286 INFO O| Aug 11 20:50:03.286 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-11T20:50:04.452Z[ recovery-image] Aug 11 20:50:03.296 INFO O| Aug 11 20:50:03.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53172026-08-11T20:50:04.452Z[ recovery-image] Aug 11 20:50:03.296 INFO O| Aug 11 20:50:03.296 INFO STEP 22 (remove_files) COMPLETE
53182026-08-11T20:50:04.455Z[ recovery-image] Aug 11 20:50:03.296 INFO O| Aug 11 20:50:03.296 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-11T20:50:04.460Z[ recovery-image] Aug 11 20:50:03.304 INFO O| Aug 11 20:50:03.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53202026-08-11T20:50:04.463Z[ recovery-image] Aug 11 20:50:03.304 INFO O| Aug 11 20:50:03.304 INFO STEP 23 (remove_files) COMPLETE
53212026-08-11T20:50:04.463Z[ recovery-image] Aug 11 20:50:03.304 INFO O| Aug 11 20:50:03.304 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-08-11T20:50:04.468Z[ recovery-image] Aug 11 20:50:03.312 INFO O| Aug 11 20:50:03.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53232026-08-11T20:50:04.479Z[ recovery-image] Aug 11 20:50:03.323 INFO O| Aug 11 20:50:03.322 INFO STEP 24 (remove_files) COMPLETE
53242026-08-11T20:50:04.479Z[ recovery-image] Aug 11 20:50:03.323 INFO O| Aug 11 20:50:03.322 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-08-11T20:50:04.485Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53262026-08-11T20:50:04.490Z[ recovery-image] Aug 11 20:50:03.334 INFO O| Aug 11 20:50:03.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53272026-08-11T20:50:04.490Z[ recovery-image] Aug 11 20:50:03.334 INFO O| Aug 11 20:50:03.334 INFO STEP 25 (remove_files) COMPLETE
53282026-08-11T20:50:04.490Z[ recovery-image] Aug 11 20:50:03.334 INFO O| Aug 11 20:50:03.334 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-11T20:50:04.500Z[ recovery-image] Aug 11 20:50:03.344 INFO O| Aug 11 20:50:03.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53302026-08-11T20:50:04.503Z[ recovery-image] Aug 11 20:50:03.345 INFO O| Aug 11 20:50:03.345 INFO STEP 26 (remove_files) COMPLETE
53312026-08-11T20:50:04.503Z[ recovery-image] Aug 11 20:50:03.345 INFO O| Aug 11 20:50:03.345 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-11T20:50:04.512Z[ recovery-image] Aug 11 20:50:03.355 INFO O| Aug 11 20:50:03.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53332026-08-11T20:50:04.512Z[ recovery-image] Aug 11 20:50:03.356 INFO O| Aug 11 20:50:03.356 INFO STEP 27 (remove_files) COMPLETE
53342026-08-11T20:50:04.512Z[ recovery-image] Aug 11 20:50:03.356 INFO O| Aug 11 20:50:03.356 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-11T20:50:04.520Z[ recovery-image] Aug 11 20:50:03.364 INFO O| Aug 11 20:50:03.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53362026-08-11T20:50:04.520Z[ recovery-image] Aug 11 20:50:03.364 INFO O| Aug 11 20:50:03.364 INFO STEP 28 (remove_files) COMPLETE
53372026-08-11T20:50:04.520Z[ recovery-image] Aug 11 20:50:03.364 INFO O| Aug 11 20:50:03.364 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-11T20:50:04.549Z[ recovery-image] Aug 11 20:50:03.372 INFO O| Aug 11 20:50:03.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53392026-08-11T20:50:04.549Z[ recovery-image] Aug 11 20:50:03.372 INFO O| Aug 11 20:50:03.372 INFO STEP 29 (remove_files) COMPLETE
53402026-08-11T20:50:04.549Z[ recovery-image] Aug 11 20:50:03.372 INFO O| Aug 11 20:50:03.372 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-11T20:50:04.549Z[ recovery-image] Aug 11 20:50:03.380 INFO O| Aug 11 20:50:03.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53422026-08-11T20:50:04.549Z[ recovery-image] Aug 11 20:50:03.380 INFO O| Aug 11 20:50:03.380 INFO STEP 30 (remove_files) COMPLETE
53432026-08-11T20:50:04.549Z[ recovery-image] Aug 11 20:50:03.381 INFO O| Aug 11 20:50:03.380 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-11T20:50:04.549Z[ recovery-image] Aug 11 20:50:03.389 INFO O| Aug 11 20:50:03.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53452026-08-11T20:50:04.554Z[ recovery-image] Aug 11 20:50:03.395 INFO O| Aug 11 20:50:03.395 INFO STEP 31 (remove_files) COMPLETE
53462026-08-11T20:50:04.554Z[ recovery-image] Aug 11 20:50:03.395 INFO O| Aug 11 20:50:03.395 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-11T20:50:04.568Z[ recovery-image] Aug 11 20:50:03.404 INFO O| Aug 11 20:50:03.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53482026-08-11T20:50:04.569Z[ recovery-image] Aug 11 20:50:03.404 INFO O| Aug 11 20:50:03.404 INFO STEP 32 (remove_files) COMPLETE
53492026-08-11T20:50:04.569Z[ recovery-image] Aug 11 20:50:03.404 INFO O| Aug 11 20:50:03.404 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-11T20:50:04.569Z[ recovery-image] Aug 11 20:50:03.412 INFO O| Aug 11 20:50:03.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53512026-08-11T20:50:04.569Z[ recovery-image] Aug 11 20:50:03.412 INFO O| Aug 11 20:50:03.412 INFO STEP 33 (remove_files) COMPLETE
53522026-08-11T20:50:04.569Z[ recovery-image] Aug 11 20:50:03.412 INFO O| Aug 11 20:50:03.412 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-11T20:50:04.589Z[ recovery-image] Aug 11 20:50:03.432 INFO O| Aug 11 20:50:03.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53542026-08-11T20:50:04.589Z[ recovery-image] Aug 11 20:50:03.432 INFO O| Aug 11 20:50:03.432 INFO STEP 34 (remove_files) COMPLETE
53552026-08-11T20:50:04.592Z[ recovery-image] Aug 11 20:50:03.432 INFO O| Aug 11 20:50:03.432 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-11T20:50:04.598Z[ recovery-image] Aug 11 20:50:03.441 INFO O| Aug 11 20:50:03.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53572026-08-11T20:50:04.612Z[ recovery-image] Aug 11 20:50:03.456 INFO O| Aug 11 20:50:03.456 INFO STEP 35 (remove_files) COMPLETE
53582026-08-11T20:50:04.612Z[ recovery-image] Aug 11 20:50:03.456 INFO O| Aug 11 20:50:03.456 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-11T20:50:04.622Z[ recovery-image] Aug 11 20:50:03.466 INFO O| Aug 11 20:50:03.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53602026-08-11T20:50:04.634Z[ recovery-image] Aug 11 20:50:03.478 INFO O| Aug 11 20:50:03.478 INFO STEP 36 (remove_files) COMPLETE
53612026-08-11T20:50:04.634Z[ recovery-image] Aug 11 20:50:03.478 INFO O| Aug 11 20:50:03.478 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-11T20:50:04.670Z[ recovery-image] Aug 11 20:50:03.514 INFO O| Aug 11 20:50:03.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53632026-08-11T20:50:04.674Z[ recovery-image] Aug 11 20:50:03.517 INFO O| Aug 11 20:50:03.517 INFO STEP 37 (remove_files) COMPLETE
53642026-08-11T20:50:04.674Z[ recovery-image] Aug 11 20:50:03.517 INFO O| Aug 11 20:50:03.517 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-11T20:50:04.685Z[ recovery-image] Aug 11 20:50:03.529 INFO O| Aug 11 20:50:03.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53662026-08-11T20:50:04.685Z[ recovery-image] Aug 11 20:50:03.529 INFO O| Aug 11 20:50:03.529 INFO STEP 38 (remove_files) COMPLETE
53672026-08-11T20:50:04.685Z[ recovery-image] Aug 11 20:50:03.529 INFO O| Aug 11 20:50:03.529 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-11T20:50:04.726Z[ recovery-image] Aug 11 20:50:03.570 INFO O| Aug 11 20:50:03.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53692026-08-11T20:50:04.726Z[ recovery-image] Aug 11 20:50:03.570 INFO O| Aug 11 20:50:03.570 INFO STEP 39 (remove_files) COMPLETE
53702026-08-11T20:50:04.726Z[ recovery-image] Aug 11 20:50:03.570 INFO O| Aug 11 20:50:03.570 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-11T20:50:04.734Z[ recovery-image] Aug 11 20:50:03.578 INFO O| Aug 11 20:50:03.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53722026-08-11T20:50:04.734Z[ recovery-image] Aug 11 20:50:03.578 INFO O| Aug 11 20:50:03.578 INFO STEP 40 (remove_files) COMPLETE
53732026-08-11T20:50:04.734Z[ recovery-image] Aug 11 20:50:03.578 INFO O| Aug 11 20:50:03.578 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-11T20:50:04.745Z[ recovery-image] Aug 11 20:50:03.587 INFO O| Aug 11 20:50:03.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53752026-08-11T20:50:04.745Z[ recovery-image] Aug 11 20:50:03.587 INFO O| Aug 11 20:50:03.587 INFO STEP 41 (remove_files) COMPLETE
53762026-08-11T20:50:04.751Z[ recovery-image] Aug 11 20:50:03.587 INFO O| Aug 11 20:50:03.587 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-11T20:50:04.767Z[ recovery-image] Aug 11 20:50:03.610 INFO O| Aug 11 20:50:03.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53782026-08-11T20:50:04.767Z[ recovery-image] Aug 11 20:50:03.611 INFO O| Aug 11 20:50:03.610 INFO STEP 42 (remove_files) COMPLETE
53792026-08-11T20:50:04.767Z[ recovery-image] Aug 11 20:50:03.611 INFO O| Aug 11 20:50:03.610 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-11T20:50:04.777Z[ recovery-image] Aug 11 20:50:03.621 INFO O| Aug 11 20:50:03.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53812026-08-11T20:50:04.777Z[ recovery-image] Aug 11 20:50:03.621 INFO O| Aug 11 20:50:03.621 INFO STEP 43 (remove_files) COMPLETE
53822026-08-11T20:50:04.777Z[ recovery-image] Aug 11 20:50:03.621 INFO O| Aug 11 20:50:03.621 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-11T20:50:04.787Z[ recovery-image] Aug 11 20:50:03.631 INFO O| Aug 11 20:50:03.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53842026-08-11T20:50:04.793Z[ recovery-image] Aug 11 20:50:03.637 INFO O| Aug 11 20:50:03.637 INFO STEP 44 (remove_files) COMPLETE
53852026-08-11T20:50:04.793Z[ recovery-image] Aug 11 20:50:03.637 INFO O| Aug 11 20:50:03.637 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-11T20:50:04.803Z[ recovery-image] Aug 11 20:50:03.647 INFO O| Aug 11 20:50:03.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53872026-08-11T20:50:04.803Z[ recovery-image] Aug 11 20:50:03.647 INFO O| Aug 11 20:50:03.647 INFO STEP 45 (remove_files) COMPLETE
53882026-08-11T20:50:04.803Z[ recovery-image] Aug 11 20:50:03.647 INFO O| Aug 11 20:50:03.647 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-11T20:50:04.827Z[ recovery-image] Aug 11 20:50:03.671 INFO O| Aug 11 20:50:03.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53902026-08-11T20:50:04.827Z[ recovery-image] Aug 11 20:50:03.671 INFO O| Aug 11 20:50:03.671 INFO STEP 46 (remove_files) COMPLETE
53912026-08-11T20:50:04.830Z[ recovery-image] Aug 11 20:50:03.671 INFO O| Aug 11 20:50:03.671 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-11T20:50:04.831Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53932026-08-11T20:50:04.875Z[ recovery-image] Aug 11 20:50:03.718 INFO O| Aug 11 20:50:03.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53942026-08-11T20:50:04.875Z[ recovery-image] Aug 11 20:50:03.718 INFO O| Aug 11 20:50:03.718 INFO STEP 47 (remove_files) COMPLETE
53952026-08-11T20:50:04.875Z[ recovery-image] Aug 11 20:50:03.718 INFO O| Aug 11 20:50:03.718 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-11T20:50:04.901Z[ recovery-image] Aug 11 20:50:03.745 INFO O| Aug 11 20:50:03.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53972026-08-11T20:50:04.901Z[ recovery-image] Aug 11 20:50:03.745 INFO O| Aug 11 20:50:03.745 INFO STEP 48 (remove_files) COMPLETE
53982026-08-11T20:50:04.901Z[ recovery-image] Aug 11 20:50:03.745 INFO O| Aug 11 20:50:03.745 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-11T20:50:04.912Z[ recovery-image] Aug 11 20:50:03.755 INFO O| Aug 11 20:50:03.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54002026-08-11T20:50:04.912Z[ recovery-image] Aug 11 20:50:03.755 INFO O| Aug 11 20:50:03.755 INFO STEP 49 (remove_files) COMPLETE
54012026-08-11T20:50:04.912Z[ recovery-image] Aug 11 20:50:03.755 INFO O| Aug 11 20:50:03.755 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-11T20:50:04.918Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
54032026-08-11T20:50:04.924Z[ recovery-image] Aug 11 20:50:03.768 INFO O| Aug 11 20:50:03.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54042026-08-11T20:50:04.924Z[ recovery-image] Aug 11 20:50:03.768 INFO O| Aug 11 20:50:03.768 INFO STEP 50 (remove_files) COMPLETE
54052026-08-11T20:50:04.927Z[ recovery-image] Aug 11 20:50:03.768 INFO O| Aug 11 20:50:03.768 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-11T20:50:04.934Z[ recovery-image] Aug 11 20:50:03.778 INFO O| Aug 11 20:50:03.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54072026-08-11T20:50:04.937Z[ recovery-image] Aug 11 20:50:03.779 INFO O| Aug 11 20:50:03.779 INFO STEP 51 (remove_files) COMPLETE
54082026-08-11T20:50:04.937Z[ recovery-image] Aug 11 20:50:03.779 INFO O| Aug 11 20:50:03.779 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-11T20:50:04.972Z[ recovery-image] Aug 11 20:50:03.816 INFO O| Aug 11 20:50:03.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54102026-08-11T20:50:04.972Z[ recovery-image] Aug 11 20:50:03.816 INFO O| Aug 11 20:50:03.816 INFO STEP 52 (remove_files) COMPLETE
54112026-08-11T20:50:04.972Z[ recovery-image] Aug 11 20:50:03.816 INFO O| Aug 11 20:50:03.816 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-11T20:50:05.012Z[ recovery-image] Aug 11 20:50:03.856 INFO O| Aug 11 20:50:03.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54132026-08-11T20:50:05.012Z[ recovery-image] Aug 11 20:50:03.856 INFO O| Aug 11 20:50:03.856 INFO STEP 53 (remove_files) COMPLETE
54142026-08-11T20:50:05.013Z[ recovery-image] Aug 11 20:50:03.856 INFO O| Aug 11 20:50:03.856 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-11T20:50:05.021Z[ recovery-image] Aug 11 20:50:03.865 INFO O| Aug 11 20:50:03.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54162026-08-11T20:50:05.041Z[ recovery-image] Aug 11 20:50:03.885 INFO O| Aug 11 20:50:03.885 INFO STEP 54 (remove_files) COMPLETE
54172026-08-11T20:50:05.041Z[ recovery-image] Aug 11 20:50:03.885 INFO O| Aug 11 20:50:03.885 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-11T20:50:05.065Z[ recovery-image] Aug 11 20:50:03.908 INFO O| Aug 11 20:50:03.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54192026-08-11T20:50:05.065Z[ recovery-image] Aug 11 20:50:03.908 INFO O| Aug 11 20:50:03.908 INFO STEP 55 (remove_files) COMPLETE
54202026-08-11T20:50:05.065Z[ recovery-image] Aug 11 20:50:03.908 INFO O| Aug 11 20:50:03.908 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-11T20:50:05.126Z[ recovery-image] Aug 11 20:50:03.969 INFO O| Aug 11 20:50:03.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54222026-08-11T20:50:05.126Z[ recovery-image] Aug 11 20:50:03.970 INFO O| Aug 11 20:50:03.970 INFO STEP 56 (remove_files) COMPLETE
54232026-08-11T20:50:05.130Z[ recovery-image] Aug 11 20:50:03.970 INFO O| Aug 11 20:50:03.970 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-11T20:50:05.142Z[ recovery-image] Aug 11 20:50:03.983 INFO O| Aug 11 20:50:03.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54252026-08-11T20:50:05.142Z[ recovery-image] Aug 11 20:50:03.983 INFO O| Aug 11 20:50:03.979 INFO STEP 57 (remove_files) COMPLETE
54262026-08-11T20:50:05.142Z[ recovery-image] Aug 11 20:50:03.983 INFO O| Aug 11 20:50:03.979 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-11T20:50:05.145Z[ recovery-image] Aug 11 20:50:03.988 INFO O| Aug 11 20:50:03.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54282026-08-11T20:50:05.145Z[ recovery-image] Aug 11 20:50:03.988 INFO O| Aug 11 20:50:03.988 INFO STEP 58 (remove_files) COMPLETE
54292026-08-11T20:50:05.145Z[ recovery-image] Aug 11 20:50:03.988 INFO O| Aug 11 20:50:03.988 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-11T20:50:05.175Z[ recovery-image] Aug 11 20:50:04.018 INFO O| Aug 11 20:50:04.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54312026-08-11T20:50:05.175Z[ recovery-image] Aug 11 20:50:04.018 INFO O| Aug 11 20:50:04.018 INFO STEP 59 (remove_files) COMPLETE
54322026-08-11T20:50:05.179Z[ recovery-image] Aug 11 20:50:04.018 INFO O| Aug 11 20:50:04.018 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-11T20:50:05.184Z[ recovery-image] Aug 11 20:50:04.028 INFO O| Aug 11 20:50:04.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54342026-08-11T20:50:05.185Z[ recovery-image] Aug 11 20:50:04.028 INFO O| Aug 11 20:50:04.028 INFO STEP 60 (remove_files) COMPLETE
54352026-08-11T20:50:05.185Z[ recovery-image] Aug 11 20:50:04.028 INFO O| Aug 11 20:50:04.028 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-11T20:50:05.193Z[ recovery-image] Aug 11 20:50:04.037 INFO O| Aug 11 20:50:04.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54372026-08-11T20:50:05.193Z[ recovery-image] Aug 11 20:50:04.037 INFO O| Aug 11 20:50:04.037 INFO STEP 61 (remove_files) COMPLETE
54382026-08-11T20:50:05.193Z[ recovery-image] Aug 11 20:50:04.037 INFO O| Aug 11 20:50:04.037 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-11T20:50:05.203Z[ recovery-image] Aug 11 20:50:04.046 INFO O| Aug 11 20:50:04.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54402026-08-11T20:50:05.203Z[ recovery-image] Aug 11 20:50:04.046 INFO O| Aug 11 20:50:04.046 INFO STEP 62 (remove_files) COMPLETE
54412026-08-11T20:50:05.203Z[ recovery-image] Aug 11 20:50:04.046 INFO O| Aug 11 20:50:04.046 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-11T20:50:05.216Z[ recovery-image] Aug 11 20:50:04.059 INFO O| Aug 11 20:50:04.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54432026-08-11T20:50:05.216Z[ recovery-image] Aug 11 20:50:04.059 INFO O| Aug 11 20:50:04.059 INFO STEP 63 (remove_files) COMPLETE
54442026-08-11T20:50:05.221Z[ recovery-image] Aug 11 20:50:04.059 INFO O| Aug 11 20:50:04.059 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-11T20:50:05.228Z[ recovery-image] Aug 11 20:50:04.070 INFO O| Aug 11 20:50:04.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54462026-08-11T20:50:05.231Z[ recovery-image] Aug 11 20:50:04.071 INFO O| Aug 11 20:50:04.070 INFO STEP 64 (remove_files) COMPLETE
54472026-08-11T20:50:05.231Z[ recovery-image] Aug 11 20:50:04.071 INFO O| Aug 11 20:50:04.071 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-11T20:50:05.236Z[ recovery-image] Aug 11 20:50:04.080 INFO O| Aug 11 20:50:04.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54492026-08-11T20:50:05.236Z[ recovery-image] Aug 11 20:50:04.080 INFO O| Aug 11 20:50:04.080 INFO STEP 65 (remove_files) COMPLETE
54502026-08-11T20:50:05.237Z[ recovery-image] Aug 11 20:50:04.080 INFO O| Aug 11 20:50:04.080 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-11T20:50:05.245Z[ recovery-image] Aug 11 20:50:04.089 INFO O| Aug 11 20:50:04.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54522026-08-11T20:50:05.245Z[ recovery-image] Aug 11 20:50:04.089 INFO O| Aug 11 20:50:04.089 INFO STEP 66 (remove_files) COMPLETE
54532026-08-11T20:50:05.245Z[ recovery-image] Aug 11 20:50:04.089 INFO O| Aug 11 20:50:04.089 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-11T20:50:05.254Z[ recovery-image] Aug 11 20:50:04.097 INFO O| Aug 11 20:50:04.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54552026-08-11T20:50:05.254Z[ recovery-image] Aug 11 20:50:04.097 INFO O| Aug 11 20:50:04.097 INFO STEP 67 (remove_files) COMPLETE
54562026-08-11T20:50:05.255Z[ recovery-image] Aug 11 20:50:04.097 INFO O| Aug 11 20:50:04.097 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-11T20:50:05.265Z[ recovery-image] Aug 11 20:50:04.109 INFO O| Aug 11 20:50:04.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54582026-08-11T20:50:05.265Z[ recovery-image] Aug 11 20:50:04.109 INFO O| Aug 11 20:50:04.109 INFO STEP 68 (remove_files) COMPLETE
54592026-08-11T20:50:05.265Z[ recovery-image] Aug 11 20:50:04.109 INFO O| Aug 11 20:50:04.109 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-11T20:50:05.275Z[ recovery-image] Aug 11 20:50:04.119 INFO O| Aug 11 20:50:04.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54612026-08-11T20:50:05.275Z[ recovery-image] Aug 11 20:50:04.119 INFO O| Aug 11 20:50:04.119 INFO STEP 69 (remove_files) COMPLETE
54622026-08-11T20:50:05.275Z[ recovery-image] Aug 11 20:50:04.119 INFO O| Aug 11 20:50:04.119 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-11T20:50:05.286Z[ recovery-image] Aug 11 20:50:04.130 INFO O| Aug 11 20:50:04.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54642026-08-11T20:50:05.289Z[ recovery-image] Aug 11 20:50:04.131 INFO O| Aug 11 20:50:04.131 INFO STEP 70 (remove_files) COMPLETE
54652026-08-11T20:50:05.289Z[ recovery-image] Aug 11 20:50:04.131 INFO O| Aug 11 20:50:04.131 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-11T20:50:05.298Z[ recovery-image] Aug 11 20:50:04.141 INFO O| Aug 11 20:50:04.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54672026-08-11T20:50:05.298Z[ recovery-image] Aug 11 20:50:04.141 INFO O| Aug 11 20:50:04.141 INFO STEP 71 (remove_files) COMPLETE
54682026-08-11T20:50:05.298Z[ recovery-image] Aug 11 20:50:04.141 INFO O| Aug 11 20:50:04.141 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-11T20:50:05.310Z[ recovery-image] Aug 11 20:50:04.150 INFO O| Aug 11 20:50:04.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54702026-08-11T20:50:05.310Z[ recovery-image] Aug 11 20:50:04.150 INFO O| Aug 11 20:50:04.150 INFO STEP 72 (remove_files) COMPLETE
54712026-08-11T20:50:05.310Z[ recovery-image] Aug 11 20:50:04.150 INFO O| Aug 11 20:50:04.150 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-11T20:50:05.322Z[ recovery-image] Aug 11 20:50:04.162 INFO O| Aug 11 20:50:04.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54732026-08-11T20:50:05.322Z[ recovery-image] Aug 11 20:50:04.162 INFO O| Aug 11 20:50:04.162 INFO STEP 73 (remove_files) COMPLETE
54742026-08-11T20:50:05.322Z[ recovery-image] Aug 11 20:50:04.162 INFO O| Aug 11 20:50:04.162 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-11T20:50:05.329Z[ recovery-image] Aug 11 20:50:04.172 INFO O| Aug 11 20:50:04.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54762026-08-11T20:50:05.329Z[ recovery-image] Aug 11 20:50:04.172 INFO O| Aug 11 20:50:04.172 INFO STEP 74 (remove_files) COMPLETE
54772026-08-11T20:50:05.329Z[ recovery-image] Aug 11 20:50:04.172 INFO O| Aug 11 20:50:04.172 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-11T20:50:05.338Z[ recovery-image] Aug 11 20:50:04.182 INFO O| Aug 11 20:50:04.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54792026-08-11T20:50:05.339Z[ recovery-image] Aug 11 20:50:04.182 INFO O| Aug 11 20:50:04.182 INFO STEP 75 (remove_files) COMPLETE
54802026-08-11T20:50:05.343Z[ recovery-image] Aug 11 20:50:04.182 INFO O| Aug 11 20:50:04.182 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-11T20:50:05.349Z[ recovery-image] Aug 11 20:50:04.193 INFO O| Aug 11 20:50:04.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54822026-08-11T20:50:05.349Z[ recovery-image] Aug 11 20:50:04.193 INFO O| Aug 11 20:50:04.193 INFO STEP 76 (remove_files) COMPLETE
54832026-08-11T20:50:05.349Z[ recovery-image] Aug 11 20:50:04.193 INFO O| Aug 11 20:50:04.193 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-11T20:50:05.359Z[ recovery-image] Aug 11 20:50:04.203 INFO O| Aug 11 20:50:04.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54852026-08-11T20:50:05.359Z[ recovery-image] Aug 11 20:50:04.203 INFO O| Aug 11 20:50:04.203 INFO STEP 77 (remove_files) COMPLETE
54862026-08-11T20:50:05.362Z[ recovery-image] Aug 11 20:50:04.203 INFO O| Aug 11 20:50:04.203 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-11T20:50:05.369Z[ recovery-image] Aug 11 20:50:04.213 INFO O| Aug 11 20:50:04.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54882026-08-11T20:50:05.369Z[ recovery-image] Aug 11 20:50:04.213 INFO O| Aug 11 20:50:04.213 INFO STEP 78 (remove_files) COMPLETE
54892026-08-11T20:50:05.369Z[ recovery-image] Aug 11 20:50:04.213 INFO O| Aug 11 20:50:04.213 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-11T20:50:05.379Z[ recovery-image] Aug 11 20:50:04.223 INFO O| Aug 11 20:50:04.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54912026-08-11T20:50:05.379Z[ recovery-image] Aug 11 20:50:04.223 INFO O| Aug 11 20:50:04.223 INFO STEP 79 (remove_files) COMPLETE
54922026-08-11T20:50:05.382Z[ recovery-image] Aug 11 20:50:04.223 INFO O| Aug 11 20:50:04.223 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-11T20:50:05.387Z[ recovery-image] Aug 11 20:50:04.231 INFO O| Aug 11 20:50:04.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54942026-08-11T20:50:05.387Z[ recovery-image] Aug 11 20:50:04.231 INFO O| Aug 11 20:50:04.231 INFO STEP 80 (remove_files) COMPLETE
54952026-08-11T20:50:05.390Z[ recovery-image] Aug 11 20:50:04.231 INFO O| Aug 11 20:50:04.231 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-11T20:50:05.394Z[ recovery-image] Aug 11 20:50:04.238 INFO O| Aug 11 20:50:04.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54972026-08-11T20:50:05.394Z[ recovery-image] Aug 11 20:50:04.238 INFO O| Aug 11 20:50:04.238 INFO STEP 81 (remove_files) COMPLETE
54982026-08-11T20:50:05.399Z[ recovery-image] Aug 11 20:50:04.238 INFO O| Aug 11 20:50:04.238 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-11T20:50:05.404Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
55002026-08-11T20:50:05.404Z[ recovery-image] Aug 11 20:50:04.245 INFO O| Aug 11 20:50:04.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55012026-08-11T20:50:05.404Z[ recovery-image] Aug 11 20:50:04.245 INFO O| Aug 11 20:50:04.245 INFO STEP 82 (remove_files) COMPLETE
55022026-08-11T20:50:05.404Z[ recovery-image] Aug 11 20:50:04.245 INFO O| Aug 11 20:50:04.245 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-11T20:50:05.409Z[ recovery-image] Aug 11 20:50:04.253 INFO O| Aug 11 20:50:04.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55042026-08-11T20:50:05.409Z[ recovery-image] Aug 11 20:50:04.253 INFO O| Aug 11 20:50:04.253 INFO STEP 83 (remove_files) COMPLETE
55052026-08-11T20:50:05.409Z[ recovery-image] Aug 11 20:50:04.253 INFO O| Aug 11 20:50:04.253 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-11T20:50:05.419Z[ recovery-image] Aug 11 20:50:04.263 INFO O| Aug 11 20:50:04.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55072026-08-11T20:50:05.419Z[ recovery-image] Aug 11 20:50:04.263 INFO O| Aug 11 20:50:04.263 INFO STEP 84 (remove_files) COMPLETE
55082026-08-11T20:50:05.419Z[ recovery-image] Aug 11 20:50:04.263 INFO O| Aug 11 20:50:04.263 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-11T20:50:05.428Z[ recovery-image] Aug 11 20:50:04.271 INFO O| Aug 11 20:50:04.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55102026-08-11T20:50:05.428Z[ recovery-image] Aug 11 20:50:04.272 INFO O| Aug 11 20:50:04.271 INFO STEP 85 (remove_files) COMPLETE
55112026-08-11T20:50:05.428Z[ recovery-image] Aug 11 20:50:04.272 INFO O| Aug 11 20:50:04.272 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-11T20:50:05.436Z[ recovery-image] Aug 11 20:50:04.280 INFO O| Aug 11 20:50:04.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55132026-08-11T20:50:05.436Z[ recovery-image] Aug 11 20:50:04.280 INFO O| Aug 11 20:50:04.280 INFO STEP 86 (remove_files) COMPLETE
55142026-08-11T20:50:05.436Z[ recovery-image] Aug 11 20:50:04.280 INFO O| Aug 11 20:50:04.280 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-11T20:50:05.445Z[ recovery-image] Aug 11 20:50:04.288 INFO O| Aug 11 20:50:04.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55162026-08-11T20:50:05.445Z[ recovery-image] Aug 11 20:50:04.288 INFO O| Aug 11 20:50:04.288 INFO STEP 87 (remove_files) COMPLETE
55172026-08-11T20:50:05.445Z[ recovery-image] Aug 11 20:50:04.288 INFO O| Aug 11 20:50:04.288 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-11T20:50:05.453Z[ recovery-image] Aug 11 20:50:04.296 INFO O| Aug 11 20:50:04.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55192026-08-11T20:50:05.453Z[ recovery-image] Aug 11 20:50:04.296 INFO O| Aug 11 20:50:04.296 INFO STEP 88 (remove_files) COMPLETE
55202026-08-11T20:50:05.453Z[ recovery-image] Aug 11 20:50:04.296 INFO O| Aug 11 20:50:04.296 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-11T20:50:05.461Z[ recovery-image] Aug 11 20:50:04.304 INFO O| Aug 11 20:50:04.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55222026-08-11T20:50:05.461Z[ recovery-image] Aug 11 20:50:04.304 INFO O| Aug 11 20:50:04.304 INFO STEP 89 (remove_files) COMPLETE
55232026-08-11T20:50:05.461Z[ recovery-image] Aug 11 20:50:04.304 INFO O| Aug 11 20:50:04.304 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-11T20:50:05.470Z[ recovery-image] Aug 11 20:50:04.313 INFO O| Aug 11 20:50:04.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55252026-08-11T20:50:05.470Z[ recovery-image] Aug 11 20:50:04.313 INFO O| Aug 11 20:50:04.313 INFO STEP 90 (remove_files) COMPLETE
55262026-08-11T20:50:05.470Z[ recovery-image] Aug 11 20:50:04.313 INFO O| Aug 11 20:50:04.313 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-11T20:50:05.479Z[ recovery-image] Aug 11 20:50:04.323 INFO O| Aug 11 20:50:04.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55282026-08-11T20:50:05.479Z[ recovery-image] Aug 11 20:50:04.323 INFO O| Aug 11 20:50:04.323 INFO STEP 91 (remove_files) COMPLETE
55292026-08-11T20:50:05.479Z[ recovery-image] Aug 11 20:50:04.323 INFO O| Aug 11 20:50:04.323 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-11T20:50:05.489Z[ recovery-image] Aug 11 20:50:04.333 INFO O| Aug 11 20:50:04.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55312026-08-11T20:50:05.489Z[ recovery-image] Aug 11 20:50:04.333 INFO O| Aug 11 20:50:04.333 INFO STEP 92 (remove_files) COMPLETE
55322026-08-11T20:50:05.493Z[ recovery-image] Aug 11 20:50:04.333 INFO O| Aug 11 20:50:04.333 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-11T20:50:05.499Z[ recovery-image] Aug 11 20:50:04.343 INFO O| Aug 11 20:50:04.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55342026-08-11T20:50:05.499Z[ recovery-image] Aug 11 20:50:04.343 INFO O| Aug 11 20:50:04.343 INFO STEP 93 (remove_files) COMPLETE
55352026-08-11T20:50:05.499Z[ recovery-image] Aug 11 20:50:04.343 INFO O| Aug 11 20:50:04.343 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-11T20:50:05.510Z[ recovery-image] Aug 11 20:50:04.354 INFO O| Aug 11 20:50:04.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55372026-08-11T20:50:05.510Z[ recovery-image] Aug 11 20:50:04.354 INFO O| Aug 11 20:50:04.354 INFO STEP 94 (remove_files) COMPLETE
55382026-08-11T20:50:05.513Z[ recovery-image] Aug 11 20:50:04.354 INFO O| Aug 11 20:50:04.354 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-11T20:50:05.520Z[ recovery-image] Aug 11 20:50:04.363 INFO O| Aug 11 20:50:04.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55402026-08-11T20:50:05.524Z[ recovery-image] Aug 11 20:50:04.364 INFO O| Aug 11 20:50:04.364 INFO STEP 95 (remove_files) COMPLETE
55412026-08-11T20:50:05.524Z[ recovery-image] Aug 11 20:50:04.364 INFO O| Aug 11 20:50:04.364 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-11T20:50:05.530Z[ recovery-image] Aug 11 20:50:04.373 INFO O| Aug 11 20:50:04.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55432026-08-11T20:50:05.530Z[ recovery-image] Aug 11 20:50:04.373 INFO O| Aug 11 20:50:04.373 INFO STEP 96 (remove_files) COMPLETE
55442026-08-11T20:50:05.530Z[ recovery-image] Aug 11 20:50:04.373 INFO O| Aug 11 20:50:04.373 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-11T20:50:05.539Z[ recovery-image] Aug 11 20:50:04.383 INFO O| Aug 11 20:50:04.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55462026-08-11T20:50:05.539Z[ recovery-image] Aug 11 20:50:04.383 INFO O| Aug 11 20:50:04.383 INFO STEP 97 (remove_files) COMPLETE
55472026-08-11T20:50:05.540Z[ recovery-image] Aug 11 20:50:04.383 INFO O| Aug 11 20:50:04.383 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-11T20:50:05.549Z[ recovery-image] Aug 11 20:50:04.392 INFO O| Aug 11 20:50:04.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55492026-08-11T20:50:05.549Z[ recovery-image] Aug 11 20:50:04.392 INFO O| Aug 11 20:50:04.392 INFO STEP 98 (remove_files) COMPLETE
55502026-08-11T20:50:05.549Z[ recovery-image] Aug 11 20:50:04.392 INFO O| Aug 11 20:50:04.392 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-11T20:50:05.558Z[ recovery-image] Aug 11 20:50:04.401 INFO O| Aug 11 20:50:04.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55522026-08-11T20:50:05.558Z[ recovery-image] Aug 11 20:50:04.401 INFO O| Aug 11 20:50:04.401 INFO STEP 99 (remove_files) COMPLETE
55532026-08-11T20:50:05.558Z[ recovery-image] Aug 11 20:50:04.401 INFO O| Aug 11 20:50:04.401 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-11T20:50:05.566Z[ recovery-image] Aug 11 20:50:04.410 INFO O| Aug 11 20:50:04.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55552026-08-11T20:50:05.566Z[ recovery-image] Aug 11 20:50:04.410 INFO O| Aug 11 20:50:04.410 INFO STEP 100 (remove_files) COMPLETE
55562026-08-11T20:50:05.566Z[ recovery-image] Aug 11 20:50:04.410 INFO O| Aug 11 20:50:04.410 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-11T20:50:05.576Z[ recovery-image] Aug 11 20:50:04.419 INFO O| Aug 11 20:50:04.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55582026-08-11T20:50:05.576Z[ recovery-image] Aug 11 20:50:04.419 INFO O| Aug 11 20:50:04.419 INFO STEP 101 (remove_files) COMPLETE
55592026-08-11T20:50:05.576Z[ recovery-image] Aug 11 20:50:04.419 INFO O| Aug 11 20:50:04.419 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-11T20:50:05.584Z[ recovery-image] Aug 11 20:50:04.427 INFO O| Aug 11 20:50:04.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55612026-08-11T20:50:05.588Z[ recovery-image] Aug 11 20:50:04.428 INFO O| Aug 11 20:50:04.428 INFO STEP 102 (remove_files) COMPLETE
55622026-08-11T20:50:05.588Z[ recovery-image] Aug 11 20:50:04.428 INFO O| Aug 11 20:50:04.428 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-11T20:50:05.594Z[ recovery-image] Aug 11 20:50:04.437 INFO O| Aug 11 20:50:04.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55642026-08-11T20:50:05.594Z[ recovery-image] Aug 11 20:50:04.437 INFO O| Aug 11 20:50:04.437 INFO STEP 103 (remove_files) COMPLETE
55652026-08-11T20:50:05.597Z[ recovery-image] Aug 11 20:50:04.437 INFO O| Aug 11 20:50:04.437 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-11T20:50:05.602Z[ recovery-image] Aug 11 20:50:04.446 INFO O| Aug 11 20:50:04.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55672026-08-11T20:50:05.602Z[ recovery-image] Aug 11 20:50:04.446 INFO O| Aug 11 20:50:04.446 INFO STEP 104 (remove_files) COMPLETE
55682026-08-11T20:50:05.602Z[ recovery-image] Aug 11 20:50:04.446 INFO O| Aug 11 20:50:04.446 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-11T20:50:05.612Z[ recovery-image] Aug 11 20:50:04.456 INFO O| Aug 11 20:50:04.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55702026-08-11T20:50:05.612Z[ recovery-image] Aug 11 20:50:04.456 INFO O| Aug 11 20:50:04.456 INFO STEP 105 (remove_files) COMPLETE
55712026-08-11T20:50:05.612Z[ recovery-image] Aug 11 20:50:04.456 INFO O| Aug 11 20:50:04.456 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-11T20:50:05.621Z[ recovery-image] Aug 11 20:50:04.465 INFO O| Aug 11 20:50:04.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55732026-08-11T20:50:05.621Z[ recovery-image] Aug 11 20:50:04.465 INFO O| Aug 11 20:50:04.465 INFO STEP 106 (remove_files) COMPLETE
55742026-08-11T20:50:05.621Z[ recovery-image] Aug 11 20:50:04.465 INFO O| Aug 11 20:50:04.465 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-11T20:50:05.631Z[ recovery-image] Aug 11 20:50:04.474 INFO O| Aug 11 20:50:04.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55762026-08-11T20:50:05.631Z[ recovery-image] Aug 11 20:50:04.475 INFO O| Aug 11 20:50:04.474 INFO STEP 107 (remove_files) COMPLETE
55772026-08-11T20:50:05.631Z[ recovery-image] Aug 11 20:50:04.475 INFO O| Aug 11 20:50:04.474 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-11T20:50:05.640Z[ recovery-image] Aug 11 20:50:04.484 INFO O| Aug 11 20:50:04.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55792026-08-11T20:50:05.643Z[ recovery-image] Aug 11 20:50:04.485 INFO O| Aug 11 20:50:04.485 INFO STEP 108 (remove_files) COMPLETE
55802026-08-11T20:50:05.643Z[ recovery-image] Aug 11 20:50:04.485 INFO O| Aug 11 20:50:04.485 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-11T20:50:05.650Z[ recovery-image] Aug 11 20:50:04.494 INFO O| Aug 11 20:50:04.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55822026-08-11T20:50:05.650Z[ recovery-image] Aug 11 20:50:04.494 INFO O| Aug 11 20:50:04.494 INFO STEP 109 (remove_files) COMPLETE
55832026-08-11T20:50:05.650Z[ recovery-image] Aug 11 20:50:04.494 INFO O| Aug 11 20:50:04.494 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-11T20:50:05.661Z[ recovery-image] Aug 11 20:50:04.504 INFO O| Aug 11 20:50:04.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55852026-08-11T20:50:05.661Z[ recovery-image] Aug 11 20:50:04.504 INFO O| Aug 11 20:50:04.504 INFO STEP 110 (remove_files) COMPLETE
55862026-08-11T20:50:05.661Z[ recovery-image] Aug 11 20:50:04.504 INFO O| Aug 11 20:50:04.504 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-11T20:50:05.671Z[ recovery-image] Aug 11 20:50:04.515 INFO O| Aug 11 20:50:04.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55882026-08-11T20:50:05.674Z[ recovery-image] Aug 11 20:50:04.515 INFO O| Aug 11 20:50:04.515 INFO STEP 111 (remove_files) COMPLETE
55892026-08-11T20:50:05.674Z[ recovery-image] Aug 11 20:50:04.515 INFO O| Aug 11 20:50:04.515 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-11T20:50:05.680Z[ recovery-image] Aug 11 20:50:04.524 INFO O| Aug 11 20:50:04.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55912026-08-11T20:50:05.683Z[ recovery-image] Aug 11 20:50:04.525 INFO O| Aug 11 20:50:04.525 INFO STEP 112 (remove_files) COMPLETE
55922026-08-11T20:50:05.683Z[ recovery-image] Aug 11 20:50:04.525 INFO O| Aug 11 20:50:04.525 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-11T20:50:05.693Z[ recovery-image] Aug 11 20:50:04.537 INFO O| Aug 11 20:50:04.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55942026-08-11T20:50:05.694Z[ recovery-image] Aug 11 20:50:04.537 INFO O| Aug 11 20:50:04.537 INFO STEP 113 (remove_files) COMPLETE
55952026-08-11T20:50:05.697Z[ recovery-image] Aug 11 20:50:04.537 INFO O| Aug 11 20:50:04.537 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-11T20:50:05.703Z[ recovery-image] Aug 11 20:50:04.547 INFO O| Aug 11 20:50:04.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55972026-08-11T20:50:05.703Z[ recovery-image] Aug 11 20:50:04.547 INFO O| Aug 11 20:50:04.547 INFO STEP 114 (remove_files) COMPLETE
55982026-08-11T20:50:05.703Z[ recovery-image] Aug 11 20:50:04.547 INFO O| Aug 11 20:50:04.547 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-11T20:50:05.714Z[ recovery-image] Aug 11 20:50:04.558 INFO O| Aug 11 20:50:04.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56002026-08-11T20:50:05.714Z[ recovery-image] Aug 11 20:50:04.558 INFO O| Aug 11 20:50:04.558 INFO STEP 115 (remove_files) COMPLETE
56012026-08-11T20:50:05.714Z[ recovery-image] Aug 11 20:50:04.558 INFO O| Aug 11 20:50:04.558 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-11T20:50:05.726Z[ recovery-image] Aug 11 20:50:04.569 INFO O| Aug 11 20:50:04.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56032026-08-11T20:50:05.726Z[ recovery-image] Aug 11 20:50:04.569 INFO O| Aug 11 20:50:04.569 INFO STEP 116 (remove_files) COMPLETE
56042026-08-11T20:50:05.726Z[ recovery-image] Aug 11 20:50:04.569 INFO O| Aug 11 20:50:04.569 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-11T20:50:05.736Z[ recovery-image] Aug 11 20:50:04.580 INFO O| Aug 11 20:50:04.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56062026-08-11T20:50:05.736Z[ recovery-image] Aug 11 20:50:04.580 INFO O| Aug 11 20:50:04.580 INFO STEP 117 (remove_files) COMPLETE
56072026-08-11T20:50:05.740Z[ recovery-image] Aug 11 20:50:04.580 INFO O| Aug 11 20:50:04.580 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-11T20:50:05.746Z[ recovery-image] Aug 11 20:50:04.590 INFO O| Aug 11 20:50:04.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56092026-08-11T20:50:05.747Z[ recovery-image] Aug 11 20:50:04.590 INFO O| Aug 11 20:50:04.590 INFO STEP 118 (remove_files) COMPLETE
56102026-08-11T20:50:05.747Z[ recovery-image] Aug 11 20:50:04.590 INFO O| Aug 11 20:50:04.590 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-11T20:50:05.760Z[ recovery-image] Aug 11 20:50:04.600 INFO O| Aug 11 20:50:04.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56122026-08-11T20:50:05.760Z[ recovery-image] Aug 11 20:50:04.600 INFO O| Aug 11 20:50:04.600 INFO STEP 119 (remove_files) COMPLETE
56132026-08-11T20:50:05.760Z[ recovery-image] Aug 11 20:50:04.600 INFO O| Aug 11 20:50:04.600 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-11T20:50:05.766Z[ recovery-image] Aug 11 20:50:04.610 INFO O| Aug 11 20:50:04.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56152026-08-11T20:50:05.766Z[ recovery-image] Aug 11 20:50:04.610 INFO O| Aug 11 20:50:04.610 INFO STEP 120 (remove_files) COMPLETE
56162026-08-11T20:50:05.766Z[ recovery-image] Aug 11 20:50:04.610 INFO O| Aug 11 20:50:04.610 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-11T20:50:05.779Z[ recovery-image] Aug 11 20:50:04.619 INFO O| Aug 11 20:50:04.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56182026-08-11T20:50:05.779Z[ recovery-image] Aug 11 20:50:04.619 INFO O| Aug 11 20:50:04.619 INFO STEP 121 (remove_files) COMPLETE
56192026-08-11T20:50:05.779Z[ recovery-image] Aug 11 20:50:04.619 INFO O| Aug 11 20:50:04.619 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-11T20:50:05.786Z[ recovery-image] Aug 11 20:50:04.629 INFO O| Aug 11 20:50:04.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56212026-08-11T20:50:05.786Z[ recovery-image] Aug 11 20:50:04.629 INFO O| Aug 11 20:50:04.629 INFO STEP 122 (remove_files) COMPLETE
56222026-08-11T20:50:05.789Z[ recovery-image] Aug 11 20:50:04.629 INFO O| Aug 11 20:50:04.629 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-11T20:50:05.795Z[ recovery-image] Aug 11 20:50:04.639 INFO O| Aug 11 20:50:04.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56242026-08-11T20:50:05.796Z[ recovery-image] Aug 11 20:50:04.639 INFO O| Aug 11 20:50:04.639 INFO STEP 123 (remove_files) COMPLETE
56252026-08-11T20:50:05.799Z[ recovery-image] Aug 11 20:50:04.639 INFO O| Aug 11 20:50:04.639 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-11T20:50:05.805Z[ recovery-image] Aug 11 20:50:04.649 INFO O| Aug 11 20:50:04.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56272026-08-11T20:50:05.805Z[ recovery-image] Aug 11 20:50:04.649 INFO O| Aug 11 20:50:04.649 INFO STEP 124 (remove_files) COMPLETE
56282026-08-11T20:50:05.809Z[ recovery-image] Aug 11 20:50:04.649 INFO O| Aug 11 20:50:04.649 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-11T20:50:05.814Z[ recovery-image] Aug 11 20:50:04.658 INFO O| Aug 11 20:50:04.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56302026-08-11T20:50:05.814Z[ recovery-image] Aug 11 20:50:04.658 INFO O| Aug 11 20:50:04.658 INFO STEP 125 (remove_files) COMPLETE
56312026-08-11T20:50:05.818Z[ recovery-image] Aug 11 20:50:04.658 INFO O| Aug 11 20:50:04.658 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-11T20:50:05.823Z[ recovery-image] Aug 11 20:50:04.666 INFO O| Aug 11 20:50:04.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56332026-08-11T20:50:05.823Z[ recovery-image] Aug 11 20:50:04.666 INFO O| Aug 11 20:50:04.666 INFO STEP 126 (remove_files) COMPLETE
56342026-08-11T20:50:05.823Z[ recovery-image] Aug 11 20:50:04.666 INFO O| Aug 11 20:50:04.666 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-11T20:50:05.832Z[ recovery-image] Aug 11 20:50:04.675 INFO O| Aug 11 20:50:04.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56362026-08-11T20:50:05.832Z[ recovery-image] Aug 11 20:50:04.675 INFO O| Aug 11 20:50:04.675 INFO STEP 127 (remove_files) COMPLETE
56372026-08-11T20:50:05.832Z[ recovery-image] Aug 11 20:50:04.675 INFO O| Aug 11 20:50:04.675 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-11T20:50:05.840Z[ recovery-image] Aug 11 20:50:04.684 INFO O| Aug 11 20:50:04.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56392026-08-11T20:50:05.840Z[ recovery-image] Aug 11 20:50:04.684 INFO O| Aug 11 20:50:04.684 INFO STEP 128 (remove_files) COMPLETE
56402026-08-11T20:50:05.840Z[ recovery-image] Aug 11 20:50:04.684 INFO O| Aug 11 20:50:04.684 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-11T20:50:05.848Z[ recovery-image] Aug 11 20:50:04.692 INFO O| Aug 11 20:50:04.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56422026-08-11T20:50:05.848Z[ recovery-image] Aug 11 20:50:04.692 INFO O| Aug 11 20:50:04.692 INFO STEP 129 (remove_files) COMPLETE
56432026-08-11T20:50:05.848Z[ recovery-image] Aug 11 20:50:04.692 INFO O| Aug 11 20:50:04.692 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-11T20:50:05.857Z[ recovery-image] Aug 11 20:50:04.700 INFO O| Aug 11 20:50:04.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56452026-08-11T20:50:05.857Z[ recovery-image] Aug 11 20:50:04.701 INFO O| Aug 11 20:50:04.700 INFO STEP 130 (remove_files) COMPLETE
56462026-08-11T20:50:05.857Z[ recovery-image] Aug 11 20:50:04.701 INFO O| Aug 11 20:50:04.700 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-11T20:50:05.865Z[ recovery-image] Aug 11 20:50:04.709 INFO O| Aug 11 20:50:04.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56482026-08-11T20:50:05.865Z[ recovery-image] Aug 11 20:50:04.709 INFO O| Aug 11 20:50:04.709 INFO STEP 131 (remove_files) COMPLETE
56492026-08-11T20:50:05.865Z[ recovery-image] Aug 11 20:50:04.709 INFO O| Aug 11 20:50:04.709 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-11T20:50:05.874Z[ recovery-image] Aug 11 20:50:04.718 INFO O| Aug 11 20:50:04.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56512026-08-11T20:50:05.874Z[ recovery-image] Aug 11 20:50:04.718 INFO O| Aug 11 20:50:04.718 INFO STEP 132 (remove_files) COMPLETE
56522026-08-11T20:50:05.874Z[ recovery-image] Aug 11 20:50:04.718 INFO O| Aug 11 20:50:04.718 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-11T20:50:05.882Z[ recovery-image] Aug 11 20:50:04.725 INFO O| Aug 11 20:50:04.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56542026-08-11T20:50:05.882Z[ recovery-image] Aug 11 20:50:04.726 INFO O| Aug 11 20:50:04.725 INFO STEP 133 (remove_files) COMPLETE
56552026-08-11T20:50:05.882Z[ recovery-image] Aug 11 20:50:04.726 INFO O| Aug 11 20:50:04.725 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-11T20:50:05.891Z[ recovery-image] Aug 11 20:50:04.735 INFO O| Aug 11 20:50:04.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56572026-08-11T20:50:05.891Z[ recovery-image] Aug 11 20:50:04.735 INFO O| Aug 11 20:50:04.735 INFO STEP 134 (remove_files) COMPLETE
56582026-08-11T20:50:05.891Z[ recovery-image] Aug 11 20:50:04.735 INFO O| Aug 11 20:50:04.735 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-11T20:50:05.901Z[ recovery-image] Aug 11 20:50:04.744 INFO O| Aug 11 20:50:04.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56602026-08-11T20:50:05.901Z[ recovery-image] Aug 11 20:50:04.745 INFO O| Aug 11 20:50:04.744 INFO STEP 135 (remove_files) COMPLETE
56612026-08-11T20:50:05.901Z[ recovery-image] Aug 11 20:50:04.745 INFO O| Aug 11 20:50:04.745 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-11T20:50:05.909Z[ recovery-image] Aug 11 20:50:04.753 INFO O| Aug 11 20:50:04.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56632026-08-11T20:50:05.909Z[ recovery-image] Aug 11 20:50:04.753 INFO O| Aug 11 20:50:04.753 INFO STEP 136 (remove_files) COMPLETE
56642026-08-11T20:50:05.912Z[ recovery-image] Aug 11 20:50:04.753 INFO O| Aug 11 20:50:04.753 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-11T20:50:05.919Z[ recovery-image] Aug 11 20:50:04.762 INFO O| Aug 11 20:50:04.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56662026-08-11T20:50:05.919Z[ recovery-image] Aug 11 20:50:04.762 INFO O| Aug 11 20:50:04.762 INFO STEP 137 (remove_files) COMPLETE
56672026-08-11T20:50:05.919Z[ recovery-image] Aug 11 20:50:04.762 INFO O| Aug 11 20:50:04.762 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-11T20:50:05.928Z[ recovery-image] Aug 11 20:50:04.772 INFO O| Aug 11 20:50:04.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56692026-08-11T20:50:05.928Z[ recovery-image] Aug 11 20:50:04.772 INFO O| Aug 11 20:50:04.772 INFO STEP 138 (remove_files) COMPLETE
56702026-08-11T20:50:05.928Z[ recovery-image] Aug 11 20:50:04.772 INFO O| Aug 11 20:50:04.772 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-11T20:50:05.937Z[ recovery-image] Aug 11 20:50:04.781 INFO O| Aug 11 20:50:04.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56722026-08-11T20:50:05.937Z[ recovery-image] Aug 11 20:50:04.781 INFO O| Aug 11 20:50:04.781 INFO STEP 139 (remove_files) COMPLETE
56732026-08-11T20:50:05.940Z[ recovery-image] Aug 11 20:50:04.781 INFO O| Aug 11 20:50:04.781 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-11T20:50:05.945Z[ recovery-image] Aug 11 20:50:04.789 INFO O| Aug 11 20:50:04.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56752026-08-11T20:50:05.946Z[ recovery-image] Aug 11 20:50:04.789 INFO O| Aug 11 20:50:04.789 INFO STEP 140 (remove_files) COMPLETE
56762026-08-11T20:50:05.946Z[ recovery-image] Aug 11 20:50:04.789 INFO O| Aug 11 20:50:04.789 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-11T20:50:05.954Z[ recovery-image] Aug 11 20:50:04.797 INFO O| Aug 11 20:50:04.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56782026-08-11T20:50:05.954Z[ recovery-image] Aug 11 20:50:04.797 INFO O| Aug 11 20:50:04.797 INFO STEP 141 (remove_files) COMPLETE
56792026-08-11T20:50:05.957Z[ recovery-image] Aug 11 20:50:04.797 INFO O| Aug 11 20:50:04.797 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-11T20:50:05.962Z[ recovery-image] Aug 11 20:50:04.806 INFO O| Aug 11 20:50:04.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56812026-08-11T20:50:05.962Z[ recovery-image] Aug 11 20:50:04.806 INFO O| Aug 11 20:50:04.806 INFO STEP 142 (remove_files) COMPLETE
56822026-08-11T20:50:05.962Z[ recovery-image] Aug 11 20:50:04.806 INFO O| Aug 11 20:50:04.806 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-11T20:50:05.970Z[ recovery-image] Aug 11 20:50:04.814 INFO O| Aug 11 20:50:04.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56842026-08-11T20:50:05.970Z[ recovery-image] Aug 11 20:50:04.814 INFO O| Aug 11 20:50:04.814 INFO STEP 143 (remove_files) COMPLETE
56852026-08-11T20:50:05.973Z[ recovery-image] Aug 11 20:50:04.814 INFO O| Aug 11 20:50:04.814 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-11T20:50:05.983Z[ recovery-image] Aug 11 20:50:04.822 INFO O| Aug 11 20:50:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56872026-08-11T20:50:05.983Z[ recovery-image] Aug 11 20:50:04.822 INFO O| Aug 11 20:50:04.822 INFO STEP 144 (remove_files) COMPLETE
56882026-08-11T20:50:05.983Z[ recovery-image] Aug 11 20:50:04.822 INFO O| Aug 11 20:50:04.822 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-11T20:50:05.990Z[ recovery-image] Aug 11 20:50:04.832 INFO O| Aug 11 20:50:04.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56902026-08-11T20:50:05.994Z[ recovery-image] Aug 11 20:50:04.833 INFO O| Aug 11 20:50:04.833 INFO STEP 145 (remove_files) COMPLETE
56912026-08-11T20:50:05.994Z[ recovery-image] Aug 11 20:50:04.833 INFO O| Aug 11 20:50:04.833 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-11T20:50:05.999Z[ recovery-image] Aug 11 20:50:04.842 INFO O| Aug 11 20:50:04.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56932026-08-11T20:50:05.999Z[ recovery-image] Aug 11 20:50:04.842 INFO O| Aug 11 20:50:04.842 INFO STEP 146 (remove_files) COMPLETE
56942026-08-11T20:50:05.999Z[ recovery-image] Aug 11 20:50:04.842 INFO O| Aug 11 20:50:04.842 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-11T20:50:06.008Z[ recovery-image] Aug 11 20:50:04.851 INFO O| Aug 11 20:50:04.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56962026-08-11T20:50:06.008Z[ recovery-image] Aug 11 20:50:04.851 INFO O| Aug 11 20:50:04.851 INFO STEP 147 (remove_files) COMPLETE
56972026-08-11T20:50:06.011Z[ recovery-image] Aug 11 20:50:04.851 INFO O| Aug 11 20:50:04.851 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-11T20:50:06.017Z[ recovery-image] Aug 11 20:50:04.860 INFO O| Aug 11 20:50:04.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56992026-08-11T20:50:06.017Z[ recovery-image] Aug 11 20:50:04.860 INFO O| Aug 11 20:50:04.860 INFO STEP 148 (remove_files) COMPLETE
57002026-08-11T20:50:06.020Z[ recovery-image] Aug 11 20:50:04.860 INFO O| Aug 11 20:50:04.860 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-11T20:50:06.026Z[ recovery-image] Aug 11 20:50:04.870 INFO O| Aug 11 20:50:04.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57022026-08-11T20:50:06.026Z[ recovery-image] Aug 11 20:50:04.870 INFO O| Aug 11 20:50:04.870 INFO STEP 149 (remove_files) COMPLETE
57032026-08-11T20:50:06.026Z[ recovery-image] Aug 11 20:50:04.870 INFO O| Aug 11 20:50:04.870 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-11T20:50:06.036Z[ recovery-image] Aug 11 20:50:04.880 INFO O| Aug 11 20:50:04.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57052026-08-11T20:50:06.036Z[ recovery-image] Aug 11 20:50:04.880 INFO O| Aug 11 20:50:04.880 INFO STEP 150 (remove_files) COMPLETE
57062026-08-11T20:50:06.039Z[ recovery-image] Aug 11 20:50:04.880 INFO O| Aug 11 20:50:04.880 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-11T20:50:06.045Z[ recovery-image] Aug 11 20:50:04.889 INFO O| Aug 11 20:50:04.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57082026-08-11T20:50:06.045Z[ recovery-image] Aug 11 20:50:04.889 INFO O| Aug 11 20:50:04.889 INFO STEP 151 (remove_files) COMPLETE
57092026-08-11T20:50:06.048Z[ recovery-image] Aug 11 20:50:04.889 INFO O| Aug 11 20:50:04.889 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-11T20:50:06.055Z[ recovery-image] Aug 11 20:50:04.899 INFO O| Aug 11 20:50:04.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57112026-08-11T20:50:06.055Z[ recovery-image] Aug 11 20:50:04.899 INFO O| Aug 11 20:50:04.899 INFO STEP 152 (remove_files) COMPLETE
57122026-08-11T20:50:06.055Z[ recovery-image] Aug 11 20:50:04.899 INFO O| Aug 11 20:50:04.899 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-11T20:50:06.065Z[ recovery-image] Aug 11 20:50:04.909 INFO O| Aug 11 20:50:04.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57142026-08-11T20:50:06.065Z[ recovery-image] Aug 11 20:50:04.909 INFO O| Aug 11 20:50:04.909 INFO STEP 153 (remove_files) COMPLETE
57152026-08-11T20:50:06.065Z[ recovery-image] Aug 11 20:50:04.909 INFO O| Aug 11 20:50:04.909 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-11T20:50:06.076Z[ recovery-image] Aug 11 20:50:04.919 INFO O| Aug 11 20:50:04.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57172026-08-11T20:50:06.076Z[ recovery-image] Aug 11 20:50:04.919 INFO O| Aug 11 20:50:04.919 INFO STEP 154 (remove_files) COMPLETE
57182026-08-11T20:50:06.079Z[ recovery-image] Aug 11 20:50:04.919 INFO O| Aug 11 20:50:04.919 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-11T20:50:06.085Z[ recovery-image] Aug 11 20:50:04.929 INFO O| Aug 11 20:50:04.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57202026-08-11T20:50:06.085Z[ recovery-image] Aug 11 20:50:04.929 INFO O| Aug 11 20:50:04.929 INFO STEP 155 (remove_files) COMPLETE
57212026-08-11T20:50:06.085Z[ recovery-image] Aug 11 20:50:04.929 INFO O| Aug 11 20:50:04.929 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-11T20:50:06.094Z[ recovery-image] Aug 11 20:50:04.938 INFO O| Aug 11 20:50:04.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57232026-08-11T20:50:06.095Z[ recovery-image] Aug 11 20:50:04.938 INFO O| Aug 11 20:50:04.938 INFO STEP 156 (remove_files) COMPLETE
57242026-08-11T20:50:06.095Z[ recovery-image] Aug 11 20:50:04.938 INFO O| Aug 11 20:50:04.938 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-11T20:50:06.103Z[ recovery-image] Aug 11 20:50:04.947 INFO O| Aug 11 20:50:04.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57262026-08-11T20:50:06.103Z[ recovery-image] Aug 11 20:50:04.947 INFO O| Aug 11 20:50:04.947 INFO STEP 157 (remove_files) COMPLETE
57272026-08-11T20:50:06.103Z[ recovery-image] Aug 11 20:50:04.947 INFO O| Aug 11 20:50:04.947 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-11T20:50:06.112Z[ recovery-image] Aug 11 20:50:04.956 INFO O| Aug 11 20:50:04.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57292026-08-11T20:50:06.112Z[ recovery-image] Aug 11 20:50:04.956 INFO O| Aug 11 20:50:04.956 INFO STEP 158 (remove_files) COMPLETE
57302026-08-11T20:50:06.115Z[ recovery-image] Aug 11 20:50:04.956 INFO O| Aug 11 20:50:04.956 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-11T20:50:06.121Z[ recovery-image] Aug 11 20:50:04.965 INFO O| Aug 11 20:50:04.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57322026-08-11T20:50:06.121Z[ recovery-image] Aug 11 20:50:04.965 INFO O| Aug 11 20:50:04.965 INFO STEP 159 (remove_files) COMPLETE
57332026-08-11T20:50:06.121Z[ recovery-image] Aug 11 20:50:04.965 INFO O| Aug 11 20:50:04.965 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-11T20:50:06.131Z[ recovery-image] Aug 11 20:50:04.975 INFO O| Aug 11 20:50:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57352026-08-11T20:50:06.134Z[ recovery-image] Aug 11 20:50:04.976 INFO O| Aug 11 20:50:04.976 INFO STEP 160 (remove_files) COMPLETE
57362026-08-11T20:50:06.134Z[ recovery-image] Aug 11 20:50:04.976 INFO O| Aug 11 20:50:04.976 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-11T20:50:06.142Z[ recovery-image] Aug 11 20:50:04.986 INFO O| Aug 11 20:50:04.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57382026-08-11T20:50:06.142Z[ recovery-image] Aug 11 20:50:04.986 INFO O| Aug 11 20:50:04.986 INFO STEP 161 (remove_files) COMPLETE
57392026-08-11T20:50:06.142Z[ recovery-image] Aug 11 20:50:04.986 INFO O| Aug 11 20:50:04.986 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-11T20:50:06.152Z[ recovery-image] Aug 11 20:50:04.995 INFO O| Aug 11 20:50:04.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57412026-08-11T20:50:06.152Z[ recovery-image] Aug 11 20:50:04.995 INFO O| Aug 11 20:50:04.995 INFO STEP 162 (remove_files) COMPLETE
57422026-08-11T20:50:06.155Z[ recovery-image] Aug 11 20:50:04.995 INFO O| Aug 11 20:50:04.995 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-11T20:50:06.162Z[ recovery-image] Aug 11 20:50:05.006 INFO O| Aug 11 20:50:05.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57442026-08-11T20:50:06.162Z[ recovery-image] Aug 11 20:50:05.006 INFO O| Aug 11 20:50:05.006 INFO STEP 163 (remove_files) COMPLETE
57452026-08-11T20:50:06.162Z[ recovery-image] Aug 11 20:50:05.006 INFO O| Aug 11 20:50:05.006 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-11T20:50:06.173Z[ recovery-image] Aug 11 20:50:05.017 INFO O| Aug 11 20:50:05.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57472026-08-11T20:50:06.173Z[ recovery-image] Aug 11 20:50:05.017 INFO O| Aug 11 20:50:05.017 INFO STEP 164 (remove_files) COMPLETE
57482026-08-11T20:50:06.173Z[ recovery-image] Aug 11 20:50:05.017 INFO O| Aug 11 20:50:05.017 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-11T20:50:06.183Z[ recovery-image] Aug 11 20:50:05.027 INFO O| Aug 11 20:50:05.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57502026-08-11T20:50:06.183Z[ recovery-image] Aug 11 20:50:05.027 INFO O| Aug 11 20:50:05.027 INFO STEP 165 (remove_files) COMPLETE
57512026-08-11T20:50:06.186Z[ recovery-image] Aug 11 20:50:05.027 INFO O| Aug 11 20:50:05.027 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-11T20:50:06.193Z[ recovery-image] Aug 11 20:50:05.037 INFO O| Aug 11 20:50:05.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57532026-08-11T20:50:06.193Z[ recovery-image] Aug 11 20:50:05.037 INFO O| Aug 11 20:50:05.037 INFO STEP 166 (remove_files) COMPLETE
57542026-08-11T20:50:06.193Z[ recovery-image] Aug 11 20:50:05.037 INFO O| Aug 11 20:50:05.037 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-11T20:50:06.202Z[ recovery-image] Aug 11 20:50:05.046 INFO O| Aug 11 20:50:05.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57562026-08-11T20:50:06.202Z[ recovery-image] Aug 11 20:50:05.046 INFO O| Aug 11 20:50:05.046 INFO STEP 167 (remove_files) COMPLETE
57572026-08-11T20:50:06.202Z[ recovery-image] Aug 11 20:50:05.046 INFO O| Aug 11 20:50:05.046 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-11T20:50:06.213Z[ recovery-image] Aug 11 20:50:05.057 INFO O| Aug 11 20:50:05.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57592026-08-11T20:50:06.213Z[ recovery-image] Aug 11 20:50:05.057 INFO O| Aug 11 20:50:05.057 INFO STEP 168 (remove_files) COMPLETE
57602026-08-11T20:50:06.213Z[ recovery-image] Aug 11 20:50:05.057 INFO O| Aug 11 20:50:05.057 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-11T20:50:06.223Z[ recovery-image] Aug 11 20:50:05.066 INFO O| Aug 11 20:50:05.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57622026-08-11T20:50:06.223Z[ recovery-image] Aug 11 20:50:05.067 INFO O| Aug 11 20:50:05.066 INFO STEP 169 (remove_files) COMPLETE
57632026-08-11T20:50:06.226Z[ recovery-image] Aug 11 20:50:05.067 INFO O| Aug 11 20:50:05.066 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-11T20:50:06.232Z[ recovery-image] Aug 11 20:50:05.076 INFO O| Aug 11 20:50:05.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57652026-08-11T20:50:06.232Z[ recovery-image] Aug 11 20:50:05.076 INFO O| Aug 11 20:50:05.076 INFO STEP 170 (remove_files) COMPLETE
57662026-08-11T20:50:06.232Z[ recovery-image] Aug 11 20:50:05.076 INFO O| Aug 11 20:50:05.076 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-11T20:50:06.242Z[ recovery-image] Aug 11 20:50:05.086 INFO O| Aug 11 20:50:05.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57682026-08-11T20:50:06.242Z[ recovery-image] Aug 11 20:50:05.086 INFO O| Aug 11 20:50:05.086 INFO STEP 171 (remove_files) COMPLETE
57692026-08-11T20:50:06.242Z[ recovery-image] Aug 11 20:50:05.086 INFO O| Aug 11 20:50:05.086 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-11T20:50:06.253Z[ recovery-image] Aug 11 20:50:05.097 INFO O| Aug 11 20:50:05.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57712026-08-11T20:50:06.253Z[ recovery-image] Aug 11 20:50:05.097 INFO O| Aug 11 20:50:05.097 INFO STEP 172 (remove_files) COMPLETE
57722026-08-11T20:50:06.253Z[ recovery-image] Aug 11 20:50:05.097 INFO O| Aug 11 20:50:05.097 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-11T20:50:06.260Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57742026-08-11T20:50:06.264Z[ recovery-image] Aug 11 20:50:05.108 INFO O| Aug 11 20:50:05.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57752026-08-11T20:50:06.264Z[ recovery-image] Aug 11 20:50:05.108 INFO O| Aug 11 20:50:05.108 INFO STEP 173 (remove_files) COMPLETE
57762026-08-11T20:50:06.267Z[ recovery-image] Aug 11 20:50:05.108 INFO O| Aug 11 20:50:05.108 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-11T20:50:06.275Z[ recovery-image] Aug 11 20:50:05.119 INFO O| Aug 11 20:50:05.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57782026-08-11T20:50:06.275Z[ recovery-image] Aug 11 20:50:05.119 INFO O| Aug 11 20:50:05.119 INFO STEP 174 (remove_files) COMPLETE
57792026-08-11T20:50:06.275Z[ recovery-image] Aug 11 20:50:05.119 INFO O| Aug 11 20:50:05.119 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-11T20:50:06.284Z[ recovery-image] Aug 11 20:50:05.128 INFO O| Aug 11 20:50:05.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57812026-08-11T20:50:06.284Z[ recovery-image] Aug 11 20:50:05.128 INFO O| Aug 11 20:50:05.128 INFO STEP 175 (remove_files) COMPLETE
57822026-08-11T20:50:06.284Z[ recovery-image] Aug 11 20:50:05.128 INFO O| Aug 11 20:50:05.128 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-11T20:50:06.296Z[ recovery-image] Aug 11 20:50:05.138 INFO O| Aug 11 20:50:05.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57842026-08-11T20:50:06.296Z[ recovery-image] Aug 11 20:50:05.138 INFO O| Aug 11 20:50:05.138 INFO STEP 176 (remove_files) COMPLETE
57852026-08-11T20:50:06.299Z[ recovery-image] Aug 11 20:50:05.138 INFO O| Aug 11 20:50:05.138 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-11T20:50:06.304Z[ recovery-image] Aug 11 20:50:05.148 INFO O| Aug 11 20:50:05.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57872026-08-11T20:50:06.304Z[ recovery-image] Aug 11 20:50:05.148 INFO O| Aug 11 20:50:05.148 INFO STEP 177 (remove_files) COMPLETE
57882026-08-11T20:50:06.304Z[ recovery-image] Aug 11 20:50:05.148 INFO O| Aug 11 20:50:05.148 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-11T20:50:06.316Z[ recovery-image] Aug 11 20:50:05.158 INFO O| Aug 11 20:50:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57902026-08-11T20:50:06.316Z[ recovery-image] Aug 11 20:50:05.158 INFO O| Aug 11 20:50:05.158 INFO STEP 178 (remove_files) COMPLETE
57912026-08-11T20:50:06.320Z[ recovery-image] Aug 11 20:50:05.158 INFO O| Aug 11 20:50:05.158 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-11T20:50:06.324Z[ recovery-image] Aug 11 20:50:05.168 INFO O| Aug 11 20:50:05.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57932026-08-11T20:50:06.324Z[ recovery-image] Aug 11 20:50:05.168 INFO O| Aug 11 20:50:05.168 INFO STEP 179 (remove_files) COMPLETE
57942026-08-11T20:50:06.327Z[ recovery-image] Aug 11 20:50:05.168 INFO O| Aug 11 20:50:05.168 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-11T20:50:06.333Z[ recovery-image] Aug 11 20:50:05.177 INFO O| Aug 11 20:50:05.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57962026-08-11T20:50:06.333Z[ recovery-image] Aug 11 20:50:05.177 INFO O| Aug 11 20:50:05.177 INFO STEP 180 (remove_files) COMPLETE
57972026-08-11T20:50:06.336Z[ recovery-image] Aug 11 20:50:05.177 INFO O| Aug 11 20:50:05.177 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-11T20:50:06.341Z[ recovery-image] Aug 11 20:50:05.185 INFO O| Aug 11 20:50:05.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57992026-08-11T20:50:06.342Z[ recovery-image] Aug 11 20:50:05.186 INFO O| Aug 11 20:50:05.186 INFO STEP 181 (remove_files) COMPLETE
58002026-08-11T20:50:06.342Z[ recovery-image] Aug 11 20:50:05.186 INFO O| Aug 11 20:50:05.186 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-11T20:50:06.351Z[ recovery-image] Aug 11 20:50:05.195 INFO O| Aug 11 20:50:05.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58022026-08-11T20:50:06.351Z[ recovery-image] Aug 11 20:50:05.195 INFO O| Aug 11 20:50:05.195 INFO STEP 182 (remove_files) COMPLETE
58032026-08-11T20:50:06.351Z[ recovery-image] Aug 11 20:50:05.195 INFO O| Aug 11 20:50:05.195 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-11T20:50:06.362Z[ recovery-image] Aug 11 20:50:05.205 INFO O| Aug 11 20:50:05.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58052026-08-11T20:50:06.362Z[ recovery-image] Aug 11 20:50:05.206 INFO O| Aug 11 20:50:05.206 INFO STEP 183 (remove_files) COMPLETE
58062026-08-11T20:50:06.362Z[ recovery-image] Aug 11 20:50:05.206 INFO O| Aug 11 20:50:05.206 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-11T20:50:06.371Z[ recovery-image] Aug 11 20:50:05.215 INFO O| Aug 11 20:50:05.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58082026-08-11T20:50:06.371Z[ recovery-image] Aug 11 20:50:05.215 INFO O| Aug 11 20:50:05.215 INFO STEP 184 (remove_files) COMPLETE
58092026-08-11T20:50:06.374Z[ recovery-image] Aug 11 20:50:05.215 INFO O| Aug 11 20:50:05.215 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-11T20:50:06.380Z[ recovery-image] Aug 11 20:50:05.224 INFO O| Aug 11 20:50:05.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58112026-08-11T20:50:06.383Z[ recovery-image] Aug 11 20:50:05.226 INFO O| Aug 11 20:50:05.226 INFO STEP 185 (remove_files) COMPLETE
58122026-08-11T20:50:06.383Z[ recovery-image] Aug 11 20:50:05.226 INFO O| Aug 11 20:50:05.226 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-11T20:50:06.391Z[ recovery-image] Aug 11 20:50:05.235 INFO O| Aug 11 20:50:05.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58142026-08-11T20:50:06.391Z[ recovery-image] Aug 11 20:50:05.235 INFO O| Aug 11 20:50:05.235 INFO STEP 186 (remove_files) COMPLETE
58152026-08-11T20:50:06.391Z[ recovery-image] Aug 11 20:50:05.235 INFO O| Aug 11 20:50:05.235 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-11T20:50:06.400Z[ recovery-image] Aug 11 20:50:05.244 INFO O| Aug 11 20:50:05.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58172026-08-11T20:50:06.400Z[ recovery-image] Aug 11 20:50:05.244 INFO O| Aug 11 20:50:05.244 INFO STEP 187 (remove_files) COMPLETE
58182026-08-11T20:50:06.403Z[ recovery-image] Aug 11 20:50:05.244 INFO O| Aug 11 20:50:05.244 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-11T20:50:06.409Z[ recovery-image] Aug 11 20:50:05.252 INFO O| Aug 11 20:50:05.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58202026-08-11T20:50:06.409Z[ recovery-image] Aug 11 20:50:05.252 INFO O| Aug 11 20:50:05.252 INFO STEP 188 (remove_files) COMPLETE
58212026-08-11T20:50:06.409Z[ recovery-image] Aug 11 20:50:05.252 INFO O| Aug 11 20:50:05.252 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-11T20:50:06.417Z[ recovery-image] Aug 11 20:50:05.261 INFO O| Aug 11 20:50:05.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58232026-08-11T20:50:06.417Z[ recovery-image] Aug 11 20:50:05.261 INFO O| Aug 11 20:50:05.261 INFO STEP 189 (remove_files) COMPLETE
58242026-08-11T20:50:06.417Z[ recovery-image] Aug 11 20:50:05.261 INFO O| Aug 11 20:50:05.261 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-11T20:50:06.425Z[ recovery-image] Aug 11 20:50:05.269 INFO O| Aug 11 20:50:05.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58262026-08-11T20:50:06.425Z[ recovery-image] Aug 11 20:50:05.269 INFO O| Aug 11 20:50:05.269 INFO STEP 190 (remove_files) COMPLETE
58272026-08-11T20:50:06.425Z[ recovery-image] Aug 11 20:50:05.269 INFO O| Aug 11 20:50:05.269 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-11T20:50:06.433Z[ recovery-image] Aug 11 20:50:05.277 INFO O| Aug 11 20:50:05.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58292026-08-11T20:50:06.433Z[ recovery-image] Aug 11 20:50:05.277 INFO O| Aug 11 20:50:05.277 INFO STEP 191 (remove_files) COMPLETE
58302026-08-11T20:50:06.436Z[ recovery-image] Aug 11 20:50:05.277 INFO O| Aug 11 20:50:05.277 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-11T20:50:06.442Z[ recovery-image] Aug 11 20:50:05.286 INFO O| Aug 11 20:50:05.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58322026-08-11T20:50:06.442Z[ recovery-image] Aug 11 20:50:05.286 INFO O| Aug 11 20:50:05.286 INFO STEP 192 (remove_files) COMPLETE
58332026-08-11T20:50:06.445Z[ recovery-image] Aug 11 20:50:05.286 INFO O| Aug 11 20:50:05.286 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-11T20:50:06.450Z[ recovery-image] Aug 11 20:50:05.294 INFO O| Aug 11 20:50:05.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58352026-08-11T20:50:06.450Z[ recovery-image] Aug 11 20:50:05.294 INFO O| Aug 11 20:50:05.294 INFO STEP 193 (remove_files) COMPLETE
58362026-08-11T20:50:06.450Z[ recovery-image] Aug 11 20:50:05.294 INFO O| Aug 11 20:50:05.294 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-11T20:50:06.459Z[ recovery-image] Aug 11 20:50:05.303 INFO O| Aug 11 20:50:05.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58382026-08-11T20:50:06.459Z[ recovery-image] Aug 11 20:50:05.303 INFO O| Aug 11 20:50:05.303 INFO STEP 194 (remove_files) COMPLETE
58392026-08-11T20:50:06.459Z[ recovery-image] Aug 11 20:50:05.303 INFO O| Aug 11 20:50:05.303 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-11T20:50:06.467Z[ recovery-image] Aug 11 20:50:05.311 INFO O| Aug 11 20:50:05.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58412026-08-11T20:50:06.468Z[ recovery-image] Aug 11 20:50:05.311 INFO O| Aug 11 20:50:05.311 INFO STEP 195 (remove_files) COMPLETE
58422026-08-11T20:50:06.468Z[ recovery-image] Aug 11 20:50:05.311 INFO O| Aug 11 20:50:05.311 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-11T20:50:06.477Z[ recovery-image] Aug 11 20:50:05.320 INFO O| Aug 11 20:50:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58442026-08-11T20:50:06.477Z[ recovery-image] Aug 11 20:50:05.320 INFO O| Aug 11 20:50:05.320 INFO STEP 196 (remove_files) COMPLETE
58452026-08-11T20:50:06.477Z[ recovery-image] Aug 11 20:50:05.320 INFO O| Aug 11 20:50:05.320 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-11T20:50:06.486Z[ recovery-image] Aug 11 20:50:05.329 INFO O| Aug 11 20:50:05.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58472026-08-11T20:50:06.486Z[ recovery-image] Aug 11 20:50:05.329 INFO O| Aug 11 20:50:05.329 INFO STEP 197 (remove_files) COMPLETE
58482026-08-11T20:50:06.486Z[ recovery-image] Aug 11 20:50:05.329 INFO O| Aug 11 20:50:05.329 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-11T20:50:06.495Z[ recovery-image] Aug 11 20:50:05.339 INFO O| Aug 11 20:50:05.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58502026-08-11T20:50:06.495Z[ recovery-image] Aug 11 20:50:05.339 INFO O| Aug 11 20:50:05.339 INFO STEP 198 (remove_files) COMPLETE
58512026-08-11T20:50:06.495Z[ recovery-image] Aug 11 20:50:05.339 INFO O| Aug 11 20:50:05.339 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-11T20:50:06.505Z[ recovery-image] Aug 11 20:50:05.348 INFO O| Aug 11 20:50:05.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58532026-08-11T20:50:06.505Z[ recovery-image] Aug 11 20:50:05.348 INFO O| Aug 11 20:50:05.348 INFO STEP 199 (remove_files) COMPLETE
58542026-08-11T20:50:06.505Z[ recovery-image] Aug 11 20:50:05.348 INFO O| Aug 11 20:50:05.348 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-11T20:50:06.514Z[ recovery-image] Aug 11 20:50:05.358 INFO O| Aug 11 20:50:05.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58562026-08-11T20:50:06.514Z[ recovery-image] Aug 11 20:50:05.358 INFO O| Aug 11 20:50:05.358 INFO STEP 200 (remove_files) COMPLETE
58572026-08-11T20:50:06.514Z[ recovery-image] Aug 11 20:50:05.358 INFO O| Aug 11 20:50:05.358 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-11T20:50:06.524Z[ recovery-image] Aug 11 20:50:05.367 INFO O| Aug 11 20:50:05.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58592026-08-11T20:50:06.524Z[ recovery-image] Aug 11 20:50:05.368 INFO O| Aug 11 20:50:05.368 INFO STEP 201 (remove_files) COMPLETE
58602026-08-11T20:50:06.524Z[ recovery-image] Aug 11 20:50:05.368 INFO O| Aug 11 20:50:05.368 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-11T20:50:06.534Z[ recovery-image] Aug 11 20:50:05.377 INFO O| Aug 11 20:50:05.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58622026-08-11T20:50:06.534Z[ recovery-image] Aug 11 20:50:05.377 INFO O| Aug 11 20:50:05.377 INFO STEP 202 (remove_files) COMPLETE
58632026-08-11T20:50:06.534Z[ recovery-image] Aug 11 20:50:05.377 INFO O| Aug 11 20:50:05.377 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-11T20:50:06.543Z[ recovery-image] Aug 11 20:50:05.387 INFO O| Aug 11 20:50:05.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58652026-08-11T20:50:06.543Z[ recovery-image] Aug 11 20:50:05.387 INFO O| Aug 11 20:50:05.387 INFO STEP 203 (remove_files) COMPLETE
58662026-08-11T20:50:06.543Z[ recovery-image] Aug 11 20:50:05.387 INFO O| Aug 11 20:50:05.387 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-11T20:50:06.552Z[ recovery-image] Aug 11 20:50:05.396 INFO O| Aug 11 20:50:05.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58682026-08-11T20:50:06.552Z[ recovery-image] Aug 11 20:50:05.396 INFO O| Aug 11 20:50:05.396 INFO STEP 204 (remove_files) COMPLETE
58692026-08-11T20:50:06.553Z[ recovery-image] Aug 11 20:50:05.396 INFO O| Aug 11 20:50:05.396 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-11T20:50:06.563Z[ recovery-image] Aug 11 20:50:05.406 INFO O| Aug 11 20:50:05.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58712026-08-11T20:50:06.563Z[ recovery-image] Aug 11 20:50:05.406 INFO O| Aug 11 20:50:05.406 INFO STEP 205 (remove_files) COMPLETE
58722026-08-11T20:50:06.563Z[ recovery-image] Aug 11 20:50:05.406 INFO O| Aug 11 20:50:05.406 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-11T20:50:06.572Z[ recovery-image] Aug 11 20:50:05.415 INFO O| Aug 11 20:50:05.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58742026-08-11T20:50:06.572Z[ recovery-image] Aug 11 20:50:05.415 INFO O| Aug 11 20:50:05.415 INFO STEP 206 (remove_files) COMPLETE
58752026-08-11T20:50:06.572Z[ recovery-image] Aug 11 20:50:05.415 INFO O| Aug 11 20:50:05.415 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-11T20:50:06.580Z[ recovery-image] Aug 11 20:50:05.424 INFO O| Aug 11 20:50:05.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58772026-08-11T20:50:06.580Z[ recovery-image] Aug 11 20:50:05.424 INFO O| Aug 11 20:50:05.424 INFO STEP 207 (remove_files) COMPLETE
58782026-08-11T20:50:06.584Z[ recovery-image] Aug 11 20:50:05.424 INFO O| Aug 11 20:50:05.424 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-11T20:50:06.589Z[ recovery-image] Aug 11 20:50:05.433 INFO O| Aug 11 20:50:05.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58802026-08-11T20:50:06.590Z[ recovery-image] Aug 11 20:50:05.433 INFO O| Aug 11 20:50:05.433 INFO STEP 208 (remove_files) COMPLETE
58812026-08-11T20:50:06.593Z[ recovery-image] Aug 11 20:50:05.433 INFO O| Aug 11 20:50:05.433 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-11T20:50:06.598Z[ recovery-image] Aug 11 20:50:05.442 INFO O| Aug 11 20:50:05.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58832026-08-11T20:50:06.598Z[ recovery-image] Aug 11 20:50:05.442 INFO O| Aug 11 20:50:05.442 INFO STEP 209 (remove_files) COMPLETE
58842026-08-11T20:50:06.601Z[ recovery-image] Aug 11 20:50:05.442 INFO O| Aug 11 20:50:05.442 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-11T20:50:06.607Z[ recovery-image] Aug 11 20:50:05.451 INFO O| Aug 11 20:50:05.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58862026-08-11T20:50:06.608Z[ recovery-image] Aug 11 20:50:05.451 INFO O| Aug 11 20:50:05.451 INFO STEP 210 (remove_files) COMPLETE
58872026-08-11T20:50:06.608Z[ recovery-image] Aug 11 20:50:05.451 INFO O| Aug 11 20:50:05.451 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-11T20:50:06.617Z[ recovery-image] Aug 11 20:50:05.461 INFO O| Aug 11 20:50:05.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58892026-08-11T20:50:06.617Z[ recovery-image] Aug 11 20:50:05.461 INFO O| Aug 11 20:50:05.461 INFO STEP 211 (remove_files) COMPLETE
58902026-08-11T20:50:06.617Z[ recovery-image] Aug 11 20:50:05.461 INFO O| Aug 11 20:50:05.461 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-11T20:50:06.627Z[ recovery-image] Aug 11 20:50:05.471 INFO O| Aug 11 20:50:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58922026-08-11T20:50:06.627Z[ recovery-image] Aug 11 20:50:05.471 INFO O| Aug 11 20:50:05.471 INFO STEP 212 (remove_files) COMPLETE
58932026-08-11T20:50:06.628Z[ recovery-image] Aug 11 20:50:05.471 INFO O| Aug 11 20:50:05.471 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-11T20:50:06.631Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58952026-08-11T20:50:06.636Z[ recovery-image] Aug 11 20:50:05.480 INFO O| Aug 11 20:50:05.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58962026-08-11T20:50:06.636Z[ recovery-image] Aug 11 20:50:05.480 INFO O| Aug 11 20:50:05.480 INFO STEP 213 (remove_files) COMPLETE
58972026-08-11T20:50:06.636Z[ recovery-image] Aug 11 20:50:05.480 INFO O| Aug 11 20:50:05.480 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-11T20:50:06.645Z[ recovery-image] Aug 11 20:50:05.488 INFO O| Aug 11 20:50:05.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58992026-08-11T20:50:06.645Z[ recovery-image] Aug 11 20:50:05.489 INFO O| Aug 11 20:50:05.489 INFO STEP 214 (remove_files) COMPLETE
59002026-08-11T20:50:06.645Z[ recovery-image] Aug 11 20:50:05.489 INFO O| Aug 11 20:50:05.489 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-11T20:50:06.653Z[ recovery-image] Aug 11 20:50:05.497 INFO O| Aug 11 20:50:05.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59022026-08-11T20:50:06.653Z[ recovery-image] Aug 11 20:50:05.497 INFO O| Aug 11 20:50:05.497 INFO STEP 215 (remove_files) COMPLETE
59032026-08-11T20:50:06.656Z[ recovery-image] Aug 11 20:50:05.497 INFO O| Aug 11 20:50:05.497 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-11T20:50:06.664Z[ recovery-image] Aug 11 20:50:05.505 INFO O| Aug 11 20:50:05.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59052026-08-11T20:50:06.667Z[ recovery-image] Aug 11 20:50:05.505 INFO O| Aug 11 20:50:05.505 INFO STEP 216 (remove_files) COMPLETE
59062026-08-11T20:50:06.668Z[ recovery-image] Aug 11 20:50:05.505 INFO O| Aug 11 20:50:05.505 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-11T20:50:06.671Z[ recovery-image] Aug 11 20:50:05.513 INFO O| Aug 11 20:50:05.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59082026-08-11T20:50:06.671Z[ recovery-image] Aug 11 20:50:05.513 INFO O| Aug 11 20:50:05.513 INFO STEP 217 (remove_files) COMPLETE
59092026-08-11T20:50:06.671Z[ recovery-image] Aug 11 20:50:05.513 INFO O| Aug 11 20:50:05.513 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-11T20:50:06.678Z[ recovery-image] Aug 11 20:50:05.521 INFO O| Aug 11 20:50:05.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59112026-08-11T20:50:06.678Z[ recovery-image] Aug 11 20:50:05.521 INFO O| Aug 11 20:50:05.521 INFO STEP 218 (remove_files) COMPLETE
59122026-08-11T20:50:06.678Z[ recovery-image] Aug 11 20:50:05.521 INFO O| Aug 11 20:50:05.521 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-11T20:50:06.685Z[ recovery-image] Aug 11 20:50:05.529 INFO O| Aug 11 20:50:05.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59142026-08-11T20:50:06.685Z[ recovery-image] Aug 11 20:50:05.529 INFO O| Aug 11 20:50:05.529 INFO STEP 219 (remove_files) COMPLETE
59152026-08-11T20:50:06.685Z[ recovery-image] Aug 11 20:50:05.529 INFO O| Aug 11 20:50:05.529 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-11T20:50:06.693Z[ recovery-image] Aug 11 20:50:05.537 INFO O| Aug 11 20:50:05.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59172026-08-11T20:50:06.693Z[ recovery-image] Aug 11 20:50:05.537 INFO O| Aug 11 20:50:05.537 INFO STEP 220 (remove_files) COMPLETE
59182026-08-11T20:50:06.697Z[ recovery-image] Aug 11 20:50:05.537 INFO O| Aug 11 20:50:05.537 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-11T20:50:06.701Z[ recovery-image] Aug 11 20:50:05.545 INFO O| Aug 11 20:50:05.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59202026-08-11T20:50:06.701Z[ recovery-image] Aug 11 20:50:05.545 INFO O| Aug 11 20:50:05.545 INFO STEP 221 (remove_files) COMPLETE
59212026-08-11T20:50:06.701Z[ recovery-image] Aug 11 20:50:05.545 INFO O| Aug 11 20:50:05.545 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-11T20:50:06.709Z[ recovery-image] Aug 11 20:50:05.553 INFO O| Aug 11 20:50:05.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59232026-08-11T20:50:06.709Z[ recovery-image] Aug 11 20:50:05.553 INFO O| Aug 11 20:50:05.553 INFO STEP 222 (remove_files) COMPLETE
59242026-08-11T20:50:06.712Z[ recovery-image] Aug 11 20:50:05.553 INFO O| Aug 11 20:50:05.553 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-11T20:50:06.716Z[ recovery-image] Aug 11 20:50:05.560 INFO O| Aug 11 20:50:05.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59262026-08-11T20:50:06.716Z[ recovery-image] Aug 11 20:50:05.560 INFO O| Aug 11 20:50:05.560 INFO STEP 223 (remove_files) COMPLETE
59272026-08-11T20:50:06.717Z[ recovery-image] Aug 11 20:50:05.560 INFO O| Aug 11 20:50:05.560 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-11T20:50:06.724Z[ recovery-image] Aug 11 20:50:05.568 INFO O| Aug 11 20:50:05.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59292026-08-11T20:50:06.724Z[ recovery-image] Aug 11 20:50:05.568 INFO O| Aug 11 20:50:05.568 INFO STEP 224 (remove_files) COMPLETE
59302026-08-11T20:50:06.724Z[ recovery-image] Aug 11 20:50:05.568 INFO O| Aug 11 20:50:05.568 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-11T20:50:06.732Z[ recovery-image] Aug 11 20:50:05.576 INFO O| Aug 11 20:50:05.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59322026-08-11T20:50:06.732Z[ recovery-image] Aug 11 20:50:05.576 INFO O| Aug 11 20:50:05.576 INFO STEP 225 (remove_files) COMPLETE
59332026-08-11T20:50:06.732Z[ recovery-image] Aug 11 20:50:05.576 INFO O| Aug 11 20:50:05.576 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-11T20:50:06.740Z[ recovery-image] Aug 11 20:50:05.584 INFO O| Aug 11 20:50:05.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59352026-08-11T20:50:06.740Z[ recovery-image] Aug 11 20:50:05.584 INFO O| Aug 11 20:50:05.584 INFO STEP 226 (remove_files) COMPLETE
59362026-08-11T20:50:06.740Z[ recovery-image] Aug 11 20:50:05.584 INFO O| Aug 11 20:50:05.584 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-11T20:50:06.748Z[ recovery-image] Aug 11 20:50:05.592 INFO O| Aug 11 20:50:05.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59382026-08-11T20:50:06.748Z[ recovery-image] Aug 11 20:50:05.592 INFO O| Aug 11 20:50:05.592 INFO STEP 227 (remove_files) COMPLETE
59392026-08-11T20:50:06.748Z[ recovery-image] Aug 11 20:50:05.592 INFO O| Aug 11 20:50:05.592 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-11T20:50:06.759Z[ recovery-image] Aug 11 20:50:05.603 INFO O| Aug 11 20:50:05.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59412026-08-11T20:50:06.759Z[ recovery-image] Aug 11 20:50:05.603 INFO O| Aug 11 20:50:05.603 INFO STEP 228 (remove_files) COMPLETE
59422026-08-11T20:50:06.759Z[ recovery-image] Aug 11 20:50:05.603 INFO O| Aug 11 20:50:05.603 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-11T20:50:06.778Z[ recovery-image] Aug 11 20:50:05.612 INFO O| Aug 11 20:50:05.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59442026-08-11T20:50:06.778Z[ recovery-image] Aug 11 20:50:05.612 INFO O| Aug 11 20:50:05.612 INFO STEP 229 (remove_files) COMPLETE
59452026-08-11T20:50:06.778Z[ recovery-image] Aug 11 20:50:05.612 INFO O| Aug 11 20:50:05.612 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-11T20:50:06.778Z[ recovery-image] Aug 11 20:50:05.621 INFO O| Aug 11 20:50:05.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59472026-08-11T20:50:06.778Z[ recovery-image] Aug 11 20:50:05.621 INFO O| Aug 11 20:50:05.621 INFO STEP 230 (remove_files) COMPLETE
59482026-08-11T20:50:06.778Z[ recovery-image] Aug 11 20:50:05.621 INFO O| Aug 11 20:50:05.621 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-11T20:50:06.787Z[ recovery-image] Aug 11 20:50:05.631 INFO O| Aug 11 20:50:05.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59502026-08-11T20:50:06.787Z[ recovery-image] Aug 11 20:50:05.631 INFO O| Aug 11 20:50:05.631 INFO STEP 231 (remove_files) COMPLETE
59512026-08-11T20:50:06.791Z[ recovery-image] Aug 11 20:50:05.631 INFO O| Aug 11 20:50:05.631 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-11T20:50:06.798Z[ recovery-image] Aug 11 20:50:05.642 INFO O| Aug 11 20:50:05.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59532026-08-11T20:50:06.798Z[ recovery-image] Aug 11 20:50:05.642 INFO O| Aug 11 20:50:05.642 INFO STEP 232 (remove_files) COMPLETE
59542026-08-11T20:50:06.798Z[ recovery-image] Aug 11 20:50:05.642 INFO O| Aug 11 20:50:05.642 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-11T20:50:06.807Z[ recovery-image] Aug 11 20:50:05.651 INFO O| Aug 11 20:50:05.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59562026-08-11T20:50:06.808Z[ recovery-image] Aug 11 20:50:05.651 INFO O| Aug 11 20:50:05.651 INFO STEP 233 (remove_files) COMPLETE
59572026-08-11T20:50:06.808Z[ recovery-image] Aug 11 20:50:05.651 INFO O| Aug 11 20:50:05.651 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-11T20:50:06.817Z[ recovery-image] Aug 11 20:50:05.661 INFO O| Aug 11 20:50:05.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59592026-08-11T20:50:06.817Z[ recovery-image] Aug 11 20:50:05.661 INFO O| Aug 11 20:50:05.661 INFO STEP 234 (remove_files) COMPLETE
59602026-08-11T20:50:06.817Z[ recovery-image] Aug 11 20:50:05.661 INFO O| Aug 11 20:50:05.661 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-11T20:50:06.827Z[ recovery-image] Aug 11 20:50:05.671 INFO O| Aug 11 20:50:05.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59622026-08-11T20:50:06.827Z[ recovery-image] Aug 11 20:50:05.671 INFO O| Aug 11 20:50:05.671 INFO STEP 235 (remove_files) COMPLETE
59632026-08-11T20:50:06.827Z[ recovery-image] Aug 11 20:50:05.671 INFO O| Aug 11 20:50:05.671 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-11T20:50:06.837Z[ recovery-image] Aug 11 20:50:05.680 INFO O| Aug 11 20:50:05.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59652026-08-11T20:50:06.837Z[ recovery-image] Aug 11 20:50:05.680 INFO O| Aug 11 20:50:05.680 INFO STEP 236 (remove_files) COMPLETE
59662026-08-11T20:50:06.837Z[ recovery-image] Aug 11 20:50:05.680 INFO O| Aug 11 20:50:05.680 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-11T20:50:06.846Z[ recovery-image] Aug 11 20:50:05.690 INFO O| Aug 11 20:50:05.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59682026-08-11T20:50:06.846Z[ recovery-image] Aug 11 20:50:05.690 INFO O| Aug 11 20:50:05.690 INFO STEP 237 (remove_files) COMPLETE
59692026-08-11T20:50:06.850Z[ recovery-image] Aug 11 20:50:05.690 INFO O| Aug 11 20:50:05.690 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-11T20:50:06.856Z[ recovery-image] Aug 11 20:50:05.700 INFO O| Aug 11 20:50:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59712026-08-11T20:50:06.856Z[ recovery-image] Aug 11 20:50:05.700 INFO O| Aug 11 20:50:05.700 INFO STEP 238 (remove_files) COMPLETE
59722026-08-11T20:50:06.859Z[ recovery-image] Aug 11 20:50:05.700 INFO O| Aug 11 20:50:05.700 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-11T20:50:06.859Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59742026-08-11T20:50:06.865Z[ recovery-image] Aug 11 20:50:05.709 INFO O| Aug 11 20:50:05.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59752026-08-11T20:50:06.865Z[ recovery-image] Aug 11 20:50:05.709 INFO O| Aug 11 20:50:05.709 INFO STEP 239 (remove_files) COMPLETE
59762026-08-11T20:50:06.865Z[ recovery-image] Aug 11 20:50:05.709 INFO O| Aug 11 20:50:05.709 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-11T20:50:06.876Z[ recovery-image] Aug 11 20:50:05.718 INFO O| Aug 11 20:50:05.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59782026-08-11T20:50:06.876Z[ recovery-image] Aug 11 20:50:05.718 INFO O| Aug 11 20:50:05.718 INFO STEP 240 (remove_files) COMPLETE
59792026-08-11T20:50:06.876Z[ recovery-image] Aug 11 20:50:05.718 INFO O| Aug 11 20:50:05.718 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-11T20:50:06.885Z[ recovery-image] Aug 11 20:50:05.729 INFO O| Aug 11 20:50:05.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59812026-08-11T20:50:06.885Z[ recovery-image] Aug 11 20:50:05.729 INFO O| Aug 11 20:50:05.729 INFO STEP 241 (remove_files) COMPLETE
59822026-08-11T20:50:06.885Z[ recovery-image] Aug 11 20:50:05.729 INFO O| Aug 11 20:50:05.729 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-11T20:50:06.895Z[ recovery-image] Aug 11 20:50:05.739 INFO O| Aug 11 20:50:05.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59842026-08-11T20:50:06.895Z[ recovery-image] Aug 11 20:50:05.739 INFO O| Aug 11 20:50:05.739 INFO STEP 242 (remove_files) COMPLETE
59852026-08-11T20:50:06.895Z[ recovery-image] Aug 11 20:50:05.739 INFO O| Aug 11 20:50:05.739 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-11T20:50:06.905Z[ recovery-image] Aug 11 20:50:05.749 INFO O| Aug 11 20:50:05.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59872026-08-11T20:50:06.906Z[ recovery-image] Aug 11 20:50:05.749 INFO O| Aug 11 20:50:05.749 INFO STEP 243 (remove_files) COMPLETE
59882026-08-11T20:50:06.906Z[ recovery-image] Aug 11 20:50:05.749 INFO O| Aug 11 20:50:05.749 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-11T20:50:06.915Z[ recovery-image] Aug 11 20:50:05.759 INFO O| Aug 11 20:50:05.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59902026-08-11T20:50:06.916Z[ recovery-image] Aug 11 20:50:05.759 INFO O| Aug 11 20:50:05.759 INFO STEP 244 (remove_files) COMPLETE
59912026-08-11T20:50:06.919Z[ recovery-image] Aug 11 20:50:05.759 INFO O| Aug 11 20:50:05.759 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-11T20:50:06.926Z[ recovery-image] Aug 11 20:50:05.770 INFO O| Aug 11 20:50:05.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59932026-08-11T20:50:06.926Z[ recovery-image] Aug 11 20:50:05.770 INFO O| Aug 11 20:50:05.770 INFO STEP 245 (remove_files) COMPLETE
59942026-08-11T20:50:06.926Z[ recovery-image] Aug 11 20:50:05.770 INFO O| Aug 11 20:50:05.770 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-11T20:50:06.936Z[ recovery-image] Aug 11 20:50:05.780 INFO O| Aug 11 20:50:05.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59962026-08-11T20:50:06.936Z[ recovery-image] Aug 11 20:50:05.780 INFO O| Aug 11 20:50:05.780 INFO STEP 246 (remove_files) COMPLETE
59972026-08-11T20:50:06.936Z[ recovery-image] Aug 11 20:50:05.780 INFO O| Aug 11 20:50:05.780 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-11T20:50:06.946Z[ recovery-image] Aug 11 20:50:05.790 INFO O| Aug 11 20:50:05.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59992026-08-11T20:50:06.946Z[ recovery-image] Aug 11 20:50:05.790 INFO O| Aug 11 20:50:05.790 INFO STEP 247 (remove_files) COMPLETE
60002026-08-11T20:50:06.949Z[ recovery-image] Aug 11 20:50:05.790 INFO O| Aug 11 20:50:05.790 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-11T20:50:06.956Z[ recovery-image] Aug 11 20:50:05.800 INFO O| Aug 11 20:50:05.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60022026-08-11T20:50:06.956Z[ recovery-image] Aug 11 20:50:05.800 INFO O| Aug 11 20:50:05.800 INFO STEP 248 (remove_files) COMPLETE
60032026-08-11T20:50:06.959Z[ recovery-image] Aug 11 20:50:05.800 INFO O| Aug 11 20:50:05.800 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-11T20:50:06.967Z[ recovery-image] Aug 11 20:50:05.810 INFO O| Aug 11 20:50:05.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60052026-08-11T20:50:06.967Z[ recovery-image] Aug 11 20:50:05.810 INFO O| Aug 11 20:50:05.810 INFO STEP 249 (remove_files) COMPLETE
60062026-08-11T20:50:06.967Z[ recovery-image] Aug 11 20:50:05.810 INFO O| Aug 11 20:50:05.810 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-11T20:50:06.976Z[ recovery-image] Aug 11 20:50:05.820 INFO O| Aug 11 20:50:05.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60082026-08-11T20:50:06.976Z[ recovery-image] Aug 11 20:50:05.820 INFO O| Aug 11 20:50:05.820 INFO STEP 250 (remove_files) COMPLETE
60092026-08-11T20:50:06.979Z[ recovery-image] Aug 11 20:50:05.820 INFO O| Aug 11 20:50:05.820 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-11T20:50:06.986Z[ recovery-image] Aug 11 20:50:05.830 INFO O| Aug 11 20:50:05.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60112026-08-11T20:50:06.986Z[ recovery-image] Aug 11 20:50:05.830 INFO O| Aug 11 20:50:05.830 INFO STEP 251 (remove_files) COMPLETE
60122026-08-11T20:50:07.011Z[ recovery-image] Aug 11 20:50:05.830 INFO O| Aug 11 20:50:05.830 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-11T20:50:07.011Z[ recovery-image] Aug 11 20:50:05.839 INFO O| Aug 11 20:50:05.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60142026-08-11T20:50:07.011Z[ recovery-image] Aug 11 20:50:05.840 INFO O| Aug 11 20:50:05.840 INFO STEP 252 (remove_files) COMPLETE
60152026-08-11T20:50:07.011Z[ recovery-image] Aug 11 20:50:05.840 INFO O| Aug 11 20:50:05.840 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-11T20:50:07.011Z[ recovery-image] Aug 11 20:50:05.850 INFO O| Aug 11 20:50:05.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60172026-08-11T20:50:07.011Z[ recovery-image] Aug 11 20:50:05.850 INFO O| Aug 11 20:50:05.850 INFO STEP 253 (remove_files) COMPLETE
60182026-08-11T20:50:07.011Z[ recovery-image] Aug 11 20:50:05.850 INFO O| Aug 11 20:50:05.850 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-11T20:50:07.016Z[ recovery-image] Aug 11 20:50:05.860 INFO O| Aug 11 20:50:05.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60202026-08-11T20:50:07.016Z[ recovery-image] Aug 11 20:50:05.860 INFO O| Aug 11 20:50:05.860 INFO STEP 254 (remove_files) COMPLETE
60212026-08-11T20:50:07.016Z[ recovery-image] Aug 11 20:50:05.860 INFO O| Aug 11 20:50:05.860 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-11T20:50:07.026Z[ recovery-image] Aug 11 20:50:05.870 INFO O| Aug 11 20:50:05.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60232026-08-11T20:50:07.026Z[ recovery-image] Aug 11 20:50:05.870 INFO O| Aug 11 20:50:05.870 INFO STEP 255 (remove_files) COMPLETE
60242026-08-11T20:50:07.026Z[ recovery-image] Aug 11 20:50:05.870 INFO O| Aug 11 20:50:05.870 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-11T20:50:07.037Z[ recovery-image] Aug 11 20:50:05.881 INFO O| Aug 11 20:50:05.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60262026-08-11T20:50:07.037Z[ recovery-image] Aug 11 20:50:05.881 INFO O| Aug 11 20:50:05.881 INFO STEP 256 (remove_files) COMPLETE
60272026-08-11T20:50:07.037Z[ recovery-image] Aug 11 20:50:05.881 INFO O| Aug 11 20:50:05.881 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-11T20:50:07.047Z[ recovery-image] Aug 11 20:50:05.891 INFO O| Aug 11 20:50:05.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60292026-08-11T20:50:07.047Z[ recovery-image] Aug 11 20:50:05.891 INFO O| Aug 11 20:50:05.891 INFO STEP 257 (remove_files) COMPLETE
60302026-08-11T20:50:07.048Z[ recovery-image] Aug 11 20:50:05.891 INFO O| Aug 11 20:50:05.891 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-11T20:50:07.058Z[ recovery-image] Aug 11 20:50:05.901 INFO O| Aug 11 20:50:05.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60322026-08-11T20:50:07.058Z[ recovery-image] Aug 11 20:50:05.901 INFO O| Aug 11 20:50:05.901 INFO STEP 258 (remove_files) COMPLETE
60332026-08-11T20:50:07.058Z[ recovery-image] Aug 11 20:50:05.901 INFO O| Aug 11 20:50:05.901 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-11T20:50:07.066Z[ recovery-image] Aug 11 20:50:05.910 INFO O| Aug 11 20:50:05.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60352026-08-11T20:50:07.071Z[ recovery-image] Aug 11 20:50:05.910 INFO O| Aug 11 20:50:05.910 INFO STEP 259 (remove_files) COMPLETE
60362026-08-11T20:50:07.071Z[ recovery-image] Aug 11 20:50:05.910 INFO O| Aug 11 20:50:05.910 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-11T20:50:07.076Z[ recovery-image] Aug 11 20:50:05.919 INFO O| Aug 11 20:50:05.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60382026-08-11T20:50:07.079Z[ recovery-image] Aug 11 20:50:05.920 INFO O| Aug 11 20:50:05.920 INFO STEP 260 (remove_files) COMPLETE
60392026-08-11T20:50:07.079Z[ recovery-image] Aug 11 20:50:05.920 INFO O| Aug 11 20:50:05.920 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-11T20:50:07.085Z[ recovery-image] Aug 11 20:50:05.929 INFO O| Aug 11 20:50:05.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60412026-08-11T20:50:07.085Z[ recovery-image] Aug 11 20:50:05.929 INFO O| Aug 11 20:50:05.929 INFO STEP 261 (remove_files) COMPLETE
60422026-08-11T20:50:07.085Z[ recovery-image] Aug 11 20:50:05.929 INFO O| Aug 11 20:50:05.929 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-11T20:50:07.104Z[ recovery-image] Aug 11 20:50:05.948 INFO O| Aug 11 20:50:05.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60442026-08-11T20:50:07.104Z[ recovery-image] Aug 11 20:50:05.948 INFO O| Aug 11 20:50:05.948 INFO STEP 262 (remove_files) COMPLETE
60452026-08-11T20:50:07.104Z[ recovery-image] Aug 11 20:50:05.948 INFO O| Aug 11 20:50:05.948 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-11T20:50:07.115Z[ recovery-image] Aug 11 20:50:05.959 INFO O| Aug 11 20:50:05.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60472026-08-11T20:50:07.115Z[ recovery-image] Aug 11 20:50:05.959 INFO O| Aug 11 20:50:05.959 INFO STEP 263 (remove_files) COMPLETE
60482026-08-11T20:50:07.119Z[ recovery-image] Aug 11 20:50:05.959 INFO O| Aug 11 20:50:05.959 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-11T20:50:07.126Z[ recovery-image] Aug 11 20:50:05.969 INFO O| Aug 11 20:50:05.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60502026-08-11T20:50:07.126Z[ recovery-image] Aug 11 20:50:05.969 INFO O| Aug 11 20:50:05.969 INFO STEP 264 (remove_files) COMPLETE
60512026-08-11T20:50:07.126Z[ recovery-image] Aug 11 20:50:05.969 INFO O| Aug 11 20:50:05.969 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-11T20:50:07.136Z[ recovery-image] Aug 11 20:50:05.980 INFO O| Aug 11 20:50:05.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60532026-08-11T20:50:07.137Z[ recovery-image] Aug 11 20:50:05.980 INFO O| Aug 11 20:50:05.980 INFO STEP 265 (remove_files) COMPLETE
60542026-08-11T20:50:07.137Z[ recovery-image] Aug 11 20:50:05.980 INFO O| Aug 11 20:50:05.980 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-11T20:50:07.148Z[ recovery-image] Aug 11 20:50:05.991 INFO O| Aug 11 20:50:05.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60562026-08-11T20:50:07.152Z[ recovery-image] Aug 11 20:50:05.992 INFO O| Aug 11 20:50:05.992 INFO STEP 266 (remove_files) COMPLETE
60572026-08-11T20:50:07.152Z[ recovery-image] Aug 11 20:50:05.992 INFO O| Aug 11 20:50:05.992 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-11T20:50:07.158Z[ recovery-image] Aug 11 20:50:06.002 INFO O| Aug 11 20:50:06.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60592026-08-11T20:50:07.158Z[ recovery-image] Aug 11 20:50:06.002 INFO O| Aug 11 20:50:06.002 INFO STEP 267 (remove_files) COMPLETE
60602026-08-11T20:50:07.158Z[ recovery-image] Aug 11 20:50:06.002 INFO O| Aug 11 20:50:06.002 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-11T20:50:07.171Z[ recovery-image] Aug 11 20:50:06.014 INFO O| Aug 11 20:50:06.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60622026-08-11T20:50:07.171Z[ recovery-image] Aug 11 20:50:06.014 INFO O| Aug 11 20:50:06.014 INFO STEP 268 (remove_files) COMPLETE
60632026-08-11T20:50:07.171Z[ recovery-image] Aug 11 20:50:06.014 INFO O| Aug 11 20:50:06.014 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-11T20:50:07.181Z[ recovery-image] Aug 11 20:50:06.025 INFO O| Aug 11 20:50:06.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60652026-08-11T20:50:07.181Z[ recovery-image] Aug 11 20:50:06.025 INFO O| Aug 11 20:50:06.025 INFO STEP 269 (remove_files) COMPLETE
60662026-08-11T20:50:07.181Z[ recovery-image] Aug 11 20:50:06.025 INFO O| Aug 11 20:50:06.025 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-11T20:50:07.191Z[ recovery-image] Aug 11 20:50:06.035 INFO O| Aug 11 20:50:06.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60682026-08-11T20:50:07.191Z[ recovery-image] Aug 11 20:50:06.035 INFO O| Aug 11 20:50:06.035 INFO STEP 270 (remove_files) COMPLETE
60692026-08-11T20:50:07.195Z[ recovery-image] Aug 11 20:50:06.035 INFO O| Aug 11 20:50:06.035 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-11T20:50:07.201Z[ recovery-image] Aug 11 20:50:06.045 INFO O| Aug 11 20:50:06.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60712026-08-11T20:50:07.201Z[ recovery-image] Aug 11 20:50:06.045 INFO O| Aug 11 20:50:06.045 INFO STEP 271 (remove_files) COMPLETE
60722026-08-11T20:50:07.201Z[ recovery-image] Aug 11 20:50:06.045 INFO O| Aug 11 20:50:06.045 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-11T20:50:07.212Z[ recovery-image] Aug 11 20:50:06.055 INFO O| Aug 11 20:50:06.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60742026-08-11T20:50:07.212Z[ recovery-image] Aug 11 20:50:06.055 INFO O| Aug 11 20:50:06.055 INFO STEP 272 (remove_files) COMPLETE
60752026-08-11T20:50:07.212Z[ recovery-image] Aug 11 20:50:06.055 INFO O| Aug 11 20:50:06.055 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-11T20:50:07.222Z[ recovery-image] Aug 11 20:50:06.065 INFO O| Aug 11 20:50:06.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60772026-08-11T20:50:07.222Z[ recovery-image] Aug 11 20:50:06.065 INFO O| Aug 11 20:50:06.065 INFO STEP 273 (remove_files) COMPLETE
60782026-08-11T20:50:07.222Z[ recovery-image] Aug 11 20:50:06.065 INFO O| Aug 11 20:50:06.065 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-11T20:50:07.226Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
60802026-08-11T20:50:07.232Z[ recovery-image] Aug 11 20:50:06.075 INFO O| Aug 11 20:50:06.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60812026-08-11T20:50:07.232Z[ recovery-image] Aug 11 20:50:06.075 INFO O| Aug 11 20:50:06.075 INFO STEP 274 (remove_files) COMPLETE
60822026-08-11T20:50:07.232Z[ recovery-image] Aug 11 20:50:06.075 INFO O| Aug 11 20:50:06.075 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-11T20:50:07.243Z[ recovery-image] Aug 11 20:50:06.086 INFO O| Aug 11 20:50:06.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60842026-08-11T20:50:07.243Z[ recovery-image] Aug 11 20:50:06.086 INFO O| Aug 11 20:50:06.086 INFO STEP 275 (remove_files) COMPLETE
60852026-08-11T20:50:07.243Z[ recovery-image] Aug 11 20:50:06.086 INFO O| Aug 11 20:50:06.086 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-11T20:50:07.255Z[ recovery-image] Aug 11 20:50:06.099 INFO O| Aug 11 20:50:06.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60872026-08-11T20:50:07.255Z[ recovery-image] Aug 11 20:50:06.099 INFO O| Aug 11 20:50:06.099 INFO STEP 276 (remove_files) COMPLETE
60882026-08-11T20:50:07.255Z[ recovery-image] Aug 11 20:50:06.099 INFO O| Aug 11 20:50:06.099 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-11T20:50:07.266Z[ recovery-image] Aug 11 20:50:06.110 INFO O| Aug 11 20:50:06.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60902026-08-11T20:50:07.266Z[ recovery-image] Aug 11 20:50:06.110 INFO O| Aug 11 20:50:06.110 INFO STEP 277 (remove_files) COMPLETE
60912026-08-11T20:50:07.266Z[ recovery-image] Aug 11 20:50:06.110 INFO O| Aug 11 20:50:06.110 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-11T20:50:07.275Z[ recovery-image] Aug 11 20:50:06.119 INFO O| Aug 11 20:50:06.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60932026-08-11T20:50:07.276Z[ recovery-image] Aug 11 20:50:06.119 INFO O| Aug 11 20:50:06.119 INFO STEP 278 (remove_files) COMPLETE
60942026-08-11T20:50:07.276Z[ recovery-image] Aug 11 20:50:06.119 INFO O| Aug 11 20:50:06.119 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-11T20:50:07.286Z[ recovery-image] Aug 11 20:50:06.130 INFO O| Aug 11 20:50:06.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60962026-08-11T20:50:07.286Z[ recovery-image] Aug 11 20:50:06.130 INFO O| Aug 11 20:50:06.130 INFO STEP 279 (remove_files) COMPLETE
60972026-08-11T20:50:07.286Z[ recovery-image] Aug 11 20:50:06.130 INFO O| Aug 11 20:50:06.130 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-11T20:50:07.297Z[ recovery-image] Aug 11 20:50:06.141 INFO O| Aug 11 20:50:06.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60992026-08-11T20:50:07.297Z[ recovery-image] Aug 11 20:50:06.141 INFO O| Aug 11 20:50:06.141 INFO STEP 280 (remove_files) COMPLETE
61002026-08-11T20:50:07.301Z[ recovery-image] Aug 11 20:50:06.141 INFO O| Aug 11 20:50:06.141 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-11T20:50:07.301Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
61022026-08-11T20:50:07.308Z[ recovery-image] Aug 11 20:50:06.152 INFO O| Aug 11 20:50:06.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61032026-08-11T20:50:07.308Z[ recovery-image] Aug 11 20:50:06.152 INFO O| Aug 11 20:50:06.152 INFO STEP 281 (remove_files) COMPLETE
61042026-08-11T20:50:07.308Z[ recovery-image] Aug 11 20:50:06.152 INFO O| Aug 11 20:50:06.152 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-11T20:50:07.321Z[ recovery-image] Aug 11 20:50:06.165 INFO O| Aug 11 20:50:06.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61062026-08-11T20:50:07.321Z[ recovery-image] Aug 11 20:50:06.165 INFO O| Aug 11 20:50:06.165 INFO STEP 282 (remove_files) COMPLETE
61072026-08-11T20:50:07.321Z[ recovery-image] Aug 11 20:50:06.165 INFO O| Aug 11 20:50:06.165 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-11T20:50:07.334Z[ recovery-image] Aug 11 20:50:06.177 INFO O| Aug 11 20:50:06.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61092026-08-11T20:50:07.334Z[ recovery-image] Aug 11 20:50:06.178 INFO O| Aug 11 20:50:06.178 INFO STEP 283 (remove_files) COMPLETE
61102026-08-11T20:50:07.334Z[ recovery-image] Aug 11 20:50:06.178 INFO O| Aug 11 20:50:06.178 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-11T20:50:07.344Z[ recovery-image] Aug 11 20:50:06.187 INFO O| Aug 11 20:50:06.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61122026-08-11T20:50:07.344Z[ recovery-image] Aug 11 20:50:06.187 INFO O| Aug 11 20:50:06.187 INFO STEP 284 (remove_files) COMPLETE
61132026-08-11T20:50:07.344Z[ recovery-image] Aug 11 20:50:06.187 INFO O| Aug 11 20:50:06.187 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-11T20:50:07.353Z[ recovery-image] Aug 11 20:50:06.197 INFO O| Aug 11 20:50:06.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61152026-08-11T20:50:07.353Z[ recovery-image] Aug 11 20:50:06.197 INFO O| Aug 11 20:50:06.197 INFO STEP 285 (remove_files) COMPLETE
61162026-08-11T20:50:07.353Z[ recovery-image] Aug 11 20:50:06.197 INFO O| Aug 11 20:50:06.197 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-11T20:50:07.363Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61182026-08-11T20:50:07.363Z[ recovery-image] Aug 11 20:50:06.207 INFO O| Aug 11 20:50:06.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61192026-08-11T20:50:07.363Z[ recovery-image] Aug 11 20:50:06.207 INFO O| Aug 11 20:50:06.207 INFO STEP 286 (remove_files) COMPLETE
61202026-08-11T20:50:07.368Z[ recovery-image] Aug 11 20:50:06.207 INFO O| Aug 11 20:50:06.207 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-11T20:50:07.382Z[ recovery-image] Aug 11 20:50:06.224 INFO O| Aug 11 20:50:06.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61222026-08-11T20:50:07.382Z[ recovery-image] Aug 11 20:50:06.224 INFO O| Aug 11 20:50:06.218 INFO STEP 287 (remove_files) COMPLETE
61232026-08-11T20:50:07.382Z[ recovery-image] Aug 11 20:50:06.224 INFO O| Aug 11 20:50:06.218 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-11T20:50:07.386Z[ recovery-image] Aug 11 20:50:06.228 INFO O| Aug 11 20:50:06.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61252026-08-11T20:50:07.390Z[ recovery-image] Aug 11 20:50:06.228 INFO O| Aug 11 20:50:06.228 INFO STEP 288 (remove_files) COMPLETE
61262026-08-11T20:50:07.390Z[ recovery-image] Aug 11 20:50:06.228 INFO O| Aug 11 20:50:06.228 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-11T20:50:07.396Z[ recovery-image] Aug 11 20:50:06.240 INFO O| Aug 11 20:50:06.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61282026-08-11T20:50:07.396Z[ recovery-image] Aug 11 20:50:06.240 INFO O| Aug 11 20:50:06.240 INFO STEP 289 (remove_files) COMPLETE
61292026-08-11T20:50:07.400Z[ recovery-image] Aug 11 20:50:06.240 INFO O| Aug 11 20:50:06.240 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-11T20:50:07.408Z[ recovery-image] Aug 11 20:50:06.251 INFO O| Aug 11 20:50:06.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61312026-08-11T20:50:07.408Z[ recovery-image] Aug 11 20:50:06.251 INFO O| Aug 11 20:50:06.251 INFO STEP 290 (remove_files) COMPLETE
61322026-08-11T20:50:07.408Z[ recovery-image] Aug 11 20:50:06.251 INFO O| Aug 11 20:50:06.251 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-11T20:50:07.417Z[ recovery-image] Aug 11 20:50:06.261 INFO O| Aug 11 20:50:06.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61342026-08-11T20:50:07.420Z[ recovery-image] Aug 11 20:50:06.261 INFO O| Aug 11 20:50:06.261 INFO STEP 291 (remove_files) COMPLETE
61352026-08-11T20:50:07.420Z[ recovery-image] Aug 11 20:50:06.261 INFO O| Aug 11 20:50:06.261 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-11T20:50:07.426Z[ recovery-image] Aug 11 20:50:06.270 INFO O| Aug 11 20:50:06.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61372026-08-11T20:50:07.431Z[ recovery-image] Aug 11 20:50:06.270 INFO O| Aug 11 20:50:06.270 INFO STEP 292 (remove_files) COMPLETE
61382026-08-11T20:50:07.431Z[ recovery-image] Aug 11 20:50:06.270 INFO O| Aug 11 20:50:06.270 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-11T20:50:07.436Z[ recovery-image] Aug 11 20:50:06.279 INFO O| Aug 11 20:50:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61402026-08-11T20:50:07.436Z[ recovery-image] Aug 11 20:50:06.279 INFO O| Aug 11 20:50:06.279 INFO STEP 293 (remove_files) COMPLETE
61412026-08-11T20:50:07.436Z[ recovery-image] Aug 11 20:50:06.279 INFO O| Aug 11 20:50:06.279 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-11T20:50:07.445Z[ recovery-image] Aug 11 20:50:06.289 INFO O| Aug 11 20:50:06.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61432026-08-11T20:50:07.446Z[ recovery-image] Aug 11 20:50:06.289 INFO O| Aug 11 20:50:06.289 INFO STEP 294 (remove_files) COMPLETE
61442026-08-11T20:50:07.446Z[ recovery-image] Aug 11 20:50:06.289 INFO O| Aug 11 20:50:06.289 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-11T20:50:07.454Z[ recovery-image] Aug 11 20:50:06.297 INFO O| Aug 11 20:50:06.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61462026-08-11T20:50:07.454Z[ recovery-image] Aug 11 20:50:06.297 INFO O| Aug 11 20:50:06.297 INFO STEP 295 (remove_files) COMPLETE
61472026-08-11T20:50:07.454Z[ recovery-image] Aug 11 20:50:06.297 INFO O| Aug 11 20:50:06.297 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-11T20:50:07.462Z[ recovery-image] Aug 11 20:50:06.306 INFO O| Aug 11 20:50:06.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61492026-08-11T20:50:07.462Z[ recovery-image] Aug 11 20:50:06.306 INFO O| Aug 11 20:50:06.306 INFO STEP 296 (remove_files) COMPLETE
61502026-08-11T20:50:07.462Z[ recovery-image] Aug 11 20:50:06.306 INFO O| Aug 11 20:50:06.306 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-11T20:50:07.471Z[ recovery-image] Aug 11 20:50:06.315 INFO O| Aug 11 20:50:06.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61522026-08-11T20:50:07.475Z[ recovery-image] Aug 11 20:50:06.316 INFO O| Aug 11 20:50:06.316 INFO STEP 297 (remove_files) COMPLETE
61532026-08-11T20:50:07.475Z[ recovery-image] Aug 11 20:50:06.316 INFO O| Aug 11 20:50:06.316 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-11T20:50:07.482Z[ recovery-image] Aug 11 20:50:06.326 INFO O| Aug 11 20:50:06.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61552026-08-11T20:50:07.482Z[ recovery-image] Aug 11 20:50:06.326 INFO O| Aug 11 20:50:06.326 INFO STEP 298 (remove_files) COMPLETE
61562026-08-11T20:50:07.485Z[ recovery-image] Aug 11 20:50:06.326 INFO O| Aug 11 20:50:06.326 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-11T20:50:07.491Z[ recovery-image] Aug 11 20:50:06.335 INFO O| Aug 11 20:50:06.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61582026-08-11T20:50:07.491Z[ recovery-image] Aug 11 20:50:06.335 INFO O| Aug 11 20:50:06.335 INFO STEP 299 (remove_files) COMPLETE
61592026-08-11T20:50:07.491Z[ recovery-image] Aug 11 20:50:06.335 INFO O| Aug 11 20:50:06.335 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-11T20:50:07.501Z[ recovery-image] Aug 11 20:50:06.345 INFO O| Aug 11 20:50:06.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61612026-08-11T20:50:07.501Z[ recovery-image] Aug 11 20:50:06.345 INFO O| Aug 11 20:50:06.345 INFO STEP 300 (remove_files) COMPLETE
61622026-08-11T20:50:07.501Z[ recovery-image] Aug 11 20:50:06.345 INFO O| Aug 11 20:50:06.345 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-11T20:50:07.509Z[ recovery-image] Aug 11 20:50:06.353 INFO O| Aug 11 20:50:06.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61642026-08-11T20:50:07.509Z[ recovery-image] Aug 11 20:50:06.353 INFO O| Aug 11 20:50:06.353 INFO STEP 301 (remove_files) COMPLETE
61652026-08-11T20:50:07.509Z[ recovery-image] Aug 11 20:50:06.353 INFO O| Aug 11 20:50:06.353 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-11T20:50:07.518Z[ recovery-image] Aug 11 20:50:06.362 INFO O| Aug 11 20:50:06.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61672026-08-11T20:50:07.518Z[ recovery-image] Aug 11 20:50:06.362 INFO O| Aug 11 20:50:06.362 INFO STEP 302 (remove_files) COMPLETE
61682026-08-11T20:50:07.518Z[ recovery-image] Aug 11 20:50:06.362 INFO O| Aug 11 20:50:06.362 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-11T20:50:07.527Z[ recovery-image] Aug 11 20:50:06.370 INFO O| Aug 11 20:50:06.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61702026-08-11T20:50:07.527Z[ recovery-image] Aug 11 20:50:06.370 INFO O| Aug 11 20:50:06.370 INFO STEP 303 (remove_files) COMPLETE
61712026-08-11T20:50:07.527Z[ recovery-image] Aug 11 20:50:06.370 INFO O| Aug 11 20:50:06.370 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-11T20:50:07.536Z[ recovery-image] Aug 11 20:50:06.379 INFO O| Aug 11 20:50:06.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61732026-08-11T20:50:07.536Z[ recovery-image] Aug 11 20:50:06.379 INFO O| Aug 11 20:50:06.379 INFO STEP 304 (remove_files) COMPLETE
61742026-08-11T20:50:07.536Z[ recovery-image] Aug 11 20:50:06.379 INFO O| Aug 11 20:50:06.379 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-11T20:50:07.545Z[ recovery-image] Aug 11 20:50:06.389 INFO O| Aug 11 20:50:06.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61762026-08-11T20:50:07.545Z[ recovery-image] Aug 11 20:50:06.389 INFO O| Aug 11 20:50:06.389 INFO STEP 305 (remove_files) COMPLETE
61772026-08-11T20:50:07.545Z[ recovery-image] Aug 11 20:50:06.389 INFO O| Aug 11 20:50:06.389 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-11T20:50:07.553Z[ recovery-image] Aug 11 20:50:06.397 INFO O| Aug 11 20:50:06.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61792026-08-11T20:50:07.553Z[ recovery-image] Aug 11 20:50:06.397 INFO O| Aug 11 20:50:06.397 INFO STEP 306 (remove_files) COMPLETE
61802026-08-11T20:50:07.553Z[ recovery-image] Aug 11 20:50:06.397 INFO O| Aug 11 20:50:06.397 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-11T20:50:07.563Z[ recovery-image] Aug 11 20:50:06.407 INFO O| Aug 11 20:50:06.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61822026-08-11T20:50:07.563Z[ recovery-image] Aug 11 20:50:06.407 INFO O| Aug 11 20:50:06.407 INFO STEP 307 (remove_files) COMPLETE
61832026-08-11T20:50:07.563Z[ recovery-image] Aug 11 20:50:06.407 INFO O| Aug 11 20:50:06.407 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-11T20:50:07.573Z[ recovery-image] Aug 11 20:50:06.417 INFO O| Aug 11 20:50:06.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61852026-08-11T20:50:07.573Z[ recovery-image] Aug 11 20:50:06.417 INFO O| Aug 11 20:50:06.417 INFO STEP 308 (remove_files) COMPLETE
61862026-08-11T20:50:07.576Z[ recovery-image] Aug 11 20:50:06.417 INFO O| Aug 11 20:50:06.417 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-11T20:50:07.582Z[ recovery-image] Aug 11 20:50:06.426 INFO O| Aug 11 20:50:06.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61882026-08-11T20:50:07.582Z[ recovery-image] Aug 11 20:50:06.426 INFO O| Aug 11 20:50:06.426 INFO STEP 309 (remove_files) COMPLETE
61892026-08-11T20:50:07.582Z[ recovery-image] Aug 11 20:50:06.426 INFO O| Aug 11 20:50:06.426 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-11T20:50:07.591Z[ recovery-image] Aug 11 20:50:06.435 INFO O| Aug 11 20:50:06.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61912026-08-11T20:50:07.591Z[ recovery-image] Aug 11 20:50:06.435 INFO O| Aug 11 20:50:06.435 INFO STEP 310 (remove_files) COMPLETE
61922026-08-11T20:50:07.594Z[ recovery-image] Aug 11 20:50:06.435 INFO O| Aug 11 20:50:06.435 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-11T20:50:07.600Z[ recovery-image] Aug 11 20:50:06.444 INFO O| Aug 11 20:50:06.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61942026-08-11T20:50:07.600Z[ recovery-image] Aug 11 20:50:06.444 INFO O| Aug 11 20:50:06.444 INFO STEP 311 (remove_files) COMPLETE
61952026-08-11T20:50:07.603Z[ recovery-image] Aug 11 20:50:06.444 INFO O| Aug 11 20:50:06.444 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-11T20:50:07.606Z[verify-libraries] Compiling fs-err v2.11.0
61972026-08-11T20:50:07.609Z[ recovery-image] Aug 11 20:50:06.453 INFO O| Aug 11 20:50:06.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61982026-08-11T20:50:07.609Z[ recovery-image] Aug 11 20:50:06.453 INFO O| Aug 11 20:50:06.453 INFO STEP 312 (remove_files) COMPLETE
61992026-08-11T20:50:07.609Z[ recovery-image] Aug 11 20:50:06.453 INFO O| Aug 11 20:50:06.453 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-11T20:50:07.620Z[ recovery-image] Aug 11 20:50:06.464 INFO O| Aug 11 20:50:06.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62012026-08-11T20:50:07.620Z[ recovery-image] Aug 11 20:50:06.464 INFO O| Aug 11 20:50:06.464 INFO STEP 313 (remove_files) COMPLETE
62022026-08-11T20:50:07.620Z[ recovery-image] Aug 11 20:50:06.464 INFO O| Aug 11 20:50:06.464 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-11T20:50:07.630Z[ recovery-image] Aug 11 20:50:06.474 INFO O| Aug 11 20:50:06.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62042026-08-11T20:50:07.630Z[ recovery-image] Aug 11 20:50:06.474 INFO O| Aug 11 20:50:06.474 INFO STEP 314 (remove_files) COMPLETE
62052026-08-11T20:50:07.634Z[ recovery-image] Aug 11 20:50:06.474 INFO O| Aug 11 20:50:06.474 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-11T20:50:07.641Z[ recovery-image] Aug 11 20:50:06.484 INFO O| Aug 11 20:50:06.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62072026-08-11T20:50:07.641Z[ recovery-image] Aug 11 20:50:06.484 INFO O| Aug 11 20:50:06.484 INFO STEP 315 (remove_files) COMPLETE
62082026-08-11T20:50:07.641Z[ recovery-image] Aug 11 20:50:06.484 INFO O| Aug 11 20:50:06.484 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-11T20:50:07.650Z[ recovery-image] Aug 11 20:50:06.494 INFO O| Aug 11 20:50:06.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62102026-08-11T20:50:07.650Z[ recovery-image] Aug 11 20:50:06.494 INFO O| Aug 11 20:50:06.494 INFO STEP 316 (remove_files) COMPLETE
62112026-08-11T20:50:07.650Z[ recovery-image] Aug 11 20:50:06.494 INFO O| Aug 11 20:50:06.494 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-11T20:50:07.654Z[verify-libraries] Compiling hex-literal v1.1.0
62132026-08-11T20:50:07.658Z[ recovery-image] Aug 11 20:50:06.502 INFO O| Aug 11 20:50:06.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62142026-08-11T20:50:07.658Z[ recovery-image] Aug 11 20:50:06.502 INFO O| Aug 11 20:50:06.502 INFO STEP 317 (remove_files) COMPLETE
62152026-08-11T20:50:07.658Z[ recovery-image] Aug 11 20:50:06.502 INFO O| Aug 11 20:50:06.502 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-11T20:50:07.666Z[ recovery-image] Aug 11 20:50:06.510 INFO O| Aug 11 20:50:06.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62172026-08-11T20:50:07.669Z[ recovery-image] Aug 11 20:50:06.510 INFO O| Aug 11 20:50:06.510 INFO STEP 318 (remove_files) COMPLETE
62182026-08-11T20:50:07.669Z[ recovery-image] Aug 11 20:50:06.510 INFO O| Aug 11 20:50:06.510 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-11T20:50:07.677Z[ recovery-image] Aug 11 20:50:06.521 INFO O| Aug 11 20:50:06.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62202026-08-11T20:50:07.677Z[ recovery-image] Aug 11 20:50:06.521 INFO O| Aug 11 20:50:06.521 INFO STEP 319 (remove_files) COMPLETE
62212026-08-11T20:50:07.677Z[ recovery-image] Aug 11 20:50:06.521 INFO O| Aug 11 20:50:06.521 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-11T20:50:07.691Z[ recovery-image] Aug 11 20:50:06.535 INFO O| Aug 11 20:50:06.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62232026-08-11T20:50:07.691Z[ recovery-image] Aug 11 20:50:06.535 INFO O| Aug 11 20:50:06.534 INFO STEP 320 (remove_files) COMPLETE
62242026-08-11T20:50:07.694Z[ recovery-image] Aug 11 20:50:06.535 INFO O| Aug 11 20:50:06.534 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-11T20:50:07.701Z[ recovery-image] Aug 11 20:50:06.545 INFO O| Aug 11 20:50:06.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62262026-08-11T20:50:07.701Z[ recovery-image] Aug 11 20:50:06.545 INFO O| Aug 11 20:50:06.545 INFO STEP 321 (remove_files) COMPLETE
62272026-08-11T20:50:07.704Z[ recovery-image] Aug 11 20:50:06.545 INFO O| Aug 11 20:50:06.545 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-11T20:50:07.710Z[ recovery-image] Aug 11 20:50:06.554 INFO O| Aug 11 20:50:06.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62292026-08-11T20:50:07.710Z[ recovery-image] Aug 11 20:50:06.554 INFO O| Aug 11 20:50:06.554 INFO STEP 322 (remove_files) COMPLETE
62302026-08-11T20:50:07.710Z[ recovery-image] Aug 11 20:50:06.554 INFO O| Aug 11 20:50:06.554 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-11T20:50:07.720Z[ recovery-image] Aug 11 20:50:06.563 INFO O| Aug 11 20:50:06.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62322026-08-11T20:50:07.720Z[ recovery-image] Aug 11 20:50:06.564 INFO O| Aug 11 20:50:06.564 INFO STEP 323 (remove_files) COMPLETE
62332026-08-11T20:50:07.723Z[ recovery-image] Aug 11 20:50:06.564 INFO O| Aug 11 20:50:06.564 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-11T20:50:07.730Z[ recovery-image] Aug 11 20:50:06.574 INFO O| Aug 11 20:50:06.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62352026-08-11T20:50:07.730Z[ recovery-image] Aug 11 20:50:06.574 INFO O| Aug 11 20:50:06.574 INFO STEP 324 (remove_files) COMPLETE
62362026-08-11T20:50:07.730Z[ recovery-image] Aug 11 20:50:06.574 INFO O| Aug 11 20:50:06.574 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-11T20:50:07.739Z[ recovery-image] Aug 11 20:50:06.583 INFO O| Aug 11 20:50:06.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62382026-08-11T20:50:07.742Z[ recovery-image] Aug 11 20:50:06.584 INFO O| Aug 11 20:50:06.584 INFO STEP 325 (remove_files) COMPLETE
62392026-08-11T20:50:07.742Z[ recovery-image] Aug 11 20:50:06.584 INFO O| Aug 11 20:50:06.584 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-11T20:50:07.750Z[ recovery-image] Aug 11 20:50:06.594 INFO O| Aug 11 20:50:06.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62412026-08-11T20:50:07.750Z[ recovery-image] Aug 11 20:50:06.594 INFO O| Aug 11 20:50:06.594 INFO STEP 326 (remove_files) COMPLETE
62422026-08-11T20:50:07.754Z[ recovery-image] Aug 11 20:50:06.594 INFO O| Aug 11 20:50:06.594 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-11T20:50:07.761Z[ recovery-image] Aug 11 20:50:06.605 INFO O| Aug 11 20:50:06.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62442026-08-11T20:50:07.761Z[ recovery-image] Aug 11 20:50:06.605 INFO O| Aug 11 20:50:06.605 INFO STEP 327 (remove_files) COMPLETE
62452026-08-11T20:50:07.761Z[ recovery-image] Aug 11 20:50:06.605 INFO O| Aug 11 20:50:06.605 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-11T20:50:07.771Z[ recovery-image] Aug 11 20:50:06.615 INFO O| Aug 11 20:50:06.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62472026-08-11T20:50:07.771Z[ recovery-image] Aug 11 20:50:06.615 INFO O| Aug 11 20:50:06.615 INFO STEP 328 (remove_files) COMPLETE
62482026-08-11T20:50:07.771Z[ recovery-image] Aug 11 20:50:06.615 INFO O| Aug 11 20:50:06.615 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-11T20:50:07.781Z[ recovery-image] Aug 11 20:50:06.625 INFO O| Aug 11 20:50:06.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62502026-08-11T20:50:07.781Z[ recovery-image] Aug 11 20:50:06.625 INFO O| Aug 11 20:50:06.625 INFO STEP 329 (remove_files) COMPLETE
62512026-08-11T20:50:07.786Z[ recovery-image] Aug 11 20:50:06.625 INFO O| Aug 11 20:50:06.625 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-11T20:50:07.790Z[ recovery-image] Aug 11 20:50:06.634 INFO O| Aug 11 20:50:06.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62532026-08-11T20:50:07.793Z[ recovery-image] Aug 11 20:50:06.635 INFO O| Aug 11 20:50:06.635 INFO STEP 330 (remove_files) COMPLETE
62542026-08-11T20:50:07.793Z[ recovery-image] Aug 11 20:50:06.635 INFO O| Aug 11 20:50:06.635 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-11T20:50:07.800Z[ recovery-image] Aug 11 20:50:06.644 INFO O| Aug 11 20:50:06.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62562026-08-11T20:50:07.800Z[ recovery-image] Aug 11 20:50:06.644 INFO O| Aug 11 20:50:06.644 INFO STEP 331 (remove_files) COMPLETE
62572026-08-11T20:50:07.803Z[ recovery-image] Aug 11 20:50:06.644 INFO O| Aug 11 20:50:06.644 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-11T20:50:07.809Z[ recovery-image] Aug 11 20:50:06.653 INFO O| Aug 11 20:50:06.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62592026-08-11T20:50:07.809Z[ recovery-image] Aug 11 20:50:06.653 INFO O| Aug 11 20:50:06.653 INFO STEP 332 (remove_files) COMPLETE
62602026-08-11T20:50:07.812Z[ recovery-image] Aug 11 20:50:06.653 INFO O| Aug 11 20:50:06.653 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-11T20:50:07.817Z[ recovery-image] Aug 11 20:50:06.661 INFO O| Aug 11 20:50:06.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62622026-08-11T20:50:07.820Z[ recovery-image] Aug 11 20:50:06.661 INFO O| Aug 11 20:50:06.661 INFO STEP 333 (remove_files) COMPLETE
62632026-08-11T20:50:07.820Z[ recovery-image] Aug 11 20:50:06.661 INFO O| Aug 11 20:50:06.661 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-11T20:50:07.826Z[ recovery-image] Aug 11 20:50:06.670 INFO O| Aug 11 20:50:06.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62652026-08-11T20:50:07.826Z[ recovery-image] Aug 11 20:50:06.670 INFO O| Aug 11 20:50:06.670 INFO STEP 334 (remove_files) COMPLETE
62662026-08-11T20:50:07.826Z[ recovery-image] Aug 11 20:50:06.670 INFO O| Aug 11 20:50:06.670 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-11T20:50:07.835Z[ recovery-image] Aug 11 20:50:06.679 INFO O| Aug 11 20:50:06.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62682026-08-11T20:50:07.835Z[ recovery-image] Aug 11 20:50:06.679 INFO O| Aug 11 20:50:06.679 INFO STEP 335 (remove_files) COMPLETE
62692026-08-11T20:50:07.838Z[ recovery-image] Aug 11 20:50:06.679 INFO O| Aug 11 20:50:06.679 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-11T20:50:07.838Z[verify-libraries] Compiling md5 v0.8.0
62712026-08-11T20:50:07.849Z[ recovery-image] Aug 11 20:50:06.688 INFO O| Aug 11 20:50:06.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62722026-08-11T20:50:07.852Z[ recovery-image] Aug 11 20:50:06.688 INFO O| Aug 11 20:50:06.688 INFO STEP 336 (remove_files) COMPLETE
62732026-08-11T20:50:07.852Z[ recovery-image] Aug 11 20:50:06.688 INFO O| Aug 11 20:50:06.688 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-11T20:50:07.855Z[ recovery-image] Aug 11 20:50:06.699 INFO O| Aug 11 20:50:06.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62752026-08-11T20:50:07.855Z[ recovery-image] Aug 11 20:50:06.699 INFO O| Aug 11 20:50:06.699 INFO STEP 337 (remove_files) COMPLETE
62762026-08-11T20:50:07.858Z[ recovery-image] Aug 11 20:50:06.699 INFO O| Aug 11 20:50:06.699 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-11T20:50:07.867Z[ recovery-image] Aug 11 20:50:06.710 INFO O| Aug 11 20:50:06.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62782026-08-11T20:50:07.867Z[ recovery-image] Aug 11 20:50:06.710 INFO O| Aug 11 20:50:06.710 INFO STEP 338 (remove_files) COMPLETE
62792026-08-11T20:50:07.867Z[ recovery-image] Aug 11 20:50:06.710 INFO O| Aug 11 20:50:06.710 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-11T20:50:07.876Z[ recovery-image] Aug 11 20:50:06.720 INFO O| Aug 11 20:50:06.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62812026-08-11T20:50:07.877Z[ recovery-image] Aug 11 20:50:06.720 INFO O| Aug 11 20:50:06.720 INFO STEP 339 (remove_files) COMPLETE
62822026-08-11T20:50:07.880Z[ recovery-image] Aug 11 20:50:06.720 INFO O| Aug 11 20:50:06.720 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-11T20:50:07.887Z[ recovery-image] Aug 11 20:50:06.730 INFO O| Aug 11 20:50:06.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62842026-08-11T20:50:07.887Z[ recovery-image] Aug 11 20:50:06.730 INFO O| Aug 11 20:50:06.730 INFO STEP 340 (remove_files) COMPLETE
62852026-08-11T20:50:07.887Z[ recovery-image] Aug 11 20:50:06.730 INFO O| Aug 11 20:50:06.730 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-11T20:50:07.899Z[ recovery-image] Aug 11 20:50:06.742 INFO O| Aug 11 20:50:06.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62872026-08-11T20:50:07.899Z[ recovery-image] Aug 11 20:50:06.742 INFO O| Aug 11 20:50:06.742 INFO STEP 341 (remove_files) COMPLETE
62882026-08-11T20:50:07.903Z[ recovery-image] Aug 11 20:50:06.742 INFO O| Aug 11 20:50:06.742 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-11T20:50:07.903Z[verify-libraries] Compiling seq-macro v0.3.6
62902026-08-11T20:50:07.908Z[ recovery-image] Aug 11 20:50:06.752 INFO O| Aug 11 20:50:06.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62912026-08-11T20:50:07.908Z[ recovery-image] Aug 11 20:50:06.752 INFO O| Aug 11 20:50:06.752 INFO STEP 342 (remove_files) COMPLETE
62922026-08-11T20:50:07.908Z[ recovery-image] Aug 11 20:50:06.752 INFO O| Aug 11 20:50:06.752 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-11T20:50:07.919Z[ recovery-image] Aug 11 20:50:06.760 INFO O| Aug 11 20:50:06.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62942026-08-11T20:50:07.919Z[ recovery-image] Aug 11 20:50:06.760 INFO O| Aug 11 20:50:06.760 INFO STEP 343 (remove_files) COMPLETE
62952026-08-11T20:50:07.922Z[ recovery-image] Aug 11 20:50:06.760 INFO O| Aug 11 20:50:06.760 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-11T20:50:07.925Z[ recovery-image] Aug 11 20:50:06.768 INFO O| Aug 11 20:50:06.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62972026-08-11T20:50:07.925Z[ recovery-image] Aug 11 20:50:06.768 INFO O| Aug 11 20:50:06.768 INFO STEP 344 (remove_files) COMPLETE
62982026-08-11T20:50:07.925Z[ recovery-image] Aug 11 20:50:06.768 INFO O| Aug 11 20:50:06.768 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-11T20:50:07.929Z[verify-libraries] Compiling sync-ptr v0.1.4
63002026-08-11T20:50:07.932Z[ recovery-image] Aug 11 20:50:06.776 INFO O| Aug 11 20:50:06.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63012026-08-11T20:50:07.932Z[ recovery-image] Aug 11 20:50:06.776 INFO O| Aug 11 20:50:06.776 INFO STEP 345 (remove_files) COMPLETE
63022026-08-11T20:50:07.935Z[ recovery-image] Aug 11 20:50:06.776 INFO O| Aug 11 20:50:06.776 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-11T20:50:07.940Z[ recovery-image] Aug 11 20:50:06.784 INFO O| Aug 11 20:50:06.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63042026-08-11T20:50:07.940Z[ recovery-image] Aug 11 20:50:06.784 INFO O| Aug 11 20:50:06.784 INFO STEP 346 (remove_files) COMPLETE
63052026-08-11T20:50:07.943Z[ recovery-image] Aug 11 20:50:06.784 INFO O| Aug 11 20:50:06.784 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-11T20:50:07.948Z[ recovery-image] Aug 11 20:50:06.792 INFO O| Aug 11 20:50:06.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63072026-08-11T20:50:07.948Z[ recovery-image] Aug 11 20:50:06.792 INFO O| Aug 11 20:50:06.792 INFO STEP 347 (remove_files) COMPLETE
63082026-08-11T20:50:07.948Z[ recovery-image] Aug 11 20:50:06.792 INFO O| Aug 11 20:50:06.792 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-11T20:50:07.957Z[ recovery-image] Aug 11 20:50:06.801 INFO O| Aug 11 20:50:06.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63102026-08-11T20:50:07.957Z[ recovery-image] Aug 11 20:50:06.801 INFO O| Aug 11 20:50:06.801 INFO STEP 348 (remove_files) COMPLETE
63112026-08-11T20:50:07.957Z[ recovery-image] Aug 11 20:50:06.801 INFO O| Aug 11 20:50:06.801 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-11T20:50:07.966Z[ recovery-image] Aug 11 20:50:06.810 INFO O| Aug 11 20:50:06.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63132026-08-11T20:50:07.966Z[ recovery-image] Aug 11 20:50:06.810 INFO O| Aug 11 20:50:06.810 INFO STEP 349 (remove_files) COMPLETE
63142026-08-11T20:50:07.966Z[ recovery-image] Aug 11 20:50:06.810 INFO O| Aug 11 20:50:06.810 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-11T20:50:07.975Z[ recovery-image] Aug 11 20:50:06.819 INFO O| Aug 11 20:50:06.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63162026-08-11T20:50:07.975Z[ recovery-image] Aug 11 20:50:06.819 INFO O| Aug 11 20:50:06.819 INFO STEP 350 (remove_files) COMPLETE
63172026-08-11T20:50:07.975Z[ recovery-image] Aug 11 20:50:06.819 INFO O| Aug 11 20:50:06.819 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-11T20:50:07.985Z[ recovery-image] Aug 11 20:50:06.828 INFO O| Aug 11 20:50:06.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63192026-08-11T20:50:07.985Z[ recovery-image] Aug 11 20:50:06.828 INFO O| Aug 11 20:50:06.828 INFO STEP 351 (remove_files) COMPLETE
63202026-08-11T20:50:07.985Z[ recovery-image] Aug 11 20:50:06.828 INFO O| Aug 11 20:50:06.828 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-11T20:50:07.993Z[ recovery-image] Aug 11 20:50:06.837 INFO O| Aug 11 20:50:06.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63222026-08-11T20:50:07.993Z[ recovery-image] Aug 11 20:50:06.837 INFO O| Aug 11 20:50:06.837 INFO STEP 352 (remove_files) COMPLETE
63232026-08-11T20:50:07.993Z[ recovery-image] Aug 11 20:50:06.837 INFO O| Aug 11 20:50:06.837 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-11T20:50:08.002Z[ recovery-image] Aug 11 20:50:06.846 INFO O| Aug 11 20:50:06.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63252026-08-11T20:50:08.002Z[ recovery-image] Aug 11 20:50:06.846 INFO O| Aug 11 20:50:06.846 INFO STEP 353 (remove_files) COMPLETE
63262026-08-11T20:50:08.002Z[ recovery-image] Aug 11 20:50:06.846 INFO O| Aug 11 20:50:06.846 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-11T20:50:08.011Z[ recovery-image] Aug 11 20:50:06.855 INFO O| Aug 11 20:50:06.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63282026-08-11T20:50:08.011Z[ recovery-image] Aug 11 20:50:06.855 INFO O| Aug 11 20:50:06.855 INFO STEP 354 (remove_files) COMPLETE
63292026-08-11T20:50:08.014Z[ recovery-image] Aug 11 20:50:06.855 INFO O| Aug 11 20:50:06.855 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-11T20:50:08.019Z[ recovery-image] Aug 11 20:50:06.863 INFO O| Aug 11 20:50:06.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63312026-08-11T20:50:08.019Z[ recovery-image] Aug 11 20:50:06.863 INFO O| Aug 11 20:50:06.863 INFO STEP 355 (remove_files) COMPLETE
63322026-08-11T20:50:08.022Z[ recovery-image] Aug 11 20:50:06.863 INFO O| Aug 11 20:50:06.863 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-11T20:50:08.027Z[ recovery-image] Aug 11 20:50:06.871 INFO O| Aug 11 20:50:06.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63342026-08-11T20:50:08.027Z[ recovery-image] Aug 11 20:50:06.871 INFO O| Aug 11 20:50:06.871 INFO STEP 356 (remove_files) COMPLETE
63352026-08-11T20:50:08.031Z[ recovery-image] Aug 11 20:50:06.871 INFO O| Aug 11 20:50:06.871 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-11T20:50:08.035Z[ recovery-image] Aug 11 20:50:06.879 INFO O| Aug 11 20:50:06.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63372026-08-11T20:50:08.039Z[ recovery-image] Aug 11 20:50:06.879 INFO O| Aug 11 20:50:06.879 INFO STEP 357 (remove_files) COMPLETE
63382026-08-11T20:50:08.039Z[ recovery-image] Aug 11 20:50:06.879 INFO O| Aug 11 20:50:06.879 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-11T20:50:08.044Z[ recovery-image] Aug 11 20:50:06.888 INFO O| Aug 11 20:50:06.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63402026-08-11T20:50:08.044Z[ recovery-image] Aug 11 20:50:06.888 INFO O| Aug 11 20:50:06.888 INFO STEP 358 (remove_files) COMPLETE
63412026-08-11T20:50:08.044Z[ recovery-image] Aug 11 20:50:06.888 INFO O| Aug 11 20:50:06.888 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-11T20:50:08.053Z[ recovery-image] Aug 11 20:50:06.897 INFO O| Aug 11 20:50:06.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63432026-08-11T20:50:08.053Z[ recovery-image] Aug 11 20:50:06.897 INFO O| Aug 11 20:50:06.897 INFO STEP 359 (remove_files) COMPLETE
63442026-08-11T20:50:08.053Z[ recovery-image] Aug 11 20:50:06.897 INFO O| Aug 11 20:50:06.897 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-11T20:50:08.064Z[ recovery-image] Aug 11 20:50:06.907 INFO O| Aug 11 20:50:06.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63462026-08-11T20:50:08.064Z[ recovery-image] Aug 11 20:50:06.907 INFO O| Aug 11 20:50:06.907 INFO STEP 360 (remove_files) COMPLETE
63472026-08-11T20:50:08.065Z[ recovery-image] Aug 11 20:50:06.907 INFO O| Aug 11 20:50:06.907 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-11T20:50:08.075Z[ recovery-image] Aug 11 20:50:06.916 INFO O| Aug 11 20:50:06.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63492026-08-11T20:50:08.075Z[ recovery-image] Aug 11 20:50:06.917 INFO O| Aug 11 20:50:06.916 INFO STEP 361 (remove_files) COMPLETE
63502026-08-11T20:50:08.075Z[ recovery-image] Aug 11 20:50:06.917 INFO O| Aug 11 20:50:06.916 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-11T20:50:08.081Z[ recovery-image] Aug 11 20:50:06.925 INFO O| Aug 11 20:50:06.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63522026-08-11T20:50:08.081Z[ recovery-image] Aug 11 20:50:06.925 INFO O| Aug 11 20:50:06.925 INFO STEP 362 (remove_files) COMPLETE
63532026-08-11T20:50:08.085Z[ recovery-image] Aug 11 20:50:06.925 INFO O| Aug 11 20:50:06.925 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-11T20:50:08.090Z[ recovery-image] Aug 11 20:50:06.934 INFO O| Aug 11 20:50:06.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63552026-08-11T20:50:08.090Z[ recovery-image] Aug 11 20:50:06.934 INFO O| Aug 11 20:50:06.934 INFO STEP 363 (remove_files) COMPLETE
63562026-08-11T20:50:08.090Z[ recovery-image] Aug 11 20:50:06.934 INFO O| Aug 11 20:50:06.934 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-11T20:50:08.100Z[ recovery-image] Aug 11 20:50:06.944 INFO O| Aug 11 20:50:06.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63582026-08-11T20:50:08.100Z[ recovery-image] Aug 11 20:50:06.944 INFO O| Aug 11 20:50:06.944 INFO STEP 364 (remove_files) COMPLETE
63592026-08-11T20:50:08.100Z[ recovery-image] Aug 11 20:50:06.944 INFO O| Aug 11 20:50:06.944 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-11T20:50:08.109Z[ recovery-image] Aug 11 20:50:06.953 INFO O| Aug 11 20:50:06.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63612026-08-11T20:50:08.109Z[ recovery-image] Aug 11 20:50:06.953 INFO O| Aug 11 20:50:06.953 INFO STEP 365 (remove_files) COMPLETE
63622026-08-11T20:50:08.109Z[ recovery-image] Aug 11 20:50:06.953 INFO O| Aug 11 20:50:06.953 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-11T20:50:08.119Z[ recovery-image] Aug 11 20:50:06.962 INFO O| Aug 11 20:50:06.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63642026-08-11T20:50:08.119Z[ recovery-image] Aug 11 20:50:06.962 INFO O| Aug 11 20:50:06.962 INFO STEP 366 (remove_files) COMPLETE
63652026-08-11T20:50:08.122Z[ recovery-image] Aug 11 20:50:06.962 INFO O| Aug 11 20:50:06.962 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-11T20:50:08.128Z[ recovery-image] Aug 11 20:50:06.972 INFO O| Aug 11 20:50:06.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63672026-08-11T20:50:08.128Z[ recovery-image] Aug 11 20:50:06.972 INFO O| Aug 11 20:50:06.972 INFO STEP 367 (remove_files) COMPLETE
63682026-08-11T20:50:08.128Z[ recovery-image] Aug 11 20:50:06.972 INFO O| Aug 11 20:50:06.972 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-11T20:50:08.141Z[ recovery-image] Aug 11 20:50:06.983 INFO O| Aug 11 20:50:06.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63702026-08-11T20:50:08.141Z[ recovery-image] Aug 11 20:50:06.983 INFO O| Aug 11 20:50:06.983 INFO STEP 368 (remove_files) COMPLETE
63712026-08-11T20:50:08.141Z[ recovery-image] Aug 11 20:50:06.983 INFO O| Aug 11 20:50:06.983 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-11T20:50:08.149Z[ recovery-image] Aug 11 20:50:06.993 INFO O| Aug 11 20:50:06.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63732026-08-11T20:50:08.149Z[ recovery-image] Aug 11 20:50:06.993 INFO O| Aug 11 20:50:06.993 INFO STEP 369 (remove_files) COMPLETE
63742026-08-11T20:50:08.149Z[ recovery-image] Aug 11 20:50:06.993 INFO O| Aug 11 20:50:06.993 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-11T20:50:08.159Z[ recovery-image] Aug 11 20:50:07.003 INFO O| Aug 11 20:50:07.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63762026-08-11T20:50:08.162Z[ recovery-image] Aug 11 20:50:07.003 INFO O| Aug 11 20:50:07.003 INFO STEP 370 (remove_files) COMPLETE
63772026-08-11T20:50:08.162Z[ recovery-image] Aug 11 20:50:07.003 INFO O| Aug 11 20:50:07.003 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-11T20:50:08.169Z[verify-libraries] Compiling russh v0.62.4
63792026-08-11T20:50:08.172Z[ recovery-image] Aug 11 20:50:07.014 INFO O| Aug 11 20:50:07.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63802026-08-11T20:50:08.172Z[ recovery-image] Aug 11 20:50:07.015 INFO O| Aug 11 20:50:07.015 INFO STEP 371 (remove_files) COMPLETE
63812026-08-11T20:50:08.172Z[ recovery-image] Aug 11 20:50:07.015 INFO O| Aug 11 20:50:07.015 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-11T20:50:08.183Z[ recovery-image] Aug 11 20:50:07.026 INFO O| Aug 11 20:50:07.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63832026-08-11T20:50:08.183Z[ recovery-image] Aug 11 20:50:07.026 INFO O| Aug 11 20:50:07.026 INFO STEP 372 (remove_files) COMPLETE
63842026-08-11T20:50:08.183Z[ recovery-image] Aug 11 20:50:07.026 INFO O| Aug 11 20:50:07.026 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-11T20:50:08.193Z[ recovery-image] Aug 11 20:50:07.037 INFO O| Aug 11 20:50:07.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63862026-08-11T20:50:08.193Z[ recovery-image] Aug 11 20:50:07.037 INFO O| Aug 11 20:50:07.037 INFO STEP 373 (remove_files) COMPLETE
63872026-08-11T20:50:08.193Z[ recovery-image] Aug 11 20:50:07.037 INFO O| Aug 11 20:50:07.037 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-11T20:50:08.210Z[ recovery-image] Aug 11 20:50:07.054 INFO O| Aug 11 20:50:07.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63892026-08-11T20:50:08.210Z[ recovery-image] Aug 11 20:50:07.054 INFO O| Aug 11 20:50:07.054 INFO STEP 374 (remove_files) COMPLETE
63902026-08-11T20:50:08.210Z[ recovery-image] Aug 11 20:50:07.054 INFO O| Aug 11 20:50:07.054 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-11T20:50:08.221Z[ recovery-image] Aug 11 20:50:07.064 INFO O| Aug 11 20:50:07.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63922026-08-11T20:50:08.221Z[ recovery-image] Aug 11 20:50:07.064 INFO O| Aug 11 20:50:07.064 INFO STEP 375 (remove_files) COMPLETE
63932026-08-11T20:50:08.221Z[ recovery-image] Aug 11 20:50:07.064 INFO O| Aug 11 20:50:07.064 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-11T20:50:08.231Z[ recovery-image] Aug 11 20:50:07.075 INFO O| Aug 11 20:50:07.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63952026-08-11T20:50:08.231Z[ recovery-image] Aug 11 20:50:07.075 INFO O| Aug 11 20:50:07.075 INFO STEP 376 (remove_files) COMPLETE
63962026-08-11T20:50:08.231Z[ recovery-image] Aug 11 20:50:07.075 INFO O| Aug 11 20:50:07.075 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-11T20:50:08.240Z[ recovery-image] Aug 11 20:50:07.084 INFO O| Aug 11 20:50:07.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63982026-08-11T20:50:08.240Z[ recovery-image] Aug 11 20:50:07.084 INFO O| Aug 11 20:50:07.084 INFO STEP 377 (remove_files) COMPLETE
63992026-08-11T20:50:08.240Z[ recovery-image] Aug 11 20:50:07.084 INFO O| Aug 11 20:50:07.084 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-11T20:50:08.244Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64012026-08-11T20:50:08.252Z[ recovery-image] Aug 11 20:50:07.093 INFO O| Aug 11 20:50:07.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64022026-08-11T20:50:08.252Z[ recovery-image] Aug 11 20:50:07.093 INFO O| Aug 11 20:50:07.093 INFO STEP 378 (remove_files) COMPLETE
64032026-08-11T20:50:08.252Z[ recovery-image] Aug 11 20:50:07.094 INFO O| Aug 11 20:50:07.093 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-11T20:50:08.260Z[ recovery-image] Aug 11 20:50:07.104 INFO O| Aug 11 20:50:07.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64052026-08-11T20:50:08.260Z[ recovery-image] Aug 11 20:50:07.104 INFO O| Aug 11 20:50:07.104 INFO STEP 379 (remove_files) COMPLETE
64062026-08-11T20:50:08.260Z[ recovery-image] Aug 11 20:50:07.104 INFO O| Aug 11 20:50:07.104 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-11T20:50:08.271Z[ recovery-image] Aug 11 20:50:07.114 INFO O| Aug 11 20:50:07.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64082026-08-11T20:50:08.271Z[ recovery-image] Aug 11 20:50:07.115 INFO O| Aug 11 20:50:07.115 INFO STEP 380 (remove_files) COMPLETE
64092026-08-11T20:50:08.274Z[ recovery-image] Aug 11 20:50:07.115 INFO O| Aug 11 20:50:07.115 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-11T20:50:08.290Z[ recovery-image] Aug 11 20:50:07.134 INFO O| Aug 11 20:50:07.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64112026-08-11T20:50:08.290Z[ recovery-image] Aug 11 20:50:07.134 INFO O| Aug 11 20:50:07.134 INFO STEP 381 (remove_files) COMPLETE
64122026-08-11T20:50:08.290Z[ recovery-image] Aug 11 20:50:07.134 INFO O| Aug 11 20:50:07.134 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-11T20:50:08.301Z[ recovery-image] Aug 11 20:50:07.144 INFO O| Aug 11 20:50:07.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64142026-08-11T20:50:08.301Z[ recovery-image] Aug 11 20:50:07.144 INFO O| Aug 11 20:50:07.144 INFO STEP 382 (remove_files) COMPLETE
64152026-08-11T20:50:08.301Z[ recovery-image] Aug 11 20:50:07.144 INFO O| Aug 11 20:50:07.144 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-11T20:50:08.310Z[ recovery-image] Aug 11 20:50:07.154 INFO O| Aug 11 20:50:07.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64172026-08-11T20:50:08.310Z[ recovery-image] Aug 11 20:50:07.154 INFO O| Aug 11 20:50:07.154 INFO STEP 383 (remove_files) COMPLETE
64182026-08-11T20:50:08.310Z[ recovery-image] Aug 11 20:50:07.154 INFO O| Aug 11 20:50:07.154 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-11T20:50:08.321Z[ recovery-image] Aug 11 20:50:07.165 INFO O| Aug 11 20:50:07.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64202026-08-11T20:50:08.322Z[ recovery-image] Aug 11 20:50:07.165 INFO O| Aug 11 20:50:07.165 INFO STEP 384 (remove_files) COMPLETE
64212026-08-11T20:50:08.322Z[ recovery-image] Aug 11 20:50:07.165 INFO O| Aug 11 20:50:07.165 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-11T20:50:08.329Z[ recovery-image] Aug 11 20:50:07.173 INFO O| Aug 11 20:50:07.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64232026-08-11T20:50:08.329Z[ recovery-image] Aug 11 20:50:07.173 INFO O| Aug 11 20:50:07.173 INFO STEP 385 (remove_files) COMPLETE
64242026-08-11T20:50:08.332Z[ recovery-image] Aug 11 20:50:07.173 INFO O| Aug 11 20:50:07.173 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-11T20:50:08.336Z[ recovery-image] Aug 11 20:50:07.180 INFO O| Aug 11 20:50:07.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64262026-08-11T20:50:08.336Z[ recovery-image] Aug 11 20:50:07.180 INFO O| Aug 11 20:50:07.180 INFO STEP 386 (remove_files) COMPLETE
64272026-08-11T20:50:08.336Z[ recovery-image] Aug 11 20:50:07.180 INFO O| Aug 11 20:50:07.180 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-11T20:50:08.344Z[ recovery-image] Aug 11 20:50:07.188 INFO O| Aug 11 20:50:07.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64292026-08-11T20:50:08.344Z[ recovery-image] Aug 11 20:50:07.188 INFO O| Aug 11 20:50:07.188 INFO STEP 387 (remove_files) COMPLETE
64302026-08-11T20:50:08.344Z[ recovery-image] Aug 11 20:50:07.188 INFO O| Aug 11 20:50:07.188 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-11T20:50:08.352Z[ recovery-image] Aug 11 20:50:07.196 INFO O| Aug 11 20:50:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64322026-08-11T20:50:08.352Z[ recovery-image] Aug 11 20:50:07.196 INFO O| Aug 11 20:50:07.196 INFO STEP 388 (remove_files) COMPLETE
64332026-08-11T20:50:08.352Z[ recovery-image] Aug 11 20:50:07.196 INFO O| Aug 11 20:50:07.196 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-11T20:50:08.363Z[ recovery-image] Aug 11 20:50:07.207 INFO O| Aug 11 20:50:07.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64352026-08-11T20:50:08.363Z[ recovery-image] Aug 11 20:50:07.207 INFO O| Aug 11 20:50:07.207 INFO STEP 389 (remove_files) COMPLETE
64362026-08-11T20:50:08.363Z[ recovery-image] Aug 11 20:50:07.207 INFO O| Aug 11 20:50:07.207 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-11T20:50:08.374Z[ recovery-image] Aug 11 20:50:07.217 INFO O| Aug 11 20:50:07.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64382026-08-11T20:50:08.374Z[ recovery-image] Aug 11 20:50:07.217 INFO O| Aug 11 20:50:07.217 INFO STEP 390 (remove_files) COMPLETE
64392026-08-11T20:50:08.374Z[ recovery-image] Aug 11 20:50:07.217 INFO O| Aug 11 20:50:07.217 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-11T20:50:08.384Z[ recovery-image] Aug 11 20:50:07.228 INFO O| Aug 11 20:50:07.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64412026-08-11T20:50:08.384Z[ recovery-image] Aug 11 20:50:07.228 INFO O| Aug 11 20:50:07.228 INFO STEP 391 (remove_files) COMPLETE
64422026-08-11T20:50:08.384Z[ recovery-image] Aug 11 20:50:07.228 INFO O| Aug 11 20:50:07.228 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-11T20:50:08.393Z[ recovery-image] Aug 11 20:50:07.237 INFO O| Aug 11 20:50:07.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64442026-08-11T20:50:08.394Z[ recovery-image] Aug 11 20:50:07.237 INFO O| Aug 11 20:50:07.237 INFO STEP 392 (remove_files) COMPLETE
64452026-08-11T20:50:08.394Z[ recovery-image] Aug 11 20:50:07.237 INFO O| Aug 11 20:50:07.237 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-11T20:50:08.403Z[ recovery-image] Aug 11 20:50:07.247 INFO O| Aug 11 20:50:07.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64472026-08-11T20:50:08.403Z[ recovery-image] Aug 11 20:50:07.247 INFO O| Aug 11 20:50:07.247 INFO STEP 393 (remove_files) COMPLETE
64482026-08-11T20:50:08.406Z[ recovery-image] Aug 11 20:50:07.247 INFO O| Aug 11 20:50:07.247 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-11T20:50:08.414Z[ recovery-image] Aug 11 20:50:07.257 INFO O| Aug 11 20:50:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64502026-08-11T20:50:08.414Z[ recovery-image] Aug 11 20:50:07.257 INFO O| Aug 11 20:50:07.257 INFO STEP 394 (remove_files) COMPLETE
64512026-08-11T20:50:08.417Z[ recovery-image] Aug 11 20:50:07.257 INFO O| Aug 11 20:50:07.257 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-11T20:50:08.424Z[ recovery-image] Aug 11 20:50:07.268 INFO O| Aug 11 20:50:07.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64532026-08-11T20:50:08.424Z[ recovery-image] Aug 11 20:50:07.268 INFO O| Aug 11 20:50:07.268 INFO STEP 395 (remove_files) COMPLETE
64542026-08-11T20:50:08.424Z[ recovery-image] Aug 11 20:50:07.268 INFO O| Aug 11 20:50:07.268 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-11T20:50:08.434Z[ recovery-image] Aug 11 20:50:07.278 INFO O| Aug 11 20:50:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64562026-08-11T20:50:08.434Z[ recovery-image] Aug 11 20:50:07.278 INFO O| Aug 11 20:50:07.278 INFO STEP 396 (remove_files) COMPLETE
64572026-08-11T20:50:08.434Z[ recovery-image] Aug 11 20:50:07.278 INFO O| Aug 11 20:50:07.278 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-11T20:50:08.445Z[ recovery-image] Aug 11 20:50:07.289 INFO O| Aug 11 20:50:07.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64592026-08-11T20:50:08.445Z[ recovery-image] Aug 11 20:50:07.289 INFO O| Aug 11 20:50:07.289 INFO STEP 397 (remove_files) COMPLETE
64602026-08-11T20:50:08.445Z[ recovery-image] Aug 11 20:50:07.289 INFO O| Aug 11 20:50:07.289 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-11T20:50:08.456Z[ recovery-image] Aug 11 20:50:07.299 INFO O| Aug 11 20:50:07.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64622026-08-11T20:50:08.456Z[ recovery-image] Aug 11 20:50:07.299 INFO O| Aug 11 20:50:07.299 INFO STEP 398 (remove_files) COMPLETE
64632026-08-11T20:50:08.456Z[ recovery-image] Aug 11 20:50:07.300 INFO O| Aug 11 20:50:07.299 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-11T20:50:08.464Z[ recovery-image] Aug 11 20:50:07.308 INFO O| Aug 11 20:50:07.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64652026-08-11T20:50:08.464Z[ recovery-image] Aug 11 20:50:07.308 INFO O| Aug 11 20:50:07.308 INFO STEP 399 (remove_files) COMPLETE
64662026-08-11T20:50:08.464Z[ recovery-image] Aug 11 20:50:07.308 INFO O| Aug 11 20:50:07.308 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-11T20:50:08.475Z[ recovery-image] Aug 11 20:50:07.319 INFO O| Aug 11 20:50:07.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64682026-08-11T20:50:08.475Z[ recovery-image] Aug 11 20:50:07.319 INFO O| Aug 11 20:50:07.319 INFO STEP 400 (remove_files) COMPLETE
64692026-08-11T20:50:08.475Z[ recovery-image] Aug 11 20:50:07.319 INFO O| Aug 11 20:50:07.319 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-11T20:50:08.485Z[ recovery-image] Aug 11 20:50:07.329 INFO O| Aug 11 20:50:07.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64712026-08-11T20:50:08.486Z[ recovery-image] Aug 11 20:50:07.329 INFO O| Aug 11 20:50:07.329 INFO STEP 401 (remove_files) COMPLETE
64722026-08-11T20:50:08.489Z[ recovery-image] Aug 11 20:50:07.329 INFO O| Aug 11 20:50:07.329 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-11T20:50:08.497Z[ recovery-image] Aug 11 20:50:07.339 INFO O| Aug 11 20:50:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64742026-08-11T20:50:08.497Z[ recovery-image] Aug 11 20:50:07.339 INFO O| Aug 11 20:50:07.339 INFO STEP 402 (remove_files) COMPLETE
64752026-08-11T20:50:08.497Z[ recovery-image] Aug 11 20:50:07.339 INFO O| Aug 11 20:50:07.339 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-11T20:50:08.507Z[ recovery-image] Aug 11 20:50:07.350 INFO O| Aug 11 20:50:07.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64772026-08-11T20:50:08.507Z[ recovery-image] Aug 11 20:50:07.350 INFO O| Aug 11 20:50:07.350 INFO STEP 403 (remove_files) COMPLETE
64782026-08-11T20:50:08.507Z[ recovery-image] Aug 11 20:50:07.350 INFO O| Aug 11 20:50:07.350 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-11T20:50:08.570Z[ recovery-image] Aug 11 20:50:07.413 INFO O| Aug 11 20:50:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64802026-08-11T20:50:08.570Z[ recovery-image] Aug 11 20:50:07.414 INFO O| Aug 11 20:50:07.413 INFO STEP 404 (remove_files) COMPLETE
64812026-08-11T20:50:08.570Z[ recovery-image] Aug 11 20:50:07.414 INFO O| Aug 11 20:50:07.414 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-11T20:50:08.581Z[ recovery-image] Aug 11 20:50:07.425 INFO O| Aug 11 20:50:07.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64832026-08-11T20:50:08.581Z[ recovery-image] Aug 11 20:50:07.425 INFO O| Aug 11 20:50:07.425 INFO STEP 405 (remove_files) COMPLETE
64842026-08-11T20:50:08.581Z[ recovery-image] Aug 11 20:50:07.425 INFO O| Aug 11 20:50:07.425 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-11T20:50:08.592Z[ recovery-image] Aug 11 20:50:07.436 INFO O| Aug 11 20:50:07.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64862026-08-11T20:50:08.592Z[ recovery-image] Aug 11 20:50:07.436 INFO O| Aug 11 20:50:07.436 INFO STEP 406 (remove_files) COMPLETE
64872026-08-11T20:50:08.592Z[ recovery-image] Aug 11 20:50:07.436 INFO O| Aug 11 20:50:07.436 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-11T20:50:08.603Z[ recovery-image] Aug 11 20:50:07.447 INFO O| Aug 11 20:50:07.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64892026-08-11T20:50:08.603Z[ recovery-image] Aug 11 20:50:07.447 INFO O| Aug 11 20:50:07.447 INFO STEP 407 (remove_files) COMPLETE
64902026-08-11T20:50:08.606Z[ recovery-image] Aug 11 20:50:07.447 INFO O| Aug 11 20:50:07.447 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-11T20:50:08.614Z[ recovery-image] Aug 11 20:50:07.457 INFO O| Aug 11 20:50:07.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64922026-08-11T20:50:08.614Z[ recovery-image] Aug 11 20:50:07.457 INFO O| Aug 11 20:50:07.457 INFO STEP 408 (remove_files) COMPLETE
64932026-08-11T20:50:08.614Z[ recovery-image] Aug 11 20:50:07.457 INFO O| Aug 11 20:50:07.457 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-11T20:50:08.624Z[ recovery-image] Aug 11 20:50:07.468 INFO O| Aug 11 20:50:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64952026-08-11T20:50:08.624Z[ recovery-image] Aug 11 20:50:07.468 INFO O| Aug 11 20:50:07.468 INFO STEP 409 (remove_files) COMPLETE
64962026-08-11T20:50:08.624Z[ recovery-image] Aug 11 20:50:07.468 INFO O| Aug 11 20:50:07.468 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-11T20:50:08.635Z[ recovery-image] Aug 11 20:50:07.478 INFO O| Aug 11 20:50:07.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64982026-08-11T20:50:08.635Z[ recovery-image] Aug 11 20:50:07.479 INFO O| Aug 11 20:50:07.479 INFO STEP 410 (remove_files) COMPLETE
64992026-08-11T20:50:08.635Z[ recovery-image] Aug 11 20:50:07.479 INFO O| Aug 11 20:50:07.479 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-11T20:50:08.645Z[ recovery-image] Aug 11 20:50:07.488 INFO O| Aug 11 20:50:07.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65012026-08-11T20:50:08.645Z[ recovery-image] Aug 11 20:50:07.488 INFO O| Aug 11 20:50:07.488 INFO STEP 411 (remove_files) COMPLETE
65022026-08-11T20:50:08.645Z[ recovery-image] Aug 11 20:50:07.488 INFO O| Aug 11 20:50:07.488 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-11T20:50:08.655Z[ recovery-image] Aug 11 20:50:07.499 INFO O| Aug 11 20:50:07.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65042026-08-11T20:50:08.655Z[ recovery-image] Aug 11 20:50:07.499 INFO O| Aug 11 20:50:07.499 INFO STEP 412 (remove_files) COMPLETE
65052026-08-11T20:50:08.655Z[ recovery-image] Aug 11 20:50:07.499 INFO O| Aug 11 20:50:07.499 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-11T20:50:08.666Z[ recovery-image] Aug 11 20:50:07.510 INFO O| Aug 11 20:50:07.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65072026-08-11T20:50:08.666Z[ recovery-image] Aug 11 20:50:07.510 INFO O| Aug 11 20:50:07.510 INFO STEP 413 (remove_files) COMPLETE
65082026-08-11T20:50:08.666Z[ recovery-image] Aug 11 20:50:07.510 INFO O| Aug 11 20:50:07.510 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-11T20:50:08.672Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65102026-08-11T20:50:08.675Z[ recovery-image] Aug 11 20:50:07.519 INFO O| Aug 11 20:50:07.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65112026-08-11T20:50:08.675Z[ recovery-image] Aug 11 20:50:07.519 INFO O| Aug 11 20:50:07.519 INFO STEP 414 (remove_files) COMPLETE
65122026-08-11T20:50:08.675Z[ recovery-image] Aug 11 20:50:07.519 INFO O| Aug 11 20:50:07.519 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-11T20:50:08.686Z[ recovery-image] Aug 11 20:50:07.530 INFO O| Aug 11 20:50:07.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65142026-08-11T20:50:08.686Z[ recovery-image] Aug 11 20:50:07.530 INFO O| Aug 11 20:50:07.530 INFO STEP 415 (remove_files) COMPLETE
65152026-08-11T20:50:08.686Z[ recovery-image] Aug 11 20:50:07.530 INFO O| Aug 11 20:50:07.530 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-11T20:50:08.698Z[ recovery-image] Aug 11 20:50:07.541 INFO O| Aug 11 20:50:07.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65172026-08-11T20:50:08.698Z[ recovery-image] Aug 11 20:50:07.541 INFO O| Aug 11 20:50:07.541 INFO STEP 416 (remove_files) COMPLETE
65182026-08-11T20:50:08.698Z[ recovery-image] Aug 11 20:50:07.542 INFO O| Aug 11 20:50:07.541 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-11T20:50:08.710Z[ recovery-image] Aug 11 20:50:07.554 INFO O| Aug 11 20:50:07.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65202026-08-11T20:50:08.710Z[ recovery-image] Aug 11 20:50:07.554 INFO O| Aug 11 20:50:07.554 INFO STEP 417 (remove_files) COMPLETE
65212026-08-11T20:50:08.710Z[ recovery-image] Aug 11 20:50:07.554 INFO O| Aug 11 20:50:07.554 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-11T20:50:08.721Z[ recovery-image] Aug 11 20:50:07.565 INFO O| Aug 11 20:50:07.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65232026-08-11T20:50:08.721Z[ recovery-image] Aug 11 20:50:07.565 INFO O| Aug 11 20:50:07.565 INFO STEP 418 (remove_files) COMPLETE
65242026-08-11T20:50:08.721Z[ recovery-image] Aug 11 20:50:07.565 INFO O| Aug 11 20:50:07.565 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-11T20:50:08.734Z[ recovery-image] Aug 11 20:50:07.577 INFO O| Aug 11 20:50:07.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65262026-08-11T20:50:08.734Z[ recovery-image] Aug 11 20:50:07.577 INFO O| Aug 11 20:50:07.577 INFO STEP 419 (remove_files) COMPLETE
65272026-08-11T20:50:08.734Z[ recovery-image] Aug 11 20:50:07.578 INFO O| Aug 11 20:50:07.577 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-11T20:50:08.745Z[ recovery-image] Aug 11 20:50:07.589 INFO O| Aug 11 20:50:07.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65292026-08-11T20:50:08.745Z[ recovery-image] Aug 11 20:50:07.589 INFO O| Aug 11 20:50:07.589 INFO STEP 420 (remove_files) COMPLETE
65302026-08-11T20:50:08.745Z[ recovery-image] Aug 11 20:50:07.589 INFO O| Aug 11 20:50:07.589 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-11T20:50:08.756Z[ recovery-image] Aug 11 20:50:07.599 INFO O| Aug 11 20:50:07.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65322026-08-11T20:50:08.756Z[ recovery-image] Aug 11 20:50:07.599 INFO O| Aug 11 20:50:07.599 INFO STEP 421 (remove_files) COMPLETE
65332026-08-11T20:50:08.759Z[ recovery-image] Aug 11 20:50:07.599 INFO O| Aug 11 20:50:07.599 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-11T20:50:08.764Z[ recovery-image] Aug 11 20:50:07.608 INFO O| Aug 11 20:50:07.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65352026-08-11T20:50:08.764Z[ recovery-image] Aug 11 20:50:07.608 INFO O| Aug 11 20:50:07.608 INFO STEP 422 (remove_files) COMPLETE
65362026-08-11T20:50:08.768Z[ recovery-image] Aug 11 20:50:07.608 INFO O| Aug 11 20:50:07.608 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-11T20:50:08.774Z[ recovery-image] Aug 11 20:50:07.618 INFO O| Aug 11 20:50:07.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65382026-08-11T20:50:08.774Z[ recovery-image] Aug 11 20:50:07.618 INFO O| Aug 11 20:50:07.618 INFO STEP 423 (remove_files) COMPLETE
65392026-08-11T20:50:08.774Z[ recovery-image] Aug 11 20:50:07.618 INFO O| Aug 11 20:50:07.618 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-11T20:50:08.783Z[ recovery-image] Aug 11 20:50:07.627 INFO O| Aug 11 20:50:07.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65412026-08-11T20:50:08.783Z[ recovery-image] Aug 11 20:50:07.627 INFO O| Aug 11 20:50:07.627 INFO STEP 424 (remove_files) COMPLETE
65422026-08-11T20:50:08.787Z[ recovery-image] Aug 11 20:50:07.627 INFO O| Aug 11 20:50:07.627 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-11T20:50:08.792Z[ recovery-image] Aug 11 20:50:07.636 INFO O| Aug 11 20:50:07.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65442026-08-11T20:50:08.792Z[ recovery-image] Aug 11 20:50:07.636 INFO O| Aug 11 20:50:07.636 INFO STEP 425 (remove_files) COMPLETE
65452026-08-11T20:50:08.792Z[ recovery-image] Aug 11 20:50:07.636 INFO O| Aug 11 20:50:07.636 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-11T20:50:08.801Z[ recovery-image] Aug 11 20:50:07.645 INFO O| Aug 11 20:50:07.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65472026-08-11T20:50:08.801Z[ recovery-image] Aug 11 20:50:07.645 INFO O| Aug 11 20:50:07.645 INFO STEP 426 (remove_files) COMPLETE
65482026-08-11T20:50:08.804Z[ recovery-image] Aug 11 20:50:07.645 INFO O| Aug 11 20:50:07.645 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-11T20:50:08.811Z[ recovery-image] Aug 11 20:50:07.654 INFO O| Aug 11 20:50:07.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65502026-08-11T20:50:08.811Z[ recovery-image] Aug 11 20:50:07.655 INFO O| Aug 11 20:50:07.654 INFO STEP 427 (remove_files) COMPLETE
65512026-08-11T20:50:08.811Z[ recovery-image] Aug 11 20:50:07.655 INFO O| Aug 11 20:50:07.655 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-11T20:50:08.821Z[ recovery-image] Aug 11 20:50:07.665 INFO O| Aug 11 20:50:07.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65532026-08-11T20:50:08.821Z[ recovery-image] Aug 11 20:50:07.665 INFO O| Aug 11 20:50:07.665 INFO STEP 428 (remove_files) COMPLETE
65542026-08-11T20:50:08.821Z[ recovery-image] Aug 11 20:50:07.665 INFO O| Aug 11 20:50:07.665 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-11T20:50:08.833Z[ recovery-image] Aug 11 20:50:07.675 INFO O| Aug 11 20:50:07.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65562026-08-11T20:50:08.836Z[ recovery-image] Aug 11 20:50:07.675 INFO O| Aug 11 20:50:07.675 INFO STEP 429 (remove_files) COMPLETE
65572026-08-11T20:50:08.836Z[ recovery-image] Aug 11 20:50:07.675 INFO O| Aug 11 20:50:07.675 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-11T20:50:08.842Z[ recovery-image] Aug 11 20:50:07.686 INFO O| Aug 11 20:50:07.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65592026-08-11T20:50:08.842Z[ recovery-image] Aug 11 20:50:07.686 INFO O| Aug 11 20:50:07.686 INFO STEP 430 (remove_files) COMPLETE
65602026-08-11T20:50:08.842Z[ recovery-image] Aug 11 20:50:07.686 INFO O| Aug 11 20:50:07.686 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-11T20:50:08.855Z[ recovery-image] Aug 11 20:50:07.698 INFO O| Aug 11 20:50:07.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65622026-08-11T20:50:08.855Z[ recovery-image] Aug 11 20:50:07.698 INFO O| Aug 11 20:50:07.698 INFO STEP 431 (remove_files) COMPLETE
65632026-08-11T20:50:08.855Z[ recovery-image] Aug 11 20:50:07.698 INFO O| Aug 11 20:50:07.698 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-11T20:50:08.866Z[ recovery-image] Aug 11 20:50:07.710 INFO O| Aug 11 20:50:07.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65652026-08-11T20:50:08.866Z[ recovery-image] Aug 11 20:50:07.710 INFO O| Aug 11 20:50:07.710 INFO STEP 432 (remove_files) COMPLETE
65662026-08-11T20:50:08.866Z[ recovery-image] Aug 11 20:50:07.710 INFO O| Aug 11 20:50:07.710 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-11T20:50:08.885Z[ recovery-image] Aug 11 20:50:07.721 INFO O| Aug 11 20:50:07.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65682026-08-11T20:50:08.885Z[ recovery-image] Aug 11 20:50:07.721 INFO O| Aug 11 20:50:07.721 INFO STEP 433 (remove_files) COMPLETE
65692026-08-11T20:50:08.885Z[ recovery-image] Aug 11 20:50:07.721 INFO O| Aug 11 20:50:07.721 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-11T20:50:08.890Z[ recovery-image] Aug 11 20:50:07.733 INFO O| Aug 11 20:50:07.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65712026-08-11T20:50:08.891Z[ recovery-image] Aug 11 20:50:07.733 INFO O| Aug 11 20:50:07.733 INFO STEP 434 (remove_files) COMPLETE
65722026-08-11T20:50:08.891Z[ recovery-image] Aug 11 20:50:07.733 INFO O| Aug 11 20:50:07.733 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-11T20:50:08.900Z[ recovery-image] Aug 11 20:50:07.744 INFO O| Aug 11 20:50:07.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65742026-08-11T20:50:08.900Z[ recovery-image] Aug 11 20:50:07.744 INFO O| Aug 11 20:50:07.744 INFO STEP 435 (remove_files) COMPLETE
65752026-08-11T20:50:08.903Z[ recovery-image] Aug 11 20:50:07.744 INFO O| Aug 11 20:50:07.744 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-11T20:50:08.908Z[ recovery-image] Aug 11 20:50:07.752 INFO O| Aug 11 20:50:07.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65772026-08-11T20:50:08.908Z[ recovery-image] Aug 11 20:50:07.752 INFO O| Aug 11 20:50:07.752 INFO STEP 436 (remove_files) COMPLETE
65782026-08-11T20:50:08.911Z[ recovery-image] Aug 11 20:50:07.752 INFO O| Aug 11 20:50:07.752 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-11T20:50:08.916Z[ recovery-image] Aug 11 20:50:07.760 INFO O| Aug 11 20:50:07.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65802026-08-11T20:50:08.916Z[ recovery-image] Aug 11 20:50:07.760 INFO O| Aug 11 20:50:07.760 INFO STEP 437 (remove_files) COMPLETE
65812026-08-11T20:50:08.916Z[ recovery-image] Aug 11 20:50:07.760 INFO O| Aug 11 20:50:07.760 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-11T20:50:08.925Z[ recovery-image] Aug 11 20:50:07.769 INFO O| Aug 11 20:50:07.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65832026-08-11T20:50:08.925Z[ recovery-image] Aug 11 20:50:07.769 INFO O| Aug 11 20:50:07.769 INFO STEP 438 (remove_files) COMPLETE
65842026-08-11T20:50:08.925Z[ recovery-image] Aug 11 20:50:07.769 INFO O| Aug 11 20:50:07.769 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-11T20:50:08.933Z[ recovery-image] Aug 11 20:50:07.777 INFO O| Aug 11 20:50:07.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65862026-08-11T20:50:08.933Z[ recovery-image] Aug 11 20:50:07.777 INFO O| Aug 11 20:50:07.777 INFO STEP 439 (remove_files) COMPLETE
65872026-08-11T20:50:08.933Z[ recovery-image] Aug 11 20:50:07.777 INFO O| Aug 11 20:50:07.777 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-11T20:50:08.941Z[ recovery-image] Aug 11 20:50:07.785 INFO O| Aug 11 20:50:07.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65892026-08-11T20:50:08.941Z[ recovery-image] Aug 11 20:50:07.785 INFO O| Aug 11 20:50:07.785 INFO STEP 440 (remove_files) COMPLETE
65902026-08-11T20:50:08.941Z[ recovery-image] Aug 11 20:50:07.785 INFO O| Aug 11 20:50:07.785 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-11T20:50:08.949Z[ recovery-image] Aug 11 20:50:07.793 INFO O| Aug 11 20:50:07.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65922026-08-11T20:50:08.949Z[ recovery-image] Aug 11 20:50:07.793 INFO O| Aug 11 20:50:07.793 INFO STEP 441 (remove_files) COMPLETE
65932026-08-11T20:50:08.949Z[ recovery-image] Aug 11 20:50:07.793 INFO O| Aug 11 20:50:07.793 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-11T20:50:08.957Z[ recovery-image] Aug 11 20:50:07.801 INFO O| Aug 11 20:50:07.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65952026-08-11T20:50:08.958Z[ recovery-image] Aug 11 20:50:07.802 INFO O| Aug 11 20:50:07.801 INFO STEP 442 (remove_files) COMPLETE
65962026-08-11T20:50:08.958Z[ recovery-image] Aug 11 20:50:07.802 INFO O| Aug 11 20:50:07.802 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-11T20:50:08.969Z[ recovery-image] Aug 11 20:50:07.813 INFO O| Aug 11 20:50:07.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65982026-08-11T20:50:08.969Z[ recovery-image] Aug 11 20:50:07.813 INFO O| Aug 11 20:50:07.813 INFO STEP 443 (remove_files) COMPLETE
65992026-08-11T20:50:08.969Z[ recovery-image] Aug 11 20:50:07.813 INFO O| Aug 11 20:50:07.813 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-11T20:50:08.980Z[ recovery-image] Aug 11 20:50:07.824 INFO O| Aug 11 20:50:07.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66012026-08-11T20:50:08.980Z[ recovery-image] Aug 11 20:50:07.824 INFO O| Aug 11 20:50:07.824 INFO STEP 444 (remove_files) COMPLETE
66022026-08-11T20:50:08.980Z[ recovery-image] Aug 11 20:50:07.824 INFO O| Aug 11 20:50:07.824 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-11T20:50:08.991Z[ recovery-image] Aug 11 20:50:07.834 INFO O| Aug 11 20:50:07.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66042026-08-11T20:50:08.991Z[ recovery-image] Aug 11 20:50:07.834 INFO O| Aug 11 20:50:07.834 INFO STEP 445 (remove_files) COMPLETE
66052026-08-11T20:50:08.991Z[ recovery-image] Aug 11 20:50:07.834 INFO O| Aug 11 20:50:07.834 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-11T20:50:09.001Z[ recovery-image] Aug 11 20:50:07.845 INFO O| Aug 11 20:50:07.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66072026-08-11T20:50:09.001Z[ recovery-image] Aug 11 20:50:07.845 INFO O| Aug 11 20:50:07.845 INFO STEP 446 (remove_files) COMPLETE
66082026-08-11T20:50:09.005Z[ recovery-image] Aug 11 20:50:07.845 INFO O| Aug 11 20:50:07.845 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-11T20:50:09.012Z[ recovery-image] Aug 11 20:50:07.856 INFO O| Aug 11 20:50:07.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66102026-08-11T20:50:09.012Z[ recovery-image] Aug 11 20:50:07.856 INFO O| Aug 11 20:50:07.856 INFO STEP 447 (remove_files) COMPLETE
66112026-08-11T20:50:09.012Z[ recovery-image] Aug 11 20:50:07.856 INFO O| Aug 11 20:50:07.856 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-11T20:50:09.022Z[ recovery-image] Aug 11 20:50:07.866 INFO O| Aug 11 20:50:07.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66132026-08-11T20:50:09.022Z[ recovery-image] Aug 11 20:50:07.866 INFO O| Aug 11 20:50:07.866 INFO STEP 448 (remove_files) COMPLETE
66142026-08-11T20:50:09.022Z[ recovery-image] Aug 11 20:50:07.866 INFO O| Aug 11 20:50:07.866 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-11T20:50:09.033Z[ recovery-image] Aug 11 20:50:07.877 INFO O| Aug 11 20:50:07.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66162026-08-11T20:50:09.033Z[ recovery-image] Aug 11 20:50:07.877 INFO O| Aug 11 20:50:07.877 INFO STEP 449 (remove_files) COMPLETE
66172026-08-11T20:50:09.033Z[ recovery-image] Aug 11 20:50:07.877 INFO O| Aug 11 20:50:07.877 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-11T20:50:09.044Z[ recovery-image] Aug 11 20:50:07.888 INFO O| Aug 11 20:50:07.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66192026-08-11T20:50:09.045Z[ recovery-image] Aug 11 20:50:07.888 INFO O| Aug 11 20:50:07.888 INFO STEP 450 (remove_files) COMPLETE
66202026-08-11T20:50:09.045Z[ recovery-image] Aug 11 20:50:07.888 INFO O| Aug 11 20:50:07.888 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-11T20:50:09.054Z[ recovery-image] Aug 11 20:50:07.898 INFO O| Aug 11 20:50:07.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66222026-08-11T20:50:09.054Z[ recovery-image] Aug 11 20:50:07.898 INFO O| Aug 11 20:50:07.898 INFO STEP 451 (remove_files) COMPLETE
66232026-08-11T20:50:09.054Z[ recovery-image] Aug 11 20:50:07.898 INFO O| Aug 11 20:50:07.898 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-11T20:50:09.065Z[ recovery-image] Aug 11 20:50:07.909 INFO O| Aug 11 20:50:07.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66252026-08-11T20:50:09.065Z[ recovery-image] Aug 11 20:50:07.909 INFO O| Aug 11 20:50:07.909 INFO STEP 452 (remove_files) COMPLETE
66262026-08-11T20:50:09.065Z[ recovery-image] Aug 11 20:50:07.909 INFO O| Aug 11 20:50:07.909 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-11T20:50:09.076Z[ recovery-image] Aug 11 20:50:07.919 INFO O| Aug 11 20:50:07.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66282026-08-11T20:50:09.076Z[ recovery-image] Aug 11 20:50:07.919 INFO O| Aug 11 20:50:07.919 INFO STEP 453 (remove_files) COMPLETE
66292026-08-11T20:50:09.076Z[ recovery-image] Aug 11 20:50:07.919 INFO O| Aug 11 20:50:07.919 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-11T20:50:09.084Z[ recovery-image] Aug 11 20:50:07.928 INFO O| Aug 11 20:50:07.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66312026-08-11T20:50:09.084Z[ recovery-image] Aug 11 20:50:07.928 INFO O| Aug 11 20:50:07.928 INFO STEP 454 (remove_files) COMPLETE
66322026-08-11T20:50:09.087Z[ recovery-image] Aug 11 20:50:07.928 INFO O| Aug 11 20:50:07.928 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-11T20:50:09.096Z[ recovery-image] Aug 11 20:50:07.940 INFO O| Aug 11 20:50:07.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66342026-08-11T20:50:09.096Z[ recovery-image] Aug 11 20:50:07.940 INFO O| Aug 11 20:50:07.940 INFO STEP 455 (remove_files) COMPLETE
66352026-08-11T20:50:09.096Z[ recovery-image] Aug 11 20:50:07.940 INFO O| Aug 11 20:50:07.940 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-11T20:50:09.104Z[ recovery-image] Aug 11 20:50:07.948 INFO O| Aug 11 20:50:07.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66372026-08-11T20:50:09.105Z[ recovery-image] Aug 11 20:50:07.948 INFO O| Aug 11 20:50:07.948 INFO STEP 456 (remove_files) COMPLETE
66382026-08-11T20:50:09.105Z[ recovery-image] Aug 11 20:50:07.948 INFO O| Aug 11 20:50:07.948 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-11T20:50:09.115Z[ recovery-image] Aug 11 20:50:07.959 INFO O| Aug 11 20:50:07.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66402026-08-11T20:50:09.116Z[ recovery-image] Aug 11 20:50:07.959 INFO O| Aug 11 20:50:07.959 INFO STEP 457 (remove_files) COMPLETE
66412026-08-11T20:50:09.116Z[ recovery-image] Aug 11 20:50:07.959 INFO O| Aug 11 20:50:07.959 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-11T20:50:09.125Z[ recovery-image] Aug 11 20:50:07.969 INFO O| Aug 11 20:50:07.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66432026-08-11T20:50:09.125Z[ recovery-image] Aug 11 20:50:07.969 INFO O| Aug 11 20:50:07.969 INFO STEP 458 (remove_files) COMPLETE
66442026-08-11T20:50:09.125Z[ recovery-image] Aug 11 20:50:07.969 INFO O| Aug 11 20:50:07.969 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-11T20:50:09.138Z[ recovery-image] Aug 11 20:50:07.978 INFO O| Aug 11 20:50:07.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66462026-08-11T20:50:09.138Z[ recovery-image] Aug 11 20:50:07.978 INFO O| Aug 11 20:50:07.978 INFO STEP 459 (remove_files) COMPLETE
66472026-08-11T20:50:09.138Z[ recovery-image] Aug 11 20:50:07.978 INFO O| Aug 11 20:50:07.978 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-11T20:50:09.142Z[ recovery-image] Aug 11 20:50:07.986 INFO O| Aug 11 20:50:07.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66492026-08-11T20:50:09.142Z[ recovery-image] Aug 11 20:50:07.986 INFO O| Aug 11 20:50:07.986 INFO STEP 460 (remove_files) COMPLETE
66502026-08-11T20:50:09.145Z[ recovery-image] Aug 11 20:50:07.986 INFO O| Aug 11 20:50:07.986 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-11T20:50:09.154Z[ recovery-image] Aug 11 20:50:07.998 INFO O| Aug 11 20:50:07.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66522026-08-11T20:50:09.154Z[ recovery-image] Aug 11 20:50:07.998 INFO O| Aug 11 20:50:07.998 INFO STEP 461 (remove_files) COMPLETE
66532026-08-11T20:50:09.154Z[ recovery-image] Aug 11 20:50:07.998 INFO O| Aug 11 20:50:07.998 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-11T20:50:09.164Z[ recovery-image] Aug 11 20:50:08.008 INFO O| Aug 11 20:50:08.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66552026-08-11T20:50:09.165Z[ recovery-image] Aug 11 20:50:08.008 INFO O| Aug 11 20:50:08.008 INFO STEP 462 (remove_files) COMPLETE
66562026-08-11T20:50:09.168Z[ recovery-image] Aug 11 20:50:08.008 INFO O| Aug 11 20:50:08.008 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-11T20:50:09.171Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
66582026-08-11T20:50:09.175Z[ recovery-image] Aug 11 20:50:08.019 INFO O| Aug 11 20:50:08.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66592026-08-11T20:50:09.175Z[ recovery-image] Aug 11 20:50:08.019 INFO O| Aug 11 20:50:08.019 INFO STEP 463 (remove_files) COMPLETE
66602026-08-11T20:50:09.175Z[ recovery-image] Aug 11 20:50:08.019 INFO O| Aug 11 20:50:08.019 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-11T20:50:09.184Z[ recovery-image] Aug 11 20:50:08.028 INFO O| Aug 11 20:50:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66622026-08-11T20:50:09.184Z[ recovery-image] Aug 11 20:50:08.028 INFO O| Aug 11 20:50:08.028 INFO STEP 464 (remove_files) COMPLETE
66632026-08-11T20:50:09.184Z[ recovery-image] Aug 11 20:50:08.028 INFO O| Aug 11 20:50:08.028 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-11T20:50:09.193Z[ recovery-image] Aug 11 20:50:08.037 INFO O| Aug 11 20:50:08.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66652026-08-11T20:50:09.193Z[ recovery-image] Aug 11 20:50:08.037 INFO O| Aug 11 20:50:08.037 INFO STEP 465 (remove_files) COMPLETE
66662026-08-11T20:50:09.193Z[ recovery-image] Aug 11 20:50:08.037 INFO O| Aug 11 20:50:08.037 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-11T20:50:09.208Z[ recovery-image] Aug 11 20:50:08.052 INFO O| Aug 11 20:50:08.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66682026-08-11T20:50:09.208Z[ recovery-image] Aug 11 20:50:08.052 INFO O| Aug 11 20:50:08.052 INFO STEP 466 (remove_files) COMPLETE
66692026-08-11T20:50:09.208Z[ recovery-image] Aug 11 20:50:08.052 INFO O| Aug 11 20:50:08.052 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-11T20:50:09.219Z[ recovery-image] Aug 11 20:50:08.061 INFO O| Aug 11 20:50:08.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66712026-08-11T20:50:09.219Z[ recovery-image] Aug 11 20:50:08.061 INFO O| Aug 11 20:50:08.061 INFO STEP 467 (remove_files) COMPLETE
66722026-08-11T20:50:09.219Z[ recovery-image] Aug 11 20:50:08.061 INFO O| Aug 11 20:50:08.061 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-11T20:50:09.227Z[ recovery-image] Aug 11 20:50:08.071 INFO O| Aug 11 20:50:08.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66742026-08-11T20:50:09.227Z[ recovery-image] Aug 11 20:50:08.071 INFO O| Aug 11 20:50:08.071 INFO STEP 468 (remove_files) COMPLETE
66752026-08-11T20:50:09.230Z[ recovery-image] Aug 11 20:50:08.071 INFO O| Aug 11 20:50:08.071 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-11T20:50:09.238Z[ recovery-image] Aug 11 20:50:08.081 INFO O| Aug 11 20:50:08.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66772026-08-11T20:50:09.238Z[ recovery-image] Aug 11 20:50:08.082 INFO O| Aug 11 20:50:08.081 INFO STEP 469 (remove_files) COMPLETE
66782026-08-11T20:50:09.238Z[ recovery-image] Aug 11 20:50:08.082 INFO O| Aug 11 20:50:08.081 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-11T20:50:09.247Z[ recovery-image] Aug 11 20:50:08.091 INFO O| Aug 11 20:50:08.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66802026-08-11T20:50:09.247Z[ recovery-image] Aug 11 20:50:08.091 INFO O| Aug 11 20:50:08.091 INFO STEP 470 (remove_files) COMPLETE
66812026-08-11T20:50:09.247Z[ recovery-image] Aug 11 20:50:08.091 INFO O| Aug 11 20:50:08.091 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-11T20:50:09.256Z[ recovery-image] Aug 11 20:50:08.100 INFO O| Aug 11 20:50:08.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66832026-08-11T20:50:09.256Z[ recovery-image] Aug 11 20:50:08.100 INFO O| Aug 11 20:50:08.100 INFO STEP 471 (remove_files) COMPLETE
66842026-08-11T20:50:09.256Z[ recovery-image] Aug 11 20:50:08.100 INFO O| Aug 11 20:50:08.100 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-11T20:50:09.266Z[ recovery-image] Aug 11 20:50:08.110 INFO O| Aug 11 20:50:08.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66862026-08-11T20:50:09.266Z[ recovery-image] Aug 11 20:50:08.110 INFO O| Aug 11 20:50:08.110 INFO STEP 472 (remove_files) COMPLETE
66872026-08-11T20:50:09.270Z[ recovery-image] Aug 11 20:50:08.110 INFO O| Aug 11 20:50:08.110 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-11T20:50:09.276Z[ recovery-image] Aug 11 20:50:08.120 INFO O| Aug 11 20:50:08.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66892026-08-11T20:50:09.276Z[ recovery-image] Aug 11 20:50:08.120 INFO O| Aug 11 20:50:08.120 INFO STEP 473 (remove_files) COMPLETE
66902026-08-11T20:50:09.276Z[ recovery-image] Aug 11 20:50:08.120 INFO O| Aug 11 20:50:08.120 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-11T20:50:09.287Z[ recovery-image] Aug 11 20:50:08.131 INFO O| Aug 11 20:50:08.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66922026-08-11T20:50:09.287Z[ recovery-image] Aug 11 20:50:08.131 INFO O| Aug 11 20:50:08.131 INFO STEP 474 (remove_files) COMPLETE
66932026-08-11T20:50:09.288Z[ recovery-image] Aug 11 20:50:08.131 INFO O| Aug 11 20:50:08.131 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-11T20:50:09.297Z[ recovery-image] Aug 11 20:50:08.141 INFO O| Aug 11 20:50:08.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66952026-08-11T20:50:09.297Z[ recovery-image] Aug 11 20:50:08.141 INFO O| Aug 11 20:50:08.141 INFO STEP 475 (remove_files) COMPLETE
66962026-08-11T20:50:09.297Z[ recovery-image] Aug 11 20:50:08.141 INFO O| Aug 11 20:50:08.141 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-11T20:50:09.307Z[ recovery-image] Aug 11 20:50:08.150 INFO O| Aug 11 20:50:08.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66982026-08-11T20:50:09.307Z[ recovery-image] Aug 11 20:50:08.150 INFO O| Aug 11 20:50:08.150 INFO STEP 476 (remove_files) COMPLETE
66992026-08-11T20:50:09.307Z[ recovery-image] Aug 11 20:50:08.150 INFO O| Aug 11 20:50:08.150 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-11T20:50:09.316Z[ recovery-image] Aug 11 20:50:08.160 INFO O| Aug 11 20:50:08.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67012026-08-11T20:50:09.316Z[ recovery-image] Aug 11 20:50:08.160 INFO O| Aug 11 20:50:08.160 INFO STEP 477 (remove_files) COMPLETE
67022026-08-11T20:50:09.316Z[ recovery-image] Aug 11 20:50:08.160 INFO O| Aug 11 20:50:08.160 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-11T20:50:09.325Z[ recovery-image] Aug 11 20:50:08.169 INFO O| Aug 11 20:50:08.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67042026-08-11T20:50:09.325Z[ recovery-image] Aug 11 20:50:08.169 INFO O| Aug 11 20:50:08.169 INFO STEP 478 (remove_files) COMPLETE
67052026-08-11T20:50:09.325Z[ recovery-image] Aug 11 20:50:08.169 INFO O| Aug 11 20:50:08.169 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-11T20:50:09.334Z[ recovery-image] Aug 11 20:50:08.178 INFO O| Aug 11 20:50:08.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67072026-08-11T20:50:09.334Z[ recovery-image] Aug 11 20:50:08.178 INFO O| Aug 11 20:50:08.178 INFO STEP 479 (remove_files) COMPLETE
67082026-08-11T20:50:09.334Z[ recovery-image] Aug 11 20:50:08.178 INFO O| Aug 11 20:50:08.178 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-11T20:50:09.344Z[ recovery-image] Aug 11 20:50:08.188 INFO O| Aug 11 20:50:08.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67102026-08-11T20:50:09.344Z[ recovery-image] Aug 11 20:50:08.188 INFO O| Aug 11 20:50:08.188 INFO STEP 480 (remove_files) COMPLETE
67112026-08-11T20:50:09.347Z[ recovery-image] Aug 11 20:50:08.188 INFO O| Aug 11 20:50:08.188 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-11T20:50:09.354Z[ recovery-image] Aug 11 20:50:08.197 INFO O| Aug 11 20:50:08.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67132026-08-11T20:50:09.354Z[ recovery-image] Aug 11 20:50:08.197 INFO O| Aug 11 20:50:08.197 INFO STEP 481 (remove_files) COMPLETE
67142026-08-11T20:50:09.354Z[ recovery-image] Aug 11 20:50:08.197 INFO O| Aug 11 20:50:08.197 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-11T20:50:09.363Z[ recovery-image] Aug 11 20:50:08.207 INFO O| Aug 11 20:50:08.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67162026-08-11T20:50:09.363Z[ recovery-image] Aug 11 20:50:08.207 INFO O| Aug 11 20:50:08.207 INFO STEP 482 (remove_files) COMPLETE
67172026-08-11T20:50:09.363Z[ recovery-image] Aug 11 20:50:08.207 INFO O| Aug 11 20:50:08.207 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-11T20:50:09.374Z[ recovery-image] Aug 11 20:50:08.217 INFO O| Aug 11 20:50:08.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67192026-08-11T20:50:09.374Z[ recovery-image] Aug 11 20:50:08.218 INFO O| Aug 11 20:50:08.218 INFO STEP 483 (remove_files) COMPLETE
67202026-08-11T20:50:09.374Z[ recovery-image] Aug 11 20:50:08.218 INFO O| Aug 11 20:50:08.218 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-11T20:50:09.383Z[ recovery-image] Aug 11 20:50:08.227 INFO O| Aug 11 20:50:08.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67222026-08-11T20:50:09.383Z[ recovery-image] Aug 11 20:50:08.227 INFO O| Aug 11 20:50:08.227 INFO STEP 484 (remove_files) COMPLETE
67232026-08-11T20:50:09.383Z[ recovery-image] Aug 11 20:50:08.227 INFO O| Aug 11 20:50:08.227 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-11T20:50:09.392Z[ recovery-image] Aug 11 20:50:08.236 INFO O| Aug 11 20:50:08.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67252026-08-11T20:50:09.392Z[ recovery-image] Aug 11 20:50:08.236 INFO O| Aug 11 20:50:08.236 INFO STEP 485 (remove_files) COMPLETE
67262026-08-11T20:50:09.392Z[ recovery-image] Aug 11 20:50:08.236 INFO O| Aug 11 20:50:08.236 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-11T20:50:09.403Z[ recovery-image] Aug 11 20:50:08.247 INFO O| Aug 11 20:50:08.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67282026-08-11T20:50:09.403Z[ recovery-image] Aug 11 20:50:08.247 INFO O| Aug 11 20:50:08.247 INFO STEP 486 (remove_files) COMPLETE
67292026-08-11T20:50:09.403Z[ recovery-image] Aug 11 20:50:08.247 INFO O| Aug 11 20:50:08.247 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-11T20:50:09.415Z[ recovery-image] Aug 11 20:50:08.258 INFO O| Aug 11 20:50:08.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67312026-08-11T20:50:09.415Z[ recovery-image] Aug 11 20:50:08.258 INFO O| Aug 11 20:50:08.258 INFO STEP 487 (remove_files) COMPLETE
67322026-08-11T20:50:09.415Z[ recovery-image] Aug 11 20:50:08.258 INFO O| Aug 11 20:50:08.258 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-11T20:50:09.426Z[ recovery-image] Aug 11 20:50:08.269 INFO O| Aug 11 20:50:08.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67342026-08-11T20:50:09.426Z[ recovery-image] Aug 11 20:50:08.269 INFO O| Aug 11 20:50:08.269 INFO STEP 488 (remove_files) COMPLETE
67352026-08-11T20:50:09.429Z[ recovery-image] Aug 11 20:50:08.269 INFO O| Aug 11 20:50:08.269 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-11T20:50:09.436Z[ recovery-image] Aug 11 20:50:08.280 INFO O| Aug 11 20:50:08.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67372026-08-11T20:50:09.437Z[ recovery-image] Aug 11 20:50:08.280 INFO O| Aug 11 20:50:08.280 INFO STEP 489 (remove_files) COMPLETE
67382026-08-11T20:50:09.437Z[ recovery-image] Aug 11 20:50:08.280 INFO O| Aug 11 20:50:08.280 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-11T20:50:09.447Z[ recovery-image] Aug 11 20:50:08.291 INFO O| Aug 11 20:50:08.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67402026-08-11T20:50:09.447Z[ recovery-image] Aug 11 20:50:08.291 INFO O| Aug 11 20:50:08.291 INFO STEP 490 (remove_files) COMPLETE
67412026-08-11T20:50:09.447Z[ recovery-image] Aug 11 20:50:08.291 INFO O| Aug 11 20:50:08.291 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-11T20:50:09.457Z[ recovery-image] Aug 11 20:50:08.301 INFO O| Aug 11 20:50:08.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67432026-08-11T20:50:09.457Z[ recovery-image] Aug 11 20:50:08.301 INFO O| Aug 11 20:50:08.301 INFO STEP 491 (remove_files) COMPLETE
67442026-08-11T20:50:09.457Z[ recovery-image] Aug 11 20:50:08.301 INFO O| Aug 11 20:50:08.301 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-11T20:50:09.467Z[ recovery-image] Aug 11 20:50:08.310 INFO O| Aug 11 20:50:08.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67462026-08-11T20:50:09.467Z[ recovery-image] Aug 11 20:50:08.310 INFO O| Aug 11 20:50:08.310 INFO STEP 492 (remove_files) COMPLETE
67472026-08-11T20:50:09.467Z[ recovery-image] Aug 11 20:50:08.310 INFO O| Aug 11 20:50:08.310 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-11T20:50:09.478Z[ recovery-image] Aug 11 20:50:08.321 INFO O| Aug 11 20:50:08.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67492026-08-11T20:50:09.478Z[ recovery-image] Aug 11 20:50:08.321 INFO O| Aug 11 20:50:08.321 INFO STEP 493 (remove_files) COMPLETE
67502026-08-11T20:50:09.478Z[ recovery-image] Aug 11 20:50:08.321 INFO O| Aug 11 20:50:08.321 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-11T20:50:09.489Z[ recovery-image] Aug 11 20:50:08.332 INFO O| Aug 11 20:50:08.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67522026-08-11T20:50:09.489Z[ recovery-image] Aug 11 20:50:08.332 INFO O| Aug 11 20:50:08.332 INFO STEP 494 (remove_files) COMPLETE
67532026-08-11T20:50:09.494Z[ recovery-image] Aug 11 20:50:08.332 INFO O| Aug 11 20:50:08.332 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-11T20:50:09.501Z[ recovery-image] Aug 11 20:50:08.344 INFO O| Aug 11 20:50:08.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67552026-08-11T20:50:09.504Z[ recovery-image] Aug 11 20:50:08.345 INFO O| Aug 11 20:50:08.345 INFO STEP 495 (remove_files) COMPLETE
67562026-08-11T20:50:09.504Z[ recovery-image] Aug 11 20:50:08.345 INFO O| Aug 11 20:50:08.345 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-11T20:50:09.512Z[ recovery-image] Aug 11 20:50:08.356 INFO O| Aug 11 20:50:08.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67582026-08-11T20:50:09.512Z[ recovery-image] Aug 11 20:50:08.356 INFO O| Aug 11 20:50:08.356 INFO STEP 496 (remove_files) COMPLETE
67592026-08-11T20:50:09.515Z[ recovery-image] Aug 11 20:50:08.356 INFO O| Aug 11 20:50:08.356 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-11T20:50:09.521Z[ recovery-image] Aug 11 20:50:08.365 INFO O| Aug 11 20:50:08.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67612026-08-11T20:50:09.521Z[ recovery-image] Aug 11 20:50:08.366 INFO O| Aug 11 20:50:08.366 INFO STEP 497 (remove_files) COMPLETE
67622026-08-11T20:50:09.521Z[ recovery-image] Aug 11 20:50:08.366 INFO O| Aug 11 20:50:08.366 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-11T20:50:09.531Z[ recovery-image] Aug 11 20:50:08.375 INFO O| Aug 11 20:50:08.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67642026-08-11T20:50:09.531Z[ recovery-image] Aug 11 20:50:08.375 INFO O| Aug 11 20:50:08.375 INFO STEP 498 (remove_files) COMPLETE
67652026-08-11T20:50:09.531Z[ recovery-image] Aug 11 20:50:08.375 INFO O| Aug 11 20:50:08.375 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-11T20:50:09.540Z[ recovery-image] Aug 11 20:50:08.384 INFO O| Aug 11 20:50:08.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67672026-08-11T20:50:09.540Z[ recovery-image] Aug 11 20:50:08.384 INFO O| Aug 11 20:50:08.384 INFO STEP 499 (remove_files) COMPLETE
67682026-08-11T20:50:09.540Z[ recovery-image] Aug 11 20:50:08.384 INFO O| Aug 11 20:50:08.384 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-11T20:50:09.550Z[ recovery-image] Aug 11 20:50:08.394 INFO O| Aug 11 20:50:08.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67702026-08-11T20:50:09.550Z[ recovery-image] Aug 11 20:50:08.394 INFO O| Aug 11 20:50:08.394 INFO STEP 500 (remove_files) COMPLETE
67712026-08-11T20:50:09.550Z[ recovery-image] Aug 11 20:50:08.394 INFO O| Aug 11 20:50:08.394 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-11T20:50:09.558Z[ recovery-image] Aug 11 20:50:08.402 INFO O| Aug 11 20:50:08.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67732026-08-11T20:50:09.558Z[ recovery-image] Aug 11 20:50:08.402 INFO O| Aug 11 20:50:08.402 INFO STEP 501 (remove_files) COMPLETE
67742026-08-11T20:50:09.558Z[ recovery-image] Aug 11 20:50:08.402 INFO O| Aug 11 20:50:08.402 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-11T20:50:09.566Z[ recovery-image] Aug 11 20:50:08.410 INFO O| Aug 11 20:50:08.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67762026-08-11T20:50:09.566Z[ recovery-image] Aug 11 20:50:08.410 INFO O| Aug 11 20:50:08.410 INFO STEP 502 (remove_files) COMPLETE
67772026-08-11T20:50:09.566Z[ recovery-image] Aug 11 20:50:08.410 INFO O| Aug 11 20:50:08.410 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-11T20:50:09.577Z[ recovery-image] Aug 11 20:50:08.420 INFO O| Aug 11 20:50:08.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67792026-08-11T20:50:09.577Z[ recovery-image] Aug 11 20:50:08.420 INFO O| Aug 11 20:50:08.420 INFO STEP 503 (remove_files) COMPLETE
67802026-08-11T20:50:09.577Z[ recovery-image] Aug 11 20:50:08.420 INFO O| Aug 11 20:50:08.420 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-11T20:50:09.586Z[ recovery-image] Aug 11 20:50:08.430 INFO O| Aug 11 20:50:08.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67822026-08-11T20:50:09.586Z[ recovery-image] Aug 11 20:50:08.430 INFO O| Aug 11 20:50:08.430 INFO STEP 504 (remove_files) COMPLETE
67832026-08-11T20:50:09.589Z[ recovery-image] Aug 11 20:50:08.430 INFO O| Aug 11 20:50:08.430 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-11T20:50:09.596Z[ recovery-image] Aug 11 20:50:08.440 INFO O| Aug 11 20:50:08.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67852026-08-11T20:50:09.596Z[ recovery-image] Aug 11 20:50:08.440 INFO O| Aug 11 20:50:08.440 INFO STEP 505 (remove_files) COMPLETE
67862026-08-11T20:50:09.596Z[ recovery-image] Aug 11 20:50:08.440 INFO O| Aug 11 20:50:08.440 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-11T20:50:09.606Z[ recovery-image] Aug 11 20:50:08.450 INFO O| Aug 11 20:50:08.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67882026-08-11T20:50:09.606Z[ recovery-image] Aug 11 20:50:08.450 INFO O| Aug 11 20:50:08.450 INFO STEP 506 (remove_files) COMPLETE
67892026-08-11T20:50:09.606Z[ recovery-image] Aug 11 20:50:08.450 INFO O| Aug 11 20:50:08.450 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-11T20:50:09.615Z[ recovery-image] Aug 11 20:50:08.459 INFO O| Aug 11 20:50:08.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67912026-08-11T20:50:09.615Z[ recovery-image] Aug 11 20:50:08.459 INFO O| Aug 11 20:50:08.459 INFO STEP 507 (remove_files) COMPLETE
67922026-08-11T20:50:09.615Z[ recovery-image] Aug 11 20:50:08.459 INFO O| Aug 11 20:50:08.459 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-11T20:50:09.629Z[ recovery-image] Aug 11 20:50:08.470 INFO O| Aug 11 20:50:08.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67942026-08-11T20:50:09.632Z[ recovery-image] Aug 11 20:50:08.471 INFO O| Aug 11 20:50:08.471 INFO STEP 508 (remove_files) COMPLETE
67952026-08-11T20:50:09.632Z[ recovery-image] Aug 11 20:50:08.471 INFO O| Aug 11 20:50:08.471 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-11T20:50:09.637Z[ recovery-image] Aug 11 20:50:08.481 INFO O| Aug 11 20:50:08.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67972026-08-11T20:50:09.637Z[ recovery-image] Aug 11 20:50:08.481 INFO O| Aug 11 20:50:08.481 INFO STEP 509 (remove_files) COMPLETE
67982026-08-11T20:50:09.637Z[ recovery-image] Aug 11 20:50:08.481 INFO O| Aug 11 20:50:08.481 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-11T20:50:09.646Z[ recovery-image] Aug 11 20:50:08.490 INFO O| Aug 11 20:50:08.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68002026-08-11T20:50:09.649Z[ recovery-image] Aug 11 20:50:08.491 INFO O| Aug 11 20:50:08.491 INFO STEP 510 (remove_files) COMPLETE
68012026-08-11T20:50:09.649Z[ recovery-image] Aug 11 20:50:08.491 INFO O| Aug 11 20:50:08.491 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-11T20:50:09.656Z[ recovery-image] Aug 11 20:50:08.500 INFO O| Aug 11 20:50:08.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68032026-08-11T20:50:09.656Z[ recovery-image] Aug 11 20:50:08.500 INFO O| Aug 11 20:50:08.500 INFO STEP 511 (remove_files) COMPLETE
68042026-08-11T20:50:09.656Z[ recovery-image] Aug 11 20:50:08.500 INFO O| Aug 11 20:50:08.500 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-11T20:50:09.665Z[ recovery-image] Aug 11 20:50:08.509 INFO O| Aug 11 20:50:08.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68062026-08-11T20:50:09.668Z[ recovery-image] Aug 11 20:50:08.509 INFO O| Aug 11 20:50:08.509 INFO STEP 512 (remove_files) COMPLETE
68072026-08-11T20:50:09.668Z[ recovery-image] Aug 11 20:50:08.509 INFO O| Aug 11 20:50:08.509 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-11T20:50:09.676Z[ recovery-image] Aug 11 20:50:08.520 INFO O| Aug 11 20:50:08.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68092026-08-11T20:50:09.684Z[ recovery-image] Aug 11 20:50:08.521 INFO O| Aug 11 20:50:08.521 INFO STEP 513 (remove_files) COMPLETE
68102026-08-11T20:50:09.684Z[ recovery-image] Aug 11 20:50:08.521 INFO O| Aug 11 20:50:08.521 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-11T20:50:09.687Z[ recovery-image] Aug 11 20:50:08.530 INFO O| Aug 11 20:50:08.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68122026-08-11T20:50:09.690Z[ recovery-image] Aug 11 20:50:08.531 INFO O| Aug 11 20:50:08.531 INFO STEP 514 (remove_files) COMPLETE
68132026-08-11T20:50:09.690Z[ recovery-image] Aug 11 20:50:08.531 INFO O| Aug 11 20:50:08.531 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-11T20:50:09.698Z[ recovery-image] Aug 11 20:50:08.541 INFO O| Aug 11 20:50:08.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68152026-08-11T20:50:09.698Z[ recovery-image] Aug 11 20:50:08.542 INFO O| Aug 11 20:50:08.542 INFO STEP 515 (remove_files) COMPLETE
68162026-08-11T20:50:09.701Z[ recovery-image] Aug 11 20:50:08.542 INFO O| Aug 11 20:50:08.542 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-11T20:50:09.708Z[ recovery-image] Aug 11 20:50:08.551 INFO O| Aug 11 20:50:08.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68182026-08-11T20:50:09.709Z[ recovery-image] Aug 11 20:50:08.551 INFO O| Aug 11 20:50:08.551 INFO STEP 516 (remove_files) COMPLETE
68192026-08-11T20:50:09.709Z[ recovery-image] Aug 11 20:50:08.551 INFO O| Aug 11 20:50:08.551 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-11T20:50:09.716Z[ recovery-image] Aug 11 20:50:08.559 INFO O| Aug 11 20:50:08.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68212026-08-11T20:50:09.716Z[ recovery-image] Aug 11 20:50:08.559 INFO O| Aug 11 20:50:08.559 INFO STEP 517 (remove_files) COMPLETE
68222026-08-11T20:50:09.716Z[ recovery-image] Aug 11 20:50:08.559 INFO O| Aug 11 20:50:08.559 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-11T20:50:09.724Z[ recovery-image] Aug 11 20:50:08.568 INFO O| Aug 11 20:50:08.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68242026-08-11T20:50:09.724Z[ recovery-image] Aug 11 20:50:08.568 INFO O| Aug 11 20:50:08.568 INFO STEP 518 (remove_files) COMPLETE
68252026-08-11T20:50:09.727Z[ recovery-image] Aug 11 20:50:08.568 INFO O| Aug 11 20:50:08.568 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-11T20:50:09.734Z[ recovery-image] Aug 11 20:50:08.576 INFO O| Aug 11 20:50:08.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68272026-08-11T20:50:09.734Z[ recovery-image] Aug 11 20:50:08.576 INFO O| Aug 11 20:50:08.576 INFO STEP 519 (remove_files) COMPLETE
68282026-08-11T20:50:09.734Z[ recovery-image] Aug 11 20:50:08.576 INFO O| Aug 11 20:50:08.576 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-11T20:50:09.741Z[ recovery-image] Aug 11 20:50:08.585 INFO O| Aug 11 20:50:08.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68302026-08-11T20:50:09.741Z[ recovery-image] Aug 11 20:50:08.585 INFO O| Aug 11 20:50:08.585 INFO STEP 520 (remove_files) COMPLETE
68312026-08-11T20:50:09.741Z[ recovery-image] Aug 11 20:50:08.585 INFO O| Aug 11 20:50:08.585 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-11T20:50:09.750Z[ recovery-image] Aug 11 20:50:08.594 INFO O| Aug 11 20:50:08.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68332026-08-11T20:50:09.750Z[ recovery-image] Aug 11 20:50:08.594 INFO O| Aug 11 20:50:08.594 INFO STEP 521 (remove_files) COMPLETE
68342026-08-11T20:50:09.750Z[ recovery-image] Aug 11 20:50:08.594 INFO O| Aug 11 20:50:08.594 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-11T20:50:09.759Z[ recovery-image] Aug 11 20:50:08.603 INFO O| Aug 11 20:50:08.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68362026-08-11T20:50:09.759Z[ recovery-image] Aug 11 20:50:08.603 INFO O| Aug 11 20:50:08.603 INFO STEP 522 (remove_files) COMPLETE
68372026-08-11T20:50:09.759Z[ recovery-image] Aug 11 20:50:08.603 INFO O| Aug 11 20:50:08.603 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-11T20:50:09.768Z[ recovery-image] Aug 11 20:50:08.611 INFO O| Aug 11 20:50:08.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68392026-08-11T20:50:09.768Z[ recovery-image] Aug 11 20:50:08.611 INFO O| Aug 11 20:50:08.611 INFO STEP 523 (remove_files) COMPLETE
68402026-08-11T20:50:09.768Z[ recovery-image] Aug 11 20:50:08.612 INFO O| Aug 11 20:50:08.611 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-11T20:50:09.778Z[ recovery-image] Aug 11 20:50:08.622 INFO O| Aug 11 20:50:08.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68422026-08-11T20:50:09.778Z[ recovery-image] Aug 11 20:50:08.622 INFO O| Aug 11 20:50:08.622 INFO STEP 524 (remove_files) COMPLETE
68432026-08-11T20:50:09.778Z[ recovery-image] Aug 11 20:50:08.622 INFO O| Aug 11 20:50:08.622 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-11T20:50:09.788Z[ recovery-image] Aug 11 20:50:08.632 INFO O| Aug 11 20:50:08.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68452026-08-11T20:50:09.788Z[ recovery-image] Aug 11 20:50:08.632 INFO O| Aug 11 20:50:08.632 INFO STEP 525 (remove_files) COMPLETE
68462026-08-11T20:50:09.788Z[ recovery-image] Aug 11 20:50:08.632 INFO O| Aug 11 20:50:08.632 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-11T20:50:09.793Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
68482026-08-11T20:50:09.797Z[ recovery-image] Aug 11 20:50:08.641 INFO O| Aug 11 20:50:08.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68492026-08-11T20:50:09.797Z[ recovery-image] Aug 11 20:50:08.641 INFO O| Aug 11 20:50:08.641 INFO STEP 526 (remove_files) COMPLETE
68502026-08-11T20:50:09.797Z[ recovery-image] Aug 11 20:50:08.641 INFO O| Aug 11 20:50:08.641 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-11T20:50:09.808Z[ recovery-image] Aug 11 20:50:08.651 INFO O| Aug 11 20:50:08.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68522026-08-11T20:50:09.808Z[ recovery-image] Aug 11 20:50:08.651 INFO O| Aug 11 20:50:08.651 INFO STEP 527 (remove_files) COMPLETE
68532026-08-11T20:50:09.808Z[ recovery-image] Aug 11 20:50:08.651 INFO O| Aug 11 20:50:08.651 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-11T20:50:09.816Z[ recovery-image] Aug 11 20:50:08.660 INFO O| Aug 11 20:50:08.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68552026-08-11T20:50:09.816Z[ recovery-image] Aug 11 20:50:08.660 INFO O| Aug 11 20:50:08.660 INFO STEP 528 (remove_files) COMPLETE
68562026-08-11T20:50:09.816Z[ recovery-image] Aug 11 20:50:08.660 INFO O| Aug 11 20:50:08.660 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-11T20:50:09.825Z[ recovery-image] Aug 11 20:50:08.669 INFO O| Aug 11 20:50:08.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68582026-08-11T20:50:09.825Z[ recovery-image] Aug 11 20:50:08.669 INFO O| Aug 11 20:50:08.669 INFO STEP 529 (remove_files) COMPLETE
68592026-08-11T20:50:09.825Z[ recovery-image] Aug 11 20:50:08.669 INFO O| Aug 11 20:50:08.669 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-11T20:50:09.834Z[ recovery-image] Aug 11 20:50:08.678 INFO O| Aug 11 20:50:08.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68612026-08-11T20:50:09.834Z[ recovery-image] Aug 11 20:50:08.678 INFO O| Aug 11 20:50:08.678 INFO STEP 530 (remove_files) COMPLETE
68622026-08-11T20:50:09.834Z[ recovery-image] Aug 11 20:50:08.678 INFO O| Aug 11 20:50:08.678 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-11T20:50:09.845Z[ recovery-image] Aug 11 20:50:08.689 INFO O| Aug 11 20:50:08.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68642026-08-11T20:50:09.845Z[ recovery-image] Aug 11 20:50:08.689 INFO O| Aug 11 20:50:08.689 INFO STEP 531 (remove_files) COMPLETE
68652026-08-11T20:50:09.845Z[ recovery-image] Aug 11 20:50:08.689 INFO O| Aug 11 20:50:08.689 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-11T20:50:09.861Z[ recovery-image] Aug 11 20:50:08.704 INFO O| Aug 11 20:50:08.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68672026-08-11T20:50:09.861Z[ recovery-image] Aug 11 20:50:08.705 INFO O| Aug 11 20:50:08.701 INFO STEP 532 (remove_files) COMPLETE
68682026-08-11T20:50:09.861Z[ recovery-image] Aug 11 20:50:08.705 INFO O| Aug 11 20:50:08.701 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-11T20:50:09.867Z[ recovery-image] Aug 11 20:50:08.711 INFO O| Aug 11 20:50:08.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68702026-08-11T20:50:09.867Z[ recovery-image] Aug 11 20:50:08.711 INFO O| Aug 11 20:50:08.711 INFO STEP 533 (remove_files) COMPLETE
68712026-08-11T20:50:09.867Z[ recovery-image] Aug 11 20:50:08.711 INFO O| Aug 11 20:50:08.711 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-11T20:50:09.877Z[ recovery-image] Aug 11 20:50:08.720 INFO O| Aug 11 20:50:08.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68732026-08-11T20:50:09.877Z[ recovery-image] Aug 11 20:50:08.720 INFO O| Aug 11 20:50:08.720 INFO STEP 534 (remove_files) COMPLETE
68742026-08-11T20:50:09.877Z[ recovery-image] Aug 11 20:50:08.720 INFO O| Aug 11 20:50:08.720 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-11T20:50:09.886Z[ recovery-image] Aug 11 20:50:08.730 INFO O| Aug 11 20:50:08.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68762026-08-11T20:50:09.889Z[ recovery-image] Aug 11 20:50:08.731 INFO O| Aug 11 20:50:08.731 INFO STEP 535 (remove_files) COMPLETE
68772026-08-11T20:50:09.889Z[ recovery-image] Aug 11 20:50:08.731 INFO O| Aug 11 20:50:08.731 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-11T20:50:09.898Z[ recovery-image] Aug 11 20:50:08.742 INFO O| Aug 11 20:50:08.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68792026-08-11T20:50:09.898Z[ recovery-image] Aug 11 20:50:08.742 INFO O| Aug 11 20:50:08.742 INFO STEP 536 (remove_files) COMPLETE
68802026-08-11T20:50:09.898Z[ recovery-image] Aug 11 20:50:08.742 INFO O| Aug 11 20:50:08.742 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-11T20:50:09.911Z[ recovery-image] Aug 11 20:50:08.752 INFO O| Aug 11 20:50:08.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68822026-08-11T20:50:09.911Z[ recovery-image] Aug 11 20:50:08.753 INFO O| Aug 11 20:50:08.753 INFO STEP 537 (remove_files) COMPLETE
68832026-08-11T20:50:09.911Z[ recovery-image] Aug 11 20:50:08.753 INFO O| Aug 11 20:50:08.753 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-11T20:50:09.922Z[ recovery-image] Aug 11 20:50:08.764 INFO O| Aug 11 20:50:08.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68852026-08-11T20:50:09.922Z[ recovery-image] Aug 11 20:50:08.764 INFO O| Aug 11 20:50:08.764 INFO STEP 538 (remove_files) COMPLETE
68862026-08-11T20:50:09.922Z[ recovery-image] Aug 11 20:50:08.765 INFO O| Aug 11 20:50:08.764 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-11T20:50:09.932Z[ recovery-image] Aug 11 20:50:08.776 INFO O| Aug 11 20:50:08.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68882026-08-11T20:50:09.932Z[ recovery-image] Aug 11 20:50:08.776 INFO O| Aug 11 20:50:08.776 INFO STEP 539 (remove_files) COMPLETE
68892026-08-11T20:50:09.935Z[ recovery-image] Aug 11 20:50:08.776 INFO O| Aug 11 20:50:08.776 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-11T20:50:09.943Z[ recovery-image] Aug 11 20:50:08.787 INFO O| Aug 11 20:50:08.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68912026-08-11T20:50:09.943Z[ recovery-image] Aug 11 20:50:08.787 INFO O| Aug 11 20:50:08.787 INFO STEP 540 (remove_files) COMPLETE
68922026-08-11T20:50:09.943Z[ recovery-image] Aug 11 20:50:08.787 INFO O| Aug 11 20:50:08.787 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-11T20:50:09.951Z[ recovery-image] Aug 11 20:50:08.795 INFO O| Aug 11 20:50:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68942026-08-11T20:50:09.951Z[ recovery-image] Aug 11 20:50:08.795 INFO O| Aug 11 20:50:08.795 INFO STEP 541 (remove_files) COMPLETE
68952026-08-11T20:50:09.951Z[ recovery-image] Aug 11 20:50:08.795 INFO O| Aug 11 20:50:08.795 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-11T20:50:09.959Z[ recovery-image] Aug 11 20:50:08.803 INFO O| Aug 11 20:50:08.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68972026-08-11T20:50:09.959Z[ recovery-image] Aug 11 20:50:08.803 INFO O| Aug 11 20:50:08.803 INFO STEP 542 (remove_files) COMPLETE
68982026-08-11T20:50:09.959Z[ recovery-image] Aug 11 20:50:08.803 INFO O| Aug 11 20:50:08.803 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-11T20:50:09.969Z[ recovery-image] Aug 11 20:50:08.813 INFO O| Aug 11 20:50:08.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69002026-08-11T20:50:09.969Z[ recovery-image] Aug 11 20:50:08.813 INFO O| Aug 11 20:50:08.813 INFO STEP 543 (remove_files) COMPLETE
69012026-08-11T20:50:09.969Z[ recovery-image] Aug 11 20:50:08.813 INFO O| Aug 11 20:50:08.813 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-11T20:50:09.979Z[ recovery-image] Aug 11 20:50:08.822 INFO O| Aug 11 20:50:08.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69032026-08-11T20:50:09.979Z[ recovery-image] Aug 11 20:50:08.822 INFO O| Aug 11 20:50:08.822 INFO STEP 544 (remove_files) COMPLETE
69042026-08-11T20:50:09.979Z[ recovery-image] Aug 11 20:50:08.822 INFO O| Aug 11 20:50:08.822 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-11T20:50:09.988Z[ recovery-image] Aug 11 20:50:08.832 INFO O| Aug 11 20:50:08.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69062026-08-11T20:50:09.988Z[ recovery-image] Aug 11 20:50:08.832 INFO O| Aug 11 20:50:08.832 INFO STEP 545 (remove_files) COMPLETE
69072026-08-11T20:50:09.988Z[ recovery-image] Aug 11 20:50:08.832 INFO O| Aug 11 20:50:08.832 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-11T20:50:09.998Z[ recovery-image] Aug 11 20:50:08.841 INFO O| Aug 11 20:50:08.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69092026-08-11T20:50:09.998Z[ recovery-image] Aug 11 20:50:08.841 INFO O| Aug 11 20:50:08.841 INFO STEP 546 (remove_files) COMPLETE
69102026-08-11T20:50:10.001Z[ recovery-image] Aug 11 20:50:08.841 INFO O| Aug 11 20:50:08.841 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-11T20:50:10.006Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
69122026-08-11T20:50:10.010Z[ recovery-image] Aug 11 20:50:08.850 INFO O| Aug 11 20:50:08.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69132026-08-11T20:50:10.010Z[ recovery-image] Aug 11 20:50:08.850 INFO O| Aug 11 20:50:08.850 INFO STEP 547 (remove_files) COMPLETE
69142026-08-11T20:50:10.010Z[ recovery-image] Aug 11 20:50:08.850 INFO O| Aug 11 20:50:08.850 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-11T20:50:10.017Z[ recovery-image] Aug 11 20:50:08.861 INFO O| Aug 11 20:50:08.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69162026-08-11T20:50:10.017Z[ recovery-image] Aug 11 20:50:08.861 INFO O| Aug 11 20:50:08.861 INFO STEP 548 (remove_files) COMPLETE
69172026-08-11T20:50:10.020Z[ recovery-image] Aug 11 20:50:08.861 INFO O| Aug 11 20:50:08.861 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-11T20:50:10.027Z[ recovery-image] Aug 11 20:50:08.871 INFO O| Aug 11 20:50:08.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69192026-08-11T20:50:10.027Z[ recovery-image] Aug 11 20:50:08.871 INFO O| Aug 11 20:50:08.871 INFO STEP 549 (remove_files) COMPLETE
69202026-08-11T20:50:10.027Z[ recovery-image] Aug 11 20:50:08.871 INFO O| Aug 11 20:50:08.871 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-11T20:50:10.037Z[ recovery-image] Aug 11 20:50:08.881 INFO O| Aug 11 20:50:08.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69222026-08-11T20:50:10.037Z[ recovery-image] Aug 11 20:50:08.881 INFO O| Aug 11 20:50:08.881 INFO STEP 550 (remove_files) COMPLETE
69232026-08-11T20:50:10.037Z[ recovery-image] Aug 11 20:50:08.881 INFO O| Aug 11 20:50:08.881 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-11T20:50:10.047Z[ recovery-image] Aug 11 20:50:08.891 INFO O| Aug 11 20:50:08.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69252026-08-11T20:50:10.047Z[ recovery-image] Aug 11 20:50:08.891 INFO O| Aug 11 20:50:08.891 INFO STEP 551 (remove_files) COMPLETE
69262026-08-11T20:50:10.047Z[ recovery-image] Aug 11 20:50:08.891 INFO O| Aug 11 20:50:08.891 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-11T20:50:10.057Z[ recovery-image] Aug 11 20:50:08.901 INFO O| Aug 11 20:50:08.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69282026-08-11T20:50:10.057Z[ recovery-image] Aug 11 20:50:08.901 INFO O| Aug 11 20:50:08.901 INFO STEP 552 (remove_files) COMPLETE
69292026-08-11T20:50:10.058Z[ recovery-image] Aug 11 20:50:08.901 INFO O| Aug 11 20:50:08.901 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-11T20:50:10.067Z[ recovery-image] Aug 11 20:50:08.911 INFO O| Aug 11 20:50:08.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69312026-08-11T20:50:10.067Z[ recovery-image] Aug 11 20:50:08.911 INFO O| Aug 11 20:50:08.911 INFO STEP 553 (remove_files) COMPLETE
69322026-08-11T20:50:10.067Z[ recovery-image] Aug 11 20:50:08.911 INFO O| Aug 11 20:50:08.911 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-11T20:50:10.076Z[ recovery-image] Aug 11 20:50:08.920 INFO O| Aug 11 20:50:08.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69342026-08-11T20:50:10.076Z[ recovery-image] Aug 11 20:50:08.920 INFO O| Aug 11 20:50:08.920 INFO STEP 554 (remove_files) COMPLETE
69352026-08-11T20:50:10.077Z[ recovery-image] Aug 11 20:50:08.920 INFO O| Aug 11 20:50:08.920 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-11T20:50:10.087Z[ recovery-image] Aug 11 20:50:08.931 INFO O| Aug 11 20:50:08.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69372026-08-11T20:50:10.087Z[ recovery-image] Aug 11 20:50:08.931 INFO O| Aug 11 20:50:08.931 INFO STEP 555 (remove_files) COMPLETE
69382026-08-11T20:50:10.087Z[ recovery-image] Aug 11 20:50:08.931 INFO O| Aug 11 20:50:08.931 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-11T20:50:10.097Z[ recovery-image] Aug 11 20:50:08.941 INFO O| Aug 11 20:50:08.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69402026-08-11T20:50:10.097Z[ recovery-image] Aug 11 20:50:08.941 INFO O| Aug 11 20:50:08.941 INFO STEP 556 (remove_files) COMPLETE
69412026-08-11T20:50:10.097Z[ recovery-image] Aug 11 20:50:08.941 INFO O| Aug 11 20:50:08.941 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-11T20:50:10.107Z[ recovery-image] Aug 11 20:50:08.951 INFO O| Aug 11 20:50:08.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69432026-08-11T20:50:10.107Z[ recovery-image] Aug 11 20:50:08.951 INFO O| Aug 11 20:50:08.951 INFO STEP 557 (remove_files) COMPLETE
69442026-08-11T20:50:10.111Z[ recovery-image] Aug 11 20:50:08.951 INFO O| Aug 11 20:50:08.951 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-11T20:50:10.116Z[ recovery-image] Aug 11 20:50:08.960 INFO O| Aug 11 20:50:08.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69462026-08-11T20:50:10.116Z[ recovery-image] Aug 11 20:50:08.960 INFO O| Aug 11 20:50:08.960 INFO STEP 558 (remove_files) COMPLETE
69472026-08-11T20:50:10.120Z[ recovery-image] Aug 11 20:50:08.960 INFO O| Aug 11 20:50:08.960 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-11T20:50:10.126Z[ recovery-image] Aug 11 20:50:08.970 INFO O| Aug 11 20:50:08.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69492026-08-11T20:50:10.126Z[ recovery-image] Aug 11 20:50:08.970 INFO O| Aug 11 20:50:08.970 INFO STEP 559 (remove_files) COMPLETE
69502026-08-11T20:50:10.130Z[ recovery-image] Aug 11 20:50:08.970 INFO O| Aug 11 20:50:08.970 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-11T20:50:10.136Z[ recovery-image] Aug 11 20:50:08.980 INFO O| Aug 11 20:50:08.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69522026-08-11T20:50:10.136Z[ recovery-image] Aug 11 20:50:08.980 INFO O| Aug 11 20:50:08.980 INFO STEP 560 (remove_files) COMPLETE
69532026-08-11T20:50:10.136Z[ recovery-image] Aug 11 20:50:08.980 INFO O| Aug 11 20:50:08.980 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-11T20:50:10.147Z[ recovery-image] Aug 11 20:50:08.991 INFO O| Aug 11 20:50:08.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69552026-08-11T20:50:10.147Z[ recovery-image] Aug 11 20:50:08.991 INFO O| Aug 11 20:50:08.991 INFO STEP 561 (remove_files) COMPLETE
69562026-08-11T20:50:10.151Z[ recovery-image] Aug 11 20:50:08.991 INFO O| Aug 11 20:50:08.991 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-11T20:50:10.158Z[ recovery-image] Aug 11 20:50:09.002 INFO O| Aug 11 20:50:09.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69582026-08-11T20:50:10.158Z[ recovery-image] Aug 11 20:50:09.002 INFO O| Aug 11 20:50:09.002 INFO STEP 562 (remove_files) COMPLETE
69592026-08-11T20:50:10.158Z[ recovery-image] Aug 11 20:50:09.002 INFO O| Aug 11 20:50:09.002 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-11T20:50:10.168Z[ recovery-image] Aug 11 20:50:09.011 INFO O| Aug 11 20:50:09.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69612026-08-11T20:50:10.168Z[ recovery-image] Aug 11 20:50:09.012 INFO O| Aug 11 20:50:09.011 INFO STEP 563 (remove_files) COMPLETE
69622026-08-11T20:50:10.168Z[ recovery-image] Aug 11 20:50:09.012 INFO O| Aug 11 20:50:09.012 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-11T20:50:10.178Z[ recovery-image] Aug 11 20:50:09.022 INFO O| Aug 11 20:50:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69642026-08-11T20:50:10.178Z[ recovery-image] Aug 11 20:50:09.022 INFO O| Aug 11 20:50:09.022 INFO STEP 564 (remove_files) COMPLETE
69652026-08-11T20:50:10.178Z[ recovery-image] Aug 11 20:50:09.022 INFO O| Aug 11 20:50:09.022 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-11T20:50:10.189Z[ recovery-image] Aug 11 20:50:09.032 INFO O| Aug 11 20:50:09.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69672026-08-11T20:50:10.189Z[ recovery-image] Aug 11 20:50:09.032 INFO O| Aug 11 20:50:09.032 INFO STEP 565 (remove_files) COMPLETE
69682026-08-11T20:50:10.189Z[ recovery-image] Aug 11 20:50:09.032 INFO O| Aug 11 20:50:09.032 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-11T20:50:10.201Z[ recovery-image] Aug 11 20:50:09.044 INFO O| Aug 11 20:50:09.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69702026-08-11T20:50:10.201Z[ recovery-image] Aug 11 20:50:09.044 INFO O| Aug 11 20:50:09.044 INFO STEP 566 (remove_files) COMPLETE
69712026-08-11T20:50:10.201Z[ recovery-image] Aug 11 20:50:09.044 INFO O| Aug 11 20:50:09.044 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-11T20:50:10.211Z[ recovery-image] Aug 11 20:50:09.055 INFO O| Aug 11 20:50:09.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69732026-08-11T20:50:10.211Z[ recovery-image] Aug 11 20:50:09.055 INFO O| Aug 11 20:50:09.055 INFO STEP 567 (remove_files) COMPLETE
69742026-08-11T20:50:10.211Z[ recovery-image] Aug 11 20:50:09.055 INFO O| Aug 11 20:50:09.055 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-11T20:50:10.222Z[ recovery-image] Aug 11 20:50:09.066 INFO O| Aug 11 20:50:09.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69762026-08-11T20:50:10.222Z[ recovery-image] Aug 11 20:50:09.066 INFO O| Aug 11 20:50:09.066 INFO STEP 568 (remove_files) COMPLETE
69772026-08-11T20:50:10.222Z[ recovery-image] Aug 11 20:50:09.066 INFO O| Aug 11 20:50:09.066 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-11T20:50:10.233Z[ recovery-image] Aug 11 20:50:09.077 INFO O| Aug 11 20:50:09.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69792026-08-11T20:50:10.233Z[ recovery-image] Aug 11 20:50:09.077 INFO O| Aug 11 20:50:09.077 INFO STEP 569 (remove_files) COMPLETE
69802026-08-11T20:50:10.233Z[ recovery-image] Aug 11 20:50:09.077 INFO O| Aug 11 20:50:09.077 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-11T20:50:10.244Z[ recovery-image] Aug 11 20:50:09.087 INFO O| Aug 11 20:50:09.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69822026-08-11T20:50:10.244Z[ recovery-image] Aug 11 20:50:09.087 INFO O| Aug 11 20:50:09.087 INFO STEP 570 (remove_files) COMPLETE
69832026-08-11T20:50:10.244Z[ recovery-image] Aug 11 20:50:09.087 INFO O| Aug 11 20:50:09.087 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-11T20:50:10.254Z[ recovery-image] Aug 11 20:50:09.098 INFO O| Aug 11 20:50:09.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69852026-08-11T20:50:10.254Z[ recovery-image] Aug 11 20:50:09.098 INFO O| Aug 11 20:50:09.098 INFO STEP 571 (remove_files) COMPLETE
69862026-08-11T20:50:10.254Z[ recovery-image] Aug 11 20:50:09.098 INFO O| Aug 11 20:50:09.098 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-11T20:50:10.264Z[ recovery-image] Aug 11 20:50:09.108 INFO O| Aug 11 20:50:09.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69882026-08-11T20:50:10.264Z[ recovery-image] Aug 11 20:50:09.108 INFO O| Aug 11 20:50:09.108 INFO STEP 572 (remove_files) COMPLETE
69892026-08-11T20:50:10.264Z[ recovery-image] Aug 11 20:50:09.108 INFO O| Aug 11 20:50:09.108 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-11T20:50:10.274Z[ recovery-image] Aug 11 20:50:09.117 INFO O| Aug 11 20:50:09.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69912026-08-11T20:50:10.274Z[ recovery-image] Aug 11 20:50:09.118 INFO O| Aug 11 20:50:09.118 INFO STEP 573 (remove_files) COMPLETE
69922026-08-11T20:50:10.280Z[ recovery-image] Aug 11 20:50:09.118 INFO O| Aug 11 20:50:09.118 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-11T20:50:10.285Z[ recovery-image] Aug 11 20:50:09.129 INFO O| Aug 11 20:50:09.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69942026-08-11T20:50:10.285Z[ recovery-image] Aug 11 20:50:09.129 INFO O| Aug 11 20:50:09.129 INFO STEP 574 (remove_files) COMPLETE
69952026-08-11T20:50:10.285Z[ recovery-image] Aug 11 20:50:09.129 INFO O| Aug 11 20:50:09.129 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-11T20:50:10.294Z[ recovery-image] Aug 11 20:50:09.138 INFO O| Aug 11 20:50:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69972026-08-11T20:50:10.294Z[ recovery-image] Aug 11 20:50:09.138 INFO O| Aug 11 20:50:09.138 INFO STEP 575 (remove_files) COMPLETE
69982026-08-11T20:50:10.294Z[ recovery-image] Aug 11 20:50:09.138 INFO O| Aug 11 20:50:09.138 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-11T20:50:10.306Z[ recovery-image] Aug 11 20:50:09.150 INFO O| Aug 11 20:50:09.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70002026-08-11T20:50:10.306Z[ recovery-image] Aug 11 20:50:09.150 INFO O| Aug 11 20:50:09.150 INFO STEP 576 (remove_files) COMPLETE
70012026-08-11T20:50:10.306Z[ recovery-image] Aug 11 20:50:09.150 INFO O| Aug 11 20:50:09.150 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-11T20:50:10.317Z[ recovery-image] Aug 11 20:50:09.161 INFO O| Aug 11 20:50:09.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70032026-08-11T20:50:10.317Z[ recovery-image] Aug 11 20:50:09.161 INFO O| Aug 11 20:50:09.161 INFO STEP 577 (remove_files) COMPLETE
70042026-08-11T20:50:10.317Z[ recovery-image] Aug 11 20:50:09.161 INFO O| Aug 11 20:50:09.161 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-11T20:50:10.328Z[ recovery-image] Aug 11 20:50:09.171 INFO O| Aug 11 20:50:09.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70062026-08-11T20:50:10.328Z[ recovery-image] Aug 11 20:50:09.171 INFO O| Aug 11 20:50:09.171 INFO STEP 578 (remove_files) COMPLETE
70072026-08-11T20:50:10.328Z[ recovery-image] Aug 11 20:50:09.171 INFO O| Aug 11 20:50:09.171 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-11T20:50:10.337Z[ recovery-image] Aug 11 20:50:09.181 INFO O| Aug 11 20:50:09.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70092026-08-11T20:50:10.337Z[ recovery-image] Aug 11 20:50:09.181 INFO O| Aug 11 20:50:09.181 INFO STEP 579 (remove_files) COMPLETE
70102026-08-11T20:50:10.337Z[ recovery-image] Aug 11 20:50:09.181 INFO O| Aug 11 20:50:09.181 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-11T20:50:10.347Z[ recovery-image] Aug 11 20:50:09.190 INFO O| Aug 11 20:50:09.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70122026-08-11T20:50:10.347Z[ recovery-image] Aug 11 20:50:09.190 INFO O| Aug 11 20:50:09.190 INFO STEP 580 (remove_files) COMPLETE
70132026-08-11T20:50:10.347Z[ recovery-image] Aug 11 20:50:09.190 INFO O| Aug 11 20:50:09.190 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-11T20:50:10.356Z[ recovery-image] Aug 11 20:50:09.200 INFO O| Aug 11 20:50:09.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70152026-08-11T20:50:10.356Z[ recovery-image] Aug 11 20:50:09.200 INFO O| Aug 11 20:50:09.200 INFO STEP 581 (remove_files) COMPLETE
70162026-08-11T20:50:10.360Z[ recovery-image] Aug 11 20:50:09.200 INFO O| Aug 11 20:50:09.200 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-11T20:50:10.366Z[ recovery-image] Aug 11 20:50:09.210 INFO O| Aug 11 20:50:09.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70182026-08-11T20:50:10.366Z[ recovery-image] Aug 11 20:50:09.210 INFO O| Aug 11 20:50:09.210 INFO STEP 582 (remove_files) COMPLETE
70192026-08-11T20:50:10.366Z[ recovery-image] Aug 11 20:50:09.210 INFO O| Aug 11 20:50:09.210 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-11T20:50:10.375Z[ recovery-image] Aug 11 20:50:09.219 INFO O| Aug 11 20:50:09.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70212026-08-11T20:50:10.375Z[ recovery-image] Aug 11 20:50:09.219 INFO O| Aug 11 20:50:09.219 INFO STEP 583 (remove_files) COMPLETE
70222026-08-11T20:50:10.375Z[ recovery-image] Aug 11 20:50:09.219 INFO O| Aug 11 20:50:09.219 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-11T20:50:10.385Z[ recovery-image] Aug 11 20:50:09.229 INFO O| Aug 11 20:50:09.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70242026-08-11T20:50:10.385Z[ recovery-image] Aug 11 20:50:09.229 INFO O| Aug 11 20:50:09.229 INFO STEP 584 (remove_files) COMPLETE
70252026-08-11T20:50:10.389Z[ recovery-image] Aug 11 20:50:09.229 INFO O| Aug 11 20:50:09.229 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-11T20:50:10.395Z[ recovery-image] Aug 11 20:50:09.239 INFO O| Aug 11 20:50:09.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70272026-08-11T20:50:10.396Z[ recovery-image] Aug 11 20:50:09.239 INFO O| Aug 11 20:50:09.239 INFO STEP 585 (remove_files) COMPLETE
70282026-08-11T20:50:10.396Z[ recovery-image] Aug 11 20:50:09.239 INFO O| Aug 11 20:50:09.239 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-11T20:50:10.406Z[ recovery-image] Aug 11 20:50:09.250 INFO O| Aug 11 20:50:09.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70302026-08-11T20:50:10.406Z[ recovery-image] Aug 11 20:50:09.250 INFO O| Aug 11 20:50:09.250 INFO STEP 586 (remove_files) COMPLETE
70312026-08-11T20:50:10.406Z[ recovery-image] Aug 11 20:50:09.250 INFO O| Aug 11 20:50:09.250 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-11T20:50:10.416Z[ recovery-image] Aug 11 20:50:09.260 INFO O| Aug 11 20:50:09.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70332026-08-11T20:50:10.416Z[ recovery-image] Aug 11 20:50:09.260 INFO O| Aug 11 20:50:09.260 INFO STEP 587 (remove_files) COMPLETE
70342026-08-11T20:50:10.416Z[ recovery-image] Aug 11 20:50:09.260 INFO O| Aug 11 20:50:09.260 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-11T20:50:10.427Z[ recovery-image] Aug 11 20:50:09.270 INFO O| Aug 11 20:50:09.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70362026-08-11T20:50:10.427Z[ recovery-image] Aug 11 20:50:09.270 INFO O| Aug 11 20:50:09.270 INFO STEP 588 (remove_files) COMPLETE
70372026-08-11T20:50:10.431Z[ recovery-image] Aug 11 20:50:09.270 INFO O| Aug 11 20:50:09.270 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-11T20:50:10.435Z[ recovery-image] Aug 11 20:50:09.279 INFO O| Aug 11 20:50:09.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70392026-08-11T20:50:10.435Z[ recovery-image] Aug 11 20:50:09.279 INFO O| Aug 11 20:50:09.279 INFO STEP 589 (remove_files) COMPLETE
70402026-08-11T20:50:10.435Z[ recovery-image] Aug 11 20:50:09.279 INFO O| Aug 11 20:50:09.279 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-11T20:50:10.444Z[ recovery-image] Aug 11 20:50:09.287 INFO O| Aug 11 20:50:09.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70422026-08-11T20:50:10.444Z[ recovery-image] Aug 11 20:50:09.287 INFO O| Aug 11 20:50:09.287 INFO STEP 590 (remove_files) COMPLETE
70432026-08-11T20:50:10.444Z[ recovery-image] Aug 11 20:50:09.287 INFO O| Aug 11 20:50:09.287 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-11T20:50:10.452Z[ recovery-image] Aug 11 20:50:09.296 INFO O| Aug 11 20:50:09.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70452026-08-11T20:50:10.452Z[ recovery-image] Aug 11 20:50:09.296 INFO O| Aug 11 20:50:09.296 INFO STEP 591 (remove_files) COMPLETE
70462026-08-11T20:50:10.455Z[ recovery-image] Aug 11 20:50:09.296 INFO O| Aug 11 20:50:09.296 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-11T20:50:10.461Z[ recovery-image] Aug 11 20:50:09.305 INFO O| Aug 11 20:50:09.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70482026-08-11T20:50:10.461Z[ recovery-image] Aug 11 20:50:09.305 INFO O| Aug 11 20:50:09.305 INFO STEP 592 (remove_files) COMPLETE
70492026-08-11T20:50:10.461Z[ recovery-image] Aug 11 20:50:09.305 INFO O| Aug 11 20:50:09.305 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-11T20:50:10.472Z[ recovery-image] Aug 11 20:50:09.316 INFO O| Aug 11 20:50:09.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70512026-08-11T20:50:10.472Z[ recovery-image] Aug 11 20:50:09.316 INFO O| Aug 11 20:50:09.316 INFO STEP 593 (remove_files) COMPLETE
70522026-08-11T20:50:10.472Z[ recovery-image] Aug 11 20:50:09.316 INFO O| Aug 11 20:50:09.316 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-11T20:50:10.483Z[ recovery-image] Aug 11 20:50:09.327 INFO O| Aug 11 20:50:09.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70542026-08-11T20:50:10.483Z[ recovery-image] Aug 11 20:50:09.327 INFO O| Aug 11 20:50:09.327 INFO STEP 594 (remove_files) COMPLETE
70552026-08-11T20:50:10.483Z[ recovery-image] Aug 11 20:50:09.327 INFO O| Aug 11 20:50:09.327 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-11T20:50:10.495Z[ recovery-image] Aug 11 20:50:09.338 INFO O| Aug 11 20:50:09.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70572026-08-11T20:50:10.495Z[ recovery-image] Aug 11 20:50:09.338 INFO O| Aug 11 20:50:09.338 INFO STEP 595 (remove_files) COMPLETE
70582026-08-11T20:50:10.495Z[ recovery-image] Aug 11 20:50:09.338 INFO O| Aug 11 20:50:09.338 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-11T20:50:10.506Z[ recovery-image] Aug 11 20:50:09.349 INFO O| Aug 11 20:50:09.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70602026-08-11T20:50:10.506Z[ recovery-image] Aug 11 20:50:09.349 INFO O| Aug 11 20:50:09.349 INFO STEP 596 (remove_files) COMPLETE
70612026-08-11T20:50:10.506Z[ recovery-image] Aug 11 20:50:09.349 INFO O| Aug 11 20:50:09.349 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-11T20:50:10.515Z[ recovery-image] Aug 11 20:50:09.358 INFO O| Aug 11 20:50:09.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70632026-08-11T20:50:10.515Z[ recovery-image] Aug 11 20:50:09.358 INFO O| Aug 11 20:50:09.358 INFO STEP 597 (remove_files) COMPLETE
70642026-08-11T20:50:10.515Z[ recovery-image] Aug 11 20:50:09.358 INFO O| Aug 11 20:50:09.358 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-11T20:50:10.524Z[ recovery-image] Aug 11 20:50:09.368 INFO O| Aug 11 20:50:09.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70662026-08-11T20:50:10.525Z[ recovery-image] Aug 11 20:50:09.368 INFO O| Aug 11 20:50:09.368 INFO STEP 598 (remove_files) COMPLETE
70672026-08-11T20:50:10.525Z[ recovery-image] Aug 11 20:50:09.368 INFO O| Aug 11 20:50:09.368 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-11T20:50:10.535Z[ recovery-image] Aug 11 20:50:09.378 INFO O| Aug 11 20:50:09.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70692026-08-11T20:50:10.535Z[ recovery-image] Aug 11 20:50:09.378 INFO O| Aug 11 20:50:09.378 INFO STEP 599 (remove_files) COMPLETE
70702026-08-11T20:50:10.535Z[ recovery-image] Aug 11 20:50:09.378 INFO O| Aug 11 20:50:09.378 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-11T20:50:10.545Z[ recovery-image] Aug 11 20:50:09.388 INFO O| Aug 11 20:50:09.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70722026-08-11T20:50:10.545Z[ recovery-image] Aug 11 20:50:09.388 INFO O| Aug 11 20:50:09.388 INFO STEP 600 (remove_files) COMPLETE
70732026-08-11T20:50:10.545Z[ recovery-image] Aug 11 20:50:09.388 INFO O| Aug 11 20:50:09.388 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-11T20:50:10.555Z[ recovery-image] Aug 11 20:50:09.399 INFO O| Aug 11 20:50:09.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70752026-08-11T20:50:10.555Z[ recovery-image] Aug 11 20:50:09.399 INFO O| Aug 11 20:50:09.399 INFO STEP 601 (remove_files) COMPLETE
70762026-08-11T20:50:10.555Z[ recovery-image] Aug 11 20:50:09.399 INFO O| Aug 11 20:50:09.399 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-11T20:50:10.565Z[ recovery-image] Aug 11 20:50:09.409 INFO O| Aug 11 20:50:09.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70782026-08-11T20:50:10.565Z[ recovery-image] Aug 11 20:50:09.409 INFO O| Aug 11 20:50:09.409 INFO STEP 602 (remove_files) COMPLETE
70792026-08-11T20:50:10.565Z[ recovery-image] Aug 11 20:50:09.409 INFO O| Aug 11 20:50:09.409 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-11T20:50:10.576Z[ recovery-image] Aug 11 20:50:09.419 INFO O| Aug 11 20:50:09.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70812026-08-11T20:50:10.576Z[ recovery-image] Aug 11 20:50:09.419 INFO O| Aug 11 20:50:09.419 INFO STEP 603 (remove_files) COMPLETE
70822026-08-11T20:50:10.576Z[ recovery-image] Aug 11 20:50:09.419 INFO O| Aug 11 20:50:09.419 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-11T20:50:10.587Z[ recovery-image] Aug 11 20:50:09.430 INFO O| Aug 11 20:50:09.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70842026-08-11T20:50:10.587Z[ recovery-image] Aug 11 20:50:09.431 INFO O| Aug 11 20:50:09.431 INFO STEP 604 (remove_files) COMPLETE
70852026-08-11T20:50:10.587Z[ recovery-image] Aug 11 20:50:09.431 INFO O| Aug 11 20:50:09.431 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-11T20:50:10.592Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
70872026-08-11T20:50:10.598Z[ recovery-image] Aug 11 20:50:09.442 INFO O| Aug 11 20:50:09.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70882026-08-11T20:50:10.598Z[ recovery-image] Aug 11 20:50:09.442 INFO O| Aug 11 20:50:09.442 INFO STEP 605 (remove_files) COMPLETE
70892026-08-11T20:50:10.601Z[ recovery-image] Aug 11 20:50:09.442 INFO O| Aug 11 20:50:09.442 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-11T20:50:10.608Z[ recovery-image] Aug 11 20:50:09.452 INFO O| Aug 11 20:50:09.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70912026-08-11T20:50:10.608Z[ recovery-image] Aug 11 20:50:09.452 INFO O| Aug 11 20:50:09.452 INFO STEP 606 (remove_files) COMPLETE
70922026-08-11T20:50:10.611Z[ recovery-image] Aug 11 20:50:09.452 INFO O| Aug 11 20:50:09.452 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-11T20:50:10.617Z[ recovery-image] Aug 11 20:50:09.461 INFO O| Aug 11 20:50:09.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70942026-08-11T20:50:10.617Z[ recovery-image] Aug 11 20:50:09.461 INFO O| Aug 11 20:50:09.461 INFO STEP 607 (remove_files) COMPLETE
70952026-08-11T20:50:10.618Z[ recovery-image] Aug 11 20:50:09.461 INFO O| Aug 11 20:50:09.461 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-11T20:50:10.628Z[ recovery-image] Aug 11 20:50:09.472 INFO O| Aug 11 20:50:09.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70972026-08-11T20:50:10.629Z[ recovery-image] Aug 11 20:50:09.472 INFO O| Aug 11 20:50:09.472 INFO STEP 608 (remove_files) COMPLETE
70982026-08-11T20:50:10.629Z[ recovery-image] Aug 11 20:50:09.472 INFO O| Aug 11 20:50:09.472 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-11T20:50:10.638Z[ recovery-image] Aug 11 20:50:09.482 INFO O| Aug 11 20:50:09.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71002026-08-11T20:50:10.638Z[ recovery-image] Aug 11 20:50:09.482 INFO O| Aug 11 20:50:09.482 INFO STEP 609 (remove_files) COMPLETE
71012026-08-11T20:50:10.638Z[ recovery-image] Aug 11 20:50:09.482 INFO O| Aug 11 20:50:09.482 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-11T20:50:10.647Z[ recovery-image] Aug 11 20:50:09.491 INFO O| Aug 11 20:50:09.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71032026-08-11T20:50:10.648Z[ recovery-image] Aug 11 20:50:09.491 INFO O| Aug 11 20:50:09.491 INFO STEP 610 (remove_files) COMPLETE
71042026-08-11T20:50:10.648Z[ recovery-image] Aug 11 20:50:09.491 INFO O| Aug 11 20:50:09.491 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-11T20:50:10.656Z[ recovery-image] Aug 11 20:50:09.500 INFO O| Aug 11 20:50:09.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71062026-08-11T20:50:10.656Z[ recovery-image] Aug 11 20:50:09.500 INFO O| Aug 11 20:50:09.500 INFO STEP 611 (remove_files) COMPLETE
71072026-08-11T20:50:10.656Z[ recovery-image] Aug 11 20:50:09.500 INFO O| Aug 11 20:50:09.500 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-11T20:50:10.665Z[ recovery-image] Aug 11 20:50:09.509 INFO O| Aug 11 20:50:09.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71092026-08-11T20:50:10.668Z[ recovery-image] Aug 11 20:50:09.509 INFO O| Aug 11 20:50:09.509 INFO STEP 612 (remove_files) COMPLETE
71102026-08-11T20:50:10.668Z[ recovery-image] Aug 11 20:50:09.510 INFO O| Aug 11 20:50:09.509 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-11T20:50:10.674Z[ recovery-image] Aug 11 20:50:09.518 INFO O| Aug 11 20:50:09.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71122026-08-11T20:50:10.674Z[ recovery-image] Aug 11 20:50:09.518 INFO O| Aug 11 20:50:09.518 INFO STEP 613 (remove_files) COMPLETE
71132026-08-11T20:50:10.677Z[ recovery-image] Aug 11 20:50:09.518 INFO O| Aug 11 20:50:09.518 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-11T20:50:10.683Z[ recovery-image] Aug 11 20:50:09.527 INFO O| Aug 11 20:50:09.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71152026-08-11T20:50:10.686Z[ recovery-image] Aug 11 20:50:09.527 INFO O| Aug 11 20:50:09.527 INFO STEP 614 (remove_files) COMPLETE
71162026-08-11T20:50:10.686Z[ recovery-image] Aug 11 20:50:09.527 INFO O| Aug 11 20:50:09.527 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-11T20:50:10.692Z[ recovery-image] Aug 11 20:50:09.536 INFO O| Aug 11 20:50:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71182026-08-11T20:50:10.692Z[ recovery-image] Aug 11 20:50:09.536 INFO O| Aug 11 20:50:09.536 INFO STEP 615 (remove_files) COMPLETE
71192026-08-11T20:50:10.695Z[ recovery-image] Aug 11 20:50:09.536 INFO O| Aug 11 20:50:09.536 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-11T20:50:10.702Z[ recovery-image] Aug 11 20:50:09.545 INFO O| Aug 11 20:50:09.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71212026-08-11T20:50:10.702Z[ recovery-image] Aug 11 20:50:09.545 INFO O| Aug 11 20:50:09.545 INFO STEP 616 (remove_files) COMPLETE
71222026-08-11T20:50:10.702Z[ recovery-image] Aug 11 20:50:09.545 INFO O| Aug 11 20:50:09.545 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-11T20:50:10.711Z[ recovery-image] Aug 11 20:50:09.554 INFO O| Aug 11 20:50:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71242026-08-11T20:50:10.711Z[ recovery-image] Aug 11 20:50:09.555 INFO O| Aug 11 20:50:09.555 INFO STEP 617 (remove_files) COMPLETE
71252026-08-11T20:50:10.711Z[ recovery-image] Aug 11 20:50:09.555 INFO O| Aug 11 20:50:09.555 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-11T20:50:10.719Z[ recovery-image] Aug 11 20:50:09.563 INFO O| Aug 11 20:50:09.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71272026-08-11T20:50:10.720Z[ recovery-image] Aug 11 20:50:09.563 INFO O| Aug 11 20:50:09.563 INFO STEP 618 (remove_files) COMPLETE
71282026-08-11T20:50:10.720Z[ recovery-image] Aug 11 20:50:09.563 INFO O| Aug 11 20:50:09.563 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-11T20:50:10.728Z[ recovery-image] Aug 11 20:50:09.572 INFO O| Aug 11 20:50:09.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71302026-08-11T20:50:10.728Z[ recovery-image] Aug 11 20:50:09.572 INFO O| Aug 11 20:50:09.572 INFO STEP 619 (remove_files) COMPLETE
71312026-08-11T20:50:10.728Z[ recovery-image] Aug 11 20:50:09.572 INFO O| Aug 11 20:50:09.572 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-11T20:50:10.738Z[ recovery-image] Aug 11 20:50:09.582 INFO O| Aug 11 20:50:09.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71332026-08-11T20:50:10.738Z[ recovery-image] Aug 11 20:50:09.582 INFO O| Aug 11 20:50:09.582 INFO STEP 620 (remove_files) COMPLETE
71342026-08-11T20:50:10.738Z[ recovery-image] Aug 11 20:50:09.582 INFO O| Aug 11 20:50:09.582 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-11T20:50:10.747Z[ recovery-image] Aug 11 20:50:09.591 INFO O| Aug 11 20:50:09.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71362026-08-11T20:50:10.747Z[ recovery-image] Aug 11 20:50:09.591 INFO O| Aug 11 20:50:09.591 INFO STEP 621 (remove_files) COMPLETE
71372026-08-11T20:50:10.747Z[ recovery-image] Aug 11 20:50:09.591 INFO O| Aug 11 20:50:09.591 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-11T20:50:10.756Z[ recovery-image] Aug 11 20:50:09.600 INFO O| Aug 11 20:50:09.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71392026-08-11T20:50:10.756Z[ recovery-image] Aug 11 20:50:09.600 INFO O| Aug 11 20:50:09.600 INFO STEP 622 (remove_files) COMPLETE
71402026-08-11T20:50:10.756Z[ recovery-image] Aug 11 20:50:09.600 INFO O| Aug 11 20:50:09.600 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-11T20:50:10.765Z[ recovery-image] Aug 11 20:50:09.608 INFO O| Aug 11 20:50:09.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71422026-08-11T20:50:10.765Z[ recovery-image] Aug 11 20:50:09.608 INFO O| Aug 11 20:50:09.608 INFO STEP 623 (remove_files) COMPLETE
71432026-08-11T20:50:10.765Z[ recovery-image] Aug 11 20:50:09.608 INFO O| Aug 11 20:50:09.608 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-11T20:50:10.777Z[ recovery-image] Aug 11 20:50:09.619 INFO O| Aug 11 20:50:09.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71452026-08-11T20:50:10.777Z[ recovery-image] Aug 11 20:50:09.619 INFO O| Aug 11 20:50:09.619 INFO STEP 624 (remove_files) COMPLETE
71462026-08-11T20:50:10.777Z[ recovery-image] Aug 11 20:50:09.619 INFO O| Aug 11 20:50:09.619 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-11T20:50:10.787Z[ recovery-image] Aug 11 20:50:09.631 INFO O| Aug 11 20:50:09.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71482026-08-11T20:50:10.787Z[ recovery-image] Aug 11 20:50:09.631 INFO O| Aug 11 20:50:09.631 INFO STEP 625 (remove_files) COMPLETE
71492026-08-11T20:50:10.787Z[ recovery-image] Aug 11 20:50:09.631 INFO O| Aug 11 20:50:09.631 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-11T20:50:10.796Z[ recovery-image] Aug 11 20:50:09.640 INFO O| Aug 11 20:50:09.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71512026-08-11T20:50:10.796Z[ recovery-image] Aug 11 20:50:09.640 INFO O| Aug 11 20:50:09.640 INFO STEP 626 (remove_files) COMPLETE
71522026-08-11T20:50:10.796Z[ recovery-image] Aug 11 20:50:09.640 INFO O| Aug 11 20:50:09.640 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-11T20:50:10.805Z[ recovery-image] Aug 11 20:50:09.648 INFO O| Aug 11 20:50:09.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71542026-08-11T20:50:10.805Z[ recovery-image] Aug 11 20:50:09.648 INFO O| Aug 11 20:50:09.648 INFO STEP 627 (remove_files) COMPLETE
71552026-08-11T20:50:10.805Z[ recovery-image] Aug 11 20:50:09.648 INFO O| Aug 11 20:50:09.648 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-11T20:50:10.815Z[ recovery-image] Aug 11 20:50:09.659 INFO O| Aug 11 20:50:09.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71572026-08-11T20:50:10.815Z[ recovery-image] Aug 11 20:50:09.659 INFO O| Aug 11 20:50:09.659 INFO STEP 628 (remove_files) COMPLETE
71582026-08-11T20:50:10.815Z[ recovery-image] Aug 11 20:50:09.659 INFO O| Aug 11 20:50:09.659 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-11T20:50:10.826Z[ recovery-image] Aug 11 20:50:09.669 INFO O| Aug 11 20:50:09.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71602026-08-11T20:50:10.826Z[ recovery-image] Aug 11 20:50:09.669 INFO O| Aug 11 20:50:09.669 INFO STEP 629 (remove_files) COMPLETE
71612026-08-11T20:50:10.826Z[ recovery-image] Aug 11 20:50:09.669 INFO O| Aug 11 20:50:09.669 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-11T20:50:10.835Z[ recovery-image] Aug 11 20:50:09.679 INFO O| Aug 11 20:50:09.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71632026-08-11T20:50:10.836Z[ recovery-image] Aug 11 20:50:09.679 INFO O| Aug 11 20:50:09.679 INFO STEP 630 (remove_files) COMPLETE
71642026-08-11T20:50:10.836Z[ recovery-image] Aug 11 20:50:09.679 INFO O| Aug 11 20:50:09.679 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-11T20:50:10.846Z[ recovery-image] Aug 11 20:50:09.690 INFO O| Aug 11 20:50:09.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71662026-08-11T20:50:10.846Z[ recovery-image] Aug 11 20:50:09.690 INFO O| Aug 11 20:50:09.690 INFO STEP 631 (remove_files) COMPLETE
71672026-08-11T20:50:10.849Z[ recovery-image] Aug 11 20:50:09.690 INFO O| Aug 11 20:50:09.690 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-11T20:50:10.857Z[ recovery-image] Aug 11 20:50:09.701 INFO O| Aug 11 20:50:09.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71692026-08-11T20:50:10.857Z[ recovery-image] Aug 11 20:50:09.701 INFO O| Aug 11 20:50:09.701 INFO STEP 632 (remove_files) COMPLETE
71702026-08-11T20:50:10.857Z[ recovery-image] Aug 11 20:50:09.701 INFO O| Aug 11 20:50:09.701 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-11T20:50:10.870Z[ recovery-image] Aug 11 20:50:09.713 INFO O| Aug 11 20:50:09.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71722026-08-11T20:50:10.870Z[ recovery-image] Aug 11 20:50:09.713 INFO O| Aug 11 20:50:09.713 INFO STEP 633 (remove_files) COMPLETE
71732026-08-11T20:50:10.874Z[ recovery-image] Aug 11 20:50:09.713 INFO O| Aug 11 20:50:09.713 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-11T20:50:10.878Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
71752026-08-11T20:50:10.881Z[ recovery-image] Aug 11 20:50:09.722 INFO O| Aug 11 20:50:09.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71762026-08-11T20:50:10.881Z[ recovery-image] Aug 11 20:50:09.722 INFO O| Aug 11 20:50:09.722 INFO STEP 634 (remove_files) COMPLETE
71772026-08-11T20:50:10.881Z[ recovery-image] Aug 11 20:50:09.722 INFO O| Aug 11 20:50:09.722 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-11T20:50:10.888Z[ recovery-image] Aug 11 20:50:09.731 INFO O| Aug 11 20:50:09.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71792026-08-11T20:50:10.888Z[ recovery-image] Aug 11 20:50:09.731 INFO O| Aug 11 20:50:09.731 INFO STEP 635 (remove_files) COMPLETE
71802026-08-11T20:50:10.891Z[ recovery-image] Aug 11 20:50:09.731 INFO O| Aug 11 20:50:09.731 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-11T20:50:10.898Z[ recovery-image] Aug 11 20:50:09.742 INFO O| Aug 11 20:50:09.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71822026-08-11T20:50:10.899Z[ recovery-image] Aug 11 20:50:09.742 INFO O| Aug 11 20:50:09.742 INFO STEP 636 (remove_files) COMPLETE
71832026-08-11T20:50:10.899Z[ recovery-image] Aug 11 20:50:09.742 INFO O| Aug 11 20:50:09.742 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-11T20:50:10.911Z[ recovery-image] Aug 11 20:50:09.754 INFO O| Aug 11 20:50:09.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71852026-08-11T20:50:10.911Z[ recovery-image] Aug 11 20:50:09.754 INFO O| Aug 11 20:50:09.754 INFO STEP 637 (remove_files) COMPLETE
71862026-08-11T20:50:10.914Z[ recovery-image] Aug 11 20:50:09.754 INFO O| Aug 11 20:50:09.754 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-11T20:50:10.921Z[ recovery-image] Aug 11 20:50:09.765 INFO O| Aug 11 20:50:09.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71882026-08-11T20:50:10.921Z[ recovery-image] Aug 11 20:50:09.765 INFO O| Aug 11 20:50:09.765 INFO STEP 638 (remove_files) COMPLETE
71892026-08-11T20:50:10.921Z[ recovery-image] Aug 11 20:50:09.765 INFO O| Aug 11 20:50:09.765 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-11T20:50:10.938Z[ recovery-image] Aug 11 20:50:09.775 INFO O| Aug 11 20:50:09.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71912026-08-11T20:50:10.938Z[ recovery-image] Aug 11 20:50:09.775 INFO O| Aug 11 20:50:09.775 INFO STEP 639 (remove_files) COMPLETE
71922026-08-11T20:50:10.938Z[ recovery-image] Aug 11 20:50:09.775 INFO O| Aug 11 20:50:09.775 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-11T20:50:10.942Z[ recovery-image] Aug 11 20:50:09.785 INFO O| Aug 11 20:50:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71942026-08-11T20:50:10.942Z[ recovery-image] Aug 11 20:50:09.785 INFO O| Aug 11 20:50:09.785 INFO STEP 640 (remove_files) COMPLETE
71952026-08-11T20:50:10.942Z[ recovery-image] Aug 11 20:50:09.785 INFO O| Aug 11 20:50:09.785 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-11T20:50:10.951Z[ recovery-image] Aug 11 20:50:09.795 INFO O| Aug 11 20:50:09.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71972026-08-11T20:50:10.951Z[ recovery-image] Aug 11 20:50:09.795 INFO O| Aug 11 20:50:09.795 INFO STEP 641 (remove_files) COMPLETE
71982026-08-11T20:50:10.951Z[ recovery-image] Aug 11 20:50:09.795 INFO O| Aug 11 20:50:09.795 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-11T20:50:10.963Z[ recovery-image] Aug 11 20:50:09.806 INFO O| Aug 11 20:50:09.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72002026-08-11T20:50:10.963Z[ recovery-image] Aug 11 20:50:09.806 INFO O| Aug 11 20:50:09.806 INFO STEP 642 (remove_files) COMPLETE
72012026-08-11T20:50:10.963Z[ recovery-image] Aug 11 20:50:09.806 INFO O| Aug 11 20:50:09.806 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-11T20:50:10.973Z[ recovery-image] Aug 11 20:50:09.817 INFO O| Aug 11 20:50:09.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72032026-08-11T20:50:10.973Z[ recovery-image] Aug 11 20:50:09.817 INFO O| Aug 11 20:50:09.817 INFO STEP 643 (remove_files) COMPLETE
72042026-08-11T20:50:10.973Z[ recovery-image] Aug 11 20:50:09.817 INFO O| Aug 11 20:50:09.817 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-11T20:50:10.984Z[ recovery-image] Aug 11 20:50:09.827 INFO O| Aug 11 20:50:09.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72062026-08-11T20:50:10.984Z[ recovery-image] Aug 11 20:50:09.827 INFO O| Aug 11 20:50:09.827 INFO STEP 644 (remove_files) COMPLETE
72072026-08-11T20:50:10.984Z[ recovery-image] Aug 11 20:50:09.827 INFO O| Aug 11 20:50:09.827 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-11T20:50:10.994Z[ recovery-image] Aug 11 20:50:09.837 INFO O| Aug 11 20:50:09.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72092026-08-11T20:50:10.994Z[ recovery-image] Aug 11 20:50:09.837 INFO O| Aug 11 20:50:09.837 INFO STEP 645 (remove_files) COMPLETE
72102026-08-11T20:50:10.994Z[ recovery-image] Aug 11 20:50:09.837 INFO O| Aug 11 20:50:09.837 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-11T20:50:11.003Z[ recovery-image] Aug 11 20:50:09.846 INFO O| Aug 11 20:50:09.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72122026-08-11T20:50:11.003Z[ recovery-image] Aug 11 20:50:09.846 INFO O| Aug 11 20:50:09.846 INFO STEP 646 (remove_files) COMPLETE
72132026-08-11T20:50:11.003Z[ recovery-image] Aug 11 20:50:09.846 INFO O| Aug 11 20:50:09.846 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-11T20:50:11.013Z[ recovery-image] Aug 11 20:50:09.856 INFO O| Aug 11 20:50:09.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72152026-08-11T20:50:11.013Z[ recovery-image] Aug 11 20:50:09.856 INFO O| Aug 11 20:50:09.856 INFO STEP 647 (remove_files) COMPLETE
72162026-08-11T20:50:11.016Z[ recovery-image] Aug 11 20:50:09.856 INFO O| Aug 11 20:50:09.856 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-11T20:50:11.023Z[ recovery-image] Aug 11 20:50:09.866 INFO O| Aug 11 20:50:09.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72182026-08-11T20:50:11.023Z[ recovery-image] Aug 11 20:50:09.866 INFO O| Aug 11 20:50:09.866 INFO STEP 648 (remove_files) COMPLETE
72192026-08-11T20:50:11.027Z[ recovery-image] Aug 11 20:50:09.867 INFO O| Aug 11 20:50:09.866 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-11T20:50:11.032Z[ recovery-image] Aug 11 20:50:09.876 INFO O| Aug 11 20:50:09.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72212026-08-11T20:50:11.032Z[ recovery-image] Aug 11 20:50:09.876 INFO O| Aug 11 20:50:09.876 INFO STEP 649 (remove_files) COMPLETE
72222026-08-11T20:50:11.032Z[ recovery-image] Aug 11 20:50:09.876 INFO O| Aug 11 20:50:09.876 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-11T20:50:11.044Z[ recovery-image] Aug 11 20:50:09.885 INFO O| Aug 11 20:50:09.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72242026-08-11T20:50:11.044Z[ recovery-image] Aug 11 20:50:09.885 INFO O| Aug 11 20:50:09.885 INFO STEP 650 (remove_files) COMPLETE
72252026-08-11T20:50:11.044Z[ recovery-image] Aug 11 20:50:09.885 INFO O| Aug 11 20:50:09.885 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-11T20:50:11.051Z[ recovery-image] Aug 11 20:50:09.895 INFO O| Aug 11 20:50:09.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72272026-08-11T20:50:11.051Z[ recovery-image] Aug 11 20:50:09.895 INFO O| Aug 11 20:50:09.895 INFO STEP 651 (remove_files) COMPLETE
72282026-08-11T20:50:11.051Z[ recovery-image] Aug 11 20:50:09.895 INFO O| Aug 11 20:50:09.895 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-11T20:50:11.060Z[ recovery-image] Aug 11 20:50:09.904 INFO O| Aug 11 20:50:09.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72302026-08-11T20:50:11.060Z[ recovery-image] Aug 11 20:50:09.904 INFO O| Aug 11 20:50:09.904 INFO STEP 652 (remove_files) COMPLETE
72312026-08-11T20:50:11.060Z[ recovery-image] Aug 11 20:50:09.904 INFO O| Aug 11 20:50:09.904 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-11T20:50:11.069Z[ recovery-image] Aug 11 20:50:09.913 INFO O| Aug 11 20:50:09.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72332026-08-11T20:50:11.069Z[ recovery-image] Aug 11 20:50:09.913 INFO O| Aug 11 20:50:09.913 INFO STEP 653 (remove_files) COMPLETE
72342026-08-11T20:50:11.069Z[ recovery-image] Aug 11 20:50:09.913 INFO O| Aug 11 20:50:09.913 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-11T20:50:11.080Z[ recovery-image] Aug 11 20:50:09.924 INFO O| Aug 11 20:50:09.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72362026-08-11T20:50:11.080Z[ recovery-image] Aug 11 20:50:09.924 INFO O| Aug 11 20:50:09.924 INFO STEP 654 (remove_files) COMPLETE
72372026-08-11T20:50:11.080Z[ recovery-image] Aug 11 20:50:09.924 INFO O| Aug 11 20:50:09.924 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-11T20:50:11.091Z[ recovery-image] Aug 11 20:50:09.935 INFO O| Aug 11 20:50:09.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72392026-08-11T20:50:11.094Z[ recovery-image] Aug 11 20:50:09.936 INFO O| Aug 11 20:50:09.936 INFO STEP 655 (remove_files) COMPLETE
72402026-08-11T20:50:11.094Z[ recovery-image] Aug 11 20:50:09.936 INFO O| Aug 11 20:50:09.936 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-11T20:50:11.103Z[ recovery-image] Aug 11 20:50:09.947 INFO O| Aug 11 20:50:09.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72422026-08-11T20:50:11.106Z[ recovery-image] Aug 11 20:50:09.947 INFO O| Aug 11 20:50:09.947 INFO STEP 656 (remove_files) COMPLETE
72432026-08-11T20:50:11.106Z[ recovery-image] Aug 11 20:50:09.947 INFO O| Aug 11 20:50:09.947 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-11T20:50:11.114Z[ recovery-image] Aug 11 20:50:09.958 INFO O| Aug 11 20:50:09.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72452026-08-11T20:50:11.114Z[ recovery-image] Aug 11 20:50:09.958 INFO O| Aug 11 20:50:09.958 INFO STEP 657 (remove_files) COMPLETE
72462026-08-11T20:50:11.114Z[ recovery-image] Aug 11 20:50:09.958 INFO O| Aug 11 20:50:09.958 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-11T20:50:11.124Z[ recovery-image] Aug 11 20:50:09.968 INFO O| Aug 11 20:50:09.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72482026-08-11T20:50:11.124Z[ recovery-image] Aug 11 20:50:09.968 INFO O| Aug 11 20:50:09.968 INFO STEP 658 (remove_files) COMPLETE
72492026-08-11T20:50:11.124Z[ recovery-image] Aug 11 20:50:09.968 INFO O| Aug 11 20:50:09.968 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-11T20:50:11.134Z[ recovery-image] Aug 11 20:50:09.978 INFO O| Aug 11 20:50:09.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72512026-08-11T20:50:11.134Z[ recovery-image] Aug 11 20:50:09.978 INFO O| Aug 11 20:50:09.978 INFO STEP 659 (remove_files) COMPLETE
72522026-08-11T20:50:11.134Z[ recovery-image] Aug 11 20:50:09.978 INFO O| Aug 11 20:50:09.978 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-11T20:50:11.172Z[ recovery-image] Aug 11 20:50:10.015 INFO O| Aug 11 20:50:10.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72542026-08-11T20:50:11.172Z[ recovery-image] Aug 11 20:50:10.015 INFO O| Aug 11 20:50:10.015 INFO STEP 660 (remove_files) COMPLETE
72552026-08-11T20:50:11.172Z[ recovery-image] Aug 11 20:50:10.015 INFO O| Aug 11 20:50:10.015 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-11T20:50:11.188Z[ recovery-image] Aug 11 20:50:10.032 INFO O| Aug 11 20:50:10.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72572026-08-11T20:50:11.188Z[ recovery-image] Aug 11 20:50:10.032 INFO O| Aug 11 20:50:10.032 INFO STEP 661 (remove_files) COMPLETE
72582026-08-11T20:50:11.192Z[ recovery-image] Aug 11 20:50:10.032 INFO O| Aug 11 20:50:10.032 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-11T20:50:11.200Z[ recovery-image] Aug 11 20:50:10.044 INFO O| Aug 11 20:50:10.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72602026-08-11T20:50:11.203Z[ recovery-image] Aug 11 20:50:10.045 INFO O| Aug 11 20:50:10.045 INFO STEP 662 (remove_files) COMPLETE
72612026-08-11T20:50:11.204Z[ recovery-image] Aug 11 20:50:10.045 INFO O| Aug 11 20:50:10.045 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-11T20:50:11.212Z[ recovery-image] Aug 11 20:50:10.056 INFO O| Aug 11 20:50:10.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72632026-08-11T20:50:11.213Z[ recovery-image] Aug 11 20:50:10.056 INFO O| Aug 11 20:50:10.056 INFO STEP 663 (remove_files) COMPLETE
72642026-08-11T20:50:11.213Z[ recovery-image] Aug 11 20:50:10.056 INFO O| Aug 11 20:50:10.056 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-11T20:50:11.222Z[ recovery-image] Aug 11 20:50:10.066 INFO O| Aug 11 20:50:10.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72662026-08-11T20:50:11.222Z[ recovery-image] Aug 11 20:50:10.066 INFO O| Aug 11 20:50:10.066 INFO STEP 664 (remove_files) COMPLETE
72672026-08-11T20:50:11.222Z[ recovery-image] Aug 11 20:50:10.066 INFO O| Aug 11 20:50:10.066 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-11T20:50:11.231Z[ recovery-image] Aug 11 20:50:10.075 INFO O| Aug 11 20:50:10.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72692026-08-11T20:50:11.231Z[ recovery-image] Aug 11 20:50:10.075 INFO O| Aug 11 20:50:10.075 INFO STEP 665 (remove_files) COMPLETE
72702026-08-11T20:50:11.231Z[ recovery-image] Aug 11 20:50:10.075 INFO O| Aug 11 20:50:10.075 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-11T20:50:11.241Z[ recovery-image] Aug 11 20:50:10.084 INFO O| Aug 11 20:50:10.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72722026-08-11T20:50:11.241Z[ recovery-image] Aug 11 20:50:10.085 INFO O| Aug 11 20:50:10.085 INFO STEP 666 (remove_files) COMPLETE
72732026-08-11T20:50:11.241Z[ recovery-image] Aug 11 20:50:10.085 INFO O| Aug 11 20:50:10.085 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-11T20:50:11.256Z[ recovery-image] Aug 11 20:50:10.099 INFO O| Aug 11 20:50:10.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72752026-08-11T20:50:11.256Z[ recovery-image] Aug 11 20:50:10.099 INFO O| Aug 11 20:50:10.099 INFO STEP 667 (remove_files) COMPLETE
72762026-08-11T20:50:11.256Z[ recovery-image] Aug 11 20:50:10.099 INFO O| Aug 11 20:50:10.099 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-11T20:50:11.266Z[ recovery-image] Aug 11 20:50:10.110 INFO O| Aug 11 20:50:10.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72782026-08-11T20:50:11.266Z[ recovery-image] Aug 11 20:50:10.110 INFO O| Aug 11 20:50:10.110 INFO STEP 668 (remove_files) COMPLETE
72792026-08-11T20:50:11.266Z[ recovery-image] Aug 11 20:50:10.110 INFO O| Aug 11 20:50:10.110 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-11T20:50:11.275Z[ recovery-image] Aug 11 20:50:10.119 INFO O| Aug 11 20:50:10.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72812026-08-11T20:50:11.276Z[ recovery-image] Aug 11 20:50:10.119 INFO O| Aug 11 20:50:10.119 INFO STEP 669 (remove_files) COMPLETE
72822026-08-11T20:50:11.276Z[ recovery-image] Aug 11 20:50:10.119 INFO O| Aug 11 20:50:10.119 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-11T20:50:11.285Z[ recovery-image] Aug 11 20:50:10.128 INFO O| Aug 11 20:50:10.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72842026-08-11T20:50:11.285Z[ recovery-image] Aug 11 20:50:10.128 INFO O| Aug 11 20:50:10.128 INFO STEP 670 (remove_files) COMPLETE
72852026-08-11T20:50:11.288Z[ recovery-image] Aug 11 20:50:10.128 INFO O| Aug 11 20:50:10.128 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-11T20:50:11.296Z[ recovery-image] Aug 11 20:50:10.138 INFO O| Aug 11 20:50:10.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72872026-08-11T20:50:11.296Z[ recovery-image] Aug 11 20:50:10.138 INFO O| Aug 11 20:50:10.138 INFO STEP 671 (remove_files) COMPLETE
72882026-08-11T20:50:11.300Z[ recovery-image] Aug 11 20:50:10.138 INFO O| Aug 11 20:50:10.138 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-11T20:50:11.304Z[ recovery-image] Aug 11 20:50:10.148 INFO O| Aug 11 20:50:10.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72902026-08-11T20:50:11.304Z[ recovery-image] Aug 11 20:50:10.148 INFO O| Aug 11 20:50:10.148 INFO STEP 672 (remove_files) COMPLETE
72912026-08-11T20:50:11.304Z[ recovery-image] Aug 11 20:50:10.148 INFO O| Aug 11 20:50:10.148 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-11T20:50:11.316Z[ recovery-image] Aug 11 20:50:10.160 INFO O| Aug 11 20:50:10.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72932026-08-11T20:50:11.316Z[ recovery-image] Aug 11 20:50:10.160 INFO O| Aug 11 20:50:10.160 INFO STEP 673 (remove_files) COMPLETE
72942026-08-11T20:50:11.316Z[ recovery-image] Aug 11 20:50:10.160 INFO O| Aug 11 20:50:10.160 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-11T20:50:11.328Z[ recovery-image] Aug 11 20:50:10.170 INFO O| Aug 11 20:50:10.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72962026-08-11T20:50:11.328Z[ recovery-image] Aug 11 20:50:10.170 INFO O| Aug 11 20:50:10.170 INFO STEP 674 (remove_files) COMPLETE
72972026-08-11T20:50:11.328Z[ recovery-image] Aug 11 20:50:10.170 INFO O| Aug 11 20:50:10.170 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-11T20:50:11.339Z[ recovery-image] Aug 11 20:50:10.181 INFO O| Aug 11 20:50:10.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72992026-08-11T20:50:11.339Z[ recovery-image] Aug 11 20:50:10.181 INFO O| Aug 11 20:50:10.181 INFO STEP 675 (remove_files) COMPLETE
73002026-08-11T20:50:11.339Z[ recovery-image] Aug 11 20:50:10.181 INFO O| Aug 11 20:50:10.181 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-11T20:50:11.348Z[ recovery-image] Aug 11 20:50:10.192 INFO O| Aug 11 20:50:10.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73022026-08-11T20:50:11.348Z[ recovery-image] Aug 11 20:50:10.192 INFO O| Aug 11 20:50:10.191 INFO STEP 676 (remove_files) COMPLETE
73032026-08-11T20:50:11.352Z[ recovery-image] Aug 11 20:50:10.192 INFO O| Aug 11 20:50:10.191 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-11T20:50:11.358Z[ recovery-image] Aug 11 20:50:10.201 INFO O| Aug 11 20:50:10.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73052026-08-11T20:50:11.358Z[ recovery-image] Aug 11 20:50:10.201 INFO O| Aug 11 20:50:10.201 INFO STEP 677 (remove_files) COMPLETE
73062026-08-11T20:50:11.361Z[ recovery-image] Aug 11 20:50:10.201 INFO O| Aug 11 20:50:10.201 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-11T20:50:11.366Z[ recovery-image] Aug 11 20:50:10.210 INFO O| Aug 11 20:50:10.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73082026-08-11T20:50:11.366Z[ recovery-image] Aug 11 20:50:10.210 INFO O| Aug 11 20:50:10.210 INFO STEP 678 (remove_files) COMPLETE
73092026-08-11T20:50:11.366Z[ recovery-image] Aug 11 20:50:10.210 INFO O| Aug 11 20:50:10.210 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-11T20:50:11.376Z[ recovery-image] Aug 11 20:50:10.220 INFO O| Aug 11 20:50:10.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73112026-08-11T20:50:11.376Z[ recovery-image] Aug 11 20:50:10.220 INFO O| Aug 11 20:50:10.220 INFO STEP 679 (remove_files) COMPLETE
73122026-08-11T20:50:11.376Z[ recovery-image] Aug 11 20:50:10.220 INFO O| Aug 11 20:50:10.220 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-11T20:50:11.385Z[ recovery-image] Aug 11 20:50:10.229 INFO O| Aug 11 20:50:10.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73142026-08-11T20:50:11.386Z[ recovery-image] Aug 11 20:50:10.229 INFO O| Aug 11 20:50:10.229 INFO STEP 680 (remove_files) COMPLETE
73152026-08-11T20:50:11.386Z[ recovery-image] Aug 11 20:50:10.229 INFO O| Aug 11 20:50:10.229 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-11T20:50:11.394Z[ recovery-image] Aug 11 20:50:10.238 INFO O| Aug 11 20:50:10.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73172026-08-11T20:50:11.394Z[ recovery-image] Aug 11 20:50:10.238 INFO O| Aug 11 20:50:10.238 INFO STEP 681 (remove_files) COMPLETE
73182026-08-11T20:50:11.394Z[ recovery-image] Aug 11 20:50:10.238 INFO O| Aug 11 20:50:10.238 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-11T20:50:11.404Z[ recovery-image] Aug 11 20:50:10.247 INFO O| Aug 11 20:50:10.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73202026-08-11T20:50:11.404Z[ recovery-image] Aug 11 20:50:10.247 INFO O| Aug 11 20:50:10.247 INFO STEP 682 (remove_files) COMPLETE
73212026-08-11T20:50:11.404Z[ recovery-image] Aug 11 20:50:10.247 INFO O| Aug 11 20:50:10.247 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-11T20:50:11.413Z[ recovery-image] Aug 11 20:50:10.257 INFO O| Aug 11 20:50:10.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73232026-08-11T20:50:11.413Z[ recovery-image] Aug 11 20:50:10.257 INFO O| Aug 11 20:50:10.257 INFO STEP 683 (remove_files) COMPLETE
73242026-08-11T20:50:11.413Z[ recovery-image] Aug 11 20:50:10.257 INFO O| Aug 11 20:50:10.257 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-11T20:50:11.424Z[ recovery-image] Aug 11 20:50:10.266 INFO O| Aug 11 20:50:10.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73262026-08-11T20:50:11.424Z[ recovery-image] Aug 11 20:50:10.266 INFO O| Aug 11 20:50:10.266 INFO STEP 684 (remove_files) COMPLETE
73272026-08-11T20:50:11.424Z[ recovery-image] Aug 11 20:50:10.266 INFO O| Aug 11 20:50:10.266 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-11T20:50:11.432Z[ recovery-image] Aug 11 20:50:10.276 INFO O| Aug 11 20:50:10.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73292026-08-11T20:50:11.432Z[ recovery-image] Aug 11 20:50:10.276 INFO O| Aug 11 20:50:10.276 INFO STEP 685 (remove_files) COMPLETE
73302026-08-11T20:50:11.432Z[ recovery-image] Aug 11 20:50:10.276 INFO O| Aug 11 20:50:10.276 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-11T20:50:11.443Z[ recovery-image] Aug 11 20:50:10.287 INFO O| Aug 11 20:50:10.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73322026-08-11T20:50:11.443Z[ recovery-image] Aug 11 20:50:10.287 INFO O| Aug 11 20:50:10.287 INFO STEP 686 (remove_files) COMPLETE
73332026-08-11T20:50:11.443Z[ recovery-image] Aug 11 20:50:10.287 INFO O| Aug 11 20:50:10.287 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-11T20:50:11.453Z[ recovery-image] Aug 11 20:50:10.296 INFO O| Aug 11 20:50:10.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73352026-08-11T20:50:11.453Z[ recovery-image] Aug 11 20:50:10.296 INFO O| Aug 11 20:50:10.296 INFO STEP 687 (remove_files) COMPLETE
73362026-08-11T20:50:11.453Z[ recovery-image] Aug 11 20:50:10.296 INFO O| Aug 11 20:50:10.296 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-11T20:50:11.464Z[ recovery-image] Aug 11 20:50:10.307 INFO O| Aug 11 20:50:10.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73382026-08-11T20:50:11.464Z[ recovery-image] Aug 11 20:50:10.308 INFO O| Aug 11 20:50:10.308 INFO STEP 688 (remove_files) COMPLETE
73392026-08-11T20:50:11.467Z[ recovery-image] Aug 11 20:50:10.308 INFO O| Aug 11 20:50:10.308 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-11T20:50:11.475Z[ recovery-image] Aug 11 20:50:10.319 INFO O| Aug 11 20:50:10.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73412026-08-11T20:50:11.475Z[ recovery-image] Aug 11 20:50:10.319 INFO O| Aug 11 20:50:10.319 INFO STEP 689 (remove_files) COMPLETE
73422026-08-11T20:50:11.478Z[ recovery-image] Aug 11 20:50:10.319 INFO O| Aug 11 20:50:10.319 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-11T20:50:11.486Z[ recovery-image] Aug 11 20:50:10.330 INFO O| Aug 11 20:50:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73442026-08-11T20:50:11.486Z[ recovery-image] Aug 11 20:50:10.330 INFO O| Aug 11 20:50:10.330 INFO STEP 690 (remove_files) COMPLETE
73452026-08-11T20:50:11.486Z[ recovery-image] Aug 11 20:50:10.330 INFO O| Aug 11 20:50:10.330 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-11T20:50:11.497Z[ recovery-image] Aug 11 20:50:10.340 INFO O| Aug 11 20:50:10.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73472026-08-11T20:50:11.497Z[ recovery-image] Aug 11 20:50:10.340 INFO O| Aug 11 20:50:10.340 INFO STEP 691 (remove_files) COMPLETE
73482026-08-11T20:50:11.497Z[ recovery-image] Aug 11 20:50:10.340 INFO O| Aug 11 20:50:10.340 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-11T20:50:11.506Z[ recovery-image] Aug 11 20:50:10.350 INFO O| Aug 11 20:50:10.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73502026-08-11T20:50:11.506Z[ recovery-image] Aug 11 20:50:10.350 INFO O| Aug 11 20:50:10.350 INFO STEP 692 (remove_files) COMPLETE
73512026-08-11T20:50:11.506Z[ recovery-image] Aug 11 20:50:10.350 INFO O| Aug 11 20:50:10.350 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-11T20:50:11.515Z[ recovery-image] Aug 11 20:50:10.359 INFO O| Aug 11 20:50:10.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73532026-08-11T20:50:11.515Z[ recovery-image] Aug 11 20:50:10.359 INFO O| Aug 11 20:50:10.359 INFO STEP 693 (remove_files) COMPLETE
73542026-08-11T20:50:11.515Z[ recovery-image] Aug 11 20:50:10.359 INFO O| Aug 11 20:50:10.359 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-11T20:50:11.526Z[ recovery-image] Aug 11 20:50:10.368 INFO O| Aug 11 20:50:10.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73562026-08-11T20:50:11.526Z[ recovery-image] Aug 11 20:50:10.368 INFO O| Aug 11 20:50:10.368 INFO STEP 694 (remove_files) COMPLETE
73572026-08-11T20:50:11.526Z[ recovery-image] Aug 11 20:50:10.368 INFO O| Aug 11 20:50:10.368 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-11T20:50:11.533Z[ recovery-image] Aug 11 20:50:10.377 INFO O| Aug 11 20:50:10.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73592026-08-11T20:50:11.533Z[ recovery-image] Aug 11 20:50:10.377 INFO O| Aug 11 20:50:10.377 INFO STEP 695 (remove_files) COMPLETE
73602026-08-11T20:50:11.533Z[ recovery-image] Aug 11 20:50:10.377 INFO O| Aug 11 20:50:10.377 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-11T20:50:11.542Z[ recovery-image] Aug 11 20:50:10.386 INFO O| Aug 11 20:50:10.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73622026-08-11T20:50:11.542Z[ recovery-image] Aug 11 20:50:10.386 INFO O| Aug 11 20:50:10.386 INFO STEP 696 (remove_files) COMPLETE
73632026-08-11T20:50:11.542Z[ recovery-image] Aug 11 20:50:10.386 INFO O| Aug 11 20:50:10.386 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-11T20:50:11.553Z[ recovery-image] Aug 11 20:50:10.397 INFO O| Aug 11 20:50:10.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73652026-08-11T20:50:11.553Z[ recovery-image] Aug 11 20:50:10.397 INFO O| Aug 11 20:50:10.397 INFO STEP 697 (remove_files) COMPLETE
73662026-08-11T20:50:11.556Z[ recovery-image] Aug 11 20:50:10.397 INFO O| Aug 11 20:50:10.397 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-11T20:50:11.563Z[ recovery-image] Aug 11 20:50:10.407 INFO O| Aug 11 20:50:10.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73682026-08-11T20:50:11.563Z[ recovery-image] Aug 11 20:50:10.407 INFO O| Aug 11 20:50:10.407 INFO STEP 698 (remove_files) COMPLETE
73692026-08-11T20:50:11.566Z[ recovery-image] Aug 11 20:50:10.407 INFO O| Aug 11 20:50:10.407 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-11T20:50:11.572Z[ recovery-image] Aug 11 20:50:10.416 INFO O| Aug 11 20:50:10.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73712026-08-11T20:50:11.573Z[ recovery-image] Aug 11 20:50:10.416 INFO O| Aug 11 20:50:10.416 INFO STEP 699 (remove_files) COMPLETE
73722026-08-11T20:50:11.573Z[ recovery-image] Aug 11 20:50:10.417 INFO O| Aug 11 20:50:10.416 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-11T20:50:11.585Z[ recovery-image] Aug 11 20:50:10.428 INFO O| Aug 11 20:50:10.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73742026-08-11T20:50:11.585Z[ recovery-image] Aug 11 20:50:10.428 INFO O| Aug 11 20:50:10.428 INFO STEP 700 (remove_files) COMPLETE
73752026-08-11T20:50:11.585Z[ recovery-image] Aug 11 20:50:10.428 INFO O| Aug 11 20:50:10.428 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-11T20:50:11.594Z[ recovery-image] Aug 11 20:50:10.437 INFO O| Aug 11 20:50:10.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73772026-08-11T20:50:11.594Z[ recovery-image] Aug 11 20:50:10.437 INFO O| Aug 11 20:50:10.437 INFO STEP 701 (remove_files) COMPLETE
73782026-08-11T20:50:11.594Z[ recovery-image] Aug 11 20:50:10.437 INFO O| Aug 11 20:50:10.437 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-11T20:50:11.603Z[ recovery-image] Aug 11 20:50:10.446 INFO O| Aug 11 20:50:10.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73802026-08-11T20:50:11.603Z[ recovery-image] Aug 11 20:50:10.446 INFO O| Aug 11 20:50:10.446 INFO STEP 702 (remove_files) COMPLETE
73812026-08-11T20:50:11.606Z[ recovery-image] Aug 11 20:50:10.446 INFO O| Aug 11 20:50:10.446 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-11T20:50:11.611Z[ recovery-image] Aug 11 20:50:10.455 INFO O| Aug 11 20:50:10.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73832026-08-11T20:50:11.611Z[ recovery-image] Aug 11 20:50:10.455 INFO O| Aug 11 20:50:10.455 INFO STEP 703 (remove_files) COMPLETE
73842026-08-11T20:50:11.611Z[ recovery-image] Aug 11 20:50:10.455 INFO O| Aug 11 20:50:10.455 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-11T20:50:11.621Z[ recovery-image] Aug 11 20:50:10.465 INFO O| Aug 11 20:50:10.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73862026-08-11T20:50:11.621Z[ recovery-image] Aug 11 20:50:10.465 INFO O| Aug 11 20:50:10.465 INFO STEP 704 (remove_files) COMPLETE
73872026-08-11T20:50:11.621Z[ recovery-image] Aug 11 20:50:10.465 INFO O| Aug 11 20:50:10.465 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-11T20:50:11.630Z[ recovery-image] Aug 11 20:50:10.474 INFO O| Aug 11 20:50:10.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73892026-08-11T20:50:11.630Z[ recovery-image] Aug 11 20:50:10.474 INFO O| Aug 11 20:50:10.474 INFO STEP 705 (remove_files) COMPLETE
73902026-08-11T20:50:11.630Z[ recovery-image] Aug 11 20:50:10.474 INFO O| Aug 11 20:50:10.474 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-11T20:50:11.639Z[ recovery-image] Aug 11 20:50:10.483 INFO O| Aug 11 20:50:10.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73922026-08-11T20:50:11.639Z[ recovery-image] Aug 11 20:50:10.483 INFO O| Aug 11 20:50:10.483 INFO STEP 706 (remove_files) COMPLETE
73932026-08-11T20:50:11.639Z[ recovery-image] Aug 11 20:50:10.483 INFO O| Aug 11 20:50:10.483 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-11T20:50:11.647Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
73952026-08-11T20:50:11.650Z[ recovery-image] Aug 11 20:50:10.492 INFO O| Aug 11 20:50:10.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73962026-08-11T20:50:11.650Z[ recovery-image] Aug 11 20:50:10.492 INFO O| Aug 11 20:50:10.492 INFO STEP 707 (remove_files) COMPLETE
73972026-08-11T20:50:11.651Z[ recovery-image] Aug 11 20:50:10.492 INFO O| Aug 11 20:50:10.492 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-11T20:50:11.658Z[ recovery-image] Aug 11 20:50:10.501 INFO O| Aug 11 20:50:10.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73992026-08-11T20:50:11.658Z[ recovery-image] Aug 11 20:50:10.501 INFO O| Aug 11 20:50:10.501 INFO STEP 708 (remove_files) COMPLETE
74002026-08-11T20:50:11.658Z[ recovery-image] Aug 11 20:50:10.501 INFO O| Aug 11 20:50:10.501 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-11T20:50:11.675Z[ recovery-image] Aug 11 20:50:10.511 INFO O| Aug 11 20:50:10.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74022026-08-11T20:50:11.675Z[ recovery-image] Aug 11 20:50:10.511 INFO O| Aug 11 20:50:10.511 INFO STEP 709 (remove_files) COMPLETE
74032026-08-11T20:50:11.675Z[ recovery-image] Aug 11 20:50:10.511 INFO O| Aug 11 20:50:10.511 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-11T20:50:11.679Z[ recovery-image] Aug 11 20:50:10.520 INFO O| Aug 11 20:50:10.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74052026-08-11T20:50:11.679Z[ recovery-image] Aug 11 20:50:10.520 INFO O| Aug 11 20:50:10.520 INFO STEP 710 (remove_files) COMPLETE
74062026-08-11T20:50:11.679Z[ recovery-image] Aug 11 20:50:10.521 INFO O| Aug 11 20:50:10.520 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-11T20:50:11.686Z[ recovery-image] Aug 11 20:50:10.530 INFO O| Aug 11 20:50:10.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74082026-08-11T20:50:11.687Z[ recovery-image] Aug 11 20:50:10.530 INFO O| Aug 11 20:50:10.530 INFO STEP 711 (remove_files) COMPLETE
74092026-08-11T20:50:11.687Z[ recovery-image] Aug 11 20:50:10.530 INFO O| Aug 11 20:50:10.530 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-11T20:50:11.696Z[ recovery-image] Aug 11 20:50:10.540 INFO O| Aug 11 20:50:10.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74112026-08-11T20:50:11.696Z[ recovery-image] Aug 11 20:50:10.540 INFO O| Aug 11 20:50:10.540 INFO STEP 712 (remove_files) COMPLETE
74122026-08-11T20:50:11.696Z[ recovery-image] Aug 11 20:50:10.540 INFO O| Aug 11 20:50:10.540 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-11T20:50:11.699Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
74142026-08-11T20:50:11.707Z[ recovery-image] Aug 11 20:50:10.550 INFO O| Aug 11 20:50:10.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74152026-08-11T20:50:11.707Z[ recovery-image] Aug 11 20:50:10.551 INFO O| Aug 11 20:50:10.551 INFO STEP 713 (remove_files) COMPLETE
74162026-08-11T20:50:11.707Z[ recovery-image] Aug 11 20:50:10.551 INFO O| Aug 11 20:50:10.551 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-11T20:50:11.719Z[ recovery-image] Aug 11 20:50:10.562 INFO O| Aug 11 20:50:10.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74182026-08-11T20:50:11.719Z[ recovery-image] Aug 11 20:50:10.562 INFO O| Aug 11 20:50:10.562 INFO STEP 714 (remove_files) COMPLETE
74192026-08-11T20:50:11.719Z[ recovery-image] Aug 11 20:50:10.562 INFO O| Aug 11 20:50:10.562 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-11T20:50:11.735Z[ recovery-image] Aug 11 20:50:10.579 INFO O| Aug 11 20:50:10.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74212026-08-11T20:50:11.735Z[ recovery-image] Aug 11 20:50:10.579 INFO O| Aug 11 20:50:10.579 INFO STEP 715 (remove_files) COMPLETE
74222026-08-11T20:50:11.739Z[ recovery-image] Aug 11 20:50:10.579 INFO O| Aug 11 20:50:10.579 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-11T20:50:11.745Z[ recovery-image] Aug 11 20:50:10.588 INFO O| Aug 11 20:50:10.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74242026-08-11T20:50:11.745Z[ recovery-image] Aug 11 20:50:10.589 INFO O| Aug 11 20:50:10.589 INFO STEP 716 (remove_files) COMPLETE
74252026-08-11T20:50:11.745Z[ recovery-image] Aug 11 20:50:10.589 INFO O| Aug 11 20:50:10.589 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-11T20:50:11.755Z[ recovery-image] Aug 11 20:50:10.599 INFO O| Aug 11 20:50:10.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74272026-08-11T20:50:11.758Z[ recovery-image] Aug 11 20:50:10.599 INFO O| Aug 11 20:50:10.599 INFO STEP 717 (remove_files) COMPLETE
74282026-08-11T20:50:11.758Z[ recovery-image] Aug 11 20:50:10.599 INFO O| Aug 11 20:50:10.599 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-11T20:50:11.765Z[ recovery-image] Aug 11 20:50:10.609 INFO O| Aug 11 20:50:10.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74302026-08-11T20:50:11.769Z[ recovery-image] Aug 11 20:50:10.610 INFO O| Aug 11 20:50:10.610 INFO STEP 718 (remove_files) COMPLETE
74312026-08-11T20:50:11.769Z[ recovery-image] Aug 11 20:50:10.610 INFO O| Aug 11 20:50:10.610 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-11T20:50:11.778Z[ recovery-image] Aug 11 20:50:10.621 INFO O| Aug 11 20:50:10.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74332026-08-11T20:50:11.778Z[ recovery-image] Aug 11 20:50:10.621 INFO O| Aug 11 20:50:10.621 INFO STEP 719 (remove_files) COMPLETE
74342026-08-11T20:50:11.778Z[ recovery-image] Aug 11 20:50:10.621 INFO O| Aug 11 20:50:10.621 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-11T20:50:11.788Z[ recovery-image] Aug 11 20:50:10.632 INFO O| Aug 11 20:50:10.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74362026-08-11T20:50:11.788Z[ recovery-image] Aug 11 20:50:10.632 INFO O| Aug 11 20:50:10.632 INFO STEP 720 (remove_files) COMPLETE
74372026-08-11T20:50:11.788Z[ recovery-image] Aug 11 20:50:10.632 INFO O| Aug 11 20:50:10.632 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-11T20:50:11.798Z[ recovery-image] Aug 11 20:50:10.641 INFO O| Aug 11 20:50:10.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74392026-08-11T20:50:11.798Z[ recovery-image] Aug 11 20:50:10.641 INFO O| Aug 11 20:50:10.641 INFO STEP 721 (remove_files) COMPLETE
74402026-08-11T20:50:11.798Z[ recovery-image] Aug 11 20:50:10.641 INFO O| Aug 11 20:50:10.641 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-11T20:50:11.808Z[ recovery-image] Aug 11 20:50:10.652 INFO O| Aug 11 20:50:10.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74422026-08-11T20:50:11.808Z[ recovery-image] Aug 11 20:50:10.652 INFO O| Aug 11 20:50:10.652 INFO STEP 722 (remove_files) COMPLETE
74432026-08-11T20:50:11.808Z[ recovery-image] Aug 11 20:50:10.652 INFO O| Aug 11 20:50:10.652 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-11T20:50:11.819Z[ recovery-image] Aug 11 20:50:10.662 INFO O| Aug 11 20:50:10.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74452026-08-11T20:50:11.819Z[ recovery-image] Aug 11 20:50:10.662 INFO O| Aug 11 20:50:10.662 INFO STEP 723 (remove_files) COMPLETE
74462026-08-11T20:50:11.819Z[ recovery-image] Aug 11 20:50:10.663 INFO O| Aug 11 20:50:10.662 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-11T20:50:11.829Z[ recovery-image] Aug 11 20:50:10.673 INFO O| Aug 11 20:50:10.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74482026-08-11T20:50:11.829Z[ recovery-image] Aug 11 20:50:10.673 INFO O| Aug 11 20:50:10.673 INFO STEP 724 (remove_files) COMPLETE
74492026-08-11T20:50:11.829Z[ recovery-image] Aug 11 20:50:10.673 INFO O| Aug 11 20:50:10.673 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-11T20:50:11.840Z[ recovery-image] Aug 11 20:50:10.684 INFO O| Aug 11 20:50:10.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74512026-08-11T20:50:11.840Z[ recovery-image] Aug 11 20:50:10.684 INFO O| Aug 11 20:50:10.684 INFO STEP 725 (remove_files) COMPLETE
74522026-08-11T20:50:11.840Z[ recovery-image] Aug 11 20:50:10.684 INFO O| Aug 11 20:50:10.684 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-11T20:50:11.851Z[ recovery-image] Aug 11 20:50:10.694 INFO O| Aug 11 20:50:10.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74542026-08-11T20:50:11.851Z[ recovery-image] Aug 11 20:50:10.694 INFO O| Aug 11 20:50:10.694 INFO STEP 726 (remove_files) COMPLETE
74552026-08-11T20:50:11.851Z[ recovery-image] Aug 11 20:50:10.694 INFO O| Aug 11 20:50:10.694 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-11T20:50:11.861Z[ recovery-image] Aug 11 20:50:10.705 INFO O| Aug 11 20:50:10.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74572026-08-11T20:50:11.861Z[ recovery-image] Aug 11 20:50:10.705 INFO O| Aug 11 20:50:10.705 INFO STEP 727 (remove_files) COMPLETE
74582026-08-11T20:50:11.861Z[ recovery-image] Aug 11 20:50:10.705 INFO O| Aug 11 20:50:10.705 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-11T20:50:11.871Z[ recovery-image] Aug 11 20:50:10.715 INFO O| Aug 11 20:50:10.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74602026-08-11T20:50:11.871Z[ recovery-image] Aug 11 20:50:10.715 INFO O| Aug 11 20:50:10.715 INFO STEP 728 (remove_files) COMPLETE
74612026-08-11T20:50:11.871Z[ recovery-image] Aug 11 20:50:10.715 INFO O| Aug 11 20:50:10.715 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-11T20:50:11.881Z[ recovery-image] Aug 11 20:50:10.725 INFO O| Aug 11 20:50:10.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74632026-08-11T20:50:11.881Z[ recovery-image] Aug 11 20:50:10.725 INFO O| Aug 11 20:50:10.725 INFO STEP 729 (remove_files) COMPLETE
74642026-08-11T20:50:11.881Z[ recovery-image] Aug 11 20:50:10.725 INFO O| Aug 11 20:50:10.725 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-11T20:50:11.892Z[ recovery-image] Aug 11 20:50:10.735 INFO O| Aug 11 20:50:10.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74662026-08-11T20:50:11.892Z[ recovery-image] Aug 11 20:50:10.735 INFO O| Aug 11 20:50:10.735 INFO STEP 730 (remove_files) COMPLETE
74672026-08-11T20:50:11.892Z[ recovery-image] Aug 11 20:50:10.735 INFO O| Aug 11 20:50:10.735 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-11T20:50:11.901Z[ recovery-image] Aug 11 20:50:10.744 INFO O| Aug 11 20:50:10.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74692026-08-11T20:50:11.901Z[ recovery-image] Aug 11 20:50:10.744 INFO O| Aug 11 20:50:10.744 INFO STEP 731 (remove_files) COMPLETE
74702026-08-11T20:50:11.901Z[ recovery-image] Aug 11 20:50:10.744 INFO O| Aug 11 20:50:10.744 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-11T20:50:11.911Z[ recovery-image] Aug 11 20:50:10.754 INFO O| Aug 11 20:50:10.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74722026-08-11T20:50:11.911Z[ recovery-image] Aug 11 20:50:10.754 INFO O| Aug 11 20:50:10.754 INFO STEP 732 (remove_files) COMPLETE
74732026-08-11T20:50:11.911Z[ recovery-image] Aug 11 20:50:10.754 INFO O| Aug 11 20:50:10.754 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-11T20:50:11.939Z[ recovery-image] Aug 11 20:50:10.781 INFO O| Aug 11 20:50:10.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74752026-08-11T20:50:11.939Z[ recovery-image] Aug 11 20:50:10.781 INFO O| Aug 11 20:50:10.781 INFO STEP 733 (remove_files) COMPLETE
74762026-08-11T20:50:11.939Z[ recovery-image] Aug 11 20:50:10.781 INFO O| Aug 11 20:50:10.781 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-11T20:50:11.949Z[ recovery-image] Aug 11 20:50:10.793 INFO O| Aug 11 20:50:10.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74782026-08-11T20:50:11.949Z[ recovery-image] Aug 11 20:50:10.793 INFO O| Aug 11 20:50:10.793 INFO STEP 734 (remove_files) COMPLETE
74792026-08-11T20:50:11.949Z[ recovery-image] Aug 11 20:50:10.793 INFO O| Aug 11 20:50:10.793 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-11T20:50:11.959Z[ recovery-image] Aug 11 20:50:10.803 INFO O| Aug 11 20:50:10.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74812026-08-11T20:50:11.959Z[ recovery-image] Aug 11 20:50:10.803 INFO O| Aug 11 20:50:10.803 INFO STEP 735 (remove_files) COMPLETE
74822026-08-11T20:50:11.959Z[ recovery-image] Aug 11 20:50:10.803 INFO O| Aug 11 20:50:10.803 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-11T20:50:11.969Z[ recovery-image] Aug 11 20:50:10.813 INFO O| Aug 11 20:50:10.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74842026-08-11T20:50:11.970Z[ recovery-image] Aug 11 20:50:10.813 INFO O| Aug 11 20:50:10.813 INFO STEP 736 (remove_files) COMPLETE
74852026-08-11T20:50:11.970Z[ recovery-image] Aug 11 20:50:10.813 INFO O| Aug 11 20:50:10.813 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-11T20:50:11.979Z[ recovery-image] Aug 11 20:50:10.823 INFO O| Aug 11 20:50:10.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74872026-08-11T20:50:11.980Z[ recovery-image] Aug 11 20:50:10.823 INFO O| Aug 11 20:50:10.823 INFO STEP 737 (remove_files) COMPLETE
74882026-08-11T20:50:11.983Z[ recovery-image] Aug 11 20:50:10.823 INFO O| Aug 11 20:50:10.823 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-11T20:50:11.990Z[ recovery-image] Aug 11 20:50:10.834 INFO O| Aug 11 20:50:10.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74902026-08-11T20:50:11.990Z[ recovery-image] Aug 11 20:50:10.834 INFO O| Aug 11 20:50:10.834 INFO STEP 738 (remove_files) COMPLETE
74912026-08-11T20:50:11.993Z[ recovery-image] Aug 11 20:50:10.834 INFO O| Aug 11 20:50:10.834 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-11T20:50:12.015Z[ recovery-image] Aug 11 20:50:10.845 INFO O| Aug 11 20:50:10.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74932026-08-11T20:50:12.015Z[ recovery-image] Aug 11 20:50:10.845 INFO O| Aug 11 20:50:10.845 INFO STEP 739 (remove_files) COMPLETE
74942026-08-11T20:50:12.015Z[ recovery-image] Aug 11 20:50:10.845 INFO O| Aug 11 20:50:10.845 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-11T20:50:12.015Z[ recovery-image] Aug 11 20:50:10.854 INFO O| Aug 11 20:50:10.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74962026-08-11T20:50:12.015Z[ recovery-image] Aug 11 20:50:10.854 INFO O| Aug 11 20:50:10.854 INFO STEP 740 (remove_files) COMPLETE
74972026-08-11T20:50:12.015Z[ recovery-image] Aug 11 20:50:10.854 INFO O| Aug 11 20:50:10.854 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-11T20:50:12.021Z[ recovery-image] Aug 11 20:50:10.865 INFO O| Aug 11 20:50:10.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74992026-08-11T20:50:12.038Z[ recovery-image] Aug 11 20:50:10.882 INFO O| Aug 11 20:50:10.882 INFO STEP 741 (remove_files) COMPLETE
75002026-08-11T20:50:12.038Z[ recovery-image] Aug 11 20:50:10.882 INFO O| Aug 11 20:50:10.882 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-11T20:50:12.042Z[verify-libraries] Compiling socket2 v0.5.10
75022026-08-11T20:50:12.086Z[ recovery-image] Aug 11 20:50:10.930 INFO O| Aug 11 20:50:10.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75032026-08-11T20:50:12.086Z[ recovery-image] Aug 11 20:50:10.930 INFO O| Aug 11 20:50:10.930 INFO STEP 742 (remove_files) COMPLETE
75042026-08-11T20:50:12.086Z[ recovery-image] Aug 11 20:50:10.930 INFO O| Aug 11 20:50:10.930 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-11T20:50:12.127Z[ recovery-image] Aug 11 20:50:10.971 INFO O| Aug 11 20:50:10.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75062026-08-11T20:50:12.127Z[ recovery-image] Aug 11 20:50:10.971 INFO O| Aug 11 20:50:10.971 INFO STEP 743 (remove_files) COMPLETE
75072026-08-11T20:50:12.127Z[ recovery-image] Aug 11 20:50:10.971 INFO O| Aug 11 20:50:10.971 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-11T20:50:12.136Z[ recovery-image] Aug 11 20:50:10.979 INFO O| Aug 11 20:50:10.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75092026-08-11T20:50:12.136Z[ recovery-image] Aug 11 20:50:10.979 INFO O| Aug 11 20:50:10.979 INFO STEP 744 (remove_files) COMPLETE
75102026-08-11T20:50:12.136Z[ recovery-image] Aug 11 20:50:10.979 INFO O| Aug 11 20:50:10.979 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-11T20:50:12.145Z[ recovery-image] Aug 11 20:50:10.987 INFO O| Aug 11 20:50:10.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75122026-08-11T20:50:12.145Z[ recovery-image] Aug 11 20:50:10.987 INFO O| Aug 11 20:50:10.987 INFO STEP 745 (remove_files) COMPLETE
75132026-08-11T20:50:12.145Z[ recovery-image] Aug 11 20:50:10.987 INFO O| Aug 11 20:50:10.987 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-11T20:50:12.151Z[ recovery-image] Aug 11 20:50:10.995 INFO O| Aug 11 20:50:10.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75152026-08-11T20:50:12.151Z[ recovery-image] Aug 11 20:50:10.995 INFO O| Aug 11 20:50:10.995 INFO STEP 746 (remove_files) COMPLETE
75162026-08-11T20:50:12.151Z[ recovery-image] Aug 11 20:50:10.995 INFO O| Aug 11 20:50:10.995 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-11T20:50:12.160Z[ recovery-image] Aug 11 20:50:11.004 INFO O| Aug 11 20:50:11.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75182026-08-11T20:50:12.160Z[ recovery-image] Aug 11 20:50:11.004 INFO O| Aug 11 20:50:11.004 INFO STEP 747 (remove_files) COMPLETE
75192026-08-11T20:50:12.160Z[ recovery-image] Aug 11 20:50:11.004 INFO O| Aug 11 20:50:11.004 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-11T20:50:12.177Z[ recovery-image] Aug 11 20:50:11.021 INFO O| Aug 11 20:50:11.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75212026-08-11T20:50:12.177Z[ recovery-image] Aug 11 20:50:11.021 INFO O| Aug 11 20:50:11.021 INFO STEP 748 (remove_files) COMPLETE
75222026-08-11T20:50:12.181Z[ recovery-image] Aug 11 20:50:11.021 INFO O| Aug 11 20:50:11.021 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-11T20:50:12.207Z[ recovery-image] Aug 11 20:50:11.050 INFO O| Aug 11 20:50:11.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75242026-08-11T20:50:12.207Z[ recovery-image] Aug 11 20:50:11.050 INFO O| Aug 11 20:50:11.050 INFO STEP 749 (remove_files) COMPLETE
75252026-08-11T20:50:12.207Z[ recovery-image] Aug 11 20:50:11.050 INFO O| Aug 11 20:50:11.050 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-11T20:50:12.216Z[ recovery-image] Aug 11 20:50:11.059 INFO O| Aug 11 20:50:11.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75272026-08-11T20:50:12.216Z[ recovery-image] Aug 11 20:50:11.060 INFO O| Aug 11 20:50:11.059 INFO STEP 750 (remove_files) COMPLETE
75282026-08-11T20:50:12.216Z[ recovery-image] Aug 11 20:50:11.060 INFO O| Aug 11 20:50:11.060 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-11T20:50:12.225Z[ recovery-image] Aug 11 20:50:11.068 INFO O| Aug 11 20:50:11.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75302026-08-11T20:50:12.225Z[ recovery-image] Aug 11 20:50:11.068 INFO O| Aug 11 20:50:11.068 INFO STEP 751 (remove_files) COMPLETE
75312026-08-11T20:50:12.225Z[ recovery-image] Aug 11 20:50:11.068 INFO O| Aug 11 20:50:11.068 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-11T20:50:12.235Z[ recovery-image] Aug 11 20:50:11.078 INFO O| Aug 11 20:50:11.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75332026-08-11T20:50:12.235Z[ recovery-image] Aug 11 20:50:11.079 INFO O| Aug 11 20:50:11.078 INFO STEP 752 (remove_files) COMPLETE
75342026-08-11T20:50:12.235Z[ recovery-image] Aug 11 20:50:11.079 INFO O| Aug 11 20:50:11.078 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-11T20:50:12.244Z[ recovery-image] Aug 11 20:50:11.088 INFO O| Aug 11 20:50:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75362026-08-11T20:50:12.245Z[ recovery-image] Aug 11 20:50:11.088 INFO O| Aug 11 20:50:11.088 INFO STEP 753 (remove_files) COMPLETE
75372026-08-11T20:50:12.245Z[ recovery-image] Aug 11 20:50:11.088 INFO O| Aug 11 20:50:11.088 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-11T20:50:12.253Z[ recovery-image] Aug 11 20:50:11.097 INFO O| Aug 11 20:50:11.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75392026-08-11T20:50:12.253Z[ recovery-image] Aug 11 20:50:11.097 INFO O| Aug 11 20:50:11.097 INFO STEP 754 (remove_files) COMPLETE
75402026-08-11T20:50:12.253Z[ recovery-image] Aug 11 20:50:11.097 INFO O| Aug 11 20:50:11.097 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-11T20:50:12.262Z[ recovery-image] Aug 11 20:50:11.106 INFO O| Aug 11 20:50:11.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75422026-08-11T20:50:12.262Z[ recovery-image] Aug 11 20:50:11.106 INFO O| Aug 11 20:50:11.106 INFO STEP 755 (remove_files) COMPLETE
75432026-08-11T20:50:12.263Z[ recovery-image] Aug 11 20:50:11.106 INFO O| Aug 11 20:50:11.106 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-11T20:50:12.274Z[ recovery-image] Aug 11 20:50:11.118 INFO O| Aug 11 20:50:11.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75452026-08-11T20:50:12.275Z[ recovery-image] Aug 11 20:50:11.118 INFO O| Aug 11 20:50:11.118 INFO STEP 756 (remove_files) COMPLETE
75462026-08-11T20:50:12.275Z[ recovery-image] Aug 11 20:50:11.118 INFO O| Aug 11 20:50:11.118 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-11T20:50:12.283Z[ recovery-image] Aug 11 20:50:11.127 INFO O| Aug 11 20:50:11.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75482026-08-11T20:50:12.283Z[ recovery-image] Aug 11 20:50:11.127 INFO O| Aug 11 20:50:11.127 INFO STEP 757 (remove_files) COMPLETE
75492026-08-11T20:50:12.287Z[ recovery-image] Aug 11 20:50:11.127 INFO O| Aug 11 20:50:11.127 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-11T20:50:12.292Z[ recovery-image] Aug 11 20:50:11.136 INFO O| Aug 11 20:50:11.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75512026-08-11T20:50:12.292Z[ recovery-image] Aug 11 20:50:11.136 INFO O| Aug 11 20:50:11.136 INFO STEP 758 (remove_files) COMPLETE
75522026-08-11T20:50:12.292Z[ recovery-image] Aug 11 20:50:11.136 INFO O| Aug 11 20:50:11.136 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-11T20:50:12.302Z[ recovery-image] Aug 11 20:50:11.145 INFO O| Aug 11 20:50:11.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75542026-08-11T20:50:12.302Z[ recovery-image] Aug 11 20:50:11.145 INFO O| Aug 11 20:50:11.145 INFO STEP 759 (remove_files) COMPLETE
75552026-08-11T20:50:12.305Z[ recovery-image] Aug 11 20:50:11.145 INFO O| Aug 11 20:50:11.145 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-11T20:50:12.310Z[ recovery-image] Aug 11 20:50:11.154 INFO O| Aug 11 20:50:11.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75572026-08-11T20:50:12.310Z[ recovery-image] Aug 11 20:50:11.154 INFO O| Aug 11 20:50:11.154 INFO STEP 760 (remove_files) COMPLETE
75582026-08-11T20:50:12.310Z[ recovery-image] Aug 11 20:50:11.154 INFO O| Aug 11 20:50:11.154 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-11T20:50:12.321Z[ recovery-image] Aug 11 20:50:11.165 INFO O| Aug 11 20:50:11.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75602026-08-11T20:50:12.321Z[ recovery-image] Aug 11 20:50:11.165 INFO O| Aug 11 20:50:11.165 INFO STEP 761 (remove_files) COMPLETE
75612026-08-11T20:50:12.325Z[ recovery-image] Aug 11 20:50:11.165 INFO O| Aug 11 20:50:11.165 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-11T20:50:12.331Z[ recovery-image] Aug 11 20:50:11.174 INFO O| Aug 11 20:50:11.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75632026-08-11T20:50:12.331Z[ recovery-image] Aug 11 20:50:11.174 INFO O| Aug 11 20:50:11.174 INFO STEP 762 (remove_files) COMPLETE
75642026-08-11T20:50:12.331Z[ recovery-image] Aug 11 20:50:11.174 INFO O| Aug 11 20:50:11.174 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-11T20:50:12.343Z[ recovery-image] Aug 11 20:50:11.184 INFO O| Aug 11 20:50:11.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75662026-08-11T20:50:12.344Z[ recovery-image] Aug 11 20:50:11.184 INFO O| Aug 11 20:50:11.184 INFO STEP 763 (remove_files) COMPLETE
75672026-08-11T20:50:12.344Z[ recovery-image] Aug 11 20:50:11.184 INFO O| Aug 11 20:50:11.184 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-11T20:50:12.352Z[ recovery-image] Aug 11 20:50:11.195 INFO O| Aug 11 20:50:11.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75692026-08-11T20:50:12.352Z[ recovery-image] Aug 11 20:50:11.195 INFO O| Aug 11 20:50:11.195 INFO STEP 764 (remove_files) COMPLETE
75702026-08-11T20:50:12.352Z[ recovery-image] Aug 11 20:50:11.195 INFO O| Aug 11 20:50:11.195 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-11T20:50:12.361Z[ recovery-image] Aug 11 20:50:11.205 INFO O| Aug 11 20:50:11.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75722026-08-11T20:50:12.362Z[ recovery-image] Aug 11 20:50:11.205 INFO O| Aug 11 20:50:11.205 INFO STEP 765 (remove_files) COMPLETE
75732026-08-11T20:50:12.362Z[ recovery-image] Aug 11 20:50:11.205 INFO O| Aug 11 20:50:11.205 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-11T20:50:12.371Z[ recovery-image] Aug 11 20:50:11.215 INFO O| Aug 11 20:50:11.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75752026-08-11T20:50:12.371Z[ recovery-image] Aug 11 20:50:11.215 INFO O| Aug 11 20:50:11.215 INFO STEP 766 (remove_files) COMPLETE
75762026-08-11T20:50:12.371Z[ recovery-image] Aug 11 20:50:11.215 INFO O| Aug 11 20:50:11.215 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-11T20:50:12.381Z[ recovery-image] Aug 11 20:50:11.225 INFO O| Aug 11 20:50:11.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75782026-08-11T20:50:12.381Z[ recovery-image] Aug 11 20:50:11.225 INFO O| Aug 11 20:50:11.225 INFO STEP 767 (remove_files) COMPLETE
75792026-08-11T20:50:12.381Z[ recovery-image] Aug 11 20:50:11.225 INFO O| Aug 11 20:50:11.225 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-11T20:50:12.392Z[ recovery-image] Aug 11 20:50:11.235 INFO O| Aug 11 20:50:11.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75812026-08-11T20:50:12.392Z[ recovery-image] Aug 11 20:50:11.235 INFO O| Aug 11 20:50:11.235 INFO STEP 768 (remove_files) COMPLETE
75822026-08-11T20:50:12.392Z[ recovery-image] Aug 11 20:50:11.235 INFO O| Aug 11 20:50:11.235 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-11T20:50:12.402Z[ recovery-image] Aug 11 20:50:11.246 INFO O| Aug 11 20:50:11.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75842026-08-11T20:50:12.402Z[ recovery-image] Aug 11 20:50:11.246 INFO O| Aug 11 20:50:11.246 INFO STEP 769 (remove_files) COMPLETE
75852026-08-11T20:50:12.405Z[ recovery-image] Aug 11 20:50:11.246 INFO O| Aug 11 20:50:11.246 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-11T20:50:12.411Z[ recovery-image] Aug 11 20:50:11.255 INFO O| Aug 11 20:50:11.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75872026-08-11T20:50:12.412Z[ recovery-image] Aug 11 20:50:11.255 INFO O| Aug 11 20:50:11.255 INFO STEP 770 (remove_files) COMPLETE
75882026-08-11T20:50:12.412Z[ recovery-image] Aug 11 20:50:11.255 INFO O| Aug 11 20:50:11.255 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-11T20:50:12.422Z[ recovery-image] Aug 11 20:50:11.266 INFO O| Aug 11 20:50:11.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75902026-08-11T20:50:12.422Z[ recovery-image] Aug 11 20:50:11.266 INFO O| Aug 11 20:50:11.266 INFO STEP 771 (remove_files) COMPLETE
75912026-08-11T20:50:12.422Z[ recovery-image] Aug 11 20:50:11.266 INFO O| Aug 11 20:50:11.266 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-11T20:50:12.431Z[ recovery-image] Aug 11 20:50:11.275 INFO O| Aug 11 20:50:11.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75932026-08-11T20:50:12.431Z[ recovery-image] Aug 11 20:50:11.275 INFO O| Aug 11 20:50:11.275 INFO STEP 772 (remove_files) COMPLETE
75942026-08-11T20:50:12.431Z[ recovery-image] Aug 11 20:50:11.275 INFO O| Aug 11 20:50:11.275 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-11T20:50:12.440Z[ recovery-image] Aug 11 20:50:11.284 INFO O| Aug 11 20:50:11.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75962026-08-11T20:50:12.441Z[ recovery-image] Aug 11 20:50:11.284 INFO O| Aug 11 20:50:11.284 INFO STEP 773 (remove_files) COMPLETE
75972026-08-11T20:50:12.441Z[ recovery-image] Aug 11 20:50:11.284 INFO O| Aug 11 20:50:11.284 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-11T20:50:12.449Z[ recovery-image] Aug 11 20:50:11.292 INFO O| Aug 11 20:50:11.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75992026-08-11T20:50:12.449Z[ recovery-image] Aug 11 20:50:11.293 INFO O| Aug 11 20:50:11.293 INFO STEP 774 (remove_files) COMPLETE
76002026-08-11T20:50:12.449Z[ recovery-image] Aug 11 20:50:11.293 INFO O| Aug 11 20:50:11.293 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-11T20:50:12.456Z[ recovery-image] Aug 11 20:50:11.300 INFO O| Aug 11 20:50:11.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76022026-08-11T20:50:12.456Z[ recovery-image] Aug 11 20:50:11.300 INFO O| Aug 11 20:50:11.300 INFO STEP 775 (remove_files) COMPLETE
76032026-08-11T20:50:12.460Z[ recovery-image] Aug 11 20:50:11.300 INFO O| Aug 11 20:50:11.300 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-11T20:50:12.464Z[ recovery-image] Aug 11 20:50:11.308 INFO O| Aug 11 20:50:11.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76052026-08-11T20:50:12.464Z[ recovery-image] Aug 11 20:50:11.308 INFO O| Aug 11 20:50:11.308 INFO STEP 776 (remove_files) COMPLETE
76062026-08-11T20:50:12.465Z[ recovery-image] Aug 11 20:50:11.308 INFO O| Aug 11 20:50:11.308 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-11T20:50:12.471Z[ recovery-image] Aug 11 20:50:11.315 INFO O| Aug 11 20:50:11.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76082026-08-11T20:50:12.471Z[ recovery-image] Aug 11 20:50:11.315 INFO O| Aug 11 20:50:11.315 INFO STEP 777 (remove_files) COMPLETE
76092026-08-11T20:50:12.471Z[ recovery-image] Aug 11 20:50:11.315 INFO O| Aug 11 20:50:11.315 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-11T20:50:12.479Z[ recovery-image] Aug 11 20:50:11.322 INFO O| Aug 11 20:50:11.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76112026-08-11T20:50:12.479Z[ recovery-image] Aug 11 20:50:11.322 INFO O| Aug 11 20:50:11.322 INFO STEP 778 (remove_files) COMPLETE
76122026-08-11T20:50:12.479Z[ recovery-image] Aug 11 20:50:11.322 INFO O| Aug 11 20:50:11.322 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-11T20:50:12.499Z[ recovery-image] Aug 11 20:50:11.336 INFO O| Aug 11 20:50:11.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76142026-08-11T20:50:12.499Z[ recovery-image] Aug 11 20:50:11.336 INFO O| Aug 11 20:50:11.331 INFO STEP 779 (remove_files) COMPLETE
76152026-08-11T20:50:12.499Z[ recovery-image] Aug 11 20:50:11.336 INFO O| Aug 11 20:50:11.331 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-11T20:50:12.499Z[ recovery-image] Aug 11 20:50:11.340 INFO O| Aug 11 20:50:11.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76172026-08-11T20:50:12.499Z[ recovery-image] Aug 11 20:50:11.340 INFO O| Aug 11 20:50:11.340 INFO STEP 780 (remove_files) COMPLETE
76182026-08-11T20:50:12.499Z[ recovery-image] Aug 11 20:50:11.340 INFO O| Aug 11 20:50:11.340 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-11T20:50:12.505Z[ recovery-image] Aug 11 20:50:11.349 INFO O| Aug 11 20:50:11.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76202026-08-11T20:50:12.505Z[ recovery-image] Aug 11 20:50:11.349 INFO O| Aug 11 20:50:11.349 INFO STEP 781 (remove_files) COMPLETE
76212026-08-11T20:50:12.505Z[ recovery-image] Aug 11 20:50:11.349 INFO O| Aug 11 20:50:11.349 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-11T20:50:12.516Z[ recovery-image] Aug 11 20:50:11.360 INFO O| Aug 11 20:50:11.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76232026-08-11T20:50:12.517Z[ recovery-image] Aug 11 20:50:11.360 INFO O| Aug 11 20:50:11.360 INFO STEP 782 (remove_files) COMPLETE
76242026-08-11T20:50:12.517Z[ recovery-image] Aug 11 20:50:11.360 INFO O| Aug 11 20:50:11.360 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-11T20:50:12.527Z[ recovery-image] Aug 11 20:50:11.371 INFO O| Aug 11 20:50:11.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76262026-08-11T20:50:12.527Z[ recovery-image] Aug 11 20:50:11.371 INFO O| Aug 11 20:50:11.371 INFO STEP 783 (remove_files) COMPLETE
76272026-08-11T20:50:12.530Z[ recovery-image] Aug 11 20:50:11.371 INFO O| Aug 11 20:50:11.371 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-11T20:50:12.537Z[ recovery-image] Aug 11 20:50:11.381 INFO O| Aug 11 20:50:11.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76292026-08-11T20:50:12.537Z[ recovery-image] Aug 11 20:50:11.381 INFO O| Aug 11 20:50:11.381 INFO STEP 784 (remove_files) COMPLETE
76302026-08-11T20:50:12.537Z[ recovery-image] Aug 11 20:50:11.381 INFO O| Aug 11 20:50:11.381 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-11T20:50:12.547Z[ recovery-image] Aug 11 20:50:11.391 INFO O| Aug 11 20:50:11.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76322026-08-11T20:50:12.547Z[ recovery-image] Aug 11 20:50:11.391 INFO O| Aug 11 20:50:11.391 INFO STEP 785 (remove_files) COMPLETE
76332026-08-11T20:50:12.550Z[ recovery-image] Aug 11 20:50:11.391 INFO O| Aug 11 20:50:11.391 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-11T20:50:12.558Z[ recovery-image] Aug 11 20:50:11.401 INFO O| Aug 11 20:50:11.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76352026-08-11T20:50:12.558Z[ recovery-image] Aug 11 20:50:11.401 INFO O| Aug 11 20:50:11.401 INFO STEP 786 (remove_files) COMPLETE
76362026-08-11T20:50:12.558Z[ recovery-image] Aug 11 20:50:11.401 INFO O| Aug 11 20:50:11.401 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-11T20:50:12.558Z[verify-libraries] Compiling internet-checksum v0.2.1
76382026-08-11T20:50:12.567Z[ recovery-image] Aug 11 20:50:11.410 INFO O| Aug 11 20:50:11.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76392026-08-11T20:50:12.567Z[ recovery-image] Aug 11 20:50:11.410 INFO O| Aug 11 20:50:11.410 INFO STEP 787 (remove_files) COMPLETE
76402026-08-11T20:50:12.571Z[ recovery-image] Aug 11 20:50:11.410 INFO O| Aug 11 20:50:11.410 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-11T20:50:12.575Z[ recovery-image] Aug 11 20:50:11.419 INFO O| Aug 11 20:50:11.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76422026-08-11T20:50:12.575Z[ recovery-image] Aug 11 20:50:11.419 INFO O| Aug 11 20:50:11.419 INFO STEP 788 (remove_files) COMPLETE
76432026-08-11T20:50:12.575Z[ recovery-image] Aug 11 20:50:11.419 INFO O| Aug 11 20:50:11.419 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-11T20:50:12.584Z[ recovery-image] Aug 11 20:50:11.427 INFO O| Aug 11 20:50:11.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76452026-08-11T20:50:12.584Z[ recovery-image] Aug 11 20:50:11.428 INFO O| Aug 11 20:50:11.428 INFO STEP 789 (remove_files) COMPLETE
76462026-08-11T20:50:12.584Z[ recovery-image] Aug 11 20:50:11.428 INFO O| Aug 11 20:50:11.428 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-11T20:50:12.593Z[ recovery-image] Aug 11 20:50:11.436 INFO O| Aug 11 20:50:11.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76482026-08-11T20:50:12.593Z[ recovery-image] Aug 11 20:50:11.436 INFO O| Aug 11 20:50:11.436 INFO STEP 790 (remove_files) COMPLETE
76492026-08-11T20:50:12.593Z[ recovery-image] Aug 11 20:50:11.436 INFO O| Aug 11 20:50:11.436 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-11T20:50:12.601Z[ recovery-image] Aug 11 20:50:11.445 INFO O| Aug 11 20:50:11.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76512026-08-11T20:50:12.601Z[ recovery-image] Aug 11 20:50:11.445 INFO O| Aug 11 20:50:11.445 INFO STEP 791 (remove_files) COMPLETE
76522026-08-11T20:50:12.601Z[ recovery-image] Aug 11 20:50:11.445 INFO O| Aug 11 20:50:11.445 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-11T20:50:12.610Z[ recovery-image] Aug 11 20:50:11.453 INFO O| Aug 11 20:50:11.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76542026-08-11T20:50:12.610Z[ recovery-image] Aug 11 20:50:11.453 INFO O| Aug 11 20:50:11.453 INFO STEP 792 (remove_files) COMPLETE
76552026-08-11T20:50:12.613Z[ recovery-image] Aug 11 20:50:11.453 INFO O| Aug 11 20:50:11.453 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-11T20:50:12.621Z[ recovery-image] Aug 11 20:50:11.465 INFO O| Aug 11 20:50:11.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76572026-08-11T20:50:12.621Z[ recovery-image] Aug 11 20:50:11.465 INFO O| Aug 11 20:50:11.465 INFO STEP 793 (remove_files) COMPLETE
76582026-08-11T20:50:12.621Z[ recovery-image] Aug 11 20:50:11.465 INFO O| Aug 11 20:50:11.465 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-11T20:50:12.631Z[ recovery-image] Aug 11 20:50:11.474 INFO O| Aug 11 20:50:11.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76602026-08-11T20:50:12.631Z[ recovery-image] Aug 11 20:50:11.474 INFO O| Aug 11 20:50:11.474 INFO STEP 794 (remove_files) COMPLETE
76612026-08-11T20:50:12.631Z[ recovery-image] Aug 11 20:50:11.474 INFO O| Aug 11 20:50:11.474 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-11T20:50:12.642Z[ recovery-image] Aug 11 20:50:11.485 INFO O| Aug 11 20:50:11.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76632026-08-11T20:50:12.642Z[ recovery-image] Aug 11 20:50:11.485 INFO O| Aug 11 20:50:11.485 INFO STEP 795 (remove_files) COMPLETE
76642026-08-11T20:50:12.642Z[ recovery-image] Aug 11 20:50:11.485 INFO O| Aug 11 20:50:11.485 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-11T20:50:12.652Z[ recovery-image] Aug 11 20:50:11.495 INFO O| Aug 11 20:50:11.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76662026-08-11T20:50:12.652Z[ recovery-image] Aug 11 20:50:11.495 INFO O| Aug 11 20:50:11.495 INFO STEP 796 (remove_files) COMPLETE
76672026-08-11T20:50:12.652Z[ recovery-image] Aug 11 20:50:11.495 INFO O| Aug 11 20:50:11.495 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-11T20:50:12.663Z[ recovery-image] Aug 11 20:50:11.506 INFO O| Aug 11 20:50:11.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76692026-08-11T20:50:12.663Z[ recovery-image] Aug 11 20:50:11.506 INFO O| Aug 11 20:50:11.506 INFO STEP 797 (remove_files) COMPLETE
76702026-08-11T20:50:12.663Z[ recovery-image] Aug 11 20:50:11.506 INFO O| Aug 11 20:50:11.506 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-11T20:50:12.673Z[ recovery-image] Aug 11 20:50:11.517 INFO O| Aug 11 20:50:11.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76722026-08-11T20:50:12.673Z[ recovery-image] Aug 11 20:50:11.517 INFO O| Aug 11 20:50:11.517 INFO STEP 798 (remove_files) COMPLETE
76732026-08-11T20:50:12.676Z[ recovery-image] Aug 11 20:50:11.517 INFO O| Aug 11 20:50:11.517 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-11T20:50:12.684Z[ recovery-image] Aug 11 20:50:11.527 INFO O| Aug 11 20:50:11.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76752026-08-11T20:50:12.684Z[ recovery-image] Aug 11 20:50:11.527 INFO O| Aug 11 20:50:11.527 INFO STEP 799 (remove_files) COMPLETE
76762026-08-11T20:50:12.684Z[ recovery-image] Aug 11 20:50:11.527 INFO O| Aug 11 20:50:11.527 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-11T20:50:12.694Z[ recovery-image] Aug 11 20:50:11.537 INFO O| Aug 11 20:50:11.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76782026-08-11T20:50:12.694Z[ recovery-image] Aug 11 20:50:11.537 INFO O| Aug 11 20:50:11.537 INFO STEP 800 (remove_files) COMPLETE
76792026-08-11T20:50:12.694Z[ recovery-image] Aug 11 20:50:11.537 INFO O| Aug 11 20:50:11.537 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-11T20:50:12.711Z[ recovery-image] Aug 11 20:50:11.555 INFO O| Aug 11 20:50:11.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76812026-08-11T20:50:12.711Z[ recovery-image] Aug 11 20:50:11.555 INFO O| Aug 11 20:50:11.555 INFO STEP 801 (remove_files) COMPLETE
76822026-08-11T20:50:12.711Z[ recovery-image] Aug 11 20:50:11.555 INFO O| Aug 11 20:50:11.555 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-11T20:50:12.730Z[ recovery-image] Aug 11 20:50:11.573 INFO O| Aug 11 20:50:11.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76842026-08-11T20:50:12.730Z[ recovery-image] Aug 11 20:50:11.573 INFO O| Aug 11 20:50:11.565 INFO STEP 802 (remove_files) COMPLETE
76852026-08-11T20:50:12.733Z[ recovery-image] Aug 11 20:50:11.573 INFO O| Aug 11 20:50:11.565 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-11T20:50:12.733Z[ recovery-image] Aug 11 20:50:11.574 INFO O| Aug 11 20:50:11.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76872026-08-11T20:50:12.733Z[ recovery-image] Aug 11 20:50:11.574 INFO O| Aug 11 20:50:11.574 INFO STEP 803 (remove_files) COMPLETE
76882026-08-11T20:50:12.733Z[ recovery-image] Aug 11 20:50:11.574 INFO O| Aug 11 20:50:11.574 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-11T20:50:12.739Z[ recovery-image] Aug 11 20:50:11.583 INFO O| Aug 11 20:50:11.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76902026-08-11T20:50:12.739Z[ recovery-image] Aug 11 20:50:11.583 INFO O| Aug 11 20:50:11.583 INFO STEP 804 (remove_files) COMPLETE
76912026-08-11T20:50:12.742Z[ recovery-image] Aug 11 20:50:11.583 INFO O| Aug 11 20:50:11.583 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-11T20:50:12.748Z[ recovery-image] Aug 11 20:50:11.592 INFO O| Aug 11 20:50:11.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76932026-08-11T20:50:12.748Z[ recovery-image] Aug 11 20:50:11.592 INFO O| Aug 11 20:50:11.592 INFO STEP 805 (remove_files) COMPLETE
76942026-08-11T20:50:12.748Z[ recovery-image] Aug 11 20:50:11.592 INFO O| Aug 11 20:50:11.592 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-11T20:50:12.758Z[ recovery-image] Aug 11 20:50:11.601 INFO O| Aug 11 20:50:11.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76962026-08-11T20:50:12.758Z[ recovery-image] Aug 11 20:50:11.601 INFO O| Aug 11 20:50:11.601 INFO STEP 806 (remove_files) COMPLETE
76972026-08-11T20:50:12.758Z[ recovery-image] Aug 11 20:50:11.601 INFO O| Aug 11 20:50:11.601 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-11T20:50:12.761Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
76992026-08-11T20:50:12.766Z[ recovery-image] Aug 11 20:50:11.610 INFO O| Aug 11 20:50:11.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77002026-08-11T20:50:12.766Z[ recovery-image] Aug 11 20:50:11.610 INFO O| Aug 11 20:50:11.610 INFO STEP 807 (remove_files) COMPLETE
77012026-08-11T20:50:12.769Z[ recovery-image] Aug 11 20:50:11.610 INFO O| Aug 11 20:50:11.610 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-11T20:50:12.774Z[ recovery-image] Aug 11 20:50:11.618 INFO O| Aug 11 20:50:11.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77032026-08-11T20:50:12.774Z[ recovery-image] Aug 11 20:50:11.618 INFO O| Aug 11 20:50:11.618 INFO STEP 808 (remove_files) COMPLETE
77042026-08-11T20:50:12.774Z[ recovery-image] Aug 11 20:50:11.618 INFO O| Aug 11 20:50:11.618 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-11T20:50:12.783Z[ recovery-image] Aug 11 20:50:11.627 INFO O| Aug 11 20:50:11.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77062026-08-11T20:50:12.783Z[ recovery-image] Aug 11 20:50:11.627 INFO O| Aug 11 20:50:11.627 INFO STEP 809 (remove_files) COMPLETE
77072026-08-11T20:50:12.786Z[ recovery-image] Aug 11 20:50:11.627 INFO O| Aug 11 20:50:11.627 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-11T20:50:12.791Z[ recovery-image] Aug 11 20:50:11.634 INFO O| Aug 11 20:50:11.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77092026-08-11T20:50:12.791Z[ recovery-image] Aug 11 20:50:11.635 INFO O| Aug 11 20:50:11.634 INFO STEP 810 (remove_files) COMPLETE
77102026-08-11T20:50:12.791Z[ recovery-image] Aug 11 20:50:11.635 INFO O| Aug 11 20:50:11.634 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-11T20:50:12.802Z[ recovery-image] Aug 11 20:50:11.645 INFO O| Aug 11 20:50:11.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77122026-08-11T20:50:12.802Z[ recovery-image] Aug 11 20:50:11.645 INFO O| Aug 11 20:50:11.645 INFO STEP 811 (remove_files) COMPLETE
77132026-08-11T20:50:12.805Z[ recovery-image] Aug 11 20:50:11.645 INFO O| Aug 11 20:50:11.645 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-11T20:50:12.810Z[ recovery-image] Aug 11 20:50:11.654 INFO O| Aug 11 20:50:11.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77152026-08-11T20:50:12.810Z[ recovery-image] Aug 11 20:50:11.654 INFO O| Aug 11 20:50:11.654 INFO STEP 812 (remove_files) COMPLETE
77162026-08-11T20:50:12.810Z[ recovery-image] Aug 11 20:50:11.654 INFO O| Aug 11 20:50:11.654 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-11T20:50:12.819Z[ recovery-image] Aug 11 20:50:11.663 INFO O| Aug 11 20:50:11.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77182026-08-11T20:50:12.819Z[ recovery-image] Aug 11 20:50:11.663 INFO O| Aug 11 20:50:11.663 INFO STEP 813 (remove_files) COMPLETE
77192026-08-11T20:50:12.819Z[ recovery-image] Aug 11 20:50:11.663 INFO O| Aug 11 20:50:11.663 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-11T20:50:12.827Z[ recovery-image] Aug 11 20:50:11.671 INFO O| Aug 11 20:50:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77212026-08-11T20:50:12.827Z[ recovery-image] Aug 11 20:50:11.671 INFO O| Aug 11 20:50:11.671 INFO STEP 814 (remove_files) COMPLETE
77222026-08-11T20:50:12.828Z[ recovery-image] Aug 11 20:50:11.671 INFO O| Aug 11 20:50:11.671 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-11T20:50:12.836Z[ recovery-image] Aug 11 20:50:11.680 INFO O| Aug 11 20:50:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77242026-08-11T20:50:12.836Z[ recovery-image] Aug 11 20:50:11.680 INFO O| Aug 11 20:50:11.680 INFO STEP 815 (remove_files) COMPLETE
77252026-08-11T20:50:12.836Z[ recovery-image] Aug 11 20:50:11.680 INFO O| Aug 11 20:50:11.680 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-11T20:50:12.845Z[ recovery-image] Aug 11 20:50:11.688 INFO O| Aug 11 20:50:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77272026-08-11T20:50:12.845Z[ recovery-image] Aug 11 20:50:11.688 INFO O| Aug 11 20:50:11.688 INFO STEP 816 (remove_files) COMPLETE
77282026-08-11T20:50:12.845Z[ recovery-image] Aug 11 20:50:11.688 INFO O| Aug 11 20:50:11.688 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-11T20:50:12.853Z[ recovery-image] Aug 11 20:50:11.697 INFO O| Aug 11 20:50:11.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77302026-08-11T20:50:12.853Z[ recovery-image] Aug 11 20:50:11.697 INFO O| Aug 11 20:50:11.697 INFO STEP 817 (remove_files) COMPLETE
77312026-08-11T20:50:12.856Z[ recovery-image] Aug 11 20:50:11.697 INFO O| Aug 11 20:50:11.697 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-11T20:50:12.862Z[ recovery-image] Aug 11 20:50:11.705 INFO O| Aug 11 20:50:11.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77332026-08-11T20:50:12.862Z[ recovery-image] Aug 11 20:50:11.706 INFO O| Aug 11 20:50:11.706 INFO STEP 818 (remove_files) COMPLETE
77342026-08-11T20:50:12.862Z[ recovery-image] Aug 11 20:50:11.706 INFO O| Aug 11 20:50:11.706 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-11T20:50:12.872Z[ recovery-image] Aug 11 20:50:11.715 INFO O| Aug 11 20:50:11.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77362026-08-11T20:50:12.872Z[ recovery-image] Aug 11 20:50:11.715 INFO O| Aug 11 20:50:11.715 INFO STEP 819 (remove_files) COMPLETE
77372026-08-11T20:50:12.872Z[ recovery-image] Aug 11 20:50:11.715 INFO O| Aug 11 20:50:11.715 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-11T20:50:12.881Z[ recovery-image] Aug 11 20:50:11.724 INFO O| Aug 11 20:50:11.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77392026-08-11T20:50:12.881Z[ recovery-image] Aug 11 20:50:11.725 INFO O| Aug 11 20:50:11.724 INFO STEP 820 (remove_files) COMPLETE
77402026-08-11T20:50:12.881Z[ recovery-image] Aug 11 20:50:11.725 INFO O| Aug 11 20:50:11.724 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-11T20:50:12.891Z[ recovery-image] Aug 11 20:50:11.734 INFO O| Aug 11 20:50:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77422026-08-11T20:50:12.891Z[ recovery-image] Aug 11 20:50:11.734 INFO O| Aug 11 20:50:11.734 INFO STEP 821 (remove_files) COMPLETE
77432026-08-11T20:50:12.891Z[ recovery-image] Aug 11 20:50:11.734 INFO O| Aug 11 20:50:11.734 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-11T20:50:12.900Z[ recovery-image] Aug 11 20:50:11.744 INFO O| Aug 11 20:50:11.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77452026-08-11T20:50:12.900Z[ recovery-image] Aug 11 20:50:11.744 INFO O| Aug 11 20:50:11.744 INFO STEP 822 (remove_files) COMPLETE
77462026-08-11T20:50:12.904Z[ recovery-image] Aug 11 20:50:11.744 INFO O| Aug 11 20:50:11.744 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-11T20:50:12.910Z[ recovery-image] Aug 11 20:50:11.754 INFO O| Aug 11 20:50:11.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77482026-08-11T20:50:12.910Z[ recovery-image] Aug 11 20:50:11.754 INFO O| Aug 11 20:50:11.754 INFO STEP 823 (remove_files) COMPLETE
77492026-08-11T20:50:12.910Z[ recovery-image] Aug 11 20:50:11.754 INFO O| Aug 11 20:50:11.754 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-11T20:50:12.919Z[ recovery-image] Aug 11 20:50:11.763 INFO O| Aug 11 20:50:11.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77512026-08-11T20:50:12.919Z[ recovery-image] Aug 11 20:50:11.763 INFO O| Aug 11 20:50:11.763 INFO STEP 824 (remove_files) COMPLETE
77522026-08-11T20:50:12.919Z[ recovery-image] Aug 11 20:50:11.763 INFO O| Aug 11 20:50:11.763 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-11T20:50:12.928Z[ recovery-image] Aug 11 20:50:11.772 INFO O| Aug 11 20:50:11.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77542026-08-11T20:50:12.928Z[ recovery-image] Aug 11 20:50:11.772 INFO O| Aug 11 20:50:11.772 INFO STEP 825 (remove_files) COMPLETE
77552026-08-11T20:50:12.928Z[ recovery-image] Aug 11 20:50:11.772 INFO O| Aug 11 20:50:11.772 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-11T20:50:12.938Z[ recovery-image] Aug 11 20:50:11.781 INFO O| Aug 11 20:50:11.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77572026-08-11T20:50:12.938Z[ recovery-image] Aug 11 20:50:11.781 INFO O| Aug 11 20:50:11.781 INFO STEP 826 (remove_files) COMPLETE
77582026-08-11T20:50:12.938Z[ recovery-image] Aug 11 20:50:11.781 INFO O| Aug 11 20:50:11.781 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-11T20:50:12.947Z[ recovery-image] Aug 11 20:50:11.791 INFO O| Aug 11 20:50:11.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77602026-08-11T20:50:12.947Z[ recovery-image] Aug 11 20:50:11.791 INFO O| Aug 11 20:50:11.791 INFO STEP 827 (remove_files) COMPLETE
77612026-08-11T20:50:12.947Z[ recovery-image] Aug 11 20:50:11.791 INFO O| Aug 11 20:50:11.791 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-11T20:50:12.957Z[ recovery-image] Aug 11 20:50:11.800 INFO O| Aug 11 20:50:11.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77632026-08-11T20:50:12.957Z[ recovery-image] Aug 11 20:50:11.801 INFO O| Aug 11 20:50:11.800 INFO STEP 828 (remove_files) COMPLETE
77642026-08-11T20:50:12.957Z[ recovery-image] Aug 11 20:50:11.801 INFO O| Aug 11 20:50:11.800 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-11T20:50:12.966Z[ recovery-image] Aug 11 20:50:11.810 INFO O| Aug 11 20:50:11.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77662026-08-11T20:50:12.966Z[ recovery-image] Aug 11 20:50:11.810 INFO O| Aug 11 20:50:11.810 INFO STEP 829 (remove_files) COMPLETE
77672026-08-11T20:50:12.966Z[ recovery-image] Aug 11 20:50:11.810 INFO O| Aug 11 20:50:11.810 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-11T20:50:12.976Z[ recovery-image] Aug 11 20:50:11.819 INFO O| Aug 11 20:50:11.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77692026-08-11T20:50:12.976Z[ recovery-image] Aug 11 20:50:11.819 INFO O| Aug 11 20:50:11.819 INFO STEP 830 (remove_files) COMPLETE
77702026-08-11T20:50:12.976Z[ recovery-image] Aug 11 20:50:11.819 INFO O| Aug 11 20:50:11.819 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-11T20:50:12.985Z[ recovery-image] Aug 11 20:50:11.829 INFO O| Aug 11 20:50:11.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77722026-08-11T20:50:12.986Z[ recovery-image] Aug 11 20:50:11.829 INFO O| Aug 11 20:50:11.829 INFO STEP 831 (remove_files) COMPLETE
77732026-08-11T20:50:12.986Z[ recovery-image] Aug 11 20:50:11.829 INFO O| Aug 11 20:50:11.829 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-11T20:50:12.994Z[ recovery-image] Aug 11 20:50:11.838 INFO O| Aug 11 20:50:11.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77752026-08-11T20:50:12.994Z[ recovery-image] Aug 11 20:50:11.838 INFO O| Aug 11 20:50:11.838 INFO STEP 832 (remove_files) COMPLETE
77762026-08-11T20:50:12.999Z[ recovery-image] Aug 11 20:50:11.838 INFO O| Aug 11 20:50:11.838 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-11T20:50:13.004Z[ recovery-image] Aug 11 20:50:11.847 INFO O| Aug 11 20:50:11.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77782026-08-11T20:50:13.004Z[ recovery-image] Aug 11 20:50:11.847 INFO O| Aug 11 20:50:11.847 INFO STEP 833 (remove_files) COMPLETE
77792026-08-11T20:50:13.004Z[ recovery-image] Aug 11 20:50:11.847 INFO O| Aug 11 20:50:11.847 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-11T20:50:13.014Z[ recovery-image] Aug 11 20:50:11.857 INFO O| Aug 11 20:50:11.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77812026-08-11T20:50:13.014Z[ recovery-image] Aug 11 20:50:11.857 INFO O| Aug 11 20:50:11.857 INFO STEP 834 (remove_files) COMPLETE
77822026-08-11T20:50:13.014Z[ recovery-image] Aug 11 20:50:11.857 INFO O| Aug 11 20:50:11.857 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-11T20:50:13.023Z[ recovery-image] Aug 11 20:50:11.866 INFO O| Aug 11 20:50:11.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77842026-08-11T20:50:13.023Z[ recovery-image] Aug 11 20:50:11.866 INFO O| Aug 11 20:50:11.866 INFO STEP 835 (remove_files) COMPLETE
77852026-08-11T20:50:13.023Z[ recovery-image] Aug 11 20:50:11.866 INFO O| Aug 11 20:50:11.866 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-11T20:50:13.033Z[ recovery-image] Aug 11 20:50:11.876 INFO O| Aug 11 20:50:11.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77872026-08-11T20:50:13.033Z[ recovery-image] Aug 11 20:50:11.876 INFO O| Aug 11 20:50:11.876 INFO STEP 836 (remove_files) COMPLETE
77882026-08-11T20:50:13.033Z[ recovery-image] Aug 11 20:50:11.876 INFO O| Aug 11 20:50:11.876 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-11T20:50:13.044Z[ recovery-image] Aug 11 20:50:11.887 INFO O| Aug 11 20:50:11.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77902026-08-11T20:50:13.044Z[ recovery-image] Aug 11 20:50:11.887 INFO O| Aug 11 20:50:11.887 INFO STEP 837 (remove_files) COMPLETE
77912026-08-11T20:50:13.044Z[ recovery-image] Aug 11 20:50:11.887 INFO O| Aug 11 20:50:11.887 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-11T20:50:13.054Z[ recovery-image] Aug 11 20:50:11.898 INFO O| Aug 11 20:50:11.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77932026-08-11T20:50:13.055Z[ recovery-image] Aug 11 20:50:11.898 INFO O| Aug 11 20:50:11.898 INFO STEP 838 (remove_files) COMPLETE
77942026-08-11T20:50:13.055Z[ recovery-image] Aug 11 20:50:11.898 INFO O| Aug 11 20:50:11.898 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-11T20:50:13.066Z[ recovery-image] Aug 11 20:50:11.909 INFO O| Aug 11 20:50:11.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77962026-08-11T20:50:13.066Z[ recovery-image] Aug 11 20:50:11.909 INFO O| Aug 11 20:50:11.909 INFO STEP 839 (remove_files) COMPLETE
77972026-08-11T20:50:13.066Z[ recovery-image] Aug 11 20:50:11.909 INFO O| Aug 11 20:50:11.909 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-11T20:50:13.076Z[ recovery-image] Aug 11 20:50:11.919 INFO O| Aug 11 20:50:11.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77992026-08-11T20:50:13.076Z[ recovery-image] Aug 11 20:50:11.919 INFO O| Aug 11 20:50:11.919 INFO STEP 840 (remove_files) COMPLETE
78002026-08-11T20:50:13.079Z[ recovery-image] Aug 11 20:50:11.919 INFO O| Aug 11 20:50:11.919 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-11T20:50:13.090Z[ recovery-image] Aug 11 20:50:11.929 INFO O| Aug 11 20:50:11.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78022026-08-11T20:50:13.090Z[ recovery-image] Aug 11 20:50:11.929 INFO O| Aug 11 20:50:11.929 INFO STEP 841 (remove_files) COMPLETE
78032026-08-11T20:50:13.090Z[ recovery-image] Aug 11 20:50:11.929 INFO O| Aug 11 20:50:11.929 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-11T20:50:13.099Z[ recovery-image] Aug 11 20:50:11.938 INFO O| Aug 11 20:50:11.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78052026-08-11T20:50:13.099Z[ recovery-image] Aug 11 20:50:11.938 INFO O| Aug 11 20:50:11.938 INFO STEP 842 (remove_files) COMPLETE
78062026-08-11T20:50:13.100Z[ recovery-image] Aug 11 20:50:11.938 INFO O| Aug 11 20:50:11.938 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-11T20:50:13.103Z[ recovery-image] Aug 11 20:50:11.947 INFO O| Aug 11 20:50:11.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78082026-08-11T20:50:13.104Z[ recovery-image] Aug 11 20:50:11.947 INFO O| Aug 11 20:50:11.947 INFO STEP 843 (remove_files) COMPLETE
78092026-08-11T20:50:13.107Z[ recovery-image] Aug 11 20:50:11.947 INFO O| Aug 11 20:50:11.947 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-11T20:50:13.112Z[ recovery-image] Aug 11 20:50:11.955 INFO O| Aug 11 20:50:11.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78112026-08-11T20:50:13.112Z[ recovery-image] Aug 11 20:50:11.956 INFO O| Aug 11 20:50:11.956 INFO STEP 844 (remove_files) COMPLETE
78122026-08-11T20:50:13.112Z[ recovery-image] Aug 11 20:50:11.956 INFO O| Aug 11 20:50:11.956 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-11T20:50:13.121Z[ recovery-image] Aug 11 20:50:11.964 INFO O| Aug 11 20:50:11.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78142026-08-11T20:50:13.121Z[ recovery-image] Aug 11 20:50:11.965 INFO O| Aug 11 20:50:11.965 INFO STEP 845 (remove_files) COMPLETE
78152026-08-11T20:50:13.121Z[ recovery-image] Aug 11 20:50:11.965 INFO O| Aug 11 20:50:11.965 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-11T20:50:13.131Z[ recovery-image] Aug 11 20:50:11.975 INFO O| Aug 11 20:50:11.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78172026-08-11T20:50:13.131Z[ recovery-image] Aug 11 20:50:11.975 INFO O| Aug 11 20:50:11.975 INFO STEP 846 (remove_files) COMPLETE
78182026-08-11T20:50:13.131Z[ recovery-image] Aug 11 20:50:11.975 INFO O| Aug 11 20:50:11.975 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-11T20:50:13.142Z[ recovery-image] Aug 11 20:50:11.985 INFO O| Aug 11 20:50:11.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78202026-08-11T20:50:13.142Z[ recovery-image] Aug 11 20:50:11.986 INFO O| Aug 11 20:50:11.986 INFO STEP 847 (remove_files) COMPLETE
78212026-08-11T20:50:13.142Z[ recovery-image] Aug 11 20:50:11.986 INFO O| Aug 11 20:50:11.986 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-11T20:50:13.152Z[ recovery-image] Aug 11 20:50:11.995 INFO O| Aug 11 20:50:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78232026-08-11T20:50:13.152Z[ recovery-image] Aug 11 20:50:11.995 INFO O| Aug 11 20:50:11.995 INFO STEP 848 (remove_files) COMPLETE
78242026-08-11T20:50:13.152Z[ recovery-image] Aug 11 20:50:11.995 INFO O| Aug 11 20:50:11.995 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-11T20:50:13.167Z[ recovery-image] Aug 11 20:50:12.011 INFO O| Aug 11 20:50:12.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78262026-08-11T20:50:13.167Z[ recovery-image] Aug 11 20:50:12.011 INFO O| Aug 11 20:50:12.011 INFO STEP 849 (remove_files) COMPLETE
78272026-08-11T20:50:13.171Z[ recovery-image] Aug 11 20:50:12.011 INFO O| Aug 11 20:50:12.011 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-11T20:50:13.201Z[ recovery-image] Aug 11 20:50:12.044 INFO O| Aug 11 20:50:12.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78292026-08-11T20:50:13.201Z[ recovery-image] Aug 11 20:50:12.044 INFO O| Aug 11 20:50:12.044 INFO STEP 850 (remove_files) COMPLETE
78302026-08-11T20:50:13.201Z[ recovery-image] Aug 11 20:50:12.044 INFO O| Aug 11 20:50:12.044 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-11T20:50:13.210Z[ recovery-image] Aug 11 20:50:12.053 INFO O| Aug 11 20:50:12.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78322026-08-11T20:50:13.210Z[ recovery-image] Aug 11 20:50:12.053 INFO O| Aug 11 20:50:12.053 INFO STEP 851 (remove_files) COMPLETE
78332026-08-11T20:50:13.210Z[ recovery-image] Aug 11 20:50:12.053 INFO O| Aug 11 20:50:12.053 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-11T20:50:13.220Z[ recovery-image] Aug 11 20:50:12.063 INFO O| Aug 11 20:50:12.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78352026-08-11T20:50:13.220Z[ recovery-image] Aug 11 20:50:12.063 INFO O| Aug 11 20:50:12.063 INFO STEP 852 (remove_files) COMPLETE
78362026-08-11T20:50:13.220Z[ recovery-image] Aug 11 20:50:12.063 INFO O| Aug 11 20:50:12.063 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-11T20:50:13.229Z[ recovery-image] Aug 11 20:50:12.072 INFO O| Aug 11 20:50:12.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78382026-08-11T20:50:13.229Z[ recovery-image] Aug 11 20:50:12.072 INFO O| Aug 11 20:50:12.072 INFO STEP 853 (remove_files) COMPLETE
78392026-08-11T20:50:13.229Z[ recovery-image] Aug 11 20:50:12.072 INFO O| Aug 11 20:50:12.072 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-11T20:50:13.238Z[ recovery-image] Aug 11 20:50:12.081 INFO O| Aug 11 20:50:12.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78412026-08-11T20:50:13.238Z[ recovery-image] Aug 11 20:50:12.082 INFO O| Aug 11 20:50:12.081 INFO STEP 854 (remove_files) COMPLETE
78422026-08-11T20:50:13.238Z[ recovery-image] Aug 11 20:50:12.082 INFO O| Aug 11 20:50:12.081 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-11T20:50:13.247Z[ recovery-image] Aug 11 20:50:12.090 INFO O| Aug 11 20:50:12.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78442026-08-11T20:50:13.247Z[ recovery-image] Aug 11 20:50:12.091 INFO O| Aug 11 20:50:12.090 INFO STEP 855 (remove_files) COMPLETE
78452026-08-11T20:50:13.251Z[ recovery-image] Aug 11 20:50:12.091 INFO O| Aug 11 20:50:12.090 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-11T20:50:13.256Z[ recovery-image] Aug 11 20:50:12.099 INFO O| Aug 11 20:50:12.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78472026-08-11T20:50:13.256Z[ recovery-image] Aug 11 20:50:12.100 INFO O| Aug 11 20:50:12.099 INFO STEP 856 (remove_files) COMPLETE
78482026-08-11T20:50:13.256Z[ recovery-image] Aug 11 20:50:12.100 INFO O| Aug 11 20:50:12.099 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-11T20:50:13.279Z[ recovery-image] Aug 11 20:50:12.108 INFO O| Aug 11 20:50:12.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78502026-08-11T20:50:13.279Z[ recovery-image] Aug 11 20:50:12.108 INFO O| Aug 11 20:50:12.108 INFO STEP 857 (remove_files) COMPLETE
78512026-08-11T20:50:13.279Z[ recovery-image] Aug 11 20:50:12.108 INFO O| Aug 11 20:50:12.108 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-11T20:50:13.279Z[ recovery-image] Aug 11 20:50:12.118 INFO O| Aug 11 20:50:12.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78532026-08-11T20:50:13.279Z[ recovery-image] Aug 11 20:50:12.118 INFO O| Aug 11 20:50:12.118 INFO STEP 858 (remove_files) COMPLETE
78542026-08-11T20:50:13.279Z[ recovery-image] Aug 11 20:50:12.118 INFO O| Aug 11 20:50:12.118 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-11T20:50:13.283Z[ recovery-image] Aug 11 20:50:12.126 INFO O| Aug 11 20:50:12.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78562026-08-11T20:50:13.283Z[ recovery-image] Aug 11 20:50:12.126 INFO O| Aug 11 20:50:12.126 INFO STEP 859 (remove_files) COMPLETE
78572026-08-11T20:50:13.283Z[ recovery-image] Aug 11 20:50:12.126 INFO O| Aug 11 20:50:12.126 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-11T20:50:13.293Z[ recovery-image] Aug 11 20:50:12.136 INFO O| Aug 11 20:50:12.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78592026-08-11T20:50:13.293Z[ recovery-image] Aug 11 20:50:12.136 INFO O| Aug 11 20:50:12.136 INFO STEP 860 (remove_files) COMPLETE
78602026-08-11T20:50:13.296Z[ recovery-image] Aug 11 20:50:12.136 INFO O| Aug 11 20:50:12.136 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-11T20:50:13.303Z[ recovery-image] Aug 11 20:50:12.147 INFO O| Aug 11 20:50:12.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78622026-08-11T20:50:13.303Z[ recovery-image] Aug 11 20:50:12.147 INFO O| Aug 11 20:50:12.147 INFO STEP 861 (remove_files) COMPLETE
78632026-08-11T20:50:13.307Z[ recovery-image] Aug 11 20:50:12.147 INFO O| Aug 11 20:50:12.147 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-11T20:50:13.313Z[ recovery-image] Aug 11 20:50:12.157 INFO O| Aug 11 20:50:12.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78652026-08-11T20:50:13.313Z[ recovery-image] Aug 11 20:50:12.157 INFO O| Aug 11 20:50:12.157 INFO STEP 862 (remove_files) COMPLETE
78662026-08-11T20:50:13.317Z[ recovery-image] Aug 11 20:50:12.157 INFO O| Aug 11 20:50:12.157 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-11T20:50:13.323Z[ recovery-image] Aug 11 20:50:12.167 INFO O| Aug 11 20:50:12.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78682026-08-11T20:50:13.323Z[ recovery-image] Aug 11 20:50:12.167 INFO O| Aug 11 20:50:12.167 INFO STEP 863 (remove_files) COMPLETE
78692026-08-11T20:50:13.323Z[ recovery-image] Aug 11 20:50:12.167 INFO O| Aug 11 20:50:12.167 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-11T20:50:13.334Z[ recovery-image] Aug 11 20:50:12.177 INFO O| Aug 11 20:50:12.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78712026-08-11T20:50:13.334Z[ recovery-image] Aug 11 20:50:12.177 INFO O| Aug 11 20:50:12.177 INFO STEP 864 (remove_files) COMPLETE
78722026-08-11T20:50:13.334Z[ recovery-image] Aug 11 20:50:12.177 INFO O| Aug 11 20:50:12.177 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-11T20:50:13.349Z[ recovery-image] Aug 11 20:50:12.187 INFO O| Aug 11 20:50:12.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78742026-08-11T20:50:13.349Z[ recovery-image] Aug 11 20:50:12.187 INFO O| Aug 11 20:50:12.187 INFO STEP 865 (remove_files) COMPLETE
78752026-08-11T20:50:13.349Z[ recovery-image] Aug 11 20:50:12.187 INFO O| Aug 11 20:50:12.187 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-11T20:50:13.353Z[ recovery-image] Aug 11 20:50:12.197 INFO O| Aug 11 20:50:12.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78772026-08-11T20:50:13.353Z[ recovery-image] Aug 11 20:50:12.197 INFO O| Aug 11 20:50:12.197 INFO STEP 866 (remove_files) COMPLETE
78782026-08-11T20:50:13.357Z[ recovery-image] Aug 11 20:50:12.197 INFO O| Aug 11 20:50:12.197 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-11T20:50:13.363Z[ recovery-image] Aug 11 20:50:12.206 INFO O| Aug 11 20:50:12.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78802026-08-11T20:50:13.363Z[ recovery-image] Aug 11 20:50:12.206 INFO O| Aug 11 20:50:12.206 INFO STEP 867 (remove_files) COMPLETE
78812026-08-11T20:50:13.366Z[ recovery-image] Aug 11 20:50:12.206 INFO O| Aug 11 20:50:12.206 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-11T20:50:13.372Z[ recovery-image] Aug 11 20:50:12.215 INFO O| Aug 11 20:50:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78832026-08-11T20:50:13.372Z[ recovery-image] Aug 11 20:50:12.215 INFO O| Aug 11 20:50:12.215 INFO STEP 868 (remove_files) COMPLETE
78842026-08-11T20:50:13.372Z[ recovery-image] Aug 11 20:50:12.215 INFO O| Aug 11 20:50:12.215 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-11T20:50:13.381Z[ recovery-image] Aug 11 20:50:12.224 INFO O| Aug 11 20:50:12.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78862026-08-11T20:50:13.381Z[ recovery-image] Aug 11 20:50:12.224 INFO O| Aug 11 20:50:12.224 INFO STEP 869 (remove_files) COMPLETE
78872026-08-11T20:50:13.384Z[ recovery-image] Aug 11 20:50:12.224 INFO O| Aug 11 20:50:12.224 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-11T20:50:13.389Z[ recovery-image] Aug 11 20:50:12.233 INFO O| Aug 11 20:50:12.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78892026-08-11T20:50:13.389Z[ recovery-image] Aug 11 20:50:12.233 INFO O| Aug 11 20:50:12.233 INFO STEP 870 (remove_files) COMPLETE
78902026-08-11T20:50:13.389Z[ recovery-image] Aug 11 20:50:12.233 INFO O| Aug 11 20:50:12.233 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-11T20:50:13.398Z[ recovery-image] Aug 11 20:50:12.241 INFO O| Aug 11 20:50:12.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78922026-08-11T20:50:13.398Z[ recovery-image] Aug 11 20:50:12.242 INFO O| Aug 11 20:50:12.242 INFO STEP 871 (remove_files) COMPLETE
78932026-08-11T20:50:13.404Z[ recovery-image] Aug 11 20:50:12.242 INFO O| Aug 11 20:50:12.242 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-11T20:50:13.408Z[ recovery-image] Aug 11 20:50:12.251 INFO O| Aug 11 20:50:12.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78952026-08-11T20:50:13.408Z[ recovery-image] Aug 11 20:50:12.251 INFO O| Aug 11 20:50:12.251 INFO STEP 872 (remove_files) COMPLETE
78962026-08-11T20:50:13.408Z[ recovery-image] Aug 11 20:50:12.251 INFO O| Aug 11 20:50:12.251 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-11T20:50:13.418Z[ recovery-image] Aug 11 20:50:12.261 INFO O| Aug 11 20:50:12.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78982026-08-11T20:50:13.418Z[ recovery-image] Aug 11 20:50:12.261 INFO O| Aug 11 20:50:12.261 INFO STEP 873 (remove_files) COMPLETE
78992026-08-11T20:50:13.418Z[ recovery-image] Aug 11 20:50:12.261 INFO O| Aug 11 20:50:12.261 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-11T20:50:13.427Z[ recovery-image] Aug 11 20:50:12.271 INFO O| Aug 11 20:50:12.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79012026-08-11T20:50:13.427Z[ recovery-image] Aug 11 20:50:12.271 INFO O| Aug 11 20:50:12.271 INFO STEP 874 (remove_files) COMPLETE
79022026-08-11T20:50:13.428Z[ recovery-image] Aug 11 20:50:12.271 INFO O| Aug 11 20:50:12.271 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-11T20:50:13.436Z[ recovery-image] Aug 11 20:50:12.280 INFO O| Aug 11 20:50:12.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79042026-08-11T20:50:13.436Z[ recovery-image] Aug 11 20:50:12.280 INFO O| Aug 11 20:50:12.280 INFO STEP 875 (remove_files) COMPLETE
79052026-08-11T20:50:13.437Z[ recovery-image] Aug 11 20:50:12.280 INFO O| Aug 11 20:50:12.280 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-11T20:50:13.447Z[ recovery-image] Aug 11 20:50:12.291 INFO O| Aug 11 20:50:12.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79072026-08-11T20:50:13.447Z[ recovery-image] Aug 11 20:50:12.291 INFO O| Aug 11 20:50:12.291 INFO STEP 876 (remove_files) COMPLETE
79082026-08-11T20:50:13.447Z[ recovery-image] Aug 11 20:50:12.291 INFO O| Aug 11 20:50:12.291 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-11T20:50:13.456Z[ recovery-image] Aug 11 20:50:12.300 INFO O| Aug 11 20:50:12.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79102026-08-11T20:50:13.456Z[ recovery-image] Aug 11 20:50:12.300 INFO O| Aug 11 20:50:12.300 INFO STEP 877 (remove_files) COMPLETE
79112026-08-11T20:50:13.456Z[ recovery-image] Aug 11 20:50:12.300 INFO O| Aug 11 20:50:12.300 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-11T20:50:13.467Z[ recovery-image] Aug 11 20:50:12.310 INFO O| Aug 11 20:50:12.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79132026-08-11T20:50:13.467Z[ recovery-image] Aug 11 20:50:12.310 INFO O| Aug 11 20:50:12.310 INFO STEP 878 (remove_files) COMPLETE
79142026-08-11T20:50:13.467Z[ recovery-image] Aug 11 20:50:12.310 INFO O| Aug 11 20:50:12.310 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-11T20:50:13.475Z[ recovery-image] Aug 11 20:50:12.319 INFO O| Aug 11 20:50:12.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79162026-08-11T20:50:13.476Z[ recovery-image] Aug 11 20:50:12.319 INFO O| Aug 11 20:50:12.319 INFO STEP 879 (remove_files) COMPLETE
79172026-08-11T20:50:13.479Z[ recovery-image] Aug 11 20:50:12.319 INFO O| Aug 11 20:50:12.319 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-11T20:50:13.486Z[ recovery-image] Aug 11 20:50:12.330 INFO O| Aug 11 20:50:12.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79192026-08-11T20:50:13.486Z[ recovery-image] Aug 11 20:50:12.330 INFO O| Aug 11 20:50:12.330 INFO STEP 880 (remove_files) COMPLETE
79202026-08-11T20:50:13.486Z[ recovery-image] Aug 11 20:50:12.330 INFO O| Aug 11 20:50:12.330 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-11T20:50:13.495Z[ recovery-image] Aug 11 20:50:12.339 INFO O| Aug 11 20:50:12.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79222026-08-11T20:50:13.495Z[ recovery-image] Aug 11 20:50:12.339 INFO O| Aug 11 20:50:12.339 INFO STEP 881 (remove_files) COMPLETE
79232026-08-11T20:50:13.495Z[ recovery-image] Aug 11 20:50:12.339 INFO O| Aug 11 20:50:12.339 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-11T20:50:13.520Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
79252026-08-11T20:50:13.539Z[ recovery-image] Aug 11 20:50:12.371 INFO O| Aug 11 20:50:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79262026-08-11T20:50:13.539Z[ recovery-image] Aug 11 20:50:12.371 INFO O| Aug 11 20:50:12.371 INFO STEP 882 (remove_files) COMPLETE
79272026-08-11T20:50:13.539Z[ recovery-image] Aug 11 20:50:12.371 INFO O| Aug 11 20:50:12.371 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-11T20:50:13.539Z[ recovery-image] Aug 11 20:50:12.380 INFO O| Aug 11 20:50:12.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79292026-08-11T20:50:13.539Z[ recovery-image] Aug 11 20:50:12.380 INFO O| Aug 11 20:50:12.380 INFO STEP 883 (remove_files) COMPLETE
79302026-08-11T20:50:13.539Z[ recovery-image] Aug 11 20:50:12.380 INFO O| Aug 11 20:50:12.380 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-11T20:50:13.571Z[ recovery-image] Aug 11 20:50:12.388 INFO O| Aug 11 20:50:12.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79322026-08-11T20:50:13.571Z[ recovery-image] Aug 11 20:50:12.388 INFO O| Aug 11 20:50:12.388 INFO STEP 884 (remove_files) COMPLETE
79332026-08-11T20:50:13.571Z[ recovery-image] Aug 11 20:50:12.388 INFO O| Aug 11 20:50:12.388 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-11T20:50:13.577Z[ recovery-image] Aug 11 20:50:12.420 INFO O| Aug 11 20:50:12.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79352026-08-11T20:50:13.578Z[ recovery-image] Aug 11 20:50:12.420 INFO O| Aug 11 20:50:12.420 INFO STEP 885 (remove_files) COMPLETE
79362026-08-11T20:50:13.578Z[ recovery-image] Aug 11 20:50:12.420 INFO O| Aug 11 20:50:12.420 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-11T20:50:13.587Z[ recovery-image] Aug 11 20:50:12.430 INFO O| Aug 11 20:50:12.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79382026-08-11T20:50:13.587Z[ recovery-image] Aug 11 20:50:12.430 INFO O| Aug 11 20:50:12.430 INFO STEP 886 (remove_files) COMPLETE
79392026-08-11T20:50:13.591Z[ recovery-image] Aug 11 20:50:12.431 INFO O| Aug 11 20:50:12.430 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-11T20:50:13.596Z[ recovery-image] Aug 11 20:50:12.439 INFO O| Aug 11 20:50:12.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79412026-08-11T20:50:13.596Z[ recovery-image] Aug 11 20:50:12.439 INFO O| Aug 11 20:50:12.439 INFO STEP 887 (remove_files) COMPLETE
79422026-08-11T20:50:13.596Z[ recovery-image] Aug 11 20:50:12.439 INFO O| Aug 11 20:50:12.439 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-11T20:50:13.607Z[ recovery-image] Aug 11 20:50:12.450 INFO O| Aug 11 20:50:12.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79442026-08-11T20:50:13.607Z[ recovery-image] Aug 11 20:50:12.450 INFO O| Aug 11 20:50:12.450 INFO STEP 888 (remove_files) COMPLETE
79452026-08-11T20:50:13.611Z[ recovery-image] Aug 11 20:50:12.450 INFO O| Aug 11 20:50:12.450 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-11T20:50:13.616Z[ recovery-image] Aug 11 20:50:12.460 INFO O| Aug 11 20:50:12.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79472026-08-11T20:50:13.616Z[ recovery-image] Aug 11 20:50:12.460 INFO O| Aug 11 20:50:12.460 INFO STEP 889 (remove_files) COMPLETE
79482026-08-11T20:50:13.616Z[ recovery-image] Aug 11 20:50:12.460 INFO O| Aug 11 20:50:12.460 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-11T20:50:13.627Z[ recovery-image] Aug 11 20:50:12.470 INFO O| Aug 11 20:50:12.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79502026-08-11T20:50:13.627Z[ recovery-image] Aug 11 20:50:12.471 INFO O| Aug 11 20:50:12.471 INFO STEP 890 (remove_files) COMPLETE
79512026-08-11T20:50:13.630Z[ recovery-image] Aug 11 20:50:12.471 INFO O| Aug 11 20:50:12.471 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-11T20:50:13.637Z[ recovery-image] Aug 11 20:50:12.480 INFO O| Aug 11 20:50:12.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79532026-08-11T20:50:13.637Z[ recovery-image] Aug 11 20:50:12.481 INFO O| Aug 11 20:50:12.480 INFO STEP 891 (remove_files) COMPLETE
79542026-08-11T20:50:13.640Z[ recovery-image] Aug 11 20:50:12.481 INFO O| Aug 11 20:50:12.481 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-11T20:50:13.647Z[ recovery-image] Aug 11 20:50:12.491 INFO O| Aug 11 20:50:12.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79562026-08-11T20:50:13.647Z[ recovery-image] Aug 11 20:50:12.491 INFO O| Aug 11 20:50:12.491 INFO STEP 892 (remove_files) COMPLETE
79572026-08-11T20:50:13.647Z[ recovery-image] Aug 11 20:50:12.491 INFO O| Aug 11 20:50:12.491 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-11T20:50:13.656Z[ recovery-image] Aug 11 20:50:12.499 INFO O| Aug 11 20:50:12.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79592026-08-11T20:50:13.656Z[ recovery-image] Aug 11 20:50:12.499 INFO O| Aug 11 20:50:12.499 INFO STEP 893 (remove_files) COMPLETE
79602026-08-11T20:50:13.659Z[ recovery-image] Aug 11 20:50:12.499 INFO O| Aug 11 20:50:12.499 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-11T20:50:13.666Z[ recovery-image] Aug 11 20:50:12.510 INFO O| Aug 11 20:50:12.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79622026-08-11T20:50:13.666Z[ recovery-image] Aug 11 20:50:12.510 INFO O| Aug 11 20:50:12.510 INFO STEP 894 (remove_files) COMPLETE
79632026-08-11T20:50:13.666Z[ recovery-image] Aug 11 20:50:12.510 INFO O| Aug 11 20:50:12.510 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-11T20:50:13.677Z[ recovery-image] Aug 11 20:50:12.520 INFO O| Aug 11 20:50:12.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79652026-08-11T20:50:13.677Z[ recovery-image] Aug 11 20:50:12.521 INFO O| Aug 11 20:50:12.521 INFO STEP 895 (remove_files) COMPLETE
79662026-08-11T20:50:13.677Z[ recovery-image] Aug 11 20:50:12.521 INFO O| Aug 11 20:50:12.521 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-11T20:50:13.689Z[ recovery-image] Aug 11 20:50:12.532 INFO O| Aug 11 20:50:12.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79682026-08-11T20:50:13.693Z[ recovery-image] Aug 11 20:50:12.533 INFO O| Aug 11 20:50:12.533 INFO STEP 896 (remove_files) COMPLETE
79692026-08-11T20:50:13.694Z[ recovery-image] Aug 11 20:50:12.533 INFO O| Aug 11 20:50:12.533 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-11T20:50:13.700Z[ recovery-image] Aug 11 20:50:12.544 INFO O| Aug 11 20:50:12.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79712026-08-11T20:50:13.700Z[ recovery-image] Aug 11 20:50:12.544 INFO O| Aug 11 20:50:12.544 INFO STEP 897 (remove_files) COMPLETE
79722026-08-11T20:50:13.703Z[ recovery-image] Aug 11 20:50:12.544 INFO O| Aug 11 20:50:12.544 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-11T20:50:13.710Z[ recovery-image] Aug 11 20:50:12.554 INFO O| Aug 11 20:50:12.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79742026-08-11T20:50:13.710Z[ recovery-image] Aug 11 20:50:12.554 INFO O| Aug 11 20:50:12.554 INFO STEP 898 (remove_files) COMPLETE
79752026-08-11T20:50:13.711Z[ recovery-image] Aug 11 20:50:12.554 INFO O| Aug 11 20:50:12.554 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-11T20:50:13.721Z[ recovery-image] Aug 11 20:50:12.564 INFO O| Aug 11 20:50:12.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79772026-08-11T20:50:13.721Z[ recovery-image] Aug 11 20:50:12.564 INFO O| Aug 11 20:50:12.564 INFO STEP 899 (remove_files) COMPLETE
79782026-08-11T20:50:13.721Z[ recovery-image] Aug 11 20:50:12.564 INFO O| Aug 11 20:50:12.564 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-11T20:50:13.730Z[ recovery-image] Aug 11 20:50:12.573 INFO O| Aug 11 20:50:12.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79802026-08-11T20:50:13.730Z[ recovery-image] Aug 11 20:50:12.573 INFO O| Aug 11 20:50:12.573 INFO STEP 900 (remove_files) COMPLETE
79812026-08-11T20:50:13.730Z[ recovery-image] Aug 11 20:50:12.573 INFO O| Aug 11 20:50:12.573 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-11T20:50:13.740Z[ recovery-image] Aug 11 20:50:12.584 INFO O| Aug 11 20:50:12.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79832026-08-11T20:50:13.740Z[ recovery-image] Aug 11 20:50:12.584 INFO O| Aug 11 20:50:12.584 INFO STEP 901 (remove_files) COMPLETE
79842026-08-11T20:50:13.740Z[ recovery-image] Aug 11 20:50:12.584 INFO O| Aug 11 20:50:12.584 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-11T20:50:13.751Z[ recovery-image] Aug 11 20:50:12.594 INFO O| Aug 11 20:50:12.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79862026-08-11T20:50:13.751Z[ recovery-image] Aug 11 20:50:12.594 INFO O| Aug 11 20:50:12.594 INFO STEP 902 (remove_files) COMPLETE
79872026-08-11T20:50:13.751Z[ recovery-image] Aug 11 20:50:12.595 INFO O| Aug 11 20:50:12.594 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-11T20:50:13.760Z[ recovery-image] Aug 11 20:50:12.604 INFO O| Aug 11 20:50:12.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79892026-08-11T20:50:13.760Z[ recovery-image] Aug 11 20:50:12.604 INFO O| Aug 11 20:50:12.604 INFO STEP 903 (remove_files) COMPLETE
79902026-08-11T20:50:13.764Z[ recovery-image] Aug 11 20:50:12.604 INFO O| Aug 11 20:50:12.604 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-11T20:50:13.770Z[ recovery-image] Aug 11 20:50:12.614 INFO O| Aug 11 20:50:12.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79922026-08-11T20:50:13.770Z[ recovery-image] Aug 11 20:50:12.614 INFO O| Aug 11 20:50:12.614 INFO STEP 904 (remove_files) COMPLETE
79932026-08-11T20:50:13.774Z[ recovery-image] Aug 11 20:50:12.614 INFO O| Aug 11 20:50:12.614 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-11T20:50:13.781Z[ recovery-image] Aug 11 20:50:12.625 INFO O| Aug 11 20:50:12.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79952026-08-11T20:50:13.781Z[ recovery-image] Aug 11 20:50:12.625 INFO O| Aug 11 20:50:12.625 INFO STEP 905 (remove_files) COMPLETE
79962026-08-11T20:50:13.785Z[ recovery-image] Aug 11 20:50:12.625 INFO O| Aug 11 20:50:12.625 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-11T20:50:13.792Z[ recovery-image] Aug 11 20:50:12.636 INFO O| Aug 11 20:50:12.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79982026-08-11T20:50:13.793Z[ recovery-image] Aug 11 20:50:12.636 INFO O| Aug 11 20:50:12.636 INFO STEP 906 (remove_files) COMPLETE
79992026-08-11T20:50:13.793Z[ recovery-image] Aug 11 20:50:12.636 INFO O| Aug 11 20:50:12.636 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-11T20:50:13.803Z[ recovery-image] Aug 11 20:50:12.646 INFO O| Aug 11 20:50:12.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80012026-08-11T20:50:13.803Z[ recovery-image] Aug 11 20:50:12.646 INFO O| Aug 11 20:50:12.646 INFO STEP 907 (remove_files) COMPLETE
80022026-08-11T20:50:13.806Z[ recovery-image] Aug 11 20:50:12.646 INFO O| Aug 11 20:50:12.646 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-11T20:50:13.811Z[ recovery-image] Aug 11 20:50:12.655 INFO O| Aug 11 20:50:12.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80042026-08-11T20:50:13.811Z[ recovery-image] Aug 11 20:50:12.655 INFO O| Aug 11 20:50:12.655 INFO STEP 908 (remove_files) COMPLETE
80052026-08-11T20:50:13.814Z[ recovery-image] Aug 11 20:50:12.655 INFO O| Aug 11 20:50:12.655 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-11T20:50:13.821Z[ recovery-image] Aug 11 20:50:12.665 INFO O| Aug 11 20:50:12.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80072026-08-11T20:50:13.821Z[ recovery-image] Aug 11 20:50:12.665 INFO O| Aug 11 20:50:12.665 INFO STEP 909 (remove_files) COMPLETE
80082026-08-11T20:50:13.825Z[ recovery-image] Aug 11 20:50:12.665 INFO O| Aug 11 20:50:12.665 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-11T20:50:13.833Z[ recovery-image] Aug 11 20:50:12.675 INFO O| Aug 11 20:50:12.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80102026-08-11T20:50:13.833Z[ recovery-image] Aug 11 20:50:12.675 INFO O| Aug 11 20:50:12.675 INFO STEP 910 (remove_files) COMPLETE
80112026-08-11T20:50:13.833Z[ recovery-image] Aug 11 20:50:12.675 INFO O| Aug 11 20:50:12.675 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-11T20:50:13.842Z[ recovery-image] Aug 11 20:50:12.685 INFO O| Aug 11 20:50:12.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80132026-08-11T20:50:13.842Z[ recovery-image] Aug 11 20:50:12.685 INFO O| Aug 11 20:50:12.685 INFO STEP 911 (remove_files) COMPLETE
80142026-08-11T20:50:13.842Z[ recovery-image] Aug 11 20:50:12.685 INFO O| Aug 11 20:50:12.685 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-11T20:50:13.852Z[ recovery-image] Aug 11 20:50:12.695 INFO O| Aug 11 20:50:12.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80162026-08-11T20:50:13.852Z[ recovery-image] Aug 11 20:50:12.696 INFO O| Aug 11 20:50:12.695 INFO STEP 912 (remove_files) COMPLETE
80172026-08-11T20:50:13.852Z[ recovery-image] Aug 11 20:50:12.696 INFO O| Aug 11 20:50:12.696 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-11T20:50:13.861Z[ recovery-image] Aug 11 20:50:12.705 INFO O| Aug 11 20:50:12.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80192026-08-11T20:50:13.861Z[ recovery-image] Aug 11 20:50:12.705 INFO O| Aug 11 20:50:12.705 INFO STEP 913 (remove_files) COMPLETE
80202026-08-11T20:50:13.861Z[ recovery-image] Aug 11 20:50:12.705 INFO O| Aug 11 20:50:12.705 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-11T20:50:13.869Z[ recovery-image] Aug 11 20:50:12.713 INFO O| Aug 11 20:50:12.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80222026-08-11T20:50:13.869Z[ recovery-image] Aug 11 20:50:12.713 INFO O| Aug 11 20:50:12.713 INFO STEP 914 (remove_files) COMPLETE
80232026-08-11T20:50:13.873Z[ recovery-image] Aug 11 20:50:12.713 INFO O| Aug 11 20:50:12.713 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-11T20:50:13.877Z[ recovery-image] Aug 11 20:50:12.721 INFO O| Aug 11 20:50:12.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80252026-08-11T20:50:13.877Z[ recovery-image] Aug 11 20:50:12.721 INFO O| Aug 11 20:50:12.721 INFO STEP 915 (remove_files) COMPLETE
80262026-08-11T20:50:13.881Z[ recovery-image] Aug 11 20:50:12.721 INFO O| Aug 11 20:50:12.721 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-11T20:50:13.885Z[ recovery-image] Aug 11 20:50:12.729 INFO O| Aug 11 20:50:12.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80282026-08-11T20:50:13.886Z[ recovery-image] Aug 11 20:50:12.729 INFO O| Aug 11 20:50:12.729 INFO STEP 916 (remove_files) COMPLETE
80292026-08-11T20:50:13.886Z[ recovery-image] Aug 11 20:50:12.729 INFO O| Aug 11 20:50:12.729 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-11T20:50:13.897Z[ recovery-image] Aug 11 20:50:12.740 INFO O| Aug 11 20:50:12.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80312026-08-11T20:50:13.897Z[ recovery-image] Aug 11 20:50:12.740 INFO O| Aug 11 20:50:12.740 INFO STEP 917 (remove_files) COMPLETE
80322026-08-11T20:50:13.897Z[ recovery-image] Aug 11 20:50:12.740 INFO O| Aug 11 20:50:12.740 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-11T20:50:13.907Z[ recovery-image] Aug 11 20:50:12.750 INFO O| Aug 11 20:50:12.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80342026-08-11T20:50:13.907Z[ recovery-image] Aug 11 20:50:12.751 INFO O| Aug 11 20:50:12.750 INFO STEP 918 (remove_files) COMPLETE
80352026-08-11T20:50:13.907Z[ recovery-image] Aug 11 20:50:12.751 INFO O| Aug 11 20:50:12.751 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-11T20:50:13.917Z[ recovery-image] Aug 11 20:50:12.759 INFO O| Aug 11 20:50:12.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80372026-08-11T20:50:13.917Z[ recovery-image] Aug 11 20:50:12.760 INFO O| Aug 11 20:50:12.760 INFO STEP 919 (remove_files) COMPLETE
80382026-08-11T20:50:13.917Z[ recovery-image] Aug 11 20:50:12.760 INFO O| Aug 11 20:50:12.760 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-11T20:50:13.925Z[ recovery-image] Aug 11 20:50:12.769 INFO O| Aug 11 20:50:12.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80402026-08-11T20:50:13.925Z[ recovery-image] Aug 11 20:50:12.769 INFO O| Aug 11 20:50:12.769 INFO STEP 920 (remove_files) COMPLETE
80412026-08-11T20:50:13.925Z[ recovery-image] Aug 11 20:50:12.769 INFO O| Aug 11 20:50:12.769 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-11T20:50:13.936Z[ recovery-image] Aug 11 20:50:12.779 INFO O| Aug 11 20:50:12.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80432026-08-11T20:50:13.936Z[ recovery-image] Aug 11 20:50:12.779 INFO O| Aug 11 20:50:12.779 INFO STEP 921 (remove_files) COMPLETE
80442026-08-11T20:50:13.936Z[ recovery-image] Aug 11 20:50:12.779 INFO O| Aug 11 20:50:12.779 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-11T20:50:13.945Z[ recovery-image] Aug 11 20:50:12.789 INFO O| Aug 11 20:50:12.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80462026-08-11T20:50:13.945Z[ recovery-image] Aug 11 20:50:12.789 INFO O| Aug 11 20:50:12.789 INFO STEP 922 (remove_files) COMPLETE
80472026-08-11T20:50:13.945Z[ recovery-image] Aug 11 20:50:12.789 INFO O| Aug 11 20:50:12.789 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-11T20:50:13.955Z[ recovery-image] Aug 11 20:50:12.799 INFO O| Aug 11 20:50:12.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80492026-08-11T20:50:13.955Z[ recovery-image] Aug 11 20:50:12.799 INFO O| Aug 11 20:50:12.799 INFO STEP 923 (remove_files) COMPLETE
80502026-08-11T20:50:13.955Z[ recovery-image] Aug 11 20:50:12.799 INFO O| Aug 11 20:50:12.799 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-11T20:50:13.964Z[ recovery-image] Aug 11 20:50:12.808 INFO O| Aug 11 20:50:12.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80522026-08-11T20:50:13.964Z[ recovery-image] Aug 11 20:50:12.808 INFO O| Aug 11 20:50:12.808 INFO STEP 924 (remove_files) COMPLETE
80532026-08-11T20:50:13.965Z[ recovery-image] Aug 11 20:50:12.808 INFO O| Aug 11 20:50:12.808 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-11T20:50:13.975Z[ recovery-image] Aug 11 20:50:12.819 INFO O| Aug 11 20:50:12.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80552026-08-11T20:50:13.975Z[ recovery-image] Aug 11 20:50:12.819 INFO O| Aug 11 20:50:12.819 INFO STEP 925 (remove_files) COMPLETE
80562026-08-11T20:50:13.979Z[ recovery-image] Aug 11 20:50:12.819 INFO O| Aug 11 20:50:12.819 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-11T20:50:13.985Z[ recovery-image] Aug 11 20:50:12.829 INFO O| Aug 11 20:50:12.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80582026-08-11T20:50:13.985Z[ recovery-image] Aug 11 20:50:12.829 INFO O| Aug 11 20:50:12.829 INFO STEP 926 (remove_files) COMPLETE
80592026-08-11T20:50:13.985Z[ recovery-image] Aug 11 20:50:12.829 INFO O| Aug 11 20:50:12.829 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-11T20:50:13.995Z[ recovery-image] Aug 11 20:50:12.838 INFO O| Aug 11 20:50:12.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80612026-08-11T20:50:13.995Z[ recovery-image] Aug 11 20:50:12.838 INFO O| Aug 11 20:50:12.838 INFO STEP 927 (remove_files) COMPLETE
80622026-08-11T20:50:13.998Z[ recovery-image] Aug 11 20:50:12.838 INFO O| Aug 11 20:50:12.838 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-11T20:50:14.004Z[ recovery-image] Aug 11 20:50:12.847 INFO O| Aug 11 20:50:12.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80642026-08-11T20:50:14.004Z[ recovery-image] Aug 11 20:50:12.848 INFO O| Aug 11 20:50:12.847 INFO STEP 928 (remove_files) COMPLETE
80652026-08-11T20:50:14.004Z[ recovery-image] Aug 11 20:50:12.848 INFO O| Aug 11 20:50:12.847 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-11T20:50:14.013Z[ recovery-image] Aug 11 20:50:12.857 INFO O| Aug 11 20:50:12.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80672026-08-11T20:50:14.013Z[ recovery-image] Aug 11 20:50:12.857 INFO O| Aug 11 20:50:12.857 INFO STEP 929 (remove_files) COMPLETE
80682026-08-11T20:50:14.013Z[ recovery-image] Aug 11 20:50:12.857 INFO O| Aug 11 20:50:12.857 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-11T20:50:14.023Z[ recovery-image] Aug 11 20:50:12.866 INFO O| Aug 11 20:50:12.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80702026-08-11T20:50:14.023Z[ recovery-image] Aug 11 20:50:12.866 INFO O| Aug 11 20:50:12.866 INFO STEP 930 (remove_files) COMPLETE
80712026-08-11T20:50:14.023Z[ recovery-image] Aug 11 20:50:12.866 INFO O| Aug 11 20:50:12.866 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-11T20:50:14.033Z[ recovery-image] Aug 11 20:50:12.877 INFO O| Aug 11 20:50:12.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80732026-08-11T20:50:14.033Z[ recovery-image] Aug 11 20:50:12.877 INFO O| Aug 11 20:50:12.877 INFO STEP 931 (remove_files) COMPLETE
80742026-08-11T20:50:14.033Z[ recovery-image] Aug 11 20:50:12.877 INFO O| Aug 11 20:50:12.877 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-11T20:50:14.044Z[ recovery-image] Aug 11 20:50:12.886 INFO O| Aug 11 20:50:12.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80762026-08-11T20:50:14.048Z[ recovery-image] Aug 11 20:50:12.887 INFO O| Aug 11 20:50:12.887 INFO STEP 932 (remove_files) COMPLETE
80772026-08-11T20:50:14.049Z[ recovery-image] Aug 11 20:50:12.887 INFO O| Aug 11 20:50:12.887 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-11T20:50:14.055Z[ recovery-image] Aug 11 20:50:12.897 INFO O| Aug 11 20:50:12.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80792026-08-11T20:50:14.055Z[ recovery-image] Aug 11 20:50:12.897 INFO O| Aug 11 20:50:12.897 INFO STEP 933 (remove_files) COMPLETE
80802026-08-11T20:50:14.055Z[ recovery-image] Aug 11 20:50:12.897 INFO O| Aug 11 20:50:12.897 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-11T20:50:14.064Z[ recovery-image] Aug 11 20:50:12.907 INFO O| Aug 11 20:50:12.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80822026-08-11T20:50:14.064Z[ recovery-image] Aug 11 20:50:12.907 INFO O| Aug 11 20:50:12.907 INFO STEP 934 (remove_files) COMPLETE
80832026-08-11T20:50:14.064Z[ recovery-image] Aug 11 20:50:12.907 INFO O| Aug 11 20:50:12.907 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-11T20:50:14.073Z[ recovery-image] Aug 11 20:50:12.917 INFO O| Aug 11 20:50:12.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80852026-08-11T20:50:14.077Z[ recovery-image] Aug 11 20:50:12.917 INFO O| Aug 11 20:50:12.917 INFO STEP 935 (remove_files) COMPLETE
80862026-08-11T20:50:14.077Z[ recovery-image] Aug 11 20:50:12.917 INFO O| Aug 11 20:50:12.917 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-11T20:50:14.086Z[ recovery-image] Aug 11 20:50:12.929 INFO O| Aug 11 20:50:12.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80882026-08-11T20:50:14.086Z[ recovery-image] Aug 11 20:50:12.929 INFO O| Aug 11 20:50:12.929 INFO STEP 936 (remove_files) COMPLETE
80892026-08-11T20:50:14.086Z[ recovery-image] Aug 11 20:50:12.929 INFO O| Aug 11 20:50:12.929 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-11T20:50:14.096Z[ recovery-image] Aug 11 20:50:12.939 INFO O| Aug 11 20:50:12.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80912026-08-11T20:50:14.096Z[ recovery-image] Aug 11 20:50:12.939 INFO O| Aug 11 20:50:12.939 INFO STEP 937 (remove_files) COMPLETE
80922026-08-11T20:50:14.102Z[ recovery-image] Aug 11 20:50:12.939 INFO O| Aug 11 20:50:12.939 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-11T20:50:14.107Z[ recovery-image] Aug 11 20:50:12.950 INFO O| Aug 11 20:50:12.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80942026-08-11T20:50:14.107Z[ recovery-image] Aug 11 20:50:12.950 INFO O| Aug 11 20:50:12.950 INFO STEP 938 (remove_files) COMPLETE
80952026-08-11T20:50:14.107Z[ recovery-image] Aug 11 20:50:12.950 INFO O| Aug 11 20:50:12.950 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-11T20:50:14.118Z[ recovery-image] Aug 11 20:50:12.962 INFO O| Aug 11 20:50:12.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80972026-08-11T20:50:14.119Z[ recovery-image] Aug 11 20:50:12.962 INFO O| Aug 11 20:50:12.962 INFO STEP 939 (remove_files) COMPLETE
80982026-08-11T20:50:14.119Z[ recovery-image] Aug 11 20:50:12.962 INFO O| Aug 11 20:50:12.962 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-11T20:50:14.131Z[ recovery-image] Aug 11 20:50:12.973 INFO O| Aug 11 20:50:12.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81002026-08-11T20:50:14.131Z[ recovery-image] Aug 11 20:50:12.973 INFO O| Aug 11 20:50:12.973 INFO STEP 940 (remove_files) COMPLETE
81012026-08-11T20:50:14.131Z[ recovery-image] Aug 11 20:50:12.973 INFO O| Aug 11 20:50:12.973 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-11T20:50:14.140Z[ recovery-image] Aug 11 20:50:12.983 INFO O| Aug 11 20:50:12.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81032026-08-11T20:50:14.140Z[ recovery-image] Aug 11 20:50:12.983 INFO O| Aug 11 20:50:12.983 INFO STEP 941 (remove_files) COMPLETE
81042026-08-11T20:50:14.140Z[ recovery-image] Aug 11 20:50:12.983 INFO O| Aug 11 20:50:12.983 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-11T20:50:14.152Z[ recovery-image] Aug 11 20:50:12.995 INFO O| Aug 11 20:50:12.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81062026-08-11T20:50:14.152Z[ recovery-image] Aug 11 20:50:12.995 INFO O| Aug 11 20:50:12.995 INFO STEP 942 (remove_files) COMPLETE
81072026-08-11T20:50:14.152Z[ recovery-image] Aug 11 20:50:12.995 INFO O| Aug 11 20:50:12.995 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-11T20:50:14.163Z[ recovery-image] Aug 11 20:50:13.007 INFO O| Aug 11 20:50:13.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81092026-08-11T20:50:14.163Z[ recovery-image] Aug 11 20:50:13.007 INFO O| Aug 11 20:50:13.007 INFO STEP 943 (remove_files) COMPLETE
81102026-08-11T20:50:14.163Z[ recovery-image] Aug 11 20:50:13.007 INFO O| Aug 11 20:50:13.007 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-11T20:50:14.173Z[ recovery-image] Aug 11 20:50:13.017 INFO O| Aug 11 20:50:13.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81122026-08-11T20:50:14.173Z[ recovery-image] Aug 11 20:50:13.017 INFO O| Aug 11 20:50:13.017 INFO STEP 944 (remove_files) COMPLETE
81132026-08-11T20:50:14.174Z[ recovery-image] Aug 11 20:50:13.017 INFO O| Aug 11 20:50:13.017 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-11T20:50:14.183Z[ recovery-image] Aug 11 20:50:13.027 INFO O| Aug 11 20:50:13.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81152026-08-11T20:50:14.183Z[ recovery-image] Aug 11 20:50:13.027 INFO O| Aug 11 20:50:13.027 INFO STEP 945 (remove_files) COMPLETE
81162026-08-11T20:50:14.183Z[ recovery-image] Aug 11 20:50:13.027 INFO O| Aug 11 20:50:13.027 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-11T20:50:14.193Z[ recovery-image] Aug 11 20:50:13.037 INFO O| Aug 11 20:50:13.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81182026-08-11T20:50:14.193Z[ recovery-image] Aug 11 20:50:13.037 INFO O| Aug 11 20:50:13.037 INFO STEP 946 (remove_files) COMPLETE
81192026-08-11T20:50:14.193Z[ recovery-image] Aug 11 20:50:13.037 INFO O| Aug 11 20:50:13.037 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-11T20:50:14.204Z[ recovery-image] Aug 11 20:50:13.047 INFO O| Aug 11 20:50:13.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81212026-08-11T20:50:14.204Z[ recovery-image] Aug 11 20:50:13.047 INFO O| Aug 11 20:50:13.047 INFO STEP 947 (remove_files) COMPLETE
81222026-08-11T20:50:14.207Z[ recovery-image] Aug 11 20:50:13.047 INFO O| Aug 11 20:50:13.047 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-11T20:50:14.214Z[ recovery-image] Aug 11 20:50:13.058 INFO O| Aug 11 20:50:13.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81242026-08-11T20:50:14.214Z[ recovery-image] Aug 11 20:50:13.058 INFO O| Aug 11 20:50:13.058 INFO STEP 948 (remove_files) COMPLETE
81252026-08-11T20:50:14.214Z[ recovery-image] Aug 11 20:50:13.058 INFO O| Aug 11 20:50:13.058 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-11T20:50:14.225Z[ recovery-image] Aug 11 20:50:13.068 INFO O| Aug 11 20:50:13.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81272026-08-11T20:50:14.225Z[ recovery-image] Aug 11 20:50:13.068 INFO O| Aug 11 20:50:13.068 INFO STEP 949 (remove_files) COMPLETE
81282026-08-11T20:50:14.225Z[ recovery-image] Aug 11 20:50:13.068 INFO O| Aug 11 20:50:13.068 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-11T20:50:14.235Z[ recovery-image] Aug 11 20:50:13.079 INFO O| Aug 11 20:50:13.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81302026-08-11T20:50:14.235Z[ recovery-image] Aug 11 20:50:13.079 INFO O| Aug 11 20:50:13.079 INFO STEP 950 (remove_files) COMPLETE
81312026-08-11T20:50:14.236Z[ recovery-image] Aug 11 20:50:13.079 INFO O| Aug 11 20:50:13.079 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-11T20:50:14.246Z[ recovery-image] Aug 11 20:50:13.090 INFO O| Aug 11 20:50:13.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81332026-08-11T20:50:14.246Z[ recovery-image] Aug 11 20:50:13.090 INFO O| Aug 11 20:50:13.090 INFO STEP 951 (remove_files) COMPLETE
81342026-08-11T20:50:14.246Z[ recovery-image] Aug 11 20:50:13.090 INFO O| Aug 11 20:50:13.090 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-11T20:50:14.256Z[ recovery-image] Aug 11 20:50:13.100 INFO O| Aug 11 20:50:13.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81362026-08-11T20:50:14.257Z[ recovery-image] Aug 11 20:50:13.100 INFO O| Aug 11 20:50:13.100 INFO STEP 952 (remove_files) COMPLETE
81372026-08-11T20:50:14.260Z[ recovery-image] Aug 11 20:50:13.100 INFO O| Aug 11 20:50:13.100 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-11T20:50:14.267Z[ recovery-image] Aug 11 20:50:13.111 INFO O| Aug 11 20:50:13.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81392026-08-11T20:50:14.268Z[ recovery-image] Aug 11 20:50:13.111 INFO O| Aug 11 20:50:13.111 INFO STEP 953 (remove_files) COMPLETE
81402026-08-11T20:50:14.268Z[ recovery-image] Aug 11 20:50:13.111 INFO O| Aug 11 20:50:13.111 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-11T20:50:14.278Z[ recovery-image] Aug 11 20:50:13.121 INFO O| Aug 11 20:50:13.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81422026-08-11T20:50:14.278Z[ recovery-image] Aug 11 20:50:13.121 INFO O| Aug 11 20:50:13.121 INFO STEP 954 (remove_files) COMPLETE
81432026-08-11T20:50:14.278Z[ recovery-image] Aug 11 20:50:13.121 INFO O| Aug 11 20:50:13.121 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-11T20:50:14.287Z[ recovery-image] Aug 11 20:50:13.130 INFO O| Aug 11 20:50:13.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81452026-08-11T20:50:14.287Z[ recovery-image] Aug 11 20:50:13.131 INFO O| Aug 11 20:50:13.131 INFO STEP 955 (remove_files) COMPLETE
81462026-08-11T20:50:14.287Z[ recovery-image] Aug 11 20:50:13.131 INFO O| Aug 11 20:50:13.131 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-11T20:50:14.296Z[ recovery-image] Aug 11 20:50:13.140 INFO O| Aug 11 20:50:13.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81482026-08-11T20:50:14.296Z[ recovery-image] Aug 11 20:50:13.140 INFO O| Aug 11 20:50:13.140 INFO STEP 956 (remove_files) COMPLETE
81492026-08-11T20:50:14.300Z[ recovery-image] Aug 11 20:50:13.140 INFO O| Aug 11 20:50:13.140 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-11T20:50:14.306Z[ recovery-image] Aug 11 20:50:13.150 INFO O| Aug 11 20:50:13.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81512026-08-11T20:50:14.306Z[ recovery-image] Aug 11 20:50:13.150 INFO O| Aug 11 20:50:13.150 INFO STEP 957 (remove_files) COMPLETE
81522026-08-11T20:50:14.309Z[ recovery-image] Aug 11 20:50:13.150 INFO O| Aug 11 20:50:13.150 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-11T20:50:14.316Z[ recovery-image] Aug 11 20:50:13.160 INFO O| Aug 11 20:50:13.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81542026-08-11T20:50:14.317Z[ recovery-image] Aug 11 20:50:13.160 INFO O| Aug 11 20:50:13.160 INFO STEP 958 (remove_files) COMPLETE
81552026-08-11T20:50:14.317Z[ recovery-image] Aug 11 20:50:13.160 INFO O| Aug 11 20:50:13.160 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-11T20:50:14.326Z[ recovery-image] Aug 11 20:50:13.170 INFO O| Aug 11 20:50:13.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81572026-08-11T20:50:14.326Z[ recovery-image] Aug 11 20:50:13.170 INFO O| Aug 11 20:50:13.170 INFO STEP 959 (remove_files) COMPLETE
81582026-08-11T20:50:14.326Z[ recovery-image] Aug 11 20:50:13.170 INFO O| Aug 11 20:50:13.170 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-11T20:50:14.337Z[ recovery-image] Aug 11 20:50:13.180 INFO O| Aug 11 20:50:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81602026-08-11T20:50:14.337Z[ recovery-image] Aug 11 20:50:13.180 INFO O| Aug 11 20:50:13.180 INFO STEP 960 (remove_files) COMPLETE
81612026-08-11T20:50:14.341Z[ recovery-image] Aug 11 20:50:13.180 INFO O| Aug 11 20:50:13.180 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-11T20:50:14.347Z[ recovery-image] Aug 11 20:50:13.191 INFO O| Aug 11 20:50:13.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81632026-08-11T20:50:14.347Z[ recovery-image] Aug 11 20:50:13.191 INFO O| Aug 11 20:50:13.191 INFO STEP 961 (remove_files) COMPLETE
81642026-08-11T20:50:14.347Z[ recovery-image] Aug 11 20:50:13.191 INFO O| Aug 11 20:50:13.191 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-11T20:50:14.358Z[ recovery-image] Aug 11 20:50:13.200 INFO O| Aug 11 20:50:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81662026-08-11T20:50:14.358Z[ recovery-image] Aug 11 20:50:13.200 INFO O| Aug 11 20:50:13.200 INFO STEP 962 (remove_files) COMPLETE
81672026-08-11T20:50:14.361Z[ recovery-image] Aug 11 20:50:13.201 INFO O| Aug 11 20:50:13.200 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-11T20:50:14.368Z[ recovery-image] Aug 11 20:50:13.211 INFO O| Aug 11 20:50:13.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81692026-08-11T20:50:14.368Z[ recovery-image] Aug 11 20:50:13.211 INFO O| Aug 11 20:50:13.211 INFO STEP 963 (remove_files) COMPLETE
81702026-08-11T20:50:14.368Z[ recovery-image] Aug 11 20:50:13.211 INFO O| Aug 11 20:50:13.211 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-11T20:50:14.377Z[ recovery-image] Aug 11 20:50:13.221 INFO O| Aug 11 20:50:13.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81722026-08-11T20:50:14.377Z[ recovery-image] Aug 11 20:50:13.221 INFO O| Aug 11 20:50:13.221 INFO STEP 964 (remove_files) COMPLETE
81732026-08-11T20:50:14.377Z[ recovery-image] Aug 11 20:50:13.221 INFO O| Aug 11 20:50:13.221 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-11T20:50:14.386Z[ recovery-image] Aug 11 20:50:13.230 INFO O| Aug 11 20:50:13.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81752026-08-11T20:50:14.386Z[ recovery-image] Aug 11 20:50:13.230 INFO O| Aug 11 20:50:13.230 INFO STEP 965 (remove_files) COMPLETE
81762026-08-11T20:50:14.386Z[ recovery-image] Aug 11 20:50:13.230 INFO O| Aug 11 20:50:13.230 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-11T20:50:14.395Z[ recovery-image] Aug 11 20:50:13.239 INFO O| Aug 11 20:50:13.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81782026-08-11T20:50:14.395Z[ recovery-image] Aug 11 20:50:13.239 INFO O| Aug 11 20:50:13.239 INFO STEP 966 (remove_files) COMPLETE
81792026-08-11T20:50:14.396Z[ recovery-image] Aug 11 20:50:13.239 INFO O| Aug 11 20:50:13.239 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-11T20:50:14.404Z[ recovery-image] Aug 11 20:50:13.248 INFO O| Aug 11 20:50:13.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81812026-08-11T20:50:14.404Z[ recovery-image] Aug 11 20:50:13.248 INFO O| Aug 11 20:50:13.248 INFO STEP 967 (remove_files) COMPLETE
81822026-08-11T20:50:14.404Z[ recovery-image] Aug 11 20:50:13.248 INFO O| Aug 11 20:50:13.248 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-11T20:50:14.411Z[verify-libraries] Compiling samael v0.0.19
81842026-08-11T20:50:14.414Z[ recovery-image] Aug 11 20:50:13.257 INFO O| Aug 11 20:50:13.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81852026-08-11T20:50:14.415Z[ recovery-image] Aug 11 20:50:13.257 INFO O| Aug 11 20:50:13.257 INFO STEP 968 (remove_files) COMPLETE
81862026-08-11T20:50:14.415Z[ recovery-image] Aug 11 20:50:13.257 INFO O| Aug 11 20:50:13.257 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-11T20:50:14.422Z[ recovery-image] Aug 11 20:50:13.266 INFO O| Aug 11 20:50:13.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81882026-08-11T20:50:14.423Z[ recovery-image] Aug 11 20:50:13.266 INFO O| Aug 11 20:50:13.266 INFO STEP 969 (remove_files) COMPLETE
81892026-08-11T20:50:14.427Z[ recovery-image] Aug 11 20:50:13.266 INFO O| Aug 11 20:50:13.266 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-11T20:50:14.432Z[ recovery-image] Aug 11 20:50:13.276 INFO O| Aug 11 20:50:13.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81912026-08-11T20:50:14.432Z[ recovery-image] Aug 11 20:50:13.276 INFO O| Aug 11 20:50:13.276 INFO STEP 970 (remove_files) COMPLETE
81922026-08-11T20:50:14.432Z[ recovery-image] Aug 11 20:50:13.276 INFO O| Aug 11 20:50:13.276 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-11T20:50:14.448Z[ recovery-image] Aug 11 20:50:13.286 INFO O| Aug 11 20:50:13.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81942026-08-11T20:50:14.448Z[ recovery-image] Aug 11 20:50:13.286 INFO O| Aug 11 20:50:13.286 INFO STEP 971 (remove_files) COMPLETE
81952026-08-11T20:50:14.448Z[ recovery-image] Aug 11 20:50:13.286 INFO O| Aug 11 20:50:13.286 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-11T20:50:14.455Z[ recovery-image] Aug 11 20:50:13.297 INFO O| Aug 11 20:50:13.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81972026-08-11T20:50:14.455Z[ recovery-image] Aug 11 20:50:13.298 INFO O| Aug 11 20:50:13.298 INFO STEP 972 (remove_files) COMPLETE
81982026-08-11T20:50:14.455Z[ recovery-image] Aug 11 20:50:13.298 INFO O| Aug 11 20:50:13.298 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-11T20:50:14.464Z[ recovery-image] Aug 11 20:50:13.308 INFO O| Aug 11 20:50:13.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82002026-08-11T20:50:14.464Z[ recovery-image] Aug 11 20:50:13.308 INFO O| Aug 11 20:50:13.308 INFO STEP 973 (remove_files) COMPLETE
82012026-08-11T20:50:14.465Z[ recovery-image] Aug 11 20:50:13.308 INFO O| Aug 11 20:50:13.308 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-11T20:50:14.474Z[ recovery-image] Aug 11 20:50:13.318 INFO O| Aug 11 20:50:13.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82032026-08-11T20:50:14.474Z[ recovery-image] Aug 11 20:50:13.318 INFO O| Aug 11 20:50:13.318 INFO STEP 974 (remove_files) COMPLETE
82042026-08-11T20:50:14.474Z[ recovery-image] Aug 11 20:50:13.318 INFO O| Aug 11 20:50:13.318 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-11T20:50:14.484Z[ recovery-image] Aug 11 20:50:13.328 INFO O| Aug 11 20:50:13.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82062026-08-11T20:50:14.484Z[ recovery-image] Aug 11 20:50:13.328 INFO O| Aug 11 20:50:13.328 INFO STEP 975 (remove_files) COMPLETE
82072026-08-11T20:50:14.484Z[ recovery-image] Aug 11 20:50:13.328 INFO O| Aug 11 20:50:13.328 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-11T20:50:14.494Z[ recovery-image] Aug 11 20:50:13.337 INFO O| Aug 11 20:50:13.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82092026-08-11T20:50:14.494Z[ recovery-image] Aug 11 20:50:13.337 INFO O| Aug 11 20:50:13.337 INFO STEP 976 (remove_files) COMPLETE
82102026-08-11T20:50:14.494Z[ recovery-image] Aug 11 20:50:13.337 INFO O| Aug 11 20:50:13.337 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-11T20:50:14.503Z[ recovery-image] Aug 11 20:50:13.347 INFO O| Aug 11 20:50:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82122026-08-11T20:50:14.503Z[ recovery-image] Aug 11 20:50:13.347 INFO O| Aug 11 20:50:13.347 INFO STEP 977 (remove_files) COMPLETE
82132026-08-11T20:50:14.503Z[ recovery-image] Aug 11 20:50:13.347 INFO O| Aug 11 20:50:13.347 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-11T20:50:14.513Z[ recovery-image] Aug 11 20:50:13.356 INFO O| Aug 11 20:50:13.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82152026-08-11T20:50:14.513Z[ recovery-image] Aug 11 20:50:13.357 INFO O| Aug 11 20:50:13.357 INFO STEP 978 (remove_files) COMPLETE
82162026-08-11T20:50:14.513Z[ recovery-image] Aug 11 20:50:13.357 INFO O| Aug 11 20:50:13.357 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-11T20:50:14.522Z[ recovery-image] Aug 11 20:50:13.366 INFO O| Aug 11 20:50:13.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82182026-08-11T20:50:14.522Z[ recovery-image] Aug 11 20:50:13.366 INFO O| Aug 11 20:50:13.366 INFO STEP 979 (remove_files) COMPLETE
82192026-08-11T20:50:14.522Z[ recovery-image] Aug 11 20:50:13.366 INFO O| Aug 11 20:50:13.366 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-11T20:50:14.531Z[ recovery-image] Aug 11 20:50:13.375 INFO O| Aug 11 20:50:13.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82212026-08-11T20:50:14.531Z[ recovery-image] Aug 11 20:50:13.375 INFO O| Aug 11 20:50:13.375 INFO STEP 980 (remove_files) COMPLETE
82222026-08-11T20:50:14.531Z[ recovery-image] Aug 11 20:50:13.375 INFO O| Aug 11 20:50:13.375 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-11T20:50:14.540Z[ recovery-image] Aug 11 20:50:13.383 INFO O| Aug 11 20:50:13.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82242026-08-11T20:50:14.540Z[ recovery-image] Aug 11 20:50:13.383 INFO O| Aug 11 20:50:13.383 INFO STEP 981 (remove_files) COMPLETE
82252026-08-11T20:50:14.540Z[ recovery-image] Aug 11 20:50:13.383 INFO O| Aug 11 20:50:13.383 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-11T20:50:14.548Z[ recovery-image] Aug 11 20:50:13.392 INFO O| Aug 11 20:50:13.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82272026-08-11T20:50:14.548Z[ recovery-image] Aug 11 20:50:13.392 INFO O| Aug 11 20:50:13.392 INFO STEP 982 (remove_files) COMPLETE
82282026-08-11T20:50:14.549Z[ recovery-image] Aug 11 20:50:13.392 INFO O| Aug 11 20:50:13.392 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-11T20:50:14.557Z[ recovery-image] Aug 11 20:50:13.401 INFO O| Aug 11 20:50:13.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82302026-08-11T20:50:14.557Z[ recovery-image] Aug 11 20:50:13.401 INFO O| Aug 11 20:50:13.401 INFO STEP 983 (remove_files) COMPLETE
82312026-08-11T20:50:14.557Z[ recovery-image] Aug 11 20:50:13.401 INFO O| Aug 11 20:50:13.401 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-11T20:50:14.563Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
82332026-08-11T20:50:14.568Z[ recovery-image] Aug 11 20:50:13.410 INFO O| Aug 11 20:50:13.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82342026-08-11T20:50:14.568Z[ recovery-image] Aug 11 20:50:13.410 INFO O| Aug 11 20:50:13.410 INFO STEP 984 (remove_files) COMPLETE
82352026-08-11T20:50:14.568Z[ recovery-image] Aug 11 20:50:13.410 INFO O| Aug 11 20:50:13.410 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-11T20:50:14.575Z[ recovery-image] Aug 11 20:50:13.419 INFO O| Aug 11 20:50:13.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82372026-08-11T20:50:14.575Z[ recovery-image] Aug 11 20:50:13.419 INFO O| Aug 11 20:50:13.419 INFO STEP 985 (remove_files) COMPLETE
82382026-08-11T20:50:14.579Z[ recovery-image] Aug 11 20:50:13.419 INFO O| Aug 11 20:50:13.419 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-11T20:50:14.584Z[ recovery-image] Aug 11 20:50:13.428 INFO O| Aug 11 20:50:13.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82402026-08-11T20:50:14.584Z[ recovery-image] Aug 11 20:50:13.428 INFO O| Aug 11 20:50:13.428 INFO STEP 986 (remove_files) COMPLETE
82412026-08-11T20:50:14.584Z[ recovery-image] Aug 11 20:50:13.428 INFO O| Aug 11 20:50:13.428 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-11T20:50:14.595Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
82432026-08-11T20:50:14.602Z[ recovery-image] Aug 11 20:50:13.438 INFO O| Aug 11 20:50:13.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82442026-08-11T20:50:14.602Z[ recovery-image] Aug 11 20:50:13.438 INFO O| Aug 11 20:50:13.438 INFO STEP 987 (remove_files) COMPLETE
82452026-08-11T20:50:14.602Z[ recovery-image] Aug 11 20:50:13.438 INFO O| Aug 11 20:50:13.438 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-11T20:50:14.608Z[ recovery-image] Aug 11 20:50:13.449 INFO O| Aug 11 20:50:13.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82472026-08-11T20:50:14.608Z[ recovery-image] Aug 11 20:50:13.449 INFO O| Aug 11 20:50:13.449 INFO STEP 988 (remove_files) COMPLETE
82482026-08-11T20:50:14.608Z[ recovery-image] Aug 11 20:50:13.449 INFO O| Aug 11 20:50:13.449 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-11T20:50:14.615Z[ recovery-image] Aug 11 20:50:13.458 INFO O| Aug 11 20:50:13.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82502026-08-11T20:50:14.615Z[ recovery-image] Aug 11 20:50:13.458 INFO O| Aug 11 20:50:13.458 INFO STEP 989 (remove_files) COMPLETE
82512026-08-11T20:50:14.615Z[ recovery-image] Aug 11 20:50:13.458 INFO O| Aug 11 20:50:13.458 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-11T20:50:14.624Z[ recovery-image] Aug 11 20:50:13.467 INFO O| Aug 11 20:50:13.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82532026-08-11T20:50:14.624Z[ recovery-image] Aug 11 20:50:13.468 INFO O| Aug 11 20:50:13.467 INFO STEP 990 (remove_files) COMPLETE
82542026-08-11T20:50:14.624Z[ recovery-image] Aug 11 20:50:13.468 INFO O| Aug 11 20:50:13.468 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-11T20:50:14.635Z[ recovery-image] Aug 11 20:50:13.477 INFO O| Aug 11 20:50:13.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82562026-08-11T20:50:14.635Z[ recovery-image] Aug 11 20:50:13.477 INFO O| Aug 11 20:50:13.477 INFO STEP 991 (remove_files) COMPLETE
82572026-08-11T20:50:14.635Z[ recovery-image] Aug 11 20:50:13.477 INFO O| Aug 11 20:50:13.477 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-11T20:50:14.642Z[ recovery-image] Aug 11 20:50:13.485 INFO O| Aug 11 20:50:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82592026-08-11T20:50:14.642Z[ recovery-image] Aug 11 20:50:13.485 INFO O| Aug 11 20:50:13.485 INFO STEP 992 (remove_files) COMPLETE
82602026-08-11T20:50:14.645Z[ recovery-image] Aug 11 20:50:13.485 INFO O| Aug 11 20:50:13.485 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-11T20:50:14.650Z[ recovery-image] Aug 11 20:50:13.494 INFO O| Aug 11 20:50:13.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82622026-08-11T20:50:14.650Z[ recovery-image] Aug 11 20:50:13.494 INFO O| Aug 11 20:50:13.494 INFO STEP 993 (remove_files) COMPLETE
82632026-08-11T20:50:14.654Z[ recovery-image] Aug 11 20:50:13.494 INFO O| Aug 11 20:50:13.494 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-11T20:50:14.660Z[ recovery-image] Aug 11 20:50:13.504 INFO O| Aug 11 20:50:13.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82652026-08-11T20:50:14.663Z[ recovery-image] Aug 11 20:50:13.504 INFO O| Aug 11 20:50:13.504 INFO STEP 994 (remove_files) COMPLETE
82662026-08-11T20:50:14.663Z[ recovery-image] Aug 11 20:50:13.504 INFO O| Aug 11 20:50:13.504 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-11T20:50:14.670Z[ recovery-image] Aug 11 20:50:13.513 INFO O| Aug 11 20:50:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82682026-08-11T20:50:14.670Z[ recovery-image] Aug 11 20:50:13.513 INFO O| Aug 11 20:50:13.513 INFO STEP 995 (remove_files) COMPLETE
82692026-08-11T20:50:14.673Z[ recovery-image] Aug 11 20:50:13.513 INFO O| Aug 11 20:50:13.513 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-11T20:50:14.678Z[ recovery-image] Aug 11 20:50:13.522 INFO O| Aug 11 20:50:13.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82712026-08-11T20:50:14.678Z[ recovery-image] Aug 11 20:50:13.522 INFO O| Aug 11 20:50:13.522 INFO STEP 996 (remove_files) COMPLETE
82722026-08-11T20:50:14.678Z[ recovery-image] Aug 11 20:50:13.522 INFO O| Aug 11 20:50:13.522 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-11T20:50:14.686Z[ recovery-image] Aug 11 20:50:13.529 INFO O| Aug 11 20:50:13.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82742026-08-11T20:50:14.686Z[ recovery-image] Aug 11 20:50:13.529 INFO O| Aug 11 20:50:13.529 INFO STEP 997 (remove_files) COMPLETE
82752026-08-11T20:50:14.686Z[ recovery-image] Aug 11 20:50:13.529 INFO O| Aug 11 20:50:13.529 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-11T20:50:14.693Z[ recovery-image] Aug 11 20:50:13.537 INFO O| Aug 11 20:50:13.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82772026-08-11T20:50:14.693Z[ recovery-image] Aug 11 20:50:13.537 INFO O| Aug 11 20:50:13.537 INFO STEP 998 (remove_files) COMPLETE
82782026-08-11T20:50:14.693Z[ recovery-image] Aug 11 20:50:13.537 INFO O| Aug 11 20:50:13.537 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-11T20:50:14.705Z[ recovery-image] Aug 11 20:50:13.549 INFO O| Aug 11 20:50:13.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82802026-08-11T20:50:14.705Z[ recovery-image] Aug 11 20:50:13.549 INFO O| Aug 11 20:50:13.549 INFO STEP 999 (remove_files) COMPLETE
82812026-08-11T20:50:14.705Z[ recovery-image] Aug 11 20:50:13.549 INFO O| Aug 11 20:50:13.549 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-11T20:50:14.717Z[ recovery-image] Aug 11 20:50:13.560 INFO O| Aug 11 20:50:13.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82832026-08-11T20:50:14.717Z[ recovery-image] Aug 11 20:50:13.560 INFO O| Aug 11 20:50:13.560 INFO STEP 1000 (remove_files) COMPLETE
82842026-08-11T20:50:14.720Z[ recovery-image] Aug 11 20:50:13.560 INFO O| Aug 11 20:50:13.560 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-11T20:50:14.726Z[ recovery-image] Aug 11 20:50:13.570 INFO O| Aug 11 20:50:13.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82862026-08-11T20:50:14.727Z[ recovery-image] Aug 11 20:50:13.570 INFO O| Aug 11 20:50:13.570 INFO STEP 1001 (remove_files) COMPLETE
82872026-08-11T20:50:14.727Z[ recovery-image] Aug 11 20:50:13.570 INFO O| Aug 11 20:50:13.570 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-11T20:50:14.735Z[ recovery-image] Aug 11 20:50:13.579 INFO O| Aug 11 20:50:13.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82892026-08-11T20:50:14.735Z[ recovery-image] Aug 11 20:50:13.579 INFO O| Aug 11 20:50:13.579 INFO STEP 1002 (remove_files) COMPLETE
82902026-08-11T20:50:14.736Z[ recovery-image] Aug 11 20:50:13.579 INFO O| Aug 11 20:50:13.579 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-11T20:50:14.744Z[ recovery-image] Aug 11 20:50:13.588 INFO O| Aug 11 20:50:13.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82922026-08-11T20:50:14.744Z[ recovery-image] Aug 11 20:50:13.588 INFO O| Aug 11 20:50:13.588 INFO STEP 1003 (remove_files) COMPLETE
82932026-08-11T20:50:14.744Z[ recovery-image] Aug 11 20:50:13.588 INFO O| Aug 11 20:50:13.588 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-11T20:50:14.753Z[ recovery-image] Aug 11 20:50:13.597 INFO O| Aug 11 20:50:13.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82952026-08-11T20:50:14.753Z[ recovery-image] Aug 11 20:50:13.597 INFO O| Aug 11 20:50:13.597 INFO STEP 1004 (remove_files) COMPLETE
82962026-08-11T20:50:14.753Z[ recovery-image] Aug 11 20:50:13.597 INFO O| Aug 11 20:50:13.597 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-11T20:50:14.761Z[ recovery-image] Aug 11 20:50:13.604 INFO O| Aug 11 20:50:13.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82982026-08-11T20:50:14.761Z[ recovery-image] Aug 11 20:50:13.605 INFO O| Aug 11 20:50:13.605 INFO STEP 1005 (remove_files) COMPLETE
82992026-08-11T20:50:14.766Z[ recovery-image] Aug 11 20:50:13.605 INFO O| Aug 11 20:50:13.605 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-11T20:50:14.770Z[ recovery-image] Aug 11 20:50:13.613 INFO O| Aug 11 20:50:13.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83012026-08-11T20:50:14.770Z[ recovery-image] Aug 11 20:50:13.613 INFO O| Aug 11 20:50:13.613 INFO STEP 1006 (remove_files) COMPLETE
83022026-08-11T20:50:14.770Z[ recovery-image] Aug 11 20:50:13.613 INFO O| Aug 11 20:50:13.613 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-11T20:50:14.776Z[ recovery-image] Aug 11 20:50:13.620 INFO O| Aug 11 20:50:13.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83042026-08-11T20:50:14.777Z[ recovery-image] Aug 11 20:50:13.620 INFO O| Aug 11 20:50:13.620 INFO STEP 1007 (remove_files) COMPLETE
83052026-08-11T20:50:14.780Z[ recovery-image] Aug 11 20:50:13.620 INFO O| Aug 11 20:50:13.620 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-11T20:50:14.784Z[ recovery-image] Aug 11 20:50:13.627 INFO O| Aug 11 20:50:13.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83072026-08-11T20:50:14.790Z[ recovery-image] Aug 11 20:50:13.628 INFO O| Aug 11 20:50:13.628 INFO STEP 1008 (remove_files) COMPLETE
83082026-08-11T20:50:14.790Z[ recovery-image] Aug 11 20:50:13.628 INFO O| Aug 11 20:50:13.628 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-11T20:50:14.795Z[ recovery-image] Aug 11 20:50:13.635 INFO O| Aug 11 20:50:13.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83102026-08-11T20:50:14.795Z[ recovery-image] Aug 11 20:50:13.635 INFO O| Aug 11 20:50:13.635 INFO STEP 1009 (remove_files) COMPLETE
83112026-08-11T20:50:14.795Z[ recovery-image] Aug 11 20:50:13.635 INFO O| Aug 11 20:50:13.635 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-11T20:50:14.799Z[ recovery-image] Aug 11 20:50:13.643 INFO O| Aug 11 20:50:13.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83132026-08-11T20:50:14.799Z[ recovery-image] Aug 11 20:50:13.643 INFO O| Aug 11 20:50:13.643 INFO STEP 1010 (remove_files) COMPLETE
83142026-08-11T20:50:14.800Z[ recovery-image] Aug 11 20:50:13.643 INFO O| Aug 11 20:50:13.643 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-11T20:50:14.808Z[ recovery-image] Aug 11 20:50:13.651 INFO O| Aug 11 20:50:13.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83162026-08-11T20:50:14.808Z[ recovery-image] Aug 11 20:50:13.651 INFO O| Aug 11 20:50:13.651 INFO STEP 1011 (remove_files) COMPLETE
83172026-08-11T20:50:14.808Z[ recovery-image] Aug 11 20:50:13.651 INFO O| Aug 11 20:50:13.651 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-11T20:50:14.817Z[ recovery-image] Aug 11 20:50:13.660 INFO O| Aug 11 20:50:13.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83192026-08-11T20:50:14.817Z[ recovery-image] Aug 11 20:50:13.660 INFO O| Aug 11 20:50:13.660 INFO STEP 1012 (remove_files) COMPLETE
83202026-08-11T20:50:14.817Z[ recovery-image] Aug 11 20:50:13.660 INFO O| Aug 11 20:50:13.660 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-11T20:50:14.824Z[ recovery-image] Aug 11 20:50:13.668 INFO O| Aug 11 20:50:13.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83222026-08-11T20:50:14.824Z[ recovery-image] Aug 11 20:50:13.668 INFO O| Aug 11 20:50:13.668 INFO STEP 1013 (remove_files) COMPLETE
83232026-08-11T20:50:14.824Z[ recovery-image] Aug 11 20:50:13.668 INFO O| Aug 11 20:50:13.668 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-11T20:50:14.832Z[ recovery-image] Aug 11 20:50:13.676 INFO O| Aug 11 20:50:13.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83252026-08-11T20:50:14.832Z[ recovery-image] Aug 11 20:50:13.676 INFO O| Aug 11 20:50:13.676 INFO STEP 1014 (remove_files) COMPLETE
83262026-08-11T20:50:14.832Z[ recovery-image] Aug 11 20:50:13.676 INFO O| Aug 11 20:50:13.676 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-11T20:50:14.838Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
83282026-08-11T20:50:14.842Z[ recovery-image] Aug 11 20:50:13.683 INFO O| Aug 11 20:50:13.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83292026-08-11T20:50:14.842Z[ recovery-image] Aug 11 20:50:13.683 INFO O| Aug 11 20:50:13.683 INFO STEP 1015 (remove_files) COMPLETE
83302026-08-11T20:50:14.842Z[ recovery-image] Aug 11 20:50:13.683 INFO O| Aug 11 20:50:13.683 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-11T20:50:14.847Z[ recovery-image] Aug 11 20:50:13.691 INFO O| Aug 11 20:50:13.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83322026-08-11T20:50:14.847Z[ recovery-image] Aug 11 20:50:13.691 INFO O| Aug 11 20:50:13.691 INFO STEP 1016 (remove_files) COMPLETE
83332026-08-11T20:50:14.847Z[ recovery-image] Aug 11 20:50:13.691 INFO O| Aug 11 20:50:13.691 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-11T20:50:14.856Z[ recovery-image] Aug 11 20:50:13.700 INFO O| Aug 11 20:50:13.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83352026-08-11T20:50:14.856Z[ recovery-image] Aug 11 20:50:13.700 INFO O| Aug 11 20:50:13.700 INFO STEP 1017 (remove_files) COMPLETE
83362026-08-11T20:50:14.856Z[ recovery-image] Aug 11 20:50:13.700 INFO O| Aug 11 20:50:13.700 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-11T20:50:14.865Z[ recovery-image] Aug 11 20:50:13.709 INFO O| Aug 11 20:50:13.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83382026-08-11T20:50:14.865Z[ recovery-image] Aug 11 20:50:13.709 INFO O| Aug 11 20:50:13.709 INFO STEP 1018 (remove_files) COMPLETE
83392026-08-11T20:50:14.865Z[ recovery-image] Aug 11 20:50:13.709 INFO O| Aug 11 20:50:13.709 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-11T20:50:14.875Z[ recovery-image] Aug 11 20:50:13.719 INFO O| Aug 11 20:50:13.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83412026-08-11T20:50:14.876Z[ recovery-image] Aug 11 20:50:13.719 INFO O| Aug 11 20:50:13.719 INFO STEP 1019 (remove_files) COMPLETE
83422026-08-11T20:50:14.876Z[ recovery-image] Aug 11 20:50:13.719 INFO O| Aug 11 20:50:13.719 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-11T20:50:14.886Z[ recovery-image] Aug 11 20:50:13.730 INFO O| Aug 11 20:50:13.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83442026-08-11T20:50:14.886Z[ recovery-image] Aug 11 20:50:13.730 INFO O| Aug 11 20:50:13.730 INFO STEP 1020 (remove_files) COMPLETE
83452026-08-11T20:50:14.886Z[ recovery-image] Aug 11 20:50:13.730 INFO O| Aug 11 20:50:13.730 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-11T20:50:14.896Z[ recovery-image] Aug 11 20:50:13.740 INFO O| Aug 11 20:50:13.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83472026-08-11T20:50:14.896Z[ recovery-image] Aug 11 20:50:13.740 INFO O| Aug 11 20:50:13.740 INFO STEP 1021 (remove_files) COMPLETE
83482026-08-11T20:50:14.896Z[ recovery-image] Aug 11 20:50:13.740 INFO O| Aug 11 20:50:13.740 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-11T20:50:14.906Z[ recovery-image] Aug 11 20:50:13.750 INFO O| Aug 11 20:50:13.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83502026-08-11T20:50:14.907Z[ recovery-image] Aug 11 20:50:13.750 INFO O| Aug 11 20:50:13.750 INFO STEP 1022 (remove_files) COMPLETE
83512026-08-11T20:50:14.907Z[ recovery-image] Aug 11 20:50:13.750 INFO O| Aug 11 20:50:13.750 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-11T20:50:14.924Z[ recovery-image] Aug 11 20:50:13.761 INFO O| Aug 11 20:50:13.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83532026-08-11T20:50:14.924Z[ recovery-image] Aug 11 20:50:13.761 INFO O| Aug 11 20:50:13.761 INFO STEP 1023 (remove_files) COMPLETE
83542026-08-11T20:50:14.927Z[ recovery-image] Aug 11 20:50:13.761 INFO O| Aug 11 20:50:13.761 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-11T20:50:14.927Z[ recovery-image] Aug 11 20:50:13.771 INFO O| Aug 11 20:50:13.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83562026-08-11T20:50:14.927Z[ recovery-image] Aug 11 20:50:13.771 INFO O| Aug 11 20:50:13.771 INFO STEP 1024 (remove_files) COMPLETE
83572026-08-11T20:50:14.927Z[ recovery-image] Aug 11 20:50:13.771 INFO O| Aug 11 20:50:13.771 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-11T20:50:14.937Z[ recovery-image] Aug 11 20:50:13.780 INFO O| Aug 11 20:50:13.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83592026-08-11T20:50:14.937Z[ recovery-image] Aug 11 20:50:13.781 INFO O| Aug 11 20:50:13.780 INFO STEP 1025 (remove_files) COMPLETE
83602026-08-11T20:50:14.937Z[ recovery-image] Aug 11 20:50:13.781 INFO O| Aug 11 20:50:13.781 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-11T20:50:14.947Z[ recovery-image] Aug 11 20:50:13.790 INFO O| Aug 11 20:50:13.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83622026-08-11T20:50:14.947Z[ recovery-image] Aug 11 20:50:13.791 INFO O| Aug 11 20:50:13.790 INFO STEP 1026 (remove_files) COMPLETE
83632026-08-11T20:50:14.947Z[ recovery-image] Aug 11 20:50:13.791 INFO O| Aug 11 20:50:13.791 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-11T20:50:14.957Z[ recovery-image] Aug 11 20:50:13.800 INFO O| Aug 11 20:50:13.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83652026-08-11T20:50:14.957Z[ recovery-image] Aug 11 20:50:13.800 INFO O| Aug 11 20:50:13.800 INFO STEP 1027 (remove_files) COMPLETE
83662026-08-11T20:50:14.957Z[ recovery-image] Aug 11 20:50:13.800 INFO O| Aug 11 20:50:13.800 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-11T20:50:14.966Z[ recovery-image] Aug 11 20:50:13.809 INFO O| Aug 11 20:50:13.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83682026-08-11T20:50:14.966Z[ recovery-image] Aug 11 20:50:13.810 INFO O| Aug 11 20:50:13.810 INFO STEP 1028 (remove_files) COMPLETE
83692026-08-11T20:50:14.966Z[ recovery-image] Aug 11 20:50:13.810 INFO O| Aug 11 20:50:13.810 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-11T20:50:14.975Z[ recovery-image] Aug 11 20:50:13.819 INFO O| Aug 11 20:50:13.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83712026-08-11T20:50:14.975Z[ recovery-image] Aug 11 20:50:13.819 INFO O| Aug 11 20:50:13.819 INFO STEP 1029 (remove_files) COMPLETE
83722026-08-11T20:50:14.975Z[ recovery-image] Aug 11 20:50:13.819 INFO O| Aug 11 20:50:13.819 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-11T20:50:14.984Z[ recovery-image] Aug 11 20:50:13.827 INFO O| Aug 11 20:50:13.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83742026-08-11T20:50:14.984Z[ recovery-image] Aug 11 20:50:13.827 INFO O| Aug 11 20:50:13.827 INFO STEP 1030 (remove_files) COMPLETE
83752026-08-11T20:50:14.987Z[ recovery-image] Aug 11 20:50:13.828 INFO O| Aug 11 20:50:13.827 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-11T20:50:14.993Z[ recovery-image] Aug 11 20:50:13.836 INFO O| Aug 11 20:50:13.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83772026-08-11T20:50:14.993Z[ recovery-image] Aug 11 20:50:13.837 INFO O| Aug 11 20:50:13.837 INFO STEP 1031 (remove_files) COMPLETE
83782026-08-11T20:50:14.993Z[ recovery-image] Aug 11 20:50:13.837 INFO O| Aug 11 20:50:13.837 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-11T20:50:15.002Z[ recovery-image] Aug 11 20:50:13.845 INFO O| Aug 11 20:50:13.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83802026-08-11T20:50:15.002Z[ recovery-image] Aug 11 20:50:13.845 INFO O| Aug 11 20:50:13.845 INFO STEP 1032 (remove_files) COMPLETE
83812026-08-11T20:50:15.002Z[ recovery-image] Aug 11 20:50:13.845 INFO O| Aug 11 20:50:13.845 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-11T20:50:15.011Z[ recovery-image] Aug 11 20:50:13.855 INFO O| Aug 11 20:50:13.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83832026-08-11T20:50:15.011Z[ recovery-image] Aug 11 20:50:13.855 INFO O| Aug 11 20:50:13.855 INFO STEP 1033 (remove_files) COMPLETE
83842026-08-11T20:50:15.011Z[ recovery-image] Aug 11 20:50:13.855 INFO O| Aug 11 20:50:13.855 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-11T20:50:15.020Z[ recovery-image] Aug 11 20:50:13.864 INFO O| Aug 11 20:50:13.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83862026-08-11T20:50:15.020Z[ recovery-image] Aug 11 20:50:13.864 INFO O| Aug 11 20:50:13.864 INFO STEP 1034 (remove_files) COMPLETE
83872026-08-11T20:50:15.020Z[ recovery-image] Aug 11 20:50:13.864 INFO O| Aug 11 20:50:13.864 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-11T20:50:15.030Z[ recovery-image] Aug 11 20:50:13.873 INFO O| Aug 11 20:50:13.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83892026-08-11T20:50:15.030Z[ recovery-image] Aug 11 20:50:13.873 INFO O| Aug 11 20:50:13.873 INFO STEP 1035 (remove_files) COMPLETE
83902026-08-11T20:50:15.030Z[ recovery-image] Aug 11 20:50:13.873 INFO O| Aug 11 20:50:13.873 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-11T20:50:15.040Z[ recovery-image] Aug 11 20:50:13.883 INFO O| Aug 11 20:50:13.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83922026-08-11T20:50:15.040Z[ recovery-image] Aug 11 20:50:13.883 INFO O| Aug 11 20:50:13.883 INFO STEP 1036 (remove_files) COMPLETE
83932026-08-11T20:50:15.044Z[ recovery-image] Aug 11 20:50:13.883 INFO O| Aug 11 20:50:13.883 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-11T20:50:15.048Z[ recovery-image] Aug 11 20:50:13.892 INFO O| Aug 11 20:50:13.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83952026-08-11T20:50:15.048Z[ recovery-image] Aug 11 20:50:13.892 INFO O| Aug 11 20:50:13.892 INFO STEP 1037 (remove_files) COMPLETE
83962026-08-11T20:50:15.051Z[ recovery-image] Aug 11 20:50:13.892 INFO O| Aug 11 20:50:13.892 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-11T20:50:15.058Z[ recovery-image] Aug 11 20:50:13.902 INFO O| Aug 11 20:50:13.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83982026-08-11T20:50:15.064Z[ recovery-image] Aug 11 20:50:13.902 INFO O| Aug 11 20:50:13.902 INFO STEP 1038 (remove_files) COMPLETE
83992026-08-11T20:50:15.068Z[ recovery-image] Aug 11 20:50:13.902 INFO O| Aug 11 20:50:13.902 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-11T20:50:15.071Z[ recovery-image] Aug 11 20:50:13.912 INFO O| Aug 11 20:50:13.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84012026-08-11T20:50:15.072Z[ recovery-image] Aug 11 20:50:13.912 INFO O| Aug 11 20:50:13.912 INFO STEP 1039 (remove_files) COMPLETE
84022026-08-11T20:50:15.072Z[ recovery-image] Aug 11 20:50:13.912 INFO O| Aug 11 20:50:13.912 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-11T20:50:15.078Z[ recovery-image] Aug 11 20:50:13.922 INFO O| Aug 11 20:50:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84042026-08-11T20:50:15.078Z[ recovery-image] Aug 11 20:50:13.922 INFO O| Aug 11 20:50:13.922 INFO STEP 1040 (remove_files) COMPLETE
84052026-08-11T20:50:15.078Z[ recovery-image] Aug 11 20:50:13.922 INFO O| Aug 11 20:50:13.922 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-11T20:50:15.088Z[ recovery-image] Aug 11 20:50:13.931 INFO O| Aug 11 20:50:13.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84072026-08-11T20:50:15.094Z[ recovery-image] Aug 11 20:50:13.932 INFO O| Aug 11 20:50:13.932 INFO STEP 1041 (remove_files) COMPLETE
84082026-08-11T20:50:15.094Z[ recovery-image] Aug 11 20:50:13.932 INFO O| Aug 11 20:50:13.932 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-11T20:50:15.105Z[ recovery-image] Aug 11 20:50:13.949 INFO O| Aug 11 20:50:13.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84102026-08-11T20:50:15.105Z[ recovery-image] Aug 11 20:50:13.949 INFO O| Aug 11 20:50:13.949 INFO STEP 1042 (remove_files) COMPLETE
84112026-08-11T20:50:15.105Z[ recovery-image] Aug 11 20:50:13.949 INFO O| Aug 11 20:50:13.949 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-11T20:50:15.116Z[ recovery-image] Aug 11 20:50:13.959 INFO O| Aug 11 20:50:13.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84132026-08-11T20:50:15.116Z[ recovery-image] Aug 11 20:50:13.959 INFO O| Aug 11 20:50:13.959 INFO STEP 1043 (remove_files) COMPLETE
84142026-08-11T20:50:15.119Z[ recovery-image] Aug 11 20:50:13.959 INFO O| Aug 11 20:50:13.959 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-11T20:50:15.125Z[ recovery-image] Aug 11 20:50:13.969 INFO O| Aug 11 20:50:13.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84162026-08-11T20:50:15.125Z[ recovery-image] Aug 11 20:50:13.969 INFO O| Aug 11 20:50:13.969 INFO STEP 1044 (remove_files) COMPLETE
84172026-08-11T20:50:15.125Z[ recovery-image] Aug 11 20:50:13.969 INFO O| Aug 11 20:50:13.969 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-11T20:50:15.133Z[ recovery-image] Aug 11 20:50:13.977 INFO O| Aug 11 20:50:13.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84192026-08-11T20:50:15.133Z[ recovery-image] Aug 11 20:50:13.977 INFO O| Aug 11 20:50:13.977 INFO STEP 1045 (remove_files) COMPLETE
84202026-08-11T20:50:15.133Z[ recovery-image] Aug 11 20:50:13.977 INFO O| Aug 11 20:50:13.977 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-11T20:50:15.141Z[ recovery-image] Aug 11 20:50:13.985 INFO O| Aug 11 20:50:13.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84222026-08-11T20:50:15.141Z[ recovery-image] Aug 11 20:50:13.985 INFO O| Aug 11 20:50:13.985 INFO STEP 1046 (remove_files) COMPLETE
84232026-08-11T20:50:15.141Z[ recovery-image] Aug 11 20:50:13.985 INFO O| Aug 11 20:50:13.985 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-11T20:50:15.149Z[ recovery-image] Aug 11 20:50:13.993 INFO O| Aug 11 20:50:13.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84252026-08-11T20:50:15.149Z[ recovery-image] Aug 11 20:50:13.993 INFO O| Aug 11 20:50:13.993 INFO STEP 1047 (remove_files) COMPLETE
84262026-08-11T20:50:15.149Z[ recovery-image] Aug 11 20:50:13.993 INFO O| Aug 11 20:50:13.993 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-11T20:50:15.158Z[ recovery-image] Aug 11 20:50:14.001 INFO O| Aug 11 20:50:14.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84282026-08-11T20:50:15.158Z[ recovery-image] Aug 11 20:50:14.001 INFO O| Aug 11 20:50:14.001 INFO STEP 1048 (remove_files) COMPLETE
84292026-08-11T20:50:15.158Z[ recovery-image] Aug 11 20:50:14.001 INFO O| Aug 11 20:50:14.001 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-11T20:50:15.167Z[ recovery-image] Aug 11 20:50:14.011 INFO O| Aug 11 20:50:14.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84312026-08-11T20:50:15.170Z[ recovery-image] Aug 11 20:50:14.011 INFO O| Aug 11 20:50:14.011 INFO STEP 1049 (remove_files) COMPLETE
84322026-08-11T20:50:15.170Z[ recovery-image] Aug 11 20:50:14.011 INFO O| Aug 11 20:50:14.011 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-11T20:50:15.175Z[ recovery-image] Aug 11 20:50:14.019 INFO O| Aug 11 20:50:14.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84342026-08-11T20:50:15.175Z[ recovery-image] Aug 11 20:50:14.019 INFO O| Aug 11 20:50:14.019 INFO STEP 1050 (remove_files) COMPLETE
84352026-08-11T20:50:15.175Z[ recovery-image] Aug 11 20:50:14.019 INFO O| Aug 11 20:50:14.019 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-11T20:50:15.186Z[ recovery-image] Aug 11 20:50:14.030 INFO O| Aug 11 20:50:14.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84372026-08-11T20:50:15.186Z[ recovery-image] Aug 11 20:50:14.030 INFO O| Aug 11 20:50:14.030 INFO STEP 1051 (remove_files) COMPLETE
84382026-08-11T20:50:15.190Z[ recovery-image] Aug 11 20:50:14.030 INFO O| Aug 11 20:50:14.030 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-11T20:50:15.194Z[ recovery-image] Aug 11 20:50:14.038 INFO O| Aug 11 20:50:14.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84402026-08-11T20:50:15.197Z[ recovery-image] Aug 11 20:50:14.038 INFO O| Aug 11 20:50:14.038 INFO STEP 1052 (remove_files) COMPLETE
84412026-08-11T20:50:15.197Z[ recovery-image] Aug 11 20:50:14.038 INFO O| Aug 11 20:50:14.038 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-11T20:50:15.204Z[ recovery-image] Aug 11 20:50:14.047 INFO O| Aug 11 20:50:14.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84432026-08-11T20:50:15.204Z[ recovery-image] Aug 11 20:50:14.047 INFO O| Aug 11 20:50:14.047 INFO STEP 1053 (remove_files) COMPLETE
84442026-08-11T20:50:15.204Z[ recovery-image] Aug 11 20:50:14.047 INFO O| Aug 11 20:50:14.047 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-11T20:50:15.213Z[ recovery-image] Aug 11 20:50:14.056 INFO O| Aug 11 20:50:14.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84462026-08-11T20:50:15.213Z[ recovery-image] Aug 11 20:50:14.056 INFO O| Aug 11 20:50:14.056 INFO STEP 1054 (remove_files) COMPLETE
84472026-08-11T20:50:15.217Z[ recovery-image] Aug 11 20:50:14.056 INFO O| Aug 11 20:50:14.056 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-11T20:50:15.226Z[ recovery-image] Aug 11 20:50:14.067 INFO O| Aug 11 20:50:14.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84492026-08-11T20:50:15.230Z[ recovery-image] Aug 11 20:50:14.067 INFO O| Aug 11 20:50:14.067 INFO STEP 1055 (remove_files) COMPLETE
84502026-08-11T20:50:15.230Z[ recovery-image] Aug 11 20:50:14.067 INFO O| Aug 11 20:50:14.067 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-11T20:50:15.230Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
84522026-08-11T20:50:15.235Z[ recovery-image] Aug 11 20:50:14.078 INFO O| Aug 11 20:50:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84532026-08-11T20:50:15.235Z[ recovery-image] Aug 11 20:50:14.078 INFO O| Aug 11 20:50:14.078 INFO STEP 1056 (remove_files) COMPLETE
84542026-08-11T20:50:15.235Z[ recovery-image] Aug 11 20:50:14.078 INFO O| Aug 11 20:50:14.078 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-11T20:50:15.244Z[ recovery-image] Aug 11 20:50:14.088 INFO O| Aug 11 20:50:14.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84562026-08-11T20:50:15.245Z[ recovery-image] Aug 11 20:50:14.088 INFO O| Aug 11 20:50:14.088 INFO STEP 1057 (remove_files) COMPLETE
84572026-08-11T20:50:15.248Z[ recovery-image] Aug 11 20:50:14.088 INFO O| Aug 11 20:50:14.088 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-11T20:50:15.253Z[ recovery-image] Aug 11 20:50:14.096 INFO O| Aug 11 20:50:14.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84592026-08-11T20:50:15.253Z[ recovery-image] Aug 11 20:50:14.096 INFO O| Aug 11 20:50:14.096 INFO STEP 1058 (remove_files) COMPLETE
84602026-08-11T20:50:15.259Z[ recovery-image] Aug 11 20:50:14.096 INFO O| Aug 11 20:50:14.096 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-11T20:50:15.263Z[ recovery-image] Aug 11 20:50:14.105 INFO O| Aug 11 20:50:14.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84622026-08-11T20:50:15.264Z[ recovery-image] Aug 11 20:50:14.105 INFO O| Aug 11 20:50:14.105 INFO STEP 1059 (remove_files) COMPLETE
84632026-08-11T20:50:15.264Z[ recovery-image] Aug 11 20:50:14.105 INFO O| Aug 11 20:50:14.105 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-11T20:50:15.287Z[ recovery-image] Aug 11 20:50:14.113 INFO O| Aug 11 20:50:14.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84652026-08-11T20:50:15.287Z[ recovery-image] Aug 11 20:50:14.113 INFO O| Aug 11 20:50:14.113 INFO STEP 1060 (remove_files) COMPLETE
84662026-08-11T20:50:15.287Z[ recovery-image] Aug 11 20:50:14.113 INFO O| Aug 11 20:50:14.113 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-11T20:50:15.287Z[ recovery-image] Aug 11 20:50:14.122 INFO O| Aug 11 20:50:14.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84682026-08-11T20:50:15.287Z[ recovery-image] Aug 11 20:50:14.122 INFO O| Aug 11 20:50:14.122 INFO STEP 1061 (remove_files) COMPLETE
84692026-08-11T20:50:15.287Z[ recovery-image] Aug 11 20:50:14.122 INFO O| Aug 11 20:50:14.122 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-11T20:50:15.294Z[ recovery-image] Aug 11 20:50:14.131 INFO O| Aug 11 20:50:14.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84712026-08-11T20:50:15.294Z[ recovery-image] Aug 11 20:50:14.131 INFO O| Aug 11 20:50:14.131 INFO STEP 1062 (remove_files) COMPLETE
84722026-08-11T20:50:15.294Z[ recovery-image] Aug 11 20:50:14.132 INFO O| Aug 11 20:50:14.131 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-11T20:50:15.299Z[ recovery-image] Aug 11 20:50:14.143 INFO O| Aug 11 20:50:14.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84742026-08-11T20:50:15.299Z[ recovery-image] Aug 11 20:50:14.143 INFO O| Aug 11 20:50:14.143 INFO STEP 1063 (remove_files) COMPLETE
84752026-08-11T20:50:15.299Z[ recovery-image] Aug 11 20:50:14.143 INFO O| Aug 11 20:50:14.143 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-11T20:50:15.309Z[ recovery-image] Aug 11 20:50:14.153 INFO O| Aug 11 20:50:14.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84772026-08-11T20:50:15.309Z[ recovery-image] Aug 11 20:50:14.153 INFO O| Aug 11 20:50:14.153 INFO STEP 1064 (remove_files) COMPLETE
84782026-08-11T20:50:15.310Z[ recovery-image] Aug 11 20:50:14.153 INFO O| Aug 11 20:50:14.153 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-11T20:50:15.323Z[ recovery-image] Aug 11 20:50:14.166 INFO O| Aug 11 20:50:14.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84802026-08-11T20:50:15.323Z[ recovery-image] Aug 11 20:50:14.166 INFO O| Aug 11 20:50:14.166 INFO STEP 1065 (remove_files) COMPLETE
84812026-08-11T20:50:15.323Z[ recovery-image] Aug 11 20:50:14.166 INFO O| Aug 11 20:50:14.166 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-11T20:50:15.335Z[ recovery-image] Aug 11 20:50:14.178 INFO O| Aug 11 20:50:14.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84832026-08-11T20:50:15.335Z[ recovery-image] Aug 11 20:50:14.178 INFO O| Aug 11 20:50:14.178 INFO STEP 1066 (remove_files) COMPLETE
84842026-08-11T20:50:15.335Z[ recovery-image] Aug 11 20:50:14.178 INFO O| Aug 11 20:50:14.178 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-11T20:50:15.346Z[ recovery-image] Aug 11 20:50:14.190 INFO O| Aug 11 20:50:14.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84862026-08-11T20:50:15.346Z[ recovery-image] Aug 11 20:50:14.190 INFO O| Aug 11 20:50:14.190 INFO STEP 1067 (remove_files) COMPLETE
84872026-08-11T20:50:15.346Z[ recovery-image] Aug 11 20:50:14.190 INFO O| Aug 11 20:50:14.190 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-11T20:50:15.365Z[ recovery-image] Aug 11 20:50:14.201 INFO O| Aug 11 20:50:14.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84892026-08-11T20:50:15.365Z[ recovery-image] Aug 11 20:50:14.201 INFO O| Aug 11 20:50:14.201 INFO STEP 1068 (remove_files) COMPLETE
84902026-08-11T20:50:15.365Z[ recovery-image] Aug 11 20:50:14.201 INFO O| Aug 11 20:50:14.201 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-11T20:50:15.370Z[ recovery-image] Aug 11 20:50:14.212 INFO O| Aug 11 20:50:14.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84922026-08-11T20:50:15.370Z[ recovery-image] Aug 11 20:50:14.212 INFO O| Aug 11 20:50:14.212 INFO STEP 1069 (remove_files) COMPLETE
84932026-08-11T20:50:15.370Z[ recovery-image] Aug 11 20:50:14.212 INFO O| Aug 11 20:50:14.212 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-11T20:50:15.379Z[ recovery-image] Aug 11 20:50:14.222 INFO O| Aug 11 20:50:14.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84952026-08-11T20:50:15.379Z[ recovery-image] Aug 11 20:50:14.222 INFO O| Aug 11 20:50:14.222 INFO STEP 1070 (remove_files) COMPLETE
84962026-08-11T20:50:15.379Z[ recovery-image] Aug 11 20:50:14.222 INFO O| Aug 11 20:50:14.222 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-11T20:50:15.390Z[ recovery-image] Aug 11 20:50:14.233 INFO O| Aug 11 20:50:14.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84982026-08-11T20:50:15.390Z[ recovery-image] Aug 11 20:50:14.233 INFO O| Aug 11 20:50:14.233 INFO STEP 1071 (remove_files) COMPLETE
84992026-08-11T20:50:15.390Z[ recovery-image] Aug 11 20:50:14.233 INFO O| Aug 11 20:50:14.233 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-11T20:50:15.401Z[ recovery-image] Aug 11 20:50:14.242 INFO O| Aug 11 20:50:14.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85012026-08-11T20:50:15.401Z[ recovery-image] Aug 11 20:50:14.243 INFO O| Aug 11 20:50:14.243 INFO STEP 1072 (remove_files) COMPLETE
85022026-08-11T20:50:15.401Z[ recovery-image] Aug 11 20:50:14.243 INFO O| Aug 11 20:50:14.243 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-11T20:50:15.409Z[ recovery-image] Aug 11 20:50:14.251 INFO O| Aug 11 20:50:14.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85042026-08-11T20:50:15.409Z[ recovery-image] Aug 11 20:50:14.251 INFO O| Aug 11 20:50:14.251 INFO STEP 1073 (remove_files) COMPLETE
85052026-08-11T20:50:15.412Z[ recovery-image] Aug 11 20:50:14.251 INFO O| Aug 11 20:50:14.251 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-11T20:50:15.418Z[ recovery-image] Aug 11 20:50:14.262 INFO O| Aug 11 20:50:14.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85072026-08-11T20:50:15.418Z[ recovery-image] Aug 11 20:50:14.262 INFO O| Aug 11 20:50:14.262 INFO STEP 1074 (remove_files) COMPLETE
85082026-08-11T20:50:15.421Z[ recovery-image] Aug 11 20:50:14.262 INFO O| Aug 11 20:50:14.262 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-11T20:50:15.431Z[ recovery-image] Aug 11 20:50:14.272 INFO O| Aug 11 20:50:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85102026-08-11T20:50:15.431Z[ recovery-image] Aug 11 20:50:14.272 INFO O| Aug 11 20:50:14.272 INFO STEP 1075 (remove_files) COMPLETE
85112026-08-11T20:50:15.431Z[ recovery-image] Aug 11 20:50:14.272 INFO O| Aug 11 20:50:14.272 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-11T20:50:15.438Z[ recovery-image] Aug 11 20:50:14.282 INFO O| Aug 11 20:50:14.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85132026-08-11T20:50:15.438Z[ recovery-image] Aug 11 20:50:14.282 INFO O| Aug 11 20:50:14.282 INFO STEP 1076 (remove_files) COMPLETE
85142026-08-11T20:50:15.443Z[ recovery-image] Aug 11 20:50:14.282 INFO O| Aug 11 20:50:14.282 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-11T20:50:15.447Z[ recovery-image] Aug 11 20:50:14.291 INFO O| Aug 11 20:50:14.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85162026-08-11T20:50:15.447Z[ recovery-image] Aug 11 20:50:14.292 INFO O| Aug 11 20:50:14.291 INFO STEP 1077 (remove_files) COMPLETE
85172026-08-11T20:50:15.448Z[ recovery-image] Aug 11 20:50:14.292 INFO O| Aug 11 20:50:14.292 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-11T20:50:15.457Z[ recovery-image] Aug 11 20:50:14.301 INFO O| Aug 11 20:50:14.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85192026-08-11T20:50:15.457Z[ recovery-image] Aug 11 20:50:14.301 INFO O| Aug 11 20:50:14.301 INFO STEP 1078 (remove_files) COMPLETE
85202026-08-11T20:50:15.457Z[ recovery-image] Aug 11 20:50:14.301 INFO O| Aug 11 20:50:14.301 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-11T20:50:15.467Z[ recovery-image] Aug 11 20:50:14.310 INFO O| Aug 11 20:50:14.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85222026-08-11T20:50:15.467Z[ recovery-image] Aug 11 20:50:14.310 INFO O| Aug 11 20:50:14.310 INFO STEP 1079 (remove_files) COMPLETE
85232026-08-11T20:50:15.470Z[ recovery-image] Aug 11 20:50:14.310 INFO O| Aug 11 20:50:14.310 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-11T20:50:15.477Z[ recovery-image] Aug 11 20:50:14.321 INFO O| Aug 11 20:50:14.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85252026-08-11T20:50:15.477Z[ recovery-image] Aug 11 20:50:14.321 INFO O| Aug 11 20:50:14.321 INFO STEP 1080 (remove_files) COMPLETE
85262026-08-11T20:50:15.477Z[ recovery-image] Aug 11 20:50:14.321 INFO O| Aug 11 20:50:14.321 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-11T20:50:15.487Z[ recovery-image] Aug 11 20:50:14.330 INFO O| Aug 11 20:50:14.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85282026-08-11T20:50:15.487Z[ recovery-image] Aug 11 20:50:14.330 INFO O| Aug 11 20:50:14.330 INFO STEP 1081 (remove_files) COMPLETE
85292026-08-11T20:50:15.487Z[ recovery-image] Aug 11 20:50:14.330 INFO O| Aug 11 20:50:14.330 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-11T20:50:15.497Z[ recovery-image] Aug 11 20:50:14.341 INFO O| Aug 11 20:50:14.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85312026-08-11T20:50:15.497Z[ recovery-image] Aug 11 20:50:14.341 INFO O| Aug 11 20:50:14.341 INFO STEP 1082 (remove_files) COMPLETE
85322026-08-11T20:50:15.497Z[ recovery-image] Aug 11 20:50:14.341 INFO O| Aug 11 20:50:14.341 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-11T20:50:15.508Z[ recovery-image] Aug 11 20:50:14.352 INFO O| Aug 11 20:50:14.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85342026-08-11T20:50:15.508Z[ recovery-image] Aug 11 20:50:14.352 INFO O| Aug 11 20:50:14.352 INFO STEP 1083 (remove_files) COMPLETE
85352026-08-11T20:50:15.512Z[ recovery-image] Aug 11 20:50:14.352 INFO O| Aug 11 20:50:14.352 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-11T20:50:15.525Z[ recovery-image] Aug 11 20:50:14.362 INFO O| Aug 11 20:50:14.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85372026-08-11T20:50:15.525Z[ recovery-image] Aug 11 20:50:14.362 INFO O| Aug 11 20:50:14.362 INFO STEP 1084 (remove_files) COMPLETE
85382026-08-11T20:50:15.525Z[ recovery-image] Aug 11 20:50:14.362 INFO O| Aug 11 20:50:14.362 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-11T20:50:15.529Z[ recovery-image] Aug 11 20:50:14.372 INFO O| Aug 11 20:50:14.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85402026-08-11T20:50:15.529Z[ recovery-image] Aug 11 20:50:14.372 INFO O| Aug 11 20:50:14.372 INFO STEP 1085 (remove_files) COMPLETE
85412026-08-11T20:50:15.529Z[ recovery-image] Aug 11 20:50:14.372 INFO O| Aug 11 20:50:14.372 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-11T20:50:15.538Z[ recovery-image] Aug 11 20:50:14.382 INFO O| Aug 11 20:50:14.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85432026-08-11T20:50:15.538Z[ recovery-image] Aug 11 20:50:14.382 INFO O| Aug 11 20:50:14.382 INFO STEP 1086 (remove_files) COMPLETE
85442026-08-11T20:50:15.538Z[ recovery-image] Aug 11 20:50:14.382 INFO O| Aug 11 20:50:14.382 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-11T20:50:15.551Z[ recovery-image] Aug 11 20:50:14.391 INFO O| Aug 11 20:50:14.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85462026-08-11T20:50:15.551Z[ recovery-image] Aug 11 20:50:14.391 INFO O| Aug 11 20:50:14.391 INFO STEP 1087 (remove_files) COMPLETE
85472026-08-11T20:50:15.551Z[ recovery-image] Aug 11 20:50:14.391 INFO O| Aug 11 20:50:14.391 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-11T20:50:15.557Z[ recovery-image] Aug 11 20:50:14.401 INFO O| Aug 11 20:50:14.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85492026-08-11T20:50:15.557Z[ recovery-image] Aug 11 20:50:14.401 INFO O| Aug 11 20:50:14.401 INFO STEP 1088 (remove_files) COMPLETE
85502026-08-11T20:50:15.557Z[ recovery-image] Aug 11 20:50:14.401 INFO O| Aug 11 20:50:14.401 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.411 INFO O| Aug 11 20:50:14.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85522026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.411 INFO O| Aug 11 20:50:14.411 INFO STEP 1089 (remove_files) COMPLETE
85532026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.411 INFO O| Aug 11 20:50:14.411 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.421 INFO O| Aug 11 20:50:14.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85552026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.421 INFO O| Aug 11 20:50:14.421 INFO STEP 1090 (remove_files) COMPLETE
85562026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.421 INFO O| Aug 11 20:50:14.421 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.432 INFO O| Aug 11 20:50:14.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85582026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.432 INFO O| Aug 11 20:50:14.432 INFO STEP 1091 (remove_files) COMPLETE
85592026-08-11T20:50:15.597Z[ recovery-image] Aug 11 20:50:14.432 INFO O| Aug 11 20:50:14.432 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-11T20:50:15.600Z[ recovery-image] Aug 11 20:50:14.444 INFO O| Aug 11 20:50:14.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85612026-08-11T20:50:15.601Z[ recovery-image] Aug 11 20:50:14.444 INFO O| Aug 11 20:50:14.444 INFO STEP 1092 (remove_files) COMPLETE
85622026-08-11T20:50:15.601Z[ recovery-image] Aug 11 20:50:14.444 INFO O| Aug 11 20:50:14.444 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-11T20:50:15.611Z[ recovery-image] Aug 11 20:50:14.455 INFO O| Aug 11 20:50:14.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85642026-08-11T20:50:15.611Z[ recovery-image] Aug 11 20:50:14.455 INFO O| Aug 11 20:50:14.455 INFO STEP 1093 (remove_files) COMPLETE
85652026-08-11T20:50:15.611Z[ recovery-image] Aug 11 20:50:14.455 INFO O| Aug 11 20:50:14.455 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-11T20:50:15.621Z[ recovery-image] Aug 11 20:50:14.464 INFO O| Aug 11 20:50:14.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85672026-08-11T20:50:15.621Z[ recovery-image] Aug 11 20:50:14.464 INFO O| Aug 11 20:50:14.464 INFO STEP 1094 (remove_files) COMPLETE
85682026-08-11T20:50:15.622Z[ recovery-image] Aug 11 20:50:14.464 INFO O| Aug 11 20:50:14.464 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-11T20:50:15.629Z[ recovery-image] Aug 11 20:50:14.473 INFO O| Aug 11 20:50:14.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85702026-08-11T20:50:15.629Z[ recovery-image] Aug 11 20:50:14.473 INFO O| Aug 11 20:50:14.473 INFO STEP 1095 (remove_files) COMPLETE
85712026-08-11T20:50:15.629Z[ recovery-image] Aug 11 20:50:14.473 INFO O| Aug 11 20:50:14.473 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-11T20:50:15.640Z[ recovery-image] Aug 11 20:50:14.484 INFO O| Aug 11 20:50:14.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85732026-08-11T20:50:15.640Z[ recovery-image] Aug 11 20:50:14.484 INFO O| Aug 11 20:50:14.484 INFO STEP 1096 (remove_files) COMPLETE
85742026-08-11T20:50:15.640Z[ recovery-image] Aug 11 20:50:14.484 INFO O| Aug 11 20:50:14.484 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-11T20:50:15.652Z[ recovery-image] Aug 11 20:50:14.495 INFO O| Aug 11 20:50:14.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85762026-08-11T20:50:15.652Z[ recovery-image] Aug 11 20:50:14.496 INFO O| Aug 11 20:50:14.496 INFO STEP 1097 (remove_files) COMPLETE
85772026-08-11T20:50:15.652Z[ recovery-image] Aug 11 20:50:14.496 INFO O| Aug 11 20:50:14.496 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-11T20:50:15.663Z[ recovery-image] Aug 11 20:50:14.507 INFO O| Aug 11 20:50:14.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85792026-08-11T20:50:15.663Z[ recovery-image] Aug 11 20:50:14.507 INFO O| Aug 11 20:50:14.507 INFO STEP 1098 (remove_files) COMPLETE
85802026-08-11T20:50:15.663Z[ recovery-image] Aug 11 20:50:14.507 INFO O| Aug 11 20:50:14.507 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-11T20:50:15.673Z[ recovery-image] Aug 11 20:50:14.516 INFO O| Aug 11 20:50:14.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85822026-08-11T20:50:15.673Z[ recovery-image] Aug 11 20:50:14.516 INFO O| Aug 11 20:50:14.516 INFO STEP 1099 (remove_files) COMPLETE
85832026-08-11T20:50:15.677Z[ recovery-image] Aug 11 20:50:14.516 INFO O| Aug 11 20:50:14.516 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-11T20:50:15.682Z[ recovery-image] Aug 11 20:50:14.526 INFO O| Aug 11 20:50:14.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85852026-08-11T20:50:15.682Z[ recovery-image] Aug 11 20:50:14.526 INFO O| Aug 11 20:50:14.526 INFO STEP 1100 (remove_files) COMPLETE
85862026-08-11T20:50:15.685Z[ recovery-image] Aug 11 20:50:14.526 INFO O| Aug 11 20:50:14.526 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-11T20:50:15.692Z[ recovery-image] Aug 11 20:50:14.536 INFO O| Aug 11 20:50:14.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85882026-08-11T20:50:15.692Z[ recovery-image] Aug 11 20:50:14.536 INFO O| Aug 11 20:50:14.536 INFO STEP 1101 (remove_files) COMPLETE
85892026-08-11T20:50:15.695Z[ recovery-image] Aug 11 20:50:14.536 INFO O| Aug 11 20:50:14.536 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-11T20:50:15.702Z[ recovery-image] Aug 11 20:50:14.546 INFO O| Aug 11 20:50:14.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85912026-08-11T20:50:15.702Z[ recovery-image] Aug 11 20:50:14.546 INFO O| Aug 11 20:50:14.546 INFO STEP 1102 (remove_files) COMPLETE
85922026-08-11T20:50:15.706Z[ recovery-image] Aug 11 20:50:14.546 INFO O| Aug 11 20:50:14.546 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-11T20:50:15.714Z[ recovery-image] Aug 11 20:50:14.558 INFO O| Aug 11 20:50:14.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85942026-08-11T20:50:15.714Z[ recovery-image] Aug 11 20:50:14.558 INFO O| Aug 11 20:50:14.558 INFO STEP 1103 (remove_files) COMPLETE
85952026-08-11T20:50:15.718Z[ recovery-image] Aug 11 20:50:14.558 INFO O| Aug 11 20:50:14.558 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-11T20:50:15.727Z[ recovery-image] Aug 11 20:50:14.571 INFO O| Aug 11 20:50:14.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85972026-08-11T20:50:15.727Z[ recovery-image] Aug 11 20:50:14.571 INFO O| Aug 11 20:50:14.571 INFO STEP 1104 (remove_files) COMPLETE
85982026-08-11T20:50:15.730Z[ recovery-image] Aug 11 20:50:14.571 INFO O| Aug 11 20:50:14.571 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-11T20:50:15.737Z[ recovery-image] Aug 11 20:50:14.581 INFO O| Aug 11 20:50:14.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86002026-08-11T20:50:15.737Z[ recovery-image] Aug 11 20:50:14.581 INFO O| Aug 11 20:50:14.581 INFO STEP 1105 (remove_files) COMPLETE
86012026-08-11T20:50:15.737Z[ recovery-image] Aug 11 20:50:14.581 INFO O| Aug 11 20:50:14.581 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-11T20:50:15.748Z[ recovery-image] Aug 11 20:50:14.592 INFO O| Aug 11 20:50:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86032026-08-11T20:50:15.748Z[ recovery-image] Aug 11 20:50:14.592 INFO O| Aug 11 20:50:14.592 INFO STEP 1106 (remove_files) COMPLETE
86042026-08-11T20:50:15.751Z[ recovery-image] Aug 11 20:50:14.592 INFO O| Aug 11 20:50:14.592 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-11T20:50:15.758Z[ recovery-image] Aug 11 20:50:14.602 INFO O| Aug 11 20:50:14.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86062026-08-11T20:50:15.758Z[ recovery-image] Aug 11 20:50:14.602 INFO O| Aug 11 20:50:14.602 INFO STEP 1107 (remove_files) COMPLETE
86072026-08-11T20:50:15.758Z[ recovery-image] Aug 11 20:50:14.602 INFO O| Aug 11 20:50:14.602 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-11T20:50:15.769Z[ recovery-image] Aug 11 20:50:14.613 INFO O| Aug 11 20:50:14.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86092026-08-11T20:50:15.769Z[ recovery-image] Aug 11 20:50:14.613 INFO O| Aug 11 20:50:14.613 INFO STEP 1108 (remove_files) COMPLETE
86102026-08-11T20:50:15.769Z[ recovery-image] Aug 11 20:50:14.613 INFO O| Aug 11 20:50:14.613 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-11T20:50:15.781Z[ recovery-image] Aug 11 20:50:14.624 INFO O| Aug 11 20:50:14.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86122026-08-11T20:50:15.781Z[ recovery-image] Aug 11 20:50:14.624 INFO O| Aug 11 20:50:14.624 INFO STEP 1109 (remove_files) COMPLETE
86132026-08-11T20:50:15.781Z[ recovery-image] Aug 11 20:50:14.624 INFO O| Aug 11 20:50:14.624 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-11T20:50:15.793Z[ recovery-image] Aug 11 20:50:14.637 INFO O| Aug 11 20:50:14.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86152026-08-11T20:50:15.793Z[ recovery-image] Aug 11 20:50:14.637 INFO O| Aug 11 20:50:14.635 INFO STEP 1110 (remove_files) COMPLETE
86162026-08-11T20:50:15.793Z[ recovery-image] Aug 11 20:50:14.637 INFO O| Aug 11 20:50:14.635 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-11T20:50:15.802Z[ recovery-image] Aug 11 20:50:14.646 INFO O| Aug 11 20:50:14.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86182026-08-11T20:50:15.802Z[ recovery-image] Aug 11 20:50:14.646 INFO O| Aug 11 20:50:14.646 INFO STEP 1111 (remove_files) COMPLETE
86192026-08-11T20:50:15.802Z[ recovery-image] Aug 11 20:50:14.646 INFO O| Aug 11 20:50:14.646 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-11T20:50:15.813Z[ recovery-image] Aug 11 20:50:14.656 INFO O| Aug 11 20:50:14.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86212026-08-11T20:50:15.813Z[ recovery-image] Aug 11 20:50:14.656 INFO O| Aug 11 20:50:14.656 INFO STEP 1112 (remove_files) COMPLETE
86222026-08-11T20:50:15.813Z[ recovery-image] Aug 11 20:50:14.656 INFO O| Aug 11 20:50:14.656 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-11T20:50:15.824Z[ recovery-image] Aug 11 20:50:14.668 INFO O| Aug 11 20:50:14.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86242026-08-11T20:50:15.824Z[ recovery-image] Aug 11 20:50:14.668 INFO O| Aug 11 20:50:14.668 INFO STEP 1113 (remove_files) COMPLETE
86252026-08-11T20:50:15.828Z[ recovery-image] Aug 11 20:50:14.668 INFO O| Aug 11 20:50:14.668 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-11T20:50:15.833Z[ recovery-image] Aug 11 20:50:14.677 INFO O| Aug 11 20:50:14.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86272026-08-11T20:50:15.833Z[ recovery-image] Aug 11 20:50:14.677 INFO O| Aug 11 20:50:14.677 INFO STEP 1114 (remove_files) COMPLETE
86282026-08-11T20:50:15.833Z[ recovery-image] Aug 11 20:50:14.677 INFO O| Aug 11 20:50:14.677 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-11T20:50:15.844Z[ recovery-image] Aug 11 20:50:14.688 INFO O| Aug 11 20:50:14.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86302026-08-11T20:50:15.844Z[ recovery-image] Aug 11 20:50:14.688 INFO O| Aug 11 20:50:14.688 INFO STEP 1115 (remove_files) COMPLETE
86312026-08-11T20:50:15.844Z[ recovery-image] Aug 11 20:50:14.688 INFO O| Aug 11 20:50:14.688 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-11T20:50:15.852Z[verify-libraries] Compiling git2 v0.20.4
86332026-08-11T20:50:15.855Z[ recovery-image] Aug 11 20:50:14.697 INFO O| Aug 11 20:50:14.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86342026-08-11T20:50:15.855Z[ recovery-image] Aug 11 20:50:14.697 INFO O| Aug 11 20:50:14.697 INFO STEP 1116 (remove_files) COMPLETE
86352026-08-11T20:50:15.855Z[ recovery-image] Aug 11 20:50:14.697 INFO O| Aug 11 20:50:14.697 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-11T20:50:15.863Z[ recovery-image] Aug 11 20:50:14.707 INFO O| Aug 11 20:50:14.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86372026-08-11T20:50:15.864Z[ recovery-image] Aug 11 20:50:14.707 INFO O| Aug 11 20:50:14.707 INFO STEP 1117 (remove_files) COMPLETE
86382026-08-11T20:50:15.864Z[ recovery-image] Aug 11 20:50:14.707 INFO O| Aug 11 20:50:14.707 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86392026-08-11T20:50:15.878Z[ recovery-image] Aug 11 20:50:14.722 INFO O| Aug 11 20:50:14.722 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86402026-08-11T20:50:15.878Z[ recovery-image] Aug 11 20:50:14.722 INFO O| Aug 11 20:50:14.722 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86412026-08-11T20:50:16.970Z[ recovery-image] Aug 11 20:50:15.813 INFO O| Aug 11 20:50:15.813 INFO STEP 1118 (pack_tar) COMPLETE
86422026-08-11T20:50:16.970Z[ recovery-image] Aug 11 20:50:15.813 INFO O| Aug 11 20:50:15.813 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86432026-08-11T20:50:16.970Z[ recovery-image] Aug 11 20:50:15.813 INFO O| Aug 11 20:50:15.813 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86442026-08-11T20:50:17.635Z[ recovery-image] Aug 11 20:50:16.478 INFO O| Aug 11 20:50:16.478 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86452026-08-11T20:50:17.777Z[ recovery-image] Aug 11 20:50:16.621 INFO O| Aug 11 20:50:16.621 INFO completed processing sled/ramdisk-03-recovery-trim
86462026-08-11T20:50:17.781Z[ recovery-image] Aug 11 20:50:16.625 INFO image builder template: zfs-recovery...
86472026-08-11T20:50:17.781Z[ recovery-image] Aug 11 20:50:16.625 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/.tmp28S9u0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.504", "-n", "zfs-recovery"], pwd: None
86482026-08-11T20:50:17.808Z[ recovery-image] Aug 11 20:50:16.651 INFO O| Aug 11 20:50:16.651 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86492026-08-11T20:50:17.812Z[ recovery-image] Aug 11 20:50:16.655 INFO O| Aug 11 20:50:16.655 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86502026-08-11T20:50:17.935Z[ recovery-image] Aug 11 20:50:16.779 INFO O| Aug 11 20:50:16.779 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86512026-08-11T20:50:18.020Z[ recovery-image] Aug 11 20:50:16.864 INFO O| Aug 11 20:50:16.864 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86522026-08-11T20:50:18.020Z[ recovery-image] Aug 11 20:50:16.864 INFO O| Aug 11 20:50:16.864 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86532026-08-11T20:50:18.027Z[ recovery-image] Aug 11 20:50:16.868 INFO O| Aug 11 20:50:16.868 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86542026-08-11T20:50:18.143Z[ recovery-image] Aug 11 20:50:16.985 INFO O| Aug 11 20:50:16.985 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86552026-08-11T20:50:18.227Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86562026-08-11T20:50:18.252Z[ recovery-image] Aug 11 20:50:17.094 INFO O| Aug 11 20:50:17.094 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86572026-08-11T20:50:18.261Z[ recovery-image] Aug 11 20:50:17.104 INFO O| Aug 11 20:50:17.104 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86582026-08-11T20:50:18.264Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86592026-08-11T20:50:18.268Z[ recovery-image] Aug 11 20:50:17.109 INFO O| Aug 11 20:50:17.109 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86602026-08-11T20:50:18.268Z[ recovery-image] Aug 11 20:50:17.110 INFO O| Aug 11 20:50:17.110 INFO no lofi found
86612026-08-11T20:50:18.268Z[ recovery-image] Aug 11 20:50:17.110 INFO O| Aug 11 20:50:17.110 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86622026-08-11T20:50:18.268Z[ recovery-image] Aug 11 20:50:17.110 INFO O| Aug 11 20:50:17.110 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86632026-08-11T20:50:18.723Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86642026-08-11T20:50:18.773Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86652026-08-11T20:50:19.098Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86662026-08-11T20:50:19.345Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86672026-08-11T20:50:19.422Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86682026-08-11T20:50:19.894Z[verify-libraries] Compiling yansi v1.0.1
86692026-08-11T20:50:19.933Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86702026-08-11T20:50:19.996Z[verify-libraries] Compiling parse-size v1.1.0
86712026-08-11T20:50:20.157Z[ recovery-image] Aug 11 20:50:19.001 INFO O| Aug 11 20:50:19.001 INFO lofi device = /dev/dsk/c2t1d0p0
86722026-08-11T20:50:20.158Z[ recovery-image] Aug 11 20:50:19.001 INFO O| Aug 11 20:50:19.001 INFO pool device = /dev/dsk/c2t1d0p0
86732026-08-11T20:50:20.158Z[ recovery-image] Aug 11 20:50:19.001 INFO O| Aug 11 20:50:19.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"]
86742026-08-11T20:50:20.176Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86752026-08-11T20:50:20.222Z[verify-libraries] Compiling pretty_assertions v1.4.1
86762026-08-11T20:50:20.308Z[ recovery-image] Aug 11 20:50:19.152 INFO O| Aug 11 20:50:19.151 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86772026-08-11T20:50:20.308Z[ recovery-image] Aug 11 20:50:19.152 INFO O| Aug 11 20:50:19.152 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86782026-08-11T20:50:20.327Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86792026-08-11T20:50:20.336Z[ recovery-image] Aug 11 20:50:19.179 INFO O| Aug 11 20:50:19.179 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86802026-08-11T20:50:20.463Z[ recovery-image] Aug 11 20:50:19.306 INFO O| Aug 11 20:50:19.306 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86812026-08-11T20:50:20.496Z[ recovery-image] Aug 11 20:50:19.339 INFO O| Aug 11 20:50:19.339 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86822026-08-11T20:50:20.516Z[ recovery-image] Aug 11 20:50:19.360 INFO O| Aug 11 20:50:19.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86832026-08-11T20:50:20.533Z[ recovery-image] Aug 11 20:50:19.377 INFO O| Aug 11 20:50:19.377 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86842026-08-11T20:50:20.579Z[ recovery-image] Aug 11 20:50:19.422 INFO O| Aug 11 20:50:19.422 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86852026-08-11T20:50:20.579Z[ recovery-image] Aug 11 20:50:19.422 INFO O| Aug 11 20:50:19.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86862026-08-11T20:50:20.579Z[ recovery-image] Aug 11 20:50:19.422 INFO O| Aug 11 20:50:19.422 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86872026-08-11T20:50:20.586Z[ recovery-image] Aug 11 20:50:19.429 INFO O| Aug 11 20:50:19.429 INFO boot environment UUID: c7561586-fc70-42d6-9c8d-c856f763afc1
86882026-08-11T20:50:20.586Z[ recovery-image] Aug 11 20:50:19.429 INFO O| Aug 11 20:50:19.429 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c7561586-fc70-42d6-9c8d-c856f763afc1
86892026-08-11T20:50:20.603Z[ recovery-image] Aug 11 20:50:19.447 INFO O| Aug 11 20:50:19.447 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86902026-08-11T20:50:20.607Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86912026-08-11T20:50:20.626Z[ recovery-image] Aug 11 20:50:19.470 INFO O| Aug 11 20:50:19.467 INFO STEP 0 (create_be) COMPLETE
86922026-08-11T20:50:20.627Z[ recovery-image] Aug 11 20:50:19.470 INFO O| Aug 11 20:50:19.467 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86932026-08-11T20:50:20.643Z[ recovery-image] Aug 11 20:50:19.482 INFO O| Aug 11 20:50:19.482 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"]
86942026-08-11T20:50:20.844Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86952026-08-11T20:50:21.144Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86962026-08-11T20:50:21.578Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86972026-08-11T20:50:21.668Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86982026-08-11T20:50:22.037Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86992026-08-11T20:50:22.103Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87002026-08-11T20:50:22.445Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87012026-08-11T20:50:22.751Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87022026-08-11T20:50:22.781Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87032026-08-11T20:50:23.056Z[verify-libraries] Compiling drift v0.2.0
87042026-08-11T20:50:23.094Z[verify-libraries] Compiling uzers v0.12.2
87052026-08-11T20:50:23.405Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87062026-08-11T20:50:23.769Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87072026-08-11T20:50:24.064Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
87082026-08-11T20:50:24.303Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
87092026-08-11T20:50:24.524Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87102026-08-11T20:50:24.841Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87112026-08-11T20:50:25.135Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87122026-08-11T20:50:26.450Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87132026-08-11T20:50:27.584Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87142026-08-11T20:50:28.554Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87152026-08-11T20:50:28.792Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87162026-08-11T20:50:29.021Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87172026-08-11T20:50:29.170Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87182026-08-11T20:50:30.055Z[ recovery-image] Aug 11 20:50:28.433 INFO O| Aug 11 20:50:28.433 INFO STEP 1 (unpack_tar) COMPLETE
87192026-08-11T20:50:30.055Z[ recovery-image] Aug 11 20:50:28.433 INFO O| Aug 11 20:50:28.433 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202026-08-11T20:50:30.074Z[ recovery-image] Aug 11 20:50:28.444 INFO O| Aug 11 20:50:28.444 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87212026-08-11T20:50:30.074Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87222026-08-11T20:50:30.074Z[verify-libraries] Compiling multimap v0.10.1
87232026-08-11T20:50:30.074Z[verify-libraries] Compiling termios v0.3.3
87242026-08-11T20:50:30.245Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87252026-08-11T20:50:30.615Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87262026-08-11T20:50:30.855Z[ recovery-image] Aug 11 20:50:29.698 INFO O| Aug 11 20:50:29.698 INFO STEP 2 (devfsadm) COMPLETE
87272026-08-11T20:50:30.855Z[ recovery-image] Aug 11 20:50:29.699 INFO O| Aug 11 20:50:29.698 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282026-08-11T20:50:30.865Z[ recovery-image] Aug 11 20:50:29.708 INFO O| Aug 11 20:50:29.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87292026-08-11T20:50:30.865Z[ recovery-image] Aug 11 20:50:29.708 INFO O| Aug 11 20:50:29.708 INFO STEP 3 (ensure_dir) COMPLETE
87302026-08-11T20:50:30.865Z[ recovery-image] Aug 11 20:50:29.708 INFO O| Aug 11 20:50:29.708 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-11T20:50:30.873Z[ recovery-image] Aug 11 20:50:29.717 INFO O| Aug 11 20:50:29.717 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87322026-08-11T20:50:30.873Z[ recovery-image] Aug 11 20:50:29.717 INFO O| Aug 11 20:50:29.717 INFO STEP 4 (ensure_dir) COMPLETE
87332026-08-11T20:50:30.873Z[ recovery-image] Aug 11 20:50:29.717 INFO O| Aug 11 20:50:29.717 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-11T20:50:30.882Z[ recovery-image] Aug 11 20:50:29.726 INFO O| Aug 11 20:50:29.726 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87352026-08-11T20:50:30.882Z[ recovery-image] Aug 11 20:50:29.726 INFO O| Aug 11 20:50:29.726 INFO STEP 5 (ensure_dir) COMPLETE
87362026-08-11T20:50:30.882Z[ recovery-image] Aug 11 20:50:29.726 INFO O| Aug 11 20:50:29.726 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-08-11T20:50:30.890Z[ recovery-image] Aug 11 20:50:29.734 INFO O| Aug 11 20:50:29.734 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87382026-08-11T20:50:30.890Z[ recovery-image] Aug 11 20:50:29.734 INFO O| Aug 11 20:50:29.734 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87392026-08-11T20:50:30.890Z[ recovery-image] Aug 11 20:50:29.734 INFO O| Aug 11 20:50:29.734 INFO STEP 6 (ensure_dir) COMPLETE
87402026-08-11T20:50:30.890Z[ recovery-image] Aug 11 20:50:29.734 INFO O| Aug 11 20:50:29.734 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-11T20:50:30.900Z[ recovery-image] Aug 11 20:50:29.743 INFO O| Aug 11 20:50:29.743 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87422026-08-11T20:50:30.900Z[ recovery-image] Aug 11 20:50:29.743 INFO O| Aug 11 20:50:29.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87432026-08-11T20:50:30.900Z[ recovery-image] Aug 11 20:50:29.743 INFO O| Aug 11 20:50:29.743 INFO STEP 7 (ensure_dir) COMPLETE
87442026-08-11T20:50:30.900Z[ recovery-image] Aug 11 20:50:29.743 INFO O| Aug 11 20:50:29.743 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-11T20:50:30.910Z[ recovery-image] Aug 11 20:50:29.753 INFO O| Aug 11 20:50:29.753 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87462026-08-11T20:50:30.913Z[ recovery-image] Aug 11 20:50:29.754 INFO O| Aug 11 20:50:29.754 INFO STEP 8 (remove_files) COMPLETE
87472026-08-11T20:50:30.913Z[ recovery-image] Aug 11 20:50:29.754 INFO O| Aug 11 20:50:29.754 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-11T20:50:30.919Z[ recovery-image] Aug 11 20:50:29.763 INFO O| Aug 11 20:50:29.763 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87492026-08-11T20:50:30.923Z[ recovery-image] Aug 11 20:50:29.764 INFO O| Aug 11 20:50:29.764 INFO STEP 9 (remove_files) COMPLETE
87502026-08-11T20:50:30.923Z[ recovery-image] Aug 11 20:50:29.764 INFO O| Aug 11 20:50:29.764 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-11T20:50:30.933Z[ recovery-image] Aug 11 20:50:29.775 INFO O| Aug 11 20:50:29.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87522026-08-11T20:50:30.937Z[ recovery-image] Aug 11 20:50:29.776 INFO O| Aug 11 20:50:29.776 INFO STEP 10 (remove_files) COMPLETE
87532026-08-11T20:50:30.937Z[ recovery-image] Aug 11 20:50:29.776 INFO O| Aug 11 20:50:29.776 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542026-08-11T20:50:30.943Z[ recovery-image] Aug 11 20:50:29.786 INFO O| Aug 11 20:50:29.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87552026-08-11T20:50:30.943Z[ recovery-image] Aug 11 20:50:29.786 INFO O| Aug 11 20:50:29.786 INFO STEP 11 (remove_files) COMPLETE
87562026-08-11T20:50:30.946Z[ recovery-image] Aug 11 20:50:29.786 INFO O| Aug 11 20:50:29.786 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572026-08-11T20:50:30.952Z[ recovery-image] Aug 11 20:50:29.796 INFO O| Aug 11 20:50:29.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87582026-08-11T20:50:30.952Z[ recovery-image] Aug 11 20:50:29.796 INFO O| Aug 11 20:50:29.796 INFO STEP 12 (remove_files) COMPLETE
87592026-08-11T20:50:30.952Z[ recovery-image] Aug 11 20:50:29.796 INFO O| Aug 11 20:50:29.796 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-08-11T20:50:30.962Z[ recovery-image] Aug 11 20:50:29.806 INFO O| Aug 11 20:50:29.806 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87612026-08-11T20:50:30.962Z[ recovery-image] Aug 11 20:50:29.806 INFO O| Aug 11 20:50:29.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87622026-08-11T20:50:30.965Z[ recovery-image] Aug 11 20:50:29.806 INFO O| Aug 11 20:50:29.806 INFO STEP 13 (ensure_dir) COMPLETE
87632026-08-11T20:50:30.965Z[ recovery-image] Aug 11 20:50:29.806 INFO O| Aug 11 20:50:29.806 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87642026-08-11T20:50:30.991Z[ recovery-image] Aug 11 20:50:29.815 INFO O| Aug 11 20:50:29.815 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87652026-08-11T20:50:30.991Z[ recovery-image] Aug 11 20:50:29.815 INFO O| Aug 11 20:50:29.815 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87662026-08-11T20:50:30.991Z[ recovery-image] Aug 11 20:50:29.815 INFO O| Aug 11 20:50:29.815 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87672026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.815 INFO O| Aug 11 20:50:29.815 INFO STEP 14 (ensure_dir) COMPLETE
87682026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.815 INFO O| Aug 11 20:50:29.815 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.824 INFO O| Aug 11 20:50:29.824 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87702026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.824 INFO O| Aug 11 20:50:29.824 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87712026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.824 INFO O| Aug 11 20:50:29.824 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87722026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.824 INFO O| Aug 11 20:50:29.824 INFO STEP 15 (ensure_dir) COMPLETE
87732026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.824 INFO O| Aug 11 20:50:29.824 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.832 INFO O| Aug 11 20:50:29.832 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87752026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.832 INFO O| Aug 11 20:50:29.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87762026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.832 INFO O| Aug 11 20:50:29.832 INFO STEP 16 (ensure_dir) COMPLETE
87772026-08-11T20:50:30.999Z[ recovery-image] Aug 11 20:50:29.832 INFO O| Aug 11 20:50:29.832 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-11T20:50:31.003Z[ recovery-image] Aug 11 20:50:29.841 INFO O| Aug 11 20:50:29.841 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87792026-08-11T20:50:31.003Z[ recovery-image] Aug 11 20:50:29.841 INFO O| Aug 11 20:50:29.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87802026-08-11T20:50:31.004Z[ recovery-image] Aug 11 20:50:29.841 INFO O| Aug 11 20:50:29.841 INFO STEP 17 (ensure_dir) COMPLETE
87812026-08-11T20:50:31.004Z[ recovery-image] Aug 11 20:50:29.841 INFO O| Aug 11 20:50:29.841 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-11T20:50:31.007Z[ recovery-image] Aug 11 20:50:29.849 INFO O| Aug 11 20:50:29.849 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87832026-08-11T20:50:31.007Z[ recovery-image] Aug 11 20:50:29.849 INFO O| Aug 11 20:50:29.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87842026-08-11T20:50:31.007Z[ recovery-image] Aug 11 20:50:29.849 INFO O| Aug 11 20:50:29.849 INFO ok!
87852026-08-11T20:50:31.007Z[ recovery-image] Aug 11 20:50:29.849 INFO O| Aug 11 20:50:29.849 INFO STEP 18 (ensure_symlink) COMPLETE
87862026-08-11T20:50:31.007Z[ recovery-image] Aug 11 20:50:29.849 INFO O| Aug 11 20:50:29.849 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872026-08-11T20:50:31.014Z[ recovery-image] Aug 11 20:50:29.858 INFO O| Aug 11 20:50:29.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87882026-08-11T20:50:31.014Z[ recovery-image] Aug 11 20:50:29.858 INFO O| Aug 11 20:50:29.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87892026-08-11T20:50:31.017Z[ recovery-image] Aug 11 20:50:29.858 INFO O| Aug 11 20:50:29.858 INFO ok!
87902026-08-11T20:50:31.017Z[ recovery-image] Aug 11 20:50:29.858 INFO O| Aug 11 20:50:29.858 INFO STEP 19 (ensure_file) COMPLETE
87912026-08-11T20:50:31.017Z[ recovery-image] Aug 11 20:50:29.858 INFO O| Aug 11 20:50:29.858 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87922026-08-11T20:50:31.022Z[ recovery-image] Aug 11 20:50:29.866 INFO O| Aug 11 20:50:29.866 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87932026-08-11T20:50:31.022Z[ recovery-image] Aug 11 20:50:29.866 INFO O| Aug 11 20:50:29.866 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87942026-08-11T20:50:31.025Z[ recovery-image] Aug 11 20:50:29.866 INFO O| Aug 11 20:50:29.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87952026-08-11T20:50:31.025Z[ recovery-image] Aug 11 20:50:29.866 INFO O| Aug 11 20:50:29.866 INFO ok!
87962026-08-11T20:50:31.025Z[ recovery-image] Aug 11 20:50:29.866 INFO O| Aug 11 20:50:29.866 INFO STEP 20 (ensure_symlink) COMPLETE
87972026-08-11T20:50:31.025Z[ recovery-image] Aug 11 20:50:29.866 INFO O| Aug 11 20:50:29.866 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87982026-08-11T20:50:31.031Z[ recovery-image] Aug 11 20:50:29.875 INFO O| Aug 11 20:50:29.875 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87992026-08-11T20:50:31.031Z[ recovery-image] Aug 11 20:50:29.875 INFO O| Aug 11 20:50:29.875 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88002026-08-11T20:50:31.031Z[ recovery-image] Aug 11 20:50:29.875 INFO O| Aug 11 20:50:29.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88012026-08-11T20:50:31.037Z[ recovery-image] Aug 11 20:50:29.875 INFO O| Aug 11 20:50:29.875 INFO ok!
88022026-08-11T20:50:31.037Z[ recovery-image] Aug 11 20:50:29.875 INFO O| Aug 11 20:50:29.875 INFO STEP 21 (ensure_symlink) COMPLETE
88032026-08-11T20:50:31.038Z[ recovery-image] Aug 11 20:50:29.875 INFO O| Aug 11 20:50:29.875 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88042026-08-11T20:50:31.041Z[ recovery-image] Aug 11 20:50:29.883 INFO O| Aug 11 20:50:29.883 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88052026-08-11T20:50:31.041Z[ recovery-image] Aug 11 20:50:29.883 INFO O| Aug 11 20:50:29.883 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88062026-08-11T20:50:31.041Z[ recovery-image] Aug 11 20:50:29.883 INFO O| Aug 11 20:50:29.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88072026-08-11T20:50:31.041Z[ recovery-image] Aug 11 20:50:29.883 INFO O| Aug 11 20:50:29.883 INFO ok!
88082026-08-11T20:50:31.041Z[ recovery-image] Aug 11 20:50:29.883 INFO O| Aug 11 20:50:29.883 INFO STEP 22 (ensure_symlink) COMPLETE
88092026-08-11T20:50:31.041Z[ recovery-image] Aug 11 20:50:29.883 INFO O| Aug 11 20:50:29.883 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88102026-08-11T20:50:31.048Z[ recovery-image] Aug 11 20:50:29.892 INFO O| Aug 11 20:50:29.892 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88112026-08-11T20:50:31.048Z[ recovery-image] Aug 11 20:50:29.892 INFO O| Aug 11 20:50:29.892 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88122026-08-11T20:50:31.051Z[ recovery-image] Aug 11 20:50:29.892 INFO O| Aug 11 20:50:29.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88132026-08-11T20:50:31.051Z[ recovery-image] Aug 11 20:50:29.892 INFO O| Aug 11 20:50:29.892 INFO ok!
88142026-08-11T20:50:31.051Z[ recovery-image] Aug 11 20:50:29.892 INFO O| Aug 11 20:50:29.892 INFO STEP 23 (ensure_symlink) COMPLETE
88152026-08-11T20:50:31.051Z[ recovery-image] Aug 11 20:50:29.892 INFO O| Aug 11 20:50:29.892 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-08-11T20:50:31.058Z[ recovery-image] Aug 11 20:50:29.901 INFO O| Aug 11 20:50:29.901 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88172026-08-11T20:50:31.058Z[ recovery-image] Aug 11 20:50:29.901 INFO O| Aug 11 20:50:29.901 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 ...
88182026-08-11T20:50:31.058Z[ recovery-image] Aug 11 20:50:29.901 INFO O| Aug 11 20:50:29.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88192026-08-11T20:50:31.058Z[ recovery-image] Aug 11 20:50:29.901 INFO O| Aug 11 20:50:29.901 INFO ok!
88202026-08-11T20:50:31.061Z[ recovery-image] Aug 11 20:50:29.901 INFO O| Aug 11 20:50:29.901 INFO STEP 24 (ensure_file) COMPLETE
88212026-08-11T20:50:31.061Z[ recovery-image] Aug 11 20:50:29.901 INFO O| Aug 11 20:50:29.901 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88222026-08-11T20:50:31.066Z[ recovery-image] Aug 11 20:50:29.910 INFO O| Aug 11 20:50:29.909 INFO updating shadow file
88232026-08-11T20:50:31.066Z[ recovery-image] Aug 11 20:50:29.910 INFO O| Aug 11 20:50:29.910 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88242026-08-11T20:50:31.068Z[ recovery-image] Aug 11 20:50:29.910 INFO O| Aug 11 20:50:29.910 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88252026-08-11T20:50:31.068Z[ recovery-image] Aug 11 20:50:29.910 INFO O| Aug 11 20:50:29.910 INFO STEP 25 (shadow) COMPLETE
88262026-08-11T20:50:31.069Z[ recovery-image] Aug 11 20:50:29.910 INFO O| Aug 11 20:50:29.910 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-08-11T20:50:31.075Z[ recovery-image] Aug 11 20:50:29.919 INFO O| Aug 11 20:50:29.919 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88282026-08-11T20:50:31.075Z[ recovery-image] Aug 11 20:50:29.919 INFO O| Aug 11 20:50:29.919 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88292026-08-11T20:50:31.075Z[ recovery-image] Aug 11 20:50:29.919 INFO O| Aug 11 20:50:29.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88302026-08-11T20:50:31.075Z[ recovery-image] Aug 11 20:50:29.919 INFO O| Aug 11 20:50:29.919 INFO ok!
88312026-08-11T20:50:31.079Z[ recovery-image] Aug 11 20:50:29.919 INFO O| Aug 11 20:50:29.919 INFO STEP 26 (ensure_file) COMPLETE
88322026-08-11T20:50:31.079Z[ recovery-image] Aug 11 20:50:29.919 INFO O| Aug 11 20:50:29.919 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-08-11T20:50:31.086Z[ recovery-image] Aug 11 20:50:29.929 INFO O| Aug 11 20:50:29.929 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88342026-08-11T20:50:31.086Z[ recovery-image] Aug 11 20:50:29.929 INFO O| Aug 11 20:50:29.929 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88352026-08-11T20:50:31.090Z[ recovery-image] Aug 11 20:50:29.929 INFO O| Aug 11 20:50:29.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88362026-08-11T20:50:31.090Z[ recovery-image] Aug 11 20:50:29.929 INFO O| Aug 11 20:50:29.929 INFO ok!
88372026-08-11T20:50:31.090Z[ recovery-image] Aug 11 20:50:29.929 INFO O| Aug 11 20:50:29.929 INFO STEP 27 (ensure_file) COMPLETE
88382026-08-11T20:50:31.090Z[ recovery-image] Aug 11 20:50:29.929 INFO O| Aug 11 20:50:29.929 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-11T20:50:31.095Z[ recovery-image] Aug 11 20:50:29.939 INFO O| Aug 11 20:50:29.939 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88402026-08-11T20:50:31.095Z[ recovery-image] Aug 11 20:50:29.939 INFO O| Aug 11 20:50:29.939 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88412026-08-11T20:50:31.095Z[ recovery-image] Aug 11 20:50:29.939 INFO O| Aug 11 20:50:29.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88422026-08-11T20:50:31.099Z[ recovery-image] Aug 11 20:50:29.939 INFO O| Aug 11 20:50:29.939 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88432026-08-11T20:50:31.099Z[ recovery-image] Aug 11 20:50:29.939 INFO O| Aug 11 20:50:29.939 INFO ok!
88442026-08-11T20:50:31.099Z[ recovery-image] Aug 11 20:50:29.939 INFO O| Aug 11 20:50:29.939 INFO STEP 28 (ensure_file) COMPLETE
88452026-08-11T20:50:31.099Z[ recovery-image] Aug 11 20:50:29.939 INFO O| Aug 11 20:50:29.939 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-11T20:50:31.105Z[ recovery-image] Aug 11 20:50:29.949 INFO O| Aug 11 20:50:29.949 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88472026-08-11T20:50:31.105Z[ recovery-image] Aug 11 20:50:29.949 INFO O| Aug 11 20:50:29.949 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88482026-08-11T20:50:31.109Z[ recovery-image] Aug 11 20:50:29.949 INFO O| Aug 11 20:50:29.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88492026-08-11T20:50:31.109Z[ recovery-image] Aug 11 20:50:29.949 INFO O| Aug 11 20:50:29.949 INFO ok!
88502026-08-11T20:50:31.109Z[ recovery-image] Aug 11 20:50:29.949 INFO O| Aug 11 20:50:29.949 INFO STEP 29 (ensure_file) COMPLETE
88512026-08-11T20:50:31.109Z[ recovery-image] Aug 11 20:50:29.949 INFO O| Aug 11 20:50:29.949 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88522026-08-11T20:50:31.115Z[ recovery-image] Aug 11 20:50:29.958 INFO O| Aug 11 20:50:29.958 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88532026-08-11T20:50:31.115Z[ recovery-image] Aug 11 20:50:29.958 INFO O| Aug 11 20:50:29.958 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88542026-08-11T20:50:31.119Z[ recovery-image] Aug 11 20:50:29.958 INFO O| Aug 11 20:50:29.958 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88552026-08-11T20:50:31.120Z[ recovery-image] Aug 11 20:50:29.958 INFO O| Aug 11 20:50:29.958 INFO STEP 30 (ensure_dir) COMPLETE
88562026-08-11T20:50:31.120Z[ recovery-image] Aug 11 20:50:29.958 INFO O| Aug 11 20:50:29.958 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-08-11T20:50:31.125Z[ recovery-image] Aug 11 20:50:29.967 INFO O| Aug 11 20:50:29.967 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88582026-08-11T20:50:31.125Z[ recovery-image] Aug 11 20:50:29.967 INFO O| Aug 11 20:50:29.967 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 ...
88592026-08-11T20:50:31.125Z[ recovery-image] Aug 11 20:50:29.967 INFO O| Aug 11 20:50:29.967 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
88602026-08-11T20:50:31.125Z[ recovery-image] Aug 11 20:50:29.967 INFO O| Aug 11 20:50:29.967 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88612026-08-11T20:50:31.129Z[ recovery-image] Aug 11 20:50:29.967 INFO O| Aug 11 20:50:29.967 INFO ok!
88622026-08-11T20:50:31.129Z[ recovery-image] Aug 11 20:50:29.967 INFO O| Aug 11 20:50:29.967 INFO STEP 31 (ensure_file) COMPLETE
88632026-08-11T20:50:31.129Z[ recovery-image] Aug 11 20:50:29.967 INFO O| Aug 11 20:50:29.967 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642026-08-11T20:50:31.134Z[ recovery-image] Aug 11 20:50:29.976 INFO O| Aug 11 20:50:29.976 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88652026-08-11T20:50:31.134Z[ recovery-image] Aug 11 20:50:29.976 INFO O| Aug 11 20:50:29.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88662026-08-11T20:50:31.134Z[ recovery-image] Aug 11 20:50:29.976 INFO O| Aug 11 20:50:29.976 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88672026-08-11T20:50:31.134Z[ recovery-image] Aug 11 20:50:29.976 INFO O| Aug 11 20:50:29.976 INFO STEP 32 (ensure_dir) COMPLETE
88682026-08-11T20:50:31.134Z[ recovery-image] Aug 11 20:50:29.976 INFO O| Aug 11 20:50:29.976 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88692026-08-11T20:50:31.143Z[ recovery-image] Aug 11 20:50:29.985 INFO O| Aug 11 20:50:29.985 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88702026-08-11T20:50:31.143Z[ recovery-image] Aug 11 20:50:29.985 INFO O| Aug 11 20:50:29.985 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 ...
88712026-08-11T20:50:31.143Z[ recovery-image] Aug 11 20:50:29.985 INFO O| Aug 11 20:50:29.985 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
88722026-08-11T20:50:31.143Z[ recovery-image] Aug 11 20:50:29.985 INFO O| Aug 11 20:50:29.985 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88732026-08-11T20:50:31.143Z[ recovery-image] Aug 11 20:50:29.985 INFO O| Aug 11 20:50:29.985 INFO ok!
88742026-08-11T20:50:31.143Z[ recovery-image] Aug 11 20:50:29.985 INFO O| Aug 11 20:50:29.985 INFO STEP 33 (ensure_file) COMPLETE
88752026-08-11T20:50:31.149Z[ recovery-image] Aug 11 20:50:29.985 INFO O| Aug 11 20:50:29.985 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88762026-08-11T20:50:31.160Z[ recovery-image] Aug 11 20:50:29.994 INFO O| Aug 11 20:50:29.994 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88772026-08-11T20:50:31.160Z[ recovery-image] Aug 11 20:50:29.994 INFO O| Aug 11 20:50:29.994 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88782026-08-11T20:50:31.160Z[ recovery-image] Aug 11 20:50:29.994 INFO O| Aug 11 20:50:29.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88792026-08-11T20:50:31.160Z[ recovery-image] Aug 11 20:50:29.994 INFO O| Aug 11 20:50:29.994 INFO ok!
88802026-08-11T20:50:31.160Z[ recovery-image] Aug 11 20:50:29.994 INFO O| Aug 11 20:50:29.994 INFO STEP 34 (ensure_file) COMPLETE
88812026-08-11T20:50:31.160Z[ recovery-image] Aug 11 20:50:29.994 INFO O| Aug 11 20:50:29.994 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88822026-08-11T20:50:31.163Z[ recovery-image] Aug 11 20:50:30.003 INFO O| Aug 11 20:50:30.003 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88832026-08-11T20:50:31.163Z[ recovery-image] Aug 11 20:50:30.003 INFO O| Aug 11 20:50:30.003 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88842026-08-11T20:50:31.164Z[ recovery-image] Aug 11 20:50:30.003 INFO O| Aug 11 20:50:30.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88852026-08-11T20:50:31.164Z[ recovery-image] Aug 11 20:50:30.003 INFO O| Aug 11 20:50:30.003 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88862026-08-11T20:50:31.164Z[ recovery-image] Aug 11 20:50:30.003 INFO O| Aug 11 20:50:30.003 INFO ok!
88872026-08-11T20:50:31.164Z[ recovery-image] Aug 11 20:50:30.003 INFO O| Aug 11 20:50:30.003 INFO STEP 35 (ensure_file) COMPLETE
88882026-08-11T20:50:31.164Z[ recovery-image] Aug 11 20:50:30.003 INFO O| Aug 11 20:50:30.003 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88892026-08-11T20:50:31.168Z[ recovery-image] Aug 11 20:50:30.012 INFO O| Aug 11 20:50:30.012 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88902026-08-11T20:50:31.169Z[ recovery-image] Aug 11 20:50:30.012 INFO O| Aug 11 20:50:30.012 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88912026-08-11T20:50:31.169Z[ recovery-image] Aug 11 20:50:30.012 INFO O| Aug 11 20:50:30.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88922026-08-11T20:50:31.171Z[ recovery-image] Aug 11 20:50:30.012 INFO O| Aug 11 20:50:30.012 INFO ok!
88932026-08-11T20:50:31.171Z[ recovery-image] Aug 11 20:50:30.012 INFO O| Aug 11 20:50:30.012 INFO STEP 36 (ensure_file) COMPLETE
88942026-08-11T20:50:31.171Z[ recovery-image] Aug 11 20:50:30.012 INFO O| Aug 11 20:50:30.012 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88952026-08-11T20:50:31.178Z[ recovery-image] Aug 11 20:50:30.022 INFO O| Aug 11 20:50:30.021 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88962026-08-11T20:50:31.178Z[ recovery-image] Aug 11 20:50:30.022 INFO O| Aug 11 20:50:30.022 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88972026-08-11T20:50:31.178Z[ recovery-image] Aug 11 20:50:30.022 INFO O| Aug 11 20:50:30.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88982026-08-11T20:50:31.178Z[ recovery-image] Aug 11 20:50:30.022 INFO O| Aug 11 20:50:30.022 INFO ok!
88992026-08-11T20:50:31.181Z[ recovery-image] Aug 11 20:50:30.022 INFO O| Aug 11 20:50:30.022 INFO STEP 37 (ensure_file) COMPLETE
89002026-08-11T20:50:31.181Z[ recovery-image] Aug 11 20:50:30.022 INFO O| Aug 11 20:50:30.022 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89012026-08-11T20:50:31.187Z[ recovery-image] Aug 11 20:50:30.030 INFO O| Aug 11 20:50:30.030 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89022026-08-11T20:50:31.187Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.030 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89032026-08-11T20:50:31.187Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.031 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89042026-08-11T20:50:31.187Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.031 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89052026-08-11T20:50:31.192Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.031 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89062026-08-11T20:50:31.192Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.031 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89072026-08-11T20:50:31.192Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.031 INFO ok!
89082026-08-11T20:50:31.192Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.031 INFO STEP 38 (ensure_file) COMPLETE
89092026-08-11T20:50:31.192Z[ recovery-image] Aug 11 20:50:30.031 INFO O| Aug 11 20:50:30.031 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89102026-08-11T20:50:31.196Z[ recovery-image] Aug 11 20:50:30.040 INFO O| Aug 11 20:50:30.040 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89112026-08-11T20:50:31.196Z[ recovery-image] Aug 11 20:50:30.040 INFO O| Aug 11 20:50:30.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89122026-08-11T20:50:31.196Z[ recovery-image] Aug 11 20:50:30.040 INFO O| Aug 11 20:50:30.040 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89132026-08-11T20:50:31.200Z[ recovery-image] Aug 11 20:50:30.040 INFO O| Aug 11 20:50:30.040 INFO STEP 39 (ensure_dir) COMPLETE
89142026-08-11T20:50:31.200Z[ recovery-image] Aug 11 20:50:30.040 INFO O| Aug 11 20:50:30.040 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89152026-08-11T20:50:31.208Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 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
89162026-08-11T20:50:31.208Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 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 ...
89172026-08-11T20:50:31.208Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 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
89182026-08-11T20:50:31.208Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 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
89192026-08-11T20:50:31.208Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 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
89202026-08-11T20:50:31.211Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 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
89212026-08-11T20:50:31.211Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 INFO ok!
89222026-08-11T20:50:31.211Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 INFO STEP 40 (ensure_file) COMPLETE
89232026-08-11T20:50:31.211Z[ recovery-image] Aug 11 20:50:30.052 INFO O| Aug 11 20:50:30.052 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89242026-08-11T20:50:31.218Z[ recovery-image] Aug 11 20:50:30.062 INFO O| Aug 11 20:50:30.062 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89252026-08-11T20:50:31.218Z[ recovery-image] Aug 11 20:50:30.062 INFO O| Aug 11 20:50:30.062 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 ...
89262026-08-11T20:50:31.218Z[ recovery-image] Aug 11 20:50:30.062 INFO O| Aug 11 20:50:30.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89272026-08-11T20:50:31.221Z[ recovery-image] Aug 11 20:50:30.062 INFO O| Aug 11 20:50:30.062 INFO ok!
89282026-08-11T20:50:31.221Z[ recovery-image] Aug 11 20:50:30.062 INFO O| Aug 11 20:50:30.062 INFO STEP 41 (ensure_symlink) COMPLETE
89292026-08-11T20:50:31.221Z[ recovery-image] Aug 11 20:50:30.062 INFO O| Aug 11 20:50:30.062 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89302026-08-11T20:50:31.227Z[ recovery-image] Aug 11 20:50:30.071 INFO O| Aug 11 20:50:30.071 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89312026-08-11T20:50:31.227Z[ recovery-image] Aug 11 20:50:30.071 INFO O| Aug 11 20:50:30.071 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89322026-08-11T20:50:31.231Z[ recovery-image] Aug 11 20:50:30.071 INFO O| Aug 11 20:50:30.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89332026-08-11T20:50:31.231Z[ recovery-image] Aug 11 20:50:30.071 INFO O| Aug 11 20:50:30.071 INFO ok!
89342026-08-11T20:50:31.231Z[ recovery-image] Aug 11 20:50:30.071 INFO O| Aug 11 20:50:30.071 INFO STEP 42 (ensure_symlink) COMPLETE
89352026-08-11T20:50:31.231Z[ recovery-image] Aug 11 20:50:30.071 INFO O| Aug 11 20:50:30.071 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-11T20:50:31.239Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89372026-08-11T20:50:31.239Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89382026-08-11T20:50:31.243Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89392026-08-11T20:50:31.243Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89402026-08-11T20:50:31.243Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89412026-08-11T20:50:31.243Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89422026-08-11T20:50:31.243Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO ok!
89432026-08-11T20:50:31.243Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO STEP 43 (ensure_file) COMPLETE
89442026-08-11T20:50:31.243Z[ recovery-image] Aug 11 20:50:30.083 INFO O| Aug 11 20:50:30.083 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-08-11T20:50:31.250Z[ recovery-image] Aug 11 20:50:30.094 INFO O| Aug 11 20:50:30.094 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89462026-08-11T20:50:31.250Z[ recovery-image] Aug 11 20:50:30.094 INFO O| Aug 11 20:50:30.094 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 ...
89472026-08-11T20:50:31.253Z[ recovery-image] Aug 11 20:50:30.094 INFO O| Aug 11 20:50:30.094 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
89482026-08-11T20:50:31.253Z[ recovery-image] Aug 11 20:50:30.094 INFO O| Aug 11 20:50:30.094 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89492026-08-11T20:50:31.253Z[ recovery-image] Aug 11 20:50:30.094 INFO O| Aug 11 20:50:30.094 INFO ok!
89502026-08-11T20:50:31.254Z[ recovery-image] Aug 11 20:50:30.094 INFO O| Aug 11 20:50:30.094 INFO STEP 44 (ensure_file) COMPLETE
89512026-08-11T20:50:31.254Z[ recovery-image] Aug 11 20:50:30.094 INFO O| Aug 11 20:50:30.094 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-08-11T20:50:31.263Z[ recovery-image] Aug 11 20:50:30.106 INFO O| Aug 11 20:50:30.106 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89532026-08-11T20:50:31.263Z[ recovery-image] Aug 11 20:50:30.106 INFO O| Aug 11 20:50:30.106 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89542026-08-11T20:50:31.267Z[ recovery-image] Aug 11 20:50:30.106 INFO O| Aug 11 20:50:30.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89552026-08-11T20:50:31.267Z[ recovery-image] Aug 11 20:50:30.106 INFO O| Aug 11 20:50:30.106 INFO ok!
89562026-08-11T20:50:31.267Z[ recovery-image] Aug 11 20:50:30.106 INFO O| Aug 11 20:50:30.106 INFO STEP 45 (ensure_file) COMPLETE
89572026-08-11T20:50:31.267Z[ recovery-image] Aug 11 20:50:30.106 INFO O| Aug 11 20:50:30.106 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89582026-08-11T20:50:31.271Z[ recovery-image] Aug 11 20:50:30.115 INFO O| Aug 11 20:50:30.115 INFO updating shadow file
89592026-08-11T20:50:31.271Z[ recovery-image] Aug 11 20:50:30.115 INFO O| Aug 11 20:50:30.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89602026-08-11T20:50:31.271Z[ recovery-image] Aug 11 20:50:30.115 INFO O| Aug 11 20:50:30.115 INFO STEP 46 (shadow) COMPLETE
89612026-08-11T20:50:31.274Z[ recovery-image] Aug 11 20:50:30.115 INFO O| Aug 11 20:50:30.115 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89622026-08-11T20:50:31.282Z[ recovery-image] Aug 11 20:50:30.125 INFO O| Aug 11 20:50:30.125 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89632026-08-11T20:50:31.282Z[ recovery-image] Aug 11 20:50:30.125 INFO O| Aug 11 20:50:30.125 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89642026-08-11T20:50:31.282Z[ recovery-image] Aug 11 20:50:30.126 INFO O| Aug 11 20:50:30.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89652026-08-11T20:50:31.285Z[ recovery-image] Aug 11 20:50:30.126 INFO O| Aug 11 20:50:30.126 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89662026-08-11T20:50:31.285Z[ recovery-image] Aug 11 20:50:30.126 INFO O| Aug 11 20:50:30.126 INFO ok!
89672026-08-11T20:50:31.285Z[ recovery-image] Aug 11 20:50:30.126 INFO O| Aug 11 20:50:30.126 INFO STEP 47 (ensure_file) COMPLETE
89682026-08-11T20:50:31.285Z[ recovery-image] Aug 11 20:50:30.126 INFO O| Aug 11 20:50:30.126 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89692026-08-11T20:50:31.291Z[ recovery-image] Aug 11 20:50:30.135 INFO O| Aug 11 20:50:30.135 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89702026-08-11T20:50:31.291Z[ recovery-image] Aug 11 20:50:30.135 INFO O| Aug 11 20:50:30.135 INFO STEP 48 (ensure_dir) COMPLETE
89712026-08-11T20:50:31.294Z[ recovery-image] Aug 11 20:50:30.135 INFO O| Aug 11 20:50:30.135 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89722026-08-11T20:50:31.299Z[ recovery-image] Aug 11 20:50:30.143 INFO O| Aug 11 20:50:30.143 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89732026-08-11T20:50:31.299Z[ recovery-image] Aug 11 20:50:30.143 INFO O| Aug 11 20:50:30.143 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89742026-08-11T20:50:31.299Z[ recovery-image] Aug 11 20:50:30.143 INFO O| Aug 11 20:50:30.143 INFO STEP 49 (ensure_dir) COMPLETE
89752026-08-11T20:50:31.302Z[ recovery-image] Aug 11 20:50:30.143 INFO O| Aug 11 20:50:30.143 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89762026-08-11T20:50:31.317Z[ recovery-image] Aug 11 20:50:30.151 INFO O| Aug 11 20:50:30.151 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89772026-08-11T20:50:31.317Z[ recovery-image] Aug 11 20:50:30.151 INFO O| Aug 11 20:50:30.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89782026-08-11T20:50:31.317Z[ recovery-image] Aug 11 20:50:30.151 INFO O| Aug 11 20:50:30.151 INFO STEP 50 (ensure_dir) COMPLETE
89792026-08-11T20:50:31.317Z[ recovery-image] Aug 11 20:50:30.151 INFO O| Aug 11 20:50:30.151 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89802026-08-11T20:50:31.320Z[ recovery-image] Aug 11 20:50:30.159 INFO O| Aug 11 20:50:30.159 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89812026-08-11T20:50:31.321Z[ recovery-image] Aug 11 20:50:30.159 INFO O| Aug 11 20:50:30.159 INFO copying /tmp/.tmp28S9u0/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89822026-08-11T20:50:31.346Z[ recovery-image] Aug 11 20:50:30.190 INFO O| Aug 11 20:50:30.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89832026-08-11T20:50:31.346Z[ recovery-image] Aug 11 20:50:30.190 INFO O| Aug 11 20:50:30.190 INFO ok!
89842026-08-11T20:50:31.346Z[ recovery-image] Aug 11 20:50:30.190 INFO O| Aug 11 20:50:30.190 INFO STEP 51 (ensure_file) COMPLETE
89852026-08-11T20:50:31.350Z[ recovery-image] Aug 11 20:50:30.190 INFO O| Aug 11 20:50:30.190 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89862026-08-11T20:50:31.356Z[ recovery-image] Aug 11 20:50:30.200 INFO O| Aug 11 20:50:30.199 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89872026-08-11T20:50:31.356Z[ recovery-image] Aug 11 20:50:30.200 INFO O| Aug 11 20:50:30.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89882026-08-11T20:50:31.359Z[ recovery-image] Aug 11 20:50:30.200 INFO O| Aug 11 20:50:30.200 INFO STEP 52 (ensure_dir) COMPLETE
89892026-08-11T20:50:31.359Z[ recovery-image] Aug 11 20:50:30.200 INFO O| Aug 11 20:50:30.200 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89902026-08-11T20:50:31.364Z[ recovery-image] Aug 11 20:50:30.208 INFO O| Aug 11 20:50:30.208 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89912026-08-11T20:50:31.364Z[ recovery-image] Aug 11 20:50:30.208 INFO O| Aug 11 20:50:30.208 INFO copying /tmp/.tmp28S9u0/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89922026-08-11T20:50:31.367Z[ recovery-image] Aug 11 20:50:30.208 INFO O| Aug 11 20:50:30.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89932026-08-11T20:50:31.368Z[ recovery-image] Aug 11 20:50:30.208 INFO O| Aug 11 20:50:30.208 INFO ok!
89942026-08-11T20:50:31.368Z[ recovery-image] Aug 11 20:50:30.208 INFO O| Aug 11 20:50:30.208 INFO STEP 53 (ensure_file) COMPLETE
89952026-08-11T20:50:31.368Z[ recovery-image] Aug 11 20:50:30.208 INFO O| Aug 11 20:50:30.208 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89962026-08-11T20:50:31.373Z[ recovery-image] Aug 11 20:50:30.216 INFO O| Aug 11 20:50:30.216 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89972026-08-11T20:50:31.373Z[ recovery-image] Aug 11 20:50:30.216 INFO O| Aug 11 20:50:30.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89982026-08-11T20:50:31.376Z[ recovery-image] Aug 11 20:50:30.216 INFO O| Aug 11 20:50:30.216 INFO STEP 54 (ensure_dir) COMPLETE
89992026-08-11T20:50:31.376Z[ recovery-image] Aug 11 20:50:30.216 INFO O| Aug 11 20:50:30.216 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90002026-08-11T20:50:31.382Z[ recovery-image] Aug 11 20:50:30.225 INFO O| Aug 11 20:50:30.225 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90012026-08-11T20:50:31.382Z[ recovery-image] Aug 11 20:50:30.225 INFO O| Aug 11 20:50:30.225 INFO copying /tmp/.tmp28S9u0/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90022026-08-11T20:50:33.448Z[ recovery-image] Aug 11 20:50:32.291 INFO O| Aug 11 20:50:32.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90032026-08-11T20:50:33.448Z[ recovery-image] Aug 11 20:50:32.291 INFO O| Aug 11 20:50:32.291 INFO ok!
90042026-08-11T20:50:33.448Z[ recovery-image] Aug 11 20:50:32.291 INFO O| Aug 11 20:50:32.291 INFO STEP 55 (ensure_file) COMPLETE
90052026-08-11T20:50:33.451Z[ recovery-image] Aug 11 20:50:32.291 INFO O| Aug 11 20:50:32.291 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90062026-08-11T20:50:33.459Z[ recovery-image] Aug 11 20:50:32.303 INFO O| Aug 11 20:50:32.303 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90072026-08-11T20:50:33.459Z[ recovery-image] Aug 11 20:50:32.303 INFO O| Aug 11 20:50:32.303 INFO copying /tmp/.tmp28S9u0/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90082026-08-11T20:50:35.455Z[ recovery-image] Aug 11 20:50:34.299 INFO O| Aug 11 20:50:34.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90092026-08-11T20:50:35.455Z[ recovery-image] Aug 11 20:50:34.299 INFO O| Aug 11 20:50:34.299 INFO ok!
90102026-08-11T20:50:35.455Z[ recovery-image] Aug 11 20:50:34.299 INFO O| Aug 11 20:50:34.299 INFO STEP 56 (ensure_file) COMPLETE
90112026-08-11T20:50:35.459Z[ recovery-image] Aug 11 20:50:34.299 INFO O| Aug 11 20:50:34.299 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-11T20:50:35.467Z[ recovery-image] Aug 11 20:50:34.311 INFO O| Aug 11 20:50:34.311 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90132026-08-11T20:50:35.467Z[ recovery-image] Aug 11 20:50:34.311 INFO O| Aug 11 20:50:34.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90142026-08-11T20:50:35.467Z[ recovery-image] Aug 11 20:50:34.311 INFO O| Aug 11 20:50:34.311 INFO STEP 57 (ensure_dir) COMPLETE
90152026-08-11T20:50:35.471Z[ recovery-image] Aug 11 20:50:34.311 INFO O| Aug 11 20:50:34.311 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-11T20:50:35.477Z[ recovery-image] Aug 11 20:50:34.321 INFO O| Aug 11 20:50:34.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90172026-08-11T20:50:35.477Z[ recovery-image] Aug 11 20:50:34.321 INFO O| Aug 11 20:50:34.321 INFO copying /tmp/.tmp28S9u0/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 ...
90182026-08-11T20:50:35.480Z[ recovery-image] Aug 11 20:50:34.321 INFO O| Aug 11 20:50:34.321 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
90192026-08-11T20:50:35.480Z[ recovery-image] Aug 11 20:50:34.321 INFO O| Aug 11 20:50:34.321 INFO ok!
90202026-08-11T20:50:35.480Z[ recovery-image] Aug 11 20:50:34.321 INFO O| Aug 11 20:50:34.321 INFO STEP 58 (ensure_file) COMPLETE
90212026-08-11T20:50:35.480Z[ recovery-image] Aug 11 20:50:34.321 INFO O| Aug 11 20:50:34.321 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-11T20:50:35.488Z[ recovery-image] Aug 11 20:50:34.331 INFO O| Aug 11 20:50:34.331 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90232026-08-11T20:50:35.488Z[ recovery-image] Aug 11 20:50:34.331 INFO O| Aug 11 20:50:34.331 INFO copying /tmp/.tmp28S9u0/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 ...
90242026-08-11T20:50:35.488Z[ recovery-image] Aug 11 20:50:34.331 INFO O| Aug 11 20:50:34.331 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
90252026-08-11T20:50:35.488Z[ recovery-image] Aug 11 20:50:34.331 INFO O| Aug 11 20:50:34.331 INFO ok!
90262026-08-11T20:50:35.491Z[ recovery-image] Aug 11 20:50:34.331 INFO O| Aug 11 20:50:34.331 INFO STEP 59 (ensure_file) COMPLETE
90272026-08-11T20:50:35.491Z[ recovery-image] Aug 11 20:50:34.331 INFO O| Aug 11 20:50:34.331 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-08-11T20:50:35.497Z[ recovery-image] Aug 11 20:50:34.340 INFO O| Aug 11 20:50:34.340 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90292026-08-11T20:50:35.497Z[ recovery-image] Aug 11 20:50:34.340 INFO O| Aug 11 20:50:34.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90302026-08-11T20:50:35.497Z[ recovery-image] Aug 11 20:50:34.340 INFO O| Aug 11 20:50:34.340 INFO STEP 60 (ensure_dir) COMPLETE
90312026-08-11T20:50:35.500Z[ recovery-image] Aug 11 20:50:34.340 INFO O| Aug 11 20:50:34.340 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-11T20:50:35.504Z[ recovery-image] Aug 11 20:50:34.348 INFO O| Aug 11 20:50:34.348 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90332026-08-11T20:50:35.504Z[ recovery-image] Aug 11 20:50:34.348 INFO O| Aug 11 20:50:34.348 INFO copying /tmp/.tmp28S9u0/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 ...
90342026-08-11T20:50:35.504Z[ recovery-image] Aug 11 20:50:34.348 INFO O| Aug 11 20:50:34.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90352026-08-11T20:50:35.508Z[ recovery-image] Aug 11 20:50:34.348 INFO O| Aug 11 20:50:34.348 INFO ok!
90362026-08-11T20:50:35.508Z[ recovery-image] Aug 11 20:50:34.348 INFO O| Aug 11 20:50:34.348 INFO STEP 61 (ensure_file) COMPLETE
90372026-08-11T20:50:35.508Z[ recovery-image] Aug 11 20:50:34.348 INFO O| Aug 11 20:50:34.348 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-11T20:50:35.514Z[ recovery-image] Aug 11 20:50:34.357 INFO O| Aug 11 20:50:34.357 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90392026-08-11T20:50:35.514Z[ recovery-image] Aug 11 20:50:34.357 INFO O| Aug 11 20:50:34.357 INFO copying /tmp/.tmp28S9u0/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 ...
90402026-08-11T20:50:35.514Z[ recovery-image] Aug 11 20:50:34.358 INFO O| Aug 11 20:50:34.358 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
90412026-08-11T20:50:35.514Z[ recovery-image] Aug 11 20:50:34.358 INFO O| Aug 11 20:50:34.358 INFO ok!
90422026-08-11T20:50:35.517Z[ recovery-image] Aug 11 20:50:34.358 INFO O| Aug 11 20:50:34.358 INFO STEP 62 (ensure_file) COMPLETE
90432026-08-11T20:50:35.517Z[ recovery-image] Aug 11 20:50:34.358 INFO O| Aug 11 20:50:34.358 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-11T20:50:35.522Z[ recovery-image] Aug 11 20:50:34.366 INFO O| Aug 11 20:50:34.366 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90452026-08-11T20:50:35.522Z[ recovery-image] Aug 11 20:50:34.366 INFO O| Aug 11 20:50:34.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90462026-08-11T20:50:35.522Z[ recovery-image] Aug 11 20:50:34.366 INFO O| Aug 11 20:50:34.366 INFO STEP 63 (ensure_dir) COMPLETE
90472026-08-11T20:50:35.522Z[ recovery-image] Aug 11 20:50:34.366 INFO O| Aug 11 20:50:34.366 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-11T20:50:35.539Z[ recovery-image] Aug 11 20:50:34.374 INFO O| Aug 11 20:50:34.374 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90492026-08-11T20:50:35.539Z[ recovery-image] Aug 11 20:50:34.374 INFO O| Aug 11 20:50:34.374 INFO copying /tmp/.tmp28S9u0/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 ...
90502026-08-11T20:50:35.539Z[ recovery-image] Aug 11 20:50:34.374 INFO O| Aug 11 20:50:34.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90512026-08-11T20:50:35.539Z[ recovery-image] Aug 11 20:50:34.374 INFO O| Aug 11 20:50:34.374 INFO ok!
90522026-08-11T20:50:35.539Z[ recovery-image] Aug 11 20:50:34.374 INFO O| Aug 11 20:50:34.374 INFO STEP 64 (ensure_file) COMPLETE
90532026-08-11T20:50:35.539Z[ recovery-image] Aug 11 20:50:34.374 INFO O| Aug 11 20:50:34.374 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-11T20:50:35.544Z[ recovery-image] Aug 11 20:50:34.383 INFO O| Aug 11 20:50:34.383 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90552026-08-11T20:50:35.544Z[ recovery-image] Aug 11 20:50:34.383 INFO O| Aug 11 20:50:34.383 INFO copying /tmp/.tmp28S9u0/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90562026-08-11T20:50:35.544Z[ recovery-image] Aug 11 20:50:34.383 INFO O| Aug 11 20:50:34.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90572026-08-11T20:50:35.545Z[ recovery-image] Aug 11 20:50:34.383 INFO O| Aug 11 20:50:34.383 INFO ok!
90582026-08-11T20:50:35.545Z[ recovery-image] Aug 11 20:50:34.383 INFO O| Aug 11 20:50:34.383 INFO STEP 65 (ensure_file) COMPLETE
90592026-08-11T20:50:35.545Z[ recovery-image] Aug 11 20:50:34.383 INFO O| Aug 11 20:50:34.383 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-11T20:50:35.549Z[ recovery-image] Aug 11 20:50:34.392 INFO O| Aug 11 20:50:34.392 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90612026-08-11T20:50:35.549Z[ recovery-image] Aug 11 20:50:34.392 INFO O| Aug 11 20:50:34.392 INFO STEP 66 (ensure_dir) COMPLETE
90622026-08-11T20:50:35.549Z[ recovery-image] Aug 11 20:50:34.392 INFO O| Aug 11 20:50:34.392 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-11T20:50:35.556Z[ recovery-image] Aug 11 20:50:34.400 INFO O| Aug 11 20:50:34.400 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90642026-08-11T20:50:35.556Z[ recovery-image] Aug 11 20:50:34.400 INFO O| Aug 11 20:50:34.400 INFO STEP 67 (ensure_dir) COMPLETE
90652026-08-11T20:50:35.556Z[ recovery-image] Aug 11 20:50:34.400 INFO O| Aug 11 20:50:34.400 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-11T20:50:35.563Z[ recovery-image] Aug 11 20:50:34.407 INFO O| Aug 11 20:50:34.407 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90672026-08-11T20:50:35.563Z[ recovery-image] Aug 11 20:50:34.407 INFO O| Aug 11 20:50:34.407 INFO STEP 68 (ensure_dir) COMPLETE
90682026-08-11T20:50:35.566Z[ recovery-image] Aug 11 20:50:34.407 INFO O| Aug 11 20:50:34.407 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-11T20:50:35.571Z[ recovery-image] Aug 11 20:50:34.415 INFO O| Aug 11 20:50:34.415 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90702026-08-11T20:50:35.571Z[ recovery-image] Aug 11 20:50:34.415 INFO O| Aug 11 20:50:34.415 INFO STEP 69 (ensure_dir) COMPLETE
90712026-08-11T20:50:35.571Z[ recovery-image] Aug 11 20:50:34.415 INFO O| Aug 11 20:50:34.415 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90722026-08-11T20:50:35.578Z[ recovery-image] Aug 11 20:50:34.422 INFO O| Aug 11 20:50:34.422 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90732026-08-11T20:50:35.578Z[ recovery-image] Aug 11 20:50:34.422 INFO O| Aug 11 20:50:34.422 INFO copying /tmp/.tmp28S9u0/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90742026-08-11T20:50:35.578Z[ recovery-image] Aug 11 20:50:34.422 INFO O| Aug 11 20:50:34.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90752026-08-11T20:50:35.582Z[ recovery-image] Aug 11 20:50:34.422 INFO O| Aug 11 20:50:34.422 INFO ok!
90762026-08-11T20:50:35.582Z[ recovery-image] Aug 11 20:50:34.422 INFO O| Aug 11 20:50:34.422 INFO STEP 70 (ensure_file) COMPLETE
90772026-08-11T20:50:35.582Z[ recovery-image] Aug 11 20:50:34.422 INFO O| Aug 11 20:50:34.422 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90782026-08-11T20:50:35.587Z[ recovery-image] Aug 11 20:50:34.430 INFO O| Aug 11 20:50:34.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90792026-08-11T20:50:35.587Z[ recovery-image] Aug 11 20:50:34.430 INFO O| Aug 11 20:50:34.430 INFO STEP 71 (remove_files) COMPLETE
90802026-08-11T20:50:35.591Z[ recovery-image] Aug 11 20:50:34.430 INFO O| Aug 11 20:50:34.430 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90812026-08-11T20:50:35.594Z[ recovery-image] Aug 11 20:50:34.438 INFO O| Aug 11 20:50:34.438 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90822026-08-11T20:50:35.594Z[ recovery-image] Aug 11 20:50:34.438 INFO O| Aug 11 20:50:34.438 INFO STEP 72 (remove_files) COMPLETE
90832026-08-11T20:50:35.594Z[ recovery-image] Aug 11 20:50:34.438 INFO O| Aug 11 20:50:34.438 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90842026-08-11T20:50:35.606Z[ recovery-image] Aug 11 20:50:34.446 INFO O| Aug 11 20:50:34.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90852026-08-11T20:50:35.606Z[ recovery-image] Aug 11 20:50:34.447 INFO O| Aug 11 20:50:34.447 INFO STEP 73 (remove_files) COMPLETE
90862026-08-11T20:50:35.611Z[ recovery-image] Aug 11 20:50:34.447 INFO O| Aug 11 20:50:34.447 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90872026-08-11T20:50:35.615Z[ recovery-image] Aug 11 20:50:34.455 INFO O| Aug 11 20:50:34.455 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90882026-08-11T20:50:35.615Z[ recovery-image] Aug 11 20:50:34.455 INFO O| Aug 11 20:50:34.455 INFO STEP 74 (remove_files) COMPLETE
90892026-08-11T20:50:35.615Z[ recovery-image] Aug 11 20:50:34.455 INFO O| Aug 11 20:50:34.455 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90902026-08-11T20:50:35.621Z[ recovery-image] Aug 11 20:50:34.464 INFO O| Aug 11 20:50:34.464 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90912026-08-11T20:50:35.621Z[ recovery-image] Aug 11 20:50:34.464 INFO O| Aug 11 20:50:34.464 INFO STEP 75 (remove_files) COMPLETE
90922026-08-11T20:50:35.628Z[ recovery-image] Aug 11 20:50:34.464 INFO O| Aug 11 20:50:34.464 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90932026-08-11T20:50:35.631Z[ recovery-image] Aug 11 20:50:34.473 INFO O| Aug 11 20:50:34.473 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90942026-08-11T20:50:35.631Z[ recovery-image] Aug 11 20:50:34.473 INFO O| Aug 11 20:50:34.473 INFO STEP 76 (remove_files) COMPLETE
90952026-08-11T20:50:35.631Z[ recovery-image] Aug 11 20:50:34.473 INFO O| Aug 11 20:50:34.473 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90962026-08-11T20:50:35.641Z[ recovery-image] Aug 11 20:50:34.482 INFO O| Aug 11 20:50:34.482 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90972026-08-11T20:50:35.641Z[ recovery-image] Aug 11 20:50:34.482 INFO O| Aug 11 20:50:34.482 INFO STEP 77 (remove_files) COMPLETE
90982026-08-11T20:50:35.641Z[ recovery-image] Aug 11 20:50:34.483 INFO O| Aug 11 20:50:34.482 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-11T20:50:35.648Z[ recovery-image] Aug 11 20:50:34.492 INFO O| Aug 11 20:50:34.492 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91002026-08-11T20:50:35.648Z[ recovery-image] Aug 11 20:50:34.492 INFO O| Aug 11 20:50:34.492 INFO STEP 78 (remove_files) COMPLETE
91012026-08-11T20:50:35.648Z[ recovery-image] Aug 11 20:50:34.492 INFO O| Aug 11 20:50:34.492 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-11T20:50:35.658Z[ recovery-image] Aug 11 20:50:34.501 INFO O| Aug 11 20:50:34.501 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91032026-08-11T20:50:35.658Z[ recovery-image] Aug 11 20:50:34.501 INFO O| Aug 11 20:50:34.501 INFO STEP 79 (remove_files) COMPLETE
91042026-08-11T20:50:35.658Z[ recovery-image] Aug 11 20:50:34.501 INFO O| Aug 11 20:50:34.501 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-11T20:50:35.670Z[ recovery-image] Aug 11 20:50:34.513 INFO O| Aug 11 20:50:34.513 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91062026-08-11T20:50:35.670Z[ recovery-image] Aug 11 20:50:34.514 INFO O| Aug 11 20:50:34.513 INFO STEP 80 (remove_files) COMPLETE
91072026-08-11T20:50:35.673Z[ recovery-image] Aug 11 20:50:34.514 INFO O| Aug 11 20:50:34.514 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-11T20:50:35.679Z[ recovery-image] Aug 11 20:50:34.523 INFO O| Aug 11 20:50:34.523 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91092026-08-11T20:50:35.679Z[ recovery-image] Aug 11 20:50:34.523 INFO O| Aug 11 20:50:34.523 INFO STEP 81 (remove_files) COMPLETE
91102026-08-11T20:50:35.682Z[ recovery-image] Aug 11 20:50:34.523 INFO O| Aug 11 20:50:34.523 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-11T20:50:35.688Z[ recovery-image] Aug 11 20:50:34.532 INFO O| Aug 11 20:50:34.532 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91122026-08-11T20:50:35.692Z[ recovery-image] Aug 11 20:50:34.532 INFO O| Aug 11 20:50:34.532 INFO STEP 82 (remove_files) COMPLETE
91132026-08-11T20:50:35.692Z[ recovery-image] Aug 11 20:50:34.532 INFO O| Aug 11 20:50:34.532 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-11T20:50:35.700Z[ recovery-image] Aug 11 20:50:34.543 INFO O| Aug 11 20:50:34.543 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91152026-08-11T20:50:35.700Z[ recovery-image] Aug 11 20:50:34.543 INFO O| Aug 11 20:50:34.543 INFO STEP 83 (remove_files) COMPLETE
91162026-08-11T20:50:35.703Z[ recovery-image] Aug 11 20:50:34.543 INFO O| Aug 11 20:50:34.543 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-11T20:50:35.710Z[ recovery-image] Aug 11 20:50:34.554 INFO O| Aug 11 20:50:34.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91182026-08-11T20:50:35.711Z[ recovery-image] Aug 11 20:50:34.554 INFO O| Aug 11 20:50:34.554 INFO STEP 84 (remove_files) COMPLETE
91192026-08-11T20:50:35.711Z[ recovery-image] Aug 11 20:50:34.554 INFO O| Aug 11 20:50:34.554 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-11T20:50:35.724Z[ recovery-image] Aug 11 20:50:34.565 INFO O| Aug 11 20:50:34.565 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91212026-08-11T20:50:35.725Z[ recovery-image] Aug 11 20:50:34.565 INFO O| Aug 11 20:50:34.565 INFO STEP 85 (remove_files) COMPLETE
91222026-08-11T20:50:35.725Z[ recovery-image] Aug 11 20:50:34.565 INFO O| Aug 11 20:50:34.565 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-11T20:50:35.734Z[ recovery-image] Aug 11 20:50:34.578 INFO O| Aug 11 20:50:34.578 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91242026-08-11T20:50:35.734Z[ recovery-image] Aug 11 20:50:34.578 INFO O| Aug 11 20:50:34.578 INFO STEP 86 (remove_files) COMPLETE
91252026-08-11T20:50:35.734Z[ recovery-image] Aug 11 20:50:34.578 INFO O| Aug 11 20:50:34.578 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-11T20:50:35.745Z[ recovery-image] Aug 11 20:50:34.589 INFO O| Aug 11 20:50:34.589 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91272026-08-11T20:50:35.745Z[ recovery-image] Aug 11 20:50:34.589 INFO O| Aug 11 20:50:34.589 INFO STEP 87 (remove_files) COMPLETE
91282026-08-11T20:50:35.745Z[ recovery-image] Aug 11 20:50:34.589 INFO O| Aug 11 20:50:34.589 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-11T20:50:35.758Z[ recovery-image] Aug 11 20:50:34.600 INFO O| Aug 11 20:50:34.600 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91302026-08-11T20:50:35.758Z[ recovery-image] Aug 11 20:50:34.600 INFO O| Aug 11 20:50:34.600 INFO STEP 88 (remove_files) COMPLETE
91312026-08-11T20:50:35.758Z[ recovery-image] Aug 11 20:50:34.600 INFO O| Aug 11 20:50:34.600 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-11T20:50:35.766Z[ recovery-image] Aug 11 20:50:34.610 INFO O| Aug 11 20:50:34.610 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91332026-08-11T20:50:35.766Z[ recovery-image] Aug 11 20:50:34.610 INFO O| Aug 11 20:50:34.610 INFO STEP 89 (remove_files) COMPLETE
91342026-08-11T20:50:35.766Z[ recovery-image] Aug 11 20:50:34.610 INFO O| Aug 11 20:50:34.610 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-11T20:50:35.780Z[ recovery-image] Aug 11 20:50:34.621 INFO O| Aug 11 20:50:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91362026-08-11T20:50:35.780Z[ recovery-image] Aug 11 20:50:34.621 INFO O| Aug 11 20:50:34.621 INFO STEP 90 (remove_files) COMPLETE
91372026-08-11T20:50:35.783Z[ recovery-image] Aug 11 20:50:34.621 INFO O| Aug 11 20:50:34.621 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-11T20:50:35.787Z[ recovery-image] Aug 11 20:50:34.631 INFO O| Aug 11 20:50:34.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91392026-08-11T20:50:35.790Z[ recovery-image] Aug 11 20:50:34.631 INFO O| Aug 11 20:50:34.631 INFO STEP 91 (remove_files) COMPLETE
91402026-08-11T20:50:35.790Z[ recovery-image] Aug 11 20:50:34.631 INFO O| Aug 11 20:50:34.631 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-11T20:50:35.797Z[ recovery-image] Aug 11 20:50:34.641 INFO O| Aug 11 20:50:34.641 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91422026-08-11T20:50:35.798Z[ recovery-image] Aug 11 20:50:34.641 INFO O| Aug 11 20:50:34.641 INFO STEP 92 (remove_files) COMPLETE
91432026-08-11T20:50:35.801Z[ recovery-image] Aug 11 20:50:34.641 INFO O| Aug 11 20:50:34.641 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-11T20:50:35.810Z[ recovery-image] Aug 11 20:50:34.650 INFO O| Aug 11 20:50:34.650 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91452026-08-11T20:50:35.810Z[ recovery-image] Aug 11 20:50:34.650 INFO O| Aug 11 20:50:34.650 INFO STEP 93 (remove_files) COMPLETE
91462026-08-11T20:50:35.810Z[ recovery-image] Aug 11 20:50:34.650 INFO O| Aug 11 20:50:34.650 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-11T20:50:35.816Z[ recovery-image] Aug 11 20:50:34.659 INFO O| Aug 11 20:50:34.659 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91482026-08-11T20:50:35.816Z[ recovery-image] Aug 11 20:50:34.659 INFO O| Aug 11 20:50:34.659 INFO STEP 94 (remove_files) COMPLETE
91492026-08-11T20:50:35.819Z[ recovery-image] Aug 11 20:50:34.659 INFO O| Aug 11 20:50:34.659 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-11T20:50:35.827Z[ recovery-image] Aug 11 20:50:34.671 INFO O| Aug 11 20:50:34.671 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91512026-08-11T20:50:35.827Z[ recovery-image] Aug 11 20:50:34.671 INFO O| Aug 11 20:50:34.671 INFO STEP 95 (remove_files) COMPLETE
91522026-08-11T20:50:35.830Z[ recovery-image] Aug 11 20:50:34.671 INFO O| Aug 11 20:50:34.671 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-11T20:50:35.839Z[ recovery-image] Aug 11 20:50:34.683 INFO O| Aug 11 20:50:34.683 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91542026-08-11T20:50:35.839Z[ recovery-image] Aug 11 20:50:34.683 INFO O| Aug 11 20:50:34.683 INFO STEP 96 (remove_files) COMPLETE
91552026-08-11T20:50:35.839Z[ recovery-image] Aug 11 20:50:34.683 INFO O| Aug 11 20:50:34.683 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-11T20:50:35.850Z[ recovery-image] Aug 11 20:50:34.694 INFO O| Aug 11 20:50:34.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91572026-08-11T20:50:35.850Z[ recovery-image] Aug 11 20:50:34.694 INFO O| Aug 11 20:50:34.694 INFO STEP 97 (remove_files) COMPLETE
91582026-08-11T20:50:35.854Z[ recovery-image] Aug 11 20:50:34.694 INFO O| Aug 11 20:50:34.694 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-11T20:50:35.867Z[ recovery-image] Aug 11 20:50:34.710 INFO O| Aug 11 20:50:34.710 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91602026-08-11T20:50:35.867Z[ recovery-image] Aug 11 20:50:34.710 INFO O| Aug 11 20:50:34.710 INFO STEP 98 (remove_files) COMPLETE
91612026-08-11T20:50:35.867Z[ recovery-image] Aug 11 20:50:34.710 INFO O| Aug 11 20:50:34.710 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-11T20:50:35.878Z[ recovery-image] Aug 11 20:50:34.722 INFO O| Aug 11 20:50:34.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91632026-08-11T20:50:35.878Z[ recovery-image] Aug 11 20:50:34.722 INFO O| Aug 11 20:50:34.722 INFO STEP 99 (remove_files) COMPLETE
91642026-08-11T20:50:35.882Z[ recovery-image] Aug 11 20:50:34.722 INFO O| Aug 11 20:50:34.722 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91652026-08-11T20:50:35.887Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
91662026-08-11T20:50:35.897Z[ recovery-image] Aug 11 20:50:34.740 INFO O| Aug 11 20:50:34.740 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91672026-08-11T20:50:35.897Z[ recovery-image] Aug 11 20:50:34.740 INFO O| Aug 11 20:50:34.740 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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"}
91682026-08-11T20:50:35.973Z[verify-libraries] Compiling polar-core v0.27.3
91692026-08-11T20:50:38.628Z[ recovery-image] Aug 11 20:50:37.472 INFO O| Aug 11 20:50:37.472 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
91702026-08-11T20:50:38.628Z[ recovery-image] Aug 11 20:50:37.472 INFO O| Aug 11 20:50:37.472 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91712026-08-11T20:50:38.643Z[ recovery-image] Aug 11 20:50:37.487 INFO O| Aug 11 20:50:37.487 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91722026-08-11T20:50:38.749Z[ recovery-image] Aug 11 20:50:37.593 INFO O| Aug 11 20:50:37.593 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91732026-08-11T20:50:38.811Z[ recovery-image] Aug 11 20:50:37.654 INFO O| Aug 11 20:50:37.654 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
91742026-08-11T20:50:38.884Z[ recovery-image] Aug 11 20:50:37.726 INFO O| Aug 11 20:50:37.726 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91752026-08-11T20:50:38.884Z[ recovery-image] Aug 11 20:50:37.726 INFO O| Aug 11 20:50:37.726 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 ...
91762026-08-11T20:50:38.887Z[ recovery-image] Aug 11 20:50:37.727 INFO O| Aug 11 20:50:37.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91772026-08-11T20:50:38.887Z[ recovery-image] Aug 11 20:50:37.727 INFO O| Aug 11 20:50:37.727 INFO ok!
91782026-08-11T20:50:38.887Z[ recovery-image] Aug 11 20:50:37.727 INFO O| Aug 11 20:50:37.727 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91792026-08-11T20:50:38.888Z[ recovery-image] Aug 11 20:50:37.727 INFO O| Aug 11 20:50:37.727 INFO STEP 100 (seed_smf) COMPLETE
91802026-08-11T20:50:38.888Z[ recovery-image] Aug 11 20:50:37.727 INFO O| Aug 11 20:50:37.727 INFO steps complete; finalising image!
91812026-08-11T20:50:38.888Z[ recovery-image] Aug 11 20:50:37.728 INFO O| Aug 11 20:50:37.727 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91822026-08-11T20:50:39.173Z[ recovery-image] Aug 11 20:50:38.016 INFO O| Aug 11 20:50:38.016 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 11 20:50:37 2026)
91832026-08-11T20:50:39.380Z[ recovery-image] Aug 11 20:50:38.223 INFO O| Aug 11 20:50:38.223 INFO trim TEMPORARY-sled-zfs-recovery: (79% trimmed, started at Tue Aug 11 20:50:37 2026)
91842026-08-11T20:50:39.586Z[ recovery-image] Aug 11 20:50:38.430 INFO O| Aug 11 20:50:38.430 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91852026-08-11T20:50:39.793Z[ recovery-image] Aug 11 20:50:38.636 INFO O| Aug 11 20:50:38.636 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91862026-08-11T20:50:39.998Z[ recovery-image] Aug 11 20:50:38.842 INFO O| Aug 11 20:50:38.842 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91872026-08-11T20:50:40.204Z[ recovery-image] Aug 11 20:50:39.048 INFO O| Aug 11 20:50:39.048 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91882026-08-11T20:50:40.412Z[ recovery-image] Aug 11 20:50:39.254 INFO O| Aug 11 20:50:39.254 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91892026-08-11T20:50:40.617Z[ recovery-image] Aug 11 20:50:39.460 INFO O| Aug 11 20:50:39.460 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91902026-08-11T20:50:40.823Z[ recovery-image] Aug 11 20:50:39.666 INFO O| Aug 11 20:50:39.666 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91912026-08-11T20:50:41.030Z[ recovery-image] Aug 11 20:50:39.873 INFO O| Aug 11 20:50:39.873 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91922026-08-11T20:50:41.236Z[ recovery-image] Aug 11 20:50:40.079 INFO O| Aug 11 20:50:40.079 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91932026-08-11T20:50:41.442Z[ recovery-image] Aug 11 20:50:40.285 INFO O| Aug 11 20:50:40.285 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91942026-08-11T20:50:41.648Z[ recovery-image] Aug 11 20:50:40.491 INFO O| Aug 11 20:50:40.491 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
91952026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.492 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91962026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.492 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91972026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91982026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91992026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92002026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92012026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92022026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92032026-08-11T20:50:41.651Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260811T203635Z
92042026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92052026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92062026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.493 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
92072026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.494 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
92082026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.494 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
92092026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.494 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
92102026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92112026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
92122026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
92132026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
92142026-08-11T20:50:41.652Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
92152026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
92162026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
92172026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92182026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
92192026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
92202026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
92212026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
92222026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.495 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
92232026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
92242026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
92252026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
92262026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92272026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
92282026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
92292026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
92302026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
92312026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
92322026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
92332026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.496 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
92342026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.499 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92352026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.499 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
92362026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.499 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92372026-08-11T20:50:41.656Z[ host-image] Aug 11 20:50:40.499 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92382026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.499 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92392026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.499 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92402026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.500 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92412026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.500 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92422026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.500 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92432026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.500 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92442026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.500 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92452026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.503 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92462026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.503 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92472026-08-11T20:50:41.660Z[ host-image] Aug 11 20:50:40.503 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92482026-08-11T20:50:41.661Z[ host-image] Aug 11 20:50:40.504 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92492026-08-11T20:50:41.661Z[ host-image] Aug 11 20:50:40.504 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92502026-08-11T20:50:41.661Z[ host-image] Aug 11 20:50:40.504 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92512026-08-11T20:50:41.672Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92522026-08-11T20:50:41.672Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92532026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92542026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92552026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92562026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92572026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92582026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92592026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92602026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92612026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92622026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.516 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92632026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.517 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92642026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.518 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92652026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.518 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92662026-08-11T20:50:41.676Z[ host-image] Aug 11 20:50:40.518 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92672026-08-11T20:50:41.677Z[ host-image] Aug 11 20:50:40.518 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92682026-08-11T20:50:41.677Z[ host-image] Aug 11 20:50:40.518 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92692026-08-11T20:50:41.680Z[ host-image] Aug 11 20:50:40.523 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92702026-08-11T20:50:41.680Z[ host-image] Aug 11 20:50:40.523 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92712026-08-11T20:50:41.680Z[ host-image] Aug 11 20:50:40.523 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92722026-08-11T20:50:41.680Z[ host-image] Aug 11 20:50:40.524 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92732026-08-11T20:50:41.681Z[ host-image] Aug 11 20:50:40.524 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92742026-08-11T20:50:41.681Z[ host-image] Aug 11 20:50:40.524 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92752026-08-11T20:50:41.681Z[ host-image] Aug 11 20:50:40.524 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92762026-08-11T20:50:41.681Z[ host-image] Aug 11 20:50:40.524 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92772026-08-11T20:50:41.681Z[ host-image] Aug 11 20:50:40.524 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92782026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.525 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92792026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.525 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92802026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.525 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92812026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.525 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92822026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.525 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92832026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.525 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92842026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.525 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92852026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.526 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92862026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.528 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92872026-08-11T20:50:41.684Z[ host-image] Aug 11 20:50:40.528 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92882026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.528 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92892026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.528 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92902026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.529 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92912026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.529 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92922026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.529 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92932026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.529 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92942026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.529 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92952026-08-11T20:50:41.688Z[ host-image] Aug 11 20:50:40.529 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92962026-08-11T20:50:41.692Z[ host-image] Aug 11 20:50:40.533 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92972026-08-11T20:50:41.692Z[ host-image] Aug 11 20:50:40.533 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92982026-08-11T20:50:41.692Z[ host-image] Aug 11 20:50:40.533 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92992026-08-11T20:50:41.692Z[ host-image] Aug 11 20:50:40.533 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
93002026-08-11T20:50:41.692Z[ host-image] Aug 11 20:50:40.533 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
93012026-08-11T20:50:41.695Z[ host-image] Aug 11 20:50:40.539 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
93022026-08-11T20:50:41.695Z[ host-image] Aug 11 20:50:40.539 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
93032026-08-11T20:50:41.699Z[ host-image] Aug 11 20:50:40.539 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
93042026-08-11T20:50:41.699Z[ host-image] Aug 11 20:50:40.539 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93052026-08-11T20:50:41.699Z[ host-image] Aug 11 20:50:40.540 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93062026-08-11T20:50:41.704Z[ host-image] Aug 11 20:50:40.548 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
93072026-08-11T20:50:41.704Z[ host-image] Aug 11 20:50:40.548 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93082026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.548 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
93092026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.548 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
93102026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.548 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
93112026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93122026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93132026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
93142026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
93152026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
93162026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
93172026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
93182026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.549 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
93192026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.550 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93202026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.550 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
93212026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.550 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
93222026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.550 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
93232026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.550 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
93242026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.550 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
93252026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
93262026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93272026-08-11T20:50:41.710Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93282026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
93292026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
93302026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93312026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93322026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93332026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93342026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93352026-08-11T20:50:41.711Z[ host-image] Aug 11 20:50:40.551 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93362026-08-11T20:50:41.715Z[ host-image] Aug 11 20:50:40.552 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93372026-08-11T20:50:41.715Z[ host-image] Aug 11 20:50:40.552 INFO O| tempdir @ "/tmp/.tmpNYknEH/tmp"
93382026-08-11T20:50:41.715Z[ host-image] Aug 11 20:50:40.552 INFO O| image root @ "/tmp/.tmpNYknEH/tmp/root"
93392026-08-11T20:50:41.715Z[ host-image] Aug 11 20:50:40.552 INFO O| creating image...
93402026-08-11T20:50:41.854Z[ recovery-image] Aug 11 20:50:40.697 INFO O| Aug 11 20:50:40.697 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Tue Aug 11 20:50:37 2026)
93412026-08-11T20:50:42.362Z[ recovery-image] Aug 11 20:50:41.205 INFO O| Aug 11 20:50:41.205 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 11 20:50:37 2026)
93422026-08-11T20:50:42.569Z[ recovery-image] Aug 11 20:50:41.412 INFO O| Aug 11 20:50:41.412 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 11 20:50:37 2026)
93432026-08-11T20:50:42.784Z[ recovery-image] Aug 11 20:50:41.619 INFO O| Aug 11 20:50:41.618 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 11 20:50:37 2026)
93442026-08-11T20:50:42.982Z[ recovery-image] Aug 11 20:50:41.825 INFO O| Aug 11 20:50:41.825 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 11 20:50:37 2026)
93452026-08-11T20:50:43.249Z[ recovery-image] Aug 11 20:50:42.092 INFO O| Aug 11 20:50:42.091 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 11 20:50:37 2026)
93462026-08-11T20:50:43.469Z[ recovery-image] Aug 11 20:50:42.312 INFO O| Aug 11 20:50:42.312 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
93472026-08-11T20:50:43.469Z[ recovery-image] Aug 11 20:50:42.312 INFO O| Aug 11 20:50:42.312 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93482026-08-11T20:50:43.905Z[verify-libraries] Compiling oso v0.27.3
93492026-08-11T20:50:44.341Z[ host-image] Aug 11 20:50:43.183 INFO O| copying publishers...
93502026-08-11T20:50:44.347Z[ recovery-image] Aug 11 20:50:43.185 INFO O| Aug 11 20:50:43.185 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
93512026-08-11T20:50:44.347Z[ recovery-image] Aug 11 20:50:43.185 INFO O| Aug 11 20:50:43.185 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93522026-08-11T20:50:46.872Z[ recovery-image] Aug 11 20:50:45.715 INFO O| Aug 11 20:50:45.715 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93532026-08-11T20:50:46.872Z[ recovery-image] Aug 11 20:50:45.715 INFO O| Aug 11 20:50:45.715 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93542026-08-11T20:50:46.872Z[ recovery-image] Aug 11 20:50:45.715 INFO O| Aug 11 20:50:45.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93552026-08-11T20:50:46.876Z[ recovery-image] Aug 11 20:50:45.715 INFO O| Aug 11 20:50:45.715 INFO completed processing sled/zfs-recovery
93562026-08-11T20:50:46.876Z[ recovery-image] Aug 11 20:50:45.715 INFO O| Aug 11 20:50:45.715 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93572026-08-11T20:50:48.139Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93582026-08-11T20:50:48.498Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93592026-08-11T20:50:49.275Z[ recovery-image] Aug 11 20:50:48.111 INFO O| Aug 11 20:50:48.111 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93602026-08-11T20:50:49.421Z[ recovery-image] Aug 11 20:50:48.250 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93612026-08-11T20:50:49.421Z[ recovery-image] Aug 11 20:50:48.250 INFO expanded image name: "recovery e9029c0/${os_short_commit} 2026-08-11 20:36" -> "recovery e9029c0/aaf8e74 2026-08-11 20:36"
93622026-08-11T20:50:49.421Z[ recovery-image] Aug 11 20:50:48.250 INFO output artefacts stored in: "/work/os-recovery"
93632026-08-11T20:50:49.430Z[ recovery-image] Aug 11 20:50:48.250 INFO collecting git info from project "pilot"...
93642026-08-11T20:50:49.430Z[ recovery-image] Aug 11 20:50:48.260 INFO collecting git info from project "amd-host-image-builder"...
93652026-08-11T20:50:49.458Z[ recovery-image] Aug 11 20:50:48.301 INFO collecting git info from project "bootserver"...
93662026-08-11T20:50:49.464Z[ recovery-image] Aug 11 20:50:48.308 INFO collecting git info from project "chelsio-t6-roms"...
93672026-08-11T20:50:49.482Z[ recovery-image] Aug 11 20:50:48.325 INFO collecting git info from project "phbl"...
93682026-08-11T20:50:49.489Z[ recovery-image] Aug 11 20:50:48.332 INFO collecting git info from project "amd-firmware"...
93692026-08-11T20:50:49.507Z[ host-image] Aug 11 20:50:48.348 INFO O| adding properties...
93702026-08-11T20:50:49.918Z[ recovery-image] Aug 11 20:50:48.761 INFO collecting git info from project "image-builder"...
93712026-08-11T20:50:49.931Z[ recovery-image] Aug 11 20:50:48.769 INFO collecting git info from project "pinprick"...
93722026-08-11T20:50:49.935Z[ recovery-image] Aug 11 20:50:48.776 INFO collecting git info from project "dmar-report"...
93732026-08-11T20:50:49.942Z[ recovery-image] Aug 11 20:50:48.786 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93742026-08-11T20:50:50.371Z[ recovery-image] Aug 11 20:50:49.215 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93752026-08-11T20:50:50.612Z[ host-image] Aug 11 20:50:49.455 INFO O| installing packages...
93762026-08-11T20:50:50.748Z[ recovery-image] Aug 11 20:50:49.592 INFO creating Oxide boot image...
93772026-08-11T20:50:50.748Z[ recovery-image] Aug 11 20:50:49.592 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery e9029c0/aaf8e74 2026-08-11 20:36", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93782026-08-11T20:50:54.248Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93792026-08-11T20:51:02.391Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93802026-08-11T20:51:03.140Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93812026-08-11T20:51:03.403Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93822026-08-11T20:51:03.512Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93832026-08-11T20:51:03.708Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93842026-08-11T20:51:03.880Z[ host-image] Aug 11 20:51:02.723 INFO O| seeding SMF database...
93852026-08-11T20:51:07.336Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93862026-08-11T20:51:07.922Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93872026-08-11T20:51:08.745Z[ host-image] Aug 11 20:51:07.586 INFO O| configuring SMF profile...
93882026-08-11T20:51:08.745Z[ host-image] Aug 11 20:51:07.586 INFO O| modifying shadow(5)...
93892026-08-11T20:51:08.748Z[ host-image] Aug 11 20:51:07.586 INFO O| loading user and group database...
93902026-08-11T20:51:08.748Z[ host-image] Aug 11 20:51:07.586 INFO O| loading facet selections...
93912026-08-11T20:51:09.152Z[ host-image] Aug 11 20:51:07.993 INFO O| devel -> true
93922026-08-11T20:51:09.152Z[ host-image] Aug 11 20:51:07.993 INFO O| doc.man -> true
93932026-08-11T20:51:09.152Z[ host-image] Aug 11 20:51:07.993 INFO O| version-lock.shell/ksh93 -> true
93942026-08-11T20:51:09.153Z[ host-image] Aug 11 20:51:07.993 INFO O| version-lock.system/data/hardware-registry -> true
93952026-08-11T20:51:09.159Z[ host-image] Aug 11 20:51:07.993 INFO O| version-lock.system/data/zoneinfo -> true
93962026-08-11T20:51:09.159Z[ host-image] Aug 11 20:51:07.993 INFO O| version-lock.system/microcode/amd -> true
93972026-08-11T20:51:09.159Z[ host-image] Aug 11 20:51:07.993 INFO O| version-lock.system/microcode/intel -> true
93982026-08-11T20:51:09.159Z[ host-image] Aug 11 20:51:07.993 INFO O| version-lock.system/microcode/oxide -> true
93992026-08-11T20:51:09.160Z[ host-image] Aug 11 20:51:07.993 INFO O| assessing packaged files...
94002026-08-11T20:51:10.202Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94012026-08-11T20:51:11.157Z[ host-image] Aug 11 20:51:10.000 INFO O| creating archive...
94022026-08-11T20:51:11.180Z[ host-image] Aug 11 20:51:10.022 INFO O| missing from packaging:
94032026-08-11T20:51:11.180Z[ host-image] Aug 11 20:51:10.022 INFO O| "etc/.pwd.lock"
94042026-08-11T20:51:11.180Z[ host-image] Aug 11 20:51:10.022 INFO O| "etc/bash"
94052026-08-11T20:51:11.191Z[ host-image] Aug 11 20:51:10.027 INFO O| "etc/svc/profile/generic.xml"
94062026-08-11T20:51:11.191Z[ host-image] Aug 11 20:51:10.027 INFO O| "etc/svc/profile/inetd_services.xml"
94072026-08-11T20:51:11.191Z[ host-image] Aug 11 20:51:10.027 INFO O| "etc/svc/profile/name_service.xml"
94082026-08-11T20:51:11.191Z[ host-image] Aug 11 20:51:10.027 INFO O| "etc/svc/profile/platform.xml"
94092026-08-11T20:51:11.192Z[ host-image] Aug 11 20:51:10.027 INFO O| "etc/svc/profile/platform_omicron1.xml"
94102026-08-11T20:51:11.192Z[ host-image] Aug 11 20:51:10.027 INFO O| "etc/svc/repository.db"
94112026-08-11T20:51:11.198Z[ host-image] Aug 11 20:51:10.033 INFO O| "opt/ooce/share"
94122026-08-11T20:51:11.198Z[ host-image] Aug 11 20:51:10.033 INFO O| "opt/ooce/share/man"
94132026-08-11T20:51:11.198Z[ host-image] Aug 11 20:51:10.033 INFO O| "opt/ooce/share/man/man1"
94142026-08-11T20:51:11.205Z[ host-image] Aug 11 20:51:10.043 INFO O| finishing archive...
94152026-08-11T20:51:14.073Z[ host-image] Aug 11 20:51:12.904 INFO O| creating gzonly manifest...
94162026-08-11T20:51:14.073Z[ host-image] Aug 11 20:51:12.910 INFO O| ok
94172026-08-11T20:51:14.197Z[ host-image] Aug 11 20:51:13.030 INFO image builder template: ramdisk-02-trim...
94182026-08-11T20:51:14.197Z[ host-image] Aug 11 20:51:13.030 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/.tmp28S9u0/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94192026-08-11T20:51:14.210Z[ host-image] Aug 11 20:51:13.053 INFO O| Aug 11 20:51:13.053 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94202026-08-11T20:51:14.215Z[ host-image] Aug 11 20:51:13.059 INFO O| Aug 11 20:51:13.059 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94212026-08-11T20:51:16.921Z[ host-image] Aug 11 20:51:15.764 INFO O| Aug 11 20:51:15.763 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94222026-08-11T20:51:17.361Z[ host-image] Aug 11 20:51:16.203 INFO O| Aug 11 20:51:16.202 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94232026-08-11T20:51:17.361Z[ host-image] Aug 11 20:51:16.203 INFO O| Aug 11 20:51:16.203 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94242026-08-11T20:51:17.365Z[ host-image] Aug 11 20:51:16.206 INFO O| Aug 11 20:51:16.206 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94252026-08-11T20:51:17.370Z[ host-image] Aug 11 20:51:16.209 INFO O| Aug 11 20:51:16.209 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94262026-08-11T20:51:17.370Z[ host-image] Aug 11 20:51:16.212 INFO O| Aug 11 20:51:16.212 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94272026-08-11T20:51:17.784Z[ host-image] Aug 11 20:51:16.627 INFO O| Aug 11 20:51:16.627 INFO rolled back to input snapshot; work may begin
94282026-08-11T20:51:17.784Z[ host-image] Aug 11 20:51:16.627 INFO O| Aug 11 20:51:16.627 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94292026-08-11T20:51:17.791Z[ host-image] Aug 11 20:51:16.631 INFO O| Aug 11 20:51:16.631 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-08-11T20:51:17.799Z[ host-image] Aug 11 20:51:16.638 INFO O| Aug 11 20:51:16.638 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94312026-08-11T20:51:17.832Z[ host-image] Aug 11 20:51:16.676 INFO O| Aug 11 20:51:16.676 INFO STEP 0 (remove_files) COMPLETE
94322026-08-11T20:51:17.832Z[ host-image] Aug 11 20:51:16.676 INFO O| Aug 11 20:51:16.676 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-08-11T20:51:17.841Z[ host-image] Aug 11 20:51:16.685 INFO O| Aug 11 20:51:16.685 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94342026-08-11T20:51:17.844Z[ host-image] Aug 11 20:51:16.686 INFO O| Aug 11 20:51:16.686 INFO STEP 1 (remove_files) COMPLETE
94352026-08-11T20:51:17.844Z[ host-image] Aug 11 20:51:16.686 INFO O| Aug 11 20:51:16.686 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-11T20:51:17.849Z[ host-image] Aug 11 20:51:16.693 INFO O| Aug 11 20:51:16.693 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94372026-08-11T20:51:17.862Z[ host-image] Aug 11 20:51:16.705 INFO O| Aug 11 20:51:16.705 INFO STEP 2 (remove_files) COMPLETE
94382026-08-11T20:51:17.862Z[ host-image] Aug 11 20:51:16.705 INFO O| Aug 11 20:51:16.705 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-11T20:51:17.876Z[ host-image] Aug 11 20:51:16.712 INFO O| Aug 11 20:51:16.712 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94402026-08-11T20:51:17.881Z[ host-image] Aug 11 20:51:16.714 INFO O| Aug 11 20:51:16.714 INFO STEP 3 (remove_files) COMPLETE
94412026-08-11T20:51:17.881Z[ host-image] Aug 11 20:51:16.714 INFO O| Aug 11 20:51:16.714 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-11T20:51:17.881Z[ host-image] Aug 11 20:51:16.720 INFO O| Aug 11 20:51:16.720 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94432026-08-11T20:51:17.881Z[ host-image] Aug 11 20:51:16.723 INFO O| Aug 11 20:51:16.723 INFO STEP 4 (remove_files) COMPLETE
94442026-08-11T20:51:17.881Z[ host-image] Aug 11 20:51:16.723 INFO O| Aug 11 20:51:16.723 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-08-11T20:51:17.887Z[ host-image] Aug 11 20:51:16.729 INFO O| Aug 11 20:51:16.729 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94462026-08-11T20:51:17.894Z[ host-image] Aug 11 20:51:16.731 INFO O| Aug 11 20:51:16.731 INFO STEP 5 (remove_files) COMPLETE
94472026-08-11T20:51:17.894Z[ host-image] Aug 11 20:51:16.731 INFO O| Aug 11 20:51:16.731 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-11T20:51:17.895Z[ host-image] Aug 11 20:51:16.737 INFO O| Aug 11 20:51:16.736 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94492026-08-11T20:51:17.904Z[ host-image] Aug 11 20:51:16.746 INFO O| Aug 11 20:51:16.746 INFO STEP 6 (remove_files) COMPLETE
94502026-08-11T20:51:17.904Z[ host-image] Aug 11 20:51:16.746 INFO O| Aug 11 20:51:16.746 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-11T20:51:17.918Z[ host-image] Aug 11 20:51:16.746 INFO O| Aug 11 20:51:16.746 INFO skip step because feature "heliosv2" is not enabled
94522026-08-11T20:51:17.918Z[ host-image] Aug 11 20:51:16.746 INFO O| Aug 11 20:51:16.746 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-08-11T20:51:17.918Z[ host-image] Aug 11 20:51:16.753 INFO O| Aug 11 20:51:16.753 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94542026-08-11T20:51:17.932Z[ host-image] Aug 11 20:51:16.764 INFO O| Aug 11 20:51:16.764 INFO STEP 8 (remove_files) COMPLETE
94552026-08-11T20:51:17.932Z[ host-image] Aug 11 20:51:16.764 INFO O| Aug 11 20:51:16.764 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-08-11T20:51:17.936Z[ host-image] Aug 11 20:51:16.773 INFO O| Aug 11 20:51:16.773 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94572026-08-11T20:51:17.994Z[ host-image] Aug 11 20:51:16.837 INFO O| Aug 11 20:51:16.837 INFO STEP 9 (remove_files) COMPLETE
94582026-08-11T20:51:17.994Z[ host-image] Aug 11 20:51:16.837 INFO O| Aug 11 20:51:16.837 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-11T20:51:18.014Z[ host-image] Aug 11 20:51:16.845 INFO O| Aug 11 20:51:16.845 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94602026-08-11T20:51:18.071Z[ host-image] Aug 11 20:51:16.915 INFO O| Aug 11 20:51:16.915 INFO STEP 10 (remove_files) COMPLETE
94612026-08-11T20:51:18.071Z[ host-image] Aug 11 20:51:16.915 INFO O| Aug 11 20:51:16.915 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-11T20:51:18.079Z[ host-image] Aug 11 20:51:16.923 INFO O| Aug 11 20:51:16.923 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94632026-08-11T20:51:18.083Z[ host-image] Aug 11 20:51:16.926 INFO O| Aug 11 20:51:16.926 INFO STEP 11 (remove_files) COMPLETE
94642026-08-11T20:51:18.083Z[ host-image] Aug 11 20:51:16.926 INFO O| Aug 11 20:51:16.926 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-11T20:51:18.096Z[ host-image] Aug 11 20:51:16.933 INFO O| Aug 11 20:51:16.933 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94662026-08-11T20:51:18.101Z[ host-image] Aug 11 20:51:16.933 INFO O| Aug 11 20:51:16.933 INFO STEP 12 (remove_files) COMPLETE
94672026-08-11T20:51:18.101Z[ host-image] Aug 11 20:51:16.933 INFO O| Aug 11 20:51:16.933 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-11T20:51:18.101Z[ host-image] Aug 11 20:51:16.942 INFO O| Aug 11 20:51:16.941 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94692026-08-11T20:51:18.101Z[ host-image] Aug 11 20:51:16.943 INFO O| Aug 11 20:51:16.943 INFO STEP 13 (remove_files) COMPLETE
94702026-08-11T20:51:18.102Z[ host-image] Aug 11 20:51:16.943 INFO O| Aug 11 20:51:16.943 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-11T20:51:18.122Z[ host-image] Aug 11 20:51:16.955 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94722026-08-11T20:51:18.122Z[ host-image] Aug 11 20:51:16.955 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94732026-08-11T20:51:18.126Z[ host-image] Aug 11 20:51:16.955 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94742026-08-11T20:51:18.126Z[ host-image] Aug 11 20:51:16.955 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94752026-08-11T20:51:18.126Z[ host-image] Aug 11 20:51:16.955 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94762026-08-11T20:51:18.126Z[ host-image] Aug 11 20:51:16.955 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94772026-08-11T20:51:18.126Z[ host-image] Aug 11 20:51:16.955 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94782026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94792026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94802026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94812026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94822026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94832026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94842026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94852026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94862026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.956 INFO O| Aug 11 20:51:16.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94872026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.963 INFO O| Aug 11 20:51:16.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94882026-08-11T20:51:18.127Z[ host-image] Aug 11 20:51:16.963 INFO O| Aug 11 20:51:16.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94892026-08-11T20:51:18.261Z[ host-image] Aug 11 20:51:17.105 INFO O| Aug 11 20:51:17.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94902026-08-11T20:51:18.289Z[ host-image] Aug 11 20:51:17.127 INFO O| Aug 11 20:51:17.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94912026-08-11T20:51:18.345Z[ host-image] Aug 11 20:51:17.187 INFO O| Aug 11 20:51:17.187 INFO STEP 14 (remove_files) COMPLETE
94922026-08-11T20:51:18.345Z[ host-image] Aug 11 20:51:17.187 INFO O| Aug 11 20:51:17.187 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-11T20:51:18.353Z[ host-image] Aug 11 20:51:17.195 INFO O| Aug 11 20:51:17.195 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94942026-08-11T20:51:18.359Z[ host-image] Aug 11 20:51:17.197 INFO O| Aug 11 20:51:17.197 INFO STEP 15 (remove_files) COMPLETE
94952026-08-11T20:51:18.359Z[ host-image] Aug 11 20:51:17.197 INFO O| Aug 11 20:51:17.197 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-11T20:51:18.360Z[ host-image] Aug 11 20:51:17.203 INFO O| Aug 11 20:51:17.203 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94972026-08-11T20:51:18.364Z[ host-image] Aug 11 20:51:17.208 INFO O| Aug 11 20:51:17.208 INFO STEP 16 (remove_files) COMPLETE
94982026-08-11T20:51:18.364Z[ host-image] Aug 11 20:51:17.208 INFO O| Aug 11 20:51:17.208 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-11T20:51:18.377Z[ host-image] Aug 11 20:51:17.216 INFO O| Aug 11 20:51:17.216 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95002026-08-11T20:51:18.383Z[ host-image] Aug 11 20:51:17.216 INFO O| Aug 11 20:51:17.216 INFO STEP 17 (remove_files) COMPLETE
95012026-08-11T20:51:18.383Z[ host-image] Aug 11 20:51:17.216 INFO O| Aug 11 20:51:17.216 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-11T20:51:18.383Z[ host-image] Aug 11 20:51:17.224 INFO O| Aug 11 20:51:17.224 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95032026-08-11T20:51:18.386Z[ host-image] Aug 11 20:51:17.225 INFO O| Aug 11 20:51:17.225 INFO STEP 18 (remove_files) COMPLETE
95042026-08-11T20:51:18.386Z[ host-image] Aug 11 20:51:17.225 INFO O| Aug 11 20:51:17.225 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-11T20:51:18.393Z[ host-image] Aug 11 20:51:17.231 INFO O| Aug 11 20:51:17.231 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95062026-08-11T20:51:18.393Z[ host-image] Aug 11 20:51:17.231 INFO O| Aug 11 20:51:17.231 INFO STEP 19 (remove_files) COMPLETE
95072026-08-11T20:51:18.393Z[ host-image] Aug 11 20:51:17.231 INFO O| Aug 11 20:51:17.231 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-11T20:51:18.397Z[ host-image] Aug 11 20:51:17.238 INFO O| Aug 11 20:51:17.238 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95092026-08-11T20:51:18.397Z[ host-image] Aug 11 20:51:17.238 INFO O| Aug 11 20:51:17.238 INFO STEP 20 (remove_files) COMPLETE
95102026-08-11T20:51:18.397Z[ host-image] Aug 11 20:51:17.238 INFO O| Aug 11 20:51:17.238 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-11T20:51:18.402Z[ host-image] Aug 11 20:51:17.246 INFO O| Aug 11 20:51:17.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95122026-08-11T20:51:18.402Z[ host-image] Aug 11 20:51:17.246 INFO O| Aug 11 20:51:17.246 INFO STEP 21 (remove_files) COMPLETE
95132026-08-11T20:51:18.402Z[ host-image] Aug 11 20:51:17.246 INFO O| Aug 11 20:51:17.246 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-11T20:51:18.410Z[ host-image] Aug 11 20:51:17.254 INFO O| Aug 11 20:51:17.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95152026-08-11T20:51:18.410Z[ host-image] Aug 11 20:51:17.254 INFO O| Aug 11 20:51:17.254 INFO STEP 22 (remove_files) COMPLETE
95162026-08-11T20:51:18.415Z[ host-image] Aug 11 20:51:17.254 INFO O| Aug 11 20:51:17.254 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-11T20:51:18.435Z[ host-image] Aug 11 20:51:17.260 INFO O| Aug 11 20:51:17.260 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95182026-08-11T20:51:18.435Z[ host-image] Aug 11 20:51:17.260 INFO O| Aug 11 20:51:17.260 INFO STEP 23 (remove_files) COMPLETE
95192026-08-11T20:51:18.435Z[ host-image] Aug 11 20:51:17.260 INFO O| Aug 11 20:51:17.260 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-11T20:51:18.435Z[ host-image] Aug 11 20:51:17.266 INFO O| Aug 11 20:51:17.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95212026-08-11T20:51:18.436Z[ host-image] Aug 11 20:51:17.266 INFO O| Aug 11 20:51:17.266 INFO STEP 24 (remove_files) COMPLETE
95222026-08-11T20:51:18.436Z[ host-image] Aug 11 20:51:17.266 INFO O| Aug 11 20:51:17.266 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-11T20:51:18.440Z[ host-image] Aug 11 20:51:17.273 INFO O| Aug 11 20:51:17.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95242026-08-11T20:51:18.441Z[ host-image] Aug 11 20:51:17.273 INFO O| Aug 11 20:51:17.273 INFO STEP 25 (remove_files) COMPLETE
95252026-08-11T20:51:18.441Z[ host-image] Aug 11 20:51:17.273 INFO O| Aug 11 20:51:17.273 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-11T20:51:18.441Z[ host-image] Aug 11 20:51:17.279 INFO O| Aug 11 20:51:17.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95272026-08-11T20:51:18.441Z[ host-image] Aug 11 20:51:17.279 INFO O| Aug 11 20:51:17.279 INFO STEP 26 (remove_files) COMPLETE
95282026-08-11T20:51:18.441Z[ host-image] Aug 11 20:51:17.279 INFO O| Aug 11 20:51:17.279 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-11T20:51:18.448Z[ host-image] Aug 11 20:51:17.285 INFO O| Aug 11 20:51:17.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95302026-08-11T20:51:18.448Z[ host-image] Aug 11 20:51:17.285 INFO O| Aug 11 20:51:17.285 INFO STEP 27 (remove_files) COMPLETE
95312026-08-11T20:51:18.448Z[ host-image] Aug 11 20:51:17.285 INFO O| Aug 11 20:51:17.285 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-11T20:51:18.469Z[ host-image] Aug 11 20:51:17.293 INFO O| Aug 11 20:51:17.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95332026-08-11T20:51:18.469Z[ host-image] Aug 11 20:51:17.293 INFO O| Aug 11 20:51:17.293 INFO STEP 28 (remove_files) COMPLETE
95342026-08-11T20:51:18.469Z[ host-image] Aug 11 20:51:17.293 INFO O| Aug 11 20:51:17.293 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-11T20:51:18.469Z[ host-image] Aug 11 20:51:17.300 INFO O| Aug 11 20:51:17.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95362026-08-11T20:51:18.469Z[ host-image] Aug 11 20:51:17.300 INFO O| Aug 11 20:51:17.300 INFO STEP 29 (remove_files) COMPLETE
95372026-08-11T20:51:18.469Z[ host-image] Aug 11 20:51:17.300 INFO O| Aug 11 20:51:17.300 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-11T20:51:18.481Z[ host-image] Aug 11 20:51:17.305 INFO O| Aug 11 20:51:17.305 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95392026-08-11T20:51:18.481Z[ host-image] Aug 11 20:51:17.305 INFO O| Aug 11 20:51:17.305 INFO STEP 30 (remove_files) COMPLETE
95402026-08-11T20:51:18.481Z[ host-image] Aug 11 20:51:17.305 INFO O| Aug 11 20:51:17.305 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-11T20:51:18.481Z[ host-image] Aug 11 20:51:17.311 INFO O| Aug 11 20:51:17.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95422026-08-11T20:51:18.481Z[ host-image] Aug 11 20:51:17.311 INFO O| Aug 11 20:51:17.311 INFO STEP 31 (remove_files) COMPLETE
95432026-08-11T20:51:18.481Z[ host-image] Aug 11 20:51:17.311 INFO O| Aug 11 20:51:17.311 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-11T20:51:18.481Z[ host-image] Aug 11 20:51:17.317 INFO O| Aug 11 20:51:17.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95452026-08-11T20:51:18.482Z[ host-image] Aug 11 20:51:17.317 INFO O| Aug 11 20:51:17.317 INFO STEP 32 (remove_files) COMPLETE
95462026-08-11T20:51:18.482Z[ host-image] Aug 11 20:51:17.317 INFO O| Aug 11 20:51:17.317 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-11T20:51:18.482Z[ host-image] Aug 11 20:51:17.323 INFO O| Aug 11 20:51:17.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95482026-08-11T20:51:18.482Z[ host-image] Aug 11 20:51:17.323 INFO O| Aug 11 20:51:17.323 INFO STEP 33 (remove_files) COMPLETE
95492026-08-11T20:51:18.482Z[ host-image] Aug 11 20:51:17.323 INFO O| Aug 11 20:51:17.323 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-11T20:51:18.488Z[ host-image] Aug 11 20:51:17.331 INFO O| Aug 11 20:51:17.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95512026-08-11T20:51:18.488Z[ host-image] Aug 11 20:51:17.331 INFO O| Aug 11 20:51:17.331 INFO STEP 34 (remove_files) COMPLETE
95522026-08-11T20:51:18.489Z[ host-image] Aug 11 20:51:17.331 INFO O| Aug 11 20:51:17.331 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-11T20:51:18.495Z[ host-image] Aug 11 20:51:17.339 INFO O| Aug 11 20:51:17.339 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95542026-08-11T20:51:18.502Z[ host-image] Aug 11 20:51:17.339 INFO O| Aug 11 20:51:17.339 INFO STEP 35 (remove_files) COMPLETE
95552026-08-11T20:51:18.502Z[ host-image] Aug 11 20:51:17.339 INFO O| Aug 11 20:51:17.339 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-11T20:51:18.502Z[ host-image] Aug 11 20:51:17.346 INFO O| Aug 11 20:51:17.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95572026-08-11T20:51:18.502Z[ host-image] Aug 11 20:51:17.346 INFO O| Aug 11 20:51:17.346 INFO STEP 36 (remove_files) COMPLETE
95582026-08-11T20:51:18.502Z[ host-image] Aug 11 20:51:17.346 INFO O| Aug 11 20:51:17.346 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-11T20:51:18.508Z[ host-image] Aug 11 20:51:17.352 INFO O| Aug 11 20:51:17.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95602026-08-11T20:51:18.508Z[ host-image] Aug 11 20:51:17.352 INFO O| Aug 11 20:51:17.352 INFO STEP 37 (remove_files) COMPLETE
95612026-08-11T20:51:18.515Z[ host-image] Aug 11 20:51:17.352 INFO O| Aug 11 20:51:17.352 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-11T20:51:18.531Z[ host-image] Aug 11 20:51:17.357 INFO O| Aug 11 20:51:17.357 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95632026-08-11T20:51:18.531Z[ host-image] Aug 11 20:51:17.357 INFO O| Aug 11 20:51:17.357 INFO STEP 38 (remove_files) COMPLETE
95642026-08-11T20:51:18.531Z[ host-image] Aug 11 20:51:17.357 INFO O| Aug 11 20:51:17.357 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-11T20:51:18.535Z[ host-image] Aug 11 20:51:17.366 INFO O| Aug 11 20:51:17.366 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95662026-08-11T20:51:18.535Z[ host-image] Aug 11 20:51:17.366 INFO O| Aug 11 20:51:17.366 INFO STEP 39 (remove_files) COMPLETE
95672026-08-11T20:51:18.536Z[ host-image] Aug 11 20:51:17.366 INFO O| Aug 11 20:51:17.366 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-11T20:51:18.536Z[ host-image] Aug 11 20:51:17.372 INFO O| Aug 11 20:51:17.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95692026-08-11T20:51:18.536Z[ host-image] Aug 11 20:51:17.372 INFO O| Aug 11 20:51:17.372 INFO STEP 40 (remove_files) COMPLETE
95702026-08-11T20:51:18.536Z[ host-image] Aug 11 20:51:17.372 INFO O| Aug 11 20:51:17.372 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-11T20:51:18.540Z[ host-image] Aug 11 20:51:17.381 INFO O| Aug 11 20:51:17.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95722026-08-11T20:51:18.540Z[ host-image] Aug 11 20:51:17.381 INFO O| Aug 11 20:51:17.381 INFO STEP 41 (remove_files) COMPLETE
95732026-08-11T20:51:18.540Z[ host-image] Aug 11 20:51:17.381 INFO O| Aug 11 20:51:17.381 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-11T20:51:18.547Z[ host-image] Aug 11 20:51:17.387 INFO O| Aug 11 20:51:17.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95752026-08-11T20:51:18.547Z[ host-image] Aug 11 20:51:17.387 INFO O| Aug 11 20:51:17.387 INFO STEP 42 (remove_files) COMPLETE
95762026-08-11T20:51:18.547Z[ host-image] Aug 11 20:51:17.387 INFO O| Aug 11 20:51:17.387 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-11T20:51:18.552Z[ host-image] Aug 11 20:51:17.396 INFO O| Aug 11 20:51:17.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95782026-08-11T20:51:18.552Z[ host-image] Aug 11 20:51:17.396 INFO O| Aug 11 20:51:17.396 INFO STEP 43 (remove_files) COMPLETE
95792026-08-11T20:51:18.552Z[ host-image] Aug 11 20:51:17.396 INFO O| Aug 11 20:51:17.396 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-11T20:51:18.560Z[ host-image] Aug 11 20:51:17.403 INFO O| Aug 11 20:51:17.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95812026-08-11T20:51:18.560Z[ host-image] Aug 11 20:51:17.403 INFO O| Aug 11 20:51:17.403 INFO STEP 44 (remove_files) COMPLETE
95822026-08-11T20:51:18.567Z[ host-image] Aug 11 20:51:17.403 INFO O| Aug 11 20:51:17.403 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-11T20:51:18.571Z[ host-image] Aug 11 20:51:17.409 INFO O| Aug 11 20:51:17.409 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95842026-08-11T20:51:18.571Z[ host-image] Aug 11 20:51:17.409 INFO O| Aug 11 20:51:17.409 INFO STEP 45 (remove_files) COMPLETE
95852026-08-11T20:51:18.571Z[ host-image] Aug 11 20:51:17.409 INFO O| Aug 11 20:51:17.409 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-11T20:51:18.579Z[ host-image] Aug 11 20:51:17.418 INFO O| Aug 11 20:51:17.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95872026-08-11T20:51:18.579Z[ host-image] Aug 11 20:51:17.418 INFO O| Aug 11 20:51:17.418 INFO STEP 46 (remove_files) COMPLETE
95882026-08-11T20:51:18.579Z[ host-image] Aug 11 20:51:17.418 INFO O| Aug 11 20:51:17.418 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-11T20:51:18.584Z[ host-image] Aug 11 20:51:17.425 INFO O| Aug 11 20:51:17.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95902026-08-11T20:51:18.584Z[ host-image] Aug 11 20:51:17.425 INFO O| Aug 11 20:51:17.425 INFO STEP 47 (remove_files) COMPLETE
95912026-08-11T20:51:18.584Z[ host-image] Aug 11 20:51:17.425 INFO O| Aug 11 20:51:17.425 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-11T20:51:18.589Z[ host-image] Aug 11 20:51:17.433 INFO O| Aug 11 20:51:17.433 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95932026-08-11T20:51:18.590Z[ host-image] Aug 11 20:51:17.433 INFO O| Aug 11 20:51:17.433 INFO STEP 48 (remove_files) COMPLETE
95942026-08-11T20:51:18.593Z[ host-image] Aug 11 20:51:17.433 INFO O| Aug 11 20:51:17.433 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-11T20:51:18.597Z[ host-image] Aug 11 20:51:17.441 INFO O| Aug 11 20:51:17.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95962026-08-11T20:51:18.600Z[ host-image] Aug 11 20:51:17.441 INFO O| Aug 11 20:51:17.441 INFO STEP 49 (remove_files) COMPLETE
95972026-08-11T20:51:18.600Z[ host-image] Aug 11 20:51:17.441 INFO O| Aug 11 20:51:17.441 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-11T20:51:18.604Z[ host-image] Aug 11 20:51:17.448 INFO O| Aug 11 20:51:17.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95992026-08-11T20:51:18.604Z[ host-image] Aug 11 20:51:17.448 INFO O| Aug 11 20:51:17.448 INFO STEP 50 (remove_files) COMPLETE
96002026-08-11T20:51:18.604Z[ host-image] Aug 11 20:51:17.448 INFO O| Aug 11 20:51:17.448 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-11T20:51:18.610Z[ host-image] Aug 11 20:51:17.454 INFO O| Aug 11 20:51:17.454 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96022026-08-11T20:51:18.610Z[ host-image] Aug 11 20:51:17.454 INFO O| Aug 11 20:51:17.454 INFO STEP 51 (remove_files) COMPLETE
96032026-08-11T20:51:18.610Z[ host-image] Aug 11 20:51:17.454 INFO O| Aug 11 20:51:17.454 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-11T20:51:18.628Z[ host-image] Aug 11 20:51:17.462 INFO O| Aug 11 20:51:17.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96052026-08-11T20:51:18.629Z[ host-image] Aug 11 20:51:17.462 INFO O| Aug 11 20:51:17.462 INFO STEP 52 (remove_files) COMPLETE
96062026-08-11T20:51:18.629Z[ host-image] Aug 11 20:51:17.462 INFO O| Aug 11 20:51:17.462 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-11T20:51:18.639Z[ host-image] Aug 11 20:51:17.470 INFO O| Aug 11 20:51:17.470 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96082026-08-11T20:51:18.639Z[ host-image] Aug 11 20:51:17.471 INFO O| Aug 11 20:51:17.470 INFO STEP 53 (remove_files) COMPLETE
96092026-08-11T20:51:18.639Z[ host-image] Aug 11 20:51:17.471 INFO O| Aug 11 20:51:17.471 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-11T20:51:18.642Z[ host-image] Aug 11 20:51:17.478 INFO O| Aug 11 20:51:17.478 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96112026-08-11T20:51:18.642Z[ host-image] Aug 11 20:51:17.478 INFO O| Aug 11 20:51:17.478 INFO STEP 54 (remove_files) COMPLETE
96122026-08-11T20:51:18.642Z[ host-image] Aug 11 20:51:17.478 INFO O| Aug 11 20:51:17.478 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-11T20:51:18.642Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
96142026-08-11T20:51:18.642Z[ host-image] Aug 11 20:51:17.484 INFO O| Aug 11 20:51:17.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96152026-08-11T20:51:18.642Z[ host-image] Aug 11 20:51:17.485 INFO O| Aug 11 20:51:17.485 INFO STEP 55 (remove_files) COMPLETE
96162026-08-11T20:51:18.642Z[ host-image] Aug 11 20:51:17.485 INFO O| Aug 11 20:51:17.485 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-11T20:51:18.646Z[ host-image] Aug 11 20:51:17.490 INFO O| Aug 11 20:51:17.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96182026-08-11T20:51:18.646Z[ host-image] Aug 11 20:51:17.490 INFO O| Aug 11 20:51:17.490 INFO STEP 56 (remove_files) COMPLETE
96192026-08-11T20:51:18.646Z[ host-image] Aug 11 20:51:17.490 INFO O| Aug 11 20:51:17.490 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-08-11T20:51:18.654Z[ host-image] Aug 11 20:51:17.498 INFO O| Aug 11 20:51:17.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96212026-08-11T20:51:18.654Z[ host-image] Aug 11 20:51:17.498 INFO O| Aug 11 20:51:17.498 INFO STEP 57 (remove_files) COMPLETE
96222026-08-11T20:51:18.660Z[ host-image] Aug 11 20:51:17.498 INFO O| Aug 11 20:51:17.498 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-08-11T20:51:18.663Z[ host-image] Aug 11 20:51:17.505 INFO O| Aug 11 20:51:17.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96242026-08-11T20:51:18.663Z[ host-image] Aug 11 20:51:17.505 INFO O| Aug 11 20:51:17.505 INFO STEP 58 (remove_files) COMPLETE
96252026-08-11T20:51:18.663Z[ host-image] Aug 11 20:51:17.505 INFO O| Aug 11 20:51:17.505 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-11T20:51:18.670Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96272026-08-11T20:51:18.670Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96282026-08-11T20:51:18.679Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96292026-08-11T20:51:18.679Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96302026-08-11T20:51:18.679Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96312026-08-11T20:51:18.679Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96322026-08-11T20:51:18.679Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO ok!
96332026-08-11T20:51:18.679Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO STEP 59 (ensure_file) COMPLETE
96342026-08-11T20:51:18.679Z[ host-image] Aug 11 20:51:17.513 INFO O| Aug 11 20:51:17.513 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96362026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96372026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96382026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96392026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96402026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96412026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO ok!
96422026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO STEP 60 (ensure_file) COMPLETE
96432026-08-11T20:51:18.683Z[ host-image] Aug 11 20:51:17.522 INFO O| Aug 11 20:51:17.522 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-08-11T20:51:18.686Z[ host-image] Aug 11 20:51:17.530 INFO O| Aug 11 20:51:17.530 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96452026-08-11T20:51:18.686Z[ host-image] Aug 11 20:51:17.530 INFO O| Aug 11 20:51:17.530 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96462026-08-11T20:51:18.689Z[ host-image] Aug 11 20:51:17.530 INFO O| Aug 11 20:51:17.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96472026-08-11T20:51:18.689Z[ host-image] Aug 11 20:51:17.530 INFO O| Aug 11 20:51:17.530 INFO ok!
96482026-08-11T20:51:18.689Z[ host-image] Aug 11 20:51:17.530 INFO O| Aug 11 20:51:17.530 INFO STEP 61 (ensure_file) COMPLETE
96492026-08-11T20:51:18.689Z[ host-image] Aug 11 20:51:17.530 INFO O| Aug 11 20:51:17.530 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-11T20:51:18.698Z[ host-image] Aug 11 20:51:17.537 INFO O| Aug 11 20:51:17.537 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96512026-08-11T20:51:18.698Z[ host-image] Aug 11 20:51:17.537 INFO O| Aug 11 20:51:17.537 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96522026-08-11T20:51:18.708Z[ host-image] Aug 11 20:51:17.537 INFO O| Aug 11 20:51:17.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96532026-08-11T20:51:18.708Z[ host-image] Aug 11 20:51:17.537 INFO O| Aug 11 20:51:17.537 INFO ok!
96542026-08-11T20:51:18.708Z[ host-image] Aug 11 20:51:17.537 INFO O| Aug 11 20:51:17.537 INFO STEP 62 (ensure_file) COMPLETE
96552026-08-11T20:51:18.708Z[ host-image] Aug 11 20:51:17.537 INFO O| Aug 11 20:51:17.537 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-08-11T20:51:18.708Z[ host-image] Aug 11 20:51:17.543 INFO O| Aug 11 20:51:17.543 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96572026-08-11T20:51:18.708Z[ host-image] Aug 11 20:51:17.543 INFO O| Aug 11 20:51:17.543 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96582026-08-11T20:51:18.709Z[ host-image] Aug 11 20:51:17.543 INFO O| Aug 11 20:51:17.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96592026-08-11T20:51:18.709Z[ host-image] Aug 11 20:51:17.543 INFO O| Aug 11 20:51:17.543 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96602026-08-11T20:51:18.709Z[ host-image] Aug 11 20:51:17.543 INFO O| Aug 11 20:51:17.543 INFO ok!
96612026-08-11T20:51:18.709Z[ host-image] Aug 11 20:51:17.543 INFO O| Aug 11 20:51:17.543 INFO STEP 63 (ensure_file) COMPLETE
96622026-08-11T20:51:18.709Z[ host-image] Aug 11 20:51:17.543 INFO O| Aug 11 20:51:17.543 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.550 INFO O| Aug 11 20:51:17.550 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96642026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.550 INFO O| Aug 11 20:51:17.550 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96652026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.550 INFO O| Aug 11 20:51:17.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96662026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.550 INFO O| Aug 11 20:51:17.550 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96672026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.550 INFO O| Aug 11 20:51:17.550 INFO ok!
96682026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.550 INFO O| Aug 11 20:51:17.550 INFO STEP 64 (ensure_file) COMPLETE
96692026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.550 INFO O| Aug 11 20:51:17.550 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.556 INFO O| Aug 11 20:51:17.556 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96712026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.556 INFO O| Aug 11 20:51:17.556 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96722026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.556 INFO O| Aug 11 20:51:17.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96732026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.556 INFO O| Aug 11 20:51:17.556 INFO ok!
96742026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.557 INFO O| Aug 11 20:51:17.556 INFO STEP 65 (assemble_files) COMPLETE
96752026-08-11T20:51:18.714Z[ host-image] Aug 11 20:51:17.557 INFO O| Aug 11 20:51:17.557 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-11T20:51:18.719Z[ host-image] Aug 11 20:51:17.562 INFO O| Aug 11 20:51:17.562 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96772026-08-11T20:51:18.719Z[ host-image] Aug 11 20:51:17.562 INFO O| Aug 11 20:51:17.562 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96782026-08-11T20:51:18.719Z[ host-image] Aug 11 20:51:17.562 INFO O| Aug 11 20:51:17.562 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96792026-08-11T20:51:18.719Z[ host-image] Aug 11 20:51:17.562 INFO O| Aug 11 20:51:17.562 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96802026-08-11T20:51:18.719Z[ host-image] Aug 11 20:51:17.562 INFO O| Aug 11 20:51:17.562 INFO ok!
96812026-08-11T20:51:18.720Z[ host-image] Aug 11 20:51:17.562 INFO O| Aug 11 20:51:17.562 INFO STEP 66 (ensure_file) COMPLETE
96822026-08-11T20:51:18.720Z[ host-image] Aug 11 20:51:17.562 INFO O| Aug 11 20:51:17.562 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-08-11T20:51:18.728Z[ host-image] Aug 11 20:51:17.568 INFO O| Aug 11 20:51:17.568 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96842026-08-11T20:51:18.728Z[ host-image] Aug 11 20:51:17.568 INFO O| Aug 11 20:51:17.568 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96852026-08-11T20:51:18.736Z[ host-image] Aug 11 20:51:17.568 INFO O| Aug 11 20:51:17.568 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96862026-08-11T20:51:18.736Z[ host-image] Aug 11 20:51:17.568 INFO O| Aug 11 20:51:17.568 INFO STEP 67 (ensure_dir) COMPLETE
96872026-08-11T20:51:18.736Z[ host-image] Aug 11 20:51:17.568 INFO O| Aug 11 20:51:17.568 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-11T20:51:18.736Z[ host-image] Aug 11 20:51:17.576 INFO O| Aug 11 20:51:17.576 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96892026-08-11T20:51:18.736Z[ host-image] Aug 11 20:51:17.576 INFO O| Aug 11 20:51:17.576 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 ...
96902026-08-11T20:51:18.740Z[ host-image] Aug 11 20:51:17.582 INFO O| Aug 11 20:51:17.582 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
96912026-08-11T20:51:18.741Z[ host-image] Aug 11 20:51:17.582 INFO O| Aug 11 20:51:17.582 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96922026-08-11T20:51:18.741Z[ host-image] Aug 11 20:51:17.582 INFO O| Aug 11 20:51:17.582 INFO ok!
96932026-08-11T20:51:18.741Z[ host-image] Aug 11 20:51:17.582 INFO O| Aug 11 20:51:17.582 INFO STEP 68 (ensure_file) COMPLETE
96942026-08-11T20:51:18.741Z[ host-image] Aug 11 20:51:17.582 INFO O| Aug 11 20:51:17.582 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-08-11T20:51:18.745Z[ host-image] Aug 11 20:51:17.589 INFO O| Aug 11 20:51:17.589 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96962026-08-11T20:51:18.745Z[ host-image] Aug 11 20:51:17.589 INFO O| Aug 11 20:51:17.589 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 ...
96972026-08-11T20:51:18.748Z[ host-image] Aug 11 20:51:17.589 INFO O| Aug 11 20:51:17.589 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
96982026-08-11T20:51:18.748Z[ host-image] Aug 11 20:51:17.589 INFO O| Aug 11 20:51:17.589 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96992026-08-11T20:51:18.748Z[ host-image] Aug 11 20:51:17.589 INFO O| Aug 11 20:51:17.589 INFO ok!
97002026-08-11T20:51:18.748Z[ host-image] Aug 11 20:51:17.589 INFO O| Aug 11 20:51:17.589 INFO STEP 69 (ensure_file) COMPLETE
97012026-08-11T20:51:18.748Z[ host-image] Aug 11 20:51:17.589 INFO O| Aug 11 20:51:17.589 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-08-11T20:51:18.756Z[ host-image] Aug 11 20:51:17.600 INFO O| Aug 11 20:51:17.600 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97032026-08-11T20:51:18.756Z[ host-image] Aug 11 20:51:17.600 INFO O| Aug 11 20:51:17.600 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97042026-08-11T20:51:20.222Z[ host-image] Aug 11 20:51:19.066 INFO O| Aug 11 20:51:19.066 INFO STEP 70 (pack_tar) COMPLETE
97052026-08-11T20:51:20.222Z[ host-image] Aug 11 20:51:19.066 INFO O| Aug 11 20:51:19.066 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97062026-08-11T20:51:20.222Z[ host-image] Aug 11 20:51:19.066 INFO O| Aug 11 20:51:19.066 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97072026-08-11T20:51:20.569Z[ host-image] Aug 11 20:51:19.413 INFO O| Aug 11 20:51:19.412 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97082026-08-11T20:51:20.724Z[ host-image] Aug 11 20:51:19.560 INFO O| Aug 11 20:51:19.560 INFO completed processing sled/ramdisk-02-trim
97092026-08-11T20:51:20.731Z[ host-image] Aug 11 20:51:19.563 INFO image builder template: zfs...
97102026-08-11T20:51:20.731Z[ host-image] Aug 11 20:51:19.563 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/.tmp28S9u0/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97112026-08-11T20:51:20.746Z[ host-image] Aug 11 20:51:19.575 INFO O| Aug 11 20:51:19.575 INFO skip include "stress" because feature "stress" is not enabled
97122026-08-11T20:51:20.746Z[ host-image] Aug 11 20:51:19.575 INFO O| Aug 11 20:51:19.575 INFO skip include "stress" because feature "compliance" is not enabled
97132026-08-11T20:51:20.760Z[ host-image] Aug 11 20:51:19.603 INFO O| Aug 11 20:51:19.603 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97142026-08-11T20:51:20.766Z[ host-image] Aug 11 20:51:19.608 INFO O| Aug 11 20:51:19.608 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97152026-08-11T20:51:20.917Z[ host-image] Aug 11 20:51:19.760 INFO O| Aug 11 20:51:19.760 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97162026-08-11T20:51:21.018Z[ host-image] Aug 11 20:51:19.861 INFO O| Aug 11 20:51:19.861 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97172026-08-11T20:51:21.018Z[ host-image] Aug 11 20:51:19.861 INFO O| Aug 11 20:51:19.861 INFO work dataset: rpool/images/build/host/work/sled/zfs
97182026-08-11T20:51:21.023Z[ host-image] Aug 11 20:51:19.865 INFO O| Aug 11 20:51:19.865 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97192026-08-11T20:51:21.166Z[ host-image] Aug 11 20:51:20.010 INFO O| Aug 11 20:51:20.010 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97202026-08-11T20:51:21.249Z[ host-image] Aug 11 20:51:20.093 INFO O| Aug 11 20:51:20.093 INFO DESTROY POOL: TEMPORARY-sled-zfs
97212026-08-11T20:51:21.258Z[ host-image] Aug 11 20:51:20.102 INFO O| Aug 11 20:51:20.102 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97222026-08-11T20:51:21.277Z[ host-image] Aug 11 20:51:20.106 INFO O| Aug 11 20:51:20.106 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97232026-08-11T20:51:21.277Z[ host-image] Aug 11 20:51:20.106 INFO O| Aug 11 20:51:20.106 INFO no lofi found
97242026-08-11T20:51:21.277Z[ host-image] Aug 11 20:51:20.106 INFO O| Aug 11 20:51:20.106 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97252026-08-11T20:51:21.277Z[ host-image] Aug 11 20:51:20.106 INFO O| Aug 11 20:51:20.106 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97262026-08-11T20:51:23.158Z[ host-image] Aug 11 20:51:22.001 INFO O| Aug 11 20:51:22.001 INFO lofi device = /dev/dsk/c2t1d0p0
97272026-08-11T20:51:23.158Z[ host-image] Aug 11 20:51:22.001 INFO O| Aug 11 20:51:22.001 INFO pool device = /dev/dsk/c2t1d0p0
97282026-08-11T20:51:23.158Z[ host-image] Aug 11 20:51:22.001 INFO O| Aug 11 20:51:22.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"]
97292026-08-11T20:51:23.245Z[ host-image] Aug 11 20:51:22.088 INFO O| Aug 11 20:51:22.088 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97302026-08-11T20:51:23.245Z[ host-image] Aug 11 20:51:22.088 INFO O| Aug 11 20:51:22.088 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97312026-08-11T20:51:23.263Z[ host-image] Aug 11 20:51:22.105 INFO O| Aug 11 20:51:22.105 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97322026-08-11T20:51:23.313Z[ host-image] Aug 11 20:51:22.156 INFO O| Aug 11 20:51:22.156 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97332026-08-11T20:51:23.356Z[ host-image] Aug 11 20:51:22.185 INFO O| Aug 11 20:51:22.185 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97342026-08-11T20:51:23.381Z[ host-image] Aug 11 20:51:22.199 INFO O| Aug 11 20:51:22.199 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97352026-08-11T20:51:23.382Z[ host-image] Aug 11 20:51:22.212 INFO O| Aug 11 20:51:22.212 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97362026-08-11T20:51:23.408Z[ host-image] Aug 11 20:51:22.252 INFO O| Aug 11 20:51:22.252 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97372026-08-11T20:51:23.408Z[ host-image] Aug 11 20:51:22.252 INFO O| Aug 11 20:51:22.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97382026-08-11T20:51:23.408Z[ host-image] Aug 11 20:51:22.252 INFO O| Aug 11 20:51:22.252 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97392026-08-11T20:51:23.418Z[ host-image] Aug 11 20:51:22.261 INFO O| Aug 11 20:51:22.261 INFO boot environment UUID: 234e1584-3d24-42fe-a346-87a26df96379
97402026-08-11T20:51:23.419Z[ host-image] Aug 11 20:51:22.261 INFO O| Aug 11 20:51:22.261 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 234e1584-3d24-42fe-a346-87a26df96379
97412026-08-11T20:51:23.431Z[ host-image] Aug 11 20:51:22.275 INFO O| Aug 11 20:51:22.275 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97422026-08-11T20:51:23.454Z[ host-image] Aug 11 20:51:22.292 INFO O| Aug 11 20:51:22.292 INFO STEP 0 (create_be) COMPLETE
97432026-08-11T20:51:23.470Z[ host-image] Aug 11 20:51:22.292 INFO O| Aug 11 20:51:22.292 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97442026-08-11T20:51:23.480Z[ host-image] Aug 11 20:51:22.308 INFO O| Aug 11 20:51:22.308 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97452026-08-11T20:51:23.596Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97462026-08-11T20:51:33.718Z[ host-image] Aug 11 20:51:32.562 INFO O| Aug 11 20:51:32.562 INFO STEP 1 (unpack_tar) COMPLETE
97472026-08-11T20:51:33.718Z[ host-image] Aug 11 20:51:32.562 INFO O| Aug 11 20:51:32.562 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97482026-08-11T20:51:33.729Z[ host-image] Aug 11 20:51:32.573 INFO O| Aug 11 20:51:32.573 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97492026-08-11T20:51:34.073Z[ host-image] Aug 11 20:51:32.917 INFO O| Aug 11 20:51:32.917 INFO STEP 2 (devfsadm) COMPLETE
97502026-08-11T20:51:34.074Z[ host-image] Aug 11 20:51:32.917 INFO O| Aug 11 20:51:32.917 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97512026-08-11T20:51:34.084Z[ host-image] Aug 11 20:51:32.928 INFO O| Aug 11 20:51:32.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97522026-08-11T20:51:34.084Z[ host-image] Aug 11 20:51:32.928 INFO O| Aug 11 20:51:32.928 INFO STEP 3 (ensure_dir) COMPLETE
97532026-08-11T20:51:34.084Z[ host-image] Aug 11 20:51:32.928 INFO O| Aug 11 20:51:32.928 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97542026-08-11T20:51:34.094Z[ host-image] Aug 11 20:51:32.938 INFO O| Aug 11 20:51:32.938 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97552026-08-11T20:51:34.094Z[ host-image] Aug 11 20:51:32.938 INFO O| Aug 11 20:51:32.938 INFO STEP 4 (ensure_dir) COMPLETE
97562026-08-11T20:51:34.096Z[ host-image] Aug 11 20:51:32.938 INFO O| Aug 11 20:51:32.938 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-08-11T20:51:34.103Z[ host-image] Aug 11 20:51:32.947 INFO O| Aug 11 20:51:32.947 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97582026-08-11T20:51:34.103Z[ host-image] Aug 11 20:51:32.947 INFO O| Aug 11 20:51:32.947 INFO STEP 5 (ensure_dir) COMPLETE
97592026-08-11T20:51:34.107Z[ host-image] Aug 11 20:51:32.947 INFO O| Aug 11 20:51:32.947 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97602026-08-11T20:51:34.112Z[ host-image] Aug 11 20:51:32.955 INFO O| Aug 11 20:51:32.955 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97612026-08-11T20:51:34.115Z[ host-image] Aug 11 20:51:32.955 INFO O| Aug 11 20:51:32.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97622026-08-11T20:51:34.115Z[ host-image] Aug 11 20:51:32.955 INFO O| Aug 11 20:51:32.955 INFO STEP 6 (ensure_dir) COMPLETE
97632026-08-11T20:51:34.115Z[ host-image] Aug 11 20:51:32.955 INFO O| Aug 11 20:51:32.955 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-08-11T20:51:34.120Z[ host-image] Aug 11 20:51:32.963 INFO O| Aug 11 20:51:32.963 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97652026-08-11T20:51:34.123Z[ host-image] Aug 11 20:51:32.963 INFO O| Aug 11 20:51:32.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97662026-08-11T20:51:34.123Z[ host-image] Aug 11 20:51:32.963 INFO O| Aug 11 20:51:32.963 INFO STEP 7 (ensure_dir) COMPLETE
97672026-08-11T20:51:34.123Z[ host-image] Aug 11 20:51:32.963 INFO O| Aug 11 20:51:32.963 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97682026-08-11T20:51:34.128Z[ host-image] Aug 11 20:51:32.972 INFO O| Aug 11 20:51:32.972 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97692026-08-11T20:51:34.130Z[ host-image] Aug 11 20:51:32.972 INFO O| Aug 11 20:51:32.972 INFO STEP 8 (remove_files) COMPLETE
97702026-08-11T20:51:34.131Z[ host-image] Aug 11 20:51:32.972 INFO O| Aug 11 20:51:32.972 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97712026-08-11T20:51:34.137Z[ host-image] Aug 11 20:51:32.981 INFO O| Aug 11 20:51:32.981 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97722026-08-11T20:51:34.140Z[ host-image] Aug 11 20:51:32.982 INFO O| Aug 11 20:51:32.982 INFO STEP 9 (remove_files) COMPLETE
97732026-08-11T20:51:34.140Z[ host-image] Aug 11 20:51:32.982 INFO O| Aug 11 20:51:32.982 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97742026-08-11T20:51:34.147Z[ host-image] Aug 11 20:51:32.991 INFO O| Aug 11 20:51:32.991 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97752026-08-11T20:51:34.150Z[ host-image] Aug 11 20:51:32.991 INFO O| Aug 11 20:51:32.991 INFO STEP 10 (remove_files) COMPLETE
97762026-08-11T20:51:34.150Z[ host-image] Aug 11 20:51:32.991 INFO O| Aug 11 20:51:32.991 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97772026-08-11T20:51:34.156Z[ host-image] Aug 11 20:51:33.000 INFO O| Aug 11 20:51:33.000 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97782026-08-11T20:51:34.158Z[ host-image] Aug 11 20:51:33.000 INFO O| Aug 11 20:51:33.000 INFO STEP 11 (remove_files) COMPLETE
97792026-08-11T20:51:34.159Z[ host-image] Aug 11 20:51:33.000 INFO O| Aug 11 20:51:33.000 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-08-11T20:51:34.167Z[ host-image] Aug 11 20:51:33.010 INFO O| Aug 11 20:51:33.010 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97812026-08-11T20:51:34.170Z[ host-image] Aug 11 20:51:33.010 INFO O| Aug 11 20:51:33.010 INFO STEP 12 (remove_files) COMPLETE
97822026-08-11T20:51:34.170Z[ host-image] Aug 11 20:51:33.010 INFO O| Aug 11 20:51:33.010 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-11T20:51:34.175Z[ host-image] Aug 11 20:51:33.019 INFO O| Aug 11 20:51:33.019 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97842026-08-11T20:51:34.175Z[ host-image] Aug 11 20:51:33.019 INFO O| Aug 11 20:51:33.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97852026-08-11T20:51:34.178Z[ host-image] Aug 11 20:51:33.019 INFO O| Aug 11 20:51:33.019 INFO STEP 13 (ensure_dir) COMPLETE
97862026-08-11T20:51:34.178Z[ host-image] Aug 11 20:51:33.019 INFO O| Aug 11 20:51:33.019 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-08-11T20:51:34.183Z[ host-image] Aug 11 20:51:33.028 INFO O| Aug 11 20:51:33.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97882026-08-11T20:51:34.186Z[ host-image] Aug 11 20:51:33.028 INFO O| Aug 11 20:51:33.028 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97892026-08-11T20:51:34.186Z[ host-image] Aug 11 20:51:33.028 INFO O| Aug 11 20:51:33.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97902026-08-11T20:51:34.186Z[ host-image] Aug 11 20:51:33.028 INFO O| Aug 11 20:51:33.028 INFO STEP 14 (ensure_dir) COMPLETE
97912026-08-11T20:51:34.186Z[ host-image] Aug 11 20:51:33.028 INFO O| Aug 11 20:51:33.028 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-11T20:51:34.191Z[ host-image] Aug 11 20:51:33.035 INFO O| Aug 11 20:51:33.035 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97932026-08-11T20:51:34.191Z[ host-image] Aug 11 20:51:33.035 INFO O| Aug 11 20:51:33.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97942026-08-11T20:51:34.194Z[ host-image] Aug 11 20:51:33.035 INFO O| Aug 11 20:51:33.035 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97952026-08-11T20:51:34.194Z[ host-image] Aug 11 20:51:33.035 INFO O| Aug 11 20:51:33.035 INFO STEP 15 (ensure_dir) COMPLETE
97962026-08-11T20:51:34.194Z[ host-image] Aug 11 20:51:33.035 INFO O| Aug 11 20:51:33.035 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-08-11T20:51:34.198Z[ host-image] Aug 11 20:51:33.042 INFO O| Aug 11 20:51:33.042 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97982026-08-11T20:51:34.198Z[ host-image] Aug 11 20:51:33.042 INFO O| Aug 11 20:51:33.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97992026-08-11T20:51:34.201Z[ host-image] Aug 11 20:51:33.042 INFO O| Aug 11 20:51:33.042 INFO STEP 16 (ensure_dir) COMPLETE
98002026-08-11T20:51:34.201Z[ host-image] Aug 11 20:51:33.042 INFO O| Aug 11 20:51:33.042 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-08-11T20:51:34.209Z[ host-image] Aug 11 20:51:33.053 INFO O| Aug 11 20:51:33.053 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98022026-08-11T20:51:34.209Z[ host-image] Aug 11 20:51:33.053 INFO O| Aug 11 20:51:33.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98032026-08-11T20:51:34.213Z[ host-image] Aug 11 20:51:33.053 INFO O| Aug 11 20:51:33.053 INFO STEP 17 (ensure_dir) COMPLETE
98042026-08-11T20:51:34.213Z[ host-image] Aug 11 20:51:33.053 INFO O| Aug 11 20:51:33.053 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-11T20:51:34.219Z[ host-image] Aug 11 20:51:33.063 INFO O| Aug 11 20:51:33.063 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98062026-08-11T20:51:34.219Z[ host-image] Aug 11 20:51:33.063 INFO O| Aug 11 20:51:33.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98072026-08-11T20:51:34.222Z[ host-image] Aug 11 20:51:33.063 INFO O| Aug 11 20:51:33.063 INFO ok!
98082026-08-11T20:51:34.222Z[ host-image] Aug 11 20:51:33.063 INFO O| Aug 11 20:51:33.063 INFO STEP 18 (ensure_symlink) COMPLETE
98092026-08-11T20:51:34.222Z[ host-image] Aug 11 20:51:33.063 INFO O| Aug 11 20:51:33.063 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-11T20:51:34.229Z[ host-image] Aug 11 20:51:33.073 INFO O| Aug 11 20:51:33.073 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98112026-08-11T20:51:34.229Z[ host-image] Aug 11 20:51:33.073 INFO O| Aug 11 20:51:33.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98122026-08-11T20:51:34.232Z[ host-image] Aug 11 20:51:33.073 INFO O| Aug 11 20:51:33.073 INFO ok!
98132026-08-11T20:51:34.232Z[ host-image] Aug 11 20:51:33.073 INFO O| Aug 11 20:51:33.073 INFO STEP 19 (ensure_file) COMPLETE
98142026-08-11T20:51:34.232Z[ host-image] Aug 11 20:51:33.073 INFO O| Aug 11 20:51:33.073 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98152026-08-11T20:51:34.238Z[ host-image] Aug 11 20:51:33.082 INFO O| Aug 11 20:51:33.082 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98162026-08-11T20:51:34.238Z[ host-image] Aug 11 20:51:33.082 INFO O| Aug 11 20:51:33.082 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98172026-08-11T20:51:34.241Z[ host-image] Aug 11 20:51:33.082 INFO O| Aug 11 20:51:33.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98182026-08-11T20:51:34.241Z[ host-image] Aug 11 20:51:33.082 INFO O| Aug 11 20:51:33.082 INFO ok!
98192026-08-11T20:51:34.241Z[ host-image] Aug 11 20:51:33.082 INFO O| Aug 11 20:51:33.082 INFO STEP 20 (ensure_symlink) COMPLETE
98202026-08-11T20:51:34.241Z[ host-image] Aug 11 20:51:33.082 INFO O| Aug 11 20:51:33.082 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98212026-08-11T20:51:34.248Z[ host-image] Aug 11 20:51:33.092 INFO O| Aug 11 20:51:33.092 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98222026-08-11T20:51:34.248Z[ host-image] Aug 11 20:51:33.092 INFO O| Aug 11 20:51:33.092 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98232026-08-11T20:51:34.251Z[ host-image] Aug 11 20:51:33.092 INFO O| Aug 11 20:51:33.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98242026-08-11T20:51:34.251Z[ host-image] Aug 11 20:51:33.092 INFO O| Aug 11 20:51:33.092 INFO ok!
98252026-08-11T20:51:34.251Z[ host-image] Aug 11 20:51:33.092 INFO O| Aug 11 20:51:33.092 INFO STEP 21 (ensure_symlink) COMPLETE
98262026-08-11T20:51:34.251Z[ host-image] Aug 11 20:51:33.092 INFO O| Aug 11 20:51:33.092 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98272026-08-11T20:51:34.258Z[ host-image] Aug 11 20:51:33.102 INFO O| Aug 11 20:51:33.102 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98282026-08-11T20:51:34.258Z[ host-image] Aug 11 20:51:33.102 INFO O| Aug 11 20:51:33.102 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98292026-08-11T20:51:34.262Z[ host-image] Aug 11 20:51:33.102 INFO O| Aug 11 20:51:33.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98302026-08-11T20:51:34.262Z[ host-image] Aug 11 20:51:33.102 INFO O| Aug 11 20:51:33.102 INFO ok!
98312026-08-11T20:51:34.262Z[ host-image] Aug 11 20:51:33.102 INFO O| Aug 11 20:51:33.102 INFO STEP 22 (ensure_symlink) COMPLETE
98322026-08-11T20:51:34.262Z[ host-image] Aug 11 20:51:33.102 INFO O| Aug 11 20:51:33.102 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98332026-08-11T20:51:34.268Z[ host-image] Aug 11 20:51:33.111 INFO O| Aug 11 20:51:33.111 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98342026-08-11T20:51:34.268Z[ host-image] Aug 11 20:51:33.111 INFO O| Aug 11 20:51:33.111 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98352026-08-11T20:51:34.271Z[ host-image] Aug 11 20:51:33.111 INFO O| Aug 11 20:51:33.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98362026-08-11T20:51:34.271Z[ host-image] Aug 11 20:51:33.111 INFO O| Aug 11 20:51:33.111 INFO ok!
98372026-08-11T20:51:34.271Z[ host-image] Aug 11 20:51:33.111 INFO O| Aug 11 20:51:33.111 INFO STEP 23 (ensure_symlink) COMPLETE
98382026-08-11T20:51:34.271Z[ host-image] Aug 11 20:51:33.111 INFO O| Aug 11 20:51:33.111 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98392026-08-11T20:51:34.275Z[ host-image] Aug 11 20:51:33.119 INFO O| Aug 11 20:51:33.119 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98402026-08-11T20:51:34.280Z[ host-image] Aug 11 20:51:33.119 INFO O| Aug 11 20:51:33.119 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98412026-08-11T20:51:34.280Z[ host-image] Aug 11 20:51:33.119 INFO O| Aug 11 20:51:33.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98422026-08-11T20:51:34.280Z[ host-image] Aug 11 20:51:33.119 INFO O| Aug 11 20:51:33.119 INFO ok!
98432026-08-11T20:51:34.280Z[ host-image] Aug 11 20:51:33.119 INFO O| Aug 11 20:51:33.119 INFO STEP 24 (ensure_file) COMPLETE
98442026-08-11T20:51:34.280Z[ host-image] Aug 11 20:51:33.119 INFO O| Aug 11 20:51:33.119 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-08-11T20:51:34.283Z[ host-image] Aug 11 20:51:33.127 INFO O| Aug 11 20:51:33.127 INFO updating shadow file
98462026-08-11T20:51:34.286Z[ host-image] Aug 11 20:51:33.128 INFO O| Aug 11 20:51:33.128 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98472026-08-11T20:51:34.286Z[ host-image] Aug 11 20:51:33.128 INFO O| Aug 11 20:51:33.128 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98482026-08-11T20:51:34.286Z[ host-image] Aug 11 20:51:33.128 INFO O| Aug 11 20:51:33.128 INFO STEP 25 (shadow) COMPLETE
98492026-08-11T20:51:34.286Z[ host-image] Aug 11 20:51:33.128 INFO O| Aug 11 20:51:33.128 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-11T20:51:34.295Z[ host-image] Aug 11 20:51:33.138 INFO O| Aug 11 20:51:33.138 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98512026-08-11T20:51:34.295Z[ host-image] Aug 11 20:51:33.139 INFO O| Aug 11 20:51:33.138 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98522026-08-11T20:51:34.298Z[ host-image] Aug 11 20:51:33.139 INFO O| Aug 11 20:51:33.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98532026-08-11T20:51:34.298Z[ host-image] Aug 11 20:51:33.139 INFO O| Aug 11 20:51:33.139 INFO ok!
98542026-08-11T20:51:34.298Z[ host-image] Aug 11 20:51:33.139 INFO O| Aug 11 20:51:33.139 INFO STEP 26 (ensure_file) COMPLETE
98552026-08-11T20:51:34.298Z[ host-image] Aug 11 20:51:33.139 INFO O| Aug 11 20:51:33.139 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-08-11T20:51:34.303Z[ host-image] Aug 11 20:51:33.147 INFO O| Aug 11 20:51:33.147 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98572026-08-11T20:51:34.306Z[ host-image] Aug 11 20:51:33.147 INFO O| Aug 11 20:51:33.147 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98582026-08-11T20:51:34.306Z[ host-image] Aug 11 20:51:33.147 INFO O| Aug 11 20:51:33.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98592026-08-11T20:51:34.306Z[ host-image] Aug 11 20:51:33.147 INFO O| Aug 11 20:51:33.147 INFO ok!
98602026-08-11T20:51:34.306Z[ host-image] Aug 11 20:51:33.147 INFO O| Aug 11 20:51:33.147 INFO STEP 27 (ensure_file) COMPLETE
98612026-08-11T20:51:34.306Z[ host-image] Aug 11 20:51:33.147 INFO O| Aug 11 20:51:33.147 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-11T20:51:34.312Z[ host-image] Aug 11 20:51:33.156 INFO O| Aug 11 20:51:33.156 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98632026-08-11T20:51:34.312Z[ host-image] Aug 11 20:51:33.156 INFO O| Aug 11 20:51:33.156 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98642026-08-11T20:51:34.315Z[ host-image] Aug 11 20:51:33.156 INFO O| Aug 11 20:51:33.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98652026-08-11T20:51:34.315Z[ host-image] Aug 11 20:51:33.156 INFO O| Aug 11 20:51:33.156 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98662026-08-11T20:51:34.315Z[ host-image] Aug 11 20:51:33.156 INFO O| Aug 11 20:51:33.156 INFO ok!
98672026-08-11T20:51:34.315Z[ host-image] Aug 11 20:51:33.156 INFO O| Aug 11 20:51:33.156 INFO STEP 28 (ensure_file) COMPLETE
98682026-08-11T20:51:34.315Z[ host-image] Aug 11 20:51:33.156 INFO O| Aug 11 20:51:33.156 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98692026-08-11T20:51:34.321Z[ host-image] Aug 11 20:51:33.164 INFO O| Aug 11 20:51:33.164 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98702026-08-11T20:51:34.321Z[ host-image] Aug 11 20:51:33.164 INFO O| Aug 11 20:51:33.164 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98712026-08-11T20:51:34.324Z[ host-image] Aug 11 20:51:33.164 INFO O| Aug 11 20:51:33.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98722026-08-11T20:51:34.324Z[ host-image] Aug 11 20:51:33.164 INFO O| Aug 11 20:51:33.164 INFO ok!
98732026-08-11T20:51:34.324Z[ host-image] Aug 11 20:51:33.164 INFO O| Aug 11 20:51:33.164 INFO STEP 29 (ensure_file) COMPLETE
98742026-08-11T20:51:34.324Z[ host-image] Aug 11 20:51:33.164 INFO O| Aug 11 20:51:33.164 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98752026-08-11T20:51:34.330Z[ host-image] Aug 11 20:51:33.174 INFO O| Aug 11 20:51:33.174 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98762026-08-11T20:51:34.333Z[ host-image] Aug 11 20:51:33.174 INFO O| Aug 11 20:51:33.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98772026-08-11T20:51:34.333Z[ host-image] Aug 11 20:51:33.174 INFO O| Aug 11 20:51:33.174 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98782026-08-11T20:51:34.333Z[ host-image] Aug 11 20:51:33.174 INFO O| Aug 11 20:51:33.174 INFO STEP 30 (ensure_dir) COMPLETE
98792026-08-11T20:51:34.333Z[ host-image] Aug 11 20:51:33.174 INFO O| Aug 11 20:51:33.174 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-11T20:51:34.339Z[ host-image] Aug 11 20:51:33.183 INFO O| Aug 11 20:51:33.183 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98812026-08-11T20:51:34.339Z[ host-image] Aug 11 20:51:33.183 INFO O| Aug 11 20:51:33.183 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98822026-08-11T20:51:34.342Z[ host-image] Aug 11 20:51:33.183 INFO O| Aug 11 20:51:33.183 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98832026-08-11T20:51:34.342Z[ host-image] Aug 11 20:51:33.183 INFO O| Aug 11 20:51:33.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98842026-08-11T20:51:34.342Z[ host-image] Aug 11 20:51:33.183 INFO O| Aug 11 20:51:33.183 INFO ok!
98852026-08-11T20:51:34.342Z[ host-image] Aug 11 20:51:33.183 INFO O| Aug 11 20:51:33.183 INFO STEP 31 (ensure_file) COMPLETE
98862026-08-11T20:51:34.342Z[ host-image] Aug 11 20:51:33.183 INFO O| Aug 11 20:51:33.183 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98872026-08-11T20:51:34.348Z[ host-image] Aug 11 20:51:33.192 INFO O| Aug 11 20:51:33.192 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98882026-08-11T20:51:34.350Z[ host-image] Aug 11 20:51:33.192 INFO O| Aug 11 20:51:33.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98892026-08-11T20:51:34.351Z[ host-image] Aug 11 20:51:33.192 INFO O| Aug 11 20:51:33.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98902026-08-11T20:51:34.351Z[ host-image] Aug 11 20:51:33.192 INFO O| Aug 11 20:51:33.192 INFO STEP 32 (ensure_dir) COMPLETE
98912026-08-11T20:51:34.351Z[ host-image] Aug 11 20:51:33.192 INFO O| Aug 11 20:51:33.192 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98922026-08-11T20:51:34.356Z[ host-image] Aug 11 20:51:33.200 INFO O| Aug 11 20:51:33.200 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98932026-08-11T20:51:34.356Z[ host-image] Aug 11 20:51:33.200 INFO O| Aug 11 20:51:33.200 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 ...
98942026-08-11T20:51:34.359Z[ host-image] Aug 11 20:51:33.200 INFO O| Aug 11 20:51:33.200 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
98952026-08-11T20:51:34.359Z[ host-image] Aug 11 20:51:33.200 INFO O| Aug 11 20:51:33.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98962026-08-11T20:51:34.359Z[ host-image] Aug 11 20:51:33.200 INFO O| Aug 11 20:51:33.200 INFO ok!
98972026-08-11T20:51:34.359Z[ host-image] Aug 11 20:51:33.200 INFO O| Aug 11 20:51:33.200 INFO STEP 33 (ensure_file) COMPLETE
98982026-08-11T20:51:34.359Z[ host-image] Aug 11 20:51:33.200 INFO O| Aug 11 20:51:33.200 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98992026-08-11T20:51:34.366Z[ host-image] Aug 11 20:51:33.210 INFO O| Aug 11 20:51:33.210 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99002026-08-11T20:51:34.366Z[ host-image] Aug 11 20:51:33.210 INFO O| Aug 11 20:51:33.210 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99012026-08-11T20:51:34.370Z[ host-image] Aug 11 20:51:33.210 INFO O| Aug 11 20:51:33.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99022026-08-11T20:51:34.370Z[ host-image] Aug 11 20:51:33.210 INFO O| Aug 11 20:51:33.210 INFO ok!
99032026-08-11T20:51:34.370Z[ host-image] Aug 11 20:51:33.211 INFO O| Aug 11 20:51:33.210 INFO STEP 34 (ensure_file) COMPLETE
99042026-08-11T20:51:34.370Z[ host-image] Aug 11 20:51:33.211 INFO O| Aug 11 20:51:33.211 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99052026-08-11T20:51:34.376Z[ host-image] Aug 11 20:51:33.220 INFO O| Aug 11 20:51:33.220 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99062026-08-11T20:51:34.376Z[ host-image] Aug 11 20:51:33.220 INFO O| Aug 11 20:51:33.220 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99072026-08-11T20:51:34.380Z[ host-image] Aug 11 20:51:33.220 INFO O| Aug 11 20:51:33.220 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99082026-08-11T20:51:34.380Z[ host-image] Aug 11 20:51:33.220 INFO O| Aug 11 20:51:33.220 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99092026-08-11T20:51:34.380Z[ host-image] Aug 11 20:51:33.220 INFO O| Aug 11 20:51:33.220 INFO ok!
99102026-08-11T20:51:34.380Z[ host-image] Aug 11 20:51:33.220 INFO O| Aug 11 20:51:33.220 INFO STEP 35 (ensure_file) COMPLETE
99112026-08-11T20:51:34.380Z[ host-image] Aug 11 20:51:33.220 INFO O| Aug 11 20:51:33.220 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99122026-08-11T20:51:34.386Z[ host-image] Aug 11 20:51:33.230 INFO O| Aug 11 20:51:33.230 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99132026-08-11T20:51:34.386Z[ host-image] Aug 11 20:51:33.230 INFO O| Aug 11 20:51:33.230 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99142026-08-11T20:51:34.389Z[ host-image] Aug 11 20:51:33.230 INFO O| Aug 11 20:51:33.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99152026-08-11T20:51:34.389Z[ host-image] Aug 11 20:51:33.230 INFO O| Aug 11 20:51:33.230 INFO ok!
99162026-08-11T20:51:34.389Z[ host-image] Aug 11 20:51:33.230 INFO O| Aug 11 20:51:33.230 INFO STEP 36 (ensure_file) COMPLETE
99172026-08-11T20:51:34.389Z[ host-image] Aug 11 20:51:33.230 INFO O| Aug 11 20:51:33.230 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99182026-08-11T20:51:34.396Z[ host-image] Aug 11 20:51:33.240 INFO O| Aug 11 20:51:33.240 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99192026-08-11T20:51:34.396Z[ host-image] Aug 11 20:51:33.240 INFO O| Aug 11 20:51:33.240 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99202026-08-11T20:51:34.399Z[ host-image] Aug 11 20:51:33.240 INFO O| Aug 11 20:51:33.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99212026-08-11T20:51:34.400Z[ host-image] Aug 11 20:51:33.240 INFO O| Aug 11 20:51:33.240 INFO ok!
99222026-08-11T20:51:34.400Z[ host-image] Aug 11 20:51:33.240 INFO O| Aug 11 20:51:33.240 INFO STEP 37 (ensure_file) COMPLETE
99232026-08-11T20:51:34.400Z[ host-image] Aug 11 20:51:33.240 INFO O| Aug 11 20:51:33.240 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99242026-08-11T20:51:34.405Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99252026-08-11T20:51:34.405Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99262026-08-11T20:51:34.411Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99272026-08-11T20:51:34.411Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99282026-08-11T20:51:34.411Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99292026-08-11T20:51:34.411Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99302026-08-11T20:51:34.411Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO ok!
99312026-08-11T20:51:34.411Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO STEP 38 (ensure_file) COMPLETE
99322026-08-11T20:51:34.411Z[ host-image] Aug 11 20:51:33.249 INFO O| Aug 11 20:51:33.249 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99332026-08-11T20:51:34.415Z[ host-image] Aug 11 20:51:33.258 INFO O| Aug 11 20:51:33.258 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99342026-08-11T20:51:34.415Z[ host-image] Aug 11 20:51:33.258 INFO O| Aug 11 20:51:33.258 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99352026-08-11T20:51:34.415Z[ host-image] Aug 11 20:51:33.258 INFO O| Aug 11 20:51:33.258 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99362026-08-11T20:51:34.415Z[ host-image] Aug 11 20:51:33.258 INFO O| Aug 11 20:51:33.258 INFO STEP 39 (ensure_dir) COMPLETE
99372026-08-11T20:51:34.415Z[ host-image] Aug 11 20:51:33.258 INFO O| Aug 11 20:51:33.258 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99382026-08-11T20:51:34.423Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 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
99392026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 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 ...
99402026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 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
99412026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 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
99422026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 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
99432026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 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
99442026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 INFO ok!
99452026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 INFO STEP 40 (ensure_file) COMPLETE
99462026-08-11T20:51:34.427Z[ host-image] Aug 11 20:51:33.267 INFO O| Aug 11 20:51:33.267 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99472026-08-11T20:51:34.432Z[ host-image] Aug 11 20:51:33.276 INFO O| Aug 11 20:51:33.276 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99482026-08-11T20:51:34.432Z[ host-image] Aug 11 20:51:33.276 INFO O| Aug 11 20:51:33.276 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 ...
99492026-08-11T20:51:34.435Z[ host-image] Aug 11 20:51:33.276 INFO O| Aug 11 20:51:33.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99502026-08-11T20:51:34.435Z[ host-image] Aug 11 20:51:33.276 INFO O| Aug 11 20:51:33.276 INFO ok!
99512026-08-11T20:51:34.435Z[ host-image] Aug 11 20:51:33.276 INFO O| Aug 11 20:51:33.276 INFO STEP 41 (ensure_symlink) COMPLETE
99522026-08-11T20:51:34.435Z[ host-image] Aug 11 20:51:33.276 INFO O| Aug 11 20:51:33.276 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99532026-08-11T20:51:34.441Z[ host-image] Aug 11 20:51:33.285 INFO O| Aug 11 20:51:33.285 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99542026-08-11T20:51:34.442Z[ host-image] Aug 11 20:51:33.285 INFO O| Aug 11 20:51:33.285 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99552026-08-11T20:51:34.444Z[ host-image] Aug 11 20:51:33.286 INFO O| Aug 11 20:51:33.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99562026-08-11T20:51:34.444Z[ host-image] Aug 11 20:51:33.286 INFO O| Aug 11 20:51:33.285 INFO ok!
99572026-08-11T20:51:34.444Z[ host-image] Aug 11 20:51:33.286 INFO O| Aug 11 20:51:33.286 INFO STEP 42 (ensure_symlink) COMPLETE
99582026-08-11T20:51:34.445Z[ host-image] Aug 11 20:51:33.286 INFO O| Aug 11 20:51:33.286 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-11T20:51:34.451Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99602026-08-11T20:51:34.451Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99612026-08-11T20:51:34.454Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99622026-08-11T20:51:34.454Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99632026-08-11T20:51:34.454Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99642026-08-11T20:51:34.454Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99652026-08-11T20:51:34.454Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO ok!
99662026-08-11T20:51:34.454Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO STEP 43 (ensure_file) COMPLETE
99672026-08-11T20:51:34.454Z[ host-image] Aug 11 20:51:33.295 INFO O| Aug 11 20:51:33.295 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-11T20:51:34.460Z[ host-image] Aug 11 20:51:33.304 INFO O| Aug 11 20:51:33.304 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99692026-08-11T20:51:34.460Z[ host-image] Aug 11 20:51:33.304 INFO O| Aug 11 20:51:33.304 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 ...
99702026-08-11T20:51:34.463Z[ host-image] Aug 11 20:51:33.304 INFO O| Aug 11 20:51:33.304 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
99712026-08-11T20:51:34.463Z[ host-image] Aug 11 20:51:33.304 INFO O| Aug 11 20:51:33.304 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99722026-08-11T20:51:34.463Z[ host-image] Aug 11 20:51:33.304 INFO O| Aug 11 20:51:33.304 INFO ok!
99732026-08-11T20:51:34.463Z[ host-image] Aug 11 20:51:33.304 INFO O| Aug 11 20:51:33.304 INFO STEP 44 (ensure_file) COMPLETE
99742026-08-11T20:51:34.463Z[ host-image] Aug 11 20:51:33.304 INFO O| Aug 11 20:51:33.304 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99752026-08-11T20:51:34.470Z[ host-image] Aug 11 20:51:33.314 INFO O| Aug 11 20:51:33.314 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99762026-08-11T20:51:34.470Z[ host-image] Aug 11 20:51:33.314 INFO O| Aug 11 20:51:33.314 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99772026-08-11T20:51:34.473Z[ host-image] Aug 11 20:51:33.314 INFO O| Aug 11 20:51:33.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99782026-08-11T20:51:34.473Z[ host-image] Aug 11 20:51:33.314 INFO O| Aug 11 20:51:33.314 INFO ok!
99792026-08-11T20:51:34.473Z[ host-image] Aug 11 20:51:33.314 INFO O| Aug 11 20:51:33.314 INFO STEP 45 (ensure_file) COMPLETE
99802026-08-11T20:51:34.473Z[ host-image] Aug 11 20:51:33.314 INFO O| Aug 11 20:51:33.314 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99812026-08-11T20:51:34.477Z[ host-image] Aug 11 20:51:33.321 INFO O| Aug 11 20:51:33.321 INFO updating shadow file
99822026-08-11T20:51:34.481Z[ host-image] Aug 11 20:51:33.321 INFO O| Aug 11 20:51:33.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99832026-08-11T20:51:34.481Z[ host-image] Aug 11 20:51:33.321 INFO O| Aug 11 20:51:33.321 INFO STEP 46 (shadow) COMPLETE
99842026-08-11T20:51:34.481Z[ host-image] Aug 11 20:51:33.321 INFO O| Aug 11 20:51:33.321 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99852026-08-11T20:51:34.488Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99862026-08-11T20:51:34.488Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99872026-08-11T20:51:34.495Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99882026-08-11T20:51:34.495Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99892026-08-11T20:51:34.495Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO ok!
99902026-08-11T20:51:34.495Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO STEP 47 (ensure_file) COMPLETE
99912026-08-11T20:51:34.495Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99922026-08-11T20:51:34.495Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO skip step because feature "mfg" is not enabled
99932026-08-11T20:51:34.496Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99942026-08-11T20:51:34.496Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO skip step because feature "mfg" is not enabled
99952026-08-11T20:51:34.496Z[ host-image] Aug 11 20:51:33.332 INFO O| Aug 11 20:51:33.332 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99962026-08-11T20:51:34.500Z[ host-image] Aug 11 20:51:33.341 INFO O| Aug 11 20:51:33.341 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99972026-08-11T20:51:34.500Z[ host-image] Aug 11 20:51:33.341 INFO O| Aug 11 20:51:33.341 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99982026-08-11T20:51:34.534Z[ host-image] Aug 11 20:51:33.378 INFO O| Aug 11 20:51:33.378 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99992026-08-11T20:51:34.535Z[ host-image] Aug 11 20:51:33.378 INFO O| Aug 11 20:51:33.378 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100002026-08-11T20:51:34.538Z[ host-image] Aug 11 20:51:33.378 INFO O| Aug 11 20:51:33.378 INFO ok!
100012026-08-11T20:51:34.538Z[ host-image] Aug 11 20:51:33.378 INFO O| Aug 11 20:51:33.378 INFO STEP 50 (ensure_file) COMPLETE
100022026-08-11T20:51:34.538Z[ host-image] Aug 11 20:51:33.378 INFO O| Aug 11 20:51:33.378 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-08-11T20:51:34.538Z[ host-image] Aug 11 20:51:33.378 INFO O| Aug 11 20:51:33.378 INFO skip step because feature "compliance" is not enabled
100042026-08-11T20:51:34.538Z[ host-image] Aug 11 20:51:33.378 INFO O| Aug 11 20:51:33.378 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100052026-08-11T20:51:34.545Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100062026-08-11T20:51:34.545Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100072026-08-11T20:51:34.548Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100082026-08-11T20:51:34.548Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100092026-08-11T20:51:34.548Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100102026-08-11T20:51:34.548Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100112026-08-11T20:51:34.548Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO ok!
100122026-08-11T20:51:34.548Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO STEP 52 (ensure_file) COMPLETE
100132026-08-11T20:51:34.548Z[ host-image] Aug 11 20:51:33.389 INFO O| Aug 11 20:51:33.389 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-08-11T20:51:34.553Z[ host-image] Aug 11 20:51:33.397 INFO O| Aug 11 20:51:33.397 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100152026-08-11T20:51:34.553Z[ host-image] Aug 11 20:51:33.397 INFO O| Aug 11 20:51:33.397 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 ...
100162026-08-11T20:51:34.558Z[ host-image] Aug 11 20:51:33.397 INFO O| Aug 11 20:51:33.397 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
100172026-08-11T20:51:34.558Z[ host-image] Aug 11 20:51:33.397 INFO O| Aug 11 20:51:33.397 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100182026-08-11T20:51:34.558Z[ host-image] Aug 11 20:51:33.397 INFO O| Aug 11 20:51:33.397 INFO ok!
100192026-08-11T20:51:34.558Z[ host-image] Aug 11 20:51:33.397 INFO O| Aug 11 20:51:33.397 INFO STEP 53 (ensure_file) COMPLETE
100202026-08-11T20:51:34.558Z[ host-image] Aug 11 20:51:33.397 INFO O| Aug 11 20:51:33.397 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-08-11T20:51:34.581Z[ host-image] Aug 11 20:51:33.410 INFO O| Aug 11 20:51:33.409 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100222026-08-11T20:51:34.583Z[ host-image] Aug 11 20:51:33.410 INFO O| Aug 11 20:51:33.409 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 ...
100232026-08-11T20:51:34.594Z[ host-image] Aug 11 20:51:33.410 INFO O| Aug 11 20:51:33.410 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100242026-08-11T20:51:34.594Z[ host-image] Aug 11 20:51:33.410 INFO O| Aug 11 20:51:33.410 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100252026-08-11T20:51:34.594Z[ host-image] Aug 11 20:51:33.410 INFO O| Aug 11 20:51:33.410 INFO ok!
100262026-08-11T20:51:34.594Z[ host-image] Aug 11 20:51:33.410 INFO O| Aug 11 20:51:33.410 INFO STEP 54 (ensure_file) COMPLETE
100272026-08-11T20:51:34.594Z[ host-image] Aug 11 20:51:33.410 INFO O| Aug 11 20:51:33.410 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100282026-08-11T20:51:34.595Z[ host-image] Aug 11 20:51:33.423 INFO O| Aug 11 20:51:33.423 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100292026-08-11T20:51:34.595Z[ host-image] Aug 11 20:51:33.423 INFO O| Aug 11 20:51:33.423 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 ...
100302026-08-11T20:51:34.595Z[ host-image] Aug 11 20:51:33.423 INFO O| Aug 11 20:51:33.423 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
100312026-08-11T20:51:34.595Z[ host-image] Aug 11 20:51:33.423 INFO O| Aug 11 20:51:33.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100322026-08-11T20:51:34.595Z[ host-image] Aug 11 20:51:33.423 INFO O| Aug 11 20:51:33.423 INFO ok!
100332026-08-11T20:51:34.595Z[ host-image] Aug 11 20:51:33.423 INFO O| Aug 11 20:51:33.423 INFO STEP 55 (ensure_file) COMPLETE
100342026-08-11T20:51:34.595Z[ host-image] Aug 11 20:51:33.423 INFO O| Aug 11 20:51:33.423 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-08-11T20:51:34.603Z[ host-image] Aug 11 20:51:33.433 INFO O| Aug 11 20:51:33.433 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100362026-08-11T20:51:34.603Z[ host-image] Aug 11 20:51:33.434 INFO O| Aug 11 20:51:33.433 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 ...
100372026-08-11T20:51:34.603Z[ host-image] Aug 11 20:51:33.434 INFO O| Aug 11 20:51:33.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100382026-08-11T20:51:34.603Z[ host-image] Aug 11 20:51:33.434 INFO O| Aug 11 20:51:33.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100392026-08-11T20:51:34.603Z[ host-image] Aug 11 20:51:33.434 INFO O| Aug 11 20:51:33.434 INFO ok!
100402026-08-11T20:51:34.603Z[ host-image] Aug 11 20:51:33.434 INFO O| Aug 11 20:51:33.434 INFO STEP 56 (ensure_file) COMPLETE
100412026-08-11T20:51:34.603Z[ host-image] Aug 11 20:51:33.434 INFO O| Aug 11 20:51:33.434 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-08-11T20:51:34.610Z[ host-image] Aug 11 20:51:33.443 INFO O| Aug 11 20:51:33.443 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100432026-08-11T20:51:34.610Z[ host-image] Aug 11 20:51:33.443 INFO O| Aug 11 20:51:33.443 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 ...
100442026-08-11T20:51:34.611Z[ host-image] Aug 11 20:51:33.444 INFO O| Aug 11 20:51:33.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-mem-loadgen.xml
100452026-08-11T20:51:34.611Z[ host-image] Aug 11 20:51:33.444 INFO O| Aug 11 20:51:33.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100462026-08-11T20:51:34.611Z[ host-image] Aug 11 20:51:33.444 INFO O| Aug 11 20:51:33.444 INFO ok!
100472026-08-11T20:51:34.611Z[ host-image] Aug 11 20:51:33.444 INFO O| Aug 11 20:51:33.444 INFO STEP 57 (ensure_file) COMPLETE
100482026-08-11T20:51:34.611Z[ host-image] Aug 11 20:51:33.444 INFO O| Aug 11 20:51:33.444 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100502026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 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 ...
100512026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100522026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100532026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100542026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100552026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO ok!
100562026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO STEP 58 (ensure_file) COMPLETE
100572026-08-11T20:51:34.626Z[ host-image] Aug 11 20:51:33.453 INFO O| Aug 11 20:51:33.453 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-11T20:51:34.639Z[ host-image] Aug 11 20:51:33.483 INFO O| Aug 11 20:51:33.483 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100592026-08-11T20:51:34.639Z[ host-image] Aug 11 20:51:33.483 INFO O| Aug 11 20:51:33.483 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 ...
100602026-08-11T20:51:34.642Z[ host-image] Aug 11 20:51:33.483 INFO O| Aug 11 20:51:33.483 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
100612026-08-11T20:51:34.642Z[ host-image] Aug 11 20:51:33.483 INFO O| Aug 11 20:51:33.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100622026-08-11T20:51:34.642Z[ host-image] Aug 11 20:51:33.483 INFO O| Aug 11 20:51:33.483 INFO ok!
100632026-08-11T20:51:34.642Z[ host-image] Aug 11 20:51:33.483 INFO O| Aug 11 20:51:33.483 INFO STEP 59 (ensure_file) COMPLETE
100642026-08-11T20:51:34.642Z[ host-image] Aug 11 20:51:33.483 INFO O| Aug 11 20:51:33.483 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-11T20:51:34.649Z[ host-image] Aug 11 20:51:33.493 INFO O| Aug 11 20:51:33.493 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100662026-08-11T20:51:34.649Z[ host-image] Aug 11 20:51:33.493 INFO O| Aug 11 20:51:33.493 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100672026-08-11T20:51:34.652Z[ host-image] Aug 11 20:51:33.493 INFO O| Aug 11 20:51:33.493 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100682026-08-11T20:51:34.652Z[ host-image] Aug 11 20:51:33.493 INFO O| Aug 11 20:51:33.493 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100692026-08-11T20:51:34.652Z[ host-image] Aug 11 20:51:33.493 INFO O| Aug 11 20:51:33.493 INFO ok!
100702026-08-11T20:51:34.652Z[ host-image] Aug 11 20:51:33.493 INFO O| Aug 11 20:51:33.493 INFO STEP 60 (ensure_file) COMPLETE
100712026-08-11T20:51:34.652Z[ host-image] Aug 11 20:51:33.493 INFO O| Aug 11 20:51:33.493 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-11T20:51:34.659Z[ host-image] Aug 11 20:51:33.503 INFO O| Aug 11 20:51:33.503 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100732026-08-11T20:51:34.659Z[ host-image] Aug 11 20:51:33.503 INFO O| Aug 11 20:51:33.503 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 ...
100742026-08-11T20:51:34.662Z[ host-image] Aug 11 20:51:33.503 INFO O| Aug 11 20:51:33.503 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100752026-08-11T20:51:34.662Z[ host-image] Aug 11 20:51:33.503 INFO O| Aug 11 20:51:33.503 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100762026-08-11T20:51:34.662Z[ host-image] Aug 11 20:51:33.503 INFO O| Aug 11 20:51:33.503 INFO ok!
100772026-08-11T20:51:34.662Z[ host-image] Aug 11 20:51:33.503 INFO O| Aug 11 20:51:33.503 INFO STEP 61 (ensure_file) COMPLETE
100782026-08-11T20:51:34.662Z[ host-image] Aug 11 20:51:33.503 INFO O| Aug 11 20:51:33.503 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100792026-08-11T20:51:34.668Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100802026-08-11T20:51:34.668Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100812026-08-11T20:51:34.671Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100822026-08-11T20:51:34.671Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100832026-08-11T20:51:34.671Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100842026-08-11T20:51:34.671Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100852026-08-11T20:51:34.671Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO ok!
100862026-08-11T20:51:34.672Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO STEP 62 (ensure_file) COMPLETE
100872026-08-11T20:51:34.672Z[ host-image] Aug 11 20:51:33.512 INFO O| Aug 11 20:51:33.512 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-11T20:51:34.677Z[ host-image] Aug 11 20:51:33.521 INFO O| Aug 11 20:51:33.521 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100892026-08-11T20:51:34.677Z[ host-image] Aug 11 20:51:33.521 INFO O| Aug 11 20:51:33.521 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 ...
100902026-08-11T20:51:34.681Z[ host-image] Aug 11 20:51:33.521 INFO O| Aug 11 20:51:33.521 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
100912026-08-11T20:51:34.682Z[ host-image] Aug 11 20:51:33.521 INFO O| Aug 11 20:51:33.521 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100922026-08-11T20:51:34.682Z[ host-image] Aug 11 20:51:33.521 INFO O| Aug 11 20:51:33.521 INFO ok!
100932026-08-11T20:51:34.682Z[ host-image] Aug 11 20:51:33.521 INFO O| Aug 11 20:51:33.521 INFO STEP 63 (ensure_file) COMPLETE
100942026-08-11T20:51:34.682Z[ host-image] Aug 11 20:51:33.521 INFO O| Aug 11 20:51:33.521 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-08-11T20:51:34.688Z[ host-image] Aug 11 20:51:33.529 INFO O| Aug 11 20:51:33.529 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100962026-08-11T20:51:34.689Z[ host-image] Aug 11 20:51:33.529 INFO O| Aug 11 20:51:33.529 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 ...
100972026-08-11T20:51:34.689Z[ host-image] Aug 11 20:51:33.529 INFO O| Aug 11 20:51:33.529 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
100982026-08-11T20:51:34.689Z[ host-image] Aug 11 20:51:33.529 INFO O| Aug 11 20:51:33.529 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100992026-08-11T20:51:34.689Z[ host-image] Aug 11 20:51:33.529 INFO O| Aug 11 20:51:33.529 INFO ok!
101002026-08-11T20:51:34.689Z[ host-image] Aug 11 20:51:33.529 INFO O| Aug 11 20:51:33.529 INFO STEP 64 (ensure_file) COMPLETE
101012026-08-11T20:51:34.689Z[ host-image] Aug 11 20:51:33.529 INFO O| Aug 11 20:51:33.529 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101032026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 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 ...
101042026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 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
101052026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101062026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 INFO ok!
101072026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 INFO STEP 65 (ensure_file) COMPLETE
101082026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101092026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 INFO skip step because feature "mbist" is not enabled
101102026-08-11T20:51:34.699Z[ host-image] Aug 11 20:51:33.538 INFO O| Aug 11 20:51:33.538 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112026-08-11T20:51:34.703Z[ host-image] Aug 11 20:51:33.546 INFO O| Aug 11 20:51:33.546 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101122026-08-11T20:51:34.703Z[ host-image] Aug 11 20:51:33.546 INFO O| Aug 11 20:51:33.546 INFO STEP 67 (ensure_dir) COMPLETE
101132026-08-11T20:51:34.703Z[ host-image] Aug 11 20:51:33.546 INFO O| Aug 11 20:51:33.546 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142026-08-11T20:51:34.714Z[ host-image] Aug 11 20:51:33.557 INFO O| Aug 11 20:51:33.557 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101152026-08-11T20:51:34.714Z[ host-image] Aug 11 20:51:33.557 INFO O| Aug 11 20:51:33.557 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101162026-08-11T20:51:34.714Z[ host-image] Aug 11 20:51:33.557 INFO O| Aug 11 20:51:33.557 INFO STEP 68 (ensure_dir) COMPLETE
101172026-08-11T20:51:34.714Z[ host-image] Aug 11 20:51:33.557 INFO O| Aug 11 20:51:33.557 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-08-11T20:51:34.734Z[ host-image] Aug 11 20:51:33.567 INFO O| Aug 11 20:51:33.567 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101192026-08-11T20:51:34.735Z[ host-image] Aug 11 20:51:33.567 INFO O| Aug 11 20:51:33.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101202026-08-11T20:51:34.735Z[ host-image] Aug 11 20:51:33.567 INFO O| Aug 11 20:51:33.567 INFO STEP 69 (ensure_dir) COMPLETE
101212026-08-11T20:51:34.735Z[ host-image] Aug 11 20:51:33.567 INFO O| Aug 11 20:51:33.567 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222026-08-11T20:51:34.740Z[ host-image] Aug 11 20:51:33.575 INFO O| Aug 11 20:51:33.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101232026-08-11T20:51:34.740Z[ host-image] Aug 11 20:51:33.575 INFO O| Aug 11 20:51:33.575 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101242026-08-11T20:51:35.303Z[ host-image] Aug 11 20:51:34.147 INFO O| Aug 11 20:51:34.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101252026-08-11T20:51:35.303Z[ host-image] Aug 11 20:51:34.147 INFO O| Aug 11 20:51:34.147 INFO ok!
101262026-08-11T20:51:35.303Z[ host-image] Aug 11 20:51:34.147 INFO O| Aug 11 20:51:34.147 INFO STEP 70 (ensure_file) COMPLETE
101272026-08-11T20:51:35.304Z[ host-image] Aug 11 20:51:34.147 INFO O| Aug 11 20:51:34.147 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101282026-08-11T20:51:35.315Z[ host-image] Aug 11 20:51:34.158 INFO O| Aug 11 20:51:34.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101292026-08-11T20:51:35.315Z[ host-image] Aug 11 20:51:34.158 INFO O| Aug 11 20:51:34.158 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101302026-08-11T20:51:36.043Z[ host-image] Aug 11 20:51:34.887 INFO O| Aug 11 20:51:34.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101312026-08-11T20:51:36.043Z[ host-image] Aug 11 20:51:34.887 INFO O| Aug 11 20:51:34.887 INFO ok!
101322026-08-11T20:51:36.043Z[ host-image] Aug 11 20:51:34.887 INFO O| Aug 11 20:51:34.887 INFO STEP 71 (ensure_file) COMPLETE
101332026-08-11T20:51:36.047Z[ host-image] Aug 11 20:51:34.887 INFO O| Aug 11 20:51:34.887 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342026-08-11T20:51:36.054Z[ host-image] Aug 11 20:51:34.898 INFO O| Aug 11 20:51:34.898 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101352026-08-11T20:51:36.054Z[ host-image] Aug 11 20:51:34.898 INFO O| Aug 11 20:51:34.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101362026-08-11T20:51:36.054Z[ host-image] Aug 11 20:51:34.898 INFO O| Aug 11 20:51:34.898 INFO STEP 72 (ensure_dir) COMPLETE
101372026-08-11T20:51:36.058Z[ host-image] Aug 11 20:51:34.898 INFO O| Aug 11 20:51:34.898 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-08-11T20:51:36.066Z[ host-image] Aug 11 20:51:34.908 INFO O| Aug 11 20:51:34.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101392026-08-11T20:51:36.066Z[ host-image] Aug 11 20:51:34.908 INFO O| Aug 11 20:51:34.908 INFO copying /tmp/.tmp28S9u0/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 ...
101402026-08-11T20:51:36.071Z[ host-image] Aug 11 20:51:34.908 INFO O| Aug 11 20:51:34.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101412026-08-11T20:51:36.071Z[ host-image] Aug 11 20:51:34.908 INFO O| Aug 11 20:51:34.908 INFO ok!
101422026-08-11T20:51:36.071Z[ host-image] Aug 11 20:51:34.908 INFO O| Aug 11 20:51:34.908 INFO STEP 73 (ensure_file) COMPLETE
101432026-08-11T20:51:36.071Z[ host-image] Aug 11 20:51:34.908 INFO O| Aug 11 20:51:34.908 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-08-11T20:51:36.075Z[ host-image] Aug 11 20:51:34.916 INFO O| Aug 11 20:51:34.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101452026-08-11T20:51:36.075Z[ host-image] Aug 11 20:51:34.916 INFO O| Aug 11 20:51:34.916 INFO copying /tmp/.tmp28S9u0/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 ...
101462026-08-11T20:51:36.075Z[ host-image] Aug 11 20:51:34.916 INFO O| Aug 11 20:51:34.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101472026-08-11T20:51:36.075Z[ host-image] Aug 11 20:51:34.916 INFO O| Aug 11 20:51:34.916 INFO ok!
101482026-08-11T20:51:36.075Z[ host-image] Aug 11 20:51:34.916 INFO O| Aug 11 20:51:34.916 INFO STEP 74 (ensure_file) COMPLETE
101492026-08-11T20:51:36.075Z[ host-image] Aug 11 20:51:34.916 INFO O| Aug 11 20:51:34.916 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-08-11T20:51:36.082Z[ host-image] Aug 11 20:51:34.926 INFO O| Aug 11 20:51:34.926 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101512026-08-11T20:51:36.086Z[ host-image] Aug 11 20:51:34.926 INFO O| Aug 11 20:51:34.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101522026-08-11T20:51:36.087Z[ host-image] Aug 11 20:51:34.926 INFO O| Aug 11 20:51:34.926 INFO STEP 75 (ensure_dir) COMPLETE
101532026-08-11T20:51:36.087Z[ host-image] Aug 11 20:51:34.926 INFO O| Aug 11 20:51:34.926 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-08-11T20:51:36.093Z[ host-image] Aug 11 20:51:34.933 INFO O| Aug 11 20:51:34.933 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101552026-08-11T20:51:36.093Z[ host-image] Aug 11 20:51:34.933 INFO O| Aug 11 20:51:34.933 INFO copying /tmp/.tmp28S9u0/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 ...
101562026-08-11T20:51:36.093Z[ host-image] Aug 11 20:51:34.933 INFO O| Aug 11 20:51:34.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101572026-08-11T20:51:36.093Z[ host-image] Aug 11 20:51:34.933 INFO O| Aug 11 20:51:34.933 INFO ok!
101582026-08-11T20:51:36.093Z[ host-image] Aug 11 20:51:34.933 INFO O| Aug 11 20:51:34.933 INFO STEP 76 (ensure_file) COMPLETE
101592026-08-11T20:51:36.093Z[ host-image] Aug 11 20:51:34.933 INFO O| Aug 11 20:51:34.933 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-08-11T20:51:36.099Z[ host-image] Aug 11 20:51:34.940 INFO O| Aug 11 20:51:34.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101612026-08-11T20:51:36.099Z[ host-image] Aug 11 20:51:34.940 INFO O| Aug 11 20:51:34.940 INFO copying /tmp/.tmp28S9u0/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 ...
101622026-08-11T20:51:36.099Z[ host-image] Aug 11 20:51:34.940 INFO O| Aug 11 20:51:34.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101632026-08-11T20:51:36.099Z[ host-image] Aug 11 20:51:34.940 INFO O| Aug 11 20:51:34.940 INFO ok!
101642026-08-11T20:51:36.099Z[ host-image] Aug 11 20:51:34.940 INFO O| Aug 11 20:51:34.940 INFO STEP 77 (ensure_file) COMPLETE
101652026-08-11T20:51:36.099Z[ host-image] Aug 11 20:51:34.940 INFO O| Aug 11 20:51:34.940 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-11T20:51:36.103Z[ host-image] Aug 11 20:51:34.947 INFO O| Aug 11 20:51:34.947 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101672026-08-11T20:51:36.107Z[ host-image] Aug 11 20:51:34.947 INFO O| Aug 11 20:51:34.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101682026-08-11T20:51:36.107Z[ host-image] Aug 11 20:51:34.947 INFO O| Aug 11 20:51:34.947 INFO STEP 78 (ensure_dir) COMPLETE
101692026-08-11T20:51:36.108Z[ host-image] Aug 11 20:51:34.947 INFO O| Aug 11 20:51:34.947 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-08-11T20:51:36.116Z[ host-image] Aug 11 20:51:34.959 INFO O| Aug 11 20:51:34.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101712026-08-11T20:51:36.116Z[ host-image] Aug 11 20:51:34.959 INFO O| Aug 11 20:51:34.959 INFO copying /tmp/.tmp28S9u0/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 ...
101722026-08-11T20:51:36.119Z[ host-image] Aug 11 20:51:34.959 INFO O| Aug 11 20:51:34.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101732026-08-11T20:51:36.119Z[ host-image] Aug 11 20:51:34.959 INFO O| Aug 11 20:51:34.959 INFO ok!
101742026-08-11T20:51:36.119Z[ host-image] Aug 11 20:51:34.959 INFO O| Aug 11 20:51:34.959 INFO STEP 79 (ensure_file) COMPLETE
101752026-08-11T20:51:36.119Z[ host-image] Aug 11 20:51:34.959 INFO O| Aug 11 20:51:34.959 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-11T20:51:36.125Z[ host-image] Aug 11 20:51:34.969 INFO O| Aug 11 20:51:34.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101772026-08-11T20:51:36.125Z[ host-image] Aug 11 20:51:34.969 INFO O| Aug 11 20:51:34.969 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101782026-08-11T20:51:36.129Z[ host-image] Aug 11 20:51:34.969 INFO O| Aug 11 20:51:34.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101792026-08-11T20:51:36.129Z[ host-image] Aug 11 20:51:34.969 INFO O| Aug 11 20:51:34.969 INFO ok!
101802026-08-11T20:51:36.129Z[ host-image] Aug 11 20:51:34.969 INFO O| Aug 11 20:51:34.969 INFO STEP 80 (ensure_file) COMPLETE
101812026-08-11T20:51:36.130Z[ host-image] Aug 11 20:51:34.969 INFO O| Aug 11 20:51:34.969 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-11T20:51:36.134Z[ host-image] Aug 11 20:51:34.978 INFO O| Aug 11 20:51:34.978 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101832026-08-11T20:51:36.137Z[ host-image] Aug 11 20:51:34.978 INFO O| Aug 11 20:51:34.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101842026-08-11T20:51:36.137Z[ host-image] Aug 11 20:51:34.978 INFO O| Aug 11 20:51:34.978 INFO STEP 81 (ensure_dir) COMPLETE
101852026-08-11T20:51:36.137Z[ host-image] Aug 11 20:51:34.978 INFO O| Aug 11 20:51:34.978 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-11T20:51:36.143Z[ host-image] Aug 11 20:51:34.987 INFO O| Aug 11 20:51:34.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101872026-08-11T20:51:36.143Z[ host-image] Aug 11 20:51:34.987 INFO O| Aug 11 20:51:34.987 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101882026-08-11T20:51:36.775Z[ host-image] Aug 11 20:51:35.617 INFO O| Aug 11 20:51:35.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101892026-08-11T20:51:36.775Z[ host-image] Aug 11 20:51:35.617 INFO O| Aug 11 20:51:35.617 INFO ok!
101902026-08-11T20:51:36.775Z[ host-image] Aug 11 20:51:35.617 INFO O| Aug 11 20:51:35.617 INFO STEP 82 (ensure_file) COMPLETE
101912026-08-11T20:51:36.780Z[ host-image] Aug 11 20:51:35.617 INFO O| Aug 11 20:51:35.617 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-11T20:51:36.783Z[ host-image] Aug 11 20:51:35.627 INFO O| Aug 11 20:51:35.627 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101932026-08-11T20:51:36.784Z[ host-image] Aug 11 20:51:35.627 INFO O| Aug 11 20:51:35.627 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101942026-08-11T20:51:37.059Z[ host-image] Aug 11 20:51:35.903 INFO O| Aug 11 20:51:35.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101952026-08-11T20:51:37.059Z[ host-image] Aug 11 20:51:35.903 INFO O| Aug 11 20:51:35.903 INFO ok!
101962026-08-11T20:51:37.059Z[ host-image] Aug 11 20:51:35.903 INFO O| Aug 11 20:51:35.903 INFO STEP 83 (ensure_file) COMPLETE
101972026-08-11T20:51:37.063Z[ host-image] Aug 11 20:51:35.903 INFO O| Aug 11 20:51:35.903 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-11T20:51:37.071Z[ host-image] Aug 11 20:51:35.913 INFO O| Aug 11 20:51:35.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101992026-08-11T20:51:37.071Z[ host-image] Aug 11 20:51:35.914 INFO O| Aug 11 20:51:35.913 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102002026-08-11T20:51:38.406Z[ recovery-image] Aug 11 20:51:37.242 INFO O| ok, image written!
102012026-08-11T20:51:38.413Z[ recovery-image] Aug 11 20:51:37.242 INFO O| ok, boot_image_csum file written!
102022026-08-11T20:51:38.417Z[ recovery-image] Aug 11 20:51:37.244 INFO creating boot archive (CPIO)...
102032026-08-11T20:51:38.417Z[ recovery-image] Aug 11 20:51:37.244 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
102042026-08-11T20:51:38.417Z[ recovery-image] Aug 11 20:51:37.253 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102052026-08-11T20:51:38.417Z[ recovery-image] Aug 11 20:51:37.253 INFO E| + outfile=/work/os-recovery/cpio
102062026-08-11T20:51:38.417Z[ recovery-image] Aug 11 20:51:37.253 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102072026-08-11T20:51:38.417Z[ recovery-image] Aug 11 20:51:37.255 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102082026-08-11T20:51:38.417Z[ recovery-image] Aug 11 20:51:37.255 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102092026-08-11T20:51:38.443Z[ recovery-image] Aug 11 20:51:37.286 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102102026-08-11T20:51:38.446Z[ recovery-image] Aug 11 20:51:37.286 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102112026-08-11T20:51:38.451Z[ recovery-image] Aug 11 20:51:37.293 INFO creating compressed cpio/unix for dev loaders...
102122026-08-11T20:51:38.451Z[ recovery-image] Aug 11 20:51:37.293 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
102132026-08-11T20:51:38.458Z[ host-image] Aug 11 20:51:37.302 INFO O| Aug 11 20:51:37.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102142026-08-11T20:51:38.458Z[ host-image] Aug 11 20:51:37.302 INFO O| Aug 11 20:51:37.302 INFO ok!
102152026-08-11T20:51:38.461Z[ host-image] Aug 11 20:51:37.302 INFO O| Aug 11 20:51:37.302 INFO STEP 84 (ensure_file) COMPLETE
102162026-08-11T20:51:38.462Z[ host-image] Aug 11 20:51:37.302 INFO O| Aug 11 20:51:37.302 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-11T20:51:38.466Z[ host-image] Aug 11 20:51:37.310 INFO O| Aug 11 20:51:37.310 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102182026-08-11T20:51:38.470Z[ host-image] Aug 11 20:51:37.310 INFO O| Aug 11 20:51:37.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102192026-08-11T20:51:38.470Z[ host-image] Aug 11 20:51:37.310 INFO O| Aug 11 20:51:37.310 INFO STEP 85 (ensure_dir) COMPLETE
102202026-08-11T20:51:38.470Z[ host-image] Aug 11 20:51:37.310 INFO O| Aug 11 20:51:37.310 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-11T20:51:38.475Z[ host-image] Aug 11 20:51:37.319 INFO O| Aug 11 20:51:37.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102222026-08-11T20:51:38.475Z[ host-image] Aug 11 20:51:37.319 INFO O| Aug 11 20:51:37.319 INFO copying /tmp/.tmp28S9u0/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 ...
102232026-08-11T20:51:38.478Z[ host-image] Aug 11 20:51:37.319 INFO O| Aug 11 20:51:37.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102242026-08-11T20:51:38.478Z[ host-image] Aug 11 20:51:37.319 INFO O| Aug 11 20:51:37.319 INFO ok!
102252026-08-11T20:51:38.478Z[ host-image] Aug 11 20:51:37.319 INFO O| Aug 11 20:51:37.319 INFO STEP 86 (ensure_file) COMPLETE
102262026-08-11T20:51:38.478Z[ host-image] Aug 11 20:51:37.319 INFO O| Aug 11 20:51:37.319 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-11T20:51:38.482Z[ host-image] Aug 11 20:51:37.326 INFO O| Aug 11 20:51:37.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102282026-08-11T20:51:38.482Z[ host-image] Aug 11 20:51:37.326 INFO O| Aug 11 20:51:37.326 INFO copying /tmp/.tmp28S9u0/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 ...
102292026-08-11T20:51:38.485Z[ host-image] Aug 11 20:51:37.327 INFO O| Aug 11 20:51:37.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102302026-08-11T20:51:38.485Z[ host-image] Aug 11 20:51:37.327 INFO O| Aug 11 20:51:37.327 INFO ok!
102312026-08-11T20:51:38.485Z[ host-image] Aug 11 20:51:37.327 INFO O| Aug 11 20:51:37.327 INFO STEP 87 (ensure_file) COMPLETE
102322026-08-11T20:51:38.485Z[ host-image] Aug 11 20:51:37.327 INFO O| Aug 11 20:51:37.327 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-11T20:51:38.491Z[ host-image] Aug 11 20:51:37.335 INFO O| Aug 11 20:51:37.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102342026-08-11T20:51:38.491Z[ host-image] Aug 11 20:51:37.335 INFO O| Aug 11 20:51:37.335 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102352026-08-11T20:51:38.494Z[ host-image] Aug 11 20:51:37.335 INFO O| Aug 11 20:51:37.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102362026-08-11T20:51:38.494Z[ host-image] Aug 11 20:51:37.335 INFO O| Aug 11 20:51:37.335 INFO ok!
102372026-08-11T20:51:38.494Z[ host-image] Aug 11 20:51:37.335 INFO O| Aug 11 20:51:37.335 INFO STEP 88 (ensure_file) COMPLETE
102382026-08-11T20:51:38.494Z[ host-image] Aug 11 20:51:37.335 INFO O| Aug 11 20:51:37.335 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-08-11T20:51:38.499Z[ host-image] Aug 11 20:51:37.342 INFO O| Aug 11 20:51:37.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102402026-08-11T20:51:38.499Z[ host-image] Aug 11 20:51:37.342 INFO O| Aug 11 20:51:37.342 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102412026-08-11T20:51:38.502Z[ host-image] Aug 11 20:51:37.342 INFO O| Aug 11 20:51:37.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102422026-08-11T20:51:38.502Z[ host-image] Aug 11 20:51:37.342 INFO O| Aug 11 20:51:37.342 INFO ok!
102432026-08-11T20:51:38.502Z[ host-image] Aug 11 20:51:37.342 INFO O| Aug 11 20:51:37.342 INFO STEP 89 (ensure_file) COMPLETE
102442026-08-11T20:51:38.502Z[ host-image] Aug 11 20:51:37.342 INFO O| Aug 11 20:51:37.342 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-08-11T20:51:38.506Z[ host-image] Aug 11 20:51:37.350 INFO O| Aug 11 20:51:37.350 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102462026-08-11T20:51:38.509Z[ host-image] Aug 11 20:51:37.350 INFO O| Aug 11 20:51:37.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102472026-08-11T20:51:38.509Z[ host-image] Aug 11 20:51:37.350 INFO O| Aug 11 20:51:37.350 INFO STEP 90 (ensure_dir) COMPLETE
102482026-08-11T20:51:38.509Z[ host-image] Aug 11 20:51:37.350 INFO O| Aug 11 20:51:37.350 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-11T20:51:38.515Z[ host-image] Aug 11 20:51:37.358 INFO O| Aug 11 20:51:37.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102502026-08-11T20:51:38.515Z[ host-image] Aug 11 20:51:37.358 INFO O| Aug 11 20:51:37.358 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102512026-08-11T20:51:38.518Z[ host-image] Aug 11 20:51:37.360 INFO O| Aug 11 20:51:37.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102522026-08-11T20:51:38.518Z[ host-image] Aug 11 20:51:37.360 INFO O| Aug 11 20:51:37.360 INFO ok!
102532026-08-11T20:51:38.518Z[ host-image] Aug 11 20:51:37.360 INFO O| Aug 11 20:51:37.360 INFO STEP 91 (ensure_file) COMPLETE
102542026-08-11T20:51:38.518Z[ host-image] Aug 11 20:51:37.360 INFO O| Aug 11 20:51:37.360 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-11T20:51:38.524Z[ host-image] Aug 11 20:51:37.368 INFO O| Aug 11 20:51:37.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102562026-08-11T20:51:38.528Z[ host-image] Aug 11 20:51:37.368 INFO O| Aug 11 20:51:37.368 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102572026-08-11T20:51:38.528Z[ host-image] Aug 11 20:51:37.368 INFO O| Aug 11 20:51:37.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102582026-08-11T20:51:38.528Z[ host-image] Aug 11 20:51:37.368 INFO O| Aug 11 20:51:37.368 INFO ok!
102592026-08-11T20:51:38.528Z[ host-image] Aug 11 20:51:37.368 INFO O| Aug 11 20:51:37.368 INFO STEP 92 (ensure_file) COMPLETE
102602026-08-11T20:51:38.528Z[ host-image] Aug 11 20:51:37.368 INFO O| Aug 11 20:51:37.368 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-11T20:51:38.531Z[ host-image] Aug 11 20:51:37.375 INFO O| Aug 11 20:51:37.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102622026-08-11T20:51:38.531Z[ host-image] Aug 11 20:51:37.375 INFO O| Aug 11 20:51:37.375 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102632026-08-11T20:51:38.691Z[ recovery-image] Aug 11 20:51:37.535 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102642026-08-11T20:51:39.137Z[ host-image] Aug 11 20:51:37.980 INFO O| Aug 11 20:51:37.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102652026-08-11T20:51:39.137Z[ host-image] Aug 11 20:51:37.980 INFO O| Aug 11 20:51:37.980 INFO ok!
102662026-08-11T20:51:39.141Z[ host-image] Aug 11 20:51:37.980 INFO O| Aug 11 20:51:37.980 INFO STEP 93 (ensure_file) COMPLETE
102672026-08-11T20:51:39.141Z[ host-image] Aug 11 20:51:37.980 INFO O| Aug 11 20:51:37.980 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-11T20:51:39.145Z[ host-image] Aug 11 20:51:37.989 INFO O| Aug 11 20:51:37.989 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102692026-08-11T20:51:39.145Z[ host-image] Aug 11 20:51:37.989 INFO O| Aug 11 20:51:37.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102702026-08-11T20:51:39.148Z[ host-image] Aug 11 20:51:37.989 INFO O| Aug 11 20:51:37.989 INFO STEP 94 (ensure_dir) COMPLETE
102712026-08-11T20:51:39.148Z[ host-image] Aug 11 20:51:37.989 INFO O| Aug 11 20:51:37.989 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-08-11T20:51:39.153Z[ host-image] Aug 11 20:51:37.997 INFO O| Aug 11 20:51:37.997 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102732026-08-11T20:51:39.156Z[ host-image] Aug 11 20:51:37.997 INFO O| Aug 11 20:51:37.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102742026-08-11T20:51:39.156Z[ host-image] Aug 11 20:51:37.997 INFO O| Aug 11 20:51:37.997 INFO STEP 95 (ensure_dir) COMPLETE
102752026-08-11T20:51:39.156Z[ host-image] Aug 11 20:51:37.997 INFO O| Aug 11 20:51:37.997 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-11T20:51:39.160Z[ host-image] Aug 11 20:51:38.004 INFO O| Aug 11 20:51:38.004 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102772026-08-11T20:51:39.160Z[ host-image] Aug 11 20:51:38.004 INFO O| Aug 11 20:51:38.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102782026-08-11T20:51:39.163Z[ host-image] Aug 11 20:51:38.004 INFO O| Aug 11 20:51:38.004 INFO STEP 96 (ensure_dir) COMPLETE
102792026-08-11T20:51:39.163Z[ host-image] Aug 11 20:51:38.004 INFO O| Aug 11 20:51:38.004 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-11T20:51:39.167Z[ host-image] Aug 11 20:51:38.011 INFO O| Aug 11 20:51:38.011 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102812026-08-11T20:51:39.170Z[ host-image] Aug 11 20:51:38.011 INFO O| Aug 11 20:51:38.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102822026-08-11T20:51:39.170Z[ host-image] Aug 11 20:51:38.011 INFO O| Aug 11 20:51:38.011 INFO STEP 97 (ensure_dir) COMPLETE
102832026-08-11T20:51:39.170Z[ host-image] Aug 11 20:51:38.011 INFO O| Aug 11 20:51:38.011 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-11T20:51:39.175Z[ host-image] Aug 11 20:51:38.018 INFO O| Aug 11 20:51:38.018 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102852026-08-11T20:51:39.175Z[ host-image] Aug 11 20:51:38.018 INFO O| Aug 11 20:51:38.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102862026-08-11T20:51:39.178Z[ host-image] Aug 11 20:51:38.018 INFO O| Aug 11 20:51:38.018 INFO STEP 98 (ensure_dir) COMPLETE
102872026-08-11T20:51:39.178Z[ host-image] Aug 11 20:51:38.018 INFO O| Aug 11 20:51:38.018 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-11T20:51:39.182Z[ host-image] Aug 11 20:51:38.026 INFO O| Aug 11 20:51:38.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102892026-08-11T20:51:39.182Z[ host-image] Aug 11 20:51:38.026 INFO O| Aug 11 20:51:38.026 INFO copying /tmp/.tmp28S9u0/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 ...
102902026-08-11T20:51:39.185Z[ host-image] Aug 11 20:51:38.026 INFO O| Aug 11 20:51:38.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102912026-08-11T20:51:39.185Z[ host-image] Aug 11 20:51:38.026 INFO O| Aug 11 20:51:38.026 INFO ok!
102922026-08-11T20:51:39.186Z[ host-image] Aug 11 20:51:38.027 INFO O| Aug 11 20:51:38.026 INFO STEP 99 (ensure_file) COMPLETE
102932026-08-11T20:51:39.186Z[ host-image] Aug 11 20:51:38.027 INFO O| Aug 11 20:51:38.026 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-11T20:51:39.190Z[ host-image] Aug 11 20:51:38.034 INFO O| Aug 11 20:51:38.034 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102952026-08-11T20:51:39.190Z[ host-image] Aug 11 20:51:38.034 INFO O| Aug 11 20:51:38.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102962026-08-11T20:51:39.193Z[ host-image] Aug 11 20:51:38.034 INFO O| Aug 11 20:51:38.034 INFO STEP 100 (ensure_dir) COMPLETE
102972026-08-11T20:51:39.193Z[ host-image] Aug 11 20:51:38.034 INFO O| Aug 11 20:51:38.034 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-11T20:51:39.198Z[ host-image] Aug 11 20:51:38.042 INFO O| Aug 11 20:51:38.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102992026-08-11T20:51:39.198Z[ host-image] Aug 11 20:51:38.042 INFO O| Aug 11 20:51:38.042 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103002026-08-11T20:51:39.210Z[ host-image] Aug 11 20:51:38.052 INFO O| Aug 11 20:51:38.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103012026-08-11T20:51:39.213Z[ host-image] Aug 11 20:51:38.052 INFO O| Aug 11 20:51:38.052 INFO ok!
103022026-08-11T20:51:39.213Z[ host-image] Aug 11 20:51:38.052 INFO O| Aug 11 20:51:38.052 INFO STEP 101 (ensure_file) COMPLETE
103032026-08-11T20:51:39.213Z[ host-image] Aug 11 20:51:38.052 INFO O| Aug 11 20:51:38.052 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-08-11T20:51:39.216Z[ host-image] Aug 11 20:51:38.059 INFO O| Aug 11 20:51:38.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103052026-08-11T20:51:39.216Z[ host-image] Aug 11 20:51:38.059 INFO O| Aug 11 20:51:38.059 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103062026-08-11T20:51:39.216Z[ host-image] Aug 11 20:51:38.059 INFO O| Aug 11 20:51:38.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103072026-08-11T20:51:39.216Z[ host-image] Aug 11 20:51:38.059 INFO O| Aug 11 20:51:38.059 INFO ok!
103082026-08-11T20:51:39.216Z[ host-image] Aug 11 20:51:38.059 INFO O| Aug 11 20:51:38.059 INFO STEP 102 (ensure_file) COMPLETE
103092026-08-11T20:51:39.217Z[ host-image] Aug 11 20:51:38.059 INFO O| Aug 11 20:51:38.059 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-11T20:51:39.222Z[ host-image] Aug 11 20:51:38.066 INFO O| Aug 11 20:51:38.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103112026-08-11T20:51:39.222Z[ host-image] Aug 11 20:51:38.066 INFO O| Aug 11 20:51:38.066 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103122026-08-11T20:51:39.564Z[ host-image] Aug 11 20:51:38.408 INFO O| Aug 11 20:51:38.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103132026-08-11T20:51:39.564Z[ host-image] Aug 11 20:51:38.408 INFO O| Aug 11 20:51:38.408 INFO ok!
103142026-08-11T20:51:39.564Z[ host-image] Aug 11 20:51:38.408 INFO O| Aug 11 20:51:38.408 INFO STEP 103 (ensure_file) COMPLETE
103152026-08-11T20:51:39.568Z[ host-image] Aug 11 20:51:38.408 INFO O| Aug 11 20:51:38.408 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-11T20:51:39.572Z[ host-image] Aug 11 20:51:38.416 INFO O| Aug 11 20:51:38.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103172026-08-11T20:51:39.576Z[ host-image] Aug 11 20:51:38.416 INFO O| Aug 11 20:51:38.416 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103182026-08-11T20:51:39.576Z[ host-image] Aug 11 20:51:38.416 INFO O| Aug 11 20:51:38.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103192026-08-11T20:51:39.576Z[ host-image] Aug 11 20:51:38.416 INFO O| Aug 11 20:51:38.416 INFO ok!
103202026-08-11T20:51:39.576Z[ host-image] Aug 11 20:51:38.416 INFO O| Aug 11 20:51:38.416 INFO STEP 104 (ensure_file) COMPLETE
103212026-08-11T20:51:39.577Z[ host-image] Aug 11 20:51:38.416 INFO O| Aug 11 20:51:38.416 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-08-11T20:51:39.579Z[ host-image] Aug 11 20:51:38.423 INFO O| Aug 11 20:51:38.423 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103232026-08-11T20:51:39.580Z[ host-image] Aug 11 20:51:38.423 INFO O| Aug 11 20:51:38.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103242026-08-11T20:51:39.580Z[ host-image] Aug 11 20:51:38.423 INFO O| Aug 11 20:51:38.423 INFO STEP 105 (ensure_dir) COMPLETE
103252026-08-11T20:51:39.580Z[ host-image] Aug 11 20:51:38.423 INFO O| Aug 11 20:51:38.423 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-08-11T20:51:39.586Z[ host-image] Aug 11 20:51:38.430 INFO O| Aug 11 20:51:38.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103272026-08-11T20:51:39.586Z[ host-image] Aug 11 20:51:38.430 INFO O| Aug 11 20:51:38.430 INFO copying /tmp/.tmp28S9u0/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 ...
103282026-08-11T20:51:39.865Z[ host-image] Aug 11 20:51:38.709 INFO O| Aug 11 20:51:38.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103292026-08-11T20:51:39.865Z[ host-image] Aug 11 20:51:38.709 INFO O| Aug 11 20:51:38.709 INFO ok!
103302026-08-11T20:51:39.865Z[ host-image] Aug 11 20:51:38.709 INFO O| Aug 11 20:51:38.709 INFO STEP 106 (ensure_file) COMPLETE
103312026-08-11T20:51:39.870Z[ host-image] Aug 11 20:51:38.709 INFO O| Aug 11 20:51:38.709 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-08-11T20:51:39.874Z[ host-image] Aug 11 20:51:38.718 INFO O| Aug 11 20:51:38.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103332026-08-11T20:51:39.874Z[ host-image] Aug 11 20:51:38.718 INFO O| Aug 11 20:51:38.718 INFO copying /tmp/.tmp28S9u0/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 ...
103342026-08-11T20:51:39.874Z[ host-image] Aug 11 20:51:38.719 INFO O| Aug 11 20:51:38.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103352026-08-11T20:51:39.877Z[ host-image] Aug 11 20:51:38.719 INFO O| Aug 11 20:51:38.719 INFO ok!
103362026-08-11T20:51:39.877Z[ host-image] Aug 11 20:51:38.719 INFO O| Aug 11 20:51:38.719 INFO STEP 107 (ensure_file) COMPLETE
103372026-08-11T20:51:39.877Z[ host-image] Aug 11 20:51:38.719 INFO O| Aug 11 20:51:38.719 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-11T20:51:39.882Z[ host-image] Aug 11 20:51:38.726 INFO O| Aug 11 20:51:38.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103392026-08-11T20:51:39.886Z[ host-image] Aug 11 20:51:38.726 INFO O| Aug 11 20:51:38.726 INFO copying /tmp/.tmp28S9u0/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 ...
103402026-08-11T20:51:39.886Z[ host-image] Aug 11 20:51:38.726 INFO O| Aug 11 20:51:38.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103412026-08-11T20:51:39.886Z[ host-image] Aug 11 20:51:38.726 INFO O| Aug 11 20:51:38.726 INFO ok!
103422026-08-11T20:51:39.886Z[ host-image] Aug 11 20:51:38.726 INFO O| Aug 11 20:51:38.726 INFO STEP 108 (ensure_file) COMPLETE
103432026-08-11T20:51:39.886Z[ host-image] Aug 11 20:51:38.726 INFO O| Aug 11 20:51:38.726 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-11T20:51:39.892Z[ host-image] Aug 11 20:51:38.736 INFO O| Aug 11 20:51:38.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103452026-08-11T20:51:39.892Z[ host-image] Aug 11 20:51:38.736 INFO O| Aug 11 20:51:38.736 INFO copying /tmp/.tmp28S9u0/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 ...
103462026-08-11T20:51:39.895Z[ host-image] Aug 11 20:51:38.736 INFO O| Aug 11 20:51:38.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103472026-08-11T20:51:39.895Z[ host-image] Aug 11 20:51:38.736 INFO O| Aug 11 20:51:38.736 INFO ok!
103482026-08-11T20:51:39.895Z[ host-image] Aug 11 20:51:38.736 INFO O| Aug 11 20:51:38.736 INFO STEP 109 (ensure_file) COMPLETE
103492026-08-11T20:51:39.895Z[ host-image] Aug 11 20:51:38.736 INFO O| Aug 11 20:51:38.736 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-11T20:51:39.900Z[ host-image] Aug 11 20:51:38.744 INFO O| Aug 11 20:51:38.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103512026-08-11T20:51:39.900Z[ host-image] Aug 11 20:51:38.744 INFO O| Aug 11 20:51:38.744 INFO copying /tmp/.tmp28S9u0/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 ...
103522026-08-11T20:51:39.903Z[ host-image] Aug 11 20:51:38.744 INFO O| Aug 11 20:51:38.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103532026-08-11T20:51:39.903Z[ host-image] Aug 11 20:51:38.744 INFO O| Aug 11 20:51:38.744 INFO ok!
103542026-08-11T20:51:39.903Z[ host-image] Aug 11 20:51:38.744 INFO O| Aug 11 20:51:38.744 INFO STEP 110 (ensure_file) COMPLETE
103552026-08-11T20:51:39.903Z[ host-image] Aug 11 20:51:38.744 INFO O| Aug 11 20:51:38.744 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-11T20:51:39.908Z[ host-image] Aug 11 20:51:38.752 INFO O| Aug 11 20:51:38.752 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103572026-08-11T20:51:39.908Z[ host-image] Aug 11 20:51:38.752 INFO O| Aug 11 20:51:38.752 INFO copying /tmp/.tmp28S9u0/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 ...
103582026-08-11T20:51:39.911Z[ host-image] Aug 11 20:51:38.752 INFO O| Aug 11 20:51:38.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103592026-08-11T20:51:39.911Z[ host-image] Aug 11 20:51:38.752 INFO O| Aug 11 20:51:38.752 INFO ok!
103602026-08-11T20:51:39.911Z[ host-image] Aug 11 20:51:38.752 INFO O| Aug 11 20:51:38.752 INFO STEP 111 (ensure_file) COMPLETE
103612026-08-11T20:51:39.911Z[ host-image] Aug 11 20:51:38.752 INFO O| Aug 11 20:51:38.752 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-11T20:51:39.916Z[ host-image] Aug 11 20:51:38.760 INFO O| Aug 11 20:51:38.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103632026-08-11T20:51:39.917Z[ host-image] Aug 11 20:51:38.760 INFO O| Aug 11 20:51:38.760 INFO copying /tmp/.tmp28S9u0/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 ...
103642026-08-11T20:51:39.919Z[ host-image] Aug 11 20:51:38.760 INFO O| Aug 11 20:51:38.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103652026-08-11T20:51:39.919Z[ host-image] Aug 11 20:51:38.760 INFO O| Aug 11 20:51:38.760 INFO ok!
103662026-08-11T20:51:39.919Z[ host-image] Aug 11 20:51:38.760 INFO O| Aug 11 20:51:38.760 INFO STEP 112 (ensure_file) COMPLETE
103672026-08-11T20:51:39.919Z[ host-image] Aug 11 20:51:38.760 INFO O| Aug 11 20:51:38.760 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-08-11T20:51:39.924Z[ host-image] Aug 11 20:51:38.768 INFO O| Aug 11 20:51:38.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103692026-08-11T20:51:39.924Z[ host-image] Aug 11 20:51:38.768 INFO O| Aug 11 20:51:38.768 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103702026-08-11T20:51:39.931Z[ host-image] Aug 11 20:51:38.768 INFO O| Aug 11 20:51:38.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103712026-08-11T20:51:39.931Z[ host-image] Aug 11 20:51:38.768 INFO O| Aug 11 20:51:38.768 INFO ok!
103722026-08-11T20:51:39.931Z[ host-image] Aug 11 20:51:38.768 INFO O| Aug 11 20:51:38.768 INFO STEP 113 (ensure_file) COMPLETE
103732026-08-11T20:51:39.931Z[ host-image] Aug 11 20:51:38.768 INFO O| Aug 11 20:51:38.768 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-08-11T20:51:39.934Z[ host-image] Aug 11 20:51:38.775 INFO O| Aug 11 20:51:38.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103752026-08-11T20:51:39.934Z[ host-image] Aug 11 20:51:38.775 INFO O| Aug 11 20:51:38.775 INFO copying /tmp/.tmp28S9u0/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 ...
103762026-08-11T20:51:39.934Z[ host-image] Aug 11 20:51:38.775 INFO O| Aug 11 20:51:38.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103772026-08-11T20:51:39.934Z[ host-image] Aug 11 20:51:38.775 INFO O| Aug 11 20:51:38.775 INFO ok!
103782026-08-11T20:51:39.934Z[ host-image] Aug 11 20:51:38.775 INFO O| Aug 11 20:51:38.775 INFO STEP 114 (ensure_file) COMPLETE
103792026-08-11T20:51:39.934Z[ host-image] Aug 11 20:51:38.775 INFO O| Aug 11 20:51:38.775 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-11T20:51:39.938Z[ host-image] Aug 11 20:51:38.782 INFO O| Aug 11 20:51:38.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103812026-08-11T20:51:39.938Z[ host-image] Aug 11 20:51:38.782 INFO O| Aug 11 20:51:38.782 INFO copying /tmp/.tmp28S9u0/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 ...
103822026-08-11T20:51:39.941Z[ host-image] Aug 11 20:51:38.782 INFO O| Aug 11 20:51:38.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103832026-08-11T20:51:39.941Z[ host-image] Aug 11 20:51:38.782 INFO O| Aug 11 20:51:38.782 INFO ok!
103842026-08-11T20:51:39.941Z[ host-image] Aug 11 20:51:38.782 INFO O| Aug 11 20:51:38.782 INFO STEP 115 (ensure_file) COMPLETE
103852026-08-11T20:51:39.941Z[ host-image] Aug 11 20:51:38.782 INFO O| Aug 11 20:51:38.782 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-11T20:51:39.947Z[ host-image] Aug 11 20:51:38.791 INFO O| Aug 11 20:51:38.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103872026-08-11T20:51:39.950Z[ host-image] Aug 11 20:51:38.791 INFO O| Aug 11 20:51:38.791 INFO copying /tmp/.tmp28S9u0/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 ...
103882026-08-11T20:51:39.950Z[ host-image] Aug 11 20:51:38.791 INFO O| Aug 11 20:51:38.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103892026-08-11T20:51:39.950Z[ host-image] Aug 11 20:51:38.791 INFO O| Aug 11 20:51:38.791 INFO ok!
103902026-08-11T20:51:39.951Z[ host-image] Aug 11 20:51:38.791 INFO O| Aug 11 20:51:38.791 INFO STEP 116 (ensure_file) COMPLETE
103912026-08-11T20:51:39.951Z[ host-image] Aug 11 20:51:38.791 INFO O| Aug 11 20:51:38.791 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-11T20:51:39.954Z[ host-image] Aug 11 20:51:38.798 INFO O| Aug 11 20:51:38.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103932026-08-11T20:51:39.954Z[ host-image] Aug 11 20:51:38.798 INFO O| Aug 11 20:51:38.798 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103942026-08-11T20:51:39.958Z[ host-image] Aug 11 20:51:38.798 INFO O| Aug 11 20:51:38.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103952026-08-11T20:51:39.958Z[ host-image] Aug 11 20:51:38.798 INFO O| Aug 11 20:51:38.798 INFO ok!
103962026-08-11T20:51:39.958Z[ host-image] Aug 11 20:51:38.798 INFO O| Aug 11 20:51:38.798 INFO STEP 117 (ensure_file) COMPLETE
103972026-08-11T20:51:39.958Z[ host-image] Aug 11 20:51:38.798 INFO O| Aug 11 20:51:38.798 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-11T20:51:39.965Z[ host-image] Aug 11 20:51:38.804 INFO O| Aug 11 20:51:38.804 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103992026-08-11T20:51:39.965Z[ host-image] Aug 11 20:51:38.804 INFO O| Aug 11 20:51:38.804 INFO copying /tmp/.tmp28S9u0/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 ...
104002026-08-11T20:51:39.965Z[ host-image] Aug 11 20:51:38.805 INFO O| Aug 11 20:51:38.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104012026-08-11T20:51:39.965Z[ host-image] Aug 11 20:51:38.805 INFO O| Aug 11 20:51:38.805 INFO ok!
104022026-08-11T20:51:39.965Z[ host-image] Aug 11 20:51:38.805 INFO O| Aug 11 20:51:38.805 INFO STEP 118 (ensure_file) COMPLETE
104032026-08-11T20:51:39.965Z[ host-image] Aug 11 20:51:38.805 INFO O| Aug 11 20:51:38.805 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-11T20:51:39.968Z[ host-image] Aug 11 20:51:38.811 INFO O| Aug 11 20:51:38.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104052026-08-11T20:51:39.968Z[ host-image] Aug 11 20:51:38.811 INFO O| Aug 11 20:51:38.811 INFO copying /tmp/.tmp28S9u0/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 ...
104062026-08-11T20:51:39.968Z[ host-image] Aug 11 20:51:38.811 INFO O| Aug 11 20:51:38.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104072026-08-11T20:51:39.968Z[ host-image] Aug 11 20:51:38.811 INFO O| Aug 11 20:51:38.811 INFO ok!
104082026-08-11T20:51:39.968Z[ host-image] Aug 11 20:51:38.811 INFO O| Aug 11 20:51:38.811 INFO STEP 119 (ensure_file) COMPLETE
104092026-08-11T20:51:39.968Z[ host-image] Aug 11 20:51:38.811 INFO O| Aug 11 20:51:38.811 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-08-11T20:51:39.973Z[ host-image] Aug 11 20:51:38.817 INFO O| Aug 11 20:51:38.817 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104112026-08-11T20:51:39.973Z[ host-image] Aug 11 20:51:38.817 INFO O| Aug 11 20:51:38.817 INFO copying /tmp/.tmp28S9u0/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 ...
104122026-08-11T20:51:39.976Z[ host-image] Aug 11 20:51:38.818 INFO O| Aug 11 20:51:38.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104132026-08-11T20:51:39.976Z[ host-image] Aug 11 20:51:38.818 INFO O| Aug 11 20:51:38.818 INFO ok!
104142026-08-11T20:51:39.976Z[ host-image] Aug 11 20:51:38.818 INFO O| Aug 11 20:51:38.818 INFO STEP 120 (ensure_file) COMPLETE
104152026-08-11T20:51:39.976Z[ host-image] Aug 11 20:51:38.818 INFO O| Aug 11 20:51:38.818 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-08-11T20:51:39.980Z[ host-image] Aug 11 20:51:38.824 INFO O| Aug 11 20:51:38.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104172026-08-11T20:51:39.980Z[ host-image] Aug 11 20:51:38.824 INFO O| Aug 11 20:51:38.824 INFO copying /tmp/.tmp28S9u0/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 ...
104182026-08-11T20:51:39.985Z[ host-image] Aug 11 20:51:38.824 INFO O| Aug 11 20:51:38.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104192026-08-11T20:51:39.985Z[ host-image] Aug 11 20:51:38.824 INFO O| Aug 11 20:51:38.824 INFO ok!
104202026-08-11T20:51:39.985Z[ host-image] Aug 11 20:51:38.824 INFO O| Aug 11 20:51:38.824 INFO STEP 121 (ensure_file) COMPLETE
104212026-08-11T20:51:39.985Z[ host-image] Aug 11 20:51:38.824 INFO O| Aug 11 20:51:38.824 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-08-11T20:51:39.992Z[ host-image] Aug 11 20:51:38.834 INFO O| Aug 11 20:51:38.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104232026-08-11T20:51:39.992Z[ host-image] Aug 11 20:51:38.834 INFO O| Aug 11 20:51:38.834 INFO copying /tmp/.tmp28S9u0/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 ...
104242026-08-11T20:51:39.992Z[ host-image] Aug 11 20:51:38.834 INFO O| Aug 11 20:51:38.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104252026-08-11T20:51:39.992Z[ host-image] Aug 11 20:51:38.834 INFO O| Aug 11 20:51:38.834 INFO ok!
104262026-08-11T20:51:39.992Z[ host-image] Aug 11 20:51:38.834 INFO O| Aug 11 20:51:38.834 INFO STEP 122 (ensure_file) COMPLETE
104272026-08-11T20:51:39.992Z[ host-image] Aug 11 20:51:38.834 INFO O| Aug 11 20:51:38.834 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-08-11T20:51:39.997Z[ host-image] Aug 11 20:51:38.841 INFO O| Aug 11 20:51:38.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104292026-08-11T20:51:39.997Z[ host-image] Aug 11 20:51:38.841 INFO O| Aug 11 20:51:38.841 INFO copying /tmp/.tmp28S9u0/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 ...
104302026-08-11T20:51:40.001Z[ host-image] Aug 11 20:51:38.841 INFO O| Aug 11 20:51:38.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104312026-08-11T20:51:40.001Z[ host-image] Aug 11 20:51:38.841 INFO O| Aug 11 20:51:38.841 INFO ok!
104322026-08-11T20:51:40.001Z[ host-image] Aug 11 20:51:38.841 INFO O| Aug 11 20:51:38.841 INFO STEP 123 (ensure_file) COMPLETE
104332026-08-11T20:51:40.001Z[ host-image] Aug 11 20:51:38.841 INFO O| Aug 11 20:51:38.841 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-08-11T20:51:40.006Z[ host-image] Aug 11 20:51:38.849 INFO O| Aug 11 20:51:38.849 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104352026-08-11T20:51:40.006Z[ host-image] Aug 11 20:51:38.849 INFO O| Aug 11 20:51:38.849 INFO copying /tmp/.tmp28S9u0/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 ...
104362026-08-11T20:51:40.006Z[ host-image] Aug 11 20:51:38.849 INFO O| Aug 11 20:51:38.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104372026-08-11T20:51:40.009Z[ host-image] Aug 11 20:51:38.849 INFO O| Aug 11 20:51:38.849 INFO ok!
104382026-08-11T20:51:40.009Z[ host-image] Aug 11 20:51:38.849 INFO O| Aug 11 20:51:38.849 INFO STEP 124 (ensure_file) COMPLETE
104392026-08-11T20:51:40.009Z[ host-image] Aug 11 20:51:38.849 INFO O| Aug 11 20:51:38.849 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-08-11T20:51:40.013Z[ host-image] Aug 11 20:51:38.857 INFO O| Aug 11 20:51:38.856 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104412026-08-11T20:51:40.013Z[ host-image] Aug 11 20:51:38.857 INFO O| Aug 11 20:51:38.856 INFO copying /tmp/.tmp28S9u0/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 ...
104422026-08-11T20:51:40.013Z[ host-image] Aug 11 20:51:38.857 INFO O| Aug 11 20:51:38.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104432026-08-11T20:51:40.016Z[ host-image] Aug 11 20:51:38.857 INFO O| Aug 11 20:51:38.857 INFO ok!
104442026-08-11T20:51:40.016Z[ host-image] Aug 11 20:51:38.857 INFO O| Aug 11 20:51:38.857 INFO STEP 125 (ensure_file) COMPLETE
104452026-08-11T20:51:40.016Z[ host-image] Aug 11 20:51:38.857 INFO O| Aug 11 20:51:38.857 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-08-11T20:51:40.020Z[ host-image] Aug 11 20:51:38.864 INFO O| Aug 11 20:51:38.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104472026-08-11T20:51:40.020Z[ host-image] Aug 11 20:51:38.864 INFO O| Aug 11 20:51:38.864 INFO copying /tmp/.tmp28S9u0/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 ...
104482026-08-11T20:51:40.022Z[ host-image] Aug 11 20:51:38.864 INFO O| Aug 11 20:51:38.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104492026-08-11T20:51:40.022Z[ host-image] Aug 11 20:51:38.864 INFO O| Aug 11 20:51:38.864 INFO ok!
104502026-08-11T20:51:40.022Z[ host-image] Aug 11 20:51:38.864 INFO O| Aug 11 20:51:38.864 INFO STEP 126 (ensure_file) COMPLETE
104512026-08-11T20:51:40.022Z[ host-image] Aug 11 20:51:38.864 INFO O| Aug 11 20:51:38.864 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-11T20:51:40.027Z[ host-image] Aug 11 20:51:38.871 INFO O| Aug 11 20:51:38.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104532026-08-11T20:51:40.027Z[ host-image] Aug 11 20:51:38.871 INFO O| Aug 11 20:51:38.871 INFO copying /tmp/.tmp28S9u0/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 ...
104542026-08-11T20:51:40.031Z[ host-image] Aug 11 20:51:38.871 INFO O| Aug 11 20:51:38.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104552026-08-11T20:51:40.032Z[ host-image] Aug 11 20:51:38.871 INFO O| Aug 11 20:51:38.871 INFO ok!
104562026-08-11T20:51:40.032Z[ host-image] Aug 11 20:51:38.871 INFO O| Aug 11 20:51:38.871 INFO STEP 127 (ensure_file) COMPLETE
104572026-08-11T20:51:40.032Z[ host-image] Aug 11 20:51:38.871 INFO O| Aug 11 20:51:38.871 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-08-11T20:51:40.035Z[ host-image] Aug 11 20:51:38.878 INFO O| Aug 11 20:51:38.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104592026-08-11T20:51:40.035Z[ host-image] Aug 11 20:51:38.878 INFO O| Aug 11 20:51:38.878 INFO copying /tmp/.tmp28S9u0/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 ...
104602026-08-11T20:51:40.036Z[ host-image] Aug 11 20:51:38.878 INFO O| Aug 11 20:51:38.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104612026-08-11T20:51:40.036Z[ host-image] Aug 11 20:51:38.878 INFO O| Aug 11 20:51:38.878 INFO ok!
104622026-08-11T20:51:40.036Z[ host-image] Aug 11 20:51:38.878 INFO O| Aug 11 20:51:38.878 INFO STEP 128 (ensure_file) COMPLETE
104632026-08-11T20:51:40.036Z[ host-image] Aug 11 20:51:38.878 INFO O| Aug 11 20:51:38.878 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-08-11T20:51:40.041Z[ host-image] Aug 11 20:51:38.885 INFO O| Aug 11 20:51:38.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104652026-08-11T20:51:40.041Z[ host-image] Aug 11 20:51:38.885 INFO O| Aug 11 20:51:38.885 INFO copying /tmp/.tmp28S9u0/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 ...
104662026-08-11T20:51:40.046Z[ host-image] Aug 11 20:51:38.885 INFO O| Aug 11 20:51:38.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104672026-08-11T20:51:40.046Z[ host-image] Aug 11 20:51:38.885 INFO O| Aug 11 20:51:38.885 INFO ok!
104682026-08-11T20:51:40.046Z[ host-image] Aug 11 20:51:38.885 INFO O| Aug 11 20:51:38.885 INFO STEP 129 (ensure_file) COMPLETE
104692026-08-11T20:51:40.046Z[ host-image] Aug 11 20:51:38.885 INFO O| Aug 11 20:51:38.885 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-08-11T20:51:40.049Z[ host-image] Aug 11 20:51:38.891 INFO O| Aug 11 20:51:38.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104712026-08-11T20:51:40.049Z[ host-image] Aug 11 20:51:38.891 INFO O| Aug 11 20:51:38.891 INFO copying /tmp/.tmp28S9u0/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 ...
104722026-08-11T20:51:40.049Z[ host-image] Aug 11 20:51:38.891 INFO O| Aug 11 20:51:38.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104732026-08-11T20:51:40.050Z[ host-image] Aug 11 20:51:38.891 INFO O| Aug 11 20:51:38.891 INFO ok!
104742026-08-11T20:51:40.050Z[ host-image] Aug 11 20:51:38.891 INFO O| Aug 11 20:51:38.891 INFO STEP 130 (ensure_file) COMPLETE
104752026-08-11T20:51:40.050Z[ host-image] Aug 11 20:51:38.891 INFO O| Aug 11 20:51:38.891 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-08-11T20:51:40.053Z[ host-image] Aug 11 20:51:38.897 INFO O| Aug 11 20:51:38.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104772026-08-11T20:51:40.053Z[ host-image] Aug 11 20:51:38.897 INFO O| Aug 11 20:51:38.897 INFO copying /tmp/.tmp28S9u0/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 ...
104782026-08-11T20:51:40.053Z[ host-image] Aug 11 20:51:38.897 INFO O| Aug 11 20:51:38.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104792026-08-11T20:51:40.053Z[ host-image] Aug 11 20:51:38.897 INFO O| Aug 11 20:51:38.897 INFO ok!
104802026-08-11T20:51:40.053Z[ host-image] Aug 11 20:51:38.897 INFO O| Aug 11 20:51:38.897 INFO STEP 131 (ensure_file) COMPLETE
104812026-08-11T20:51:40.053Z[ host-image] Aug 11 20:51:38.897 INFO O| Aug 11 20:51:38.897 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-08-11T20:51:40.059Z[ host-image] Aug 11 20:51:38.903 INFO O| Aug 11 20:51:38.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104832026-08-11T20:51:40.059Z[ host-image] Aug 11 20:51:38.903 INFO O| Aug 11 20:51:38.903 INFO copying /tmp/.tmp28S9u0/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 ...
104842026-08-11T20:51:40.063Z[ host-image] Aug 11 20:51:38.903 INFO O| Aug 11 20:51:38.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104852026-08-11T20:51:40.063Z[ host-image] Aug 11 20:51:38.903 INFO O| Aug 11 20:51:38.903 INFO ok!
104862026-08-11T20:51:40.063Z[ host-image] Aug 11 20:51:38.903 INFO O| Aug 11 20:51:38.903 INFO STEP 132 (ensure_file) COMPLETE
104872026-08-11T20:51:40.063Z[ host-image] Aug 11 20:51:38.903 INFO O| Aug 11 20:51:38.903 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-08-11T20:51:40.066Z[ host-image] Aug 11 20:51:38.909 INFO O| Aug 11 20:51:38.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104892026-08-11T20:51:40.066Z[ host-image] Aug 11 20:51:38.909 INFO O| Aug 11 20:51:38.909 INFO copying /tmp/.tmp28S9u0/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 ...
104902026-08-11T20:51:40.066Z[ host-image] Aug 11 20:51:38.909 INFO O| Aug 11 20:51:38.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104912026-08-11T20:51:40.066Z[ host-image] Aug 11 20:51:38.909 INFO O| Aug 11 20:51:38.909 INFO ok!
104922026-08-11T20:51:40.066Z[ host-image] Aug 11 20:51:38.909 INFO O| Aug 11 20:51:38.909 INFO STEP 133 (ensure_file) COMPLETE
104932026-08-11T20:51:40.066Z[ host-image] Aug 11 20:51:38.909 INFO O| Aug 11 20:51:38.909 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-08-11T20:51:40.072Z[ host-image] Aug 11 20:51:38.916 INFO O| Aug 11 20:51:38.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104952026-08-11T20:51:40.072Z[ host-image] Aug 11 20:51:38.916 INFO O| Aug 11 20:51:38.916 INFO copying /tmp/.tmp28S9u0/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 ...
104962026-08-11T20:51:40.072Z[ host-image] Aug 11 20:51:38.916 INFO O| Aug 11 20:51:38.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104972026-08-11T20:51:40.072Z[ host-image] Aug 11 20:51:38.916 INFO O| Aug 11 20:51:38.916 INFO ok!
104982026-08-11T20:51:40.072Z[ host-image] Aug 11 20:51:38.916 INFO O| Aug 11 20:51:38.916 INFO STEP 134 (ensure_file) COMPLETE
104992026-08-11T20:51:40.075Z[ host-image] Aug 11 20:51:38.916 INFO O| Aug 11 20:51:38.916 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-08-11T20:51:40.082Z[ host-image] Aug 11 20:51:38.925 INFO O| Aug 11 20:51:38.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105012026-08-11T20:51:40.082Z[ host-image] Aug 11 20:51:38.925 INFO O| Aug 11 20:51:38.925 INFO copying /tmp/.tmp28S9u0/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 ...
105022026-08-11T20:51:40.082Z[ host-image] Aug 11 20:51:38.925 INFO O| Aug 11 20:51:38.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105032026-08-11T20:51:40.082Z[ host-image] Aug 11 20:51:38.925 INFO O| Aug 11 20:51:38.925 INFO ok!
105042026-08-11T20:51:40.086Z[ host-image] Aug 11 20:51:38.925 INFO O| Aug 11 20:51:38.925 INFO STEP 135 (ensure_file) COMPLETE
105052026-08-11T20:51:40.086Z[ host-image] Aug 11 20:51:38.925 INFO O| Aug 11 20:51:38.925 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-08-11T20:51:40.089Z[ host-image] Aug 11 20:51:38.931 INFO O| Aug 11 20:51:38.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105072026-08-11T20:51:40.089Z[ host-image] Aug 11 20:51:38.931 INFO O| Aug 11 20:51:38.931 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105082026-08-11T20:51:40.089Z[ host-image] Aug 11 20:51:38.932 INFO O| Aug 11 20:51:38.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105092026-08-11T20:51:40.089Z[ host-image] Aug 11 20:51:38.932 INFO O| Aug 11 20:51:38.932 INFO ok!
105102026-08-11T20:51:40.089Z[ host-image] Aug 11 20:51:38.932 INFO O| Aug 11 20:51:38.932 INFO STEP 136 (ensure_file) COMPLETE
105112026-08-11T20:51:40.089Z[ host-image] Aug 11 20:51:38.932 INFO O| Aug 11 20:51:38.932 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-08-11T20:51:40.093Z[ host-image] Aug 11 20:51:38.937 INFO O| Aug 11 20:51:38.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105132026-08-11T20:51:40.093Z[ host-image] Aug 11 20:51:38.937 INFO O| Aug 11 20:51:38.937 INFO copying /tmp/.tmp28S9u0/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 ...
105142026-08-11T20:51:40.098Z[ host-image] Aug 11 20:51:38.938 INFO O| Aug 11 20:51:38.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105152026-08-11T20:51:40.098Z[ host-image] Aug 11 20:51:38.938 INFO O| Aug 11 20:51:38.937 INFO ok!
105162026-08-11T20:51:40.098Z[ host-image] Aug 11 20:51:38.938 INFO O| Aug 11 20:51:38.938 INFO STEP 137 (ensure_file) COMPLETE
105172026-08-11T20:51:40.098Z[ host-image] Aug 11 20:51:38.938 INFO O| Aug 11 20:51:38.938 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-08-11T20:51:40.102Z[ host-image] Aug 11 20:51:38.945 INFO O| Aug 11 20:51:38.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105192026-08-11T20:51:40.102Z[ host-image] Aug 11 20:51:38.945 INFO O| Aug 11 20:51:38.945 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105202026-08-11T20:51:40.102Z[ host-image] Aug 11 20:51:38.945 INFO O| Aug 11 20:51:38.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105212026-08-11T20:51:40.102Z[ host-image] Aug 11 20:51:38.945 INFO O| Aug 11 20:51:38.945 INFO ok!
105222026-08-11T20:51:40.102Z[ host-image] Aug 11 20:51:38.945 INFO O| Aug 11 20:51:38.945 INFO STEP 138 (ensure_file) COMPLETE
105232026-08-11T20:51:40.102Z[ host-image] Aug 11 20:51:38.945 INFO O| Aug 11 20:51:38.945 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-08-11T20:51:40.109Z[ host-image] Aug 11 20:51:38.953 INFO O| Aug 11 20:51:38.953 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105252026-08-11T20:51:40.109Z[ host-image] Aug 11 20:51:38.953 INFO O| Aug 11 20:51:38.953 INFO copying /tmp/.tmp28S9u0/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105262026-08-11T20:51:42.399Z[ recovery-image] Aug 11 20:51:41.240 INFO creating reset image...
105272026-08-11T20:51:42.399Z[ recovery-image] Aug 11 20:51:41.240 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")
105282026-08-11T20:51:42.686Z[ recovery-image] Aug 11 20:51:41.529 INFO E| Updating crates.io index
105292026-08-11T20:51:42.978Z[ recovery-image] Aug 11 20:51:41.820 INFO E| Downloading crates ...
105302026-08-11T20:51:43.028Z[ recovery-image] Aug 11 20:51:41.871 INFO E| Downloaded clap_lex v1.1.0
105312026-08-11T20:51:43.031Z[ recovery-image] Aug 11 20:51:41.873 INFO E| Downloaded colorchoice v1.0.5
105322026-08-11T20:51:43.034Z[ recovery-image] Aug 11 20:51:41.875 INFO E| Downloaded shared_child v1.1.1
105332026-08-11T20:51:43.037Z[ recovery-image] Aug 11 20:51:41.879 INFO E| Downloaded os_pipe v1.2.3
105342026-08-11T20:51:43.037Z[ recovery-image] Aug 11 20:51:41.880 INFO E| Downloaded sigchld v0.2.4
105352026-08-11T20:51:43.037Z[ recovery-image] Aug 11 20:51:41.880 INFO E| Downloaded shared_thread v0.2.0
105362026-08-11T20:51:43.040Z[ recovery-image] Aug 11 20:51:41.883 INFO E| Downloaded duct v1.1.1
105372026-08-11T20:51:43.081Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling libc v0.2.186
105382026-08-11T20:51:43.081Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling proc-macro2 v1.0.106
105392026-08-11T20:51:43.081Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling unicode-ident v1.0.24
105402026-08-11T20:51:43.081Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling signal-hook v0.3.18
105412026-08-11T20:51:43.084Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling quote v1.0.45
105422026-08-11T20:51:43.084Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling utf8parse v0.2.2
105432026-08-11T20:51:43.084Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling is_terminal_polyfill v1.70.2
105442026-08-11T20:51:43.085Z[ recovery-image] Aug 11 20:51:41.925 INFO E| Compiling anstyle v1.0.14
105452026-08-11T20:51:43.095Z[ recovery-image] Aug 11 20:51:41.938 INFO E| Compiling colorchoice v1.0.5
105462026-08-11T20:51:43.098Z[ recovery-image] Aug 11 20:51:41.939 INFO E| Compiling anstyle-query v1.1.5
105472026-08-11T20:51:43.098Z[ recovery-image] Aug 11 20:51:41.939 INFO E| Compiling strsim v0.11.1
105482026-08-11T20:51:43.098Z[ recovery-image] Aug 11 20:51:41.939 INFO E| Compiling clap_lex v1.1.0
105492026-08-11T20:51:43.098Z[ recovery-image] Aug 11 20:51:41.939 INFO E| Compiling heck v0.5.0
105502026-08-11T20:51:43.098Z[ recovery-image] Aug 11 20:51:41.939 INFO E| Compiling shared_thread v0.2.0
105512026-08-11T20:51:43.231Z[ recovery-image] Aug 11 20:51:42.075 INFO E| Compiling anstyle-parse v1.0.0
105522026-08-11T20:51:43.387Z[ recovery-image] Aug 11 20:51:42.230 INFO E| Compiling anstream v1.0.0
105532026-08-11T20:51:43.612Z[ recovery-image] Aug 11 20:51:42.455 INFO E| Compiling clap_builder v4.6.0
105542026-08-11T20:51:44.020Z[ recovery-image] Aug 11 20:51:42.863 INFO E| Compiling errno v0.3.14
105552026-08-11T20:51:44.020Z[ recovery-image] Aug 11 20:51:42.863 INFO E| Compiling os_pipe v1.2.3
105562026-08-11T20:51:44.134Z[ recovery-image] Aug 11 20:51:42.977 INFO E| Compiling signal-hook-registry v1.4.8
105572026-08-11T20:51:44.408Z[ recovery-image] Aug 11 20:51:43.251 INFO E| Compiling syn v2.0.117
105582026-08-11T20:51:44.462Z[ recovery-image] Aug 11 20:51:43.305 INFO E| Compiling sigchld v0.2.4
105592026-08-11T20:51:44.573Z[ recovery-image] Aug 11 20:51:43.417 INFO E| Compiling shared_child v1.1.1
105602026-08-11T20:51:44.718Z[ recovery-image] Aug 11 20:51:43.562 INFO E| Compiling duct v1.1.1
105612026-08-11T20:51:47.000Z[ recovery-image] Aug 11 20:51:45.841 INFO E| Compiling clap_derive v4.6.1
105622026-08-11T20:51:48.520Z[ host-image] Aug 11 20:51:47.362 INFO O| Aug 11 20:51:47.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105632026-08-11T20:51:48.520Z[ host-image] Aug 11 20:51:47.362 INFO O| Aug 11 20:51:47.362 INFO ok!
105642026-08-11T20:51:48.520Z[ host-image] Aug 11 20:51:47.362 INFO O| Aug 11 20:51:47.362 INFO STEP 139 (ensure_file) COMPLETE
105652026-08-11T20:51:48.524Z[ host-image] Aug 11 20:51:47.362 INFO O| Aug 11 20:51:47.362 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-08-11T20:51:48.527Z[ host-image] Aug 11 20:51:47.369 INFO O| Aug 11 20:51:47.369 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105672026-08-11T20:51:48.527Z[ host-image] Aug 11 20:51:47.369 INFO O| Aug 11 20:51:47.369 INFO STEP 140 (ensure_dir) COMPLETE
105682026-08-11T20:51:48.527Z[ host-image] Aug 11 20:51:47.369 INFO O| Aug 11 20:51:47.369 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-08-11T20:51:48.531Z[ host-image] Aug 11 20:51:47.375 INFO O| Aug 11 20:51:47.375 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105702026-08-11T20:51:48.531Z[ host-image] Aug 11 20:51:47.375 INFO O| Aug 11 20:51:47.375 INFO STEP 141 (ensure_dir) COMPLETE
105712026-08-11T20:51:48.535Z[ host-image] Aug 11 20:51:47.375 INFO O| Aug 11 20:51:47.375 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-08-11T20:51:48.540Z[ host-image] Aug 11 20:51:47.383 INFO O| Aug 11 20:51:47.383 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105732026-08-11T20:51:48.540Z[ host-image] Aug 11 20:51:47.383 INFO O| Aug 11 20:51:47.383 INFO STEP 142 (ensure_dir) COMPLETE
105742026-08-11T20:51:48.543Z[ host-image] Aug 11 20:51:47.383 INFO O| Aug 11 20:51:47.383 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-08-11T20:51:48.547Z[ host-image] Aug 11 20:51:47.390 INFO O| Aug 11 20:51:47.390 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105762026-08-11T20:51:48.547Z[ host-image] Aug 11 20:51:47.390 INFO O| Aug 11 20:51:47.390 INFO STEP 143 (ensure_dir) COMPLETE
105772026-08-11T20:51:48.547Z[ host-image] Aug 11 20:51:47.390 INFO O| Aug 11 20:51:47.390 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-08-11T20:51:48.554Z[ host-image] Aug 11 20:51:47.398 INFO O| Aug 11 20:51:47.398 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105792026-08-11T20:51:48.554Z[ host-image] Aug 11 20:51:47.398 INFO O| Aug 11 20:51:47.398 INFO copying /tmp/.tmp28S9u0/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 ...
105802026-08-11T20:51:48.558Z[ host-image] Aug 11 20:51:47.398 INFO O| Aug 11 20:51:47.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105812026-08-11T20:51:48.558Z[ host-image] Aug 11 20:51:47.398 INFO O| Aug 11 20:51:47.398 INFO ok!
105822026-08-11T20:51:48.558Z[ host-image] Aug 11 20:51:47.398 INFO O| Aug 11 20:51:47.398 INFO STEP 144 (ensure_file) COMPLETE
105832026-08-11T20:51:48.558Z[ host-image] Aug 11 20:51:47.398 INFO O| Aug 11 20:51:47.398 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-11T20:51:48.562Z[ host-image] Aug 11 20:51:47.406 INFO O| Aug 11 20:51:47.406 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105852026-08-11T20:51:48.562Z[ host-image] Aug 11 20:51:47.406 INFO O| Aug 11 20:51:47.406 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105862026-08-11T20:51:48.562Z[ host-image] Aug 11 20:51:47.406 INFO O| Aug 11 20:51:47.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105872026-08-11T20:51:48.565Z[ host-image] Aug 11 20:51:47.406 INFO O| Aug 11 20:51:47.406 INFO STEP 145 (ensure_dir) COMPLETE
105882026-08-11T20:51:48.565Z[ host-image] Aug 11 20:51:47.406 INFO O| Aug 11 20:51:47.406 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-08-11T20:51:48.569Z[ host-image] Aug 11 20:51:47.413 INFO O| Aug 11 20:51:47.413 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105902026-08-11T20:51:48.572Z[ host-image] Aug 11 20:51:47.413 INFO O| Aug 11 20:51:47.413 INFO copying /tmp/.tmp28S9u0/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105912026-08-11T20:51:48.572Z[ host-image] Aug 11 20:51:47.413 INFO O| Aug 11 20:51:47.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105922026-08-11T20:51:48.572Z[ host-image] Aug 11 20:51:47.413 INFO O| Aug 11 20:51:47.413 INFO ok!
105932026-08-11T20:51:48.572Z[ host-image] Aug 11 20:51:47.413 INFO O| Aug 11 20:51:47.413 INFO STEP 146 (ensure_file) COMPLETE
105942026-08-11T20:51:48.572Z[ host-image] Aug 11 20:51:47.413 INFO O| Aug 11 20:51:47.413 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-08-11T20:51:48.576Z[ recovery-image] Aug 11 20:51:47.419 INFO E| Compiling clap v4.6.1
105962026-08-11T20:51:48.576Z[ host-image] Aug 11 20:51:47.420 INFO O| Aug 11 20:51:47.419 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105972026-08-11T20:51:48.576Z[ host-image] Aug 11 20:51:47.420 INFO O| Aug 11 20:51:47.420 INFO STEP 147 (remove_files) COMPLETE
105982026-08-11T20:51:48.576Z[ host-image] Aug 11 20:51:47.420 INFO O| Aug 11 20:51:47.420 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105992026-08-11T20:51:48.582Z[ host-image] Aug 11 20:51:47.426 INFO O| Aug 11 20:51:47.426 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106002026-08-11T20:51:48.585Z[ host-image] Aug 11 20:51:47.426 INFO O| Aug 11 20:51:47.426 INFO STEP 148 (remove_files) COMPLETE
106012026-08-11T20:51:48.585Z[ host-image] Aug 11 20:51:47.426 INFO O| Aug 11 20:51:47.426 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106022026-08-11T20:51:48.588Z[ host-image] Aug 11 20:51:47.432 INFO O| Aug 11 20:51:47.432 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106032026-08-11T20:51:48.588Z[ host-image] Aug 11 20:51:47.432 INFO O| Aug 11 20:51:47.432 INFO STEP 149 (remove_files) COMPLETE
106042026-08-11T20:51:48.591Z[ host-image] Aug 11 20:51:47.432 INFO O| Aug 11 20:51:47.432 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106052026-08-11T20:51:48.595Z[ host-image] Aug 11 20:51:47.439 INFO O| Aug 11 20:51:47.439 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106062026-08-11T20:51:48.598Z[ host-image] Aug 11 20:51:47.439 INFO O| Aug 11 20:51:47.439 INFO STEP 150 (remove_files) COMPLETE
106072026-08-11T20:51:48.598Z[ host-image] Aug 11 20:51:47.439 INFO O| Aug 11 20:51:47.439 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106082026-08-11T20:51:48.602Z[ host-image] Aug 11 20:51:47.445 INFO O| Aug 11 20:51:47.445 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106092026-08-11T20:51:48.607Z[ host-image] Aug 11 20:51:47.446 INFO O| Aug 11 20:51:47.445 INFO STEP 151 (remove_files) COMPLETE
106102026-08-11T20:51:48.607Z[ host-image] Aug 11 20:51:47.446 INFO O| Aug 11 20:51:47.445 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106112026-08-11T20:51:48.610Z[ host-image] Aug 11 20:51:47.452 INFO O| Aug 11 20:51:47.452 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106122026-08-11T20:51:48.610Z[ host-image] Aug 11 20:51:47.452 INFO O| Aug 11 20:51:47.452 INFO STEP 152 (remove_files) COMPLETE
106132026-08-11T20:51:48.610Z[ host-image] Aug 11 20:51:47.452 INFO O| Aug 11 20:51:47.452 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106142026-08-11T20:51:48.615Z[ host-image] Aug 11 20:51:47.459 INFO O| Aug 11 20:51:47.459 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106152026-08-11T20:51:48.615Z[ host-image] Aug 11 20:51:47.459 INFO O| Aug 11 20:51:47.459 INFO STEP 153 (remove_files) COMPLETE
106162026-08-11T20:51:48.622Z[ host-image] Aug 11 20:51:47.459 INFO O| Aug 11 20:51:47.459 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106172026-08-11T20:51:48.626Z[ host-image] Aug 11 20:51:47.465 INFO O| Aug 11 20:51:47.465 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106182026-08-11T20:51:48.626Z[ host-image] Aug 11 20:51:47.465 INFO O| Aug 11 20:51:47.465 INFO STEP 154 (remove_files) COMPLETE
106192026-08-11T20:51:48.626Z[ host-image] Aug 11 20:51:47.465 INFO O| Aug 11 20:51:47.465 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106202026-08-11T20:51:48.629Z[ host-image] Aug 11 20:51:47.473 INFO O| Aug 11 20:51:47.473 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106212026-08-11T20:51:48.629Z[ host-image] Aug 11 20:51:47.473 INFO O| Aug 11 20:51:47.473 INFO STEP 155 (remove_files) COMPLETE
106222026-08-11T20:51:48.635Z[ host-image] Aug 11 20:51:47.473 INFO O| Aug 11 20:51:47.473 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106232026-08-11T20:51:48.639Z[ host-image] Aug 11 20:51:47.479 INFO O| Aug 11 20:51:47.479 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106242026-08-11T20:51:48.639Z[ host-image] Aug 11 20:51:47.479 INFO O| Aug 11 20:51:47.479 INFO STEP 156 (remove_files) COMPLETE
106252026-08-11T20:51:48.639Z[ host-image] Aug 11 20:51:47.479 INFO O| Aug 11 20:51:47.479 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106262026-08-11T20:51:48.639Z[ recovery-image] Aug 11 20:51:47.480 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106272026-08-11T20:51:48.642Z[ host-image] Aug 11 20:51:47.484 INFO O| Aug 11 20:51:47.484 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106282026-08-11T20:51:48.642Z[ host-image] Aug 11 20:51:47.484 INFO O| Aug 11 20:51:47.484 INFO STEP 157 (remove_files) COMPLETE
106292026-08-11T20:51:48.642Z[ host-image] Aug 11 20:51:47.484 INFO O| Aug 11 20:51:47.484 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-11T20:51:48.647Z[ host-image] Aug 11 20:51:47.490 INFO O| Aug 11 20:51:47.490 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106312026-08-11T20:51:48.647Z[ host-image] Aug 11 20:51:47.490 INFO O| Aug 11 20:51:47.490 INFO STEP 158 (remove_files) COMPLETE
106322026-08-11T20:51:48.650Z[ host-image] Aug 11 20:51:47.490 INFO O| Aug 11 20:51:47.490 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-11T20:51:48.653Z[ host-image] Aug 11 20:51:47.497 INFO O| Aug 11 20:51:47.497 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106342026-08-11T20:51:48.656Z[ host-image] Aug 11 20:51:47.497 INFO O| Aug 11 20:51:47.497 INFO STEP 159 (remove_files) COMPLETE
106352026-08-11T20:51:48.656Z[ host-image] Aug 11 20:51:47.497 INFO O| Aug 11 20:51:47.497 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-11T20:51:48.660Z[ host-image] Aug 11 20:51:47.504 INFO O| Aug 11 20:51:47.504 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106372026-08-11T20:51:48.660Z[ host-image] Aug 11 20:51:47.504 INFO O| Aug 11 20:51:47.504 INFO STEP 160 (remove_files) COMPLETE
106382026-08-11T20:51:48.663Z[ host-image] Aug 11 20:51:47.504 INFO O| Aug 11 20:51:47.504 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-11T20:51:48.669Z[ host-image] Aug 11 20:51:47.511 INFO O| Aug 11 20:51:47.511 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106402026-08-11T20:51:48.669Z[ host-image] Aug 11 20:51:47.511 INFO O| Aug 11 20:51:47.511 INFO STEP 161 (remove_files) COMPLETE
106412026-08-11T20:51:48.669Z[ host-image] Aug 11 20:51:47.511 INFO O| Aug 11 20:51:47.511 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-11T20:51:48.673Z[ host-image] Aug 11 20:51:47.517 INFO O| Aug 11 20:51:47.517 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106432026-08-11T20:51:48.673Z[ host-image] Aug 11 20:51:47.517 INFO O| Aug 11 20:51:47.517 INFO STEP 162 (remove_files) COMPLETE
106442026-08-11T20:51:48.677Z[ host-image] Aug 11 20:51:47.517 INFO O| Aug 11 20:51:47.517 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-11T20:51:48.680Z[ host-image] Aug 11 20:51:47.524 INFO O| Aug 11 20:51:47.524 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106462026-08-11T20:51:48.680Z[ host-image] Aug 11 20:51:47.524 INFO O| Aug 11 20:51:47.524 INFO STEP 163 (remove_files) COMPLETE
106472026-08-11T20:51:48.680Z[ host-image] Aug 11 20:51:47.524 INFO O| Aug 11 20:51:47.524 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-11T20:51:48.686Z[ host-image] Aug 11 20:51:47.529 INFO O| Aug 11 20:51:47.529 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106492026-08-11T20:51:48.689Z[ host-image] Aug 11 20:51:47.529 INFO O| Aug 11 20:51:47.529 INFO STEP 164 (remove_files) COMPLETE
106502026-08-11T20:51:48.690Z[ host-image] Aug 11 20:51:47.529 INFO O| Aug 11 20:51:47.529 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-11T20:51:48.693Z[ host-image] Aug 11 20:51:47.535 INFO O| Aug 11 20:51:47.535 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106522026-08-11T20:51:48.693Z[ host-image] Aug 11 20:51:47.535 INFO O| Aug 11 20:51:47.535 INFO STEP 165 (remove_files) COMPLETE
106532026-08-11T20:51:48.693Z[ host-image] Aug 11 20:51:47.535 INFO O| Aug 11 20:51:47.535 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-11T20:51:48.696Z[ host-image] Aug 11 20:51:47.540 INFO O| Aug 11 20:51:47.540 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106552026-08-11T20:51:48.696Z[ host-image] Aug 11 20:51:47.540 INFO O| Aug 11 20:51:47.540 INFO STEP 166 (remove_files) COMPLETE
106562026-08-11T20:51:48.696Z[ host-image] Aug 11 20:51:47.540 INFO O| Aug 11 20:51:47.540 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-11T20:51:48.702Z[ host-image] Aug 11 20:51:47.546 INFO O| Aug 11 20:51:47.546 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106582026-08-11T20:51:48.706Z[ host-image] Aug 11 20:51:47.546 INFO O| Aug 11 20:51:47.546 INFO STEP 167 (remove_files) COMPLETE
106592026-08-11T20:51:48.706Z[ host-image] Aug 11 20:51:47.546 INFO O| Aug 11 20:51:47.546 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-11T20:51:48.710Z[ host-image] Aug 11 20:51:47.552 INFO O| Aug 11 20:51:47.552 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106612026-08-11T20:51:48.710Z[ host-image] Aug 11 20:51:47.553 INFO O| Aug 11 20:51:47.553 INFO STEP 168 (remove_files) COMPLETE
106622026-08-11T20:51:48.710Z[ host-image] Aug 11 20:51:47.553 INFO O| Aug 11 20:51:47.553 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-11T20:51:48.716Z[ host-image] Aug 11 20:51:47.560 INFO O| Aug 11 20:51:47.559 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106642026-08-11T20:51:48.716Z[ host-image] Aug 11 20:51:47.560 INFO O| Aug 11 20:51:47.560 INFO STEP 169 (remove_files) COMPLETE
106652026-08-11T20:51:48.719Z[ host-image] Aug 11 20:51:47.560 INFO O| Aug 11 20:51:47.560 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-11T20:51:48.723Z[ host-image] Aug 11 20:51:47.566 INFO O| Aug 11 20:51:47.566 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106672026-08-11T20:51:48.723Z[ host-image] Aug 11 20:51:47.566 INFO O| Aug 11 20:51:47.566 INFO STEP 170 (remove_files) COMPLETE
106682026-08-11T20:51:48.723Z[ host-image] Aug 11 20:51:47.566 INFO O| Aug 11 20:51:47.566 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-11T20:51:48.728Z[ host-image] Aug 11 20:51:47.572 INFO O| Aug 11 20:51:47.572 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106702026-08-11T20:51:48.728Z[ host-image] Aug 11 20:51:47.572 INFO O| Aug 11 20:51:47.572 INFO STEP 171 (remove_files) COMPLETE
106712026-08-11T20:51:48.728Z[ host-image] Aug 11 20:51:47.572 INFO O| Aug 11 20:51:47.572 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-11T20:51:48.736Z[ host-image] Aug 11 20:51:47.578 INFO O| Aug 11 20:51:47.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106732026-08-11T20:51:48.736Z[ host-image] Aug 11 20:51:47.578 INFO O| Aug 11 20:51:47.578 INFO STEP 172 (remove_files) COMPLETE
106742026-08-11T20:51:48.736Z[ host-image] Aug 11 20:51:47.578 INFO O| Aug 11 20:51:47.578 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-11T20:51:48.741Z[ host-image] Aug 11 20:51:47.584 INFO O| Aug 11 20:51:47.584 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106762026-08-11T20:51:48.746Z[ host-image] Aug 11 20:51:47.584 INFO O| Aug 11 20:51:47.584 INFO STEP 173 (remove_files) COMPLETE
106772026-08-11T20:51:48.746Z[ host-image] Aug 11 20:51:47.584 INFO O| Aug 11 20:51:47.584 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-11T20:51:48.750Z[ host-image] Aug 11 20:51:47.590 INFO O| Aug 11 20:51:47.590 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106792026-08-11T20:51:48.750Z[ host-image] Aug 11 20:51:47.590 INFO O| Aug 11 20:51:47.590 INFO STEP 174 (remove_files) COMPLETE
106802026-08-11T20:51:48.751Z[ host-image] Aug 11 20:51:47.590 INFO O| Aug 11 20:51:47.590 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-11T20:51:48.754Z[ host-image] Aug 11 20:51:47.596 INFO O| Aug 11 20:51:47.596 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106822026-08-11T20:51:48.754Z[ host-image] Aug 11 20:51:47.596 INFO O| Aug 11 20:51:47.596 INFO STEP 175 (remove_files) COMPLETE
106832026-08-11T20:51:48.754Z[ host-image] Aug 11 20:51:47.596 INFO O| Aug 11 20:51:47.596 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106842026-08-11T20:51:48.761Z[ host-image] Aug 11 20:51:47.605 INFO O| Aug 11 20:51:47.605 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106852026-08-11T20:51:48.761Z[ host-image] Aug 11 20:51:47.605 INFO O| Aug 11 20:51:47.605 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
106862026-08-11T20:51:49.430Z[ recovery-image] Aug 11 20:51:48.273 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s
106872026-08-11T20:51:49.437Z[ recovery-image] Aug 11 20:51:48.278 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106882026-08-11T20:51:49.644Z[ recovery-image] Aug 11 20:51:48.488 INFO E| Downloading crates ...
106892026-08-11T20:51:49.691Z[ recovery-image] Aug 11 20:51:48.533 INFO E| Downloaded bit_field v0.10.3
106902026-08-11T20:51:49.695Z[ recovery-image] Aug 11 20:51:48.535 INFO E| Downloaded bitstruct_derive v0.1.0
106912026-08-11T20:51:49.695Z[ recovery-image] Aug 11 20:51:48.536 INFO E| Downloaded bitstruct v0.1.1
106922026-08-11T20:51:49.696Z[ recovery-image] Aug 11 20:51:48.537 INFO E| Downloaded cpio_reader v0.1.2
106932026-08-11T20:51:49.706Z[ recovery-image] Aug 11 20:51:48.550 INFO E| Downloaded raw-cpuid v10.7.0
106942026-08-11T20:51:49.721Z[ recovery-image] Aug 11 20:51:48.565 INFO E| Downloaded bitflags v2.13.0
106952026-08-11T20:51:49.725Z[ recovery-image] Aug 11 20:51:48.568 INFO E| Downloaded miniz_oxide v0.9.1
106962026-08-11T20:51:49.728Z[ recovery-image] Aug 11 20:51:48.570 INFO E| Downloaded log v0.4.32
106972026-08-11T20:51:49.743Z[ recovery-image] Aug 11 20:51:48.586 INFO E| Downloaded goblin v0.10.7
106982026-08-11T20:51:49.870Z[ recovery-image] Aug 11 20:51:48.714 INFO E| Downloaded x86 v0.52.0
106992026-08-11T20:51:49.903Z[ recovery-image] Aug 11 20:51:48.746 INFO E| Updating crates.io index
107002026-08-11T20:51:50.052Z[ recovery-image] Aug 11 20:51:48.894 INFO E| Downloading crates ...
107012026-08-11T20:51:50.074Z[ recovery-image] Aug 11 20:51:48.917 INFO E| Downloaded hashbrown v0.17.1
107022026-08-11T20:51:50.077Z[ recovery-image] Aug 11 20:51:48.920 INFO E| Downloaded rustc-literal-escaper v0.0.7
107032026-08-11T20:51:50.127Z[ recovery-image] Aug 11 20:51:48.960 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)
107042026-08-11T20:51:50.127Z[ recovery-image] Aug 11 20:51:48.960 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)
107052026-08-11T20:51:50.127Z[ recovery-image] Aug 11 20:51:48.960 INFO E| Compiling proc-macro2 v1.0.106
107062026-08-11T20:51:50.133Z[ recovery-image] Aug 11 20:51:48.960 INFO E| Compiling quote v1.0.45
107072026-08-11T20:51:50.133Z[ recovery-image] Aug 11 20:51:48.960 INFO E| Compiling unicode-ident v1.0.24
107082026-08-11T20:51:50.133Z[ recovery-image] Aug 11 20:51:48.960 INFO E| Compiling syn v1.0.109
107092026-08-11T20:51:50.133Z[ recovery-image] Aug 11 20:51:48.960 INFO E| Compiling x86 v0.52.0
107102026-08-11T20:51:50.133Z[ recovery-image] Aug 11 20:51:48.960 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107112026-08-11T20:51:50.133Z[ recovery-image] Aug 11 20:51:48.960 INFO E| Compiling seq-macro v0.3.6
107122026-08-11T20:51:51.046Z[ recovery-image] Aug 11 20:51:49.883 INFO E| Compiling syn v2.0.117
107132026-08-11T20:51:52.278Z[ recovery-image] Aug 11 20:51:51.115 INFO E| Compiling scroll_derive v0.13.1
107142026-08-11T20:51:53.338Z[ recovery-image] Aug 11 20:51:52.182 INFO E| Compiling bitstruct_derive v0.1.0
107152026-08-11T20:51:54.743Z[ host-image] Aug 11 20:51:53.587 INFO O| Aug 11 20:51:53.587 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
107162026-08-11T20:51:54.744Z[ host-image] Aug 11 20:51:53.587 INFO O| Aug 11 20:51:53.587 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107172026-08-11T20:51:54.755Z[ host-image] Aug 11 20:51:53.599 INFO O| Aug 11 20:51:53.599 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107182026-08-11T20:51:54.849Z[ host-image] Aug 11 20:51:53.692 INFO O| Aug 11 20:51:53.692 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
107192026-08-11T20:51:54.900Z[ host-image] Aug 11 20:51:53.744 INFO O| Aug 11 20:51:53.744 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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107202026-08-11T20:51:54.963Z[ host-image] Aug 11 20:51:53.806 INFO O| Aug 11 20:51:53.806 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107212026-08-11T20:51:54.963Z[ host-image] Aug 11 20:51:53.806 INFO O| Aug 11 20:51:53.806 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107222026-08-11T20:51:54.968Z[ host-image] Aug 11 20:51:53.807 INFO O| Aug 11 20:51:53.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107232026-08-11T20:51:54.968Z[ host-image] Aug 11 20:51:53.807 INFO O| Aug 11 20:51:53.807 INFO ok!
107242026-08-11T20:51:54.968Z[ host-image] Aug 11 20:51:53.807 INFO O| Aug 11 20:51:53.807 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107252026-08-11T20:51:54.968Z[ host-image] Aug 11 20:51:53.807 INFO O| Aug 11 20:51:53.807 INFO STEP 176 (seed_smf) COMPLETE
107262026-08-11T20:51:54.968Z[ host-image] Aug 11 20:51:53.807 INFO O| Aug 11 20:51:53.807 INFO steps complete; finalising image!
107272026-08-11T20:51:54.968Z[ host-image] Aug 11 20:51:53.807 INFO O| Aug 11 20:51:53.807 INFO TRIM POOL: TEMPORARY-sled-zfs
107282026-08-11T20:51:55.040Z[ host-image] Aug 11 20:51:53.884 INFO O| Aug 11 20:51:53.884 INFO trim TEMPORARY-sled-zfs: (56% trimmed, started at Tue Aug 11 20:51:53 2026)
107292026-08-11T20:51:55.254Z[ host-image] Aug 11 20:51:54.097 INFO O| Aug 11 20:51:54.097 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio
107302026-08-11T20:51:55.254Z[ host-image] Aug 11 20:51:54.097 INFO O| Aug 11 20:51:54.097 INFO EXPORT POOL: TEMPORARY-sled-zfs
107312026-08-11T20:51:55.578Z[ host-image] Aug 11 20:51:54.422 INFO O| Aug 11 20:51:54.421 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107322026-08-11T20:51:55.578Z[ host-image] Aug 11 20:51:54.422 INFO O| Aug 11 20:51:54.422 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107332026-08-11T20:51:56.382Z[ host-image] Aug 11 20:51:55.226 INFO O| Aug 11 20:51:55.226 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107342026-08-11T20:51:56.382Z[ host-image] Aug 11 20:51:55.226 INFO O| Aug 11 20:51:55.226 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107352026-08-11T20:51:56.382Z[ host-image] Aug 11 20:51:55.226 INFO O| Aug 11 20:51:55.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107362026-08-11T20:51:56.387Z[ host-image] Aug 11 20:51:55.226 INFO O| Aug 11 20:51:55.226 INFO completed processing sled/zfs
107372026-08-11T20:51:56.387Z[ host-image] Aug 11 20:51:55.226 INFO O| Aug 11 20:51:55.226 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107382026-08-11T20:52:02.381Z[ recovery-image] Aug 11 20:52:01.212 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)
107392026-08-11T20:52:04.423Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling bitflags v1.3.2
107402026-08-11T20:52:04.423Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling scroll v0.13.0
107412026-08-11T20:52:04.439Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling plain v0.2.3
107422026-08-11T20:52:04.439Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling log v0.4.32
107432026-08-11T20:52:04.439Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling adler2 v2.0.1
107442026-08-11T20:52:04.439Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling bit_field v0.10.3
107452026-08-11T20:52:04.439Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling bitflags v2.13.0
107462026-08-11T20:52:04.439Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling bitstruct v0.1.1
107472026-08-11T20:52:04.439Z[ recovery-image] Aug 11 20:52:03.259 INFO E| Compiling static_assertions v1.1.0
107482026-08-11T20:52:04.474Z[ recovery-image] Aug 11 20:52:03.309 INFO E| Compiling raw-cpuid v10.7.0
107492026-08-11T20:52:04.514Z[ recovery-image] Aug 11 20:52:03.356 INFO E| Compiling miniz_oxide v0.9.1
107502026-08-11T20:52:04.574Z[ recovery-image] Aug 11 20:52:03.417 INFO E| Compiling cpio_reader v0.1.2
107512026-08-11T20:52:04.636Z[ recovery-image] Aug 11 20:52:03.479 INFO E| Compiling goblin v0.10.7
107522026-08-11T20:52:07.416Z[ recovery-image] Aug 11 20:52:06.259 INFO E| Finished `release` profile [optimized] target(s) in 17.96s
107532026-08-11T20:52:07.433Z[ recovery-image] Aug 11 20:52:06.276 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107542026-08-11T20:52:07.433Z[ recovery-image] Aug 11 20:52:06.276 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107552026-08-11T20:52:07.433Z[ recovery-image] Aug 11 20:52:06.276 INFO building ROM for gimlet
107562026-08-11T20:52:07.436Z[ recovery-image] Aug 11 20:52:06.276 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")
107572026-08-11T20:52:07.506Z[ recovery-image] Aug 11 20:52:06.350 INFO E| Downloading crates ...
107582026-08-11T20:52:07.557Z[ recovery-image] Aug 11 20:52:06.400 INFO E| Downloaded anstyle v1.0.10
107592026-08-11T20:52:07.568Z[ recovery-image] Aug 11 20:52:06.410 INFO E| Downloaded shared_child v1.0.1
107602026-08-11T20:52:07.581Z[ recovery-image] Aug 11 20:52:06.425 INFO E| Downloaded clap_lex v0.7.4
107612026-08-11T20:52:07.584Z[ recovery-image] Aug 11 20:52:06.425 INFO E| Downloaded colorchoice v1.0.3
107622026-08-11T20:52:07.584Z[ recovery-image] Aug 11 20:52:06.426 INFO E| Downloaded is_terminal_polyfill v1.70.1
107632026-08-11T20:52:07.584Z[ recovery-image] Aug 11 20:52:06.427 INFO E| Downloaded os_pipe v1.2.1
107642026-08-11T20:52:07.584Z[ recovery-image] Aug 11 20:52:06.427 INFO E| Downloaded toml v0.8.22
107652026-08-11T20:52:07.617Z[ recovery-image] Aug 11 20:52:06.446 INFO E| Downloaded toml_datetime v0.6.9
107662026-08-11T20:52:07.617Z[ recovery-image] Aug 11 20:52:06.447 INFO E| Downloaded toml_write v0.1.1
107672026-08-11T20:52:07.617Z[ recovery-image] Aug 11 20:52:06.448 INFO E| Downloaded anstyle-query v1.1.2
107682026-08-11T20:52:07.617Z[ recovery-image] Aug 11 20:52:06.448 INFO E| Downloaded serde_spanned v0.6.8
107692026-08-11T20:52:07.617Z[ recovery-image] Aug 11 20:52:06.449 INFO E| Downloaded anstream v0.6.18
107702026-08-11T20:52:07.626Z[ recovery-image] Aug 11 20:52:06.450 INFO E| Downloaded anstyle-parse v0.2.6
107712026-08-11T20:52:07.626Z[ recovery-image] Aug 11 20:52:06.455 INFO E| Downloaded clap_derive v4.5.32
107722026-08-11T20:52:07.626Z[ recovery-image] Aug 11 20:52:06.456 INFO E| Downloaded duct v0.13.7
107732026-08-11T20:52:07.626Z[ recovery-image] Aug 11 20:52:06.462 INFO E| Downloaded clap v4.5.37
107742026-08-11T20:52:07.638Z[ recovery-image] Aug 11 20:52:06.480 INFO E| Downloaded cc v1.2.20
107752026-08-11T20:52:07.641Z[ recovery-image] Aug 11 20:52:06.481 INFO E| Downloaded toml_edit v0.22.26
107762026-08-11T20:52:07.657Z[ recovery-image] Aug 11 20:52:06.500 INFO E| Downloaded clap_builder v4.5.37
107772026-08-11T20:52:07.660Z[ recovery-image] Aug 11 20:52:06.504 INFO E| Downloaded winnow v0.7.7
107782026-08-11T20:52:07.678Z[ recovery-image] Aug 11 20:52:06.518 INFO E| Compiling libc v0.2.172
107792026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.518 INFO E| Compiling utf8parse v0.2.2
107802026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.518 INFO E| Compiling shlex v1.3.0
107812026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.518 INFO E| Compiling once_cell v1.21.3
107822026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.518 INFO E| Compiling anstyle-query v1.1.2
107832026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.518 INFO E| Compiling is_terminal_polyfill v1.70.1
107842026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.518 INFO E| Compiling anstyle v1.0.10
107852026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.519 INFO E| Compiling colorchoice v1.0.3
107862026-08-11T20:52:07.681Z[ recovery-image] Aug 11 20:52:06.519 INFO E| Compiling hashbrown v0.15.2
107872026-08-11T20:52:07.692Z[ recovery-image] Aug 11 20:52:06.536 INFO E| Compiling equivalent v1.0.2
107882026-08-11T20:52:07.695Z[ recovery-image] Aug 11 20:52:06.536 INFO E| Compiling winnow v0.7.7
107892026-08-11T20:52:07.695Z[ recovery-image] Aug 11 20:52:06.536 INFO E| Compiling anyhow v1.0.98
107902026-08-11T20:52:07.698Z[ recovery-image] Aug 11 20:52:06.541 INFO E| Compiling clap_lex v0.7.4
107912026-08-11T20:52:07.701Z[ recovery-image] Aug 11 20:52:06.545 INFO E| Compiling strsim v0.11.1
107922026-08-11T20:52:07.710Z[ recovery-image] Aug 11 20:52:06.554 INFO E| Compiling toml_write v0.1.1
107932026-08-11T20:52:07.713Z[ recovery-image] Aug 11 20:52:06.557 INFO E| Compiling syn v2.0.101
107942026-08-11T20:52:07.797Z[ recovery-image] Aug 11 20:52:06.640 INFO E| Compiling anstyle-parse v0.2.6
107952026-08-11T20:52:07.836Z[ recovery-image] Aug 11 20:52:06.679 INFO E| Compiling cc v1.2.20
107962026-08-11T20:52:07.933Z[ recovery-image] Aug 11 20:52:06.775 INFO E| Compiling anstream v0.6.18
107972026-08-11T20:52:08.128Z[ recovery-image] Aug 11 20:52:06.971 INFO E| Compiling clap_builder v4.5.37
107982026-08-11T20:52:08.150Z[ recovery-image] Aug 11 20:52:06.993 INFO E| Compiling indexmap v2.9.0
107992026-08-11T20:52:08.310Z[ recovery-image] Aug 11 20:52:07.152 INFO E| Compiling os_pipe v1.2.1
108002026-08-11T20:52:08.310Z[ recovery-image] Aug 11 20:52:07.152 INFO E| Compiling shared_child v1.0.1
108012026-08-11T20:52:08.421Z[ recovery-image] Aug 11 20:52:07.263 INFO E| Compiling duct v0.13.7
108022026-08-11T20:52:08.891Z[ recovery-image] Aug 11 20:52:07.735 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108032026-08-11T20:52:09.698Z[ recovery-image] Aug 11 20:52:08.541 INFO E| Compiling serde_derive v1.0.219
108042026-08-11T20:52:09.698Z[ recovery-image] Aug 11 20:52:08.541 INFO E| Compiling clap_derive v4.5.32
108052026-08-11T20:52:10.944Z[ recovery-image] Aug 11 20:52:09.787 INFO E| Compiling clap v4.5.37
108062026-08-11T20:52:11.408Z[ host-image] Aug 11 20:52:10.252 INFO O| Aug 11 20:52:10.252 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108072026-08-11T20:52:11.483Z[ host-image] Aug 11 20:52:10.326 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
108082026-08-11T20:52:11.483Z[ host-image] Aug 11 20:52:10.326 INFO expanded image name: "ci e9029c0/${os_short_commit} 2026-08-11 20:36" -> "ci e9029c0/aaf8e74 2026-08-11 20:36"
108092026-08-11T20:52:11.483Z[ host-image] Aug 11 20:52:10.326 INFO output artefacts stored in: "/work/os-host"
108102026-08-11T20:52:11.486Z[ host-image] Aug 11 20:52:10.326 INFO collecting git info from project "pilot"...
108112026-08-11T20:52:11.489Z[ host-image] Aug 11 20:52:10.332 INFO collecting git info from project "amd-host-image-builder"...
108122026-08-11T20:52:11.493Z[ host-image] Aug 11 20:52:10.337 INFO collecting git info from project "bootserver"...
108132026-08-11T20:52:11.500Z[ host-image] Aug 11 20:52:10.341 INFO collecting git info from project "chelsio-t6-roms"...
108142026-08-11T20:52:11.503Z[ host-image] Aug 11 20:52:10.346 INFO collecting git info from project "phbl"...
108152026-08-11T20:52:11.507Z[ host-image] Aug 11 20:52:10.350 INFO collecting git info from project "amd-firmware"...
108162026-08-11T20:52:11.517Z[ host-image] Aug 11 20:52:10.361 INFO collecting git info from project "image-builder"...
108172026-08-11T20:52:11.521Z[ host-image] Aug 11 20:52:10.365 INFO collecting git info from project "pinprick"...
108182026-08-11T20:52:11.526Z[ host-image] Aug 11 20:52:10.370 INFO collecting git info from project "dmar-report"...
108192026-08-11T20:52:11.530Z[ host-image] Aug 11 20:52:10.373 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108202026-08-11T20:52:11.547Z[ recovery-image] Aug 11 20:52:10.390 INFO E| Compiling serde v1.0.219
108212026-08-11T20:52:11.830Z[ host-image] Aug 11 20:52:10.674 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108222026-08-11T20:52:12.119Z[ host-image] Aug 11 20:52:10.962 INFO creating Oxide boot image...
108232026-08-11T20:52:12.119Z[ host-image] Aug 11 20:52:10.962 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci e9029c0/aaf8e74 2026-08-11 20:36", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108242026-08-11T20:52:12.901Z[ host-image] Aug 11 20:52:11.740 INFO O| ok, image written!
108252026-08-11T20:52:12.901Z[ host-image] Aug 11 20:52:11.740 INFO O| ok, boot_image_csum file written!
108262026-08-11T20:52:12.905Z[ host-image] Aug 11 20:52:11.743 INFO creating boot archive (CPIO)...
108272026-08-11T20:52:12.905Z[ host-image] Aug 11 20:52:11.743 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
108282026-08-11T20:52:12.906Z[ host-image] Aug 11 20:52:11.747 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108292026-08-11T20:52:12.906Z[ host-image] Aug 11 20:52:11.747 INFO E| + outfile=/work/os-host/cpio
108302026-08-11T20:52:12.906Z[ host-image] Aug 11 20:52:11.747 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108312026-08-11T20:52:12.915Z[ host-image] Aug 11 20:52:11.749 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108322026-08-11T20:52:12.915Z[ host-image] Aug 11 20:52:11.749 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108332026-08-11T20:52:12.935Z[ host-image] Aug 11 20:52:11.777 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108342026-08-11T20:52:12.935Z[ host-image] Aug 11 20:52:11.777 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108352026-08-11T20:52:12.941Z[ host-image] Aug 11 20:52:11.784 INFO creating compressed cpio/unix for dev loaders...
108362026-08-11T20:52:12.942Z[ host-image] Aug 11 20:52:11.784 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
108372026-08-11T20:52:13.174Z[ host-image] Aug 11 20:52:12.014 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108382026-08-11T20:52:13.347Z[ recovery-image] Aug 11 20:52:12.188 INFO E| Compiling toml_datetime v0.6.9
108392026-08-11T20:52:13.347Z[ recovery-image] Aug 11 20:52:12.188 INFO E| Compiling serde_spanned v0.6.8
108402026-08-11T20:52:13.513Z[ recovery-image] Aug 11 20:52:12.354 INFO E| Compiling toml_edit v0.22.26
108412026-08-11T20:52:14.996Z[ recovery-image] Aug 11 20:52:13.839 INFO E| Compiling toml v0.8.22
108422026-08-11T20:52:16.718Z[ host-image] Aug 11 20:52:15.549 INFO creating reset image...
108432026-08-11T20:52:16.719Z[ host-image] Aug 11 20:52:15.549 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")
108442026-08-11T20:52:16.815Z[ host-image] Aug 11 20:52:15.622 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108452026-08-11T20:52:16.861Z[ host-image] Aug 11 20:52:15.624 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108462026-08-11T20:52:17.086Z[ host-image] Aug 11 20:52:15.928 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)
108472026-08-11T20:52:17.087Z[ host-image] Aug 11 20:52:15.928 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)
108482026-08-11T20:52:17.090Z[ host-image] Aug 11 20:52:15.928 INFO E| Compiling proc-macro2 v1.0.106
108492026-08-11T20:52:17.090Z[ host-image] Aug 11 20:52:15.928 INFO E| Compiling quote v1.0.45
108502026-08-11T20:52:17.090Z[ host-image] Aug 11 20:52:15.928 INFO E| Compiling unicode-ident v1.0.24
108512026-08-11T20:52:17.090Z[ host-image] Aug 11 20:52:15.928 INFO E| Compiling syn v1.0.109
108522026-08-11T20:52:17.090Z[ host-image] Aug 11 20:52:15.928 INFO E| Compiling x86 v0.52.0
108532026-08-11T20:52:17.090Z[ host-image] Aug 11 20:52:15.928 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108542026-08-11T20:52:17.090Z[ host-image] Aug 11 20:52:15.928 INFO E| Compiling seq-macro v0.3.6
108552026-08-11T20:52:17.607Z[ recovery-image] Aug 11 20:52:16.447 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
108562026-08-11T20:52:17.618Z[ recovery-image] Aug 11 20:52:16.457 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`
108572026-08-11T20:52:17.632Z[ recovery-image] Aug 11 20:52:16.475 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108582026-08-11T20:52:17.714Z[ recovery-image] Aug 11 20:52:16.558 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108592026-08-11T20:52:17.720Z[ recovery-image] Aug 11 20:52:16.563 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`
108602026-08-11T20:52:17.862Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108612026-08-11T20:52:17.862Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108622026-08-11T20:52:17.862Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108632026-08-11T20:52:17.862Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108642026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108652026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108662026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108672026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108682026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108692026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108702026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108712026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108722026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108732026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108742026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108752026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.706 INFO O| Info: ABL version: 0x100f5010
108762026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.706 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108772026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108782026-08-11T20:52:17.866Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108792026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108802026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108812026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108822026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108832026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108842026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108852026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108862026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108872026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108882026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108892026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108902026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108912026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108922026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108932026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108942026-08-11T20:52:17.867Z[ recovery-image] Aug 11 20:52:16.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108952026-08-11T20:52:17.907Z[ recovery-image] Aug 11 20:52:16.751 INFO building ROM for cosmo
108962026-08-11T20:52:17.907Z[ recovery-image] Aug 11 20:52:16.751 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")
108972026-08-11T20:52:18.019Z[ recovery-image] Aug 11 20:52:16.862 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108982026-08-11T20:52:18.023Z[ recovery-image] Aug 11 20:52:16.866 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`
108992026-08-11T20:52:18.043Z[ recovery-image] Aug 11 20:52:16.886 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109002026-08-11T20:52:18.123Z[ host-image] Aug 11 20:52:16.966 INFO E| Compiling syn v2.0.117
109012026-08-11T20:52:18.127Z[ recovery-image] Aug 11 20:52:16.967 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109022026-08-11T20:52:18.129Z[ recovery-image] Aug 11 20:52:16.972 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`
109032026-08-11T20:52:18.376Z[ recovery-image] Aug 11 20:52:17.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109042026-08-11T20:52:18.376Z[ recovery-image] Aug 11 20:52:17.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109052026-08-11T20:52:18.381Z[ recovery-image] Aug 11 20:52:17.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109062026-08-11T20:52:18.381Z[ recovery-image] Aug 11 20:52:17.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109072026-08-11T20:52:18.381Z[ recovery-image] Aug 11 20:52:17.209 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109082026-08-11T20:52:18.381Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109092026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109102026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109112026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109122026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109132026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109142026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109152026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109162026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109172026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109182026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109192026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109202026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109212026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109222026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109232026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109242026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109252026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109262026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109272026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109282026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109292026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109302026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109312026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109322026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109332026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109342026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109352026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109362026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109372026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109382026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109392026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109402026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109412026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109422026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109432026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109442026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109452026-08-11T20:52:18.382Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109462026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109472026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109482026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.211 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-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109502026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109512026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109522026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109532026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109542026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109552026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109562026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO O| Info: ABL version: 0x100af010
109572026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109582026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109592026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109602026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109612026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109622026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109632026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109642026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109652026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109662026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109672026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109682026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109692026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109702026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109712026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109722026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109732026-08-11T20:52:18.383Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109742026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109752026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109762026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109772026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109782026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109792026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109802026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109812026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109822026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109832026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109842026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109852026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109862026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109872026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109882026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109892026-08-11T20:52:18.384Z[ recovery-image] Aug 11 20:52:17.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109902026-08-11T20:52:18.411Z[ recovery-image] Aug 11 20:52:17.254 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109912026-08-11T20:52:19.583Z[ host-image] Aug 11 20:52:18.426 INFO E| Compiling scroll_derive v0.13.1
109922026-08-11T20:52:19.591Z[ recovery-image] Aug 11 20:52:18.432 INFO image complete! materials are in "/work/os-recovery"
109932026-08-11T20:52:19.595Z[ recovery-image]
109942026-08-11T20:52:19.595Z[ recovery-image] real 3:18.585232733
109952026-08-11T20:52:19.595Z[ recovery-image] user 2:34.752738441
109962026-08-11T20:52:19.595Z[ recovery-image] sys 36.576654726
109972026-08-11T20:52:19.595Z[ recovery-image] trap 0.136807898
109982026-08-11T20:52:19.595Z[ recovery-image] tflt 0.785173117
109992026-08-11T20:52:19.595Z[ recovery-image] dflt 0.753058488
110002026-08-11T20:52:19.595Z[ recovery-image] kflt 0.000148620
110012026-08-11T20:52:19.595Z[ recovery-image] lock 7:50.932742240
110022026-08-11T20:52:19.595Z[ recovery-image] slp 17:07.263600275
110032026-08-11T20:52:19.595Z[ recovery-image] lat 31.855295922
110042026-08-11T20:52:19.595Z[ recovery-image] stop 6.506115900
110052026-08-11T20:52:19.595ZAug 11 20:52:18.436 INFO [recovery-image] process exited with exit status: 0 (198.590242807s)
110062026-08-11T20:52:19.595ZAug 11 20:52:18.436 INFO [tuf-v2-recovery] running task
110072026-08-11T20:52:19.595ZAug 11 20:52:18.437 INFO [tuf-v2-recovery] task succeeded (936.151µs)
110082026-08-11T20:52:20.950Z[ host-image] Aug 11 20:52:19.701 INFO E| Compiling bitstruct_derive v0.1.0
110092026-08-11T20:52:29.929Z[ host-image] Aug 11 20:52:28.762 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)
110102026-08-11T20:52:32.068Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling bitflags v1.3.2
110112026-08-11T20:52:32.068Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling scroll v0.13.0
110122026-08-11T20:52:32.072Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling bit_field v0.10.3
110132026-08-11T20:52:32.072Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling plain v0.2.3
110142026-08-11T20:52:32.072Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling log v0.4.32
110152026-08-11T20:52:32.072Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling bitflags v2.13.0
110162026-08-11T20:52:32.072Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling adler2 v2.0.1
110172026-08-11T20:52:32.072Z[ host-image] Aug 11 20:52:30.911 INFO E| Compiling static_assertions v1.1.0
110182026-08-11T20:52:32.072Z[ host-image] Aug 11 20:52:30.912 INFO E| Compiling bitstruct v0.1.1
110192026-08-11T20:52:32.120Z[ host-image] Aug 11 20:52:30.963 INFO E| Compiling raw-cpuid v10.7.0
110202026-08-11T20:52:32.168Z[ host-image] Aug 11 20:52:31.006 INFO E| Compiling miniz_oxide v0.9.1
110212026-08-11T20:52:32.253Z[ host-image] Aug 11 20:52:31.095 INFO E| Compiling cpio_reader v0.1.2
110222026-08-11T20:52:32.315Z[ host-image] Aug 11 20:52:31.158 INFO E| Compiling goblin v0.10.7
110232026-08-11T20:52:35.208Z[ host-image] Aug 11 20:52:34.051 INFO E| Finished `release` profile [optimized] target(s) in 18.41s
110242026-08-11T20:52:35.220Z[ host-image] Aug 11 20:52:34.063 INFO building ROM for cosmo
110252026-08-11T20:52:35.226Z[ host-image] Aug 11 20:52:34.064 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")
110262026-08-11T20:52:35.311Z[ host-image] Aug 11 20:52:34.149 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110272026-08-11T20:52:35.321Z[ host-image] Aug 11 20:52:34.152 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`
110282026-08-11T20:52:35.333Z[ host-image] Aug 11 20:52:34.164 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110292026-08-11T20:52:35.388Z[ host-image] Aug 11 20:52:34.230 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110302026-08-11T20:52:35.394Z[ host-image] Aug 11 20:52:34.233 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`
110312026-08-11T20:52:35.606Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110322026-08-11T20:52:35.606Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110332026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110342026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110352026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110362026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110372026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110382026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110392026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110402026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110412026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110422026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110432026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110442026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110452026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110462026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110472026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110482026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110492026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110502026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110512026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110522026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110532026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110542026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110552026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110562026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110572026-08-11T20:52:35.617Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110582026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110592026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110602026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110612026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110622026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110632026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110642026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110652026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110662026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110672026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110682026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110692026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110702026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110712026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110722026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110732026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110742026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110752026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110762026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110772026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110782026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110792026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110802026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110812026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110822026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110832026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110842026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.439 INFO O| Info: ABL version: 0x100af010
110852026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110862026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110872026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110882026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110892026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110902026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110912026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110922026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110932026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110942026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110952026-08-11T20:52:35.618Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110962026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110972026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110982026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110992026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111002026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111012026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111022026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111032026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111042026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111052026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111062026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111072026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111082026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111092026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111102026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111112026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111122026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111132026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111142026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111152026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111162026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111172026-08-11T20:52:35.619Z[ host-image] Aug 11 20:52:34.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111182026-08-11T20:52:35.628Z[ host-image] Aug 11 20:52:34.472 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111192026-08-11T20:52:35.628Z[ host-image] Aug 11 20:52:34.472 INFO building ROM for gimlet
111202026-08-11T20:52:35.633Z[ host-image] Aug 11 20:52:34.472 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")
111212026-08-11T20:52:35.723Z[ host-image] Aug 11 20:52:34.561 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111222026-08-11T20:52:35.740Z[ host-image] Aug 11 20:52:34.564 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`
111232026-08-11T20:52:35.752Z[ host-image] Aug 11 20:52:34.576 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111242026-08-11T20:52:35.802Z[ host-image] Aug 11 20:52:34.643 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111252026-08-11T20:52:35.807Z[ host-image] Aug 11 20:52:34.649 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`
111262026-08-11T20:52:35.927Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111272026-08-11T20:52:35.927Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111282026-08-11T20:52:35.927Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111292026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111302026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111312026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111322026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111332026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111342026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111352026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111362026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111372026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111382026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111392026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111402026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111412026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO O| Info: ABL version: 0x100f5010
111422026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111432026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111442026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111452026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111462026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111472026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111482026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111492026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111502026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111512026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111522026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111532026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111542026-08-11T20:52:35.931Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111552026-08-11T20:52:35.932Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111562026-08-11T20:52:35.932Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111572026-08-11T20:52:35.932Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111582026-08-11T20:52:35.932Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111592026-08-11T20:52:35.932Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111602026-08-11T20:52:35.932Z[ host-image] Aug 11 20:52:34.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111612026-08-11T20:52:35.974Z[ host-image] Aug 11 20:52:34.812 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111622026-08-11T20:52:35.974Z[ host-image] Aug 11 20:52:34.812 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111632026-08-11T20:52:47.132Z[ host-image] Aug 11 20:52:45.975 INFO image complete! materials are in "/work/os-host"
111642026-08-11T20:52:47.135Z[ host-image]
111652026-08-11T20:52:47.135Z[ host-image] real 3:56.213705100
111662026-08-11T20:52:47.135Z[ host-image] user 2:47.354886642
111672026-08-11T20:52:47.135Z[ host-image] sys 37.092006779
111682026-08-11T20:52:47.135Z[ host-image] trap 0.146529548
111692026-08-11T20:52:47.135Z[ host-image] tflt 0.259366444
111702026-08-11T20:52:47.135Z[ host-image] dflt 0.281478139
111712026-08-11T20:52:47.135Z[ host-image] kflt 0.000247050
111722026-08-11T20:52:47.135Z[ host-image] lock 4:43.111149247
111732026-08-11T20:52:47.135Z[ host-image] slp 19:58.158956704
111742026-08-11T20:52:47.136Z[ host-image] lat 23.324791964
111752026-08-11T20:52:47.136Z[ host-image] stop 1.620919898
111762026-08-11T20:52:47.139ZAug 11 20:52:45.979 INFO [host-image] process exited with exit status: 0 (236.219363195s)
111772026-08-11T20:52:47.139ZAug 11 20:52:45.979 INFO [tuf-v2-host] running task
111782026-08-11T20:52:47.139ZAug 11 20:52:45.979 INFO [tuf-repo] running task
111792026-08-11T20:52:47.139ZAug 11 20:52:45.980 INFO [tuf-v2-host] task succeeded (556.75µs)
111802026-08-11T20:52:47.139ZAug 11 20:52:45.980 INFO [tuf-v2-repo] running task
111812026-08-11T20:53:08.093ZAug 11 20:53:06.935 INFO assembling repository in `/tmp/tufaceousVEl5G4`, component: OmicronRepoAssembler
111822026-08-11T20:53:08.230ZAug 11 20:53:07.071 INFO [tuf-v2-repo] task succeeded (21.090638121s)
111832026-08-11T20:53:16.766ZAug 11 20:53:15.579 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111842026-08-11T20:53:17.046ZAug 11 20:53:15.842 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111852026-08-11T20:53:19.305ZAug 11 20:53:18.122 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111862026-08-11T20:53:19.355ZAug 11 20:53:18.173 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111872026-08-11T20:53:19.394ZAug 11 20:53:18.222 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111882026-08-11T20:53:19.444ZAug 11 20:53:18.272 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111892026-08-11T20:53:19.487ZAug 11 20:53:18.327 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111902026-08-11T20:53:19.542ZAug 11 20:53:18.378 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111912026-08-11T20:53:19.610ZAug 11 20:53:18.428 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111922026-08-11T20:53:29.933ZAug 11 20:53:28.698 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
111932026-08-11T20:53:29.972ZAug 11 20:53:28.704 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
111942026-08-11T20:53:29.972ZAug 11 20:53:28.729 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
111952026-08-11T20:53:29.972ZAug 11 20:53:28.784 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111962026-08-11T20:53:30.083ZAug 11 20:53:28.843 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111972026-08-11T20:53:30.106ZAug 11 20:53:28.898 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111982026-08-11T20:53:30.153ZAug 11 20:53:28.962 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
111992026-08-11T20:53:30.184ZAug 11 20:53:28.968 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
112002026-08-11T20:53:30.184ZAug 11 20:53:28.992 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
112012026-08-11T20:53:31.620ZAug 11 20:53:30.445 INFO extracting uploaded archive to /tmp/.tmps32Sxd
112022026-08-11T20:53:33.563ZAug 11 20:53:32.364 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.0sP2as
112032026-08-11T20:53:33.631ZAug 11 20:53:32.421 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
112042026-08-11T20:53:33.807ZAug 11 20:53:32.516 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
112052026-08-11T20:53:33.877ZAug 11 20:53:32.603 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
112062026-08-11T20:53:33.878ZAug 11 20:53:32.685 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
112072026-08-11T20:53:33.965ZAug 11 20:53:32.766 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
112082026-08-11T20:53:34.049ZAug 11 20:53:32.850 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
112092026-08-11T20:53:34.139ZAug 11 20:53:32.931 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
112102026-08-11T20:53:34.216ZAug 11 20:53:33.015 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112112026-08-11T20:53:34.216ZAug 11 20:53:33.015 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112122026-08-11T20:53:34.280ZAug 11 20:53:33.068 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112132026-08-11T20:53:34.280ZAug 11 20:53:33.068 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112142026-08-11T20:53:34.335ZAug 11 20:53:33.121 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112152026-08-11T20:53:34.336ZAug 11 20:53:33.121 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112162026-08-11T20:53:34.505ZAug 11 20:53:33.169 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112172026-08-11T20:53:34.505ZAug 11 20:53:33.169 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112182026-08-11T20:53:34.555ZAug 11 20:53:33.220 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112192026-08-11T20:53:34.555ZAug 11 20:53:33.220 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112202026-08-11T20:53:34.555ZAug 11 20:53:33.265 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112212026-08-11T20:53:34.555ZAug 11 20:53:33.265 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112222026-08-11T20:53:34.555ZAug 11 20:53:33.311 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112232026-08-11T20:53:34.555ZAug 11 20:53:33.311 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112242026-08-11T20:53:34.556ZAug 11 20:53:33.311 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112252026-08-11T20:53:34.556ZAug 11 20:53:33.312 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112262026-08-11T20:53:34.556ZAug 11 20:53:33.312 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112272026-08-11T20:53:34.556ZAug 11 20:53:33.313 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112282026-08-11T20:53:34.556ZAug 11 20:53:33.314 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112292026-08-11T20:53:40.138ZAug 11 20:53:38.980 INFO added artifact, length: 33554432, hash: ef19cc867951afe9705082a1f5ee6372c571a0586fbb4a3a1e13dab0440db678, version: 23.0.0-0.ci+gite9029c0146e, kind: gimlet_host_phase_1, name: host
112302026-08-11T20:53:40.138ZAug 11 20:53:38.980 INFO added artifact, length: 33554432, hash: 67cb92a92630fde9dab3eb5ce3831215b1a9049617347a5150d02f28f185be64, version: 23.0.0-0.ci+gite9029c0146e, kind: cosmo_host_phase_1, name: host
112312026-08-11T20:53:40.138ZAug 11 20:53:38.980 INFO added artifact, length: 1258295296, hash: 28f1bc9cf4d0ba4a6d2922bfde9dc2a6e147bb382e7ecae49bdbecf91ccf37c5, version: 23.0.0-0.ci+gite9029c0146e, kind: host_phase_2, name: host
112322026-08-11T20:53:41.137ZAug 11 20:53:39.863 INFO added artifact, length: 33554432, hash: 3ebfd3e9d91087af9a0065a1e9f9a0a5222de757335a9999c9f7f889706c903d, version: 23.0.0-0.ci+gite9029c0146e, kind: gimlet_trampoline_phase_1, name: trampoline
112332026-08-11T20:53:41.137ZAug 11 20:53:39.863 INFO added artifact, length: 33554432, hash: 747b4074c25d54ec830cb5bf6068aeefaf4744592ca3fb1a3b164718d7f08182, version: 23.0.0-0.ci+gite9029c0146e, kind: cosmo_trampoline_phase_1, name: trampoline
112342026-08-11T20:53:41.186ZAug 11 20:53:39.863 INFO added artifact, length: 164304819, hash: fba64823f7da062f06e742a0ca6a9ee89dbe64fe00b028c9d77ae1dd6908402b, version: 23.0.0-0.ci+gite9029c0146e, kind: trampoline_phase_2, name: trampoline
112352026-08-11T20:53:42.810ZAug 11 20:53:41.632 INFO added artifact, length: 319022551, hash: a1012309915f60ef1d84cc79353fe01e5b5ff3013b2b9a960ab1fe47ada59231, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: clickhouse_keeper
112362026-08-11T20:53:44.654ZAug 11 20:53:43.469 INFO added artifact, length: 335400210, hash: 9cbd8876a12d6da21780f27bba804831daf7e7b044fe662bbc4f39c295aa8bfd, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: clickhouse_server
112372026-08-11T20:53:46.467ZAug 11 20:53:45.304 INFO added artifact, length: 335403196, hash: 939e67d7f9fe29de6036a1d198edc7057448f2e995186aea4c7c35df12917c43, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: clickhouse
112382026-08-11T20:53:47.433ZAug 11 20:53:46.262 INFO added artifact, length: 172997544, hash: 69dd5c7ebbe74108717c7bb17ede21365e167ea549dedbee4fc7e25c66c62dcb, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: cockroachdb
112392026-08-11T20:53:47.654ZAug 11 20:53:46.496 INFO added artifact, length: 42258864, hash: d6d14cbe496b24c1febce513c91d1bf18052951e6bb97a503fa56c29edda0278, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: crucible-pantry-zone
112402026-08-11T20:53:47.961ZAug 11 20:53:46.805 INFO added artifact, length: 57426629, hash: 01b717cc52bb31dbe645c640d3c0cce0068c58e33d109be4e5e7b13f011f39b6, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: crucible-zone
112412026-08-11T20:53:48.289ZAug 11 20:53:47.130 INFO added artifact, length: 55539567, hash: f4ee6218a57f3e2f60a5b875396afe116c1a0525b7e6604c7fe57d19718a09f4, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: external-dns
112422026-08-11T20:53:48.608ZAug 11 20:53:47.450 INFO added artifact, length: 55539167, hash: 0ac39658a121e491ba377aff1c190acb13e31347e38bbaa3296cd0bdf66ad52a, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: internal-dns
112432026-08-11T20:53:50.469ZAug 11 20:53:49.302 INFO added artifact, length: 363425939, hash: c7323565adcd7d075bd7cc9e8a36ac7c0a73fbc63db6efb22557041cc8013e26, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: nexus
112442026-08-11T20:53:50.660ZAug 11 20:53:49.492 INFO added artifact, length: 35439377, hash: 37f554c6c186ce16d082f2c30a5a3a301e9838f93fd6d1a5402f40cc163237c6, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: ntp
112452026-08-11T20:53:51.017ZAug 11 20:53:49.853 INFO added artifact, length: 72863228, hash: 3a26cc15029c06dc3d59a726aeb23294d7e06052f1d413ca4832946f491d1906, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: oximeter
112462026-08-11T20:53:51.054ZAug 11 20:53:49.876 INFO added artifact, length: 3109592, hash: b50056d918a0bcc3c2a9b3ba86f6d50d1aae786d8dc6591a7b16d85b91588ff3, version: 23.0.0-0.ci+gite9029c0146e, kind: zone, name: probe
112472026-08-11T20:53:51.066ZAug 11 20:53:49.876 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112482026-08-11T20:53:51.066ZAug 11 20:53:49.876 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
112492026-08-11T20:53:51.066ZAug 11 20:53:49.876 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112502026-08-11T20:53:51.082ZAug 11 20:53:49.907 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
112512026-08-11T20:53:51.107ZAug 11 20:53:49.939 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
112522026-08-11T20:53:51.180ZAug 11 20:53:49.971 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
112532026-08-11T20:53:51.188ZAug 11 20:53:50.027 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112542026-08-11T20:53:51.188ZAug 11 20:53:50.027 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112552026-08-11T20:53:51.262ZAug 11 20:53:50.082 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112562026-08-11T20:53:51.291ZAug 11 20:53:50.082 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112572026-08-11T20:53:51.346ZAug 11 20:53:50.134 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112582026-08-11T20:53:51.346ZAug 11 20:53:50.134 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112592026-08-11T20:53:51.371ZAug 11 20:53:50.181 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112602026-08-11T20:53:51.371ZAug 11 20:53:50.181 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112612026-08-11T20:53:51.371ZAug 11 20:53:50.182 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112622026-08-11T20:53:51.371ZAug 11 20:53:50.182 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112632026-08-11T20:53:51.371ZAug 11 20:53:50.183 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112642026-08-11T20:53:51.402ZAug 11 20:53:50.232 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
112652026-08-11T20:53:51.486ZAug 11 20:53:50.325 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
112662026-08-11T20:53:51.569ZAug 11 20:53:50.404 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
112672026-08-11T20:53:51.648ZAug 11 20:53:50.491 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112682026-08-11T20:53:51.654ZAug 11 20:53:50.491 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112692026-08-11T20:53:51.739ZAug 11 20:53:50.544 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112702026-08-11T20:53:51.759ZAug 11 20:53:50.545 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112712026-08-11T20:53:51.765ZAug 11 20:53:50.594 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112722026-08-11T20:53:51.765ZAug 11 20:53:50.594 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112732026-08-11T20:53:51.821ZAug 11 20:53:50.647 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112742026-08-11T20:53:51.846ZAug 11 20:53:50.647 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112752026-08-11T20:53:51.846ZAug 11 20:53:50.647 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112762026-08-11T20:53:51.846ZAug 11 20:53:50.648 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112772026-08-11T20:53:51.846ZAug 11 20:53:50.648 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112782026-08-11T20:53:51.846ZAug 11 20:53:50.649 INFO added artifact, length: 924, hash: 04c2339a6a1b3c22fa5529097422111ffb211c9d2a9604f00e5572c733f79d6d, version: 23.0.0-0.ci+gite9029c0146e, kind: installinator_document, name: installinator_document
112792026-08-11T20:53:52.314ZAug 11 20:53:51.145 INFO extracting uploaded archive to /tmp/.tmpH1neug
112802026-08-11T20:53:54.210ZAug 11 20:53:53.041 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.hdL1nZ
112812026-08-11T20:53:54.270ZAug 11 20:53:53.100 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
112822026-08-11T20:53:54.373ZAug 11 20:53:53.208 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
112832026-08-11T20:53:54.452ZAug 11 20:53:53.286 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
112842026-08-11T20:53:54.523ZAug 11 20:53:53.365 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
112852026-08-11T20:53:54.608ZAug 11 20:53:53.445 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
112862026-08-11T20:53:54.691ZAug 11 20:53:53.531 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
112872026-08-11T20:53:54.763ZAug 11 20:53:53.601 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
112882026-08-11T20:53:54.851ZAug 11 20:53:53.691 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112892026-08-11T20:53:54.851ZAug 11 20:53:53.692 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112902026-08-11T20:53:54.911ZAug 11 20:53:53.751 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112912026-08-11T20:53:54.911ZAug 11 20:53:53.751 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112922026-08-11T20:53:54.966ZAug 11 20:53:53.805 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112932026-08-11T20:53:54.978ZAug 11 20:53:53.805 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112942026-08-11T20:53:55.020ZAug 11 20:53:53.854 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112952026-08-11T20:53:55.025ZAug 11 20:53:53.854 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112962026-08-11T20:53:55.067ZAug 11 20:53:53.906 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112972026-08-11T20:53:55.075ZAug 11 20:53:53.906 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112982026-08-11T20:53:55.114ZAug 11 20:53:53.954 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112992026-08-11T20:53:55.119ZAug 11 20:53:53.954 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113002026-08-11T20:53:55.164ZAug 11 20:53:54.007 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113012026-08-11T20:53:55.164ZAug 11 20:53:54.007 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113022026-08-11T20:53:55.167ZAug 11 20:53:54.008 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113032026-08-11T20:53:55.167ZAug 11 20:53:54.009 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113042026-08-11T20:53:55.167ZAug 11 20:53:54.009 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113052026-08-11T20:53:55.167ZAug 11 20:53:54.010 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113062026-08-11T20:53:55.173ZAug 11 20:53:54.011 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113072026-08-11T20:54:00.804ZAug 11 20:53:59.606 INFO added artifact, length: 33554432, hash: ef19cc867951afe9705082a1f5ee6372c571a0586fbb4a3a1e13dab0440db678, version: 23.0.0-0.ci+gite9029c0146e, kind: gimlet_host_phase_1, name: host
113082026-08-11T20:54:00.804ZAug 11 20:53:59.606 INFO added artifact, length: 33554432, hash: 67cb92a92630fde9dab3eb5ce3831215b1a9049617347a5150d02f28f185be64, version: 23.0.0-0.ci+gite9029c0146e, kind: cosmo_host_phase_1, name: host
113092026-08-11T20:54:00.824ZAug 11 20:53:59.606 INFO added artifact, length: 1258295296, hash: 28f1bc9cf4d0ba4a6d2922bfde9dc2a6e147bb382e7ecae49bdbecf91ccf37c5, version: 23.0.0-0.ci+gite9029c0146e, kind: host_phase_2, name: host
113102026-08-11T20:54:01.789ZAug 11 20:54:00.627 INFO added artifact, length: 33554432, hash: 3ebfd3e9d91087af9a0065a1e9f9a0a5222de757335a9999c9f7f889706c903d, version: 23.0.0-0.ci+gite9029c0146e, kind: gimlet_trampoline_phase_1, name: trampoline
113112026-08-11T20:54:01.789ZAug 11 20:54:00.627 INFO added artifact, length: 33554432, hash: 747b4074c25d54ec830cb5bf6068aeefaf4744592ca3fb1a3b164718d7f08182, version: 23.0.0-0.ci+gite9029c0146e, kind: cosmo_trampoline_phase_1, name: trampoline
113122026-08-11T20:54:01.790ZAug 11 20:54:00.627 INFO added artifact, length: 164304819, hash: fba64823f7da062f06e742a0ca6a9ee89dbe64fe00b028c9d77ae1dd6908402b, version: 23.0.0-0.ci+gite9029c0146e, kind: trampoline_phase_2, name: trampoline
113132026-08-11T20:54:08.192ZAug 11 20:54:07.036 INFO added artifact, length: 1911927619, hash: 8cf94caa215e53671c46601dfb3f47ee69ac61569d3332d9389d7b4fc8f39e24, version: 23.0.0-0.ci+gite9029c0146e, kind: control_plane, name: control-plane
113142026-08-11T20:54:08.196ZAug 11 20:54:07.036 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113152026-08-11T20:54:08.196ZAug 11 20:54:07.036 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
113162026-08-11T20:54:08.196ZAug 11 20:54:07.036 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113172026-08-11T20:54:08.222ZAug 11 20:54:07.062 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
113182026-08-11T20:54:08.248ZAug 11 20:54:07.091 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
113192026-08-11T20:54:08.278ZAug 11 20:54:07.122 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
113202026-08-11T20:54:08.329ZAug 11 20:54:07.171 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113212026-08-11T20:54:08.332ZAug 11 20:54:07.171 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113222026-08-11T20:54:08.376ZAug 11 20:54:07.220 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113232026-08-11T20:54:08.385ZAug 11 20:54:07.220 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113242026-08-11T20:54:08.428ZAug 11 20:54:07.270 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113252026-08-11T20:54:08.433ZAug 11 20:54:07.270 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113262026-08-11T20:54:08.479ZAug 11 20:54:07.319 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113272026-08-11T20:54:08.482ZAug 11 20:54:07.319 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113282026-08-11T20:54:08.482ZAug 11 20:54:07.320 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113292026-08-11T20:54:08.482ZAug 11 20:54:07.321 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113302026-08-11T20:54:08.482ZAug 11 20:54:07.321 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113312026-08-11T20:54:08.527ZAug 11 20:54:07.371 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
113322026-08-11T20:54:08.610ZAug 11 20:54:07.453 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
113332026-08-11T20:54:08.693ZAug 11 20:54:07.534 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
113342026-08-11T20:54:08.789ZAug 11 20:54:07.627 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113352026-08-11T20:54:08.789ZAug 11 20:54:07.627 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113362026-08-11T20:54:08.836ZAug 11 20:54:07.678 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113372026-08-11T20:54:08.840ZAug 11 20:54:07.678 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113382026-08-11T20:54:08.879ZAug 11 20:54:07.722 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113392026-08-11T20:54:08.879ZAug 11 20:54:07.722 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113402026-08-11T20:54:08.926ZAug 11 20:54:07.770 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113412026-08-11T20:54:08.926ZAug 11 20:54:07.770 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113422026-08-11T20:54:08.929ZAug 11 20:54:07.770 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113432026-08-11T20:54:08.930ZAug 11 20:54:07.771 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113442026-08-11T20:54:08.930ZAug 11 20:54:07.771 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113452026-08-11T20:54:08.930ZAug 11 20:54:07.772 INFO added artifact, length: 924, hash: 04c2339a6a1b3c22fa5529097422111ffb211c9d2a9604f00e5572c733f79d6d, version: 23.0.0-0.ci+gite9029c0146e, kind: installinator_document, name: installinator_document
113462026-08-11T20:54:09.773ZAug 11 20:54:08.613 INFO [tuf-repo] task succeeded (82.633563764s)
113472026-08-11T20:56:08.231Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
113482026-08-11T20:56:08.240Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113492026-08-11T20:56:08.240Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113502026-08-11T20:56:10.842ZAug 11 20:56:09.678 INFO [verify-libraries] process exited with exit status: 0 (430.089887392s)
113512026-08-11T20:56:10.842ZAug 11 20:56:09.678 INFO all jobs completed in 1179.769346964s
113522026-08-11T20:56:12.092Zprocess exited: duration 1451233 ms, exit code 0
 
113532026-08-11T20:56:12.107Zfound 41 output files
113542026-08-11T20:56:12.107Zuploading: /work/manifest.toml (17334 bytes)
113552026-08-11T20:56:13.124Zuploaded: /work/manifest.toml
113562026-08-11T20:56:13.124Zuploading: /work/repo.zip (3277306191 bytes)
113572026-08-11T20:57:50.080Zuploaded: /work/repo.zip
113582026-08-11T20:57:50.085Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113592026-08-11T20:57:51.110Zuploaded: /work/repo.zip.sha256.txt
113602026-08-11T20:57:51.110Zuploading: /work/helios.json (647 bytes)
113612026-08-11T20:57:52.325Zuploaded: /work/helios.json
113622026-08-11T20:57:52.325Zuploading: /work/incorporation.p5m (113590 bytes)
113632026-08-11T20:57:53.346Zuploaded: /work/incorporation.p5m
113642026-08-11T20:57:53.346Zuploading: /work/incorporation.p5p (133120 bytes)
113652026-08-11T20:57:54.367Zuploaded: /work/incorporation.p5p
113662026-08-11T20:57:54.368Zuploading: /work/helios-incorp.log (522 bytes)
113672026-08-11T20:57:55.379Zuploaded: /work/helios-incorp.log
113682026-08-11T20:57:55.379Zuploading: /work/helios-setup.log (56907 bytes)
113692026-08-11T20:57:56.396Zuploaded: /work/helios-setup.log
113702026-08-11T20:57:56.396Zuploading: /work/host-image.log (233227 bytes)
113712026-08-11T20:57:57.417Zuploaded: /work/host-image.log
113722026-08-11T20:57:57.417Zuploading: /work/host-package.log (33559 bytes)
113732026-08-11T20:57:58.432Zuploaded: /work/host-package.log
113742026-08-11T20:57:58.432Zuploading: /work/host-target.log (101 bytes)
113752026-08-11T20:57:59.443Zuploaded: /work/host-target.log
113762026-08-11T20:57:59.443Zuploading: /work/incorp-create.log (0 bytes)
113772026-08-11T20:58:00.453Zuploaded: /work/incorp-create.log
113782026-08-11T20:58:00.453Zuploading: /work/incorp-fmt.log (0 bytes)
113792026-08-11T20:58:01.461Zuploaded: /work/incorp-fmt.log
113802026-08-11T20:58:01.462Zuploading: /work/incorp-pkgsend.log (108 bytes)
113812026-08-11T20:58:02.471Zuploaded: /work/incorp-pkgsend.log
113822026-08-11T20:58:02.472Zuploading: /work/incorp-publisher.log (0 bytes)
113832026-08-11T20:58:03.481Zuploaded: /work/incorp-publisher.log
113842026-08-11T20:58:03.481Zuploading: /work/omicron-package.log (7913 bytes)
113852026-08-11T20:58:04.496Zuploaded: /work/omicron-package.log
113862026-08-11T20:58:04.496Zuploading: /work/recovery-image.log (591233 bytes)
113872026-08-11T20:58:05.520Zuploaded: /work/recovery-image.log
113882026-08-11T20:58:05.520Zuploading: /work/recovery-package.log (321 bytes)
113892026-08-11T20:58:06.538Zuploaded: /work/recovery-package.log
113902026-08-11T20:58:06.538Zuploading: /work/recovery-target.log (98 bytes)
113912026-08-11T20:58:07.551Zuploaded: /work/recovery-target.log
113922026-08-11T20:58:07.551Zuploading: /work/stamp-clickhouse.log (117 bytes)
113932026-08-11T20:58:08.562Zuploaded: /work/stamp-clickhouse.log
113942026-08-11T20:58:08.563Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113952026-08-11T20:58:09.572Zuploaded: /work/stamp-clickhouse_keeper.log
113962026-08-11T20:58:09.573Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113972026-08-11T20:58:10.583Zuploaded: /work/stamp-clickhouse_server.log
113982026-08-11T20:58:10.583Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113992026-08-11T20:58:11.603Zuploaded: /work/stamp-cockroachdb.log
114002026-08-11T20:58:11.603Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114012026-08-11T20:58:12.639Zuploaded: /work/stamp-crucible-pantry-zone.log
114022026-08-11T20:58:12.639Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114032026-08-11T20:58:13.666Zuploaded: /work/stamp-crucible-utils.log
114042026-08-11T20:58:13.670Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114052026-08-11T20:58:14.709Zuploaded: /work/stamp-crucible-zone.log
114062026-08-11T20:58:14.710Zuploading: /work/stamp-external-dns.log (119 bytes)
114072026-08-11T20:58:15.735Zuploaded: /work/stamp-external-dns.log
114082026-08-11T20:58:15.735Zuploading: /work/stamp-installinator.log (103 bytes)
114092026-08-11T20:58:16.746Zuploaded: /work/stamp-installinator.log
114102026-08-11T20:58:16.747Zuploading: /work/stamp-internal-dns.log (119 bytes)
114112026-08-11T20:58:17.777Zuploaded: /work/stamp-internal-dns.log
114122026-08-11T20:58:17.783Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114132026-08-11T20:58:18.812Zuploaded: /work/stamp-mg-ddm-gz.log
114142026-08-11T20:58:18.817Zuploading: /work/stamp-nexus.log (112 bytes)
114152026-08-11T20:58:19.826Zuploaded: /work/stamp-nexus.log
114162026-08-11T20:58:19.831Zuploading: /work/stamp-ntp.log (110 bytes)
114172026-08-11T20:58:20.849Zuploaded: /work/stamp-ntp.log
114182026-08-11T20:58:20.854Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114192026-08-11T20:58:21.862Zuploaded: /work/stamp-omicron-sled-agent.log
114202026-08-11T20:58:21.866Zuploading: /work/stamp-overlay.log (114 bytes)
114212026-08-11T20:58:22.875Zuploaded: /work/stamp-overlay.log
114222026-08-11T20:58:22.875Zuploading: /work/stamp-oximeter.log (115 bytes)
114232026-08-11T20:58:23.889Zuploaded: /work/stamp-oximeter.log
114242026-08-11T20:58:23.893Zuploading: /work/stamp-oxlog.log (109 bytes)
114252026-08-11T20:58:24.907Zuploaded: /work/stamp-oxlog.log
114262026-08-11T20:58:24.907Zuploading: /work/stamp-probe.log (112 bytes)
114272026-08-11T20:58:25.917Zuploaded: /work/stamp-probe.log
114282026-08-11T20:58:25.920Zuploading: /work/stamp-propolis-server.log (122 bytes)
114292026-08-11T20:58:26.935Zuploaded: /work/stamp-propolis-server.log
114302026-08-11T20:58:26.935Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114312026-08-11T20:58:27.947Zuploaded: /work/stamp-pumpkind-gz.log
114322026-08-11T20:58:27.947Zuploading: /work/stamp-switch-asic.log (118 bytes)
114332026-08-11T20:58:28.967Zuploaded: /work/stamp-switch-asic.log
114342026-08-11T20:58:28.967Zuploading: /work/verify-libraries.log (50304 bytes)
114352026-08-11T20:58:29.981Zuploaded: /work/verify-libraries.log