01KYQ8QQZ3EC5GT1Y3SQJ3JTK6: 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: 01KYQ8R8575M91SCT7ZP475ZK0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T15:45:01.076Zjob assigned to worker 01KYQ8RF99FQR3GNH0CH6F791A [factory aws, i-0552def958062e549] (queued for 54 s)
 
22026-07-29T15:45:08.612Zstarting task 0: "setup"
32026-07-29T15:45:08.616Z++ uname -s
42026-07-29T15:45:08.621Z+ kern=SunOS
52026-07-29T15:45:08.621Z+ build_user=build
62026-07-29T15:45:08.621Z+ build_uid=12345
72026-07-29T15:45:08.621Z+ work_dir=/work
82026-07-29T15:45:08.621Z+ input_dir=/input
92026-07-29T15:45:08.621Z+ [[ 0 == 12345 ]]
102026-07-29T15:45:08.621Z+ case "$kern" in
112026-07-29T15:45:08.621Z+ groupadd -g 12345 build
122026-07-29T15:45:08.622Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T15:45:10.629Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T15:45:10.747Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T15:45:10.751Z+ home_fs=zfs
162026-07-29T15:45:10.751Z+ [[ zfs == autofs ]]
172026-07-29T15:45:10.751Z+ mkdir -p /home/build
182026-07-29T15:45:10.751Z+ chown build:build /home/build /work
192026-07-29T15:45:12.753Z+ chmod 0700 /home/build /work
202026-07-29T15:45:12.757Zprocess exited: duration 4146 ms, exit code 0
 
212026-07-29T15:45:12.768Zstarting task 1: "rust-toolchain"
222026-07-29T15:45:12.771Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T15:45:12.771Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-29T15:45:12.771Z * rust toolchain channel = "1.97.1"
252026-07-29T15:45:12.772Z * rust toolchain profile = "default"
262026-07-29T15:45:12.772Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T15:45:12.772Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T15:45:12.779Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T15:45:12.779Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T15:45:12.885Zinfo: downloading installer
312026-07-29T15:45:14.609Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T15:45:14.609Zwarn: /home/build/.rustup/settings.toml
332026-07-29T15:45:14.609Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T15:45:14.609Zwarn: instead of the one inferred from the default host triple.
352026-07-29T15:45:14.621Zinfo: profile set to default
362026-07-29T15:45:14.621Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T15:45:14.625Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T15:45:14.763Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T15:45:14.767Zinfo: downloading 6 components
402026-07-29T15:45:30.465Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T15:45:30.465Z
422026-07-29T15:45:30.493Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T15:45:30.493Z
442026-07-29T15:45:30.494Z
452026-07-29T15:45:30.494ZRust is installed now. Great!
462026-07-29T15:45:30.494Z
472026-07-29T15:45:30.494ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T15:45:30.494Zenvironment variable. This has not been done automatically.
492026-07-29T15:45:30.494Z
502026-07-29T15:45:30.494ZTo configure your current shell, you need to source
512026-07-29T15:45:30.494Zthe corresponding env file under $HOME/.cargo.
522026-07-29T15:45:30.494Z
532026-07-29T15:45:30.494ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T15:45:30.494Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T15:45:30.494Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T15:45:30.494Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T15:45:30.494Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T15:45:30.494Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T15:45:30.494Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T15:45:30.498Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T15:45:30.498Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T15:45:30.601Z+ rustup --version
632026-07-29T15:45:30.607Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T15:45:30.611Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T15:45:30.627Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T15:45:30.632Z+ cargo --version
672026-07-29T15:45:30.638Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T15:45:30.641Z+ rustc --version
692026-07-29T15:45:30.661Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T15:45:30.665Zprocess exited: duration 17898 ms, exit code 0
 
712026-07-29T15:45:30.672Zstarting task 2: "authentication"
722026-07-29T15:45:30.690Zprocess exited: duration 18 ms, exit code 0
 
732026-07-29T15:45:30.698Zstarting task 3: "clone repository"
742026-07-29T15:45:30.702Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T15:45:30.706Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T15:45:30.736ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T15:45:40.633Z+ cd /work/oxidecomputer/omicron
782026-07-29T15:45:40.633Z+ git fetch origin 0a17571f0e74511dae968f708aee23460999f296
792026-07-29T15:45:40.892ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T15:45:40.892Z * branch 0a17571f0e74511dae968f708aee23460999f296 -> FETCH_HEAD
812026-07-29T15:45:40.907Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-07-29T15:45:40.910Z++ git branch --show-current
832026-07-29T15:45:40.910Z+ current=main
842026-07-29T15:45:40.910Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-07-29T15:45:40.910Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 0a17571f0e74511dae968f708aee23460999f296
862026-07-29T15:45:40.914Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-07-29T15:45:41.163ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-07-29T15:45:41.166Z+ git reset --hard 0a17571f0e74511dae968f708aee23460999f296
892026-07-29T15:45:41.411ZHEAD is now at 0a17571f0 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers
902026-07-29T15:45:41.414Zprocess exited: duration 10714 ms, exit code 0
 
912026-07-29T15:45:41.421Zstarting task 4: "build"
922026-07-29T15:45:41.427Z+ source .github/buildomat/ci-env.sh
932026-07-29T15:45:41.431Z++ export CARGO_TERM_COLOR=always
942026-07-29T15:45:41.431Z++ CARGO_TERM_COLOR=always
952026-07-29T15:45:41.431Z+++ uname -s
962026-07-29T15:45:41.431Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T15:45:41.431Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T15:45:41.434Z+ cargo --version
992026-07-29T15:45:41.441Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T15:45:41.445Z+ rustc --version
1012026-07-29T15:45:41.465Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T15:45:41.468Z+ cargo tree --locked
1032026-07-29T15:45:41.638Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-29T15:45:41.904Z Updating crates.io index
1052026-07-29T15:45:41.907Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-29T15:45:42.373Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-29T15:45:42.666Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-29T15:45:43.670Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-29T15:45:44.294Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-29T15:45:45.869Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-29T15:45:46.713Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-29T15:45:46.973Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-29T15:45:47.317Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-29T15:45:48.957Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-29T15:45:49.200Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-29T15:45:49.495Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-29T15:45:49.797Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-29T15:45:50.241Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-29T15:45:50.760Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-29T15:45:51.020Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-29T15:45:51.265Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-29T15:45:51.564Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-29T15:45:51.904Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-29T15:45:52.140Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-29T15:45:52.420Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-29T15:45:52.722Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-29T15:45:53.127Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-29T15:45:53.450Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-29T15:45:53.707Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-29T15:45:54.129Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-29T15:45:54.397Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-07-29T15:45:54.805Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-07-29T15:45:55.122Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-07-29T15:45:55.363Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1352026-07-29T15:45:55.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-07-29T15:45:55.968Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-07-29T15:45:56.370Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-07-29T15:45:56.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392026-07-29T15:45:57.164Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-07-29T15:45:57.424Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-07-29T15:45:57.726Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-07-29T15:45:58.210Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-07-29T15:45:58.481Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-07-29T15:45:58.727Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-07-29T15:45:59.017Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-07-29T15:46:01.957Z Downloading crates ...
1472026-07-29T15:46:02.014Z Downloaded crc v3.4.0
1482026-07-29T15:46:02.018Z Downloaded cpufeatures v0.3.0
1492026-07-29T15:46:02.021Z Downloaded cmov v0.5.4
1502026-07-29T15:46:02.021Z Downloaded cipher v0.4.4
1512026-07-29T15:46:02.025Z Downloaded addr2line v0.25.1
1522026-07-29T15:46:02.025Z Downloaded cipher v0.5.2
1532026-07-29T15:46:02.028Z Downloaded ciborium-io v0.2.2
1542026-07-29T15:46:02.028Z Downloaded clang-sys v1.8.1
1552026-07-29T15:46:02.028Z Downloaded compression-core v0.4.31
1562026-07-29T15:46:02.028Z Downloaded constant_time_eq v0.3.1
1572026-07-29T15:46:02.028Z Downloaded git-stub v1.0.0
1582026-07-29T15:46:02.032Z Downloaded convert_case v0.4.0
1592026-07-29T15:46:02.036Z Downloaded group v0.14.0
1602026-07-29T15:46:02.036Z Downloaded cobs v0.3.0
1612026-07-29T15:46:02.036Z Downloaded clap_lex v1.0.0
1622026-07-29T15:46:02.036Z Downloaded crc8 v0.1.1
1632026-07-29T15:46:02.040Z Downloaded hostname v0.4.2
1642026-07-29T15:46:02.044Z Downloaded hex-literal v1.1.0
1652026-07-29T15:46:02.044Z Downloaded http-body v1.0.1
1662026-07-29T15:46:02.047Z Downloaded crc-catalog v2.4.0
1672026-07-29T15:46:02.047Z Downloaded hex-literal v0.4.1
1682026-07-29T15:46:02.052Z Downloaded corncobs v0.1.4
1692026-07-29T15:46:02.056Z Downloaded hash32 v0.2.1
1702026-07-29T15:46:02.056Z Downloaded crypto-common v0.2.2
1712026-07-29T15:46:02.056Z Downloaded colorchoice v1.0.4
1722026-07-29T15:46:02.056Z Downloaded home v0.5.12
1732026-07-29T15:46:02.056Z Downloaded http-range v0.1.5
1742026-07-29T15:46:02.056Z Downloaded guppy-workspace-hack v0.1.0
1752026-07-29T15:46:02.059Z Downloaded hubpack_derive v0.1.1
1762026-07-29T15:46:02.059Z Downloaded heck v0.5.0
1772026-07-29T15:46:02.067Z Downloaded darling_macro v0.20.11
1782026-07-29T15:46:02.071Z Downloaded derive_builder_macro v0.20.2
1792026-07-29T15:46:02.071Z Downloaded cstr-argument v0.1.2
1802026-07-29T15:46:02.075Z Downloaded hex v0.4.3
1812026-07-29T15:46:02.075Z Downloaded cpubits v0.1.1
1822026-07-29T15:46:02.075Z Downloaded derive_more v2.1.1
1832026-07-29T15:46:02.080Z Downloaded hash32 v0.3.1
1842026-07-29T15:46:02.083Z Downloaded http-body-util v0.1.3
1852026-07-29T15:46:02.083Z Downloaded compression-codecs v0.4.37
1862026-07-29T15:46:02.083Z Downloaded concurrent-queue v2.5.0
1872026-07-29T15:46:02.087Z Downloaded critical-section v1.2.0
1882026-07-29T15:46:02.087Z Downloaded globwalk v0.9.1
1892026-07-29T15:46:02.087Z Downloaded const_format_proc_macros v0.2.34
1902026-07-29T15:46:02.087Z Downloaded criterion-plot v0.6.0
1912026-07-29T15:46:02.090Z Downloaded idna_adapter v1.2.1
1922026-07-29T15:46:02.090Z Downloaded ciborium-ll v0.2.2
1932026-07-29T15:46:02.090Z Downloaded cmake v0.1.57
1942026-07-29T15:46:02.090Z Downloaded httpdate v1.0.3
1952026-07-29T15:46:02.090Z Downloaded heck v0.4.1
1962026-07-29T15:46:02.094Z Downloaded darling_macro v0.13.4
1972026-07-29T15:46:02.094Z Downloaded curve25519-dalek-derive v0.1.1
1982026-07-29T15:46:02.098Z Downloaded crucible-workspace-hack v0.1.0
1992026-07-29T15:46:02.098Z Downloaded darling_macro v0.21.3
2002026-07-29T15:46:02.101Z Downloaded hostname v0.3.1
2012026-07-29T15:46:02.101Z Downloaded darling_macro v0.23.0
2022026-07-29T15:46:02.106Z Downloaded defmt-parser v1.0.0
2032026-07-29T15:46:02.106Z Downloaded crypto-common v0.1.7
2042026-07-29T15:46:02.106Z Downloaded debug-ignore v1.0.5
2052026-07-29T15:46:02.110Z Downloaded crunchy v0.2.4
2062026-07-29T15:46:02.113Z Downloaded group v0.13.0
2072026-07-29T15:46:02.121Z Downloaded defmt v0.3.100
2082026-07-29T15:46:02.125Z Downloaded indoc v1.0.9
2092026-07-29T15:46:02.125Z Downloaded hyper-tls v0.6.0
2102026-07-29T15:46:02.129Z Downloaded headers-core v0.3.0
2112026-07-29T15:46:02.132Z Downloaded hubpack v0.1.2
2122026-07-29T15:46:02.132Z Downloaded constant_time_eq v0.4.2
2132026-07-29T15:46:02.132Z Downloaded convert_case v0.10.0
2142026-07-29T15:46:02.135Z Downloaded humantime v2.3.0
2152026-07-29T15:46:02.139Z Downloaded illumos-nvpair v0.3.0
2162026-07-29T15:46:02.139Z Downloaded inout v0.2.2
2172026-07-29T15:46:02.139Z Downloaded is_ci v1.2.0
2182026-07-29T15:46:02.139Z Downloaded deranged v0.5.8
2192026-07-29T15:46:02.139Z Downloaded approx v0.5.1
2202026-07-29T15:46:02.142Z Downloaded cpufeatures v0.2.17
2212026-07-29T15:46:02.142Z Downloaded is-terminal v0.4.17
2222026-07-29T15:46:02.142Z Downloaded ident_case v1.0.1
2232026-07-29T15:46:02.142Z Downloaded crossbeam-deque v0.8.6
2242026-07-29T15:46:02.142Z Downloaded csv-core v0.1.13
2252026-07-29T15:46:02.146Z Downloaded ctutils v0.4.2
2262026-07-29T15:46:02.146Z Downloaded ciborium v0.2.2
2272026-07-29T15:46:02.150Z Downloaded console v0.16.2
2282026-07-29T15:46:02.150Z Downloaded crc32fast v1.5.0
2292026-07-29T15:46:02.150Z Downloaded indent_write v2.2.0
2302026-07-29T15:46:02.154Z Downloaded illumos-nvpair-sys v0.2.0
2312026-07-29T15:46:02.154Z Downloaded instant v0.1.13
2322026-07-29T15:46:02.154Z Downloaded atomicwrites v0.4.4
2332026-07-29T15:46:02.154Z Downloaded crossbeam-epoch v0.9.18
2342026-07-29T15:46:02.154Z Downloaded cookie_store v0.22.1
2352026-07-29T15:46:02.157Z Downloaded instability v0.3.11
2362026-07-29T15:46:02.157Z Downloaded globset v0.4.18
2372026-07-29T15:46:02.157Z Downloaded backtrace-ext v0.2.1
2382026-07-29T15:46:02.157Z Downloaded arrayref v0.3.9
2392026-07-29T15:46:02.157Z Downloaded ascii-canvas v3.0.0
2402026-07-29T15:46:02.161Z Downloaded array-init v0.0.4
2412026-07-29T15:46:02.161Z Downloaded git-stub-vcs v0.1.0
2422026-07-29T15:46:02.161Z Downloaded bcrypt-pbkdf v0.11.0
2432026-07-29T15:46:02.165Z Downloaded highway v1.3.0
2442026-07-29T15:46:02.165Z Downloaded castaway v0.2.4
2452026-07-29T15:46:02.168Z Downloaded internet-checksum v0.2.1
2462026-07-29T15:46:02.172Z Downloaded parse-display v0.10.0
2472026-07-29T15:46:02.172Z Downloaded bitfield-struct v0.6.2
2482026-07-29T15:46:02.175Z Downloaded cfg_aliases v0.1.1
2492026-07-29T15:46:02.175Z Downloaded daft-derive v0.1.7
2502026-07-29T15:46:02.179Z Downloaded darling v0.13.4
2512026-07-29T15:46:02.179Z Downloaded defmt-macros v1.0.1
2522026-07-29T15:46:02.182Z Downloaded ctr v0.10.1
2532026-07-29T15:46:02.183Z Downloaded phf_shared v0.11.3
2542026-07-29T15:46:02.183Z Downloaded derive_builder_core v0.20.2
2552026-07-29T15:46:02.186Z Downloaded plain v0.2.3
2562026-07-29T15:46:02.186Z Downloaded data-encoding v2.10.0
2572026-07-29T15:46:02.186Z Downloaded hmac v0.13.0
2582026-07-29T15:46:02.186Z Downloaded aead v0.5.2
2592026-07-29T15:46:02.186Z Downloaded der_derive v0.7.3
2602026-07-29T15:46:02.190Z Downloaded derive-ex v0.1.8
2612026-07-29T15:46:02.193Z Downloaded anstyle-parse v1.0.0
2622026-07-29T15:46:02.197Z Downloaded packed_struct_codegen v0.10.1
2632026-07-29T15:46:02.197Z Downloaded percent-encoding v2.3.2
2642026-07-29T15:46:02.197Z Downloaded colored v3.1.1
2652026-07-29T15:46:02.200Z Downloaded half v1.8.3
2662026-07-29T15:46:02.200Z Downloaded const-oid v0.9.6
2672026-07-29T15:46:02.204Z Downloaded darling v0.20.11
2682026-07-29T15:46:02.204Z Downloaded console v0.15.11
2692026-07-29T15:46:02.207Z Downloaded hmac v0.12.1
2702026-07-29T15:46:02.211Z Downloaded inout v0.1.4
2712026-07-29T15:46:02.211Z Downloaded ingot v0.2.1
2722026-07-29T15:46:02.214Z Downloaded proc-macro-crate v3.4.0
2732026-07-29T15:46:02.218Z Downloaded password-hash v0.6.1
2742026-07-29T15:46:02.218Z Downloaded daft v0.1.7
2752026-07-29T15:46:02.218Z Downloaded anstream v0.6.21
2762026-07-29T15:46:02.221Z Downloaded crc-any v2.5.0
2772026-07-29T15:46:02.221Z Downloaded hyper-staticfile v0.10.1
2782026-07-29T15:46:02.221Z Downloaded precomputed-hash v0.1.1
2792026-07-29T15:46:02.221Z Downloaded const-oid v0.10.2
2802026-07-29T15:46:02.225Z Downloaded ipnetwork v0.21.1
2812026-07-29T15:46:02.225Z Downloaded clap v4.6.1
2822026-07-29T15:46:02.228Z Downloaded indoc v2.0.7
2832026-07-29T15:46:02.233Z Downloaded psl-types v2.0.11
2842026-07-29T15:46:02.233Z Downloaded rand_xorshift v0.4.0
2852026-07-29T15:46:02.233Z Downloaded arrayvec v0.7.6
2862026-07-29T15:46:02.233Z Downloaded bcs v0.1.6
2872026-07-29T15:46:02.237Z Downloaded bs58 v0.5.1
2882026-07-29T15:46:02.237Z Downloaded cargo_metadata v0.23.1
2892026-07-29T15:46:02.237Z Downloaded ref-cast v1.0.25
2902026-07-29T15:46:02.237Z Downloaded glob v0.3.3
2912026-07-29T15:46:02.237Z Downloaded impl-trait-for-tuples v0.2.3
2922026-07-29T15:46:02.241Z Downloaded oxide-update-engine-display v0.1.2
2932026-07-29T15:46:02.245Z Downloaded darling v0.23.0
2942026-07-29T15:46:02.248Z Downloaded ipnet v2.11.0
2952026-07-29T15:46:02.252Z Downloaded cfg-if v1.0.4
2962026-07-29T15:46:02.252Z Downloaded owo-colors v3.5.0
2972026-07-29T15:46:02.252Z Downloaded delegate v0.13.5
2982026-07-29T15:46:02.252Z Downloaded derive_builder v0.20.2
2992026-07-29T15:46:02.255Z Downloaded rtoolbox v0.0.3
3002026-07-29T15:46:02.259Z Downloaded defmt v1.0.1
3012026-07-29T15:46:02.263Z Downloaded scheduled-thread-pool v0.2.7
3022026-07-29T15:46:02.263Z Downloaded darling v0.21.3
3032026-07-29T15:46:02.267Z Downloaded serde_spanned v0.6.9
3042026-07-29T15:46:02.267Z Downloaded serde_spanned v1.1.1
3052026-07-29T15:46:02.267Z Downloaded signal-hook-mio v0.2.5
3062026-07-29T15:46:02.267Z Downloaded semver v0.1.20
3072026-07-29T15:46:02.267Z Downloaded httptest v0.16.4
3082026-07-29T15:46:02.271Z Downloaded paste v1.0.15
3092026-07-29T15:46:02.271Z Downloaded signature v3.0.0
3102026-07-29T15:46:02.271Z Downloaded sigpipe v0.1.3
3112026-07-29T15:46:02.271Z Downloaded hickory-client v0.25.2
3122026-07-29T15:46:02.271Z Downloaded serde-big-array v0.5.1
3132026-07-29T15:46:02.275Z Downloaded icu_provider v2.1.1
3142026-07-29T15:46:02.278Z Downloaded cookie v0.18.1
3152026-07-29T15:46:02.278Z Downloaded pin-project-lite v0.2.17
3162026-07-29T15:46:02.282Z Downloaded crossbeam-utils v0.8.21
3172026-07-29T15:46:02.282Z Downloaded datatest-stable v0.3.3
3182026-07-29T15:46:02.285Z Downloaded colored v2.2.0
3192026-07-29T15:46:02.285Z Downloaded darling_core v0.13.4
3202026-07-29T15:46:02.289Z Downloaded pin-project-internal v1.1.11
3212026-07-29T15:46:02.289Z Downloaded hybrid-array v0.4.13
3222026-07-29T15:46:02.292Z Downloaded port-file v0.1.0
3232026-07-29T15:46:02.292Z Downloaded primefield v0.14.0
3242026-07-29T15:46:02.292Z Downloaded proc-macro-error v1.0.4
3252026-07-29T15:46:02.296Z Downloaded ingot-macros v0.2.0
3262026-07-29T15:46:02.296Z Downloaded quick-error v1.2.3
3272026-07-29T15:46:02.296Z Downloaded password-hash v0.5.0
3282026-07-29T15:46:02.296Z Downloaded hyper-rustls v0.27.7
3292026-07-29T15:46:02.299Z Downloaded strip-ansi-escapes v0.2.1
3302026-07-29T15:46:02.299Z Downloaded structmeta-derive v0.3.0
3312026-07-29T15:46:02.299Z Downloaded ingot-types v0.2.0
3322026-07-29T15:46:02.299Z Downloaded postgres-protocol v0.6.10
3332026-07-29T15:46:02.299Z Downloaded httparse v1.10.1
3342026-07-29T15:46:02.303Z Downloaded iana-time-zone v0.1.65
3352026-07-29T15:46:02.303Z Downloaded progenitor-client v0.13.0
3362026-07-29T15:46:02.303Z Downloaded rand_chacha v0.3.1
3372026-07-29T15:46:02.303Z Downloaded tagptr v0.2.0
3382026-07-29T15:46:02.303Z Downloaded testing_table v0.3.0
3392026-07-29T15:46:02.307Z Downloaded terminal_size v0.4.3
3402026-07-29T15:46:02.307Z Downloaded bzip2 v0.4.4
3412026-07-29T15:46:02.310Z Downloaded half v2.7.1
3422026-07-29T15:46:02.314Z Downloaded sync-ptr v0.1.4
3432026-07-29T15:46:02.318Z Downloaded tokio-macros v2.7.0
3442026-07-29T15:46:02.321Z Downloaded blake2 v0.10.6
3452026-07-29T15:46:02.321Z Downloaded blake2 v0.11.0-rc.6
3462026-07-29T15:46:02.325Z Downloaded byte-wrapper v0.1.0
3472026-07-29T15:46:02.325Z Downloaded camino v1.2.2
3482026-07-29T15:46:02.325Z Downloaded parking_lot v0.11.2
3492026-07-29T15:46:02.329Z Downloaded pem-rfc7468 v1.0.0
3502026-07-29T15:46:02.329Z Downloaded rustversion v1.0.22
3512026-07-29T15:46:02.329Z Downloaded clap_derive v4.6.1
3522026-07-29T15:46:02.332Z Downloaded serde_path_to_error v0.1.20
3532026-07-29T15:46:02.332Z Downloaded serde_tokenstream v0.2.3
3542026-07-29T15:46:02.332Z Downloaded toml_write v0.1.2
3552026-07-29T15:46:02.336Z Downloaded usdt v0.6.0
3562026-07-29T15:46:02.339Z Downloaded derive_more v0.99.20
3572026-07-29T15:46:02.343Z Downloaded ahash v0.8.12
3582026-07-29T15:46:02.343Z Downloaded schemars_derive v0.8.22
3592026-07-29T15:46:02.343Z Downloaded sec1 v0.7.3
3602026-07-29T15:46:02.343Z Downloaded utf8_iter v1.0.4
3612026-07-29T15:46:02.343Z Downloaded heapless v0.8.0
3622026-07-29T15:46:02.347Z Downloaded sha2 v0.10.9
3632026-07-29T15:46:02.347Z Downloaded unicode-linebreak v0.1.5
3642026-07-29T15:46:02.347Z Downloaded untrusted v0.7.1
3652026-07-29T15:46:02.347Z Downloaded void v1.0.2
3662026-07-29T15:46:02.351Z Downloaded want v0.3.1
3672026-07-29T15:46:02.354Z Downloaded headers v0.4.1
3682026-07-29T15:46:02.357Z Downloaded omicron-zone-package v0.12.3
3692026-07-29T15:46:02.357Z Downloaded slog-scope v4.4.1
3702026-07-29T15:46:02.357Z Downloaded snafu-derive v0.8.9
3712026-07-29T15:46:02.357Z Downloaded chumsky v0.9.3
3722026-07-29T15:46:02.361Z Downloaded icu_normalizer v2.1.1
3732026-07-29T15:46:02.361Z Downloaded icu_normalizer_data v2.1.1
3742026-07-29T15:46:02.364Z Downloaded zeroize_derive v1.5.0
3752026-07-29T15:46:02.367Z Downloaded compact_str v0.8.1
3762026-07-29T15:46:02.368Z Downloaded const_format v0.2.35
3772026-07-29T15:46:02.371Z Downloaded spki v0.7.3
3782026-07-29T15:46:02.371Z Downloaded guppy v0.17.25
3792026-07-29T15:46:02.374Z Downloaded zone v0.3.1
3802026-07-29T15:46:02.374Z Downloaded strum_macros v0.26.4
3812026-07-29T15:46:02.374Z Downloaded strum_macros v0.27.2
3822026-07-29T15:46:02.378Z Downloaded digest-io v0.1.0
3832026-07-29T15:46:02.378Z Downloaded dunce v1.0.5
3842026-07-29T15:46:02.378Z Downloaded rand_core v0.10.0
3852026-07-29T15:46:02.378Z Downloaded thiserror v1.0.69
3862026-07-29T15:46:02.382Z Downloaded target-lexicon v0.13.3
3872026-07-29T15:46:02.382Z Downloaded dof v0.4.0
3882026-07-29T15:46:02.385Z Downloaded time-core v0.1.8
3892026-07-29T15:46:02.385Z Downloaded dtrace-parser v0.3.0
3902026-07-29T15:46:02.385Z Downloaded endian-type v0.1.2
3912026-07-29T15:46:02.385Z Downloaded enum-as-inner v0.6.1
3922026-07-29T15:46:02.385Z Downloaded time-macros v0.2.27
3932026-07-29T15:46:02.389Z Downloaded env_filter v1.0.0
3942026-07-29T15:46:02.389Z Downloaded dropshot-api-manager-types v0.7.2
3952026-07-29T15:46:02.389Z Downloaded embedded-io v0.4.0
3962026-07-29T15:46:02.392Z Downloaded float-cmp v0.10.0
3972026-07-29T15:46:02.392Z Downloaded kem v0.3.0
3982026-07-29T15:46:02.392Z Downloaded fd-lock v4.0.4
3992026-07-29T15:46:02.392Z Downloaded form_urlencoded v1.2.2
4002026-07-29T15:46:02.396Z Downloaded foreign-types v0.5.0
4012026-07-29T15:46:02.399Z Downloaded futures-io v0.3.32
4022026-07-29T15:46:02.399Z Downloaded is_terminal_polyfill v1.70.2
4032026-07-29T15:46:02.399Z Downloaded ignore v0.4.25
4042026-07-29T15:46:02.399Z Downloaded indexmap v1.9.3
4052026-07-29T15:46:02.403Z Downloaded rustls-pki-types v1.14.0
4062026-07-29T15:46:02.407Z Downloaded darling_core v0.23.0
4072026-07-29T15:46:02.410Z Downloaded unicode-truncate v1.1.0
4082026-07-29T15:46:02.410Z Downloaded vergen-lib v0.1.6
4092026-07-29T15:46:02.410Z Downloaded darling_core v0.20.11
4102026-07-29T15:46:02.414Z Downloaded derive-where v1.6.0
4112026-07-29T15:46:02.417Z Downloaded serde-hex v0.1.0
4122026-07-29T15:46:02.417Z Downloaded lru v0.12.5
4132026-07-29T15:46:02.421Z Downloaded slab v0.4.12
4142026-07-29T15:46:02.421Z Downloaded unicase v2.9.0
4152026-07-29T15:46:02.421Z Downloaded usdt-impl v0.5.0
4162026-07-29T15:46:02.421Z Downloaded md-5 v0.10.6
4172026-07-29T15:46:02.421Z Downloaded nested v0.1.1
4182026-07-29T15:46:02.421Z Downloaded managed v0.8.0
4192026-07-29T15:46:02.424Z Downloaded walkdir v2.5.0
4202026-07-29T15:46:02.424Z Downloaded memmap v0.7.0
4212026-07-29T15:46:02.424Z Downloaded mime v0.3.17
4222026-07-29T15:46:02.429Z Downloaded newtype-uuid-macros v0.1.0
4232026-07-29T15:46:02.433Z Downloaded hickory-resolver v0.25.2
4242026-07-29T15:46:02.436Z Downloaded crossbeam-channel v0.5.15
4252026-07-29T15:46:02.440Z Downloaded crypto-bigint v0.5.5
4262026-07-29T15:46:02.443Z Downloaded num v0.4.3
4272026-07-29T15:46:02.444Z Downloaded hickory-resolver v0.24.4
4282026-07-29T15:46:02.444Z Downloaded progenitor-impl v0.14.0
4292026-07-29T15:46:02.447Z Downloaded displaydoc v0.2.5
4302026-07-29T15:46:02.447Z Downloaded smf v0.2.3
4312026-07-29T15:46:02.447Z Downloaded bb8 v0.8.6
4322026-07-29T15:46:02.451Z Downloaded num-conv v0.2.0
4332026-07-29T15:46:02.451Z Downloaded num-derive v0.4.2
4342026-07-29T15:46:02.455Z Downloaded num_enum_derive v0.5.11
4352026-07-29T15:46:02.455Z Downloaded adler2 v2.0.1
4362026-07-29T15:46:02.458Z Downloaded assert-json-diff v2.0.2
4372026-07-29T15:46:02.458Z Downloaded zstd v0.13.3
4382026-07-29T15:46:02.458Z Downloaded tempfile v3.25.0
4392026-07-29T15:46:02.462Z Downloaded thiserror v2.0.18
4402026-07-29T15:46:02.462Z Downloaded icu_locale_core v2.1.1
4412026-07-29T15:46:02.465Z Downloaded icu_properties v2.1.2
4422026-07-29T15:46:02.465Z Downloaded enum_dispatch v0.3.13
4432026-07-29T15:46:02.469Z Downloaded ff v0.13.1
4442026-07-29T15:46:02.469Z Downloaded atty v0.2.14
4452026-07-29T15:46:02.469Z Downloaded bit-set v0.5.3
4462026-07-29T15:46:02.472Z Downloaded openssl-probe v0.1.6
4472026-07-29T15:46:02.472Z Downloaded block-buffer v0.12.1
4482026-07-29T15:46:02.472Z Downloaded oso-derive v0.27.3
4492026-07-29T15:46:02.472Z Downloaded parking v2.2.1
4502026-07-29T15:46:02.472Z Downloaded indicatif v0.18.4
4512026-07-29T15:46:02.476Z Downloaded peg-runtime v0.8.5
4522026-07-29T15:46:02.476Z Downloaded predicates-tree v1.0.13
4532026-07-29T15:46:02.476Z Downloaded pretty-hex v0.4.1
4542026-07-29T15:46:02.476Z Downloaded heapless v0.7.17
4552026-07-29T15:46:02.480Z Downloaded futures-executor v0.3.32
4562026-07-29T15:46:02.484Z Downloaded trybuild v1.0.116
4572026-07-29T15:46:02.487Z Downloaded darling_core v0.21.3
4582026-07-29T15:46:02.487Z Downloaded ron v0.8.1
4592026-07-29T15:46:02.491Z Downloaded tracing-attributes v0.1.31
4602026-07-29T15:46:02.491Z Downloaded twox-hash v2.1.2
4612026-07-29T15:46:02.494Z Downloaded der v0.7.10
4622026-07-29T15:46:02.498Z Downloaded libsw-core v0.3.2
4632026-07-29T15:46:02.498Z Downloaded libtest-mimic v0.8.1
4642026-07-29T15:46:02.502Z Downloaded proc-macro-error-attr2 v2.0.0
4652026-07-29T15:46:02.506Z Downloaded prefix-trie v0.7.0
4662026-07-29T15:46:02.510Z Downloaded whoami v1.6.1
4672026-07-29T15:46:02.510Z Downloaded yasna v0.5.2
4682026-07-29T15:46:02.510Z Downloaded ref-cast-impl v1.0.25
4692026-07-29T15:46:02.515Z Downloaded rustc_version v0.1.7
4702026-07-29T15:46:02.519Z Downloaded rustc_version v0.4.1
4712026-07-29T15:46:02.523Z Downloaded writeable v0.6.2
4722026-07-29T15:46:02.523Z Downloaded diff v0.1.13
4732026-07-29T15:46:02.523Z Downloaded same-file v1.0.6
4742026-07-29T15:46:02.527Z Downloaded subprocess v0.2.15
4752026-07-29T15:46:02.527Z Downloaded anstyle v1.0.14
4762026-07-29T15:46:02.527Z Downloaded num_enum_derive v0.7.6
4772026-07-29T15:46:02.527Z Downloaded russh-util v0.52.0
4782026-07-29T15:46:02.527Z Downloaded async-stream v0.3.6
4792026-07-29T15:46:02.527Z Downloaded scroll_derive v0.12.1
4802026-07-29T15:46:02.531Z Downloaded seq-macro v0.3.6
4812026-07-29T15:46:02.531Z Downloaded serde_plain v1.0.2
4822026-07-29T15:46:02.531Z Downloaded signal-hook-tokio v0.3.1
4832026-07-29T15:46:02.531Z Downloaded serde_urlencoded v0.7.1
4842026-07-29T15:46:02.531Z Downloaded shell-words v1.1.1
4852026-07-29T15:46:02.535Z Downloaded base64 v0.22.1
4862026-07-29T15:46:02.543Z Downloaded toml v0.7.8
4872026-07-29T15:46:02.546Z Downloaded parse-display-derive v0.10.0
4882026-07-29T15:46:02.550Z Downloaded sqlparser_derive v0.5.0
4892026-07-29T15:46:02.550Z Downloaded structmeta v0.3.0
4902026-07-29T15:46:02.550Z Downloaded fs-err v2.11.0
4912026-07-29T15:46:02.550Z Downloaded buf-list v1.1.2
4922026-07-29T15:46:02.550Z Downloaded tabled_derive v0.7.0
4932026-07-29T15:46:02.554Z Downloaded hashbrown v0.13.2
4942026-07-29T15:46:02.559Z Downloaded owo-colors v4.3.0
4952026-07-29T15:46:02.559Z Downloaded peg-macros v0.8.5
4962026-07-29T15:46:02.562Z Downloaded hashbrown v0.12.3
4972026-07-29T15:46:02.562Z Downloaded icu_collections v2.1.1
4982026-07-29T15:46:02.566Z Downloaded rayon-core v1.13.0
4992026-07-29T15:46:02.566Z Downloaded rstest v0.25.0
5002026-07-29T15:46:02.569Z Downloaded rstest_macros v0.25.0
5012026-07-29T15:46:02.573Z Downloaded litrs v1.0.0
5022026-07-29T15:46:02.573Z Downloaded tap v1.0.1
5032026-07-29T15:46:02.573Z Downloaded rand_seeder v0.4.0
5042026-07-29T15:46:02.573Z Downloaded thread-id v4.2.2
5052026-07-29T15:46:02.576Z Downloaded tinyvec_macros v0.1.1
5062026-07-29T15:46:02.576Z Downloaded tower-layer v0.3.3
5072026-07-29T15:46:02.580Z Downloaded typify-macro v0.6.2
5082026-07-29T15:46:02.584Z Downloaded ml-kem v0.3.2
5092026-07-29T15:46:02.587Z Downloaded pkg-config v0.3.32
5102026-07-29T15:46:02.596Z Downloaded progenitor-macro v0.13.0
5112026-07-29T15:46:02.599Z Downloaded rand_core v0.6.4
5122026-07-29T15:46:02.599Z Downloaded universal-hash v0.6.1
5132026-07-29T15:46:02.603Z Downloaded assert_cmd v2.1.2
5142026-07-29T15:46:02.607Z Downloaded unicode-xid v0.2.6
5152026-07-29T15:46:02.607Z Downloaded utf-8 v0.7.6
5162026-07-29T15:46:02.610Z Downloaded rusty-fork v0.3.1
5172026-07-29T15:46:02.610Z Downloaded signal-hook-registry v1.4.8
5182026-07-29T15:46:02.610Z Downloaded usdt v0.5.0
5192026-07-29T15:46:02.616Z Downloaded document-features v0.2.12
5202026-07-29T15:46:02.623Z Downloaded event-listener-strategy v0.5.4
5212026-07-29T15:46:02.626Z Downloaded tokio-stream v0.1.18
5222026-07-29T15:46:02.626Z Downloaded sqlformat v0.3.5
5232026-07-29T15:46:02.630Z Downloaded termios v0.3.3
5242026-07-29T15:46:02.630Z Downloaded thiserror-no-std v2.0.2
5252026-07-29T15:46:02.630Z Downloaded display-error-chain v0.2.2
5262026-07-29T15:46:02.630Z Downloaded backon v1.6.0
5272026-07-29T15:46:02.634Z Downloaded dsl_auto_type v0.2.0
5282026-07-29T15:46:02.634Z Downloaded bzip2 v0.6.1
5292026-07-29T15:46:02.634Z Downloaded fixedbitset v0.4.2
5302026-07-29T15:46:02.634Z Downloaded itoa v1.0.17
5312026-07-29T15:46:02.647Z Downloaded futures-sink v0.3.32
5322026-07-29T15:46:02.647Z Downloaded hyper-util v0.1.20
5332026-07-29T15:46:02.647Z Downloaded cfg-expr v0.20.6
5342026-07-29T15:46:02.647Z Downloaded path-tree v0.8.3
5352026-07-29T15:46:02.647Z Downloaded shlex v1.3.0
5362026-07-29T15:46:02.647Z Downloaded pest_generator v2.8.6
5372026-07-29T15:46:02.647Z Downloaded pkcs1 v0.7.5
5382026-07-29T15:46:02.647Z Downloaded stringmetrics v2.2.2
5392026-07-29T15:46:02.647Z Downloaded subtle v2.6.1
5402026-07-29T15:46:02.647Z Downloaded support-bundle-viewer v0.1.2
5412026-07-29T15:46:02.648Z Downloaded strum_macros v0.24.3
5422026-07-29T15:46:02.648Z Downloaded postcard v1.1.3
5432026-07-29T15:46:02.652Z Downloaded proc-macro-error2 v2.0.1
5442026-07-29T15:46:02.652Z Downloaded tls_codec_derive v0.4.2
5452026-07-29T15:46:02.652Z Downloaded toml_edit v0.22.27
5462026-07-29T15:46:02.656Z Downloaded tls_codec v0.4.2
5472026-07-29T15:46:02.656Z Downloaded maplit v1.0.2
5482026-07-29T15:46:02.660Z Downloaded schemars v1.2.1
5492026-07-29T15:46:02.668Z Downloaded pkcs8 v0.11.0
5502026-07-29T15:46:02.672Z Downloaded internal-russh-num-bigint v0.5.0
5512026-07-29T15:46:02.675Z Downloaded libscf-sys v1.2.0
5522026-07-29T15:46:02.676Z Downloaded linkme-impl v0.3.35
5532026-07-29T15:46:02.679Z Downloaded lru-cache v0.1.2
5542026-07-29T15:46:02.679Z Downloaded num_threads v0.1.7
5552026-07-29T15:46:02.679Z Downloaded normalize-line-endings v0.3.0
5562026-07-29T15:46:02.683Z Downloaded zip v0.6.6
5572026-07-29T15:46:02.683Z Downloaded sha2 v0.11.0
5582026-07-29T15:46:02.686Z Downloaded vergen-git2 v9.1.0
5592026-07-29T15:46:02.690Z Downloaded steno v0.4.1
5602026-07-29T15:46:02.690Z Downloaded atomic-waker v1.1.2
5612026-07-29T15:46:02.694Z Downloaded criterion v0.7.0
5622026-07-29T15:46:02.697Z Downloaded bit-set v0.8.0
5632026-07-29T15:46:02.701Z Downloaded indexmap v2.14.0
5642026-07-29T15:46:02.704Z Downloaded sec1 v0.8.1
5652026-07-29T15:46:02.704Z Downloaded digest v0.10.7
5662026-07-29T15:46:02.704Z Downloaded ed25519 v2.2.3
5672026-07-29T15:46:02.708Z Downloaded ena v0.14.4
5682026-07-29T15:46:02.708Z Downloaded getrandom v0.3.4
5692026-07-29T15:46:02.708Z Downloaded block-padding v0.4.2
5702026-07-29T15:46:02.718Z Downloaded oso v0.27.3
5712026-07-29T15:46:02.722Z Downloaded term v0.7.0
5722026-07-29T15:46:02.725Z Downloaded ucd-trie v0.1.7
5732026-07-29T15:46:02.726Z Downloaded find-msvc-tools v0.1.9
5742026-07-29T15:46:02.726Z Downloaded foldhash v0.1.5
5752026-07-29T15:46:02.726Z Downloaded generic-array v0.14.7
5762026-07-29T15:46:02.726Z Downloaded openssl-macros v0.1.1
5772026-07-29T15:46:02.726Z Downloaded cargo-platform v0.3.2
5782026-07-29T15:46:02.729Z Downloaded parse-size v1.1.0
5792026-07-29T15:46:02.729Z Downloaded yansi v1.0.1
5802026-07-29T15:46:02.733Z Downloaded der v0.8.0
5812026-07-29T15:46:02.741Z Downloaded hickory-server v0.25.2
5822026-07-29T15:46:02.746Z Downloaded libloading v0.8.9
5832026-07-29T15:46:02.749Z Downloaded multimap v0.10.1
5842026-07-29T15:46:02.749Z Downloaded newtype-uuid v1.3.2
5852026-07-29T15:46:02.749Z Downloaded recursive-proc-macro-impl v0.1.1
5862026-07-29T15:46:02.753Z Downloaded zerocopy-derive v0.8.40
5872026-07-29T15:46:02.756Z Downloaded oorandom v11.1.5
5882026-07-29T15:46:02.760Z Downloaded aead v0.6.1
5892026-07-29T15:46:02.760Z Downloaded plotters-backend v0.3.7
5902026-07-29T15:46:02.760Z Downloaded plotters-svg v0.3.7
5912026-07-29T15:46:02.760Z Downloaded module-lattice v0.2.3
5922026-07-29T15:46:02.763Z Downloaded nu-ansi-term v0.50.3
5932026-07-29T15:46:02.767Z Downloaded russh-cryptovec v0.62.0
5942026-07-29T15:46:02.767Z Downloaded rfc6979 v0.4.0
5952026-07-29T15:46:02.767Z Downloaded secrecy v0.10.3
5962026-07-29T15:46:02.767Z Downloaded scroll_derive v0.13.1
5972026-07-29T15:46:02.770Z Downloaded rcgen v0.12.1
5982026-07-29T15:46:02.774Z Downloaded serde_core v1.0.228
5992026-07-29T15:46:02.774Z Downloaded zstd-safe v7.2.4
6002026-07-29T15:46:02.777Z Downloaded serde_yaml v0.9.34+deprecated
6012026-07-29T15:46:02.781Z Downloaded base64ct v1.8.3
6022026-07-29T15:46:02.781Z Downloaded zerocopy v0.6.6
6032026-07-29T15:46:02.781Z Downloaded zerocopy-derive v0.7.35
6042026-07-29T15:46:02.784Z Downloaded ecdsa v0.17.0
6052026-07-29T15:46:02.784Z Downloaded serde_regex v1.1.0
6062026-07-29T15:46:02.784Z Downloaded bytecount v0.6.9
6072026-07-29T15:46:02.788Z Downloaded http v1.4.2
6082026-07-29T15:46:02.788Z Downloaded slog-envlogger v2.2.0
6092026-07-29T15:46:02.788Z Downloaded signal-hook v0.3.18
6102026-07-29T15:46:02.791Z Downloaded supports-color v2.1.0
6112026-07-29T15:46:02.791Z Downloaded erased-serde v0.3.31
6122026-07-29T15:46:02.792Z Downloaded flate2 v1.1.9
6132026-07-29T15:46:02.795Z Downloaded chacha20poly1305 v0.10.1
6142026-07-29T15:46:02.795Z Downloaded sha1 v0.11.0
6152026-07-29T15:46:02.798Z Downloaded socket2 v0.6.3
6162026-07-29T15:46:02.802Z Downloaded foldhash v0.2.0
6172026-07-29T15:46:02.802Z Downloaded chacha20 v0.9.1
6182026-07-29T15:46:02.806Z Downloaded thiserror-impl-no-std v2.0.2
6192026-07-29T15:46:02.806Z Downloaded pest_meta v2.8.6
6202026-07-29T15:46:02.809Z Downloaded crossterm v0.29.0
6212026-07-29T15:46:02.813Z Downloaded toml v1.1.2+spec-1.1.0
6222026-07-29T15:46:02.816Z Downloaded crossterm v0.28.1
6232026-07-29T15:46:02.820Z Downloaded oxide-tokio-rt v0.1.4
6242026-07-29T15:46:02.820Z Downloaded oxide-update-engine v0.1.2
6252026-07-29T15:46:02.820Z Downloaded strsim v0.10.0
6262026-07-29T15:46:02.820Z Downloaded swrite v0.1.0
6272026-07-29T15:46:02.820Z Downloaded tabwriter v1.4.1
6282026-07-29T15:46:02.823Z Downloaded textwrap v0.16.2
6292026-07-29T15:46:02.823Z Downloaded phc v0.6.1
6302026-07-29T15:46:02.823Z Downloaded primeorder v0.13.6
6312026-07-29T15:46:02.827Z Downloaded tokio-test v0.4.5
6322026-07-29T15:46:02.830Z Downloaded hashbrown v0.14.5
6332026-07-29T15:46:02.834Z Downloaded iri-string v0.7.10
6342026-07-29T15:46:02.838Z Downloaded hashbrown v0.16.1
6352026-07-29T15:46:02.841Z Downloaded hashbrown v0.17.0
6362026-07-29T15:46:02.841Z Downloaded memmap2 v0.9.10
6372026-07-29T15:46:02.845Z Downloaded relative-path v1.9.3
6382026-07-29T15:46:02.845Z Downloaded vte v0.14.1
6392026-07-29T15:46:02.845Z Downloaded argon2 v0.6.0-rc.8
6402026-07-29T15:46:02.845Z Downloaded phf_shared v0.12.1
6412026-07-29T15:46:02.845Z Downloaded utf8parse v0.2.2
6422026-07-29T15:46:02.848Z Downloaded pkcs8 v0.10.2
6432026-07-29T15:46:02.848Z Downloaded progenitor v0.13.0
6442026-07-29T15:46:02.848Z Downloaded usdt-macro v0.5.0
6452026-07-29T15:46:02.848Z Downloaded xattr v1.6.1
6462026-07-29T15:46:02.852Z Downloaded hashbrown v0.15.5
6472026-07-29T15:46:02.852Z Downloaded serde_with_macros v1.5.2
6482026-07-29T15:46:02.855Z Downloaded ar_archive_writer v0.5.1
6492026-07-29T15:46:02.859Z Downloaded untrusted v0.9.0
6502026-07-29T15:46:02.859Z Downloaded async-lock v3.4.2
6512026-07-29T15:46:02.862Z Downloaded rustls-pemfile v2.2.0
6522026-07-29T15:46:02.866Z Downloaded async-trait v0.1.89
6532026-07-29T15:46:02.866Z Downloaded spki v0.8.0
6542026-07-29T15:46:02.866Z Downloaded stacker v0.1.23
6552026-07-29T15:46:02.869Z Downloaded simd-adler32 v0.3.8
6562026-07-29T15:46:02.869Z Downloaded zone_cfg_derive v0.3.1
6572026-07-29T15:46:02.869Z Downloaded downcast-rs v2.0.2
6582026-07-29T15:46:02.869Z Downloaded bytes v1.11.1
6592026-07-29T15:46:02.873Z Downloaded equivalent v1.0.2
6602026-07-29T15:46:02.873Z Downloaded idna v1.1.0
6612026-07-29T15:46:02.876Z Downloaded kstat-rs v0.2.4
6622026-07-29T15:46:02.876Z Downloaded cancel-safe-futures v0.1.5
6632026-07-29T15:46:02.882Z Downloaded futures v0.3.32
6642026-07-29T15:46:02.882Z Downloaded getrandom v0.4.1
6652026-07-29T15:46:02.882Z Downloaded keccak v0.1.6
6662026-07-29T15:46:02.882Z Downloaded float-ord v0.3.2
6672026-07-29T15:46:02.886Z Downloaded foreign-types-macros v0.2.3
6682026-07-29T15:46:02.886Z Downloaded futures-macro v0.3.32
6692026-07-29T15:46:02.886Z Downloaded newline-converter v0.3.0
6702026-07-29T15:46:02.886Z Downloaded match_cfg v0.1.0
6712026-07-29T15:46:02.886Z Downloaded publicsuffix v2.3.0
6722026-07-29T15:46:02.886Z Downloaded qorb v0.4.1
6732026-07-29T15:46:02.890Z Downloaded pbkdf2 v0.13.0
6742026-07-29T15:46:02.890Z Downloaded smallvec v0.6.14
6752026-07-29T15:46:02.890Z Downloaded synstructure v0.13.2
6762026-07-29T15:46:02.893Z Downloaded tinystr v0.8.2
6772026-07-29T15:46:02.893Z Downloaded tokio-dtrace v0.1.1
6782026-07-29T15:46:02.893Z Downloaded tower-service v0.3.3
6792026-07-29T15:46:02.893Z Downloaded nodrop v0.1.14
6802026-07-29T15:46:02.893Z Downloaded async-recursion v1.1.1
6812026-07-29T15:46:02.897Z Downloaded toml_datetime v0.6.11
6822026-07-29T15:46:02.900Z Downloaded hkdf v0.13.0
6832026-07-29T15:46:02.903Z Downloaded macaddr v1.0.1
6842026-07-29T15:46:02.903Z Downloaded lzss v0.8.2
6852026-07-29T15:46:02.910Z Downloaded hyper v1.10.1
6862026-07-29T15:46:02.914Z Downloaded num-traits v0.2.19
6872026-07-29T15:46:02.917Z Downloaded quinn-udp v0.5.14
6882026-07-29T15:46:02.917Z Downloaded toml_edit v0.23.10+spec-1.0.0
6892026-07-29T15:46:02.920Z Downloaded samael v0.0.19
6902026-07-29T15:46:02.924Z Downloaded zopfli v0.8.3
6912026-07-29T15:46:02.924Z Downloaded semver v1.0.28
6922026-07-29T15:46:02.927Z Downloaded usdt-macro v0.6.0
6932026-07-29T15:46:02.927Z Downloaded whoami v2.1.0
6942026-07-29T15:46:02.927Z Downloaded wyz v0.5.1
6952026-07-29T15:46:02.927Z Downloaded block-buffer v0.10.4
6962026-07-29T15:46:02.927Z Downloaded path-slash v0.1.5
6972026-07-29T15:46:02.931Z Downloaded pathdiff v0.2.3
6982026-07-29T15:46:02.931Z Downloaded icu_properties_data v2.1.2
6992026-07-29T15:46:02.935Z Downloaded clap_builder v4.6.0
7002026-07-29T15:46:02.939Z Downloaded fallible-iterator v0.2.0
7012026-07-29T15:46:02.942Z Downloaded zerotrie v0.2.3
7022026-07-29T15:46:02.942Z Downloaded fs_extra v1.3.0
7032026-07-29T15:46:02.942Z Downloaded cast v0.3.0
7042026-07-29T15:46:02.946Z Downloaded openssl-probe v0.2.1
7052026-07-29T15:46:02.946Z Downloaded h2 v0.4.15
7062026-07-29T15:46:02.949Z Downloaded reedline v0.40.0
7072026-07-29T15:46:02.953Z Downloaded ed25519 v3.0.0
7082026-07-29T15:46:02.953Z Downloaded itertools v0.10.5
7092026-07-29T15:46:02.956Z Downloaded libefi-sys v0.1.0
7102026-07-29T15:46:02.956Z Downloaded proc-macro-error-attr v1.0.4
7112026-07-29T15:46:02.960Z Downloaded diesel-dtrace v0.5.0
7122026-07-29T15:46:02.960Z Downloaded serde_bytes v0.11.19
7132026-07-29T15:46:02.960Z Downloaded scopeguard v1.2.0
7142026-07-29T15:46:02.960Z Downloaded serde_repr v0.1.20
7152026-07-29T15:46:02.960Z Downloaded siphasher v1.0.2
7162026-07-29T15:46:02.963Z Downloaded smawk v0.3.2
7172026-07-29T15:46:02.964Z Downloaded bit-vec v0.6.3
7182026-07-29T15:46:02.972Z Downloaded goblin v0.8.2
7192026-07-29T15:46:02.976Z Downloaded hkdf v0.12.4
7202026-07-29T15:46:02.979Z Downloaded mio v1.2.0
7212026-07-29T15:46:02.983Z Downloaded toml v0.8.23
7222026-07-29T15:46:02.983Z Downloaded num_enum v0.5.11
7232026-07-29T15:46:02.986Z Downloaded num-rational v0.4.2
7242026-07-29T15:46:02.986Z Downloaded strum v0.27.2
7252026-07-29T15:46:02.987Z Downloaded thread-id v5.1.0
7262026-07-29T15:46:02.987Z Downloaded toml_edit v0.19.15
7272026-07-29T15:46:02.995Z Downloaded try-lock v0.2.5
7282026-07-29T15:46:02.999Z Downloaded crypto-primes v0.7.2
7292026-07-29T15:46:02.999Z Downloaded anes v0.1.6
7302026-07-29T15:46:03.003Z Downloaded byteorder v1.5.0
7312026-07-29T15:46:03.003Z Downloaded cexpr v0.6.0
7322026-07-29T15:46:03.003Z Downloaded rustls-platform-verifier v0.6.2
7332026-07-29T15:46:03.007Z Downloaded oxnet v0.1.6
7342026-07-29T15:46:03.007Z Downloaded partial-io v0.5.4
7352026-07-29T15:46:03.007Z Downloaded strum v0.26.3
7362026-07-29T15:46:03.007Z Downloaded unicode-properties v0.1.4
7372026-07-29T15:46:03.011Z Downloaded difflib v0.4.0
7382026-07-29T15:46:03.011Z Downloaded dirs-sys-next v0.1.2
7392026-07-29T15:46:03.011Z Downloaded usdt-attr-macro v0.5.0
7402026-07-29T15:46:03.011Z Downloaded waitgroup v0.1.2
7412026-07-29T15:46:03.011Z Downloaded dirs-next v2.0.0
7422026-07-29T15:46:03.011Z Downloaded dof v0.3.0
7432026-07-29T15:46:03.011Z Downloaded universal-hash v0.5.1
7442026-07-29T15:46:03.011Z Downloaded wnaf v0.14.0
7452026-07-29T15:46:03.015Z Downloaded ff v0.14.0
7462026-07-29T15:46:03.015Z Downloaded backoff v0.4.0
7472026-07-29T15:46:03.015Z Downloaded bitflags v1.3.2
7482026-07-29T15:46:03.018Z Downloaded ed25519-dalek v3.0.0
7492026-07-29T15:46:03.018Z Downloaded slog v2.8.2
7502026-07-29T15:46:03.022Z Downloaded potential_utf v0.1.4
7512026-07-29T15:46:03.022Z Downloaded lalrpop-util v0.19.12
7522026-07-29T15:46:03.022Z Downloaded md5 v0.8.0
7532026-07-29T15:46:03.022Z Downloaded foreign-types v0.3.2
7542026-07-29T15:46:03.022Z Downloaded ghash v0.6.0
7552026-07-29T15:46:03.022Z Downloaded backtrace v0.3.76
7562026-07-29T15:46:03.025Z Downloaded reqwest v0.13.2
7572026-07-29T15:46:03.029Z Downloaded test-strategy v0.4.5
7582026-07-29T15:46:03.032Z Downloaded litemap v0.8.1
7592026-07-29T15:46:03.036Z Downloaded rand_chacha v0.9.0
7602026-07-29T15:46:03.036Z Downloaded rand_core v0.9.5
7612026-07-29T15:46:03.039Z Downloaded memoffset v0.9.1
7622026-07-29T15:46:03.039Z Downloaded new_debug_unreachable v1.0.6
7632026-07-29T15:46:03.039Z Downloaded anstyle-query v1.1.5
7642026-07-29T15:46:03.043Z Downloaded term v1.2.1
7652026-07-29T15:46:03.043Z Downloaded base16ct v1.0.0
7662026-07-29T15:46:03.043Z Downloaded papergrid v0.17.0
7672026-07-29T15:46:03.046Z Downloaded typed-path v0.9.3
7682026-07-29T15:46:03.054Z Downloaded typify v0.6.2
7692026-07-29T15:46:03.059Z Downloaded target-spec v3.5.7
7702026-07-29T15:46:03.063Z Downloaded progenitor-impl v0.13.0
7712026-07-29T15:46:03.063Z Downloaded url v2.5.8
7722026-07-29T15:46:03.067Z Downloaded tokio-native-tls v0.3.1
7732026-07-29T15:46:03.070Z Downloaded x509-cert v0.2.5
7742026-07-29T15:46:03.073Z Downloaded proc-macro-crate v1.3.1
7752026-07-29T15:46:03.074Z Downloaded progenitor-macro v0.14.0
7762026-07-29T15:46:03.077Z Downloaded zeroize v1.9.0
7772026-07-29T15:46:03.081Z Downloaded digest v0.11.3
7782026-07-29T15:46:03.081Z Downloaded snafu v0.8.9
7792026-07-29T15:46:03.084Z Downloaded radium v0.7.0
7802026-07-29T15:46:03.084Z Downloaded ssh-key v0.7.0-rc.11
7812026-07-29T15:46:03.088Z Downloaded poly1305 v0.9.0
7822026-07-29T15:46:03.091Z Downloaded elliptic-curve v0.14.1
7832026-07-29T15:46:03.091Z Downloaded iddqd v0.4.2
7842026-07-29T15:46:03.096Z Downloaded fixedbitset v0.5.7
7852026-07-29T15:46:03.099Z Downloaded tower-http v0.6.8
7862026-07-29T15:46:03.103Z Downloaded sponge-cursor v0.1.0
7872026-07-29T15:46:03.103Z Downloaded funty v2.0.0
7882026-07-29T15:46:03.103Z Downloaded p384 v0.13.1
7892026-07-29T15:46:03.106Z Downloaded dropshot_endpoint v0.17.1
7902026-07-29T15:46:03.110Z Downloaded tokio-util v0.7.18
7912026-07-29T15:46:03.113Z Downloaded sapling-renderdag v0.1.0
7922026-07-29T15:46:03.113Z Downloaded expectorate v1.2.0
7932026-07-29T15:46:03.113Z Downloaded tower v0.5.3
7942026-07-29T15:46:03.117Z Downloaded keccak v0.2.0
7952026-07-29T15:46:03.121Z Downloaded lock_api v0.4.14
7962026-07-29T15:46:03.121Z Downloaded generic-array v1.4.3
7972026-07-29T15:46:03.121Z Downloaded rust-argon2 v2.1.0
7982026-07-29T15:46:03.124Z Downloaded num_enum v0.7.6
7992026-07-29T15:46:03.124Z Downloaded target-triple v1.0.0
8002026-07-29T15:46:03.128Z Downloaded unarray v0.1.4
8012026-07-29T15:46:03.128Z Downloaded native-tls v0.2.18
8022026-07-29T15:46:03.128Z Downloaded slog-json v2.6.1
8032026-07-29T15:46:03.128Z Downloaded escape8259 v0.5.3
8042026-07-29T15:46:03.128Z Downloaded futures-core v0.3.32
8052026-07-29T15:46:03.132Z Downloaded zerofrom-derive v0.1.6
8062026-07-29T15:46:03.132Z Downloaded embedded-io v0.6.1
8072026-07-29T15:46:03.132Z Downloaded foreign-types-shared v0.1.1
8082026-07-29T15:46:03.132Z Downloaded memchr v2.8.0
8092026-07-29T15:46:03.135Z Downloaded quinn v0.11.9
8102026-07-29T15:46:03.135Z Downloaded static_assertions v1.1.0
8112026-07-29T15:46:03.135Z Downloaded peg v0.8.5
8122026-07-29T15:46:03.139Z Downloaded zip v4.6.1
8132026-07-29T15:46:03.143Z Downloaded oxide-update-engine-types v0.1.2
8142026-07-29T15:46:03.143Z Downloaded allocator-api2 v0.2.21
8152026-07-29T15:46:03.146Z Downloaded predicates v3.1.4
8162026-07-29T15:46:03.146Z Downloaded xshell v0.2.7
8172026-07-29T15:46:03.146Z Downloaded rustls-webpki v0.103.13
8182026-07-29T15:46:03.150Z Downloaded rpassword v7.5.4
8192026-07-29T15:46:03.153Z Downloaded base16ct v0.2.0
8202026-07-29T15:46:03.159Z Downloaded pin-project v1.1.11
8212026-07-29T15:46:03.165Z Downloaded toml_writer v1.1.1+spec-1.1.0
8222026-07-29T15:46:03.168Z Downloaded sha1 v0.10.6
8232026-07-29T15:46:03.168Z Downloaded futures-timer v3.0.3
8242026-07-29T15:46:03.172Z Downloaded phf_shared v0.13.1
8252026-07-29T15:46:03.175Z Downloaded arc-swap v1.8.2
8262026-07-29T15:46:03.175Z Downloaded slog-stdlog v4.1.1
8272026-07-29T15:46:03.179Z Downloaded ssh-encoding v0.3.0
8282026-07-29T15:46:03.179Z Downloaded thiserror-impl v1.0.69
8292026-07-29T15:46:03.179Z Downloaded thiserror-impl v2.0.18
8302026-07-29T15:46:03.179Z Downloaded anyhow v1.0.102
8312026-07-29T15:46:03.183Z Downloaded autocfg v1.5.0
8322026-07-29T15:46:03.183Z Downloaded rand_pcg v0.10.2
8332026-07-29T15:46:03.183Z Downloaded ryu v1.0.23
8342026-07-29T15:46:03.186Z Downloaded nanorand v0.7.0
8352026-07-29T15:46:03.186Z Downloaded once_cell v1.21.3
8362026-07-29T15:46:03.190Z Downloaded secrecy v0.8.0
8372026-07-29T15:46:03.190Z Downloaded ssh-cipher v0.3.0
8382026-07-29T15:46:03.190Z Downloaded slog-bunyan v2.5.0
8392026-07-29T15:46:03.190Z Downloaded supports-color v3.0.2
8402026-07-29T15:46:03.190Z Downloaded salty v0.3.0
8412026-07-29T15:46:03.193Z Downloaded wait-timeout v0.2.1
8422026-07-29T15:46:03.197Z Downloaded uzers v0.12.2
8432026-07-29T15:46:03.197Z Downloaded zerovec-derive v0.11.2
8442026-07-29T15:46:03.197Z Downloaded rfc6979 v0.6.0
8452026-07-29T15:46:03.197Z Downloaded git2 v0.20.4
8462026-07-29T15:46:03.201Z Downloaded stable_deref_trait v1.2.1
8472026-07-29T15:46:03.204Z Downloaded rand v0.9.2
8482026-07-29T15:46:03.204Z Downloaded itertools v0.12.1
8492026-07-29T15:46:03.210Z Downloaded chacha20 v0.10.0
8502026-07-29T15:46:03.214Z Downloaded tinyvec v1.10.0
8512026-07-29T15:46:03.217Z Downloaded polyval v0.7.1
8522026-07-29T15:46:03.220Z Downloaded num-complex v0.4.6
8532026-07-29T15:46:03.220Z Downloaded yoke-derive v0.8.1
8542026-07-29T15:46:03.220Z Downloaded diesel_table_macro_syntax v0.3.0
8552026-07-29T15:46:03.221Z Downloaded nom v8.0.0
8562026-07-29T15:46:03.224Z Downloaded linkme v0.3.35
8572026-07-29T15:46:03.228Z Downloaded argon2 v0.5.3
8582026-07-29T15:46:03.228Z Downloaded pem-rfc7468 v0.7.0
8592026-07-29T15:46:03.228Z Downloaded camino-tempfile v1.4.1
8602026-07-29T15:46:03.228Z Downloaded lru-slab v0.1.2
8612026-07-29T15:46:03.231Z Downloaded unsafe-libyaml v0.2.11
8622026-07-29T15:46:03.231Z Downloaded mime_guess v2.0.5
8632026-07-29T15:46:03.231Z Downloaded cfg_aliases v0.2.1
8642026-07-29T15:46:03.235Z Downloaded proc-macro2 v1.0.106
8652026-07-29T15:46:03.235Z Downloaded futures-task v0.3.32
8662026-07-29T15:46:03.239Z Downloaded pretty_assertions v1.4.1
8672026-07-29T15:46:03.245Z Downloaded packed_struct v0.10.1
8682026-07-29T15:46:03.248Z Downloaded recursive v0.1.1
8692026-07-29T15:46:03.252Z Downloaded libm v0.2.16
8702026-07-29T15:46:03.259Z Downloaded spin v0.9.8
8712026-07-29T15:46:03.262Z Downloaded vergen v9.1.0
8722026-07-29T15:46:03.262Z Downloaded scroll v0.12.0
8732026-07-29T15:46:03.266Z Downloaded strsim v0.11.1
8742026-07-29T15:46:03.269Z Downloaded event-listener v5.4.1
8752026-07-29T15:46:03.269Z Downloaded progenitor-extras v0.2.0
8762026-07-29T15:46:03.273Z Downloaded bitflags v2.11.0
8772026-07-29T15:46:03.276Z Downloaded futures-util v0.3.32
8782026-07-29T15:46:03.281Z Downloaded termcolor v1.4.1
8792026-07-29T15:46:03.285Z Downloaded aes v0.9.1
8802026-07-29T15:46:03.285Z Downloaded vergen-gitcl v1.0.8
8812026-07-29T15:46:03.285Z Downloaded tar v0.4.46
8822026-07-29T15:46:03.288Z Downloaded thread_local v1.1.9
8832026-07-29T15:46:03.288Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8842026-07-29T15:46:03.296Z Downloaded anstyle-parse v0.2.7
8852026-07-29T15:46:03.300Z Downloaded getrandom v0.2.17
8862026-07-29T15:46:03.303Z Downloaded take_mut v0.2.2
8872026-07-29T15:46:03.307Z Downloaded dyn-clone v1.0.20
8882026-07-29T15:46:03.311Z Downloaded fnv v1.0.7
8892026-07-29T15:46:03.321Z Downloaded num-integer v0.1.46
8902026-07-29T15:46:03.324Z Downloaded salsa20 v0.11.0
8912026-07-29T15:46:03.324Z Downloaded anstream v1.0.0
8922026-07-29T15:46:03.328Z Downloaded bit-vec v0.8.0
8932026-07-29T15:46:03.328Z Downloaded cbc v0.2.1
8942026-07-29T15:46:03.328Z Downloaded similar v2.7.0
8952026-07-29T15:46:03.332Z Downloaded powerfmt v0.2.0
8962026-07-29T15:46:03.332Z Downloaded predicates-core v1.0.10
8972026-07-29T15:46:03.335Z Downloaded opaque-debug v0.3.1
8982026-07-29T15:46:03.339Z Downloaded toml_parser v1.1.2+spec-1.1.0
8992026-07-29T15:46:03.342Z Downloaded textwrap v0.15.2
9002026-07-29T15:46:03.342Z Downloaded schemars v0.9.0
9012026-07-29T15:46:03.348Z Downloaded uuid v1.23.4
9022026-07-29T15:46:03.351Z Downloaded pest v2.8.6
9032026-07-29T15:46:03.355Z Downloaded postgres-types v0.2.12
9042026-07-29T15:46:03.355Z Downloaded rustc-demangle v0.1.27
9052026-07-29T15:46:03.359Z Downloaded serde_with_macros v3.21.0
9062026-07-29T15:46:03.359Z Downloaded quote v1.0.45
9072026-07-29T15:46:03.359Z Downloaded signature v2.2.0
9082026-07-29T15:46:03.359Z Downloaded similar-asserts v1.7.0
9092026-07-29T15:46:03.362Z Downloaded supports-unicode v2.1.0
9102026-07-29T15:46:03.362Z Downloaded goblin v0.10.5
9112026-07-29T15:46:03.366Z Downloaded tabled_derive v0.11.0
9122026-07-29T15:46:03.366Z Downloaded fxhash v0.2.1
9132026-07-29T15:46:03.366Z Downloaded trait-variant v0.1.2
9142026-07-29T15:46:03.366Z Downloaded xshell-macros v0.2.7
9152026-07-29T15:46:03.366Z Downloaded unit-prefix v0.5.2
9162026-07-29T15:46:03.370Z Downloaded zerofrom v0.1.6
9172026-07-29T15:46:03.370Z Downloaded maybe-uninit v2.0.0
9182026-07-29T15:46:03.370Z Downloaded progenitor v0.14.0
9192026-07-29T15:46:03.370Z Downloaded slog-dtrace v0.3.0
9202026-07-29T15:46:03.370Z Downloaded rand v0.10.1
9212026-07-29T15:46:03.373Z Downloaded papergrid v0.11.0
9222026-07-29T15:46:03.373Z Downloaded async-stream-impl v0.3.6
9232026-07-29T15:46:03.377Z Downloaded string_cache v0.8.9
9242026-07-29T15:46:03.380Z Downloaded petname v2.0.2
9252026-07-29T15:46:03.384Z Downloaded tinytemplate v1.2.1
9262026-07-29T15:46:03.384Z Downloaded log v0.4.29
9272026-07-29T15:46:03.384Z Downloaded newtype_derive v0.1.6
9282026-07-29T15:46:03.388Z Downloaded usdt-impl v0.6.0
9292026-07-29T15:46:03.391Z Downloaded blowfish v0.10.0
9302026-07-29T15:46:03.391Z Downloaded tui-tree-widget v0.23.1
9312026-07-29T15:46:03.395Z Downloaded vergen-lib v9.1.0
9322026-07-29T15:46:03.395Z Downloaded zmij v1.0.21
9332026-07-29T15:46:03.395Z Downloaded linear-map v1.2.0
9342026-07-29T15:46:03.395Z Downloaded nibble_vec v0.1.0
9352026-07-29T15:46:03.398Z Downloaded parking_lot_core v0.8.6
9362026-07-29T15:46:03.401Z Downloaded aho-corasick v1.1.4
9372026-07-29T15:46:03.405Z Downloaded winnow v0.5.40
9382026-07-29T15:46:03.408Z Downloaded foreign-types-shared v0.3.1
9392026-07-29T15:46:03.412Z Downloaded fs-err v3.3.0
9402026-07-29T15:46:03.412Z Downloaded miette-derive v5.10.0
9412026-07-29T15:46:03.415Z Downloaded r2d2 v0.8.10
9422026-07-29T15:46:03.419Z Downloaded termtree v0.5.1
9432026-07-29T15:46:03.419Z Downloaded diesel_derives v2.3.7
9442026-07-29T15:46:03.424Z Downloaded serde_cbor v0.11.2
9452026-07-29T15:46:03.429Z Downloaded fastrand v2.3.0
9462026-07-29T15:46:03.433Z Downloaded parking_lot_core v0.9.12
9472026-07-29T15:46:03.433Z Downloaded phf v0.13.1
9482026-07-29T15:46:03.433Z Downloaded ecdsa v0.16.9
9492026-07-29T15:46:03.433Z Downloaded num-iter v0.1.45
9502026-07-29T15:46:03.436Z Downloaded tokio-tungstenite v0.21.0
9512026-07-29T15:46:03.436Z Downloaded rustls-native-certs v0.8.3
9522026-07-29T15:46:03.440Z Downloaded scrypt v0.12.0
9532026-07-29T15:46:03.440Z Downloaded terminal_size v0.1.17
9542026-07-29T15:46:03.440Z Downloaded tungstenite v0.21.0
9552026-07-29T15:46:03.443Z Downloaded quick-xml v0.37.5
9562026-07-29T15:46:03.447Z Downloaded itertools v0.14.0
9572026-07-29T15:46:03.450Z Downloaded openssl-sys v0.9.115
9582026-07-29T15:46:03.454Z Downloaded bumpalo v3.20.2
9592026-07-29T15:46:03.454Z Downloaded plotters v0.3.7
9602026-07-29T15:46:03.457Z Downloaded num-bigint v0.4.6
9612026-07-29T15:46:03.461Z Downloaded knuffel v3.2.0
9622026-07-29T15:46:03.461Z Downloaded filetime v0.2.27
9632026-07-29T15:46:03.464Z Downloaded unicode-ident v1.0.24
9642026-07-29T15:46:03.464Z Downloaded env_logger v0.11.9
9652026-07-29T15:46:03.468Z Downloaded usdt-attr-macro v0.6.0
9662026-07-29T15:46:03.468Z Downloaded errno v0.3.14
9672026-07-29T15:46:03.468Z Downloaded rand v0.8.6
9682026-07-29T15:46:03.468Z Downloaded rustc-hash v2.1.1
9692026-07-29T15:46:03.471Z Downloaded libbz2-rs-sys v0.2.2
9702026-07-29T15:46:03.471Z Downloaded drift v0.2.0
9712026-07-29T15:46:03.475Z Downloaded fatfs v0.3.6
9722026-07-29T15:46:03.479Z Downloaded phf v0.12.1
9732026-07-29T15:46:03.479Z Downloaded stringprep v0.1.5
9742026-07-29T15:46:03.479Z Downloaded slog-async v2.8.0
9752026-07-29T15:46:03.479Z Downloaded linked-hash-map v0.5.6
9762026-07-29T15:46:03.482Z Downloaded topological-sort v0.2.2
9772026-07-29T15:46:03.482Z Downloaded gethostname v0.5.0
9782026-07-29T15:46:03.482Z Downloaded async-object-pool v0.2.0
9792026-07-29T15:46:03.482Z Downloaded winnow v0.6.26
9802026-07-29T15:46:03.487Z Downloaded fancy-regex v0.14.0
9812026-07-29T15:46:03.490Z Downloaded serde v1.0.228
9822026-07-29T15:46:03.494Z Downloaded tokio-tungstenite v0.23.1
9832026-07-29T15:46:03.494Z Downloaded version_check v0.9.5
9842026-07-29T15:46:03.494Z Downloaded dtrace-parser v0.2.0
9852026-07-29T15:46:03.494Z Downloaded libsw v3.5.0
9862026-07-29T15:46:03.498Z Downloaded async-bb8-diesel v0.2.1
9872026-07-29T15:46:03.498Z Downloaded yoke v0.8.1
9882026-07-29T15:46:03.498Z Downloaded olpc-cjson v0.1.4
9892026-07-29T15:46:03.498Z Downloaded progenitor-client v0.14.0
9902026-07-29T15:46:03.501Z Downloaded lazy_static v1.5.0
9912026-07-29T15:46:03.501Z Downloaded portable-atomic v1.13.1
9922026-07-29T15:46:03.505Z Downloaded either v1.15.0
9932026-07-29T15:46:03.508Z Downloaded knuffel-derive v3.2.0
9942026-07-29T15:46:03.508Z Downloaded rand_distr v0.5.1
9952026-07-29T15:46:03.508Z Downloaded rsa v0.10.0-rc.18
9962026-07-29T15:46:03.512Z Downloaded schemars v0.8.22
9972026-07-29T15:46:03.518Z Downloaded assert_matches v1.5.0
9982026-07-29T15:46:03.522Z Downloaded bitfield-macros v0.19.4
9992026-07-29T15:46:03.522Z Downloaded nonempty v0.12.0
10002026-07-29T15:46:03.522Z Downloaded camino-tempfile-ext v0.3.3
10012026-07-29T15:46:03.526Z Downloaded pem v3.0.6
10022026-07-29T15:46:03.526Z Downloaded primeorder v0.14.0
10032026-07-29T15:46:03.526Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10042026-07-29T15:46:03.530Z Downloaded vcpkg v0.2.15
10052026-07-29T15:46:03.549Z Downloaded itertools v0.15.0
10062026-07-29T15:46:03.553Z Downloaded typenum v1.20.1
10072026-07-29T15:46:03.557Z Downloaded base64 v0.21.7
10082026-07-29T15:46:03.560Z Downloaded slog-term v2.9.2
10092026-07-29T15:46:03.560Z Downloaded tungstenite v0.23.0
10102026-07-29T15:46:03.564Z Downloaded pest_derive v2.8.6
10112026-07-29T15:46:03.564Z Downloaded ppv-lite86 v0.2.21
10122026-07-29T15:46:03.564Z Downloaded sync_wrapper v1.0.2
10132026-07-29T15:46:03.564Z Downloaded serdect v0.4.3
10142026-07-29T15:46:03.568Z Downloaded tabled v0.20.0
10152026-07-29T15:46:03.574Z Downloaded supports-hyperlinks v2.1.0
10162026-07-29T15:46:03.578Z Downloaded unicode-normalization v0.1.25
10172026-07-29T15:46:03.578Z Downloaded bitfield v0.19.4
10182026-07-29T15:46:03.578Z Downloaded miniz_oxide v0.8.9
10192026-07-29T15:46:03.581Z Downloaded p384 v0.14.0
10202026-07-29T15:46:03.581Z Downloaded pkcs1 v0.8.0-rc.4
10212026-07-29T15:46:03.585Z Downloaded blake2b_simd v1.0.4
10222026-07-29T15:46:03.585Z Downloaded resolv-conf v0.7.6
10232026-07-29T15:46:03.585Z Downloaded scroll v0.13.0
10242026-07-29T15:46:03.585Z Downloaded tough v0.22.0
10252026-07-29T15:46:03.588Z Downloaded prettyplease v0.2.37
10262026-07-29T15:46:03.592Z Downloaded psm v0.1.30
10272026-07-29T15:46:03.592Z Downloaded poly1305 v0.8.0
10282026-07-29T15:46:03.595Z Downloaded flagset v0.4.7
10292026-07-29T15:46:03.595Z Downloaded cassowary v0.3.0
10302026-07-29T15:46:03.595Z Downloaded serde_derive_internals v0.29.1
10312026-07-29T15:46:03.595Z Downloaded tiny-keccak v2.0.2
10322026-07-29T15:46:03.599Z Downloaded vsss-rs v3.3.4
10332026-07-29T15:46:03.599Z Downloaded jobserver v0.1.34
10342026-07-29T15:46:03.602Z Downloaded libxml v0.3.3
10352026-07-29T15:46:03.606Z Downloaded elliptic-curve v0.13.8
10362026-07-29T15:46:03.610Z Downloaded multer v3.1.0
10372026-07-29T15:46:03.610Z Downloaded jiff-static v0.2.21
10382026-07-29T15:46:03.613Z Downloaded minimal-lexical v0.2.1
10392026-07-29T15:46:03.617Z Downloaded quinn-proto v0.11.16
10402026-07-29T15:46:03.620Z Downloaded zerovec v0.11.5
10412026-07-29T15:46:03.624Z Downloaded cc v1.2.56
10422026-07-29T15:46:03.624Z Downloaded serde_with v1.14.0
10432026-07-29T15:46:03.628Z Downloaded parking_lot v0.12.5
10442026-07-29T15:46:03.628Z Downloaded smallvec v1.15.1
10452026-07-29T15:46:03.631Z Downloaded time v0.3.47
10462026-07-29T15:46:03.635Z Downloaded lalrpop v0.19.12
10472026-07-29T15:46:03.641Z Downloaded p256 v0.14.0
10482026-07-29T15:46:03.645Z Downloaded scuffle v0.1.0
10492026-07-29T15:46:03.648Z Downloaded unicode-segmentation v1.12.0
10502026-07-29T15:46:03.648Z Downloaded curve25519-dalek v4.1.3
10512026-07-29T15:46:03.652Z Downloaded crypto-bigint v0.7.5
10522026-07-29T15:46:03.660Z Downloaded openssl v0.10.79
10532026-07-29T15:46:03.666Z Downloaded unicode-bidi v0.3.18
10542026-07-29T15:46:03.670Z Downloaded unicode-width v0.1.14
10552026-07-29T15:46:03.673Z Downloaded des v0.9.0
10562026-07-29T15:46:03.673Z Downloaded tokio-rustls v0.26.4
10572026-07-29T15:46:03.677Z Downloaded tokio-postgres v0.7.16
10582026-07-29T15:46:03.677Z Downloaded polar-core v0.27.3
10592026-07-29T15:46:03.681Z Downloaded futures-channel v0.3.32
10602026-07-29T15:46:03.684Z Downloaded radix_trie v0.2.1
10612026-07-29T15:46:03.688Z Downloaded pkcs5 v0.8.1
10622026-07-29T15:46:03.688Z Downloaded async-compression v0.4.41
10632026-07-29T15:46:03.691Z Downloaded serde_json v1.0.151
10642026-07-29T15:46:03.696Z Downloaded unicode_categories v0.1.1
10652026-07-29T15:46:03.700Z Downloaded socket2 v0.5.10
10662026-07-29T15:46:03.703Z Downloaded miette v5.10.0
10672026-07-29T15:46:03.707Z Downloaded serde_derive v1.0.228
10682026-07-29T15:46:03.710Z Downloaded tracing-core v0.1.36
10692026-07-29T15:46:03.717Z Downloaded nom v7.1.3
10702026-07-29T15:46:03.735Z Downloaded dropshot-api-manager v0.7.2
10712026-07-29T15:46:03.738Z Downloaded bitvec v1.0.1
10722026-07-29T15:46:03.746Z Downloaded russh v0.62.4
10732026-07-29T15:46:03.750Z Downloaded flume v0.11.1
10742026-07-29T15:46:03.755Z Downloaded rsa v0.9.10
10752026-07-29T15:46:03.765Z Downloaded bindgen v0.71.1
10762026-07-29T15:46:03.769Z Downloaded regex v1.12.3
10772026-07-29T15:46:03.773Z Downloaded proptest v1.11.0
10782026-07-29T15:46:03.777Z Downloaded smoltcp v0.9.1
10792026-07-29T15:46:03.783Z Downloaded aes-gcm v0.11.0
10802026-07-29T15:46:03.788Z Downloaded hickory-proto v0.24.4
10812026-07-29T15:46:03.806Z Downloaded moka v0.12.13
10822026-07-29T15:46:03.811Z Downloaded ed25519-dalek v2.2.0
10832026-07-29T15:46:03.814Z Downloaded p521 v0.14.0
10842026-07-29T15:46:03.818Z Downloaded reqwest v0.12.28
10852026-07-29T15:46:03.821Z Downloaded sha3 v0.12.0
10862026-07-29T15:46:03.821Z Downloaded hickory-proto v0.25.2
10872026-07-29T15:46:03.828Z Downloaded num-bigint-dig v0.8.6
10882026-07-29T15:46:03.832Z Downloaded tabled v0.15.0
10892026-07-29T15:46:03.840Z Downloaded curve25519-dalek v5.0.0
10902026-07-29T15:46:03.846Z Downloaded rustyline v14.0.0
10912026-07-29T15:46:03.849Z Downloaded derive_more-impl v2.1.1
10922026-07-29T15:46:03.852Z Downloaded itertools v0.13.0
10932026-07-29T15:46:03.856Z Downloaded openapiv3 v2.2.0
10942026-07-29T15:46:03.862Z Downloaded regress v0.10.5
10952026-07-29T15:46:03.867Z Downloaded rawzip v0.4.4
10962026-07-29T15:46:03.870Z Downloaded nix v0.28.0
10972026-07-29T15:46:03.876Z Downloaded rayon v1.11.0
10982026-07-29T15:46:03.881Z Downloaded regex-syntax v0.8.10
10992026-07-29T15:46:03.885Z Downloaded zlib-rs v0.6.2
11002026-07-29T15:46:03.889Z Downloaded blake3 v1.8.5
11012026-07-29T15:46:03.893Z Downloaded winnow v0.7.14
11022026-07-29T15:46:03.899Z Downloaded winnow v1.0.3
11032026-07-29T15:46:03.905Z Downloaded nix v0.31.2
11042026-07-29T15:46:03.911Z Downloaded regress v0.11.1
11052026-07-29T15:46:03.917Z Downloaded aws-lc-rs v1.16.3
11062026-07-29T15:46:03.939Z Downloaded serde_with v3.21.0
11072026-07-29T15:46:03.954Z Downloaded zerocopy v0.7.35
11082026-07-29T15:46:03.969Z Downloaded rustix v0.38.44
11092026-07-29T15:46:03.984Z Downloaded gimli v0.32.3
11102026-07-29T15:46:03.990Z Downloaded unicode-width v0.2.0
11112026-07-29T15:46:03.993Z Downloaded object v0.37.3
11122026-07-29T15:46:04.030Z Downloaded rustix v1.1.3
11132026-07-29T15:46:04.043Z Downloaded regex-syntax v0.6.29
11142026-07-29T15:46:04.047Z Downloaded nix v0.27.1
11152026-07-29T15:46:04.091Z Downloaded syn v1.0.109
11162026-07-29T15:46:04.102Z Downloaded zerocopy-derive v0.6.6
11172026-07-29T15:46:04.117Z Downloaded sqlparser v0.61.0
11182026-07-29T15:46:04.125Z Downloaded object v0.30.4
11192026-07-29T15:46:04.131Z Downloaded smoltcp v0.11.0
11202026-07-29T15:46:04.138Z Downloaded chrono v0.4.45
11212026-07-29T15:46:04.142Z Downloaded zerocopy v0.8.40
11222026-07-29T15:46:04.147Z Downloaded diesel v2.3.7
11232026-07-29T15:46:04.159Z Downloaded typify-impl v0.6.2
11242026-07-29T15:46:04.167Z Downloaded sled v0.34.7
11252026-07-29T15:46:04.172Z Downloaded bstr v1.12.1
11262026-07-29T15:46:04.177Z Downloaded dropshot v0.17.1
11272026-07-29T15:46:04.190Z Downloaded syn v2.0.117
11282026-07-29T15:46:04.196Z Downloaded jiff v0.2.21
11292026-07-29T15:46:04.208Z Downloaded sha3 v0.11.0
11302026-07-29T15:46:04.211Z Downloaded libc v0.2.185
11312026-07-29T15:46:04.230Z Downloaded rustls v0.23.41
11322026-07-29T15:46:04.236Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11332026-07-29T15:46:04.246Z Downloaded tracing v0.1.44
11342026-07-29T15:46:04.257Z Downloaded sha3 v0.10.8
11352026-07-29T15:46:04.260Z Downloaded tokio v1.52.1
11362026-07-29T15:46:04.283Z Downloaded chrono-tz v0.10.4
11372026-07-29T15:46:04.292Z Downloaded bzip2-sys v0.1.13+1.0.8
11382026-07-29T15:46:04.303Z Downloaded ratatui v0.29.0
11392026-07-29T15:46:04.314Z Downloaded regex-automata v0.4.14
11402026-07-29T15:46:04.340Z Downloaded encoding_rs v0.8.35
11412026-07-29T15:46:04.352Z Downloaded httpmock v0.8.3
11422026-07-29T15:46:04.364Z Downloaded petgraph v0.6.5
11432026-07-29T15:46:04.374Z Downloaded csv v1.4.0
11442026-07-29T15:46:04.386Z Downloaded libgit2-sys v0.18.3+1.9.2
11452026-07-29T15:46:04.418Z Downloaded petgraph v0.8.3
11462026-07-29T15:46:04.430Z Downloaded libz-sys v1.1.24
11472026-07-29T15:46:04.467Z Downloaded ring v0.17.14
11482026-07-29T15:46:04.979Z Downloaded aws-lc-sys v0.40.0
11492026-07-29T15:46:05.379Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11502026-07-29T15:46:07.429Z Startup: Refreshing catalog 'helios' ... Done
11512026-07-29T15:46:07.671Z Startup: Caching catalogs ... Done
11522026-07-29T15:46:08.825ZPlanning: Solver setup ... Done (1.068s)
11532026-07-29T15:46:08.870ZPlanning: Running solver ... Done (0.045s)
11542026-07-29T15:46:08.901ZPlanning: Finding local manifests ... Done (0.003s)
11552026-07-29T15:46:08.914ZPlanning: Fetching manifests: 0/2 0% complete
11562026-07-29T15:46:08.939ZPlanning: Fetching manifests: 2/2 100% complete
11572026-07-29T15:46:08.953ZPlanning: Package planning ... Done (0.014s)
11582026-07-29T15:46:08.957ZPlanning: Merging actions ... Done (0.001s)
11592026-07-29T15:46:09.171ZPlanning: Checking for conflicting actions ... Done (0.216s)
11602026-07-29T15:46:09.175ZPlanning: Consolidating action changes ... Done (0.001s)
11612026-07-29T15:46:10.012ZPlanning: Evaluating mediators ... Done (0.840s)
11622026-07-29T15:46:10.016ZPlanning: Planning completed in 2.31 seconds
11632026-07-29T15:46:10.021Z Packages to install: 2
11642026-07-29T15:46:10.021Z Estimated space available: 155.74 GB
11652026-07-29T15:46:10.021ZEstimated space to be consumed: 55.05 MB
11662026-07-29T15:46:10.025Z Create boot environment: No
11672026-07-29T15:46:10.025ZCreate backup boot environment: No
11682026-07-29T15:46:10.025Z Rebuild boot archive: No
11692026-07-29T15:46:10.025Z
11702026-07-29T15:46:10.025ZChanged packages:
11712026-07-29T15:46:10.025Zhelios
11722026-07-29T15:46:10.026Z developer/build-essential
11732026-07-29T15:46:10.026Z None -> 11-3.0
11742026-07-29T15:46:10.026Z library/libxmlsec1
11752026-07-29T15:46:10.026Z None -> 1.2.35-3.0
11762026-07-29T15:46:10.048Z
11772026-07-29T15:46:10.048ZDownload: 0/214 items 0.0/1.3MB 0% complete
11782026-07-29T15:46:10.120ZDownload: Completed 1.28 MB in 0.07 seconds (17.7M/s)
11792026-07-29T15:46:10.213Z Actions: 1/268 actions (Installing new actions)
11802026-07-29T15:46:10.251Z Actions: Completed 268 actions in 0.04 seconds.
11812026-07-29T15:46:10.318ZFinalize: Updating package state database ... Done (0.024s)
11822026-07-29T15:46:10.322ZFinalize: Updating package cache ... Done (0.000s)
11832026-07-29T15:46:10.332ZFinalize: Updating image state ... Done (0.058s)
11842026-07-29T15:46:13.068ZFinalize: Creating fast lookup database ... Done (2.558s)
11852026-07-29T15:46:13.085ZFinalize: Reading search index ... Done (0.012s)
11862026-07-29T15:46:13.085ZFinalize: Updating search index ... Done (0.000s)
11872026-07-29T15:46:13.099ZFinalize: Updating package cache ... Done (0.000s)
11882026-07-29T15:46:13.500ZPlanning: Evaluating mediator changes ... Done
11892026-07-29T15:46:13.549ZPlanning: Checking for conflicting actions ... Done
11902026-07-29T15:46:13.559ZPlanning: Consolidating action changes ... Done
11912026-07-29T15:46:13.870ZPlanning: Evaluating mediators ... Done
11922026-07-29T15:46:13.871ZPlanning: Planning completed in 0.26 seconds
11932026-07-29T15:46:13.871Z Mediators to change: 2
11942026-07-29T15:46:13.871Z Create boot environment: No
11952026-07-29T15:46:13.871ZCreate backup boot environment: No
11962026-07-29T15:46:13.871ZFinalize: Updating package state database ... Done
11972026-07-29T15:46:13.871ZFinalize: Updating package cache ... Done
11982026-07-29T15:46:13.871ZFinalize: Updating image state ... Done
11992026-07-29T15:46:15.778ZFinalize: Creating fast lookup database ... Done
12002026-07-29T15:46:15.797ZFinalize: Reading search index ... Done
12012026-07-29T15:46:15.802ZFinalize: Updating search index ... Done
12022026-07-29T15:46:16.000ZFinalize: Updating package cache ... Done
12032026-07-29T15:46:16.200ZPlanning: Evaluating mediator changes ... Done
12042026-07-29T15:46:16.294ZPlanning: Checking for conflicting actions ... Done
12052026-07-29T15:46:16.300ZPlanning: Consolidating action changes ... Done
12062026-07-29T15:46:16.440ZPlanning: Evaluating mediators ... Done
12072026-07-29T15:46:16.444ZPlanning: Planning completed in 0.27 seconds
12082026-07-29T15:46:16.463Z Mediators to change: 1
12092026-07-29T15:46:16.463Z Create boot environment: No
12102026-07-29T15:46:16.463ZCreate backup boot environment: No
12112026-07-29T15:46:16.713ZFinalize: Updating package state database ... Done
12122026-07-29T15:46:16.713ZFinalize: Updating package cache ... Done
12132026-07-29T15:46:16.720ZFinalize: Updating image state ... Done
12142026-07-29T15:46:18.505ZFinalize: Creating fast lookup database ... Done
12152026-07-29T15:46:18.575ZFinalize: Reading search index ... Done
12162026-07-29T15:46:18.587ZFinalize: Updating search index ... Done
12172026-07-29T15:46:18.676ZFinalize: Updating package cache ... Done
12182026-07-29T15:46:18.988ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12192026-07-29T15:46:18.988Zapache system 2.4 system
12202026-07-29T15:46:18.988Zclang system 15 system
12212026-07-29T15:46:18.988Zcsh system system illumos
12222026-07-29T15:46:18.988Zctags system system illumos
12232026-07-29T15:46:18.988Zfile vendor vendor darwinsys
12242026-07-29T15:46:18.989Zfile system system illumos
12252026-07-29T15:46:18.989Zgcc vendor 14 vendor
12262026-07-29T15:46:18.989Zgcc system 13 system
12272026-07-29T15:46:18.989Zgcc system 10 system
12282026-07-29T15:46:18.989Zgo system 1.25 system
12292026-07-29T15:46:18.989Zllvm system 15 system
12302026-07-29T15:46:18.989Zmariadb system 11.4 system
12312026-07-29T15:46:18.989Zmta vendor vendor dma
12322026-07-29T15:46:18.989Zopenjdk system 17 system
12332026-07-29T15:46:18.989Zopenjdk system 11 system
12342026-07-29T15:46:18.989Zopenssl vendor 3 vendor
12352026-07-29T15:46:18.989Zperl system 5.40 system
12362026-07-29T15:46:18.989Zpostgresql system 18 system
12372026-07-29T15:46:18.989Zpostgresql system 17 system
12382026-07-29T15:46:18.989Zpython vendor 3 vendor
12392026-07-29T15:46:18.989Zpython system 2 system
12402026-07-29T15:46:18.989Zpython3 vendor 3.13 vendor
12412026-07-29T15:46:18.989Zruby system 3.4 system
12422026-07-29T15:46:18.989Zruby system 3.0 system
12432026-07-29T15:46:18.989Zwords vendor vendor american-english
12442026-07-29T15:46:18.989Zwords system system australian-english
12452026-07-29T15:46:18.989Zwords system system british-english
12462026-07-29T15:46:18.989Zwords system system canadian-english
12472026-07-29T15:46:18.990Zwords system system french
12482026-07-29T15:46:18.990Zwords system system italian
12492026-07-29T15:46:18.990Zwords system system ngerman
12502026-07-29T15:46:18.990Zwords system system ogerman
12512026-07-29T15:46:18.990Zwords system system spanish
12522026-07-29T15:46:19.253ZPUBLISHER TYPE STATUS P LOCATION
12532026-07-29T15:46:19.253Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12542026-07-29T15:46:19.665ZFMRI IFO
12552026-07-29T15:46:19.665Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12562026-07-29T15:46:19.665Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12572026-07-29T15:46:19.665Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12582026-07-29T15:46:19.665Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12592026-07-29T15:46:19.665Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12602026-07-29T15:46:19.665Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12612026-07-29T15:46:19.665Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12622026-07-29T15:46:19.666Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12632026-07-29T15:46:19.666Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12642026-07-29T15:46:20.237Z Downloading crates ...
12652026-07-29T15:46:20.280Z Downloaded cargo_toml v0.21.0
12662026-07-29T15:46:20.328Z Compiling proc-macro2 v1.0.106
12672026-07-29T15:46:20.332Z Compiling unicode-ident v1.0.24
12682026-07-29T15:46:20.332Z Compiling quote v1.0.45
12692026-07-29T15:46:20.332Z Compiling serde_core v1.0.228
12702026-07-29T15:46:20.332Z Compiling libc v0.2.185
12712026-07-29T15:46:20.332Z Compiling version_check v0.9.5
12722026-07-29T15:46:20.332Z Compiling memchr v2.8.0
12732026-07-29T15:46:20.332Z Compiling serde v1.0.228
12742026-07-29T15:46:20.332Z Compiling zmij v1.0.21
12752026-07-29T15:46:20.408Z Compiling itoa v1.0.17
12762026-07-29T15:46:20.412Z Compiling ucd-trie v0.1.7
12772026-07-29T15:46:20.416Z Compiling thiserror v1.0.69
12782026-07-29T15:46:20.420Z Compiling rustix v1.1.3
12792026-07-29T15:46:20.420Z Compiling byteorder v1.5.0
12802026-07-29T15:46:20.570Z Compiling bitflags v2.11.0
12812026-07-29T15:46:20.739Z Compiling serde_json v1.0.151
12822026-07-29T15:46:20.832Z Compiling usdt-impl v0.5.0
12832026-07-29T15:46:20.836Z Compiling proc-macro-error-attr v1.0.4
12842026-07-29T15:46:20.906Z Compiling camino v1.2.2
12852026-07-29T15:46:20.950Z Compiling syn v1.0.109
12862026-07-29T15:46:20.960Z Compiling pest v2.8.6
12872026-07-29T15:46:21.010Z Compiling proc-macro-error v1.0.4
12882026-07-29T15:46:21.054Z Compiling hashbrown v0.17.0
12892026-07-29T15:46:21.063Z Compiling getrandom v0.4.1
12902026-07-29T15:46:21.100Z Compiling equivalent v1.0.2
12912026-07-29T15:46:21.111Z Compiling plain v0.2.3
12922026-07-29T15:46:21.159Z Compiling utf8parse v0.2.2
12932026-07-29T15:46:21.199Z Compiling log v0.4.29
12942026-07-29T15:46:21.212Z Compiling autocfg v1.5.0
12952026-07-29T15:46:21.232Z Compiling is_terminal_polyfill v1.70.2
12962026-07-29T15:46:21.281Z Compiling anstyle-parse v1.0.0
12972026-07-29T15:46:21.303Z Compiling anstyle-query v1.1.5
12982026-07-29T15:46:21.314Z Compiling winnow v0.7.14
12992026-07-29T15:46:21.343Z Compiling toml_write v0.1.2
13002026-07-29T15:46:21.343Z Compiling cfg-if v1.0.4
13012026-07-29T15:46:21.363Z Compiling anstyle v1.0.14
13022026-07-29T15:46:21.404Z Compiling errno v0.3.14
13032026-07-29T15:46:21.420Z Compiling thread-id v4.2.2
13042026-07-29T15:46:21.431Z Compiling thiserror v2.0.18
13052026-07-29T15:46:21.443Z Compiling pretty-hex v0.4.1
13062026-07-29T15:46:21.454Z Compiling colorchoice v1.0.4
13072026-07-29T15:46:21.558Z Compiling indexmap v2.14.0
13082026-07-29T15:46:21.569Z Compiling anstream v1.0.0
13092026-07-29T15:46:21.583Z Compiling unicode-width v0.1.14
13102026-07-29T15:46:21.595Z Compiling once_cell v1.21.3
13112026-07-29T15:46:21.599Z Compiling fnv v1.0.7
13122026-07-29T15:46:21.632Z Compiling strsim v0.11.1
13132026-07-29T15:46:21.661Z Compiling fs-err v3.3.0
13142026-07-29T15:46:21.672Z Compiling anyhow v1.0.102
13152026-07-29T15:46:21.713Z Compiling bytecount v0.6.9
13162026-07-29T15:46:21.832Z Compiling syn v2.0.117
13172026-07-29T15:46:21.861Z Compiling heck v0.4.1
13182026-07-29T15:46:21.881Z Compiling heck v0.5.0
13192026-07-29T15:46:21.905Z Compiling fastrand v2.3.0
13202026-07-29T15:46:21.909Z Compiling clap_lex v1.0.0
13212026-07-29T15:46:22.004Z Compiling papergrid v0.11.0
13222026-07-29T15:46:22.112Z Compiling pest_meta v2.8.6
13232026-07-29T15:46:22.123Z Compiling memmap v0.7.0
13242026-07-29T15:46:22.137Z Compiling smawk v0.3.2
13252026-07-29T15:46:22.168Z Compiling unicode-width v0.2.0
13262026-07-29T15:46:22.190Z Compiling unicode-linebreak v0.1.5
13272026-07-29T15:46:22.287Z Compiling swrite v0.1.0
13282026-07-29T15:46:22.384Z Compiling terminal_size v0.4.3
13292026-07-29T15:46:22.384Z Compiling tempfile v3.25.0
13302026-07-29T15:46:22.483Z Compiling clap_builder v4.6.0
13312026-07-29T15:46:22.483Z Compiling textwrap v0.16.2
13322026-07-29T15:46:22.695Z Compiling cargo-platform v0.3.2
13332026-07-29T15:46:22.695Z Compiling semver v1.0.28
13342026-07-29T15:46:22.979Z Compiling camino-tempfile v1.4.1
13352026-07-29T15:46:23.296Z Compiling tabled_derive v0.7.0
13362026-07-29T15:46:24.005Z Compiling pest_generator v2.8.6
13372026-07-29T15:46:24.016Z Compiling tabled v0.15.0
13382026-07-29T15:46:24.494Z Compiling serde_derive v1.0.228
13392026-07-29T15:46:24.494Z Compiling thiserror-impl v1.0.69
13402026-07-29T15:46:24.498Z Compiling zerocopy-derive v0.7.35
13412026-07-29T15:46:24.498Z Compiling scroll_derive v0.12.1
13422026-07-29T15:46:24.498Z Compiling thiserror-impl v2.0.18
13432026-07-29T15:46:24.498Z Compiling clap_derive v4.6.1
13442026-07-29T15:46:24.525Z Compiling pest_derive v2.8.6
13452026-07-29T15:46:25.099Z Compiling scroll v0.12.0
13462026-07-29T15:46:25.148Z Compiling zerocopy v0.7.35
13472026-07-29T15:46:25.300Z Compiling goblin v0.8.2
13482026-07-29T15:46:25.475Z Compiling dtrace-parser v0.2.0
13492026-07-29T15:46:25.781Z Compiling clap v4.6.1
13502026-07-29T15:46:26.843Z Compiling toml_datetime v0.6.11
13512026-07-29T15:46:26.843Z Compiling serde_spanned v0.6.9
13522026-07-29T15:46:26.847Z Compiling macaddr v1.0.1
13532026-07-29T15:46:26.847Z Compiling cargo_metadata v0.23.1
13542026-07-29T15:46:26.847Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13552026-07-29T15:46:26.863Z Compiling dof v0.3.0
13562026-07-29T15:46:26.866Z Compiling serde_tokenstream v0.2.3
13572026-07-29T15:46:27.040Z Compiling toml_edit v0.22.27
13582026-07-29T15:46:27.540Z Compiling usdt-attr-macro v0.5.0
13592026-07-29T15:46:27.540Z Compiling usdt-macro v0.5.0
13602026-07-29T15:46:28.129Z Compiling usdt v0.5.0
13612026-07-29T15:46:28.306Z Compiling toml v0.8.23
13622026-07-29T15:46:28.628Z Compiling cargo_toml v0.21.0
13632026-07-29T15:46:29.907Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13642026-07-29T15:46:31.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.19s
13652026-07-29T15:46:32.011Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13662026-07-29T15:46:32.761Z Compiling libc v0.2.185
13672026-07-29T15:46:32.761Z Compiling serde_core v1.0.228
13682026-07-29T15:46:32.761Z Compiling serde v1.0.228
13692026-07-29T15:46:32.764Z Compiling log v0.4.29
13702026-07-29T15:46:32.764Z Compiling smallvec v1.15.1
13712026-07-29T15:46:32.764Z Compiling shlex v1.3.0
13722026-07-29T15:46:32.764Z Compiling find-msvc-tools v0.1.9
13732026-07-29T15:46:32.764Z Compiling subtle v2.6.1
13742026-07-29T15:46:32.765Z Compiling stable_deref_trait v1.2.1
13752026-07-29T15:46:32.916Z Compiling scopeguard v1.2.0
13762026-07-29T15:46:32.927Z Compiling typenum v1.20.1
13772026-07-29T15:46:32.931Z Compiling serde_json v1.0.151
13782026-07-29T15:46:32.963Z Compiling portable-atomic v1.13.1
13792026-07-29T15:46:32.967Z Compiling zerocopy v0.8.40
13802026-07-29T15:46:32.986Z Compiling syn v2.0.117
13812026-07-29T15:46:33.002Z Compiling pin-project-lite v0.2.17
13822026-07-29T15:46:33.015Z Compiling parking_lot_core v0.9.12
13832026-07-29T15:46:33.083Z Compiling lock_api v0.4.14
13842026-07-29T15:46:33.106Z Compiling critical-section v1.2.0
13852026-07-29T15:46:33.110Z Compiling pkg-config v0.3.32
13862026-07-29T15:46:33.164Z Compiling libm v0.2.16
13872026-07-29T15:46:33.194Z Compiling getrandom v0.4.1
13882026-07-29T15:46:33.199Z Compiling num-traits v0.2.19
13892026-07-29T15:46:33.232Z Compiling futures-core v0.3.32
13902026-07-29T15:46:33.236Z Compiling rand_core v0.10.0
13912026-07-29T15:46:33.250Z Compiling generic-array v0.14.7
13922026-07-29T15:46:33.277Z Compiling litemap v0.8.1
13932026-07-29T15:46:33.329Z Compiling const-oid v0.9.6
13942026-07-29T15:46:33.391Z Compiling percent-encoding v2.3.2
13952026-07-29T15:46:33.409Z Compiling writeable v0.6.2
13962026-07-29T15:46:33.464Z Compiling icu_normalizer_data v2.1.1
13972026-07-29T15:46:33.508Z Compiling icu_properties_data v2.1.2
13982026-07-29T15:46:33.512Z Compiling futures-sink v0.3.32
13992026-07-29T15:46:33.552Z Compiling slab v0.4.12
14002026-07-29T15:46:33.600Z Compiling futures-io v0.3.32
14012026-07-29T15:46:33.634Z Compiling futures-channel v0.3.32
14022026-07-29T15:46:33.648Z Compiling futures-task v0.3.32
14032026-07-29T15:46:33.652Z Compiling utf8_iter v1.0.4
14042026-07-29T15:46:33.675Z Compiling form_urlencoded v1.2.2
14052026-07-29T15:46:33.691Z Compiling rustversion v1.0.22
14062026-07-29T15:46:33.773Z Compiling getrandom v0.3.4
14072026-07-29T15:46:33.777Z Compiling rustix v1.1.3
14082026-07-29T15:46:33.807Z Compiling fs_extra v1.3.0
14092026-07-29T15:46:33.820Z Compiling ident_case v1.0.1
14102026-07-29T15:46:33.825Z Compiling dunce v1.0.5
14112026-07-29T15:46:33.848Z Compiling iana-time-zone v0.1.65
14122026-07-29T15:46:33.863Z Compiling regex-syntax v0.8.10
14132026-07-29T15:46:33.874Z Compiling jobserver v0.1.34
14142026-07-29T15:46:33.906Z Compiling errno v0.3.14
14152026-07-29T15:46:33.926Z Compiling getrandom v0.2.17
14162026-07-29T15:46:34.079Z Compiling signal-hook-registry v1.4.8
14172026-07-29T15:46:34.093Z Compiling rand_core v0.6.4
14182026-07-29T15:46:34.106Z Compiling cc v1.2.56
14192026-07-29T15:46:34.120Z Compiling once_cell v1.21.3
14202026-07-29T15:46:34.166Z Compiling mio v1.2.0
14212026-07-29T15:46:34.184Z Compiling parking_lot v0.12.5
14222026-07-29T15:46:34.199Z Compiling socket2 v0.6.3
14232026-07-29T15:46:34.289Z Compiling vcpkg v0.2.15
14242026-07-29T15:46:34.303Z Compiling base64ct v1.8.3
14252026-07-29T15:46:34.342Z Compiling base64 v0.22.1
14262026-07-29T15:46:34.387Z Compiling tracing-core v0.1.36
14272026-07-29T15:46:34.462Z Compiling aws-lc-rs v1.16.3
14282026-07-29T15:46:34.585Z Compiling pem-rfc7468 v0.7.0
14292026-07-29T15:46:34.614Z Compiling flagset v0.4.7
14302026-07-29T15:46:34.628Z Compiling rand_core v0.9.5
14312026-07-29T15:46:34.655Z Compiling dyn-clone v1.0.20
14322026-07-29T15:46:34.684Z Compiling tinyvec_macros v0.1.1
14332026-07-29T15:46:34.720Z Compiling schemars v0.8.22
14342026-07-29T15:46:34.720Z Compiling cmov v0.5.4
14352026-07-29T15:46:34.761Z Compiling openssl-probe v0.2.1
14362026-07-29T15:46:34.776Z Compiling httparse v1.10.1
14372026-07-29T15:46:34.780Z Compiling tinyvec v1.10.0
14382026-07-29T15:46:34.804Z Compiling aho-corasick v1.1.4
14392026-07-29T15:46:34.891Z Compiling cmake v0.1.57
14402026-07-29T15:46:34.910Z Compiling ctutils v0.4.2
14412026-07-29T15:46:34.925Z Compiling atomic-waker v1.1.2
14422026-07-29T15:46:34.941Z Compiling try-lock v0.2.5
14432026-07-29T15:46:34.967Z Compiling tower-service v0.3.3
14442026-07-29T15:46:34.971Z Compiling untrusted v0.7.1
14452026-07-29T15:46:34.999Z Compiling tower-layer v0.3.3
14462026-07-29T15:46:35.019Z Compiling foreign-types-shared v0.1.1
14472026-07-29T15:46:35.053Z Compiling want v0.3.1
14482026-07-29T15:46:35.077Z Compiling bitflags v2.11.0
14492026-07-29T15:46:35.077Z Compiling semver v1.0.28
14502026-07-29T15:46:35.115Z Compiling indexmap v2.14.0
14512026-07-29T15:46:35.115Z Compiling uuid v1.23.4
14522026-07-29T15:46:35.161Z Compiling cpufeatures v0.2.17
14532026-07-29T15:46:35.165Z Compiling httpdate v1.0.3
14542026-07-29T15:46:35.189Z Compiling untrusted v0.9.0
14552026-07-29T15:46:35.223Z Compiling rustls v0.23.41
14562026-07-29T15:46:35.239Z Compiling openssl v0.10.79
14572026-07-29T15:46:35.304Z Compiling rustc_version v0.4.1
14582026-07-29T15:46:35.324Z Compiling unicode-normalization v0.1.25
14592026-07-29T15:46:35.337Z Compiling foreign-types v0.3.2
14602026-07-29T15:46:35.407Z Compiling spin v0.9.8
14612026-07-29T15:46:35.422Z Compiling crc32fast v1.5.0
14622026-07-29T15:46:35.426Z Compiling num-conv v0.2.0
14632026-07-29T15:46:35.426Z Compiling powerfmt v0.2.0
14642026-07-29T15:46:35.487Z Compiling time-core v0.1.8
14652026-07-29T15:46:35.508Z Compiling native-tls v0.2.18
14662026-07-29T15:46:35.574Z Compiling wait-timeout v0.2.1
14672026-07-29T15:46:35.631Z Compiling regex-automata v0.4.14
14682026-07-29T15:46:35.643Z Compiling deranged v0.5.8
14692026-07-29T15:46:35.662Z Compiling time-macros v0.2.27
14702026-07-29T15:46:35.672Z Compiling sync_wrapper v1.0.2
14712026-07-29T15:46:35.690Z Compiling aws-lc-sys v0.40.0
14722026-07-29T15:46:35.708Z Compiling openssl-sys v0.9.115
14732026-07-29T15:46:35.731Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-07-29T15:46:35.795Z Compiling usdt-impl v0.6.0
14752026-07-29T15:46:35.838Z Compiling crossbeam-utils v0.8.21
14762026-07-29T15:46:35.858Z Compiling siphasher v1.0.2
14772026-07-29T15:46:35.858Z Compiling num_threads v0.1.7
14782026-07-29T15:46:35.862Z Compiling bit-vec v0.8.0
14792026-07-29T15:46:36.048Z Compiling synstructure v0.13.2
14802026-07-29T15:46:36.060Z Compiling serde_derive_internals v0.29.1
14812026-07-29T15:46:36.060Z Compiling pest_generator v2.8.6
14822026-07-29T15:46:36.108Z Compiling darling_core v0.20.11
14832026-07-29T15:46:36.132Z Compiling simd-adler32 v0.3.8
14842026-07-29T15:46:36.147Z Compiling tempfile v3.25.0
14852026-07-29T15:46:36.284Z Compiling syn v1.0.109
14862026-07-29T15:46:36.385Z Compiling quick-error v1.2.3
14872026-07-29T15:46:36.490Z Compiling rusty-fork v0.3.1
14882026-07-29T15:46:36.507Z Compiling bit-set v0.8.0
14892026-07-29T15:46:36.524Z Compiling darling_core v0.23.0
14902026-07-29T15:46:36.572Z Compiling bzip2-sys v0.1.13+1.0.8
14912026-07-29T15:46:36.664Z Compiling heapless v0.7.17
14922026-07-29T15:46:36.678Z Compiling slog v2.8.2
14932026-07-29T15:46:36.695Z Compiling rand_xorshift v0.4.0
14942026-07-29T15:46:36.737Z Compiling time v0.3.47
14952026-07-29T15:46:36.753Z Compiling thread-id v5.1.0
14962026-07-29T15:46:36.765Z Compiling cookie v0.18.1
14972026-07-29T15:46:36.818Z Compiling ryu v1.0.23
14982026-07-29T15:46:36.844Z Compiling unarray v0.1.4
14992026-07-29T15:46:36.870Z Compiling unicode-bidi v0.3.18
15002026-07-29T15:46:36.884Z Compiling zstd-safe v7.2.4
15012026-07-29T15:46:36.888Z Compiling adler2 v2.0.1
15022026-07-29T15:46:36.888Z Compiling signal-hook v0.3.18
15032026-07-29T15:46:36.929Z Compiling unicode-properties v0.1.4
15042026-07-29T15:46:36.941Z Compiling allocator-api2 v0.2.21
15052026-07-29T15:46:36.960Z Compiling paste v1.0.15
15062026-07-29T15:46:36.970Z Compiling iri-string v0.7.10
15072026-07-29T15:46:37.016Z Compiling anyhow v1.0.102
15082026-07-29T15:46:37.039Z Compiling miniz_oxide v0.8.9
15092026-07-29T15:46:37.206Z Compiling camino v1.2.2
15102026-07-29T15:46:37.292Z Compiling stringprep v0.1.5
15112026-07-29T15:46:37.425Z Compiling curve25519-dalek v4.1.3
15122026-07-29T15:46:37.576Z Compiling num-integer v0.1.46
15132026-07-29T15:46:37.582Z Compiling serde_derive v1.0.228
15142026-07-29T15:46:37.605Z Compiling zeroize_derive v1.5.0
15152026-07-29T15:46:37.673Z Compiling zerofrom-derive v0.1.6
15162026-07-29T15:46:37.745Z Compiling yoke-derive v0.8.1
15172026-07-29T15:46:37.778Z Compiling zerovec-derive v0.11.2
15182026-07-29T15:46:37.813Z Compiling displaydoc v0.2.5
15192026-07-29T15:46:37.913Z Compiling zerocopy-derive v0.8.40
15202026-07-29T15:46:37.928Z Compiling tokio-macros v2.7.0
15212026-07-29T15:46:38.268Z Compiling zeroize v1.9.0
15222026-07-29T15:46:38.339Z Compiling futures-macro v0.3.32
15232026-07-29T15:46:38.413Z Compiling der_derive v0.7.3
15242026-07-29T15:46:38.511Z Compiling thiserror-impl v2.0.18
15252026-07-29T15:46:38.582Z Compiling tracing-attributes v0.1.31
15262026-07-29T15:46:38.724Z Compiling rustls-pki-types v1.14.0
15272026-07-29T15:46:38.985Z Compiling schemars_derive v0.8.22
15282026-07-29T15:46:39.004Z Compiling hybrid-array v0.4.13
15292026-07-29T15:46:39.085Z Compiling pest_derive v2.8.6
15302026-07-29T15:46:39.136Z Compiling zerofrom v0.1.6
15312026-07-29T15:46:39.165Z Compiling crypto-common v0.1.7
15322026-07-29T15:46:39.210Z Compiling block-buffer v0.10.4
15332026-07-29T15:46:39.224Z Compiling futures-util v0.3.32
15342026-07-29T15:46:39.278Z Compiling yoke v0.8.1
15352026-07-29T15:46:39.324Z Compiling scroll_derive v0.13.1
15362026-07-29T15:46:39.398Z Compiling digest v0.10.7
15372026-07-29T15:46:39.482Z Compiling zerovec v0.11.5
15382026-07-29T15:46:39.510Z Compiling zerotrie v0.2.3
15392026-07-29T15:46:39.573Z Compiling der v0.7.10
15402026-07-29T15:46:39.672Z Compiling darling_macro v0.20.11
15412026-07-29T15:46:39.818Z Compiling openssl-macros v0.1.1
15422026-07-29T15:46:39.831Z Compiling sha2 v0.10.9
15432026-07-29T15:46:39.835Z Compiling hmac v0.12.1
15442026-07-29T15:46:39.920Z Compiling thiserror v2.0.18
15452026-07-29T15:46:39.956Z Compiling tracing v0.1.44
15462026-07-29T15:46:40.009Z Compiling tinystr v0.8.2
15472026-07-29T15:46:40.041Z Compiling potential_utf v0.1.4
15482026-07-29T15:46:40.044Z Compiling dtrace-parser v0.3.0
15492026-07-29T15:46:40.192Z Compiling icu_locale_core v2.1.1
15502026-07-29T15:46:40.217Z Compiling icu_collections v2.1.1
15512026-07-29T15:46:40.231Z Compiling scroll v0.13.0
15522026-07-29T15:46:40.251Z Compiling darling v0.20.11
15532026-07-29T15:46:40.251Z Compiling thiserror-impl v1.0.69
15542026-07-29T15:46:40.306Z Compiling scroll_derive v0.12.1
15552026-07-29T15:46:40.347Z Compiling derive_builder_core v0.20.2
15562026-07-29T15:46:40.522Z Compiling spki v0.7.3
15572026-07-29T15:46:40.720Z Compiling pkcs8 v0.10.2
15582026-07-29T15:46:40.750Z Compiling goblin v0.10.5
15592026-07-29T15:46:40.835Z Compiling icu_provider v2.1.1
15602026-07-29T15:46:40.857Z Compiling block-padding v0.4.2
15612026-07-29T15:46:41.002Z Compiling block-buffer v0.12.1
15622026-07-29T15:46:41.016Z Compiling scroll v0.12.0
15632026-07-29T15:46:41.037Z Compiling crypto-common v0.2.2
15642026-07-29T15:46:41.106Z Compiling bytes v1.11.1
15652026-07-29T15:46:41.155Z Compiling icu_normalizer v2.1.1
15662026-07-29T15:46:41.173Z Compiling icu_properties v2.1.2
15672026-07-29T15:46:41.190Z Compiling chrono v0.4.45
15682026-07-29T15:46:41.203Z Compiling ipnet v2.11.0
15692026-07-29T15:46:41.220Z Compiling erased-serde v0.3.31
15702026-07-29T15:46:41.237Z Compiling derive_builder_macro v0.20.2
15712026-07-29T15:46:41.300Z Compiling serde_spanned v0.6.9
15722026-07-29T15:46:41.458Z Compiling hex v0.4.3
15732026-07-29T15:46:41.561Z Compiling thiserror v1.0.69
15742026-07-29T15:46:41.596Z Compiling tokio v1.52.1
15752026-07-29T15:46:41.676Z Compiling http v1.4.2
15762026-07-29T15:46:41.724Z Compiling serde_tokenstream v0.2.3
15772026-07-29T15:46:41.738Z Compiling serde_urlencoded v0.7.1
15782026-07-29T15:46:41.743Z Compiling toml_datetime v0.6.11
15792026-07-29T15:46:41.743Z Compiling md-5 v0.10.6
15802026-07-29T15:46:41.776Z Compiling signature v2.2.0
15812026-07-29T15:46:41.780Z Compiling darling_macro v0.23.0
15822026-07-29T15:46:41.928Z Compiling rustls-native-certs v0.8.3
15832026-07-29T15:46:41.974Z Compiling bstr v1.12.1
15842026-07-29T15:46:41.988Z Compiling async-trait v0.1.89
15852026-07-29T15:46:42.028Z Compiling idna_adapter v1.2.1
15862026-07-29T15:46:42.045Z Compiling zerocopy-derive v0.7.35
15872026-07-29T15:46:42.177Z Compiling idna v1.1.0
15882026-07-29T15:46:42.223Z Compiling pin-project-internal v1.1.11
15892026-07-29T15:46:42.291Z Compiling vergen-lib v9.1.0
15902026-07-29T15:46:42.316Z Compiling http-body v1.0.1
15912026-07-29T15:46:42.487Z Compiling ppv-lite86 v0.2.21
15922026-07-29T15:46:42.503Z Compiling url v2.5.8
15932026-07-29T15:46:42.590Z Compiling http-body-util v0.1.3
15942026-07-29T15:46:42.593Z Compiling hash32 v0.2.1
15952026-07-29T15:46:42.629Z Compiling memoffset v0.9.1
15962026-07-29T15:46:42.762Z Compiling encoding_rs v0.8.35
15972026-07-29T15:46:42.806Z Compiling rand_chacha v0.9.0
15982026-07-29T15:46:42.832Z Compiling rand_chacha v0.3.1
15992026-07-29T15:46:42.846Z Compiling ref-cast v1.0.25
16002026-07-29T15:46:42.850Z Compiling cfg_aliases v0.2.1
16012026-07-29T15:46:42.850Z Compiling fallible-iterator v0.2.0
16022026-07-29T15:46:42.899Z Compiling num-bigint-dig v0.8.6
16032026-07-29T15:46:42.946Z Compiling smoltcp v0.9.1
16042026-07-29T15:46:42.959Z Compiling zlib-rs v0.6.2
16052026-07-29T15:46:43.028Z Compiling rand v0.9.2
16062026-07-29T15:46:43.170Z Compiling rustix v0.38.44
16072026-07-29T15:46:43.211Z Compiling mime v0.3.17
16082026-07-29T15:46:43.269Z Compiling psl-types v2.0.11
16092026-07-29T15:46:43.293Z Compiling litrs v1.0.0
16102026-07-29T15:46:43.366Z Compiling pin-project v1.1.11
16112026-07-29T15:46:43.384Z Compiling publicsuffix v2.3.0
16122026-07-29T15:46:43.427Z Compiling dof v0.4.0
16132026-07-29T15:46:43.479Z Compiling rand v0.8.6
16142026-07-29T15:46:43.480Z Compiling zerocopy v0.7.35
16152026-07-29T15:46:43.518Z Compiling nix v0.31.2
16162026-07-29T15:46:43.620Z Compiling proptest v1.11.0
16172026-07-29T15:46:43.691Z Compiling postgres-protocol v0.6.10
16182026-07-29T15:46:43.881Z Compiling document-features v0.2.12
16192026-07-29T15:46:43.900Z Compiling darling v0.23.0
16202026-07-29T15:46:43.914Z Compiling derive_builder v0.20.2
16212026-07-29T15:46:43.993Z Compiling ipnetwork v0.21.1
16222026-07-29T15:46:44.075Z Compiling futures-executor v0.3.32
16232026-07-29T15:46:44.158Z Compiling goblin v0.8.2
16242026-07-29T15:46:44.280Z Compiling oxnet v0.1.6
16252026-07-29T15:46:44.365Z Compiling hubpack_derive v0.1.1
16262026-07-29T15:46:44.380Z Compiling inout v0.2.2
16272026-07-29T15:46:44.494Z Compiling regex v1.12.3
16282026-07-29T15:46:44.527Z Compiling num-iter v0.1.45
16292026-07-29T15:46:44.545Z Compiling ref-cast-impl v1.0.25
16302026-07-29T15:46:44.572Z Compiling strum_macros v0.27.2
16312026-07-29T15:46:44.634Z Compiling daft-derive v0.1.7
16322026-07-29T15:46:44.661Z Compiling curve25519-dalek-derive v0.1.1
16332026-07-29T15:46:44.688Z Compiling snafu-derive v0.8.9
16342026-07-29T15:46:44.939Z Compiling terminal_size v0.4.3
16352026-07-29T15:46:44.954Z Compiling phf_shared v0.13.1
16362026-07-29T15:46:45.083Z Compiling lazy_static v1.5.0
16372026-07-29T15:46:45.098Z Compiling cargo-platform v0.3.2
16382026-07-29T15:46:45.114Z Compiling anstyle-parse v0.2.7
16392026-07-29T15:46:45.133Z Compiling vergen v9.1.0
16402026-07-29T15:46:45.187Z Compiling ff v0.13.1
16412026-07-29T15:46:45.202Z Compiling fs-err v3.3.0
16422026-07-29T15:46:45.217Z Compiling ahash v0.8.12
16432026-07-29T15:46:45.323Z Compiling base16ct v0.2.0
16442026-07-29T15:46:45.336Z Compiling same-file v1.0.6
16452026-07-29T15:46:45.353Z Compiling libbz2-rs-sys v0.2.2
16462026-07-29T15:46:45.357Z Compiling bumpalo v3.20.2
16472026-07-29T15:46:45.378Z Compiling winnow v0.5.40
16482026-07-29T15:46:45.391Z Compiling object v0.37.3
16492026-07-29T15:46:45.394Z Compiling foldhash v0.2.0
16502026-07-29T15:46:45.417Z Compiling managed v0.8.0
16512026-07-29T15:46:45.443Z Compiling bitflags v1.3.2
16522026-07-29T15:46:45.517Z Compiling tokio-util v0.7.18
16532026-07-29T15:46:45.533Z Compiling tower v0.5.3
16542026-07-29T15:46:45.533Z Compiling tokio-native-tls v0.3.1
16552026-07-29T15:46:45.615Z Compiling foldhash v0.1.5
16562026-07-29T15:46:45.638Z Compiling unicode-segmentation v1.12.0
16572026-07-29T15:46:45.726Z Compiling hashbrown v0.16.1
16582026-07-29T15:46:45.740Z Compiling hashbrown v0.15.5
16592026-07-29T15:46:45.799Z Compiling bzip2 v0.6.1
16602026-07-29T15:46:46.018Z Compiling tower-http v0.6.8
16612026-07-29T15:46:46.033Z Compiling flate2 v1.1.9
16622026-07-29T15:46:46.045Z Compiling zopfli v0.8.3
16632026-07-29T15:46:46.061Z Compiling sec1 v0.7.3
16642026-07-29T15:46:46.268Z Compiling h2 v0.4.15
16652026-07-29T15:46:46.305Z Compiling newtype-uuid v1.3.2
16662026-07-29T15:46:46.337Z Compiling walkdir v2.5.0
16672026-07-29T15:46:46.450Z Compiling dof v0.3.0
16682026-07-29T15:46:46.500Z Compiling clap_builder v4.6.0
16692026-07-29T15:46:46.525Z Compiling daft v0.1.7
16702026-07-29T15:46:46.577Z Compiling group v0.13.0
16712026-07-29T15:46:46.604Z Compiling strum v0.27.2
16722026-07-29T15:46:46.652Z Compiling snafu v0.8.9
16732026-07-29T15:46:46.668Z Compiling cargo_metadata v0.23.1
16742026-07-29T15:46:46.684Z Compiling toml_edit v0.19.15
16752026-07-29T15:46:46.722Z Compiling anstream v0.6.21
16762026-07-29T15:46:46.775Z Compiling phf v0.13.1
16772026-07-29T15:46:46.841Z Compiling usdt-attr-macro v0.6.0
16782026-07-29T15:46:46.939Z Compiling usdt-macro v0.6.0
16792026-07-29T15:46:46.940Z Compiling signal-hook-mio v0.2.5
16802026-07-29T15:46:47.042Z Compiling hubpack v0.1.2
16812026-07-29T15:46:47.086Z Compiling cookie_store v0.22.1
16822026-07-29T15:46:47.194Z Compiling cipher v0.5.2
16832026-07-29T15:46:47.272Z Compiling bzip2 v0.4.4
16842026-07-29T15:46:47.404Z Compiling futures v0.3.32
16852026-07-29T15:46:47.464Z Compiling postgres-types v0.2.12
16862026-07-29T15:46:47.496Z Compiling zstd v0.13.3
16872026-07-29T15:46:47.520Z Compiling serde_with_macros v3.21.0
16882026-07-29T15:46:47.696Z Compiling globset v0.4.18
16892026-07-29T15:46:47.741Z Compiling ed25519 v2.2.3
16902026-07-29T15:46:47.754Z Compiling dtrace-parser v0.2.0
16912026-07-29T15:46:47.779Z Compiling serde_plain v1.0.2
16922026-07-29T15:46:47.793Z Compiling olpc-cjson v0.1.4
16932026-07-29T15:46:47.964Z Compiling serde-big-array v0.5.1
16942026-07-29T15:46:47.989Z Compiling pkcs1 v0.7.5
16952026-07-29T15:46:48.047Z Compiling hkdf v0.12.4
16962026-07-29T15:46:48.061Z Compiling crypto-bigint v0.5.5
16972026-07-29T15:46:48.130Z Compiling async-recursion v1.1.1
16982026-07-29T15:46:48.230Z Compiling strum_macros v0.26.4
16992026-07-29T15:46:48.378Z Compiling serde_repr v0.1.20
17002026-07-29T15:46:48.404Z Compiling clap_derive v4.6.1
17012026-07-29T15:46:48.501Z Compiling enum-as-inner v0.6.1
17022026-07-29T15:46:48.708Z Compiling phf_shared v0.11.3
17032026-07-29T15:46:48.723Z Compiling float-cmp v0.10.0
17042026-07-29T15:46:48.739Z Compiling pem v3.0.6
17052026-07-29T15:46:48.872Z Compiling thread-id v4.2.2
17062026-07-29T15:46:48.897Z Compiling memmap2 v0.9.10
17072026-07-29T15:46:48.917Z Compiling env_filter v1.0.0
17082026-07-29T15:46:48.970Z Compiling static_assertions v1.1.0
17092026-07-29T15:46:48.984Z Compiling typed-path v0.9.3
17102026-07-29T15:46:49.056Z Compiling cpufeatures v0.3.0
17112026-07-29T15:46:49.083Z Compiling fixedbitset v0.4.2
17122026-07-29T15:46:49.097Z Compiling const-oid v0.10.2
17132026-07-29T15:46:49.135Z Compiling keccak v0.1.6
17142026-07-29T15:46:49.149Z Compiling difflib v0.4.0
17152026-07-29T15:46:49.233Z Compiling data-encoding v2.10.0
17162026-07-29T15:46:49.312Z Compiling predicates-core v1.0.10
17172026-07-29T15:46:49.316Z Compiling jiff v0.2.21
17182026-07-29T15:46:49.396Z Compiling fixedbitset v0.5.7
17192026-07-29T15:46:49.420Z Compiling new_debug_unreachable v1.0.6
17202026-07-29T15:46:49.504Z Compiling hyper v1.10.1
17212026-07-29T15:46:49.519Z Compiling either v1.15.0
17222026-07-29T15:46:49.535Z Compiling precomputed-hash v0.1.1
17232026-07-29T15:46:49.644Z Compiling winnow v1.0.3
17242026-07-29T15:46:49.720Z Compiling normalize-line-endings v0.3.0
17252026-07-29T15:46:49.734Z Compiling whoami v2.1.0
17262026-07-29T15:46:49.749Z Compiling toml_edit v0.22.27
17272026-07-29T15:46:49.829Z Compiling predicates v3.1.4
17282026-07-29T15:46:49.907Z Compiling itertools v0.13.0
17292026-07-29T15:46:49.972Z Compiling tokio-postgres v0.7.16
17302026-07-29T15:46:50.029Z Compiling toml_parser v1.1.2+spec-1.1.0
17312026-07-29T15:46:50.048Z Compiling strum v0.26.3
17322026-07-29T15:46:50.145Z Compiling string_cache v0.8.9
17332026-07-29T15:46:50.194Z Compiling petgraph v0.8.3
17342026-07-29T15:46:50.225Z Compiling hickory-proto v0.25.2
17352026-07-29T15:46:50.246Z Compiling sha3 v0.10.8
17362026-07-29T15:46:50.266Z Compiling clap v4.6.1
17372026-07-29T15:46:50.360Z Compiling digest v0.11.3
17382026-07-29T15:46:50.388Z Compiling petgraph v0.6.5
17392026-07-29T15:46:50.508Z Compiling chacha20 v0.10.0
17402026-07-29T15:46:50.538Z Compiling env_logger v0.11.9
17412026-07-29T15:46:50.607Z Compiling usdt v0.6.0
17422026-07-29T15:46:50.691Z Compiling hyper-util v0.1.20
17432026-07-29T15:46:50.718Z Compiling elliptic-curve v0.13.8
17442026-07-29T15:46:50.898Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-07-29T15:46:50.913Z Compiling usdt-impl v0.5.0
17462026-07-29T15:46:50.913Z Compiling serde_with v3.21.0
17472026-07-29T15:46:51.142Z Compiling crossterm v0.28.1
17482026-07-29T15:46:51.168Z Compiling rsa v0.9.10
17492026-07-29T15:46:51.203Z Compiling toml v0.7.8
17502026-07-29T15:46:51.509Z Compiling ed25519-dalek v2.2.0
17512026-07-29T15:46:52.098Z Compiling zip v4.6.1
17522026-07-29T15:46:52.242Z Compiling hyper-tls v0.6.0
17532026-07-29T15:46:52.270Z Compiling zip v0.6.6
17542026-07-29T15:46:52.311Z Compiling iddqd v0.4.2
17552026-07-29T15:46:52.467Z Compiling reqwest v0.12.28
17562026-07-29T15:46:52.516Z Compiling tokio-stream v0.1.18
17572026-07-29T15:46:52.533Z Compiling heck v0.4.1
17582026-07-29T15:46:52.756Z Compiling similar v2.7.0
17592026-07-29T15:46:52.788Z Compiling buf-list v1.1.2
17602026-07-29T15:46:52.791Z Compiling byte-wrapper v0.1.0
17612026-07-29T15:46:52.856Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-07-29T15:46:52.988Z Compiling openapiv3 v2.2.0
17632026-07-29T15:46:53.059Z Compiling x509-cert v0.2.5
17642026-07-29T15:46:53.088Z Compiling crossbeam-epoch v0.9.18
17652026-07-29T15:46:53.160Z Compiling peg-runtime v0.8.5
17662026-07-29T15:46:53.178Z Compiling lalrpop-util v0.19.12
17672026-07-29T15:46:53.385Z Compiling thread_local v1.1.9
17682026-07-29T15:46:53.431Z Compiling slog-async v2.8.0
17692026-07-29T15:46:53.455Z Compiling crossbeam-channel v0.5.15
17702026-07-29T15:46:53.554Z Compiling is-terminal v0.4.17
17712026-07-29T15:46:53.581Z Compiling filetime v0.2.27
17722026-07-29T15:46:53.597Z Compiling take_mut v0.2.2
17732026-07-29T15:46:53.676Z Compiling xattr v1.6.1
17742026-07-29T15:46:53.679Z Compiling term v1.2.1
17752026-07-29T15:46:53.710Z Compiling camino-tempfile v1.4.1
17762026-07-29T15:46:53.810Z Compiling tar v0.4.46
17772026-07-29T15:46:54.002Z Compiling slog-term v2.9.2
17782026-07-29T15:47:11.835Z Compiling rustls-webpki v0.103.13
17792026-07-29T15:47:14.513Z Compiling tokio-rustls v0.26.4
17802026-07-29T15:47:14.513Z Compiling rustls-platform-verifier v0.6.2
17812026-07-29T15:47:14.513Z Compiling tough v0.22.0
17822026-07-29T15:47:14.712Z Compiling hyper-rustls v0.27.7
17832026-07-29T15:47:14.908Z Compiling reqwest v0.13.2
17842026-07-29T15:47:17.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-07-29T15:47:17.292Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-07-29T15:47:20.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.14s
17872026-07-29T15:47:20.321Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-07-29T15:47:20.373ZJul 29 15:47:19.174 INFO Starting download, target: Clickhouse
17892026-07-29T15:47:20.373ZJul 29 15:47:19.174 INFO Starting download, target: Cockroach
17902026-07-29T15:47:20.373ZJul 29 15:47:19.174 INFO Starting download, target: DendriteStub
17912026-07-29T15:47:20.373ZJul 29 15:47:19.174 INFO Starting download, target: Console
17922026-07-29T15:47:20.377ZJul 29 15:47:19.174 INFO Starting download, target: MaghemiteMgd
17932026-07-29T15:47:20.377ZJul 29 15:47:19.174 INFO Starting download, target: MaghemiteDdmd
17942026-07-29T15:47:20.377ZJul 29 15:47:19.174 INFO Starting download, target: TransceiverControl
17952026-07-29T15:47:20.377ZJul 29 15:47:19.174 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-07-29T15:47:20.377ZJul 29 15:47:19.175 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-07-29T15:47:20.377ZJul 29 15:47:19.175 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-07-29T15:47:20.377ZJul 29 15:47:19.175 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-07-29T15:47:20.377ZJul 29 15:47:19.175 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-07-29T15:47:20.377ZJul 29 15:47:19.175 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-07-29T15:47:20.377ZJul 29 15:47:19.175 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-07-29T15:47:21.015ZJul 29 15:47:19.811 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-07-29T15:47:21.224ZJul 29 15:47:20.026 INFO Download complete, target: TransceiverControl
18042026-07-29T15:47:22.274ZJul 29 15:47:21.066 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-07-29T15:47:22.530ZJul 29 15:47:21.326 INFO Download complete, target: Console
18062026-07-29T15:47:22.943ZJul 29 15:47:21.739 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-07-29T15:47:22.996ZJul 29 15:47:21.795 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-07-29T15:47:23.270ZJul 29 15:47:22.069 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-07-29T15:47:23.500ZJul 29 15:47:22.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18102026-07-29T15:47:23.749ZJul 29 15:47:22.551 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-07-29T15:47:23.749ZJul 29 15:47:22.551 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-07-29T15:47:25.042ZJul 29 15:47:23.843 INFO Download complete, target: MaghemiteDdmd
18132026-07-29T15:47:25.504ZJul 29 15:47:24.306 INFO Download complete, target: DendriteStub
18142026-07-29T15:47:26.112ZJul 29 15:47:24.914 INFO Download complete, target: MaghemiteMgd
18152026-07-29T15:47:28.512ZJul 29 15:47:27.299 INFO Checking that binary works, target: Cockroach
18162026-07-29T15:47:28.676ZJul 29 15:47:27.418 INFO Download complete, target: Cockroach
18172026-07-29T15:47:30.073ZJul 29 15:47:28.869 INFO Checking that binary works, target: Clickhouse
18182026-07-29T15:47:30.153ZJul 29 15:47:28.952 INFO Download complete, target: Clickhouse
18192026-07-29T15:47:30.165ZAll prerequisites installed successfully
18202026-07-29T15:47:30.165Z
18212026-07-29T15:47:30.165Zreal 1:24.774481507
18222026-07-29T15:47:30.165Zuser 6:31.896638567
18232026-07-29T15:47:30.165Zsys 1:33.173038711
18242026-07-29T15:47:30.165Ztrap 0.234586212
18252026-07-29T15:47:30.165Ztflt 1.022156763
18262026-07-29T15:47:30.165Zdflt 1.817719106
18272026-07-29T15:47:30.165Zkflt 0.022637384
18282026-07-29T15:47:30.165Zlock 24:26.434182101
18292026-07-29T15:47:30.165Zslp 17:23.304304696
18302026-07-29T15:47:30.166Zlat 20.084894045
18312026-07-29T15:47:30.166Zstop 2:36.612905385
18322026-07-29T15:47:30.166Z+ source ./tools/include/force-git-over-https.sh
18332026-07-29T15:47:30.166Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18342026-07-29T15:47:30.166Z++ (( i = 0 ))
18352026-07-29T15:47:30.166Z++ (( i < 5 ))
18362026-07-29T15:47:30.166Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18372026-07-29T15:47:30.166Z++ (( i++ ))
18382026-07-29T15:47:30.166Z++ (( i < 5 ))
18392026-07-29T15:47:30.166Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18402026-07-29T15:47:30.171Z++ (( i++ ))
18412026-07-29T15:47:30.171Z++ (( i < 5 ))
18422026-07-29T15:47:30.171Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18432026-07-29T15:47:30.171Z++ (( i++ ))
18442026-07-29T15:47:30.171Z++ (( i < 5 ))
18452026-07-29T15:47:30.171Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18462026-07-29T15:47:30.171Z++ (( i++ ))
18472026-07-29T15:47:30.171Z++ (( i < 5 ))
18482026-07-29T15:47:30.171Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18492026-07-29T15:47:30.175Z++ (( i++ ))
18502026-07-29T15:47:30.175Z++ (( i < 5 ))
18512026-07-29T15:47:30.176Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18522026-07-29T15:47:30.176Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18532026-07-29T15:47:30.176Z+ rc=0
18542026-07-29T15:47:30.176Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18552026-07-29T15:47:36.631Z+ case $rc in
18562026-07-29T15:47:36.631Z+ pfexec zfs create -p rpool/images/build/host
18572026-07-29T15:47:36.835Z+ pfexec zfs create -p rpool/images/build/recovery
18582026-07-29T15:47:36.901Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18592026-07-29T15:47:37.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18602026-07-29T15:47:37.361Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18612026-07-29T15:47:38.203Z Compiling proc-macro2 v1.0.106
18622026-07-29T15:47:38.204Z Compiling quote v1.0.45
18632026-07-29T15:47:38.204Z Compiling unicode-ident v1.0.24
18642026-07-29T15:47:38.210Z Compiling libc v0.2.185
18652026-07-29T15:47:38.210Z Compiling serde_core v1.0.228
18662026-07-29T15:47:38.210Z Compiling serde v1.0.228
18672026-07-29T15:47:38.210Z Compiling cfg-if v1.0.4
18682026-07-29T15:47:38.210Z Compiling find-msvc-tools v0.1.9
18692026-07-29T15:47:38.211Z Compiling shlex v1.3.0
18702026-07-29T15:47:38.211Z Compiling version_check v0.9.5
18712026-07-29T15:47:38.211Z Compiling autocfg v1.5.0
18722026-07-29T15:47:38.344Z Compiling zmij v1.0.21
18732026-07-29T15:47:38.347Z Compiling memchr v2.8.0
18742026-07-29T15:47:38.347Z Compiling zerocopy v0.8.40
18752026-07-29T15:47:38.348Z Compiling portable-atomic v1.13.1
18762026-07-29T15:47:38.533Z Compiling serde_json v1.0.151
18772026-07-29T15:47:38.613Z Compiling getrandom v0.4.1
18782026-07-29T15:47:38.654Z Compiling libm v0.2.16
18792026-07-29T15:47:38.728Z Compiling parking_lot_core v0.9.12
18802026-07-29T15:47:38.780Z Compiling icu_properties_data v2.1.2
18812026-07-29T15:47:38.857Z Compiling icu_normalizer_data v2.1.1
18822026-07-29T15:47:38.857Z Compiling smallvec v1.15.1
18832026-07-29T15:47:38.857Z Compiling generic-array v0.14.7
18842026-07-29T15:47:38.879Z Compiling num-traits v0.2.19
18852026-07-29T15:47:38.905Z Compiling pkg-config v0.3.32
18862026-07-29T15:47:38.971Z Compiling itoa v1.0.17
18872026-07-29T15:47:38.987Z Compiling log v0.4.29
18882026-07-29T15:47:38.987Z Compiling subtle v2.6.1
18892026-07-29T15:47:39.032Z Compiling getrandom v0.3.4
18902026-07-29T15:47:39.095Z Compiling scopeguard v1.2.0
18912026-07-29T15:47:39.149Z Compiling rustix v1.1.3
18922026-07-29T15:47:39.179Z Compiling stable_deref_trait v1.2.1
18932026-07-29T15:47:39.231Z Compiling lock_api v0.4.14
18942026-07-29T15:47:39.264Z Compiling typenum v1.20.1
18952026-07-29T15:47:39.286Z Compiling heck v0.5.0
18962026-07-29T15:47:39.324Z Compiling jobserver v0.1.34
18972026-07-29T15:47:39.337Z Compiling errno v0.3.14
18982026-07-29T15:47:39.350Z Compiling critical-section v1.2.0
18992026-07-29T15:47:39.483Z Compiling dunce v1.0.5
19002026-07-29T15:47:39.496Z Compiling rand_core v0.10.0
19012026-07-29T15:47:39.522Z Compiling fs_extra v1.3.0
19022026-07-29T15:47:39.533Z Compiling cc v1.2.56
19032026-07-29T15:47:39.533Z Compiling thiserror v2.0.18
19042026-07-29T15:47:39.589Z Compiling syn v2.0.117
19052026-07-29T15:47:39.715Z Compiling pin-project-lite v0.2.17
19062026-07-29T15:47:39.761Z Compiling percent-encoding v2.3.2
19072026-07-29T15:47:39.795Z Compiling once_cell v1.21.3
19082026-07-29T15:47:39.814Z Compiling writeable v0.6.2
19092026-07-29T15:47:39.830Z Compiling litemap v0.8.1
19102026-07-29T15:47:39.845Z Compiling rustversion v1.0.22
19112026-07-29T15:47:39.889Z Compiling getrandom v0.2.17
19122026-07-29T15:47:39.948Z Compiling schemars v0.8.22
19132026-07-29T15:47:40.073Z Compiling rand_core v0.6.4
19142026-07-29T15:47:40.090Z Compiling futures-core v0.3.32
19152026-07-29T15:47:40.090Z Compiling equivalent v1.0.2
19162026-07-29T15:47:40.188Z Compiling aws-lc-rs v1.16.3
19172026-07-29T15:47:40.245Z Compiling signal-hook-registry v1.4.8
19182026-07-29T15:47:40.258Z Compiling httparse v1.10.1
19192026-07-29T15:47:40.270Z Compiling mio v1.2.0
19202026-07-29T15:47:40.314Z Compiling cmake v0.1.57
19212026-07-29T15:47:40.374Z Compiling const-oid v0.9.6
19222026-07-29T15:47:40.488Z Compiling semver v1.0.28
19232026-07-29T15:47:40.615Z Compiling bitflags v2.11.0
19242026-07-29T15:47:40.680Z Compiling parking_lot v0.12.5
19252026-07-29T15:47:40.762Z Compiling vcpkg v0.2.15
19262026-07-29T15:47:40.779Z Compiling crc32fast v1.5.0
19272026-07-29T15:47:40.780Z Compiling utf8_iter v1.0.4
19282026-07-29T15:47:40.842Z Compiling aws-lc-sys v0.40.0
19292026-07-29T15:47:40.981Z Compiling form_urlencoded v1.2.2
19302026-07-29T15:47:41.053Z Compiling socket2 v0.6.3
19312026-07-29T15:47:41.182Z Compiling hashbrown v0.17.0
19322026-07-29T15:47:41.322Z Compiling openssl-sys v0.9.115
19332026-07-29T15:47:41.360Z Compiling fnv v1.0.7
19342026-07-29T15:47:41.637Z Compiling futures-sink v0.3.32
19352026-07-29T15:47:41.664Z Compiling rustls v0.23.41
19362026-07-29T15:47:41.732Z Compiling futures-channel v0.3.32
19372026-07-29T15:47:41.791Z Compiling indexmap v2.14.0
19382026-07-29T15:47:41.799Z Compiling byteorder v1.5.0
19392026-07-29T15:47:41.799Z Compiling futures-task v0.3.32
19402026-07-29T15:47:41.879Z Compiling futures-io v0.3.32
19412026-07-29T15:47:41.891Z Compiling slab v0.4.12
19422026-07-29T15:47:41.953Z Compiling strsim v0.11.1
19432026-07-29T15:47:41.974Z Compiling iana-time-zone v0.1.65
19442026-07-29T15:47:42.054Z Compiling rustc_version v0.4.1
19452026-07-29T15:47:42.085Z Compiling thiserror v1.0.69
19462026-07-29T15:47:42.133Z Compiling syn v1.0.109
19472026-07-29T15:47:42.140Z Compiling ucd-trie v0.1.7
19482026-07-29T15:47:42.140Z Compiling base64 v0.22.1
19492026-07-29T15:47:42.319Z Compiling pest v2.8.6
19502026-07-29T15:47:42.396Z Compiling num-conv v0.2.0
19512026-07-29T15:47:42.409Z Compiling ident_case v1.0.1
19522026-07-29T15:47:42.436Z Compiling synstructure v0.13.2
19532026-07-29T15:47:42.451Z Compiling serde_derive_internals v0.29.1
19542026-07-29T15:47:42.540Z Compiling time-core v0.1.8
19552026-07-29T15:47:42.551Z Compiling openssl v0.10.79
19562026-07-29T15:47:42.619Z Compiling uuid v1.23.4
19572026-07-29T15:47:42.633Z Compiling bzip2-sys v0.1.13+1.0.8
19582026-07-29T15:47:42.740Z Compiling paste v1.0.15
19592026-07-29T15:47:42.758Z Compiling time-macros v0.2.27
19602026-07-29T15:47:42.817Z Compiling native-tls v0.2.18
19612026-07-29T15:47:42.861Z Compiling regex-syntax v0.8.10
19622026-07-29T15:47:42.968Z Compiling fastrand v2.3.0
19632026-07-29T15:47:43.086Z Compiling rand_core v0.9.5
19642026-07-29T15:47:43.205Z Compiling slog v2.8.2
19652026-07-29T15:47:43.229Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19662026-07-29T15:47:43.312Z Compiling dyn-clone v1.0.20
19672026-07-29T15:47:43.345Z Compiling base64ct v1.8.3
19682026-07-29T15:47:43.364Z Compiling crossbeam-utils v0.8.21
19692026-07-29T15:47:43.400Z Compiling camino v1.2.2
19702026-07-29T15:47:43.447Z Compiling num-bigint-dig v0.8.6
19712026-07-29T15:47:43.489Z Compiling pest_meta v2.8.6
19722026-07-29T15:47:43.645Z Compiling pem-rfc7468 v0.7.0
19732026-07-29T15:47:43.665Z Compiling ahash v0.8.12
19742026-07-29T15:47:43.701Z Compiling flagset v0.4.7
19752026-07-29T15:47:43.705Z Compiling tempfile v3.25.0
19762026-07-29T15:47:43.772Z Compiling serde_derive v1.0.228
19772026-07-29T15:47:43.786Z Compiling zeroize_derive v1.5.0
19782026-07-29T15:47:43.803Z Compiling zerofrom-derive v0.1.6
19792026-07-29T15:47:43.865Z Compiling yoke-derive v0.8.1
19802026-07-29T15:47:43.881Z Compiling zerocopy-derive v0.8.40
19812026-07-29T15:47:43.900Z Compiling zerovec-derive v0.11.2
19822026-07-29T15:47:43.930Z Compiling displaydoc v0.2.5
19832026-07-29T15:47:43.966Z Compiling tokio-macros v2.7.0
19842026-07-29T15:47:44.176Z Compiling futures-macro v0.3.32
19852026-07-29T15:47:44.367Z Compiling thiserror-impl v2.0.18
19862026-07-29T15:47:44.403Z Compiling zeroize v1.9.0
19872026-07-29T15:47:44.625Z Compiling der_derive v0.7.3
19882026-07-29T15:47:44.656Z Compiling tracing-attributes v0.1.31
19892026-07-29T15:47:44.671Z Compiling schemars_derive v0.8.22
19902026-07-29T15:47:44.870Z Compiling thiserror-impl v1.0.69
19912026-07-29T15:47:44.942Z Compiling zerofrom v0.1.6
19922026-07-29T15:47:44.989Z Compiling pest_generator v2.8.6
19932026-07-29T15:47:45.018Z Compiling futures-util v0.3.32
19942026-07-29T15:47:45.096Z Compiling yoke v0.8.1
19952026-07-29T15:47:45.282Z Compiling zerovec v0.11.5
19962026-07-29T15:47:45.295Z Compiling zerotrie v0.2.3
19972026-07-29T15:47:45.593Z Compiling block-buffer v0.10.4
19982026-07-29T15:47:45.642Z Compiling crypto-common v0.1.7
19992026-07-29T15:47:45.774Z Compiling digest v0.10.7
20002026-07-29T15:47:45.826Z Compiling tinystr v0.8.2
20012026-07-29T15:47:45.826Z Compiling potential_utf v0.1.4
20022026-07-29T15:47:45.944Z Compiling openssl-macros v0.1.1
20032026-07-29T15:47:45.980Z Compiling pest_derive v2.8.6
20042026-07-29T15:47:45.996Z Compiling icu_collections v2.1.1
20052026-07-29T15:47:46.047Z Compiling icu_locale_core v2.1.1
20062026-07-29T15:47:46.116Z Compiling scroll_derive v0.13.1
20072026-07-29T15:47:46.265Z Compiling der v0.7.10
20082026-07-29T15:47:46.378Z Compiling rustls-pki-types v1.14.0
20092026-07-29T15:47:46.495Z Compiling clap_derive v4.6.1
20102026-07-29T15:47:46.538Z Compiling daft-derive v0.1.7
20112026-07-29T15:47:46.750Z Compiling icu_provider v2.1.1
20122026-07-29T15:47:47.055Z Compiling bytes v1.11.1
20132026-07-29T15:47:47.254Z Compiling icu_properties v2.1.2
20142026-07-29T15:47:47.270Z Compiling icu_normalizer v2.1.1
20152026-07-29T15:47:47.726Z Compiling tokio v1.52.1
20162026-07-29T15:47:47.796Z Compiling chrono v0.4.45
20172026-07-29T15:47:47.948Z Compiling http v1.4.2
20182026-07-29T15:47:48.164Z Compiling idna_adapter v1.2.1
20192026-07-29T15:47:48.318Z Compiling idna v1.1.0
20202026-07-29T15:47:48.395Z Compiling ppv-lite86 v0.2.21
20212026-07-29T15:47:48.657Z Compiling url v2.5.8
20222026-07-29T15:47:48.776Z Compiling rand_chacha v0.9.0
20232026-07-29T15:47:48.792Z Compiling tracing-core v0.1.36
20242026-07-29T15:47:49.133Z Compiling cookie v0.18.1
20252026-07-29T15:47:49.188Z Compiling utf8parse v0.2.2
20262026-07-29T15:47:49.361Z Compiling plain v0.2.3
20272026-07-29T15:47:49.459Z Compiling tracing v0.1.44
20282026-07-29T15:47:49.672Z Compiling rand v0.9.2
20292026-07-29T15:47:49.743Z Compiling http-body v1.0.1
20302026-07-29T15:47:49.825Z Compiling spki v0.7.3
20312026-07-29T15:47:49.877Z Compiling hex v0.4.3
20322026-07-29T15:47:49.904Z Compiling async-trait v0.1.89
20332026-07-29T15:47:50.008Z Compiling spin v0.9.8
20342026-07-29T15:47:50.058Z Compiling aho-corasick v1.1.4
20352026-07-29T15:47:50.202Z Compiling atomic-waker v1.1.2
20362026-07-29T15:47:50.246Z Compiling simd-adler32 v0.3.8
20372026-07-29T15:47:50.280Z Compiling cpufeatures v0.2.17
20382026-07-29T15:47:50.351Z Compiling anstyle v1.0.14
20392026-07-29T15:47:50.659Z Compiling openssl-probe v0.2.1
20402026-07-29T15:47:50.699Z Compiling zstd-safe v7.2.4
20412026-07-29T15:47:50.793Z Compiling pretty-hex v0.4.1
20422026-07-29T15:47:50.834Z Compiling anstyle-query v1.1.5
20432026-07-29T15:47:50.926Z Compiling regex-automata v0.4.14
20442026-07-29T15:47:50.946Z Compiling usdt-impl v0.6.0
20452026-07-29T15:47:50.963Z Compiling untrusted v0.7.1
20462026-07-29T15:47:50.967Z Compiling adler2 v2.0.1
20472026-07-29T15:47:50.997Z Compiling cmov v0.5.4
20482026-07-29T15:47:51.051Z Compiling tinyvec_macros v0.1.1
20492026-07-29T15:47:51.089Z Compiling is_terminal_polyfill v1.70.2
20502026-07-29T15:47:51.139Z Compiling try-lock v0.2.5
20512026-07-29T15:47:51.166Z Compiling tower-layer v0.3.3
20522026-07-29T15:47:51.182Z Compiling tower-service v0.3.3
20532026-07-29T15:47:51.186Z Compiling colorchoice v1.0.4
20542026-07-29T15:47:51.245Z Compiling want v0.3.1
20552026-07-29T15:47:51.273Z Compiling ctutils v0.4.2
20562026-07-29T15:47:51.288Z Compiling tinyvec v1.10.0
20572026-07-29T15:47:51.308Z Compiling miniz_oxide v0.8.9
20582026-07-29T15:47:51.427Z Compiling sha2 v0.10.9
20592026-07-29T15:47:51.444Z Compiling pkcs8 v0.10.2
20602026-07-29T15:47:51.466Z Compiling ipnet v2.11.0
20612026-07-29T15:47:51.483Z Compiling serde_tokenstream v0.2.3
20622026-07-29T15:47:51.520Z Compiling scroll v0.13.0
20632026-07-29T15:47:51.536Z Compiling pin-project-internal v1.1.11
20642026-07-29T15:47:51.669Z Compiling tokio-util v0.7.18
20652026-07-29T15:47:51.693Z Compiling scroll_derive v0.12.1
20662026-07-29T15:47:51.785Z Compiling heapless v0.7.17
20672026-07-29T15:47:51.974Z Compiling rustix v0.38.44
20682026-07-29T15:47:52.183Z Compiling litrs v1.0.0
20692026-07-29T15:47:52.234Z Compiling anyhow v1.0.102
20702026-07-29T15:47:52.321Z Compiling zlib-rs v0.6.2
20712026-07-29T15:47:52.400Z Compiling untrusted v0.9.0
20722026-07-29T15:47:52.562Z Compiling httpdate v1.0.3
20732026-07-29T15:47:52.666Z Compiling signal-hook v0.3.18
20742026-07-29T15:47:52.697Z Compiling document-features v0.2.12
20752026-07-29T15:47:52.732Z Compiling h2 v0.4.15
20762026-07-29T15:47:52.862Z Compiling goblin v0.10.5
20772026-07-29T15:47:52.883Z Compiling hybrid-array v0.4.13
20782026-07-29T15:47:52.975Z Compiling anstyle-parse v1.0.0
20792026-07-29T15:47:53.211Z Compiling strum_macros v0.26.4
20802026-07-29T15:47:53.228Z Compiling darling_core v0.23.0
20812026-07-29T15:47:53.461Z Compiling darling_core v0.20.11
20822026-07-29T15:47:53.577Z Compiling wait-timeout v0.2.1
20832026-07-29T15:47:53.757Z Compiling quick-error v1.2.3
20842026-07-29T15:47:54.009Z Compiling bit-vec v0.8.0
20852026-07-29T15:47:54.046Z Compiling foreign-types-shared v0.1.1
20862026-07-29T15:47:54.050Z Compiling powerfmt v0.2.0
20872026-07-29T15:47:54.175Z Compiling foreign-types v0.3.2
20882026-07-29T15:47:54.254Z Compiling bit-set v0.8.0
20892026-07-29T15:47:54.281Z Compiling deranged v0.5.8
20902026-07-29T15:47:54.334Z Compiling rusty-fork v0.3.1
20912026-07-29T15:47:54.342Z Compiling anstream v1.0.0
20922026-07-29T15:47:54.486Z Compiling flate2 v1.1.9
20932026-07-29T15:47:54.490Z Compiling unicode-normalization v0.1.25
20942026-07-29T15:47:54.890Z Compiling rand_chacha v0.3.1
20952026-07-29T15:47:54.935Z Compiling toml_datetime v0.6.11
20962026-07-29T15:47:54.987Z Compiling serde_spanned v0.6.9
20972026-07-29T15:47:55.058Z Compiling dtrace-parser v0.3.0
20982026-07-29T15:47:55.128Z Compiling zerocopy-derive v0.7.35
20992026-07-29T15:47:55.165Z Compiling snafu-derive v0.8.9
21002026-07-29T15:47:55.268Z Compiling rand_xorshift v0.4.0
21012026-07-29T15:47:55.351Z Compiling terminal_size v0.4.3
21022026-07-29T15:47:55.412Z Compiling darling_macro v0.23.0
21032026-07-29T15:47:55.430Z Compiling darling_macro v0.20.11
21042026-07-29T15:47:55.489Z Compiling curve25519-dalek v4.1.3
21052026-07-29T15:47:55.541Z Compiling dof v0.4.0
21062026-07-29T15:47:55.661Z Compiling thread-id v5.1.0
21072026-07-29T15:47:55.698Z Compiling memoffset v0.9.1
21082026-07-29T15:47:55.769Z Compiling num_threads v0.1.7
21092026-07-29T15:47:55.794Z Compiling ref-cast v1.0.25
21102026-07-29T15:47:55.889Z Compiling hyper v1.10.1
21112026-07-29T15:47:55.924Z Compiling smoltcp v0.9.1
21122026-07-29T15:47:55.971Z Compiling unarray v0.1.4
21132026-07-29T15:47:56.090Z Compiling clap_lex v1.0.0
21142026-07-29T15:47:56.180Z Compiling proptest v1.11.0
21152026-07-29T15:47:56.256Z Compiling clap_builder v4.6.0
21162026-07-29T15:47:56.313Z Compiling time v0.3.47
21172026-07-29T15:47:56.564Z Compiling darling v0.20.11
21182026-07-29T15:47:56.581Z Compiling darling v0.23.0
21192026-07-29T15:47:56.637Z Compiling rand v0.8.6
21202026-07-29T15:47:56.712Z Compiling ipnetwork v0.21.1
21212026-07-29T15:47:56.729Z Compiling http-body-util v0.1.3
21222026-07-29T15:47:56.854Z Compiling erased-serde v0.3.31
21232026-07-29T15:47:57.010Z Compiling hmac v0.12.1
21242026-07-29T15:47:57.045Z Compiling signature v2.2.0
21252026-07-29T15:47:57.171Z Compiling hyper-util v0.1.20
21262026-07-29T15:47:57.300Z Compiling sync_wrapper v1.0.2
21272026-07-29T15:47:57.427Z Compiling num-integer v0.1.46
21282026-07-29T15:47:57.626Z Compiling encoding_rs v0.8.35
21292026-07-29T15:47:58.012Z Compiling mime v0.3.17
21302026-07-29T15:47:58.226Z Compiling siphasher v1.0.2
21312026-07-29T15:47:58.665Z Compiling cfg_aliases v0.2.1
21322026-07-29T15:47:58.753Z Compiling ryu v1.0.23
21332026-07-29T15:47:58.901Z Compiling serde_urlencoded v0.7.1
21342026-07-29T15:47:59.055Z Compiling nix v0.31.2
21352026-07-29T15:47:59.198Z Compiling newtype-uuid v1.3.2
21362026-07-29T15:47:59.424Z Compiling clap v4.6.1
21372026-07-29T15:47:59.623Z Compiling num-iter v0.1.45
21382026-07-29T15:47:59.766Z Compiling tower v0.5.3
21392026-07-29T15:48:00.216Z Compiling oxnet v0.1.6
21402026-07-29T15:48:00.275Z Compiling serde_with_macros v3.21.0
21412026-07-29T15:48:00.358Z Compiling derive_builder_core v0.20.2
21422026-07-29T15:48:00.507Z Compiling regex v1.12.3
21432026-07-29T15:48:00.815Z Compiling lazy_static v1.5.0
21442026-07-29T15:48:00.907Z Compiling anstyle-parse v0.2.7
21452026-07-29T15:48:00.929Z Compiling hubpack_derive v0.1.1
21462026-07-29T15:48:01.068Z Compiling curve25519-dalek-derive v0.1.1
21472026-07-29T15:48:01.106Z Compiling strum_macros v0.27.2
21482026-07-29T15:48:01.130Z Compiling async-recursion v1.1.1
21492026-07-29T15:48:01.158Z Compiling ref-cast-impl v1.0.25
21502026-07-29T15:48:01.388Z Compiling fs-err v3.3.0
21512026-07-29T15:48:01.513Z Compiling usdt-impl v0.5.0
21522026-07-29T15:48:01.601Z Compiling iri-string v0.7.10
21532026-07-29T15:48:01.694Z Compiling unicode-properties v0.1.4
21542026-07-29T15:48:01.732Z Compiling object v0.37.3
21552026-07-29T15:48:01.770Z Compiling unicode-bidi v0.3.18
21562026-07-29T15:48:01.909Z Compiling winnow v0.5.40
21572026-07-29T15:48:01.996Z Compiling allocator-api2 v0.2.21
21582026-07-29T15:48:02.145Z Compiling stringprep v0.1.5
21592026-07-29T15:48:02.814Z Compiling tower-http v0.6.8
21602026-07-29T15:48:02.991Z Compiling derive_builder_macro v0.20.2
21612026-07-29T15:48:03.247Z Compiling anstream v0.6.21
21622026-07-29T15:48:03.473Z Compiling toml_edit v0.19.15
21632026-07-29T15:48:03.530Z Compiling daft v0.1.7
21642026-07-29T15:48:03.638Z Compiling tokio-native-tls v0.3.1
21652026-07-29T15:48:03.654Z Compiling usdt-macro v0.6.0
21662026-07-29T15:48:03.752Z Compiling usdt-attr-macro v0.6.0
21672026-07-29T15:48:04.071Z Compiling block-buffer v0.12.1
21682026-07-29T15:48:04.289Z Compiling crypto-common v0.2.2
21692026-07-29T15:48:04.361Z Compiling block-padding v0.4.2
21702026-07-29T15:48:04.411Z Compiling bstr v1.12.1
21712026-07-29T15:48:04.464Z Compiling scroll v0.12.0
21722026-07-29T15:48:04.544Z Compiling pkcs1 v0.7.5
21732026-07-29T15:48:04.561Z Compiling rustls-native-certs v0.8.3
21742026-07-29T15:48:04.908Z Compiling md-5 v0.10.6
21752026-07-29T15:48:05.026Z Compiling hash32 v0.2.1
21762026-07-29T15:48:05.040Z Compiling vergen-lib v9.1.0
21772026-07-29T15:48:05.060Z Compiling env_filter v1.0.0
21782026-07-29T15:48:05.127Z Compiling psl-types v2.0.11
21792026-07-29T15:48:05.243Z Compiling radium v0.7.0
21802026-07-29T15:48:05.265Z Compiling fallible-iterator v0.2.0
21812026-07-29T15:48:05.424Z Compiling publicsuffix v2.3.0
21822026-07-29T15:48:05.533Z Compiling env_logger v0.11.9
21832026-07-29T15:48:05.577Z Compiling postgres-protocol v0.6.10
21842026-07-29T15:48:05.718Z Compiling toml v0.7.8
21852026-07-29T15:48:05.986Z Compiling rsa v0.9.10
21862026-07-29T15:48:06.079Z Compiling goblin v0.8.2
21872026-07-29T15:48:06.198Z Compiling inout v0.2.2
21882026-07-29T15:48:06.358Z Compiling bzip2 v0.4.4
21892026-07-29T15:48:06.574Z Compiling hyper-tls v0.6.0
21902026-07-29T15:48:06.619Z Compiling derive_builder v0.20.2
21912026-07-29T15:48:06.623Z Compiling phf_shared v0.13.1
21922026-07-29T15:48:06.761Z Compiling zerocopy v0.7.35
21932026-07-29T15:48:06.893Z Compiling pin-project v1.1.11
21942026-07-29T15:48:06.944Z Compiling x509-cert v0.2.5
21952026-07-29T15:48:06.965Z Compiling futures-executor v0.3.32
21962026-07-29T15:48:07.007Z Compiling serde_repr v0.1.20
21972026-07-29T15:48:07.023Z Compiling enum-as-inner v0.6.1
21982026-07-29T15:48:07.106Z Compiling ff v0.13.1
21992026-07-29T15:48:07.122Z Compiling vergen v9.1.0
22002026-07-29T15:48:07.215Z Compiling cargo-platform v0.3.2
22012026-07-29T15:48:07.348Z Compiling tap v1.0.1
22022026-07-29T15:48:07.477Z Compiling maybe-uninit v2.0.0
22032026-07-29T15:48:07.493Z Compiling unicode-segmentation v1.12.0
22042026-07-29T15:48:07.509Z Compiling libbz2-rs-sys v0.2.2
22052026-07-29T15:48:07.670Z Compiling bumpalo v3.20.2
22062026-07-29T15:48:07.689Z Compiling same-file v1.0.6
22072026-07-29T15:48:07.707Z Compiling managed v0.8.0
22082026-07-29T15:48:07.712Z Compiling bitflags v1.3.2
22092026-07-29T15:48:07.743Z Compiling base16ct v0.2.0
22102026-07-29T15:48:07.772Z Compiling cpufeatures v0.3.0
22112026-07-29T15:48:07.858Z Compiling foldhash v0.2.0
22122026-07-29T15:48:07.888Z Compiling foldhash v0.1.5
22132026-07-29T15:48:07.927Z Compiling bzip2 v0.6.1
22142026-07-29T15:48:07.943Z Compiling zopfli v0.8.3
22152026-07-29T15:48:08.067Z Compiling hashbrown v0.15.5
22162026-07-29T15:48:08.083Z Compiling hashbrown v0.16.1
22172026-07-29T15:48:08.147Z Compiling sec1 v0.7.3
22182026-07-29T15:48:08.238Z Compiling walkdir v2.5.0
22192026-07-29T15:48:08.363Z Compiling dof v0.3.0
22202026-07-29T15:48:08.539Z Compiling wyz v0.5.1
22212026-07-29T15:48:08.633Z Compiling cargo_metadata v0.23.1
22222026-07-29T15:48:08.700Z Compiling group v0.13.0
22232026-07-29T15:48:08.715Z Compiling futures v0.3.32
22242026-07-29T15:48:09.286Z Compiling snafu v0.8.9
22252026-07-29T15:48:09.529Z Compiling phf v0.13.1
22262026-07-29T15:48:09.713Z Compiling zstd v0.13.3
22272026-07-29T15:48:09.728Z Compiling reqwest v0.12.28
22282026-07-29T15:48:09.850Z Compiling signal-hook-mio v0.2.5
22292026-07-29T15:48:09.981Z Compiling zip v0.6.6
22302026-07-29T15:48:09.998Z Compiling cookie_store v0.22.1
22312026-07-29T15:48:10.082Z Compiling cipher v0.5.2
22322026-07-29T15:48:10.109Z Compiling postgres-types v0.2.12
22332026-07-29T15:48:10.414Z Compiling ed25519 v2.2.3
22342026-07-29T15:48:10.430Z Compiling globset v0.4.18
22352026-07-29T15:48:10.447Z Compiling strum v0.27.2
22362026-07-29T15:48:10.582Z Compiling dtrace-parser v0.2.0
22372026-07-29T15:48:10.659Z Compiling hubpack v0.1.2
22382026-07-29T15:48:10.698Z Compiling phf_shared v0.11.3
22392026-07-29T15:48:10.741Z Compiling hkdf v0.12.4
22402026-07-29T15:48:10.757Z Compiling olpc-cjson v0.1.4
22412026-07-29T15:48:10.903Z Compiling pem v3.0.6
22422026-07-29T15:48:10.977Z Compiling serde-big-array v0.5.1
22432026-07-29T15:48:11.120Z Compiling serde_plain v1.0.2
22442026-07-29T15:48:11.136Z Compiling crypto-bigint v0.5.5
22452026-07-29T15:48:11.244Z Compiling float-cmp v0.10.0
22462026-07-29T15:48:11.248Z Compiling memmap2 v0.9.10
22472026-07-29T15:48:11.322Z Compiling thread-id v4.2.2
22482026-07-29T15:48:11.425Z Compiling typed-path v0.9.3
22492026-07-29T15:48:11.480Z Compiling precomputed-hash v0.1.1
22502026-07-29T15:48:11.496Z Compiling static_assertions v1.1.0
22512026-07-29T15:48:11.500Z Compiling const-oid v0.10.2
22522026-07-29T15:48:11.500Z Compiling fixedbitset v0.5.7
22532026-07-29T15:48:11.580Z Compiling new_debug_unreachable v1.0.6
22542026-07-29T15:48:11.596Z Compiling either v1.15.0
22552026-07-29T15:48:11.635Z Compiling toml_write v0.1.2
22562026-07-29T15:48:11.667Z Compiling fixedbitset v0.4.2
22572026-07-29T15:48:11.806Z Compiling jiff v0.2.21
22582026-07-29T15:48:11.823Z Compiling difflib v0.4.0
22592026-07-29T15:48:11.855Z Compiling funty v2.0.0
22602026-07-29T15:48:11.863Z Compiling winnow v0.7.14
22612026-07-29T15:48:11.877Z Compiling packed_struct v0.10.1
22622026-07-29T15:48:11.894Z Compiling winnow v1.0.3
22632026-07-29T15:48:12.017Z Compiling normalize-line-endings v0.3.0
22642026-07-29T15:48:12.127Z Compiling data-encoding v2.10.0
22652026-07-29T15:48:12.158Z Compiling keccak v0.1.6
22662026-07-29T15:48:12.229Z Compiling whoami v2.1.0
22672026-07-29T15:48:12.254Z Compiling predicates-core v1.0.10
22682026-07-29T15:48:12.297Z Compiling toml_parser v1.1.2+spec-1.1.0
22692026-07-29T15:48:12.313Z Compiling sha3 v0.10.8
22702026-07-29T15:48:12.371Z Compiling bitvec v1.0.1
22712026-07-29T15:48:12.436Z Compiling hickory-proto v0.25.2
22722026-07-29T15:48:12.572Z Compiling tokio-postgres v0.7.16
22732026-07-29T15:48:12.598Z Compiling predicates v3.1.4
22742026-07-29T15:48:12.641Z Compiling elliptic-curve v0.13.8
22752026-07-29T15:48:12.669Z Compiling digest v0.11.3
22762026-07-29T15:48:12.775Z Compiling petgraph v0.6.5
22772026-07-29T15:48:12.872Z Compiling chacha20 v0.10.0
22782026-07-29T15:48:12.919Z Compiling itertools v0.13.0
22792026-07-29T15:48:12.935Z Compiling petgraph v0.8.3
22802026-07-29T15:48:13.003Z Compiling string_cache v0.8.9
22812026-07-29T15:48:13.165Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22822026-07-29T15:48:13.199Z Compiling toml_edit v0.22.27
22832026-07-29T15:48:13.334Z Compiling usdt v0.6.0
22842026-07-29T15:48:14.169Z Compiling ed25519-dalek v2.2.0
22852026-07-29T15:48:14.456Z Compiling zip v4.6.1
22862026-07-29T15:48:14.482Z Compiling iddqd v0.4.2
22872026-07-29T15:48:14.712Z Compiling crossterm v0.28.1
22882026-07-29T15:48:14.930Z Compiling crossbeam-epoch v0.9.18
22892026-07-29T15:48:15.114Z Compiling heck v0.4.1
22902026-07-29T15:48:15.135Z Compiling similar v2.7.0
22912026-07-29T15:48:15.223Z Compiling byte-wrapper v0.1.0
22922026-07-29T15:48:15.251Z Compiling serde_with v3.21.0
22932026-07-29T15:48:15.330Z Compiling strum v0.26.3
22942026-07-29T15:48:15.515Z Compiling tokio-stream v0.1.18
22952026-07-29T15:48:15.539Z Compiling buf-list v1.1.2
22962026-07-29T15:48:15.645Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-07-29T15:48:15.702Z Compiling openapiv3 v2.2.0
22982026-07-29T15:48:15.849Z Compiling packed_struct_codegen v0.10.1
22992026-07-29T15:48:15.866Z Compiling zerocopy-derive v0.6.6
23002026-07-29T15:48:15.895Z Compiling bitfield-macros v0.19.4
23012026-07-29T15:48:15.957Z Compiling structmeta-derive v0.3.0
23022026-07-29T15:48:15.979Z Compiling indexmap v1.9.3
23032026-07-29T15:48:15.993Z Compiling crc-catalog v2.4.0
23042026-07-29T15:48:16.289Z Compiling nodrop v0.1.14
23052026-07-29T15:48:16.399Z Compiling peg-runtime v0.8.5
23062026-07-29T15:48:16.423Z Compiling lalrpop-util v0.19.12
23072026-07-29T15:48:16.438Z Compiling array-init v0.0.4
23082026-07-29T15:48:16.583Z Compiling bitfield v0.19.4
23092026-07-29T15:48:16.626Z Compiling zerocopy v0.6.6
23102026-07-29T15:48:16.676Z Compiling crc v3.4.0
23112026-07-29T15:48:16.745Z Compiling smallvec v0.6.14
23122026-07-29T15:48:16.958Z Compiling structmeta v0.3.0
23132026-07-29T15:48:17.101Z Compiling hashbrown v0.12.3
23142026-07-29T15:48:17.131Z Compiling base64 v0.21.7
23152026-07-29T15:48:17.343Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23162026-07-29T15:48:17.360Z Compiling serde-hex v0.1.0
23172026-07-29T15:48:17.689Z Compiling ron v0.8.1
23182026-07-29T15:48:18.309Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23192026-07-29T15:48:18.361Z Compiling hashbrown v0.13.2
23202026-07-29T15:48:19.609Z Compiling crc-any v2.5.0
23212026-07-29T15:48:21.550Z Compiling object v0.30.4
23222026-07-29T15:48:22.014Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232026-07-29T15:48:22.857Z Compiling filetime v0.2.27
23242026-07-29T15:48:22.998Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23252026-07-29T15:48:23.445Z Compiling path-slash v0.1.5
23262026-07-29T15:48:23.617Z Compiling xattr v1.6.1
23272026-07-29T15:48:24.115Z Compiling tar v0.4.46
23282026-07-29T15:48:26.540Z Compiling derive-ex v0.1.8
23292026-07-29T15:48:31.776Z Compiling test-strategy v0.4.5
23302026-07-29T15:48:32.242Z Compiling rustls-webpki v0.103.13
23312026-07-29T15:48:33.044Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23322026-07-29T15:48:33.296Z Compiling multer v3.1.0
23332026-07-29T15:48:33.423Z Compiling thread_local v1.1.9
23342026-07-29T15:48:33.446Z Compiling rayon-core v1.13.0
23352026-07-29T15:48:33.585Z Compiling slog-async v2.8.0
23362026-07-29T15:48:33.646Z Compiling match_cfg v0.1.0
23372026-07-29T15:48:33.736Z Compiling compression-core v0.4.31
23382026-07-29T15:48:33.786Z Compiling hostname v0.3.1
23392026-07-29T15:48:33.912Z Compiling compression-codecs v0.4.37
23402026-07-29T15:48:33.971Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23412026-07-29T15:48:34.002Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23422026-07-29T15:48:34.018Z Compiling atomicwrites v0.4.4
23432026-07-29T15:48:34.071Z Compiling camino-tempfile v1.4.1
23442026-07-29T15:48:34.092Z Compiling crossbeam-channel v0.5.15
23452026-07-29T15:48:34.288Z Compiling slog-json v2.6.1
23462026-07-29T15:48:34.304Z Compiling half v2.7.1
23472026-07-29T15:48:34.320Z Compiling async-stream-impl v0.3.6
23482026-07-29T15:48:34.462Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23492026-07-29T15:48:34.480Z Compiling serde_spanned v1.1.1
23502026-07-29T15:48:34.557Z Compiling toml_datetime v1.1.1+spec-1.1.0
23512026-07-29T15:48:34.675Z Compiling serde_path_to_error v0.1.20
23522026-07-29T15:48:34.771Z Compiling is-terminal v0.4.17
23532026-07-29T15:48:34.808Z Compiling fs-err v2.11.0
23542026-07-29T15:48:34.885Z Compiling dropshot v0.17.1
23552026-07-29T15:48:34.901Z Compiling toml_writer v1.1.1+spec-1.1.0
23562026-07-29T15:48:34.936Z Compiling take_mut v0.2.2
23572026-07-29T15:48:34.993Z Compiling debug-ignore v1.0.5
23582026-07-29T15:48:35.020Z Compiling term v1.2.1
23592026-07-29T15:48:35.079Z Compiling ciborium-io v0.2.2
23602026-07-29T15:48:35.122Z Compiling toml v1.1.2+spec-1.1.0
23612026-07-29T15:48:35.186Z Compiling ciborium-ll v0.2.2
23622026-07-29T15:48:35.202Z Compiling async-stream v0.3.6
23632026-07-29T15:48:35.250Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23642026-07-29T15:48:35.273Z Compiling slog-bunyan v2.5.0
23652026-07-29T15:48:35.291Z Compiling async-compression v0.4.41
23662026-07-29T15:48:35.357Z Compiling slog-term v2.9.2
23672026-07-29T15:48:35.419Z Compiling crossbeam-deque v0.8.6
23682026-07-29T15:48:35.461Z Compiling parse-display-derive v0.10.0
23692026-07-29T15:48:35.477Z Compiling sha1 v0.11.0
23702026-07-29T15:48:35.659Z Compiling dropshot_endpoint v0.17.1
23712026-07-29T15:48:35.763Z Compiling tokio-rustls v0.26.4
23722026-07-29T15:48:35.927Z Compiling rustls-platform-verifier v0.6.2
23732026-07-29T15:48:35.956Z Compiling tough v0.22.0
23742026-07-29T15:48:36.050Z Compiling hyper-rustls v0.27.7
23752026-07-29T15:48:36.150Z Compiling newtype-uuid-macros v0.1.0
23762026-07-29T15:48:36.322Z Compiling reqwest v0.13.2
23772026-07-29T15:48:36.363Z Compiling waitgroup v0.1.2
23782026-07-29T15:48:36.538Z Compiling rustls-pemfile v2.2.0
23792026-07-29T15:48:36.554Z Compiling backon v1.6.0
23802026-07-29T15:48:36.571Z Compiling blake3 v1.8.5
23812026-07-29T15:48:36.596Z Compiling hostname v0.4.2
23822026-07-29T15:48:36.782Z Compiling instant v0.1.13
23832026-07-29T15:48:36.825Z Compiling ciborium v0.2.2
23842026-07-29T15:48:36.920Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23852026-07-29T15:48:36.936Z Compiling parse-display v0.10.0
23862026-07-29T15:48:36.951Z Compiling backoff v0.4.0
23872026-07-29T15:48:37.186Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
23882026-07-29T15:48:37.257Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23892026-07-29T15:48:37.276Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23902026-07-29T15:48:37.279Z Compiling toml v0.8.23
23912026-07-29T15:48:37.486Z Compiling regress v0.10.5
23922026-07-29T15:48:37.563Z Compiling itertools v0.14.0
23932026-07-29T15:48:37.729Z Compiling macaddr v1.0.1
23942026-07-29T15:48:37.759Z Compiling indent_write v2.2.0
23952026-07-29T15:48:37.927Z Compiling humantime v2.3.0
23962026-07-29T15:48:38.028Z Compiling arrayvec v0.7.6
23972026-07-29T15:48:38.280Z Compiling constant_time_eq v0.4.2
23982026-07-29T15:48:38.280Z Compiling parse-size v1.1.0
23992026-07-29T15:48:38.342Z Compiling arrayref v0.3.9
24002026-07-29T15:48:38.500Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24012026-07-29T15:48:38.517Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24022026-07-29T15:48:38.842Z Compiling sha2 v0.11.0
24032026-07-29T15:48:38.976Z Compiling digest-io v0.1.0
24042026-07-29T15:48:39.130Z Compiling display-error-chain v0.2.2
24052026-07-29T15:48:39.134Z Compiling topological-sort v0.2.2
24062026-07-29T15:48:39.201Z Compiling rawzip v0.4.4
24072026-07-29T15:48:39.297Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24082026-07-29T15:48:39.332Z Compiling shell-words v1.1.1
24092026-07-29T15:48:39.635Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24102026-07-29T15:48:39.948Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24112026-07-29T15:48:48.696Z Compiling progenitor-client v0.14.0
24122026-07-29T15:48:48.696Z Compiling omicron-zone-package v0.12.3
24132026-07-29T15:48:48.935Z Compiling progenitor-extras v0.2.0
24142026-07-29T15:48:49.227Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24152026-07-29T15:48:49.294Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24162026-07-29T15:48:49.335Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24172026-07-29T15:48:49.464Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
24182026-07-29T15:48:50.653Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24192026-07-29T15:48:54.595Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24202026-07-29T15:48:57.561Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24212026-07-29T15:49:09.725Z Finished `release` profile [optimized] target(s) in 1m 32s
24222026-07-29T15:49:09.866Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24232026-07-29T15:49:09.920ZJul 29 15:49:08.721 DEBG changing working directory to /work/oxidecomputer/omicron
24242026-07-29T15:49:10.014ZJul 29 15:49:08.815 DEBG running: git rev-parse HEAD
24252026-07-29T15:49:10.020ZJul 29 15:49:08.818 DEBG process exited with exit status: 0 (2.39467ms)
24262026-07-29T15:49:10.020ZJul 29 15:49:08.818 INFO version: 22.0.0-0.ci+git0a17571f0e7
24272026-07-29T15:49:10.027ZJul 29 15:49:08.826 INFO cloning helios to /work/oxidecomputer/helios
24282026-07-29T15:49:10.027ZJul 29 15:49:08.826 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24292026-07-29T15:49:10.032ZCloning into '/work/oxidecomputer/helios'...
24302026-07-29T15:49:10.544ZJul 29 15:49:09.346 DEBG process exited with exit status: 0 (519.51289ms)
24312026-07-29T15:49:10.545ZJul 29 15:49:09.346 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24322026-07-29T15:49:10.548ZJul 29 15:49:09.348 DEBG process exited with exit status: 0 (2.443151ms)
24332026-07-29T15:49:10.548ZJul 29 15:49:09.348 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24342026-07-29T15:49:10.896ZJul 29 15:49:09.697 DEBG process exited with exit status: 0 (349.285108ms)
24352026-07-29T15:49:10.896ZJul 29 15:49:09.697 DEBG running: zfs list rpool/images/build/host
24362026-07-29T15:49:10.900ZNAME USED AVAIL REFER MOUNTPOINT
24372026-07-29T15:49:10.900Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24382026-07-29T15:49:10.903ZJul 29 15:49:09.702 DEBG process exited with exit status: 0 (4.490512ms)
24392026-07-29T15:49:10.903ZJul 29 15:49:09.702 DEBG running: zfs list rpool/images/build/recovery
24402026-07-29T15:49:10.906ZNAME USED AVAIL REFER MOUNTPOINT
24412026-07-29T15:49:10.906Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24422026-07-29T15:49:10.906ZJul 29 15:49:09.705 DEBG process exited with exit status: 0 (3.550571ms)
24432026-07-29T15:49:10.906ZJul 29 15:49:09.706 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24442026-07-29T15:49:10.916ZJul 29 15:49:09.718 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026072800.0.0; the console needs a client regen and tools/console_version needs a bump
24452026-07-29T15:49:10.919ZJul 29 15:49:09.718 INFO [incorp-manifest] running task
24462026-07-29T15:49:10.919ZJul 29 15:49:09.719 INFO [hubris-staging] running task
24472026-07-29T15:49:10.919ZJul 29 15:49:09.719 INFO [hubris-production] running task
24482026-07-29T15:49:10.919ZJul 29 15:49:09.719 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24492026-07-29T15:49:10.919ZJul 29 15:49:09.719 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24502026-07-29T15:49:10.919ZJul 29 15:49:09.719 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
24512026-07-29T15:49:10.919ZJul 29 15:49:09.720 INFO [incorp-create] running: pkgrepo create /work/incorporation
24522026-07-29T15:49:10.960Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24532026-07-29T15:49:11.023Z[ omicron-package] Blocking waiting for file lock on package cache
24542026-07-29T15:49:11.158ZJul 29 15:49:09.959 INFO [incorp-create] process exited with exit status: 0 (239.505277ms)
24552026-07-29T15:49:11.162ZJul 29 15:49:09.959 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24562026-07-29T15:49:11.431ZJul 29 15:49:10.233 INFO [incorp-publisher] process exited with exit status: 0 (273.231401ms)
24572026-07-29T15:49:11.711Z[ omicron-package] Blocking waiting for file lock on package cache
24582026-07-29T15:49:12.186ZJul 29 15:49:10.987 INFO [hubris-production] task succeeded (1.268612524s)
24592026-07-29T15:49:12.308ZJul 29 15:49:11.109 DEBG process exited with exit status: 0 (1.390525348s)
24602026-07-29T15:49:12.311ZJul 29 15:49:11.109 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24612026-07-29T15:49:12.868Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24622026-07-29T15:49:12.868Z[ omicron-package] Compiling itertools v0.15.0
24632026-07-29T15:49:12.868Z[ omicron-package] Compiling secrecy v0.10.3
24642026-07-29T15:49:12.869Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24652026-07-29T15:49:12.872Z[ omicron-package] Compiling heapless v0.8.0
24662026-07-29T15:49:12.872Z[ omicron-package] Compiling hash32 v0.3.1
24672026-07-29T15:49:13.078Z[ omicron-package] Compiling inout v0.1.4
24682026-07-29T15:49:13.269Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24692026-07-29T15:49:13.272Z[ omicron-package] Compiling smoltcp v0.11.0
24702026-07-29T15:49:13.272Z[ omicron-package] Compiling unicode-width v0.2.0
24712026-07-29T15:49:13.272Z[ omicron-package] Compiling cipher v0.4.4
24722026-07-29T15:49:13.276Z[ omicron-package] Compiling cobs v0.3.0
24732026-07-29T15:49:13.276Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24742026-07-29T15:49:13.276Z[ omicron-package] Compiling universal-hash v0.5.1
24752026-07-29T15:49:13.455Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24762026-07-29T15:49:13.455Z[ omicron-package] Compiling opaque-debug v0.3.1
24772026-07-29T15:49:13.792Z[ omicron-package] Compiling convert_case v0.4.0
24782026-07-29T15:49:13.952Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24792026-07-29T15:49:14.086Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24802026-07-29T15:49:14.130Z[ omicron-package] Compiling postcard v1.1.3
24812026-07-29T15:49:14.134Z[ omicron-package] Compiling chacha20 v0.9.1
24822026-07-29T15:49:14.134Z[ omicron-package] Compiling poly1305 v0.8.0
24832026-07-29T15:49:14.252Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24842026-07-29T15:49:14.275Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24852026-07-29T15:49:14.278Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24862026-07-29T15:49:14.279Z[ omicron-package] Compiling password-hash v0.5.0
24872026-07-29T15:49:14.279Z[ omicron-package] Compiling blake2 v0.10.6
24882026-07-29T15:49:14.279Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24892026-07-29T15:49:14.307ZJul 29 15:49:13.109 DEBG process exited with exit status: 0 (1.999418792s)
24902026-07-29T15:49:14.311ZJul 29 15:49:13.110 INFO [incorp-manifest] task succeeded (3.391251141s)
24912026-07-29T15:49:14.311ZJul 29 15:49:13.110 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24922026-07-29T15:49:14.502Z[ omicron-package] Compiling derive_more v0.99.20
24932026-07-29T15:49:14.506Z[ omicron-package] Compiling aead v0.5.2
24942026-07-29T15:49:14.543ZJul 29 15:49:13.345 INFO [incorp-fmt] process exited with exit status: 0 (234.619136ms)
24952026-07-29T15:49:14.546ZJul 29 15:49:13.345 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24962026-07-29T15:49:14.670Z[ omicron-package] Compiling ingot-macros v0.2.0
24972026-07-29T15:49:14.762Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24982026-07-29T15:49:14.827Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24992026-07-29T15:49:14.838Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260729T154913Z
25002026-07-29T15:49:14.838Z[ incorp-pkgsend] PUBLISHED
25012026-07-29T15:49:14.851Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25022026-07-29T15:49:14.892ZJul 29 15:49:13.694 INFO [incorp-pkgsend] process exited with exit status: 0 (348.986208ms)
25032026-07-29T15:49:14.896ZJul 29 15:49:13.694 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25042026-07-29T15:49:14.944Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25052026-07-29T15:49:15.053Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25062026-07-29T15:49:15.056Z[ omicron-package] Compiling proc-macro-error v1.0.4
25072026-07-29T15:49:15.059Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25082026-07-29T15:49:15.166Z[ helios-incorp] Retrieving packages for publisher helios ...
25092026-07-29T15:49:15.170Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25102026-07-29T15:49:15.191Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25112026-07-29T15:49:15.191Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25122026-07-29T15:49:15.191Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25132026-07-29T15:49:15.195Z[ helios-incorp]
25142026-07-29T15:49:15.195Z[ helios-incorp] Archiving packages ...
25152026-07-29T15:49:15.195Z[ helios-incorp] Packages to add: 1
25162026-07-29T15:49:15.198Z[ helios-incorp] Files to retrieve: 0
25172026-07-29T15:49:15.198Z[ helios-incorp] Estimated transfer size: 0.00 B
25182026-07-29T15:49:15.198Z[ helios-incorp]
25192026-07-29T15:49:15.198Z[ helios-incorp] Packages to archive:
25202026-07-29T15:49:15.198Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260729T154913Z
25212026-07-29T15:49:15.198Z[ helios-incorp]
25222026-07-29T15:49:15.198Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25232026-07-29T15:49:15.199Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25242026-07-29T15:49:15.264ZJul 29 15:49:14.064 INFO [helios-incorp] process exited with exit status: 0 (370.433365ms)
25252026-07-29T15:49:15.351Z[ omicron-package] Compiling num_enum_derive v0.7.6
25262026-07-29T15:49:15.351Z[ omicron-package] Compiling vsss-rs v3.3.4
25272026-07-29T15:49:15.411Z[ omicron-package] Compiling num_enum_derive v0.5.11
25282026-07-29T15:49:15.496Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25292026-07-29T15:49:15.527Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25302026-07-29T15:49:15.527Z[ omicron-package] Compiling argon2 v0.5.3
25312026-07-29T15:49:15.591Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25322026-07-29T15:49:15.662Z[ omicron-package] Compiling foreign-types v0.5.0
25332026-07-29T15:49:15.665Z[ omicron-package] Compiling tabwriter v1.4.1
25342026-07-29T15:49:15.740Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25352026-07-29T15:49:15.766Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25362026-07-29T15:49:15.802Z[ omicron-package] Compiling cstr-argument v0.1.2
25372026-07-29T15:49:15.825Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25382026-07-29T15:49:16.040Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25392026-07-29T15:49:16.202Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25402026-07-29T15:49:16.262Z[ omicron-package] Compiling rayon v1.11.0
25412026-07-29T15:49:16.279Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25422026-07-29T15:49:16.279Z[ omicron-package] Compiling rand v0.10.1
25432026-07-29T15:49:16.308Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25442026-07-29T15:49:16.417Z[ omicron-package] Compiling num_enum v0.7.6
25452026-07-29T15:49:16.466Z[ omicron-package] Compiling colored v3.1.1
25462026-07-29T15:49:16.532Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25472026-07-29T15:49:16.572Z[ omicron-package] Compiling libefi-sys v0.1.0
25482026-07-29T15:49:16.610Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25492026-07-29T15:49:16.635Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25502026-07-29T15:49:16.671Z[ omicron-package] Compiling itertools v0.12.1
25512026-07-29T15:49:16.725Z[ omicron-package] Compiling num_enum v0.5.11
25522026-07-29T15:49:16.777Z[ omicron-package] Compiling usdt-macro v0.5.0
25532026-07-29T15:49:16.950Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25542026-07-29T15:49:17.032Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25552026-07-29T15:49:17.035Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25562026-07-29T15:49:17.068Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25572026-07-29T15:49:17.072Z[ omicron-package] Compiling bitfield-struct v0.6.2
25582026-07-29T15:49:17.142Z[ omicron-package] Compiling num-derive v0.4.2
25592026-07-29T15:49:17.267Z[ omicron-package] Compiling sigpipe v0.1.3
25602026-07-29T15:49:17.353Z[ omicron-package] Compiling memmap v0.7.0
25612026-07-29T15:49:17.357Z[ omicron-package] Compiling glob v0.3.3
25622026-07-29T15:49:17.534Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25632026-07-29T15:49:17.639Z[ omicron-package] Compiling swrite v0.1.0
25642026-07-29T15:49:17.770Z[ omicron-package] Compiling ingot-types v0.2.0
25652026-07-29T15:49:17.803Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25662026-07-29T15:49:17.916Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25672026-07-29T15:49:17.964Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25682026-07-29T15:49:17.987Z[ omicron-package] Compiling usdt v0.5.0
25692026-07-29T15:49:18.078Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25702026-07-29T15:49:18.144Z[ omicron-package] Compiling smf v0.2.3
25712026-07-29T15:49:18.224Z[ omicron-package] Compiling whoami v1.6.1
25722026-07-29T15:49:18.293Z[ omicron-package] Compiling ingot v0.2.1
25732026-07-29T15:49:18.337Z[ omicron-package] Compiling zone v0.3.1
25742026-07-29T15:49:18.373Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25752026-07-29T15:49:18.447Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25762026-07-29T15:49:18.466Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25772026-07-29T15:49:18.466Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25782026-07-29T15:49:18.492Z[ omicron-package] Compiling console v0.16.2
25792026-07-29T15:49:18.546Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25802026-07-29T15:49:18.600Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25812026-07-29T15:49:18.703Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25822026-07-29T15:49:18.820Z[ omicron-package] Compiling gethostname v0.5.0
25832026-07-29T15:49:18.953Z[ omicron-package] Compiling unit-prefix v0.5.2
25842026-07-29T15:49:18.999Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25852026-07-29T15:49:19.096Z[ omicron-package] Compiling indicatif v0.18.4
25862026-07-29T15:49:20.523Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25872026-07-29T15:49:21.877Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25882026-07-29T15:49:23.058Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25892026-07-29T15:49:25.233Z[ helios-setup] Jul 29 15:49:24.034 INFO helios repository root is: /work/oxidecomputer/helios
25902026-07-29T15:49:25.236Z[ helios-setup] Jul 29 15:49:24.035 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25912026-07-29T15:49:25.236Z[ helios-setup] Jul 29 15:49:24.035 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25922026-07-29T15:49:25.236Z[ helios-setup] Jul 29 15:49:24.035 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
25932026-07-29T15:49:25.236Z[ helios-setup] Jul 29 15:49:24.035 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25942026-07-29T15:49:25.236Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25952026-07-29T15:49:25.677Z[ helios-setup] Jul 29 15:49:24.478 INFO clone ok!, project: pinprick
25962026-07-29T15:49:25.680Z[ helios-setup] Jul 29 15:49:24.479 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
25972026-07-29T15:49:25.680Z[ helios-setup] Jul 29 15:49:24.479 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25982026-07-29T15:49:25.680Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25992026-07-29T15:49:26.477Z[ helios-setup] Jul 29 15:49:25.279 INFO clone ok!, project: dmar-report
26002026-07-29T15:49:26.481Z[ helios-setup] Jul 29 15:49:25.279 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
26012026-07-29T15:49:26.481Z[ helios-setup] Jul 29 15:49:25.279 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26022026-07-29T15:49:26.481Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26032026-07-29T15:49:27.076ZJul 29 15:49:25.877 INFO [hubris-staging] task succeeded (16.158588513s)
26042026-07-29T15:49:27.292Z[ helios-setup] Jul 29 15:49:26.093 INFO clone ok!, project: chelsio-t6-roms
26052026-07-29T15:49:27.292Z[ helios-setup] Jul 29 15:49:26.093 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26062026-07-29T15:49:27.296Z[ helios-setup] Jul 29 15:49:26.093 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
26072026-07-29T15:49:27.296Z[ helios-setup] Jul 29 15:49:26.093 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26082026-07-29T15:49:27.296Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26092026-07-29T15:49:27.765Z[ helios-setup] Jul 29 15:49:26.566 INFO clone ok!, project: image-builder
26102026-07-29T15:49:27.768Z[ helios-setup] Jul 29 15:49:26.566 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
26112026-07-29T15:49:27.768Z[ helios-setup] Jul 29 15:49:26.566 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26122026-07-29T15:49:27.769Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26132026-07-29T15:49:27.839Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26142026-07-29T15:49:31.036Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26152026-07-29T15:49:32.118Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26162026-07-29T15:49:34.399Z[ helios-setup] Jul 29 15:49:33.200 INFO clone ok!, project: amd-firmware
26172026-07-29T15:49:34.399Z[ helios-setup] Jul 29 15:49:33.200 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
26182026-07-29T15:49:34.403Z[ helios-setup] Jul 29 15:49:33.200 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26192026-07-29T15:49:34.403Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26202026-07-29T15:49:34.911Z[ helios-setup] Jul 29 15:49:33.712 INFO clone ok!, project: phbl
26212026-07-29T15:49:34.911Z[ helios-setup] Jul 29 15:49:33.712 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
26222026-07-29T15:49:34.911Z[ helios-setup] Jul 29 15:49:33.712 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26232026-07-29T15:49:34.914Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26242026-07-29T15:49:35.647Z[ helios-setup] Jul 29 15:49:34.448 INFO clone ok!, project: pilot
26252026-07-29T15:49:35.647Z[ helios-setup] Jul 29 15:49:34.448 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
26262026-07-29T15:49:35.651Z[ helios-setup] Jul 29 15:49:34.449 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
26272026-07-29T15:49:35.651Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26282026-07-29T15:49:36.392Z[ helios-setup] Jul 29 15:49:35.193 INFO clone ok!, project: amd-host-image-builder
26292026-07-29T15:49:36.395Z[ helios-setup] Jul 29 15:49:35.193 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
26302026-07-29T15:49:36.395Z[ helios-setup] Jul 29 15:49:35.193 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26312026-07-29T15:49:36.395Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26322026-07-29T15:49:37.125Z[ helios-setup] Jul 29 15:49:35.926 INFO clone ok!, project: bootserver
26332026-07-29T15:49:37.129Z[ helios-setup] Jul 29 15:49:35.927 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26342026-07-29T15:49:37.346Z[ helios-setup] Jul 29 15:49:36.147 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26352026-07-29T15:49:37.567Z[ helios-setup] Jul 29 15:49:36.368 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26362026-07-29T15:49:37.568Z[ helios-setup] Jul 29 15:49:36.368 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26372026-07-29T15:49:37.785Z[ helios-setup] Jul 29 15:49:36.586 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26382026-07-29T15:49:38.007Z[ helios-setup] Jul 29 15:49:36.808 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26392026-07-29T15:49:38.007Z[ helios-setup] Jul 29 15:49:36.808 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26402026-07-29T15:49:38.222Z[ helios-setup] Jul 29 15:49:37.023 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26412026-07-29T15:49:38.439Z[ helios-setup] Jul 29 15:49:37.240 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26422026-07-29T15:49:38.439Z[ helios-setup] Jul 29 15:49:37.240 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26432026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26442026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO ok!
26452026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26462026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26472026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO ok!
26482026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26492026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26502026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO ok!
26512026-07-29T15:49:38.442Z[ helios-setup] Jul 29 15:49:37.240 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26522026-07-29T15:49:38.446Z[ helios-setup] Jul 29 15:49:37.248 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
26532026-07-29T15:49:38.446Z[ helios-setup] Jul 29 15:49:37.248 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26542026-07-29T15:49:38.446Z[ helios-setup] Jul 29 15:49:37.248 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26552026-07-29T15:49:38.551Z[ helios-setup] Jul 29 15:49:37.352 INFO E| Downloading crates ...
26562026-07-29T15:49:38.617Z[ helios-setup] Jul 29 15:49:37.418 INFO E| Downloaded miniz_oxide v0.8.8
26572026-07-29T15:49:38.620Z[ helios-setup] Jul 29 15:49:37.420 INFO E| Downloaded adler2 v2.0.0
26582026-07-29T15:49:38.647Z[ helios-setup] Jul 29 15:49:37.449 INFO E| Compiling adler2 v2.0.0
26592026-07-29T15:49:38.723Z[ helios-setup] Jul 29 15:49:37.524 INFO E| Compiling miniz_oxide v0.8.8
26602026-07-29T15:49:39.572Z[ helios-setup] Jul 29 15:49:38.373 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26612026-07-29T15:49:40.056Z[ helios-setup] Jul 29 15:49:38.857 INFO E| Finished `release` profile [optimized] target(s) in 1.60s
26622026-07-29T15:49:40.063Z[ helios-setup] Jul 29 15:49:38.865 INFO building project "pinprick" ok (1 seconds)
26632026-07-29T15:49:40.064Z[ helios-setup] Jul 29 15:49:38.865 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26642026-07-29T15:49:40.071Z[ helios-setup] Jul 29 15:49:38.872 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
26652026-07-29T15:49:40.071Z[ helios-setup] Jul 29 15:49:38.873 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26662026-07-29T15:49:40.075Z[ helios-setup] Jul 29 15:49:38.873 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26672026-07-29T15:49:40.182Z[ helios-setup] Jul 29 15:49:38.983 INFO E| Updating crates.io index
26682026-07-29T15:49:40.268Z[ helios-setup] Jul 29 15:49:39.069 INFO E| Downloading crates ...
26692026-07-29T15:49:40.312Z[ helios-setup] Jul 29 15:49:39.113 INFO E| Downloaded bitflags v2.9.1
26702026-07-29T15:49:40.316Z[ helios-setup] Jul 29 15:49:39.116 INFO E| Downloaded ryu v1.0.20
26712026-07-29T15:49:40.319Z[ helios-setup] Jul 29 15:49:39.118 INFO E| Downloaded thiserror-impl v2.0.12
26722026-07-29T15:49:40.323Z[ helios-setup] Jul 29 15:49:39.124 INFO E| Downloaded anyhow v1.0.98
26732026-07-29T15:49:40.326Z[ helios-setup] Jul 29 15:49:39.126 INFO E| Downloaded proc-macro2 v1.0.95
26742026-07-29T15:49:40.329Z[ helios-setup] Jul 29 15:49:39.128 INFO E| Downloaded time-core v0.1.4
26752026-07-29T15:49:40.333Z[ helios-setup] Jul 29 15:49:39.134 INFO E| Downloaded itoa v1.0.15
26762026-07-29T15:49:40.340Z[ helios-setup] Jul 29 15:49:39.141 INFO E| Downloaded errno v0.3.12
26772026-07-29T15:49:40.351Z[ helios-setup] Jul 29 15:49:39.152 INFO E| Downloaded thiserror v2.0.12
26782026-07-29T15:49:40.356Z[ helios-setup] Jul 29 15:49:39.158 INFO E| Downloaded time-macros v0.2.22
26792026-07-29T15:49:40.363Z[ helios-setup] Jul 29 15:49:39.164 INFO E| Downloaded autocfg v1.4.0
26802026-07-29T15:49:40.366Z[ helios-setup] Jul 29 15:49:39.166 INFO E| Downloaded quote v1.0.40
26812026-07-29T15:49:40.369Z[ helios-setup] Jul 29 15:49:39.169 INFO E| Downloaded serde_with_macros v3.12.0
26822026-07-29T15:49:40.373Z[ helios-setup] Jul 29 15:49:39.173 INFO E| Downloaded deranged v0.4.0
26832026-07-29T15:49:40.386Z[ helios-setup] Jul 29 15:49:39.187 INFO E| Downloaded tempfile v3.20.0
26842026-07-29T15:49:40.393Z[ helios-setup] Jul 29 15:49:39.194 INFO E| Downloaded getrandom v0.3.3
26852026-07-29T15:49:40.396Z[ helios-setup] Jul 29 15:49:39.196 INFO E| Downloaded iana-time-zone v0.1.63
26862026-07-29T15:49:40.399Z[ helios-setup] Jul 29 15:49:39.198 INFO E| Downloaded unicode-ident v1.0.18
26872026-07-29T15:49:40.403Z[ helios-setup] Jul 29 15:49:39.202 INFO E| Downloaded serde_derive v1.0.219
26882026-07-29T15:49:40.406Z[ helios-setup] Jul 29 15:49:39.205 INFO E| Downloaded serde v1.0.219
26892026-07-29T15:49:40.422Z[ helios-setup] Jul 29 15:49:39.223 INFO E| Downloaded indexmap v2.9.0
26902026-07-29T15:49:40.429Z[ helios-setup] Jul 29 15:49:39.230 INFO E| Downloaded memchr v2.7.4
26912026-07-29T15:49:40.446Z[ helios-setup] Jul 29 15:49:39.247 INFO E| Downloaded time v0.3.41
26922026-07-29T15:49:40.451Z[ helios-setup] Jul 29 15:49:39.252 INFO E| Downloaded hashbrown v0.15.3
26932026-07-29T15:49:40.454Z[ helios-setup] Jul 29 15:49:39.255 INFO E| Downloaded serde_json v1.0.140
26942026-07-29T15:49:40.457Z[ helios-setup] Jul 29 15:49:39.259 INFO E| Downloaded serde_with v3.12.0
26952026-07-29T15:49:40.478Z[ helios-setup] Jul 29 15:49:39.279 INFO E| Downloaded chrono v0.4.41
26962026-07-29T15:49:40.490Z[ helios-setup] Jul 29 15:49:39.292 INFO E| Downloaded syn v2.0.101
26972026-07-29T15:49:40.509Z[ helios-setup] Jul 29 15:49:39.310 INFO E| Downloaded rustix v1.0.7
26982026-07-29T15:49:40.532Z[ helios-setup] Jul 29 15:49:39.334 INFO E| Downloaded libc v0.2.172
26992026-07-29T15:49:40.581Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling proc-macro2 v1.0.95
27002026-07-29T15:49:40.581Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling unicode-ident v1.0.18
27012026-07-29T15:49:40.584Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling libc v0.2.172
27022026-07-29T15:49:40.584Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling ident_case v1.0.1
27032026-07-29T15:49:40.584Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling strsim v0.11.1
27042026-07-29T15:49:40.584Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling fnv v1.0.7
27052026-07-29T15:49:40.584Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling serde v1.0.219
27062026-07-29T15:49:40.584Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling rustix v1.0.7
27072026-07-29T15:49:40.584Z[ helios-setup] Jul 29 15:49:39.382 INFO E| Compiling getrandom v0.3.3
27082026-07-29T15:49:40.596Z[ helios-setup] Jul 29 15:49:39.397 INFO E| Compiling bitflags v2.9.1
27092026-07-29T15:49:40.599Z[ helios-setup] Jul 29 15:49:39.397 INFO E| Compiling serde_json v1.0.140
27102026-07-29T15:49:40.599Z[ helios-setup] Jul 29 15:49:39.397 INFO E| Compiling cfg-if v1.0.0
27112026-07-29T15:49:40.599Z[ helios-setup] Jul 29 15:49:39.398 INFO E| Compiling thiserror v2.0.12
27122026-07-29T15:49:40.599Z[ helios-setup] Jul 29 15:49:39.398 INFO E| Compiling anyhow v1.0.98
27132026-07-29T15:49:40.599Z[ helios-setup] Jul 29 15:49:39.398 INFO E| Compiling memchr v2.7.4
27142026-07-29T15:49:40.599Z[ helios-setup] Jul 29 15:49:39.398 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27152026-07-29T15:49:40.687Z[ helios-setup] Jul 29 15:49:39.488 INFO E| Compiling fastrand v2.3.0
27162026-07-29T15:49:40.707Z[ helios-setup] Jul 29 15:49:39.508 INFO E| Compiling once_cell v1.21.3
27172026-07-29T15:49:40.718Z[ helios-setup] Jul 29 15:49:39.519 INFO E| Compiling itoa v1.0.15
27182026-07-29T15:49:40.728Z[ helios-setup] Jul 29 15:49:39.529 INFO E| Compiling ryu v1.0.20
27192026-07-29T15:49:41.204Z[ helios-setup] Jul 29 15:49:40.005 INFO E| Compiling errno v0.3.12
27202026-07-29T15:49:41.448Z[ helios-setup] Jul 29 15:49:40.249 INFO E| Compiling quote v1.0.40
27212026-07-29T15:49:41.601Z[ helios-setup] Jul 29 15:49:40.402 INFO E| Compiling syn v2.0.101
27222026-07-29T15:49:41.854Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.92s
27232026-07-29T15:49:41.946Z[ helios-setup] Jul 29 15:49:40.747 INFO E| Compiling tempfile v3.20.0
27242026-07-29T15:49:42.085Z[ omicron-package]
27252026-07-29T15:49:42.086Z[ omicron-package] real 31.104010533
27262026-07-29T15:49:42.089Z[ omicron-package] user 2:54.067645492
27272026-07-29T15:49:42.090Z[ omicron-package] sys 20.818136603
27282026-07-29T15:49:42.090Z[ omicron-package] trap 0.345276762
27292026-07-29T15:49:42.090Z[ omicron-package] tflt 0.452936716
27302026-07-29T15:49:42.090Z[ omicron-package] dflt 2.449617230
27312026-07-29T15:49:42.090Z[ omicron-package] kflt 0.000127180
27322026-07-29T15:49:42.090Z[ omicron-package] lock 7:55.546273450
27332026-07-29T15:49:42.090Z[ omicron-package] slp 4:11.739771108
27342026-07-29T15:49:42.090Z[ omicron-package] lat 31.176725480
27352026-07-29T15:49:42.090Z[ omicron-package] stop 1:14.699639346
27362026-07-29T15:49:42.090ZJul 29 15:49:40.887 INFO [omicron-package] process exited with exit status: 0 (31.167316347s)
27372026-07-29T15:49:42.090ZJul 29 15:49:40.887 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27382026-07-29T15:49:42.090ZJul 29 15:49:40.887 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27392026-07-29T15:49:42.096Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27402026-07-29T15:49:42.096Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27412026-07-29T15:49:42.100Z[ host-target] Created new build target 'host' and set it as active
27422026-07-29T15:49:42.100Z[ recovery-target] Created new build target 'recovery' and set it as active
27432026-07-29T15:49:42.103ZJul 29 15:49:40.901 INFO [host-target] process exited with exit status: 0 (14.281615ms)
27442026-07-29T15:49:42.103ZJul 29 15:49:40.901 INFO [recovery-target] process exited with exit status: 0 (13.879835ms)
27452026-07-29T15:49:42.103ZJul 29 15:49:40.901 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27462026-07-29T15:49:42.107Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27472026-07-29T15:49:43.544Z[ helios-setup] Jul 29 15:49:42.345 INFO E| Compiling darling_core v0.20.11
27482026-07-29T15:49:43.547Z[ host-package] Compiling heck v0.5.0
27492026-07-29T15:49:43.750Z[ host-package] Compiling regress v0.11.1
27502026-07-29T15:49:43.770Z[ host-package] Compiling unsafe-libyaml v0.2.11
27512026-07-29T15:49:43.811Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27522026-07-29T15:49:43.843Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27532026-07-29T15:49:43.865Z[ host-package] Compiling derive-where v1.6.0
27542026-07-29T15:49:43.869Z[ host-package] Compiling bytecount v0.6.9
27552026-07-29T15:49:43.907Z[ host-package] Compiling atomicwrites v0.4.4
27562026-07-29T15:49:43.914Z[ host-package] Compiling is-terminal v0.4.17
27572026-07-29T15:49:43.914Z[ host-package] Compiling prettyplease v0.2.37
27582026-07-29T15:49:43.914Z[ host-package] Compiling console v0.15.11
27592026-07-29T15:49:43.918Z[ helios-setup] Jul 29 15:49:42.716 INFO E| Compiling serde_derive v1.0.219
27602026-07-29T15:49:43.918Z[ helios-setup] Jul 29 15:49:42.716 INFO E| Compiling thiserror-impl v2.0.12
27612026-07-29T15:49:43.993Z[ host-package] Compiling newline-converter v0.3.0
27622026-07-29T15:49:43.993Z[ host-package] Compiling slog-dtrace v0.3.0
27632026-07-29T15:49:43.997Z[ host-package] Compiling resolv-conf v0.7.6
27642026-07-29T15:49:43.997Z[ host-package] Compiling num-rational v0.4.2
27652026-07-29T15:49:44.125Z[ host-package] Compiling num-complex v0.4.6
27662026-07-29T15:49:44.145Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27672026-07-29T15:49:44.207Z[ host-package] Compiling thread_local v1.1.9
27682026-07-29T15:49:44.274Z[ host-package] Compiling cancel-safe-futures v0.1.5
27692026-07-29T15:49:44.308Z[ host-package] Compiling match_cfg v0.1.0
27702026-07-29T15:49:44.465Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27712026-07-29T15:49:44.499Z[ host-package] Compiling expectorate v1.2.0
27722026-07-29T15:49:44.598Z[ host-package] Compiling unicode-width v0.1.14
27732026-07-29T15:49:44.644Z[ host-package] Compiling compression-core v0.4.31
27742026-07-29T15:49:44.644Z[ host-package] Compiling num v0.4.3
27752026-07-29T15:49:44.703Z[ host-package] Compiling hostname v0.3.1
27762026-07-29T15:49:44.751Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27772026-07-29T15:49:44.828Z[ host-package] Compiling compression-codecs v0.4.37
27782026-07-29T15:49:44.865Z[ host-package] Compiling multer v3.1.0
27792026-07-29T15:49:44.869Z[ host-package] Compiling slog-async v2.8.0
27802026-07-29T15:49:45.022Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27812026-07-29T15:49:45.027Z[ host-package] Compiling crossbeam-channel v0.5.15
27822026-07-29T15:49:45.027Z[ host-package] Compiling slog-json v2.6.1
27832026-07-29T15:49:45.051Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27842026-07-29T15:49:45.124Z[ host-package] Compiling serde_spanned v1.1.1
27852026-07-29T15:49:45.127Z[ helios-setup] Jul 29 15:49:43.926 INFO E| Compiling darling_macro v0.20.11
27862026-07-29T15:49:45.148Z[ host-package] Compiling linked-hash-map v0.5.6
27872026-07-29T15:49:45.152Z[ host-package] Compiling float-ord v0.3.2
27882026-07-29T15:49:45.227Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27892026-07-29T15:49:45.254Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27902026-07-29T15:49:45.300Z[ host-package] Compiling term v1.2.1
27912026-07-29T15:49:45.334Z[ host-package] Compiling take_mut v0.2.2
27922026-07-29T15:49:45.334Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27932026-07-29T15:49:45.334Z[ host-package] Compiling slog-bunyan v2.5.0
27942026-07-29T15:49:45.379Z[ host-package] Compiling typify-impl v0.6.2
27952026-07-29T15:49:45.426Z[ host-package] Compiling lru-cache v0.1.2
27962026-07-29T15:49:45.502Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27972026-07-29T15:49:45.598Z[ host-package] Compiling async-compression v0.4.41
27982026-07-29T15:49:45.758Z[ host-package] Compiling slog-term v2.9.2
27992026-07-29T15:49:45.789Z[ helios-setup] Jul 29 15:49:44.590 INFO E| Compiling darling v0.20.11
28002026-07-29T15:49:45.878Z[ helios-setup] Jul 29 15:49:44.679 INFO E| Compiling serde_with_macros v3.12.0
28012026-07-29T15:49:46.000Z[ host-package] Compiling dropshot v0.17.1
28022026-07-29T15:49:46.060Z[ host-package] Compiling async-stream v0.3.6
28032026-07-29T15:49:46.142Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28042026-07-29T15:49:46.248Z[ host-package] Compiling sha1 v0.11.0
28052026-07-29T15:49:46.294Z[ host-package] Compiling progenitor-client v0.14.0
28062026-07-29T15:49:46.327Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28072026-07-29T15:49:46.368Z[ host-package] Compiling waitgroup v0.1.2
28082026-07-29T15:49:46.372Z[ host-package] Compiling rustls-pemfile v2.2.0
28092026-07-29T15:49:46.384Z[ host-package] Compiling backon v1.6.0
28102026-07-29T15:49:46.564Z[ host-package] Compiling hostname v0.4.2
28112026-07-29T15:49:46.663Z[ host-package] Compiling serde_path_to_error v0.1.20
28122026-07-29T15:49:46.691Z[ host-package] Compiling instant v0.1.13
28132026-07-29T15:49:46.694Z[ host-package] Compiling linear-map v1.2.0
28142026-07-29T15:49:46.735Z[ host-package] Compiling minimal-lexical v0.2.1
28152026-07-29T15:49:46.768Z[ host-package] Compiling debug-ignore v1.0.5
28162026-07-29T15:49:46.824Z[ host-package] Compiling progenitor-extras v0.2.0
28172026-07-29T15:49:46.828Z[ host-package] Compiling backoff v0.4.0
28182026-07-29T15:49:46.831Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28192026-07-29T15:49:46.994Z[ host-package] Compiling oxide-update-engine v0.1.2
28202026-07-29T15:49:47.037Z[ host-package] Compiling nom v7.1.3
28212026-07-29T15:49:47.097Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28222026-07-29T15:49:47.097Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28232026-07-29T15:49:47.148Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28242026-07-29T15:49:47.171Z[ host-package] Compiling parse-display v0.10.0
28252026-07-29T15:49:47.398Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28262026-07-29T15:49:47.509Z[ host-package] Compiling hickory-proto v0.24.4
28272026-07-29T15:49:47.690Z[ host-package] Compiling regress v0.10.5
28282026-07-29T15:49:47.890Z[ host-package] Compiling itertools v0.14.0
28292026-07-29T15:49:48.259Z[ host-package] Compiling macaddr v1.0.1
28302026-07-29T15:49:48.306Z[ host-package] Compiling humantime v2.3.0
28312026-07-29T15:49:48.526Z[ host-package] Compiling unicode-xid v0.2.6
28322026-07-29T15:49:48.623Z[ helios-setup] Jul 29 15:49:47.415 INFO E| Compiling serde_with v3.12.0
28332026-07-29T15:49:48.712Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28342026-07-29T15:49:48.715Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28352026-07-29T15:49:48.780Z[ host-package] Compiling convert_case v0.10.0
28362026-07-29T15:49:48.780Z[ host-package] Compiling owo-colors v4.3.0
28372026-07-29T15:49:48.915Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28382026-07-29T15:49:49.076Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28392026-07-29T15:49:49.150Z[ host-package] Compiling derive_more-impl v2.1.1
28402026-07-29T15:49:49.234Z[ host-package] Compiling typify-macro v0.6.2
28412026-07-29T15:49:49.303Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28422026-07-29T15:49:49.374Z[ host-package] Compiling toml v0.8.23
28432026-07-29T15:49:49.878Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28442026-07-29T15:49:49.943Z[ host-package] Compiling papergrid v0.11.0
28452026-07-29T15:49:50.173Z[ host-package] Compiling derive_more v2.1.1
28462026-07-29T15:49:50.323Z[ host-package] Compiling hickory-resolver v0.24.4
28472026-07-29T15:49:50.351Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28482026-07-29T15:49:50.448Z[ host-package] Compiling tabled_derive v0.7.0
28492026-07-29T15:49:50.544Z[ host-package] Compiling termtree v0.5.1
28502026-07-29T15:49:50.746Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28512026-07-29T15:49:50.845Z[ host-package] Compiling crossterm v0.29.0
28522026-07-29T15:49:51.251Z[ host-package] Compiling typify v0.6.2
28532026-07-29T15:49:51.487Z[ host-package] Compiling progenitor-impl v0.14.0
28542026-07-29T15:49:51.493Z[ host-package] Compiling tabled v0.15.0
28552026-07-29T15:49:52.206Z[ host-package] Compiling qorb v0.4.1
28562026-07-29T15:49:52.316Z[ host-package] Compiling phf_shared v0.12.1
28572026-07-29T15:49:52.614Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28582026-07-29T15:49:52.997Z[ helios-setup] Jul 29 15:49:51.798 INFO E| Finished `release` profile [optimized] target(s) in 12.91s
28592026-07-29T15:49:53.023Z[ helios-setup] Jul 29 15:49:51.824 INFO building project "dmar-report" ok (12 seconds)
28602026-07-29T15:49:53.023Z[ helios-setup] Jul 29 15:49:51.824 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28612026-07-29T15:49:53.032Z[ helios-setup] Jul 29 15:49:51.833 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
28622026-07-29T15:49:53.032Z[ helios-setup] Jul 29 15:49:51.833 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28632026-07-29T15:49:53.032Z[ helios-setup] Jul 29 15:49:51.833 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28642026-07-29T15:49:53.139Z[ helios-setup] Jul 29 15:49:51.940 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28652026-07-29T15:49:53.227Z[ host-package] Compiling csv-core v0.1.13
28662026-07-29T15:49:53.414Z[ helios-setup] Jul 29 15:49:52.215 INFO E| From https://github.com/jclulow/rust-jmclib
28672026-07-29T15:49:53.414Z[ helios-setup] Jul 29 15:49:52.215 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28682026-07-29T15:49:53.425Z[ helios-setup] Jul 29 15:49:52.225 INFO E| Updating crates.io index
28692026-07-29T15:49:53.581Z[ helios-setup] Jul 29 15:49:52.382 INFO E| Downloading crates ...
28702026-07-29T15:49:53.630Z[ helios-setup] Jul 29 15:49:52.431 INFO E| Downloaded itoa v1.0.9
28712026-07-29T15:49:53.635Z[ helios-setup] Jul 29 15:49:52.435 INFO E| Downloaded glob v0.3.1
28722026-07-29T15:49:53.640Z[ helios-setup] Jul 29 15:49:52.441 INFO E| Downloaded errno v0.3.1
28732026-07-29T15:49:53.644Z[ helios-setup] Jul 29 15:49:52.443 INFO E| Downloaded uuid v0.8.2
28742026-07-29T15:49:53.648Z[ helios-setup] Jul 29 15:49:52.445 INFO E| Downloaded block-buffer v0.9.0
28752026-07-29T15:49:53.651Z[ helios-setup] Jul 29 15:49:52.452 INFO E| Downloaded sha-1 v0.9.8
28762026-07-29T15:49:53.655Z[ helios-setup] Jul 29 15:49:52.456 INFO E| Downloaded cpufeatures v0.2.9
28772026-07-29T15:49:53.659Z[ helios-setup] Jul 29 15:49:52.457 INFO E| Downloaded digest v0.9.0
28782026-07-29T15:49:53.659Z[ helios-setup] Jul 29 15:49:52.459 INFO E| Downloaded quote v1.0.31
28792026-07-29T15:49:53.663Z[ helios-setup] Jul 29 15:49:52.464 INFO E| Downloaded opaque-debug v0.3.0
28802026-07-29T15:49:53.667Z[ helios-setup] Jul 29 15:49:52.467 INFO E| Downloaded fastrand v2.0.0
28812026-07-29T15:49:53.667Z[ helios-setup] Jul 29 15:49:52.468 INFO E| Downloaded libdevinfo-sys v1.0.0
28822026-07-29T15:49:53.683Z[ helios-setup] Jul 29 15:49:52.482 INFO E| Downloaded md-5 v0.9.1
28832026-07-29T15:49:53.683Z[ helios-setup] Jul 29 15:49:52.483 INFO E| Downloaded unicode-width v0.1.10
28842026-07-29T15:49:53.692Z[ helios-setup] Jul 29 15:49:52.493 INFO E| Downloaded walkdir v2.3.3
28852026-07-29T15:49:53.702Z[ helios-setup] Jul 29 15:49:52.503 INFO E| Downloaded tempfile v3.7.0
28862026-07-29T15:49:53.710Z[ host-package] Compiling vte v0.14.1
28872026-07-29T15:49:53.714Z[ helios-setup] Jul 29 15:49:52.511 INFO E| Downloaded bitflags v2.3.3
28882026-07-29T15:49:53.714Z[ helios-setup] Jul 29 15:49:52.513 INFO E| Downloaded getrandom v0.2.10
28892026-07-29T15:49:53.718Z[ helios-setup] Jul 29 15:49:52.519 INFO E| Downloaded typenum v1.16.0
28902026-07-29T15:49:53.721Z[ helios-setup] Jul 29 15:49:52.520 INFO E| Downloaded unicode-ident v1.0.11
28912026-07-29T15:49:53.721Z[ helios-setup] Jul 29 15:49:52.522 INFO E| Downloaded anyhow v1.0.72
28922026-07-29T15:49:53.725Z[ helios-setup] Jul 29 15:49:52.526 INFO E| Downloaded once_cell v1.18.0
28932026-07-29T15:49:53.729Z[ helios-setup] Jul 29 15:49:52.528 INFO E| Downloaded proc-macro2 v1.0.66
28942026-07-29T15:49:53.732Z[ helios-setup] Jul 29 15:49:52.530 INFO E| Downloaded serde_derive v1.0.193
28952026-07-29T15:49:53.736Z[ helios-setup] Jul 29 15:49:52.535 INFO E| Downloaded ryu v1.0.15
28962026-07-29T15:49:53.739Z[ helios-setup] Jul 29 15:49:52.538 INFO E| Downloaded serde v1.0.193
28972026-07-29T15:49:53.743Z[ helios-setup] Jul 29 15:49:52.544 INFO E| Downloaded toml v0.5.11
28982026-07-29T15:49:53.759Z[ helios-setup] Jul 29 15:49:52.560 INFO E| Downloaded serde_json v1.0.103
28992026-07-29T15:49:53.784Z[ helios-setup] Jul 29 15:49:52.584 INFO E| Downloaded syn v2.0.32
29002026-07-29T15:49:53.798Z[ helios-setup] Jul 29 15:49:52.598 INFO E| Downloaded rustix v0.38.4
29012026-07-29T15:49:53.827Z[ helios-setup] Jul 29 15:49:52.627 INFO E| Downloaded libc v0.2.147
29022026-07-29T15:49:53.886Z[ helios-setup] Jul 29 15:49:52.686 INFO E| Compiling libc v0.2.147
29032026-07-29T15:49:53.886Z[ helios-setup] Jul 29 15:49:52.686 INFO E| Compiling proc-macro2 v1.0.66
29042026-07-29T15:49:53.886Z[ helios-setup] Jul 29 15:49:52.686 INFO E| Compiling cfg-if v1.0.0
29052026-07-29T15:49:53.890Z[ helios-setup] Jul 29 15:49:52.686 INFO E| Compiling unicode-ident v1.0.11
29062026-07-29T15:49:53.890Z[ helios-setup] Jul 29 15:49:52.687 INFO E| Compiling typenum v1.16.0
29072026-07-29T15:49:53.890Z[ helios-setup] Jul 29 15:49:52.687 INFO E| Compiling version_check v0.9.4
29082026-07-29T15:49:53.890Z[ helios-setup] Jul 29 15:49:52.687 INFO E| Compiling serde v1.0.193
29092026-07-29T15:49:53.921Z[ helios-setup] Jul 29 15:49:52.722 INFO E| Compiling time-core v0.1.2
29102026-07-29T15:49:53.921Z[ helios-setup] Jul 29 15:49:52.722 INFO E| Compiling powerfmt v0.2.0
29112026-07-29T15:49:53.950Z[ helios-setup] Jul 29 15:49:52.751 INFO E| Compiling num-conv v0.1.0
29122026-07-29T15:49:53.950Z[ helios-setup] Jul 29 15:49:52.751 INFO E| Compiling itoa v1.0.9
29132026-07-29T15:49:53.968Z[ helios-setup] Jul 29 15:49:52.768 INFO E| Compiling slog v2.7.0
29142026-07-29T15:49:53.968Z[ helios-setup] Jul 29 15:49:52.768 INFO E| Compiling rustix v0.38.4
29152026-07-29T15:49:53.971Z[ helios-setup] Jul 29 15:49:52.769 INFO E| Compiling bitflags v2.3.3
29162026-07-29T15:49:53.979Z[ helios-setup] Jul 29 15:49:52.780 INFO E| Compiling num_threads v0.1.6
29172026-07-29T15:49:53.983Z[ helios-setup] Jul 29 15:49:52.781 INFO E| Compiling once_cell v1.18.0
29182026-07-29T15:49:54.068Z[ host-package] Compiling chrono-tz v0.10.4
29192026-07-29T15:49:54.097Z[ host-package] Compiling progenitor-macro v0.14.0
29202026-07-29T15:49:54.142Z[ host-package] Compiling highway v1.3.0
29212026-07-29T15:49:54.159Z[ helios-setup] Jul 29 15:49:52.960 INFO E| Compiling opaque-debug v0.3.0
29222026-07-29T15:49:54.446Z[ helios-setup] Jul 29 15:49:53.246 INFO E| Compiling fastrand v2.0.0
29232026-07-29T15:49:54.449Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29242026-07-29T15:49:54.486Z[ helios-setup] Jul 29 15:49:53.286 INFO E| Compiling anyhow v1.0.72
29252026-07-29T15:49:54.527Z[ helios-setup] Jul 29 15:49:53.327 INFO E| Compiling serde_json v1.0.103
29262026-07-29T15:49:54.599Z[ helios-setup] Jul 29 15:49:53.399 INFO E| Compiling deranged v0.3.11
29272026-07-29T15:49:54.652Z[ helios-setup] Jul 29 15:49:53.453 INFO E| Compiling time-macros v0.2.18
29282026-07-29T15:49:54.865Z[ helios-setup] Jul 29 15:49:53.664 INFO E| Compiling thread_local v1.1.7
29292026-07-29T15:49:54.928Z[ helios-setup] Jul 29 15:49:53.727 INFO E| Compiling generic-array v0.14.7
29302026-07-29T15:49:54.945Z[ helios-setup] Jul 29 15:49:53.746 INFO E| Compiling cpufeatures v0.2.9
29312026-07-29T15:49:55.030Z[ helios-setup] Jul 29 15:49:53.822 INFO E| Compiling quote v1.0.31
29322026-07-29T15:49:55.040Z[ helios-setup] Jul 29 15:49:53.834 INFO E| Compiling ryu v1.0.15
29332026-07-29T15:49:55.141Z[ helios-setup] Jul 29 15:49:53.942 INFO E| Compiling dirs-sys-next v0.1.2
29342026-07-29T15:49:55.187Z[ helios-setup] Jul 29 15:49:53.987 INFO E| Compiling errno v0.3.1
29352026-07-29T15:49:55.233Z[ helios-setup] Jul 29 15:49:54.034 INFO E| Compiling atty v0.2.14
29362026-07-29T15:49:55.306Z[ helios-setup] Jul 29 15:49:54.106 INFO E| Compiling syn v2.0.32
29372026-07-29T15:49:55.370Z[ helios-setup] Jul 29 15:49:54.169 INFO E| Compiling dirs-next v2.0.0
29382026-07-29T15:49:55.439Z[ helios-setup] Jul 29 15:49:54.240 INFO E| Compiling getrandom v0.2.10
29392026-07-29T15:49:55.439Z[ helios-setup] Jul 29 15:49:54.240 INFO E| Compiling same-file v1.0.6
29402026-07-29T15:49:55.443Z[ helios-setup] Jul 29 15:49:54.241 INFO E| Compiling unicode-width v0.1.10
29412026-07-29T15:49:55.471Z[ helios-setup] Jul 29 15:49:54.272 INFO E| Compiling glob v0.3.1
29422026-07-29T15:49:55.482Z[ helios-setup] Jul 29 15:49:54.283 INFO E| Compiling libdevinfo-sys v1.0.0
29432026-07-29T15:49:55.540Z[ helios-setup] Jul 29 15:49:54.340 INFO E| Compiling term v0.7.0
29442026-07-29T15:49:55.579Z[ helios-setup] Jul 29 15:49:54.380 INFO E| Compiling getopts v0.2.21
29452026-07-29T15:49:55.654Z[ helios-setup] Jul 29 15:49:54.453 INFO E| Compiling walkdir v2.3.3
29462026-07-29T15:49:55.936Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29472026-07-29T15:49:56.065Z[ host-package] Compiling csv v1.4.0
29482026-07-29T15:49:56.354Z[ host-package] Compiling phf v0.12.1
29492026-07-29T15:49:56.398Z[ helios-setup] Jul 29 15:49:55.199 INFO E| Compiling tempfile v3.7.0
29502026-07-29T15:49:56.426Z[ helios-setup] Jul 29 15:49:55.227 INFO E| Compiling digest v0.9.0
29512026-07-29T15:49:56.426Z[ helios-setup] Jul 29 15:49:55.227 INFO E| Compiling block-buffer v0.9.0
29522026-07-29T15:49:56.525Z[ helios-setup] Jul 29 15:49:55.326 INFO E| Compiling md-5 v0.9.1
29532026-07-29T15:49:56.525Z[ helios-setup] Jul 29 15:49:55.326 INFO E| Compiling sha-1 v0.9.8
29542026-07-29T15:49:56.661Z[ host-package] Compiling const_format_proc_macros v0.2.34
29552026-07-29T15:49:56.695Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-07-29T15:49:56.786Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29572026-07-29T15:49:56.853Z[ host-package] Compiling fd-lock v4.0.4
29582026-07-29T15:49:56.879Z[ helios-setup] Jul 29 15:49:55.680 INFO E| Compiling time v0.3.36
29592026-07-29T15:49:57.152Z[ host-package] Compiling peg-macros v0.8.5
29602026-07-29T15:49:57.523Z[ host-package] Compiling nu-ansi-term v0.50.3
29612026-07-29T15:49:57.547Z[ helios-setup] Jul 29 15:49:56.348 INFO E| Compiling serde_derive v1.0.193
29622026-07-29T15:49:57.615Z[ host-package] Compiling const_format v0.2.35
29632026-07-29T15:49:57.867Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29642026-07-29T15:49:57.911Z[ helios-setup] Jul 29 15:49:56.712 INFO E| Compiling slog-term v2.9.0
29652026-07-29T15:49:58.248Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29662026-07-29T15:49:58.776Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29672026-07-29T15:49:59.112Z[ host-package] Compiling peg v0.8.5
29682026-07-29T15:49:59.304Z[ host-package] Compiling reedline v0.40.0
29692026-07-29T15:49:59.521Z[ host-package] Compiling progenitor v0.14.0
29702026-07-29T15:49:59.745Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29712026-07-29T15:50:00.112Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29722026-07-29T15:50:00.228Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29732026-07-29T15:50:00.771Z[ host-package] Compiling bcs v0.1.6
29742026-07-29T15:50:01.280Z[ host-package] Compiling nom v8.0.0
29752026-07-29T15:50:01.308Z[ host-package] Compiling semver v0.1.20
29762026-07-29T15:50:01.474Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29772026-07-29T15:50:01.683Z[ host-package] Compiling rustc_version v0.1.7
29782026-07-29T15:50:01.776Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29792026-07-29T15:50:01.981Z[ host-package] Compiling newtype_derive v0.1.6
29802026-07-29T15:50:02.048Z[ helios-setup] Jul 29 15:50:00.848 INFO E| Compiling toml v0.5.11
29812026-07-29T15:50:02.048Z[ helios-setup] Jul 29 15:50:00.848 INFO E| Compiling uuid v0.8.2
29822026-07-29T15:50:02.298Z[ host-package] Compiling unicode-linebreak v0.1.5
29832026-07-29T15:50:02.359Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29842026-07-29T15:50:02.721Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29852026-07-29T15:50:02.758Z[ host-package] Compiling smawk v0.3.2
29862026-07-29T15:50:02.941Z[ host-package] Compiling textwrap v0.16.2
29872026-07-29T15:50:02.947Z[ helios-setup] Jul 29 15:50:01.745 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29882026-07-29T15:50:03.007Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29892026-07-29T15:50:03.093Z[ host-package] Compiling steno v0.4.1
29902026-07-29T15:50:03.097Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29912026-07-29T15:50:03.204Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29922026-07-29T15:50:03.598Z[ helios-setup] Jul 29 15:50:02.399 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29932026-07-29T15:50:03.709Z[ host-package] Compiling sha1 v0.10.6
29942026-07-29T15:50:03.915Z[ host-package] Compiling utf-8 v0.7.6
29952026-07-29T15:50:04.172Z[ host-package] Compiling tagptr v0.2.0
29962026-07-29T15:50:04.306Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29972026-07-29T15:50:04.402Z[ host-package] Compiling moka v0.12.13
29982026-07-29T15:50:04.503Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29992026-07-29T15:50:04.600Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30002026-07-29T15:50:04.958Z[ host-package] Compiling tungstenite v0.21.0
30012026-07-29T15:50:05.109Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30022026-07-29T15:50:05.269Z[ host-package] Compiling darling_core v0.21.3
30032026-07-29T15:50:05.417Z[ host-package] Compiling vergen-lib v0.1.6
30042026-07-29T15:50:05.727Z[ host-package] Compiling hickory-resolver v0.25.2
30052026-07-29T15:50:05.760Z[ host-package] Compiling tokio-tungstenite v0.21.0
30062026-07-29T15:50:06.008Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30072026-07-29T15:50:06.249Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30082026-07-29T15:50:06.462Z[ host-package] Compiling diesel_derives v2.3.7
30092026-07-29T15:50:06.891Z[ host-package] Compiling proc-macro-error2 v2.0.1
30102026-07-29T15:50:07.278Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30112026-07-29T15:50:07.538Z[ host-package] Compiling libscf-sys v1.2.0
30122026-07-29T15:50:07.757Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30132026-07-29T15:50:07.778Z[ host-package] Compiling darling_macro v0.21.3
30142026-07-29T15:50:07.995Z[ host-package] Compiling vergen-gitcl v1.0.8
30152026-07-29T15:50:08.289Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30162026-07-29T15:50:08.353Z[ host-package] Compiling darling v0.21.3
30172026-07-29T15:50:08.383Z[ host-package] Compiling dirs-sys-next v0.1.2
30182026-07-29T15:50:08.462Z[ helios-setup] Jul 29 15:50:07.263 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.41s
30192026-07-29T15:50:08.485Z[ helios-setup] Jul 29 15:50:07.286 INFO building project "image-builder" ok (15 seconds)
30202026-07-29T15:50:08.485Z[ helios-setup] Jul 29 15:50:07.286 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
30212026-07-29T15:50:08.525Z[ host-package] Compiling maplit v1.0.2
30222026-07-29T15:50:08.560Z[ host-package] Compiling dsl_auto_type v0.2.0
30232026-07-29T15:50:08.628Z[ host-package] Compiling glob v0.3.3
30242026-07-29T15:50:08.650Z[ host-package] Compiling crunchy v0.2.4
30252026-07-29T15:50:08.673Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30262026-07-29T15:50:08.713Z[ host-package] Compiling dirs-next v2.0.0
30272026-07-29T15:50:08.921Z[ host-package] Compiling r2d2 v0.8.10
30282026-07-29T15:50:08.979Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30292026-07-29T15:50:09.001Z[ host-package] Compiling clang-sys v1.8.1
30302026-07-29T15:50:09.486Z[ host-package] Compiling tabled_derive v0.11.0
30312026-07-29T15:50:09.628Z[ host-package] Compiling papergrid v0.17.0
30322026-07-29T15:50:09.696Z[ host-package] Compiling testing_table v0.3.0
30332026-07-29T15:50:10.048Z[ host-package] Compiling downcast-rs v2.0.2
30342026-07-29T15:50:10.207Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30352026-07-29T15:50:10.360Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30362026-07-29T15:50:10.442Z[ host-package] Compiling tiny-keccak v2.0.2
30372026-07-29T15:50:10.909Z[ host-package] Compiling term v0.7.0
30382026-07-29T15:50:11.234Z[ host-package] Compiling tabled v0.20.0
30392026-07-29T15:50:11.340Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30402026-07-29T15:50:11.463Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30412026-07-29T15:50:11.615Z[ host-package] Compiling bit-vec v0.6.3
30422026-07-29T15:50:11.790Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30432026-07-29T15:50:11.837Z[ host-package] Compiling bit-set v0.5.3
30442026-07-29T15:50:11.867Z[ host-package] Compiling ascii-canvas v3.0.0
30452026-07-29T15:50:12.044Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30462026-07-29T15:50:12.170Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30472026-07-29T15:50:12.191Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30482026-07-29T15:50:12.342Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30492026-07-29T15:50:12.422Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30502026-07-29T15:50:12.525Z[ host-package] Compiling itertools v0.10.5
30512026-07-29T15:50:12.626Z[ host-package] Compiling ena v0.14.4
30522026-07-29T15:50:12.799Z[ host-package] Compiling libloading v0.8.9
30532026-07-29T15:50:12.896Z[ host-package] Compiling regex-syntax v0.6.29
30542026-07-29T15:50:12.965Z[ host-package] Compiling diff v0.1.13
30552026-07-29T15:50:13.059Z[ host-package] Compiling unicase v2.9.0
30562026-07-29T15:50:13.280Z[ host-package] Compiling xshell-macros v0.2.7
30572026-07-29T15:50:13.388Z[ host-package] Compiling bindgen v0.71.1
30582026-07-29T15:50:13.874Z[ host-package] Compiling xshell v0.2.7
30592026-07-29T15:50:14.026Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30602026-07-29T15:50:14.169Z[ host-package] Compiling diesel v2.3.7
30612026-07-29T15:50:14.956Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30622026-07-29T15:50:15.133Z[ host-package] Compiling lalrpop v0.19.12
30632026-07-29T15:50:15.290Z[ host-package] Compiling cexpr v0.6.0
30642026-07-29T15:50:15.315Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30652026-07-29T15:50:15.591Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30662026-07-29T15:50:15.684Z[ host-package] Compiling rustc-hash v2.1.1
30672026-07-29T15:50:15.951Z[ host-package] Compiling crc8 v0.1.1
30682026-07-29T15:50:16.095Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30692026-07-29T15:50:16.538Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30702026-07-29T15:50:16.672Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30712026-07-29T15:50:16.748Z[ host-package] Compiling headers-core v0.3.0
30722026-07-29T15:50:17.059Z[ host-package] Compiling libxml v0.3.3
30732026-07-29T15:50:17.104Z[ host-package] Compiling headers v0.4.1
30742026-07-29T15:50:17.163Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30752026-07-29T15:50:17.400Z[ host-package] Compiling strum_macros v0.24.3
30762026-07-29T15:50:17.423Z[ host-package] Compiling indoc v1.0.9
30772026-07-29T15:50:17.878Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-07-29T15:50:17.946Z[ host-package] Compiling derive_builder v0.20.2
30792026-07-29T15:50:18.132Z[ host-package] Compiling quick-xml v0.37.5
30802026-07-29T15:50:18.161Z[ host-package] Compiling oso-derive v0.27.3
30812026-07-29T15:50:18.672Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30822026-07-29T15:50:18.854Z[ host-package] Compiling openssl-probe v0.1.6
30832026-07-29T15:50:18.941Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30842026-07-29T15:50:18.965Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30852026-07-29T15:50:19.259Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30862026-07-29T15:50:19.280Z[ host-package] Compiling bb8 v0.8.6
30872026-07-29T15:50:19.475Z[ host-package] Compiling trait-variant v0.1.2
30882026-07-29T15:50:19.783Z[ host-package] Compiling half v1.8.3
30892026-07-29T15:50:19.896Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30902026-07-29T15:50:20.123Z[ host-package] Compiling serde_cbor v0.11.2
30912026-07-29T15:50:20.149Z[ host-package] Compiling progenitor-impl v0.13.0
30922026-07-29T15:50:20.152Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30932026-07-29T15:50:20.303Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30942026-07-29T15:50:20.635Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30952026-07-29T15:50:21.264Z[ host-package] Compiling progenitor-client v0.13.0
30962026-07-29T15:50:21.267Z[ host-package] Compiling nonempty v0.12.0
30972026-07-29T15:50:21.306Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30982026-07-29T15:50:21.351Z[ host-package] Compiling samael v0.0.19
30992026-07-29T15:50:21.381Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31002026-07-29T15:50:21.642Z[ host-package] Compiling fxhash v0.2.1
31012026-07-29T15:50:21.645Z[ host-package] Compiling libz-sys v1.1.24
31022026-07-29T15:50:21.839Z[ host-package] Compiling salty v0.3.0
31032026-07-29T15:50:22.164Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31042026-07-29T15:50:22.346Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31052026-07-29T15:50:22.509Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31062026-07-29T15:50:22.841Z[ host-package] Compiling kstat-rs v0.2.4
31072026-07-29T15:50:22.879Z[ host-package] Compiling progenitor-macro v0.13.0
31082026-07-29T15:50:23.100Z[ host-package] Compiling arc-swap v1.8.2
31092026-07-29T15:50:23.492Z[ host-package] Compiling slog-scope v4.4.1
31102026-07-29T15:50:23.566Z[ host-package] Compiling mime_guess v2.0.5
31112026-07-29T15:50:23.861Z[ host-package] Compiling polar-core v0.27.3
31122026-07-29T15:50:23.933Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31132026-07-29T15:50:24.115Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31142026-07-29T15:50:24.617Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31152026-07-29T15:50:26.804Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31162026-07-29T15:50:26.942Z[ host-package] Compiling rfc6979 v0.4.0
31172026-07-29T15:50:27.212Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31182026-07-29T15:50:27.309Z[ host-package] Compiling progenitor v0.13.0
31192026-07-29T15:50:27.576Z[ host-package] Compiling nanorand v0.7.0
31202026-07-29T15:50:27.626Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31212026-07-29T15:50:27.965Z[ host-package] Compiling parking_lot_core v0.8.6
31222026-07-29T15:50:28.375Z[ host-package] Compiling flume v0.11.1
31232026-07-29T15:50:28.409Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31242026-07-29T15:50:28.760Z[ host-package] Compiling ecdsa v0.16.9
31252026-07-29T15:50:28.897Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31262026-07-29T15:50:29.064Z[ host-package] Compiling slog-stdlog v4.1.1
31272026-07-29T15:50:29.561Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31282026-07-29T15:50:29.656Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31292026-07-29T15:50:29.815Z[ host-package] Compiling primeorder v0.13.6
31302026-07-29T15:50:30.160Z[ host-package] Compiling git-stub v1.0.0
31312026-07-29T15:50:30.338Z[ host-package] Compiling atty v0.2.14
31322026-07-29T15:50:30.489Z[ host-package] Compiling strsim v0.10.0
31332026-07-29T15:50:30.493Z[ host-package] Compiling instability v0.3.11
31342026-07-29T15:50:30.812Z[ host-package] Compiling http-range v0.1.5
31352026-07-29T15:50:30.836Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31362026-07-29T15:50:31.012Z[ host-package] Compiling darling_core v0.13.4
31372026-07-29T15:50:31.029Z[ helios-setup] Jul 29 15:50:29.825 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')"
31382026-07-29T15:50:31.029Z[ helios-setup] Jul 29 15:50:29.825 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31392026-07-29T15:50:31.034Z[ helios-setup] Jul 29 15:50:29.834 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31402026-07-29T15:50:31.034Z[ helios-setup] Jul 29 15:50:29.834 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31412026-07-29T15:50:31.034Z[ helios-setup] Jul 29 15:50:29.834 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31422026-07-29T15:50:31.121Z[ host-package] Compiling git-stub-vcs v0.1.0
31432026-07-29T15:50:31.143Z[ helios-setup] Jul 29 15:50:29.943 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31442026-07-29T15:50:31.182Z[ host-package] Compiling p384 v0.13.1
31452026-07-29T15:50:31.294Z[ host-package] Compiling slog-envlogger v2.2.0
31462026-07-29T15:50:31.440Z[ helios-setup] Jul 29 15:50:30.240 INFO E| From https://github.com/jclulow/hiercmd
31472026-07-29T15:50:31.440Z[ helios-setup] Jul 29 15:50:30.241 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31482026-07-29T15:50:31.453Z[ helios-setup] Jul 29 15:50:30.253 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31492026-07-29T15:50:31.969Z[ helios-setup] Jul 29 15:50:30.770 INFO E| From https://github.com/oxidecomputer/network-interface
31502026-07-29T15:50:31.969Z[ helios-setup] Jul 29 15:50:30.770 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31512026-07-29T15:50:31.981Z[ helios-setup] Jul 29 15:50:30.781 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31522026-07-29T15:50:32.255Z[ helios-setup] Jul 29 15:50:31.056 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31532026-07-29T15:50:32.255Z[ helios-setup] Jul 29 15:50:31.056 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31542026-07-29T15:50:32.274Z[ helios-setup] Jul 29 15:50:31.074 INFO E| Updating crates.io index
31552026-07-29T15:50:32.333Z[ helios-setup] Jul 29 15:50:31.134 INFO E| Downloading crates ...
31562026-07-29T15:50:32.337Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31572026-07-29T15:50:32.393Z[ helios-setup] Jul 29 15:50:31.194 INFO E| Downloaded anstyle v1.0.13
31582026-07-29T15:50:32.397Z[ helios-setup] Jul 29 15:50:31.196 INFO E| Downloaded bitfield v0.19.3
31592026-07-29T15:50:32.401Z[ helios-setup] Jul 29 15:50:31.202 INFO E| Downloaded anyhow v1.0.100
31602026-07-29T15:50:32.408Z[ helios-setup] Jul 29 15:50:31.208 INFO E| Downloaded bitfield-macros v0.19.3
31612026-07-29T15:50:32.411Z[ helios-setup] Jul 29 15:50:31.209 INFO E| Downloaded crc v3.3.0
31622026-07-29T15:50:32.411Z[ helios-setup] Jul 29 15:50:31.210 INFO E| Downloaded clap_lex v0.7.6
31632026-07-29T15:50:32.414Z[ helios-setup] Jul 29 15:50:31.215 INFO E| Downloaded futures-macro v0.3.31
31642026-07-29T15:50:32.417Z[ helios-setup] Jul 29 15:50:31.217 INFO E| Downloaded futures-sink v0.3.31
31652026-07-29T15:50:32.434Z[ helios-setup] Jul 29 15:50:31.235 INFO E| Downloaded serde_spanned v1.0.3
31662026-07-29T15:50:32.438Z[ helios-setup] Jul 29 15:50:31.236 INFO E| Downloaded pin-utils v0.1.0
31672026-07-29T15:50:32.438Z[ helios-setup] Jul 29 15:50:31.237 INFO E| Downloaded libdevinfo-sys v1.1.0
31682026-07-29T15:50:32.441Z[ helios-setup] Jul 29 15:50:31.240 INFO E| Downloaded devinfo v0.1.0
31692026-07-29T15:50:32.441Z[ helios-setup] Jul 29 15:50:31.241 INFO E| Downloaded env_filter v0.1.4
31702026-07-29T15:50:32.454Z[ helios-setup] Jul 29 15:50:31.255 INFO E| Downloaded futures-io v0.3.31
31712026-07-29T15:50:32.457Z[ helios-setup] Jul 29 15:50:31.255 INFO E| Downloaded simd-adler32 v0.3.7
31722026-07-29T15:50:32.457Z[ helios-setup] Jul 29 15:50:31.256 INFO E| Downloaded futures-task v0.3.31
31732026-07-29T15:50:32.457Z[ helios-setup] Jul 29 15:50:31.257 INFO E| Downloaded pin-project-lite v0.2.16
31742026-07-29T15:50:32.461Z[ helios-setup] Jul 29 15:50:31.260 INFO E| Downloaded generic-array v0.14.9
31752026-07-29T15:50:32.474Z[ helios-setup] Jul 29 15:50:31.275 INFO E| Downloaded zeroize_derive v1.4.2
31762026-07-29T15:50:32.477Z[ helios-setup] Jul 29 15:50:31.276 INFO E| Downloaded anstyle-query v1.1.4
31772026-07-29T15:50:32.504Z[ helios-setup] Jul 29 15:50:31.305 INFO E| Downloaded time-core v0.1.6
31782026-07-29T15:50:32.508Z[ helios-setup] Jul 29 15:50:31.306 INFO E| Downloaded getopts v0.2.24
31792026-07-29T15:50:32.508Z[ helios-setup] Jul 29 15:50:31.307 INFO E| Downloaded num_enum v0.7.5
31802026-07-29T15:50:32.511Z[ helios-setup] Jul 29 15:50:31.310 INFO E| Downloaded base64ct v1.8.0
31812026-07-29T15:50:32.511Z[ helios-setup] Jul 29 15:50:31.311 INFO E| Downloaded find-msvc-tools v0.1.4
31822026-07-29T15:50:32.511Z[ helios-setup] Jul 29 15:50:31.312 INFO E| Downloaded futures-core v0.3.31
31832026-07-29T15:50:32.515Z[ helios-setup] Jul 29 15:50:31.313 INFO E| Downloaded futures-executor v0.3.31
31842026-07-29T15:50:32.515Z[ helios-setup] Jul 29 15:50:31.314 INFO E| Downloaded num_enum_derive v0.7.5
31852026-07-29T15:50:32.515Z[ helios-setup] Jul 29 15:50:31.315 INFO E| Downloaded clap_derive v4.5.49
31862026-07-29T15:50:32.518Z[ helios-setup] Jul 29 15:50:31.316 INFO E| Downloaded bitflags v2.10.0
31872026-07-29T15:50:32.518Z[ helios-setup] Jul 29 15:50:31.318 INFO E| Downloaded deranged v0.5.5
31882026-07-29T15:50:32.522Z[ helios-setup] Jul 29 15:50:31.321 INFO E| Downloaded zeroize v1.8.2
31892026-07-29T15:50:32.525Z[ helios-setup] Jul 29 15:50:31.324 INFO E| Downloaded quote v1.0.41
31902026-07-29T15:50:32.525Z[ helios-setup] Jul 29 15:50:31.325 INFO E| Downloaded signal-hook-registry v1.4.6
31912026-07-29T15:50:32.528Z[ helios-setup] Jul 29 15:50:31.326 INFO E| Downloaded toml_datetime v0.7.3
31922026-07-29T15:50:32.528Z[ helios-setup] Jul 29 15:50:31.327 INFO E| Downloaded futures-channel v0.3.31
31932026-07-29T15:50:32.528Z[ helios-setup] Jul 29 15:50:31.329 INFO E| Downloaded thiserror-impl v2.0.17
31942026-07-29T15:50:32.534Z[ helios-setup] Jul 29 15:50:31.335 INFO E| Downloaded tokio-macros v2.6.0
31952026-07-29T15:50:32.537Z[ helios-setup] Jul 29 15:50:31.336 INFO E| Downloaded toml_writer v1.0.4
31962026-07-29T15:50:32.537Z[ helios-setup] Jul 29 15:50:31.338 INFO E| Downloaded slab v0.4.11
31972026-07-29T15:50:32.541Z[ helios-setup] Jul 29 15:50:31.339 INFO E| Downloaded time-macros v0.2.24
31982026-07-29T15:50:32.541Z[ helios-setup] Jul 29 15:50:31.341 INFO E| Downloaded env_logger v0.11.8
31992026-07-29T15:50:32.544Z[ helios-setup] Jul 29 15:50:31.343 INFO E| Downloaded getrandom v0.2.16
32002026-07-29T15:50:32.544Z[ helios-setup] Jul 29 15:50:31.345 INFO E| Downloaded thiserror v2.0.17
32012026-07-29T15:50:32.548Z[ helios-setup] Jul 29 15:50:31.349 INFO E| Downloaded iana-time-zone v0.1.64
32022026-07-29T15:50:32.586Z[ helios-setup] Jul 29 15:50:31.387 INFO E| Downloaded toml_parser v1.0.4
32032026-07-29T15:50:32.596Z[ helios-setup] Jul 29 15:50:31.396 INFO E| Downloaded unicode-ident v1.0.22
32042026-07-29T15:50:32.599Z[ helios-setup] Jul 29 15:50:31.398 INFO E| Downloaded term v1.2.0
32052026-07-29T15:50:32.600Z[ helios-setup] Jul 29 15:50:31.400 INFO E| Downloaded clap v4.5.51
32062026-07-29T15:50:32.605Z[ helios-setup] Jul 29 15:50:31.406 INFO E| Downloaded log v0.4.28
32072026-07-29T15:50:32.608Z[ helios-setup] Jul 29 15:50:31.407 INFO E| Downloaded proc-macro2 v1.0.103
32082026-07-29T15:50:32.608Z[ helios-setup] Jul 29 15:50:31.409 INFO E| Downloaded futures v0.3.31
32092026-07-29T15:50:32.624Z[ helios-setup] Jul 29 15:50:31.425 INFO E| Downloaded uuid v1.18.1
32102026-07-29T15:50:32.660Z[ helios-setup] Jul 29 15:50:31.460 INFO E| Downloaded toml_edit v0.23.7
32112026-07-29T15:50:32.663Z[ helios-setup] Jul 29 15:50:31.463 INFO E| Downloaded typenum v1.19.0
32122026-07-29T15:50:32.666Z[ helios-setup] Jul 29 15:50:31.465 INFO E| Downloaded socket2 v0.6.1
32132026-07-29T15:50:32.666Z[ helios-setup] Jul 29 15:50:31.466 INFO E| Downloaded memchr v2.7.6
32142026-07-29T15:50:32.670Z[ helios-setup] Jul 29 15:50:31.469 INFO E| Downloaded toml v0.9.8
32152026-07-29T15:50:32.673Z[ helios-setup] Jul 29 15:50:31.472 INFO E| Downloaded flate2 v1.1.5
32162026-07-29T15:50:32.684Z[ helios-setup] Jul 29 15:50:31.485 INFO E| Downloaded indexmap v2.12.0
32172026-07-29T15:50:32.688Z[ helios-setup] Jul 29 15:50:31.488 INFO E| Downloaded rand v0.8.5
32182026-07-29T15:50:32.691Z[ helios-setup] Jul 29 15:50:31.490 INFO E| Downloaded bytes v1.10.1
32192026-07-29T15:50:32.694Z[ helios-setup] Jul 29 15:50:31.492 INFO E| Downloaded rsa v0.9.8
32202026-07-29T15:50:32.697Z[ helios-setup] Jul 29 15:50:31.496 INFO E| Downloaded cc v1.2.44
32212026-07-29T15:50:32.704Z[ helios-setup] Jul 29 15:50:31.505 INFO E| Downloaded zerocopy-derive v0.8.27
32222026-07-29T15:50:32.730Z[ helios-setup] Jul 29 15:50:31.530 INFO E| Downloaded iddqd v0.3.14
32232026-07-29T15:50:32.733Z[ helios-setup] Jul 29 15:50:31.534 INFO E| Downloaded mio v1.1.0
32242026-07-29T15:50:32.737Z[ helios-setup] Jul 29 15:50:31.538 INFO E| Downloaded hashbrown v0.16.0
32252026-07-29T15:50:32.740Z[ helios-setup] Jul 29 15:50:31.541 INFO E| Downloaded time v0.3.44
32262026-07-29T15:50:32.746Z[ helios-setup] Jul 29 15:50:31.546 INFO E| Downloaded clap_builder v4.5.51
32272026-07-29T15:50:32.749Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32282026-07-29T15:50:32.752Z[ helios-setup] Jul 29 15:50:31.551 INFO E| Downloaded futures-util v0.3.31
32292026-07-29T15:50:32.760Z[ helios-setup] Jul 29 15:50:31.561 INFO E| Downloaded num-bigint-dig v0.8.4
32302026-07-29T15:50:32.763Z[ helios-setup] Jul 29 15:50:31.564 INFO E| Downloaded serde_json v1.0.145
32312026-07-29T15:50:32.767Z[ helios-setup] Jul 29 15:50:31.568 INFO E| Downloaded winnow v0.7.13
32322026-07-29T15:50:32.773Z[ helios-setup] Jul 29 15:50:31.574 INFO E| Downloaded libm v0.2.15
32332026-07-29T15:50:32.780Z[ helios-setup] Jul 29 15:50:31.581 INFO E| Downloaded zerocopy v0.8.27
32342026-07-29T15:50:32.794Z[ helios-setup] Jul 29 15:50:31.595 INFO E| Downloaded chrono v0.4.42
32352026-07-29T15:50:32.798Z[ helios-setup] Jul 29 15:50:31.599 INFO E| Downloaded unicode-width v0.2.2
32362026-07-29T15:50:32.802Z[ helios-setup] Jul 29 15:50:31.603 INFO E| Downloaded syn v2.0.108
32372026-07-29T15:50:32.826Z[ helios-setup] Jul 29 15:50:31.627 INFO E| Downloaded rustix v1.1.2
32382026-07-29T15:50:32.883Z[ helios-setup] Jul 29 15:50:31.684 INFO E| Downloaded libc v0.2.177
32392026-07-29T15:50:32.898Z[ helios-setup] Jul 29 15:50:31.699 INFO E| Downloaded tokio v1.48.0
32402026-07-29T15:50:32.921Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32412026-07-29T15:50:32.996Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling proc-macro2 v1.0.103
32422026-07-29T15:50:32.996Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling unicode-ident v1.0.22
32432026-07-29T15:50:32.996Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling quote v1.0.41
32442026-07-29T15:50:32.996Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling libc v0.2.177
32452026-07-29T15:50:33.000Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling serde_core v1.0.228
32462026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling cfg-if v1.0.4
32472026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling serde v1.0.228
32482026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling version_check v0.9.5
32492026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling autocfg v1.5.0
32502026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling typenum v1.19.0
32512026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling const-oid v0.9.6
32522026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling libm v0.2.15
32532026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling zerocopy v0.8.27
32542026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling rustversion v1.0.22
32552026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling smallvec v1.15.1
32562026-07-29T15:50:33.001Z[ helios-setup] Jul 29 15:50:31.797 INFO E| Compiling zeroize v1.8.2
32572026-07-29T15:50:33.209Z[ host-package] Compiling ignore v0.4.25
32582026-07-29T15:50:33.269Z[ helios-setup] Jul 29 15:50:32.069 INFO E| Compiling base64ct v1.8.0
32592026-07-29T15:50:33.317Z[ helios-setup] Jul 29 15:50:32.118 INFO E| Compiling rustix v1.1.2
32602026-07-29T15:50:33.400Z[ helios-setup] Jul 29 15:50:32.200 INFO E| Compiling utf8parse v0.2.2
32612026-07-29T15:50:33.543Z[ host-package] Compiling oso v0.27.3
32622026-07-29T15:50:33.729Z[ helios-setup] Jul 29 15:50:32.519 INFO E| Compiling pem-rfc7468 v0.7.0
32632026-07-29T15:50:33.821Z[ helios-setup] Jul 29 15:50:32.621 INFO E| Compiling anyhow v1.0.100
32642026-07-29T15:50:33.829Z[ helios-setup] Jul 29 15:50:32.630 INFO E| Compiling flagset v0.4.7
32652026-07-29T15:50:34.181Z[ helios-setup] Jul 29 15:50:32.981 INFO E| Compiling hashbrown v0.16.0
32662026-07-29T15:50:34.229Z[ helios-setup] Jul 29 15:50:33.029 INFO E| Compiling num-traits v0.2.19
32672026-07-29T15:50:34.269Z[ helios-setup] Jul 29 15:50:33.069 INFO E| Compiling byteorder v1.5.0
32682026-07-29T15:50:34.283Z[ helios-setup] Jul 29 15:50:33.084 INFO E| Compiling equivalent v1.0.2
32692026-07-29T15:50:34.331Z[ helios-setup] Jul 29 15:50:33.132 INFO E| Compiling generic-array v0.14.9
32702026-07-29T15:50:34.399Z[ helios-setup] Jul 29 15:50:33.200 INFO E| Compiling crc32fast v1.5.0
32712026-07-29T15:50:34.439Z[ helios-setup] Jul 29 15:50:33.240 INFO E| Compiling winnow v0.7.13
32722026-07-29T15:50:34.450Z[ helios-setup] Jul 29 15:50:33.250 INFO E| Compiling memchr v2.7.6
32732026-07-29T15:50:34.816Z[ helios-setup] Jul 29 15:50:33.616 INFO E| Compiling getrandom v0.2.16
32742026-07-29T15:50:34.903Z[ helios-setup] Jul 29 15:50:33.704 INFO E| Compiling errno v0.3.14
32752026-07-29T15:50:34.978Z[ helios-setup] Jul 29 15:50:33.778 INFO E| Compiling indexmap v2.12.0
32762026-07-29T15:50:35.087Z[ helios-setup] Jul 29 15:50:33.887 INFO E| Compiling rand_core v0.6.4
32772026-07-29T15:50:35.219Z[ helios-setup] Jul 29 15:50:34.019 INFO E| Compiling anstyle-parse v0.2.7
32782026-07-29T15:50:35.280Z[ helios-setup] Jul 29 15:50:34.080 INFO E| Compiling find-msvc-tools v0.1.4
32792026-07-29T15:50:35.315Z[ helios-setup] Jul 29 15:50:34.115 INFO E| Compiling is_terminal_polyfill v1.70.2
32802026-07-29T15:50:35.315Z[ helios-setup] Jul 29 15:50:34.115 INFO E| Compiling allocator-api2 v0.2.21
32812026-07-29T15:50:35.367Z[ helios-setup] Jul 29 15:50:34.167 INFO E| Compiling syn v1.0.109
32822026-07-29T15:50:35.373Z[ helios-setup] Jul 29 15:50:34.174 INFO E| Compiling cpufeatures v0.2.17
32832026-07-29T15:50:35.823Z[ helios-setup] Jul 29 15:50:34.623 INFO E| Compiling syn v2.0.108
32842026-07-29T15:50:35.911Z[ helios-setup] Jul 29 15:50:34.712 INFO E| Compiling colorchoice v1.0.4
32852026-07-29T15:50:35.918Z[ helios-setup] Jul 29 15:50:34.718 INFO E| Compiling shlex v1.3.0
32862026-07-29T15:50:36.033Z[ helios-setup] Jul 29 15:50:34.833 INFO E| Compiling toml_datetime v0.7.3
32872026-07-29T15:50:36.049Z[ helios-setup] Jul 29 15:50:34.849 INFO E| Compiling radium v0.7.0
32882026-07-29T15:50:36.106Z[ helios-setup] Jul 29 15:50:34.907 INFO E| Compiling anstyle v1.0.13
32892026-07-29T15:50:36.218Z[ helios-setup] Jul 29 15:50:35.018 INFO E| Compiling anstyle-query v1.1.4
32902026-07-29T15:50:36.231Z[ helios-setup] Jul 29 15:50:35.031 INFO E| Compiling cc v1.2.44
32912026-07-29T15:50:36.268Z[ helios-setup] Jul 29 15:50:35.068 INFO E| Compiling slog v2.8.2
32922026-07-29T15:50:36.431Z[ helios-setup] Jul 29 15:50:35.232 INFO E| Compiling pin-project-lite v0.2.16
32932026-07-29T15:50:36.468Z[ helios-setup] Jul 29 15:50:35.268 INFO E| Compiling anstream v0.6.21
32942026-07-29T15:50:36.554Z[ helios-setup] Jul 29 15:50:35.351 INFO E| Compiling tap v1.0.1
32952026-07-29T15:50:36.683Z[ helios-setup] Jul 29 15:50:35.484 INFO E| Compiling block-buffer v0.10.4
32962026-07-29T15:50:36.703Z[ helios-setup] Jul 29 15:50:35.504 INFO E| Compiling crypto-common v0.1.6
32972026-07-29T15:50:36.830Z[ helios-setup] Jul 29 15:50:35.631 INFO E| Compiling parking_lot_core v0.9.12
32982026-07-29T15:50:36.905Z[ helios-setup] Jul 29 15:50:35.706 INFO E| Compiling digest v0.10.7
32992026-07-29T15:50:36.933Z[ helios-setup] Jul 29 15:50:35.733 INFO E| Compiling unicode-width v0.2.2
33002026-07-29T15:50:36.966Z[ helios-setup] Jul 29 15:50:35.767 INFO E| Compiling maybe-uninit v2.0.0
33012026-07-29T15:50:37.093Z[ helios-setup] Jul 29 15:50:35.893 INFO E| Compiling pkg-config v0.3.32
33022026-07-29T15:50:37.101Z[ helios-setup] Jul 29 15:50:35.901 INFO E| Compiling futures-sink v0.3.31
33032026-07-29T15:50:37.152Z[ helios-setup] Jul 29 15:50:35.953 INFO E| Compiling futures-core v0.3.31
33042026-07-29T15:50:37.270Z[ helios-setup] Jul 29 15:50:36.070 INFO E| Compiling toml_parser v1.0.4
33052026-07-29T15:50:37.300Z[ helios-setup] Jul 29 15:50:36.100 INFO E| Compiling sha2 v0.10.9
33062026-07-29T15:50:37.354Z[ helios-setup] Jul 29 15:50:36.125 INFO E| Compiling num-integer v0.1.46
33072026-07-29T15:50:37.358Z[ helios-setup] Jul 29 15:50:36.156 INFO E| Compiling wyz v0.5.1
33082026-07-29T15:50:37.450Z[ helios-setup] Jul 29 15:50:36.250 INFO E| Compiling futures-channel v0.3.31
33092026-07-29T15:50:37.527Z[ helios-setup] Jul 29 15:50:36.327 INFO E| Compiling ahash v0.8.12
33102026-07-29T15:50:37.815Z[ helios-setup] Jul 29 15:50:36.615 INFO E| Compiling toml_edit v0.23.7
33112026-07-29T15:50:37.834Z[ helios-setup] Jul 29 15:50:36.635 INFO E| Compiling getopts v0.2.24
33122026-07-29T15:50:37.909Z[ helios-setup] Jul 29 15:50:36.709 INFO E| Compiling funty v2.0.0
33132026-07-29T15:50:38.017Z[ helios-setup] Jul 29 15:50:36.818 INFO E| Compiling scopeguard v1.2.0
33142026-07-29T15:50:38.038Z[ helios-setup] Jul 29 15:50:36.837 INFO E| Compiling heck v0.5.0
33152026-07-29T15:50:38.056Z[ helios-setup] Jul 29 15:50:36.856 INFO E| Compiling pin-utils v0.1.0
33162026-07-29T15:50:38.142Z[ helios-setup] Jul 29 15:50:36.942 INFO E| Compiling strsim v0.11.1
33172026-07-29T15:50:38.197Z[ helios-setup] Jul 29 15:50:36.998 INFO E| Compiling powerfmt v0.2.0
33182026-07-29T15:50:38.296Z[ helios-setup] Jul 29 15:50:37.097 INFO E| Compiling num-bigint-dig v0.8.4
33192026-07-29T15:50:38.297Z[ helios-setup] Jul 29 15:50:37.097 INFO E| Compiling slab v0.4.11
33202026-07-29T15:50:38.305Z[ helios-setup] Jul 29 15:50:37.104 INFO E| Compiling futures-io v0.3.31
33212026-07-29T15:50:38.474Z[ helios-setup] Jul 29 15:50:37.274 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33222026-07-29T15:50:38.474Z[ helios-setup] Jul 29 15:50:37.275 INFO E| Compiling bitflags v2.10.0
33232026-07-29T15:50:38.493Z[ helios-setup] Jul 29 15:50:37.294 INFO E| Compiling num-conv v0.1.0
33242026-07-29T15:50:38.601Z[ helios-setup] Jul 29 15:50:37.401 INFO E| Compiling thiserror v1.0.69
33252026-07-29T15:50:38.706Z[ helios-setup] Jul 29 15:50:37.506 INFO E| Compiling packed_struct v0.10.1
33262026-07-29T15:50:38.869Z[ helios-setup] Jul 29 15:50:37.669 INFO E| Compiling time-core v0.1.6
33272026-07-29T15:50:38.990Z[ helios-setup] Jul 29 15:50:37.790 INFO E| Compiling proc-macro-crate v3.4.0
33282026-07-29T15:50:39.019Z[ helios-setup] Jul 29 15:50:37.819 INFO E| Compiling getrandom v0.3.4
33292026-07-29T15:50:39.279Z[ helios-setup] Jul 29 15:50:38.075 INFO E| Compiling itoa v1.0.15
33302026-07-29T15:50:39.287Z[ helios-setup] Jul 29 15:50:38.088 INFO E| Compiling clap_lex v0.7.6
33312026-07-29T15:50:39.319Z[ helios-setup] Jul 29 15:50:38.120 INFO E| Compiling futures-task v0.3.31
33322026-07-29T15:50:39.334Z[ helios-setup] Jul 29 15:50:38.134 INFO E| Compiling bytes v1.10.1
33332026-07-29T15:50:39.387Z[ helios-setup] Jul 29 15:50:38.187 INFO E| Compiling spin v0.9.8
33342026-07-29T15:50:39.548Z[ host-package] Compiling async-bb8-diesel v0.2.1
33352026-07-29T15:50:39.575Z[ helios-setup] Jul 29 15:50:38.369 INFO E| Compiling lazy_static v1.5.0
33362026-07-29T15:50:39.692Z[ helios-setup] Jul 29 15:50:38.492 INFO E| Compiling time-macros v0.2.24
33372026-07-29T15:50:39.818Z[ helios-setup] Jul 29 15:50:38.618 INFO E| Compiling bitvec v1.0.1
33382026-07-29T15:50:39.869Z[ helios-setup] Jul 29 15:50:38.669 INFO E| Compiling deranged v0.5.5
33392026-07-29T15:50:39.889Z[ helios-setup] Jul 29 15:50:38.689 INFO E| Compiling lock_api v0.4.14
33402026-07-29T15:50:39.903Z[ helios-setup] Jul 29 15:50:38.703 INFO E| Compiling num-iter v0.1.45
33412026-07-29T15:50:39.977Z[ helios-setup] Jul 29 15:50:38.777 INFO E| Compiling terminal_size v0.4.3
33422026-07-29T15:50:40.024Z[ helios-setup] Jul 29 15:50:38.824 INFO E| Compiling indexmap v1.9.3
33432026-07-29T15:50:40.045Z[ helios-setup] Jul 29 15:50:38.845 INFO E| Compiling log v0.4.28
33442026-07-29T15:50:40.053Z[ helios-setup] Jul 29 15:50:38.853 INFO E| Compiling thiserror v2.0.17
33452026-07-29T15:50:40.124Z[ helios-setup] Jul 29 15:50:38.921 INFO E| Compiling clap_builder v4.5.51
33462026-07-29T15:50:40.325Z[ helios-setup] Jul 29 15:50:39.125 INFO E| Compiling nodrop v0.1.14
33472026-07-29T15:50:40.340Z[ helios-setup] Jul 29 15:50:39.140 INFO E| Compiling crc-catalog v2.4.0
33482026-07-29T15:50:40.359Z[ host-package] Compiling diesel-dtrace v0.5.0
33492026-07-29T15:50:40.421Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33502026-07-29T15:50:40.442Z[ helios-setup] Jul 29 15:50:39.242 INFO E| Compiling simd-adler32 v0.3.7
33512026-07-29T15:50:40.453Z[ helios-setup] Jul 29 15:50:39.253 INFO E| Compiling once_cell v1.21.3
33522026-07-29T15:50:40.607Z[ helios-setup] Jul 29 15:50:39.407 INFO E| Compiling serde_json v1.0.145
33532026-07-29T15:50:40.805Z[ helios-setup] Jul 29 15:50:39.605 INFO E| Compiling adler2 v2.0.1
33542026-07-29T15:50:40.841Z[ helios-setup] Jul 29 15:50:39.640 INFO E| Compiling iana-time-zone v0.1.64
33552026-07-29T15:50:41.033Z[ helios-setup] Jul 29 15:50:39.831 INFO E| Compiling miniz_oxide v0.8.9
33562026-07-29T15:50:41.176Z[ host-package] Compiling castaway v0.2.4
33572026-07-29T15:50:41.179Z[ helios-setup] Jul 29 15:50:39.973 INFO E| Compiling chrono v0.4.42
33582026-07-29T15:50:41.199Z[ helios-setup] Jul 29 15:50:39.999 INFO E| Compiling parking_lot v0.12.5
33592026-07-29T15:50:41.298Z[ host-package] Compiling vergen-git2 v9.1.0
33602026-07-29T15:50:41.313Z[ helios-setup] Jul 29 15:50:40.112 INFO E| Compiling crc v3.3.0
33612026-07-29T15:50:41.384Z[ helios-setup] Jul 29 15:50:40.185 INFO E| Compiling env_filter v0.1.4
33622026-07-29T15:50:41.449Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33632026-07-29T15:50:41.473Z[ helios-setup] Jul 29 15:50:40.274 INFO E| Compiling array-init v0.0.4
33642026-07-29T15:50:41.585Z[ host-package] Compiling indoc v2.0.7
33652026-07-29T15:50:41.658Z[ helios-setup] Jul 29 15:50:40.457 INFO E| Compiling smallvec v0.6.14
33662026-07-29T15:50:41.989Z[ helios-setup] Jul 29 15:50:40.789 INFO E| Compiling serde_spanned v1.0.3
33672026-07-29T15:50:42.202Z[ host-package] Compiling compact_str v0.8.1
33682026-07-29T15:50:42.210Z[ helios-setup] Jul 29 15:50:41.011 INFO E| Compiling signature v2.2.0
33692026-07-29T15:50:42.286Z[ helios-setup] Jul 29 15:50:41.085 INFO E| Compiling signal-hook-registry v1.4.6
33702026-07-29T15:50:42.292Z[ helios-setup] Jul 29 15:50:41.092 INFO E| Compiling socket2 v0.6.1
33712026-07-29T15:50:42.301Z[ host-package] Compiling globwalk v0.9.1
33722026-07-29T15:50:42.511Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33732026-07-29T15:50:42.608Z[ helios-setup] Jul 29 15:50:41.409 INFO E| Compiling time v0.3.44
33742026-07-29T15:50:42.677Z[ helios-setup] Jul 29 15:50:41.477 INFO E| Compiling packed_struct_codegen v0.10.1
33752026-07-29T15:50:42.773Z[ helios-setup] Jul 29 15:50:41.573 INFO E| Compiling is-terminal v0.4.17
33762026-07-29T15:50:42.821Z[ helios-setup] Jul 29 15:50:41.621 INFO E| Compiling mio v1.1.0
33772026-07-29T15:50:42.900Z[ helios-setup] Jul 29 15:50:41.701 INFO E| Compiling thread_local v1.1.9
33782026-07-29T15:50:42.984Z[ helios-setup] Jul 29 15:50:41.784 INFO E| Compiling serde_derive v1.0.228
33792026-07-29T15:50:43.103Z[ helios-setup] Jul 29 15:50:41.903 INFO E| Compiling zerocopy-derive v0.8.27
33802026-07-29T15:50:43.174Z[ helios-setup] Jul 29 15:50:41.975 INFO E| Compiling der_derive v0.7.3
33812026-07-29T15:50:43.412Z[ helios-setup] Jul 29 15:50:42.213 INFO E| Compiling futures-macro v0.3.31
33822026-07-29T15:50:43.477Z[ helios-setup] Jul 29 15:50:42.277 INFO E| Compiling thiserror-impl v1.0.69
33832026-07-29T15:50:43.488Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33842026-07-29T15:50:43.542Z[ helios-setup] Jul 29 15:50:42.342 INFO E| Compiling clap_derive v4.5.49
33852026-07-29T15:50:43.573Z[ host-package] Compiling darling_macro v0.13.4
33862026-07-29T15:50:43.738Z[ helios-setup] Jul 29 15:50:42.539 INFO E| Compiling zerocopy-derive v0.6.6
33872026-07-29T15:50:43.782Z[ helios-setup] Jul 29 15:50:42.583 INFO E| Compiling bitfield-macros v0.19.3
33882026-07-29T15:50:43.954Z[ helios-setup] Jul 29 15:50:42.754 INFO E| Compiling num_enum_derive v0.7.5
33892026-07-29T15:50:44.309Z[ host-package] Compiling parking_lot v0.11.2
33902026-07-29T15:50:44.317Z[ helios-setup] Jul 29 15:50:43.118 INFO E| Compiling thiserror-impl v2.0.17
33912026-07-29T15:50:44.459Z[ host-package] Compiling hyper-staticfile v0.10.1
33922026-07-29T15:50:44.472Z[ helios-setup] Jul 29 15:50:43.272 INFO E| Compiling tokio-macros v2.6.0
33932026-07-29T15:50:44.577Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33942026-07-29T15:50:45.071Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33952026-07-29T15:50:45.131Z[ helios-setup] Jul 29 15:50:43.932 INFO E| Compiling bitfield v0.19.3
33962026-07-29T15:50:45.312Z[ helios-setup] Jul 29 15:50:44.112 INFO E| Compiling toml_writer v1.0.4
33972026-07-29T15:50:45.380Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33982026-07-29T15:50:45.428Z[ helios-setup] Jul 29 15:50:44.228 INFO E| Compiling futures-util v0.3.31
33992026-07-29T15:50:45.503Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34002026-07-29T15:50:45.564Z[ helios-setup] Jul 29 15:50:44.363 INFO E| Compiling der v0.7.10
34012026-07-29T15:50:45.642Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34022026-07-29T15:50:45.860Z[ helios-setup] Jul 29 15:50:44.661 INFO E| Compiling zerocopy v0.6.6
34032026-07-29T15:50:45.921Z[ helios-setup] Jul 29 15:50:44.721 INFO E| Compiling winnow v0.5.40
34042026-07-29T15:50:45.996Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34052026-07-29T15:50:46.142Z[ helios-setup] Jul 29 15:50:44.942 INFO E| Compiling term v1.2.0
34062026-07-29T15:50:46.277Z[ helios-setup] Jul 29 15:50:45.077 INFO E| Compiling subtle v2.6.1
34072026-07-29T15:50:46.370Z[ helios-setup] Jul 29 15:50:45.170 INFO E| Compiling libdevinfo-sys v1.1.0
34082026-07-29T15:50:46.381Z[ helios-setup] Jul 29 15:50:45.181 INFO E| Compiling clap v4.5.51
34092026-07-29T15:50:46.463Z[ helios-setup] Jul 29 15:50:45.264 INFO E| Compiling ryu v1.0.20
34102026-07-29T15:50:46.473Z[ helios-setup] Jul 29 15:50:45.273 INFO E| Compiling base64 v0.21.7
34112026-07-29T15:50:46.483Z[ helios-setup] Jul 29 15:50:45.283 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34122026-07-29T15:50:46.505Z[ helios-setup] Jul 29 15:50:45.305 INFO E| Compiling hashbrown v0.12.3
34132026-07-29T15:50:46.788Z[ helios-setup] Jul 29 15:50:45.589 INFO E| Compiling num_enum v0.7.5
34142026-07-29T15:50:46.839Z[ helios-setup] Jul 29 15:50:45.638 INFO E| Compiling tokio v1.48.0
34152026-07-29T15:50:46.868Z[ helios-setup] Jul 29 15:50:45.668 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34162026-07-29T15:50:46.901Z[ host-package] Compiling predicates-tree v1.0.13
34172026-07-29T15:50:47.021Z[ host-package] Compiling unicode-truncate v1.1.0
34182026-07-29T15:50:47.034Z[ helios-setup] Jul 29 15:50:45.834 INFO E| Compiling devinfo v0.1.0
34192026-07-29T15:50:47.066Z[ helios-setup] Jul 29 15:50:45.867 INFO E| Compiling toml v0.9.8
34202026-07-29T15:50:47.099Z[ helios-setup] Jul 29 15:50:45.898 INFO E| Compiling bzip2 v0.4.4
34212026-07-29T15:50:47.217Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34222026-07-29T15:50:47.346Z[ helios-setup] Jul 29 15:50:46.147 INFO E| Compiling uuid v1.18.1
34232026-07-29T15:50:47.494Z[ helios-setup] Jul 29 15:50:46.295 INFO E| Compiling flate2 v1.1.5
34242026-07-29T15:50:47.608Z[ host-package] Compiling lru v0.12.5
34252026-07-29T15:50:47.667Z[ helios-setup] Jul 29 15:50:46.467 INFO E| Compiling spki v0.7.3
34262026-07-29T15:50:47.707Z[ host-package] Compiling prefix-trie v0.7.0
34272026-07-29T15:50:47.894Z[ host-package] Compiling rand_seeder v0.4.0
34282026-07-29T15:50:48.135Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34292026-07-29T15:50:48.167Z[ helios-setup] Jul 29 15:50:46.967 INFO E| Compiling pkcs8 v0.10.2
34302026-07-29T15:50:48.279Z[ helios-setup] Jul 29 15:50:47.079 INFO E| Compiling x509-cert v0.2.5
34312026-07-29T15:50:48.321Z[ helios-setup] Jul 29 15:50:47.121 INFO E| Compiling env_logger v0.11.8
34322026-07-29T15:50:48.365Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34332026-07-29T15:50:48.425Z[ helios-setup] Jul 29 15:50:47.226 INFO E| Compiling crc-any v2.5.0
34342026-07-29T15:50:48.660Z[ helios-setup] Jul 29 15:50:47.460 INFO E| Compiling pkcs1 v0.7.5
34352026-07-29T15:50:48.820Z[ host-package] Compiling corncobs v0.1.4
34362026-07-29T15:50:48.928Z[ helios-setup] Jul 29 15:50:47.728 INFO E| Compiling bitflags v1.3.2
34372026-07-29T15:50:49.105Z[ host-package] Compiling cassowary v0.3.0
34382026-07-29T15:50:49.229Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34392026-07-29T15:50:49.233Z[ helios-setup] Jul 29 15:50:48.034 INFO E| Compiling ppv-lite86 v0.2.21
34402026-07-29T15:50:49.365Z[ helios-setup] Jul 29 15:50:48.165 INFO E| Compiling erased-serde v0.3.31
34412026-07-29T15:50:49.449Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34422026-07-29T15:50:49.617Z[ helios-setup] Jul 29 15:50:48.417 INFO E| Compiling toml_datetime v0.6.11
34432026-07-29T15:50:49.689Z[ host-package] Compiling ratatui v0.29.0
34442026-07-29T15:50:49.726Z[ host-package] Compiling hickory-server v0.25.2
34452026-07-29T15:50:49.762Z[ helios-setup] Jul 29 15:50:48.562 INFO E| Compiling serde_spanned v0.6.9
34462026-07-29T15:50:49.923Z[ helios-setup] Jul 29 15:50:48.723 INFO E| Compiling rand_chacha v0.3.1
34472026-07-29T15:50:50.034Z[ helios-setup] Jul 29 15:50:48.834 INFO E| Compiling toml_edit v0.19.15
34482026-07-29T15:50:50.109Z[ helios-setup] Jul 29 15:50:48.909 INFO E| Compiling hashbrown v0.13.2
34492026-07-29T15:50:50.226Z[ helios-setup] Jul 29 15:50:49.026 INFO E| Compiling ron v0.8.1
34502026-07-29T15:50:50.411Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34512026-07-29T15:50:50.479Z[ helios-setup] Jul 29 15:50:49.280 INFO E| Compiling rand v0.8.5
34522026-07-29T15:50:50.577Z[ helios-setup] Jul 29 15:50:49.377 INFO E| Compiling futures-executor v0.3.31
34532026-07-29T15:50:50.650Z[ helios-setup] Jul 29 15:50:49.450 INFO E| Compiling slog-term v2.9.2
34542026-07-29T15:50:50.787Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34552026-07-29T15:50:50.922Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34562026-07-29T15:50:51.087Z[ helios-setup] Jul 29 15:50:49.887 INFO E| Compiling futures v0.3.31
34572026-07-29T15:50:51.094Z[ helios-setup] Jul 29 15:50:49.894 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34582026-07-29T15:50:51.191Z[ helios-setup] Jul 29 15:50:49.990 INFO E| Compiling serde-hex v0.1.0
34592026-07-29T15:50:51.251Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34602026-07-29T15:50:51.265Z[ helios-setup] Jul 29 15:50:50.065 INFO E| Compiling hex v0.4.3
34612026-07-29T15:50:51.295Z[ helios-setup] Jul 29 15:50:50.095 INFO E| Compiling rustc-hash v2.1.1
34622026-07-29T15:50:51.595Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34632026-07-29T15:50:51.749Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-07-29T15:50:51.761Z[ helios-setup] Jul 29 15:50:50.562 INFO E| Compiling foldhash v0.2.0
34652026-07-29T15:50:51.850Z[ helios-setup] Jul 29 15:50:50.651 INFO E| Compiling object v0.30.4
34662026-07-29T15:50:51.904Z[ helios-setup] Jul 29 15:50:50.704 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34672026-07-29T15:50:52.036Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34682026-07-29T15:50:52.127Z[ helios-setup] Jul 29 15:50:50.927 INFO E| Compiling iddqd v0.3.14
34692026-07-29T15:50:52.300Z[ helios-setup] Jul 29 15:50:51.100 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34702026-07-29T15:50:52.433Z[ helios-setup] Jul 29 15:50:51.233 INFO E| Compiling zip v0.6.6
34712026-07-29T15:50:53.175Z[ helios-setup] Jul 29 15:50:51.976 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34722026-07-29T15:50:53.477Z[ helios-setup] Jul 29 15:50:52.277 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34732026-07-29T15:50:53.757Z[ helios-setup] Jul 29 15:50:52.558 INFO E| Compiling rsa v0.9.8
34742026-07-29T15:50:54.219Z[ helios-setup] Jul 29 15:50:53.020 INFO E| Compiling toml v0.7.8
34752026-07-29T15:50:54.247Z[ helios-setup] Jul 29 15:50:53.047 INFO E| Compiling path-slash v0.1.5
34762026-07-29T15:50:56.027Z[ host-package] Compiling sled v0.34.7
34772026-07-29T15:50:56.148Z[ helios-setup] Jul 29 15:50:54.949 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34782026-07-29T15:50:56.192Z[ helios-setup] Jul 29 15:50:54.992 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34792026-07-29T15:50:57.033Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-07-29T15:50:58.101Z[ host-package] Compiling git2 v0.20.4
34812026-07-29T15:50:59.063Z[ host-package] Compiling darling v0.13.4
34822026-07-29T15:50:59.455Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34832026-07-29T15:50:59.525Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34842026-07-29T15:50:59.693Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34852026-07-29T15:50:59.819Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34862026-07-29T15:50:59.905Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34872026-07-29T15:51:00.534Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34882026-07-29T15:51:00.604Z[ host-package] Compiling secrecy v0.8.0
34892026-07-29T15:51:01.062Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34902026-07-29T15:51:01.591Z[ helios-setup] Jul 29 15:51:00.391 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34912026-07-29T15:51:02.851Z[ helios-setup] Jul 29 15:51:01.651 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34922026-07-29T15:51:02.942Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34932026-07-29T15:51:02.990Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34942026-07-29T15:51:03.432Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34952026-07-29T15:51:03.533Z[ host-package] Compiling serde_with_macros v1.5.2
34962026-07-29T15:51:03.719Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34972026-07-29T15:51:04.481Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34982026-07-29T15:51:04.679Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34992026-07-29T15:51:05.617Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35002026-07-29T15:51:05.941Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35012026-07-29T15:51:06.215Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35022026-07-29T15:51:06.487Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35032026-07-29T15:51:06.545Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35042026-07-29T15:51:06.734Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35052026-07-29T15:51:06.819Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35062026-07-29T15:51:07.055Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35072026-07-29T15:51:07.131Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35082026-07-29T15:51:07.216Z[ helios-setup] Jul 29 15:51:06.016 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35092026-07-29T15:51:07.317Z[ host-package] Compiling base64 v0.21.7
35102026-07-29T15:51:07.464Z[ host-package] Compiling void v1.0.2
35112026-07-29T15:51:07.608Z[ host-package] Compiling lzss v0.8.2
35122026-07-29T15:51:07.637Z[ host-package] Compiling ron v0.8.1
35132026-07-29T15:51:07.658Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35142026-07-29T15:51:07.915Z[ host-package] Compiling illumos-nvpair v0.3.0
35152026-07-29T15:51:07.989Z[ host-package] Compiling serde_with v1.14.0
35162026-07-29T15:51:08.434Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35172026-07-29T15:51:09.494Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35182026-07-29T15:51:12.435Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35192026-07-29T15:51:12.466Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35202026-07-29T15:51:14.367Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35212026-07-29T15:51:14.426Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
35222026-07-29T15:51:16.754Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35232026-07-29T15:51:16.937Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35242026-07-29T15:51:17.328Z[ host-package] Compiling tungstenite v0.23.0
35252026-07-29T15:51:17.691Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35262026-07-29T15:51:17.944Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35272026-07-29T15:51:18.061Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35282026-07-29T15:51:18.443Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35292026-07-29T15:51:18.729Z[ host-package] Compiling nix v0.27.1
35302026-07-29T15:51:18.872Z[ helios-setup] Jul 29 15:51:17.673 INFO E| Finished `release` profile [optimized] target(s) in 47.82s
35312026-07-29T15:51:18.873Z[ helios-setup] Jul 29 15:51:17.673 INFO E| Blocking waiting for file lock on package cache
35322026-07-29T15:51:19.711Z[ host-package] Compiling twox-hash v2.1.2
35332026-07-29T15:51:19.798Z[ host-package] Compiling libsw-core v0.3.2
35342026-07-29T15:51:20.047Z[ host-package] Compiling serde_bytes v0.11.19
35352026-07-29T15:51:20.085Z[ host-package] Compiling libsw v3.5.0
35362026-07-29T15:51:20.276Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35372026-07-29T15:51:20.329Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35382026-07-29T15:51:20.358Z[ host-package] Compiling tokio-tungstenite v0.23.1
35392026-07-29T15:51:20.362Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35402026-07-29T15:51:20.817Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35412026-07-29T15:51:21.562Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35422026-07-29T15:51:21.676Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35432026-07-29T15:51:21.876Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35442026-07-29T15:51:22.148Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35452026-07-29T15:51:22.450Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35462026-07-29T15:51:22.783Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35472026-07-29T15:51:23.203Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35482026-07-29T15:51:23.226Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35492026-07-29T15:51:23.433Z[ helios-setup] Jul 29 15:51:22.232 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35502026-07-29T15:51:23.433Z[ helios-setup] Jul 29 15:51:22.232 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35512026-07-29T15:51:23.490Z[ helios-setup] Jul 29 15:51:22.290 INFO building project "pilot" ok (52 seconds)
35522026-07-29T15:51:23.490Z[ helios-setup] Jul 29 15:51:22.290 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35532026-07-29T15:51:23.524Z[ helios-setup] Jul 29 15:51:22.324 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')"
35542026-07-29T15:51:23.524Z[ helios-setup] Jul 29 15:51:22.324 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35552026-07-29T15:51:23.524Z[ helios-setup] Jul 29 15:51:22.324 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35562026-07-29T15:51:23.677Z[ helios-setup] Jul 29 15:51:22.477 INFO E| Blocking waiting for file lock on package cache
35572026-07-29T15:51:24.499Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35582026-07-29T15:51:24.715Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35592026-07-29T15:51:25.712Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35602026-07-29T15:51:25.851Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35612026-07-29T15:51:26.757Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35622026-07-29T15:51:27.472Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35632026-07-29T15:51:27.538Z[ helios-setup] Jul 29 15:51:26.338 INFO E| Updating crates.io index
35642026-07-29T15:51:27.541Z[ helios-setup] Jul 29 15:51:26.338 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35652026-07-29T15:51:27.819Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35662026-07-29T15:51:28.007Z[ helios-setup] Jul 29 15:51:26.807 INFO E| From https://github.com/oxidecomputer/amd-apcb
35672026-07-29T15:51:28.007Z[ helios-setup] Jul 29 15:51:26.807 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35682026-07-29T15:51:28.021Z[ helios-setup] Jul 29 15:51:26.821 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35692026-07-29T15:51:28.382Z[ helios-setup] Jul 29 15:51:27.182 INFO E| From https://github.com/oxidecomputer/amd-efs
35702026-07-29T15:51:28.382Z[ helios-setup] Jul 29 15:51:27.182 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35712026-07-29T15:51:28.523Z[ helios-setup] Jul 29 15:51:27.323 INFO E| Downloading crates ...
35722026-07-29T15:51:28.563Z[ helios-setup] Jul 29 15:51:27.363 INFO E| Downloaded four-cc v0.4.0
35732026-07-29T15:51:28.567Z[ helios-setup] Jul 29 15:51:27.366 INFO E| Downloaded ansi_term v0.12.1
35742026-07-29T15:51:28.570Z[ helios-setup] Jul 29 15:51:27.370 INFO E| Downloaded textwrap v0.11.0
35752026-07-29T15:51:28.573Z[ helios-setup] Jul 29 15:51:27.372 INFO E| Downloaded modular-bitfield-impl v0.11.2
35762026-07-29T15:51:28.573Z[ helios-setup] Jul 29 15:51:27.373 INFO E| Downloaded unic-ucd-version v0.9.0
35772026-07-29T15:51:28.573Z[ helios-setup] Jul 29 15:51:27.374 INFO E| Downloaded fletcher v1.0.0
35782026-07-29T15:51:28.577Z[ helios-setup] Jul 29 15:51:27.377 INFO E| Downloaded strsim v0.8.0
35792026-07-29T15:51:28.580Z[ helios-setup] Jul 29 15:51:27.378 INFO E| Downloaded unic-char-range v0.9.0
35802026-07-29T15:51:28.580Z[ helios-setup] Jul 29 15:51:27.379 INFO E| Downloaded structopt v0.3.26
35812026-07-29T15:51:28.586Z[ helios-setup] Jul 29 15:51:27.386 INFO E| Downloaded strum v0.27.1
35822026-07-29T15:51:28.589Z[ helios-setup] Jul 29 15:51:27.387 INFO E| Downloaded parse_int v0.9.0
35832026-07-29T15:51:28.589Z[ helios-setup] Jul 29 15:51:27.388 INFO E| Downloaded vec_map v0.8.2
35842026-07-29T15:51:28.592Z[ helios-setup] Jul 29 15:51:27.393 INFO E| Downloaded unic-common v0.9.0
35852026-07-29T15:51:28.596Z[ helios-setup] Jul 29 15:51:27.394 INFO E| Downloaded dyn-clone v1.0.19
35862026-07-29T15:51:28.596Z[ helios-setup] Jul 29 15:51:27.396 INFO E| Downloaded heck v0.3.3
35872026-07-29T15:51:28.599Z[ helios-setup] Jul 29 15:51:27.396 INFO E| Downloaded unic-ucd-ident v0.9.0
35882026-07-29T15:51:28.599Z[ helios-setup] Jul 29 15:51:27.397 INFO E| Downloaded modular-bitfield-impl v0.13.1
35892026-07-29T15:51:28.603Z[ helios-setup] Jul 29 15:51:27.402 INFO E| Downloaded pest_generator v2.8.0
35902026-07-29T15:51:28.603Z[ helios-setup] Jul 29 15:51:27.403 INFO E| Downloaded rustversion v1.0.20
35912026-07-29T15:51:28.606Z[ helios-setup] Jul 29 15:51:27.404 INFO E| Downloaded unic-char-property v0.9.0
35922026-07-29T15:51:28.606Z[ helios-setup] Jul 29 15:51:27.405 INFO E| Downloaded structopt-derive v0.4.18
35932026-07-29T15:51:28.610Z[ helios-setup] Jul 29 15:51:27.409 INFO E| Downloaded bytesize v2.0.1
35942026-07-29T15:51:28.610Z[ helios-setup] Jul 29 15:51:27.410 INFO E| Downloaded log v0.4.27
35952026-07-29T15:51:28.618Z[ helios-setup] Jul 29 15:51:27.412 INFO E| Downloaded pest_meta v2.8.0
35962026-07-29T15:51:28.623Z[ helios-setup] Jul 29 15:51:27.421 INFO E| Downloaded strum_macros v0.27.1
35972026-07-29T15:51:28.623Z[ helios-setup] Jul 29 15:51:27.423 INFO E| Downloaded modular-bitfield v0.11.2
35982026-07-29T15:51:28.652Z[ helios-setup] Jul 29 15:51:27.453 INFO E| Downloaded pest_derive v2.8.0
35992026-07-29T15:51:28.656Z[ helios-setup] Jul 29 15:51:27.454 INFO E| Downloaded modular-bitfield v0.13.1
36002026-07-29T15:51:28.659Z[ helios-setup] Jul 29 15:51:27.460 INFO E| Downloaded typenum v1.18.0
36012026-07-29T15:51:28.663Z[ helios-setup] Jul 29 15:51:27.462 INFO E| Downloaded zerocopy-derive v0.8.25
36022026-07-29T15:51:28.666Z[ helios-setup] Jul 29 15:51:27.466 INFO E| Downloaded pest v2.8.0
36032026-07-29T15:51:28.670Z[ helios-setup] Jul 29 15:51:27.469 INFO E| Downloaded clap v2.34.0
36042026-07-29T15:51:28.673Z[ helios-setup] Jul 29 15:51:27.473 INFO E| Downloaded goblin v0.9.3
36052026-07-29T15:51:28.676Z[ helios-setup] Jul 29 15:51:27.477 INFO E| Downloaded zerocopy v0.8.25
36062026-07-29T15:51:28.807Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling proc-macro2 v1.0.95
36072026-07-29T15:51:28.807Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling unicode-ident v1.0.18
36082026-07-29T15:51:28.811Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling memchr v2.7.4
36092026-07-29T15:51:28.811Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling thiserror v2.0.12
36102026-07-29T15:51:28.811Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling autocfg v1.4.0
36112026-07-29T15:51:28.811Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling serde v1.0.219
36122026-07-29T15:51:28.811Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling syn v1.0.109
36132026-07-29T15:51:28.811Z[ helios-setup] Jul 29 15:51:27.607 INFO E| Compiling version_check v0.9.5
36142026-07-29T15:51:28.811Z[ helios-setup] Jul 29 15:51:27.608 INFO E| Compiling serde_json v1.0.140
36152026-07-29T15:51:28.865Z[ helios-setup] Jul 29 15:51:27.665 INFO E| Compiling ryu v1.0.20
36162026-07-29T15:51:28.865Z[ helios-setup] Jul 29 15:51:27.665 INFO E| Compiling schemars v0.8.22
36172026-07-29T15:51:28.869Z[ helios-setup] Jul 29 15:51:27.665 INFO E| Compiling itoa v1.0.15
36182026-07-29T15:51:28.869Z[ helios-setup] Jul 29 15:51:27.665 INFO E| Compiling static_assertions v1.1.0
36192026-07-29T15:51:28.869Z[ helios-setup] Jul 29 15:51:27.665 INFO E| Compiling dyn-clone v1.0.19
36202026-07-29T15:51:28.869Z[ helios-setup] Jul 29 15:51:27.665 INFO E| Compiling rustversion v1.0.20
36212026-07-29T15:51:28.869Z[ helios-setup] Jul 29 15:51:27.665 INFO E| Compiling zerocopy v0.8.25
36222026-07-29T15:51:29.281Z[ helios-setup] Jul 29 15:51:28.081 INFO E| Compiling ucd-trie v0.1.7
36232026-07-29T15:51:29.400Z[ helios-setup] Jul 29 15:51:28.199 INFO E| Compiling libc v0.2.172
36242026-07-29T15:51:29.400Z[ helios-setup] Jul 29 15:51:28.199 INFO E| Compiling paste v1.0.15
36252026-07-29T15:51:29.404Z[ helios-setup] Jul 29 15:51:28.200 INFO E| Compiling once_cell v1.21.3
36262026-07-29T15:51:29.437Z[ helios-setup] Jul 29 15:51:28.237 INFO E| Compiling unicode-width v0.1.14
36272026-07-29T15:51:29.801Z[ helios-setup] Jul 29 15:51:28.601 INFO E| Compiling heck v0.5.0
36282026-07-29T15:51:29.850Z[ helios-setup] Jul 29 15:51:28.650 INFO E| Compiling unicode-segmentation v1.12.0
36292026-07-29T15:51:29.921Z[ helios-setup] Jul 29 15:51:28.721 INFO E| Compiling textwrap v0.11.0
36302026-07-29T15:51:29.937Z[ helios-setup] Jul 29 15:51:28.737 INFO E| Compiling vec_map v0.8.2
36312026-07-29T15:51:30.037Z[ helios-setup] Jul 29 15:51:28.837 INFO E| Compiling fletcher v1.0.0
36322026-07-29T15:51:30.062Z[ helios-setup] Jul 29 15:51:28.862 INFO E| Compiling ansi_term v0.12.1
36332026-07-29T15:51:30.103Z[ helios-setup] Jul 29 15:51:28.903 INFO E| Compiling proc-macro-error-attr v1.0.4
36342026-07-29T15:51:30.119Z[ helios-setup] Jul 29 15:51:28.919 INFO E| Compiling proc-macro-error v1.0.4
36352026-07-29T15:51:30.174Z[ helios-setup] Jul 29 15:51:28.974 INFO E| Compiling num-traits v0.2.19
36362026-07-29T15:51:30.233Z[ helios-setup] Jul 29 15:51:29.033 INFO E| Compiling memoffset v0.9.1
36372026-07-29T15:51:30.263Z[ helios-setup] Jul 29 15:51:29.063 INFO E| Compiling strsim v0.8.0
36382026-07-29T15:51:30.278Z[ helios-setup] Jul 29 15:51:29.078 INFO E| Compiling bitflags v1.3.2
36392026-07-29T15:51:30.329Z[ helios-setup] Jul 29 15:51:29.128 INFO E| Compiling unic-char-range v0.9.0
36402026-07-29T15:51:30.332Z[ helios-setup] Jul 29 15:51:29.129 INFO E| Compiling unic-common v0.9.0
36412026-07-29T15:51:30.356Z[ helios-setup] Jul 29 15:51:29.156 INFO E| Compiling byteorder v1.5.0
36422026-07-29T15:51:30.377Z[ helios-setup] Jul 29 15:51:29.177 INFO E| Compiling strum v0.27.1
36432026-07-29T15:51:30.484Z[ helios-setup] Jul 29 15:51:29.284 INFO E| Compiling unic-char-property v0.9.0
36442026-07-29T15:51:30.547Z[ helios-setup] Jul 29 15:51:29.347 INFO E| Compiling unic-ucd-version v0.9.0
36452026-07-29T15:51:30.569Z[ helios-setup] Jul 29 15:51:29.369 INFO E| Compiling log v0.4.27
36462026-07-29T15:51:30.592Z[ helios-setup] Jul 29 15:51:29.392 INFO E| Compiling lazy_static v1.5.0
36472026-07-29T15:51:30.659Z[ helios-setup] Jul 29 15:51:29.459 INFO E| Compiling plain v0.2.3
36482026-07-29T15:51:30.694Z[ helios-setup] Jul 29 15:51:29.494 INFO E| Compiling unic-ucd-ident v0.9.0
36492026-07-29T15:51:30.737Z[ helios-setup] Jul 29 15:51:29.537 INFO E| Compiling heck v0.3.3
36502026-07-29T15:51:30.779Z[ helios-setup] Jul 29 15:51:29.579 INFO E| Compiling atty v0.2.14
36512026-07-29T15:51:30.842Z[ helios-setup] Jul 29 15:51:29.642 INFO E| Compiling bytesize v2.0.1
36522026-07-29T15:51:30.872Z[ helios-setup] Jul 29 15:51:29.672 INFO E| Compiling clap v2.34.0
36532026-07-29T15:51:31.242Z[ helios-setup] Jul 29 15:51:30.042 INFO E| Compiling quote v1.0.40
36542026-07-29T15:51:31.612Z[ helios-setup] Jul 29 15:51:30.412 INFO E| Compiling syn v2.0.101
36552026-07-29T15:51:31.929Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36562026-07-29T15:51:31.991Z[ helios-setup] Jul 29 15:51:30.791 INFO E| Compiling parse_int v0.9.0
36572026-07-29T15:51:32.164Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36582026-07-29T15:51:32.407Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36592026-07-29T15:51:32.693Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36602026-07-29T15:51:33.063Z[ host-package] Compiling signal-hook-tokio v0.3.1
36612026-07-29T15:51:33.306Z[ host-package] Compiling fatfs v0.3.6
36622026-07-29T15:51:33.348Z[ host-package] Compiling yasna v0.5.2
36632026-07-29T15:51:33.416Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36642026-07-29T15:51:33.504Z[ host-package] Compiling seq-macro v0.3.6
36652026-07-29T15:51:33.608Z[ host-package] Compiling assert_matches v1.5.0
36662026-07-29T15:51:33.742Z[ host-package] Compiling is_ci v1.2.0
36672026-07-29T15:51:33.989Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36682026-07-29T15:51:34.268Z[ host-package] Compiling rcgen v0.12.1
36692026-07-29T15:51:34.323Z[ host-package] Compiling supports-color v3.0.2
36702026-07-29T15:51:34.581Z[ helios-setup] Jul 29 15:51:33.381 INFO E| Compiling modular-bitfield-impl v0.11.2
36712026-07-29T15:51:34.581Z[ helios-setup] Jul 29 15:51:33.381 INFO E| Compiling structopt-derive v0.4.18
36722026-07-29T15:51:34.600Z[ helios-setup] Jul 29 15:51:33.399 INFO E| Compiling serde_derive_internals v0.29.1
36732026-07-29T15:51:34.967Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36742026-07-29T15:51:35.611Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36752026-07-29T15:51:35.743Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling thiserror-impl v2.0.12
36762026-07-29T15:51:35.743Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling serde_derive v1.0.219
36772026-07-29T15:51:35.743Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling schemars_derive v0.8.22
36782026-07-29T15:51:35.743Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling zerocopy-derive v0.8.25
36792026-07-29T15:51:35.748Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling num-derive v0.4.2
36802026-07-29T15:51:35.748Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling modular-bitfield-impl v0.13.1
36812026-07-29T15:51:35.748Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling strum_macros v0.27.1
36822026-07-29T15:51:35.748Z[ helios-setup] Jul 29 15:51:34.543 INFO E| Compiling scroll_derive v0.12.1
36832026-07-29T15:51:36.026Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36842026-07-29T15:51:36.051Z[ helios-setup] Jul 29 15:51:34.851 INFO E| Compiling structopt v0.3.26
36852026-07-29T15:51:36.467Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36862026-07-29T15:51:36.569Z[ helios-setup] Jul 29 15:51:35.369 INFO E| Compiling modular-bitfield v0.11.2
36872026-07-29T15:51:36.863Z[ helios-setup] Jul 29 15:51:35.663 INFO E| Compiling scroll v0.12.0
36882026-07-29T15:51:37.150Z[ helios-setup] Jul 29 15:51:35.950 INFO E| Compiling goblin v0.9.3
36892026-07-29T15:51:37.589Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36902026-07-29T15:51:37.761Z[ helios-setup] Jul 29 15:51:36.561 INFO E| Compiling modular-bitfield v0.13.1
36912026-07-29T15:51:38.056Z[ helios-setup] Jul 29 15:51:36.843 INFO E| Compiling pest v2.8.0
36922026-07-29T15:51:38.059Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36932026-07-29T15:51:38.425Z[ host-package] Compiling port-file v0.1.0
36942026-07-29T15:51:38.770Z[ host-package] Compiling subprocess v0.2.15
36952026-07-29T15:51:38.844Z[ host-package] Compiling rtoolbox v0.0.3
36962026-07-29T15:51:39.327Z[ host-package] Compiling rpassword v7.5.4
36972026-07-29T15:51:39.505Z[ helios-setup] Jul 29 15:51:38.305 INFO E| Compiling pest_meta v2.8.0
36982026-07-29T15:51:40.225Z[ helios-setup] Jul 29 15:51:39.025 INFO E| Compiling pest_generator v2.8.0
36992026-07-29T15:51:40.298Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37002026-07-29T15:51:40.438Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37012026-07-29T15:51:41.132Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37022026-07-29T15:51:41.311Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37032026-07-29T15:51:41.395Z[ helios-setup] Jul 29 15:51:40.195 INFO E| Compiling pest_derive v2.8.0
37042026-07-29T15:51:41.569Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37052026-07-29T15:51:42.327Z[ helios-setup] Jul 29 15:51:41.127 INFO E| Compiling json5 v0.4.1
37062026-07-29T15:51:43.532Z[ host-package] Compiling tui-tree-widget v0.23.1
37072026-07-29T15:51:43.689Z[ helios-setup] Jul 29 15:51:42.488 INFO E| Compiling four-cc v0.4.0
37082026-07-29T15:51:43.689Z[ helios-setup] Jul 29 15:51:42.488 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37092026-07-29T15:51:43.823Z[ helios-setup] Jul 29 15:51:42.623 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37102026-07-29T15:51:44.059Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37112026-07-29T15:51:44.121Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37122026-07-29T15:51:47.027Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37132026-07-29T15:51:47.134Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37142026-07-29T15:51:47.416Z[ host-package] Compiling uzers v0.12.2
37152026-07-29T15:51:47.716Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37162026-07-29T15:51:48.262Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37172026-07-29T15:51:49.441Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37182026-07-29T15:51:49.642Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37192026-07-29T15:51:51.737Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37202026-07-29T15:51:53.815Z[ host-package] Compiling support-bundle-viewer v0.1.2
37212026-07-29T15:51:54.249Z[ host-package] Compiling multimap v0.10.1
37222026-07-29T15:51:58.084Z[ helios-setup] Jul 29 15:51:56.883 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37232026-07-29T15:52:01.716Z[ helios-setup] Jul 29 15:52:00.516 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37242026-07-29T15:52:03.200Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37252026-07-29T15:52:12.627Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37262026-07-29T15:52:15.340Z[ helios-setup] Jul 29 15:52:14.139 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.77s
37272026-07-29T15:52:15.376Z[ helios-setup] Jul 29 15:52:14.176 INFO building project "amd-host-image-builder" ok (51 seconds)
37282026-07-29T15:52:15.376Z[ helios-setup] Jul 29 15:52:14.176 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37292026-07-29T15:52:15.385Z[ helios-setup] Jul 29 15:52:14.185 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37302026-07-29T15:52:15.385Z[ helios-setup] Jul 29 15:52:14.185 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37312026-07-29T15:52:15.389Z[ helios-setup] Jul 29 15:52:14.185 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37322026-07-29T15:52:15.398Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37332026-07-29T15:52:15.502Z[ helios-setup] Jul 29 15:52:14.302 INFO E| Downloading crates ...
37342026-07-29T15:52:15.552Z[ helios-setup] Jul 29 15:52:14.351 INFO E| Downloaded block-buffer v0.10.3
37352026-07-29T15:52:15.556Z[ helios-setup] Jul 29 15:52:14.356 INFO E| Downloaded sha2 v0.10.5
37362026-07-29T15:52:15.560Z[ helios-setup] Jul 29 15:52:14.358 INFO E| Downloaded digest v0.10.3
37372026-07-29T15:52:15.563Z[ helios-setup] Jul 29 15:52:14.363 INFO E| Downloaded cpufeatures v0.2.5
37382026-07-29T15:52:15.567Z[ helios-setup] Jul 29 15:52:14.365 INFO E| Downloaded flate2 v1.0.25
37392026-07-29T15:52:15.570Z[ helios-setup] Jul 29 15:52:14.367 INFO E| Downloaded generic-array v0.14.6
37402026-07-29T15:52:15.573Z[ helios-setup] Jul 29 15:52:14.373 INFO E| Downloaded anyhow v1.0.62
37412026-07-29T15:52:15.579Z[ helios-setup] Jul 29 15:52:14.375 INFO E| Downloaded miniz_oxide v0.6.2
37422026-07-29T15:52:15.583Z[ helios-setup] Jul 29 15:52:14.376 INFO E| Downloaded typenum v1.15.0
37432026-07-29T15:52:15.583Z[ helios-setup] Jul 29 15:52:14.378 INFO E| Downloaded bytes v1.2.1
37442026-07-29T15:52:15.624Z[ helios-setup] Jul 29 15:52:14.422 INFO E| Compiling version_check v0.9.4
37452026-07-29T15:52:15.624Z[ helios-setup] Jul 29 15:52:14.422 INFO E| Compiling typenum v1.15.0
37462026-07-29T15:52:15.628Z[ helios-setup] Jul 29 15:52:14.422 INFO E| Compiling cfg-if v1.0.0
37472026-07-29T15:52:15.628Z[ helios-setup] Jul 29 15:52:14.422 INFO E| Compiling crc32fast v1.3.2
37482026-07-29T15:52:15.628Z[ helios-setup] Jul 29 15:52:14.422 INFO E| Compiling adler v1.0.2
37492026-07-29T15:52:15.628Z[ helios-setup] Jul 29 15:52:14.423 INFO E| Compiling anyhow v1.0.62
37502026-07-29T15:52:15.628Z[ helios-setup] Jul 29 15:52:14.423 INFO E| Compiling cpufeatures v0.2.5
37512026-07-29T15:52:15.628Z[ helios-setup] Jul 29 15:52:14.423 INFO E| Compiling unicode-width v0.1.10
37522026-07-29T15:52:15.632Z[ helios-setup] Jul 29 15:52:14.429 INFO E| Compiling bytes v1.2.1
37532026-07-29T15:52:15.632Z[ helios-setup] Jul 29 15:52:14.429 INFO E| Compiling bitflags v1.3.2
37542026-07-29T15:52:15.842Z[ helios-setup] Jul 29 15:52:14.642 INFO E| Compiling miniz_oxide v0.6.2
37552026-07-29T15:52:15.846Z[ helios-setup] Jul 29 15:52:14.645 INFO E| Compiling getopts v0.2.21
37562026-07-29T15:52:16.298Z[ helios-setup] Jul 29 15:52:15.097 INFO E| Compiling generic-array v0.14.6
37572026-07-29T15:52:16.450Z[ helios-setup] Jul 29 15:52:15.250 INFO E| Compiling flate2 v1.0.25
37582026-07-29T15:52:17.355Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37592026-07-29T15:52:17.956Z[ helios-setup] Jul 29 15:52:16.755 INFO E| Compiling crypto-common v0.1.6
37602026-07-29T15:52:17.956Z[ helios-setup] Jul 29 15:52:16.755 INFO E| Compiling block-buffer v0.10.3
37612026-07-29T15:52:18.073Z[ helios-setup] Jul 29 15:52:16.873 INFO E| Compiling digest v0.10.3
37622026-07-29T15:52:18.253Z[ helios-setup] Jul 29 15:52:17.053 INFO E| Compiling sha2 v0.10.5
37632026-07-29T15:52:18.503Z[ helios-setup] Jul 29 15:52:17.302 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37642026-07-29T15:52:19.693Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37652026-07-29T15:52:20.990Z[ helios-setup] Jul 29 15:52:19.788 INFO E| Finished `release` profile [optimized] target(s) in 5.59s
37662026-07-29T15:52:21.002Z[ helios-setup] Jul 29 15:52:19.801 INFO building project "bootserver" ok (5 seconds)
37672026-07-29T15:52:21.006Z[ helios-setup] rm -f helios-build
37682026-07-29T15:52:21.006Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37692026-07-29T15:52:21.009Z[ helios-setup]
37702026-07-29T15:52:21.009Z[ helios-setup] Setup complete! ./helios-build is now available.
37712026-07-29T15:52:21.009Z[ helios-setup]
37722026-07-29T15:52:21.013Z[ helios-setup]
37732026-07-29T15:52:21.013Z[ helios-setup] real 3:10.089006562
37742026-07-29T15:52:21.013Z[ helios-setup] user 7:03.569709278
37752026-07-29T15:52:21.013Z[ helios-setup] sys 1:19.093534224
37762026-07-29T15:52:21.013Z[ helios-setup] trap 0.533857400
37772026-07-29T15:52:21.013Z[ helios-setup] tflt 2.957914192
37782026-07-29T15:52:21.013Z[ helios-setup] dflt 8.512532350
37792026-07-29T15:52:21.013Z[ helios-setup] kflt 0.001988010
37802026-07-29T15:52:21.013Z[ helios-setup] lock 59:17.498030107
37812026-07-29T15:52:21.013Z[ helios-setup] slp 39:14.702065841
37822026-07-29T15:52:21.013Z[ helios-setup] lat 7:29.721440027
37832026-07-29T15:52:21.013Z[ helios-setup] stop 1:33.254251461
37842026-07-29T15:52:21.013ZJul 29 15:52:19.811 INFO [helios-setup] process exited with exit status: 0 (190.092139983s)
37852026-07-29T15:52:21.013ZJul 29 15:52:19.811 INFO [helios-record] running task
37862026-07-29T15:52:21.013ZJul 29 15:52:19.811 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37872026-07-29T15:52:21.017ZJul 29 15:52:19.815 DEBG process exited with exit status: 0 (4.159542ms)
37882026-07-29T15:52:21.017ZJul 29 15:52:19.816 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37892026-07-29T15:52:21.020ZJul 29 15:52:19.820 DEBG process exited with exit status: 0 (4.515771ms)
37902026-07-29T15:52:21.020ZJul 29 15:52:19.820 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37912026-07-29T15:52:21.024ZJul 29 15:52:19.824 DEBG process exited with exit status: 0 (3.534622ms)
37922026-07-29T15:52:21.024ZJul 29 15:52:19.824 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37932026-07-29T15:52:21.027ZJul 29 15:52:19.827 DEBG process exited with exit status: 0 (3.263701ms)
37942026-07-29T15:52:21.027ZJul 29 15:52:19.827 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37952026-07-29T15:52:21.031ZJul 29 15:52:19.830 DEBG process exited with exit status: 0 (3.340331ms)
37962026-07-29T15:52:21.031ZJul 29 15:52:19.830 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37972026-07-29T15:52:21.034ZJul 29 15:52:19.834 DEBG process exited with exit status: 0 (3.525701ms)
37982026-07-29T15:52:21.034ZJul 29 15:52:19.834 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37992026-07-29T15:52:21.038ZJul 29 15:52:19.837 DEBG process exited with exit status: 0 (3.561482ms)
38002026-07-29T15:52:21.038ZJul 29 15:52:19.837 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38012026-07-29T15:52:21.041ZJul 29 15:52:19.841 DEBG process exited with exit status: 0 (3.291241ms)
38022026-07-29T15:52:21.041ZJul 29 15:52:19.841 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38032026-07-29T15:52:21.044ZJul 29 15:52:19.844 DEBG process exited with exit status: 0 (3.299341ms)
38042026-07-29T15:52:21.044ZJul 29 15:52:19.844 INFO [helios-record] task succeeded (33.124912ms)
38052026-07-29T15:59:26.700Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 44s
38062026-07-29T15:59:26.704Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38072026-07-29T15:59:26.704Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38082026-07-29T16:00:17.946ZJul 29 16:00:16.742 INFO [host-package] process exited with exit status: 0 (635.840765308s)
38092026-07-29T16:00:17.946ZJul 29 16:00:16.742 INFO [host-libraries] running task
38102026-07-29T16:00:17.946ZJul 29 16:00:16.742 INFO [host-stamp] running task
38112026-07-29T16:00:17.950ZJul 29 16:00:16.745 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git0a17571f0e7
38122026-07-29T16:00:17.953ZJul 29 16:00:16.746 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git0a17571f0e7
38132026-07-29T16:00:17.953ZJul 29 16:00:16.746 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git0a17571f0e7
38142026-07-29T16:00:17.953ZJul 29 16:00:16.746 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git0a17571f0e7
38152026-07-29T16:00:17.953ZJul 29 16:00:16.747 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git0a17571f0e7
38162026-07-29T16:00:17.953ZJul 29 16:00:16.747 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git0a17571f0e7
38172026-07-29T16:00:17.953ZJul 29 16:00:16.747 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+git0a17571f0e7
38182026-07-29T16:00:17.953ZJul 29 16:00:16.747 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+git0a17571f0e7
38192026-07-29T16:00:17.959Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38202026-07-29T16:00:17.959Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38212026-07-29T16:00:17.962Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38222026-07-29T16:00:17.962Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38232026-07-29T16:00:17.962Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38242026-07-29T16:00:17.962Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38252026-07-29T16:00:17.962Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38262026-07-29T16:00:17.962Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38272026-07-29T16:00:17.962Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38282026-07-29T16:00:17.966ZJul 29 16:00:16.759 INFO [stamp-overlay] process exited with exit status: 0 (12.519065ms)
38292026-07-29T16:00:17.970Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38302026-07-29T16:00:17.973ZJul 29 16:00:16.766 INFO [stamp-oxlog] process exited with exit status: 0 (19.672787ms)
38312026-07-29T16:00:18.001Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38322026-07-29T16:00:18.005ZJul 29 16:00:16.800 INFO [stamp-crucible-utils] process exited with exit status: 0 (53.563359ms)
38332026-07-29T16:00:18.023Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38342026-07-29T16:00:18.028ZJul 29 16:00:16.822 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (76.576347ms)
38352026-07-29T16:00:18.114Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38362026-07-29T16:00:18.117ZJul 29 16:00:16.913 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (165.73593ms)
38372026-07-29T16:00:18.404Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38382026-07-29T16:00:18.408ZJul 29 16:00:17.203 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (456.129087ms)
38392026-07-29T16:00:18.480Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38402026-07-29T16:00:18.484ZJul 29 16:00:17.280 INFO [stamp-propolis-server] process exited with exit status: 0 (533.037795ms)
38412026-07-29T16:00:19.565ZJul 29 16:00:18.360 INFO [host-libraries] task succeeded (1.618359692s)
38422026-07-29T16:00:19.569ZJul 29 16:00:18.361 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38432026-07-29T16:00:19.572Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38442026-07-29T16:00:20.526Z[recovery-package] Compiling proptest v1.11.0
38452026-07-29T16:00:22.286Z[recovery-package] Compiling newtype-uuid v1.3.2
38462026-07-29T16:00:22.497Z[recovery-package] Compiling daft v0.1.7
38472026-07-29T16:00:22.696Z[recovery-package] Compiling iddqd v0.4.2
38482026-07-29T16:00:23.661Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38492026-07-29T16:00:23.923Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38502026-07-29T16:00:23.923Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38512026-07-29T16:00:23.923Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38522026-07-29T16:00:23.926Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38532026-07-29T16:00:23.926Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38542026-07-29T16:00:23.926Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38552026-07-29T16:00:23.926Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38562026-07-29T16:00:24.008Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38572026-07-29T16:00:24.246Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38582026-07-29T16:00:24.275Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38592026-07-29T16:00:24.399Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38602026-07-29T16:00:24.990Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38612026-07-29T16:00:24.994ZJul 29 16:00:23.790 INFO [stamp-switch-asic] process exited with exit status: 0 (7.043700578s)
38622026-07-29T16:00:24.994ZJul 29 16:00:23.790 INFO [host-stamp] task succeeded (7.04748599s)
38632026-07-29T16:00:24.994ZJul 29 16:00:23.790 INFO [host-proto] running task
38642026-07-29T16:00:25.423ZJul 29 16:00:24.218 INFO [host-proto] task succeeded (428.115006ms)
38652026-07-29T16:00:25.423ZJul 29 16:00:24.218 INFO [host-profile] running task
38662026-07-29T16:00:25.427ZJul 29 16:00:24.218 INFO [host-profile] task succeeded (188.91µs)
38672026-07-29T16:00:25.427ZJul 29 16:00:24.218 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/.tmpGW0oD3/proto/host/root -N 'ci 0a17571/${os_short_commit} 2026-07-29 15:49' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38682026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO Checking files for board 'cosmo-mbist-noaggr'
38692026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38702026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO Checking files for board 'cosmo'
38712026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38722026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38732026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO Checking files for board 'cosmo-mbist'
38742026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38752026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO Checking files for board 'gimlet'
38762026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38772026-07-29T16:00:25.430Z[ host-image] Jul 29 16:00:24.225 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38782026-07-29T16:00:25.440Z[ host-image] Jul 29 16:00:24.236 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGW0oD3/proto/host/root"
38792026-07-29T16:00:25.440Z[ host-image] Jul 29 16:00:24.236 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38802026-07-29T16:00:25.444Z[ host-image] Jul 29 16:00:24.236 INFO image builder template: ramdisk-01-os...
38812026-07-29T16:00:25.444Z[ host-image] Jul 29 16:00:24.236 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/.tmpGW0oD3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38822026-07-29T16:00:25.456Z[ host-image] Jul 29 16:00:24.252 INFO O| Jul 29 16:00:24.252 INFO CREATE DATASET: rpool/images/build/host/output
38832026-07-29T16:00:26.773Z[ host-image] Jul 29 16:00:25.569 INFO O| Jul 29 16:00:25.569 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38842026-07-29T16:00:26.777Z[ host-image] Jul 29 16:00:25.572 INFO O| Jul 29 16:00:25.572 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38852026-07-29T16:00:27.004Z[ host-image] Jul 29 16:00:25.799 INFO O| Jul 29 16:00:25.799 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38862026-07-29T16:00:27.045Z[ host-image] Jul 29 16:00:25.841 INFO O| Jul 29 16:00:25.841 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38872026-07-29T16:00:27.045Z[ host-image] Jul 29 16:00:25.841 INFO O| Jul 29 16:00:25.841 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38882026-07-29T16:00:27.051Z[ host-image] Jul 29 16:00:25.841 INFO O| Jul 29 16:00:25.841 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38892026-07-29T16:00:27.051Z[ host-image] Jul 29 16:00:25.841 INFO O| Jul 29 16:00:25.841 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38902026-07-29T16:00:27.054Z[ host-image] Jul 29 16:00:25.847 INFO O| Jul 29 16:00:25.847 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38912026-07-29T16:00:27.271Z[ host-image] Jul 29 16:00:26.066 INFO O| Jul 29 16:00:26.066 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38922026-07-29T16:00:27.278Z[ host-image] Jul 29 16:00:26.074 INFO O| Jul 29 16:00:26.074 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38932026-07-29T16:00:27.545Z[ host-image] Jul 29 16:00:26.340 INFO O| Jul 29 16:00:26.340 INFO O| Caching catalogs ... Done
38942026-07-29T16:00:27.605Z[ host-image] Jul 29 16:00:26.400 INFO O| Jul 29 16:00:26.400 INFO STEP 0 (pkg_image_create) COMPLETE
38952026-07-29T16:00:27.605Z[ host-image] Jul 29 16:00:26.400 INFO O| Jul 29 16:00:26.400 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-07-29T16:00:27.611Z[ host-image] Jul 29 16:00:26.406 INFO O| Jul 29 16:00:26.406 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"]
38972026-07-29T16:00:27.851Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO STEP 1 (pkg_set_publisher) COMPLETE
38982026-07-29T16:00:27.851Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38992026-07-29T16:00:27.851Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO skip step because feature "publisher_1_name" is not enabled
39002026-07-29T16:00:27.855Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39012026-07-29T16:00:27.855Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO skip step because feature "publisher_2_name" is not enabled
39022026-07-29T16:00:27.855Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-07-29T16:00:27.856Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO skip step because feature "publisher_3_name" is not enabled
39042026-07-29T16:00:27.856Z[ host-image] Jul 29 16:00:26.647 INFO O| Jul 29 16:00:26.647 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39052026-07-29T16:00:27.948Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39062026-07-29T16:00:27.948Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39072026-07-29T16:00:27.956Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39082026-07-29T16:00:27.956Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39092026-07-29T16:00:27.956Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39102026-07-29T16:00:28.126Z[ host-image] Jul 29 16:00:26.922 INFO O| Jul 29 16:00:26.922 INFO variant opensolaris.zone is already global
39112026-07-29T16:00:28.126Z[ host-image] Jul 29 16:00:26.922 INFO O| Jul 29 16:00:26.922 INFO STEP 5 (pkg_change_variant) COMPLETE
39122026-07-29T16:00:28.126Z[ host-image] Jul 29 16:00:26.922 INFO O| Jul 29 16:00:26.922 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-07-29T16:00:28.443Z[ host-image] Jul 29 16:00:27.238 INFO O| Jul 29 16:00:27.238 INFO variant opensolaris.imagetype is full; changing to partial
39142026-07-29T16:00:28.443Z[ host-image] Jul 29 16:00:27.238 INFO O| Jul 29 16:00:27.238 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39152026-07-29T16:00:29.808Z[ host-image] Jul 29 16:00:28.602 INFO O| Jul 29 16:00:28.602 INFO O| Startup: Refreshing catalog 'helios' ... Done
39162026-07-29T16:00:30.076Z[ host-image] Jul 29 16:00:28.872 INFO O| Jul 29 16:00:28.872 INFO O| Startup: Caching catalogs ... Done
39172026-07-29T16:00:30.084Z[ host-image] Jul 29 16:00:28.880 INFO O| Jul 29 16:00:28.880 INFO O| Planning: Planning completed in 0.00 seconds
39182026-07-29T16:00:30.088Z[ host-image] Jul 29 16:00:28.880 INFO O| Jul 29 16:00:28.880 INFO O| Planning: Consolidating action changes ... Done
39192026-07-29T16:00:30.088Z[ host-image] Jul 29 16:00:28.881 INFO O| Jul 29 16:00:28.880 INFO O| Planning: Evaluating mediators ... Done
39202026-07-29T16:00:30.088Z[ host-image] Jul 29 16:00:28.881 INFO O| Jul 29 16:00:28.881 INFO O| Planning: Planning completed in 0.00 seconds
39212026-07-29T16:00:30.088Z[ host-image] Jul 29 16:00:28.881 INFO O| Jul 29 16:00:28.881 INFO O| Variants/Facets to change: 1
39222026-07-29T16:00:30.093Z[ host-image] Jul 29 16:00:28.889 INFO O| Jul 29 16:00:28.889 INFO O| Finalize: Updating package state database ... Done
39232026-07-29T16:00:30.094Z[ host-image] Jul 29 16:00:28.889 INFO O| Jul 29 16:00:28.889 INFO O| Finalize: Updating package cache ... Done
39242026-07-29T16:00:30.139Z[ host-image] Jul 29 16:00:28.935 INFO O| Jul 29 16:00:28.935 INFO O| Finalize: Updating image state ... Done
39252026-07-29T16:00:30.145Z[ host-image] Jul 29 16:00:28.940 INFO O| Jul 29 16:00:28.940 INFO O| Finalize: Creating fast lookup database ... Done
39262026-07-29T16:00:30.148Z[ host-image] Jul 29 16:00:28.941 INFO O| Jul 29 16:00:28.941 INFO O| Finalize: Reading search index ... Done
39272026-07-29T16:00:30.148Z[ host-image] Jul 29 16:00:28.941 INFO O| Jul 29 16:00:28.941 INFO O| Finalize: Updating search index ... Done
39282026-07-29T16:00:30.148Z[ host-image] Jul 29 16:00:28.942 INFO O| Jul 29 16:00:28.942 INFO O| Finalize: Updating package cache ... Done
39292026-07-29T16:00:30.282Z[ host-image] Jul 29 16:00:29.077 INFO O| Jul 29 16:00:29.077 INFO STEP 6 (pkg_change_variant) COMPLETE
39302026-07-29T16:00:30.282Z[ host-image] Jul 29 16:00:29.077 INFO O| Jul 29 16:00:29.077 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39312026-07-29T16:00:30.282Z[ host-image] Jul 29 16:00:29.078 INFO O| Jul 29 16:00:29.077 INFO skip step because feature "debug_variant" is not enabled
39322026-07-29T16:00:30.286Z[ host-image] Jul 29 16:00:29.078 INFO O| Jul 29 16:00:29.077 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-07-29T16:00:30.546Z[ host-image] Jul 29 16:00:29.341 INFO O| Jul 29 16:00:29.341 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39342026-07-29T16:00:31.671Z[ host-image] Jul 29 16:00:30.467 INFO O| Jul 29 16:00:30.466 INFO O| Startup: Refreshing catalog 'helios' ... Done
39352026-07-29T16:00:31.940Z[ host-image] Jul 29 16:00:30.735 INFO O| Jul 29 16:00:30.735 INFO O| Startup: Caching catalogs ... Done
39362026-07-29T16:00:31.949Z[ host-image] Jul 29 16:00:30.744 INFO O| Jul 29 16:00:30.744 INFO O| Planning: Planning completed in 0.00 seconds
39372026-07-29T16:00:31.952Z[ host-image] Jul 29 16:00:30.745 INFO O| Jul 29 16:00:30.745 INFO O| Planning: Consolidating action changes ... Done
39382026-07-29T16:00:31.952Z[ host-image] Jul 29 16:00:30.745 INFO O| Jul 29 16:00:30.745 INFO O| Planning: Evaluating mediators ... Done
39392026-07-29T16:00:31.952Z[ host-image] Jul 29 16:00:30.745 INFO O| Jul 29 16:00:30.745 INFO O| Planning: Planning completed in 0.00 seconds
39402026-07-29T16:00:31.952Z[ host-image] Jul 29 16:00:30.745 INFO O| Jul 29 16:00:30.745 INFO O| Variants/Facets to change: 1
39412026-07-29T16:00:31.958Z[ host-image] Jul 29 16:00:30.754 INFO O| Jul 29 16:00:30.753 INFO O| Finalize: Updating package state database ... Done
39422026-07-29T16:00:31.958Z[ host-image] Jul 29 16:00:30.754 INFO O| Jul 29 16:00:30.753 INFO O| Finalize: Updating package cache ... Done
39432026-07-29T16:00:32.000Z[ host-image] Jul 29 16:00:30.796 INFO O| Jul 29 16:00:30.796 INFO O| Finalize: Updating image state ... Done
39442026-07-29T16:00:32.006Z[ host-image] Jul 29 16:00:30.801 INFO O| Jul 29 16:00:30.801 INFO O| Finalize: Creating fast lookup database ... Done
39452026-07-29T16:00:32.009Z[ host-image] Jul 29 16:00:30.802 INFO O| Jul 29 16:00:30.802 INFO O| Finalize: Reading search index ... Done
39462026-07-29T16:00:32.009Z[ host-image] Jul 29 16:00:30.802 INFO O| Jul 29 16:00:30.802 INFO O| Finalize: Updating search index ... Done
39472026-07-29T16:00:32.009Z[ host-image] Jul 29 16:00:30.802 INFO O| Jul 29 16:00:30.802 INFO O| Finalize: Updating package cache ... Done
39482026-07-29T16:00:32.142Z[ host-image] Jul 29 16:00:30.938 INFO O| Jul 29 16:00:30.938 INFO STEP 8 (pkg_change_facet) COMPLETE
39492026-07-29T16:00:32.142Z[ host-image] Jul 29 16:00:30.938 INFO O| Jul 29 16:00:30.938 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-07-29T16:00:32.142Z[ host-image] Jul 29 16:00:30.938 INFO O| Jul 29 16:00:30.938 INFO skip step because feature "recovery" is not enabled
39512026-07-29T16:00:32.146Z[ host-image] Jul 29 16:00:30.938 INFO O| Jul 29 16:00:30.938 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-07-29T16:00:32.146Z[ host-image] Jul 29 16:00:30.938 INFO O| Jul 29 16:00:30.938 INFO skip step because feature "recovery" is not enabled
39532026-07-29T16:00:32.146Z[ host-image] Jul 29 16:00:30.938 INFO O| Jul 29 16:00:30.938 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-07-29T16:00:32.150Z[ host-image] Jul 29 16:00:30.946 INFO O| Jul 29 16:00:30.946 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@22.0.0.0"]
39552026-07-29T16:00:33.273Z[ host-image] Jul 29 16:00:32.068 INFO O| Jul 29 16:00:32.068 INFO O| Startup: Refreshing catalog 'helios' ... Done
39562026-07-29T16:00:33.540Z[ host-image] Jul 29 16:00:32.335 INFO O| Jul 29 16:00:32.335 INFO O| Startup: Caching catalogs ... Done
39572026-07-29T16:00:34.721Z[ host-image] Jul 29 16:00:33.516 INFO O| Jul 29 16:00:33.516 INFO O| Planning: Solver setup ... Done
39582026-07-29T16:00:34.797Z[ host-image] Jul 29 16:00:33.592 INFO O| Jul 29 16:00:33.592 INFO O| Planning: Running solver ... Done
39592026-07-29T16:00:34.824Z[ host-image] Jul 29 16:00:33.620 INFO O| Jul 29 16:00:33.620 INFO O| Planning: Finding local manifests ... Done
39602026-07-29T16:00:34.844Z[ host-image] Jul 29 16:00:33.639 INFO O| Jul 29 16:00:33.639 INFO O| Planning: Fetching manifests: 0/130 0% complete
39612026-07-29T16:00:36.194Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39622026-07-29T16:00:36.444Z[ host-image] Jul 29 16:00:35.239 INFO O| Jul 29 16:00:35.239 INFO O| Planning: Fetching manifests: 130/130 100% complete
39632026-07-29T16:00:36.948Z[ host-image] Jul 29 16:00:35.744 INFO O| Jul 29 16:00:35.744 INFO O| Planning: Package planning ... Done
39642026-07-29T16:00:37.098Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39652026-07-29T16:00:37.267Z[ host-image] Jul 29 16:00:36.062 INFO O| Jul 29 16:00:36.062 INFO O| Planning: Merging actions ... Done
39662026-07-29T16:00:37.381Z[ host-image] Jul 29 16:00:36.176 INFO O| Jul 29 16:00:36.176 INFO O| Planning: Checking for conflicting actions ... Done
39672026-07-29T16:00:37.484Z[ host-image] Jul 29 16:00:36.279 INFO O| Jul 29 16:00:36.279 INFO O| Planning: Consolidating action changes ... Done
39682026-07-29T16:00:37.783Z[ host-image] Jul 29 16:00:36.578 INFO O| Jul 29 16:00:36.578 INFO O| Planning: Evaluating mediators ... Done
39692026-07-29T16:00:39.205Z[ host-image] Jul 29 16:00:38.000 INFO O| Jul 29 16:00:38.000 INFO O| Planning: Planning completed in 5.66 seconds
39702026-07-29T16:00:39.209Z[ host-image] Jul 29 16:00:38.002 INFO O| Jul 29 16:00:38.002 INFO O| Packages to install: 130
39712026-07-29T16:00:39.209Z[ host-image] Jul 29 16:00:38.002 INFO O| Jul 29 16:00:38.002 INFO O| Mediators to change: 5
39722026-07-29T16:00:39.209Z[ host-image] Jul 29 16:00:38.002 INFO O| Jul 29 16:00:38.002 INFO O| Services to change: 6
39732026-07-29T16:00:39.237Z[ host-image] Jul 29 16:00:38.033 INFO O| Jul 29 16:00:38.033 INFO O| Download: 0/23885 items 0.0/222.8MB 0% complete
39742026-07-29T16:00:39.487Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39752026-07-29T16:00:39.487Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39762026-07-29T16:00:40.609Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39772026-07-29T16:00:41.233Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39782026-07-29T16:00:44.237Z[ host-image] Jul 29 16:00:43.033 INFO O| Jul 29 16:00:43.033 INFO O| Download: 18795/23885 items 160.9/222.8MB 72% complete (32.3M/s)
39792026-07-29T16:00:46.262Z[ host-image] Jul 29 16:00:45.057 INFO O| Jul 29 16:00:45.057 INFO O| Download: Completed 222.78 MB in 7.02 seconds (31.6M/s)
39802026-07-29T16:00:46.582Z[ host-image] Jul 29 16:00:45.377 INFO O| Jul 29 16:00:45.377 INFO O| Actions: 1/54169 actions (Installing new actions)
39812026-07-29T16:00:51.582Z[ host-image] Jul 29 16:00:50.377 INFO O| Jul 29 16:00:50.377 INFO O| Actions: 25775/54169 actions (Installing new actions)
39822026-07-29T16:00:53.209Z[ host-image] Jul 29 16:00:52.004 INFO O| Jul 29 16:00:52.004 INFO O| Actions: Completed 54169 actions in 6.62 seconds.
39832026-07-29T16:00:53.276Z[ host-image] Jul 29 16:00:52.072 INFO O| Jul 29 16:00:52.072 INFO O| Finalize: Updating package state database ... Done
39842026-07-29T16:00:53.277Z[ host-image] Jul 29 16:00:52.072 INFO O| Jul 29 16:00:52.072 INFO O| Finalize: Updating package cache ... Done
39852026-07-29T16:00:53.351Z[ host-image] Jul 29 16:00:52.147 INFO O| Jul 29 16:00:52.147 INFO O| Finalize: Updating image state ... Done
39862026-07-29T16:00:53.476Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.78s
39872026-07-29T16:00:54.098Z[ host-image] Jul 29 16:00:52.894 INFO O| Jul 29 16:00:52.894 INFO O| Finalize: Creating fast lookup database ... Done
39882026-07-29T16:00:54.121Z[ host-image] Jul 29 16:00:52.916 INFO O| Jul 29 16:00:52.916 INFO O| Finalize: Reading search index ... Done
39892026-07-29T16:00:55.228ZJul 29 16:00:54.023 INFO [recovery-package] process exited with exit status: 0 (35.662395373s)
39902026-07-29T16:00:55.228ZJul 29 16:00:54.023 INFO [recovery-libraries] running task
39912026-07-29T16:00:55.228ZJul 29 16:00:54.023 INFO [recovery-stamp] running task
39922026-07-29T16:00:55.232ZJul 29 16:00:54.023 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git0a17571f0e7
39932026-07-29T16:00:55.232ZJul 29 16:00:54.024 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git0a17571f0e7
39942026-07-29T16:00:55.235Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39952026-07-29T16:00:55.239Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39962026-07-29T16:00:55.281ZJul 29 16:00:54.077 INFO [recovery-libraries] task succeeded (53.737849ms)
39972026-07-29T16:00:55.284ZJul 29 16:00:54.077 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39982026-07-29T16:00:55.331Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39992026-07-29T16:00:55.335ZJul 29 16:00:54.130 INFO [stamp-installinator] process exited with exit status: 0 (105.942209ms)
40002026-07-29T16:00:55.379Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40012026-07-29T16:00:55.382ZJul 29 16:00:54.177 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.915576ms)
40022026-07-29T16:00:55.382ZJul 29 16:00:54.177 INFO [recovery-stamp] task succeeded (154.311416ms)
40032026-07-29T16:00:55.382ZJul 29 16:00:54.177 INFO [recovery-proto] running task
40042026-07-29T16:00:55.382ZJul 29 16:00:54.177 INFO [tuf-stamp] running task
40052026-07-29T16:00:55.386ZJul 29 16:00:54.178 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git0a17571f0e7
40062026-07-29T16:00:55.386ZJul 29 16:00:54.178 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git0a17571f0e7
40072026-07-29T16:00:55.386ZJul 29 16:00:54.179 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git0a17571f0e7
40082026-07-29T16:00:55.386ZJul 29 16:00:54.179 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git0a17571f0e7
40092026-07-29T16:00:55.386ZJul 29 16:00:54.179 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git0a17571f0e7
40102026-07-29T16:00:55.386ZJul 29 16:00:54.180 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git0a17571f0e7
40112026-07-29T16:00:55.386ZJul 29 16:00:54.180 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git0a17571f0e7
40122026-07-29T16:00:55.386ZJul 29 16:00:54.180 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git0a17571f0e7
40132026-07-29T16:00:55.386ZJul 29 16:00:54.181 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git0a17571f0e7
40142026-07-29T16:00:55.386ZJul 29 16:00:54.181 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git0a17571f0e7
40152026-07-29T16:00:55.386ZJul 29 16:00:54.181 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git0a17571f0e7
40162026-07-29T16:00:55.390ZJul 29 16:00:54.182 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git0a17571f0e7
40172026-07-29T16:00:55.393Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-07-29T16:00:55.393Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40192026-07-29T16:00:55.393Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40202026-07-29T16:00:55.393Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-07-29T16:00:55.393Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-07-29T16:00:55.393Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-07-29T16:00:55.393Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-07-29T16:00:55.393Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-07-29T16:00:55.393Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-07-29T16:00:55.399Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-07-29T16:00:55.399Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-07-29T16:00:55.399Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-07-29T16:00:55.439Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40302026-07-29T16:00:55.443ZJul 29 16:00:54.238 INFO [stamp-probe] process exited with exit status: 0 (60.413072ms)
40312026-07-29T16:00:55.514ZJul 29 16:00:54.310 INFO [recovery-proto] task succeeded (132.107779ms)
40322026-07-29T16:00:55.518ZJul 29 16:00:54.310 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/.tmpGW0oD3/proto/recovery/root -N 'recovery 0a17571/${os_short_commit} 2026-07-29 15:49' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40332026-07-29T16:00:55.521Z[ recovery-image] Jul 29 16:00:54.317 INFO Checking files for board 'cosmo-mbist-noaggr'
40342026-07-29T16:00:55.521Z[ recovery-image] Jul 29 16:00:54.317 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40352026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO Checking files for board 'gimlet'
40362026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40372026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40382026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO Checking files for board 'cosmo-mbist'
40392026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40402026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO Checking files for board 'cosmo'
40412026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40422026-07-29T16:00:55.525Z[ recovery-image] Jul 29 16:00:54.317 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40432026-07-29T16:00:55.531Z[ recovery-image] Jul 29 16:00:54.327 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGW0oD3/proto/recovery/root"
40442026-07-29T16:00:55.536Z[ recovery-image] Jul 29 16:00:54.327 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40452026-07-29T16:00:55.536Z[ recovery-image] Jul 29 16:00:54.327 INFO image builder template: ramdisk-01-os...
40462026-07-29T16:00:55.536Z[ recovery-image] Jul 29 16:00:54.327 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/.tmpGW0oD3/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@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40472026-07-29T16:00:55.548Z[ recovery-image] Jul 29 16:00:54.344 INFO O| Jul 29 16:00:54.344 INFO CREATE DATASET: rpool/images/build/recovery/output
40482026-07-29T16:00:55.937Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40492026-07-29T16:00:55.941ZJul 29 16:00:54.736 INFO [stamp-ntp] process exited with exit status: 0 (555.290413ms)
40502026-07-29T16:00:55.945Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40512026-07-29T16:00:55.978Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40522026-07-29T16:00:56.038Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40532026-07-29T16:00:56.042ZJul 29 16:00:54.837 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (657.49237ms)
40542026-07-29T16:00:56.179Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40552026-07-29T16:00:56.182ZJul 29 16:00:54.978 INFO [stamp-external-dns] process exited with exit status: 0 (797.313441ms)
40562026-07-29T16:00:56.207Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40572026-07-29T16:00:56.210ZJul 29 16:00:55.006 INFO [stamp-internal-dns] process exited with exit status: 0 (825.227972ms)
40582026-07-29T16:00:56.239Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40592026-07-29T16:00:56.242ZJul 29 16:00:55.038 INFO [stamp-crucible-zone] process exited with exit status: 0 (859.088044ms)
40602026-07-29T16:00:56.438Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40612026-07-29T16:00:56.442ZJul 29 16:00:55.237 INFO [stamp-oximeter] process exited with exit status: 0 (1.056254006s)
40622026-07-29T16:00:56.537Z[ host-image] Jul 29 16:00:55.332 INFO O| Jul 29 16:00:55.332 INFO O| Finalize: Building new search index ... Done
40632026-07-29T16:00:56.564Z[ recovery-image] Jul 29 16:00:55.359 INFO O| Jul 29 16:00:55.359 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40642026-07-29T16:00:56.567Z[ recovery-image] Jul 29 16:00:55.363 INFO O| Jul 29 16:00:55.363 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40652026-07-29T16:00:56.956Z[ host-image] Jul 29 16:00:55.752 INFO O| Jul 29 16:00:55.751 INFO O| Finalize: Updating package cache ... Done
40662026-07-29T16:00:57.145Z[ host-image] Jul 29 16:00:55.941 INFO O| Jul 29 16:00:55.941 INFO STEP 11 (pkg_install) COMPLETE
40672026-07-29T16:00:57.145Z[ host-image] Jul 29 16:00:55.941 INFO O| Jul 29 16:00:55.941 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40682026-07-29T16:00:57.154Z[ host-image] Jul 29 16:00:55.949 INFO O| Jul 29 16:00:55.949 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"]
40692026-07-29T16:00:57.944Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40702026-07-29T16:00:57.947ZJul 29 16:00:56.743 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.563161999s)
40712026-07-29T16:01:00.011Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40722026-07-29T16:01:00.016ZJul 29 16:00:58.809 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.630348774s)
40732026-07-29T16:01:00.077Z[ host-image] Jul 29 16:00:58.873 INFO O| Jul 29 16:00:58.873 INFO O| Startup: Refreshing catalog 'helios' ... Done
40742026-07-29T16:01:00.336Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40752026-07-29T16:01:00.339ZJul 29 16:00:59.135 INFO [stamp-clickhouse] process exited with exit status: 0 (4.954494914s)
40762026-07-29T16:01:00.343Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40772026-07-29T16:01:00.347ZJul 29 16:00:59.140 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.958640345s)
40782026-07-29T16:01:00.728Z[verify-libraries] Compiling match_cfg v0.1.0
40792026-07-29T16:01:00.728Z[verify-libraries] Compiling slog-json v2.6.1
40802026-07-29T16:01:00.732Z[verify-libraries] Compiling debug-ignore v1.0.5
40812026-07-29T16:01:00.732Z[verify-libraries] Compiling progenitor-client v0.14.0
40822026-07-29T16:01:00.732Z[verify-libraries] Compiling structmeta-derive v0.3.0
40832026-07-29T16:01:00.732Z[verify-libraries] Compiling sha1 v0.11.0
40842026-07-29T16:01:00.732Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40852026-07-29T16:01:00.745Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40862026-07-29T16:01:00.749ZJul 29 16:00:59.545 INFO [stamp-nexus] process exited with exit status: 0 (5.366137524s)
40872026-07-29T16:01:00.749ZJul 29 16:00:59.545 INFO [tuf-stamp] task succeeded (5.367188325s)
40882026-07-29T16:01:00.749ZJul 29 16:00:59.545 INFO [tuf-v2-zones] running task
40892026-07-29T16:01:00.898ZJul 29 16:00:59.693 INFO [tuf-v2-zones] task succeeded (148.410344ms)
40902026-07-29T16:01:01.029Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40912026-07-29T16:01:01.048Z[verify-libraries] Compiling multer v3.1.0
40922026-07-29T16:01:01.052Z[verify-libraries] Compiling compression-core v0.4.31
40932026-07-29T16:01:01.052Z[verify-libraries] Compiling async-stream-impl v0.3.6
40942026-07-29T16:01:01.052Z[verify-libraries] Compiling serde_spanned v1.1.1
40952026-07-29T16:01:01.052Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40962026-07-29T16:01:01.172Z[verify-libraries] Compiling dropshot v0.17.1
40972026-07-29T16:01:01.197Z[verify-libraries] Compiling hostname v0.3.1
40982026-07-29T16:01:01.197Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40992026-07-29T16:01:01.201Z[verify-libraries] Compiling waitgroup v0.1.2
41002026-07-29T16:01:01.266Z[verify-libraries] Compiling compression-codecs v0.4.37
41012026-07-29T16:01:01.267Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41022026-07-29T16:01:01.270Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41032026-07-29T16:01:01.270Z[verify-libraries] Compiling hostname v0.4.2
41042026-07-29T16:01:01.270Z[verify-libraries] Compiling itertools v0.14.0
41052026-07-29T16:01:01.374Z[verify-libraries] Compiling slog-bunyan v2.5.0
41062026-07-29T16:01:01.378Z[verify-libraries] Compiling atomicwrites v0.4.4
41072026-07-29T16:01:01.438Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41082026-07-29T16:01:01.443Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41092026-07-29T16:01:01.510Z[verify-libraries] Compiling async-compression v0.4.41
41102026-07-29T16:01:01.515Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41112026-07-29T16:01:01.558Z[verify-libraries] Compiling macaddr v1.0.1
41122026-07-29T16:01:01.562Z[verify-libraries] Compiling regress v0.10.5
41132026-07-29T16:01:01.562Z[verify-libraries] Compiling instant v0.1.13
41142026-07-29T16:01:01.588Z[verify-libraries] Compiling backon v1.6.0
41152026-07-29T16:01:01.629Z[verify-libraries] Compiling humantime v2.3.0
41162026-07-29T16:01:01.689Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41172026-07-29T16:01:01.721Z[verify-libraries] Compiling backoff v0.4.0
41182026-07-29T16:01:01.773Z[verify-libraries] Compiling convert_case v0.4.0
41192026-07-29T16:01:01.809Z[verify-libraries] Compiling async-stream v0.3.6
41202026-07-29T16:01:01.836Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41212026-07-29T16:01:01.890Z[ host-image] Jul 29 16:01:00.685 INFO O| Jul 29 16:01:00.685 INFO O| Startup: Caching catalogs ... Done
41222026-07-29T16:01:01.897Z[verify-libraries] Compiling progenitor-extras v0.2.0
41232026-07-29T16:01:01.897Z[verify-libraries] Compiling half v2.7.1
41242026-07-29T16:01:01.901Z[verify-libraries] Compiling ciborium-io v0.2.2
41252026-07-29T16:01:01.989Z[verify-libraries] Compiling indent_write v2.2.0
41262026-07-29T16:01:02.016Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41272026-07-29T16:01:02.020Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41282026-07-29T16:01:02.040Z[verify-libraries] Compiling regress v0.11.1
41292026-07-29T16:01:02.083Z[verify-libraries] Compiling secrecy v0.10.3
41302026-07-29T16:01:02.083Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41312026-07-29T16:01:02.133Z[verify-libraries] Compiling structmeta v0.3.0
41322026-07-29T16:01:02.166Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41332026-07-29T16:01:02.209Z[verify-libraries] Compiling derive_more v0.99.20
41342026-07-29T16:01:02.212Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41352026-07-29T16:01:02.241Z[ host-image] Jul 29 16:01:01.036 INFO O| Jul 29 16:01:01.035 INFO O| Planning: Solver setup ... Done
41362026-07-29T16:01:02.245Z[ host-image] Jul 29 16:01:01.041 INFO O| Jul 29 16:01:01.041 INFO O| Planning: Running solver ... Done
41372026-07-29T16:01:02.255Z[verify-libraries] Compiling ciborium-ll v0.2.2
41382026-07-29T16:01:02.259Z[ host-image] Jul 29 16:01:01.052 INFO O| Jul 29 16:01:01.051 INFO O| Planning: Finding local manifests ... Done
41392026-07-29T16:01:02.271Z[ host-image] Jul 29 16:01:01.066 INFO O| Jul 29 16:01:01.066 INFO O| Planning: Fetching manifests: 0/6 0% complete
41402026-07-29T16:01:02.275Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41412026-07-29T16:01:02.279Z[verify-libraries] Compiling inout v0.1.4
41422026-07-29T16:01:02.313Z[ host-image] Jul 29 16:01:01.108 INFO O| Jul 29 16:01:01.107 INFO O| Planning: Fetching manifests: 6/6 100% complete
41432026-07-29T16:01:02.317Z[verify-libraries] Compiling universal-hash v0.5.1
41442026-07-29T16:01:02.339Z[ host-image] Jul 29 16:01:01.128 INFO O| Jul 29 16:01:01.128 INFO O| Planning: Package planning ... Done
41452026-07-29T16:01:02.339Z[ host-image] Jul 29 16:01:01.130 INFO O| Jul 29 16:01:01.130 INFO O| Planning: Merging actions ... Done
41462026-07-29T16:01:02.392Z[ host-image] Jul 29 16:01:01.187 INFO O| Jul 29 16:01:01.187 INFO O| Planning: Checking for conflicting actions ... Done
41472026-07-29T16:01:02.396Z[ host-image] Jul 29 16:01:01.189 INFO O| Jul 29 16:01:01.188 INFO O| Planning: Consolidating action changes ... Done
41482026-07-29T16:01:02.406Z[verify-libraries] Compiling derive-ex v0.1.8
41492026-07-29T16:01:02.486Z[verify-libraries] Compiling parse-display-derive v0.10.0
41502026-07-29T16:01:02.508Z[verify-libraries] Compiling ciborium v0.2.2
41512026-07-29T16:01:02.533Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41522026-07-29T16:01:02.554Z[verify-libraries] Compiling cipher v0.4.4
41532026-07-29T16:01:02.582Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41542026-07-29T16:01:02.624Z[ host-image] Jul 29 16:01:01.419 INFO O| Jul 29 16:01:01.419 INFO O| Planning: Evaluating mediators ... Done
41552026-07-29T16:01:02.628Z[ host-image] Jul 29 16:01:01.420 INFO O| Jul 29 16:01:01.420 INFO O| Planning: Planning completed in 0.72 seconds
41562026-07-29T16:01:02.628Z[ host-image] Jul 29 16:01:01.421 INFO O| Jul 29 16:01:01.421 INFO O| Packages to install: 6
41572026-07-29T16:01:02.628Z[ host-image] Jul 29 16:01:01.421 INFO O| Jul 29 16:01:01.421 INFO O| Services to change: 2
41582026-07-29T16:01:02.638Z[ host-image] Jul 29 16:01:01.433 INFO O| Jul 29 16:01:01.433 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
41592026-07-29T16:01:02.642Z[verify-libraries] Compiling opaque-debug v0.3.1
41602026-07-29T16:01:02.668Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41612026-07-29T16:01:02.723Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41622026-07-29T16:01:02.748Z[verify-libraries] Compiling poly1305 v0.8.0
41632026-07-29T16:01:02.748Z[verify-libraries] Compiling blake2 v0.10.6
41642026-07-29T16:01:02.801Z[verify-libraries] Compiling aead v0.5.2
41652026-07-29T16:01:02.827Z[ host-image] Jul 29 16:01:01.622 INFO O| Jul 29 16:01:01.621 INFO O| Download: Completed 1.75 MB in 0.19 seconds (9.3M/s)
41662026-07-29T16:01:02.853Z[verify-libraries] Compiling chacha20 v0.9.1
41672026-07-29T16:01:02.926Z[verify-libraries] Compiling password-hash v0.5.0
41682026-07-29T16:01:03.044Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41692026-07-29T16:01:03.150Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41702026-07-29T16:01:03.173Z[verify-libraries] Compiling num-derive v0.4.2
41712026-07-29T16:01:03.272Z[verify-libraries] Compiling argon2 v0.5.3
41722026-07-29T16:01:03.335Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41732026-07-29T16:01:03.365Z[verify-libraries] Compiling rayon-core v1.13.0
41742026-07-29T16:01:03.387Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41752026-07-29T16:01:03.526Z[verify-libraries] Compiling glob v0.3.3
41762026-07-29T16:01:03.589Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41772026-07-29T16:01:03.688Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41782026-07-29T16:01:03.858Z[ recovery-image] Jul 29 16:01:02.653 INFO O| Jul 29 16:01:02.653 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41792026-07-29T16:01:03.866Z[ host-image] Jul 29 16:01:02.662 INFO O| Jul 29 16:01:02.661 INFO O| Actions: 1/390 actions (Installing new actions)
41802026-07-29T16:01:03.937Z[verify-libraries] Compiling typify-impl v0.6.2
41812026-07-29T16:01:04.005Z[ host-image] Jul 29 16:01:02.800 INFO O| Jul 29 16:01:02.800 INFO O| Actions: Completed 390 actions in 0.14 seconds.
41822026-07-29T16:01:04.034Z[ host-image] Jul 29 16:01:02.829 INFO O| Jul 29 16:01:02.829 INFO O| Finalize: Updating package state database ... Done
41832026-07-29T16:01:04.034Z[ host-image] Jul 29 16:01:02.829 INFO O| Jul 29 16:01:02.829 INFO O| Finalize: Updating package cache ... Done
41842026-07-29T16:01:04.102Z[ host-image] Jul 29 16:01:02.897 INFO O| Jul 29 16:01:02.897 INFO O| Finalize: Updating image state ... Done
41852026-07-29T16:01:04.117Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41862026-07-29T16:01:04.215Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41872026-07-29T16:01:04.262Z[ recovery-image] Jul 29 16:01:03.055 INFO O| Jul 29 16:01:03.055 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41882026-07-29T16:01:04.262Z[ recovery-image] Jul 29 16:01:03.055 INFO O| Jul 29 16:01:03.055 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41892026-07-29T16:01:04.262Z[ recovery-image] Jul 29 16:01:03.055 INFO O| Jul 29 16:01:03.055 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41902026-07-29T16:01:04.262Z[ recovery-image] Jul 29 16:01:03.055 INFO O| Jul 29 16:01:03.055 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41912026-07-29T16:01:04.265Z[verify-libraries] Compiling test-strategy v0.4.5
41922026-07-29T16:01:04.266Z[verify-libraries] Compiling vsss-rs v3.3.4
41932026-07-29T16:01:04.269Z[ recovery-image] Jul 29 16:01:03.064 INFO O| Jul 29 16:01:03.064 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41942026-07-29T16:01:04.311Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41952026-07-29T16:01:04.354Z[verify-libraries] Compiling parse-display v0.10.0
41962026-07-29T16:01:04.397Z[verify-libraries] Compiling usdt-macro v0.5.0
41972026-07-29T16:01:04.454Z[verify-libraries] Compiling memmap v0.7.0
41982026-07-29T16:01:04.634Z[ recovery-image] Jul 29 16:01:03.430 INFO O| Jul 29 16:01:03.429 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-07-29T16:01:04.645Z[ recovery-image] Jul 29 16:01:03.440 INFO O| Jul 29 16:01:03.440 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42002026-07-29T16:01:04.673Z[verify-libraries] Compiling itertools v0.15.0
42012026-07-29T16:01:04.727Z[verify-libraries] Compiling heapless v0.8.0
42022026-07-29T16:01:04.775Z[verify-libraries] Compiling proc-macro-error v1.0.4
42032026-07-29T16:01:04.796Z[verify-libraries] Compiling tabwriter v1.4.1
42042026-07-29T16:01:04.896Z[verify-libraries] Compiling hash32 v0.3.1
42052026-07-29T16:01:04.951Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42062026-07-29T16:01:04.954Z[verify-libraries] Compiling num_enum_derive v0.7.6
42072026-07-29T16:01:04.954Z[ recovery-image] Jul 29 16:01:03.748 INFO O| Jul 29 16:01:03.748 INFO O| Caching catalogs ... Done
42082026-07-29T16:01:05.041Z[ recovery-image] Jul 29 16:01:03.836 INFO O| Jul 29 16:01:03.836 INFO STEP 0 (pkg_image_create) COMPLETE
42092026-07-29T16:01:05.041Z[ recovery-image] Jul 29 16:01:03.836 INFO O| Jul 29 16:01:03.836 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-07-29T16:01:05.050Z[ recovery-image] Jul 29 16:01:03.845 INFO O| Jul 29 16:01:03.845 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"]
42112026-07-29T16:01:05.054Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42122026-07-29T16:01:05.060Z[ host-image] Jul 29 16:01:03.855 INFO O| Jul 29 16:01:03.855 INFO O| Finalize: Creating fast lookup database ... Done
42132026-07-29T16:01:05.089Z[ host-image] Jul 29 16:01:03.884 INFO O| Jul 29 16:01:03.884 INFO O| Finalize: Reading search index ... Done
42142026-07-29T16:01:05.089Z[ host-image] Jul 29 16:01:03.884 INFO O| Jul 29 16:01:03.884 INFO O| Finalize: Updating search index ... Done
42152026-07-29T16:01:05.111Z[ host-image] Jul 29 16:01:03.899 INFO O| Jul 29 16:01:03.899 INFO O| Finalize: Updating package cache ... Done
42162026-07-29T16:01:05.135Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42172026-07-29T16:01:05.159Z[verify-libraries] Compiling smoltcp v0.11.0
42182026-07-29T16:01:05.159Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42192026-07-29T16:01:05.264Z[verify-libraries] Compiling toml v0.8.23
42202026-07-29T16:01:05.289Z[verify-libraries] Compiling cobs v0.3.0
42212026-07-29T16:01:05.321Z[verify-libraries] Compiling usdt v0.5.0
42222026-07-29T16:01:05.355Z[ host-image] Jul 29 16:01:04.150 INFO O| Jul 29 16:01:04.150 INFO STEP 12 (pkg_install) COMPLETE
42232026-07-29T16:01:05.355Z[ host-image] Jul 29 16:01:04.150 INFO O| Jul 29 16:01:04.150 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42242026-07-29T16:01:05.364Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO STEP 1 (pkg_set_publisher) COMPLETE
42252026-07-29T16:01:05.364Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-07-29T16:01:05.367Z[ host-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42272026-07-29T16:01:05.367Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO skip step because feature "publisher_1_name" is not enabled
42282026-07-29T16:01:05.367Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-07-29T16:01:05.367Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO skip step because feature "publisher_2_name" is not enabled
42302026-07-29T16:01:05.367Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-07-29T16:01:05.368Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO skip step because feature "publisher_3_name" is not enabled
42322026-07-29T16:01:05.368Z[ recovery-image] Jul 29 16:01:04.159 INFO O| Jul 29 16:01:04.159 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-07-29T16:01:05.471Z[verify-libraries] Compiling colored v3.1.1
42342026-07-29T16:01:05.535Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42352026-07-29T16:01:05.570Z[verify-libraries] Compiling postcard v1.1.3
42362026-07-29T16:01:05.619Z[verify-libraries] Compiling rayon v1.11.0
42372026-07-29T16:01:05.694Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42382026-07-29T16:01:05.717Z[ recovery-image] Jul 29 16:01:04.512 INFO O| Jul 29 16:01:04.512 INFO variant opensolaris.zone is already global
42392026-07-29T16:01:05.717Z[ recovery-image] Jul 29 16:01:04.513 INFO O| Jul 29 16:01:04.512 INFO STEP 5 (pkg_change_variant) COMPLETE
42402026-07-29T16:01:05.717Z[ recovery-image] Jul 29 16:01:04.513 INFO O| Jul 29 16:01:04.512 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-07-29T16:01:05.744Z[verify-libraries] Compiling rand v0.10.1
42422026-07-29T16:01:05.774Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42432026-07-29T16:01:05.882Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42442026-07-29T16:01:05.926Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42452026-07-29T16:01:05.972Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
42462026-07-29T16:01:05.972Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42472026-07-29T16:01:06.023Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42482026-07-29T16:01:06.048Z[ recovery-image] Jul 29 16:01:04.843 INFO O| Jul 29 16:01:04.843 INFO variant opensolaris.imagetype is full; changing to partial
42492026-07-29T16:01:06.048Z[ recovery-image] Jul 29 16:01:04.843 INFO O| Jul 29 16:01:04.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42502026-07-29T16:01:06.180Z[verify-libraries] Compiling ingot-macros v0.2.0
42512026-07-29T16:01:06.269Z[verify-libraries] Compiling num_enum v0.7.6
42522026-07-29T16:01:06.274Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42532026-07-29T16:01:06.295Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42542026-07-29T16:01:06.295Z[verify-libraries] Compiling num_enum_derive v0.5.11
42552026-07-29T16:01:06.401Z[verify-libraries] Compiling cstr-argument v0.1.2
42562026-07-29T16:01:06.401Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42572026-07-29T16:01:06.450Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42582026-07-29T16:01:06.575Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42592026-07-29T16:01:06.622Z[verify-libraries] Compiling foreign-types v0.5.0
42602026-07-29T16:01:06.626Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42612026-07-29T16:01:06.688Z[verify-libraries] Compiling sigpipe v0.1.3
42622026-07-29T16:01:06.715Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42632026-07-29T16:01:06.809Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42642026-07-29T16:01:06.844Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42652026-07-29T16:01:06.844Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42662026-07-29T16:01:06.853Z[ host-image] Jul 29 16:01:05.649 INFO O| Jul 29 16:01:05.649 INFO O| Startup: Refreshing catalog 'helios' ... Done
42672026-07-29T16:01:06.885Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42682026-07-29T16:01:06.885Z[verify-libraries] Compiling itertools v0.12.1
42692026-07-29T16:01:06.889Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42702026-07-29T16:01:07.068Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42712026-07-29T16:01:07.094Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42722026-07-29T16:01:07.172Z[verify-libraries] Compiling smf v0.2.3
42732026-07-29T16:01:07.177Z[ host-image] Jul 29 16:01:05.973 INFO O| Jul 29 16:01:05.973 INFO O| Startup: Caching catalogs ... Done
42742026-07-29T16:01:07.303Z[verify-libraries] Compiling whoami v1.6.1
42752026-07-29T16:01:07.359Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42762026-07-29T16:01:07.389Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42772026-07-29T16:01:07.476Z[verify-libraries] Compiling derive-where v1.6.0
42782026-07-29T16:01:07.491Z[ recovery-image] Jul 29 16:01:06.286 INFO O| Jul 29 16:01:06.286 INFO O| Startup: Refreshing catalog 'helios' ... Done
42792026-07-29T16:01:07.530Z[ host-image] Jul 29 16:01:06.325 INFO O| Jul 29 16:01:06.325 INFO O| Planning: Solver setup ... Done
42802026-07-29T16:01:07.535Z[ host-image] Jul 29 16:01:06.330 INFO O| Jul 29 16:01:06.330 INFO O| Planning: Running solver ... Done
42812026-07-29T16:01:07.540Z[verify-libraries] Compiling num_enum v0.5.11
42822026-07-29T16:01:07.544Z[verify-libraries] Compiling gethostname v0.5.0
42832026-07-29T16:01:07.547Z[ host-image] Jul 29 16:01:06.341 INFO O| Jul 29 16:01:06.341 INFO O| Planning: Finding local manifests ... Done
42842026-07-29T16:01:07.561Z[ host-image] Jul 29 16:01:06.356 INFO O| Jul 29 16:01:06.356 INFO O| Planning: Fetching manifests: 0/6 0% complete
42852026-07-29T16:01:07.589Z[verify-libraries] Compiling console v0.15.11
42862026-07-29T16:01:07.688Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42872026-07-29T16:01:07.692Z[ host-image] Jul 29 16:01:06.486 INFO O| Jul 29 16:01:06.486 INFO O| Planning: Fetching manifests: 6/6 100% complete
42882026-07-29T16:01:07.722Z[ host-image] Jul 29 16:01:06.515 INFO O| Jul 29 16:01:06.515 INFO O| Planning: Package planning ... Done
42892026-07-29T16:01:07.728Z[ host-image] Jul 29 16:01:06.523 INFO O| Jul 29 16:01:06.523 INFO O| Planning: Merging actions ... Done
42902026-07-29T16:01:07.732Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42912026-07-29T16:01:07.732Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42922026-07-29T16:01:07.770Z[verify-libraries] Compiling newline-converter v0.3.0
42932026-07-29T16:01:07.778Z[ host-image] Jul 29 16:01:06.574 INFO O| Jul 29 16:01:06.574 INFO O| Planning: Checking for conflicting actions ... Done
42942026-07-29T16:01:07.782Z[ host-image] Jul 29 16:01:06.577 INFO O| Jul 29 16:01:06.577 INFO O| Planning: Consolidating action changes ... Done
42952026-07-29T16:01:07.812Z[verify-libraries] Compiling resolv-conf v0.7.6
42962026-07-29T16:01:07.815Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42972026-07-29T16:01:07.827Z[ recovery-image] Jul 29 16:01:06.623 INFO O| Jul 29 16:01:06.622 INFO O| Startup: Caching catalogs ... Done
42982026-07-29T16:01:07.839Z[ recovery-image] Jul 29 16:01:06.634 INFO O| Jul 29 16:01:06.634 INFO O| Planning: Planning completed in 0.00 seconds
42992026-07-29T16:01:07.843Z[ recovery-image] Jul 29 16:01:06.635 INFO O| Jul 29 16:01:06.635 INFO O| Planning: Consolidating action changes ... Done
43002026-07-29T16:01:07.843Z[ recovery-image] Jul 29 16:01:06.635 INFO O| Jul 29 16:01:06.635 INFO O| Planning: Evaluating mediators ... Done
43012026-07-29T16:01:07.843Z[ recovery-image] Jul 29 16:01:06.635 INFO O| Jul 29 16:01:06.635 INFO O| Planning: Planning completed in 0.00 seconds
43022026-07-29T16:01:07.843Z[ recovery-image] Jul 29 16:01:06.635 INFO O| Jul 29 16:01:06.635 INFO O| Variants/Facets to change: 1
43032026-07-29T16:01:07.872Z[ recovery-image] Jul 29 16:01:06.667 INFO O| Jul 29 16:01:06.666 INFO O| Finalize: Updating package state database ... Done
43042026-07-29T16:01:07.876Z[ recovery-image] Jul 29 16:01:06.667 INFO O| Jul 29 16:01:06.666 INFO O| Finalize: Updating package cache ... Done
43052026-07-29T16:01:07.921Z[ recovery-image] Jul 29 16:01:06.716 INFO O| Jul 29 16:01:06.716 INFO O| Finalize: Updating image state ... Done
43062026-07-29T16:01:07.932Z[ recovery-image] Jul 29 16:01:06.728 INFO O| Jul 29 16:01:06.727 INFO O| Finalize: Creating fast lookup database ... Done
43072026-07-29T16:01:07.936Z[ recovery-image] Jul 29 16:01:06.728 INFO O| Jul 29 16:01:06.728 INFO O| Finalize: Reading search index ... Done
43082026-07-29T16:01:07.936Z[ recovery-image] Jul 29 16:01:06.728 INFO O| Jul 29 16:01:06.728 INFO O| Finalize: Updating search index ... Done
43092026-07-29T16:01:07.936Z[ recovery-image] Jul 29 16:01:06.729 INFO O| Jul 29 16:01:06.729 INFO O| Finalize: Updating package cache ... Done
43102026-07-29T16:01:08.012Z[ host-image] Jul 29 16:01:06.807 INFO O| Jul 29 16:01:06.807 INFO O| Planning: Evaluating mediators ... Done
43112026-07-29T16:01:08.021Z[ host-image] Jul 29 16:01:06.810 INFO O| Jul 29 16:01:06.810 INFO O| Planning: Planning completed in 0.82 seconds
43122026-07-29T16:01:08.021Z[ host-image] Jul 29 16:01:06.811 INFO O| Jul 29 16:01:06.810 INFO O| Packages to install: 6
43132026-07-29T16:01:08.021Z[ host-image] Jul 29 16:01:06.811 INFO O| Jul 29 16:01:06.810 INFO O| Mediators to change: 1
43142026-07-29T16:01:08.021Z[ host-image] Jul 29 16:01:06.811 INFO O| Jul 29 16:01:06.810 INFO O| Services to change: 1
43152026-07-29T16:01:08.027Z[ host-image] Jul 29 16:01:06.821 INFO O| Jul 29 16:01:06.821 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
43162026-07-29T16:01:08.052Z[verify-libraries] Compiling expectorate v1.2.0
43172026-07-29T16:01:08.121Z[verify-libraries] Compiling num-rational v0.4.2
43182026-07-29T16:01:08.155Z[ recovery-image] Jul 29 16:01:06.950 INFO O| Jul 29 16:01:06.950 INFO STEP 6 (pkg_change_variant) COMPLETE
43192026-07-29T16:01:08.155Z[ recovery-image] Jul 29 16:01:06.950 INFO O| Jul 29 16:01:06.950 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43202026-07-29T16:01:08.159Z[ recovery-image] Jul 29 16:01:06.950 INFO O| Jul 29 16:01:06.950 INFO skip step because feature "debug_variant" is not enabled
43212026-07-29T16:01:08.159Z[ recovery-image] Jul 29 16:01:06.950 INFO O| Jul 29 16:01:06.950 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43222026-07-29T16:01:08.231Z[verify-libraries] Compiling zone v0.3.1
43232026-07-29T16:01:08.307Z[verify-libraries] Compiling num-complex v0.4.6
43242026-07-29T16:01:08.335Z[verify-libraries] Compiling slog-dtrace v0.3.0
43252026-07-29T16:01:08.335Z[verify-libraries] Compiling prettyplease v0.2.37
43262026-07-29T16:01:08.361Z[verify-libraries] Compiling linear-map v1.2.0
43272026-07-29T16:01:08.401Z[verify-libraries] Compiling float-ord v0.3.2
43282026-07-29T16:01:08.493Z[ recovery-image] Jul 29 16:01:07.288 INFO O| Jul 29 16:01:07.288 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43292026-07-29T16:01:08.527Z[verify-libraries] Compiling linked-hash-map v0.5.6
43302026-07-29T16:01:08.570Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43312026-07-29T16:01:08.624Z[verify-libraries] Compiling hickory-proto v0.24.4
43322026-07-29T16:01:08.696Z[ host-image] Jul 29 16:01:07.492 INFO O| Jul 29 16:01:07.492 INFO O| Download: Completed 7.84 MB in 0.67 seconds (11.7M/s)
43332026-07-29T16:01:08.700Z[verify-libraries] Compiling num v0.4.3
43342026-07-29T16:01:08.737Z[ host-image] Jul 29 16:01:07.533 INFO O| Jul 29 16:01:07.532 INFO O| Actions: 1/1366 actions (Installing new actions)
43352026-07-29T16:01:08.814Z[verify-libraries] Compiling lru-cache v0.1.2
43362026-07-29T16:01:08.814Z[verify-libraries] Compiling convert_case v0.10.0
43372026-07-29T16:01:08.858Z[verify-libraries] Compiling typify-macro v0.6.2
43382026-07-29T16:01:08.858Z[verify-libraries] Compiling owo-colors v4.3.0
43392026-07-29T16:01:08.858Z[verify-libraries] Compiling minimal-lexical v0.2.1
43402026-07-29T16:01:08.981Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43412026-07-29T16:01:08.998Z[ host-image] Jul 29 16:01:07.793 INFO O| Jul 29 16:01:07.793 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
43422026-07-29T16:01:09.027Z[ host-image] Jul 29 16:01:07.814 INFO O| Jul 29 16:01:07.814 INFO O| Finalize: Updating package state database ... Done
43432026-07-29T16:01:09.027Z[ host-image] Jul 29 16:01:07.814 INFO O| Jul 29 16:01:07.814 INFO O| Finalize: Updating package cache ... Done
43442026-07-29T16:01:09.031Z[verify-libraries] Compiling display-error-chain v0.2.2
43452026-07-29T16:01:09.054Z[verify-libraries] Compiling unicode-xid v0.2.6
43462026-07-29T16:01:09.097Z[ host-image] Jul 29 16:01:07.890 INFO O| Jul 29 16:01:07.890 INFO O| Finalize: Updating image state ... Done
43472026-07-29T16:01:09.186Z[verify-libraries] Compiling nom v7.1.3
43482026-07-29T16:01:09.226Z[verify-libraries] Compiling tabled_derive v0.7.0
43492026-07-29T16:01:09.254Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43502026-07-29T16:01:09.258Z[verify-libraries] Compiling derive_more-impl v2.1.1
43512026-07-29T16:01:09.297Z[verify-libraries] Compiling fd-lock v4.0.4
43522026-07-29T16:01:09.303Z[verify-libraries] Compiling ingot-types v0.2.0
43532026-07-29T16:01:09.339Z[verify-libraries] Compiling vte v0.14.1
43542026-07-29T16:01:09.437Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43552026-07-29T16:01:09.613Z[verify-libraries] Compiling stacker v0.1.23
43562026-07-29T16:01:09.710Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43572026-07-29T16:01:09.905Z[ recovery-image] Jul 29 16:01:08.699 INFO O| Jul 29 16:01:08.699 INFO O| Startup: Refreshing catalog 'helios' ... Done
43582026-07-29T16:01:09.978Z[verify-libraries] Compiling ingot v0.2.1
43592026-07-29T16:01:10.061Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43602026-07-29T16:01:10.112Z[verify-libraries] Compiling reedline v0.40.0
43612026-07-29T16:01:10.151Z[ host-image] Jul 29 16:01:08.946 INFO O| Jul 29 16:01:08.946 INFO O| Finalize: Creating fast lookup database ... Done
43622026-07-29T16:01:10.161Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43632026-07-29T16:01:10.179Z[ host-image] Jul 29 16:01:08.975 INFO O| Jul 29 16:01:08.974 INFO O| Finalize: Reading search index ... Done
43642026-07-29T16:01:10.179Z[ host-image] Jul 29 16:01:08.975 INFO O| Jul 29 16:01:08.975 INFO O| Finalize: Updating search index ... Done
43652026-07-29T16:01:10.213Z[ host-image] Jul 29 16:01:09.008 INFO O| Jul 29 16:01:09.008 INFO O| Finalize: Updating package cache ... Done
43662026-07-29T16:01:10.239Z[verify-libraries] Compiling cfg_aliases v0.1.1
43672026-07-29T16:01:10.325Z[ recovery-image] Jul 29 16:01:09.119 INFO O| Jul 29 16:01:09.119 INFO O| Startup: Caching catalogs ... Done
43682026-07-29T16:01:10.333Z[verify-libraries] Compiling psm v0.1.30
43692026-07-29T16:01:10.337Z[ recovery-image] Jul 29 16:01:09.131 INFO O| Jul 29 16:01:09.131 INFO O| Planning: Planning completed in 0.00 seconds
43702026-07-29T16:01:10.337Z[ recovery-image] Jul 29 16:01:09.131 INFO O| Jul 29 16:01:09.131 INFO O| Planning: Consolidating action changes ... Done
43712026-07-29T16:01:10.337Z[ recovery-image] Jul 29 16:01:09.131 INFO O| Jul 29 16:01:09.131 INFO O| Planning: Evaluating mediators ... Done
43722026-07-29T16:01:10.337Z[ recovery-image] Jul 29 16:01:09.131 INFO O| Jul 29 16:01:09.131 INFO O| Planning: Planning completed in 0.00 seconds
43732026-07-29T16:01:10.337Z[ recovery-image] Jul 29 16:01:09.132 INFO O| Jul 29 16:01:09.131 INFO O| Variants/Facets to change: 1
43742026-07-29T16:01:10.356Z[ recovery-image] Jul 29 16:01:09.150 INFO O| Jul 29 16:01:09.150 INFO O| Finalize: Updating package state database ... Done
43752026-07-29T16:01:10.356Z[ recovery-image] Jul 29 16:01:09.150 INFO O| Jul 29 16:01:09.150 INFO O| Finalize: Updating package cache ... Done
43762026-07-29T16:01:10.406Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43772026-07-29T16:01:10.409Z[ recovery-image] Jul 29 16:01:09.201 INFO O| Jul 29 16:01:09.199 INFO O| Finalize: Updating image state ... Done
43782026-07-29T16:01:10.417Z[ recovery-image] Jul 29 16:01:09.213 INFO O| Jul 29 16:01:09.213 INFO O| Finalize: Creating fast lookup database ... Done
43792026-07-29T16:01:10.421Z[ recovery-image] Jul 29 16:01:09.213 INFO O| Jul 29 16:01:09.213 INFO O| Finalize: Reading search index ... Done
43802026-07-29T16:01:10.421Z[ recovery-image] Jul 29 16:01:09.213 INFO O| Jul 29 16:01:09.213 INFO O| Finalize: Updating search index ... Done
43812026-07-29T16:01:10.421Z[ recovery-image] Jul 29 16:01:09.214 INFO O| Jul 29 16:01:09.214 INFO O| Finalize: Updating package cache ... Done
43822026-07-29T16:01:10.431Z[ host-image] Jul 29 16:01:09.224 INFO O| Jul 29 16:01:09.224 INFO STEP 13 (pkg_install) COMPLETE
43832026-07-29T16:01:10.431Z[ host-image] Jul 29 16:01:09.224 INFO O| Jul 29 16:01:09.224 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43842026-07-29T16:01:10.435Z[verify-libraries] Compiling derive_more v2.1.1
43852026-07-29T16:01:10.439Z[ host-image] Jul 29 16:01:09.235 INFO O| Jul 29 16:01:09.235 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
43862026-07-29T16:01:10.464Z[verify-libraries] Compiling semver v0.1.20
43872026-07-29T16:01:10.467Z[verify-libraries] Compiling nix v0.28.0
43882026-07-29T16:01:10.509Z[verify-libraries] Compiling tabled v0.15.0
43892026-07-29T16:01:10.532Z[verify-libraries] Compiling crossterm v0.29.0
43902026-07-29T16:01:10.611Z[verify-libraries] Compiling termtree v0.5.1
43912026-07-29T16:01:10.645Z[ recovery-image] Jul 29 16:01:09.439 INFO O| Jul 29 16:01:09.439 INFO STEP 8 (pkg_change_facet) COMPLETE
43922026-07-29T16:01:10.645Z[ recovery-image] Jul 29 16:01:09.440 INFO O| Jul 29 16:01:09.439 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43932026-07-29T16:01:10.673Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43942026-07-29T16:01:10.733Z[verify-libraries] Compiling rustc_version v0.1.7
43952026-07-29T16:01:10.784Z[verify-libraries] Compiling phf_shared v0.12.1
43962026-07-29T16:01:10.784Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43972026-07-29T16:01:10.844Z[verify-libraries] Compiling nibble_vec v0.1.0
43982026-07-29T16:01:10.869Z[verify-libraries] Compiling highway v1.3.0
43992026-07-29T16:01:10.936Z[verify-libraries] Compiling chrono-tz v0.10.4
44002026-07-29T16:01:10.984Z[ recovery-image] Jul 29 16:01:09.776 INFO O| Jul 29 16:01:09.776 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44012026-07-29T16:01:10.988Z[verify-libraries] Compiling typify v0.6.2
44022026-07-29T16:01:11.014Z[verify-libraries] Compiling endian-type v0.1.2
44032026-07-29T16:01:11.060Z[verify-libraries] Compiling hickory-resolver v0.24.4
44042026-07-29T16:01:11.064Z[verify-libraries] Compiling newtype_derive v0.1.6
44052026-07-29T16:01:11.142Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44062026-07-29T16:01:11.142Z[verify-libraries] Compiling progenitor-impl v0.14.0
44072026-07-29T16:01:11.225Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44082026-07-29T16:01:11.228Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44092026-07-29T16:01:11.303Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44102026-07-29T16:01:11.469Z[verify-libraries] Compiling radix_trie v0.2.1
44112026-07-29T16:01:11.579Z[verify-libraries] Compiling phf v0.12.1
44122026-07-29T16:01:11.749Z[verify-libraries] Compiling recursive v0.1.1
44132026-07-29T16:01:11.813Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44142026-07-29T16:01:11.927Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44152026-07-29T16:01:11.947Z[ host-image] Jul 29 16:01:10.742 INFO O| Jul 29 16:01:10.742 INFO O| Startup: Refreshing catalog 'helios' ... Done
44162026-07-29T16:01:11.991Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44172026-07-29T16:01:12.055Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44182026-07-29T16:01:12.260Z[verify-libraries] Compiling qorb v0.4.1
44192026-07-29T16:01:12.297Z[ host-image] Jul 29 16:01:11.089 INFO O| Jul 29 16:01:11.089 INFO O| Startup: Caching catalogs ... Done
44202026-07-29T16:01:12.495Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44212026-07-29T16:01:12.562Z[ recovery-image] Jul 29 16:01:11.357 INFO O| Jul 29 16:01:11.357 INFO O| Startup: Refreshing catalog 'helios' ... Done
44222026-07-29T16:01:12.646Z[ host-image] Jul 29 16:01:11.441 INFO O| Jul 29 16:01:11.440 INFO O| Planning: Solver setup ... Done
44232026-07-29T16:01:12.651Z[ host-image] Jul 29 16:01:11.446 INFO O| Jul 29 16:01:11.446 INFO O| Planning: Running solver ... Done
44242026-07-29T16:01:12.662Z[ host-image] Jul 29 16:01:11.457 INFO O| Jul 29 16:01:11.457 INFO O| Planning: Finding local manifests ... Done
44252026-07-29T16:01:12.686Z[ host-image] Jul 29 16:01:11.481 INFO O| Jul 29 16:01:11.480 INFO O| Planning: Fetching manifests: 0/1 0% complete
44262026-07-29T16:01:12.700Z[ host-image] Jul 29 16:01:11.487 INFO O| Jul 29 16:01:11.487 INFO O| Planning: Fetching manifests: 1/1 100% complete
44272026-07-29T16:01:12.709Z[ host-image] Jul 29 16:01:11.504 INFO O| Jul 29 16:01:11.503 INFO O| Planning: Package planning ... Done
44282026-07-29T16:01:12.709Z[ host-image] Jul 29 16:01:11.504 INFO O| Jul 29 16:01:11.504 INFO O| Planning: Merging actions ... Done
44292026-07-29T16:01:12.756Z[verify-libraries] Compiling peg-macros v0.8.5
44302026-07-29T16:01:12.769Z[ host-image] Jul 29 16:01:11.556 INFO O| Jul 29 16:01:11.556 INFO O| Planning: Checking for conflicting actions ... Done
44312026-07-29T16:01:12.769Z[ host-image] Jul 29 16:01:11.556 INFO O| Jul 29 16:01:11.556 INFO O| Planning: Consolidating action changes ... Done
44322026-07-29T16:01:12.901Z[ recovery-image] Jul 29 16:01:11.696 INFO O| Jul 29 16:01:11.695 INFO O| Startup: Caching catalogs ... Done
44332026-07-29T16:01:12.912Z[ recovery-image] Jul 29 16:01:11.707 INFO O| Jul 29 16:01:11.707 INFO O| Planning: Planning completed in 0.00 seconds
44342026-07-29T16:01:12.916Z[ recovery-image] Jul 29 16:01:11.707 INFO O| Jul 29 16:01:11.707 INFO O| Planning: Consolidating action changes ... Done
44352026-07-29T16:01:12.916Z[ recovery-image] Jul 29 16:01:11.707 INFO O| Jul 29 16:01:11.707 INFO O| Planning: Evaluating mediators ... Done
44362026-07-29T16:01:12.916Z[ recovery-image] Jul 29 16:01:11.708 INFO O| Jul 29 16:01:11.708 INFO O| Planning: Planning completed in 0.00 seconds
44372026-07-29T16:01:12.916Z[ recovery-image] Jul 29 16:01:11.708 INFO O| Jul 29 16:01:11.708 INFO O| Variants/Facets to change: 1
44382026-07-29T16:01:12.952Z[ recovery-image] Jul 29 16:01:11.745 INFO O| Jul 29 16:01:11.745 INFO O| Finalize: Updating package state database ... Done
44392026-07-29T16:01:12.952Z[ recovery-image] Jul 29 16:01:11.745 INFO O| Jul 29 16:01:11.745 INFO O| Finalize: Updating package cache ... Done
44402026-07-29T16:01:13.003Z[ recovery-image] Jul 29 16:01:11.797 INFO O| Jul 29 16:01:11.796 INFO O| Finalize: Updating image state ... Done
44412026-07-29T16:01:13.006Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44422026-07-29T16:01:13.013Z[ recovery-image] Jul 29 16:01:11.808 INFO O| Jul 29 16:01:11.808 INFO O| Finalize: Creating fast lookup database ... Done
44432026-07-29T16:01:13.017Z[ recovery-image] Jul 29 16:01:11.808 INFO O| Jul 29 16:01:11.808 INFO O| Finalize: Reading search index ... Done
44442026-07-29T16:01:13.017Z[ recovery-image] Jul 29 16:01:11.809 INFO O| Jul 29 16:01:11.808 INFO O| Finalize: Updating search index ... Done
44452026-07-29T16:01:13.017Z[ recovery-image] Jul 29 16:01:11.809 INFO O| Jul 29 16:01:11.809 INFO O| Finalize: Updating package cache ... Done
44462026-07-29T16:01:13.030Z[ host-image] Jul 29 16:01:11.825 INFO O| Jul 29 16:01:11.825 INFO O| Planning: Evaluating mediators ... Done
44472026-07-29T16:01:13.034Z[ host-image] Jul 29 16:01:11.825 INFO O| Jul 29 16:01:11.825 INFO O| Planning: Planning completed in 0.72 seconds
44482026-07-29T16:01:13.034Z[ host-image] Jul 29 16:01:11.826 INFO O| Jul 29 16:01:11.826 INFO O| Packages to install: 1
44492026-07-29T16:01:13.041Z[ host-image] Jul 29 16:01:11.836 INFO O| Jul 29 16:01:11.836 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
44502026-07-29T16:01:13.210Z[verify-libraries] Compiling csv-core v0.1.13
44512026-07-29T16:01:13.240Z[verify-libraries] Compiling winnow v0.6.26
44522026-07-29T16:01:13.272Z[ recovery-image] Jul 29 16:01:12.066 INFO O| Jul 29 16:01:12.066 INFO STEP 9 (pkg_change_facet) COMPLETE
44532026-07-29T16:01:13.272Z[ recovery-image] Jul 29 16:01:12.066 INFO O| Jul 29 16:01:12.066 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44542026-07-29T16:01:13.376Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44552026-07-29T16:01:13.387Z[ host-image] Jul 29 16:01:12.182 INFO O| Jul 29 16:01:12.181 INFO O| Download: Completed 13.17 MB in 0.35 seconds (38.1M/s)
44562026-07-29T16:01:13.406Z[ host-image] Jul 29 16:01:12.201 INFO O| Jul 29 16:01:12.201 INFO O| Actions: 1/22 actions (Installing new actions)
44572026-07-29T16:01:13.418Z[verify-libraries] Compiling unicode_categories v0.1.1
44582026-07-29T16:01:13.483Z[verify-libraries] Compiling home v0.5.12
44592026-07-29T16:01:13.536Z[verify-libraries] Compiling textwrap v0.16.2
44602026-07-29T16:01:13.590Z[verify-libraries] Compiling csv v1.4.0
44612026-07-29T16:01:13.614Z[ recovery-image] Jul 29 16:01:12.409 INFO O| Jul 29 16:01:12.408 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44622026-07-29T16:01:13.702Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44632026-07-29T16:01:13.707Z[ host-image] Jul 29 16:01:12.502 INFO O| Jul 29 16:01:12.502 INFO O| Actions: Completed 22 actions in 0.30 seconds.
44642026-07-29T16:01:13.733Z[ host-image] Jul 29 16:01:12.528 INFO O| Jul 29 16:01:12.528 INFO O| Finalize: Updating package state database ... Done
44652026-07-29T16:01:13.733Z[ host-image] Jul 29 16:01:12.528 INFO O| Jul 29 16:01:12.528 INFO O| Finalize: Updating package cache ... Done
44662026-07-29T16:01:13.755Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44672026-07-29T16:01:13.755Z[verify-libraries] Compiling rustyline v14.0.0
44682026-07-29T16:01:13.806Z[ host-image] Jul 29 16:01:12.601 INFO O| Jul 29 16:01:12.601 INFO O| Finalize: Updating image state ... Done
44692026-07-29T16:01:13.910Z[verify-libraries] Compiling sqlparser v0.61.0
44702026-07-29T16:01:14.019Z[verify-libraries] Compiling progenitor-macro v0.14.0
44712026-07-29T16:01:14.059Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44722026-07-29T16:01:14.100Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44732026-07-29T16:01:14.128Z[verify-libraries] Compiling const_format v0.2.35
44742026-07-29T16:01:14.364Z[verify-libraries] Compiling peg v0.8.5
44752026-07-29T16:01:14.400Z[verify-libraries] Compiling bcs v0.1.6
44762026-07-29T16:01:14.509Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44772026-07-29T16:01:14.574Z[verify-libraries] Compiling nom v8.0.0
44782026-07-29T16:01:14.689Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44792026-07-29T16:01:14.878Z[ host-image] Jul 29 16:01:13.673 INFO O| Jul 29 16:01:13.673 INFO O| Finalize: Creating fast lookup database ... Done
44802026-07-29T16:01:14.886Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
44812026-07-29T16:01:14.911Z[ host-image] Jul 29 16:01:13.706 INFO O| Jul 29 16:01:13.706 INFO O| Finalize: Reading search index ... Done
44822026-07-29T16:01:14.911Z[ host-image] Jul 29 16:01:13.706 INFO O| Jul 29 16:01:13.706 INFO O| Finalize: Updating search index ... Done
44832026-07-29T16:01:14.923Z[ host-image] Jul 29 16:01:13.718 INFO O| Jul 29 16:01:13.718 INFO O| Finalize: Updating package cache ... Done
44842026-07-29T16:01:14.934Z[verify-libraries] Compiling sqlformat v0.3.5
44852026-07-29T16:01:14.967Z[verify-libraries] Compiling base64 v0.21.7
44862026-07-29T16:01:15.058Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44872026-07-29T16:01:15.139Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO STEP 14 (pkg_install) COMPLETE
44882026-07-29T16:01:15.140Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44892026-07-29T16:01:15.140Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO skip step because feature "mbist" is not enabled
44902026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO skip step because feature "mfg" is not enabled
44922026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO skip step because feature "compliance" is not enabled
44942026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO skip step because feature "stress" is not enabled
44962026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO skip step because feature "compliance" is not enabled
44982026-07-29T16:01:15.145Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-07-29T16:01:15.146Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO skip step because feature "nfs" is not enabled
45002026-07-29T16:01:15.146Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45012026-07-29T16:01:15.146Z[ host-image] Jul 29 16:01:13.935 INFO O| Jul 29 16:01:13.935 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45022026-07-29T16:01:15.171Z[verify-libraries] Compiling steno v0.4.1
45032026-07-29T16:01:15.230Z[ recovery-image] Jul 29 16:01:14.025 INFO O| Jul 29 16:01:14.025 INFO O| Startup: Refreshing catalog 'helios' ... Done
45042026-07-29T16:01:15.256Z[ host-image] Jul 29 16:01:14.050 INFO O| Jul 29 16:01:14.050 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45052026-07-29T16:01:15.372Z[ host-image] Jul 29 16:01:14.168 INFO O| Jul 29 16:01:14.167 INFO completed processing sled/ramdisk-01-os
45062026-07-29T16:01:15.377Z[ host-image] Jul 29 16:01:14.170 INFO omicron1 baseline generation...
45072026-07-29T16:01:15.377Z[ host-image] Jul 29 16:01:14.170 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45082026-07-29T16:01:15.402Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45092026-07-29T16:01:15.510Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45102026-07-29T16:01:15.609Z[ recovery-image] Jul 29 16:01:14.404 INFO O| Jul 29 16:01:14.404 INFO O| Startup: Caching catalogs ... Done
45112026-07-29T16:01:15.620Z[ recovery-image] Jul 29 16:01:14.415 INFO O| Jul 29 16:01:14.415 INFO O| Planning: Planning completed in 0.00 seconds
45122026-07-29T16:01:15.624Z[ recovery-image] Jul 29 16:01:14.416 INFO O| Jul 29 16:01:14.416 INFO O| Planning: Consolidating action changes ... Done
45132026-07-29T16:01:15.624Z[ recovery-image] Jul 29 16:01:14.416 INFO O| Jul 29 16:01:14.416 INFO O| Planning: Evaluating mediators ... Done
45142026-07-29T16:01:15.624Z[ recovery-image] Jul 29 16:01:14.416 INFO O| Jul 29 16:01:14.416 INFO O| Planning: Planning completed in 0.00 seconds
45152026-07-29T16:01:15.624Z[ recovery-image] Jul 29 16:01:14.416 INFO O| Jul 29 16:01:14.416 INFO O| Variants/Facets to change: 1
45162026-07-29T16:01:15.651Z[ recovery-image] Jul 29 16:01:14.437 INFO O| Jul 29 16:01:14.437 INFO O| Finalize: Updating package state database ... Done
45172026-07-29T16:01:15.651Z[ recovery-image] Jul 29 16:01:14.437 INFO O| Jul 29 16:01:14.437 INFO O| Finalize: Updating package cache ... Done
45182026-07-29T16:01:15.692Z[ recovery-image] Jul 29 16:01:14.487 INFO O| Jul 29 16:01:14.487 INFO O| Finalize: Updating image state ... Done
45192026-07-29T16:01:15.713Z[ recovery-image] Jul 29 16:01:14.499 INFO O| Jul 29 16:01:14.498 INFO O| Finalize: Creating fast lookup database ... Done
45202026-07-29T16:01:15.717Z[ recovery-image] Jul 29 16:01:14.499 INFO O| Jul 29 16:01:14.499 INFO O| Finalize: Reading search index ... Done
45212026-07-29T16:01:15.717Z[ recovery-image] Jul 29 16:01:14.499 INFO O| Jul 29 16:01:14.499 INFO O| Finalize: Updating search index ... Done
45222026-07-29T16:01:15.717Z[ recovery-image] Jul 29 16:01:14.500 INFO O| Jul 29 16:01:14.500 INFO O| Finalize: Updating package cache ... Done
45232026-07-29T16:01:15.729Z[verify-libraries] Compiling sha1 v0.10.6
45242026-07-29T16:01:15.786Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
45252026-07-29T16:01:15.817Z[ host-image] Jul 29 16:01:14.609 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24139:20260724T162317Z
45262026-07-29T16:01:15.836Z[verify-libraries] Compiling tagptr v0.2.0
45272026-07-29T16:01:15.929Z[ recovery-image] Jul 29 16:01:14.724 INFO O| Jul 29 16:01:14.724 INFO STEP 10 (pkg_change_facet) COMPLETE
45282026-07-29T16:01:15.929Z[ recovery-image] Jul 29 16:01:14.724 INFO O| Jul 29 16:01:14.724 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-07-29T16:01:15.938Z[ recovery-image] Jul 29 16:01:14.733 INFO O| Jul 29 16:01:14.733 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@22.0.0.0"]
45302026-07-29T16:01:15.952Z[verify-libraries] Compiling utf-8 v0.7.6
45312026-07-29T16:01:16.085Z[verify-libraries] Compiling moka v0.12.13
45322026-07-29T16:01:16.089Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45332026-07-29T16:01:16.134Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45342026-07-29T16:01:16.138Z[verify-libraries] Compiling radium v0.7.0
45352026-07-29T16:01:16.195Z[verify-libraries] Compiling tungstenite v0.21.0
45362026-07-29T16:01:16.220Z[verify-libraries] Compiling ron v0.8.1
45372026-07-29T16:01:16.259Z[verify-libraries] Compiling maybe-uninit v2.0.0
45382026-07-29T16:01:16.294Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45392026-07-29T16:01:16.348Z[verify-libraries] Compiling tap v1.0.1
45402026-07-29T16:01:16.439Z[verify-libraries] Compiling zerocopy-derive v0.6.6
45412026-07-29T16:01:16.516Z[verify-libraries] Compiling crc-catalog v2.4.0
45422026-07-29T16:01:16.546Z[verify-libraries] Compiling wyz v0.5.1
45432026-07-29T16:01:16.697Z[verify-libraries] Compiling packed_struct v0.10.1
45442026-07-29T16:01:16.930Z[verify-libraries] Compiling hickory-resolver v0.25.2
45452026-07-29T16:01:16.973Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45462026-07-29T16:01:16.977Z[verify-libraries] Compiling funty v2.0.0
45472026-07-29T16:01:17.069Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45482026-07-29T16:01:17.213Z[verify-libraries] Compiling crc v3.4.0
45492026-07-29T16:01:17.243Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
45502026-07-29T16:01:17.278Z[ recovery-image] Jul 29 16:01:16.073 INFO O| Jul 29 16:01:16.073 INFO O| Startup: Refreshing catalog 'helios' ... Done
45512026-07-29T16:01:17.282Z[verify-libraries] Compiling bitfield-macros v0.19.4
45522026-07-29T16:01:17.346Z[verify-libraries] Compiling indexmap v1.9.3
45532026-07-29T16:01:17.350Z[verify-libraries] Compiling nodrop v0.1.14
45542026-07-29T16:01:17.449Z[verify-libraries] Compiling zerocopy v0.6.6
45552026-07-29T16:01:17.502Z[verify-libraries] Compiling bitvec v1.0.1
45562026-07-29T16:01:17.560Z[verify-libraries] Compiling array-init v0.0.4
45572026-07-29T16:01:17.586Z[ recovery-image] Jul 29 16:01:16.381 INFO O| Jul 29 16:01:16.381 INFO O| Startup: Caching catalogs ... Done
45582026-07-29T16:01:17.661Z[verify-libraries] Compiling smallvec v0.6.14
45592026-07-29T16:01:17.820Z[verify-libraries] Compiling hashbrown v0.12.3
45602026-07-29T16:01:17.968Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45612026-07-29T16:01:18.012Z[verify-libraries] Compiling serde-hex v0.1.0
45622026-07-29T16:01:18.036Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
45632026-07-29T16:01:18.041Z[verify-libraries] Compiling hashbrown v0.13.2
45642026-07-29T16:01:18.237Z[verify-libraries] Compiling bitfield v0.19.4
45652026-07-29T16:01:18.302Z[verify-libraries] Compiling crc-any v2.5.0
45662026-07-29T16:01:18.498Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
45672026-07-29T16:01:18.668Z[verify-libraries] Compiling libefi-sys v0.1.0
45682026-07-29T16:01:18.733Z[verify-libraries] Compiling path-slash v0.1.5
45692026-07-29T16:01:18.895Z[verify-libraries] Compiling object v0.30.4
45702026-07-29T16:01:18.932Z[verify-libraries] Compiling bitfield-struct v0.6.2
45712026-07-29T16:01:18.961Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45722026-07-29T16:01:18.993Z[ recovery-image] Jul 29 16:01:17.788 INFO O| Jul 29 16:01:17.788 INFO O| Planning: Solver setup ... Done
45732026-07-29T16:01:19.084Z[ recovery-image] Jul 29 16:01:17.879 INFO O| Jul 29 16:01:17.873 INFO O| Planning: Running solver ... Done
45742026-07-29T16:01:19.109Z[ recovery-image] Jul 29 16:01:17.904 INFO O| Jul 29 16:01:17.904 INFO O| Planning: Finding local manifests ... Done
45752026-07-29T16:01:19.119Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45762026-07-29T16:01:19.165Z[ recovery-image] Jul 29 16:01:17.960 INFO O| Jul 29 16:01:17.960 INFO O| Planning: Fetching manifests: 0/130 0% complete
45772026-07-29T16:01:19.276Z[verify-libraries] Compiling xshell-macros v0.2.7
45782026-07-29T16:01:19.276Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45792026-07-29T16:01:19.372Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45802026-07-29T16:01:19.425Z[verify-libraries] Compiling libscf-sys v1.2.0
45812026-07-29T16:01:19.576Z[verify-libraries] Compiling progenitor v0.14.0
45822026-07-29T16:01:19.634Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45832026-07-29T16:01:19.658Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45842026-07-29T16:01:19.705Z[verify-libraries] Compiling papergrid v0.17.0
45852026-07-29T16:01:19.731Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45862026-07-29T16:01:19.778Z[verify-libraries] Compiling xshell v0.2.7
45872026-07-29T16:01:19.832Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45882026-07-29T16:01:19.877Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45892026-07-29T16:01:19.913Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
45902026-07-29T16:01:19.987Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45912026-07-29T16:01:20.029Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45922026-07-29T16:01:20.077Z[verify-libraries] Compiling tabled_derive v0.11.0
45932026-07-29T16:01:20.113Z[verify-libraries] Compiling testing_table v0.3.0
45942026-07-29T16:01:20.226Z[verify-libraries] Compiling subprocess v0.2.15
45952026-07-29T16:01:20.308Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45962026-07-29T16:01:20.427Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
45972026-07-29T16:01:20.599Z[verify-libraries] Compiling headers-core v0.3.0
45982026-07-29T16:01:20.733Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45992026-07-29T16:01:20.766Z[verify-libraries] Compiling unicase v2.9.0
46002026-07-29T16:01:20.889Z[verify-libraries] Compiling headers v0.4.1
46012026-07-29T16:01:20.955Z[verify-libraries] Compiling darling_core v0.21.3
46022026-07-29T16:01:21.081Z[verify-libraries] Compiling maplit v1.0.2
46032026-07-29T16:01:21.130Z[verify-libraries] Compiling crc8 v0.1.1
46042026-07-29T16:01:21.200Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46052026-07-29T16:01:21.260Z[verify-libraries] Compiling yasna v0.5.2
46062026-07-29T16:01:21.294Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
46072026-07-29T16:01:21.330Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46082026-07-29T16:01:21.473Z[verify-libraries] Compiling vergen-lib v0.1.6
46092026-07-29T16:01:21.586Z[verify-libraries] Compiling tabled v0.20.0
46102026-07-29T16:01:21.641Z[verify-libraries] Compiling diesel_derives v2.3.7
46112026-07-29T16:01:21.697Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46122026-07-29T16:01:21.775Z[verify-libraries] Compiling rcgen v0.12.1
46132026-07-29T16:01:21.887Z[verify-libraries] Compiling port-file v0.1.0
46142026-07-29T16:01:21.987Z[verify-libraries] Compiling vergen-gitcl v1.0.8
46152026-07-29T16:01:21.991Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
46162026-07-29T16:01:22.202Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
46172026-07-29T16:01:22.236Z[verify-libraries] Compiling half v1.8.3
46182026-07-29T16:01:22.284Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46192026-07-29T16:01:22.288Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46202026-07-29T16:01:22.376Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46212026-07-29T16:01:22.424Z[verify-libraries] Compiling r2d2 v0.8.10
46222026-07-29T16:01:22.430Z[ recovery-image] Jul 29 16:01:21.225 INFO O| Jul 29 16:01:21.225 INFO O| Planning: Fetching manifests: 130/130 100% complete
46232026-07-29T16:01:22.468Z[verify-libraries] Compiling dirs-sys-next v0.1.2
46242026-07-29T16:01:22.591Z[verify-libraries] Compiling serde_cbor v0.11.2
46252026-07-29T16:01:22.681Z[verify-libraries] Compiling cpubits v0.1.1
46262026-07-29T16:01:22.743Z[verify-libraries] Compiling downcast-rs v2.0.2
46272026-07-29T16:01:22.838Z[verify-libraries] Compiling crunchy v0.2.4
46282026-07-29T16:01:22.884Z[verify-libraries] Compiling dirs-next v2.0.0
46292026-07-29T16:01:22.933Z[ recovery-image] Jul 29 16:01:21.728 INFO O| Jul 29 16:01:21.727 INFO O| Planning: Package planning ... Done
46302026-07-29T16:01:22.952Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46312026-07-29T16:01:22.985Z[verify-libraries] Compiling clang-sys v1.8.1
46322026-07-29T16:01:22.990Z[verify-libraries] Compiling tiny-keccak v2.0.2
46332026-07-29T16:01:23.086Z[ recovery-image] Jul 29 16:01:21.876 INFO O| Jul 29 16:01:21.876 INFO O| Planning: Merging actions ... Done
46342026-07-29T16:01:23.095Z[verify-libraries] Compiling term v0.7.0
46352026-07-29T16:01:23.156Z[ recovery-image] Jul 29 16:01:21.948 INFO O| Jul 29 16:01:21.948 INFO O| Planning: Checking for conflicting actions ... Done
46362026-07-29T16:01:23.209Z[ recovery-image] Jul 29 16:01:22.003 INFO O| Jul 29 16:01:22.003 INFO O| Planning: Consolidating action changes ... Done
46372026-07-29T16:01:23.363Z[ recovery-image] Jul 29 16:01:22.158 INFO O| Jul 29 16:01:22.158 INFO O| Planning: Evaluating mediators ... Done
46382026-07-29T16:01:23.451Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46392026-07-29T16:01:23.484Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46402026-07-29T16:01:23.522Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46412026-07-29T16:01:23.559Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46422026-07-29T16:01:23.563Z[verify-libraries] Compiling diff v0.1.13
46432026-07-29T16:01:23.623Z[verify-libraries] Compiling bit-vec v0.6.3
46442026-07-29T16:01:23.627Z[verify-libraries] Compiling darling_macro v0.21.3
46452026-07-29T16:01:23.824Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46462026-07-29T16:01:23.864Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46472026-07-29T16:01:23.942Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46482026-07-29T16:01:23.988Z[verify-libraries] Compiling bit-set v0.5.3
46492026-07-29T16:01:24.172Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
46502026-07-29T16:01:24.241Z[verify-libraries] Compiling ascii-canvas v3.0.0
46512026-07-29T16:01:24.374Z[verify-libraries] Compiling darling v0.21.3
46522026-07-29T16:01:24.456Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46532026-07-29T16:01:24.490Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46542026-07-29T16:01:24.545Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46552026-07-29T16:01:24.702Z[verify-libraries] Compiling itertools v0.10.5
46562026-07-29T16:01:24.723Z[verify-libraries] Compiling libloading v0.8.9
46572026-07-29T16:01:24.731Z[ recovery-image] Jul 29 16:01:23.525 INFO O| Jul 29 16:01:23.525 INFO O| Planning: Planning completed in 7.13 seconds
46582026-07-29T16:01:24.737Z[ recovery-image] Jul 29 16:01:23.527 INFO O| Jul 29 16:01:23.527 INFO O| Packages to install: 130
46592026-07-29T16:01:24.737Z[ recovery-image] Jul 29 16:01:23.527 INFO O| Jul 29 16:01:23.527 INFO O| Mediators to change: 5
46602026-07-29T16:01:24.737Z[ recovery-image] Jul 29 16:01:23.527 INFO O| Jul 29 16:01:23.527 INFO O| Services to change: 5
46612026-07-29T16:01:24.762Z[ recovery-image] Jul 29 16:01:23.554 INFO O| Jul 29 16:01:23.554 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46622026-07-29T16:01:24.804Z[verify-libraries] Compiling ena v0.14.4
46632026-07-29T16:01:24.914Z[verify-libraries] Compiling regex-syntax v0.6.29
46642026-07-29T16:01:25.089Z[verify-libraries] Compiling bindgen v0.71.1
46652026-07-29T16:01:25.429Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46662026-07-29T16:01:25.579Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
46672026-07-29T16:01:25.644Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46682026-07-29T16:01:25.730Z[verify-libraries] Compiling cexpr v0.6.0
46692026-07-29T16:01:25.813Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46702026-07-29T16:01:26.211Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46712026-07-29T16:01:26.304Z[verify-libraries] Compiling rustc-hash v2.1.1
46722026-07-29T16:01:26.461Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46732026-07-29T16:01:26.498Z[verify-libraries] Compiling libxml v0.3.3
46742026-07-29T16:01:26.706Z[verify-libraries] Compiling lalrpop v0.19.12
46752026-07-29T16:01:26.862Z[verify-libraries] Compiling arc-swap v1.8.2
46762026-07-29T16:01:27.192Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46772026-07-29T16:01:27.243Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46782026-07-29T16:01:27.281Z[verify-libraries] Compiling slog-scope v4.4.1
46792026-07-29T16:01:27.666Z[verify-libraries] Compiling progenitor-impl v0.13.0
46802026-07-29T16:01:27.723Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46812026-07-29T16:01:27.752Z[verify-libraries] Compiling strum_macros v0.24.3
46822026-07-29T16:01:27.825Z[verify-libraries] Compiling hmac v0.13.0
46832026-07-29T16:01:28.080Z[verify-libraries] Compiling universal-hash v0.6.1
46842026-07-29T16:01:28.116Z[verify-libraries] Compiling fxhash v0.2.1
46852026-07-29T16:01:28.313Z[verify-libraries] Compiling fs-err v2.11.0
46862026-07-29T16:01:28.328Z[verify-libraries] Compiling indoc v1.0.9
46872026-07-29T16:01:28.715Z[verify-libraries] Compiling slog-stdlog v4.1.1
46882026-07-29T16:01:28.979Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46892026-07-29T16:01:29.020Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46902026-07-29T16:01:29.197Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46912026-07-29T16:01:29.406Z[verify-libraries] Compiling progenitor-client v0.13.0
46922026-07-29T16:01:29.455Z[verify-libraries] Compiling sha2 v0.11.0
46932026-07-29T16:01:29.719Z[verify-libraries] Compiling oso-derive v0.27.3
46942026-07-29T16:01:29.764Z[ recovery-image] Jul 29 16:01:28.558 INFO O| Jul 29 16:01:28.558 INFO O| Download: 7288/16682 items 74.0/200.0MB 37% complete (14.8M/s)
46952026-07-29T16:01:29.823Z[verify-libraries] Compiling quick-xml v0.37.5
46962026-07-29T16:01:30.032Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46972026-07-29T16:01:30.228Z[verify-libraries] Compiling openssl-probe v0.1.6
46982026-07-29T16:01:30.329Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46992026-07-29T16:01:30.470Z[verify-libraries] Compiling slog-envlogger v2.2.0
47002026-07-29T16:01:30.567Z[verify-libraries] Compiling polyval v0.7.1
47012026-07-29T16:01:30.704Z[verify-libraries] Compiling progenitor-macro v0.13.0
47022026-07-29T16:01:30.930Z[verify-libraries] Compiling der v0.8.0
47032026-07-29T16:01:30.972Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47042026-07-29T16:01:31.001Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47052026-07-29T16:01:31.371Z[verify-libraries] Compiling diesel v2.3.7
47062026-07-29T16:01:31.397Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47072026-07-29T16:01:31.468Z[verify-libraries] Compiling git-stub v1.0.0
47082026-07-29T16:01:31.560Z[verify-libraries] Compiling kstat-rs v0.2.4
47092026-07-29T16:01:31.800Z[verify-libraries] Compiling trait-variant v0.1.2
47102026-07-29T16:01:31.868Z[verify-libraries] Compiling salty v0.3.0
47112026-07-29T16:01:31.938Z[verify-libraries] Compiling parse-size v1.1.0
47122026-07-29T16:01:32.120Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47132026-07-29T16:01:32.150Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47142026-07-29T16:01:32.219Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
47152026-07-29T16:01:32.310Z[verify-libraries] Compiling git-stub-vcs v0.1.0
47162026-07-29T16:01:32.315Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47172026-07-29T16:01:32.403Z[verify-libraries] Compiling ghash v0.6.0
47182026-07-29T16:01:32.450Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47192026-07-29T16:01:32.600Z[verify-libraries] Compiling pbkdf2 v0.13.0
47202026-07-29T16:01:32.629Z[verify-libraries] Compiling crypto-bigint v0.7.5
47212026-07-29T16:01:32.673Z[verify-libraries] Compiling aes v0.9.1
47222026-07-29T16:01:32.751Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47232026-07-29T16:01:32.788Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47242026-07-29T16:01:33.098Z[verify-libraries] Compiling ctr v0.10.1
47252026-07-29T16:01:33.395Z[verify-libraries] Compiling aead v0.6.1
47262026-07-29T16:01:33.421Z[verify-libraries] Compiling bb8 v0.8.6
47272026-07-29T16:01:33.662Z[verify-libraries] Compiling parking_lot_core v0.8.6
47282026-07-29T16:01:33.822Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47292026-07-29T16:01:33.892Z[verify-libraries] Compiling aes-gcm v0.11.0
47302026-07-29T16:01:34.077Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
47312026-07-29T16:01:34.216Z[verify-libraries] Compiling spki v0.8.0
47322026-07-29T16:01:34.266Z[verify-libraries] Compiling mime_guess v2.0.5
47332026-07-29T16:01:34.343Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
47342026-07-29T16:01:34.541Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47352026-07-29T16:01:34.652Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
47362026-07-29T16:01:34.725Z[verify-libraries] Compiling rfc6979 v0.4.0
47372026-07-29T16:01:34.777Z[ recovery-image] Jul 29 16:01:33.571 INFO O| Jul 29 16:01:33.571 INFO O| Download: 13979/16682 items 157.1/200.0MB 78% complete (15.7M/s)
47382026-07-29T16:01:34.925Z[verify-libraries] Compiling salsa20 v0.11.0
47392026-07-29T16:01:34.979Z[verify-libraries] Compiling nanorand v0.7.0
47402026-07-29T16:01:35.079Z[verify-libraries] Compiling ecdsa v0.16.9
47412026-07-29T16:01:35.213Z[verify-libraries] Compiling scrypt v0.12.0
47422026-07-29T16:01:35.223Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47432026-07-29T16:01:35.353Z[verify-libraries] Compiling flume v0.11.1
47442026-07-29T16:01:35.689Z[verify-libraries] Compiling primeorder v0.13.6
47452026-07-29T16:01:35.884Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
47462026-07-29T16:01:36.054Z[verify-libraries] Compiling cbc v0.2.1
47472026-07-29T16:01:36.092Z[verify-libraries] Compiling atty v0.2.14
47482026-07-29T16:01:36.167Z[verify-libraries] Compiling nonempty v0.12.0
47492026-07-29T16:01:36.227Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
47502026-07-29T16:01:36.299Z[verify-libraries] Compiling progenitor v0.13.0
47512026-07-29T16:01:36.321Z[verify-libraries] Compiling http-range v0.1.5
47522026-07-29T16:01:36.321Z[verify-libraries] Compiling pkcs5 v0.8.1
47532026-07-29T16:01:36.453Z[verify-libraries] Compiling p384 v0.13.1
47542026-07-29T16:01:36.529Z[verify-libraries] Compiling parking_lot v0.11.2
47552026-07-29T16:01:36.561Z[ recovery-image] Jul 29 16:01:35.354 INFO O| Jul 29 16:01:35.354 INFO O| Download: Completed 199.95 MB in 11.80 seconds (16.9M/s)
47562026-07-29T16:01:36.592Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47572026-07-29T16:01:36.723Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47582026-07-29T16:01:36.750Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47592026-07-29T16:01:36.838Z[verify-libraries] Compiling prefix-trie v0.7.0
47602026-07-29T16:01:36.975Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47612026-07-29T16:01:36.999Z[verify-libraries] Compiling sled v0.34.7
47622026-07-29T16:01:37.063Z[verify-libraries] Compiling pkcs8 v0.11.0
47632026-07-29T16:01:37.151Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47642026-07-29T16:01:37.302Z[verify-libraries] Compiling hickory-server v0.25.2
47652026-07-29T16:01:37.324Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47662026-07-29T16:01:37.376Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47672026-07-29T16:01:37.540Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47682026-07-29T16:01:37.567Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47692026-07-29T16:01:37.661Z[verify-libraries] Compiling ignore v0.4.25
47702026-07-29T16:01:37.957Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47712026-07-29T16:01:38.139Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47722026-07-29T16:01:38.277Z[verify-libraries] Compiling ff v0.14.0
47732026-07-29T16:01:38.444Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47742026-07-29T16:01:38.515Z[verify-libraries] Compiling corncobs v0.1.4
47752026-07-29T16:01:38.594Z[verify-libraries] Compiling globwalk v0.9.1
47762026-07-29T16:01:38.705Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47772026-07-29T16:01:38.736Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47782026-07-29T16:01:38.956Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47792026-07-29T16:01:39.092Z[verify-libraries] Compiling predicates-tree v1.0.13
47802026-07-29T16:01:39.188Z[verify-libraries] Compiling libz-sys v1.1.24
47812026-07-29T16:01:39.248Z[verify-libraries] Compiling rand_seeder v0.4.0
47822026-07-29T16:01:39.357Z[verify-libraries] Compiling secrecy v0.8.0
47832026-07-29T16:01:39.424Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47842026-07-29T16:01:39.614Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47852026-07-29T16:01:39.738Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47862026-07-29T16:01:39.748Z[ recovery-image] Jul 29 16:01:38.542 INFO O| Jul 29 16:01:38.542 INFO O| Actions: 1/27580 actions (Installing new actions)
47872026-07-29T16:01:39.909Z[verify-libraries] Compiling group v0.14.0
47882026-07-29T16:01:39.945Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
47892026-07-29T16:01:40.043Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47902026-07-29T16:01:40.110Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47912026-07-29T16:01:40.152Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47922026-07-29T16:01:40.262Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47932026-07-29T16:01:40.673Z[verify-libraries] Compiling signature v3.0.0
47942026-07-29T16:01:40.805Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47952026-07-29T16:01:40.881Z[verify-libraries] Compiling instability v0.3.11
47962026-07-29T16:01:41.223Z[verify-libraries] Compiling base16ct v1.0.0
47972026-07-29T16:01:41.229Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47982026-07-29T16:01:41.292Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47992026-07-29T16:01:41.394Z[verify-libraries] Compiling sec1 v0.8.1
48002026-07-29T16:01:41.444Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48012026-07-29T16:01:41.550Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48022026-07-29T16:01:41.611Z[verify-libraries] Compiling illumos-nvpair v0.3.0
48032026-07-29T16:01:41.783Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48042026-07-29T16:01:42.388Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48052026-07-29T16:01:42.466Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48062026-07-29T16:01:42.689Z[verify-libraries] Compiling hkdf v0.13.0
48072026-07-29T16:01:42.925Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48082026-07-29T16:01:43.004Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48092026-07-29T16:01:43.086Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48102026-07-29T16:01:43.309Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48112026-07-29T16:01:43.378Z[verify-libraries] Compiling castaway v0.2.4
48122026-07-29T16:01:43.570Z[verify-libraries] Compiling indoc v2.0.7
48132026-07-29T16:01:43.613Z[verify-libraries] Compiling compact_str v0.8.1
48142026-07-29T16:01:43.648Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48152026-07-29T16:01:44.102Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48162026-07-29T16:01:44.151Z[verify-libraries] Compiling elliptic-curve v0.14.1
48172026-07-29T16:01:44.595Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48182026-07-29T16:01:44.749Z[ recovery-image] Jul 29 16:01:43.543 INFO O| Jul 29 16:01:43.543 INFO O| Actions: 21528/27580 actions (Installing new actions)
48192026-07-29T16:01:44.802Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48202026-07-29T16:01:44.981Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48212026-07-29T16:01:45.029Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48222026-07-29T16:01:45.124Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48232026-07-29T16:01:45.334Z[verify-libraries] Compiling unicode-truncate v1.1.0
48242026-07-29T16:01:45.354Z[verify-libraries] Compiling lru v0.12.5
48252026-07-29T16:01:45.399Z[verify-libraries] Compiling cassowary v0.3.0
48262026-07-29T16:01:45.407Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48272026-07-29T16:01:45.643Z[verify-libraries] Compiling wnaf v0.14.0
48282026-07-29T16:01:45.740Z[verify-libraries] Compiling ratatui v0.29.0
48292026-07-29T16:01:45.752Z[ recovery-image] Jul 29 16:01:44.497 INFO O| Jul 29 16:01:44.497 INFO O| Actions: Completed 27580 actions in 5.95 seconds.
48302026-07-29T16:01:45.773Z[verify-libraries] Compiling primefield v0.14.0
48312026-07-29T16:01:45.805Z[ recovery-image] Jul 29 16:01:44.600 INFO O| Jul 29 16:01:44.599 INFO O| Finalize: Updating package state database ... Done
48322026-07-29T16:01:45.805Z[ recovery-image] Jul 29 16:01:44.600 INFO O| Jul 29 16:01:44.599 INFO O| Finalize: Updating package cache ... Done
48332026-07-29T16:01:45.834Z[verify-libraries] Compiling rfc6979 v0.6.0
48342026-07-29T16:01:45.892Z[ recovery-image] Jul 29 16:01:44.685 INFO O| Jul 29 16:01:44.685 INFO O| Finalize: Updating image state ... Done
48352026-07-29T16:01:45.953Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48362026-07-29T16:01:46.000Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48372026-07-29T16:01:46.042Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48382026-07-29T16:01:46.092Z[verify-libraries] Compiling vergen-git2 v9.1.0
48392026-07-29T16:01:46.144Z[verify-libraries] Compiling is_ci v1.2.0
48402026-07-29T16:01:46.210Z[verify-libraries] Compiling strsim v0.10.0
48412026-07-29T16:01:46.250Z[verify-libraries] Compiling ecdsa v0.17.0
48422026-07-29T16:01:46.298Z[verify-libraries] Compiling supports-color v3.0.2
48432026-07-29T16:01:46.362Z[verify-libraries] Compiling primeorder v0.14.0
48442026-07-29T16:01:46.581Z[verify-libraries] Compiling darling_core v0.13.4
48452026-07-29T16:01:46.612Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48462026-07-29T16:01:46.619Z[ recovery-image] Jul 29 16:01:45.406 INFO O| Jul 29 16:01:45.406 INFO O| Finalize: Creating fast lookup database ... Done
48472026-07-29T16:01:46.631Z[ recovery-image] Jul 29 16:01:45.424 INFO O| Jul 29 16:01:45.423 INFO O| Finalize: Reading search index ... Done
48482026-07-29T16:01:46.644Z[verify-libraries] Compiling tungstenite v0.23.0
48492026-07-29T16:01:46.836Z[verify-libraries] Compiling console v0.16.2
48502026-07-29T16:01:46.949Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48512026-07-29T16:01:47.422Z[verify-libraries] Compiling libsw-core v0.3.2
48522026-07-29T16:01:47.456Z[verify-libraries] Compiling assert_matches v1.5.0
48532026-07-29T16:01:47.495Z[verify-libraries] Compiling void v1.0.2
48542026-07-29T16:01:47.575Z[verify-libraries] Compiling unit-prefix v0.5.2
48552026-07-29T16:01:47.664Z[verify-libraries] Compiling lzss v0.8.2
48562026-07-29T16:01:47.670Z[verify-libraries] Compiling libsw v3.5.0
48572026-07-29T16:01:47.741Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48582026-07-29T16:01:47.794Z[verify-libraries] Compiling indicatif v0.18.4
48592026-07-29T16:01:47.806Z[verify-libraries] Compiling ssh-encoding v0.3.0
48602026-07-29T16:01:47.913Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48612026-07-29T16:01:47.957Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48622026-07-29T16:01:48.113Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48632026-07-29T16:01:48.217Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48642026-07-29T16:01:48.293Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48652026-07-29T16:01:48.414Z[ recovery-image] Jul 29 16:01:47.206 INFO O| Jul 29 16:01:47.206 INFO O| Finalize: Building new search index ... Done
48662026-07-29T16:01:48.511Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48672026-07-29T16:01:48.623Z[verify-libraries] Compiling nix v0.27.1
48682026-07-29T16:01:48.687Z[verify-libraries] Compiling colored v2.2.0
48692026-07-29T16:01:48.734Z[verify-libraries] Compiling darling_macro v0.13.4
48702026-07-29T16:01:48.785Z[ recovery-image] Jul 29 16:01:47.579 INFO O| Jul 29 16:01:47.579 INFO O| Finalize: Updating package cache ... Done
48712026-07-29T16:01:48.824Z[verify-libraries] Compiling blake3 v1.8.5
48722026-07-29T16:01:48.973Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48732026-07-29T16:01:49.078Z[ recovery-image] Jul 29 16:01:47.873 INFO O| Jul 29 16:01:47.873 INFO STEP 11 (pkg_install) COMPLETE
48742026-07-29T16:01:49.078Z[ recovery-image] Jul 29 16:01:47.873 INFO O| Jul 29 16:01:47.873 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48752026-07-29T16:01:49.082Z[ recovery-image] Jul 29 16:01:47.873 INFO O| Jul 29 16:01:47.873 INFO skip step because feature "recovery" is enabled
48762026-07-29T16:01:49.082Z[ recovery-image] Jul 29 16:01:47.873 INFO O| Jul 29 16:01:47.873 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48772026-07-29T16:01:49.082Z[ recovery-image] Jul 29 16:01:47.873 INFO O| Jul 29 16:01:47.873 INFO skip step because feature "omicron1" is not enabled
48782026-07-29T16:01:49.082Z[ recovery-image] Jul 29 16:01:47.873 INFO O| Jul 29 16:01:47.873 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48792026-07-29T16:01:49.087Z[ recovery-image] Jul 29 16:01:47.882 INFO O| Jul 29 16:01:47.882 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48802026-07-29T16:01:49.273Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48812026-07-29T16:01:49.376Z[verify-libraries] Compiling serde_bytes v0.11.19
48822026-07-29T16:01:49.416Z[verify-libraries] Compiling keccak v0.2.0
48832026-07-29T16:01:49.558Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48842026-07-29T16:01:49.580Z[verify-libraries] Compiling shell-words v1.1.1
48852026-07-29T16:01:49.667Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48862026-07-29T16:01:49.671Z[verify-libraries] Compiling darling v0.13.4
48872026-07-29T16:01:49.739Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48882026-07-29T16:01:50.052Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48892026-07-29T16:01:50.071Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48902026-07-29T16:01:50.223Z[verify-libraries] Compiling ed25519 v3.0.0
48912026-07-29T16:01:50.291Z[verify-libraries] Compiling crypto-primes v0.7.2
48922026-07-29T16:01:50.392Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48932026-07-29T16:01:50.688Z[verify-libraries] Compiling poly1305 v0.9.0
48942026-07-29T16:01:50.880Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48952026-07-29T16:01:51.089Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48962026-07-29T16:01:51.373Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48972026-07-29T16:01:51.394Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48982026-07-29T16:01:51.491Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48992026-07-29T16:01:51.576Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49002026-07-29T16:01:51.626Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49012026-07-29T16:01:51.659Z[verify-libraries] Compiling blowfish v0.10.0
49022026-07-29T16:01:51.759Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49032026-07-29T16:01:51.882Z[verify-libraries] Compiling petname v2.0.2
49042026-07-29T16:01:51.946Z[verify-libraries] Compiling constant_time_eq v0.4.2
49052026-07-29T16:01:51.974Z[verify-libraries] Compiling arrayvec v0.7.6
49062026-07-29T16:01:52.140Z[verify-libraries] Compiling arrayref v0.3.9
49072026-07-29T16:01:52.239Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49082026-07-29T16:01:52.341Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49092026-07-29T16:01:52.618Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49102026-07-29T16:01:52.643Z[verify-libraries] Compiling ssh-cipher v0.3.0
49112026-07-29T16:01:52.757Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49122026-07-29T16:01:52.779Z[verify-libraries] Compiling serde_with_macros v1.5.2
49132026-07-29T16:01:52.844Z[verify-libraries] Compiling sha3 v0.11.0
49142026-07-29T16:01:53.286Z[verify-libraries] Compiling p384 v0.14.0
49152026-07-29T16:01:53.348Z[verify-libraries] Compiling p256 v0.14.0
49162026-07-29T16:01:53.370Z[verify-libraries] Compiling p521 v0.14.0
49172026-07-29T16:01:53.378Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49182026-07-29T16:01:53.379Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49192026-07-29T16:01:53.379Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49202026-07-29T16:01:53.669Z[verify-libraries] Compiling twox-hash v2.1.2
49212026-07-29T16:01:53.734Z[verify-libraries] Compiling kem v0.3.0
49222026-07-29T16:01:53.986Z[verify-libraries] Compiling module-lattice v0.2.3
49232026-07-29T16:01:54.115Z[verify-libraries] Compiling rtoolbox v0.0.3
49242026-07-29T16:01:54.272Z[verify-libraries] Compiling sponge-cursor v0.1.0
49252026-07-29T16:01:54.354Z[verify-libraries] Compiling topological-sort v0.2.2
49262026-07-29T16:01:54.449Z[verify-libraries] Compiling rpassword v7.5.4
49272026-07-29T16:01:54.562Z[verify-libraries] Compiling sha3 v0.12.0
49282026-07-29T16:01:54.624Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49292026-07-29T16:01:54.635Z[verify-libraries] Compiling ml-kem v0.3.2
49302026-07-29T16:01:54.710Z[verify-libraries] Compiling serde_with v1.14.0
49312026-07-29T16:01:54.818Z[ recovery-image] Jul 29 16:01:53.610 INFO O| Jul 29 16:01:53.610 INFO O| Startup: Refreshing catalog 'helios' ... Done
49322026-07-29T16:01:55.154Z[ recovery-image] Jul 29 16:01:53.948 INFO O| Jul 29 16:01:53.948 INFO O| Startup: Caching catalogs ... Done
49332026-07-29T16:01:55.261Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49342026-07-29T16:01:55.465Z[ recovery-image] Jul 29 16:01:54.259 INFO O| Jul 29 16:01:54.259 INFO O| Planning: Solver setup ... Done
49352026-07-29T16:01:55.483Z[ recovery-image] Jul 29 16:01:54.264 INFO O| Jul 29 16:01:54.264 INFO O| Planning: Running solver ... Done
49362026-07-29T16:01:55.494Z[ recovery-image] Jul 29 16:01:54.274 INFO O| Jul 29 16:01:54.274 INFO O| Planning: Finding local manifests ... Done
49372026-07-29T16:01:55.544Z[ recovery-image] Jul 29 16:01:54.339 INFO O| Jul 29 16:01:54.339 INFO O| Planning: Fetching manifests: 0/1 0% complete
49382026-07-29T16:01:55.554Z[ recovery-image] Jul 29 16:01:54.347 INFO O| Jul 29 16:01:54.347 INFO O| Planning: Fetching manifests: 1/1 100% complete
49392026-07-29T16:01:55.668Z[ recovery-image] Jul 29 16:01:54.462 INFO O| Jul 29 16:01:54.462 INFO O| Planning: Package planning ... Done
49402026-07-29T16:01:55.668Z[ recovery-image] Jul 29 16:01:54.462 INFO O| Jul 29 16:01:54.462 INFO O| Planning: Merging actions ... Done
49412026-07-29T16:01:55.689Z[ recovery-image] Jul 29 16:01:54.484 INFO O| Jul 29 16:01:54.483 INFO O| Planning: Checking for conflicting actions ... Done
49422026-07-29T16:01:55.698Z[ recovery-image] Jul 29 16:01:54.484 INFO O| Jul 29 16:01:54.484 INFO O| Planning: Consolidating action changes ... Done
49432026-07-29T16:01:55.707Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49442026-07-29T16:01:55.786Z[ recovery-image] Jul 29 16:01:54.581 INFO O| Jul 29 16:01:54.580 INFO O| Planning: Evaluating mediators ... Done
49452026-07-29T16:01:55.791Z[ recovery-image] Jul 29 16:01:54.581 INFO O| Jul 29 16:01:54.581 INFO O| Planning: Planning completed in 0.62 seconds
49462026-07-29T16:01:55.791Z[ recovery-image] Jul 29 16:01:54.581 INFO O| Jul 29 16:01:54.581 INFO O| Packages to install: 1
49472026-07-29T16:01:55.799Z[ recovery-image] Jul 29 16:01:54.593 INFO O| Jul 29 16:01:54.593 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
49482026-07-29T16:01:55.889Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49492026-07-29T16:01:56.009Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49502026-07-29T16:01:56.030Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49512026-07-29T16:01:56.310Z[ recovery-image] Jul 29 16:01:55.104 INFO O| Jul 29 16:01:55.104 INFO O| Download: Completed 13.17 MB in 0.51 seconds (25.8M/s)
49522026-07-29T16:01:56.328Z[ recovery-image] Jul 29 16:01:55.122 INFO O| Jul 29 16:01:55.122 INFO O| Actions: 1/22 actions (Installing new actions)
49532026-07-29T16:01:56.548Z[ recovery-image] Jul 29 16:01:55.342 INFO O| Jul 29 16:01:55.342 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49542026-07-29T16:01:56.574Z[ recovery-image] Jul 29 16:01:55.368 INFO O| Jul 29 16:01:55.368 INFO O| Finalize: Updating package state database ... Done
49552026-07-29T16:01:56.574Z[ recovery-image] Jul 29 16:01:55.368 INFO O| Jul 29 16:01:55.368 INFO O| Finalize: Updating package cache ... Done
49562026-07-29T16:01:56.634Z[ recovery-image] Jul 29 16:01:55.429 INFO O| Jul 29 16:01:55.429 INFO O| Finalize: Updating image state ... Done
49572026-07-29T16:01:57.287Z[ recovery-image] Jul 29 16:01:56.081 INFO O| Jul 29 16:01:56.081 INFO O| Finalize: Creating fast lookup database ... Done
49582026-07-29T16:01:57.302Z[ recovery-image] Jul 29 16:01:56.096 INFO O| Jul 29 16:01:56.096 INFO O| Finalize: Reading search index ... Done
49592026-07-29T16:01:57.302Z[ recovery-image] Jul 29 16:01:56.096 INFO O| Jul 29 16:01:56.096 INFO O| Finalize: Updating search index ... Done
49602026-07-29T16:01:57.312Z[ recovery-image] Jul 29 16:01:56.106 INFO O| Jul 29 16:01:56.106 INFO O| Finalize: Updating package cache ... Done
49612026-07-29T16:01:57.349Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49622026-07-29T16:01:57.541Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49632026-07-29T16:01:57.567Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO STEP 14 (pkg_install) COMPLETE
49642026-07-29T16:01:57.567Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49652026-07-29T16:01:57.567Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO skip step because feature "mbist" is not enabled
49662026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49672026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO skip step because feature "mfg" is not enabled
49682026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49692026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO skip step because feature "compliance" is not enabled
49702026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49712026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO skip step because feature "stress" is not enabled
49722026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49732026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO skip step because feature "compliance" is not enabled
49742026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49752026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO skip step because feature "nfs" is not enabled
49762026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49772026-07-29T16:01:57.579Z[ recovery-image] Jul 29 16:01:56.361 INFO O| Jul 29 16:01:56.361 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49782026-07-29T16:01:57.629Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
49792026-07-29T16:01:57.922Z[ recovery-image] Jul 29 16:01:56.694 INFO O| Jul 29 16:01:56.693 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49802026-07-29T16:01:58.086Z[ recovery-image] Jul 29 16:01:56.861 INFO O| Jul 29 16:01:56.861 INFO completed processing sled/ramdisk-01-os
49812026-07-29T16:01:58.098Z[ recovery-image] Jul 29 16:01:56.864 INFO image builder template: ramdisk-02-trim...
49822026-07-29T16:01:58.098Z[ recovery-image] Jul 29 16:01:56.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/.tmpGW0oD3/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@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-02-trim"], pwd: None
49832026-07-29T16:01:58.098Z[ recovery-image] Jul 29 16:01:56.885 INFO O| Jul 29 16:01:56.884 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49842026-07-29T16:01:58.098Z[ recovery-image] Jul 29 16:01:56.889 INFO O| Jul 29 16:01:56.888 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49852026-07-29T16:01:58.253Z[ recovery-image] Jul 29 16:01:57.047 INFO O| Jul 29 16:01:57.047 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49862026-07-29T16:01:58.288Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49872026-07-29T16:01:58.343Z[ recovery-image] Jul 29 16:01:57.137 INFO O| Jul 29 16:01:57.137 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49882026-07-29T16:01:58.343Z[ recovery-image] Jul 29 16:01:57.137 INFO O| Jul 29 16:01:57.137 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49892026-07-29T16:01:58.351Z[ recovery-image] Jul 29 16:01:57.143 INFO O| Jul 29 16:01:57.143 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49902026-07-29T16:01:58.361Z[ recovery-image] Jul 29 16:01:57.147 INFO O| Jul 29 16:01:57.147 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49912026-07-29T16:01:58.361Z[ recovery-image] Jul 29 16:01:57.151 INFO O| Jul 29 16:01:57.151 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49922026-07-29T16:01:58.419Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49932026-07-29T16:01:58.659Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
49942026-07-29T16:01:59.237Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
49952026-07-29T16:01:59.275Z[ recovery-image] Jul 29 16:01:58.066 INFO O| Jul 29 16:01:58.066 INFO rolled back to input snapshot; work may begin
49962026-07-29T16:01:59.275Z[ recovery-image] Jul 29 16:01:58.067 INFO O| Jul 29 16:01:58.066 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49972026-07-29T16:01:59.283Z[ recovery-image] Jul 29 16:01:58.072 INFO O| Jul 29 16:01:58.071 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-07-29T16:01:59.293Z[ recovery-image] Jul 29 16:01:58.082 INFO O| Jul 29 16:01:58.081 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49992026-07-29T16:01:59.325Z[ recovery-image] Jul 29 16:01:58.119 INFO O| Jul 29 16:01:58.119 INFO STEP 0 (remove_files) COMPLETE
50002026-07-29T16:01:59.325Z[ recovery-image] Jul 29 16:01:58.119 INFO O| Jul 29 16:01:58.119 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-07-29T16:01:59.344Z[ recovery-image] Jul 29 16:01:58.130 INFO O| Jul 29 16:01:58.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50022026-07-29T16:01:59.351Z[ recovery-image] Jul 29 16:01:58.131 INFO O| Jul 29 16:01:58.131 INFO STEP 1 (remove_files) COMPLETE
50032026-07-29T16:01:59.352Z[ recovery-image] Jul 29 16:01:58.131 INFO O| Jul 29 16:01:58.131 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-07-29T16:01:59.352Z[ recovery-image] Jul 29 16:01:58.141 INFO O| Jul 29 16:01:58.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50052026-07-29T16:01:59.360Z[ recovery-image] Jul 29 16:01:58.155 INFO O| Jul 29 16:01:58.155 INFO STEP 2 (remove_files) COMPLETE
50062026-07-29T16:01:59.360Z[ recovery-image] Jul 29 16:01:58.155 INFO O| Jul 29 16:01:58.155 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-07-29T16:01:59.371Z[ recovery-image] Jul 29 16:01:58.165 INFO O| Jul 29 16:01:58.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50082026-07-29T16:01:59.380Z[ recovery-image] Jul 29 16:01:58.166 INFO O| Jul 29 16:01:58.166 INFO STEP 3 (remove_files) COMPLETE
50092026-07-29T16:01:59.380Z[ recovery-image] Jul 29 16:01:58.166 INFO O| Jul 29 16:01:58.166 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-07-29T16:01:59.389Z[ recovery-image] Jul 29 16:01:58.177 INFO O| Jul 29 16:01:58.177 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50112026-07-29T16:01:59.389Z[ recovery-image] Jul 29 16:01:58.180 INFO O| Jul 29 16:01:58.180 INFO STEP 4 (remove_files) COMPLETE
50122026-07-29T16:01:59.389Z[ recovery-image] Jul 29 16:01:58.180 INFO O| Jul 29 16:01:58.180 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-07-29T16:01:59.399Z[ recovery-image] Jul 29 16:01:58.190 INFO O| Jul 29 16:01:58.190 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50142026-07-29T16:01:59.399Z[ recovery-image] Jul 29 16:01:58.190 INFO O| Jul 29 16:01:58.190 INFO STEP 5 (remove_files) COMPLETE
50152026-07-29T16:01:59.399Z[ recovery-image] Jul 29 16:01:58.190 INFO O| Jul 29 16:01:58.190 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-07-29T16:01:59.407Z[ recovery-image] Jul 29 16:01:58.200 INFO O| Jul 29 16:01:58.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50172026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO STEP 6 (remove_files) COMPLETE
50182026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO skip step because feature "heliosv2" is not enabled
50202026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO skip step because feature "recovery" is enabled
50222026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO skip step because feature "recovery" is enabled
50242026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO skip step because feature "recovery" is enabled
50262026-07-29T16:01:59.421Z[ recovery-image] Jul 29 16:01:58.211 INFO O| Jul 29 16:01:58.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-07-29T16:01:59.430Z[ recovery-image] Jul 29 16:01:58.221 INFO O| Jul 29 16:01:58.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50282026-07-29T16:01:59.430Z[ recovery-image] Jul 29 16:01:58.224 INFO O| Jul 29 16:01:58.224 INFO STEP 11 (remove_files) COMPLETE
50292026-07-29T16:01:59.430Z[ recovery-image] Jul 29 16:01:58.224 INFO O| Jul 29 16:01:58.224 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-07-29T16:01:59.438Z[ recovery-image] Jul 29 16:01:58.233 INFO O| Jul 29 16:01:58.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50312026-07-29T16:01:59.448Z[ recovery-image] Jul 29 16:01:58.235 INFO O| Jul 29 16:01:58.235 INFO STEP 12 (remove_files) COMPLETE
50322026-07-29T16:01:59.448Z[ recovery-image] Jul 29 16:01:58.235 INFO O| Jul 29 16:01:58.235 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-07-29T16:01:59.458Z[ recovery-image] Jul 29 16:01:58.244 INFO O| Jul 29 16:01:58.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50342026-07-29T16:01:59.458Z[ recovery-image] Jul 29 16:01:58.245 INFO O| Jul 29 16:01:58.245 INFO STEP 13 (remove_files) COMPLETE
50352026-07-29T16:01:59.458Z[ recovery-image] Jul 29 16:01:58.245 INFO O| Jul 29 16:01:58.245 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-07-29T16:02:03.947Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50372026-07-29T16:02:04.047Z[ recovery-image] Jul 29 16:01:58.300 INFO O| Jul 29 16:01:58.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50382026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.303 INFO O| Jul 29 16:01:58.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50392026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.403 INFO O| Jul 29 16:01:58.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50402026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.403 INFO O| Jul 29 16:01:58.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50412026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.412 INFO O| Jul 29 16:01:58.412 INFO STEP 14 (remove_files) COMPLETE
50422026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.412 INFO O| Jul 29 16:01:58.412 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.422 INFO O| Jul 29 16:01:58.422 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50442026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.423 INFO O| Jul 29 16:01:58.423 INFO STEP 15 (remove_files) COMPLETE
50452026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.423 INFO O| Jul 29 16:01:58.423 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.434 INFO O| Jul 29 16:01:58.433 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50472026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.439 INFO O| Jul 29 16:01:58.439 INFO STEP 16 (remove_files) COMPLETE
50482026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.439 INFO O| Jul 29 16:01:58.439 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.449 INFO O| Jul 29 16:01:58.449 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50502026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.449 INFO O| Jul 29 16:01:58.449 INFO STEP 17 (remove_files) COMPLETE
50512026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.449 INFO O| Jul 29 16:01:58.449 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.460 INFO O| Jul 29 16:01:58.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50532026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.461 INFO O| Jul 29 16:01:58.461 INFO STEP 18 (remove_files) COMPLETE
50542026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.461 INFO O| Jul 29 16:01:58.461 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.473 INFO O| Jul 29 16:01:58.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50562026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.473 INFO O| Jul 29 16:01:58.473 INFO STEP 19 (remove_files) COMPLETE
50572026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.473 INFO O| Jul 29 16:01:58.473 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.482 INFO O| Jul 29 16:01:58.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50592026-07-29T16:02:04.048Z[ recovery-image] Jul 29 16:01:58.482 INFO O| Jul 29 16:01:58.482 INFO STEP 20 (remove_files) COMPLETE
50602026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.482 INFO O| Jul 29 16:01:58.482 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.491 INFO O| Jul 29 16:01:58.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50622026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.491 INFO O| Jul 29 16:01:58.491 INFO STEP 21 (remove_files) COMPLETE
50632026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.491 INFO O| Jul 29 16:01:58.491 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.514 INFO O| Jul 29 16:01:58.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50652026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.514 INFO O| Jul 29 16:01:58.514 INFO STEP 22 (remove_files) COMPLETE
50662026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.514 INFO O| Jul 29 16:01:58.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-07-29T16:02:04.049Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
50682026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.537 INFO O| Jul 29 16:01:58.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50692026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.537 INFO O| Jul 29 16:01:58.537 INFO STEP 23 (remove_files) COMPLETE
50702026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.537 INFO O| Jul 29 16:01:58.537 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.547 INFO O| Jul 29 16:01:58.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50722026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.547 INFO O| Jul 29 16:01:58.547 INFO STEP 24 (remove_files) COMPLETE
50732026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.547 INFO O| Jul 29 16:01:58.547 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.556 INFO O| Jul 29 16:01:58.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50752026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.556 INFO O| Jul 29 16:01:58.556 INFO STEP 25 (remove_files) COMPLETE
50762026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.556 INFO O| Jul 29 16:01:58.556 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.564 INFO O| Jul 29 16:01:58.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50782026-07-29T16:02:04.049Z[ recovery-image] Jul 29 16:01:58.564 INFO O| Jul 29 16:01:58.564 INFO STEP 26 (remove_files) COMPLETE
50792026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.565 INFO O| Jul 29 16:01:58.564 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.573 INFO O| Jul 29 16:01:58.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50812026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.573 INFO O| Jul 29 16:01:58.573 INFO STEP 27 (remove_files) COMPLETE
50822026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.573 INFO O| Jul 29 16:01:58.573 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.582 INFO O| Jul 29 16:01:58.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50842026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.582 INFO O| Jul 29 16:01:58.582 INFO STEP 28 (remove_files) COMPLETE
50852026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.582 INFO O| Jul 29 16:01:58.582 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.591 INFO O| Jul 29 16:01:58.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50872026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.591 INFO O| Jul 29 16:01:58.591 INFO STEP 29 (remove_files) COMPLETE
50882026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.591 INFO O| Jul 29 16:01:58.591 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.601 INFO O| Jul 29 16:01:58.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50902026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.601 INFO O| Jul 29 16:01:58.601 INFO STEP 30 (remove_files) COMPLETE
50912026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.601 INFO O| Jul 29 16:01:58.601 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.610 INFO O| Jul 29 16:01:58.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50932026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.610 INFO O| Jul 29 16:01:58.610 INFO STEP 31 (remove_files) COMPLETE
50942026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.610 INFO O| Jul 29 16:01:58.610 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.618 INFO O| Jul 29 16:01:58.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50962026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.618 INFO O| Jul 29 16:01:58.618 INFO STEP 32 (remove_files) COMPLETE
50972026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.618 INFO O| Jul 29 16:01:58.618 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.627 INFO O| Jul 29 16:01:58.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50992026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.627 INFO O| Jul 29 16:01:58.627 INFO STEP 33 (remove_files) COMPLETE
51002026-07-29T16:02:04.050Z[ recovery-image] Jul 29 16:01:58.627 INFO O| Jul 29 16:01:58.627 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.636 INFO O| Jul 29 16:01:58.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51022026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.636 INFO O| Jul 29 16:01:58.636 INFO STEP 34 (remove_files) COMPLETE
51032026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.636 INFO O| Jul 29 16:01:58.636 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.645 INFO O| Jul 29 16:01:58.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51052026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.645 INFO O| Jul 29 16:01:58.645 INFO STEP 35 (remove_files) COMPLETE
51062026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.645 INFO O| Jul 29 16:01:58.645 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.653 INFO O| Jul 29 16:01:58.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51082026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.654 INFO O| Jul 29 16:01:58.653 INFO STEP 36 (remove_files) COMPLETE
51092026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.654 INFO O| Jul 29 16:01:58.653 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.663 INFO O| Jul 29 16:01:58.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51112026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.663 INFO O| Jul 29 16:01:58.663 INFO STEP 37 (remove_files) COMPLETE
51122026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.663 INFO O| Jul 29 16:01:58.663 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.677 INFO O| Jul 29 16:01:58.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51142026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.677 INFO O| Jul 29 16:01:58.677 INFO STEP 38 (remove_files) COMPLETE
51152026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.677 INFO O| Jul 29 16:01:58.677 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.687 INFO O| Jul 29 16:01:58.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51172026-07-29T16:02:04.051Z[ recovery-image] Jul 29 16:01:58.687 INFO O| Jul 29 16:01:58.687 INFO STEP 39 (remove_files) COMPLETE
51182026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.687 INFO O| Jul 29 16:01:58.687 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.722 INFO O| Jul 29 16:01:58.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51202026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.722 INFO O| Jul 29 16:01:58.722 INFO STEP 40 (remove_files) COMPLETE
51212026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.722 INFO O| Jul 29 16:01:58.722 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.741 INFO O| Jul 29 16:01:58.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51232026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.741 INFO O| Jul 29 16:01:58.741 INFO STEP 41 (remove_files) COMPLETE
51242026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.741 INFO O| Jul 29 16:01:58.741 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.767 INFO O| Jul 29 16:01:58.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51262026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.767 INFO O| Jul 29 16:01:58.767 INFO STEP 42 (remove_files) COMPLETE
51272026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.767 INFO O| Jul 29 16:01:58.767 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.778 INFO O| Jul 29 16:01:58.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51292026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.778 INFO O| Jul 29 16:01:58.778 INFO STEP 43 (remove_files) COMPLETE
51302026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.778 INFO O| Jul 29 16:01:58.778 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-07-29T16:02:04.052Z[ recovery-image] Jul 29 16:01:58.788 INFO O| Jul 29 16:01:58.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51322026-07-29T16:02:04.053Z[ recovery-image] Jul 29 16:01:58.788 INFO O| Jul 29 16:01:58.788 INFO STEP 44 (remove_files) COMPLETE
51332026-07-29T16:02:04.053Z[ recovery-image] Jul 29 16:01:58.788 INFO O| Jul 29 16:01:58.788 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-29T16:02:04.053Z[ recovery-image] Jul 29 16:01:58.867 INFO O| Jul 29 16:01:58.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51352026-07-29T16:02:04.053Z[ recovery-image] Jul 29 16:01:58.867 INFO O| Jul 29 16:01:58.867 INFO STEP 45 (remove_files) COMPLETE
51362026-07-29T16:02:04.053Z[ recovery-image] Jul 29 16:01:58.867 INFO O| Jul 29 16:01:58.867 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.883 INFO O| Jul 29 16:01:58.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51382026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.883 INFO O| Jul 29 16:01:58.883 INFO STEP 46 (remove_files) COMPLETE
51392026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.883 INFO O| Jul 29 16:01:58.883 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.895 INFO O| Jul 29 16:01:58.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51412026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.895 INFO O| Jul 29 16:01:58.895 INFO STEP 47 (remove_files) COMPLETE
51422026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.895 INFO O| Jul 29 16:01:58.895 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.921 INFO O| Jul 29 16:01:58.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51442026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.921 INFO O| Jul 29 16:01:58.921 INFO STEP 48 (remove_files) COMPLETE
51452026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.921 INFO O| Jul 29 16:01:58.921 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.930 INFO O| Jul 29 16:01:58.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51472026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.930 INFO O| Jul 29 16:01:58.930 INFO STEP 49 (remove_files) COMPLETE
51482026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.930 INFO O| Jul 29 16:01:58.930 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.939 INFO O| Jul 29 16:01:58.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51502026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.939 INFO O| Jul 29 16:01:58.939 INFO STEP 50 (remove_files) COMPLETE
51512026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.939 INFO O| Jul 29 16:01:58.939 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-07-29T16:02:04.125Z[ recovery-image] Jul 29 16:01:58.947 INFO O| Jul 29 16:01:58.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51532026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.947 INFO O| Jul 29 16:01:58.947 INFO STEP 51 (remove_files) COMPLETE
51542026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.947 INFO O| Jul 29 16:01:58.947 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.955 INFO O| Jul 29 16:01:58.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51562026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.955 INFO O| Jul 29 16:01:58.955 INFO STEP 52 (remove_files) COMPLETE
51572026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.955 INFO O| Jul 29 16:01:58.955 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.989 INFO O| Jul 29 16:01:58.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51592026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.989 INFO O| Jul 29 16:01:58.989 INFO STEP 53 (remove_files) COMPLETE
51602026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:58.989 INFO O| Jul 29 16:01:58.989 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-07-29T16:02:04.126Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51622026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.000 INFO O| Jul 29 16:01:59.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51632026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.001 INFO O| Jul 29 16:01:59.001 INFO STEP 54 (remove_files) COMPLETE
51642026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.001 INFO O| Jul 29 16:01:59.001 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.017 INFO O| Jul 29 16:01:59.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51662026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.017 INFO O| Jul 29 16:01:59.017 INFO STEP 55 (remove_files) COMPLETE
51672026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.017 INFO O| Jul 29 16:01:59.017 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.026 INFO O| Jul 29 16:01:59.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51692026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.026 INFO O| Jul 29 16:01:59.026 INFO STEP 56 (remove_files) COMPLETE
51702026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.026 INFO O| Jul 29 16:01:59.026 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.035 INFO O| Jul 29 16:01:59.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51722026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.035 INFO O| Jul 29 16:01:59.035 INFO STEP 57 (remove_files) COMPLETE
51732026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.035 INFO O| Jul 29 16:01:59.035 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.044 INFO O| Jul 29 16:01:59.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51752026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.044 INFO O| Jul 29 16:01:59.044 INFO STEP 58 (remove_files) COMPLETE
51762026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.044 INFO O| Jul 29 16:01:59.044 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51782026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51792026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51802026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51812026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51822026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51832026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO ok!
51842026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO STEP 59 (ensure_file) COMPLETE
51852026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.053 INFO O| Jul 29 16:01:59.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51872026-07-29T16:02:04.126Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51882026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51892026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51902026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51912026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51922026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO ok!
51932026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO STEP 60 (ensure_file) COMPLETE
51942026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.062 INFO O| Jul 29 16:01:59.062 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.072 INFO O| Jul 29 16:01:59.072 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51962026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.072 INFO O| Jul 29 16:01:59.072 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51972026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.072 INFO O| Jul 29 16:01:59.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51982026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.072 INFO O| Jul 29 16:01:59.072 INFO ok!
51992026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.072 INFO O| Jul 29 16:01:59.072 INFO STEP 61 (ensure_file) COMPLETE
52002026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.072 INFO O| Jul 29 16:01:59.072 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.083 INFO O| Jul 29 16:01:59.083 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52022026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.083 INFO O| Jul 29 16:01:59.083 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52032026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.083 INFO O| Jul 29 16:01:59.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52042026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.083 INFO O| Jul 29 16:01:59.083 INFO ok!
52052026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.083 INFO O| Jul 29 16:01:59.083 INFO STEP 62 (ensure_file) COMPLETE
52062026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.083 INFO O| Jul 29 16:01:59.083 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.094 INFO O| Jul 29 16:01:59.094 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52082026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.094 INFO O| Jul 29 16:01:59.094 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52092026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.094 INFO O| Jul 29 16:01:59.094 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52102026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.094 INFO O| Jul 29 16:01:59.094 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52112026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.094 INFO O| Jul 29 16:01:59.094 INFO ok!
52122026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.094 INFO O| Jul 29 16:01:59.094 INFO STEP 63 (ensure_file) COMPLETE
52132026-07-29T16:02:04.127Z[ recovery-image] Jul 29 16:01:59.094 INFO O| Jul 29 16:01:59.094 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.103 INFO O| Jul 29 16:01:59.103 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52152026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.103 INFO O| Jul 29 16:01:59.103 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52162026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.103 INFO O| Jul 29 16:01:59.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52172026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.103 INFO O| Jul 29 16:01:59.103 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52182026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.103 INFO O| Jul 29 16:01:59.103 INFO ok!
52192026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.103 INFO O| Jul 29 16:01:59.103 INFO STEP 64 (ensure_file) COMPLETE
52202026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.103 INFO O| Jul 29 16:01:59.103 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.114 INFO O| Jul 29 16:01:59.114 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52222026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.114 INFO O| Jul 29 16:01:59.114 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52232026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.114 INFO O| Jul 29 16:01:59.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52242026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.114 INFO O| Jul 29 16:01:59.114 INFO ok!
52252026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.114 INFO O| Jul 29 16:01:59.114 INFO STEP 65 (assemble_files) COMPLETE
52262026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.114 INFO O| Jul 29 16:01:59.114 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52282026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52292026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52302026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52312026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO ok!
52322026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO STEP 66 (ensure_file) COMPLETE
52332026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52342026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO skip step because feature "omicron1" is not enabled
52352026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-07-29T16:02:04.128Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO skip step because feature "omicron1" is not enabled
52372026-07-29T16:02:04.144Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-07-29T16:02:04.144Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO skip step because feature "omicron1" is not enabled
52392026-07-29T16:02:04.144Z[ recovery-image] Jul 29 16:01:59.125 INFO O| Jul 29 16:01:59.125 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-07-29T16:02:04.144Z[ recovery-image] Jul 29 16:01:59.140 INFO O| Jul 29 16:01:59.140 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52412026-07-29T16:02:04.144Z[ recovery-image] Jul 29 16:01:59.140 INFO O| Jul 29 16:01:59.140 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52422026-07-29T16:02:04.144Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52432026-07-29T16:02:04.144Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52442026-07-29T16:02:04.144Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52452026-07-29T16:02:04.145Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52462026-07-29T16:02:04.145Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52472026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:00.573 INFO O| Jul 29 16:02:00.573 INFO STEP 70 (pack_tar) COMPLETE
52482026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:00.573 INFO O| Jul 29 16:02:00.573 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52492026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:00.573 INFO O| Jul 29 16:02:00.573 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52502026-07-29T16:02:04.145Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
52512026-07-29T16:02:04.145Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52522026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:00.951 INFO O| Jul 29 16:02:00.951 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52532026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.064 INFO O| Jul 29 16:02:01.063 INFO completed processing sled/ramdisk-02-trim
52542026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.066 INFO image builder template: ramdisk-03-recovery-trim...
52552026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.066 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/.tmpGW0oD3/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@22.0.0.0", "-F", "optever=0.41.504", "-n", "ramdisk-03-recovery-trim"], pwd: None
52562026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.071 INFO O| Jul 29 16:02:01.071 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52572026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.143 INFO O| Jul 29 16:02:01.143 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52582026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.146 INFO O| Jul 29 16:02:01.146 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52592026-07-29T16:02:04.145Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52602026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.310 INFO O| Jul 29 16:02:01.310 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52612026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.392 INFO O| Jul 29 16:02:01.392 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52622026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.392 INFO O| Jul 29 16:02:01.392 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52632026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.400 INFO O| Jul 29 16:02:01.399 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52642026-07-29T16:02:04.145Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52652026-07-29T16:02:04.145Z[ recovery-image] Jul 29 16:02:01.404 INFO O| Jul 29 16:02:01.404 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52662026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:01.409 INFO O| Jul 29 16:02:01.409 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52672026-07-29T16:02:04.146Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52682026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.061 INFO O| Jul 29 16:02:02.060 INFO rolled back to input snapshot; work may begin
52692026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.061 INFO O| Jul 29 16:02:02.060 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52702026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.065 INFO O| Jul 29 16:02:02.065 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.075 INFO O| Jul 29 16:02:02.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52722026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.078 INFO O| Jul 29 16:02:02.078 INFO STEP 0 (remove_files) COMPLETE
52732026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.078 INFO O| Jul 29 16:02:02.078 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.088 INFO O| Jul 29 16:02:02.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52752026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.089 INFO O| Jul 29 16:02:02.089 INFO STEP 1 (remove_files) COMPLETE
52762026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.089 INFO O| Jul 29 16:02:02.089 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.099 INFO O| Jul 29 16:02:02.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52782026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.103 INFO O| Jul 29 16:02:02.102 INFO STEP 2 (remove_files) COMPLETE
52792026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.103 INFO O| Jul 29 16:02:02.103 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.113 INFO O| Jul 29 16:02:02.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52812026-07-29T16:02:04.146Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52822026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.162 INFO O| Jul 29 16:02:02.162 INFO STEP 3 (remove_files) COMPLETE
52832026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.162 INFO O| Jul 29 16:02:02.162 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.174 INFO O| Jul 29 16:02:02.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52852026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.178 INFO O| Jul 29 16:02:02.178 INFO STEP 4 (remove_files) COMPLETE
52862026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.178 INFO O| Jul 29 16:02:02.178 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.189 INFO O| Jul 29 16:02:02.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52882026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.223 INFO O| Jul 29 16:02:02.223 INFO STEP 5 (remove_files) COMPLETE
52892026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.223 INFO O| Jul 29 16:02:02.223 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.233 INFO O| Jul 29 16:02:02.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52912026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.244 INFO O| Jul 29 16:02:02.244 INFO STEP 6 (remove_files) COMPLETE
52922026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.244 INFO O| Jul 29 16:02:02.244 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.255 INFO O| Jul 29 16:02:02.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52942026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.258 INFO O| Jul 29 16:02:02.258 INFO STEP 7 (remove_files) COMPLETE
52952026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.258 INFO O| Jul 29 16:02:02.258 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.271 INFO O| Jul 29 16:02:02.271 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52972026-07-29T16:02:04.146Z[ recovery-image] Jul 29 16:02:02.273 INFO O| Jul 29 16:02:02.273 INFO STEP 8 (remove_files) COMPLETE
52982026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.273 INFO O| Jul 29 16:02:02.273 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.283 INFO O| Jul 29 16:02:02.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53002026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.287 INFO O| Jul 29 16:02:02.287 INFO STEP 9 (remove_files) COMPLETE
53012026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.287 INFO O| Jul 29 16:02:02.287 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.297 INFO O| Jul 29 16:02:02.297 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53032026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.298 INFO O| Jul 29 16:02:02.298 INFO STEP 10 (remove_files) COMPLETE
53042026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.298 INFO O| Jul 29 16:02:02.298 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.307 INFO O| Jul 29 16:02:02.307 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53062026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.308 INFO O| Jul 29 16:02:02.308 INFO STEP 11 (remove_files) COMPLETE
53072026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.308 INFO O| Jul 29 16:02:02.308 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.318 INFO O| Jul 29 16:02:02.318 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53092026-07-29T16:02:04.147Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53102026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.485 INFO O| Jul 29 16:02:02.485 INFO STEP 12 (remove_files) COMPLETE
53112026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.485 INFO O| Jul 29 16:02:02.485 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.497 INFO O| Jul 29 16:02:02.497 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53132026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.509 INFO O| Jul 29 16:02:02.509 INFO STEP 13 (remove_files) COMPLETE
53142026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.509 INFO O| Jul 29 16:02:02.509 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-07-29T16:02:04.147Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53162026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.527 INFO O| Jul 29 16:02:02.527 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53172026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.538 INFO O| Jul 29 16:02:02.538 INFO STEP 14 (remove_files) COMPLETE
53182026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.538 INFO O| Jul 29 16:02:02.538 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.550 INFO O| Jul 29 16:02:02.550 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53202026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.550 INFO O| Jul 29 16:02:02.550 INFO STEP 15 (remove_files) COMPLETE
53212026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.550 INFO O| Jul 29 16:02:02.550 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-07-29T16:02:04.147Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53232026-07-29T16:02:04.147Z[verify-libraries] Compiling fatfs v0.3.6
53242026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.564 INFO O| Jul 29 16:02:02.564 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53252026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.577 INFO O| Jul 29 16:02:02.577 INFO STEP 16 (remove_files) COMPLETE
53262026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.577 INFO O| Jul 29 16:02:02.577 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.592 INFO O| Jul 29 16:02:02.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53282026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.615 INFO O| Jul 29 16:02:02.612 INFO STEP 17 (remove_files) COMPLETE
53292026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.615 INFO O| Jul 29 16:02:02.612 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.626 INFO O| Jul 29 16:02:02.626 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53312026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.626 INFO O| Jul 29 16:02:02.626 INFO STEP 18 (remove_files) COMPLETE
53322026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.626 INFO O| Jul 29 16:02:02.626 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.638 INFO O| Jul 29 16:02:02.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53342026-07-29T16:02:04.147Z[ recovery-image] Jul 29 16:02:02.638 INFO O| Jul 29 16:02:02.638 INFO STEP 19 (remove_files) COMPLETE
53352026-07-29T16:02:04.148Z[ recovery-image] Jul 29 16:02:02.638 INFO O| Jul 29 16:02:02.638 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-07-29T16:02:04.148Z[ recovery-image] Jul 29 16:02:02.646 INFO O| Jul 29 16:02:02.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53372026-07-29T16:02:04.157Z[verify-libraries] Compiling num-bigint v0.4.6
53382026-07-29T16:02:04.157Z[ recovery-image] Jul 29 16:02:02.771 INFO O| Jul 29 16:02:02.771 INFO STEP 20 (remove_files) COMPLETE
53392026-07-29T16:02:04.157Z[ recovery-image] Jul 29 16:02:02.771 INFO O| Jul 29 16:02:02.771 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-07-29T16:02:04.157Z[ recovery-image] Jul 29 16:02:02.781 INFO O| Jul 29 16:02:02.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53412026-07-29T16:02:04.157Z[ recovery-image] Jul 29 16:02:02.806 INFO O| Jul 29 16:02:02.806 INFO STEP 21 (remove_files) COMPLETE
53422026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.806 INFO O| Jul 29 16:02:02.806 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-07-29T16:02:04.158Z[verify-libraries] Compiling generic-array v1.4.3
53442026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.818 INFO O| Jul 29 16:02:02.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53452026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.843 INFO O| Jul 29 16:02:02.843 INFO STEP 22 (remove_files) COMPLETE
53462026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.843 INFO O| Jul 29 16:02:02.843 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.855 INFO O| Jul 29 16:02:02.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53482026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.856 INFO O| Jul 29 16:02:02.856 INFO STEP 23 (remove_files) COMPLETE
53492026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.857 INFO O| Jul 29 16:02:02.857 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-07-29T16:02:04.158Z[verify-libraries] Compiling russh-util v0.52.0
53512026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.870 INFO O| Jul 29 16:02:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53522026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.875 INFO O| Jul 29 16:02:02.875 INFO STEP 24 (remove_files) COMPLETE
53532026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.875 INFO O| Jul 29 16:02:02.875 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.889 INFO O| Jul 29 16:02:02.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53552026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.913 INFO O| Jul 29 16:02:02.913 INFO STEP 25 (remove_files) COMPLETE
53562026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.913 INFO O| Jul 29 16:02:02.913 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-07-29T16:02:04.158Z[verify-libraries] Compiling enum_dispatch v0.3.13
53582026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.923 INFO O| Jul 29 16:02:02.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53592026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.923 INFO O| Jul 29 16:02:02.923 INFO STEP 26 (remove_files) COMPLETE
53602026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.923 INFO O| Jul 29 16:02:02.923 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.930 INFO O| Jul 29 16:02:02.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53622026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.931 INFO O| Jul 29 16:02:02.931 INFO STEP 27 (remove_files) COMPLETE
53632026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.931 INFO O| Jul 29 16:02:02.931 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-07-29T16:02:04.158Z[ recovery-image] Jul 29 16:02:02.938 INFO O| Jul 29 16:02:02.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53652026-07-29T16:02:04.166Z[ recovery-image] Jul 29 16:02:02.948 INFO O| Jul 29 16:02:02.948 INFO STEP 28 (remove_files) COMPLETE
53662026-07-29T16:02:04.166Z[ recovery-image] Jul 29 16:02:02.948 INFO O| Jul 29 16:02:02.948 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-07-29T16:02:04.166Z[ recovery-image] Jul 29 16:02:02.958 INFO O| Jul 29 16:02:02.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53682026-07-29T16:02:04.166Z[ recovery-image] Jul 29 16:02:02.958 INFO O| Jul 29 16:02:02.958 INFO STEP 29 (remove_files) COMPLETE
53692026-07-29T16:02:04.173Z[ recovery-image] Jul 29 16:02:02.958 INFO O| Jul 29 16:02:02.958 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-07-29T16:02:04.173Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53712026-07-29T16:02:04.173Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53722026-07-29T16:02:04.173Z[ recovery-image] Jul 29 16:02:02.966 INFO O| Jul 29 16:02:02.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53732026-07-29T16:02:04.173Z[ recovery-image] Jul 29 16:02:02.966 INFO O| Jul 29 16:02:02.966 INFO STEP 30 (remove_files) COMPLETE
53742026-07-29T16:02:04.173Z[ recovery-image] Jul 29 16:02:02.966 INFO O| Jul 29 16:02:02.966 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-07-29T16:02:04.181Z[ recovery-image] Jul 29 16:02:02.975 INFO O| Jul 29 16:02:02.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53762026-07-29T16:02:04.181Z[ recovery-image] Jul 29 16:02:02.976 INFO O| Jul 29 16:02:02.975 INFO STEP 31 (remove_files) COMPLETE
53772026-07-29T16:02:04.185Z[ recovery-image] Jul 29 16:02:02.976 INFO O| Jul 29 16:02:02.976 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-07-29T16:02:04.191Z[ recovery-image] Jul 29 16:02:02.985 INFO O| Jul 29 16:02:02.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53792026-07-29T16:02:04.206Z[ recovery-image] Jul 29 16:02:02.986 INFO O| Jul 29 16:02:02.986 INFO STEP 32 (remove_files) COMPLETE
53802026-07-29T16:02:04.206Z[ recovery-image] Jul 29 16:02:02.986 INFO O| Jul 29 16:02:02.986 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-07-29T16:02:04.207Z[ recovery-image] Jul 29 16:02:02.997 INFO O| Jul 29 16:02:02.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53822026-07-29T16:02:04.207Z[ recovery-image] Jul 29 16:02:02.997 INFO O| Jul 29 16:02:02.997 INFO STEP 33 (remove_files) COMPLETE
53832026-07-29T16:02:04.207Z[ recovery-image] Jul 29 16:02:02.997 INFO O| Jul 29 16:02:02.997 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-07-29T16:02:04.210Z[verify-libraries] Compiling delegate v0.13.5
53852026-07-29T16:02:04.214Z[ recovery-image] Jul 29 16:02:03.007 INFO O| Jul 29 16:02:03.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53862026-07-29T16:02:04.214Z[ recovery-image] Jul 29 16:02:03.007 INFO O| Jul 29 16:02:03.007 INFO STEP 34 (remove_files) COMPLETE
53872026-07-29T16:02:04.214Z[ recovery-image] Jul 29 16:02:03.007 INFO O| Jul 29 16:02:03.007 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-07-29T16:02:04.223Z[ recovery-image] Jul 29 16:02:03.018 INFO O| Jul 29 16:02:03.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53892026-07-29T16:02:04.223Z[ recovery-image] Jul 29 16:02:03.018 INFO O| Jul 29 16:02:03.018 INFO STEP 35 (remove_files) COMPLETE
53902026-07-29T16:02:04.227Z[ recovery-image] Jul 29 16:02:03.018 INFO O| Jul 29 16:02:03.018 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-07-29T16:02:04.243Z[ recovery-image] Jul 29 16:02:03.037 INFO O| Jul 29 16:02:03.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53922026-07-29T16:02:04.243Z[ recovery-image] Jul 29 16:02:03.038 INFO O| Jul 29 16:02:03.038 INFO STEP 36 (remove_files) COMPLETE
53932026-07-29T16:02:04.249Z[ recovery-image] Jul 29 16:02:03.038 INFO O| Jul 29 16:02:03.038 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-07-29T16:02:04.253Z[ recovery-image] Jul 29 16:02:03.047 INFO O| Jul 29 16:02:03.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53952026-07-29T16:02:04.253Z[ recovery-image] Jul 29 16:02:03.047 INFO O| Jul 29 16:02:03.047 INFO STEP 37 (remove_files) COMPLETE
53962026-07-29T16:02:04.253Z[ recovery-image] Jul 29 16:02:03.047 INFO O| Jul 29 16:02:03.047 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-07-29T16:02:04.268Z[ recovery-image] Jul 29 16:02:03.062 INFO O| Jul 29 16:02:03.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53982026-07-29T16:02:04.268Z[ recovery-image] Jul 29 16:02:03.062 INFO O| Jul 29 16:02:03.062 INFO STEP 38 (remove_files) COMPLETE
53992026-07-29T16:02:04.272Z[ recovery-image] Jul 29 16:02:03.062 INFO O| Jul 29 16:02:03.062 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-07-29T16:02:04.277Z[ recovery-image] Jul 29 16:02:03.071 INFO O| Jul 29 16:02:03.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54012026-07-29T16:02:04.277Z[ recovery-image] Jul 29 16:02:03.071 INFO O| Jul 29 16:02:03.071 INFO STEP 39 (remove_files) COMPLETE
54022026-07-29T16:02:04.277Z[ recovery-image] Jul 29 16:02:03.071 INFO O| Jul 29 16:02:03.071 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-07-29T16:02:04.286Z[ recovery-image] Jul 29 16:02:03.081 INFO O| Jul 29 16:02:03.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54042026-07-29T16:02:04.286Z[ recovery-image] Jul 29 16:02:03.081 INFO O| Jul 29 16:02:03.081 INFO STEP 40 (remove_files) COMPLETE
54052026-07-29T16:02:04.289Z[ recovery-image] Jul 29 16:02:03.081 INFO O| Jul 29 16:02:03.081 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-07-29T16:02:04.289Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54072026-07-29T16:02:04.295Z[ recovery-image] Jul 29 16:02:03.090 INFO O| Jul 29 16:02:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54082026-07-29T16:02:04.295Z[ recovery-image] Jul 29 16:02:03.090 INFO O| Jul 29 16:02:03.090 INFO STEP 41 (remove_files) COMPLETE
54092026-07-29T16:02:04.295Z[ recovery-image] Jul 29 16:02:03.090 INFO O| Jul 29 16:02:03.090 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-29T16:02:04.306Z[ recovery-image] Jul 29 16:02:03.100 INFO O| Jul 29 16:02:03.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54112026-07-29T16:02:04.306Z[ recovery-image] Jul 29 16:02:03.100 INFO O| Jul 29 16:02:03.100 INFO STEP 42 (remove_files) COMPLETE
54122026-07-29T16:02:04.306Z[ recovery-image] Jul 29 16:02:03.100 INFO O| Jul 29 16:02:03.100 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-29T16:02:04.316Z[ recovery-image] Jul 29 16:02:03.111 INFO O| Jul 29 16:02:03.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54142026-07-29T16:02:04.316Z[ recovery-image] Jul 29 16:02:03.111 INFO O| Jul 29 16:02:03.110 INFO STEP 43 (remove_files) COMPLETE
54152026-07-29T16:02:04.321Z[ recovery-image] Jul 29 16:02:03.111 INFO O| Jul 29 16:02:03.110 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-29T16:02:04.325Z[ recovery-image] Jul 29 16:02:03.120 INFO O| Jul 29 16:02:03.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54172026-07-29T16:02:04.325Z[ recovery-image] Jul 29 16:02:03.120 INFO O| Jul 29 16:02:03.120 INFO STEP 44 (remove_files) COMPLETE
54182026-07-29T16:02:04.325Z[ recovery-image] Jul 29 16:02:03.120 INFO O| Jul 29 16:02:03.120 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-29T16:02:04.335Z[ recovery-image] Jul 29 16:02:03.130 INFO O| Jul 29 16:02:03.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54202026-07-29T16:02:04.336Z[ recovery-image] Jul 29 16:02:03.130 INFO O| Jul 29 16:02:03.130 INFO STEP 45 (remove_files) COMPLETE
54212026-07-29T16:02:04.336Z[ recovery-image] Jul 29 16:02:03.130 INFO O| Jul 29 16:02:03.130 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-29T16:02:04.344Z[ recovery-image] Jul 29 16:02:03.139 INFO O| Jul 29 16:02:03.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54232026-07-29T16:02:04.344Z[ recovery-image] Jul 29 16:02:03.139 INFO O| Jul 29 16:02:03.139 INFO STEP 46 (remove_files) COMPLETE
54242026-07-29T16:02:04.348Z[ recovery-image] Jul 29 16:02:03.139 INFO O| Jul 29 16:02:03.139 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-29T16:02:04.354Z[ recovery-image] Jul 29 16:02:03.149 INFO O| Jul 29 16:02:03.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54262026-07-29T16:02:04.354Z[ recovery-image] Jul 29 16:02:03.149 INFO O| Jul 29 16:02:03.149 INFO STEP 47 (remove_files) COMPLETE
54272026-07-29T16:02:04.354Z[ recovery-image] Jul 29 16:02:03.149 INFO O| Jul 29 16:02:03.149 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-29T16:02:04.364Z[ recovery-image] Jul 29 16:02:03.159 INFO O| Jul 29 16:02:03.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54292026-07-29T16:02:04.368Z[ recovery-image] Jul 29 16:02:03.160 INFO O| Jul 29 16:02:03.160 INFO STEP 48 (remove_files) COMPLETE
54302026-07-29T16:02:04.368Z[ recovery-image] Jul 29 16:02:03.160 INFO O| Jul 29 16:02:03.160 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-29T16:02:04.374Z[ recovery-image] Jul 29 16:02:03.169 INFO O| Jul 29 16:02:03.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54322026-07-29T16:02:04.374Z[ recovery-image] Jul 29 16:02:03.169 INFO O| Jul 29 16:02:03.169 INFO STEP 49 (remove_files) COMPLETE
54332026-07-29T16:02:04.378Z[ recovery-image] Jul 29 16:02:03.169 INFO O| Jul 29 16:02:03.169 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-29T16:02:04.382Z[ recovery-image] Jul 29 16:02:03.177 INFO O| Jul 29 16:02:03.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54352026-07-29T16:02:04.383Z[ recovery-image] Jul 29 16:02:03.177 INFO O| Jul 29 16:02:03.177 INFO STEP 50 (remove_files) COMPLETE
54362026-07-29T16:02:04.387Z[ recovery-image] Jul 29 16:02:03.177 INFO O| Jul 29 16:02:03.177 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-29T16:02:04.391Z[ recovery-image] Jul 29 16:02:03.186 INFO O| Jul 29 16:02:03.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54382026-07-29T16:02:04.391Z[ recovery-image] Jul 29 16:02:03.186 INFO O| Jul 29 16:02:03.186 INFO STEP 51 (remove_files) COMPLETE
54392026-07-29T16:02:04.394Z[ recovery-image] Jul 29 16:02:03.186 INFO O| Jul 29 16:02:03.186 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-29T16:02:04.399Z[ recovery-image] Jul 29 16:02:03.194 INFO O| Jul 29 16:02:03.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54412026-07-29T16:02:04.399Z[ recovery-image] Jul 29 16:02:03.194 INFO O| Jul 29 16:02:03.194 INFO STEP 52 (remove_files) COMPLETE
54422026-07-29T16:02:04.403Z[ recovery-image] Jul 29 16:02:03.194 INFO O| Jul 29 16:02:03.194 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-29T16:02:04.409Z[ recovery-image] Jul 29 16:02:03.204 INFO O| Jul 29 16:02:03.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54442026-07-29T16:02:04.409Z[ recovery-image] Jul 29 16:02:03.204 INFO O| Jul 29 16:02:03.204 INFO STEP 53 (remove_files) COMPLETE
54452026-07-29T16:02:04.409Z[ recovery-image] Jul 29 16:02:03.204 INFO O| Jul 29 16:02:03.204 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-29T16:02:04.419Z[ recovery-image] Jul 29 16:02:03.214 INFO O| Jul 29 16:02:03.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54472026-07-29T16:02:04.419Z[ recovery-image] Jul 29 16:02:03.214 INFO O| Jul 29 16:02:03.214 INFO STEP 54 (remove_files) COMPLETE
54482026-07-29T16:02:04.422Z[ recovery-image] Jul 29 16:02:03.214 INFO O| Jul 29 16:02:03.214 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-29T16:02:04.428Z[ recovery-image] Jul 29 16:02:03.223 INFO O| Jul 29 16:02:03.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54502026-07-29T16:02:04.431Z[ recovery-image] Jul 29 16:02:03.223 INFO O| Jul 29 16:02:03.223 INFO STEP 55 (remove_files) COMPLETE
54512026-07-29T16:02:04.431Z[ recovery-image] Jul 29 16:02:03.223 INFO O| Jul 29 16:02:03.223 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-29T16:02:04.437Z[ recovery-image] Jul 29 16:02:03.232 INFO O| Jul 29 16:02:03.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54532026-07-29T16:02:04.438Z[ recovery-image] Jul 29 16:02:03.232 INFO O| Jul 29 16:02:03.232 INFO STEP 56 (remove_files) COMPLETE
54542026-07-29T16:02:04.438Z[ recovery-image] Jul 29 16:02:03.232 INFO O| Jul 29 16:02:03.232 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-29T16:02:04.446Z[ recovery-image] Jul 29 16:02:03.241 INFO O| Jul 29 16:02:03.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54562026-07-29T16:02:04.470Z[ recovery-image] Jul 29 16:02:03.241 INFO O| Jul 29 16:02:03.241 INFO STEP 57 (remove_files) COMPLETE
54572026-07-29T16:02:04.470Z[ recovery-image] Jul 29 16:02:03.241 INFO O| Jul 29 16:02:03.241 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-29T16:02:04.470Z[ recovery-image] Jul 29 16:02:03.252 INFO O| Jul 29 16:02:03.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54592026-07-29T16:02:04.470Z[ recovery-image] Jul 29 16:02:03.253 INFO O| Jul 29 16:02:03.253 INFO STEP 58 (remove_files) COMPLETE
54602026-07-29T16:02:04.470Z[ recovery-image] Jul 29 16:02:03.253 INFO O| Jul 29 16:02:03.253 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-29T16:02:04.474Z[ recovery-image] Jul 29 16:02:03.262 INFO O| Jul 29 16:02:03.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54622026-07-29T16:02:04.474Z[ recovery-image] Jul 29 16:02:03.262 INFO O| Jul 29 16:02:03.262 INFO STEP 59 (remove_files) COMPLETE
54632026-07-29T16:02:04.474Z[ recovery-image] Jul 29 16:02:03.263 INFO O| Jul 29 16:02:03.262 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-29T16:02:04.477Z[ recovery-image] Jul 29 16:02:03.271 INFO O| Jul 29 16:02:03.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54652026-07-29T16:02:04.477Z[ recovery-image] Jul 29 16:02:03.271 INFO O| Jul 29 16:02:03.271 INFO STEP 60 (remove_files) COMPLETE
54662026-07-29T16:02:04.477Z[ recovery-image] Jul 29 16:02:03.271 INFO O| Jul 29 16:02:03.271 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-29T16:02:04.486Z[ recovery-image] Jul 29 16:02:03.281 INFO O| Jul 29 16:02:03.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54682026-07-29T16:02:04.486Z[ recovery-image] Jul 29 16:02:03.281 INFO O| Jul 29 16:02:03.281 INFO STEP 61 (remove_files) COMPLETE
54692026-07-29T16:02:04.486Z[ recovery-image] Jul 29 16:02:03.281 INFO O| Jul 29 16:02:03.281 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-29T16:02:04.496Z[ recovery-image] Jul 29 16:02:03.291 INFO O| Jul 29 16:02:03.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54712026-07-29T16:02:04.500Z[ recovery-image] Jul 29 16:02:03.291 INFO O| Jul 29 16:02:03.291 INFO STEP 62 (remove_files) COMPLETE
54722026-07-29T16:02:04.500Z[ recovery-image] Jul 29 16:02:03.291 INFO O| Jul 29 16:02:03.291 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-29T16:02:04.512Z[ recovery-image] Jul 29 16:02:03.300 INFO O| Jul 29 16:02:03.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54742026-07-29T16:02:04.512Z[ recovery-image] Jul 29 16:02:03.300 INFO O| Jul 29 16:02:03.300 INFO STEP 63 (remove_files) COMPLETE
54752026-07-29T16:02:04.512Z[ recovery-image] Jul 29 16:02:03.300 INFO O| Jul 29 16:02:03.300 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-29T16:02:04.516Z[ recovery-image] Jul 29 16:02:03.310 INFO O| Jul 29 16:02:03.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54772026-07-29T16:02:04.516Z[ recovery-image] Jul 29 16:02:03.310 INFO O| Jul 29 16:02:03.310 INFO STEP 64 (remove_files) COMPLETE
54782026-07-29T16:02:04.516Z[ recovery-image] Jul 29 16:02:03.310 INFO O| Jul 29 16:02:03.310 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-29T16:02:04.524Z[ recovery-image] Jul 29 16:02:03.319 INFO O| Jul 29 16:02:03.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54802026-07-29T16:02:04.524Z[ recovery-image] Jul 29 16:02:03.319 INFO O| Jul 29 16:02:03.319 INFO STEP 65 (remove_files) COMPLETE
54812026-07-29T16:02:04.524Z[ recovery-image] Jul 29 16:02:03.319 INFO O| Jul 29 16:02:03.319 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-29T16:02:04.534Z[ recovery-image] Jul 29 16:02:03.329 INFO O| Jul 29 16:02:03.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54832026-07-29T16:02:04.537Z[ recovery-image] Jul 29 16:02:03.329 INFO O| Jul 29 16:02:03.329 INFO STEP 66 (remove_files) COMPLETE
54842026-07-29T16:02:04.537Z[ recovery-image] Jul 29 16:02:03.329 INFO O| Jul 29 16:02:03.329 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-29T16:02:04.546Z[ recovery-image] Jul 29 16:02:03.337 INFO O| Jul 29 16:02:03.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54862026-07-29T16:02:04.546Z[ recovery-image] Jul 29 16:02:03.337 INFO O| Jul 29 16:02:03.337 INFO STEP 67 (remove_files) COMPLETE
54872026-07-29T16:02:04.546Z[ recovery-image] Jul 29 16:02:03.337 INFO O| Jul 29 16:02:03.337 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-29T16:02:04.550Z[ recovery-image] Jul 29 16:02:03.345 INFO O| Jul 29 16:02:03.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54892026-07-29T16:02:04.550Z[ recovery-image] Jul 29 16:02:03.345 INFO O| Jul 29 16:02:03.345 INFO STEP 68 (remove_files) COMPLETE
54902026-07-29T16:02:04.554Z[ recovery-image] Jul 29 16:02:03.345 INFO O| Jul 29 16:02:03.345 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-29T16:02:04.558Z[verify-libraries] Compiling sync-ptr v0.1.4
54922026-07-29T16:02:04.563Z[verify-libraries] Compiling md5 v0.8.0
54932026-07-29T16:02:04.563Z[ recovery-image] Jul 29 16:02:03.354 INFO O| Jul 29 16:02:03.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54942026-07-29T16:02:04.563Z[ recovery-image] Jul 29 16:02:03.354 INFO O| Jul 29 16:02:03.354 INFO STEP 69 (remove_files) COMPLETE
54952026-07-29T16:02:04.563Z[ recovery-image] Jul 29 16:02:03.354 INFO O| Jul 29 16:02:03.354 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-07-29T16:02:04.568Z[ recovery-image] Jul 29 16:02:03.363 INFO O| Jul 29 16:02:03.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54972026-07-29T16:02:04.568Z[ recovery-image] Jul 29 16:02:03.363 INFO O| Jul 29 16:02:03.363 INFO STEP 70 (remove_files) COMPLETE
54982026-07-29T16:02:04.568Z[ recovery-image] Jul 29 16:02:03.363 INFO O| Jul 29 16:02:03.363 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-07-29T16:02:04.577Z[ recovery-image] Jul 29 16:02:03.372 INFO O| Jul 29 16:02:03.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55002026-07-29T16:02:04.577Z[ recovery-image] Jul 29 16:02:03.372 INFO O| Jul 29 16:02:03.372 INFO STEP 71 (remove_files) COMPLETE
55012026-07-29T16:02:04.577Z[ recovery-image] Jul 29 16:02:03.372 INFO O| Jul 29 16:02:03.372 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-07-29T16:02:04.585Z[ recovery-image] Jul 29 16:02:03.380 INFO O| Jul 29 16:02:03.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55032026-07-29T16:02:04.586Z[ recovery-image] Jul 29 16:02:03.380 INFO O| Jul 29 16:02:03.380 INFO STEP 72 (remove_files) COMPLETE
55042026-07-29T16:02:04.586Z[ recovery-image] Jul 29 16:02:03.380 INFO O| Jul 29 16:02:03.380 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-07-29T16:02:04.594Z[ recovery-image] Jul 29 16:02:03.389 INFO O| Jul 29 16:02:03.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55062026-07-29T16:02:04.594Z[ recovery-image] Jul 29 16:02:03.389 INFO O| Jul 29 16:02:03.389 INFO STEP 73 (remove_files) COMPLETE
55072026-07-29T16:02:04.598Z[ recovery-image] Jul 29 16:02:03.389 INFO O| Jul 29 16:02:03.389 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-07-29T16:02:04.602Z[ recovery-image] Jul 29 16:02:03.397 INFO O| Jul 29 16:02:03.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55092026-07-29T16:02:04.603Z[ recovery-image] Jul 29 16:02:03.397 INFO O| Jul 29 16:02:03.397 INFO STEP 74 (remove_files) COMPLETE
55102026-07-29T16:02:04.603Z[ recovery-image] Jul 29 16:02:03.397 INFO O| Jul 29 16:02:03.397 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-07-29T16:02:04.611Z[ recovery-image] Jul 29 16:02:03.406 INFO O| Jul 29 16:02:03.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55122026-07-29T16:02:04.611Z[ recovery-image] Jul 29 16:02:03.406 INFO O| Jul 29 16:02:03.406 INFO STEP 75 (remove_files) COMPLETE
55132026-07-29T16:02:04.614Z[ recovery-image] Jul 29 16:02:03.406 INFO O| Jul 29 16:02:03.406 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-07-29T16:02:04.621Z[ recovery-image] Jul 29 16:02:03.416 INFO O| Jul 29 16:02:03.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55152026-07-29T16:02:04.621Z[ recovery-image] Jul 29 16:02:03.416 INFO O| Jul 29 16:02:03.416 INFO STEP 76 (remove_files) COMPLETE
55162026-07-29T16:02:04.624Z[ recovery-image] Jul 29 16:02:03.416 INFO O| Jul 29 16:02:03.416 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-07-29T16:02:04.631Z[ recovery-image] Jul 29 16:02:03.426 INFO O| Jul 29 16:02:03.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55182026-07-29T16:02:04.631Z[ recovery-image] Jul 29 16:02:03.426 INFO O| Jul 29 16:02:03.426 INFO STEP 77 (remove_files) COMPLETE
55192026-07-29T16:02:04.634Z[ recovery-image] Jul 29 16:02:03.426 INFO O| Jul 29 16:02:03.426 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-07-29T16:02:04.640Z[ recovery-image] Jul 29 16:02:03.435 INFO O| Jul 29 16:02:03.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55212026-07-29T16:02:04.640Z[ recovery-image] Jul 29 16:02:03.435 INFO O| Jul 29 16:02:03.435 INFO STEP 78 (remove_files) COMPLETE
55222026-07-29T16:02:04.643Z[ recovery-image] Jul 29 16:02:03.435 INFO O| Jul 29 16:02:03.435 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-07-29T16:02:04.650Z[ recovery-image] Jul 29 16:02:03.445 INFO O| Jul 29 16:02:03.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55242026-07-29T16:02:04.650Z[ recovery-image] Jul 29 16:02:03.445 INFO O| Jul 29 16:02:03.445 INFO STEP 79 (remove_files) COMPLETE
55252026-07-29T16:02:04.653Z[ recovery-image] Jul 29 16:02:03.445 INFO O| Jul 29 16:02:03.445 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-07-29T16:02:04.658Z[verify-libraries] Compiling seq-macro v0.3.6
55272026-07-29T16:02:04.661Z[ recovery-image] Jul 29 16:02:03.453 INFO O| Jul 29 16:02:03.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55282026-07-29T16:02:04.661Z[ recovery-image] Jul 29 16:02:03.453 INFO O| Jul 29 16:02:03.453 INFO STEP 80 (remove_files) COMPLETE
55292026-07-29T16:02:04.661Z[ recovery-image] Jul 29 16:02:03.453 INFO O| Jul 29 16:02:03.453 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-07-29T16:02:04.667Z[ recovery-image] Jul 29 16:02:03.462 INFO O| Jul 29 16:02:03.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55312026-07-29T16:02:04.667Z[ recovery-image] Jul 29 16:02:03.462 INFO O| Jul 29 16:02:03.462 INFO STEP 81 (remove_files) COMPLETE
55322026-07-29T16:02:04.670Z[ recovery-image] Jul 29 16:02:03.462 INFO O| Jul 29 16:02:03.462 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-07-29T16:02:04.676Z[ recovery-image] Jul 29 16:02:03.471 INFO O| Jul 29 16:02:03.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55342026-07-29T16:02:04.677Z[ recovery-image] Jul 29 16:02:03.471 INFO O| Jul 29 16:02:03.471 INFO STEP 82 (remove_files) COMPLETE
55352026-07-29T16:02:04.679Z[ recovery-image] Jul 29 16:02:03.471 INFO O| Jul 29 16:02:03.471 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-07-29T16:02:04.684Z[ recovery-image] Jul 29 16:02:03.479 INFO O| Jul 29 16:02:03.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55372026-07-29T16:02:04.684Z[ recovery-image] Jul 29 16:02:03.479 INFO O| Jul 29 16:02:03.479 INFO STEP 83 (remove_files) COMPLETE
55382026-07-29T16:02:04.684Z[ recovery-image] Jul 29 16:02:03.479 INFO O| Jul 29 16:02:03.479 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-07-29T16:02:04.692Z[ recovery-image] Jul 29 16:02:03.487 INFO O| Jul 29 16:02:03.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55402026-07-29T16:02:04.696Z[ recovery-image] Jul 29 16:02:03.488 INFO O| Jul 29 16:02:03.488 INFO STEP 84 (remove_files) COMPLETE
55412026-07-29T16:02:04.696Z[ recovery-image] Jul 29 16:02:03.488 INFO O| Jul 29 16:02:03.488 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-07-29T16:02:04.702Z[ recovery-image] Jul 29 16:02:03.497 INFO O| Jul 29 16:02:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55432026-07-29T16:02:04.703Z[ recovery-image] Jul 29 16:02:03.497 INFO O| Jul 29 16:02:03.497 INFO STEP 85 (remove_files) COMPLETE
55442026-07-29T16:02:04.706Z[ recovery-image] Jul 29 16:02:03.497 INFO O| Jul 29 16:02:03.497 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-07-29T16:02:04.712Z[ recovery-image] Jul 29 16:02:03.507 INFO O| Jul 29 16:02:03.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55462026-07-29T16:02:04.712Z[ recovery-image] Jul 29 16:02:03.507 INFO O| Jul 29 16:02:03.507 INFO STEP 86 (remove_files) COMPLETE
55472026-07-29T16:02:04.712Z[ recovery-image] Jul 29 16:02:03.507 INFO O| Jul 29 16:02:03.507 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-07-29T16:02:04.720Z[ recovery-image] Jul 29 16:02:03.515 INFO O| Jul 29 16:02:03.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55492026-07-29T16:02:04.720Z[ recovery-image] Jul 29 16:02:03.515 INFO O| Jul 29 16:02:03.515 INFO STEP 87 (remove_files) COMPLETE
55502026-07-29T16:02:04.723Z[ recovery-image] Jul 29 16:02:03.515 INFO O| Jul 29 16:02:03.515 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-07-29T16:02:04.723Z[verify-libraries] Compiling hex-literal v1.1.0
55522026-07-29T16:02:04.727Z[ recovery-image] Jul 29 16:02:03.522 INFO O| Jul 29 16:02:03.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55532026-07-29T16:02:04.727Z[ recovery-image] Jul 29 16:02:03.522 INFO O| Jul 29 16:02:03.522 INFO STEP 88 (remove_files) COMPLETE
55542026-07-29T16:02:04.731Z[ recovery-image] Jul 29 16:02:03.522 INFO O| Jul 29 16:02:03.522 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-29T16:02:04.737Z[ recovery-image] Jul 29 16:02:03.532 INFO O| Jul 29 16:02:03.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55562026-07-29T16:02:04.745Z[ recovery-image] Jul 29 16:02:03.535 INFO O| Jul 29 16:02:03.535 INFO STEP 89 (remove_files) COMPLETE
55572026-07-29T16:02:04.745Z[ recovery-image] Jul 29 16:02:03.535 INFO O| Jul 29 16:02:03.535 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-29T16:02:04.754Z[ recovery-image] Jul 29 16:02:03.545 INFO O| Jul 29 16:02:03.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55592026-07-29T16:02:04.755Z[ recovery-image] Jul 29 16:02:03.545 INFO O| Jul 29 16:02:03.545 INFO STEP 90 (remove_files) COMPLETE
55602026-07-29T16:02:04.755Z[ recovery-image] Jul 29 16:02:03.545 INFO O| Jul 29 16:02:03.545 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-07-29T16:02:04.759Z[ recovery-image] Jul 29 16:02:03.553 INFO O| Jul 29 16:02:03.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55622026-07-29T16:02:04.759Z[ recovery-image] Jul 29 16:02:03.553 INFO O| Jul 29 16:02:03.553 INFO STEP 91 (remove_files) COMPLETE
55632026-07-29T16:02:04.764Z[ recovery-image] Jul 29 16:02:03.553 INFO O| Jul 29 16:02:03.553 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-07-29T16:02:04.769Z[ recovery-image] Jul 29 16:02:03.562 INFO O| Jul 29 16:02:03.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55652026-07-29T16:02:04.769Z[ recovery-image] Jul 29 16:02:03.562 INFO O| Jul 29 16:02:03.562 INFO STEP 92 (remove_files) COMPLETE
55662026-07-29T16:02:04.769Z[ recovery-image] Jul 29 16:02:03.562 INFO O| Jul 29 16:02:03.562 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-07-29T16:02:04.774Z[ recovery-image] Jul 29 16:02:03.569 INFO O| Jul 29 16:02:03.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55682026-07-29T16:02:04.774Z[ recovery-image] Jul 29 16:02:03.569 INFO O| Jul 29 16:02:03.569 INFO STEP 93 (remove_files) COMPLETE
55692026-07-29T16:02:04.774Z[ recovery-image] Jul 29 16:02:03.569 INFO O| Jul 29 16:02:03.569 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-07-29T16:02:04.781Z[ recovery-image] Jul 29 16:02:03.576 INFO O| Jul 29 16:02:03.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55712026-07-29T16:02:04.785Z[ recovery-image] Jul 29 16:02:03.577 INFO O| Jul 29 16:02:03.577 INFO STEP 94 (remove_files) COMPLETE
55722026-07-29T16:02:04.785Z[ recovery-image] Jul 29 16:02:03.577 INFO O| Jul 29 16:02:03.577 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-07-29T16:02:04.789Z[ recovery-image] Jul 29 16:02:03.584 INFO O| Jul 29 16:02:03.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55742026-07-29T16:02:04.789Z[ recovery-image] Jul 29 16:02:03.584 INFO O| Jul 29 16:02:03.584 INFO STEP 95 (remove_files) COMPLETE
55752026-07-29T16:02:04.793Z[ recovery-image] Jul 29 16:02:03.584 INFO O| Jul 29 16:02:03.584 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-07-29T16:02:04.797Z[ recovery-image] Jul 29 16:02:03.592 INFO O| Jul 29 16:02:03.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55772026-07-29T16:02:04.797Z[ recovery-image] Jul 29 16:02:03.592 INFO O| Jul 29 16:02:03.592 INFO STEP 96 (remove_files) COMPLETE
55782026-07-29T16:02:04.797Z[ recovery-image] Jul 29 16:02:03.592 INFO O| Jul 29 16:02:03.592 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-07-29T16:02:04.805Z[ recovery-image] Jul 29 16:02:03.600 INFO O| Jul 29 16:02:03.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55802026-07-29T16:02:04.808Z[ recovery-image] Jul 29 16:02:03.601 INFO O| Jul 29 16:02:03.601 INFO STEP 97 (remove_files) COMPLETE
55812026-07-29T16:02:04.808Z[ recovery-image] Jul 29 16:02:03.601 INFO O| Jul 29 16:02:03.601 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-07-29T16:02:04.814Z[ recovery-image] Jul 29 16:02:03.609 INFO O| Jul 29 16:02:03.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55832026-07-29T16:02:04.814Z[ recovery-image] Jul 29 16:02:03.609 INFO O| Jul 29 16:02:03.609 INFO STEP 98 (remove_files) COMPLETE
55842026-07-29T16:02:04.817Z[ recovery-image] Jul 29 16:02:03.609 INFO O| Jul 29 16:02:03.609 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-07-29T16:02:04.822Z[ recovery-image] Jul 29 16:02:03.617 INFO O| Jul 29 16:02:03.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55862026-07-29T16:02:04.822Z[ recovery-image] Jul 29 16:02:03.617 INFO O| Jul 29 16:02:03.617 INFO STEP 99 (remove_files) COMPLETE
55872026-07-29T16:02:04.825Z[ recovery-image] Jul 29 16:02:03.617 INFO O| Jul 29 16:02:03.617 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-07-29T16:02:04.829Z[ recovery-image] Jul 29 16:02:03.624 INFO O| Jul 29 16:02:03.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55892026-07-29T16:02:04.832Z[ recovery-image] Jul 29 16:02:03.624 INFO O| Jul 29 16:02:03.624 INFO STEP 100 (remove_files) COMPLETE
55902026-07-29T16:02:04.832Z[ recovery-image] Jul 29 16:02:03.624 INFO O| Jul 29 16:02:03.624 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-07-29T16:02:04.849Z[ recovery-image] Jul 29 16:02:03.644 INFO O| Jul 29 16:02:03.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55922026-07-29T16:02:04.849Z[ recovery-image] Jul 29 16:02:03.644 INFO O| Jul 29 16:02:03.644 INFO STEP 101 (remove_files) COMPLETE
55932026-07-29T16:02:04.849Z[ recovery-image] Jul 29 16:02:03.644 INFO O| Jul 29 16:02:03.644 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-07-29T16:02:04.860Z[ recovery-image] Jul 29 16:02:03.655 INFO O| Jul 29 16:02:03.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55952026-07-29T16:02:04.860Z[ recovery-image] Jul 29 16:02:03.655 INFO O| Jul 29 16:02:03.655 INFO STEP 102 (remove_files) COMPLETE
55962026-07-29T16:02:04.860Z[ recovery-image] Jul 29 16:02:03.655 INFO O| Jul 29 16:02:03.655 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-07-29T16:02:04.870Z[ recovery-image] Jul 29 16:02:03.664 INFO O| Jul 29 16:02:03.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55982026-07-29T16:02:04.870Z[ recovery-image] Jul 29 16:02:03.664 INFO O| Jul 29 16:02:03.664 INFO STEP 103 (remove_files) COMPLETE
55992026-07-29T16:02:04.870Z[ recovery-image] Jul 29 16:02:03.664 INFO O| Jul 29 16:02:03.664 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-07-29T16:02:04.887Z[ recovery-image] Jul 29 16:02:03.674 INFO O| Jul 29 16:02:03.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56012026-07-29T16:02:04.887Z[ recovery-image] Jul 29 16:02:03.674 INFO O| Jul 29 16:02:03.674 INFO STEP 104 (remove_files) COMPLETE
56022026-07-29T16:02:04.890Z[ recovery-image] Jul 29 16:02:03.674 INFO O| Jul 29 16:02:03.674 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-07-29T16:02:04.890Z[ recovery-image] Jul 29 16:02:03.683 INFO O| Jul 29 16:02:03.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56042026-07-29T16:02:04.890Z[ recovery-image] Jul 29 16:02:03.683 INFO O| Jul 29 16:02:03.683 INFO STEP 105 (remove_files) COMPLETE
56052026-07-29T16:02:04.890Z[ recovery-image] Jul 29 16:02:03.683 INFO O| Jul 29 16:02:03.683 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-07-29T16:02:04.897Z[ recovery-image] Jul 29 16:02:03.692 INFO O| Jul 29 16:02:03.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56072026-07-29T16:02:04.897Z[ recovery-image] Jul 29 16:02:03.692 INFO O| Jul 29 16:02:03.692 INFO STEP 106 (remove_files) COMPLETE
56082026-07-29T16:02:04.900Z[ recovery-image] Jul 29 16:02:03.692 INFO O| Jul 29 16:02:03.692 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-07-29T16:02:04.905Z[ recovery-image] Jul 29 16:02:03.700 INFO O| Jul 29 16:02:03.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56102026-07-29T16:02:04.905Z[ recovery-image] Jul 29 16:02:03.700 INFO O| Jul 29 16:02:03.700 INFO STEP 107 (remove_files) COMPLETE
56112026-07-29T16:02:04.908Z[ recovery-image] Jul 29 16:02:03.700 INFO O| Jul 29 16:02:03.700 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-07-29T16:02:04.912Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56132026-07-29T16:02:04.915Z[ recovery-image] Jul 29 16:02:03.709 INFO O| Jul 29 16:02:03.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56142026-07-29T16:02:04.915Z[ recovery-image] Jul 29 16:02:03.709 INFO O| Jul 29 16:02:03.709 INFO STEP 108 (remove_files) COMPLETE
56152026-07-29T16:02:04.915Z[ recovery-image] Jul 29 16:02:03.709 INFO O| Jul 29 16:02:03.709 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-07-29T16:02:04.923Z[ recovery-image] Jul 29 16:02:03.718 INFO O| Jul 29 16:02:03.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56172026-07-29T16:02:04.989Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56182026-07-29T16:02:04.993Z[ recovery-image] Jul 29 16:02:03.784 INFO O| Jul 29 16:02:03.784 INFO STEP 109 (remove_files) COMPLETE
56192026-07-29T16:02:04.993Z[ recovery-image] Jul 29 16:02:03.784 INFO O| Jul 29 16:02:03.784 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-29T16:02:05.007Z[ recovery-image] Jul 29 16:02:03.794 INFO O| Jul 29 16:02:03.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56212026-07-29T16:02:05.007Z[ recovery-image] Jul 29 16:02:03.794 INFO O| Jul 29 16:02:03.794 INFO STEP 110 (remove_files) COMPLETE
56222026-07-29T16:02:05.007Z[ recovery-image] Jul 29 16:02:03.794 INFO O| Jul 29 16:02:03.794 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-29T16:02:05.010Z[ recovery-image] Jul 29 16:02:03.802 INFO O| Jul 29 16:02:03.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56242026-07-29T16:02:05.011Z[ recovery-image] Jul 29 16:02:03.802 INFO O| Jul 29 16:02:03.802 INFO STEP 111 (remove_files) COMPLETE
56252026-07-29T16:02:05.011Z[ recovery-image] Jul 29 16:02:03.802 INFO O| Jul 29 16:02:03.802 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-07-29T16:02:05.015Z[ recovery-image] Jul 29 16:02:03.810 INFO O| Jul 29 16:02:03.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56272026-07-29T16:02:05.015Z[ recovery-image] Jul 29 16:02:03.810 INFO O| Jul 29 16:02:03.810 INFO STEP 112 (remove_files) COMPLETE
56282026-07-29T16:02:05.019Z[ recovery-image] Jul 29 16:02:03.810 INFO O| Jul 29 16:02:03.810 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-07-29T16:02:05.026Z[ recovery-image] Jul 29 16:02:03.817 INFO O| Jul 29 16:02:03.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56302026-07-29T16:02:05.026Z[ recovery-image] Jul 29 16:02:03.817 INFO O| Jul 29 16:02:03.817 INFO STEP 113 (remove_files) COMPLETE
56312026-07-29T16:02:05.026Z[ recovery-image] Jul 29 16:02:03.817 INFO O| Jul 29 16:02:03.817 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-07-29T16:02:05.031Z[ recovery-image] Jul 29 16:02:03.824 INFO O| Jul 29 16:02:03.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56332026-07-29T16:02:05.031Z[ recovery-image] Jul 29 16:02:03.824 INFO O| Jul 29 16:02:03.824 INFO STEP 114 (remove_files) COMPLETE
56342026-07-29T16:02:05.031Z[ recovery-image] Jul 29 16:02:03.824 INFO O| Jul 29 16:02:03.824 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-07-29T16:02:05.041Z[ recovery-image] Jul 29 16:02:03.836 INFO O| Jul 29 16:02:03.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56362026-07-29T16:02:05.041Z[ recovery-image] Jul 29 16:02:03.836 INFO O| Jul 29 16:02:03.836 INFO STEP 115 (remove_files) COMPLETE
56372026-07-29T16:02:05.041Z[ recovery-image] Jul 29 16:02:03.836 INFO O| Jul 29 16:02:03.836 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-07-29T16:02:05.050Z[ recovery-image] Jul 29 16:02:03.845 INFO O| Jul 29 16:02:03.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56392026-07-29T16:02:05.050Z[ recovery-image] Jul 29 16:02:03.845 INFO O| Jul 29 16:02:03.845 INFO STEP 116 (remove_files) COMPLETE
56402026-07-29T16:02:05.050Z[ recovery-image] Jul 29 16:02:03.845 INFO O| Jul 29 16:02:03.845 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-07-29T16:02:05.058Z[ recovery-image] Jul 29 16:02:03.853 INFO O| Jul 29 16:02:03.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56422026-07-29T16:02:05.059Z[ recovery-image] Jul 29 16:02:03.853 INFO O| Jul 29 16:02:03.853 INFO STEP 117 (remove_files) COMPLETE
56432026-07-29T16:02:05.062Z[ recovery-image] Jul 29 16:02:03.853 INFO O| Jul 29 16:02:03.853 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-07-29T16:02:05.066Z[ recovery-image] Jul 29 16:02:03.861 INFO O| Jul 29 16:02:03.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56452026-07-29T16:02:05.066Z[ recovery-image] Jul 29 16:02:03.861 INFO O| Jul 29 16:02:03.861 INFO STEP 118 (remove_files) COMPLETE
56462026-07-29T16:02:05.066Z[ recovery-image] Jul 29 16:02:03.861 INFO O| Jul 29 16:02:03.861 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-07-29T16:02:05.075Z[ recovery-image] Jul 29 16:02:03.870 INFO O| Jul 29 16:02:03.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56482026-07-29T16:02:05.076Z[ recovery-image] Jul 29 16:02:03.870 INFO O| Jul 29 16:02:03.870 INFO STEP 119 (remove_files) COMPLETE
56492026-07-29T16:02:05.079Z[ recovery-image] Jul 29 16:02:03.870 INFO O| Jul 29 16:02:03.870 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-29T16:02:05.083Z[ recovery-image] Jul 29 16:02:03.878 INFO O| Jul 29 16:02:03.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56512026-07-29T16:02:05.083Z[ recovery-image] Jul 29 16:02:03.878 INFO O| Jul 29 16:02:03.878 INFO STEP 120 (remove_files) COMPLETE
56522026-07-29T16:02:05.086Z[ recovery-image] Jul 29 16:02:03.878 INFO O| Jul 29 16:02:03.878 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-29T16:02:05.100Z[ recovery-image] Jul 29 16:02:03.895 INFO O| Jul 29 16:02:03.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56542026-07-29T16:02:05.106Z[ recovery-image] Jul 29 16:02:03.900 INFO O| Jul 29 16:02:03.899 INFO STEP 121 (remove_files) COMPLETE
56552026-07-29T16:02:05.110Z[ recovery-image] Jul 29 16:02:03.900 INFO O| Jul 29 16:02:03.899 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-29T16:02:05.119Z[ recovery-image] Jul 29 16:02:03.914 INFO O| Jul 29 16:02:03.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56572026-07-29T16:02:05.119Z[ recovery-image] Jul 29 16:02:03.914 INFO O| Jul 29 16:02:03.914 INFO STEP 122 (remove_files) COMPLETE
56582026-07-29T16:02:05.122Z[ recovery-image] Jul 29 16:02:03.914 INFO O| Jul 29 16:02:03.914 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-29T16:02:05.150Z[ recovery-image] Jul 29 16:02:03.945 INFO O| Jul 29 16:02:03.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56602026-07-29T16:02:05.150Z[ recovery-image] Jul 29 16:02:03.945 INFO O| Jul 29 16:02:03.945 INFO STEP 123 (remove_files) COMPLETE
56612026-07-29T16:02:05.150Z[ recovery-image] Jul 29 16:02:03.945 INFO O| Jul 29 16:02:03.945 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-29T16:02:05.154Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56632026-07-29T16:02:05.161Z[ recovery-image] Jul 29 16:02:03.956 INFO O| Jul 29 16:02:03.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56642026-07-29T16:02:05.161Z[ recovery-image] Jul 29 16:02:03.956 INFO O| Jul 29 16:02:03.956 INFO STEP 124 (remove_files) COMPLETE
56652026-07-29T16:02:05.161Z[ recovery-image] Jul 29 16:02:03.956 INFO O| Jul 29 16:02:03.956 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-29T16:02:05.173Z[ recovery-image] Jul 29 16:02:03.966 INFO O| Jul 29 16:02:03.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56672026-07-29T16:02:05.173Z[ recovery-image] Jul 29 16:02:03.966 INFO O| Jul 29 16:02:03.966 INFO STEP 125 (remove_files) COMPLETE
56682026-07-29T16:02:05.173Z[ recovery-image] Jul 29 16:02:03.966 INFO O| Jul 29 16:02:03.966 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-29T16:02:05.195Z[ recovery-image] Jul 29 16:02:03.989 INFO O| Jul 29 16:02:03.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56702026-07-29T16:02:05.195Z[ recovery-image] Jul 29 16:02:03.989 INFO O| Jul 29 16:02:03.989 INFO STEP 126 (remove_files) COMPLETE
56712026-07-29T16:02:05.195Z[ recovery-image] Jul 29 16:02:03.989 INFO O| Jul 29 16:02:03.989 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-29T16:02:05.205Z[ recovery-image] Jul 29 16:02:04.000 INFO O| Jul 29 16:02:03.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56732026-07-29T16:02:05.208Z[ recovery-image] Jul 29 16:02:04.000 INFO O| Jul 29 16:02:04.000 INFO STEP 127 (remove_files) COMPLETE
56742026-07-29T16:02:05.208Z[ recovery-image] Jul 29 16:02:04.000 INFO O| Jul 29 16:02:04.000 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-29T16:02:05.220Z[ recovery-image] Jul 29 16:02:04.015 INFO O| Jul 29 16:02:04.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56762026-07-29T16:02:05.220Z[ recovery-image] Jul 29 16:02:04.015 INFO O| Jul 29 16:02:04.015 INFO STEP 128 (remove_files) COMPLETE
56772026-07-29T16:02:05.224Z[ recovery-image] Jul 29 16:02:04.015 INFO O| Jul 29 16:02:04.015 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-29T16:02:05.230Z[ recovery-image] Jul 29 16:02:04.025 INFO O| Jul 29 16:02:04.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56792026-07-29T16:02:05.230Z[ recovery-image] Jul 29 16:02:04.025 INFO O| Jul 29 16:02:04.025 INFO STEP 129 (remove_files) COMPLETE
56802026-07-29T16:02:05.230Z[ recovery-image] Jul 29 16:02:04.025 INFO O| Jul 29 16:02:04.025 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-29T16:02:05.239Z[ recovery-image] Jul 29 16:02:04.034 INFO O| Jul 29 16:02:04.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56822026-07-29T16:02:05.274Z[ recovery-image] Jul 29 16:02:04.064 INFO O| Jul 29 16:02:04.056 INFO STEP 130 (remove_files) COMPLETE
56832026-07-29T16:02:05.275Z[ recovery-image] Jul 29 16:02:04.064 INFO O| Jul 29 16:02:04.056 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-29T16:02:05.278Z[ recovery-image] Jul 29 16:02:04.066 INFO O| Jul 29 16:02:04.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56852026-07-29T16:02:05.278Z[ recovery-image] Jul 29 16:02:04.066 INFO O| Jul 29 16:02:04.066 INFO STEP 131 (remove_files) COMPLETE
56862026-07-29T16:02:05.278Z[ recovery-image] Jul 29 16:02:04.066 INFO O| Jul 29 16:02:04.066 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-29T16:02:05.282Z[ recovery-image] Jul 29 16:02:04.076 INFO O| Jul 29 16:02:04.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56882026-07-29T16:02:05.282Z[ recovery-image] Jul 29 16:02:04.076 INFO O| Jul 29 16:02:04.076 INFO STEP 132 (remove_files) COMPLETE
56892026-07-29T16:02:05.282Z[ recovery-image] Jul 29 16:02:04.076 INFO O| Jul 29 16:02:04.076 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-29T16:02:05.297Z[ recovery-image] Jul 29 16:02:04.091 INFO O| Jul 29 16:02:04.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56912026-07-29T16:02:05.297Z[ recovery-image] Jul 29 16:02:04.091 INFO O| Jul 29 16:02:04.091 INFO STEP 133 (remove_files) COMPLETE
56922026-07-29T16:02:05.297Z[ recovery-image] Jul 29 16:02:04.091 INFO O| Jul 29 16:02:04.091 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-29T16:02:05.306Z[ recovery-image] Jul 29 16:02:04.101 INFO O| Jul 29 16:02:04.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56942026-07-29T16:02:05.312Z[ recovery-image] Jul 29 16:02:04.104 INFO O| Jul 29 16:02:04.104 INFO STEP 134 (remove_files) COMPLETE
56952026-07-29T16:02:05.312Z[ recovery-image] Jul 29 16:02:04.104 INFO O| Jul 29 16:02:04.104 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-29T16:02:05.316Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
56972026-07-29T16:02:05.319Z[ recovery-image] Jul 29 16:02:04.114 INFO O| Jul 29 16:02:04.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56982026-07-29T16:02:05.323Z[ recovery-image] Jul 29 16:02:04.115 INFO O| Jul 29 16:02:04.115 INFO STEP 135 (remove_files) COMPLETE
56992026-07-29T16:02:05.323Z[ recovery-image] Jul 29 16:02:04.115 INFO O| Jul 29 16:02:04.115 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-07-29T16:02:05.330Z[ recovery-image] Jul 29 16:02:04.125 INFO O| Jul 29 16:02:04.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57012026-07-29T16:02:05.330Z[ recovery-image] Jul 29 16:02:04.125 INFO O| Jul 29 16:02:04.125 INFO STEP 136 (remove_files) COMPLETE
57022026-07-29T16:02:05.334Z[ recovery-image] Jul 29 16:02:04.125 INFO O| Jul 29 16:02:04.125 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-07-29T16:02:05.340Z[ recovery-image] Jul 29 16:02:04.135 INFO O| Jul 29 16:02:04.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57042026-07-29T16:02:05.340Z[ recovery-image] Jul 29 16:02:04.135 INFO O| Jul 29 16:02:04.135 INFO STEP 137 (remove_files) COMPLETE
57052026-07-29T16:02:05.340Z[ recovery-image] Jul 29 16:02:04.135 INFO O| Jul 29 16:02:04.135 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-07-29T16:02:05.351Z[ recovery-image] Jul 29 16:02:04.145 INFO O| Jul 29 16:02:04.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57072026-07-29T16:02:05.351Z[ recovery-image] Jul 29 16:02:04.145 INFO O| Jul 29 16:02:04.145 INFO STEP 138 (remove_files) COMPLETE
57082026-07-29T16:02:05.355Z[ recovery-image] Jul 29 16:02:04.145 INFO O| Jul 29 16:02:04.145 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-07-29T16:02:05.359Z[ recovery-image] Jul 29 16:02:04.154 INFO O| Jul 29 16:02:04.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57102026-07-29T16:02:05.359Z[ recovery-image] Jul 29 16:02:04.154 INFO O| Jul 29 16:02:04.154 INFO STEP 139 (remove_files) COMPLETE
57112026-07-29T16:02:05.362Z[ recovery-image] Jul 29 16:02:04.154 INFO O| Jul 29 16:02:04.154 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-07-29T16:02:05.367Z[ recovery-image] Jul 29 16:02:04.162 INFO O| Jul 29 16:02:04.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57132026-07-29T16:02:05.367Z[ recovery-image] Jul 29 16:02:04.162 INFO O| Jul 29 16:02:04.162 INFO STEP 140 (remove_files) COMPLETE
57142026-07-29T16:02:05.370Z[ recovery-image] Jul 29 16:02:04.162 INFO O| Jul 29 16:02:04.162 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-07-29T16:02:05.376Z[ recovery-image] Jul 29 16:02:04.170 INFO O| Jul 29 16:02:04.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57162026-07-29T16:02:05.376Z[ recovery-image] Jul 29 16:02:04.171 INFO O| Jul 29 16:02:04.171 INFO STEP 141 (remove_files) COMPLETE
57172026-07-29T16:02:05.376Z[ recovery-image] Jul 29 16:02:04.171 INFO O| Jul 29 16:02:04.171 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-07-29T16:02:05.379Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
57192026-07-29T16:02:05.386Z[ recovery-image] Jul 29 16:02:04.181 INFO O| Jul 29 16:02:04.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57202026-07-29T16:02:05.386Z[ recovery-image] Jul 29 16:02:04.181 INFO O| Jul 29 16:02:04.181 INFO STEP 142 (remove_files) COMPLETE
57212026-07-29T16:02:05.386Z[ recovery-image] Jul 29 16:02:04.181 INFO O| Jul 29 16:02:04.181 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-07-29T16:02:05.395Z[ recovery-image] Jul 29 16:02:04.190 INFO O| Jul 29 16:02:04.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57232026-07-29T16:02:05.395Z[ recovery-image] Jul 29 16:02:04.190 INFO O| Jul 29 16:02:04.190 INFO STEP 143 (remove_files) COMPLETE
57242026-07-29T16:02:05.398Z[ recovery-image] Jul 29 16:02:04.190 INFO O| Jul 29 16:02:04.190 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-07-29T16:02:05.403Z[ recovery-image] Jul 29 16:02:04.198 INFO O| Jul 29 16:02:04.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57262026-07-29T16:02:05.404Z[ recovery-image] Jul 29 16:02:04.198 INFO O| Jul 29 16:02:04.198 INFO STEP 144 (remove_files) COMPLETE
57272026-07-29T16:02:05.407Z[ recovery-image] Jul 29 16:02:04.198 INFO O| Jul 29 16:02:04.198 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-07-29T16:02:05.427Z[ recovery-image] Jul 29 16:02:04.207 INFO O| Jul 29 16:02:04.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57292026-07-29T16:02:05.430Z[ recovery-image] Jul 29 16:02:04.207 INFO O| Jul 29 16:02:04.207 INFO STEP 145 (remove_files) COMPLETE
57302026-07-29T16:02:05.431Z[ recovery-image] Jul 29 16:02:04.207 INFO O| Jul 29 16:02:04.207 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-07-29T16:02:05.431Z[ recovery-image] Jul 29 16:02:04.215 INFO O| Jul 29 16:02:04.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57322026-07-29T16:02:05.431Z[ recovery-image] Jul 29 16:02:04.215 INFO O| Jul 29 16:02:04.215 INFO STEP 146 (remove_files) COMPLETE
57332026-07-29T16:02:05.431Z[ recovery-image] Jul 29 16:02:04.215 INFO O| Jul 29 16:02:04.215 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-07-29T16:02:05.431Z[ recovery-image] Jul 29 16:02:04.224 INFO O| Jul 29 16:02:04.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57352026-07-29T16:02:05.431Z[ recovery-image] Jul 29 16:02:04.224 INFO O| Jul 29 16:02:04.224 INFO STEP 147 (remove_files) COMPLETE
57362026-07-29T16:02:05.431Z[ recovery-image] Jul 29 16:02:04.224 INFO O| Jul 29 16:02:04.224 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-29T16:02:05.439Z[ recovery-image] Jul 29 16:02:04.234 INFO O| Jul 29 16:02:04.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57382026-07-29T16:02:05.443Z[ recovery-image] Jul 29 16:02:04.234 INFO O| Jul 29 16:02:04.234 INFO STEP 148 (remove_files) COMPLETE
57392026-07-29T16:02:05.443Z[ recovery-image] Jul 29 16:02:04.234 INFO O| Jul 29 16:02:04.234 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-29T16:02:05.449Z[ recovery-image] Jul 29 16:02:04.244 INFO O| Jul 29 16:02:04.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57412026-07-29T16:02:05.449Z[ recovery-image] Jul 29 16:02:04.244 INFO O| Jul 29 16:02:04.244 INFO STEP 149 (remove_files) COMPLETE
57422026-07-29T16:02:05.449Z[ recovery-image] Jul 29 16:02:04.244 INFO O| Jul 29 16:02:04.244 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-29T16:02:05.459Z[ recovery-image] Jul 29 16:02:04.253 INFO O| Jul 29 16:02:04.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57442026-07-29T16:02:05.459Z[ recovery-image] Jul 29 16:02:04.253 INFO O| Jul 29 16:02:04.253 INFO STEP 150 (remove_files) COMPLETE
57452026-07-29T16:02:05.459Z[ recovery-image] Jul 29 16:02:04.253 INFO O| Jul 29 16:02:04.253 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-29T16:02:05.468Z[ recovery-image] Jul 29 16:02:04.263 INFO O| Jul 29 16:02:04.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57472026-07-29T16:02:05.468Z[ recovery-image] Jul 29 16:02:04.263 INFO O| Jul 29 16:02:04.263 INFO STEP 151 (remove_files) COMPLETE
57482026-07-29T16:02:05.468Z[ recovery-image] Jul 29 16:02:04.263 INFO O| Jul 29 16:02:04.263 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-29T16:02:05.478Z[ recovery-image] Jul 29 16:02:04.272 INFO O| Jul 29 16:02:04.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57502026-07-29T16:02:05.478Z[ recovery-image] Jul 29 16:02:04.272 INFO O| Jul 29 16:02:04.272 INFO STEP 152 (remove_files) COMPLETE
57512026-07-29T16:02:05.478Z[ recovery-image] Jul 29 16:02:04.272 INFO O| Jul 29 16:02:04.272 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-07-29T16:02:05.486Z[ recovery-image] Jul 29 16:02:04.281 INFO O| Jul 29 16:02:04.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57532026-07-29T16:02:05.486Z[ recovery-image] Jul 29 16:02:04.281 INFO O| Jul 29 16:02:04.281 INFO STEP 153 (remove_files) COMPLETE
57542026-07-29T16:02:05.490Z[ recovery-image] Jul 29 16:02:04.281 INFO O| Jul 29 16:02:04.281 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-07-29T16:02:05.496Z[ recovery-image] Jul 29 16:02:04.291 INFO O| Jul 29 16:02:04.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57562026-07-29T16:02:05.496Z[ recovery-image] Jul 29 16:02:04.291 INFO O| Jul 29 16:02:04.291 INFO STEP 154 (remove_files) COMPLETE
57572026-07-29T16:02:05.500Z[ recovery-image] Jul 29 16:02:04.291 INFO O| Jul 29 16:02:04.291 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-07-29T16:02:05.506Z[ recovery-image] Jul 29 16:02:04.301 INFO O| Jul 29 16:02:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57592026-07-29T16:02:05.506Z[ recovery-image] Jul 29 16:02:04.301 INFO O| Jul 29 16:02:04.301 INFO STEP 155 (remove_files) COMPLETE
57602026-07-29T16:02:05.506Z[ recovery-image] Jul 29 16:02:04.301 INFO O| Jul 29 16:02:04.301 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-07-29T16:02:05.516Z[ recovery-image] Jul 29 16:02:04.310 INFO O| Jul 29 16:02:04.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57622026-07-29T16:02:05.516Z[ recovery-image] Jul 29 16:02:04.310 INFO O| Jul 29 16:02:04.310 INFO STEP 156 (remove_files) COMPLETE
57632026-07-29T16:02:05.516Z[ recovery-image] Jul 29 16:02:04.310 INFO O| Jul 29 16:02:04.310 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-29T16:02:05.525Z[ recovery-image] Jul 29 16:02:04.319 INFO O| Jul 29 16:02:04.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57652026-07-29T16:02:05.525Z[ recovery-image] Jul 29 16:02:04.320 INFO O| Jul 29 16:02:04.320 INFO STEP 157 (remove_files) COMPLETE
57662026-07-29T16:02:05.525Z[ recovery-image] Jul 29 16:02:04.320 INFO O| Jul 29 16:02:04.320 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-07-29T16:02:05.536Z[verify-libraries] Compiling russh v0.62.4
57682026-07-29T16:02:05.536Z[ recovery-image] Jul 29 16:02:04.329 INFO O| Jul 29 16:02:04.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57692026-07-29T16:02:05.536Z[ recovery-image] Jul 29 16:02:04.329 INFO O| Jul 29 16:02:04.329 INFO STEP 158 (remove_files) COMPLETE
57702026-07-29T16:02:05.536Z[ recovery-image] Jul 29 16:02:04.329 INFO O| Jul 29 16:02:04.329 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-29T16:02:05.543Z[ recovery-image] Jul 29 16:02:04.338 INFO O| Jul 29 16:02:04.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57722026-07-29T16:02:05.543Z[ recovery-image] Jul 29 16:02:04.338 INFO O| Jul 29 16:02:04.338 INFO STEP 159 (remove_files) COMPLETE
57732026-07-29T16:02:05.543Z[ recovery-image] Jul 29 16:02:04.338 INFO O| Jul 29 16:02:04.338 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-29T16:02:05.556Z[ recovery-image] Jul 29 16:02:04.351 INFO O| Jul 29 16:02:04.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57752026-07-29T16:02:05.556Z[ recovery-image] Jul 29 16:02:04.351 INFO O| Jul 29 16:02:04.351 INFO STEP 160 (remove_files) COMPLETE
57762026-07-29T16:02:05.556Z[ recovery-image] Jul 29 16:02:04.351 INFO O| Jul 29 16:02:04.351 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-29T16:02:05.566Z[ recovery-image] Jul 29 16:02:04.360 INFO O| Jul 29 16:02:04.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57782026-07-29T16:02:05.566Z[ recovery-image] Jul 29 16:02:04.361 INFO O| Jul 29 16:02:04.361 INFO STEP 161 (remove_files) COMPLETE
57792026-07-29T16:02:05.569Z[ recovery-image] Jul 29 16:02:04.361 INFO O| Jul 29 16:02:04.361 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-29T16:02:05.579Z[ recovery-image] Jul 29 16:02:04.373 INFO O| Jul 29 16:02:04.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57812026-07-29T16:02:05.579Z[ recovery-image] Jul 29 16:02:04.373 INFO O| Jul 29 16:02:04.373 INFO STEP 162 (remove_files) COMPLETE
57822026-07-29T16:02:05.579Z[ recovery-image] Jul 29 16:02:04.373 INFO O| Jul 29 16:02:04.373 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-29T16:02:05.588Z[ recovery-image] Jul 29 16:02:04.383 INFO O| Jul 29 16:02:04.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57842026-07-29T16:02:05.588Z[ recovery-image] Jul 29 16:02:04.383 INFO O| Jul 29 16:02:04.383 INFO STEP 163 (remove_files) COMPLETE
57852026-07-29T16:02:05.588Z[ recovery-image] Jul 29 16:02:04.383 INFO O| Jul 29 16:02:04.383 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-29T16:02:05.597Z[ recovery-image] Jul 29 16:02:04.392 INFO O| Jul 29 16:02:04.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57872026-07-29T16:02:05.601Z[ recovery-image] Jul 29 16:02:04.392 INFO O| Jul 29 16:02:04.392 INFO STEP 164 (remove_files) COMPLETE
57882026-07-29T16:02:05.601Z[ recovery-image] Jul 29 16:02:04.392 INFO O| Jul 29 16:02:04.392 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-29T16:02:05.606Z[ recovery-image] Jul 29 16:02:04.401 INFO O| Jul 29 16:02:04.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57902026-07-29T16:02:05.606Z[ recovery-image] Jul 29 16:02:04.401 INFO O| Jul 29 16:02:04.401 INFO STEP 165 (remove_files) COMPLETE
57912026-07-29T16:02:05.610Z[ recovery-image] Jul 29 16:02:04.401 INFO O| Jul 29 16:02:04.401 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-29T16:02:05.616Z[ recovery-image] Jul 29 16:02:04.410 INFO O| Jul 29 16:02:04.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57932026-07-29T16:02:05.616Z[ recovery-image] Jul 29 16:02:04.410 INFO O| Jul 29 16:02:04.410 INFO STEP 166 (remove_files) COMPLETE
57942026-07-29T16:02:05.619Z[ recovery-image] Jul 29 16:02:04.410 INFO O| Jul 29 16:02:04.410 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-29T16:02:05.624Z[ recovery-image] Jul 29 16:02:04.419 INFO O| Jul 29 16:02:04.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57962026-07-29T16:02:05.628Z[ recovery-image] Jul 29 16:02:04.420 INFO O| Jul 29 16:02:04.420 INFO STEP 167 (remove_files) COMPLETE
57972026-07-29T16:02:05.628Z[ recovery-image] Jul 29 16:02:04.420 INFO O| Jul 29 16:02:04.420 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-29T16:02:05.633Z[ recovery-image] Jul 29 16:02:04.428 INFO O| Jul 29 16:02:04.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57992026-07-29T16:02:05.633Z[ recovery-image] Jul 29 16:02:04.428 INFO O| Jul 29 16:02:04.428 INFO STEP 168 (remove_files) COMPLETE
58002026-07-29T16:02:05.633Z[ recovery-image] Jul 29 16:02:04.428 INFO O| Jul 29 16:02:04.428 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-29T16:02:05.642Z[ recovery-image] Jul 29 16:02:04.437 INFO O| Jul 29 16:02:04.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58022026-07-29T16:02:05.642Z[ recovery-image] Jul 29 16:02:04.437 INFO O| Jul 29 16:02:04.437 INFO STEP 169 (remove_files) COMPLETE
58032026-07-29T16:02:05.645Z[ recovery-image] Jul 29 16:02:04.437 INFO O| Jul 29 16:02:04.437 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-29T16:02:05.650Z[ recovery-image] Jul 29 16:02:04.445 INFO O| Jul 29 16:02:04.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58052026-07-29T16:02:05.653Z[ recovery-image] Jul 29 16:02:04.445 INFO O| Jul 29 16:02:04.445 INFO STEP 170 (remove_files) COMPLETE
58062026-07-29T16:02:05.653Z[ recovery-image] Jul 29 16:02:04.445 INFO O| Jul 29 16:02:04.445 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-29T16:02:05.659Z[ recovery-image] Jul 29 16:02:04.453 INFO O| Jul 29 16:02:04.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58082026-07-29T16:02:05.659Z[ recovery-image] Jul 29 16:02:04.454 INFO O| Jul 29 16:02:04.454 INFO STEP 171 (remove_files) COMPLETE
58092026-07-29T16:02:05.659Z[ recovery-image] Jul 29 16:02:04.454 INFO O| Jul 29 16:02:04.454 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-29T16:02:05.666Z[ recovery-image] Jul 29 16:02:04.461 INFO O| Jul 29 16:02:04.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58112026-07-29T16:02:05.666Z[ recovery-image] Jul 29 16:02:04.461 INFO O| Jul 29 16:02:04.461 INFO STEP 172 (remove_files) COMPLETE
58122026-07-29T16:02:05.666Z[ recovery-image] Jul 29 16:02:04.461 INFO O| Jul 29 16:02:04.461 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-07-29T16:02:05.674Z[ recovery-image] Jul 29 16:02:04.469 INFO O| Jul 29 16:02:04.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58142026-07-29T16:02:05.674Z[ recovery-image] Jul 29 16:02:04.469 INFO O| Jul 29 16:02:04.469 INFO STEP 173 (remove_files) COMPLETE
58152026-07-29T16:02:05.678Z[ recovery-image] Jul 29 16:02:04.469 INFO O| Jul 29 16:02:04.469 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-29T16:02:05.683Z[ recovery-image] Jul 29 16:02:04.478 INFO O| Jul 29 16:02:04.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58172026-07-29T16:02:05.683Z[ recovery-image] Jul 29 16:02:04.478 INFO O| Jul 29 16:02:04.478 INFO STEP 174 (remove_files) COMPLETE
58182026-07-29T16:02:05.683Z[ recovery-image] Jul 29 16:02:04.478 INFO O| Jul 29 16:02:04.478 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-29T16:02:05.691Z[ recovery-image] Jul 29 16:02:04.486 INFO O| Jul 29 16:02:04.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58202026-07-29T16:02:05.691Z[ recovery-image] Jul 29 16:02:04.486 INFO O| Jul 29 16:02:04.486 INFO STEP 175 (remove_files) COMPLETE
58212026-07-29T16:02:05.691Z[ recovery-image] Jul 29 16:02:04.486 INFO O| Jul 29 16:02:04.486 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-29T16:02:05.699Z[ recovery-image] Jul 29 16:02:04.494 INFO O| Jul 29 16:02:04.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58232026-07-29T16:02:05.699Z[ recovery-image] Jul 29 16:02:04.494 INFO O| Jul 29 16:02:04.494 INFO STEP 176 (remove_files) COMPLETE
58242026-07-29T16:02:05.703Z[ recovery-image] Jul 29 16:02:04.494 INFO O| Jul 29 16:02:04.494 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-29T16:02:05.707Z[ recovery-image] Jul 29 16:02:04.502 INFO O| Jul 29 16:02:04.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58262026-07-29T16:02:05.707Z[ recovery-image] Jul 29 16:02:04.502 INFO O| Jul 29 16:02:04.502 INFO STEP 177 (remove_files) COMPLETE
58272026-07-29T16:02:05.707Z[ recovery-image] Jul 29 16:02:04.502 INFO O| Jul 29 16:02:04.502 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-29T16:02:05.716Z[ recovery-image] Jul 29 16:02:04.511 INFO O| Jul 29 16:02:04.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58292026-07-29T16:02:05.716Z[ recovery-image] Jul 29 16:02:04.511 INFO O| Jul 29 16:02:04.511 INFO STEP 178 (remove_files) COMPLETE
58302026-07-29T16:02:05.716Z[ recovery-image] Jul 29 16:02:04.511 INFO O| Jul 29 16:02:04.511 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-29T16:02:05.724Z[ recovery-image] Jul 29 16:02:04.519 INFO O| Jul 29 16:02:04.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58322026-07-29T16:02:05.724Z[ recovery-image] Jul 29 16:02:04.519 INFO O| Jul 29 16:02:04.519 INFO STEP 179 (remove_files) COMPLETE
58332026-07-29T16:02:05.724Z[ recovery-image] Jul 29 16:02:04.519 INFO O| Jul 29 16:02:04.519 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-29T16:02:05.733Z[ recovery-image] Jul 29 16:02:04.527 INFO O| Jul 29 16:02:04.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58352026-07-29T16:02:05.733Z[ recovery-image] Jul 29 16:02:04.527 INFO O| Jul 29 16:02:04.527 INFO STEP 180 (remove_files) COMPLETE
58362026-07-29T16:02:05.733Z[ recovery-image] Jul 29 16:02:04.527 INFO O| Jul 29 16:02:04.527 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-29T16:02:05.740Z[ recovery-image] Jul 29 16:02:04.535 INFO O| Jul 29 16:02:04.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58382026-07-29T16:02:05.741Z[ recovery-image] Jul 29 16:02:04.535 INFO O| Jul 29 16:02:04.535 INFO STEP 181 (remove_files) COMPLETE
58392026-07-29T16:02:05.744Z[ recovery-image] Jul 29 16:02:04.535 INFO O| Jul 29 16:02:04.535 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-29T16:02:05.749Z[ recovery-image] Jul 29 16:02:04.544 INFO O| Jul 29 16:02:04.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58412026-07-29T16:02:05.749Z[ recovery-image] Jul 29 16:02:04.544 INFO O| Jul 29 16:02:04.544 INFO STEP 182 (remove_files) COMPLETE
58422026-07-29T16:02:05.749Z[ recovery-image] Jul 29 16:02:04.544 INFO O| Jul 29 16:02:04.544 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-29T16:02:05.758Z[ recovery-image] Jul 29 16:02:04.553 INFO O| Jul 29 16:02:04.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58442026-07-29T16:02:05.758Z[ recovery-image] Jul 29 16:02:04.553 INFO O| Jul 29 16:02:04.553 INFO STEP 183 (remove_files) COMPLETE
58452026-07-29T16:02:05.758Z[ recovery-image] Jul 29 16:02:04.553 INFO O| Jul 29 16:02:04.553 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-29T16:02:05.767Z[ recovery-image] Jul 29 16:02:04.561 INFO O| Jul 29 16:02:04.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58472026-07-29T16:02:05.767Z[ recovery-image] Jul 29 16:02:04.561 INFO O| Jul 29 16:02:04.561 INFO STEP 184 (remove_files) COMPLETE
58482026-07-29T16:02:05.770Z[ recovery-image] Jul 29 16:02:04.561 INFO O| Jul 29 16:02:04.561 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-29T16:02:05.776Z[ recovery-image] Jul 29 16:02:04.571 INFO O| Jul 29 16:02:04.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58502026-07-29T16:02:05.776Z[ recovery-image] Jul 29 16:02:04.571 INFO O| Jul 29 16:02:04.571 INFO STEP 185 (remove_files) COMPLETE
58512026-07-29T16:02:05.779Z[ recovery-image] Jul 29 16:02:04.571 INFO O| Jul 29 16:02:04.571 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-29T16:02:05.793Z[ recovery-image] Jul 29 16:02:04.580 INFO O| Jul 29 16:02:04.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58532026-07-29T16:02:05.793Z[ recovery-image] Jul 29 16:02:04.580 INFO O| Jul 29 16:02:04.580 INFO STEP 186 (remove_files) COMPLETE
58542026-07-29T16:02:05.793Z[ recovery-image] Jul 29 16:02:04.580 INFO O| Jul 29 16:02:04.580 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-29T16:02:05.796Z[ recovery-image] Jul 29 16:02:04.588 INFO O| Jul 29 16:02:04.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58562026-07-29T16:02:05.796Z[ recovery-image] Jul 29 16:02:04.589 INFO O| Jul 29 16:02:04.589 INFO STEP 187 (remove_files) COMPLETE
58572026-07-29T16:02:05.796Z[ recovery-image] Jul 29 16:02:04.589 INFO O| Jul 29 16:02:04.589 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-07-29T16:02:05.802Z[ recovery-image] Jul 29 16:02:04.597 INFO O| Jul 29 16:02:04.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58592026-07-29T16:02:05.802Z[ recovery-image] Jul 29 16:02:04.597 INFO O| Jul 29 16:02:04.597 INFO STEP 188 (remove_files) COMPLETE
58602026-07-29T16:02:05.805Z[ recovery-image] Jul 29 16:02:04.597 INFO O| Jul 29 16:02:04.597 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-29T16:02:05.828Z[ recovery-image] Jul 29 16:02:04.604 INFO O| Jul 29 16:02:04.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58622026-07-29T16:02:05.828Z[ recovery-image] Jul 29 16:02:04.604 INFO O| Jul 29 16:02:04.604 INFO STEP 189 (remove_files) COMPLETE
58632026-07-29T16:02:05.833Z[ recovery-image] Jul 29 16:02:04.604 INFO O| Jul 29 16:02:04.604 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-29T16:02:05.833Z[ recovery-image] Jul 29 16:02:04.615 INFO O| Jul 29 16:02:04.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58652026-07-29T16:02:05.833Z[ recovery-image] Jul 29 16:02:04.615 INFO O| Jul 29 16:02:04.615 INFO STEP 190 (remove_files) COMPLETE
58662026-07-29T16:02:05.833Z[ recovery-image] Jul 29 16:02:04.615 INFO O| Jul 29 16:02:04.615 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-07-29T16:02:05.833Z[ recovery-image] Jul 29 16:02:04.625 INFO O| Jul 29 16:02:04.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58682026-07-29T16:02:05.833Z[ recovery-image] Jul 29 16:02:04.625 INFO O| Jul 29 16:02:04.625 INFO STEP 191 (remove_files) COMPLETE
58692026-07-29T16:02:05.833Z[ recovery-image] Jul 29 16:02:04.625 INFO O| Jul 29 16:02:04.625 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-07-29T16:02:05.839Z[ recovery-image] Jul 29 16:02:04.634 INFO O| Jul 29 16:02:04.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58712026-07-29T16:02:05.839Z[ recovery-image] Jul 29 16:02:04.634 INFO O| Jul 29 16:02:04.634 INFO STEP 192 (remove_files) COMPLETE
58722026-07-29T16:02:05.839Z[ recovery-image] Jul 29 16:02:04.634 INFO O| Jul 29 16:02:04.634 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-07-29T16:02:05.848Z[ recovery-image] Jul 29 16:02:04.643 INFO O| Jul 29 16:02:04.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58742026-07-29T16:02:05.848Z[ recovery-image] Jul 29 16:02:04.643 INFO O| Jul 29 16:02:04.643 INFO STEP 193 (remove_files) COMPLETE
58752026-07-29T16:02:05.848Z[ recovery-image] Jul 29 16:02:04.643 INFO O| Jul 29 16:02:04.643 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-07-29T16:02:05.857Z[ recovery-image] Jul 29 16:02:04.652 INFO O| Jul 29 16:02:04.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58772026-07-29T16:02:05.857Z[ recovery-image] Jul 29 16:02:04.652 INFO O| Jul 29 16:02:04.652 INFO STEP 194 (remove_files) COMPLETE
58782026-07-29T16:02:05.857Z[ recovery-image] Jul 29 16:02:04.652 INFO O| Jul 29 16:02:04.652 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-07-29T16:02:05.866Z[ recovery-image] Jul 29 16:02:04.661 INFO O| Jul 29 16:02:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58802026-07-29T16:02:05.866Z[ recovery-image] Jul 29 16:02:04.661 INFO O| Jul 29 16:02:04.661 INFO STEP 195 (remove_files) COMPLETE
58812026-07-29T16:02:05.866Z[ recovery-image] Jul 29 16:02:04.661 INFO O| Jul 29 16:02:04.661 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-07-29T16:02:05.874Z[ recovery-image] Jul 29 16:02:04.669 INFO O| Jul 29 16:02:04.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58832026-07-29T16:02:05.874Z[ recovery-image] Jul 29 16:02:04.669 INFO O| Jul 29 16:02:04.669 INFO STEP 196 (remove_files) COMPLETE
58842026-07-29T16:02:05.874Z[ recovery-image] Jul 29 16:02:04.669 INFO O| Jul 29 16:02:04.669 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-07-29T16:02:05.883Z[ recovery-image] Jul 29 16:02:04.678 INFO O| Jul 29 16:02:04.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58862026-07-29T16:02:05.883Z[ recovery-image] Jul 29 16:02:04.678 INFO O| Jul 29 16:02:04.678 INFO STEP 197 (remove_files) COMPLETE
58872026-07-29T16:02:05.884Z[ recovery-image] Jul 29 16:02:04.678 INFO O| Jul 29 16:02:04.678 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-07-29T16:02:05.892Z[ recovery-image] Jul 29 16:02:04.687 INFO O| Jul 29 16:02:04.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58892026-07-29T16:02:05.892Z[ recovery-image] Jul 29 16:02:04.687 INFO O| Jul 29 16:02:04.687 INFO STEP 198 (remove_files) COMPLETE
58902026-07-29T16:02:05.895Z[ recovery-image] Jul 29 16:02:04.687 INFO O| Jul 29 16:02:04.687 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-07-29T16:02:05.902Z[ recovery-image] Jul 29 16:02:04.697 INFO O| Jul 29 16:02:04.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58922026-07-29T16:02:05.906Z[ recovery-image] Jul 29 16:02:04.697 INFO O| Jul 29 16:02:04.697 INFO STEP 199 (remove_files) COMPLETE
58932026-07-29T16:02:05.906Z[ recovery-image] Jul 29 16:02:04.697 INFO O| Jul 29 16:02:04.697 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-07-29T16:02:05.910Z[ recovery-image] Jul 29 16:02:04.705 INFO O| Jul 29 16:02:04.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58952026-07-29T16:02:05.910Z[ recovery-image] Jul 29 16:02:04.705 INFO O| Jul 29 16:02:04.705 INFO STEP 200 (remove_files) COMPLETE
58962026-07-29T16:02:05.914Z[ recovery-image] Jul 29 16:02:04.705 INFO O| Jul 29 16:02:04.705 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-07-29T16:02:05.918Z[ recovery-image] Jul 29 16:02:04.713 INFO O| Jul 29 16:02:04.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58982026-07-29T16:02:05.921Z[ recovery-image] Jul 29 16:02:04.714 INFO O| Jul 29 16:02:04.714 INFO STEP 201 (remove_files) COMPLETE
58992026-07-29T16:02:05.921Z[ recovery-image] Jul 29 16:02:04.714 INFO O| Jul 29 16:02:04.714 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-07-29T16:02:05.929Z[ recovery-image] Jul 29 16:02:04.724 INFO O| Jul 29 16:02:04.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59012026-07-29T16:02:05.929Z[ recovery-image] Jul 29 16:02:04.724 INFO O| Jul 29 16:02:04.724 INFO STEP 202 (remove_files) COMPLETE
59022026-07-29T16:02:05.929Z[ recovery-image] Jul 29 16:02:04.724 INFO O| Jul 29 16:02:04.724 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-07-29T16:02:05.940Z[ recovery-image] Jul 29 16:02:04.734 INFO O| Jul 29 16:02:04.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59042026-07-29T16:02:05.940Z[ recovery-image] Jul 29 16:02:04.734 INFO O| Jul 29 16:02:04.734 INFO STEP 203 (remove_files) COMPLETE
59052026-07-29T16:02:05.943Z[ recovery-image] Jul 29 16:02:04.734 INFO O| Jul 29 16:02:04.734 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-07-29T16:02:05.948Z[ recovery-image] Jul 29 16:02:04.743 INFO O| Jul 29 16:02:04.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59072026-07-29T16:02:05.948Z[ recovery-image] Jul 29 16:02:04.743 INFO O| Jul 29 16:02:04.743 INFO STEP 204 (remove_files) COMPLETE
59082026-07-29T16:02:05.954Z[ recovery-image] Jul 29 16:02:04.743 INFO O| Jul 29 16:02:04.743 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-07-29T16:02:05.958Z[ recovery-image] Jul 29 16:02:04.753 INFO O| Jul 29 16:02:04.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59102026-07-29T16:02:05.958Z[ recovery-image] Jul 29 16:02:04.753 INFO O| Jul 29 16:02:04.753 INFO STEP 205 (remove_files) COMPLETE
59112026-07-29T16:02:05.962Z[ recovery-image] Jul 29 16:02:04.753 INFO O| Jul 29 16:02:04.753 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-07-29T16:02:05.975Z[ recovery-image] Jul 29 16:02:04.770 INFO O| Jul 29 16:02:04.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59132026-07-29T16:02:05.975Z[ recovery-image] Jul 29 16:02:04.770 INFO O| Jul 29 16:02:04.770 INFO STEP 206 (remove_files) COMPLETE
59142026-07-29T16:02:05.978Z[ recovery-image] Jul 29 16:02:04.770 INFO O| Jul 29 16:02:04.770 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-07-29T16:02:05.985Z[ recovery-image] Jul 29 16:02:04.779 INFO O| Jul 29 16:02:04.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59162026-07-29T16:02:05.985Z[ recovery-image] Jul 29 16:02:04.779 INFO O| Jul 29 16:02:04.779 INFO STEP 207 (remove_files) COMPLETE
59172026-07-29T16:02:05.985Z[ recovery-image] Jul 29 16:02:04.779 INFO O| Jul 29 16:02:04.779 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-07-29T16:02:05.993Z[ recovery-image] Jul 29 16:02:04.788 INFO O| Jul 29 16:02:04.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59192026-07-29T16:02:05.993Z[ recovery-image] Jul 29 16:02:04.788 INFO O| Jul 29 16:02:04.788 INFO STEP 208 (remove_files) COMPLETE
59202026-07-29T16:02:05.993Z[ recovery-image] Jul 29 16:02:04.788 INFO O| Jul 29 16:02:04.788 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-29T16:02:06.002Z[ recovery-image] Jul 29 16:02:04.797 INFO O| Jul 29 16:02:04.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59222026-07-29T16:02:06.002Z[ recovery-image] Jul 29 16:02:04.797 INFO O| Jul 29 16:02:04.797 INFO STEP 209 (remove_files) COMPLETE
59232026-07-29T16:02:06.006Z[ recovery-image] Jul 29 16:02:04.797 INFO O| Jul 29 16:02:04.797 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-29T16:02:06.012Z[ recovery-image] Jul 29 16:02:04.807 INFO O| Jul 29 16:02:04.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59252026-07-29T16:02:06.012Z[ recovery-image] Jul 29 16:02:04.807 INFO O| Jul 29 16:02:04.807 INFO STEP 210 (remove_files) COMPLETE
59262026-07-29T16:02:06.016Z[ recovery-image] Jul 29 16:02:04.807 INFO O| Jul 29 16:02:04.807 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-29T16:02:06.021Z[ recovery-image] Jul 29 16:02:04.816 INFO O| Jul 29 16:02:04.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59282026-07-29T16:02:06.021Z[ recovery-image] Jul 29 16:02:04.816 INFO O| Jul 29 16:02:04.816 INFO STEP 211 (remove_files) COMPLETE
59292026-07-29T16:02:06.021Z[ recovery-image] Jul 29 16:02:04.816 INFO O| Jul 29 16:02:04.816 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-29T16:02:06.032Z[ recovery-image] Jul 29 16:02:04.827 INFO O| Jul 29 16:02:04.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59312026-07-29T16:02:06.032Z[ recovery-image] Jul 29 16:02:04.827 INFO O| Jul 29 16:02:04.827 INFO STEP 212 (remove_files) COMPLETE
59322026-07-29T16:02:06.032Z[ recovery-image] Jul 29 16:02:04.827 INFO O| Jul 29 16:02:04.827 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-29T16:02:06.041Z[ recovery-image] Jul 29 16:02:04.835 INFO O| Jul 29 16:02:04.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59342026-07-29T16:02:06.041Z[ recovery-image] Jul 29 16:02:04.835 INFO O| Jul 29 16:02:04.835 INFO STEP 213 (remove_files) COMPLETE
59352026-07-29T16:02:06.041Z[ recovery-image] Jul 29 16:02:04.835 INFO O| Jul 29 16:02:04.835 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-29T16:02:06.049Z[ recovery-image] Jul 29 16:02:04.844 INFO O| Jul 29 16:02:04.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59372026-07-29T16:02:06.049Z[ recovery-image] Jul 29 16:02:04.844 INFO O| Jul 29 16:02:04.844 INFO STEP 214 (remove_files) COMPLETE
59382026-07-29T16:02:06.049Z[ recovery-image] Jul 29 16:02:04.844 INFO O| Jul 29 16:02:04.844 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-29T16:02:06.058Z[ recovery-image] Jul 29 16:02:04.853 INFO O| Jul 29 16:02:04.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59402026-07-29T16:02:06.058Z[ recovery-image] Jul 29 16:02:04.853 INFO O| Jul 29 16:02:04.853 INFO STEP 215 (remove_files) COMPLETE
59412026-07-29T16:02:06.058Z[ recovery-image] Jul 29 16:02:04.853 INFO O| Jul 29 16:02:04.853 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-29T16:02:06.067Z[ recovery-image] Jul 29 16:02:04.862 INFO O| Jul 29 16:02:04.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59432026-07-29T16:02:06.067Z[ recovery-image] Jul 29 16:02:04.862 INFO O| Jul 29 16:02:04.862 INFO STEP 216 (remove_files) COMPLETE
59442026-07-29T16:02:06.067Z[ recovery-image] Jul 29 16:02:04.862 INFO O| Jul 29 16:02:04.862 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-29T16:02:06.076Z[ recovery-image] Jul 29 16:02:04.871 INFO O| Jul 29 16:02:04.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59462026-07-29T16:02:06.079Z[ recovery-image] Jul 29 16:02:04.873 INFO O| Jul 29 16:02:04.873 INFO STEP 217 (remove_files) COMPLETE
59472026-07-29T16:02:06.079Z[ recovery-image] Jul 29 16:02:04.873 INFO O| Jul 29 16:02:04.873 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-29T16:02:06.090Z[ recovery-image] Jul 29 16:02:04.885 INFO O| Jul 29 16:02:04.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59492026-07-29T16:02:06.090Z[ recovery-image] Jul 29 16:02:04.885 INFO O| Jul 29 16:02:04.885 INFO STEP 218 (remove_files) COMPLETE
59502026-07-29T16:02:06.090Z[ recovery-image] Jul 29 16:02:04.885 INFO O| Jul 29 16:02:04.885 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-29T16:02:06.098Z[ recovery-image] Jul 29 16:02:04.893 INFO O| Jul 29 16:02:04.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59522026-07-29T16:02:06.099Z[ recovery-image] Jul 29 16:02:04.893 INFO O| Jul 29 16:02:04.893 INFO STEP 219 (remove_files) COMPLETE
59532026-07-29T16:02:06.099Z[ recovery-image] Jul 29 16:02:04.893 INFO O| Jul 29 16:02:04.893 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-29T16:02:06.106Z[ recovery-image] Jul 29 16:02:04.901 INFO O| Jul 29 16:02:04.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59552026-07-29T16:02:06.106Z[ recovery-image] Jul 29 16:02:04.901 INFO O| Jul 29 16:02:04.901 INFO STEP 220 (remove_files) COMPLETE
59562026-07-29T16:02:06.107Z[ recovery-image] Jul 29 16:02:04.901 INFO O| Jul 29 16:02:04.901 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-29T16:02:06.115Z[ recovery-image] Jul 29 16:02:04.909 INFO O| Jul 29 16:02:04.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59582026-07-29T16:02:06.115Z[ recovery-image] Jul 29 16:02:04.909 INFO O| Jul 29 16:02:04.909 INFO STEP 221 (remove_files) COMPLETE
59592026-07-29T16:02:06.115Z[ recovery-image] Jul 29 16:02:04.909 INFO O| Jul 29 16:02:04.909 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-29T16:02:06.123Z[ recovery-image] Jul 29 16:02:04.918 INFO O| Jul 29 16:02:04.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59612026-07-29T16:02:06.123Z[ recovery-image] Jul 29 16:02:04.918 INFO O| Jul 29 16:02:04.918 INFO STEP 222 (remove_files) COMPLETE
59622026-07-29T16:02:06.127Z[ recovery-image] Jul 29 16:02:04.918 INFO O| Jul 29 16:02:04.918 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-29T16:02:06.132Z[ recovery-image] Jul 29 16:02:04.927 INFO O| Jul 29 16:02:04.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59642026-07-29T16:02:06.132Z[ recovery-image] Jul 29 16:02:04.927 INFO O| Jul 29 16:02:04.927 INFO STEP 223 (remove_files) COMPLETE
59652026-07-29T16:02:06.136Z[ recovery-image] Jul 29 16:02:04.927 INFO O| Jul 29 16:02:04.927 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-29T16:02:06.198Z[ recovery-image] Jul 29 16:02:04.992 INFO O| Jul 29 16:02:04.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59672026-07-29T16:02:06.198Z[ recovery-image] Jul 29 16:02:04.992 INFO O| Jul 29 16:02:04.992 INFO STEP 224 (remove_files) COMPLETE
59682026-07-29T16:02:06.198Z[ recovery-image] Jul 29 16:02:04.992 INFO O| Jul 29 16:02:04.992 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-29T16:02:06.214Z[ recovery-image] Jul 29 16:02:05.008 INFO O| Jul 29 16:02:05.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59702026-07-29T16:02:06.214Z[ recovery-image] Jul 29 16:02:05.009 INFO O| Jul 29 16:02:05.009 INFO STEP 225 (remove_files) COMPLETE
59712026-07-29T16:02:06.214Z[ recovery-image] Jul 29 16:02:05.009 INFO O| Jul 29 16:02:05.009 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-29T16:02:06.224Z[ recovery-image] Jul 29 16:02:05.018 INFO O| Jul 29 16:02:05.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59732026-07-29T16:02:06.224Z[ recovery-image] Jul 29 16:02:05.019 INFO O| Jul 29 16:02:05.019 INFO STEP 226 (remove_files) COMPLETE
59742026-07-29T16:02:06.224Z[ recovery-image] Jul 29 16:02:05.019 INFO O| Jul 29 16:02:05.019 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-29T16:02:06.233Z[ recovery-image] Jul 29 16:02:05.028 INFO O| Jul 29 16:02:05.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59762026-07-29T16:02:06.233Z[ recovery-image] Jul 29 16:02:05.028 INFO O| Jul 29 16:02:05.028 INFO STEP 227 (remove_files) COMPLETE
59772026-07-29T16:02:06.233Z[ recovery-image] Jul 29 16:02:05.028 INFO O| Jul 29 16:02:05.028 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-29T16:02:06.242Z[ recovery-image] Jul 29 16:02:05.037 INFO O| Jul 29 16:02:05.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59792026-07-29T16:02:06.242Z[ recovery-image] Jul 29 16:02:05.037 INFO O| Jul 29 16:02:05.037 INFO STEP 228 (remove_files) COMPLETE
59802026-07-29T16:02:06.242Z[ recovery-image] Jul 29 16:02:05.037 INFO O| Jul 29 16:02:05.037 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-07-29T16:02:06.250Z[ recovery-image] Jul 29 16:02:05.045 INFO O| Jul 29 16:02:05.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59822026-07-29T16:02:06.250Z[ recovery-image] Jul 29 16:02:05.045 INFO O| Jul 29 16:02:05.045 INFO STEP 229 (remove_files) COMPLETE
59832026-07-29T16:02:06.250Z[ recovery-image] Jul 29 16:02:05.045 INFO O| Jul 29 16:02:05.045 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-07-29T16:02:06.258Z[ recovery-image] Jul 29 16:02:05.053 INFO O| Jul 29 16:02:05.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59852026-07-29T16:02:06.259Z[ recovery-image] Jul 29 16:02:05.053 INFO O| Jul 29 16:02:05.053 INFO STEP 230 (remove_files) COMPLETE
59862026-07-29T16:02:06.259Z[ recovery-image] Jul 29 16:02:05.053 INFO O| Jul 29 16:02:05.053 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-29T16:02:06.277Z[ recovery-image] Jul 29 16:02:05.072 INFO O| Jul 29 16:02:05.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59882026-07-29T16:02:06.277Z[ recovery-image] Jul 29 16:02:05.072 INFO O| Jul 29 16:02:05.072 INFO STEP 231 (remove_files) COMPLETE
59892026-07-29T16:02:06.277Z[ recovery-image] Jul 29 16:02:05.072 INFO O| Jul 29 16:02:05.072 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-29T16:02:06.286Z[ recovery-image] Jul 29 16:02:05.080 INFO O| Jul 29 16:02:05.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59912026-07-29T16:02:06.286Z[ recovery-image] Jul 29 16:02:05.080 INFO O| Jul 29 16:02:05.080 INFO STEP 232 (remove_files) COMPLETE
59922026-07-29T16:02:06.286Z[ recovery-image] Jul 29 16:02:05.080 INFO O| Jul 29 16:02:05.080 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-29T16:02:06.293Z[ recovery-image] Jul 29 16:02:05.088 INFO O| Jul 29 16:02:05.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59942026-07-29T16:02:06.293Z[ recovery-image] Jul 29 16:02:05.088 INFO O| Jul 29 16:02:05.088 INFO STEP 233 (remove_files) COMPLETE
59952026-07-29T16:02:06.296Z[ recovery-image] Jul 29 16:02:05.088 INFO O| Jul 29 16:02:05.088 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-29T16:02:06.301Z[ recovery-image] Jul 29 16:02:05.096 INFO O| Jul 29 16:02:05.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59972026-07-29T16:02:06.304Z[ recovery-image] Jul 29 16:02:05.097 INFO O| Jul 29 16:02:05.096 INFO STEP 234 (remove_files) COMPLETE
59982026-07-29T16:02:06.304Z[ recovery-image] Jul 29 16:02:05.097 INFO O| Jul 29 16:02:05.097 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-07-29T16:02:06.313Z[ recovery-image] Jul 29 16:02:05.108 INFO O| Jul 29 16:02:05.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60002026-07-29T16:02:06.313Z[ recovery-image] Jul 29 16:02:05.108 INFO O| Jul 29 16:02:05.108 INFO STEP 235 (remove_files) COMPLETE
60012026-07-29T16:02:06.316Z[ recovery-image] Jul 29 16:02:05.108 INFO O| Jul 29 16:02:05.108 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-07-29T16:02:06.321Z[ recovery-image] Jul 29 16:02:05.116 INFO O| Jul 29 16:02:05.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60032026-07-29T16:02:06.321Z[ recovery-image] Jul 29 16:02:05.116 INFO O| Jul 29 16:02:05.116 INFO STEP 236 (remove_files) COMPLETE
60042026-07-29T16:02:06.322Z[ recovery-image] Jul 29 16:02:05.116 INFO O| Jul 29 16:02:05.116 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-29T16:02:06.330Z[ recovery-image] Jul 29 16:02:05.125 INFO O| Jul 29 16:02:05.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60062026-07-29T16:02:06.330Z[ recovery-image] Jul 29 16:02:05.125 INFO O| Jul 29 16:02:05.125 INFO STEP 237 (remove_files) COMPLETE
60072026-07-29T16:02:06.330Z[ recovery-image] Jul 29 16:02:05.125 INFO O| Jul 29 16:02:05.125 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-29T16:02:06.336Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
60092026-07-29T16:02:06.339Z[ recovery-image] Jul 29 16:02:05.134 INFO O| Jul 29 16:02:05.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60102026-07-29T16:02:06.339Z[ recovery-image] Jul 29 16:02:05.134 INFO O| Jul 29 16:02:05.134 INFO STEP 238 (remove_files) COMPLETE
60112026-07-29T16:02:06.339Z[ recovery-image] Jul 29 16:02:05.134 INFO O| Jul 29 16:02:05.134 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-07-29T16:02:06.355Z[ recovery-image] Jul 29 16:02:05.145 INFO O| Jul 29 16:02:05.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60132026-07-29T16:02:06.355Z[ recovery-image] Jul 29 16:02:05.146 INFO O| Jul 29 16:02:05.146 INFO STEP 239 (remove_files) COMPLETE
60142026-07-29T16:02:06.355Z[ recovery-image] Jul 29 16:02:05.146 INFO O| Jul 29 16:02:05.146 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-07-29T16:02:06.362Z[ recovery-image] Jul 29 16:02:05.156 INFO O| Jul 29 16:02:05.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60162026-07-29T16:02:06.362Z[ recovery-image] Jul 29 16:02:05.156 INFO O| Jul 29 16:02:05.156 INFO STEP 240 (remove_files) COMPLETE
60172026-07-29T16:02:06.366Z[ recovery-image] Jul 29 16:02:05.156 INFO O| Jul 29 16:02:05.156 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-07-29T16:02:06.371Z[ recovery-image] Jul 29 16:02:05.166 INFO O| Jul 29 16:02:05.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60192026-07-29T16:02:06.371Z[ recovery-image] Jul 29 16:02:05.166 INFO O| Jul 29 16:02:05.166 INFO STEP 241 (remove_files) COMPLETE
60202026-07-29T16:02:06.371Z[ recovery-image] Jul 29 16:02:05.166 INFO O| Jul 29 16:02:05.166 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-07-29T16:02:06.384Z[ recovery-image] Jul 29 16:02:05.178 INFO O| Jul 29 16:02:05.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60222026-07-29T16:02:06.387Z[ recovery-image] Jul 29 16:02:05.179 INFO O| Jul 29 16:02:05.179 INFO STEP 242 (remove_files) COMPLETE
60232026-07-29T16:02:06.387Z[ recovery-image] Jul 29 16:02:05.179 INFO O| Jul 29 16:02:05.179 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-07-29T16:02:06.394Z[ recovery-image] Jul 29 16:02:05.189 INFO O| Jul 29 16:02:05.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60252026-07-29T16:02:06.394Z[ recovery-image] Jul 29 16:02:05.189 INFO O| Jul 29 16:02:05.189 INFO STEP 243 (remove_files) COMPLETE
60262026-07-29T16:02:06.394Z[ recovery-image] Jul 29 16:02:05.189 INFO O| Jul 29 16:02:05.189 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-07-29T16:02:06.403Z[ recovery-image] Jul 29 16:02:05.198 INFO O| Jul 29 16:02:05.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60282026-07-29T16:02:06.403Z[ recovery-image] Jul 29 16:02:05.198 INFO O| Jul 29 16:02:05.198 INFO STEP 244 (remove_files) COMPLETE
60292026-07-29T16:02:06.407Z[ recovery-image] Jul 29 16:02:05.198 INFO O| Jul 29 16:02:05.198 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-07-29T16:02:06.413Z[ recovery-image] Jul 29 16:02:05.207 INFO O| Jul 29 16:02:05.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60312026-07-29T16:02:06.413Z[ recovery-image] Jul 29 16:02:05.207 INFO O| Jul 29 16:02:05.207 INFO STEP 245 (remove_files) COMPLETE
60322026-07-29T16:02:06.413Z[ recovery-image] Jul 29 16:02:05.207 INFO O| Jul 29 16:02:05.207 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-07-29T16:02:06.422Z[ recovery-image] Jul 29 16:02:05.217 INFO O| Jul 29 16:02:05.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60342026-07-29T16:02:06.422Z[ recovery-image] Jul 29 16:02:05.217 INFO O| Jul 29 16:02:05.217 INFO STEP 246 (remove_files) COMPLETE
60352026-07-29T16:02:06.422Z[ recovery-image] Jul 29 16:02:05.217 INFO O| Jul 29 16:02:05.217 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-07-29T16:02:06.431Z[ recovery-image] Jul 29 16:02:05.226 INFO O| Jul 29 16:02:05.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60372026-07-29T16:02:06.435Z[ recovery-image] Jul 29 16:02:05.227 INFO O| Jul 29 16:02:05.227 INFO STEP 247 (remove_files) COMPLETE
60382026-07-29T16:02:06.435Z[ recovery-image] Jul 29 16:02:05.227 INFO O| Jul 29 16:02:05.227 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-07-29T16:02:06.444Z[ recovery-image] Jul 29 16:02:05.237 INFO O| Jul 29 16:02:05.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60402026-07-29T16:02:06.445Z[ recovery-image] Jul 29 16:02:05.237 INFO O| Jul 29 16:02:05.237 INFO STEP 248 (remove_files) COMPLETE
60412026-07-29T16:02:06.445Z[ recovery-image] Jul 29 16:02:05.237 INFO O| Jul 29 16:02:05.237 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-07-29T16:02:06.453Z[ recovery-image] Jul 29 16:02:05.247 INFO O| Jul 29 16:02:05.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60432026-07-29T16:02:06.453Z[ recovery-image] Jul 29 16:02:05.247 INFO O| Jul 29 16:02:05.247 INFO STEP 249 (remove_files) COMPLETE
60442026-07-29T16:02:06.453Z[ recovery-image] Jul 29 16:02:05.247 INFO O| Jul 29 16:02:05.247 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-07-29T16:02:06.462Z[ recovery-image] Jul 29 16:02:05.257 INFO O| Jul 29 16:02:05.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60462026-07-29T16:02:06.463Z[ recovery-image] Jul 29 16:02:05.257 INFO O| Jul 29 16:02:05.257 INFO STEP 250 (remove_files) COMPLETE
60472026-07-29T16:02:06.463Z[ recovery-image] Jul 29 16:02:05.257 INFO O| Jul 29 16:02:05.257 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-07-29T16:02:06.473Z[ recovery-image] Jul 29 16:02:05.268 INFO O| Jul 29 16:02:05.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60492026-07-29T16:02:06.476Z[ recovery-image] Jul 29 16:02:05.269 INFO O| Jul 29 16:02:05.269 INFO STEP 251 (remove_files) COMPLETE
60502026-07-29T16:02:06.477Z[ recovery-image] Jul 29 16:02:05.269 INFO O| Jul 29 16:02:05.269 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-07-29T16:02:06.484Z[ recovery-image] Jul 29 16:02:05.279 INFO O| Jul 29 16:02:05.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60522026-07-29T16:02:06.484Z[ recovery-image] Jul 29 16:02:05.279 INFO O| Jul 29 16:02:05.279 INFO STEP 252 (remove_files) COMPLETE
60532026-07-29T16:02:06.487Z[ recovery-image] Jul 29 16:02:05.279 INFO O| Jul 29 16:02:05.279 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-07-29T16:02:06.495Z[ recovery-image] Jul 29 16:02:05.290 INFO O| Jul 29 16:02:05.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60552026-07-29T16:02:06.495Z[ recovery-image] Jul 29 16:02:05.290 INFO O| Jul 29 16:02:05.290 INFO STEP 253 (remove_files) COMPLETE
60562026-07-29T16:02:06.495Z[ recovery-image] Jul 29 16:02:05.290 INFO O| Jul 29 16:02:05.290 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-07-29T16:02:06.506Z[ recovery-image] Jul 29 16:02:05.301 INFO O| Jul 29 16:02:05.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60582026-07-29T16:02:06.506Z[ recovery-image] Jul 29 16:02:05.301 INFO O| Jul 29 16:02:05.301 INFO STEP 254 (remove_files) COMPLETE
60592026-07-29T16:02:06.506Z[ recovery-image] Jul 29 16:02:05.301 INFO O| Jul 29 16:02:05.301 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-07-29T16:02:06.533Z[ recovery-image] Jul 29 16:02:05.326 INFO O| Jul 29 16:02:05.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60612026-07-29T16:02:06.533Z[ recovery-image] Jul 29 16:02:05.326 INFO O| Jul 29 16:02:05.326 INFO STEP 255 (remove_files) COMPLETE
60622026-07-29T16:02:06.533Z[ recovery-image] Jul 29 16:02:05.326 INFO O| Jul 29 16:02:05.326 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-07-29T16:02:06.542Z[ recovery-image] Jul 29 16:02:05.337 INFO O| Jul 29 16:02:05.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60642026-07-29T16:02:06.542Z[ recovery-image] Jul 29 16:02:05.337 INFO O| Jul 29 16:02:05.337 INFO STEP 256 (remove_files) COMPLETE
60652026-07-29T16:02:06.542Z[ recovery-image] Jul 29 16:02:05.337 INFO O| Jul 29 16:02:05.337 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-07-29T16:02:06.545Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
60672026-07-29T16:02:06.552Z[ recovery-image] Jul 29 16:02:05.347 INFO O| Jul 29 16:02:05.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60682026-07-29T16:02:06.552Z[ recovery-image] Jul 29 16:02:05.347 INFO O| Jul 29 16:02:05.347 INFO STEP 257 (remove_files) COMPLETE
60692026-07-29T16:02:06.552Z[ recovery-image] Jul 29 16:02:05.347 INFO O| Jul 29 16:02:05.347 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-29T16:02:06.561Z[ recovery-image] Jul 29 16:02:05.356 INFO O| Jul 29 16:02:05.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60712026-07-29T16:02:06.562Z[ recovery-image] Jul 29 16:02:05.356 INFO O| Jul 29 16:02:05.356 INFO STEP 258 (remove_files) COMPLETE
60722026-07-29T16:02:06.562Z[ recovery-image] Jul 29 16:02:05.356 INFO O| Jul 29 16:02:05.356 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-29T16:02:06.570Z[ recovery-image] Jul 29 16:02:05.365 INFO O| Jul 29 16:02:05.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60742026-07-29T16:02:06.570Z[ recovery-image] Jul 29 16:02:05.365 INFO O| Jul 29 16:02:05.365 INFO STEP 259 (remove_files) COMPLETE
60752026-07-29T16:02:06.570Z[ recovery-image] Jul 29 16:02:05.365 INFO O| Jul 29 16:02:05.365 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-29T16:02:06.579Z[ recovery-image] Jul 29 16:02:05.373 INFO O| Jul 29 16:02:05.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60772026-07-29T16:02:06.579Z[ recovery-image] Jul 29 16:02:05.373 INFO O| Jul 29 16:02:05.373 INFO STEP 260 (remove_files) COMPLETE
60782026-07-29T16:02:06.579Z[ recovery-image] Jul 29 16:02:05.373 INFO O| Jul 29 16:02:05.373 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-29T16:02:06.587Z[ recovery-image] Jul 29 16:02:05.382 INFO O| Jul 29 16:02:05.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60802026-07-29T16:02:06.590Z[ recovery-image] Jul 29 16:02:05.382 INFO O| Jul 29 16:02:05.382 INFO STEP 261 (remove_files) COMPLETE
60812026-07-29T16:02:06.590Z[ recovery-image] Jul 29 16:02:05.382 INFO O| Jul 29 16:02:05.382 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-29T16:02:06.597Z[ recovery-image] Jul 29 16:02:05.392 INFO O| Jul 29 16:02:05.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60832026-07-29T16:02:06.597Z[ recovery-image] Jul 29 16:02:05.392 INFO O| Jul 29 16:02:05.392 INFO STEP 262 (remove_files) COMPLETE
60842026-07-29T16:02:06.597Z[ recovery-image] Jul 29 16:02:05.392 INFO O| Jul 29 16:02:05.392 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-29T16:02:06.606Z[ recovery-image] Jul 29 16:02:05.401 INFO O| Jul 29 16:02:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60862026-07-29T16:02:06.606Z[ recovery-image] Jul 29 16:02:05.401 INFO O| Jul 29 16:02:05.401 INFO STEP 263 (remove_files) COMPLETE
60872026-07-29T16:02:06.610Z[ recovery-image] Jul 29 16:02:05.401 INFO O| Jul 29 16:02:05.401 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-29T16:02:06.615Z[ recovery-image] Jul 29 16:02:05.410 INFO O| Jul 29 16:02:05.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60892026-07-29T16:02:06.615Z[ recovery-image] Jul 29 16:02:05.410 INFO O| Jul 29 16:02:05.410 INFO STEP 264 (remove_files) COMPLETE
60902026-07-29T16:02:06.618Z[ recovery-image] Jul 29 16:02:05.410 INFO O| Jul 29 16:02:05.410 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-29T16:02:06.624Z[ recovery-image] Jul 29 16:02:05.419 INFO O| Jul 29 16:02:05.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60922026-07-29T16:02:06.624Z[ recovery-image] Jul 29 16:02:05.419 INFO O| Jul 29 16:02:05.419 INFO STEP 265 (remove_files) COMPLETE
60932026-07-29T16:02:06.627Z[ recovery-image] Jul 29 16:02:05.419 INFO O| Jul 29 16:02:05.419 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-29T16:02:06.633Z[ recovery-image] Jul 29 16:02:05.428 INFO O| Jul 29 16:02:05.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60952026-07-29T16:02:06.633Z[ recovery-image] Jul 29 16:02:05.428 INFO O| Jul 29 16:02:05.428 INFO STEP 266 (remove_files) COMPLETE
60962026-07-29T16:02:06.633Z[ recovery-image] Jul 29 16:02:05.428 INFO O| Jul 29 16:02:05.428 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-29T16:02:06.643Z[ recovery-image] Jul 29 16:02:05.438 INFO O| Jul 29 16:02:05.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60982026-07-29T16:02:06.646Z[ recovery-image] Jul 29 16:02:05.439 INFO O| Jul 29 16:02:05.439 INFO STEP 267 (remove_files) COMPLETE
60992026-07-29T16:02:06.646Z[ recovery-image] Jul 29 16:02:05.439 INFO O| Jul 29 16:02:05.439 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-29T16:02:06.653Z[ recovery-image] Jul 29 16:02:05.448 INFO O| Jul 29 16:02:05.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61012026-07-29T16:02:06.656Z[ recovery-image] Jul 29 16:02:05.449 INFO O| Jul 29 16:02:05.449 INFO STEP 268 (remove_files) COMPLETE
61022026-07-29T16:02:06.656Z[ recovery-image] Jul 29 16:02:05.449 INFO O| Jul 29 16:02:05.449 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-29T16:02:06.664Z[ recovery-image] Jul 29 16:02:05.459 INFO O| Jul 29 16:02:05.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61042026-07-29T16:02:06.664Z[ recovery-image] Jul 29 16:02:05.459 INFO O| Jul 29 16:02:05.459 INFO STEP 269 (remove_files) COMPLETE
61052026-07-29T16:02:06.664Z[ recovery-image] Jul 29 16:02:05.459 INFO O| Jul 29 16:02:05.459 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-29T16:02:06.673Z[ recovery-image] Jul 29 16:02:05.468 INFO O| Jul 29 16:02:05.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61072026-07-29T16:02:06.673Z[ recovery-image] Jul 29 16:02:05.468 INFO O| Jul 29 16:02:05.468 INFO STEP 270 (remove_files) COMPLETE
61082026-07-29T16:02:06.677Z[ recovery-image] Jul 29 16:02:05.468 INFO O| Jul 29 16:02:05.468 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-29T16:02:06.682Z[ recovery-image] Jul 29 16:02:05.477 INFO O| Jul 29 16:02:05.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61102026-07-29T16:02:06.682Z[ recovery-image] Jul 29 16:02:05.477 INFO O| Jul 29 16:02:05.477 INFO STEP 271 (remove_files) COMPLETE
61112026-07-29T16:02:06.686Z[ recovery-image] Jul 29 16:02:05.477 INFO O| Jul 29 16:02:05.477 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-29T16:02:06.692Z[ recovery-image] Jul 29 16:02:05.487 INFO O| Jul 29 16:02:05.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61132026-07-29T16:02:06.692Z[ recovery-image] Jul 29 16:02:05.487 INFO O| Jul 29 16:02:05.487 INFO STEP 272 (remove_files) COMPLETE
61142026-07-29T16:02:06.692Z[ recovery-image] Jul 29 16:02:05.487 INFO O| Jul 29 16:02:05.487 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-29T16:02:06.701Z[ recovery-image] Jul 29 16:02:05.496 INFO O| Jul 29 16:02:05.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61162026-07-29T16:02:06.705Z[ recovery-image] Jul 29 16:02:05.497 INFO O| Jul 29 16:02:05.497 INFO STEP 273 (remove_files) COMPLETE
61172026-07-29T16:02:06.705Z[ recovery-image] Jul 29 16:02:05.497 INFO O| Jul 29 16:02:05.497 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-29T16:02:06.711Z[ recovery-image] Jul 29 16:02:05.506 INFO O| Jul 29 16:02:05.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61192026-07-29T16:02:06.711Z[ recovery-image] Jul 29 16:02:05.506 INFO O| Jul 29 16:02:05.506 INFO STEP 274 (remove_files) COMPLETE
61202026-07-29T16:02:06.711Z[ recovery-image] Jul 29 16:02:05.506 INFO O| Jul 29 16:02:05.506 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-29T16:02:06.719Z[ recovery-image] Jul 29 16:02:05.513 INFO O| Jul 29 16:02:05.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61222026-07-29T16:02:06.719Z[ recovery-image] Jul 29 16:02:05.514 INFO O| Jul 29 16:02:05.514 INFO STEP 275 (remove_files) COMPLETE
61232026-07-29T16:02:06.719Z[ recovery-image] Jul 29 16:02:05.514 INFO O| Jul 29 16:02:05.514 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-29T16:02:06.727Z[ recovery-image] Jul 29 16:02:05.522 INFO O| Jul 29 16:02:05.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61252026-07-29T16:02:06.728Z[ recovery-image] Jul 29 16:02:05.522 INFO O| Jul 29 16:02:05.522 INFO STEP 276 (remove_files) COMPLETE
61262026-07-29T16:02:06.728Z[ recovery-image] Jul 29 16:02:05.522 INFO O| Jul 29 16:02:05.522 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-29T16:02:06.736Z[ recovery-image] Jul 29 16:02:05.531 INFO O| Jul 29 16:02:05.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61282026-07-29T16:02:06.736Z[ recovery-image] Jul 29 16:02:05.531 INFO O| Jul 29 16:02:05.531 INFO STEP 277 (remove_files) COMPLETE
61292026-07-29T16:02:06.736Z[ recovery-image] Jul 29 16:02:05.531 INFO O| Jul 29 16:02:05.531 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-29T16:02:06.744Z[ recovery-image] Jul 29 16:02:05.539 INFO O| Jul 29 16:02:05.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61312026-07-29T16:02:06.744Z[ recovery-image] Jul 29 16:02:05.539 INFO O| Jul 29 16:02:05.539 INFO STEP 278 (remove_files) COMPLETE
61322026-07-29T16:02:06.744Z[ recovery-image] Jul 29 16:02:05.539 INFO O| Jul 29 16:02:05.539 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-29T16:02:06.759Z[ recovery-image] Jul 29 16:02:05.547 INFO O| Jul 29 16:02:05.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61342026-07-29T16:02:06.759Z[ recovery-image] Jul 29 16:02:05.547 INFO O| Jul 29 16:02:05.547 INFO STEP 279 (remove_files) COMPLETE
61352026-07-29T16:02:06.759Z[ recovery-image] Jul 29 16:02:05.547 INFO O| Jul 29 16:02:05.547 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-29T16:02:06.762Z[ recovery-image] Jul 29 16:02:05.555 INFO O| Jul 29 16:02:05.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61372026-07-29T16:02:06.762Z[ recovery-image] Jul 29 16:02:05.555 INFO O| Jul 29 16:02:05.555 INFO STEP 280 (remove_files) COMPLETE
61382026-07-29T16:02:06.762Z[ recovery-image] Jul 29 16:02:05.555 INFO O| Jul 29 16:02:05.555 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-29T16:02:06.768Z[ recovery-image] Jul 29 16:02:05.563 INFO O| Jul 29 16:02:05.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61402026-07-29T16:02:06.768Z[ recovery-image] Jul 29 16:02:05.563 INFO O| Jul 29 16:02:05.563 INFO STEP 281 (remove_files) COMPLETE
61412026-07-29T16:02:06.768Z[ recovery-image] Jul 29 16:02:05.563 INFO O| Jul 29 16:02:05.563 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-29T16:02:06.779Z[ recovery-image] Jul 29 16:02:05.571 INFO O| Jul 29 16:02:05.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61432026-07-29T16:02:06.779Z[ recovery-image] Jul 29 16:02:05.571 INFO O| Jul 29 16:02:05.571 INFO STEP 282 (remove_files) COMPLETE
61442026-07-29T16:02:06.779Z[ recovery-image] Jul 29 16:02:05.571 INFO O| Jul 29 16:02:05.571 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-29T16:02:06.787Z[ recovery-image] Jul 29 16:02:05.581 INFO O| Jul 29 16:02:05.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61462026-07-29T16:02:06.787Z[ recovery-image] Jul 29 16:02:05.581 INFO O| Jul 29 16:02:05.581 INFO STEP 283 (remove_files) COMPLETE
61472026-07-29T16:02:06.791Z[ recovery-image] Jul 29 16:02:05.581 INFO O| Jul 29 16:02:05.581 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-29T16:02:06.796Z[ recovery-image] Jul 29 16:02:05.591 INFO O| Jul 29 16:02:05.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61492026-07-29T16:02:06.797Z[ recovery-image] Jul 29 16:02:05.591 INFO O| Jul 29 16:02:05.591 INFO STEP 284 (remove_files) COMPLETE
61502026-07-29T16:02:06.797Z[ recovery-image] Jul 29 16:02:05.591 INFO O| Jul 29 16:02:05.591 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-29T16:02:06.806Z[ recovery-image] Jul 29 16:02:05.600 INFO O| Jul 29 16:02:05.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61522026-07-29T16:02:06.806Z[ recovery-image] Jul 29 16:02:05.600 INFO O| Jul 29 16:02:05.600 INFO STEP 285 (remove_files) COMPLETE
61532026-07-29T16:02:06.809Z[ recovery-image] Jul 29 16:02:05.600 INFO O| Jul 29 16:02:05.600 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-29T16:02:06.814Z[ recovery-image] Jul 29 16:02:05.609 INFO O| Jul 29 16:02:05.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61552026-07-29T16:02:06.814Z[ recovery-image] Jul 29 16:02:05.609 INFO O| Jul 29 16:02:05.609 INFO STEP 286 (remove_files) COMPLETE
61562026-07-29T16:02:06.814Z[ recovery-image] Jul 29 16:02:05.609 INFO O| Jul 29 16:02:05.609 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-29T16:02:06.825Z[ recovery-image] Jul 29 16:02:05.620 INFO O| Jul 29 16:02:05.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61582026-07-29T16:02:06.825Z[ recovery-image] Jul 29 16:02:05.620 INFO O| Jul 29 16:02:05.620 INFO STEP 287 (remove_files) COMPLETE
61592026-07-29T16:02:06.825Z[ recovery-image] Jul 29 16:02:05.620 INFO O| Jul 29 16:02:05.620 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-29T16:02:06.834Z[ recovery-image] Jul 29 16:02:05.629 INFO O| Jul 29 16:02:05.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61612026-07-29T16:02:06.834Z[ recovery-image] Jul 29 16:02:05.629 INFO O| Jul 29 16:02:05.629 INFO STEP 288 (remove_files) COMPLETE
61622026-07-29T16:02:06.834Z[ recovery-image] Jul 29 16:02:05.629 INFO O| Jul 29 16:02:05.629 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-29T16:02:06.843Z[ recovery-image] Jul 29 16:02:05.637 INFO O| Jul 29 16:02:05.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61642026-07-29T16:02:06.843Z[ recovery-image] Jul 29 16:02:05.637 INFO O| Jul 29 16:02:05.637 INFO STEP 289 (remove_files) COMPLETE
61652026-07-29T16:02:06.843Z[ recovery-image] Jul 29 16:02:05.637 INFO O| Jul 29 16:02:05.637 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-29T16:02:06.853Z[ recovery-image] Jul 29 16:02:05.648 INFO O| Jul 29 16:02:05.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61672026-07-29T16:02:06.853Z[ recovery-image] Jul 29 16:02:05.648 INFO O| Jul 29 16:02:05.648 INFO STEP 290 (remove_files) COMPLETE
61682026-07-29T16:02:06.856Z[ recovery-image] Jul 29 16:02:05.648 INFO O| Jul 29 16:02:05.648 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-29T16:02:06.864Z[ recovery-image] Jul 29 16:02:05.659 INFO O| Jul 29 16:02:05.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61702026-07-29T16:02:06.864Z[ recovery-image] Jul 29 16:02:05.659 INFO O| Jul 29 16:02:05.659 INFO STEP 291 (remove_files) COMPLETE
61712026-07-29T16:02:06.867Z[ recovery-image] Jul 29 16:02:05.659 INFO O| Jul 29 16:02:05.659 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-29T16:02:06.875Z[ recovery-image] Jul 29 16:02:05.670 INFO O| Jul 29 16:02:05.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61732026-07-29T16:02:06.875Z[ recovery-image] Jul 29 16:02:05.670 INFO O| Jul 29 16:02:05.670 INFO STEP 292 (remove_files) COMPLETE
61742026-07-29T16:02:06.879Z[ recovery-image] Jul 29 16:02:05.670 INFO O| Jul 29 16:02:05.670 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-29T16:02:06.886Z[ recovery-image] Jul 29 16:02:05.680 INFO O| Jul 29 16:02:05.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61762026-07-29T16:02:06.886Z[ recovery-image] Jul 29 16:02:05.680 INFO O| Jul 29 16:02:05.680 INFO STEP 293 (remove_files) COMPLETE
61772026-07-29T16:02:06.889Z[ recovery-image] Jul 29 16:02:05.680 INFO O| Jul 29 16:02:05.680 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-29T16:02:06.896Z[ recovery-image] Jul 29 16:02:05.691 INFO O| Jul 29 16:02:05.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61792026-07-29T16:02:06.896Z[ recovery-image] Jul 29 16:02:05.691 INFO O| Jul 29 16:02:05.691 INFO STEP 294 (remove_files) COMPLETE
61802026-07-29T16:02:06.896Z[ recovery-image] Jul 29 16:02:05.691 INFO O| Jul 29 16:02:05.691 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-29T16:02:06.906Z[ recovery-image] Jul 29 16:02:05.700 INFO O| Jul 29 16:02:05.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61822026-07-29T16:02:06.906Z[ recovery-image] Jul 29 16:02:05.700 INFO O| Jul 29 16:02:05.700 INFO STEP 295 (remove_files) COMPLETE
61832026-07-29T16:02:06.906Z[ recovery-image] Jul 29 16:02:05.700 INFO O| Jul 29 16:02:05.700 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-29T16:02:06.930Z[ recovery-image] Jul 29 16:02:05.724 INFO O| Jul 29 16:02:05.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61852026-07-29T16:02:06.930Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.709 INFO STEP 296 (remove_files) COMPLETE
61862026-07-29T16:02:06.934Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.709 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-29T16:02:06.934Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61882026-07-29T16:02:06.934Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.717 INFO STEP 297 (remove_files) COMPLETE
61892026-07-29T16:02:06.934Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.717 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-29T16:02:06.934Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61912026-07-29T16:02:06.934Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.725 INFO STEP 298 (remove_files) COMPLETE
61922026-07-29T16:02:06.934Z[ recovery-image] Jul 29 16:02:05.725 INFO O| Jul 29 16:02:05.725 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-29T16:02:06.938Z[ recovery-image] Jul 29 16:02:05.733 INFO O| Jul 29 16:02:05.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61942026-07-29T16:02:06.944Z[ recovery-image] Jul 29 16:02:05.739 INFO O| Jul 29 16:02:05.739 INFO STEP 299 (remove_files) COMPLETE
61952026-07-29T16:02:06.944Z[ recovery-image] Jul 29 16:02:05.739 INFO O| Jul 29 16:02:05.739 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-29T16:02:06.954Z[ recovery-image] Jul 29 16:02:05.747 INFO O| Jul 29 16:02:05.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61972026-07-29T16:02:06.954Z[ recovery-image] Jul 29 16:02:05.748 INFO O| Jul 29 16:02:05.747 INFO STEP 300 (remove_files) COMPLETE
61982026-07-29T16:02:06.954Z[ recovery-image] Jul 29 16:02:05.748 INFO O| Jul 29 16:02:05.748 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-29T16:02:06.960Z[ recovery-image] Jul 29 16:02:05.755 INFO O| Jul 29 16:02:05.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62002026-07-29T16:02:06.964Z[ recovery-image] Jul 29 16:02:05.756 INFO O| Jul 29 16:02:05.756 INFO STEP 301 (remove_files) COMPLETE
62012026-07-29T16:02:06.964Z[ recovery-image] Jul 29 16:02:05.756 INFO O| Jul 29 16:02:05.756 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-29T16:02:06.968Z[ recovery-image] Jul 29 16:02:05.763 INFO O| Jul 29 16:02:05.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62032026-07-29T16:02:06.983Z[ recovery-image] Jul 29 16:02:05.778 INFO O| Jul 29 16:02:05.778 INFO STEP 302 (remove_files) COMPLETE
62042026-07-29T16:02:06.983Z[ recovery-image] Jul 29 16:02:05.778 INFO O| Jul 29 16:02:05.778 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-29T16:02:07.021Z[ recovery-image] Jul 29 16:02:05.816 INFO O| Jul 29 16:02:05.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62062026-07-29T16:02:07.021Z[ recovery-image] Jul 29 16:02:05.816 INFO O| Jul 29 16:02:05.816 INFO STEP 303 (remove_files) COMPLETE
62072026-07-29T16:02:07.024Z[ recovery-image] Jul 29 16:02:05.816 INFO O| Jul 29 16:02:05.816 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-29T16:02:07.031Z[ recovery-image] Jul 29 16:02:05.826 INFO O| Jul 29 16:02:05.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62092026-07-29T16:02:07.031Z[ recovery-image] Jul 29 16:02:05.826 INFO O| Jul 29 16:02:05.826 INFO STEP 304 (remove_files) COMPLETE
62102026-07-29T16:02:07.034Z[ recovery-image] Jul 29 16:02:05.826 INFO O| Jul 29 16:02:05.826 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-29T16:02:07.039Z[ recovery-image] Jul 29 16:02:05.834 INFO O| Jul 29 16:02:05.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62122026-07-29T16:02:07.040Z[ recovery-image] Jul 29 16:02:05.834 INFO O| Jul 29 16:02:05.834 INFO STEP 305 (remove_files) COMPLETE
62132026-07-29T16:02:07.043Z[ recovery-image] Jul 29 16:02:05.834 INFO O| Jul 29 16:02:05.834 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-29T16:02:07.048Z[ recovery-image] Jul 29 16:02:05.843 INFO O| Jul 29 16:02:05.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62152026-07-29T16:02:07.048Z[ recovery-image] Jul 29 16:02:05.843 INFO O| Jul 29 16:02:05.843 INFO STEP 306 (remove_files) COMPLETE
62162026-07-29T16:02:07.048Z[ recovery-image] Jul 29 16:02:05.843 INFO O| Jul 29 16:02:05.843 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-29T16:02:07.055Z[ recovery-image] Jul 29 16:02:05.850 INFO O| Jul 29 16:02:05.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62182026-07-29T16:02:07.055Z[ recovery-image] Jul 29 16:02:05.850 INFO O| Jul 29 16:02:05.850 INFO STEP 307 (remove_files) COMPLETE
62192026-07-29T16:02:07.059Z[ recovery-image] Jul 29 16:02:05.850 INFO O| Jul 29 16:02:05.850 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-29T16:02:07.063Z[ recovery-image] Jul 29 16:02:05.858 INFO O| Jul 29 16:02:05.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62212026-07-29T16:02:07.066Z[ recovery-image] Jul 29 16:02:05.858 INFO O| Jul 29 16:02:05.858 INFO STEP 308 (remove_files) COMPLETE
62222026-07-29T16:02:07.066Z[ recovery-image] Jul 29 16:02:05.858 INFO O| Jul 29 16:02:05.858 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-29T16:02:07.070Z[ recovery-image] Jul 29 16:02:05.865 INFO O| Jul 29 16:02:05.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62242026-07-29T16:02:07.071Z[ recovery-image] Jul 29 16:02:05.865 INFO O| Jul 29 16:02:05.865 INFO STEP 309 (remove_files) COMPLETE
62252026-07-29T16:02:07.071Z[ recovery-image] Jul 29 16:02:05.865 INFO O| Jul 29 16:02:05.865 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-29T16:02:07.078Z[ recovery-image] Jul 29 16:02:05.873 INFO O| Jul 29 16:02:05.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62272026-07-29T16:02:07.078Z[ recovery-image] Jul 29 16:02:05.873 INFO O| Jul 29 16:02:05.873 INFO STEP 310 (remove_files) COMPLETE
62282026-07-29T16:02:07.082Z[ recovery-image] Jul 29 16:02:05.873 INFO O| Jul 29 16:02:05.873 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-29T16:02:07.086Z[ recovery-image] Jul 29 16:02:05.881 INFO O| Jul 29 16:02:05.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62302026-07-29T16:02:07.086Z[ recovery-image] Jul 29 16:02:05.881 INFO O| Jul 29 16:02:05.881 INFO STEP 311 (remove_files) COMPLETE
62312026-07-29T16:02:07.086Z[ recovery-image] Jul 29 16:02:05.881 INFO O| Jul 29 16:02:05.881 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-29T16:02:07.124Z[ recovery-image] Jul 29 16:02:05.918 INFO O| Jul 29 16:02:05.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62332026-07-29T16:02:07.125Z[ recovery-image] Jul 29 16:02:05.918 INFO O| Jul 29 16:02:05.918 INFO STEP 312 (remove_files) COMPLETE
62342026-07-29T16:02:07.125Z[ recovery-image] Jul 29 16:02:05.918 INFO O| Jul 29 16:02:05.918 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-29T16:02:07.131Z[ recovery-image] Jul 29 16:02:05.926 INFO O| Jul 29 16:02:05.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62362026-07-29T16:02:07.131Z[ recovery-image] Jul 29 16:02:05.926 INFO O| Jul 29 16:02:05.926 INFO STEP 313 (remove_files) COMPLETE
62372026-07-29T16:02:07.131Z[ recovery-image] Jul 29 16:02:05.926 INFO O| Jul 29 16:02:05.926 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-29T16:02:07.139Z[ recovery-image] Jul 29 16:02:05.934 INFO O| Jul 29 16:02:05.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62392026-07-29T16:02:07.143Z[ recovery-image] Jul 29 16:02:05.934 INFO O| Jul 29 16:02:05.934 INFO STEP 314 (remove_files) COMPLETE
62402026-07-29T16:02:07.143Z[ recovery-image] Jul 29 16:02:05.934 INFO O| Jul 29 16:02:05.934 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-29T16:02:07.148Z[ recovery-image] Jul 29 16:02:05.943 INFO O| Jul 29 16:02:05.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62422026-07-29T16:02:07.148Z[ recovery-image] Jul 29 16:02:05.943 INFO O| Jul 29 16:02:05.943 INFO STEP 315 (remove_files) COMPLETE
62432026-07-29T16:02:07.148Z[ recovery-image] Jul 29 16:02:05.943 INFO O| Jul 29 16:02:05.943 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-29T16:02:07.156Z[ recovery-image] Jul 29 16:02:05.951 INFO O| Jul 29 16:02:05.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62452026-07-29T16:02:07.156Z[ recovery-image] Jul 29 16:02:05.951 INFO O| Jul 29 16:02:05.951 INFO STEP 316 (remove_files) COMPLETE
62462026-07-29T16:02:07.156Z[ recovery-image] Jul 29 16:02:05.951 INFO O| Jul 29 16:02:05.951 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-29T16:02:07.164Z[ recovery-image] Jul 29 16:02:05.959 INFO O| Jul 29 16:02:05.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62482026-07-29T16:02:07.164Z[ recovery-image] Jul 29 16:02:05.959 INFO O| Jul 29 16:02:05.959 INFO STEP 317 (remove_files) COMPLETE
62492026-07-29T16:02:07.164Z[ recovery-image] Jul 29 16:02:05.959 INFO O| Jul 29 16:02:05.959 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-29T16:02:07.172Z[ recovery-image] Jul 29 16:02:05.967 INFO O| Jul 29 16:02:05.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62512026-07-29T16:02:07.172Z[ recovery-image] Jul 29 16:02:05.967 INFO O| Jul 29 16:02:05.967 INFO STEP 318 (remove_files) COMPLETE
62522026-07-29T16:02:07.172Z[ recovery-image] Jul 29 16:02:05.967 INFO O| Jul 29 16:02:05.967 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-29T16:02:07.180Z[ recovery-image] Jul 29 16:02:05.975 INFO O| Jul 29 16:02:05.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62542026-07-29T16:02:07.180Z[ recovery-image] Jul 29 16:02:05.975 INFO O| Jul 29 16:02:05.975 INFO STEP 319 (remove_files) COMPLETE
62552026-07-29T16:02:07.180Z[ recovery-image] Jul 29 16:02:05.975 INFO O| Jul 29 16:02:05.975 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-29T16:02:07.189Z[ recovery-image] Jul 29 16:02:05.984 INFO O| Jul 29 16:02:05.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62572026-07-29T16:02:07.189Z[ recovery-image] Jul 29 16:02:05.984 INFO O| Jul 29 16:02:05.984 INFO STEP 320 (remove_files) COMPLETE
62582026-07-29T16:02:07.192Z[ recovery-image] Jul 29 16:02:05.984 INFO O| Jul 29 16:02:05.984 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-29T16:02:07.197Z[ recovery-image] Jul 29 16:02:05.992 INFO O| Jul 29 16:02:05.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62602026-07-29T16:02:07.197Z[ recovery-image] Jul 29 16:02:05.992 INFO O| Jul 29 16:02:05.992 INFO STEP 321 (remove_files) COMPLETE
62612026-07-29T16:02:07.201Z[ recovery-image] Jul 29 16:02:05.992 INFO O| Jul 29 16:02:05.992 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-29T16:02:07.205Z[ recovery-image] Jul 29 16:02:06.000 INFO O| Jul 29 16:02:06.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62632026-07-29T16:02:07.205Z[ recovery-image] Jul 29 16:02:06.000 INFO O| Jul 29 16:02:06.000 INFO STEP 322 (remove_files) COMPLETE
62642026-07-29T16:02:07.205Z[ recovery-image] Jul 29 16:02:06.000 INFO O| Jul 29 16:02:06.000 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-29T16:02:07.214Z[ recovery-image] Jul 29 16:02:06.009 INFO O| Jul 29 16:02:06.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62662026-07-29T16:02:07.214Z[ recovery-image] Jul 29 16:02:06.009 INFO O| Jul 29 16:02:06.009 INFO STEP 323 (remove_files) COMPLETE
62672026-07-29T16:02:07.217Z[ recovery-image] Jul 29 16:02:06.009 INFO O| Jul 29 16:02:06.009 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-29T16:02:07.223Z[ recovery-image] Jul 29 16:02:06.018 INFO O| Jul 29 16:02:06.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62692026-07-29T16:02:07.223Z[ recovery-image] Jul 29 16:02:06.018 INFO O| Jul 29 16:02:06.018 INFO STEP 324 (remove_files) COMPLETE
62702026-07-29T16:02:07.226Z[ recovery-image] Jul 29 16:02:06.018 INFO O| Jul 29 16:02:06.018 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-29T16:02:07.233Z[ recovery-image] Jul 29 16:02:06.027 INFO O| Jul 29 16:02:06.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62722026-07-29T16:02:07.233Z[ recovery-image] Jul 29 16:02:06.027 INFO O| Jul 29 16:02:06.027 INFO STEP 325 (remove_files) COMPLETE
62732026-07-29T16:02:07.236Z[ recovery-image] Jul 29 16:02:06.027 INFO O| Jul 29 16:02:06.027 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-29T16:02:07.266Z[ recovery-image] Jul 29 16:02:06.061 INFO O| Jul 29 16:02:06.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62752026-07-29T16:02:07.266Z[ recovery-image] Jul 29 16:02:06.061 INFO O| Jul 29 16:02:06.061 INFO STEP 326 (remove_files) COMPLETE
62762026-07-29T16:02:07.266Z[ recovery-image] Jul 29 16:02:06.061 INFO O| Jul 29 16:02:06.061 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-29T16:02:07.278Z[ recovery-image] Jul 29 16:02:06.073 INFO O| Jul 29 16:02:06.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62782026-07-29T16:02:07.279Z[ recovery-image] Jul 29 16:02:06.073 INFO O| Jul 29 16:02:06.073 INFO STEP 327 (remove_files) COMPLETE
62792026-07-29T16:02:07.283Z[ recovery-image] Jul 29 16:02:06.073 INFO O| Jul 29 16:02:06.073 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-29T16:02:07.288Z[ recovery-image] Jul 29 16:02:06.083 INFO O| Jul 29 16:02:06.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62812026-07-29T16:02:07.288Z[ recovery-image] Jul 29 16:02:06.083 INFO O| Jul 29 16:02:06.083 INFO STEP 328 (remove_files) COMPLETE
62822026-07-29T16:02:07.288Z[ recovery-image] Jul 29 16:02:06.083 INFO O| Jul 29 16:02:06.083 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-29T16:02:07.298Z[ recovery-image] Jul 29 16:02:06.093 INFO O| Jul 29 16:02:06.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62842026-07-29T16:02:07.298Z[ recovery-image] Jul 29 16:02:06.093 INFO O| Jul 29 16:02:06.093 INFO STEP 329 (remove_files) COMPLETE
62852026-07-29T16:02:07.298Z[ recovery-image] Jul 29 16:02:06.093 INFO O| Jul 29 16:02:06.093 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-29T16:02:07.309Z[ recovery-image] Jul 29 16:02:06.103 INFO O| Jul 29 16:02:06.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62872026-07-29T16:02:07.309Z[ recovery-image] Jul 29 16:02:06.103 INFO O| Jul 29 16:02:06.103 INFO STEP 330 (remove_files) COMPLETE
62882026-07-29T16:02:07.309Z[ recovery-image] Jul 29 16:02:06.103 INFO O| Jul 29 16:02:06.103 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-29T16:02:07.320Z[ recovery-image] Jul 29 16:02:06.115 INFO O| Jul 29 16:02:06.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62902026-07-29T16:02:07.320Z[ recovery-image] Jul 29 16:02:06.115 INFO O| Jul 29 16:02:06.115 INFO STEP 331 (remove_files) COMPLETE
62912026-07-29T16:02:07.320Z[ recovery-image] Jul 29 16:02:06.115 INFO O| Jul 29 16:02:06.115 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-29T16:02:07.330Z[ recovery-image] Jul 29 16:02:06.125 INFO O| Jul 29 16:02:06.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62932026-07-29T16:02:07.330Z[ recovery-image] Jul 29 16:02:06.125 INFO O| Jul 29 16:02:06.125 INFO STEP 332 (remove_files) COMPLETE
62942026-07-29T16:02:07.330Z[ recovery-image] Jul 29 16:02:06.125 INFO O| Jul 29 16:02:06.125 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-29T16:02:07.341Z[ recovery-image] Jul 29 16:02:06.136 INFO O| Jul 29 16:02:06.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62962026-07-29T16:02:07.341Z[ recovery-image] Jul 29 16:02:06.136 INFO O| Jul 29 16:02:06.136 INFO STEP 333 (remove_files) COMPLETE
62972026-07-29T16:02:07.341Z[ recovery-image] Jul 29 16:02:06.136 INFO O| Jul 29 16:02:06.136 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-29T16:02:07.349Z[ recovery-image] Jul 29 16:02:06.144 INFO O| Jul 29 16:02:06.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62992026-07-29T16:02:07.349Z[ recovery-image] Jul 29 16:02:06.144 INFO O| Jul 29 16:02:06.144 INFO STEP 334 (remove_files) COMPLETE
63002026-07-29T16:02:07.352Z[ recovery-image] Jul 29 16:02:06.144 INFO O| Jul 29 16:02:06.144 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-29T16:02:07.357Z[ recovery-image] Jul 29 16:02:06.152 INFO O| Jul 29 16:02:06.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63022026-07-29T16:02:07.357Z[ recovery-image] Jul 29 16:02:06.152 INFO O| Jul 29 16:02:06.152 INFO STEP 335 (remove_files) COMPLETE
63032026-07-29T16:02:07.360Z[ recovery-image] Jul 29 16:02:06.152 INFO O| Jul 29 16:02:06.152 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-29T16:02:07.366Z[ recovery-image] Jul 29 16:02:06.161 INFO O| Jul 29 16:02:06.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63052026-07-29T16:02:07.366Z[ recovery-image] Jul 29 16:02:06.161 INFO O| Jul 29 16:02:06.161 INFO STEP 336 (remove_files) COMPLETE
63062026-07-29T16:02:07.366Z[ recovery-image] Jul 29 16:02:06.161 INFO O| Jul 29 16:02:06.161 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-29T16:02:07.374Z[ recovery-image] Jul 29 16:02:06.169 INFO O| Jul 29 16:02:06.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63082026-07-29T16:02:07.374Z[ recovery-image] Jul 29 16:02:06.169 INFO O| Jul 29 16:02:06.169 INFO STEP 337 (remove_files) COMPLETE
63092026-07-29T16:02:07.374Z[ recovery-image] Jul 29 16:02:06.169 INFO O| Jul 29 16:02:06.169 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-29T16:02:07.384Z[ recovery-image] Jul 29 16:02:06.178 INFO O| Jul 29 16:02:06.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63112026-07-29T16:02:07.384Z[ recovery-image] Jul 29 16:02:06.179 INFO O| Jul 29 16:02:06.179 INFO STEP 338 (remove_files) COMPLETE
63122026-07-29T16:02:07.387Z[ recovery-image] Jul 29 16:02:06.179 INFO O| Jul 29 16:02:06.179 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-29T16:02:07.393Z[ recovery-image] Jul 29 16:02:06.188 INFO O| Jul 29 16:02:06.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63142026-07-29T16:02:07.393Z[ recovery-image] Jul 29 16:02:06.188 INFO O| Jul 29 16:02:06.188 INFO STEP 339 (remove_files) COMPLETE
63152026-07-29T16:02:07.393Z[ recovery-image] Jul 29 16:02:06.188 INFO O| Jul 29 16:02:06.188 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-29T16:02:07.402Z[ recovery-image] Jul 29 16:02:06.197 INFO O| Jul 29 16:02:06.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63172026-07-29T16:02:07.402Z[ recovery-image] Jul 29 16:02:06.197 INFO O| Jul 29 16:02:06.197 INFO STEP 340 (remove_files) COMPLETE
63182026-07-29T16:02:07.405Z[ recovery-image] Jul 29 16:02:06.197 INFO O| Jul 29 16:02:06.197 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-29T16:02:07.411Z[ recovery-image] Jul 29 16:02:06.206 INFO O| Jul 29 16:02:06.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63202026-07-29T16:02:07.411Z[ recovery-image] Jul 29 16:02:06.206 INFO O| Jul 29 16:02:06.206 INFO STEP 341 (remove_files) COMPLETE
63212026-07-29T16:02:07.414Z[ recovery-image] Jul 29 16:02:06.206 INFO O| Jul 29 16:02:06.206 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-29T16:02:07.420Z[ recovery-image] Jul 29 16:02:06.215 INFO O| Jul 29 16:02:06.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63232026-07-29T16:02:07.420Z[ recovery-image] Jul 29 16:02:06.215 INFO O| Jul 29 16:02:06.215 INFO STEP 342 (remove_files) COMPLETE
63242026-07-29T16:02:07.420Z[ recovery-image] Jul 29 16:02:06.215 INFO O| Jul 29 16:02:06.215 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-29T16:02:07.429Z[ recovery-image] Jul 29 16:02:06.224 INFO O| Jul 29 16:02:06.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63262026-07-29T16:02:07.430Z[ recovery-image] Jul 29 16:02:06.224 INFO O| Jul 29 16:02:06.224 INFO STEP 343 (remove_files) COMPLETE
63272026-07-29T16:02:07.430Z[ recovery-image] Jul 29 16:02:06.224 INFO O| Jul 29 16:02:06.224 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-29T16:02:07.439Z[ recovery-image] Jul 29 16:02:06.234 INFO O| Jul 29 16:02:06.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63292026-07-29T16:02:07.439Z[ recovery-image] Jul 29 16:02:06.234 INFO O| Jul 29 16:02:06.234 INFO STEP 344 (remove_files) COMPLETE
63302026-07-29T16:02:07.439Z[ recovery-image] Jul 29 16:02:06.234 INFO O| Jul 29 16:02:06.234 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-29T16:02:07.448Z[ recovery-image] Jul 29 16:02:06.243 INFO O| Jul 29 16:02:06.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63322026-07-29T16:02:07.448Z[ recovery-image] Jul 29 16:02:06.243 INFO O| Jul 29 16:02:06.243 INFO STEP 345 (remove_files) COMPLETE
63332026-07-29T16:02:07.453Z[ recovery-image] Jul 29 16:02:06.243 INFO O| Jul 29 16:02:06.243 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-29T16:02:07.457Z[ recovery-image] Jul 29 16:02:06.252 INFO O| Jul 29 16:02:06.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63352026-07-29T16:02:07.457Z[ recovery-image] Jul 29 16:02:06.252 INFO O| Jul 29 16:02:06.252 INFO STEP 346 (remove_files) COMPLETE
63362026-07-29T16:02:07.461Z[ recovery-image] Jul 29 16:02:06.252 INFO O| Jul 29 16:02:06.252 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-29T16:02:07.468Z[ recovery-image] Jul 29 16:02:06.262 INFO O| Jul 29 16:02:06.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63382026-07-29T16:02:07.468Z[ recovery-image] Jul 29 16:02:06.263 INFO O| Jul 29 16:02:06.262 INFO STEP 347 (remove_files) COMPLETE
63392026-07-29T16:02:07.468Z[ recovery-image] Jul 29 16:02:06.263 INFO O| Jul 29 16:02:06.262 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-29T16:02:07.476Z[ recovery-image] Jul 29 16:02:06.271 INFO O| Jul 29 16:02:06.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63412026-07-29T16:02:07.476Z[ recovery-image] Jul 29 16:02:06.271 INFO O| Jul 29 16:02:06.271 INFO STEP 348 (remove_files) COMPLETE
63422026-07-29T16:02:07.476Z[ recovery-image] Jul 29 16:02:06.271 INFO O| Jul 29 16:02:06.271 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-29T16:02:07.484Z[ recovery-image] Jul 29 16:02:06.279 INFO O| Jul 29 16:02:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63442026-07-29T16:02:07.484Z[ recovery-image] Jul 29 16:02:06.279 INFO O| Jul 29 16:02:06.279 INFO STEP 349 (remove_files) COMPLETE
63452026-07-29T16:02:07.484Z[ recovery-image] Jul 29 16:02:06.279 INFO O| Jul 29 16:02:06.279 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-29T16:02:07.492Z[ recovery-image] Jul 29 16:02:06.287 INFO O| Jul 29 16:02:06.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63472026-07-29T16:02:07.492Z[ recovery-image] Jul 29 16:02:06.287 INFO O| Jul 29 16:02:06.287 INFO STEP 350 (remove_files) COMPLETE
63482026-07-29T16:02:07.496Z[ recovery-image] Jul 29 16:02:06.287 INFO O| Jul 29 16:02:06.287 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-29T16:02:07.500Z[ recovery-image] Jul 29 16:02:06.295 INFO O| Jul 29 16:02:06.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63502026-07-29T16:02:07.500Z[ recovery-image] Jul 29 16:02:06.295 INFO O| Jul 29 16:02:06.295 INFO STEP 351 (remove_files) COMPLETE
63512026-07-29T16:02:07.503Z[ recovery-image] Jul 29 16:02:06.295 INFO O| Jul 29 16:02:06.295 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-29T16:02:07.510Z[ recovery-image] Jul 29 16:02:06.305 INFO O| Jul 29 16:02:06.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63532026-07-29T16:02:07.510Z[ recovery-image] Jul 29 16:02:06.305 INFO O| Jul 29 16:02:06.305 INFO STEP 352 (remove_files) COMPLETE
63542026-07-29T16:02:07.510Z[ recovery-image] Jul 29 16:02:06.305 INFO O| Jul 29 16:02:06.305 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-29T16:02:07.520Z[ recovery-image] Jul 29 16:02:06.315 INFO O| Jul 29 16:02:06.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63562026-07-29T16:02:07.520Z[ recovery-image] Jul 29 16:02:06.315 INFO O| Jul 29 16:02:06.315 INFO STEP 353 (remove_files) COMPLETE
63572026-07-29T16:02:07.520Z[ recovery-image] Jul 29 16:02:06.315 INFO O| Jul 29 16:02:06.315 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-29T16:02:07.529Z[ recovery-image] Jul 29 16:02:06.324 INFO O| Jul 29 16:02:06.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63592026-07-29T16:02:07.529Z[ recovery-image] Jul 29 16:02:06.324 INFO O| Jul 29 16:02:06.324 INFO STEP 354 (remove_files) COMPLETE
63602026-07-29T16:02:07.529Z[ recovery-image] Jul 29 16:02:06.324 INFO O| Jul 29 16:02:06.324 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-29T16:02:07.539Z[ recovery-image] Jul 29 16:02:06.334 INFO O| Jul 29 16:02:06.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63622026-07-29T16:02:07.539Z[ recovery-image] Jul 29 16:02:06.334 INFO O| Jul 29 16:02:06.334 INFO STEP 355 (remove_files) COMPLETE
63632026-07-29T16:02:07.539Z[ recovery-image] Jul 29 16:02:06.334 INFO O| Jul 29 16:02:06.334 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-29T16:02:07.548Z[ recovery-image] Jul 29 16:02:06.343 INFO O| Jul 29 16:02:06.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63652026-07-29T16:02:07.548Z[ recovery-image] Jul 29 16:02:06.343 INFO O| Jul 29 16:02:06.343 INFO STEP 356 (remove_files) COMPLETE
63662026-07-29T16:02:07.548Z[ recovery-image] Jul 29 16:02:06.343 INFO O| Jul 29 16:02:06.343 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-29T16:02:07.557Z[ recovery-image] Jul 29 16:02:06.352 INFO O| Jul 29 16:02:06.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63682026-07-29T16:02:07.557Z[ recovery-image] Jul 29 16:02:06.352 INFO O| Jul 29 16:02:06.352 INFO STEP 357 (remove_files) COMPLETE
63692026-07-29T16:02:07.557Z[ recovery-image] Jul 29 16:02:06.352 INFO O| Jul 29 16:02:06.352 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-29T16:02:07.569Z[ recovery-image] Jul 29 16:02:06.363 INFO O| Jul 29 16:02:06.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63712026-07-29T16:02:07.569Z[ recovery-image] Jul 29 16:02:06.363 INFO O| Jul 29 16:02:06.363 INFO STEP 358 (remove_files) COMPLETE
63722026-07-29T16:02:07.569Z[ recovery-image] Jul 29 16:02:06.363 INFO O| Jul 29 16:02:06.363 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-29T16:02:07.578Z[ recovery-image] Jul 29 16:02:06.373 INFO O| Jul 29 16:02:06.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63742026-07-29T16:02:07.578Z[ recovery-image] Jul 29 16:02:06.373 INFO O| Jul 29 16:02:06.373 INFO STEP 359 (remove_files) COMPLETE
63752026-07-29T16:02:07.578Z[ recovery-image] Jul 29 16:02:06.373 INFO O| Jul 29 16:02:06.373 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-29T16:02:07.587Z[ recovery-image] Jul 29 16:02:06.382 INFO O| Jul 29 16:02:06.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63772026-07-29T16:02:07.587Z[ recovery-image] Jul 29 16:02:06.382 INFO O| Jul 29 16:02:06.382 INFO STEP 360 (remove_files) COMPLETE
63782026-07-29T16:02:07.587Z[ recovery-image] Jul 29 16:02:06.382 INFO O| Jul 29 16:02:06.382 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-29T16:02:07.597Z[ recovery-image] Jul 29 16:02:06.391 INFO O| Jul 29 16:02:06.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63802026-07-29T16:02:07.597Z[ recovery-image] Jul 29 16:02:06.391 INFO O| Jul 29 16:02:06.391 INFO STEP 361 (remove_files) COMPLETE
63812026-07-29T16:02:07.597Z[ recovery-image] Jul 29 16:02:06.391 INFO O| Jul 29 16:02:06.391 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-29T16:02:07.607Z[ recovery-image] Jul 29 16:02:06.401 INFO O| Jul 29 16:02:06.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63832026-07-29T16:02:07.607Z[ recovery-image] Jul 29 16:02:06.401 INFO O| Jul 29 16:02:06.401 INFO STEP 362 (remove_files) COMPLETE
63842026-07-29T16:02:07.607Z[ recovery-image] Jul 29 16:02:06.401 INFO O| Jul 29 16:02:06.401 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-29T16:02:07.615Z[ recovery-image] Jul 29 16:02:06.410 INFO O| Jul 29 16:02:06.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63862026-07-29T16:02:07.615Z[ recovery-image] Jul 29 16:02:06.410 INFO O| Jul 29 16:02:06.410 INFO STEP 363 (remove_files) COMPLETE
63872026-07-29T16:02:07.615Z[ recovery-image] Jul 29 16:02:06.410 INFO O| Jul 29 16:02:06.410 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-29T16:02:07.625Z[ recovery-image] Jul 29 16:02:06.420 INFO O| Jul 29 16:02:06.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63892026-07-29T16:02:07.626Z[ recovery-image] Jul 29 16:02:06.420 INFO O| Jul 29 16:02:06.420 INFO STEP 364 (remove_files) COMPLETE
63902026-07-29T16:02:07.626Z[ recovery-image] Jul 29 16:02:06.420 INFO O| Jul 29 16:02:06.420 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-29T16:02:07.634Z[ recovery-image] Jul 29 16:02:06.429 INFO O| Jul 29 16:02:06.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63922026-07-29T16:02:07.634Z[ recovery-image] Jul 29 16:02:06.429 INFO O| Jul 29 16:02:06.429 INFO STEP 365 (remove_files) COMPLETE
63932026-07-29T16:02:07.634Z[ recovery-image] Jul 29 16:02:06.429 INFO O| Jul 29 16:02:06.429 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-07-29T16:02:07.642Z[ recovery-image] Jul 29 16:02:06.437 INFO O| Jul 29 16:02:06.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63952026-07-29T16:02:07.642Z[ recovery-image] Jul 29 16:02:06.437 INFO O| Jul 29 16:02:06.437 INFO STEP 366 (remove_files) COMPLETE
63962026-07-29T16:02:07.642Z[ recovery-image] Jul 29 16:02:06.437 INFO O| Jul 29 16:02:06.437 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-07-29T16:02:07.653Z[ recovery-image] Jul 29 16:02:06.448 INFO O| Jul 29 16:02:06.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63982026-07-29T16:02:07.653Z[ recovery-image] Jul 29 16:02:06.448 INFO O| Jul 29 16:02:06.448 INFO STEP 367 (remove_files) COMPLETE
63992026-07-29T16:02:07.653Z[ recovery-image] Jul 29 16:02:06.448 INFO O| Jul 29 16:02:06.448 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-29T16:02:07.664Z[ recovery-image] Jul 29 16:02:06.459 INFO O| Jul 29 16:02:06.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64012026-07-29T16:02:07.667Z[ recovery-image] Jul 29 16:02:06.459 INFO O| Jul 29 16:02:06.459 INFO STEP 368 (remove_files) COMPLETE
64022026-07-29T16:02:07.667Z[ recovery-image] Jul 29 16:02:06.460 INFO O| Jul 29 16:02:06.460 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-07-29T16:02:07.676Z[ recovery-image] Jul 29 16:02:06.471 INFO O| Jul 29 16:02:06.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64042026-07-29T16:02:07.676Z[ recovery-image] Jul 29 16:02:06.471 INFO O| Jul 29 16:02:06.471 INFO STEP 369 (remove_files) COMPLETE
64052026-07-29T16:02:07.676Z[ recovery-image] Jul 29 16:02:06.471 INFO O| Jul 29 16:02:06.471 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-07-29T16:02:07.686Z[ recovery-image] Jul 29 16:02:06.481 INFO O| Jul 29 16:02:06.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64072026-07-29T16:02:07.686Z[ recovery-image] Jul 29 16:02:06.481 INFO O| Jul 29 16:02:06.481 INFO STEP 370 (remove_files) COMPLETE
64082026-07-29T16:02:07.686Z[ recovery-image] Jul 29 16:02:06.481 INFO O| Jul 29 16:02:06.481 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-07-29T16:02:07.695Z[ recovery-image] Jul 29 16:02:06.490 INFO O| Jul 29 16:02:06.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64102026-07-29T16:02:07.695Z[ recovery-image] Jul 29 16:02:06.490 INFO O| Jul 29 16:02:06.490 INFO STEP 371 (remove_files) COMPLETE
64112026-07-29T16:02:07.695Z[ recovery-image] Jul 29 16:02:06.490 INFO O| Jul 29 16:02:06.490 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-07-29T16:02:07.703Z[ recovery-image] Jul 29 16:02:06.498 INFO O| Jul 29 16:02:06.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64132026-07-29T16:02:07.703Z[ recovery-image] Jul 29 16:02:06.498 INFO O| Jul 29 16:02:06.498 INFO STEP 372 (remove_files) COMPLETE
64142026-07-29T16:02:07.703Z[ recovery-image] Jul 29 16:02:06.498 INFO O| Jul 29 16:02:06.498 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-07-29T16:02:07.713Z[ recovery-image] Jul 29 16:02:06.508 INFO O| Jul 29 16:02:06.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64162026-07-29T16:02:07.713Z[ recovery-image] Jul 29 16:02:06.508 INFO O| Jul 29 16:02:06.508 INFO STEP 373 (remove_files) COMPLETE
64172026-07-29T16:02:07.716Z[ recovery-image] Jul 29 16:02:06.508 INFO O| Jul 29 16:02:06.508 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-07-29T16:02:07.723Z[ recovery-image] Jul 29 16:02:06.518 INFO O| Jul 29 16:02:06.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64192026-07-29T16:02:07.723Z[ recovery-image] Jul 29 16:02:06.518 INFO O| Jul 29 16:02:06.518 INFO STEP 374 (remove_files) COMPLETE
64202026-07-29T16:02:07.723Z[ recovery-image] Jul 29 16:02:06.518 INFO O| Jul 29 16:02:06.518 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-07-29T16:02:07.732Z[ recovery-image] Jul 29 16:02:06.527 INFO O| Jul 29 16:02:06.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64222026-07-29T16:02:07.732Z[ recovery-image] Jul 29 16:02:06.527 INFO O| Jul 29 16:02:06.527 INFO STEP 375 (remove_files) COMPLETE
64232026-07-29T16:02:07.735Z[ recovery-image] Jul 29 16:02:06.527 INFO O| Jul 29 16:02:06.527 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-07-29T16:02:07.742Z[ recovery-image] Jul 29 16:02:06.537 INFO O| Jul 29 16:02:06.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64252026-07-29T16:02:07.742Z[ recovery-image] Jul 29 16:02:06.537 INFO O| Jul 29 16:02:06.537 INFO STEP 376 (remove_files) COMPLETE
64262026-07-29T16:02:07.742Z[ recovery-image] Jul 29 16:02:06.537 INFO O| Jul 29 16:02:06.537 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-29T16:02:07.753Z[ recovery-image] Jul 29 16:02:06.548 INFO O| Jul 29 16:02:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64282026-07-29T16:02:07.753Z[ recovery-image] Jul 29 16:02:06.548 INFO O| Jul 29 16:02:06.548 INFO STEP 377 (remove_files) COMPLETE
64292026-07-29T16:02:07.757Z[ recovery-image] Jul 29 16:02:06.548 INFO O| Jul 29 16:02:06.548 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-07-29T16:02:07.762Z[ recovery-image] Jul 29 16:02:06.557 INFO O| Jul 29 16:02:06.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64312026-07-29T16:02:07.762Z[ recovery-image] Jul 29 16:02:06.557 INFO O| Jul 29 16:02:06.557 INFO STEP 378 (remove_files) COMPLETE
64322026-07-29T16:02:07.762Z[ recovery-image] Jul 29 16:02:06.557 INFO O| Jul 29 16:02:06.557 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-07-29T16:02:07.772Z[ recovery-image] Jul 29 16:02:06.566 INFO O| Jul 29 16:02:06.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64342026-07-29T16:02:07.772Z[ recovery-image] Jul 29 16:02:06.566 INFO O| Jul 29 16:02:06.566 INFO STEP 379 (remove_files) COMPLETE
64352026-07-29T16:02:07.772Z[ recovery-image] Jul 29 16:02:06.566 INFO O| Jul 29 16:02:06.566 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-07-29T16:02:07.781Z[ recovery-image] Jul 29 16:02:06.575 INFO O| Jul 29 16:02:06.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64372026-07-29T16:02:07.781Z[ recovery-image] Jul 29 16:02:06.575 INFO O| Jul 29 16:02:06.575 INFO STEP 380 (remove_files) COMPLETE
64382026-07-29T16:02:07.781Z[ recovery-image] Jul 29 16:02:06.575 INFO O| Jul 29 16:02:06.575 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-07-29T16:02:07.790Z[ recovery-image] Jul 29 16:02:06.584 INFO O| Jul 29 16:02:06.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64402026-07-29T16:02:07.790Z[ recovery-image] Jul 29 16:02:06.584 INFO O| Jul 29 16:02:06.584 INFO STEP 381 (remove_files) COMPLETE
64412026-07-29T16:02:07.793Z[ recovery-image] Jul 29 16:02:06.584 INFO O| Jul 29 16:02:06.584 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-07-29T16:02:07.798Z[ recovery-image] Jul 29 16:02:06.593 INFO O| Jul 29 16:02:06.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64432026-07-29T16:02:07.798Z[ recovery-image] Jul 29 16:02:06.593 INFO O| Jul 29 16:02:06.593 INFO STEP 382 (remove_files) COMPLETE
64442026-07-29T16:02:07.801Z[ recovery-image] Jul 29 16:02:06.593 INFO O| Jul 29 16:02:06.593 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-07-29T16:02:07.806Z[ recovery-image] Jul 29 16:02:06.601 INFO O| Jul 29 16:02:06.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64462026-07-29T16:02:07.806Z[ recovery-image] Jul 29 16:02:06.601 INFO O| Jul 29 16:02:06.601 INFO STEP 383 (remove_files) COMPLETE
64472026-07-29T16:02:07.806Z[ recovery-image] Jul 29 16:02:06.601 INFO O| Jul 29 16:02:06.601 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-07-29T16:02:07.816Z[ recovery-image] Jul 29 16:02:06.611 INFO O| Jul 29 16:02:06.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64492026-07-29T16:02:07.816Z[ recovery-image] Jul 29 16:02:06.611 INFO O| Jul 29 16:02:06.611 INFO STEP 384 (remove_files) COMPLETE
64502026-07-29T16:02:07.816Z[ recovery-image] Jul 29 16:02:06.611 INFO O| Jul 29 16:02:06.611 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-07-29T16:02:07.824Z[ recovery-image] Jul 29 16:02:06.619 INFO O| Jul 29 16:02:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64522026-07-29T16:02:07.824Z[ recovery-image] Jul 29 16:02:06.619 INFO O| Jul 29 16:02:06.619 INFO STEP 385 (remove_files) COMPLETE
64532026-07-29T16:02:07.824Z[ recovery-image] Jul 29 16:02:06.619 INFO O| Jul 29 16:02:06.619 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-07-29T16:02:07.834Z[ recovery-image] Jul 29 16:02:06.629 INFO O| Jul 29 16:02:06.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64552026-07-29T16:02:07.834Z[ recovery-image] Jul 29 16:02:06.629 INFO O| Jul 29 16:02:06.629 INFO STEP 386 (remove_files) COMPLETE
64562026-07-29T16:02:07.834Z[ recovery-image] Jul 29 16:02:06.629 INFO O| Jul 29 16:02:06.629 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-07-29T16:02:07.844Z[ recovery-image] Jul 29 16:02:06.639 INFO O| Jul 29 16:02:06.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64582026-07-29T16:02:07.844Z[ recovery-image] Jul 29 16:02:06.639 INFO O| Jul 29 16:02:06.639 INFO STEP 387 (remove_files) COMPLETE
64592026-07-29T16:02:07.844Z[ recovery-image] Jul 29 16:02:06.639 INFO O| Jul 29 16:02:06.639 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-07-29T16:02:07.855Z[ recovery-image] Jul 29 16:02:06.648 INFO O| Jul 29 16:02:06.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64612026-07-29T16:02:07.855Z[ recovery-image] Jul 29 16:02:06.648 INFO O| Jul 29 16:02:06.648 INFO STEP 388 (remove_files) COMPLETE
64622026-07-29T16:02:07.855Z[ recovery-image] Jul 29 16:02:06.648 INFO O| Jul 29 16:02:06.648 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-07-29T16:02:07.864Z[ recovery-image] Jul 29 16:02:06.659 INFO O| Jul 29 16:02:06.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64642026-07-29T16:02:07.864Z[ recovery-image] Jul 29 16:02:06.659 INFO O| Jul 29 16:02:06.659 INFO STEP 389 (remove_files) COMPLETE
64652026-07-29T16:02:07.864Z[ recovery-image] Jul 29 16:02:06.659 INFO O| Jul 29 16:02:06.659 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-07-29T16:02:07.874Z[ recovery-image] Jul 29 16:02:06.668 INFO O| Jul 29 16:02:06.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64672026-07-29T16:02:07.874Z[ recovery-image] Jul 29 16:02:06.669 INFO O| Jul 29 16:02:06.669 INFO STEP 390 (remove_files) COMPLETE
64682026-07-29T16:02:07.874Z[ recovery-image] Jul 29 16:02:06.669 INFO O| Jul 29 16:02:06.669 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-07-29T16:02:07.883Z[ recovery-image] Jul 29 16:02:06.678 INFO O| Jul 29 16:02:06.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64702026-07-29T16:02:07.884Z[ recovery-image] Jul 29 16:02:06.678 INFO O| Jul 29 16:02:06.678 INFO STEP 391 (remove_files) COMPLETE
64712026-07-29T16:02:07.884Z[ recovery-image] Jul 29 16:02:06.678 INFO O| Jul 29 16:02:06.678 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-07-29T16:02:07.894Z[ recovery-image] Jul 29 16:02:06.687 INFO O| Jul 29 16:02:06.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64732026-07-29T16:02:07.894Z[ recovery-image] Jul 29 16:02:06.687 INFO O| Jul 29 16:02:06.687 INFO STEP 392 (remove_files) COMPLETE
64742026-07-29T16:02:07.894Z[ recovery-image] Jul 29 16:02:06.687 INFO O| Jul 29 16:02:06.687 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-07-29T16:02:07.903Z[ recovery-image] Jul 29 16:02:06.697 INFO O| Jul 29 16:02:06.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64762026-07-29T16:02:07.903Z[ recovery-image] Jul 29 16:02:06.697 INFO O| Jul 29 16:02:06.697 INFO STEP 393 (remove_files) COMPLETE
64772026-07-29T16:02:07.906Z[ recovery-image] Jul 29 16:02:06.697 INFO O| Jul 29 16:02:06.697 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-07-29T16:02:07.913Z[ recovery-image] Jul 29 16:02:06.708 INFO O| Jul 29 16:02:06.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64792026-07-29T16:02:07.913Z[ recovery-image] Jul 29 16:02:06.708 INFO O| Jul 29 16:02:06.708 INFO STEP 394 (remove_files) COMPLETE
64802026-07-29T16:02:07.913Z[ recovery-image] Jul 29 16:02:06.708 INFO O| Jul 29 16:02:06.708 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-07-29T16:02:07.930Z[ recovery-image] Jul 29 16:02:06.719 INFO O| Jul 29 16:02:06.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64822026-07-29T16:02:07.930Z[ recovery-image] Jul 29 16:02:06.719 INFO O| Jul 29 16:02:06.719 INFO STEP 395 (remove_files) COMPLETE
64832026-07-29T16:02:07.930Z[ recovery-image] Jul 29 16:02:06.719 INFO O| Jul 29 16:02:06.719 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-07-29T16:02:07.934Z[ recovery-image] Jul 29 16:02:06.728 INFO O| Jul 29 16:02:06.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64852026-07-29T16:02:07.934Z[ recovery-image] Jul 29 16:02:06.728 INFO O| Jul 29 16:02:06.728 INFO STEP 396 (remove_files) COMPLETE
64862026-07-29T16:02:07.934Z[ recovery-image] Jul 29 16:02:06.728 INFO O| Jul 29 16:02:06.728 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-07-29T16:02:07.946Z[ recovery-image] Jul 29 16:02:06.739 INFO O| Jul 29 16:02:06.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64882026-07-29T16:02:07.946Z[ recovery-image] Jul 29 16:02:06.739 INFO O| Jul 29 16:02:06.739 INFO STEP 397 (remove_files) COMPLETE
64892026-07-29T16:02:07.946Z[ recovery-image] Jul 29 16:02:06.739 INFO O| Jul 29 16:02:06.739 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-07-29T16:02:07.954Z[ recovery-image] Jul 29 16:02:06.749 INFO O| Jul 29 16:02:06.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64912026-07-29T16:02:07.954Z[ recovery-image] Jul 29 16:02:06.749 INFO O| Jul 29 16:02:06.749 INFO STEP 398 (remove_files) COMPLETE
64922026-07-29T16:02:07.954Z[ recovery-image] Jul 29 16:02:06.749 INFO O| Jul 29 16:02:06.749 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-07-29T16:02:07.968Z[ recovery-image] Jul 29 16:02:06.763 INFO O| Jul 29 16:02:06.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64942026-07-29T16:02:07.968Z[ recovery-image] Jul 29 16:02:06.763 INFO O| Jul 29 16:02:06.763 INFO STEP 399 (remove_files) COMPLETE
64952026-07-29T16:02:07.971Z[ recovery-image] Jul 29 16:02:06.763 INFO O| Jul 29 16:02:06.763 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-07-29T16:02:07.977Z[ recovery-image] Jul 29 16:02:06.772 INFO O| Jul 29 16:02:06.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64972026-07-29T16:02:07.977Z[ recovery-image] Jul 29 16:02:06.772 INFO O| Jul 29 16:02:06.772 INFO STEP 400 (remove_files) COMPLETE
64982026-07-29T16:02:07.980Z[ recovery-image] Jul 29 16:02:06.772 INFO O| Jul 29 16:02:06.772 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-07-29T16:02:07.985Z[ recovery-image] Jul 29 16:02:06.780 INFO O| Jul 29 16:02:06.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65002026-07-29T16:02:07.985Z[ recovery-image] Jul 29 16:02:06.780 INFO O| Jul 29 16:02:06.780 INFO STEP 401 (remove_files) COMPLETE
65012026-07-29T16:02:07.989Z[ recovery-image] Jul 29 16:02:06.780 INFO O| Jul 29 16:02:06.780 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-07-29T16:02:07.996Z[ recovery-image] Jul 29 16:02:06.790 INFO O| Jul 29 16:02:06.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65032026-07-29T16:02:07.996Z[ recovery-image] Jul 29 16:02:06.790 INFO O| Jul 29 16:02:06.790 INFO STEP 402 (remove_files) COMPLETE
65042026-07-29T16:02:07.996Z[ recovery-image] Jul 29 16:02:06.790 INFO O| Jul 29 16:02:06.790 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-29T16:02:08.005Z[ recovery-image] Jul 29 16:02:06.799 INFO O| Jul 29 16:02:06.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65062026-07-29T16:02:08.005Z[ recovery-image] Jul 29 16:02:06.799 INFO O| Jul 29 16:02:06.799 INFO STEP 403 (remove_files) COMPLETE
65072026-07-29T16:02:08.008Z[ recovery-image] Jul 29 16:02:06.799 INFO O| Jul 29 16:02:06.799 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-29T16:02:08.015Z[ recovery-image] Jul 29 16:02:06.810 INFO O| Jul 29 16:02:06.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65092026-07-29T16:02:08.015Z[ recovery-image] Jul 29 16:02:06.810 INFO O| Jul 29 16:02:06.810 INFO STEP 404 (remove_files) COMPLETE
65102026-07-29T16:02:08.015Z[ recovery-image] Jul 29 16:02:06.810 INFO O| Jul 29 16:02:06.810 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-29T16:02:08.027Z[ recovery-image] Jul 29 16:02:06.821 INFO O| Jul 29 16:02:06.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65122026-07-29T16:02:08.027Z[ recovery-image] Jul 29 16:02:06.821 INFO O| Jul 29 16:02:06.821 INFO STEP 405 (remove_files) COMPLETE
65132026-07-29T16:02:08.027Z[ recovery-image] Jul 29 16:02:06.821 INFO O| Jul 29 16:02:06.821 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-29T16:02:08.035Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24139:20260724T162332Z
65152026-07-29T16:02:08.035Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24139:20260724T162332Z
65162026-07-29T16:02:08.036Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
65172026-07-29T16:02:08.039Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
65182026-07-29T16:02:08.039Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
65192026-07-29T16:02:08.039Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
65202026-07-29T16:02:08.039Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
65212026-07-29T16:02:08.039Z[ host-image] Jul 29 16:02:06.829 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
65222026-07-29T16:02:08.039Z[ host-image] Jul 29 16:02:06.830 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260729T154913Z
65232026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.830 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
65242026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.830 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
65252026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.830 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24139:20260724T162332Z
65262026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.830 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24139:20260724T162332Z
65272026-07-29T16:02:08.040Z[ recovery-image] Jul 29 16:02:06.830 INFO O| Jul 29 16:02:06.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65282026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.830 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24139:20260724T162332Z
65292026-07-29T16:02:08.040Z[ recovery-image] Jul 29 16:02:06.830 INFO O| Jul 29 16:02:06.830 INFO STEP 406 (remove_files) COMPLETE
65302026-07-29T16:02:08.040Z[ recovery-image] Jul 29 16:02:06.830 INFO O| Jul 29 16:02:06.830 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24139:20260724T162332Z
65322026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
65332026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24139:20260724T162332Z
65342026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24139:20260724T162333Z
65352026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24139:20260724T162333Z
65362026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24139:20260724T162333Z
65372026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24139:20260724T162333Z
65382026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24139:20260724T162333Z
65392026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24139:20260724T162333Z
65402026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24139:20260724T162333Z
65412026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24139:20260724T162333Z
65422026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.831 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24139:20260724T162334Z
65432026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24139:20260724T162334Z
65442026-07-29T16:02:08.040Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24139:20260724T162334Z
65452026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24139:20260724T162334Z
65462026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24139:20260724T162335Z
65472026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24139:20260724T162335Z
65482026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
65492026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24139:20260724T162336Z
65502026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24139:20260724T162337Z
65512026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24139:20260724T162337Z
65522026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24139:20260724T162337Z
65532026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24139:20260724T162338Z
65542026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24139:20260724T162338Z
65552026-07-29T16:02:08.041Z[ host-image] Jul 29 16:02:06.832 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24139:20260724T162338Z
65562026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.835 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
65572026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.835 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24139:20260724T162338Z
65582026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.835 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
65592026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.835 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
65602026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.835 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
65612026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.836 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
65622026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.836 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24139:20260724T162338Z
65632026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.836 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
65642026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.836 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
65652026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.836 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
65662026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.836 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
65672026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.839 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
65682026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.840 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
65692026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.840 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
65702026-07-29T16:02:08.045Z[ host-image] Jul 29 16:02:06.840 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
65712026-07-29T16:02:08.045Z[ recovery-image] Jul 29 16:02:06.840 INFO O| Jul 29 16:02:06.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65722026-07-29T16:02:08.049Z[ recovery-image] Jul 29 16:02:06.840 INFO O| Jul 29 16:02:06.840 INFO STEP 407 (remove_files) COMPLETE
65732026-07-29T16:02:08.049Z[ host-image] Jul 29 16:02:06.840 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
65742026-07-29T16:02:08.049Z[ recovery-image] Jul 29 16:02:06.840 INFO O| Jul 29 16:02:06.840 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-07-29T16:02:08.049Z[ host-image] Jul 29 16:02:06.840 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
65762026-07-29T16:02:08.056Z[ recovery-image] Jul 29 16:02:06.851 INFO O| Jul 29 16:02:06.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65772026-07-29T16:02:08.056Z[ recovery-image] Jul 29 16:02:06.851 INFO O| Jul 29 16:02:06.851 INFO STEP 408 (remove_files) COMPLETE
65782026-07-29T16:02:08.056Z[ recovery-image] Jul 29 16:02:06.851 INFO O| Jul 29 16:02:06.851 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-07-29T16:02:08.060Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
65802026-07-29T16:02:08.060Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
65812026-07-29T16:02:08.060Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
65822026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24139:20260724T162339Z
65832026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24139:20260724T162342Z
65842026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
65852026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24139:20260724T162342Z
65862026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
65872026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
65882026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
65892026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
65902026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24139:20260724T162342Z
65912026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.852 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
65922026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.854 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
65932026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.854 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
65942026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.854 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
65952026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.854 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24139:20260724T162342Z
65962026-07-29T16:02:08.061Z[ host-image] Jul 29 16:02:06.854 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
65972026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.858 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
65982026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.858 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24139:20260724T162342Z
65992026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.858 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24139:20260724T162343Z
66002026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.858 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24139:20260724T162343Z
66012026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.859 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
66022026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.859 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24139:20260724T162343Z
66032026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.859 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24139:20260724T162343Z
66042026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.859 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24139:20260724T162343Z
66052026-07-29T16:02:08.065Z[ host-image] Jul 29 16:02:06.859 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24139:20260724T162343Z
66062026-07-29T16:02:08.068Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
66072026-07-29T16:02:08.068Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24139:20260724T162344Z
66082026-07-29T16:02:08.068Z[ recovery-image] Jul 29 16:02:06.860 INFO O| Jul 29 16:02:06.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
66092026-07-29T16:02:08.068Z[ recovery-image] Jul 29 16:02:06.860 INFO O| Jul 29 16:02:06.860 INFO STEP 409 (remove_files) COMPLETE
66102026-07-29T16:02:08.068Z[ recovery-image] Jul 29 16:02:06.860 INFO O| Jul 29 16:02:06.860 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-29T16:02:08.068Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24139:20260724T162344Z
66122026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
66132026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24139:20260724T162344Z
66142026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24139:20260724T162344Z
66152026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24139:20260724T162344Z
66162026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.860 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24139:20260724T162344Z
66172026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.863 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24139:20260724T162345Z
66182026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.863 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
66192026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.863 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24139:20260724T162345Z
66202026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.863 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24139:20260724T162345Z
66212026-07-29T16:02:08.069Z[ host-image] Jul 29 16:02:06.863 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24139:20260724T162345Z
66222026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.863 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24139:20260724T162345Z
66232026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.864 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24139:20260724T162345Z
66242026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.864 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24139:20260724T162345Z
66252026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.864 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24139:20260724T162345Z
66262026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.864 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24139:20260724T162345Z
66272026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.867 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24139:20260724T162346Z
66282026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.867 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24139:20260724T162345Z
66292026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.867 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24139:20260724T162345Z
66302026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.868 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24139:20260724T162346Z
66312026-07-29T16:02:08.073Z[ host-image] Jul 29 16:02:06.868 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24139:20260724T162346Z
66322026-07-29T16:02:08.076Z[ recovery-image] Jul 29 16:02:06.870 INFO O| Jul 29 16:02:06.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
66332026-07-29T16:02:08.077Z[ recovery-image] Jul 29 16:02:06.870 INFO O| Jul 29 16:02:06.870 INFO STEP 410 (remove_files) COMPLETE
66342026-07-29T16:02:08.077Z[ recovery-image] Jul 29 16:02:06.870 INFO O| Jul 29 16:02:06.870 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-29T16:02:08.080Z[ host-image] Jul 29 16:02:06.873 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24139:20260724T162347Z
66362026-07-29T16:02:08.080Z[ host-image] Jul 29 16:02:06.873 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24139:20260724T162346Z
66372026-07-29T16:02:08.080Z[ host-image] Jul 29 16:02:06.873 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24139:20260724T162346Z
66382026-07-29T16:02:08.080Z[ host-image] Jul 29 16:02:06.873 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
66392026-07-29T16:02:08.080Z[ host-image] Jul 29 16:02:06.873 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
66402026-07-29T16:02:08.084Z[ recovery-image] Jul 29 16:02:06.879 INFO O| Jul 29 16:02:06.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
66412026-07-29T16:02:08.084Z[ recovery-image] Jul 29 16:02:06.879 INFO O| Jul 29 16:02:06.879 INFO STEP 411 (remove_files) COMPLETE
66422026-07-29T16:02:08.084Z[ recovery-image] Jul 29 16:02:06.879 INFO O| Jul 29 16:02:06.879 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-07-29T16:02:08.087Z[ host-image] Jul 29 16:02:06.882 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24139:20260724T162346Z
66442026-07-29T16:02:08.087Z[ host-image] Jul 29 16:02:06.882 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
66452026-07-29T16:02:08.087Z[ host-image] Jul 29 16:02:06.882 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24139:20260724T162346Z
66462026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.882 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24139:20260724T162346Z
66472026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.882 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24139:20260724T162346Z
66482026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.882 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
66492026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.883 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
66502026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.883 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24139:20260724T162347Z
66512026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.883 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24139:20260724T162347Z
66522026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.883 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24139:20260724T162347Z
66532026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.883 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24139:20260724T162347Z
66542026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.883 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24139:20260724T162347Z
66552026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.883 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24139:20260724T162347Z
66562026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
66572026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24139:20260724T162348Z
66582026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24139:20260724T162348Z
66592026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24139:20260724T162348Z
66602026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24139:20260724T162348Z
66612026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24139:20260724T162348Z
66622026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24139:20260724T162348Z
66632026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
66642026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.884 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
66652026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24139:20260724T162349Z
66662026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24139:20260724T162350Z
66672026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
66682026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
66692026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
66702026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
66712026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
66722026-07-29T16:02:08.091Z[ host-image] Jul 29 16:02:06.885 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
66732026-07-29T16:02:08.096Z[ host-image] Jul 29 16:02:06.886 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
66742026-07-29T16:02:08.096Z[ host-image] Jul 29 16:02:06.886 INFO O| tempdir @ "/tmp/.tmpuXAkOU/tmp"
66752026-07-29T16:02:08.096Z[ host-image] Jul 29 16:02:06.886 INFO O| image root @ "/tmp/.tmpuXAkOU/tmp/root"
66762026-07-29T16:02:08.096Z[ host-image] Jul 29 16:02:06.886 INFO O| creating image...
66772026-07-29T16:02:08.096Z[ recovery-image] Jul 29 16:02:06.890 INFO O| Jul 29 16:02:06.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66782026-07-29T16:02:08.096Z[ recovery-image] Jul 29 16:02:06.890 INFO O| Jul 29 16:02:06.890 INFO STEP 412 (remove_files) COMPLETE
66792026-07-29T16:02:08.096Z[ recovery-image] Jul 29 16:02:06.890 INFO O| Jul 29 16:02:06.890 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-29T16:02:08.106Z[ recovery-image] Jul 29 16:02:06.900 INFO O| Jul 29 16:02:06.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66812026-07-29T16:02:08.106Z[ recovery-image] Jul 29 16:02:06.900 INFO O| Jul 29 16:02:06.900 INFO STEP 413 (remove_files) COMPLETE
66822026-07-29T16:02:08.106Z[ recovery-image] Jul 29 16:02:06.900 INFO O| Jul 29 16:02:06.900 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-29T16:02:08.114Z[ recovery-image] Jul 29 16:02:06.909 INFO O| Jul 29 16:02:06.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66842026-07-29T16:02:08.114Z[ recovery-image] Jul 29 16:02:06.909 INFO O| Jul 29 16:02:06.909 INFO STEP 414 (remove_files) COMPLETE
66852026-07-29T16:02:08.114Z[ recovery-image] Jul 29 16:02:06.909 INFO O| Jul 29 16:02:06.909 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-29T16:02:08.123Z[ recovery-image] Jul 29 16:02:06.918 INFO O| Jul 29 16:02:06.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66872026-07-29T16:02:08.123Z[ recovery-image] Jul 29 16:02:06.918 INFO O| Jul 29 16:02:06.918 INFO STEP 415 (remove_files) COMPLETE
66882026-07-29T16:02:08.123Z[ recovery-image] Jul 29 16:02:06.918 INFO O| Jul 29 16:02:06.918 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-29T16:02:08.133Z[ recovery-image] Jul 29 16:02:06.928 INFO O| Jul 29 16:02:06.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66902026-07-29T16:02:08.133Z[ recovery-image] Jul 29 16:02:06.928 INFO O| Jul 29 16:02:06.928 INFO STEP 416 (remove_files) COMPLETE
66912026-07-29T16:02:08.133Z[ recovery-image] Jul 29 16:02:06.928 INFO O| Jul 29 16:02:06.928 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-29T16:02:08.142Z[ recovery-image] Jul 29 16:02:06.937 INFO O| Jul 29 16:02:06.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66932026-07-29T16:02:08.142Z[ recovery-image] Jul 29 16:02:06.937 INFO O| Jul 29 16:02:06.937 INFO STEP 417 (remove_files) COMPLETE
66942026-07-29T16:02:08.145Z[ recovery-image] Jul 29 16:02:06.937 INFO O| Jul 29 16:02:06.937 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-29T16:02:08.150Z[ recovery-image] Jul 29 16:02:06.945 INFO O| Jul 29 16:02:06.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66962026-07-29T16:02:08.150Z[ recovery-image] Jul 29 16:02:06.945 INFO O| Jul 29 16:02:06.945 INFO STEP 418 (remove_files) COMPLETE
66972026-07-29T16:02:08.150Z[ recovery-image] Jul 29 16:02:06.945 INFO O| Jul 29 16:02:06.945 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-29T16:02:08.196Z[ recovery-image] Jul 29 16:02:06.991 INFO O| Jul 29 16:02:06.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66992026-07-29T16:02:08.196Z[ recovery-image] Jul 29 16:02:06.991 INFO O| Jul 29 16:02:06.991 INFO STEP 419 (remove_files) COMPLETE
67002026-07-29T16:02:08.199Z[ recovery-image] Jul 29 16:02:06.991 INFO O| Jul 29 16:02:06.991 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-29T16:02:08.207Z[ recovery-image] Jul 29 16:02:07.002 INFO O| Jul 29 16:02:07.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
67022026-07-29T16:02:08.207Z[ recovery-image] Jul 29 16:02:07.002 INFO O| Jul 29 16:02:07.002 INFO STEP 420 (remove_files) COMPLETE
67032026-07-29T16:02:08.208Z[ recovery-image] Jul 29 16:02:07.002 INFO O| Jul 29 16:02:07.002 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-29T16:02:08.230Z[ recovery-image] Jul 29 16:02:07.024 INFO O| Jul 29 16:02:07.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
67052026-07-29T16:02:08.230Z[ recovery-image] Jul 29 16:02:07.024 INFO O| Jul 29 16:02:07.024 INFO STEP 421 (remove_files) COMPLETE
67062026-07-29T16:02:08.230Z[ recovery-image] Jul 29 16:02:07.024 INFO O| Jul 29 16:02:07.024 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-29T16:02:08.240Z[ recovery-image] Jul 29 16:02:07.035 INFO O| Jul 29 16:02:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
67082026-07-29T16:02:08.240Z[ recovery-image] Jul 29 16:02:07.035 INFO O| Jul 29 16:02:07.035 INFO STEP 422 (remove_files) COMPLETE
67092026-07-29T16:02:08.240Z[ recovery-image] Jul 29 16:02:07.035 INFO O| Jul 29 16:02:07.035 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-29T16:02:08.252Z[ recovery-image] Jul 29 16:02:07.047 INFO O| Jul 29 16:02:07.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
67112026-07-29T16:02:08.252Z[ recovery-image] Jul 29 16:02:07.047 INFO O| Jul 29 16:02:07.047 INFO STEP 423 (remove_files) COMPLETE
67122026-07-29T16:02:08.252Z[ recovery-image] Jul 29 16:02:07.047 INFO O| Jul 29 16:02:07.047 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-29T16:02:08.263Z[ recovery-image] Jul 29 16:02:07.058 INFO O| Jul 29 16:02:07.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
67142026-07-29T16:02:08.263Z[ recovery-image] Jul 29 16:02:07.058 INFO O| Jul 29 16:02:07.058 INFO STEP 424 (remove_files) COMPLETE
67152026-07-29T16:02:08.266Z[ recovery-image] Jul 29 16:02:07.058 INFO O| Jul 29 16:02:07.058 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-29T16:02:08.273Z[ recovery-image] Jul 29 16:02:07.067 INFO O| Jul 29 16:02:07.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
67172026-07-29T16:02:08.273Z[ recovery-image] Jul 29 16:02:07.067 INFO O| Jul 29 16:02:07.067 INFO STEP 425 (remove_files) COMPLETE
67182026-07-29T16:02:08.273Z[ recovery-image] Jul 29 16:02:07.067 INFO O| Jul 29 16:02:07.067 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-29T16:02:08.282Z[ recovery-image] Jul 29 16:02:07.077 INFO O| Jul 29 16:02:07.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
67202026-07-29T16:02:08.282Z[ recovery-image] Jul 29 16:02:07.077 INFO O| Jul 29 16:02:07.077 INFO STEP 426 (remove_files) COMPLETE
67212026-07-29T16:02:08.286Z[ recovery-image] Jul 29 16:02:07.077 INFO O| Jul 29 16:02:07.077 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-29T16:02:08.292Z[ recovery-image] Jul 29 16:02:07.087 INFO O| Jul 29 16:02:07.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
67232026-07-29T16:02:08.292Z[ recovery-image] Jul 29 16:02:07.087 INFO O| Jul 29 16:02:07.087 INFO STEP 427 (remove_files) COMPLETE
67242026-07-29T16:02:08.292Z[ recovery-image] Jul 29 16:02:07.087 INFO O| Jul 29 16:02:07.087 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-29T16:02:08.304Z[ recovery-image] Jul 29 16:02:07.099 INFO O| Jul 29 16:02:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
67262026-07-29T16:02:08.304Z[ recovery-image] Jul 29 16:02:07.099 INFO O| Jul 29 16:02:07.099 INFO STEP 428 (remove_files) COMPLETE
67272026-07-29T16:02:08.308Z[ recovery-image] Jul 29 16:02:07.099 INFO O| Jul 29 16:02:07.099 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-29T16:02:08.315Z[ recovery-image] Jul 29 16:02:07.110 INFO O| Jul 29 16:02:07.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
67292026-07-29T16:02:08.315Z[ recovery-image] Jul 29 16:02:07.110 INFO O| Jul 29 16:02:07.110 INFO STEP 429 (remove_files) COMPLETE
67302026-07-29T16:02:08.319Z[ recovery-image] Jul 29 16:02:07.110 INFO O| Jul 29 16:02:07.110 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-29T16:02:08.327Z[ recovery-image] Jul 29 16:02:07.121 INFO O| Jul 29 16:02:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
67322026-07-29T16:02:08.327Z[ recovery-image] Jul 29 16:02:07.121 INFO O| Jul 29 16:02:07.121 INFO STEP 430 (remove_files) COMPLETE
67332026-07-29T16:02:08.333Z[ recovery-image] Jul 29 16:02:07.121 INFO O| Jul 29 16:02:07.121 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-29T16:02:08.337Z[ recovery-image] Jul 29 16:02:07.132 INFO O| Jul 29 16:02:07.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
67352026-07-29T16:02:08.337Z[ recovery-image] Jul 29 16:02:07.132 INFO O| Jul 29 16:02:07.132 INFO STEP 431 (remove_files) COMPLETE
67362026-07-29T16:02:08.337Z[ recovery-image] Jul 29 16:02:07.132 INFO O| Jul 29 16:02:07.132 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-29T16:02:08.348Z[ recovery-image] Jul 29 16:02:07.143 INFO O| Jul 29 16:02:07.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
67382026-07-29T16:02:08.348Z[ recovery-image] Jul 29 16:02:07.143 INFO O| Jul 29 16:02:07.143 INFO STEP 432 (remove_files) COMPLETE
67392026-07-29T16:02:08.348Z[ recovery-image] Jul 29 16:02:07.143 INFO O| Jul 29 16:02:07.143 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-29T16:02:08.360Z[ recovery-image] Jul 29 16:02:07.155 INFO O| Jul 29 16:02:07.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
67412026-07-29T16:02:08.360Z[ recovery-image] Jul 29 16:02:07.155 INFO O| Jul 29 16:02:07.155 INFO STEP 433 (remove_files) COMPLETE
67422026-07-29T16:02:08.364Z[ recovery-image] Jul 29 16:02:07.155 INFO O| Jul 29 16:02:07.155 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-29T16:02:08.367Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
67442026-07-29T16:02:08.371Z[ recovery-image] Jul 29 16:02:07.166 INFO O| Jul 29 16:02:07.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
67452026-07-29T16:02:08.371Z[ recovery-image] Jul 29 16:02:07.166 INFO O| Jul 29 16:02:07.166 INFO STEP 434 (remove_files) COMPLETE
67462026-07-29T16:02:08.374Z[ recovery-image] Jul 29 16:02:07.166 INFO O| Jul 29 16:02:07.166 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-07-29T16:02:08.382Z[ recovery-image] Jul 29 16:02:07.177 INFO O| Jul 29 16:02:07.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
67482026-07-29T16:02:08.382Z[ recovery-image] Jul 29 16:02:07.177 INFO O| Jul 29 16:02:07.177 INFO STEP 435 (remove_files) COMPLETE
67492026-07-29T16:02:08.386Z[ recovery-image] Jul 29 16:02:07.177 INFO O| Jul 29 16:02:07.177 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-07-29T16:02:08.395Z[ recovery-image] Jul 29 16:02:07.190 INFO O| Jul 29 16:02:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
67512026-07-29T16:02:08.395Z[ recovery-image] Jul 29 16:02:07.190 INFO O| Jul 29 16:02:07.190 INFO STEP 436 (remove_files) COMPLETE
67522026-07-29T16:02:08.395Z[ recovery-image] Jul 29 16:02:07.190 INFO O| Jul 29 16:02:07.190 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-07-29T16:02:08.406Z[ recovery-image] Jul 29 16:02:07.200 INFO O| Jul 29 16:02:07.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
67542026-07-29T16:02:08.406Z[ recovery-image] Jul 29 16:02:07.200 INFO O| Jul 29 16:02:07.200 INFO STEP 437 (remove_files) COMPLETE
67552026-07-29T16:02:08.410Z[ recovery-image] Jul 29 16:02:07.200 INFO O| Jul 29 16:02:07.200 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-07-29T16:02:08.414Z[ recovery-image] Jul 29 16:02:07.209 INFO O| Jul 29 16:02:07.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
67572026-07-29T16:02:08.415Z[ recovery-image] Jul 29 16:02:07.209 INFO O| Jul 29 16:02:07.209 INFO STEP 438 (remove_files) COMPLETE
67582026-07-29T16:02:08.418Z[ recovery-image] Jul 29 16:02:07.210 INFO O| Jul 29 16:02:07.209 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-07-29T16:02:08.426Z[ recovery-image] Jul 29 16:02:07.221 INFO O| Jul 29 16:02:07.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
67602026-07-29T16:02:08.426Z[ recovery-image] Jul 29 16:02:07.221 INFO O| Jul 29 16:02:07.221 INFO STEP 439 (remove_files) COMPLETE
67612026-07-29T16:02:08.427Z[ recovery-image] Jul 29 16:02:07.221 INFO O| Jul 29 16:02:07.221 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-07-29T16:02:08.439Z[ recovery-image] Jul 29 16:02:07.233 INFO O| Jul 29 16:02:07.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
67632026-07-29T16:02:08.439Z[ recovery-image] Jul 29 16:02:07.233 INFO O| Jul 29 16:02:07.233 INFO STEP 440 (remove_files) COMPLETE
67642026-07-29T16:02:08.439Z[ recovery-image] Jul 29 16:02:07.234 INFO O| Jul 29 16:02:07.233 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-07-29T16:02:08.451Z[ recovery-image] Jul 29 16:02:07.245 INFO O| Jul 29 16:02:07.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
67662026-07-29T16:02:08.451Z[ recovery-image] Jul 29 16:02:07.245 INFO O| Jul 29 16:02:07.245 INFO STEP 441 (remove_files) COMPLETE
67672026-07-29T16:02:08.451Z[ recovery-image] Jul 29 16:02:07.245 INFO O| Jul 29 16:02:07.245 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-07-29T16:02:08.462Z[ recovery-image] Jul 29 16:02:07.257 INFO O| Jul 29 16:02:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
67692026-07-29T16:02:08.462Z[ recovery-image] Jul 29 16:02:07.257 INFO O| Jul 29 16:02:07.257 INFO STEP 442 (remove_files) COMPLETE
67702026-07-29T16:02:08.465Z[ recovery-image] Jul 29 16:02:07.257 INFO O| Jul 29 16:02:07.257 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-07-29T16:02:08.471Z[ recovery-image] Jul 29 16:02:07.266 INFO O| Jul 29 16:02:07.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
67722026-07-29T16:02:08.471Z[ recovery-image] Jul 29 16:02:07.266 INFO O| Jul 29 16:02:07.266 INFO STEP 443 (remove_files) COMPLETE
67732026-07-29T16:02:08.475Z[ recovery-image] Jul 29 16:02:07.266 INFO O| Jul 29 16:02:07.266 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-07-29T16:02:08.483Z[ recovery-image] Jul 29 16:02:07.278 INFO O| Jul 29 16:02:07.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
67752026-07-29T16:02:08.483Z[ recovery-image] Jul 29 16:02:07.278 INFO O| Jul 29 16:02:07.278 INFO STEP 444 (remove_files) COMPLETE
67762026-07-29T16:02:08.483Z[ recovery-image] Jul 29 16:02:07.278 INFO O| Jul 29 16:02:07.278 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-07-29T16:02:08.494Z[ recovery-image] Jul 29 16:02:07.289 INFO O| Jul 29 16:02:07.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
67782026-07-29T16:02:08.495Z[ recovery-image] Jul 29 16:02:07.289 INFO O| Jul 29 16:02:07.289 INFO STEP 445 (remove_files) COMPLETE
67792026-07-29T16:02:08.498Z[ recovery-image] Jul 29 16:02:07.289 INFO O| Jul 29 16:02:07.289 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-07-29T16:02:08.504Z[ recovery-image] Jul 29 16:02:07.299 INFO O| Jul 29 16:02:07.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67812026-07-29T16:02:08.504Z[ recovery-image] Jul 29 16:02:07.299 INFO O| Jul 29 16:02:07.299 INFO STEP 446 (remove_files) COMPLETE
67822026-07-29T16:02:08.508Z[ recovery-image] Jul 29 16:02:07.299 INFO O| Jul 29 16:02:07.299 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-07-29T16:02:08.516Z[ recovery-image] Jul 29 16:02:07.310 INFO O| Jul 29 16:02:07.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67842026-07-29T16:02:08.516Z[ recovery-image] Jul 29 16:02:07.310 INFO O| Jul 29 16:02:07.310 INFO STEP 447 (remove_files) COMPLETE
67852026-07-29T16:02:08.520Z[ recovery-image] Jul 29 16:02:07.310 INFO O| Jul 29 16:02:07.310 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-07-29T16:02:08.525Z[ recovery-image] Jul 29 16:02:07.320 INFO O| Jul 29 16:02:07.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67872026-07-29T16:02:08.526Z[ recovery-image] Jul 29 16:02:07.320 INFO O| Jul 29 16:02:07.320 INFO STEP 448 (remove_files) COMPLETE
67882026-07-29T16:02:08.526Z[ recovery-image] Jul 29 16:02:07.320 INFO O| Jul 29 16:02:07.320 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-07-29T16:02:08.634Z[ recovery-image] Jul 29 16:02:07.429 INFO O| Jul 29 16:02:07.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67902026-07-29T16:02:08.634Z[ recovery-image] Jul 29 16:02:07.429 INFO O| Jul 29 16:02:07.429 INFO STEP 449 (remove_files) COMPLETE
67912026-07-29T16:02:08.634Z[ recovery-image] Jul 29 16:02:07.429 INFO O| Jul 29 16:02:07.429 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-07-29T16:02:08.645Z[ recovery-image] Jul 29 16:02:07.440 INFO O| Jul 29 16:02:07.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67932026-07-29T16:02:08.645Z[ recovery-image] Jul 29 16:02:07.440 INFO O| Jul 29 16:02:07.440 INFO STEP 450 (remove_files) COMPLETE
67942026-07-29T16:02:08.645Z[ recovery-image] Jul 29 16:02:07.440 INFO O| Jul 29 16:02:07.440 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-07-29T16:02:08.656Z[ recovery-image] Jul 29 16:02:07.451 INFO O| Jul 29 16:02:07.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67962026-07-29T16:02:08.656Z[ recovery-image] Jul 29 16:02:07.451 INFO O| Jul 29 16:02:07.451 INFO STEP 451 (remove_files) COMPLETE
67972026-07-29T16:02:08.656Z[ recovery-image] Jul 29 16:02:07.451 INFO O| Jul 29 16:02:07.451 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-07-29T16:02:08.666Z[ recovery-image] Jul 29 16:02:07.460 INFO O| Jul 29 16:02:07.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67992026-07-29T16:02:08.666Z[ recovery-image] Jul 29 16:02:07.461 INFO O| Jul 29 16:02:07.461 INFO STEP 452 (remove_files) COMPLETE
68002026-07-29T16:02:08.666Z[ recovery-image] Jul 29 16:02:07.461 INFO O| Jul 29 16:02:07.461 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-07-29T16:02:08.675Z[ recovery-image] Jul 29 16:02:07.470 INFO O| Jul 29 16:02:07.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
68022026-07-29T16:02:08.679Z[ recovery-image] Jul 29 16:02:07.470 INFO O| Jul 29 16:02:07.470 INFO STEP 453 (remove_files) COMPLETE
68032026-07-29T16:02:08.679Z[ recovery-image] Jul 29 16:02:07.470 INFO O| Jul 29 16:02:07.470 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-07-29T16:02:08.687Z[ recovery-image] Jul 29 16:02:07.481 INFO O| Jul 29 16:02:07.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
68052026-07-29T16:02:08.687Z[ recovery-image] Jul 29 16:02:07.481 INFO O| Jul 29 16:02:07.481 INFO STEP 454 (remove_files) COMPLETE
68062026-07-29T16:02:08.687Z[ recovery-image] Jul 29 16:02:07.481 INFO O| Jul 29 16:02:07.481 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-07-29T16:02:08.698Z[ recovery-image] Jul 29 16:02:07.493 INFO O| Jul 29 16:02:07.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
68082026-07-29T16:02:08.698Z[ recovery-image] Jul 29 16:02:07.493 INFO O| Jul 29 16:02:07.493 INFO STEP 455 (remove_files) COMPLETE
68092026-07-29T16:02:08.698Z[ recovery-image] Jul 29 16:02:07.493 INFO O| Jul 29 16:02:07.493 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-07-29T16:02:08.709Z[ recovery-image] Jul 29 16:02:07.504 INFO O| Jul 29 16:02:07.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
68112026-07-29T16:02:08.709Z[ recovery-image] Jul 29 16:02:07.504 INFO O| Jul 29 16:02:07.504 INFO STEP 456 (remove_files) COMPLETE
68122026-07-29T16:02:08.709Z[ recovery-image] Jul 29 16:02:07.504 INFO O| Jul 29 16:02:07.504 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-07-29T16:02:08.720Z[ recovery-image] Jul 29 16:02:07.515 INFO O| Jul 29 16:02:07.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
68142026-07-29T16:02:08.720Z[ recovery-image] Jul 29 16:02:07.515 INFO O| Jul 29 16:02:07.515 INFO STEP 457 (remove_files) COMPLETE
68152026-07-29T16:02:08.720Z[ recovery-image] Jul 29 16:02:07.515 INFO O| Jul 29 16:02:07.515 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-07-29T16:02:08.730Z[ recovery-image] Jul 29 16:02:07.525 INFO O| Jul 29 16:02:07.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
68172026-07-29T16:02:08.730Z[ recovery-image] Jul 29 16:02:07.525 INFO O| Jul 29 16:02:07.525 INFO STEP 458 (remove_files) COMPLETE
68182026-07-29T16:02:08.730Z[ recovery-image] Jul 29 16:02:07.525 INFO O| Jul 29 16:02:07.525 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-07-29T16:02:08.741Z[ recovery-image] Jul 29 16:02:07.535 INFO O| Jul 29 16:02:07.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
68202026-07-29T16:02:08.742Z[ recovery-image] Jul 29 16:02:07.535 INFO O| Jul 29 16:02:07.535 INFO STEP 459 (remove_files) COMPLETE
68212026-07-29T16:02:08.742Z[ recovery-image] Jul 29 16:02:07.535 INFO O| Jul 29 16:02:07.535 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-07-29T16:02:08.748Z[ host-image] Jul 29 16:02:07.543 INFO O| copying publishers...
68232026-07-29T16:02:08.752Z[ recovery-image] Jul 29 16:02:07.544 INFO O| Jul 29 16:02:07.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
68242026-07-29T16:02:08.752Z[ recovery-image] Jul 29 16:02:07.544 INFO O| Jul 29 16:02:07.544 INFO STEP 460 (remove_files) COMPLETE
68252026-07-29T16:02:08.752Z[ recovery-image] Jul 29 16:02:07.544 INFO O| Jul 29 16:02:07.544 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-07-29T16:02:08.758Z[ recovery-image] Jul 29 16:02:07.552 INFO O| Jul 29 16:02:07.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
68272026-07-29T16:02:08.758Z[ recovery-image] Jul 29 16:02:07.552 INFO O| Jul 29 16:02:07.552 INFO STEP 461 (remove_files) COMPLETE
68282026-07-29T16:02:08.758Z[ recovery-image] Jul 29 16:02:07.553 INFO O| Jul 29 16:02:07.552 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-07-29T16:02:08.767Z[ recovery-image] Jul 29 16:02:07.560 INFO O| Jul 29 16:02:07.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
68302026-07-29T16:02:08.767Z[ recovery-image] Jul 29 16:02:07.560 INFO O| Jul 29 16:02:07.560 INFO STEP 462 (remove_files) COMPLETE
68312026-07-29T16:02:08.767Z[ recovery-image] Jul 29 16:02:07.560 INFO O| Jul 29 16:02:07.560 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-07-29T16:02:08.774Z[ recovery-image] Jul 29 16:02:07.569 INFO O| Jul 29 16:02:07.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
68332026-07-29T16:02:08.774Z[ recovery-image] Jul 29 16:02:07.569 INFO O| Jul 29 16:02:07.569 INFO STEP 463 (remove_files) COMPLETE
68342026-07-29T16:02:08.774Z[ recovery-image] Jul 29 16:02:07.569 INFO O| Jul 29 16:02:07.569 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-07-29T16:02:08.783Z[ recovery-image] Jul 29 16:02:07.578 INFO O| Jul 29 16:02:07.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
68362026-07-29T16:02:08.783Z[ recovery-image] Jul 29 16:02:07.578 INFO O| Jul 29 16:02:07.578 INFO STEP 464 (remove_files) COMPLETE
68372026-07-29T16:02:08.783Z[ recovery-image] Jul 29 16:02:07.578 INFO O| Jul 29 16:02:07.578 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-07-29T16:02:08.787Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
68392026-07-29T16:02:08.793Z[ recovery-image] Jul 29 16:02:07.587 INFO O| Jul 29 16:02:07.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
68402026-07-29T16:02:08.793Z[ recovery-image] Jul 29 16:02:07.587 INFO O| Jul 29 16:02:07.587 INFO STEP 465 (remove_files) COMPLETE
68412026-07-29T16:02:08.793Z[ recovery-image] Jul 29 16:02:07.587 INFO O| Jul 29 16:02:07.587 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-07-29T16:02:08.801Z[ recovery-image] Jul 29 16:02:07.596 INFO O| Jul 29 16:02:07.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
68432026-07-29T16:02:08.801Z[ recovery-image] Jul 29 16:02:07.596 INFO O| Jul 29 16:02:07.596 INFO STEP 466 (remove_files) COMPLETE
68442026-07-29T16:02:08.801Z[ recovery-image] Jul 29 16:02:07.596 INFO O| Jul 29 16:02:07.596 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-07-29T16:02:08.811Z[ recovery-image] Jul 29 16:02:07.605 INFO O| Jul 29 16:02:07.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
68462026-07-29T16:02:08.811Z[ recovery-image] Jul 29 16:02:07.606 INFO O| Jul 29 16:02:07.605 INFO STEP 467 (remove_files) COMPLETE
68472026-07-29T16:02:08.811Z[ recovery-image] Jul 29 16:02:07.606 INFO O| Jul 29 16:02:07.605 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-07-29T16:02:08.819Z[ recovery-image] Jul 29 16:02:07.614 INFO O| Jul 29 16:02:07.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
68492026-07-29T16:02:08.820Z[ recovery-image] Jul 29 16:02:07.614 INFO O| Jul 29 16:02:07.614 INFO STEP 468 (remove_files) COMPLETE
68502026-07-29T16:02:08.820Z[ recovery-image] Jul 29 16:02:07.614 INFO O| Jul 29 16:02:07.614 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-07-29T16:02:08.828Z[ recovery-image] Jul 29 16:02:07.623 INFO O| Jul 29 16:02:07.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
68522026-07-29T16:02:08.828Z[ recovery-image] Jul 29 16:02:07.623 INFO O| Jul 29 16:02:07.623 INFO STEP 469 (remove_files) COMPLETE
68532026-07-29T16:02:08.832Z[ recovery-image] Jul 29 16:02:07.623 INFO O| Jul 29 16:02:07.623 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-07-29T16:02:08.835Z[verify-libraries] Compiling socket2 v0.5.10
68552026-07-29T16:02:08.839Z[ recovery-image] Jul 29 16:02:07.633 INFO O| Jul 29 16:02:07.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
68562026-07-29T16:02:08.839Z[ recovery-image] Jul 29 16:02:07.634 INFO O| Jul 29 16:02:07.633 INFO STEP 470 (remove_files) COMPLETE
68572026-07-29T16:02:08.839Z[ recovery-image] Jul 29 16:02:07.634 INFO O| Jul 29 16:02:07.633 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-07-29T16:02:08.849Z[ recovery-image] Jul 29 16:02:07.643 INFO O| Jul 29 16:02:07.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
68592026-07-29T16:02:08.849Z[ recovery-image] Jul 29 16:02:07.643 INFO O| Jul 29 16:02:07.643 INFO STEP 471 (remove_files) COMPLETE
68602026-07-29T16:02:08.849Z[ recovery-image] Jul 29 16:02:07.643 INFO O| Jul 29 16:02:07.643 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-07-29T16:02:08.859Z[ recovery-image] Jul 29 16:02:07.653 INFO O| Jul 29 16:02:07.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
68622026-07-29T16:02:08.859Z[ recovery-image] Jul 29 16:02:07.653 INFO O| Jul 29 16:02:07.653 INFO STEP 472 (remove_files) COMPLETE
68632026-07-29T16:02:08.876Z[ recovery-image] Jul 29 16:02:07.653 INFO O| Jul 29 16:02:07.653 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-07-29T16:02:08.881Z[ recovery-image] Jul 29 16:02:07.666 INFO O| Jul 29 16:02:07.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
68652026-07-29T16:02:08.881Z[ recovery-image] Jul 29 16:02:07.666 INFO O| Jul 29 16:02:07.666 INFO STEP 473 (remove_files) COMPLETE
68662026-07-29T16:02:08.881Z[ recovery-image] Jul 29 16:02:07.666 INFO O| Jul 29 16:02:07.666 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-07-29T16:02:08.888Z[ recovery-image] Jul 29 16:02:07.675 INFO O| Jul 29 16:02:07.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
68682026-07-29T16:02:08.888Z[ recovery-image] Jul 29 16:02:07.676 INFO O| Jul 29 16:02:07.676 INFO STEP 474 (remove_files) COMPLETE
68692026-07-29T16:02:08.888Z[ recovery-image] Jul 29 16:02:07.676 INFO O| Jul 29 16:02:07.676 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-07-29T16:02:08.895Z[ recovery-image] Jul 29 16:02:07.686 INFO O| Jul 29 16:02:07.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
68712026-07-29T16:02:08.896Z[ recovery-image] Jul 29 16:02:07.687 INFO O| Jul 29 16:02:07.687 INFO STEP 475 (remove_files) COMPLETE
68722026-07-29T16:02:08.896Z[ recovery-image] Jul 29 16:02:07.687 INFO O| Jul 29 16:02:07.687 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-07-29T16:02:08.924Z[ recovery-image] Jul 29 16:02:07.700 INFO O| Jul 29 16:02:07.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
68742026-07-29T16:02:08.924Z[ recovery-image] Jul 29 16:02:07.700 INFO O| Jul 29 16:02:07.700 INFO STEP 476 (remove_files) COMPLETE
68752026-07-29T16:02:08.924Z[ recovery-image] Jul 29 16:02:07.700 INFO O| Jul 29 16:02:07.700 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-07-29T16:02:08.924Z[ recovery-image] Jul 29 16:02:07.708 INFO O| Jul 29 16:02:07.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68772026-07-29T16:02:08.924Z[ recovery-image] Jul 29 16:02:07.708 INFO O| Jul 29 16:02:07.708 INFO STEP 477 (remove_files) COMPLETE
68782026-07-29T16:02:08.924Z[ recovery-image] Jul 29 16:02:07.708 INFO O| Jul 29 16:02:07.708 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-07-29T16:02:08.930Z[ recovery-image] Jul 29 16:02:07.718 INFO O| Jul 29 16:02:07.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68802026-07-29T16:02:08.930Z[ recovery-image] Jul 29 16:02:07.718 INFO O| Jul 29 16:02:07.718 INFO STEP 478 (remove_files) COMPLETE
68812026-07-29T16:02:08.930Z[ recovery-image] Jul 29 16:02:07.718 INFO O| Jul 29 16:02:07.718 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-07-29T16:02:08.935Z[ recovery-image] Jul 29 16:02:07.727 INFO O| Jul 29 16:02:07.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68832026-07-29T16:02:08.935Z[ recovery-image] Jul 29 16:02:07.727 INFO O| Jul 29 16:02:07.727 INFO STEP 479 (remove_files) COMPLETE
68842026-07-29T16:02:08.936Z[ recovery-image] Jul 29 16:02:07.727 INFO O| Jul 29 16:02:07.727 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-07-29T16:02:08.942Z[ recovery-image] Jul 29 16:02:07.737 INFO O| Jul 29 16:02:07.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68862026-07-29T16:02:08.942Z[ recovery-image] Jul 29 16:02:07.737 INFO O| Jul 29 16:02:07.737 INFO STEP 480 (remove_files) COMPLETE
68872026-07-29T16:02:08.942Z[ recovery-image] Jul 29 16:02:07.737 INFO O| Jul 29 16:02:07.737 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-07-29T16:02:08.952Z[ recovery-image] Jul 29 16:02:07.747 INFO O| Jul 29 16:02:07.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68892026-07-29T16:02:08.952Z[ recovery-image] Jul 29 16:02:07.747 INFO O| Jul 29 16:02:07.747 INFO STEP 481 (remove_files) COMPLETE
68902026-07-29T16:02:08.952Z[ recovery-image] Jul 29 16:02:07.747 INFO O| Jul 29 16:02:07.747 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-07-29T16:02:08.963Z[ recovery-image] Jul 29 16:02:07.758 INFO O| Jul 29 16:02:07.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68922026-07-29T16:02:08.963Z[ recovery-image] Jul 29 16:02:07.758 INFO O| Jul 29 16:02:07.758 INFO STEP 482 (remove_files) COMPLETE
68932026-07-29T16:02:08.963Z[ recovery-image] Jul 29 16:02:07.758 INFO O| Jul 29 16:02:07.758 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-07-29T16:02:08.974Z[ recovery-image] Jul 29 16:02:07.769 INFO O| Jul 29 16:02:07.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68952026-07-29T16:02:08.974Z[ recovery-image] Jul 29 16:02:07.769 INFO O| Jul 29 16:02:07.769 INFO STEP 483 (remove_files) COMPLETE
68962026-07-29T16:02:08.974Z[ recovery-image] Jul 29 16:02:07.769 INFO O| Jul 29 16:02:07.769 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-07-29T16:02:08.983Z[ recovery-image] Jul 29 16:02:07.778 INFO O| Jul 29 16:02:07.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68982026-07-29T16:02:08.983Z[ recovery-image] Jul 29 16:02:07.778 INFO O| Jul 29 16:02:07.778 INFO STEP 484 (remove_files) COMPLETE
68992026-07-29T16:02:08.983Z[ recovery-image] Jul 29 16:02:07.778 INFO O| Jul 29 16:02:07.778 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-07-29T16:02:08.995Z[ recovery-image] Jul 29 16:02:07.789 INFO O| Jul 29 16:02:07.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
69012026-07-29T16:02:08.995Z[ recovery-image] Jul 29 16:02:07.789 INFO O| Jul 29 16:02:07.789 INFO STEP 485 (remove_files) COMPLETE
69022026-07-29T16:02:08.995Z[ recovery-image] Jul 29 16:02:07.789 INFO O| Jul 29 16:02:07.789 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-07-29T16:02:09.004Z[ recovery-image] Jul 29 16:02:07.799 INFO O| Jul 29 16:02:07.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
69042026-07-29T16:02:09.005Z[ recovery-image] Jul 29 16:02:07.799 INFO O| Jul 29 16:02:07.799 INFO STEP 486 (remove_files) COMPLETE
69052026-07-29T16:02:09.005Z[ recovery-image] Jul 29 16:02:07.799 INFO O| Jul 29 16:02:07.799 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-07-29T16:02:09.021Z[ recovery-image] Jul 29 16:02:07.815 INFO O| Jul 29 16:02:07.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
69072026-07-29T16:02:09.021Z[ recovery-image] Jul 29 16:02:07.815 INFO O| Jul 29 16:02:07.815 INFO STEP 487 (remove_files) COMPLETE
69082026-07-29T16:02:09.021Z[ recovery-image] Jul 29 16:02:07.815 INFO O| Jul 29 16:02:07.815 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-07-29T16:02:09.032Z[ recovery-image] Jul 29 16:02:07.827 INFO O| Jul 29 16:02:07.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
69102026-07-29T16:02:09.032Z[ recovery-image] Jul 29 16:02:07.827 INFO O| Jul 29 16:02:07.827 INFO STEP 488 (remove_files) COMPLETE
69112026-07-29T16:02:09.032Z[ recovery-image] Jul 29 16:02:07.827 INFO O| Jul 29 16:02:07.827 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-07-29T16:02:09.042Z[ recovery-image] Jul 29 16:02:07.837 INFO O| Jul 29 16:02:07.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
69132026-07-29T16:02:09.042Z[ recovery-image] Jul 29 16:02:07.837 INFO O| Jul 29 16:02:07.837 INFO STEP 489 (remove_files) COMPLETE
69142026-07-29T16:02:09.042Z[ recovery-image] Jul 29 16:02:07.837 INFO O| Jul 29 16:02:07.837 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-07-29T16:02:09.052Z[ recovery-image] Jul 29 16:02:07.847 INFO O| Jul 29 16:02:07.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
69162026-07-29T16:02:09.052Z[ recovery-image] Jul 29 16:02:07.847 INFO O| Jul 29 16:02:07.847 INFO STEP 490 (remove_files) COMPLETE
69172026-07-29T16:02:09.052Z[ recovery-image] Jul 29 16:02:07.847 INFO O| Jul 29 16:02:07.847 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-07-29T16:02:09.063Z[ recovery-image] Jul 29 16:02:07.858 INFO O| Jul 29 16:02:07.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
69192026-07-29T16:02:09.063Z[ recovery-image] Jul 29 16:02:07.858 INFO O| Jul 29 16:02:07.858 INFO STEP 491 (remove_files) COMPLETE
69202026-07-29T16:02:09.063Z[ recovery-image] Jul 29 16:02:07.858 INFO O| Jul 29 16:02:07.858 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-07-29T16:02:09.073Z[ recovery-image] Jul 29 16:02:07.868 INFO O| Jul 29 16:02:07.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
69222026-07-29T16:02:09.073Z[ recovery-image] Jul 29 16:02:07.868 INFO O| Jul 29 16:02:07.868 INFO STEP 492 (remove_files) COMPLETE
69232026-07-29T16:02:09.073Z[ recovery-image] Jul 29 16:02:07.868 INFO O| Jul 29 16:02:07.868 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-07-29T16:02:09.082Z[ recovery-image] Jul 29 16:02:07.877 INFO O| Jul 29 16:02:07.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
69252026-07-29T16:02:09.082Z[ recovery-image] Jul 29 16:02:07.877 INFO O| Jul 29 16:02:07.877 INFO STEP 493 (remove_files) COMPLETE
69262026-07-29T16:02:09.082Z[ recovery-image] Jul 29 16:02:07.877 INFO O| Jul 29 16:02:07.877 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-07-29T16:02:09.096Z[ recovery-image] Jul 29 16:02:07.886 INFO O| Jul 29 16:02:07.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
69282026-07-29T16:02:09.096Z[ recovery-image] Jul 29 16:02:07.886 INFO O| Jul 29 16:02:07.886 INFO STEP 494 (remove_files) COMPLETE
69292026-07-29T16:02:09.096Z[ recovery-image] Jul 29 16:02:07.886 INFO O| Jul 29 16:02:07.886 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-07-29T16:02:09.101Z[ recovery-image] Jul 29 16:02:07.896 INFO O| Jul 29 16:02:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
69312026-07-29T16:02:09.101Z[ recovery-image] Jul 29 16:02:07.896 INFO O| Jul 29 16:02:07.896 INFO STEP 495 (remove_files) COMPLETE
69322026-07-29T16:02:09.101Z[ recovery-image] Jul 29 16:02:07.896 INFO O| Jul 29 16:02:07.896 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-07-29T16:02:09.111Z[ recovery-image] Jul 29 16:02:07.905 INFO O| Jul 29 16:02:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
69342026-07-29T16:02:09.111Z[ recovery-image] Jul 29 16:02:07.905 INFO O| Jul 29 16:02:07.905 INFO STEP 496 (remove_files) COMPLETE
69352026-07-29T16:02:09.111Z[ recovery-image] Jul 29 16:02:07.905 INFO O| Jul 29 16:02:07.905 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-07-29T16:02:09.120Z[ recovery-image] Jul 29 16:02:07.915 INFO O| Jul 29 16:02:07.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
69372026-07-29T16:02:09.120Z[ recovery-image] Jul 29 16:02:07.915 INFO O| Jul 29 16:02:07.915 INFO STEP 497 (remove_files) COMPLETE
69382026-07-29T16:02:09.120Z[ recovery-image] Jul 29 16:02:07.915 INFO O| Jul 29 16:02:07.915 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-07-29T16:02:09.125Z[verify-libraries] Compiling internet-checksum v0.2.1
69402026-07-29T16:02:09.130Z[ recovery-image] Jul 29 16:02:07.925 INFO O| Jul 29 16:02:07.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
69412026-07-29T16:02:09.130Z[ recovery-image] Jul 29 16:02:07.925 INFO O| Jul 29 16:02:07.925 INFO STEP 498 (remove_files) COMPLETE
69422026-07-29T16:02:09.130Z[ recovery-image] Jul 29 16:02:07.925 INFO O| Jul 29 16:02:07.925 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-29T16:02:09.142Z[ recovery-image] Jul 29 16:02:07.937 INFO O| Jul 29 16:02:07.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
69442026-07-29T16:02:09.142Z[ recovery-image] Jul 29 16:02:07.937 INFO O| Jul 29 16:02:07.937 INFO STEP 499 (remove_files) COMPLETE
69452026-07-29T16:02:09.142Z[ recovery-image] Jul 29 16:02:07.937 INFO O| Jul 29 16:02:07.937 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-29T16:02:09.152Z[ recovery-image] Jul 29 16:02:07.946 INFO O| Jul 29 16:02:07.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
69472026-07-29T16:02:09.152Z[ recovery-image] Jul 29 16:02:07.946 INFO O| Jul 29 16:02:07.946 INFO STEP 500 (remove_files) COMPLETE
69482026-07-29T16:02:09.152Z[ recovery-image] Jul 29 16:02:07.946 INFO O| Jul 29 16:02:07.946 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-29T16:02:09.162Z[ recovery-image] Jul 29 16:02:07.956 INFO O| Jul 29 16:02:07.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
69502026-07-29T16:02:09.162Z[ recovery-image] Jul 29 16:02:07.956 INFO O| Jul 29 16:02:07.956 INFO STEP 501 (remove_files) COMPLETE
69512026-07-29T16:02:09.162Z[ recovery-image] Jul 29 16:02:07.956 INFO O| Jul 29 16:02:07.956 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-29T16:02:09.172Z[ recovery-image] Jul 29 16:02:07.967 INFO O| Jul 29 16:02:07.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
69532026-07-29T16:02:09.176Z[ recovery-image] Jul 29 16:02:07.968 INFO O| Jul 29 16:02:07.968 INFO STEP 502 (remove_files) COMPLETE
69542026-07-29T16:02:09.176Z[ recovery-image] Jul 29 16:02:07.968 INFO O| Jul 29 16:02:07.968 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-29T16:02:09.184Z[ recovery-image] Jul 29 16:02:07.978 INFO O| Jul 29 16:02:07.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
69562026-07-29T16:02:09.184Z[ recovery-image] Jul 29 16:02:07.978 INFO O| Jul 29 16:02:07.978 INFO STEP 503 (remove_files) COMPLETE
69572026-07-29T16:02:09.189Z[ recovery-image] Jul 29 16:02:07.978 INFO O| Jul 29 16:02:07.978 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-29T16:02:09.194Z[ recovery-image] Jul 29 16:02:07.988 INFO O| Jul 29 16:02:07.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
69592026-07-29T16:02:09.194Z[ recovery-image] Jul 29 16:02:07.988 INFO O| Jul 29 16:02:07.988 INFO STEP 504 (remove_files) COMPLETE
69602026-07-29T16:02:09.197Z[ recovery-image] Jul 29 16:02:07.988 INFO O| Jul 29 16:02:07.988 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-29T16:02:09.203Z[ recovery-image] Jul 29 16:02:07.997 INFO O| Jul 29 16:02:07.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
69622026-07-29T16:02:09.206Z[ recovery-image] Jul 29 16:02:07.998 INFO O| Jul 29 16:02:07.998 INFO STEP 505 (remove_files) COMPLETE
69632026-07-29T16:02:09.206Z[ recovery-image] Jul 29 16:02:07.998 INFO O| Jul 29 16:02:07.998 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-29T16:02:09.213Z[ recovery-image] Jul 29 16:02:08.007 INFO O| Jul 29 16:02:08.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69652026-07-29T16:02:09.216Z[ recovery-image] Jul 29 16:02:08.008 INFO O| Jul 29 16:02:08.008 INFO STEP 506 (remove_files) COMPLETE
69662026-07-29T16:02:09.216Z[ recovery-image] Jul 29 16:02:08.008 INFO O| Jul 29 16:02:08.008 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-29T16:02:09.224Z[ recovery-image] Jul 29 16:02:08.019 INFO O| Jul 29 16:02:08.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69682026-07-29T16:02:09.225Z[ recovery-image] Jul 29 16:02:08.019 INFO O| Jul 29 16:02:08.019 INFO STEP 507 (remove_files) COMPLETE
69692026-07-29T16:02:09.228Z[ recovery-image] Jul 29 16:02:08.019 INFO O| Jul 29 16:02:08.019 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-29T16:02:09.235Z[ recovery-image] Jul 29 16:02:08.030 INFO O| Jul 29 16:02:08.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69712026-07-29T16:02:09.235Z[ recovery-image] Jul 29 16:02:08.030 INFO O| Jul 29 16:02:08.030 INFO STEP 508 (remove_files) COMPLETE
69722026-07-29T16:02:09.235Z[ recovery-image] Jul 29 16:02:08.030 INFO O| Jul 29 16:02:08.030 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-29T16:02:09.245Z[ recovery-image] Jul 29 16:02:08.039 INFO O| Jul 29 16:02:08.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69742026-07-29T16:02:09.245Z[ recovery-image] Jul 29 16:02:08.039 INFO O| Jul 29 16:02:08.039 INFO STEP 509 (remove_files) COMPLETE
69752026-07-29T16:02:09.248Z[ recovery-image] Jul 29 16:02:08.039 INFO O| Jul 29 16:02:08.039 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-29T16:02:09.255Z[ recovery-image] Jul 29 16:02:08.050 INFO O| Jul 29 16:02:08.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69772026-07-29T16:02:09.255Z[ recovery-image] Jul 29 16:02:08.050 INFO O| Jul 29 16:02:08.050 INFO STEP 510 (remove_files) COMPLETE
69782026-07-29T16:02:09.255Z[ recovery-image] Jul 29 16:02:08.050 INFO O| Jul 29 16:02:08.050 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-29T16:02:09.266Z[ recovery-image] Jul 29 16:02:08.061 INFO O| Jul 29 16:02:08.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69802026-07-29T16:02:09.266Z[ recovery-image] Jul 29 16:02:08.061 INFO O| Jul 29 16:02:08.061 INFO STEP 511 (remove_files) COMPLETE
69812026-07-29T16:02:09.266Z[ recovery-image] Jul 29 16:02:08.061 INFO O| Jul 29 16:02:08.061 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-29T16:02:09.277Z[ recovery-image] Jul 29 16:02:08.072 INFO O| Jul 29 16:02:08.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69832026-07-29T16:02:09.282Z[ recovery-image] Jul 29 16:02:08.072 INFO O| Jul 29 16:02:08.072 INFO STEP 512 (remove_files) COMPLETE
69842026-07-29T16:02:09.282Z[ recovery-image] Jul 29 16:02:08.072 INFO O| Jul 29 16:02:08.072 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-29T16:02:09.290Z[ recovery-image] Jul 29 16:02:08.085 INFO O| Jul 29 16:02:08.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69862026-07-29T16:02:09.294Z[ recovery-image] Jul 29 16:02:08.086 INFO O| Jul 29 16:02:08.086 INFO STEP 513 (remove_files) COMPLETE
69872026-07-29T16:02:09.294Z[ recovery-image] Jul 29 16:02:08.086 INFO O| Jul 29 16:02:08.086 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-29T16:02:09.302Z[ recovery-image] Jul 29 16:02:08.096 INFO O| Jul 29 16:02:08.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69892026-07-29T16:02:09.302Z[ recovery-image] Jul 29 16:02:08.096 INFO O| Jul 29 16:02:08.096 INFO STEP 514 (remove_files) COMPLETE
69902026-07-29T16:02:09.305Z[ recovery-image] Jul 29 16:02:08.096 INFO O| Jul 29 16:02:08.096 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-29T16:02:09.313Z[ recovery-image] Jul 29 16:02:08.108 INFO O| Jul 29 16:02:08.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69922026-07-29T16:02:09.313Z[ recovery-image] Jul 29 16:02:08.108 INFO O| Jul 29 16:02:08.108 INFO STEP 515 (remove_files) COMPLETE
69932026-07-29T16:02:09.313Z[ recovery-image] Jul 29 16:02:08.108 INFO O| Jul 29 16:02:08.108 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-29T16:02:09.323Z[ recovery-image] Jul 29 16:02:08.118 INFO O| Jul 29 16:02:08.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69952026-07-29T16:02:09.327Z[ recovery-image] Jul 29 16:02:08.119 INFO O| Jul 29 16:02:08.119 INFO STEP 516 (remove_files) COMPLETE
69962026-07-29T16:02:09.327Z[ recovery-image] Jul 29 16:02:08.119 INFO O| Jul 29 16:02:08.119 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-29T16:02:09.334Z[ recovery-image] Jul 29 16:02:08.129 INFO O| Jul 29 16:02:08.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69982026-07-29T16:02:09.334Z[ recovery-image] Jul 29 16:02:08.129 INFO O| Jul 29 16:02:08.129 INFO STEP 517 (remove_files) COMPLETE
69992026-07-29T16:02:09.334Z[ recovery-image] Jul 29 16:02:08.129 INFO O| Jul 29 16:02:08.129 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-29T16:02:09.338Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
70012026-07-29T16:02:09.345Z[ recovery-image] Jul 29 16:02:08.139 INFO O| Jul 29 16:02:08.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
70022026-07-29T16:02:09.345Z[ recovery-image] Jul 29 16:02:08.139 INFO O| Jul 29 16:02:08.139 INFO STEP 518 (remove_files) COMPLETE
70032026-07-29T16:02:09.345Z[ recovery-image] Jul 29 16:02:08.139 INFO O| Jul 29 16:02:08.139 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-29T16:02:09.354Z[ recovery-image] Jul 29 16:02:08.148 INFO O| Jul 29 16:02:08.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
70052026-07-29T16:02:09.354Z[ recovery-image] Jul 29 16:02:08.148 INFO O| Jul 29 16:02:08.148 INFO STEP 519 (remove_files) COMPLETE
70062026-07-29T16:02:09.358Z[ recovery-image] Jul 29 16:02:08.149 INFO O| Jul 29 16:02:08.148 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-29T16:02:09.364Z[ recovery-image] Jul 29 16:02:08.158 INFO O| Jul 29 16:02:08.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
70082026-07-29T16:02:09.364Z[ recovery-image] Jul 29 16:02:08.158 INFO O| Jul 29 16:02:08.158 INFO STEP 520 (remove_files) COMPLETE
70092026-07-29T16:02:09.368Z[ recovery-image] Jul 29 16:02:08.158 INFO O| Jul 29 16:02:08.158 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-29T16:02:09.376Z[ recovery-image] Jul 29 16:02:08.170 INFO O| Jul 29 16:02:08.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
70112026-07-29T16:02:09.376Z[ recovery-image] Jul 29 16:02:08.170 INFO O| Jul 29 16:02:08.170 INFO STEP 521 (remove_files) COMPLETE
70122026-07-29T16:02:09.379Z[ recovery-image] Jul 29 16:02:08.170 INFO O| Jul 29 16:02:08.170 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-29T16:02:09.385Z[ recovery-image] Jul 29 16:02:08.180 INFO O| Jul 29 16:02:08.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
70142026-07-29T16:02:09.385Z[ recovery-image] Jul 29 16:02:08.180 INFO O| Jul 29 16:02:08.180 INFO STEP 522 (remove_files) COMPLETE
70152026-07-29T16:02:09.385Z[ recovery-image] Jul 29 16:02:08.180 INFO O| Jul 29 16:02:08.180 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-29T16:02:09.394Z[ recovery-image] Jul 29 16:02:08.189 INFO O| Jul 29 16:02:08.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
70172026-07-29T16:02:09.394Z[ recovery-image] Jul 29 16:02:08.189 INFO O| Jul 29 16:02:08.189 INFO STEP 523 (remove_files) COMPLETE
70182026-07-29T16:02:09.394Z[ recovery-image] Jul 29 16:02:08.189 INFO O| Jul 29 16:02:08.189 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-29T16:02:09.403Z[ recovery-image] Jul 29 16:02:08.198 INFO O| Jul 29 16:02:08.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
70202026-07-29T16:02:09.403Z[ recovery-image] Jul 29 16:02:08.198 INFO O| Jul 29 16:02:08.198 INFO STEP 524 (remove_files) COMPLETE
70212026-07-29T16:02:09.403Z[ recovery-image] Jul 29 16:02:08.198 INFO O| Jul 29 16:02:08.198 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-29T16:02:09.413Z[ recovery-image] Jul 29 16:02:08.208 INFO O| Jul 29 16:02:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
70232026-07-29T16:02:09.413Z[ recovery-image] Jul 29 16:02:08.208 INFO O| Jul 29 16:02:08.208 INFO STEP 525 (remove_files) COMPLETE
70242026-07-29T16:02:09.413Z[ recovery-image] Jul 29 16:02:08.208 INFO O| Jul 29 16:02:08.208 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-29T16:02:09.423Z[ recovery-image] Jul 29 16:02:08.218 INFO O| Jul 29 16:02:08.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
70262026-07-29T16:02:09.423Z[ recovery-image] Jul 29 16:02:08.218 INFO O| Jul 29 16:02:08.218 INFO STEP 526 (remove_files) COMPLETE
70272026-07-29T16:02:09.427Z[ recovery-image] Jul 29 16:02:08.218 INFO O| Jul 29 16:02:08.218 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-29T16:02:09.434Z[ recovery-image] Jul 29 16:02:08.229 INFO O| Jul 29 16:02:08.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
70292026-07-29T16:02:09.434Z[ recovery-image] Jul 29 16:02:08.229 INFO O| Jul 29 16:02:08.229 INFO STEP 527 (remove_files) COMPLETE
70302026-07-29T16:02:09.434Z[ recovery-image] Jul 29 16:02:08.229 INFO O| Jul 29 16:02:08.229 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-29T16:02:09.445Z[ recovery-image] Jul 29 16:02:08.240 INFO O| Jul 29 16:02:08.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
70322026-07-29T16:02:09.445Z[ recovery-image] Jul 29 16:02:08.240 INFO O| Jul 29 16:02:08.240 INFO STEP 528 (remove_files) COMPLETE
70332026-07-29T16:02:09.446Z[ recovery-image] Jul 29 16:02:08.240 INFO O| Jul 29 16:02:08.240 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-29T16:02:09.460Z[ recovery-image] Jul 29 16:02:08.250 INFO O| Jul 29 16:02:08.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
70352026-07-29T16:02:09.460Z[ recovery-image] Jul 29 16:02:08.250 INFO O| Jul 29 16:02:08.250 INFO STEP 529 (remove_files) COMPLETE
70362026-07-29T16:02:09.460Z[ recovery-image] Jul 29 16:02:08.250 INFO O| Jul 29 16:02:08.250 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-29T16:02:09.466Z[ recovery-image] Jul 29 16:02:08.260 INFO O| Jul 29 16:02:08.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
70382026-07-29T16:02:09.466Z[ recovery-image] Jul 29 16:02:08.260 INFO O| Jul 29 16:02:08.260 INFO STEP 530 (remove_files) COMPLETE
70392026-07-29T16:02:09.470Z[ recovery-image] Jul 29 16:02:08.260 INFO O| Jul 29 16:02:08.260 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-29T16:02:09.476Z[ recovery-image] Jul 29 16:02:08.271 INFO O| Jul 29 16:02:08.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
70412026-07-29T16:02:09.476Z[ recovery-image] Jul 29 16:02:08.271 INFO O| Jul 29 16:02:08.271 INFO STEP 531 (remove_files) COMPLETE
70422026-07-29T16:02:09.480Z[ recovery-image] Jul 29 16:02:08.271 INFO O| Jul 29 16:02:08.271 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-29T16:02:09.487Z[ recovery-image] Jul 29 16:02:08.282 INFO O| Jul 29 16:02:08.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
70442026-07-29T16:02:09.487Z[ recovery-image] Jul 29 16:02:08.282 INFO O| Jul 29 16:02:08.282 INFO STEP 532 (remove_files) COMPLETE
70452026-07-29T16:02:09.487Z[ recovery-image] Jul 29 16:02:08.282 INFO O| Jul 29 16:02:08.282 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-29T16:02:09.497Z[ recovery-image] Jul 29 16:02:08.292 INFO O| Jul 29 16:02:08.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
70472026-07-29T16:02:09.497Z[ recovery-image] Jul 29 16:02:08.292 INFO O| Jul 29 16:02:08.292 INFO STEP 533 (remove_files) COMPLETE
70482026-07-29T16:02:09.497Z[ recovery-image] Jul 29 16:02:08.292 INFO O| Jul 29 16:02:08.292 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-29T16:02:09.506Z[ recovery-image] Jul 29 16:02:08.301 INFO O| Jul 29 16:02:08.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
70502026-07-29T16:02:09.506Z[ recovery-image] Jul 29 16:02:08.301 INFO O| Jul 29 16:02:08.301 INFO STEP 534 (remove_files) COMPLETE
70512026-07-29T16:02:09.506Z[ recovery-image] Jul 29 16:02:08.301 INFO O| Jul 29 16:02:08.301 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-29T16:02:09.517Z[ recovery-image] Jul 29 16:02:08.312 INFO O| Jul 29 16:02:08.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
70532026-07-29T16:02:09.517Z[ recovery-image] Jul 29 16:02:08.312 INFO O| Jul 29 16:02:08.312 INFO STEP 535 (remove_files) COMPLETE
70542026-07-29T16:02:09.522Z[ recovery-image] Jul 29 16:02:08.312 INFO O| Jul 29 16:02:08.312 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-29T16:02:09.529Z[ recovery-image] Jul 29 16:02:08.324 INFO O| Jul 29 16:02:08.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
70562026-07-29T16:02:09.529Z[ recovery-image] Jul 29 16:02:08.324 INFO O| Jul 29 16:02:08.324 INFO STEP 536 (remove_files) COMPLETE
70572026-07-29T16:02:09.532Z[ recovery-image] Jul 29 16:02:08.324 INFO O| Jul 29 16:02:08.324 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-29T16:02:09.540Z[ recovery-image] Jul 29 16:02:08.335 INFO O| Jul 29 16:02:08.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
70592026-07-29T16:02:09.540Z[ recovery-image] Jul 29 16:02:08.335 INFO O| Jul 29 16:02:08.335 INFO STEP 537 (remove_files) COMPLETE
70602026-07-29T16:02:09.544Z[ recovery-image] Jul 29 16:02:08.335 INFO O| Jul 29 16:02:08.335 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-29T16:02:09.552Z[ recovery-image] Jul 29 16:02:08.346 INFO O| Jul 29 16:02:08.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
70622026-07-29T16:02:09.552Z[ recovery-image] Jul 29 16:02:08.346 INFO O| Jul 29 16:02:08.346 INFO STEP 538 (remove_files) COMPLETE
70632026-07-29T16:02:09.555Z[ recovery-image] Jul 29 16:02:08.346 INFO O| Jul 29 16:02:08.346 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-29T16:02:09.562Z[ recovery-image] Jul 29 16:02:08.357 INFO O| Jul 29 16:02:08.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
70652026-07-29T16:02:09.565Z[ recovery-image] Jul 29 16:02:08.357 INFO O| Jul 29 16:02:08.357 INFO STEP 539 (remove_files) COMPLETE
70662026-07-29T16:02:09.565Z[ recovery-image] Jul 29 16:02:08.357 INFO O| Jul 29 16:02:08.357 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-29T16:02:09.573Z[ recovery-image] Jul 29 16:02:08.368 INFO O| Jul 29 16:02:08.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70682026-07-29T16:02:09.574Z[ recovery-image] Jul 29 16:02:08.368 INFO O| Jul 29 16:02:08.368 INFO STEP 540 (remove_files) COMPLETE
70692026-07-29T16:02:09.577Z[ recovery-image] Jul 29 16:02:08.368 INFO O| Jul 29 16:02:08.368 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-29T16:02:09.583Z[ recovery-image] Jul 29 16:02:08.378 INFO O| Jul 29 16:02:08.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70712026-07-29T16:02:09.588Z[ recovery-image] Jul 29 16:02:08.379 INFO O| Jul 29 16:02:08.379 INFO STEP 541 (remove_files) COMPLETE
70722026-07-29T16:02:09.588Z[ recovery-image] Jul 29 16:02:08.379 INFO O| Jul 29 16:02:08.379 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-29T16:02:09.596Z[ recovery-image] Jul 29 16:02:08.391 INFO O| Jul 29 16:02:08.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70742026-07-29T16:02:09.596Z[ recovery-image] Jul 29 16:02:08.391 INFO O| Jul 29 16:02:08.391 INFO STEP 542 (remove_files) COMPLETE
70752026-07-29T16:02:09.599Z[ recovery-image] Jul 29 16:02:08.391 INFO O| Jul 29 16:02:08.391 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-29T16:02:09.612Z[ recovery-image] Jul 29 16:02:08.406 INFO O| Jul 29 16:02:08.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70772026-07-29T16:02:09.612Z[ recovery-image] Jul 29 16:02:08.406 INFO O| Jul 29 16:02:08.406 INFO STEP 543 (remove_files) COMPLETE
70782026-07-29T16:02:09.612Z[ recovery-image] Jul 29 16:02:08.406 INFO O| Jul 29 16:02:08.406 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-29T16:02:09.621Z[ recovery-image] Jul 29 16:02:08.416 INFO O| Jul 29 16:02:08.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70802026-07-29T16:02:09.621Z[ recovery-image] Jul 29 16:02:08.416 INFO O| Jul 29 16:02:08.416 INFO STEP 544 (remove_files) COMPLETE
70812026-07-29T16:02:09.621Z[ recovery-image] Jul 29 16:02:08.416 INFO O| Jul 29 16:02:08.416 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-29T16:02:09.630Z[ recovery-image] Jul 29 16:02:08.425 INFO O| Jul 29 16:02:08.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70832026-07-29T16:02:09.630Z[ recovery-image] Jul 29 16:02:08.425 INFO O| Jul 29 16:02:08.425 INFO STEP 545 (remove_files) COMPLETE
70842026-07-29T16:02:09.630Z[ recovery-image] Jul 29 16:02:08.425 INFO O| Jul 29 16:02:08.425 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-29T16:02:09.640Z[ recovery-image] Jul 29 16:02:08.435 INFO O| Jul 29 16:02:08.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70862026-07-29T16:02:09.640Z[ recovery-image] Jul 29 16:02:08.435 INFO O| Jul 29 16:02:08.435 INFO STEP 546 (remove_files) COMPLETE
70872026-07-29T16:02:09.640Z[ recovery-image] Jul 29 16:02:08.435 INFO O| Jul 29 16:02:08.435 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-29T16:02:09.649Z[ recovery-image] Jul 29 16:02:08.443 INFO O| Jul 29 16:02:08.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70892026-07-29T16:02:09.649Z[ recovery-image] Jul 29 16:02:08.443 INFO O| Jul 29 16:02:08.443 INFO STEP 547 (remove_files) COMPLETE
70902026-07-29T16:02:09.652Z[ recovery-image] Jul 29 16:02:08.443 INFO O| Jul 29 16:02:08.443 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-29T16:02:09.660Z[ recovery-image] Jul 29 16:02:08.455 INFO O| Jul 29 16:02:08.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70922026-07-29T16:02:09.660Z[ recovery-image] Jul 29 16:02:08.455 INFO O| Jul 29 16:02:08.455 INFO STEP 548 (remove_files) COMPLETE
70932026-07-29T16:02:09.660Z[ recovery-image] Jul 29 16:02:08.455 INFO O| Jul 29 16:02:08.455 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-29T16:02:09.671Z[ recovery-image] Jul 29 16:02:08.466 INFO O| Jul 29 16:02:08.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70952026-07-29T16:02:09.671Z[ recovery-image] Jul 29 16:02:08.466 INFO O| Jul 29 16:02:08.466 INFO STEP 549 (remove_files) COMPLETE
70962026-07-29T16:02:09.674Z[ recovery-image] Jul 29 16:02:08.466 INFO O| Jul 29 16:02:08.466 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-29T16:02:09.682Z[ recovery-image] Jul 29 16:02:08.476 INFO O| Jul 29 16:02:08.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70982026-07-29T16:02:09.682Z[ recovery-image] Jul 29 16:02:08.476 INFO O| Jul 29 16:02:08.476 INFO STEP 550 (remove_files) COMPLETE
70992026-07-29T16:02:09.685Z[ recovery-image] Jul 29 16:02:08.476 INFO O| Jul 29 16:02:08.476 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-29T16:02:09.692Z[ recovery-image] Jul 29 16:02:08.487 INFO O| Jul 29 16:02:08.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
71012026-07-29T16:02:09.692Z[ recovery-image] Jul 29 16:02:08.487 INFO O| Jul 29 16:02:08.487 INFO STEP 551 (remove_files) COMPLETE
71022026-07-29T16:02:09.697Z[ recovery-image] Jul 29 16:02:08.487 INFO O| Jul 29 16:02:08.487 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-29T16:02:09.703Z[ recovery-image] Jul 29 16:02:08.497 INFO O| Jul 29 16:02:08.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
71042026-07-29T16:02:09.703Z[ recovery-image] Jul 29 16:02:08.497 INFO O| Jul 29 16:02:08.497 INFO STEP 552 (remove_files) COMPLETE
71052026-07-29T16:02:09.703Z[ recovery-image] Jul 29 16:02:08.497 INFO O| Jul 29 16:02:08.497 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-29T16:02:09.713Z[ recovery-image] Jul 29 16:02:08.508 INFO O| Jul 29 16:02:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
71072026-07-29T16:02:09.713Z[ recovery-image] Jul 29 16:02:08.508 INFO O| Jul 29 16:02:08.508 INFO STEP 553 (remove_files) COMPLETE
71082026-07-29T16:02:09.716Z[ recovery-image] Jul 29 16:02:08.508 INFO O| Jul 29 16:02:08.508 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-29T16:02:09.724Z[ recovery-image] Jul 29 16:02:08.518 INFO O| Jul 29 16:02:08.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
71102026-07-29T16:02:09.724Z[ recovery-image] Jul 29 16:02:08.519 INFO O| Jul 29 16:02:08.519 INFO STEP 554 (remove_files) COMPLETE
71112026-07-29T16:02:09.727Z[ recovery-image] Jul 29 16:02:08.519 INFO O| Jul 29 16:02:08.519 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-29T16:02:09.735Z[ recovery-image] Jul 29 16:02:08.529 INFO O| Jul 29 16:02:08.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
71132026-07-29T16:02:09.735Z[ recovery-image] Jul 29 16:02:08.529 INFO O| Jul 29 16:02:08.529 INFO STEP 555 (remove_files) COMPLETE
71142026-07-29T16:02:09.735Z[ recovery-image] Jul 29 16:02:08.529 INFO O| Jul 29 16:02:08.529 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-29T16:02:09.746Z[ recovery-image] Jul 29 16:02:08.540 INFO O| Jul 29 16:02:08.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
71162026-07-29T16:02:09.746Z[ recovery-image] Jul 29 16:02:08.540 INFO O| Jul 29 16:02:08.540 INFO STEP 556 (remove_files) COMPLETE
71172026-07-29T16:02:09.746Z[ recovery-image] Jul 29 16:02:08.540 INFO O| Jul 29 16:02:08.540 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-29T16:02:09.756Z[ recovery-image] Jul 29 16:02:08.550 INFO O| Jul 29 16:02:08.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
71192026-07-29T16:02:09.756Z[ recovery-image] Jul 29 16:02:08.550 INFO O| Jul 29 16:02:08.550 INFO STEP 557 (remove_files) COMPLETE
71202026-07-29T16:02:09.760Z[ recovery-image] Jul 29 16:02:08.550 INFO O| Jul 29 16:02:08.550 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-29T16:02:09.766Z[ recovery-image] Jul 29 16:02:08.561 INFO O| Jul 29 16:02:08.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
71222026-07-29T16:02:09.766Z[ recovery-image] Jul 29 16:02:08.561 INFO O| Jul 29 16:02:08.561 INFO STEP 558 (remove_files) COMPLETE
71232026-07-29T16:02:09.770Z[ recovery-image] Jul 29 16:02:08.561 INFO O| Jul 29 16:02:08.561 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-29T16:02:09.778Z[ recovery-image] Jul 29 16:02:08.573 INFO O| Jul 29 16:02:08.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
71252026-07-29T16:02:09.778Z[ recovery-image] Jul 29 16:02:08.573 INFO O| Jul 29 16:02:08.573 INFO STEP 559 (remove_files) COMPLETE
71262026-07-29T16:02:09.778Z[ recovery-image] Jul 29 16:02:08.573 INFO O| Jul 29 16:02:08.573 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-29T16:02:09.788Z[ recovery-image] Jul 29 16:02:08.583 INFO O| Jul 29 16:02:08.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
71282026-07-29T16:02:09.788Z[ recovery-image] Jul 29 16:02:08.583 INFO O| Jul 29 16:02:08.583 INFO STEP 560 (remove_files) COMPLETE
71292026-07-29T16:02:09.788Z[ recovery-image] Jul 29 16:02:08.583 INFO O| Jul 29 16:02:08.583 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-29T16:02:09.798Z[ recovery-image] Jul 29 16:02:08.593 INFO O| Jul 29 16:02:08.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
71312026-07-29T16:02:09.802Z[ recovery-image] Jul 29 16:02:08.594 INFO O| Jul 29 16:02:08.594 INFO STEP 561 (remove_files) COMPLETE
71322026-07-29T16:02:09.802Z[ recovery-image] Jul 29 16:02:08.594 INFO O| Jul 29 16:02:08.594 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-29T16:02:09.812Z[ recovery-image] Jul 29 16:02:08.606 INFO O| Jul 29 16:02:08.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
71342026-07-29T16:02:09.812Z[ recovery-image] Jul 29 16:02:08.606 INFO O| Jul 29 16:02:08.606 INFO STEP 562 (remove_files) COMPLETE
71352026-07-29T16:02:09.812Z[ recovery-image] Jul 29 16:02:08.606 INFO O| Jul 29 16:02:08.606 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-29T16:02:09.821Z[ recovery-image] Jul 29 16:02:08.616 INFO O| Jul 29 16:02:08.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
71372026-07-29T16:02:09.821Z[ recovery-image] Jul 29 16:02:08.616 INFO O| Jul 29 16:02:08.616 INFO STEP 563 (remove_files) COMPLETE
71382026-07-29T16:02:09.821Z[ recovery-image] Jul 29 16:02:08.616 INFO O| Jul 29 16:02:08.616 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-29T16:02:09.831Z[ recovery-image] Jul 29 16:02:08.626 INFO O| Jul 29 16:02:08.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
71402026-07-29T16:02:09.831Z[ recovery-image] Jul 29 16:02:08.626 INFO O| Jul 29 16:02:08.626 INFO STEP 564 (remove_files) COMPLETE
71412026-07-29T16:02:09.831Z[ recovery-image] Jul 29 16:02:08.626 INFO O| Jul 29 16:02:08.626 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-29T16:02:09.841Z[ recovery-image] Jul 29 16:02:08.636 INFO O| Jul 29 16:02:08.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
71432026-07-29T16:02:09.841Z[ recovery-image] Jul 29 16:02:08.636 INFO O| Jul 29 16:02:08.636 INFO STEP 565 (remove_files) COMPLETE
71442026-07-29T16:02:09.841Z[ recovery-image] Jul 29 16:02:08.636 INFO O| Jul 29 16:02:08.636 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-29T16:02:09.863Z[ recovery-image] Jul 29 16:02:08.647 INFO O| Jul 29 16:02:08.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
71462026-07-29T16:02:09.863Z[ recovery-image] Jul 29 16:02:08.647 INFO O| Jul 29 16:02:08.647 INFO STEP 566 (remove_files) COMPLETE
71472026-07-29T16:02:09.863Z[ recovery-image] Jul 29 16:02:08.647 INFO O| Jul 29 16:02:08.647 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-29T16:02:09.868Z[ recovery-image] Jul 29 16:02:08.658 INFO O| Jul 29 16:02:08.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
71492026-07-29T16:02:09.868Z[ recovery-image] Jul 29 16:02:08.658 INFO O| Jul 29 16:02:08.658 INFO STEP 567 (remove_files) COMPLETE
71502026-07-29T16:02:09.868Z[ recovery-image] Jul 29 16:02:08.658 INFO O| Jul 29 16:02:08.658 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-29T16:02:09.873Z[ recovery-image] Jul 29 16:02:08.668 INFO O| Jul 29 16:02:08.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
71522026-07-29T16:02:09.873Z[ recovery-image] Jul 29 16:02:08.668 INFO O| Jul 29 16:02:08.668 INFO STEP 568 (remove_files) COMPLETE
71532026-07-29T16:02:09.873Z[ recovery-image] Jul 29 16:02:08.668 INFO O| Jul 29 16:02:08.668 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-29T16:02:09.884Z[ recovery-image] Jul 29 16:02:08.678 INFO O| Jul 29 16:02:08.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
71552026-07-29T16:02:09.884Z[ recovery-image] Jul 29 16:02:08.678 INFO O| Jul 29 16:02:08.678 INFO STEP 569 (remove_files) COMPLETE
71562026-07-29T16:02:09.887Z[ recovery-image] Jul 29 16:02:08.678 INFO O| Jul 29 16:02:08.678 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-29T16:02:09.894Z[ recovery-image] Jul 29 16:02:08.689 INFO O| Jul 29 16:02:08.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
71582026-07-29T16:02:09.894Z[ recovery-image] Jul 29 16:02:08.689 INFO O| Jul 29 16:02:08.689 INFO STEP 570 (remove_files) COMPLETE
71592026-07-29T16:02:09.894Z[ recovery-image] Jul 29 16:02:08.689 INFO O| Jul 29 16:02:08.689 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-29T16:02:09.903Z[ recovery-image] Jul 29 16:02:08.698 INFO O| Jul 29 16:02:08.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
71612026-07-29T16:02:09.903Z[ recovery-image] Jul 29 16:02:08.698 INFO O| Jul 29 16:02:08.698 INFO STEP 571 (remove_files) COMPLETE
71622026-07-29T16:02:09.903Z[ recovery-image] Jul 29 16:02:08.698 INFO O| Jul 29 16:02:08.698 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-29T16:02:09.914Z[ recovery-image] Jul 29 16:02:08.709 INFO O| Jul 29 16:02:08.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
71642026-07-29T16:02:09.914Z[ recovery-image] Jul 29 16:02:08.709 INFO O| Jul 29 16:02:08.709 INFO STEP 572 (remove_files) COMPLETE
71652026-07-29T16:02:09.918Z[ recovery-image] Jul 29 16:02:08.709 INFO O| Jul 29 16:02:08.709 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-29T16:02:09.925Z[ recovery-image] Jul 29 16:02:08.720 INFO O| Jul 29 16:02:08.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71672026-07-29T16:02:09.925Z[ recovery-image] Jul 29 16:02:08.720 INFO O| Jul 29 16:02:08.720 INFO STEP 573 (remove_files) COMPLETE
71682026-07-29T16:02:09.925Z[ recovery-image] Jul 29 16:02:08.720 INFO O| Jul 29 16:02:08.720 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-29T16:02:09.936Z[ recovery-image] Jul 29 16:02:08.730 INFO O| Jul 29 16:02:08.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71702026-07-29T16:02:09.936Z[ recovery-image] Jul 29 16:02:08.730 INFO O| Jul 29 16:02:08.730 INFO STEP 574 (remove_files) COMPLETE
71712026-07-29T16:02:09.942Z[ recovery-image] Jul 29 16:02:08.730 INFO O| Jul 29 16:02:08.730 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-29T16:02:09.946Z[ recovery-image] Jul 29 16:02:08.741 INFO O| Jul 29 16:02:08.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71732026-07-29T16:02:09.946Z[ recovery-image] Jul 29 16:02:08.741 INFO O| Jul 29 16:02:08.741 INFO STEP 575 (remove_files) COMPLETE
71742026-07-29T16:02:09.946Z[ recovery-image] Jul 29 16:02:08.741 INFO O| Jul 29 16:02:08.741 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-29T16:02:09.958Z[ recovery-image] Jul 29 16:02:08.752 INFO O| Jul 29 16:02:08.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71762026-07-29T16:02:09.958Z[ recovery-image] Jul 29 16:02:08.752 INFO O| Jul 29 16:02:08.752 INFO STEP 576 (remove_files) COMPLETE
71772026-07-29T16:02:09.958Z[ recovery-image] Jul 29 16:02:08.752 INFO O| Jul 29 16:02:08.752 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-29T16:02:09.969Z[ recovery-image] Jul 29 16:02:08.764 INFO O| Jul 29 16:02:08.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71792026-07-29T16:02:09.969Z[ recovery-image] Jul 29 16:02:08.764 INFO O| Jul 29 16:02:08.764 INFO STEP 577 (remove_files) COMPLETE
71802026-07-29T16:02:09.969Z[ recovery-image] Jul 29 16:02:08.764 INFO O| Jul 29 16:02:08.764 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-29T16:02:09.977Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
71822026-07-29T16:02:09.980Z[ recovery-image] Jul 29 16:02:08.775 INFO O| Jul 29 16:02:08.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71832026-07-29T16:02:09.980Z[ recovery-image] Jul 29 16:02:08.775 INFO O| Jul 29 16:02:08.775 INFO STEP 578 (remove_files) COMPLETE
71842026-07-29T16:02:09.980Z[ recovery-image] Jul 29 16:02:08.775 INFO O| Jul 29 16:02:08.775 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-07-29T16:02:09.991Z[ recovery-image] Jul 29 16:02:08.785 INFO O| Jul 29 16:02:08.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71862026-07-29T16:02:09.995Z[ recovery-image] Jul 29 16:02:08.786 INFO O| Jul 29 16:02:08.786 INFO STEP 579 (remove_files) COMPLETE
71872026-07-29T16:02:09.995Z[ recovery-image] Jul 29 16:02:08.786 INFO O| Jul 29 16:02:08.786 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-07-29T16:02:10.002Z[ recovery-image] Jul 29 16:02:08.796 INFO O| Jul 29 16:02:08.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71892026-07-29T16:02:10.002Z[ recovery-image] Jul 29 16:02:08.796 INFO O| Jul 29 16:02:08.796 INFO STEP 580 (remove_files) COMPLETE
71902026-07-29T16:02:10.002Z[ recovery-image] Jul 29 16:02:08.796 INFO O| Jul 29 16:02:08.796 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-07-29T16:02:10.011Z[ recovery-image] Jul 29 16:02:08.806 INFO O| Jul 29 16:02:08.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71922026-07-29T16:02:10.011Z[ recovery-image] Jul 29 16:02:08.806 INFO O| Jul 29 16:02:08.806 INFO STEP 581 (remove_files) COMPLETE
71932026-07-29T16:02:10.015Z[ recovery-image] Jul 29 16:02:08.806 INFO O| Jul 29 16:02:08.806 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-07-29T16:02:10.020Z[ recovery-image] Jul 29 16:02:08.815 INFO O| Jul 29 16:02:08.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71952026-07-29T16:02:10.020Z[ recovery-image] Jul 29 16:02:08.815 INFO O| Jul 29 16:02:08.815 INFO STEP 582 (remove_files) COMPLETE
71962026-07-29T16:02:10.020Z[ recovery-image] Jul 29 16:02:08.815 INFO O| Jul 29 16:02:08.815 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-07-29T16:02:10.030Z[ recovery-image] Jul 29 16:02:08.824 INFO O| Jul 29 16:02:08.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71982026-07-29T16:02:10.030Z[ recovery-image] Jul 29 16:02:08.824 INFO O| Jul 29 16:02:08.824 INFO STEP 583 (remove_files) COMPLETE
71992026-07-29T16:02:10.033Z[ recovery-image] Jul 29 16:02:08.824 INFO O| Jul 29 16:02:08.824 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-07-29T16:02:10.041Z[ recovery-image] Jul 29 16:02:08.834 INFO O| Jul 29 16:02:08.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
72012026-07-29T16:02:10.041Z[ recovery-image] Jul 29 16:02:08.834 INFO O| Jul 29 16:02:08.834 INFO STEP 584 (remove_files) COMPLETE
72022026-07-29T16:02:10.041Z[ recovery-image] Jul 29 16:02:08.834 INFO O| Jul 29 16:02:08.834 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-07-29T16:02:10.049Z[ recovery-image] Jul 29 16:02:08.843 INFO O| Jul 29 16:02:08.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
72042026-07-29T16:02:10.049Z[ recovery-image] Jul 29 16:02:08.843 INFO O| Jul 29 16:02:08.843 INFO STEP 585 (remove_files) COMPLETE
72052026-07-29T16:02:10.049Z[ recovery-image] Jul 29 16:02:08.843 INFO O| Jul 29 16:02:08.843 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-07-29T16:02:10.058Z[ recovery-image] Jul 29 16:02:08.853 INFO O| Jul 29 16:02:08.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
72072026-07-29T16:02:10.058Z[ recovery-image] Jul 29 16:02:08.853 INFO O| Jul 29 16:02:08.853 INFO STEP 586 (remove_files) COMPLETE
72082026-07-29T16:02:10.062Z[ recovery-image] Jul 29 16:02:08.853 INFO O| Jul 29 16:02:08.853 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-07-29T16:02:10.068Z[ recovery-image] Jul 29 16:02:08.863 INFO O| Jul 29 16:02:08.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
72102026-07-29T16:02:10.068Z[ recovery-image] Jul 29 16:02:08.863 INFO O| Jul 29 16:02:08.863 INFO STEP 587 (remove_files) COMPLETE
72112026-07-29T16:02:10.068Z[ recovery-image] Jul 29 16:02:08.863 INFO O| Jul 29 16:02:08.863 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-07-29T16:02:10.078Z[ recovery-image] Jul 29 16:02:08.871 INFO O| Jul 29 16:02:08.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
72132026-07-29T16:02:10.078Z[ recovery-image] Jul 29 16:02:08.871 INFO O| Jul 29 16:02:08.871 INFO STEP 588 (remove_files) COMPLETE
72142026-07-29T16:02:10.078Z[ recovery-image] Jul 29 16:02:08.871 INFO O| Jul 29 16:02:08.871 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-07-29T16:02:10.086Z[ recovery-image] Jul 29 16:02:08.881 INFO O| Jul 29 16:02:08.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
72162026-07-29T16:02:10.086Z[ recovery-image] Jul 29 16:02:08.881 INFO O| Jul 29 16:02:08.881 INFO STEP 589 (remove_files) COMPLETE
72172026-07-29T16:02:10.090Z[ recovery-image] Jul 29 16:02:08.881 INFO O| Jul 29 16:02:08.881 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-07-29T16:02:10.095Z[ recovery-image] Jul 29 16:02:08.889 INFO O| Jul 29 16:02:08.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
72192026-07-29T16:02:10.102Z[ recovery-image] Jul 29 16:02:08.889 INFO O| Jul 29 16:02:08.889 INFO STEP 590 (remove_files) COMPLETE
72202026-07-29T16:02:10.102Z[ recovery-image] Jul 29 16:02:08.889 INFO O| Jul 29 16:02:08.889 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-07-29T16:02:10.105Z[ recovery-image] Jul 29 16:02:08.899 INFO O| Jul 29 16:02:08.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
72222026-07-29T16:02:10.105Z[ recovery-image] Jul 29 16:02:08.899 INFO O| Jul 29 16:02:08.899 INFO STEP 591 (remove_files) COMPLETE
72232026-07-29T16:02:10.105Z[ recovery-image] Jul 29 16:02:08.899 INFO O| Jul 29 16:02:08.899 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-07-29T16:02:10.115Z[ recovery-image] Jul 29 16:02:08.910 INFO O| Jul 29 16:02:08.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
72252026-07-29T16:02:10.115Z[ recovery-image] Jul 29 16:02:08.910 INFO O| Jul 29 16:02:08.910 INFO STEP 592 (remove_files) COMPLETE
72262026-07-29T16:02:10.115Z[ recovery-image] Jul 29 16:02:08.910 INFO O| Jul 29 16:02:08.910 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-07-29T16:02:10.126Z[ recovery-image] Jul 29 16:02:08.921 INFO O| Jul 29 16:02:08.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
72282026-07-29T16:02:10.126Z[ recovery-image] Jul 29 16:02:08.921 INFO O| Jul 29 16:02:08.921 INFO STEP 593 (remove_files) COMPLETE
72292026-07-29T16:02:10.130Z[ recovery-image] Jul 29 16:02:08.921 INFO O| Jul 29 16:02:08.921 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-07-29T16:02:10.137Z[ recovery-image] Jul 29 16:02:08.932 INFO O| Jul 29 16:02:08.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
72312026-07-29T16:02:10.137Z[ recovery-image] Jul 29 16:02:08.932 INFO O| Jul 29 16:02:08.932 INFO STEP 594 (remove_files) COMPLETE
72322026-07-29T16:02:10.137Z[ recovery-image] Jul 29 16:02:08.932 INFO O| Jul 29 16:02:08.932 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-07-29T16:02:10.150Z[ recovery-image] Jul 29 16:02:08.943 INFO O| Jul 29 16:02:08.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
72342026-07-29T16:02:10.150Z[ recovery-image] Jul 29 16:02:08.944 INFO O| Jul 29 16:02:08.943 INFO STEP 595 (remove_files) COMPLETE
72352026-07-29T16:02:10.150Z[ recovery-image] Jul 29 16:02:08.944 INFO O| Jul 29 16:02:08.944 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-07-29T16:02:10.160Z[ recovery-image] Jul 29 16:02:08.953 INFO O| Jul 29 16:02:08.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
72372026-07-29T16:02:10.160Z[ recovery-image] Jul 29 16:02:08.953 INFO O| Jul 29 16:02:08.953 INFO STEP 596 (remove_files) COMPLETE
72382026-07-29T16:02:10.160Z[ recovery-image] Jul 29 16:02:08.953 INFO O| Jul 29 16:02:08.953 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-07-29T16:02:10.170Z[ recovery-image] Jul 29 16:02:08.963 INFO O| Jul 29 16:02:08.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
72402026-07-29T16:02:10.170Z[ recovery-image] Jul 29 16:02:08.963 INFO O| Jul 29 16:02:08.963 INFO STEP 597 (remove_files) COMPLETE
72412026-07-29T16:02:10.170Z[ recovery-image] Jul 29 16:02:08.963 INFO O| Jul 29 16:02:08.963 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-07-29T16:02:10.178Z[ recovery-image] Jul 29 16:02:08.973 INFO O| Jul 29 16:02:08.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
72432026-07-29T16:02:10.178Z[ recovery-image] Jul 29 16:02:08.973 INFO O| Jul 29 16:02:08.973 INFO STEP 598 (remove_files) COMPLETE
72442026-07-29T16:02:10.178Z[ recovery-image] Jul 29 16:02:08.973 INFO O| Jul 29 16:02:08.973 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-07-29T16:02:10.190Z[ recovery-image] Jul 29 16:02:08.983 INFO O| Jul 29 16:02:08.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
72462026-07-29T16:02:10.190Z[ recovery-image] Jul 29 16:02:08.983 INFO O| Jul 29 16:02:08.983 INFO STEP 599 (remove_files) COMPLETE
72472026-07-29T16:02:10.190Z[ recovery-image] Jul 29 16:02:08.983 INFO O| Jul 29 16:02:08.983 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-07-29T16:02:10.200Z[ recovery-image] Jul 29 16:02:08.992 INFO O| Jul 29 16:02:08.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
72492026-07-29T16:02:10.200Z[ recovery-image] Jul 29 16:02:08.992 INFO O| Jul 29 16:02:08.992 INFO STEP 600 (remove_files) COMPLETE
72502026-07-29T16:02:10.204Z[ recovery-image] Jul 29 16:02:08.992 INFO O| Jul 29 16:02:08.992 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-07-29T16:02:10.210Z[ recovery-image] Jul 29 16:02:09.002 INFO O| Jul 29 16:02:09.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
72522026-07-29T16:02:10.210Z[ recovery-image] Jul 29 16:02:09.002 INFO O| Jul 29 16:02:09.002 INFO STEP 601 (remove_files) COMPLETE
72532026-07-29T16:02:10.210Z[ recovery-image] Jul 29 16:02:09.002 INFO O| Jul 29 16:02:09.002 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-07-29T16:02:10.219Z[ recovery-image] Jul 29 16:02:09.014 INFO O| Jul 29 16:02:09.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
72552026-07-29T16:02:10.219Z[ recovery-image] Jul 29 16:02:09.014 INFO O| Jul 29 16:02:09.014 INFO STEP 602 (remove_files) COMPLETE
72562026-07-29T16:02:10.219Z[ recovery-image] Jul 29 16:02:09.014 INFO O| Jul 29 16:02:09.014 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-07-29T16:02:10.231Z[ recovery-image] Jul 29 16:02:09.024 INFO O| Jul 29 16:02:09.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
72582026-07-29T16:02:10.231Z[ recovery-image] Jul 29 16:02:09.024 INFO O| Jul 29 16:02:09.024 INFO STEP 603 (remove_files) COMPLETE
72592026-07-29T16:02:10.231Z[ recovery-image] Jul 29 16:02:09.024 INFO O| Jul 29 16:02:09.024 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-07-29T16:02:10.239Z[ recovery-image] Jul 29 16:02:09.034 INFO O| Jul 29 16:02:09.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
72612026-07-29T16:02:10.239Z[ recovery-image] Jul 29 16:02:09.034 INFO O| Jul 29 16:02:09.034 INFO STEP 604 (remove_files) COMPLETE
72622026-07-29T16:02:10.239Z[ recovery-image] Jul 29 16:02:09.034 INFO O| Jul 29 16:02:09.034 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-07-29T16:02:10.250Z[ recovery-image] Jul 29 16:02:09.044 INFO O| Jul 29 16:02:09.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
72642026-07-29T16:02:10.250Z[ recovery-image] Jul 29 16:02:09.044 INFO O| Jul 29 16:02:09.044 INFO STEP 605 (remove_files) COMPLETE
72652026-07-29T16:02:10.250Z[ recovery-image] Jul 29 16:02:09.044 INFO O| Jul 29 16:02:09.044 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-07-29T16:02:10.270Z[ recovery-image] Jul 29 16:02:09.065 INFO O| Jul 29 16:02:09.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
72672026-07-29T16:02:10.270Z[ recovery-image] Jul 29 16:02:09.065 INFO O| Jul 29 16:02:09.065 INFO STEP 606 (remove_files) COMPLETE
72682026-07-29T16:02:10.276Z[ recovery-image] Jul 29 16:02:09.065 INFO O| Jul 29 16:02:09.065 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-07-29T16:02:10.282Z[ recovery-image] Jul 29 16:02:09.076 INFO O| Jul 29 16:02:09.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72702026-07-29T16:02:10.282Z[ recovery-image] Jul 29 16:02:09.076 INFO O| Jul 29 16:02:09.076 INFO STEP 607 (remove_files) COMPLETE
72712026-07-29T16:02:10.282Z[ recovery-image] Jul 29 16:02:09.076 INFO O| Jul 29 16:02:09.076 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-07-29T16:02:10.293Z[ recovery-image] Jul 29 16:02:09.088 INFO O| Jul 29 16:02:09.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72732026-07-29T16:02:10.293Z[ recovery-image] Jul 29 16:02:09.088 INFO O| Jul 29 16:02:09.088 INFO STEP 608 (remove_files) COMPLETE
72742026-07-29T16:02:10.293Z[ recovery-image] Jul 29 16:02:09.088 INFO O| Jul 29 16:02:09.088 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-07-29T16:02:10.303Z[ recovery-image] Jul 29 16:02:09.098 INFO O| Jul 29 16:02:09.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72762026-07-29T16:02:10.303Z[ recovery-image] Jul 29 16:02:09.098 INFO O| Jul 29 16:02:09.098 INFO STEP 609 (remove_files) COMPLETE
72772026-07-29T16:02:10.303Z[ recovery-image] Jul 29 16:02:09.098 INFO O| Jul 29 16:02:09.098 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-07-29T16:02:10.314Z[ recovery-image] Jul 29 16:02:09.108 INFO O| Jul 29 16:02:09.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72792026-07-29T16:02:10.314Z[ recovery-image] Jul 29 16:02:09.108 INFO O| Jul 29 16:02:09.108 INFO STEP 610 (remove_files) COMPLETE
72802026-07-29T16:02:10.314Z[ recovery-image] Jul 29 16:02:09.108 INFO O| Jul 29 16:02:09.108 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-07-29T16:02:10.325Z[ recovery-image] Jul 29 16:02:09.120 INFO O| Jul 29 16:02:09.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72822026-07-29T16:02:10.325Z[ recovery-image] Jul 29 16:02:09.120 INFO O| Jul 29 16:02:09.120 INFO STEP 611 (remove_files) COMPLETE
72832026-07-29T16:02:10.325Z[ recovery-image] Jul 29 16:02:09.120 INFO O| Jul 29 16:02:09.120 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-07-29T16:02:10.336Z[ recovery-image] Jul 29 16:02:09.130 INFO O| Jul 29 16:02:09.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72852026-07-29T16:02:10.336Z[ recovery-image] Jul 29 16:02:09.130 INFO O| Jul 29 16:02:09.130 INFO STEP 612 (remove_files) COMPLETE
72862026-07-29T16:02:10.336Z[ recovery-image] Jul 29 16:02:09.130 INFO O| Jul 29 16:02:09.130 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-07-29T16:02:10.348Z[ recovery-image] Jul 29 16:02:09.142 INFO O| Jul 29 16:02:09.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72882026-07-29T16:02:10.348Z[ recovery-image] Jul 29 16:02:09.142 INFO O| Jul 29 16:02:09.142 INFO STEP 613 (remove_files) COMPLETE
72892026-07-29T16:02:10.348Z[ recovery-image] Jul 29 16:02:09.142 INFO O| Jul 29 16:02:09.142 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-07-29T16:02:10.357Z[ recovery-image] Jul 29 16:02:09.152 INFO O| Jul 29 16:02:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72912026-07-29T16:02:10.357Z[ recovery-image] Jul 29 16:02:09.152 INFO O| Jul 29 16:02:09.152 INFO STEP 614 (remove_files) COMPLETE
72922026-07-29T16:02:10.357Z[ recovery-image] Jul 29 16:02:09.152 INFO O| Jul 29 16:02:09.152 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-07-29T16:02:10.366Z[ recovery-image] Jul 29 16:02:09.161 INFO O| Jul 29 16:02:09.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72942026-07-29T16:02:10.366Z[ recovery-image] Jul 29 16:02:09.161 INFO O| Jul 29 16:02:09.161 INFO STEP 615 (remove_files) COMPLETE
72952026-07-29T16:02:10.366Z[ recovery-image] Jul 29 16:02:09.161 INFO O| Jul 29 16:02:09.161 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-07-29T16:02:10.375Z[ recovery-image] Jul 29 16:02:09.170 INFO O| Jul 29 16:02:09.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72972026-07-29T16:02:10.375Z[ recovery-image] Jul 29 16:02:09.170 INFO O| Jul 29 16:02:09.170 INFO STEP 616 (remove_files) COMPLETE
72982026-07-29T16:02:10.375Z[ recovery-image] Jul 29 16:02:09.170 INFO O| Jul 29 16:02:09.170 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-07-29T16:02:10.385Z[ recovery-image] Jul 29 16:02:09.179 INFO O| Jul 29 16:02:09.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
73002026-07-29T16:02:10.385Z[ recovery-image] Jul 29 16:02:09.180 INFO O| Jul 29 16:02:09.179 INFO STEP 617 (remove_files) COMPLETE
73012026-07-29T16:02:10.390Z[ recovery-image] Jul 29 16:02:09.180 INFO O| Jul 29 16:02:09.180 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-07-29T16:02:10.394Z[ recovery-image] Jul 29 16:02:09.189 INFO O| Jul 29 16:02:09.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
73032026-07-29T16:02:10.394Z[ recovery-image] Jul 29 16:02:09.189 INFO O| Jul 29 16:02:09.189 INFO STEP 618 (remove_files) COMPLETE
73042026-07-29T16:02:10.398Z[ recovery-image] Jul 29 16:02:09.189 INFO O| Jul 29 16:02:09.189 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-07-29T16:02:10.404Z[ recovery-image] Jul 29 16:02:09.198 INFO O| Jul 29 16:02:09.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
73062026-07-29T16:02:10.407Z[ recovery-image] Jul 29 16:02:09.198 INFO O| Jul 29 16:02:09.198 INFO STEP 619 (remove_files) COMPLETE
73072026-07-29T16:02:10.407Z[ recovery-image] Jul 29 16:02:09.198 INFO O| Jul 29 16:02:09.198 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-07-29T16:02:10.413Z[ recovery-image] Jul 29 16:02:09.207 INFO O| Jul 29 16:02:09.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
73092026-07-29T16:02:10.414Z[ recovery-image] Jul 29 16:02:09.207 INFO O| Jul 29 16:02:09.207 INFO STEP 620 (remove_files) COMPLETE
73102026-07-29T16:02:10.414Z[ recovery-image] Jul 29 16:02:09.207 INFO O| Jul 29 16:02:09.207 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-07-29T16:02:10.431Z[ recovery-image] Jul 29 16:02:09.217 INFO O| Jul 29 16:02:09.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
73122026-07-29T16:02:10.431Z[ recovery-image] Jul 29 16:02:09.217 INFO O| Jul 29 16:02:09.217 INFO STEP 621 (remove_files) COMPLETE
73132026-07-29T16:02:10.431Z[ recovery-image] Jul 29 16:02:09.217 INFO O| Jul 29 16:02:09.217 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-07-29T16:02:10.435Z[ recovery-image] Jul 29 16:02:09.230 INFO O| Jul 29 16:02:09.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
73152026-07-29T16:02:10.435Z[ recovery-image] Jul 29 16:02:09.230 INFO O| Jul 29 16:02:09.230 INFO STEP 622 (remove_files) COMPLETE
73162026-07-29T16:02:10.438Z[ recovery-image] Jul 29 16:02:09.230 INFO O| Jul 29 16:02:09.230 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-07-29T16:02:10.446Z[ recovery-image] Jul 29 16:02:09.241 INFO O| Jul 29 16:02:09.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
73182026-07-29T16:02:10.446Z[ recovery-image] Jul 29 16:02:09.241 INFO O| Jul 29 16:02:09.241 INFO STEP 623 (remove_files) COMPLETE
73192026-07-29T16:02:10.450Z[ recovery-image] Jul 29 16:02:09.241 INFO O| Jul 29 16:02:09.241 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-07-29T16:02:10.456Z[ recovery-image] Jul 29 16:02:09.251 INFO O| Jul 29 16:02:09.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
73212026-07-29T16:02:10.456Z[ recovery-image] Jul 29 16:02:09.251 INFO O| Jul 29 16:02:09.251 INFO STEP 624 (remove_files) COMPLETE
73222026-07-29T16:02:10.459Z[ recovery-image] Jul 29 16:02:09.251 INFO O| Jul 29 16:02:09.251 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-07-29T16:02:10.466Z[ recovery-image] Jul 29 16:02:09.260 INFO O| Jul 29 16:02:09.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
73242026-07-29T16:02:10.466Z[ recovery-image] Jul 29 16:02:09.261 INFO O| Jul 29 16:02:09.261 INFO STEP 625 (remove_files) COMPLETE
73252026-07-29T16:02:10.466Z[ recovery-image] Jul 29 16:02:09.261 INFO O| Jul 29 16:02:09.261 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-07-29T16:02:10.476Z[ recovery-image] Jul 29 16:02:09.270 INFO O| Jul 29 16:02:09.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
73272026-07-29T16:02:10.476Z[ recovery-image] Jul 29 16:02:09.270 INFO O| Jul 29 16:02:09.270 INFO STEP 626 (remove_files) COMPLETE
73282026-07-29T16:02:10.476Z[ recovery-image] Jul 29 16:02:09.270 INFO O| Jul 29 16:02:09.270 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-07-29T16:02:10.486Z[ recovery-image] Jul 29 16:02:09.280 INFO O| Jul 29 16:02:09.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
73302026-07-29T16:02:10.486Z[ recovery-image] Jul 29 16:02:09.280 INFO O| Jul 29 16:02:09.280 INFO STEP 627 (remove_files) COMPLETE
73312026-07-29T16:02:10.486Z[ recovery-image] Jul 29 16:02:09.280 INFO O| Jul 29 16:02:09.280 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-07-29T16:02:10.496Z[ recovery-image] Jul 29 16:02:09.291 INFO O| Jul 29 16:02:09.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
73332026-07-29T16:02:10.496Z[ recovery-image] Jul 29 16:02:09.291 INFO O| Jul 29 16:02:09.291 INFO STEP 628 (remove_files) COMPLETE
73342026-07-29T16:02:10.496Z[ recovery-image] Jul 29 16:02:09.291 INFO O| Jul 29 16:02:09.291 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-07-29T16:02:10.517Z[ recovery-image] Jul 29 16:02:09.309 INFO O| Jul 29 16:02:09.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
73362026-07-29T16:02:10.517Z[ recovery-image] Jul 29 16:02:09.309 INFO O| Jul 29 16:02:09.309 INFO STEP 629 (remove_files) COMPLETE
73372026-07-29T16:02:10.517Z[ recovery-image] Jul 29 16:02:09.309 INFO O| Jul 29 16:02:09.309 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-07-29T16:02:10.525Z[ recovery-image] Jul 29 16:02:09.319 INFO O| Jul 29 16:02:09.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
73392026-07-29T16:02:10.525Z[ recovery-image] Jul 29 16:02:09.320 INFO O| Jul 29 16:02:09.320 INFO STEP 630 (remove_files) COMPLETE
73402026-07-29T16:02:10.525Z[ recovery-image] Jul 29 16:02:09.320 INFO O| Jul 29 16:02:09.320 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-07-29T16:02:10.535Z[ recovery-image] Jul 29 16:02:09.330 INFO O| Jul 29 16:02:09.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
73422026-07-29T16:02:10.535Z[ recovery-image] Jul 29 16:02:09.330 INFO O| Jul 29 16:02:09.330 INFO STEP 631 (remove_files) COMPLETE
73432026-07-29T16:02:10.535Z[ recovery-image] Jul 29 16:02:09.330 INFO O| Jul 29 16:02:09.330 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-07-29T16:02:10.546Z[ recovery-image] Jul 29 16:02:09.341 INFO O| Jul 29 16:02:09.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
73452026-07-29T16:02:10.546Z[ recovery-image] Jul 29 16:02:09.341 INFO O| Jul 29 16:02:09.341 INFO STEP 632 (remove_files) COMPLETE
73462026-07-29T16:02:10.546Z[ recovery-image] Jul 29 16:02:09.341 INFO O| Jul 29 16:02:09.341 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-07-29T16:02:10.556Z[ recovery-image] Jul 29 16:02:09.351 INFO O| Jul 29 16:02:09.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
73482026-07-29T16:02:10.556Z[ recovery-image] Jul 29 16:02:09.351 INFO O| Jul 29 16:02:09.351 INFO STEP 633 (remove_files) COMPLETE
73492026-07-29T16:02:10.556Z[ recovery-image] Jul 29 16:02:09.351 INFO O| Jul 29 16:02:09.351 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-07-29T16:02:10.565Z[ recovery-image] Jul 29 16:02:09.359 INFO O| Jul 29 16:02:09.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
73512026-07-29T16:02:10.565Z[ recovery-image] Jul 29 16:02:09.359 INFO O| Jul 29 16:02:09.359 INFO STEP 634 (remove_files) COMPLETE
73522026-07-29T16:02:10.568Z[ recovery-image] Jul 29 16:02:09.359 INFO O| Jul 29 16:02:09.359 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-07-29T16:02:10.573Z[ recovery-image] Jul 29 16:02:09.368 INFO O| Jul 29 16:02:09.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
73542026-07-29T16:02:10.573Z[ recovery-image] Jul 29 16:02:09.368 INFO O| Jul 29 16:02:09.368 INFO STEP 635 (remove_files) COMPLETE
73552026-07-29T16:02:10.573Z[ recovery-image] Jul 29 16:02:09.368 INFO O| Jul 29 16:02:09.368 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-07-29T16:02:10.581Z[ recovery-image] Jul 29 16:02:09.376 INFO O| Jul 29 16:02:09.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
73572026-07-29T16:02:10.581Z[ recovery-image] Jul 29 16:02:09.376 INFO O| Jul 29 16:02:09.376 INFO STEP 636 (remove_files) COMPLETE
73582026-07-29T16:02:10.581Z[ recovery-image] Jul 29 16:02:09.376 INFO O| Jul 29 16:02:09.376 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-07-29T16:02:10.589Z[ recovery-image] Jul 29 16:02:09.384 INFO O| Jul 29 16:02:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
73602026-07-29T16:02:10.590Z[ recovery-image] Jul 29 16:02:09.384 INFO O| Jul 29 16:02:09.384 INFO STEP 637 (remove_files) COMPLETE
73612026-07-29T16:02:10.590Z[ recovery-image] Jul 29 16:02:09.384 INFO O| Jul 29 16:02:09.384 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-07-29T16:02:10.600Z[ recovery-image] Jul 29 16:02:09.395 INFO O| Jul 29 16:02:09.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
73632026-07-29T16:02:10.600Z[ recovery-image] Jul 29 16:02:09.395 INFO O| Jul 29 16:02:09.395 INFO STEP 638 (remove_files) COMPLETE
73642026-07-29T16:02:10.600Z[ recovery-image] Jul 29 16:02:09.395 INFO O| Jul 29 16:02:09.395 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-07-29T16:02:10.610Z[ recovery-image] Jul 29 16:02:09.405 INFO O| Jul 29 16:02:09.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
73662026-07-29T16:02:10.610Z[ recovery-image] Jul 29 16:02:09.405 INFO O| Jul 29 16:02:09.405 INFO STEP 639 (remove_files) COMPLETE
73672026-07-29T16:02:10.610Z[ recovery-image] Jul 29 16:02:09.405 INFO O| Jul 29 16:02:09.405 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-07-29T16:02:10.623Z[ recovery-image] Jul 29 16:02:09.416 INFO O| Jul 29 16:02:09.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73692026-07-29T16:02:10.623Z[ recovery-image] Jul 29 16:02:09.416 INFO O| Jul 29 16:02:09.416 INFO STEP 640 (remove_files) COMPLETE
73702026-07-29T16:02:10.623Z[ recovery-image] Jul 29 16:02:09.416 INFO O| Jul 29 16:02:09.416 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-07-29T16:02:10.632Z[ recovery-image] Jul 29 16:02:09.427 INFO O| Jul 29 16:02:09.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73722026-07-29T16:02:10.632Z[ recovery-image] Jul 29 16:02:09.427 INFO O| Jul 29 16:02:09.427 INFO STEP 641 (remove_files) COMPLETE
73732026-07-29T16:02:10.632Z[ recovery-image] Jul 29 16:02:09.427 INFO O| Jul 29 16:02:09.427 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-07-29T16:02:10.643Z[ recovery-image] Jul 29 16:02:09.437 INFO O| Jul 29 16:02:09.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73752026-07-29T16:02:10.643Z[ recovery-image] Jul 29 16:02:09.437 INFO O| Jul 29 16:02:09.437 INFO STEP 642 (remove_files) COMPLETE
73762026-07-29T16:02:10.643Z[ recovery-image] Jul 29 16:02:09.437 INFO O| Jul 29 16:02:09.437 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-07-29T16:02:10.653Z[ recovery-image] Jul 29 16:02:09.447 INFO O| Jul 29 16:02:09.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73782026-07-29T16:02:10.656Z[ recovery-image] Jul 29 16:02:09.448 INFO O| Jul 29 16:02:09.448 INFO STEP 643 (remove_files) COMPLETE
73792026-07-29T16:02:10.656Z[ recovery-image] Jul 29 16:02:09.448 INFO O| Jul 29 16:02:09.448 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-07-29T16:02:10.663Z[ recovery-image] Jul 29 16:02:09.458 INFO O| Jul 29 16:02:09.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73812026-07-29T16:02:10.667Z[ recovery-image] Jul 29 16:02:09.458 INFO O| Jul 29 16:02:09.458 INFO STEP 644 (remove_files) COMPLETE
73822026-07-29T16:02:10.667Z[ recovery-image] Jul 29 16:02:09.458 INFO O| Jul 29 16:02:09.458 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-07-29T16:02:10.672Z[ recovery-image] Jul 29 16:02:09.467 INFO O| Jul 29 16:02:09.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73842026-07-29T16:02:10.672Z[ recovery-image] Jul 29 16:02:09.467 INFO O| Jul 29 16:02:09.467 INFO STEP 645 (remove_files) COMPLETE
73852026-07-29T16:02:10.672Z[ recovery-image] Jul 29 16:02:09.467 INFO O| Jul 29 16:02:09.467 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-07-29T16:02:10.676Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
73872026-07-29T16:02:10.682Z[ recovery-image] Jul 29 16:02:09.476 INFO O| Jul 29 16:02:09.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73882026-07-29T16:02:10.682Z[ recovery-image] Jul 29 16:02:09.477 INFO O| Jul 29 16:02:09.477 INFO STEP 646 (remove_files) COMPLETE
73892026-07-29T16:02:10.682Z[ recovery-image] Jul 29 16:02:09.477 INFO O| Jul 29 16:02:09.477 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-29T16:02:10.691Z[ recovery-image] Jul 29 16:02:09.486 INFO O| Jul 29 16:02:09.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73912026-07-29T16:02:10.692Z[ recovery-image] Jul 29 16:02:09.486 INFO O| Jul 29 16:02:09.486 INFO STEP 647 (remove_files) COMPLETE
73922026-07-29T16:02:10.692Z[ recovery-image] Jul 29 16:02:09.486 INFO O| Jul 29 16:02:09.486 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-29T16:02:10.701Z[ recovery-image] Jul 29 16:02:09.496 INFO O| Jul 29 16:02:09.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73942026-07-29T16:02:10.701Z[ recovery-image] Jul 29 16:02:09.496 INFO O| Jul 29 16:02:09.496 INFO STEP 648 (remove_files) COMPLETE
73952026-07-29T16:02:10.701Z[ recovery-image] Jul 29 16:02:09.496 INFO O| Jul 29 16:02:09.496 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-29T16:02:10.711Z[ recovery-image] Jul 29 16:02:09.505 INFO O| Jul 29 16:02:09.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73972026-07-29T16:02:10.711Z[ recovery-image] Jul 29 16:02:09.505 INFO O| Jul 29 16:02:09.505 INFO STEP 649 (remove_files) COMPLETE
73982026-07-29T16:02:10.715Z[ recovery-image] Jul 29 16:02:09.505 INFO O| Jul 29 16:02:09.505 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-29T16:02:10.720Z[ recovery-image] Jul 29 16:02:09.515 INFO O| Jul 29 16:02:09.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
74002026-07-29T16:02:10.720Z[ recovery-image] Jul 29 16:02:09.515 INFO O| Jul 29 16:02:09.515 INFO STEP 650 (remove_files) COMPLETE
74012026-07-29T16:02:10.724Z[ recovery-image] Jul 29 16:02:09.515 INFO O| Jul 29 16:02:09.515 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-29T16:02:10.730Z[ recovery-image] Jul 29 16:02:09.525 INFO O| Jul 29 16:02:09.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
74032026-07-29T16:02:10.730Z[ recovery-image] Jul 29 16:02:09.525 INFO O| Jul 29 16:02:09.525 INFO STEP 651 (remove_files) COMPLETE
74042026-07-29T16:02:10.730Z[ recovery-image] Jul 29 16:02:09.525 INFO O| Jul 29 16:02:09.525 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-29T16:02:10.741Z[ recovery-image] Jul 29 16:02:09.535 INFO O| Jul 29 16:02:09.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
74062026-07-29T16:02:10.741Z[ recovery-image] Jul 29 16:02:09.535 INFO O| Jul 29 16:02:09.535 INFO STEP 652 (remove_files) COMPLETE
74072026-07-29T16:02:10.741Z[ recovery-image] Jul 29 16:02:09.535 INFO O| Jul 29 16:02:09.535 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-29T16:02:10.751Z[ recovery-image] Jul 29 16:02:09.546 INFO O| Jul 29 16:02:09.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
74092026-07-29T16:02:10.751Z[ recovery-image] Jul 29 16:02:09.546 INFO O| Jul 29 16:02:09.546 INFO STEP 653 (remove_files) COMPLETE
74102026-07-29T16:02:10.751Z[ recovery-image] Jul 29 16:02:09.546 INFO O| Jul 29 16:02:09.546 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-29T16:02:10.761Z[ recovery-image] Jul 29 16:02:09.555 INFO O| Jul 29 16:02:09.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
74122026-07-29T16:02:10.761Z[ recovery-image] Jul 29 16:02:09.555 INFO O| Jul 29 16:02:09.555 INFO STEP 654 (remove_files) COMPLETE
74132026-07-29T16:02:10.766Z[ recovery-image] Jul 29 16:02:09.555 INFO O| Jul 29 16:02:09.555 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-29T16:02:10.771Z[ recovery-image] Jul 29 16:02:09.565 INFO O| Jul 29 16:02:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
74152026-07-29T16:02:10.774Z[ recovery-image] Jul 29 16:02:09.565 INFO O| Jul 29 16:02:09.565 INFO STEP 655 (remove_files) COMPLETE
74162026-07-29T16:02:10.774Z[ recovery-image] Jul 29 16:02:09.565 INFO O| Jul 29 16:02:09.565 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-29T16:02:10.780Z[ recovery-image] Jul 29 16:02:09.574 INFO O| Jul 29 16:02:09.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
74182026-07-29T16:02:10.780Z[ recovery-image] Jul 29 16:02:09.574 INFO O| Jul 29 16:02:09.574 INFO STEP 656 (remove_files) COMPLETE
74192026-07-29T16:02:10.783Z[ recovery-image] Jul 29 16:02:09.574 INFO O| Jul 29 16:02:09.574 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-29T16:02:10.789Z[ recovery-image] Jul 29 16:02:09.584 INFO O| Jul 29 16:02:09.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
74212026-07-29T16:02:10.789Z[ recovery-image] Jul 29 16:02:09.584 INFO O| Jul 29 16:02:09.584 INFO STEP 657 (remove_files) COMPLETE
74222026-07-29T16:02:10.789Z[ recovery-image] Jul 29 16:02:09.584 INFO O| Jul 29 16:02:09.584 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-29T16:02:10.799Z[ recovery-image] Jul 29 16:02:09.594 INFO O| Jul 29 16:02:09.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
74242026-07-29T16:02:10.799Z[ recovery-image] Jul 29 16:02:09.594 INFO O| Jul 29 16:02:09.594 INFO STEP 658 (remove_files) COMPLETE
74252026-07-29T16:02:10.802Z[ recovery-image] Jul 29 16:02:09.594 INFO O| Jul 29 16:02:09.594 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-29T16:02:10.811Z[ recovery-image] Jul 29 16:02:09.604 INFO O| Jul 29 16:02:09.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
74272026-07-29T16:02:10.811Z[ recovery-image] Jul 29 16:02:09.604 INFO O| Jul 29 16:02:09.604 INFO STEP 659 (remove_files) COMPLETE
74282026-07-29T16:02:10.811Z[ recovery-image] Jul 29 16:02:09.604 INFO O| Jul 29 16:02:09.604 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-29T16:02:10.820Z[ recovery-image] Jul 29 16:02:09.615 INFO O| Jul 29 16:02:09.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
74302026-07-29T16:02:10.825Z[ recovery-image] Jul 29 16:02:09.616 INFO O| Jul 29 16:02:09.616 INFO STEP 660 (remove_files) COMPLETE
74312026-07-29T16:02:10.825Z[ recovery-image] Jul 29 16:02:09.616 INFO O| Jul 29 16:02:09.616 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-29T16:02:10.832Z[ recovery-image] Jul 29 16:02:09.626 INFO O| Jul 29 16:02:09.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
74332026-07-29T16:02:10.832Z[ recovery-image] Jul 29 16:02:09.626 INFO O| Jul 29 16:02:09.626 INFO STEP 661 (remove_files) COMPLETE
74342026-07-29T16:02:10.835Z[ recovery-image] Jul 29 16:02:09.626 INFO O| Jul 29 16:02:09.626 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-29T16:02:10.842Z[ recovery-image] Jul 29 16:02:09.636 INFO O| Jul 29 16:02:09.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
74362026-07-29T16:02:10.842Z[ recovery-image] Jul 29 16:02:09.636 INFO O| Jul 29 16:02:09.636 INFO STEP 662 (remove_files) COMPLETE
74372026-07-29T16:02:10.842Z[ recovery-image] Jul 29 16:02:09.636 INFO O| Jul 29 16:02:09.636 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-29T16:02:10.852Z[ recovery-image] Jul 29 16:02:09.647 INFO O| Jul 29 16:02:09.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
74392026-07-29T16:02:10.852Z[ recovery-image] Jul 29 16:02:09.647 INFO O| Jul 29 16:02:09.647 INFO STEP 663 (remove_files) COMPLETE
74402026-07-29T16:02:10.852Z[ recovery-image] Jul 29 16:02:09.647 INFO O| Jul 29 16:02:09.647 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-29T16:02:10.863Z[ recovery-image] Jul 29 16:02:09.657 INFO O| Jul 29 16:02:09.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
74422026-07-29T16:02:10.863Z[ recovery-image] Jul 29 16:02:09.657 INFO O| Jul 29 16:02:09.657 INFO STEP 664 (remove_files) COMPLETE
74432026-07-29T16:02:10.863Z[ recovery-image] Jul 29 16:02:09.657 INFO O| Jul 29 16:02:09.657 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-29T16:02:10.873Z[ recovery-image] Jul 29 16:02:09.668 INFO O| Jul 29 16:02:09.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
74452026-07-29T16:02:10.873Z[ recovery-image] Jul 29 16:02:09.668 INFO O| Jul 29 16:02:09.668 INFO STEP 665 (remove_files) COMPLETE
74462026-07-29T16:02:10.873Z[ recovery-image] Jul 29 16:02:09.668 INFO O| Jul 29 16:02:09.668 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-29T16:02:10.884Z[ recovery-image] Jul 29 16:02:09.678 INFO O| Jul 29 16:02:09.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
74482026-07-29T16:02:10.884Z[ recovery-image] Jul 29 16:02:09.678 INFO O| Jul 29 16:02:09.678 INFO STEP 666 (remove_files) COMPLETE
74492026-07-29T16:02:10.884Z[ recovery-image] Jul 29 16:02:09.678 INFO O| Jul 29 16:02:09.678 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-29T16:02:10.893Z[ recovery-image] Jul 29 16:02:09.688 INFO O| Jul 29 16:02:09.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
74512026-07-29T16:02:10.893Z[ recovery-image] Jul 29 16:02:09.688 INFO O| Jul 29 16:02:09.688 INFO STEP 667 (remove_files) COMPLETE
74522026-07-29T16:02:10.896Z[ recovery-image] Jul 29 16:02:09.688 INFO O| Jul 29 16:02:09.688 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-29T16:02:10.904Z[ recovery-image] Jul 29 16:02:09.698 INFO O| Jul 29 16:02:09.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
74542026-07-29T16:02:10.907Z[ recovery-image] Jul 29 16:02:09.698 INFO O| Jul 29 16:02:09.698 INFO STEP 668 (remove_files) COMPLETE
74552026-07-29T16:02:10.907Z[ recovery-image] Jul 29 16:02:09.698 INFO O| Jul 29 16:02:09.698 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-29T16:02:10.913Z[ recovery-image] Jul 29 16:02:09.708 INFO O| Jul 29 16:02:09.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
74572026-07-29T16:02:10.916Z[ recovery-image] Jul 29 16:02:09.708 INFO O| Jul 29 16:02:09.708 INFO STEP 669 (remove_files) COMPLETE
74582026-07-29T16:02:10.916Z[ recovery-image] Jul 29 16:02:09.708 INFO O| Jul 29 16:02:09.708 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-29T16:02:10.924Z[ recovery-image] Jul 29 16:02:09.719 INFO O| Jul 29 16:02:09.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
74602026-07-29T16:02:10.924Z[ recovery-image] Jul 29 16:02:09.719 INFO O| Jul 29 16:02:09.719 INFO STEP 670 (remove_files) COMPLETE
74612026-07-29T16:02:10.924Z[ recovery-image] Jul 29 16:02:09.719 INFO O| Jul 29 16:02:09.719 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-29T16:02:10.935Z[ recovery-image] Jul 29 16:02:09.730 INFO O| Jul 29 16:02:09.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
74632026-07-29T16:02:10.936Z[ recovery-image] Jul 29 16:02:09.730 INFO O| Jul 29 16:02:09.730 INFO STEP 671 (remove_files) COMPLETE
74642026-07-29T16:02:10.939Z[ recovery-image] Jul 29 16:02:09.730 INFO O| Jul 29 16:02:09.730 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-29T16:02:10.947Z[ recovery-image] Jul 29 16:02:09.741 INFO O| Jul 29 16:02:09.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
74662026-07-29T16:02:10.947Z[ recovery-image] Jul 29 16:02:09.742 INFO O| Jul 29 16:02:09.741 INFO STEP 672 (remove_files) COMPLETE
74672026-07-29T16:02:10.950Z[ recovery-image] Jul 29 16:02:09.742 INFO O| Jul 29 16:02:09.741 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-29T16:02:10.958Z[ recovery-image] Jul 29 16:02:09.753 INFO O| Jul 29 16:02:09.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74692026-07-29T16:02:10.958Z[ recovery-image] Jul 29 16:02:09.753 INFO O| Jul 29 16:02:09.753 INFO STEP 673 (remove_files) COMPLETE
74702026-07-29T16:02:10.958Z[ recovery-image] Jul 29 16:02:09.753 INFO O| Jul 29 16:02:09.753 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-29T16:02:10.969Z[ recovery-image] Jul 29 16:02:09.763 INFO O| Jul 29 16:02:09.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74722026-07-29T16:02:10.969Z[ recovery-image] Jul 29 16:02:09.763 INFO O| Jul 29 16:02:09.763 INFO STEP 674 (remove_files) COMPLETE
74732026-07-29T16:02:10.969Z[ recovery-image] Jul 29 16:02:09.763 INFO O| Jul 29 16:02:09.763 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-29T16:02:10.972Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
74752026-07-29T16:02:10.978Z[ recovery-image] Jul 29 16:02:09.773 INFO O| Jul 29 16:02:09.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74762026-07-29T16:02:10.978Z[ recovery-image] Jul 29 16:02:09.773 INFO O| Jul 29 16:02:09.773 INFO STEP 675 (remove_files) COMPLETE
74772026-07-29T16:02:10.978Z[ recovery-image] Jul 29 16:02:09.773 INFO O| Jul 29 16:02:09.773 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-07-29T16:02:10.988Z[ recovery-image] Jul 29 16:02:09.782 INFO O| Jul 29 16:02:09.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74792026-07-29T16:02:10.988Z[ recovery-image] Jul 29 16:02:09.782 INFO O| Jul 29 16:02:09.782 INFO STEP 676 (remove_files) COMPLETE
74802026-07-29T16:02:10.988Z[ recovery-image] Jul 29 16:02:09.782 INFO O| Jul 29 16:02:09.782 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-07-29T16:02:11.002Z[ recovery-image] Jul 29 16:02:09.792 INFO O| Jul 29 16:02:09.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74822026-07-29T16:02:11.002Z[ recovery-image] Jul 29 16:02:09.792 INFO O| Jul 29 16:02:09.792 INFO STEP 677 (remove_files) COMPLETE
74832026-07-29T16:02:11.006Z[ recovery-image] Jul 29 16:02:09.792 INFO O| Jul 29 16:02:09.792 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-07-29T16:02:11.009Z[ recovery-image] Jul 29 16:02:09.801 INFO O| Jul 29 16:02:09.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74852026-07-29T16:02:11.009Z[ recovery-image] Jul 29 16:02:09.802 INFO O| Jul 29 16:02:09.802 INFO STEP 678 (remove_files) COMPLETE
74862026-07-29T16:02:11.009Z[ recovery-image] Jul 29 16:02:09.802 INFO O| Jul 29 16:02:09.802 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-07-29T16:02:11.016Z[ recovery-image] Jul 29 16:02:09.811 INFO O| Jul 29 16:02:09.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74882026-07-29T16:02:11.020Z[ recovery-image] Jul 29 16:02:09.812 INFO O| Jul 29 16:02:09.812 INFO STEP 679 (remove_files) COMPLETE
74892026-07-29T16:02:11.020Z[ recovery-image] Jul 29 16:02:09.812 INFO O| Jul 29 16:02:09.812 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-07-29T16:02:11.029Z[ recovery-image] Jul 29 16:02:09.824 INFO O| Jul 29 16:02:09.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74912026-07-29T16:02:11.033Z[ recovery-image] Jul 29 16:02:09.825 INFO O| Jul 29 16:02:09.825 INFO STEP 680 (remove_files) COMPLETE
74922026-07-29T16:02:11.033Z[ recovery-image] Jul 29 16:02:09.825 INFO O| Jul 29 16:02:09.825 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-07-29T16:02:11.041Z[ recovery-image] Jul 29 16:02:09.835 INFO O| Jul 29 16:02:09.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74942026-07-29T16:02:11.041Z[ recovery-image] Jul 29 16:02:09.835 INFO O| Jul 29 16:02:09.835 INFO STEP 681 (remove_files) COMPLETE
74952026-07-29T16:02:11.041Z[ recovery-image] Jul 29 16:02:09.835 INFO O| Jul 29 16:02:09.835 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-07-29T16:02:11.051Z[ recovery-image] Jul 29 16:02:09.846 INFO O| Jul 29 16:02:09.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74972026-07-29T16:02:11.051Z[ recovery-image] Jul 29 16:02:09.846 INFO O| Jul 29 16:02:09.846 INFO STEP 682 (remove_files) COMPLETE
74982026-07-29T16:02:11.051Z[ recovery-image] Jul 29 16:02:09.846 INFO O| Jul 29 16:02:09.846 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-07-29T16:02:11.062Z[ recovery-image] Jul 29 16:02:09.856 INFO O| Jul 29 16:02:09.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
75002026-07-29T16:02:11.062Z[ recovery-image] Jul 29 16:02:09.856 INFO O| Jul 29 16:02:09.856 INFO STEP 683 (remove_files) COMPLETE
75012026-07-29T16:02:11.062Z[ recovery-image] Jul 29 16:02:09.856 INFO O| Jul 29 16:02:09.856 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-07-29T16:02:11.072Z[ recovery-image] Jul 29 16:02:09.866 INFO O| Jul 29 16:02:09.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
75032026-07-29T16:02:11.072Z[ recovery-image] Jul 29 16:02:09.866 INFO O| Jul 29 16:02:09.866 INFO STEP 684 (remove_files) COMPLETE
75042026-07-29T16:02:11.072Z[ recovery-image] Jul 29 16:02:09.866 INFO O| Jul 29 16:02:09.866 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-07-29T16:02:11.081Z[ recovery-image] Jul 29 16:02:09.875 INFO O| Jul 29 16:02:09.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
75062026-07-29T16:02:11.081Z[ recovery-image] Jul 29 16:02:09.876 INFO O| Jul 29 16:02:09.876 INFO STEP 685 (remove_files) COMPLETE
75072026-07-29T16:02:11.081Z[ recovery-image] Jul 29 16:02:09.876 INFO O| Jul 29 16:02:09.876 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-07-29T16:02:11.091Z[ recovery-image] Jul 29 16:02:09.885 INFO O| Jul 29 16:02:09.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
75092026-07-29T16:02:11.091Z[ recovery-image] Jul 29 16:02:09.885 INFO O| Jul 29 16:02:09.885 INFO STEP 686 (remove_files) COMPLETE
75102026-07-29T16:02:11.091Z[ recovery-image] Jul 29 16:02:09.885 INFO O| Jul 29 16:02:09.885 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-07-29T16:02:11.101Z[ recovery-image] Jul 29 16:02:09.896 INFO O| Jul 29 16:02:09.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
75122026-07-29T16:02:11.101Z[ recovery-image] Jul 29 16:02:09.896 INFO O| Jul 29 16:02:09.896 INFO STEP 687 (remove_files) COMPLETE
75132026-07-29T16:02:11.101Z[ recovery-image] Jul 29 16:02:09.896 INFO O| Jul 29 16:02:09.896 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-07-29T16:02:11.111Z[ recovery-image] Jul 29 16:02:09.906 INFO O| Jul 29 16:02:09.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
75152026-07-29T16:02:11.111Z[ recovery-image] Jul 29 16:02:09.906 INFO O| Jul 29 16:02:09.906 INFO STEP 688 (remove_files) COMPLETE
75162026-07-29T16:02:11.116Z[ recovery-image] Jul 29 16:02:09.906 INFO O| Jul 29 16:02:09.906 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-07-29T16:02:11.119Z[ host-image] Jul 29 16:02:09.911 INFO O| adding properties...
75182026-07-29T16:02:11.123Z[ recovery-image] Jul 29 16:02:09.915 INFO O| Jul 29 16:02:09.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
75192026-07-29T16:02:11.123Z[ recovery-image] Jul 29 16:02:09.915 INFO O| Jul 29 16:02:09.915 INFO STEP 689 (remove_files) COMPLETE
75202026-07-29T16:02:11.123Z[ recovery-image] Jul 29 16:02:09.915 INFO O| Jul 29 16:02:09.915 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-07-29T16:02:11.130Z[ recovery-image] Jul 29 16:02:09.924 INFO O| Jul 29 16:02:09.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
75222026-07-29T16:02:11.130Z[ recovery-image] Jul 29 16:02:09.924 INFO O| Jul 29 16:02:09.924 INFO STEP 690 (remove_files) COMPLETE
75232026-07-29T16:02:11.130Z[ recovery-image] Jul 29 16:02:09.924 INFO O| Jul 29 16:02:09.924 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-07-29T16:02:11.139Z[ recovery-image] Jul 29 16:02:09.933 INFO O| Jul 29 16:02:09.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
75252026-07-29T16:02:11.139Z[ recovery-image] Jul 29 16:02:09.933 INFO O| Jul 29 16:02:09.933 INFO STEP 691 (remove_files) COMPLETE
75262026-07-29T16:02:11.139Z[ recovery-image] Jul 29 16:02:09.933 INFO O| Jul 29 16:02:09.933 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-07-29T16:02:11.147Z[ recovery-image] Jul 29 16:02:09.942 INFO O| Jul 29 16:02:09.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
75282026-07-29T16:02:11.147Z[ recovery-image] Jul 29 16:02:09.942 INFO O| Jul 29 16:02:09.942 INFO STEP 692 (remove_files) COMPLETE
75292026-07-29T16:02:11.148Z[ recovery-image] Jul 29 16:02:09.942 INFO O| Jul 29 16:02:09.942 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-07-29T16:02:11.156Z[ recovery-image] Jul 29 16:02:09.950 INFO O| Jul 29 16:02:09.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
75312026-07-29T16:02:11.156Z[ recovery-image] Jul 29 16:02:09.951 INFO O| Jul 29 16:02:09.950 INFO STEP 693 (remove_files) COMPLETE
75322026-07-29T16:02:11.156Z[ recovery-image] Jul 29 16:02:09.951 INFO O| Jul 29 16:02:09.950 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-07-29T16:02:11.164Z[ recovery-image] Jul 29 16:02:09.959 INFO O| Jul 29 16:02:09.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
75342026-07-29T16:02:11.164Z[ recovery-image] Jul 29 16:02:09.959 INFO O| Jul 29 16:02:09.959 INFO STEP 694 (remove_files) COMPLETE
75352026-07-29T16:02:11.164Z[ recovery-image] Jul 29 16:02:09.959 INFO O| Jul 29 16:02:09.959 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-07-29T16:02:11.172Z[ recovery-image] Jul 29 16:02:09.967 INFO O| Jul 29 16:02:09.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
75372026-07-29T16:02:11.176Z[ recovery-image] Jul 29 16:02:09.968 INFO O| Jul 29 16:02:09.968 INFO STEP 695 (remove_files) COMPLETE
75382026-07-29T16:02:11.176Z[ recovery-image] Jul 29 16:02:09.968 INFO O| Jul 29 16:02:09.968 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-07-29T16:02:11.183Z[ recovery-image] Jul 29 16:02:09.978 INFO O| Jul 29 16:02:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
75402026-07-29T16:02:11.186Z[ recovery-image] Jul 29 16:02:09.978 INFO O| Jul 29 16:02:09.978 INFO STEP 696 (remove_files) COMPLETE
75412026-07-29T16:02:11.186Z[ recovery-image] Jul 29 16:02:09.978 INFO O| Jul 29 16:02:09.978 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-07-29T16:02:11.193Z[ recovery-image] Jul 29 16:02:09.988 INFO O| Jul 29 16:02:09.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
75432026-07-29T16:02:11.193Z[ recovery-image] Jul 29 16:02:09.988 INFO O| Jul 29 16:02:09.988 INFO STEP 697 (remove_files) COMPLETE
75442026-07-29T16:02:11.193Z[ recovery-image] Jul 29 16:02:09.988 INFO O| Jul 29 16:02:09.988 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-07-29T16:02:11.203Z[ recovery-image] Jul 29 16:02:09.997 INFO O| Jul 29 16:02:09.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
75462026-07-29T16:02:11.203Z[ recovery-image] Jul 29 16:02:09.997 INFO O| Jul 29 16:02:09.997 INFO STEP 698 (remove_files) COMPLETE
75472026-07-29T16:02:11.203Z[ recovery-image] Jul 29 16:02:09.997 INFO O| Jul 29 16:02:09.997 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-07-29T16:02:11.213Z[ recovery-image] Jul 29 16:02:10.008 INFO O| Jul 29 16:02:10.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
75492026-07-29T16:02:11.213Z[ recovery-image] Jul 29 16:02:10.008 INFO O| Jul 29 16:02:10.008 INFO STEP 699 (remove_files) COMPLETE
75502026-07-29T16:02:11.216Z[ recovery-image] Jul 29 16:02:10.008 INFO O| Jul 29 16:02:10.008 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-07-29T16:02:11.222Z[ recovery-image] Jul 29 16:02:10.016 INFO O| Jul 29 16:02:10.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
75522026-07-29T16:02:11.222Z[ recovery-image] Jul 29 16:02:10.017 INFO O| Jul 29 16:02:10.017 INFO STEP 700 (remove_files) COMPLETE
75532026-07-29T16:02:11.226Z[ recovery-image] Jul 29 16:02:10.017 INFO O| Jul 29 16:02:10.017 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-07-29T16:02:11.230Z[ recovery-image] Jul 29 16:02:10.025 INFO O| Jul 29 16:02:10.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
75552026-07-29T16:02:11.231Z[ recovery-image] Jul 29 16:02:10.025 INFO O| Jul 29 16:02:10.025 INFO STEP 701 (remove_files) COMPLETE
75562026-07-29T16:02:11.231Z[ recovery-image] Jul 29 16:02:10.025 INFO O| Jul 29 16:02:10.025 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-07-29T16:02:11.241Z[ recovery-image] Jul 29 16:02:10.036 INFO O| Jul 29 16:02:10.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
75582026-07-29T16:02:11.241Z[ recovery-image] Jul 29 16:02:10.036 INFO O| Jul 29 16:02:10.036 INFO STEP 702 (remove_files) COMPLETE
75592026-07-29T16:02:11.241Z[ recovery-image] Jul 29 16:02:10.036 INFO O| Jul 29 16:02:10.036 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-07-29T16:02:11.251Z[ recovery-image] Jul 29 16:02:10.045 INFO O| Jul 29 16:02:10.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
75612026-07-29T16:02:11.251Z[ recovery-image] Jul 29 16:02:10.045 INFO O| Jul 29 16:02:10.045 INFO STEP 703 (remove_files) COMPLETE
75622026-07-29T16:02:11.251Z[ recovery-image] Jul 29 16:02:10.045 INFO O| Jul 29 16:02:10.045 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-07-29T16:02:11.260Z[ recovery-image] Jul 29 16:02:10.055 INFO O| Jul 29 16:02:10.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
75642026-07-29T16:02:11.261Z[ recovery-image] Jul 29 16:02:10.055 INFO O| Jul 29 16:02:10.055 INFO STEP 704 (remove_files) COMPLETE
75652026-07-29T16:02:11.261Z[ recovery-image] Jul 29 16:02:10.055 INFO O| Jul 29 16:02:10.055 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-07-29T16:02:11.270Z[ recovery-image] Jul 29 16:02:10.064 INFO O| Jul 29 16:02:10.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
75672026-07-29T16:02:11.270Z[ recovery-image] Jul 29 16:02:10.064 INFO O| Jul 29 16:02:10.064 INFO STEP 705 (remove_files) COMPLETE
75682026-07-29T16:02:11.270Z[ recovery-image] Jul 29 16:02:10.064 INFO O| Jul 29 16:02:10.064 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-07-29T16:02:11.279Z[ recovery-image] Jul 29 16:02:10.074 INFO O| Jul 29 16:02:10.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
75702026-07-29T16:02:11.279Z[ recovery-image] Jul 29 16:02:10.074 INFO O| Jul 29 16:02:10.074 INFO STEP 706 (remove_files) COMPLETE
75712026-07-29T16:02:11.279Z[ recovery-image] Jul 29 16:02:10.074 INFO O| Jul 29 16:02:10.074 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-07-29T16:02:11.289Z[ recovery-image] Jul 29 16:02:10.084 INFO O| Jul 29 16:02:10.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75732026-07-29T16:02:11.289Z[ recovery-image] Jul 29 16:02:10.084 INFO O| Jul 29 16:02:10.084 INFO STEP 707 (remove_files) COMPLETE
75742026-07-29T16:02:11.289Z[ recovery-image] Jul 29 16:02:10.084 INFO O| Jul 29 16:02:10.084 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-07-29T16:02:11.299Z[ recovery-image] Jul 29 16:02:10.093 INFO O| Jul 29 16:02:10.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75762026-07-29T16:02:11.299Z[ recovery-image] Jul 29 16:02:10.093 INFO O| Jul 29 16:02:10.093 INFO STEP 708 (remove_files) COMPLETE
75772026-07-29T16:02:11.303Z[ recovery-image] Jul 29 16:02:10.094 INFO O| Jul 29 16:02:10.093 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-07-29T16:02:11.307Z[ recovery-image] Jul 29 16:02:10.102 INFO O| Jul 29 16:02:10.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75792026-07-29T16:02:11.307Z[ recovery-image] Jul 29 16:02:10.102 INFO O| Jul 29 16:02:10.102 INFO STEP 709 (remove_files) COMPLETE
75802026-07-29T16:02:11.307Z[ recovery-image] Jul 29 16:02:10.102 INFO O| Jul 29 16:02:10.102 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-07-29T16:02:11.317Z[ recovery-image] Jul 29 16:02:10.110 INFO O| Jul 29 16:02:10.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75822026-07-29T16:02:11.317Z[ recovery-image] Jul 29 16:02:10.111 INFO O| Jul 29 16:02:10.111 INFO STEP 710 (remove_files) COMPLETE
75832026-07-29T16:02:11.317Z[ recovery-image] Jul 29 16:02:10.111 INFO O| Jul 29 16:02:10.111 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-07-29T16:02:11.327Z[ recovery-image] Jul 29 16:02:10.121 INFO O| Jul 29 16:02:10.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75852026-07-29T16:02:11.327Z[ recovery-image] Jul 29 16:02:10.121 INFO O| Jul 29 16:02:10.121 INFO STEP 711 (remove_files) COMPLETE
75862026-07-29T16:02:11.327Z[ recovery-image] Jul 29 16:02:10.121 INFO O| Jul 29 16:02:10.121 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-07-29T16:02:11.337Z[ recovery-image] Jul 29 16:02:10.132 INFO O| Jul 29 16:02:10.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75882026-07-29T16:02:11.337Z[ recovery-image] Jul 29 16:02:10.132 INFO O| Jul 29 16:02:10.132 INFO STEP 712 (remove_files) COMPLETE
75892026-07-29T16:02:11.338Z[ recovery-image] Jul 29 16:02:10.132 INFO O| Jul 29 16:02:10.132 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-07-29T16:02:11.348Z[ recovery-image] Jul 29 16:02:10.142 INFO O| Jul 29 16:02:10.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75912026-07-29T16:02:11.348Z[ recovery-image] Jul 29 16:02:10.142 INFO O| Jul 29 16:02:10.142 INFO STEP 713 (remove_files) COMPLETE
75922026-07-29T16:02:11.348Z[ recovery-image] Jul 29 16:02:10.142 INFO O| Jul 29 16:02:10.142 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-07-29T16:02:11.360Z[ recovery-image] Jul 29 16:02:10.151 INFO O| Jul 29 16:02:10.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75942026-07-29T16:02:11.360Z[ recovery-image] Jul 29 16:02:10.151 INFO O| Jul 29 16:02:10.151 INFO STEP 714 (remove_files) COMPLETE
75952026-07-29T16:02:11.360Z[ recovery-image] Jul 29 16:02:10.151 INFO O| Jul 29 16:02:10.151 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-07-29T16:02:11.366Z[ recovery-image] Jul 29 16:02:10.161 INFO O| Jul 29 16:02:10.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75972026-07-29T16:02:11.366Z[ recovery-image] Jul 29 16:02:10.161 INFO O| Jul 29 16:02:10.161 INFO STEP 715 (remove_files) COMPLETE
75982026-07-29T16:02:11.366Z[ recovery-image] Jul 29 16:02:10.161 INFO O| Jul 29 16:02:10.161 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-07-29T16:02:11.377Z[ recovery-image] Jul 29 16:02:10.171 INFO O| Jul 29 16:02:10.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
76002026-07-29T16:02:11.377Z[ recovery-image] Jul 29 16:02:10.171 INFO O| Jul 29 16:02:10.171 INFO STEP 716 (remove_files) COMPLETE
76012026-07-29T16:02:11.377Z[ recovery-image] Jul 29 16:02:10.171 INFO O| Jul 29 16:02:10.171 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-07-29T16:02:11.386Z[ recovery-image] Jul 29 16:02:10.180 INFO O| Jul 29 16:02:10.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
76032026-07-29T16:02:11.386Z[ recovery-image] Jul 29 16:02:10.180 INFO O| Jul 29 16:02:10.180 INFO STEP 717 (remove_files) COMPLETE
76042026-07-29T16:02:11.386Z[ recovery-image] Jul 29 16:02:10.180 INFO O| Jul 29 16:02:10.180 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-07-29T16:02:11.394Z[ recovery-image] Jul 29 16:02:10.189 INFO O| Jul 29 16:02:10.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
76062026-07-29T16:02:11.394Z[ recovery-image] Jul 29 16:02:10.189 INFO O| Jul 29 16:02:10.189 INFO STEP 718 (remove_files) COMPLETE
76072026-07-29T16:02:11.394Z[ recovery-image] Jul 29 16:02:10.189 INFO O| Jul 29 16:02:10.189 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-07-29T16:02:11.402Z[ recovery-image] Jul 29 16:02:10.197 INFO O| Jul 29 16:02:10.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
76092026-07-29T16:02:11.402Z[ recovery-image] Jul 29 16:02:10.197 INFO O| Jul 29 16:02:10.197 INFO STEP 719 (remove_files) COMPLETE
76102026-07-29T16:02:11.402Z[ recovery-image] Jul 29 16:02:10.197 INFO O| Jul 29 16:02:10.197 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-07-29T16:02:11.412Z[ recovery-image] Jul 29 16:02:10.207 INFO O| Jul 29 16:02:10.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
76122026-07-29T16:02:11.412Z[ recovery-image] Jul 29 16:02:10.207 INFO O| Jul 29 16:02:10.207 INFO STEP 720 (remove_files) COMPLETE
76132026-07-29T16:02:11.416Z[ recovery-image] Jul 29 16:02:10.207 INFO O| Jul 29 16:02:10.207 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-07-29T16:02:11.422Z[ recovery-image] Jul 29 16:02:10.217 INFO O| Jul 29 16:02:10.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
76152026-07-29T16:02:11.422Z[ recovery-image] Jul 29 16:02:10.217 INFO O| Jul 29 16:02:10.217 INFO STEP 721 (remove_files) COMPLETE
76162026-07-29T16:02:11.422Z[ recovery-image] Jul 29 16:02:10.217 INFO O| Jul 29 16:02:10.217 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-07-29T16:02:11.432Z[ recovery-image] Jul 29 16:02:10.227 INFO O| Jul 29 16:02:10.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
76182026-07-29T16:02:11.432Z[ recovery-image] Jul 29 16:02:10.227 INFO O| Jul 29 16:02:10.227 INFO STEP 722 (remove_files) COMPLETE
76192026-07-29T16:02:11.432Z[ recovery-image] Jul 29 16:02:10.227 INFO O| Jul 29 16:02:10.227 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-07-29T16:02:11.442Z[ recovery-image] Jul 29 16:02:10.236 INFO O| Jul 29 16:02:10.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
76212026-07-29T16:02:11.442Z[ recovery-image] Jul 29 16:02:10.236 INFO O| Jul 29 16:02:10.236 INFO STEP 723 (remove_files) COMPLETE
76222026-07-29T16:02:11.472Z[ recovery-image] Jul 29 16:02:10.236 INFO O| Jul 29 16:02:10.236 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-07-29T16:02:11.472Z[ recovery-image] Jul 29 16:02:10.246 INFO O| Jul 29 16:02:10.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
76242026-07-29T16:02:11.472Z[ recovery-image] Jul 29 16:02:10.246 INFO O| Jul 29 16:02:10.246 INFO STEP 724 (remove_files) COMPLETE
76252026-07-29T16:02:11.472Z[ recovery-image] Jul 29 16:02:10.246 INFO O| Jul 29 16:02:10.246 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-07-29T16:02:11.472Z[ recovery-image] Jul 29 16:02:10.255 INFO O| Jul 29 16:02:10.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
76272026-07-29T16:02:11.472Z[ recovery-image] Jul 29 16:02:10.255 INFO O| Jul 29 16:02:10.255 INFO STEP 725 (remove_files) COMPLETE
76282026-07-29T16:02:11.472Z[ recovery-image] Jul 29 16:02:10.255 INFO O| Jul 29 16:02:10.255 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-07-29T16:02:11.476Z[ recovery-image] Jul 29 16:02:10.266 INFO O| Jul 29 16:02:10.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
76302026-07-29T16:02:11.476Z[ recovery-image] Jul 29 16:02:10.266 INFO O| Jul 29 16:02:10.266 INFO STEP 726 (remove_files) COMPLETE
76312026-07-29T16:02:11.476Z[ recovery-image] Jul 29 16:02:10.266 INFO O| Jul 29 16:02:10.266 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-07-29T16:02:11.476Z[verify-libraries] Compiling samael v0.0.19
76332026-07-29T16:02:11.481Z[ recovery-image] Jul 29 16:02:10.275 INFO O| Jul 29 16:02:10.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
76342026-07-29T16:02:11.481Z[ recovery-image] Jul 29 16:02:10.275 INFO O| Jul 29 16:02:10.275 INFO STEP 727 (remove_files) COMPLETE
76352026-07-29T16:02:11.485Z[ recovery-image] Jul 29 16:02:10.275 INFO O| Jul 29 16:02:10.275 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-29T16:02:11.490Z[ recovery-image] Jul 29 16:02:10.285 INFO O| Jul 29 16:02:10.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
76372026-07-29T16:02:11.491Z[ recovery-image] Jul 29 16:02:10.285 INFO O| Jul 29 16:02:10.285 INFO STEP 728 (remove_files) COMPLETE
76382026-07-29T16:02:11.494Z[ recovery-image] Jul 29 16:02:10.285 INFO O| Jul 29 16:02:10.285 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-29T16:02:11.499Z[ recovery-image] Jul 29 16:02:10.294 INFO O| Jul 29 16:02:10.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
76402026-07-29T16:02:11.499Z[ recovery-image] Jul 29 16:02:10.294 INFO O| Jul 29 16:02:10.294 INFO STEP 729 (remove_files) COMPLETE
76412026-07-29T16:02:11.503Z[ recovery-image] Jul 29 16:02:10.294 INFO O| Jul 29 16:02:10.294 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-29T16:02:11.508Z[ recovery-image] Jul 29 16:02:10.303 INFO O| Jul 29 16:02:10.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
76432026-07-29T16:02:11.512Z[ recovery-image] Jul 29 16:02:10.303 INFO O| Jul 29 16:02:10.303 INFO STEP 730 (remove_files) COMPLETE
76442026-07-29T16:02:11.512Z[ recovery-image] Jul 29 16:02:10.303 INFO O| Jul 29 16:02:10.303 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-29T16:02:11.517Z[ recovery-image] Jul 29 16:02:10.312 INFO O| Jul 29 16:02:10.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
76462026-07-29T16:02:11.517Z[ recovery-image] Jul 29 16:02:10.312 INFO O| Jul 29 16:02:10.312 INFO STEP 731 (remove_files) COMPLETE
76472026-07-29T16:02:11.517Z[ recovery-image] Jul 29 16:02:10.312 INFO O| Jul 29 16:02:10.312 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-29T16:02:11.526Z[ recovery-image] Jul 29 16:02:10.321 INFO O| Jul 29 16:02:10.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
76492026-07-29T16:02:11.526Z[ recovery-image] Jul 29 16:02:10.321 INFO O| Jul 29 16:02:10.321 INFO STEP 732 (remove_files) COMPLETE
76502026-07-29T16:02:11.526Z[ recovery-image] Jul 29 16:02:10.321 INFO O| Jul 29 16:02:10.321 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-29T16:02:11.536Z[ recovery-image] Jul 29 16:02:10.330 INFO O| Jul 29 16:02:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
76522026-07-29T16:02:11.536Z[ recovery-image] Jul 29 16:02:10.330 INFO O| Jul 29 16:02:10.330 INFO STEP 733 (remove_files) COMPLETE
76532026-07-29T16:02:11.536Z[ recovery-image] Jul 29 16:02:10.330 INFO O| Jul 29 16:02:10.330 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-29T16:02:11.549Z[ recovery-image] Jul 29 16:02:10.343 INFO O| Jul 29 16:02:10.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
76552026-07-29T16:02:11.549Z[ recovery-image] Jul 29 16:02:10.343 INFO O| Jul 29 16:02:10.343 INFO STEP 734 (remove_files) COMPLETE
76562026-07-29T16:02:11.549Z[ recovery-image] Jul 29 16:02:10.343 INFO O| Jul 29 16:02:10.343 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-29T16:02:11.558Z[ recovery-image] Jul 29 16:02:10.353 INFO O| Jul 29 16:02:10.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
76582026-07-29T16:02:11.558Z[ recovery-image] Jul 29 16:02:10.353 INFO O| Jul 29 16:02:10.353 INFO STEP 735 (remove_files) COMPLETE
76592026-07-29T16:02:11.558Z[ recovery-image] Jul 29 16:02:10.353 INFO O| Jul 29 16:02:10.353 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-29T16:02:11.567Z[ recovery-image] Jul 29 16:02:10.361 INFO O| Jul 29 16:02:10.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
76612026-07-29T16:02:11.567Z[ recovery-image] Jul 29 16:02:10.361 INFO O| Jul 29 16:02:10.361 INFO STEP 736 (remove_files) COMPLETE
76622026-07-29T16:02:11.567Z[ recovery-image] Jul 29 16:02:10.361 INFO O| Jul 29 16:02:10.361 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-29T16:02:11.575Z[ recovery-image] Jul 29 16:02:10.370 INFO O| Jul 29 16:02:10.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
76642026-07-29T16:02:11.575Z[ recovery-image] Jul 29 16:02:10.370 INFO O| Jul 29 16:02:10.370 INFO STEP 737 (remove_files) COMPLETE
76652026-07-29T16:02:11.575Z[ recovery-image] Jul 29 16:02:10.370 INFO O| Jul 29 16:02:10.370 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-29T16:02:11.585Z[ recovery-image] Jul 29 16:02:10.379 INFO O| Jul 29 16:02:10.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
76672026-07-29T16:02:11.585Z[ recovery-image] Jul 29 16:02:10.380 INFO O| Jul 29 16:02:10.379 INFO STEP 738 (remove_files) COMPLETE
76682026-07-29T16:02:11.585Z[ recovery-image] Jul 29 16:02:10.380 INFO O| Jul 29 16:02:10.380 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-29T16:02:11.594Z[ recovery-image] Jul 29 16:02:10.389 INFO O| Jul 29 16:02:10.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
76702026-07-29T16:02:11.597Z[ recovery-image] Jul 29 16:02:10.390 INFO O| Jul 29 16:02:10.390 INFO STEP 739 (remove_files) COMPLETE
76712026-07-29T16:02:11.597Z[ recovery-image] Jul 29 16:02:10.390 INFO O| Jul 29 16:02:10.390 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-29T16:02:11.605Z[ recovery-image] Jul 29 16:02:10.399 INFO O| Jul 29 16:02:10.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76732026-07-29T16:02:11.605Z[ recovery-image] Jul 29 16:02:10.399 INFO O| Jul 29 16:02:10.399 INFO STEP 740 (remove_files) COMPLETE
76742026-07-29T16:02:11.605Z[ recovery-image] Jul 29 16:02:10.399 INFO O| Jul 29 16:02:10.399 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-29T16:02:11.614Z[ recovery-image] Jul 29 16:02:10.409 INFO O| Jul 29 16:02:10.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76762026-07-29T16:02:11.614Z[ recovery-image] Jul 29 16:02:10.409 INFO O| Jul 29 16:02:10.409 INFO STEP 741 (remove_files) COMPLETE
76772026-07-29T16:02:11.618Z[ recovery-image] Jul 29 16:02:10.409 INFO O| Jul 29 16:02:10.409 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-29T16:02:11.625Z[ recovery-image] Jul 29 16:02:10.419 INFO O| Jul 29 16:02:10.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76792026-07-29T16:02:11.625Z[ recovery-image] Jul 29 16:02:10.419 INFO O| Jul 29 16:02:10.419 INFO STEP 742 (remove_files) COMPLETE
76802026-07-29T16:02:11.628Z[ recovery-image] Jul 29 16:02:10.419 INFO O| Jul 29 16:02:10.419 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-29T16:02:11.634Z[ recovery-image] Jul 29 16:02:10.429 INFO O| Jul 29 16:02:10.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76822026-07-29T16:02:11.634Z[ recovery-image] Jul 29 16:02:10.429 INFO O| Jul 29 16:02:10.429 INFO STEP 743 (remove_files) COMPLETE
76832026-07-29T16:02:11.638Z[ recovery-image] Jul 29 16:02:10.429 INFO O| Jul 29 16:02:10.429 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-29T16:02:11.643Z[ recovery-image] Jul 29 16:02:10.437 INFO O| Jul 29 16:02:10.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76852026-07-29T16:02:11.643Z[ recovery-image] Jul 29 16:02:10.437 INFO O| Jul 29 16:02:10.437 INFO STEP 744 (remove_files) COMPLETE
76862026-07-29T16:02:11.643Z[ recovery-image] Jul 29 16:02:10.437 INFO O| Jul 29 16:02:10.437 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-29T16:02:11.652Z[ recovery-image] Jul 29 16:02:10.447 INFO O| Jul 29 16:02:10.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76882026-07-29T16:02:11.652Z[ recovery-image] Jul 29 16:02:10.447 INFO O| Jul 29 16:02:10.447 INFO STEP 745 (remove_files) COMPLETE
76892026-07-29T16:02:11.656Z[ recovery-image] Jul 29 16:02:10.447 INFO O| Jul 29 16:02:10.447 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-29T16:02:11.662Z[ recovery-image] Jul 29 16:02:10.457 INFO O| Jul 29 16:02:10.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76912026-07-29T16:02:11.662Z[ recovery-image] Jul 29 16:02:10.457 INFO O| Jul 29 16:02:10.457 INFO STEP 746 (remove_files) COMPLETE
76922026-07-29T16:02:11.666Z[ recovery-image] Jul 29 16:02:10.457 INFO O| Jul 29 16:02:10.457 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-29T16:02:11.672Z[ recovery-image] Jul 29 16:02:10.467 INFO O| Jul 29 16:02:10.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76942026-07-29T16:02:11.675Z[ recovery-image] Jul 29 16:02:10.467 INFO O| Jul 29 16:02:10.467 INFO STEP 747 (remove_files) COMPLETE
76952026-07-29T16:02:11.675Z[ recovery-image] Jul 29 16:02:10.467 INFO O| Jul 29 16:02:10.467 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-29T16:02:11.681Z[ recovery-image] Jul 29 16:02:10.476 INFO O| Jul 29 16:02:10.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76972026-07-29T16:02:11.681Z[ recovery-image] Jul 29 16:02:10.476 INFO O| Jul 29 16:02:10.476 INFO STEP 748 (remove_files) COMPLETE
76982026-07-29T16:02:11.681Z[ recovery-image] Jul 29 16:02:10.476 INFO O| Jul 29 16:02:10.476 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-29T16:02:11.691Z[ recovery-image] Jul 29 16:02:10.485 INFO O| Jul 29 16:02:10.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
77002026-07-29T16:02:11.691Z[ recovery-image] Jul 29 16:02:10.485 INFO O| Jul 29 16:02:10.485 INFO STEP 749 (remove_files) COMPLETE
77012026-07-29T16:02:11.694Z[ recovery-image] Jul 29 16:02:10.486 INFO O| Jul 29 16:02:10.485 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-29T16:02:11.700Z[ recovery-image] Jul 29 16:02:10.495 INFO O| Jul 29 16:02:10.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
77032026-07-29T16:02:11.700Z[ recovery-image] Jul 29 16:02:10.495 INFO O| Jul 29 16:02:10.495 INFO STEP 750 (remove_files) COMPLETE
77042026-07-29T16:02:11.700Z[ recovery-image] Jul 29 16:02:10.495 INFO O| Jul 29 16:02:10.495 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-29T16:02:11.709Z[ recovery-image] Jul 29 16:02:10.504 INFO O| Jul 29 16:02:10.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
77062026-07-29T16:02:11.709Z[ recovery-image] Jul 29 16:02:10.504 INFO O| Jul 29 16:02:10.504 INFO STEP 751 (remove_files) COMPLETE
77072026-07-29T16:02:11.709Z[ recovery-image] Jul 29 16:02:10.504 INFO O| Jul 29 16:02:10.504 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-29T16:02:11.718Z[ recovery-image] Jul 29 16:02:10.513 INFO O| Jul 29 16:02:10.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
77092026-07-29T16:02:11.719Z[ recovery-image] Jul 29 16:02:10.513 INFO O| Jul 29 16:02:10.513 INFO STEP 752 (remove_files) COMPLETE
77102026-07-29T16:02:11.722Z[ recovery-image] Jul 29 16:02:10.513 INFO O| Jul 29 16:02:10.513 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-29T16:02:11.727Z[ recovery-image] Jul 29 16:02:10.522 INFO O| Jul 29 16:02:10.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
77122026-07-29T16:02:11.727Z[ recovery-image] Jul 29 16:02:10.522 INFO O| Jul 29 16:02:10.522 INFO STEP 753 (remove_files) COMPLETE
77132026-07-29T16:02:11.728Z[ recovery-image] Jul 29 16:02:10.522 INFO O| Jul 29 16:02:10.522 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-29T16:02:11.737Z[ recovery-image] Jul 29 16:02:10.532 INFO O| Jul 29 16:02:10.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
77152026-07-29T16:02:11.737Z[ recovery-image] Jul 29 16:02:10.532 INFO O| Jul 29 16:02:10.532 INFO STEP 754 (remove_files) COMPLETE
77162026-07-29T16:02:11.737Z[ recovery-image] Jul 29 16:02:10.532 INFO O| Jul 29 16:02:10.532 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-29T16:02:11.748Z[ recovery-image] Jul 29 16:02:10.542 INFO O| Jul 29 16:02:10.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
77182026-07-29T16:02:11.748Z[ recovery-image] Jul 29 16:02:10.542 INFO O| Jul 29 16:02:10.542 INFO STEP 755 (remove_files) COMPLETE
77192026-07-29T16:02:11.748Z[ recovery-image] Jul 29 16:02:10.542 INFO O| Jul 29 16:02:10.542 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-29T16:02:11.756Z[ recovery-image] Jul 29 16:02:10.551 INFO O| Jul 29 16:02:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
77212026-07-29T16:02:11.756Z[ recovery-image] Jul 29 16:02:10.551 INFO O| Jul 29 16:02:10.551 INFO STEP 756 (remove_files) COMPLETE
77222026-07-29T16:02:11.756Z[ recovery-image] Jul 29 16:02:10.551 INFO O| Jul 29 16:02:10.551 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-29T16:02:11.765Z[ recovery-image] Jul 29 16:02:10.560 INFO O| Jul 29 16:02:10.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
77242026-07-29T16:02:11.765Z[ recovery-image] Jul 29 16:02:10.560 INFO O| Jul 29 16:02:10.560 INFO STEP 757 (remove_files) COMPLETE
77252026-07-29T16:02:11.765Z[ recovery-image] Jul 29 16:02:10.560 INFO O| Jul 29 16:02:10.560 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-29T16:02:11.781Z[ recovery-image] Jul 29 16:02:10.575 INFO O| Jul 29 16:02:10.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
77272026-07-29T16:02:11.784Z[ recovery-image] Jul 29 16:02:10.575 INFO O| Jul 29 16:02:10.575 INFO STEP 758 (remove_files) COMPLETE
77282026-07-29T16:02:11.784Z[ recovery-image] Jul 29 16:02:10.575 INFO O| Jul 29 16:02:10.575 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-29T16:02:11.791Z[ recovery-image] Jul 29 16:02:10.586 INFO O| Jul 29 16:02:10.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
77302026-07-29T16:02:11.791Z[ recovery-image] Jul 29 16:02:10.586 INFO O| Jul 29 16:02:10.586 INFO STEP 759 (remove_files) COMPLETE
77312026-07-29T16:02:11.791Z[ recovery-image] Jul 29 16:02:10.586 INFO O| Jul 29 16:02:10.586 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-29T16:02:11.802Z[ recovery-image] Jul 29 16:02:10.596 INFO O| Jul 29 16:02:10.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
77332026-07-29T16:02:11.802Z[ recovery-image] Jul 29 16:02:10.596 INFO O| Jul 29 16:02:10.596 INFO STEP 760 (remove_files) COMPLETE
77342026-07-29T16:02:11.802Z[ recovery-image] Jul 29 16:02:10.596 INFO O| Jul 29 16:02:10.596 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-29T16:02:11.813Z[ recovery-image] Jul 29 16:02:10.608 INFO O| Jul 29 16:02:10.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
77362026-07-29T16:02:11.813Z[ recovery-image] Jul 29 16:02:10.608 INFO O| Jul 29 16:02:10.608 INFO STEP 761 (remove_files) COMPLETE
77372026-07-29T16:02:11.813Z[ recovery-image] Jul 29 16:02:10.608 INFO O| Jul 29 16:02:10.608 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-29T16:02:11.827Z[ recovery-image] Jul 29 16:02:10.621 INFO O| Jul 29 16:02:10.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
77392026-07-29T16:02:11.827Z[ recovery-image] Jul 29 16:02:10.621 INFO O| Jul 29 16:02:10.618 INFO STEP 762 (remove_files) COMPLETE
77402026-07-29T16:02:11.827Z[ recovery-image] Jul 29 16:02:10.621 INFO O| Jul 29 16:02:10.618 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-29T16:02:11.833Z[ recovery-image] Jul 29 16:02:10.627 INFO O| Jul 29 16:02:10.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
77422026-07-29T16:02:11.833Z[ recovery-image] Jul 29 16:02:10.627 INFO O| Jul 29 16:02:10.627 INFO STEP 763 (remove_files) COMPLETE
77432026-07-29T16:02:11.833Z[ recovery-image] Jul 29 16:02:10.627 INFO O| Jul 29 16:02:10.627 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-29T16:02:11.841Z[ recovery-image] Jul 29 16:02:10.636 INFO O| Jul 29 16:02:10.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
77452026-07-29T16:02:11.841Z[ recovery-image] Jul 29 16:02:10.636 INFO O| Jul 29 16:02:10.636 INFO STEP 764 (remove_files) COMPLETE
77462026-07-29T16:02:11.841Z[ recovery-image] Jul 29 16:02:10.636 INFO O| Jul 29 16:02:10.636 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-29T16:02:11.851Z[ recovery-image] Jul 29 16:02:10.645 INFO O| Jul 29 16:02:10.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
77482026-07-29T16:02:11.851Z[ recovery-image] Jul 29 16:02:10.645 INFO O| Jul 29 16:02:10.645 INFO STEP 765 (remove_files) COMPLETE
77492026-07-29T16:02:11.851Z[ recovery-image] Jul 29 16:02:10.645 INFO O| Jul 29 16:02:10.645 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-29T16:02:11.861Z[ recovery-image] Jul 29 16:02:10.655 INFO O| Jul 29 16:02:10.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
77512026-07-29T16:02:11.861Z[ recovery-image] Jul 29 16:02:10.655 INFO O| Jul 29 16:02:10.655 INFO STEP 766 (remove_files) COMPLETE
77522026-07-29T16:02:11.865Z[ recovery-image] Jul 29 16:02:10.655 INFO O| Jul 29 16:02:10.655 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-29T16:02:11.872Z[ recovery-image] Jul 29 16:02:10.666 INFO O| Jul 29 16:02:10.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
77542026-07-29T16:02:11.873Z[ recovery-image] Jul 29 16:02:10.667 INFO O| Jul 29 16:02:10.666 INFO STEP 767 (remove_files) COMPLETE
77552026-07-29T16:02:11.876Z[ recovery-image] Jul 29 16:02:10.667 INFO O| Jul 29 16:02:10.667 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-29T16:02:11.880Z[ recovery-image] Jul 29 16:02:10.675 INFO O| Jul 29 16:02:10.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
77572026-07-29T16:02:11.881Z[ recovery-image] Jul 29 16:02:10.675 INFO O| Jul 29 16:02:10.675 INFO STEP 768 (remove_files) COMPLETE
77582026-07-29T16:02:11.884Z[ recovery-image] Jul 29 16:02:10.675 INFO O| Jul 29 16:02:10.675 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-29T16:02:11.889Z[ recovery-image] Jul 29 16:02:10.684 INFO O| Jul 29 16:02:10.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
77602026-07-29T16:02:11.889Z[ recovery-image] Jul 29 16:02:10.684 INFO O| Jul 29 16:02:10.684 INFO STEP 769 (remove_files) COMPLETE
77612026-07-29T16:02:11.889Z[ recovery-image] Jul 29 16:02:10.684 INFO O| Jul 29 16:02:10.684 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-29T16:02:11.898Z[ recovery-image] Jul 29 16:02:10.693 INFO O| Jul 29 16:02:10.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
77632026-07-29T16:02:11.898Z[ recovery-image] Jul 29 16:02:10.693 INFO O| Jul 29 16:02:10.693 INFO STEP 770 (remove_files) COMPLETE
77642026-07-29T16:02:11.898Z[ recovery-image] Jul 29 16:02:10.693 INFO O| Jul 29 16:02:10.693 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-29T16:02:11.909Z[ recovery-image] Jul 29 16:02:10.703 INFO O| Jul 29 16:02:10.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
77662026-07-29T16:02:11.909Z[ recovery-image] Jul 29 16:02:10.703 INFO O| Jul 29 16:02:10.703 INFO STEP 771 (remove_files) COMPLETE
77672026-07-29T16:02:11.913Z[ recovery-image] Jul 29 16:02:10.703 INFO O| Jul 29 16:02:10.703 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-29T16:02:11.918Z[ recovery-image] Jul 29 16:02:10.713 INFO O| Jul 29 16:02:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
77692026-07-29T16:02:11.918Z[ recovery-image] Jul 29 16:02:10.713 INFO O| Jul 29 16:02:10.713 INFO STEP 772 (remove_files) COMPLETE
77702026-07-29T16:02:11.919Z[ recovery-image] Jul 29 16:02:10.713 INFO O| Jul 29 16:02:10.713 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-29T16:02:11.928Z[ recovery-image] Jul 29 16:02:10.723 INFO O| Jul 29 16:02:10.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77722026-07-29T16:02:11.928Z[ recovery-image] Jul 29 16:02:10.723 INFO O| Jul 29 16:02:10.723 INFO STEP 773 (remove_files) COMPLETE
77732026-07-29T16:02:11.928Z[ recovery-image] Jul 29 16:02:10.723 INFO O| Jul 29 16:02:10.723 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-29T16:02:11.939Z[ recovery-image] Jul 29 16:02:10.733 INFO O| Jul 29 16:02:10.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77752026-07-29T16:02:11.939Z[ recovery-image] Jul 29 16:02:10.733 INFO O| Jul 29 16:02:10.733 INFO STEP 774 (remove_files) COMPLETE
77762026-07-29T16:02:11.942Z[ recovery-image] Jul 29 16:02:10.733 INFO O| Jul 29 16:02:10.733 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-29T16:02:11.947Z[ recovery-image] Jul 29 16:02:10.742 INFO O| Jul 29 16:02:10.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77782026-07-29T16:02:11.947Z[ recovery-image] Jul 29 16:02:10.742 INFO O| Jul 29 16:02:10.742 INFO STEP 775 (remove_files) COMPLETE
77792026-07-29T16:02:11.947Z[ recovery-image] Jul 29 16:02:10.742 INFO O| Jul 29 16:02:10.742 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-29T16:02:11.958Z[ recovery-image] Jul 29 16:02:10.752 INFO O| Jul 29 16:02:10.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77812026-07-29T16:02:11.958Z[ recovery-image] Jul 29 16:02:10.752 INFO O| Jul 29 16:02:10.752 INFO STEP 776 (remove_files) COMPLETE
77822026-07-29T16:02:11.958Z[ recovery-image] Jul 29 16:02:10.752 INFO O| Jul 29 16:02:10.752 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-29T16:02:11.967Z[ recovery-image] Jul 29 16:02:10.762 INFO O| Jul 29 16:02:10.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77842026-07-29T16:02:11.967Z[ recovery-image] Jul 29 16:02:10.762 INFO O| Jul 29 16:02:10.762 INFO STEP 777 (remove_files) COMPLETE
77852026-07-29T16:02:11.972Z[ recovery-image] Jul 29 16:02:10.762 INFO O| Jul 29 16:02:10.762 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-29T16:02:11.977Z[ recovery-image] Jul 29 16:02:10.772 INFO O| Jul 29 16:02:10.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77872026-07-29T16:02:11.977Z[ recovery-image] Jul 29 16:02:10.772 INFO O| Jul 29 16:02:10.772 INFO STEP 778 (remove_files) COMPLETE
77882026-07-29T16:02:11.977Z[ recovery-image] Jul 29 16:02:10.772 INFO O| Jul 29 16:02:10.772 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-29T16:02:11.987Z[ recovery-image] Jul 29 16:02:10.782 INFO O| Jul 29 16:02:10.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77902026-07-29T16:02:11.987Z[ recovery-image] Jul 29 16:02:10.782 INFO O| Jul 29 16:02:10.782 INFO STEP 779 (remove_files) COMPLETE
77912026-07-29T16:02:11.987Z[ recovery-image] Jul 29 16:02:10.782 INFO O| Jul 29 16:02:10.782 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-29T16:02:11.996Z[ recovery-image] Jul 29 16:02:10.791 INFO O| Jul 29 16:02:10.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77932026-07-29T16:02:11.996Z[ recovery-image] Jul 29 16:02:10.791 INFO O| Jul 29 16:02:10.791 INFO STEP 780 (remove_files) COMPLETE
77942026-07-29T16:02:12.000Z[ recovery-image] Jul 29 16:02:10.791 INFO O| Jul 29 16:02:10.791 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-29T16:02:12.005Z[ recovery-image] Jul 29 16:02:10.799 INFO O| Jul 29 16:02:10.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77962026-07-29T16:02:12.005Z[ recovery-image] Jul 29 16:02:10.800 INFO O| Jul 29 16:02:10.800 INFO STEP 781 (remove_files) COMPLETE
77972026-07-29T16:02:12.008Z[ recovery-image] Jul 29 16:02:10.800 INFO O| Jul 29 16:02:10.800 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-29T16:02:12.015Z[ recovery-image] Jul 29 16:02:10.809 INFO O| Jul 29 16:02:10.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77992026-07-29T16:02:12.015Z[ recovery-image] Jul 29 16:02:10.809 INFO O| Jul 29 16:02:10.809 INFO STEP 782 (remove_files) COMPLETE
78002026-07-29T16:02:12.018Z[ recovery-image] Jul 29 16:02:10.809 INFO O| Jul 29 16:02:10.809 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-29T16:02:12.023Z[ recovery-image] Jul 29 16:02:10.818 INFO O| Jul 29 16:02:10.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
78022026-07-29T16:02:12.023Z[ recovery-image] Jul 29 16:02:10.818 INFO O| Jul 29 16:02:10.818 INFO STEP 783 (remove_files) COMPLETE
78032026-07-29T16:02:12.023Z[ recovery-image] Jul 29 16:02:10.818 INFO O| Jul 29 16:02:10.818 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-29T16:02:12.032Z[ recovery-image] Jul 29 16:02:10.827 INFO O| Jul 29 16:02:10.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
78052026-07-29T16:02:12.032Z[ recovery-image] Jul 29 16:02:10.827 INFO O| Jul 29 16:02:10.827 INFO STEP 784 (remove_files) COMPLETE
78062026-07-29T16:02:12.035Z[ recovery-image] Jul 29 16:02:10.827 INFO O| Jul 29 16:02:10.827 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-29T16:02:12.042Z[ recovery-image] Jul 29 16:02:10.837 INFO O| Jul 29 16:02:10.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
78082026-07-29T16:02:12.042Z[ recovery-image] Jul 29 16:02:10.837 INFO O| Jul 29 16:02:10.837 INFO STEP 785 (remove_files) COMPLETE
78092026-07-29T16:02:12.042Z[ recovery-image] Jul 29 16:02:10.837 INFO O| Jul 29 16:02:10.837 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-29T16:02:12.052Z[ recovery-image] Jul 29 16:02:10.847 INFO O| Jul 29 16:02:10.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
78112026-07-29T16:02:12.052Z[ recovery-image] Jul 29 16:02:10.847 INFO O| Jul 29 16:02:10.847 INFO STEP 786 (remove_files) COMPLETE
78122026-07-29T16:02:12.056Z[ recovery-image] Jul 29 16:02:10.847 INFO O| Jul 29 16:02:10.847 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-29T16:02:12.064Z[ recovery-image] Jul 29 16:02:10.858 INFO O| Jul 29 16:02:10.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
78142026-07-29T16:02:12.064Z[ recovery-image] Jul 29 16:02:10.858 INFO O| Jul 29 16:02:10.858 INFO STEP 787 (remove_files) COMPLETE
78152026-07-29T16:02:12.064Z[ recovery-image] Jul 29 16:02:10.858 INFO O| Jul 29 16:02:10.858 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-29T16:02:12.074Z[ recovery-image] Jul 29 16:02:10.869 INFO O| Jul 29 16:02:10.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
78172026-07-29T16:02:12.074Z[ recovery-image] Jul 29 16:02:10.869 INFO O| Jul 29 16:02:10.869 INFO STEP 788 (remove_files) COMPLETE
78182026-07-29T16:02:12.078Z[ recovery-image] Jul 29 16:02:10.869 INFO O| Jul 29 16:02:10.869 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-29T16:02:12.084Z[ recovery-image] Jul 29 16:02:10.879 INFO O| Jul 29 16:02:10.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
78202026-07-29T16:02:12.084Z[ recovery-image] Jul 29 16:02:10.879 INFO O| Jul 29 16:02:10.879 INFO STEP 789 (remove_files) COMPLETE
78212026-07-29T16:02:12.085Z[ recovery-image] Jul 29 16:02:10.879 INFO O| Jul 29 16:02:10.879 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-29T16:02:12.095Z[ recovery-image] Jul 29 16:02:10.889 INFO O| Jul 29 16:02:10.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
78232026-07-29T16:02:12.095Z[ recovery-image] Jul 29 16:02:10.889 INFO O| Jul 29 16:02:10.889 INFO STEP 790 (remove_files) COMPLETE
78242026-07-29T16:02:12.095Z[ recovery-image] Jul 29 16:02:10.889 INFO O| Jul 29 16:02:10.889 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-29T16:02:12.105Z[ recovery-image] Jul 29 16:02:10.900 INFO O| Jul 29 16:02:10.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
78262026-07-29T16:02:12.105Z[ recovery-image] Jul 29 16:02:10.900 INFO O| Jul 29 16:02:10.900 INFO STEP 791 (remove_files) COMPLETE
78272026-07-29T16:02:12.105Z[ recovery-image] Jul 29 16:02:10.900 INFO O| Jul 29 16:02:10.900 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-29T16:02:12.116Z[ recovery-image] Jul 29 16:02:10.911 INFO O| Jul 29 16:02:10.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
78292026-07-29T16:02:12.117Z[ recovery-image] Jul 29 16:02:10.911 INFO O| Jul 29 16:02:10.911 INFO STEP 792 (remove_files) COMPLETE
78302026-07-29T16:02:12.117Z[ recovery-image] Jul 29 16:02:10.911 INFO O| Jul 29 16:02:10.911 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-29T16:02:12.126Z[ recovery-image] Jul 29 16:02:10.921 INFO O| Jul 29 16:02:10.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
78322026-07-29T16:02:12.126Z[ recovery-image] Jul 29 16:02:10.921 INFO O| Jul 29 16:02:10.921 INFO STEP 793 (remove_files) COMPLETE
78332026-07-29T16:02:12.126Z[ recovery-image] Jul 29 16:02:10.921 INFO O| Jul 29 16:02:10.921 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-29T16:02:12.135Z[ recovery-image] Jul 29 16:02:10.930 INFO O| Jul 29 16:02:10.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
78352026-07-29T16:02:12.135Z[ recovery-image] Jul 29 16:02:10.930 INFO O| Jul 29 16:02:10.930 INFO STEP 794 (remove_files) COMPLETE
78362026-07-29T16:02:12.135Z[ recovery-image] Jul 29 16:02:10.930 INFO O| Jul 29 16:02:10.930 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-29T16:02:12.144Z[ recovery-image] Jul 29 16:02:10.939 INFO O| Jul 29 16:02:10.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
78382026-07-29T16:02:12.144Z[ recovery-image] Jul 29 16:02:10.939 INFO O| Jul 29 16:02:10.939 INFO STEP 795 (remove_files) COMPLETE
78392026-07-29T16:02:12.144Z[ recovery-image] Jul 29 16:02:10.939 INFO O| Jul 29 16:02:10.939 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-29T16:02:12.155Z[ recovery-image] Jul 29 16:02:10.950 INFO O| Jul 29 16:02:10.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
78412026-07-29T16:02:12.156Z[ recovery-image] Jul 29 16:02:10.950 INFO O| Jul 29 16:02:10.950 INFO STEP 796 (remove_files) COMPLETE
78422026-07-29T16:02:12.156Z[ recovery-image] Jul 29 16:02:10.950 INFO O| Jul 29 16:02:10.950 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-29T16:02:12.159Z[ host-image] Jul 29 16:02:10.952 INFO O| installing packages...
78442026-07-29T16:02:12.166Z[ recovery-image] Jul 29 16:02:10.961 INFO O| Jul 29 16:02:10.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
78452026-07-29T16:02:12.166Z[ recovery-image] Jul 29 16:02:10.961 INFO O| Jul 29 16:02:10.961 INFO STEP 797 (remove_files) COMPLETE
78462026-07-29T16:02:12.166Z[ recovery-image] Jul 29 16:02:10.961 INFO O| Jul 29 16:02:10.961 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-07-29T16:02:12.176Z[ recovery-image] Jul 29 16:02:10.971 INFO O| Jul 29 16:02:10.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
78482026-07-29T16:02:12.177Z[ recovery-image] Jul 29 16:02:10.971 INFO O| Jul 29 16:02:10.971 INFO STEP 798 (remove_files) COMPLETE
78492026-07-29T16:02:12.177Z[ recovery-image] Jul 29 16:02:10.971 INFO O| Jul 29 16:02:10.971 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-07-29T16:02:12.186Z[ recovery-image] Jul 29 16:02:10.981 INFO O| Jul 29 16:02:10.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
78512026-07-29T16:02:12.186Z[ recovery-image] Jul 29 16:02:10.981 INFO O| Jul 29 16:02:10.981 INFO STEP 799 (remove_files) COMPLETE
78522026-07-29T16:02:12.186Z[ recovery-image] Jul 29 16:02:10.981 INFO O| Jul 29 16:02:10.981 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-07-29T16:02:12.196Z[ recovery-image] Jul 29 16:02:10.991 INFO O| Jul 29 16:02:10.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
78542026-07-29T16:02:12.196Z[ recovery-image] Jul 29 16:02:10.991 INFO O| Jul 29 16:02:10.991 INFO STEP 800 (remove_files) COMPLETE
78552026-07-29T16:02:12.196Z[ recovery-image] Jul 29 16:02:10.991 INFO O| Jul 29 16:02:10.991 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-07-29T16:02:12.205Z[ recovery-image] Jul 29 16:02:10.999 INFO O| Jul 29 16:02:10.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
78572026-07-29T16:02:12.205Z[ recovery-image] Jul 29 16:02:11.000 INFO O| Jul 29 16:02:11.000 INFO STEP 801 (remove_files) COMPLETE
78582026-07-29T16:02:12.210Z[ recovery-image] Jul 29 16:02:11.000 INFO O| Jul 29 16:02:11.000 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-07-29T16:02:12.215Z[ recovery-image] Jul 29 16:02:11.010 INFO O| Jul 29 16:02:11.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
78602026-07-29T16:02:12.215Z[ recovery-image] Jul 29 16:02:11.010 INFO O| Jul 29 16:02:11.010 INFO STEP 802 (remove_files) COMPLETE
78612026-07-29T16:02:12.215Z[ recovery-image] Jul 29 16:02:11.010 INFO O| Jul 29 16:02:11.010 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-07-29T16:02:12.224Z[ recovery-image] Jul 29 16:02:11.019 INFO O| Jul 29 16:02:11.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
78632026-07-29T16:02:12.224Z[ recovery-image] Jul 29 16:02:11.019 INFO O| Jul 29 16:02:11.019 INFO STEP 803 (remove_files) COMPLETE
78642026-07-29T16:02:12.224Z[ recovery-image] Jul 29 16:02:11.019 INFO O| Jul 29 16:02:11.019 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-07-29T16:02:12.234Z[ recovery-image] Jul 29 16:02:11.028 INFO O| Jul 29 16:02:11.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
78662026-07-29T16:02:12.234Z[ recovery-image] Jul 29 16:02:11.028 INFO O| Jul 29 16:02:11.028 INFO STEP 804 (remove_files) COMPLETE
78672026-07-29T16:02:12.234Z[ recovery-image] Jul 29 16:02:11.028 INFO O| Jul 29 16:02:11.028 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-07-29T16:02:12.242Z[ recovery-image] Jul 29 16:02:11.037 INFO O| Jul 29 16:02:11.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
78692026-07-29T16:02:12.246Z[ recovery-image] Jul 29 16:02:11.038 INFO O| Jul 29 16:02:11.038 INFO STEP 805 (remove_files) COMPLETE
78702026-07-29T16:02:12.246Z[ recovery-image] Jul 29 16:02:11.038 INFO O| Jul 29 16:02:11.038 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-07-29T16:02:12.253Z[ recovery-image] Jul 29 16:02:11.047 INFO O| Jul 29 16:02:11.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78722026-07-29T16:02:12.253Z[ recovery-image] Jul 29 16:02:11.048 INFO O| Jul 29 16:02:11.048 INFO STEP 806 (remove_files) COMPLETE
78732026-07-29T16:02:12.253Z[ recovery-image] Jul 29 16:02:11.048 INFO O| Jul 29 16:02:11.048 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-07-29T16:02:12.262Z[ recovery-image] Jul 29 16:02:11.057 INFO O| Jul 29 16:02:11.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78752026-07-29T16:02:12.262Z[ recovery-image] Jul 29 16:02:11.057 INFO O| Jul 29 16:02:11.057 INFO STEP 807 (remove_files) COMPLETE
78762026-07-29T16:02:12.262Z[ recovery-image] Jul 29 16:02:11.057 INFO O| Jul 29 16:02:11.057 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-07-29T16:02:12.273Z[ recovery-image] Jul 29 16:02:11.067 INFO O| Jul 29 16:02:11.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78782026-07-29T16:02:12.273Z[ recovery-image] Jul 29 16:02:11.068 INFO O| Jul 29 16:02:11.068 INFO STEP 808 (remove_files) COMPLETE
78792026-07-29T16:02:12.273Z[ recovery-image] Jul 29 16:02:11.068 INFO O| Jul 29 16:02:11.068 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-07-29T16:02:12.283Z[ recovery-image] Jul 29 16:02:11.077 INFO O| Jul 29 16:02:11.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78812026-07-29T16:02:12.283Z[ recovery-image] Jul 29 16:02:11.078 INFO O| Jul 29 16:02:11.078 INFO STEP 809 (remove_files) COMPLETE
78822026-07-29T16:02:12.283Z[ recovery-image] Jul 29 16:02:11.078 INFO O| Jul 29 16:02:11.078 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-07-29T16:02:12.292Z[ recovery-image] Jul 29 16:02:11.087 INFO O| Jul 29 16:02:11.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78842026-07-29T16:02:12.292Z[ recovery-image] Jul 29 16:02:11.087 INFO O| Jul 29 16:02:11.087 INFO STEP 810 (remove_files) COMPLETE
78852026-07-29T16:02:12.292Z[ recovery-image] Jul 29 16:02:11.087 INFO O| Jul 29 16:02:11.087 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-07-29T16:02:12.302Z[ recovery-image] Jul 29 16:02:11.096 INFO O| Jul 29 16:02:11.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78872026-07-29T16:02:12.302Z[ recovery-image] Jul 29 16:02:11.096 INFO O| Jul 29 16:02:11.096 INFO STEP 811 (remove_files) COMPLETE
78882026-07-29T16:02:12.302Z[ recovery-image] Jul 29 16:02:11.096 INFO O| Jul 29 16:02:11.096 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-07-29T16:02:12.311Z[ recovery-image] Jul 29 16:02:11.106 INFO O| Jul 29 16:02:11.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78902026-07-29T16:02:12.311Z[ recovery-image] Jul 29 16:02:11.106 INFO O| Jul 29 16:02:11.106 INFO STEP 812 (remove_files) COMPLETE
78912026-07-29T16:02:12.311Z[ recovery-image] Jul 29 16:02:11.106 INFO O| Jul 29 16:02:11.106 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-07-29T16:02:12.320Z[ recovery-image] Jul 29 16:02:11.115 INFO O| Jul 29 16:02:11.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78932026-07-29T16:02:12.320Z[ recovery-image] Jul 29 16:02:11.115 INFO O| Jul 29 16:02:11.115 INFO STEP 813 (remove_files) COMPLETE
78942026-07-29T16:02:12.320Z[ recovery-image] Jul 29 16:02:11.115 INFO O| Jul 29 16:02:11.115 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-07-29T16:02:12.330Z[ recovery-image] Jul 29 16:02:11.125 INFO O| Jul 29 16:02:11.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78962026-07-29T16:02:12.330Z[ recovery-image] Jul 29 16:02:11.125 INFO O| Jul 29 16:02:11.125 INFO STEP 814 (remove_files) COMPLETE
78972026-07-29T16:02:12.334Z[ recovery-image] Jul 29 16:02:11.125 INFO O| Jul 29 16:02:11.125 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-07-29T16:02:12.339Z[ recovery-image] Jul 29 16:02:11.134 INFO O| Jul 29 16:02:11.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78992026-07-29T16:02:12.342Z[ recovery-image] Jul 29 16:02:11.135 INFO O| Jul 29 16:02:11.135 INFO STEP 815 (remove_files) COMPLETE
79002026-07-29T16:02:12.342Z[ recovery-image] Jul 29 16:02:11.135 INFO O| Jul 29 16:02:11.135 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-07-29T16:02:12.351Z[ recovery-image] Jul 29 16:02:11.145 INFO O| Jul 29 16:02:11.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
79022026-07-29T16:02:12.351Z[ recovery-image] Jul 29 16:02:11.145 INFO O| Jul 29 16:02:11.145 INFO STEP 816 (remove_files) COMPLETE
79032026-07-29T16:02:12.351Z[ recovery-image] Jul 29 16:02:11.145 INFO O| Jul 29 16:02:11.145 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-07-29T16:02:12.361Z[ recovery-image] Jul 29 16:02:11.156 INFO O| Jul 29 16:02:11.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
79052026-07-29T16:02:12.362Z[ recovery-image] Jul 29 16:02:11.156 INFO O| Jul 29 16:02:11.156 INFO STEP 817 (remove_files) COMPLETE
79062026-07-29T16:02:12.362Z[ recovery-image] Jul 29 16:02:11.156 INFO O| Jul 29 16:02:11.156 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-07-29T16:02:12.370Z[verify-libraries] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
79082026-07-29T16:02:12.373Z[ recovery-image] Jul 29 16:02:11.166 INFO O| Jul 29 16:02:11.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
79092026-07-29T16:02:12.373Z[ recovery-image] Jul 29 16:02:11.166 INFO O| Jul 29 16:02:11.166 INFO STEP 818 (remove_files) COMPLETE
79102026-07-29T16:02:12.373Z[ recovery-image] Jul 29 16:02:11.166 INFO O| Jul 29 16:02:11.166 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-07-29T16:02:12.382Z[ recovery-image] Jul 29 16:02:11.177 INFO O| Jul 29 16:02:11.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
79122026-07-29T16:02:12.382Z[ recovery-image] Jul 29 16:02:11.177 INFO O| Jul 29 16:02:11.177 INFO STEP 819 (remove_files) COMPLETE
79132026-07-29T16:02:12.386Z[ recovery-image] Jul 29 16:02:11.177 INFO O| Jul 29 16:02:11.177 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-07-29T16:02:12.393Z[ recovery-image] Jul 29 16:02:11.187 INFO O| Jul 29 16:02:11.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
79152026-07-29T16:02:12.394Z[ recovery-image] Jul 29 16:02:11.187 INFO O| Jul 29 16:02:11.187 INFO STEP 820 (remove_files) COMPLETE
79162026-07-29T16:02:12.398Z[ recovery-image] Jul 29 16:02:11.187 INFO O| Jul 29 16:02:11.187 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-07-29T16:02:12.402Z[ recovery-image] Jul 29 16:02:11.195 INFO O| Jul 29 16:02:11.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
79182026-07-29T16:02:12.402Z[ recovery-image] Jul 29 16:02:11.195 INFO O| Jul 29 16:02:11.195 INFO STEP 821 (remove_files) COMPLETE
79192026-07-29T16:02:12.402Z[ recovery-image] Jul 29 16:02:11.195 INFO O| Jul 29 16:02:11.195 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-07-29T16:02:12.410Z[ recovery-image] Jul 29 16:02:11.205 INFO O| Jul 29 16:02:11.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
79212026-07-29T16:02:12.410Z[ recovery-image] Jul 29 16:02:11.205 INFO O| Jul 29 16:02:11.205 INFO STEP 822 (remove_files) COMPLETE
79222026-07-29T16:02:12.410Z[ recovery-image] Jul 29 16:02:11.205 INFO O| Jul 29 16:02:11.205 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-07-29T16:02:12.421Z[ recovery-image] Jul 29 16:02:11.215 INFO O| Jul 29 16:02:11.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
79242026-07-29T16:02:12.421Z[ recovery-image] Jul 29 16:02:11.215 INFO O| Jul 29 16:02:11.215 INFO STEP 823 (remove_files) COMPLETE
79252026-07-29T16:02:12.425Z[ recovery-image] Jul 29 16:02:11.215 INFO O| Jul 29 16:02:11.215 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-07-29T16:02:12.430Z[ recovery-image] Jul 29 16:02:11.225 INFO O| Jul 29 16:02:11.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
79272026-07-29T16:02:12.430Z[ recovery-image] Jul 29 16:02:11.225 INFO O| Jul 29 16:02:11.225 INFO STEP 824 (remove_files) COMPLETE
79282026-07-29T16:02:12.430Z[ recovery-image] Jul 29 16:02:11.225 INFO O| Jul 29 16:02:11.225 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-07-29T16:02:12.440Z[ recovery-image] Jul 29 16:02:11.234 INFO O| Jul 29 16:02:11.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
79302026-07-29T16:02:12.440Z[ recovery-image] Jul 29 16:02:11.235 INFO O| Jul 29 16:02:11.235 INFO STEP 825 (remove_files) COMPLETE
79312026-07-29T16:02:12.444Z[ recovery-image] Jul 29 16:02:11.235 INFO O| Jul 29 16:02:11.235 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-07-29T16:02:12.450Z[ recovery-image] Jul 29 16:02:11.245 INFO O| Jul 29 16:02:11.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
79332026-07-29T16:02:12.450Z[ recovery-image] Jul 29 16:02:11.245 INFO O| Jul 29 16:02:11.245 INFO STEP 826 (remove_files) COMPLETE
79342026-07-29T16:02:12.453Z[ recovery-image] Jul 29 16:02:11.245 INFO O| Jul 29 16:02:11.245 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-07-29T16:02:12.459Z[ recovery-image] Jul 29 16:02:11.254 INFO O| Jul 29 16:02:11.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
79362026-07-29T16:02:12.459Z[ recovery-image] Jul 29 16:02:11.254 INFO O| Jul 29 16:02:11.254 INFO STEP 827 (remove_files) COMPLETE
79372026-07-29T16:02:12.459Z[ recovery-image] Jul 29 16:02:11.254 INFO O| Jul 29 16:02:11.254 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-07-29T16:02:12.468Z[ recovery-image] Jul 29 16:02:11.263 INFO O| Jul 29 16:02:11.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
79392026-07-29T16:02:12.468Z[ recovery-image] Jul 29 16:02:11.263 INFO O| Jul 29 16:02:11.263 INFO STEP 828 (remove_files) COMPLETE
79402026-07-29T16:02:12.468Z[ recovery-image] Jul 29 16:02:11.263 INFO O| Jul 29 16:02:11.263 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-07-29T16:02:12.476Z[ recovery-image] Jul 29 16:02:11.271 INFO O| Jul 29 16:02:11.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
79422026-07-29T16:02:12.476Z[ recovery-image] Jul 29 16:02:11.271 INFO O| Jul 29 16:02:11.271 INFO STEP 829 (remove_files) COMPLETE
79432026-07-29T16:02:12.476Z[ recovery-image] Jul 29 16:02:11.271 INFO O| Jul 29 16:02:11.271 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-07-29T16:02:12.485Z[ recovery-image] Jul 29 16:02:11.280 INFO O| Jul 29 16:02:11.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
79452026-07-29T16:02:12.485Z[ recovery-image] Jul 29 16:02:11.280 INFO O| Jul 29 16:02:11.279 INFO STEP 830 (remove_files) COMPLETE
79462026-07-29T16:02:12.485Z[ recovery-image] Jul 29 16:02:11.280 INFO O| Jul 29 16:02:11.279 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-07-29T16:02:12.497Z[ recovery-image] Jul 29 16:02:11.291 INFO O| Jul 29 16:02:11.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
79482026-07-29T16:02:12.497Z[ recovery-image] Jul 29 16:02:11.291 INFO O| Jul 29 16:02:11.291 INFO STEP 831 (remove_files) COMPLETE
79492026-07-29T16:02:12.497Z[ recovery-image] Jul 29 16:02:11.291 INFO O| Jul 29 16:02:11.291 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-07-29T16:02:12.507Z[ recovery-image] Jul 29 16:02:11.301 INFO O| Jul 29 16:02:11.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
79512026-07-29T16:02:12.507Z[ recovery-image] Jul 29 16:02:11.301 INFO O| Jul 29 16:02:11.301 INFO STEP 832 (remove_files) COMPLETE
79522026-07-29T16:02:12.507Z[ recovery-image] Jul 29 16:02:11.301 INFO O| Jul 29 16:02:11.301 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-07-29T16:02:12.522Z[ recovery-image] Jul 29 16:02:11.312 INFO O| Jul 29 16:02:11.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
79542026-07-29T16:02:12.522Z[ recovery-image] Jul 29 16:02:11.312 INFO O| Jul 29 16:02:11.312 INFO STEP 833 (remove_files) COMPLETE
79552026-07-29T16:02:12.525Z[ recovery-image] Jul 29 16:02:11.312 INFO O| Jul 29 16:02:11.312 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-07-29T16:02:12.533Z[ recovery-image] Jul 29 16:02:11.323 INFO O| Jul 29 16:02:11.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
79572026-07-29T16:02:12.533Z[ recovery-image] Jul 29 16:02:11.323 INFO O| Jul 29 16:02:11.323 INFO STEP 834 (remove_files) COMPLETE
79582026-07-29T16:02:12.533Z[ recovery-image] Jul 29 16:02:11.323 INFO O| Jul 29 16:02:11.323 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-07-29T16:02:12.537Z[ recovery-image] Jul 29 16:02:11.331 INFO O| Jul 29 16:02:11.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
79602026-07-29T16:02:12.537Z[ recovery-image] Jul 29 16:02:11.331 INFO O| Jul 29 16:02:11.331 INFO STEP 835 (remove_files) COMPLETE
79612026-07-29T16:02:12.537Z[ recovery-image] Jul 29 16:02:11.331 INFO O| Jul 29 16:02:11.331 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-07-29T16:02:12.548Z[ recovery-image] Jul 29 16:02:11.342 INFO O| Jul 29 16:02:11.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
79632026-07-29T16:02:12.548Z[ recovery-image] Jul 29 16:02:11.342 INFO O| Jul 29 16:02:11.342 INFO STEP 836 (remove_files) COMPLETE
79642026-07-29T16:02:12.548Z[ recovery-image] Jul 29 16:02:11.342 INFO O| Jul 29 16:02:11.342 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-07-29T16:02:12.557Z[ recovery-image] Jul 29 16:02:11.352 INFO O| Jul 29 16:02:11.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
79662026-07-29T16:02:12.562Z[ recovery-image] Jul 29 16:02:11.353 INFO O| Jul 29 16:02:11.353 INFO STEP 837 (remove_files) COMPLETE
79672026-07-29T16:02:12.562Z[ recovery-image] Jul 29 16:02:11.353 INFO O| Jul 29 16:02:11.353 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-07-29T16:02:12.567Z[ recovery-image] Jul 29 16:02:11.362 INFO O| Jul 29 16:02:11.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79692026-07-29T16:02:12.568Z[ recovery-image] Jul 29 16:02:11.362 INFO O| Jul 29 16:02:11.362 INFO STEP 838 (remove_files) COMPLETE
79702026-07-29T16:02:12.571Z[ recovery-image] Jul 29 16:02:11.362 INFO O| Jul 29 16:02:11.362 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-07-29T16:02:12.578Z[ recovery-image] Jul 29 16:02:11.371 INFO O| Jul 29 16:02:11.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79722026-07-29T16:02:12.578Z[ recovery-image] Jul 29 16:02:11.371 INFO O| Jul 29 16:02:11.371 INFO STEP 839 (remove_files) COMPLETE
79732026-07-29T16:02:12.579Z[ recovery-image] Jul 29 16:02:11.371 INFO O| Jul 29 16:02:11.371 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-07-29T16:02:12.587Z[ recovery-image] Jul 29 16:02:11.382 INFO O| Jul 29 16:02:11.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79752026-07-29T16:02:12.587Z[ recovery-image] Jul 29 16:02:11.382 INFO O| Jul 29 16:02:11.382 INFO STEP 840 (remove_files) COMPLETE
79762026-07-29T16:02:12.587Z[ recovery-image] Jul 29 16:02:11.382 INFO O| Jul 29 16:02:11.382 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-07-29T16:02:12.597Z[ recovery-image] Jul 29 16:02:11.392 INFO O| Jul 29 16:02:11.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79782026-07-29T16:02:12.597Z[ recovery-image] Jul 29 16:02:11.392 INFO O| Jul 29 16:02:11.392 INFO STEP 841 (remove_files) COMPLETE
79792026-07-29T16:02:12.597Z[ recovery-image] Jul 29 16:02:11.392 INFO O| Jul 29 16:02:11.392 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-07-29T16:02:12.607Z[ recovery-image] Jul 29 16:02:11.401 INFO O| Jul 29 16:02:11.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79812026-07-29T16:02:12.607Z[ recovery-image] Jul 29 16:02:11.402 INFO O| Jul 29 16:02:11.402 INFO STEP 842 (remove_files) COMPLETE
79822026-07-29T16:02:12.607Z[ recovery-image] Jul 29 16:02:11.402 INFO O| Jul 29 16:02:11.402 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-07-29T16:02:12.618Z[ recovery-image] Jul 29 16:02:11.412 INFO O| Jul 29 16:02:11.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79842026-07-29T16:02:12.618Z[ recovery-image] Jul 29 16:02:11.412 INFO O| Jul 29 16:02:11.412 INFO STEP 843 (remove_files) COMPLETE
79852026-07-29T16:02:12.618Z[ recovery-image] Jul 29 16:02:11.412 INFO O| Jul 29 16:02:11.412 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-07-29T16:02:12.629Z[ recovery-image] Jul 29 16:02:11.423 INFO O| Jul 29 16:02:11.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79872026-07-29T16:02:12.629Z[ recovery-image] Jul 29 16:02:11.423 INFO O| Jul 29 16:02:11.423 INFO STEP 844 (remove_files) COMPLETE
79882026-07-29T16:02:12.629Z[ recovery-image] Jul 29 16:02:11.423 INFO O| Jul 29 16:02:11.423 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-07-29T16:02:12.639Z[ recovery-image] Jul 29 16:02:11.434 INFO O| Jul 29 16:02:11.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79902026-07-29T16:02:12.639Z[ recovery-image] Jul 29 16:02:11.434 INFO O| Jul 29 16:02:11.434 INFO STEP 845 (remove_files) COMPLETE
79912026-07-29T16:02:12.640Z[ recovery-image] Jul 29 16:02:11.434 INFO O| Jul 29 16:02:11.434 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-07-29T16:02:12.650Z[ recovery-image] Jul 29 16:02:11.445 INFO O| Jul 29 16:02:11.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79932026-07-29T16:02:12.650Z[ recovery-image] Jul 29 16:02:11.445 INFO O| Jul 29 16:02:11.445 INFO STEP 846 (remove_files) COMPLETE
79942026-07-29T16:02:12.654Z[ recovery-image] Jul 29 16:02:11.445 INFO O| Jul 29 16:02:11.445 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-07-29T16:02:12.662Z[ recovery-image] Jul 29 16:02:11.457 INFO O| Jul 29 16:02:11.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79962026-07-29T16:02:12.662Z[ recovery-image] Jul 29 16:02:11.457 INFO O| Jul 29 16:02:11.457 INFO STEP 847 (remove_files) COMPLETE
79972026-07-29T16:02:12.666Z[ recovery-image] Jul 29 16:02:11.457 INFO O| Jul 29 16:02:11.457 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-07-29T16:02:12.672Z[ recovery-image] Jul 29 16:02:11.467 INFO O| Jul 29 16:02:11.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79992026-07-29T16:02:12.672Z[ recovery-image] Jul 29 16:02:11.467 INFO O| Jul 29 16:02:11.467 INFO STEP 848 (remove_files) COMPLETE
80002026-07-29T16:02:12.676Z[ recovery-image] Jul 29 16:02:11.467 INFO O| Jul 29 16:02:11.467 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-07-29T16:02:12.682Z[ recovery-image] Jul 29 16:02:11.477 INFO O| Jul 29 16:02:11.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
80022026-07-29T16:02:12.682Z[ recovery-image] Jul 29 16:02:11.477 INFO O| Jul 29 16:02:11.477 INFO STEP 849 (remove_files) COMPLETE
80032026-07-29T16:02:12.682Z[ recovery-image] Jul 29 16:02:11.477 INFO O| Jul 29 16:02:11.477 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-07-29T16:02:12.692Z[ recovery-image] Jul 29 16:02:11.487 INFO O| Jul 29 16:02:11.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
80052026-07-29T16:02:12.692Z[ recovery-image] Jul 29 16:02:11.487 INFO O| Jul 29 16:02:11.487 INFO STEP 850 (remove_files) COMPLETE
80062026-07-29T16:02:12.692Z[ recovery-image] Jul 29 16:02:11.487 INFO O| Jul 29 16:02:11.487 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-07-29T16:02:12.702Z[ recovery-image] Jul 29 16:02:11.497 INFO O| Jul 29 16:02:11.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
80082026-07-29T16:02:12.702Z[ recovery-image] Jul 29 16:02:11.497 INFO O| Jul 29 16:02:11.497 INFO STEP 851 (remove_files) COMPLETE
80092026-07-29T16:02:12.702Z[ recovery-image] Jul 29 16:02:11.497 INFO O| Jul 29 16:02:11.497 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-07-29T16:02:12.709Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
80112026-07-29T16:02:12.712Z[ recovery-image] Jul 29 16:02:11.507 INFO O| Jul 29 16:02:11.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
80122026-07-29T16:02:12.712Z[ recovery-image] Jul 29 16:02:11.507 INFO O| Jul 29 16:02:11.507 INFO STEP 852 (remove_files) COMPLETE
80132026-07-29T16:02:12.712Z[ recovery-image] Jul 29 16:02:11.507 INFO O| Jul 29 16:02:11.507 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-29T16:02:12.728Z[ recovery-image] Jul 29 16:02:11.518 INFO O| Jul 29 16:02:11.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
80152026-07-29T16:02:12.728Z[ recovery-image] Jul 29 16:02:11.518 INFO O| Jul 29 16:02:11.518 INFO STEP 853 (remove_files) COMPLETE
80162026-07-29T16:02:12.728Z[ recovery-image] Jul 29 16:02:11.518 INFO O| Jul 29 16:02:11.518 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-29T16:02:12.734Z[ recovery-image] Jul 29 16:02:11.527 INFO O| Jul 29 16:02:11.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
80182026-07-29T16:02:12.737Z[ recovery-image] Jul 29 16:02:11.527 INFO O| Jul 29 16:02:11.527 INFO STEP 854 (remove_files) COMPLETE
80192026-07-29T16:02:12.737Z[ recovery-image] Jul 29 16:02:11.527 INFO O| Jul 29 16:02:11.527 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-29T16:02:12.743Z[ recovery-image] Jul 29 16:02:11.538 INFO O| Jul 29 16:02:11.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
80212026-07-29T16:02:12.743Z[ recovery-image] Jul 29 16:02:11.538 INFO O| Jul 29 16:02:11.538 INFO STEP 855 (remove_files) COMPLETE
80222026-07-29T16:02:12.744Z[ recovery-image] Jul 29 16:02:11.538 INFO O| Jul 29 16:02:11.538 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-29T16:02:12.755Z[ recovery-image] Jul 29 16:02:11.549 INFO O| Jul 29 16:02:11.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
80242026-07-29T16:02:12.755Z[ recovery-image] Jul 29 16:02:11.549 INFO O| Jul 29 16:02:11.549 INFO STEP 856 (remove_files) COMPLETE
80252026-07-29T16:02:12.758Z[ recovery-image] Jul 29 16:02:11.549 INFO O| Jul 29 16:02:11.549 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-29T16:02:12.765Z[ recovery-image] Jul 29 16:02:11.560 INFO O| Jul 29 16:02:11.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
80272026-07-29T16:02:12.765Z[ recovery-image] Jul 29 16:02:11.560 INFO O| Jul 29 16:02:11.560 INFO STEP 857 (remove_files) COMPLETE
80282026-07-29T16:02:12.768Z[ recovery-image] Jul 29 16:02:11.560 INFO O| Jul 29 16:02:11.560 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-29T16:02:12.776Z[ recovery-image] Jul 29 16:02:11.571 INFO O| Jul 29 16:02:11.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
80302026-07-29T16:02:12.776Z[ recovery-image] Jul 29 16:02:11.571 INFO O| Jul 29 16:02:11.571 INFO STEP 858 (remove_files) COMPLETE
80312026-07-29T16:02:12.776Z[ recovery-image] Jul 29 16:02:11.571 INFO O| Jul 29 16:02:11.571 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-29T16:02:12.786Z[ recovery-image] Jul 29 16:02:11.581 INFO O| Jul 29 16:02:11.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
80332026-07-29T16:02:12.790Z[ recovery-image] Jul 29 16:02:11.581 INFO O| Jul 29 16:02:11.581 INFO STEP 859 (remove_files) COMPLETE
80342026-07-29T16:02:12.790Z[ recovery-image] Jul 29 16:02:11.581 INFO O| Jul 29 16:02:11.581 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-29T16:02:12.799Z[ recovery-image] Jul 29 16:02:11.594 INFO O| Jul 29 16:02:11.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
80362026-07-29T16:02:12.799Z[ recovery-image] Jul 29 16:02:11.594 INFO O| Jul 29 16:02:11.594 INFO STEP 860 (remove_files) COMPLETE
80372026-07-29T16:02:12.799Z[ recovery-image] Jul 29 16:02:11.594 INFO O| Jul 29 16:02:11.594 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-29T16:02:12.809Z[ recovery-image] Jul 29 16:02:11.603 INFO O| Jul 29 16:02:11.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
80392026-07-29T16:02:12.809Z[ recovery-image] Jul 29 16:02:11.603 INFO O| Jul 29 16:02:11.603 INFO STEP 861 (remove_files) COMPLETE
80402026-07-29T16:02:12.809Z[ recovery-image] Jul 29 16:02:11.603 INFO O| Jul 29 16:02:11.603 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-29T16:02:12.818Z[ recovery-image] Jul 29 16:02:11.612 INFO O| Jul 29 16:02:11.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
80422026-07-29T16:02:12.818Z[ recovery-image] Jul 29 16:02:11.613 INFO O| Jul 29 16:02:11.613 INFO STEP 862 (remove_files) COMPLETE
80432026-07-29T16:02:12.818Z[ recovery-image] Jul 29 16:02:11.613 INFO O| Jul 29 16:02:11.613 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-29T16:02:12.829Z[ recovery-image] Jul 29 16:02:11.623 INFO O| Jul 29 16:02:11.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
80452026-07-29T16:02:12.829Z[ recovery-image] Jul 29 16:02:11.623 INFO O| Jul 29 16:02:11.623 INFO STEP 863 (remove_files) COMPLETE
80462026-07-29T16:02:12.829Z[ recovery-image] Jul 29 16:02:11.623 INFO O| Jul 29 16:02:11.623 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-29T16:02:12.839Z[ recovery-image] Jul 29 16:02:11.633 INFO O| Jul 29 16:02:11.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
80482026-07-29T16:02:12.839Z[ recovery-image] Jul 29 16:02:11.633 INFO O| Jul 29 16:02:11.633 INFO STEP 864 (remove_files) COMPLETE
80492026-07-29T16:02:12.842Z[ recovery-image] Jul 29 16:02:11.633 INFO O| Jul 29 16:02:11.633 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-29T16:02:12.849Z[ recovery-image] Jul 29 16:02:11.643 INFO O| Jul 29 16:02:11.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
80512026-07-29T16:02:12.849Z[ recovery-image] Jul 29 16:02:11.643 INFO O| Jul 29 16:02:11.643 INFO STEP 865 (remove_files) COMPLETE
80522026-07-29T16:02:12.849Z[ recovery-image] Jul 29 16:02:11.644 INFO O| Jul 29 16:02:11.643 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-29T16:02:12.859Z[ recovery-image] Jul 29 16:02:11.654 INFO O| Jul 29 16:02:11.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
80542026-07-29T16:02:12.859Z[ recovery-image] Jul 29 16:02:11.654 INFO O| Jul 29 16:02:11.654 INFO STEP 866 (remove_files) COMPLETE
80552026-07-29T16:02:12.859Z[ recovery-image] Jul 29 16:02:11.654 INFO O| Jul 29 16:02:11.654 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-29T16:02:12.868Z[ recovery-image] Jul 29 16:02:11.663 INFO O| Jul 29 16:02:11.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
80572026-07-29T16:02:12.868Z[ recovery-image] Jul 29 16:02:11.663 INFO O| Jul 29 16:02:11.663 INFO STEP 867 (remove_files) COMPLETE
80582026-07-29T16:02:12.869Z[ recovery-image] Jul 29 16:02:11.663 INFO O| Jul 29 16:02:11.663 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-29T16:02:12.877Z[ recovery-image] Jul 29 16:02:11.672 INFO O| Jul 29 16:02:11.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
80602026-07-29T16:02:12.877Z[ recovery-image] Jul 29 16:02:11.672 INFO O| Jul 29 16:02:11.672 INFO STEP 868 (remove_files) COMPLETE
80612026-07-29T16:02:12.877Z[ recovery-image] Jul 29 16:02:11.672 INFO O| Jul 29 16:02:11.672 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-29T16:02:12.886Z[ recovery-image] Jul 29 16:02:11.680 INFO O| Jul 29 16:02:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
80632026-07-29T16:02:12.886Z[ recovery-image] Jul 29 16:02:11.680 INFO O| Jul 29 16:02:11.680 INFO STEP 869 (remove_files) COMPLETE
80642026-07-29T16:02:12.886Z[ recovery-image] Jul 29 16:02:11.680 INFO O| Jul 29 16:02:11.680 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-29T16:02:12.893Z[ recovery-image] Jul 29 16:02:11.688 INFO O| Jul 29 16:02:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
80662026-07-29T16:02:12.897Z[ recovery-image] Jul 29 16:02:11.688 INFO O| Jul 29 16:02:11.688 INFO STEP 870 (remove_files) COMPLETE
80672026-07-29T16:02:12.897Z[ recovery-image] Jul 29 16:02:11.688 INFO O| Jul 29 16:02:11.688 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-29T16:02:12.902Z[ recovery-image] Jul 29 16:02:11.697 INFO O| Jul 29 16:02:11.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
80692026-07-29T16:02:12.902Z[ recovery-image] Jul 29 16:02:11.697 INFO O| Jul 29 16:02:11.697 INFO STEP 871 (remove_files) COMPLETE
80702026-07-29T16:02:12.902Z[ recovery-image] Jul 29 16:02:11.697 INFO O| Jul 29 16:02:11.697 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-29T16:02:12.910Z[ recovery-image] Jul 29 16:02:11.705 INFO O| Jul 29 16:02:11.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80722026-07-29T16:02:12.911Z[ recovery-image] Jul 29 16:02:11.705 INFO O| Jul 29 16:02:11.705 INFO STEP 872 (remove_files) COMPLETE
80732026-07-29T16:02:12.911Z[ recovery-image] Jul 29 16:02:11.705 INFO O| Jul 29 16:02:11.705 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-29T16:02:12.919Z[ recovery-image] Jul 29 16:02:11.713 INFO O| Jul 29 16:02:11.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80752026-07-29T16:02:12.919Z[ recovery-image] Jul 29 16:02:11.713 INFO O| Jul 29 16:02:11.713 INFO STEP 873 (remove_files) COMPLETE
80762026-07-29T16:02:12.919Z[ recovery-image] Jul 29 16:02:11.713 INFO O| Jul 29 16:02:11.713 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-29T16:02:12.928Z[ recovery-image] Jul 29 16:02:11.722 INFO O| Jul 29 16:02:11.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80782026-07-29T16:02:12.928Z[ recovery-image] Jul 29 16:02:11.722 INFO O| Jul 29 16:02:11.722 INFO STEP 874 (remove_files) COMPLETE
80792026-07-29T16:02:12.928Z[ recovery-image] Jul 29 16:02:11.722 INFO O| Jul 29 16:02:11.722 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-29T16:02:12.931Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
80812026-07-29T16:02:12.939Z[ recovery-image] Jul 29 16:02:11.734 INFO O| Jul 29 16:02:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80822026-07-29T16:02:12.939Z[ recovery-image] Jul 29 16:02:11.734 INFO O| Jul 29 16:02:11.734 INFO STEP 875 (remove_files) COMPLETE
80832026-07-29T16:02:12.939Z[ recovery-image] Jul 29 16:02:11.734 INFO O| Jul 29 16:02:11.734 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-07-29T16:02:12.950Z[ recovery-image] Jul 29 16:02:11.745 INFO O| Jul 29 16:02:11.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80852026-07-29T16:02:12.950Z[ recovery-image] Jul 29 16:02:11.745 INFO O| Jul 29 16:02:11.745 INFO STEP 876 (remove_files) COMPLETE
80862026-07-29T16:02:12.950Z[ recovery-image] Jul 29 16:02:11.745 INFO O| Jul 29 16:02:11.745 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-07-29T16:02:12.960Z[ recovery-image] Jul 29 16:02:11.755 INFO O| Jul 29 16:02:11.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80882026-07-29T16:02:12.960Z[ recovery-image] Jul 29 16:02:11.755 INFO O| Jul 29 16:02:11.755 INFO STEP 877 (remove_files) COMPLETE
80892026-07-29T16:02:12.960Z[ recovery-image] Jul 29 16:02:11.755 INFO O| Jul 29 16:02:11.755 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-07-29T16:02:12.970Z[ recovery-image] Jul 29 16:02:11.765 INFO O| Jul 29 16:02:11.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80912026-07-29T16:02:12.970Z[ recovery-image] Jul 29 16:02:11.765 INFO O| Jul 29 16:02:11.765 INFO STEP 878 (remove_files) COMPLETE
80922026-07-29T16:02:12.970Z[ recovery-image] Jul 29 16:02:11.765 INFO O| Jul 29 16:02:11.765 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-07-29T16:02:12.979Z[ recovery-image] Jul 29 16:02:11.774 INFO O| Jul 29 16:02:11.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80942026-07-29T16:02:12.979Z[ recovery-image] Jul 29 16:02:11.774 INFO O| Jul 29 16:02:11.774 INFO STEP 879 (remove_files) COMPLETE
80952026-07-29T16:02:12.982Z[ recovery-image] Jul 29 16:02:11.774 INFO O| Jul 29 16:02:11.774 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-07-29T16:02:12.990Z[ recovery-image] Jul 29 16:02:11.784 INFO O| Jul 29 16:02:11.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80972026-07-29T16:02:12.990Z[ recovery-image] Jul 29 16:02:11.784 INFO O| Jul 29 16:02:11.784 INFO STEP 880 (remove_files) COMPLETE
80982026-07-29T16:02:12.990Z[ recovery-image] Jul 29 16:02:11.784 INFO O| Jul 29 16:02:11.784 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-07-29T16:02:13.001Z[ recovery-image] Jul 29 16:02:11.795 INFO O| Jul 29 16:02:11.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
81002026-07-29T16:02:13.001Z[ recovery-image] Jul 29 16:02:11.795 INFO O| Jul 29 16:02:11.795 INFO STEP 881 (remove_files) COMPLETE
81012026-07-29T16:02:13.001Z[ recovery-image] Jul 29 16:02:11.795 INFO O| Jul 29 16:02:11.795 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-07-29T16:02:13.011Z[ recovery-image] Jul 29 16:02:11.806 INFO O| Jul 29 16:02:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
81032026-07-29T16:02:13.011Z[ recovery-image] Jul 29 16:02:11.806 INFO O| Jul 29 16:02:11.806 INFO STEP 882 (remove_files) COMPLETE
81042026-07-29T16:02:13.014Z[ recovery-image] Jul 29 16:02:11.806 INFO O| Jul 29 16:02:11.806 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-07-29T16:02:13.022Z[ recovery-image] Jul 29 16:02:11.817 INFO O| Jul 29 16:02:11.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
81062026-07-29T16:02:13.022Z[ recovery-image] Jul 29 16:02:11.817 INFO O| Jul 29 16:02:11.817 INFO STEP 883 (remove_files) COMPLETE
81072026-07-29T16:02:13.026Z[ recovery-image] Jul 29 16:02:11.817 INFO O| Jul 29 16:02:11.817 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-07-29T16:02:13.032Z[ recovery-image] Jul 29 16:02:11.827 INFO O| Jul 29 16:02:11.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
81092026-07-29T16:02:13.032Z[ recovery-image] Jul 29 16:02:11.827 INFO O| Jul 29 16:02:11.827 INFO STEP 884 (remove_files) COMPLETE
81102026-07-29T16:02:13.032Z[ recovery-image] Jul 29 16:02:11.827 INFO O| Jul 29 16:02:11.827 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-07-29T16:02:13.042Z[ recovery-image] Jul 29 16:02:11.837 INFO O| Jul 29 16:02:11.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
81122026-07-29T16:02:13.042Z[ recovery-image] Jul 29 16:02:11.837 INFO O| Jul 29 16:02:11.837 INFO STEP 885 (remove_files) COMPLETE
81132026-07-29T16:02:13.042Z[ recovery-image] Jul 29 16:02:11.837 INFO O| Jul 29 16:02:11.837 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-07-29T16:02:13.052Z[ recovery-image] Jul 29 16:02:11.847 INFO O| Jul 29 16:02:11.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
81152026-07-29T16:02:13.052Z[ recovery-image] Jul 29 16:02:11.847 INFO O| Jul 29 16:02:11.847 INFO STEP 886 (remove_files) COMPLETE
81162026-07-29T16:02:13.052Z[ recovery-image] Jul 29 16:02:11.847 INFO O| Jul 29 16:02:11.847 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-07-29T16:02:13.061Z[ recovery-image] Jul 29 16:02:11.856 INFO O| Jul 29 16:02:11.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
81182026-07-29T16:02:13.061Z[ recovery-image] Jul 29 16:02:11.856 INFO O| Jul 29 16:02:11.856 INFO STEP 887 (remove_files) COMPLETE
81192026-07-29T16:02:13.061Z[ recovery-image] Jul 29 16:02:11.856 INFO O| Jul 29 16:02:11.856 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-07-29T16:02:13.073Z[ recovery-image] Jul 29 16:02:11.865 INFO O| Jul 29 16:02:11.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
81212026-07-29T16:02:13.074Z[ recovery-image] Jul 29 16:02:11.865 INFO O| Jul 29 16:02:11.865 INFO STEP 888 (remove_files) COMPLETE
81222026-07-29T16:02:13.074Z[ recovery-image] Jul 29 16:02:11.865 INFO O| Jul 29 16:02:11.865 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-07-29T16:02:13.080Z[ recovery-image] Jul 29 16:02:11.875 INFO O| Jul 29 16:02:11.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
81242026-07-29T16:02:13.083Z[ recovery-image] Jul 29 16:02:11.876 INFO O| Jul 29 16:02:11.875 INFO STEP 889 (remove_files) COMPLETE
81252026-07-29T16:02:13.083Z[ recovery-image] Jul 29 16:02:11.876 INFO O| Jul 29 16:02:11.875 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-07-29T16:02:13.089Z[ recovery-image] Jul 29 16:02:11.884 INFO O| Jul 29 16:02:11.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
81272026-07-29T16:02:13.089Z[ recovery-image] Jul 29 16:02:11.884 INFO O| Jul 29 16:02:11.884 INFO STEP 890 (remove_files) COMPLETE
81282026-07-29T16:02:13.089Z[ recovery-image] Jul 29 16:02:11.884 INFO O| Jul 29 16:02:11.884 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-07-29T16:02:13.097Z[ recovery-image] Jul 29 16:02:11.892 INFO O| Jul 29 16:02:11.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
81302026-07-29T16:02:13.097Z[ recovery-image] Jul 29 16:02:11.892 INFO O| Jul 29 16:02:11.892 INFO STEP 891 (remove_files) COMPLETE
81312026-07-29T16:02:13.097Z[ recovery-image] Jul 29 16:02:11.892 INFO O| Jul 29 16:02:11.892 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-07-29T16:02:13.107Z[ recovery-image] Jul 29 16:02:11.901 INFO O| Jul 29 16:02:11.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
81332026-07-29T16:02:13.107Z[ recovery-image] Jul 29 16:02:11.902 INFO O| Jul 29 16:02:11.902 INFO STEP 892 (remove_files) COMPLETE
81342026-07-29T16:02:13.107Z[ recovery-image] Jul 29 16:02:11.902 INFO O| Jul 29 16:02:11.902 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-07-29T16:02:13.117Z[ recovery-image] Jul 29 16:02:11.911 INFO O| Jul 29 16:02:11.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
81362026-07-29T16:02:13.117Z[ recovery-image] Jul 29 16:02:11.911 INFO O| Jul 29 16:02:11.911 INFO STEP 893 (remove_files) COMPLETE
81372026-07-29T16:02:13.117Z[ recovery-image] Jul 29 16:02:11.911 INFO O| Jul 29 16:02:11.911 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-07-29T16:02:13.125Z[ recovery-image] Jul 29 16:02:11.920 INFO O| Jul 29 16:02:11.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
81392026-07-29T16:02:13.125Z[ recovery-image] Jul 29 16:02:11.920 INFO O| Jul 29 16:02:11.920 INFO STEP 894 (remove_files) COMPLETE
81402026-07-29T16:02:13.125Z[ recovery-image] Jul 29 16:02:11.920 INFO O| Jul 29 16:02:11.920 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-07-29T16:02:13.135Z[ recovery-image] Jul 29 16:02:11.930 INFO O| Jul 29 16:02:11.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
81422026-07-29T16:02:13.135Z[ recovery-image] Jul 29 16:02:11.930 INFO O| Jul 29 16:02:11.930 INFO STEP 895 (remove_files) COMPLETE
81432026-07-29T16:02:13.135Z[ recovery-image] Jul 29 16:02:11.930 INFO O| Jul 29 16:02:11.930 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-07-29T16:02:13.145Z[ recovery-image] Jul 29 16:02:11.939 INFO O| Jul 29 16:02:11.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
81452026-07-29T16:02:13.145Z[ recovery-image] Jul 29 16:02:11.940 INFO O| Jul 29 16:02:11.940 INFO STEP 896 (remove_files) COMPLETE
81462026-07-29T16:02:13.145Z[ recovery-image] Jul 29 16:02:11.940 INFO O| Jul 29 16:02:11.940 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-07-29T16:02:13.171Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
81482026-07-29T16:02:13.177Z[ recovery-image] Jul 29 16:02:11.971 INFO O| Jul 29 16:02:11.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
81492026-07-29T16:02:13.180Z[ recovery-image] Jul 29 16:02:11.971 INFO O| Jul 29 16:02:11.971 INFO STEP 897 (remove_files) COMPLETE
81502026-07-29T16:02:13.184Z[ recovery-image] Jul 29 16:02:11.971 INFO O| Jul 29 16:02:11.971 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-07-29T16:02:13.187Z[ recovery-image] Jul 29 16:02:11.981 INFO O| Jul 29 16:02:11.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
81522026-07-29T16:02:13.190Z[ recovery-image] Jul 29 16:02:11.981 INFO O| Jul 29 16:02:11.981 INFO STEP 898 (remove_files) COMPLETE
81532026-07-29T16:02:13.194Z[ recovery-image] Jul 29 16:02:11.981 INFO O| Jul 29 16:02:11.981 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-07-29T16:02:13.197Z[ recovery-image] Jul 29 16:02:11.989 INFO O| Jul 29 16:02:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
81552026-07-29T16:02:13.197Z[ recovery-image] Jul 29 16:02:11.989 INFO O| Jul 29 16:02:11.989 INFO STEP 899 (remove_files) COMPLETE
81562026-07-29T16:02:13.197Z[ recovery-image] Jul 29 16:02:11.989 INFO O| Jul 29 16:02:11.989 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-07-29T16:02:13.203Z[ recovery-image] Jul 29 16:02:11.997 INFO O| Jul 29 16:02:11.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
81582026-07-29T16:02:13.203Z[ recovery-image] Jul 29 16:02:11.997 INFO O| Jul 29 16:02:11.997 INFO STEP 900 (remove_files) COMPLETE
81592026-07-29T16:02:13.203Z[ recovery-image] Jul 29 16:02:11.997 INFO O| Jul 29 16:02:11.997 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-07-29T16:02:13.211Z[ recovery-image] Jul 29 16:02:12.006 INFO O| Jul 29 16:02:12.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
81612026-07-29T16:02:13.211Z[ recovery-image] Jul 29 16:02:12.006 INFO O| Jul 29 16:02:12.006 INFO STEP 901 (remove_files) COMPLETE
81622026-07-29T16:02:13.215Z[ recovery-image] Jul 29 16:02:12.006 INFO O| Jul 29 16:02:12.006 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-07-29T16:02:13.221Z[ recovery-image] Jul 29 16:02:12.015 INFO O| Jul 29 16:02:12.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
81642026-07-29T16:02:13.221Z[ recovery-image] Jul 29 16:02:12.015 INFO O| Jul 29 16:02:12.015 INFO STEP 902 (remove_files) COMPLETE
81652026-07-29T16:02:13.222Z[ recovery-image] Jul 29 16:02:12.015 INFO O| Jul 29 16:02:12.015 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-07-29T16:02:13.233Z[ recovery-image] Jul 29 16:02:12.027 INFO O| Jul 29 16:02:12.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
81672026-07-29T16:02:13.233Z[ recovery-image] Jul 29 16:02:12.027 INFO O| Jul 29 16:02:12.027 INFO STEP 903 (remove_files) COMPLETE
81682026-07-29T16:02:13.237Z[ recovery-image] Jul 29 16:02:12.027 INFO O| Jul 29 16:02:12.027 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-07-29T16:02:13.243Z[ recovery-image] Jul 29 16:02:12.037 INFO O| Jul 29 16:02:12.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
81702026-07-29T16:02:13.243Z[ recovery-image] Jul 29 16:02:12.037 INFO O| Jul 29 16:02:12.037 INFO STEP 904 (remove_files) COMPLETE
81712026-07-29T16:02:13.243Z[ recovery-image] Jul 29 16:02:12.037 INFO O| Jul 29 16:02:12.037 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-07-29T16:02:13.254Z[ recovery-image] Jul 29 16:02:12.048 INFO O| Jul 29 16:02:12.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81732026-07-29T16:02:13.254Z[ recovery-image] Jul 29 16:02:12.048 INFO O| Jul 29 16:02:12.048 INFO STEP 905 (remove_files) COMPLETE
81742026-07-29T16:02:13.272Z[ recovery-image] Jul 29 16:02:12.048 INFO O| Jul 29 16:02:12.048 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-07-29T16:02:13.272Z[ recovery-image] Jul 29 16:02:12.061 INFO O| Jul 29 16:02:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81762026-07-29T16:02:13.272Z[ recovery-image] Jul 29 16:02:12.061 INFO O| Jul 29 16:02:12.061 INFO STEP 906 (remove_files) COMPLETE
81772026-07-29T16:02:13.272Z[ recovery-image] Jul 29 16:02:12.061 INFO O| Jul 29 16:02:12.061 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-07-29T16:02:13.277Z[ recovery-image] Jul 29 16:02:12.071 INFO O| Jul 29 16:02:12.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81792026-07-29T16:02:13.277Z[ recovery-image] Jul 29 16:02:12.071 INFO O| Jul 29 16:02:12.071 INFO STEP 907 (remove_files) COMPLETE
81802026-07-29T16:02:13.277Z[ recovery-image] Jul 29 16:02:12.071 INFO O| Jul 29 16:02:12.071 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-07-29T16:02:13.286Z[ recovery-image] Jul 29 16:02:12.081 INFO O| Jul 29 16:02:12.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81822026-07-29T16:02:13.286Z[ recovery-image] Jul 29 16:02:12.081 INFO O| Jul 29 16:02:12.081 INFO STEP 908 (remove_files) COMPLETE
81832026-07-29T16:02:13.286Z[ recovery-image] Jul 29 16:02:12.081 INFO O| Jul 29 16:02:12.081 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-07-29T16:02:13.298Z[ recovery-image] Jul 29 16:02:12.093 INFO O| Jul 29 16:02:12.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81852026-07-29T16:02:13.298Z[ recovery-image] Jul 29 16:02:12.093 INFO O| Jul 29 16:02:12.093 INFO STEP 909 (remove_files) COMPLETE
81862026-07-29T16:02:13.298Z[ recovery-image] Jul 29 16:02:12.093 INFO O| Jul 29 16:02:12.093 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-07-29T16:02:13.309Z[ recovery-image] Jul 29 16:02:12.104 INFO O| Jul 29 16:02:12.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81882026-07-29T16:02:13.309Z[ recovery-image] Jul 29 16:02:12.104 INFO O| Jul 29 16:02:12.104 INFO STEP 910 (remove_files) COMPLETE
81892026-07-29T16:02:13.313Z[ recovery-image] Jul 29 16:02:12.104 INFO O| Jul 29 16:02:12.104 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-07-29T16:02:13.318Z[ recovery-image] Jul 29 16:02:12.113 INFO O| Jul 29 16:02:12.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81912026-07-29T16:02:13.322Z[ recovery-image] Jul 29 16:02:12.113 INFO O| Jul 29 16:02:12.113 INFO STEP 911 (remove_files) COMPLETE
81922026-07-29T16:02:13.322Z[ recovery-image] Jul 29 16:02:12.113 INFO O| Jul 29 16:02:12.113 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-07-29T16:02:13.328Z[ recovery-image] Jul 29 16:02:12.123 INFO O| Jul 29 16:02:12.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81942026-07-29T16:02:13.328Z[ recovery-image] Jul 29 16:02:12.123 INFO O| Jul 29 16:02:12.123 INFO STEP 912 (remove_files) COMPLETE
81952026-07-29T16:02:13.331Z[ recovery-image] Jul 29 16:02:12.123 INFO O| Jul 29 16:02:12.123 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-07-29T16:02:13.341Z[ recovery-image] Jul 29 16:02:12.135 INFO O| Jul 29 16:02:12.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81972026-07-29T16:02:13.341Z[ recovery-image] Jul 29 16:02:12.135 INFO O| Jul 29 16:02:12.135 INFO STEP 913 (remove_files) COMPLETE
81982026-07-29T16:02:13.341Z[ recovery-image] Jul 29 16:02:12.135 INFO O| Jul 29 16:02:12.135 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-07-29T16:02:13.353Z[ recovery-image] Jul 29 16:02:12.147 INFO O| Jul 29 16:02:12.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
82002026-07-29T16:02:13.353Z[ recovery-image] Jul 29 16:02:12.147 INFO O| Jul 29 16:02:12.147 INFO STEP 914 (remove_files) COMPLETE
82012026-07-29T16:02:13.356Z[ recovery-image] Jul 29 16:02:12.147 INFO O| Jul 29 16:02:12.147 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-07-29T16:02:13.363Z[ recovery-image] Jul 29 16:02:12.158 INFO O| Jul 29 16:02:12.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
82032026-07-29T16:02:13.363Z[ recovery-image] Jul 29 16:02:12.158 INFO O| Jul 29 16:02:12.158 INFO STEP 915 (remove_files) COMPLETE
82042026-07-29T16:02:13.363Z[ recovery-image] Jul 29 16:02:12.158 INFO O| Jul 29 16:02:12.158 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-07-29T16:02:13.374Z[ recovery-image] Jul 29 16:02:12.168 INFO O| Jul 29 16:02:12.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
82062026-07-29T16:02:13.374Z[ recovery-image] Jul 29 16:02:12.168 INFO O| Jul 29 16:02:12.168 INFO STEP 916 (remove_files) COMPLETE
82072026-07-29T16:02:13.374Z[ recovery-image] Jul 29 16:02:12.168 INFO O| Jul 29 16:02:12.168 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-07-29T16:02:13.384Z[ recovery-image] Jul 29 16:02:12.179 INFO O| Jul 29 16:02:12.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
82092026-07-29T16:02:13.384Z[ recovery-image] Jul 29 16:02:12.179 INFO O| Jul 29 16:02:12.179 INFO STEP 917 (remove_files) COMPLETE
82102026-07-29T16:02:13.384Z[ recovery-image] Jul 29 16:02:12.179 INFO O| Jul 29 16:02:12.179 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-07-29T16:02:13.395Z[ recovery-image] Jul 29 16:02:12.190 INFO O| Jul 29 16:02:12.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
82122026-07-29T16:02:13.396Z[ recovery-image] Jul 29 16:02:12.190 INFO O| Jul 29 16:02:12.190 INFO STEP 918 (remove_files) COMPLETE
82132026-07-29T16:02:13.396Z[ recovery-image] Jul 29 16:02:12.190 INFO O| Jul 29 16:02:12.190 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-07-29T16:02:13.407Z[ recovery-image] Jul 29 16:02:12.202 INFO O| Jul 29 16:02:12.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
82152026-07-29T16:02:13.407Z[ recovery-image] Jul 29 16:02:12.202 INFO O| Jul 29 16:02:12.202 INFO STEP 919 (remove_files) COMPLETE
82162026-07-29T16:02:13.411Z[ recovery-image] Jul 29 16:02:12.202 INFO O| Jul 29 16:02:12.202 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-07-29T16:02:13.419Z[ recovery-image] Jul 29 16:02:12.214 INFO O| Jul 29 16:02:12.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
82182026-07-29T16:02:13.423Z[ recovery-image] Jul 29 16:02:12.214 INFO O| Jul 29 16:02:12.214 INFO STEP 920 (remove_files) COMPLETE
82192026-07-29T16:02:13.423Z[ recovery-image] Jul 29 16:02:12.214 INFO O| Jul 29 16:02:12.214 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-07-29T16:02:13.430Z[ recovery-image] Jul 29 16:02:12.225 INFO O| Jul 29 16:02:12.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
82212026-07-29T16:02:13.430Z[ recovery-image] Jul 29 16:02:12.225 INFO O| Jul 29 16:02:12.225 INFO STEP 921 (remove_files) COMPLETE
82222026-07-29T16:02:13.430Z[ recovery-image] Jul 29 16:02:12.225 INFO O| Jul 29 16:02:12.225 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-07-29T16:02:13.440Z[ recovery-image] Jul 29 16:02:12.235 INFO O| Jul 29 16:02:12.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
82242026-07-29T16:02:13.440Z[ recovery-image] Jul 29 16:02:12.235 INFO O| Jul 29 16:02:12.235 INFO STEP 922 (remove_files) COMPLETE
82252026-07-29T16:02:13.440Z[ recovery-image] Jul 29 16:02:12.235 INFO O| Jul 29 16:02:12.235 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-07-29T16:02:13.450Z[ recovery-image] Jul 29 16:02:12.245 INFO O| Jul 29 16:02:12.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
82272026-07-29T16:02:13.453Z[ recovery-image] Jul 29 16:02:12.245 INFO O| Jul 29 16:02:12.245 INFO STEP 923 (remove_files) COMPLETE
82282026-07-29T16:02:13.453Z[ recovery-image] Jul 29 16:02:12.245 INFO O| Jul 29 16:02:12.245 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-07-29T16:02:13.462Z[ recovery-image] Jul 29 16:02:12.256 INFO O| Jul 29 16:02:12.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
82302026-07-29T16:02:13.462Z[ recovery-image] Jul 29 16:02:12.256 INFO O| Jul 29 16:02:12.256 INFO STEP 924 (remove_files) COMPLETE
82312026-07-29T16:02:13.462Z[ recovery-image] Jul 29 16:02:12.256 INFO O| Jul 29 16:02:12.256 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-07-29T16:02:13.473Z[ recovery-image] Jul 29 16:02:12.268 INFO O| Jul 29 16:02:12.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
82332026-07-29T16:02:13.473Z[ recovery-image] Jul 29 16:02:12.268 INFO O| Jul 29 16:02:12.268 INFO STEP 925 (remove_files) COMPLETE
82342026-07-29T16:02:13.473Z[ recovery-image] Jul 29 16:02:12.268 INFO O| Jul 29 16:02:12.268 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-07-29T16:02:13.482Z[ recovery-image] Jul 29 16:02:12.276 INFO O| Jul 29 16:02:12.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
82362026-07-29T16:02:13.482Z[ recovery-image] Jul 29 16:02:12.276 INFO O| Jul 29 16:02:12.276 INFO STEP 926 (remove_files) COMPLETE
82372026-07-29T16:02:13.485Z[ recovery-image] Jul 29 16:02:12.276 INFO O| Jul 29 16:02:12.276 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-07-29T16:02:13.493Z[ recovery-image] Jul 29 16:02:12.287 INFO O| Jul 29 16:02:12.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
82392026-07-29T16:02:13.493Z[ recovery-image] Jul 29 16:02:12.287 INFO O| Jul 29 16:02:12.287 INFO STEP 927 (remove_files) COMPLETE
82402026-07-29T16:02:13.496Z[ recovery-image] Jul 29 16:02:12.287 INFO O| Jul 29 16:02:12.287 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-07-29T16:02:13.499Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
82422026-07-29T16:02:13.503Z[ recovery-image] Jul 29 16:02:12.297 INFO O| Jul 29 16:02:12.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
82432026-07-29T16:02:13.503Z[ recovery-image] Jul 29 16:02:12.297 INFO O| Jul 29 16:02:12.297 INFO STEP 928 (remove_files) COMPLETE
82442026-07-29T16:02:13.503Z[ recovery-image] Jul 29 16:02:12.297 INFO O| Jul 29 16:02:12.297 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-07-29T16:02:13.513Z[ recovery-image] Jul 29 16:02:12.307 INFO O| Jul 29 16:02:12.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
82462026-07-29T16:02:13.513Z[ recovery-image] Jul 29 16:02:12.307 INFO O| Jul 29 16:02:12.307 INFO STEP 929 (remove_files) COMPLETE
82472026-07-29T16:02:13.513Z[ recovery-image] Jul 29 16:02:12.307 INFO O| Jul 29 16:02:12.307 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-07-29T16:02:13.523Z[ recovery-image] Jul 29 16:02:12.317 INFO O| Jul 29 16:02:12.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
82492026-07-29T16:02:13.523Z[ recovery-image] Jul 29 16:02:12.318 INFO O| Jul 29 16:02:12.318 INFO STEP 930 (remove_files) COMPLETE
82502026-07-29T16:02:13.523Z[ recovery-image] Jul 29 16:02:12.318 INFO O| Jul 29 16:02:12.318 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-07-29T16:02:13.533Z[ recovery-image] Jul 29 16:02:12.328 INFO O| Jul 29 16:02:12.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
82522026-07-29T16:02:13.533Z[ recovery-image] Jul 29 16:02:12.328 INFO O| Jul 29 16:02:12.328 INFO STEP 931 (remove_files) COMPLETE
82532026-07-29T16:02:13.533Z[ recovery-image] Jul 29 16:02:12.328 INFO O| Jul 29 16:02:12.328 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-07-29T16:02:13.545Z[ recovery-image] Jul 29 16:02:12.340 INFO O| Jul 29 16:02:12.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
82552026-07-29T16:02:13.545Z[ recovery-image] Jul 29 16:02:12.340 INFO O| Jul 29 16:02:12.340 INFO STEP 932 (remove_files) COMPLETE
82562026-07-29T16:02:13.545Z[ recovery-image] Jul 29 16:02:12.340 INFO O| Jul 29 16:02:12.340 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-07-29T16:02:13.555Z[ recovery-image] Jul 29 16:02:12.350 INFO O| Jul 29 16:02:12.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
82582026-07-29T16:02:13.555Z[ recovery-image] Jul 29 16:02:12.350 INFO O| Jul 29 16:02:12.350 INFO STEP 933 (remove_files) COMPLETE
82592026-07-29T16:02:13.555Z[ recovery-image] Jul 29 16:02:12.350 INFO O| Jul 29 16:02:12.350 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-07-29T16:02:13.566Z[ recovery-image] Jul 29 16:02:12.360 INFO O| Jul 29 16:02:12.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
82612026-07-29T16:02:13.566Z[ recovery-image] Jul 29 16:02:12.361 INFO O| Jul 29 16:02:12.361 INFO STEP 934 (remove_files) COMPLETE
82622026-07-29T16:02:13.571Z[ recovery-image] Jul 29 16:02:12.361 INFO O| Jul 29 16:02:12.361 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-07-29T16:02:13.576Z[ recovery-image] Jul 29 16:02:12.371 INFO O| Jul 29 16:02:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
82642026-07-29T16:02:13.576Z[ recovery-image] Jul 29 16:02:12.371 INFO O| Jul 29 16:02:12.371 INFO STEP 935 (remove_files) COMPLETE
82652026-07-29T16:02:13.579Z[ recovery-image] Jul 29 16:02:12.371 INFO O| Jul 29 16:02:12.371 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-07-29T16:02:13.587Z[ recovery-image] Jul 29 16:02:12.382 INFO O| Jul 29 16:02:12.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
82672026-07-29T16:02:13.591Z[ recovery-image] Jul 29 16:02:12.382 INFO O| Jul 29 16:02:12.382 INFO STEP 936 (remove_files) COMPLETE
82682026-07-29T16:02:13.591Z[ recovery-image] Jul 29 16:02:12.382 INFO O| Jul 29 16:02:12.382 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-07-29T16:02:13.598Z[ recovery-image] Jul 29 16:02:12.393 INFO O| Jul 29 16:02:12.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
82702026-07-29T16:02:13.598Z[ recovery-image] Jul 29 16:02:12.393 INFO O| Jul 29 16:02:12.393 INFO STEP 937 (remove_files) COMPLETE
82712026-07-29T16:02:13.601Z[ recovery-image] Jul 29 16:02:12.393 INFO O| Jul 29 16:02:12.393 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-07-29T16:02:13.607Z[ recovery-image] Jul 29 16:02:12.402 INFO O| Jul 29 16:02:12.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82732026-07-29T16:02:13.611Z[ recovery-image] Jul 29 16:02:12.402 INFO O| Jul 29 16:02:12.402 INFO STEP 938 (remove_files) COMPLETE
82742026-07-29T16:02:13.611Z[ recovery-image] Jul 29 16:02:12.402 INFO O| Jul 29 16:02:12.402 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-07-29T16:02:13.617Z[ recovery-image] Jul 29 16:02:12.411 INFO O| Jul 29 16:02:12.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82762026-07-29T16:02:13.617Z[ recovery-image] Jul 29 16:02:12.411 INFO O| Jul 29 16:02:12.411 INFO STEP 939 (remove_files) COMPLETE
82772026-07-29T16:02:13.626Z[ recovery-image] Jul 29 16:02:12.412 INFO O| Jul 29 16:02:12.411 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-07-29T16:02:13.629Z[ recovery-image] Jul 29 16:02:12.420 INFO O| Jul 29 16:02:12.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82792026-07-29T16:02:13.629Z[ recovery-image] Jul 29 16:02:12.420 INFO O| Jul 29 16:02:12.420 INFO STEP 940 (remove_files) COMPLETE
82802026-07-29T16:02:13.629Z[ recovery-image] Jul 29 16:02:12.420 INFO O| Jul 29 16:02:12.420 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-07-29T16:02:13.637Z[ recovery-image] Jul 29 16:02:12.432 INFO O| Jul 29 16:02:12.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82822026-07-29T16:02:13.637Z[ recovery-image] Jul 29 16:02:12.432 INFO O| Jul 29 16:02:12.432 INFO STEP 941 (remove_files) COMPLETE
82832026-07-29T16:02:13.637Z[ recovery-image] Jul 29 16:02:12.432 INFO O| Jul 29 16:02:12.432 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-07-29T16:02:13.646Z[ recovery-image] Jul 29 16:02:12.440 INFO O| Jul 29 16:02:12.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82852026-07-29T16:02:13.646Z[ recovery-image] Jul 29 16:02:12.440 INFO O| Jul 29 16:02:12.440 INFO STEP 942 (remove_files) COMPLETE
82862026-07-29T16:02:13.646Z[ recovery-image] Jul 29 16:02:12.440 INFO O| Jul 29 16:02:12.440 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-07-29T16:02:13.655Z[ recovery-image] Jul 29 16:02:12.449 INFO O| Jul 29 16:02:12.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82882026-07-29T16:02:13.655Z[ recovery-image] Jul 29 16:02:12.449 INFO O| Jul 29 16:02:12.449 INFO STEP 943 (remove_files) COMPLETE
82892026-07-29T16:02:13.655Z[ recovery-image] Jul 29 16:02:12.449 INFO O| Jul 29 16:02:12.449 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-07-29T16:02:13.666Z[ recovery-image] Jul 29 16:02:12.460 INFO O| Jul 29 16:02:12.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82912026-07-29T16:02:13.666Z[ recovery-image] Jul 29 16:02:12.460 INFO O| Jul 29 16:02:12.460 INFO STEP 944 (remove_files) COMPLETE
82922026-07-29T16:02:13.666Z[ recovery-image] Jul 29 16:02:12.460 INFO O| Jul 29 16:02:12.460 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-07-29T16:02:13.676Z[ recovery-image] Jul 29 16:02:12.471 INFO O| Jul 29 16:02:12.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82942026-07-29T16:02:13.676Z[ recovery-image] Jul 29 16:02:12.471 INFO O| Jul 29 16:02:12.471 INFO STEP 945 (remove_files) COMPLETE
82952026-07-29T16:02:13.680Z[ recovery-image] Jul 29 16:02:12.471 INFO O| Jul 29 16:02:12.471 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-07-29T16:02:13.686Z[ recovery-image] Jul 29 16:02:12.481 INFO O| Jul 29 16:02:12.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82972026-07-29T16:02:13.686Z[ recovery-image] Jul 29 16:02:12.481 INFO O| Jul 29 16:02:12.481 INFO STEP 946 (remove_files) COMPLETE
82982026-07-29T16:02:13.686Z[ recovery-image] Jul 29 16:02:12.481 INFO O| Jul 29 16:02:12.481 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-07-29T16:02:13.696Z[ recovery-image] Jul 29 16:02:12.491 INFO O| Jul 29 16:02:12.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
83002026-07-29T16:02:13.696Z[ recovery-image] Jul 29 16:02:12.491 INFO O| Jul 29 16:02:12.491 INFO STEP 947 (remove_files) COMPLETE
83012026-07-29T16:02:13.696Z[ recovery-image] Jul 29 16:02:12.491 INFO O| Jul 29 16:02:12.491 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-07-29T16:02:13.705Z[ recovery-image] Jul 29 16:02:12.500 INFO O| Jul 29 16:02:12.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
83032026-07-29T16:02:13.705Z[ recovery-image] Jul 29 16:02:12.500 INFO O| Jul 29 16:02:12.500 INFO STEP 948 (remove_files) COMPLETE
83042026-07-29T16:02:13.705Z[ recovery-image] Jul 29 16:02:12.500 INFO O| Jul 29 16:02:12.500 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-07-29T16:02:13.714Z[ recovery-image] Jul 29 16:02:12.509 INFO O| Jul 29 16:02:12.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
83062026-07-29T16:02:13.714Z[ recovery-image] Jul 29 16:02:12.509 INFO O| Jul 29 16:02:12.509 INFO STEP 949 (remove_files) COMPLETE
83072026-07-29T16:02:13.714Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
83082026-07-29T16:02:13.714Z[ recovery-image] Jul 29 16:02:12.509 INFO O| Jul 29 16:02:12.509 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-07-29T16:02:13.724Z[ recovery-image] Jul 29 16:02:12.518 INFO O| Jul 29 16:02:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
83102026-07-29T16:02:13.724Z[ recovery-image] Jul 29 16:02:12.518 INFO O| Jul 29 16:02:12.518 INFO STEP 950 (remove_files) COMPLETE
83112026-07-29T16:02:13.724Z[ recovery-image] Jul 29 16:02:12.518 INFO O| Jul 29 16:02:12.518 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-07-29T16:02:13.735Z[ recovery-image] Jul 29 16:02:12.528 INFO O| Jul 29 16:02:12.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
83132026-07-29T16:02:13.735Z[ recovery-image] Jul 29 16:02:12.528 INFO O| Jul 29 16:02:12.528 INFO STEP 951 (remove_files) COMPLETE
83142026-07-29T16:02:13.735Z[ recovery-image] Jul 29 16:02:12.528 INFO O| Jul 29 16:02:12.528 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-07-29T16:02:13.746Z[ recovery-image] Jul 29 16:02:12.540 INFO O| Jul 29 16:02:12.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
83162026-07-29T16:02:13.746Z[ recovery-image] Jul 29 16:02:12.540 INFO O| Jul 29 16:02:12.540 INFO STEP 952 (remove_files) COMPLETE
83172026-07-29T16:02:13.746Z[ recovery-image] Jul 29 16:02:12.540 INFO O| Jul 29 16:02:12.540 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-07-29T16:02:13.757Z[ recovery-image] Jul 29 16:02:12.550 INFO O| Jul 29 16:02:12.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
83192026-07-29T16:02:13.757Z[ recovery-image] Jul 29 16:02:12.551 INFO O| Jul 29 16:02:12.550 INFO STEP 953 (remove_files) COMPLETE
83202026-07-29T16:02:13.758Z[ recovery-image] Jul 29 16:02:12.551 INFO O| Jul 29 16:02:12.550 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-07-29T16:02:13.766Z[ recovery-image] Jul 29 16:02:12.561 INFO O| Jul 29 16:02:12.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
83222026-07-29T16:02:13.767Z[ recovery-image] Jul 29 16:02:12.561 INFO O| Jul 29 16:02:12.561 INFO STEP 954 (remove_files) COMPLETE
83232026-07-29T16:02:13.770Z[ recovery-image] Jul 29 16:02:12.561 INFO O| Jul 29 16:02:12.561 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-07-29T16:02:13.775Z[ recovery-image] Jul 29 16:02:12.570 INFO O| Jul 29 16:02:12.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
83252026-07-29T16:02:13.775Z[ recovery-image] Jul 29 16:02:12.570 INFO O| Jul 29 16:02:12.570 INFO STEP 955 (remove_files) COMPLETE
83262026-07-29T16:02:13.775Z[ recovery-image] Jul 29 16:02:12.570 INFO O| Jul 29 16:02:12.570 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-07-29T16:02:13.783Z[ recovery-image] Jul 29 16:02:12.578 INFO O| Jul 29 16:02:12.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
83282026-07-29T16:02:13.783Z[ recovery-image] Jul 29 16:02:12.578 INFO O| Jul 29 16:02:12.578 INFO STEP 956 (remove_files) COMPLETE
83292026-07-29T16:02:13.783Z[ recovery-image] Jul 29 16:02:12.578 INFO O| Jul 29 16:02:12.578 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-07-29T16:02:13.792Z[ recovery-image] Jul 29 16:02:12.586 INFO O| Jul 29 16:02:12.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
83312026-07-29T16:02:13.792Z[ recovery-image] Jul 29 16:02:12.586 INFO O| Jul 29 16:02:12.586 INFO STEP 957 (remove_files) COMPLETE
83322026-07-29T16:02:13.795Z[ recovery-image] Jul 29 16:02:12.586 INFO O| Jul 29 16:02:12.586 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-07-29T16:02:13.801Z[ recovery-image] Jul 29 16:02:12.596 INFO O| Jul 29 16:02:12.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
83342026-07-29T16:02:13.801Z[ recovery-image] Jul 29 16:02:12.596 INFO O| Jul 29 16:02:12.596 INFO STEP 958 (remove_files) COMPLETE
83352026-07-29T16:02:13.801Z[ recovery-image] Jul 29 16:02:12.596 INFO O| Jul 29 16:02:12.596 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-07-29T16:02:13.805Z[verify-libraries] Compiling yansi v1.0.1
83372026-07-29T16:02:13.814Z[ recovery-image] Jul 29 16:02:12.608 INFO O| Jul 29 16:02:12.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
83382026-07-29T16:02:13.814Z[ recovery-image] Jul 29 16:02:12.608 INFO O| Jul 29 16:02:12.608 INFO STEP 959 (remove_files) COMPLETE
83392026-07-29T16:02:13.814Z[ recovery-image] Jul 29 16:02:12.608 INFO O| Jul 29 16:02:12.608 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-07-29T16:02:13.824Z[ recovery-image] Jul 29 16:02:12.619 INFO O| Jul 29 16:02:12.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
83412026-07-29T16:02:13.824Z[ recovery-image] Jul 29 16:02:12.619 INFO O| Jul 29 16:02:12.619 INFO STEP 960 (remove_files) COMPLETE
83422026-07-29T16:02:13.824Z[ recovery-image] Jul 29 16:02:12.619 INFO O| Jul 29 16:02:12.619 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-07-29T16:02:13.833Z[ recovery-image] Jul 29 16:02:12.628 INFO O| Jul 29 16:02:12.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
83442026-07-29T16:02:13.833Z[ recovery-image] Jul 29 16:02:12.628 INFO O| Jul 29 16:02:12.628 INFO STEP 961 (remove_files) COMPLETE
83452026-07-29T16:02:13.833Z[ recovery-image] Jul 29 16:02:12.628 INFO O| Jul 29 16:02:12.628 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-07-29T16:02:13.845Z[ recovery-image] Jul 29 16:02:12.638 INFO O| Jul 29 16:02:12.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
83472026-07-29T16:02:13.845Z[ recovery-image] Jul 29 16:02:12.638 INFO O| Jul 29 16:02:12.638 INFO STEP 962 (remove_files) COMPLETE
83482026-07-29T16:02:13.845Z[ recovery-image] Jul 29 16:02:12.638 INFO O| Jul 29 16:02:12.638 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-07-29T16:02:13.853Z[ recovery-image] Jul 29 16:02:12.648 INFO O| Jul 29 16:02:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
83502026-07-29T16:02:13.853Z[ recovery-image] Jul 29 16:02:12.648 INFO O| Jul 29 16:02:12.648 INFO STEP 963 (remove_files) COMPLETE
83512026-07-29T16:02:13.853Z[ recovery-image] Jul 29 16:02:12.648 INFO O| Jul 29 16:02:12.648 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-07-29T16:02:13.863Z[ recovery-image] Jul 29 16:02:12.657 INFO O| Jul 29 16:02:12.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
83532026-07-29T16:02:13.863Z[ recovery-image] Jul 29 16:02:12.657 INFO O| Jul 29 16:02:12.657 INFO STEP 964 (remove_files) COMPLETE
83542026-07-29T16:02:13.863Z[ recovery-image] Jul 29 16:02:12.657 INFO O| Jul 29 16:02:12.657 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-07-29T16:02:13.873Z[ recovery-image] Jul 29 16:02:12.667 INFO O| Jul 29 16:02:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
83562026-07-29T16:02:13.873Z[ recovery-image] Jul 29 16:02:12.667 INFO O| Jul 29 16:02:12.667 INFO STEP 965 (remove_files) COMPLETE
83572026-07-29T16:02:13.873Z[ recovery-image] Jul 29 16:02:12.667 INFO O| Jul 29 16:02:12.667 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-07-29T16:02:13.882Z[ recovery-image] Jul 29 16:02:12.677 INFO O| Jul 29 16:02:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
83592026-07-29T16:02:13.882Z[ recovery-image] Jul 29 16:02:12.677 INFO O| Jul 29 16:02:12.677 INFO STEP 966 (remove_files) COMPLETE
83602026-07-29T16:02:13.886Z[ recovery-image] Jul 29 16:02:12.677 INFO O| Jul 29 16:02:12.677 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-07-29T16:02:13.891Z[ recovery-image] Jul 29 16:02:12.686 INFO O| Jul 29 16:02:12.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
83622026-07-29T16:02:13.891Z[ recovery-image] Jul 29 16:02:12.686 INFO O| Jul 29 16:02:12.686 INFO STEP 967 (remove_files) COMPLETE
83632026-07-29T16:02:13.891Z[ recovery-image] Jul 29 16:02:12.686 INFO O| Jul 29 16:02:12.686 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-07-29T16:02:13.902Z[ recovery-image] Jul 29 16:02:12.696 INFO O| Jul 29 16:02:12.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
83652026-07-29T16:02:13.902Z[ recovery-image] Jul 29 16:02:12.696 INFO O| Jul 29 16:02:12.696 INFO STEP 968 (remove_files) COMPLETE
83662026-07-29T16:02:13.902Z[ recovery-image] Jul 29 16:02:12.696 INFO O| Jul 29 16:02:12.696 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-07-29T16:02:13.912Z[ recovery-image] Jul 29 16:02:12.707 INFO O| Jul 29 16:02:12.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
83682026-07-29T16:02:13.913Z[ recovery-image] Jul 29 16:02:12.707 INFO O| Jul 29 16:02:12.707 INFO STEP 969 (remove_files) COMPLETE
83692026-07-29T16:02:13.916Z[ recovery-image] Jul 29 16:02:12.707 INFO O| Jul 29 16:02:12.707 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-07-29T16:02:13.923Z[ recovery-image] Jul 29 16:02:12.717 INFO O| Jul 29 16:02:12.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
83712026-07-29T16:02:13.923Z[ recovery-image] Jul 29 16:02:12.717 INFO O| Jul 29 16:02:12.717 INFO STEP 970 (remove_files) COMPLETE
83722026-07-29T16:02:13.926Z[ recovery-image] Jul 29 16:02:12.717 INFO O| Jul 29 16:02:12.717 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-07-29T16:02:13.933Z[ recovery-image] Jul 29 16:02:12.727 INFO O| Jul 29 16:02:12.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
83742026-07-29T16:02:13.933Z[ recovery-image] Jul 29 16:02:12.728 INFO O| Jul 29 16:02:12.728 INFO STEP 971 (remove_files) COMPLETE
83752026-07-29T16:02:13.933Z[ recovery-image] Jul 29 16:02:12.728 INFO O| Jul 29 16:02:12.728 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-07-29T16:02:13.943Z[ recovery-image] Jul 29 16:02:12.737 INFO O| Jul 29 16:02:12.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83772026-07-29T16:02:13.943Z[ recovery-image] Jul 29 16:02:12.737 INFO O| Jul 29 16:02:12.737 INFO STEP 972 (remove_files) COMPLETE
83782026-07-29T16:02:13.943Z[ recovery-image] Jul 29 16:02:12.737 INFO O| Jul 29 16:02:12.737 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-07-29T16:02:13.954Z[ recovery-image] Jul 29 16:02:12.747 INFO O| Jul 29 16:02:12.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83802026-07-29T16:02:13.954Z[ recovery-image] Jul 29 16:02:12.747 INFO O| Jul 29 16:02:12.747 INFO STEP 973 (remove_files) COMPLETE
83812026-07-29T16:02:13.954Z[ recovery-image] Jul 29 16:02:12.747 INFO O| Jul 29 16:02:12.747 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-07-29T16:02:13.963Z[ recovery-image] Jul 29 16:02:12.758 INFO O| Jul 29 16:02:12.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83832026-07-29T16:02:13.963Z[ recovery-image] Jul 29 16:02:12.758 INFO O| Jul 29 16:02:12.758 INFO STEP 974 (remove_files) COMPLETE
83842026-07-29T16:02:13.967Z[ recovery-image] Jul 29 16:02:12.758 INFO O| Jul 29 16:02:12.758 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-07-29T16:02:13.974Z[ recovery-image] Jul 29 16:02:12.769 INFO O| Jul 29 16:02:12.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83862026-07-29T16:02:13.974Z[ recovery-image] Jul 29 16:02:12.769 INFO O| Jul 29 16:02:12.769 INFO STEP 975 (remove_files) COMPLETE
83872026-07-29T16:02:13.974Z[ recovery-image] Jul 29 16:02:12.769 INFO O| Jul 29 16:02:12.769 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-07-29T16:02:13.984Z[ recovery-image] Jul 29 16:02:12.779 INFO O| Jul 29 16:02:12.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83892026-07-29T16:02:13.984Z[ recovery-image] Jul 29 16:02:12.779 INFO O| Jul 29 16:02:12.779 INFO STEP 976 (remove_files) COMPLETE
83902026-07-29T16:02:13.984Z[ recovery-image] Jul 29 16:02:12.779 INFO O| Jul 29 16:02:12.779 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-07-29T16:02:13.994Z[ recovery-image] Jul 29 16:02:12.788 INFO O| Jul 29 16:02:12.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83922026-07-29T16:02:13.994Z[ recovery-image] Jul 29 16:02:12.788 INFO O| Jul 29 16:02:12.788 INFO STEP 977 (remove_files) COMPLETE
83932026-07-29T16:02:13.997Z[ recovery-image] Jul 29 16:02:12.788 INFO O| Jul 29 16:02:12.788 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-07-29T16:02:14.003Z[ recovery-image] Jul 29 16:02:12.798 INFO O| Jul 29 16:02:12.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83952026-07-29T16:02:14.003Z[ recovery-image] Jul 29 16:02:12.798 INFO O| Jul 29 16:02:12.798 INFO STEP 978 (remove_files) COMPLETE
83962026-07-29T16:02:14.003Z[ recovery-image] Jul 29 16:02:12.798 INFO O| Jul 29 16:02:12.798 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-07-29T16:02:14.014Z[ recovery-image] Jul 29 16:02:12.808 INFO O| Jul 29 16:02:12.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83982026-07-29T16:02:14.014Z[ recovery-image] Jul 29 16:02:12.808 INFO O| Jul 29 16:02:12.808 INFO STEP 979 (remove_files) COMPLETE
83992026-07-29T16:02:14.014Z[ recovery-image] Jul 29 16:02:12.808 INFO O| Jul 29 16:02:12.808 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-07-29T16:02:14.023Z[ recovery-image] Jul 29 16:02:12.817 INFO O| Jul 29 16:02:12.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
84012026-07-29T16:02:14.023Z[ recovery-image] Jul 29 16:02:12.818 INFO O| Jul 29 16:02:12.817 INFO STEP 980 (remove_files) COMPLETE
84022026-07-29T16:02:14.023Z[ recovery-image] Jul 29 16:02:12.818 INFO O| Jul 29 16:02:12.817 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-07-29T16:02:14.032Z[ recovery-image] Jul 29 16:02:12.827 INFO O| Jul 29 16:02:12.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
84042026-07-29T16:02:14.032Z[ recovery-image] Jul 29 16:02:12.827 INFO O| Jul 29 16:02:12.827 INFO STEP 981 (remove_files) COMPLETE
84052026-07-29T16:02:14.032Z[ recovery-image] Jul 29 16:02:12.827 INFO O| Jul 29 16:02:12.827 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-07-29T16:02:14.042Z[ recovery-image] Jul 29 16:02:12.836 INFO O| Jul 29 16:02:12.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
84072026-07-29T16:02:14.042Z[ recovery-image] Jul 29 16:02:12.836 INFO O| Jul 29 16:02:12.836 INFO STEP 982 (remove_files) COMPLETE
84082026-07-29T16:02:14.042Z[ recovery-image] Jul 29 16:02:12.836 INFO O| Jul 29 16:02:12.836 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-07-29T16:02:14.050Z[ recovery-image] Jul 29 16:02:12.845 INFO O| Jul 29 16:02:12.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
84102026-07-29T16:02:14.050Z[ recovery-image] Jul 29 16:02:12.845 INFO O| Jul 29 16:02:12.845 INFO STEP 983 (remove_files) COMPLETE
84112026-07-29T16:02:14.050Z[ recovery-image] Jul 29 16:02:12.845 INFO O| Jul 29 16:02:12.845 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-07-29T16:02:14.059Z[ recovery-image] Jul 29 16:02:12.853 INFO O| Jul 29 16:02:12.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
84132026-07-29T16:02:14.059Z[ recovery-image] Jul 29 16:02:12.854 INFO O| Jul 29 16:02:12.853 INFO STEP 984 (remove_files) COMPLETE
84142026-07-29T16:02:14.059Z[ recovery-image] Jul 29 16:02:12.854 INFO O| Jul 29 16:02:12.854 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-07-29T16:02:14.067Z[ recovery-image] Jul 29 16:02:12.862 INFO O| Jul 29 16:02:12.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
84162026-07-29T16:02:14.067Z[ recovery-image] Jul 29 16:02:12.862 INFO O| Jul 29 16:02:12.862 INFO STEP 985 (remove_files) COMPLETE
84172026-07-29T16:02:14.067Z[ recovery-image] Jul 29 16:02:12.862 INFO O| Jul 29 16:02:12.862 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-07-29T16:02:14.078Z[ recovery-image] Jul 29 16:02:12.871 INFO O| Jul 29 16:02:12.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
84192026-07-29T16:02:14.078Z[ recovery-image] Jul 29 16:02:12.871 INFO O| Jul 29 16:02:12.871 INFO STEP 986 (remove_files) COMPLETE
84202026-07-29T16:02:14.078Z[ recovery-image] Jul 29 16:02:12.871 INFO O| Jul 29 16:02:12.871 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-07-29T16:02:14.086Z[ recovery-image] Jul 29 16:02:12.881 INFO O| Jul 29 16:02:12.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
84222026-07-29T16:02:14.086Z[ recovery-image] Jul 29 16:02:12.881 INFO O| Jul 29 16:02:12.881 INFO STEP 987 (remove_files) COMPLETE
84232026-07-29T16:02:14.086Z[ recovery-image] Jul 29 16:02:12.881 INFO O| Jul 29 16:02:12.881 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-07-29T16:02:14.096Z[ recovery-image] Jul 29 16:02:12.891 INFO O| Jul 29 16:02:12.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
84252026-07-29T16:02:14.096Z[ recovery-image] Jul 29 16:02:12.891 INFO O| Jul 29 16:02:12.891 INFO STEP 988 (remove_files) COMPLETE
84262026-07-29T16:02:14.100Z[ recovery-image] Jul 29 16:02:12.891 INFO O| Jul 29 16:02:12.891 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-07-29T16:02:14.107Z[ recovery-image] Jul 29 16:02:12.901 INFO O| Jul 29 16:02:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
84282026-07-29T16:02:14.107Z[ recovery-image] Jul 29 16:02:12.902 INFO O| Jul 29 16:02:12.901 INFO STEP 989 (remove_files) COMPLETE
84292026-07-29T16:02:14.107Z[ recovery-image] Jul 29 16:02:12.902 INFO O| Jul 29 16:02:12.902 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-07-29T16:02:14.116Z[ recovery-image] Jul 29 16:02:12.911 INFO O| Jul 29 16:02:12.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
84312026-07-29T16:02:14.116Z[ recovery-image] Jul 29 16:02:12.911 INFO O| Jul 29 16:02:12.911 INFO STEP 990 (remove_files) COMPLETE
84322026-07-29T16:02:14.116Z[ recovery-image] Jul 29 16:02:12.911 INFO O| Jul 29 16:02:12.911 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-07-29T16:02:14.125Z[ recovery-image] Jul 29 16:02:12.919 INFO O| Jul 29 16:02:12.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
84342026-07-29T16:02:14.125Z[ recovery-image] Jul 29 16:02:12.919 INFO O| Jul 29 16:02:12.919 INFO STEP 991 (remove_files) COMPLETE
84352026-07-29T16:02:14.125Z[ recovery-image] Jul 29 16:02:12.919 INFO O| Jul 29 16:02:12.919 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-07-29T16:02:14.134Z[ recovery-image] Jul 29 16:02:12.928 INFO O| Jul 29 16:02:12.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
84372026-07-29T16:02:14.134Z[ recovery-image] Jul 29 16:02:12.928 INFO O| Jul 29 16:02:12.928 INFO STEP 992 (remove_files) COMPLETE
84382026-07-29T16:02:14.134Z[ recovery-image] Jul 29 16:02:12.928 INFO O| Jul 29 16:02:12.928 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-07-29T16:02:14.142Z[ recovery-image] Jul 29 16:02:12.937 INFO O| Jul 29 16:02:12.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
84402026-07-29T16:02:14.142Z[ recovery-image] Jul 29 16:02:12.937 INFO O| Jul 29 16:02:12.937 INFO STEP 993 (remove_files) COMPLETE
84412026-07-29T16:02:14.142Z[ recovery-image] Jul 29 16:02:12.937 INFO O| Jul 29 16:02:12.937 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-07-29T16:02:14.150Z[ recovery-image] Jul 29 16:02:12.944 INFO O| Jul 29 16:02:12.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
84432026-07-29T16:02:14.150Z[ recovery-image] Jul 29 16:02:12.944 INFO O| Jul 29 16:02:12.944 INFO STEP 994 (remove_files) COMPLETE
84442026-07-29T16:02:14.154Z[ recovery-image] Jul 29 16:02:12.944 INFO O| Jul 29 16:02:12.944 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-07-29T16:02:14.160Z[ recovery-image] Jul 29 16:02:12.952 INFO O| Jul 29 16:02:12.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
84462026-07-29T16:02:14.160Z[ recovery-image] Jul 29 16:02:12.952 INFO O| Jul 29 16:02:12.952 INFO STEP 995 (remove_files) COMPLETE
84472026-07-29T16:02:14.160Z[ recovery-image] Jul 29 16:02:12.952 INFO O| Jul 29 16:02:12.952 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-07-29T16:02:14.165Z[ recovery-image] Jul 29 16:02:12.959 INFO O| Jul 29 16:02:12.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
84492026-07-29T16:02:14.165Z[ recovery-image] Jul 29 16:02:12.959 INFO O| Jul 29 16:02:12.959 INFO STEP 996 (remove_files) COMPLETE
84502026-07-29T16:02:14.165Z[ recovery-image] Jul 29 16:02:12.959 INFO O| Jul 29 16:02:12.959 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-07-29T16:02:14.173Z[ recovery-image] Jul 29 16:02:12.967 INFO O| Jul 29 16:02:12.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
84522026-07-29T16:02:14.173Z[ recovery-image] Jul 29 16:02:12.968 INFO O| Jul 29 16:02:12.967 INFO STEP 997 (remove_files) COMPLETE
84532026-07-29T16:02:14.173Z[ recovery-image] Jul 29 16:02:12.968 INFO O| Jul 29 16:02:12.967 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-07-29T16:02:14.182Z[ recovery-image] Jul 29 16:02:12.977 INFO O| Jul 29 16:02:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
84552026-07-29T16:02:14.182Z[ recovery-image] Jul 29 16:02:12.977 INFO O| Jul 29 16:02:12.977 INFO STEP 998 (remove_files) COMPLETE
84562026-07-29T16:02:14.182Z[ recovery-image] Jul 29 16:02:12.977 INFO O| Jul 29 16:02:12.977 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-07-29T16:02:14.191Z[ recovery-image] Jul 29 16:02:12.986 INFO O| Jul 29 16:02:12.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
84582026-07-29T16:02:14.191Z[ recovery-image] Jul 29 16:02:12.986 INFO O| Jul 29 16:02:12.986 INFO STEP 999 (remove_files) COMPLETE
84592026-07-29T16:02:14.191Z[ recovery-image] Jul 29 16:02:12.986 INFO O| Jul 29 16:02:12.986 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-07-29T16:02:14.197Z[verify-libraries] Compiling pretty_assertions v1.4.1
84612026-07-29T16:02:14.200Z[ recovery-image] Jul 29 16:02:12.995 INFO O| Jul 29 16:02:12.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
84622026-07-29T16:02:14.200Z[ recovery-image] Jul 29 16:02:12.995 INFO O| Jul 29 16:02:12.995 INFO STEP 1000 (remove_files) COMPLETE
84632026-07-29T16:02:14.200Z[ recovery-image] Jul 29 16:02:12.995 INFO O| Jul 29 16:02:12.995 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-07-29T16:02:14.211Z[ recovery-image] Jul 29 16:02:13.006 INFO O| Jul 29 16:02:13.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
84652026-07-29T16:02:14.211Z[ recovery-image] Jul 29 16:02:13.006 INFO O| Jul 29 16:02:13.006 INFO STEP 1001 (remove_files) COMPLETE
84662026-07-29T16:02:14.211Z[ recovery-image] Jul 29 16:02:13.006 INFO O| Jul 29 16:02:13.006 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-07-29T16:02:14.221Z[ recovery-image] Jul 29 16:02:13.016 INFO O| Jul 29 16:02:13.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
84682026-07-29T16:02:14.221Z[ recovery-image] Jul 29 16:02:13.016 INFO O| Jul 29 16:02:13.016 INFO STEP 1002 (remove_files) COMPLETE
84692026-07-29T16:02:14.225Z[ recovery-image] Jul 29 16:02:13.016 INFO O| Jul 29 16:02:13.016 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-07-29T16:02:14.231Z[ recovery-image] Jul 29 16:02:13.025 INFO O| Jul 29 16:02:13.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
84712026-07-29T16:02:14.235Z[ recovery-image] Jul 29 16:02:13.026 INFO O| Jul 29 16:02:13.026 INFO STEP 1003 (remove_files) COMPLETE
84722026-07-29T16:02:14.235Z[ recovery-image] Jul 29 16:02:13.026 INFO O| Jul 29 16:02:13.026 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-07-29T16:02:14.242Z[ recovery-image] Jul 29 16:02:13.035 INFO O| Jul 29 16:02:13.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
84742026-07-29T16:02:14.242Z[ recovery-image] Jul 29 16:02:13.035 INFO O| Jul 29 16:02:13.035 INFO STEP 1004 (remove_files) COMPLETE
84752026-07-29T16:02:14.246Z[ recovery-image] Jul 29 16:02:13.035 INFO O| Jul 29 16:02:13.035 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-07-29T16:02:14.250Z[ recovery-image] Jul 29 16:02:13.044 INFO O| Jul 29 16:02:13.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84772026-07-29T16:02:14.250Z[ recovery-image] Jul 29 16:02:13.044 INFO O| Jul 29 16:02:13.044 INFO STEP 1005 (remove_files) COMPLETE
84782026-07-29T16:02:14.251Z[ recovery-image] Jul 29 16:02:13.044 INFO O| Jul 29 16:02:13.044 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-07-29T16:02:14.257Z[ recovery-image] Jul 29 16:02:13.052 INFO O| Jul 29 16:02:13.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84802026-07-29T16:02:14.261Z[ recovery-image] Jul 29 16:02:13.052 INFO O| Jul 29 16:02:13.052 INFO STEP 1006 (remove_files) COMPLETE
84812026-07-29T16:02:14.261Z[ recovery-image] Jul 29 16:02:13.052 INFO O| Jul 29 16:02:13.052 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-07-29T16:02:14.271Z[ recovery-image] Jul 29 16:02:13.066 INFO O| Jul 29 16:02:13.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84832026-07-29T16:02:14.271Z[ recovery-image] Jul 29 16:02:13.066 INFO O| Jul 29 16:02:13.066 INFO STEP 1007 (remove_files) COMPLETE
84842026-07-29T16:02:14.271Z[ recovery-image] Jul 29 16:02:13.066 INFO O| Jul 29 16:02:13.066 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-29T16:02:14.282Z[ recovery-image] Jul 29 16:02:13.076 INFO O| Jul 29 16:02:13.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84862026-07-29T16:02:14.282Z[ recovery-image] Jul 29 16:02:13.076 INFO O| Jul 29 16:02:13.076 INFO STEP 1008 (remove_files) COMPLETE
84872026-07-29T16:02:14.285Z[ recovery-image] Jul 29 16:02:13.076 INFO O| Jul 29 16:02:13.076 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-29T16:02:14.291Z[ recovery-image] Jul 29 16:02:13.086 INFO O| Jul 29 16:02:13.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84892026-07-29T16:02:14.291Z[ recovery-image] Jul 29 16:02:13.086 INFO O| Jul 29 16:02:13.086 INFO STEP 1009 (remove_files) COMPLETE
84902026-07-29T16:02:14.291Z[ recovery-image] Jul 29 16:02:13.086 INFO O| Jul 29 16:02:13.086 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-29T16:02:14.300Z[ recovery-image] Jul 29 16:02:13.095 INFO O| Jul 29 16:02:13.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84922026-07-29T16:02:14.300Z[ recovery-image] Jul 29 16:02:13.095 INFO O| Jul 29 16:02:13.095 INFO STEP 1010 (remove_files) COMPLETE
84932026-07-29T16:02:14.305Z[ recovery-image] Jul 29 16:02:13.095 INFO O| Jul 29 16:02:13.095 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-29T16:02:14.311Z[ recovery-image] Jul 29 16:02:13.105 INFO O| Jul 29 16:02:13.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84952026-07-29T16:02:14.311Z[ recovery-image] Jul 29 16:02:13.105 INFO O| Jul 29 16:02:13.105 INFO STEP 1011 (remove_files) COMPLETE
84962026-07-29T16:02:14.311Z[ recovery-image] Jul 29 16:02:13.105 INFO O| Jul 29 16:02:13.105 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-29T16:02:14.320Z[ recovery-image] Jul 29 16:02:13.115 INFO O| Jul 29 16:02:13.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84982026-07-29T16:02:14.320Z[ recovery-image] Jul 29 16:02:13.115 INFO O| Jul 29 16:02:13.115 INFO STEP 1012 (remove_files) COMPLETE
84992026-07-29T16:02:14.320Z[ recovery-image] Jul 29 16:02:13.115 INFO O| Jul 29 16:02:13.115 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-07-29T16:02:14.330Z[ recovery-image] Jul 29 16:02:13.125 INFO O| Jul 29 16:02:13.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
85012026-07-29T16:02:14.330Z[ recovery-image] Jul 29 16:02:13.125 INFO O| Jul 29 16:02:13.125 INFO STEP 1013 (remove_files) COMPLETE
85022026-07-29T16:02:14.330Z[ recovery-image] Jul 29 16:02:13.125 INFO O| Jul 29 16:02:13.125 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-07-29T16:02:14.339Z[ recovery-image] Jul 29 16:02:13.133 INFO O| Jul 29 16:02:13.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
85042026-07-29T16:02:14.339Z[ recovery-image] Jul 29 16:02:13.133 INFO O| Jul 29 16:02:13.133 INFO STEP 1014 (remove_files) COMPLETE
85052026-07-29T16:02:14.339Z[ recovery-image] Jul 29 16:02:13.133 INFO O| Jul 29 16:02:13.133 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-07-29T16:02:14.349Z[ recovery-image] Jul 29 16:02:13.142 INFO O| Jul 29 16:02:13.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
85072026-07-29T16:02:14.349Z[ recovery-image] Jul 29 16:02:13.142 INFO O| Jul 29 16:02:13.142 INFO STEP 1015 (remove_files) COMPLETE
85082026-07-29T16:02:14.349Z[ recovery-image] Jul 29 16:02:13.142 INFO O| Jul 29 16:02:13.142 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-07-29T16:02:14.357Z[ recovery-image] Jul 29 16:02:13.151 INFO O| Jul 29 16:02:13.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
85102026-07-29T16:02:14.357Z[ recovery-image] Jul 29 16:02:13.151 INFO O| Jul 29 16:02:13.151 INFO STEP 1016 (remove_files) COMPLETE
85112026-07-29T16:02:14.361Z[ recovery-image] Jul 29 16:02:13.151 INFO O| Jul 29 16:02:13.151 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-07-29T16:02:14.367Z[ recovery-image] Jul 29 16:02:13.161 INFO O| Jul 29 16:02:13.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
85132026-07-29T16:02:14.367Z[ recovery-image] Jul 29 16:02:13.161 INFO O| Jul 29 16:02:13.161 INFO STEP 1017 (remove_files) COMPLETE
85142026-07-29T16:02:14.367Z[ recovery-image] Jul 29 16:02:13.161 INFO O| Jul 29 16:02:13.161 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-07-29T16:02:14.377Z[ recovery-image] Jul 29 16:02:13.171 INFO O| Jul 29 16:02:13.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
85162026-07-29T16:02:14.377Z[ recovery-image] Jul 29 16:02:13.171 INFO O| Jul 29 16:02:13.171 INFO STEP 1018 (remove_files) COMPLETE
85172026-07-29T16:02:14.377Z[ recovery-image] Jul 29 16:02:13.171 INFO O| Jul 29 16:02:13.171 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-07-29T16:02:14.386Z[ recovery-image] Jul 29 16:02:13.180 INFO O| Jul 29 16:02:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
85192026-07-29T16:02:14.386Z[ recovery-image] Jul 29 16:02:13.181 INFO O| Jul 29 16:02:13.180 INFO STEP 1019 (remove_files) COMPLETE
85202026-07-29T16:02:14.386Z[ recovery-image] Jul 29 16:02:13.181 INFO O| Jul 29 16:02:13.180 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-07-29T16:02:14.396Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
85222026-07-29T16:02:14.400Z[ recovery-image] Jul 29 16:02:13.191 INFO O| Jul 29 16:02:13.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
85232026-07-29T16:02:14.400Z[ recovery-image] Jul 29 16:02:13.191 INFO O| Jul 29 16:02:13.191 INFO STEP 1020 (remove_files) COMPLETE
85242026-07-29T16:02:14.400Z[ recovery-image] Jul 29 16:02:13.191 INFO O| Jul 29 16:02:13.191 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-07-29T16:02:14.407Z[ recovery-image] Jul 29 16:02:13.202 INFO O| Jul 29 16:02:13.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
85262026-07-29T16:02:14.407Z[ recovery-image] Jul 29 16:02:13.202 INFO O| Jul 29 16:02:13.202 INFO STEP 1021 (remove_files) COMPLETE
85272026-07-29T16:02:14.407Z[ recovery-image] Jul 29 16:02:13.202 INFO O| Jul 29 16:02:13.202 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-07-29T16:02:14.416Z[ recovery-image] Jul 29 16:02:13.211 INFO O| Jul 29 16:02:13.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
85292026-07-29T16:02:14.416Z[ recovery-image] Jul 29 16:02:13.211 INFO O| Jul 29 16:02:13.211 INFO STEP 1022 (remove_files) COMPLETE
85302026-07-29T16:02:14.421Z[ recovery-image] Jul 29 16:02:13.211 INFO O| Jul 29 16:02:13.211 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-07-29T16:02:14.425Z[ recovery-image] Jul 29 16:02:13.220 INFO O| Jul 29 16:02:13.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
85322026-07-29T16:02:14.425Z[ recovery-image] Jul 29 16:02:13.220 INFO O| Jul 29 16:02:13.220 INFO STEP 1023 (remove_files) COMPLETE
85332026-07-29T16:02:14.428Z[ recovery-image] Jul 29 16:02:13.220 INFO O| Jul 29 16:02:13.220 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-07-29T16:02:14.434Z[ recovery-image] Jul 29 16:02:13.229 INFO O| Jul 29 16:02:13.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
85352026-07-29T16:02:14.434Z[ recovery-image] Jul 29 16:02:13.229 INFO O| Jul 29 16:02:13.229 INFO STEP 1024 (remove_files) COMPLETE
85362026-07-29T16:02:14.434Z[ recovery-image] Jul 29 16:02:13.229 INFO O| Jul 29 16:02:13.229 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-07-29T16:02:14.443Z[ recovery-image] Jul 29 16:02:13.237 INFO O| Jul 29 16:02:13.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
85382026-07-29T16:02:14.443Z[ recovery-image] Jul 29 16:02:13.237 INFO O| Jul 29 16:02:13.237 INFO STEP 1025 (remove_files) COMPLETE
85392026-07-29T16:02:14.443Z[ recovery-image] Jul 29 16:02:13.237 INFO O| Jul 29 16:02:13.237 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-07-29T16:02:14.451Z[ recovery-image] Jul 29 16:02:13.246 INFO O| Jul 29 16:02:13.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
85412026-07-29T16:02:14.451Z[ recovery-image] Jul 29 16:02:13.246 INFO O| Jul 29 16:02:13.246 INFO STEP 1026 (remove_files) COMPLETE
85422026-07-29T16:02:14.455Z[ recovery-image] Jul 29 16:02:13.246 INFO O| Jul 29 16:02:13.246 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-07-29T16:02:14.460Z[ recovery-image] Jul 29 16:02:13.255 INFO O| Jul 29 16:02:13.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
85442026-07-29T16:02:14.460Z[ recovery-image] Jul 29 16:02:13.255 INFO O| Jul 29 16:02:13.255 INFO STEP 1027 (remove_files) COMPLETE
85452026-07-29T16:02:14.461Z[ recovery-image] Jul 29 16:02:13.255 INFO O| Jul 29 16:02:13.255 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-07-29T16:02:14.470Z[ recovery-image] Jul 29 16:02:13.265 INFO O| Jul 29 16:02:13.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
85472026-07-29T16:02:14.470Z[ recovery-image] Jul 29 16:02:13.265 INFO O| Jul 29 16:02:13.265 INFO STEP 1028 (remove_files) COMPLETE
85482026-07-29T16:02:14.470Z[ recovery-image] Jul 29 16:02:13.265 INFO O| Jul 29 16:02:13.265 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-07-29T16:02:14.483Z[ recovery-image] Jul 29 16:02:13.275 INFO O| Jul 29 16:02:13.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
85502026-07-29T16:02:14.483Z[ recovery-image] Jul 29 16:02:13.275 INFO O| Jul 29 16:02:13.275 INFO STEP 1029 (remove_files) COMPLETE
85512026-07-29T16:02:14.483Z[ recovery-image] Jul 29 16:02:13.275 INFO O| Jul 29 16:02:13.275 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-07-29T16:02:14.489Z[ recovery-image] Jul 29 16:02:13.284 INFO O| Jul 29 16:02:13.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
85532026-07-29T16:02:14.490Z[ recovery-image] Jul 29 16:02:13.284 INFO O| Jul 29 16:02:13.284 INFO STEP 1030 (remove_files) COMPLETE
85542026-07-29T16:02:14.490Z[ recovery-image] Jul 29 16:02:13.284 INFO O| Jul 29 16:02:13.284 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-07-29T16:02:14.498Z[ recovery-image] Jul 29 16:02:13.292 INFO O| Jul 29 16:02:13.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
85562026-07-29T16:02:14.498Z[ recovery-image] Jul 29 16:02:13.292 INFO O| Jul 29 16:02:13.292 INFO STEP 1031 (remove_files) COMPLETE
85572026-07-29T16:02:14.502Z[ recovery-image] Jul 29 16:02:13.292 INFO O| Jul 29 16:02:13.292 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-07-29T16:02:14.505Z[ recovery-image] Jul 29 16:02:13.300 INFO O| Jul 29 16:02:13.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
85592026-07-29T16:02:14.505Z[ recovery-image] Jul 29 16:02:13.300 INFO O| Jul 29 16:02:13.300 INFO STEP 1032 (remove_files) COMPLETE
85602026-07-29T16:02:14.505Z[ recovery-image] Jul 29 16:02:13.300 INFO O| Jul 29 16:02:13.300 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-07-29T16:02:14.512Z[ recovery-image] Jul 29 16:02:13.307 INFO O| Jul 29 16:02:13.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
85622026-07-29T16:02:14.512Z[ recovery-image] Jul 29 16:02:13.307 INFO O| Jul 29 16:02:13.307 INFO STEP 1033 (remove_files) COMPLETE
85632026-07-29T16:02:14.513Z[ recovery-image] Jul 29 16:02:13.307 INFO O| Jul 29 16:02:13.307 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-07-29T16:02:14.520Z[ recovery-image] Jul 29 16:02:13.315 INFO O| Jul 29 16:02:13.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
85652026-07-29T16:02:14.520Z[ recovery-image] Jul 29 16:02:13.315 INFO O| Jul 29 16:02:13.315 INFO STEP 1034 (remove_files) COMPLETE
85662026-07-29T16:02:14.524Z[ recovery-image] Jul 29 16:02:13.315 INFO O| Jul 29 16:02:13.315 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-07-29T16:02:14.528Z[ recovery-image] Jul 29 16:02:13.323 INFO O| Jul 29 16:02:13.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
85682026-07-29T16:02:14.528Z[ recovery-image] Jul 29 16:02:13.323 INFO O| Jul 29 16:02:13.323 INFO STEP 1035 (remove_files) COMPLETE
85692026-07-29T16:02:14.531Z[ recovery-image] Jul 29 16:02:13.323 INFO O| Jul 29 16:02:13.323 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-07-29T16:02:14.531Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
85712026-07-29T16:02:14.536Z[ recovery-image] Jul 29 16:02:13.330 INFO O| Jul 29 16:02:13.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
85722026-07-29T16:02:14.536Z[ recovery-image] Jul 29 16:02:13.330 INFO O| Jul 29 16:02:13.330 INFO STEP 1036 (remove_files) COMPLETE
85732026-07-29T16:02:14.539Z[ recovery-image] Jul 29 16:02:13.330 INFO O| Jul 29 16:02:13.330 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-07-29T16:02:14.546Z[ recovery-image] Jul 29 16:02:13.341 INFO O| Jul 29 16:02:13.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
85752026-07-29T16:02:14.546Z[ recovery-image] Jul 29 16:02:13.341 INFO O| Jul 29 16:02:13.341 INFO STEP 1037 (remove_files) COMPLETE
85762026-07-29T16:02:14.549Z[ recovery-image] Jul 29 16:02:13.341 INFO O| Jul 29 16:02:13.341 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-07-29T16:02:14.556Z[ recovery-image] Jul 29 16:02:13.351 INFO O| Jul 29 16:02:13.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85782026-07-29T16:02:14.556Z[ recovery-image] Jul 29 16:02:13.351 INFO O| Jul 29 16:02:13.351 INFO STEP 1038 (remove_files) COMPLETE
85792026-07-29T16:02:14.556Z[ recovery-image] Jul 29 16:02:13.351 INFO O| Jul 29 16:02:13.351 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-07-29T16:02:14.567Z[ recovery-image] Jul 29 16:02:13.361 INFO O| Jul 29 16:02:13.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85812026-07-29T16:02:14.567Z[ recovery-image] Jul 29 16:02:13.361 INFO O| Jul 29 16:02:13.361 INFO STEP 1039 (remove_files) COMPLETE
85822026-07-29T16:02:14.567Z[ recovery-image] Jul 29 16:02:13.361 INFO O| Jul 29 16:02:13.361 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-07-29T16:02:14.576Z[ recovery-image] Jul 29 16:02:13.370 INFO O| Jul 29 16:02:13.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85842026-07-29T16:02:14.576Z[ recovery-image] Jul 29 16:02:13.370 INFO O| Jul 29 16:02:13.370 INFO STEP 1040 (remove_files) COMPLETE
85852026-07-29T16:02:14.576Z[ recovery-image] Jul 29 16:02:13.370 INFO O| Jul 29 16:02:13.370 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-07-29T16:02:14.588Z[ recovery-image] Jul 29 16:02:13.383 INFO O| Jul 29 16:02:13.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85872026-07-29T16:02:14.588Z[ recovery-image] Jul 29 16:02:13.383 INFO O| Jul 29 16:02:13.383 INFO STEP 1041 (remove_files) COMPLETE
85882026-07-29T16:02:14.588Z[ recovery-image] Jul 29 16:02:13.383 INFO O| Jul 29 16:02:13.383 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-07-29T16:02:14.600Z[ recovery-image] Jul 29 16:02:13.394 INFO O| Jul 29 16:02:13.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85902026-07-29T16:02:14.600Z[ recovery-image] Jul 29 16:02:13.394 INFO O| Jul 29 16:02:13.394 INFO STEP 1042 (remove_files) COMPLETE
85912026-07-29T16:02:14.600Z[ recovery-image] Jul 29 16:02:13.394 INFO O| Jul 29 16:02:13.394 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-07-29T16:02:14.611Z[ recovery-image] Jul 29 16:02:13.405 INFO O| Jul 29 16:02:13.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85932026-07-29T16:02:14.611Z[ recovery-image] Jul 29 16:02:13.405 INFO O| Jul 29 16:02:13.405 INFO STEP 1043 (remove_files) COMPLETE
85942026-07-29T16:02:14.611Z[ recovery-image] Jul 29 16:02:13.405 INFO O| Jul 29 16:02:13.405 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-07-29T16:02:14.620Z[ recovery-image] Jul 29 16:02:13.415 INFO O| Jul 29 16:02:13.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85962026-07-29T16:02:14.620Z[ recovery-image] Jul 29 16:02:13.415 INFO O| Jul 29 16:02:13.415 INFO STEP 1044 (remove_files) COMPLETE
85972026-07-29T16:02:14.620Z[ recovery-image] Jul 29 16:02:13.415 INFO O| Jul 29 16:02:13.415 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-07-29T16:02:14.628Z[ recovery-image] Jul 29 16:02:13.423 INFO O| Jul 29 16:02:13.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85992026-07-29T16:02:14.628Z[ recovery-image] Jul 29 16:02:13.423 INFO O| Jul 29 16:02:13.423 INFO STEP 1045 (remove_files) COMPLETE
86002026-07-29T16:02:14.628Z[ recovery-image] Jul 29 16:02:13.423 INFO O| Jul 29 16:02:13.423 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-07-29T16:02:14.637Z[ recovery-image] Jul 29 16:02:13.431 INFO O| Jul 29 16:02:13.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
86022026-07-29T16:02:14.637Z[ recovery-image] Jul 29 16:02:13.431 INFO O| Jul 29 16:02:13.431 INFO STEP 1046 (remove_files) COMPLETE
86032026-07-29T16:02:14.640Z[ recovery-image] Jul 29 16:02:13.431 INFO O| Jul 29 16:02:13.431 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-07-29T16:02:14.644Z[ recovery-image] Jul 29 16:02:13.439 INFO O| Jul 29 16:02:13.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
86052026-07-29T16:02:14.644Z[ recovery-image] Jul 29 16:02:13.439 INFO O| Jul 29 16:02:13.439 INFO STEP 1047 (remove_files) COMPLETE
86062026-07-29T16:02:14.644Z[ recovery-image] Jul 29 16:02:13.439 INFO O| Jul 29 16:02:13.439 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-07-29T16:02:14.648Z[verify-libraries] Compiling git2 v0.20.4
86082026-07-29T16:02:14.652Z[ recovery-image] Jul 29 16:02:13.447 INFO O| Jul 29 16:02:13.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
86092026-07-29T16:02:14.652Z[ recovery-image] Jul 29 16:02:13.447 INFO O| Jul 29 16:02:13.447 INFO STEP 1048 (remove_files) COMPLETE
86102026-07-29T16:02:14.652Z[ recovery-image] Jul 29 16:02:13.447 INFO O| Jul 29 16:02:13.447 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-29T16:02:14.662Z[ recovery-image] Jul 29 16:02:13.456 INFO O| Jul 29 16:02:13.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
86122026-07-29T16:02:14.662Z[ recovery-image] Jul 29 16:02:13.456 INFO O| Jul 29 16:02:13.456 INFO STEP 1049 (remove_files) COMPLETE
86132026-07-29T16:02:14.662Z[ recovery-image] Jul 29 16:02:13.456 INFO O| Jul 29 16:02:13.456 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-29T16:02:14.671Z[ recovery-image] Jul 29 16:02:13.466 INFO O| Jul 29 16:02:13.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
86152026-07-29T16:02:14.671Z[ recovery-image] Jul 29 16:02:13.466 INFO O| Jul 29 16:02:13.466 INFO STEP 1050 (remove_files) COMPLETE
86162026-07-29T16:02:14.672Z[ recovery-image] Jul 29 16:02:13.466 INFO O| Jul 29 16:02:13.466 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-29T16:02:14.679Z[ recovery-image] Jul 29 16:02:13.474 INFO O| Jul 29 16:02:13.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
86182026-07-29T16:02:14.679Z[ recovery-image] Jul 29 16:02:13.474 INFO O| Jul 29 16:02:13.474 INFO STEP 1051 (remove_files) COMPLETE
86192026-07-29T16:02:14.680Z[ recovery-image] Jul 29 16:02:13.474 INFO O| Jul 29 16:02:13.474 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-29T16:02:14.688Z[ recovery-image] Jul 29 16:02:13.482 INFO O| Jul 29 16:02:13.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
86212026-07-29T16:02:14.688Z[ recovery-image] Jul 29 16:02:13.482 INFO O| Jul 29 16:02:13.482 INFO STEP 1052 (remove_files) COMPLETE
86222026-07-29T16:02:14.688Z[ recovery-image] Jul 29 16:02:13.482 INFO O| Jul 29 16:02:13.482 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-29T16:02:14.691Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86242026-07-29T16:02:14.697Z[ recovery-image] Jul 29 16:02:13.492 INFO O| Jul 29 16:02:13.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
86252026-07-29T16:02:14.697Z[ recovery-image] Jul 29 16:02:13.492 INFO O| Jul 29 16:02:13.492 INFO STEP 1053 (remove_files) COMPLETE
86262026-07-29T16:02:14.697Z[ recovery-image] Jul 29 16:02:13.492 INFO O| Jul 29 16:02:13.492 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-07-29T16:02:14.711Z[ recovery-image] Jul 29 16:02:13.501 INFO O| Jul 29 16:02:13.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
86282026-07-29T16:02:14.711Z[ recovery-image] Jul 29 16:02:13.501 INFO O| Jul 29 16:02:13.501 INFO STEP 1054 (remove_files) COMPLETE
86292026-07-29T16:02:14.711Z[ recovery-image] Jul 29 16:02:13.501 INFO O| Jul 29 16:02:13.501 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-07-29T16:02:14.715Z[ recovery-image] Jul 29 16:02:13.510 INFO O| Jul 29 16:02:13.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
86312026-07-29T16:02:14.716Z[ recovery-image] Jul 29 16:02:13.510 INFO O| Jul 29 16:02:13.510 INFO STEP 1055 (remove_files) COMPLETE
86322026-07-29T16:02:14.716Z[ recovery-image] Jul 29 16:02:13.510 INFO O| Jul 29 16:02:13.510 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-07-29T16:02:14.725Z[ recovery-image] Jul 29 16:02:13.520 INFO O| Jul 29 16:02:13.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
86342026-07-29T16:02:14.725Z[ recovery-image] Jul 29 16:02:13.520 INFO O| Jul 29 16:02:13.520 INFO STEP 1056 (remove_files) COMPLETE
86352026-07-29T16:02:14.725Z[ recovery-image] Jul 29 16:02:13.520 INFO O| Jul 29 16:02:13.520 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-07-29T16:02:14.736Z[ recovery-image] Jul 29 16:02:13.528 INFO O| Jul 29 16:02:13.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
86372026-07-29T16:02:14.736Z[ recovery-image] Jul 29 16:02:13.528 INFO O| Jul 29 16:02:13.528 INFO STEP 1057 (remove_files) COMPLETE
86382026-07-29T16:02:14.736Z[ recovery-image] Jul 29 16:02:13.528 INFO O| Jul 29 16:02:13.528 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-07-29T16:02:14.744Z[ recovery-image] Jul 29 16:02:13.537 INFO O| Jul 29 16:02:13.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
86402026-07-29T16:02:14.744Z[ recovery-image] Jul 29 16:02:13.537 INFO O| Jul 29 16:02:13.537 INFO STEP 1058 (remove_files) COMPLETE
86412026-07-29T16:02:14.744Z[ recovery-image] Jul 29 16:02:13.537 INFO O| Jul 29 16:02:13.537 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-07-29T16:02:14.750Z[ recovery-image] Jul 29 16:02:13.545 INFO O| Jul 29 16:02:13.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
86432026-07-29T16:02:14.750Z[ recovery-image] Jul 29 16:02:13.545 INFO O| Jul 29 16:02:13.545 INFO STEP 1059 (remove_files) COMPLETE
86442026-07-29T16:02:14.750Z[ recovery-image] Jul 29 16:02:13.545 INFO O| Jul 29 16:02:13.545 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-07-29T16:02:14.757Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86462026-07-29T16:02:14.761Z[ recovery-image] Jul 29 16:02:13.553 INFO O| Jul 29 16:02:13.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
86472026-07-29T16:02:14.761Z[ recovery-image] Jul 29 16:02:13.553 INFO O| Jul 29 16:02:13.553 INFO STEP 1060 (remove_files) COMPLETE
86482026-07-29T16:02:14.761Z[ recovery-image] Jul 29 16:02:13.553 INFO O| Jul 29 16:02:13.553 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-07-29T16:02:14.767Z[ recovery-image] Jul 29 16:02:13.561 INFO O| Jul 29 16:02:13.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
86502026-07-29T16:02:14.767Z[ recovery-image] Jul 29 16:02:13.561 INFO O| Jul 29 16:02:13.561 INFO STEP 1061 (remove_files) COMPLETE
86512026-07-29T16:02:14.767Z[ recovery-image] Jul 29 16:02:13.561 INFO O| Jul 29 16:02:13.561 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-07-29T16:02:14.774Z[ recovery-image] Jul 29 16:02:13.569 INFO O| Jul 29 16:02:13.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
86532026-07-29T16:02:14.774Z[ recovery-image] Jul 29 16:02:13.569 INFO O| Jul 29 16:02:13.569 INFO STEP 1062 (remove_files) COMPLETE
86542026-07-29T16:02:14.777Z[ recovery-image] Jul 29 16:02:13.569 INFO O| Jul 29 16:02:13.569 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-07-29T16:02:14.784Z[ recovery-image] Jul 29 16:02:13.578 INFO O| Jul 29 16:02:13.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
86562026-07-29T16:02:14.787Z[ recovery-image] Jul 29 16:02:13.579 INFO O| Jul 29 16:02:13.579 INFO STEP 1063 (remove_files) COMPLETE
86572026-07-29T16:02:14.787Z[ recovery-image] Jul 29 16:02:13.579 INFO O| Jul 29 16:02:13.579 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-07-29T16:02:14.798Z[ recovery-image] Jul 29 16:02:13.592 INFO O| Jul 29 16:02:13.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
86592026-07-29T16:02:14.798Z[ recovery-image] Jul 29 16:02:13.592 INFO O| Jul 29 16:02:13.592 INFO STEP 1064 (remove_files) COMPLETE
86602026-07-29T16:02:14.798Z[ recovery-image] Jul 29 16:02:13.592 INFO O| Jul 29 16:02:13.592 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-07-29T16:02:14.808Z[ recovery-image] Jul 29 16:02:13.602 INFO O| Jul 29 16:02:13.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
86622026-07-29T16:02:14.808Z[ recovery-image] Jul 29 16:02:13.603 INFO O| Jul 29 16:02:13.603 INFO STEP 1065 (remove_files) COMPLETE
86632026-07-29T16:02:14.808Z[ recovery-image] Jul 29 16:02:13.603 INFO O| Jul 29 16:02:13.603 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-07-29T16:02:14.811Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86652026-07-29T16:02:14.816Z[ recovery-image] Jul 29 16:02:13.611 INFO O| Jul 29 16:02:13.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
86662026-07-29T16:02:14.817Z[ recovery-image] Jul 29 16:02:13.611 INFO O| Jul 29 16:02:13.611 INFO STEP 1066 (remove_files) COMPLETE
86672026-07-29T16:02:14.817Z[ recovery-image] Jul 29 16:02:13.611 INFO O| Jul 29 16:02:13.611 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-29T16:02:14.827Z[ recovery-image] Jul 29 16:02:13.621 INFO O| Jul 29 16:02:13.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
86692026-07-29T16:02:14.827Z[ recovery-image] Jul 29 16:02:13.621 INFO O| Jul 29 16:02:13.621 INFO STEP 1067 (remove_files) COMPLETE
86702026-07-29T16:02:14.827Z[ recovery-image] Jul 29 16:02:13.621 INFO O| Jul 29 16:02:13.621 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-29T16:02:14.837Z[ recovery-image] Jul 29 16:02:13.631 INFO O| Jul 29 16:02:13.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
86722026-07-29T16:02:14.837Z[ recovery-image] Jul 29 16:02:13.631 INFO O| Jul 29 16:02:13.631 INFO STEP 1068 (remove_files) COMPLETE
86732026-07-29T16:02:14.840Z[ recovery-image] Jul 29 16:02:13.631 INFO O| Jul 29 16:02:13.631 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-29T16:02:14.846Z[ recovery-image] Jul 29 16:02:13.641 INFO O| Jul 29 16:02:13.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
86752026-07-29T16:02:14.846Z[ recovery-image] Jul 29 16:02:13.641 INFO O| Jul 29 16:02:13.641 INFO STEP 1069 (remove_files) COMPLETE
86762026-07-29T16:02:14.850Z[ recovery-image] Jul 29 16:02:13.641 INFO O| Jul 29 16:02:13.641 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-29T16:02:14.856Z[ recovery-image] Jul 29 16:02:13.651 INFO O| Jul 29 16:02:13.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
86782026-07-29T16:02:14.856Z[ recovery-image] Jul 29 16:02:13.651 INFO O| Jul 29 16:02:13.651 INFO STEP 1070 (remove_files) COMPLETE
86792026-07-29T16:02:14.859Z[ recovery-image] Jul 29 16:02:13.651 INFO O| Jul 29 16:02:13.651 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-29T16:02:14.863Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86812026-07-29T16:02:14.866Z[ recovery-image] Jul 29 16:02:13.659 INFO O| Jul 29 16:02:13.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
86822026-07-29T16:02:14.866Z[ recovery-image] Jul 29 16:02:13.659 INFO O| Jul 29 16:02:13.659 INFO STEP 1071 (remove_files) COMPLETE
86832026-07-29T16:02:14.866Z[ recovery-image] Jul 29 16:02:13.659 INFO O| Jul 29 16:02:13.659 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-07-29T16:02:14.875Z[ recovery-image] Jul 29 16:02:13.670 INFO O| Jul 29 16:02:13.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86852026-07-29T16:02:14.875Z[ recovery-image] Jul 29 16:02:13.670 INFO O| Jul 29 16:02:13.670 INFO STEP 1072 (remove_files) COMPLETE
86862026-07-29T16:02:14.875Z[ recovery-image] Jul 29 16:02:13.670 INFO O| Jul 29 16:02:13.670 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-07-29T16:02:14.883Z[ recovery-image] Jul 29 16:02:13.678 INFO O| Jul 29 16:02:13.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86882026-07-29T16:02:14.883Z[ recovery-image] Jul 29 16:02:13.678 INFO O| Jul 29 16:02:13.678 INFO STEP 1073 (remove_files) COMPLETE
86892026-07-29T16:02:14.883Z[ recovery-image] Jul 29 16:02:13.678 INFO O| Jul 29 16:02:13.678 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-07-29T16:02:14.894Z[ recovery-image] Jul 29 16:02:13.689 INFO O| Jul 29 16:02:13.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86912026-07-29T16:02:14.894Z[ recovery-image] Jul 29 16:02:13.689 INFO O| Jul 29 16:02:13.689 INFO STEP 1074 (remove_files) COMPLETE
86922026-07-29T16:02:14.898Z[ recovery-image] Jul 29 16:02:13.689 INFO O| Jul 29 16:02:13.689 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-07-29T16:02:14.903Z[ recovery-image] Jul 29 16:02:13.697 INFO O| Jul 29 16:02:13.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86942026-07-29T16:02:14.903Z[ recovery-image] Jul 29 16:02:13.698 INFO O| Jul 29 16:02:13.698 INFO STEP 1075 (remove_files) COMPLETE
86952026-07-29T16:02:14.903Z[ recovery-image] Jul 29 16:02:13.698 INFO O| Jul 29 16:02:13.698 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-07-29T16:02:14.914Z[ recovery-image] Jul 29 16:02:13.708 INFO O| Jul 29 16:02:13.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86972026-07-29T16:02:14.914Z[ recovery-image] Jul 29 16:02:13.708 INFO O| Jul 29 16:02:13.708 INFO STEP 1076 (remove_files) COMPLETE
86982026-07-29T16:02:14.917Z[ recovery-image] Jul 29 16:02:13.708 INFO O| Jul 29 16:02:13.708 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-07-29T16:02:14.923Z[ recovery-image] Jul 29 16:02:13.717 INFO O| Jul 29 16:02:13.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
87002026-07-29T16:02:14.923Z[ recovery-image] Jul 29 16:02:13.717 INFO O| Jul 29 16:02:13.717 INFO STEP 1077 (remove_files) COMPLETE
87012026-07-29T16:02:14.926Z[ recovery-image] Jul 29 16:02:13.717 INFO O| Jul 29 16:02:13.717 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-07-29T16:02:14.931Z[ recovery-image] Jul 29 16:02:13.726 INFO O| Jul 29 16:02:13.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
87032026-07-29T16:02:14.931Z[ recovery-image] Jul 29 16:02:13.726 INFO O| Jul 29 16:02:13.726 INFO STEP 1078 (remove_files) COMPLETE
87042026-07-29T16:02:14.935Z[ recovery-image] Jul 29 16:02:13.726 INFO O| Jul 29 16:02:13.726 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-07-29T16:02:14.940Z[ recovery-image] Jul 29 16:02:13.734 INFO O| Jul 29 16:02:13.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
87062026-07-29T16:02:14.940Z[ recovery-image] Jul 29 16:02:13.734 INFO O| Jul 29 16:02:13.734 INFO STEP 1079 (remove_files) COMPLETE
87072026-07-29T16:02:14.940Z[ recovery-image] Jul 29 16:02:13.734 INFO O| Jul 29 16:02:13.734 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-07-29T16:02:14.949Z[ recovery-image] Jul 29 16:02:13.744 INFO O| Jul 29 16:02:13.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
87092026-07-29T16:02:14.949Z[ recovery-image] Jul 29 16:02:13.744 INFO O| Jul 29 16:02:13.744 INFO STEP 1080 (remove_files) COMPLETE
87102026-07-29T16:02:14.949Z[ recovery-image] Jul 29 16:02:13.744 INFO O| Jul 29 16:02:13.744 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-07-29T16:02:14.955Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87122026-07-29T16:02:14.958Z[ recovery-image] Jul 29 16:02:13.753 INFO O| Jul 29 16:02:13.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
87132026-07-29T16:02:14.961Z[ recovery-image] Jul 29 16:02:13.753 INFO O| Jul 29 16:02:13.753 INFO STEP 1081 (remove_files) COMPLETE
87142026-07-29T16:02:14.961Z[ recovery-image] Jul 29 16:02:13.753 INFO O| Jul 29 16:02:13.753 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-07-29T16:02:14.968Z[ recovery-image] Jul 29 16:02:13.763 INFO O| Jul 29 16:02:13.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
87162026-07-29T16:02:14.968Z[ recovery-image] Jul 29 16:02:13.763 INFO O| Jul 29 16:02:13.763 INFO STEP 1082 (remove_files) COMPLETE
87172026-07-29T16:02:14.968Z[ recovery-image] Jul 29 16:02:13.763 INFO O| Jul 29 16:02:13.763 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-07-29T16:02:14.977Z[ recovery-image] Jul 29 16:02:13.771 INFO O| Jul 29 16:02:13.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
87192026-07-29T16:02:14.977Z[ recovery-image] Jul 29 16:02:13.771 INFO O| Jul 29 16:02:13.771 INFO STEP 1083 (remove_files) COMPLETE
87202026-07-29T16:02:14.977Z[ recovery-image] Jul 29 16:02:13.771 INFO O| Jul 29 16:02:13.771 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-07-29T16:02:14.985Z[ recovery-image] Jul 29 16:02:13.780 INFO O| Jul 29 16:02:13.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
87222026-07-29T16:02:14.985Z[ recovery-image] Jul 29 16:02:13.780 INFO O| Jul 29 16:02:13.780 INFO STEP 1084 (remove_files) COMPLETE
87232026-07-29T16:02:14.985Z[ recovery-image] Jul 29 16:02:13.780 INFO O| Jul 29 16:02:13.780 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-07-29T16:02:14.994Z[ recovery-image] Jul 29 16:02:13.789 INFO O| Jul 29 16:02:13.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
87252026-07-29T16:02:14.994Z[ recovery-image] Jul 29 16:02:13.789 INFO O| Jul 29 16:02:13.789 INFO STEP 1085 (remove_files) COMPLETE
87262026-07-29T16:02:14.994Z[ recovery-image] Jul 29 16:02:13.789 INFO O| Jul 29 16:02:13.789 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-07-29T16:02:15.003Z[ recovery-image] Jul 29 16:02:13.797 INFO O| Jul 29 16:02:13.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
87282026-07-29T16:02:15.003Z[ recovery-image] Jul 29 16:02:13.797 INFO O| Jul 29 16:02:13.797 INFO STEP 1086 (remove_files) COMPLETE
87292026-07-29T16:02:15.003Z[ recovery-image] Jul 29 16:02:13.797 INFO O| Jul 29 16:02:13.797 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-07-29T16:02:15.011Z[ recovery-image] Jul 29 16:02:13.806 INFO O| Jul 29 16:02:13.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
87312026-07-29T16:02:15.011Z[ recovery-image] Jul 29 16:02:13.806 INFO O| Jul 29 16:02:13.806 INFO STEP 1087 (remove_files) COMPLETE
87322026-07-29T16:02:15.014Z[ recovery-image] Jul 29 16:02:13.806 INFO O| Jul 29 16:02:13.806 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-07-29T16:02:15.030Z[ recovery-image] Jul 29 16:02:13.814 INFO O| Jul 29 16:02:13.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
87342026-07-29T16:02:15.030Z[ recovery-image] Jul 29 16:02:13.814 INFO O| Jul 29 16:02:13.814 INFO STEP 1088 (remove_files) COMPLETE
87352026-07-29T16:02:15.030Z[ recovery-image] Jul 29 16:02:13.814 INFO O| Jul 29 16:02:13.814 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-07-29T16:02:15.030Z[ recovery-image] Jul 29 16:02:13.823 INFO O| Jul 29 16:02:13.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
87372026-07-29T16:02:15.030Z[ recovery-image] Jul 29 16:02:13.823 INFO O| Jul 29 16:02:13.823 INFO STEP 1089 (remove_files) COMPLETE
87382026-07-29T16:02:15.030Z[ recovery-image] Jul 29 16:02:13.823 INFO O| Jul 29 16:02:13.823 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-07-29T16:02:15.038Z[ recovery-image] Jul 29 16:02:13.832 INFO O| Jul 29 16:02:13.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
87402026-07-29T16:02:15.038Z[ recovery-image] Jul 29 16:02:13.832 INFO O| Jul 29 16:02:13.832 INFO STEP 1090 (remove_files) COMPLETE
87412026-07-29T16:02:15.042Z[ recovery-image] Jul 29 16:02:13.832 INFO O| Jul 29 16:02:13.832 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-07-29T16:02:15.048Z[ recovery-image] Jul 29 16:02:13.842 INFO O| Jul 29 16:02:13.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
87432026-07-29T16:02:15.048Z[ recovery-image] Jul 29 16:02:13.842 INFO O| Jul 29 16:02:13.842 INFO STEP 1091 (remove_files) COMPLETE
87442026-07-29T16:02:15.048Z[ recovery-image] Jul 29 16:02:13.842 INFO O| Jul 29 16:02:13.842 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-07-29T16:02:15.058Z[ recovery-image] Jul 29 16:02:13.853 INFO O| Jul 29 16:02:13.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
87462026-07-29T16:02:15.058Z[ recovery-image] Jul 29 16:02:13.853 INFO O| Jul 29 16:02:13.853 INFO STEP 1092 (remove_files) COMPLETE
87472026-07-29T16:02:15.058Z[ recovery-image] Jul 29 16:02:13.853 INFO O| Jul 29 16:02:13.853 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-07-29T16:02:15.068Z[ recovery-image] Jul 29 16:02:13.862 INFO O| Jul 29 16:02:13.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
87492026-07-29T16:02:15.068Z[ recovery-image] Jul 29 16:02:13.862 INFO O| Jul 29 16:02:13.862 INFO STEP 1093 (remove_files) COMPLETE
87502026-07-29T16:02:15.068Z[ recovery-image] Jul 29 16:02:13.862 INFO O| Jul 29 16:02:13.862 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-07-29T16:02:15.077Z[ recovery-image] Jul 29 16:02:13.872 INFO O| Jul 29 16:02:13.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
87522026-07-29T16:02:15.077Z[ recovery-image] Jul 29 16:02:13.872 INFO O| Jul 29 16:02:13.872 INFO STEP 1094 (remove_files) COMPLETE
87532026-07-29T16:02:15.077Z[ recovery-image] Jul 29 16:02:13.872 INFO O| Jul 29 16:02:13.872 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-07-29T16:02:15.087Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87552026-07-29T16:02:15.087Z[ recovery-image] Jul 29 16:02:13.881 INFO O| Jul 29 16:02:13.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
87562026-07-29T16:02:15.093Z[ recovery-image] Jul 29 16:02:13.882 INFO O| Jul 29 16:02:13.882 INFO STEP 1095 (remove_files) COMPLETE
87572026-07-29T16:02:15.093Z[ recovery-image] Jul 29 16:02:13.882 INFO O| Jul 29 16:02:13.882 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-07-29T16:02:15.098Z[ recovery-image] Jul 29 16:02:13.890 INFO O| Jul 29 16:02:13.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
87592026-07-29T16:02:15.098Z[ recovery-image] Jul 29 16:02:13.890 INFO O| Jul 29 16:02:13.890 INFO STEP 1096 (remove_files) COMPLETE
87602026-07-29T16:02:15.098Z[ recovery-image] Jul 29 16:02:13.890 INFO O| Jul 29 16:02:13.890 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-07-29T16:02:15.105Z[ recovery-image] Jul 29 16:02:13.898 INFO O| Jul 29 16:02:13.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
87622026-07-29T16:02:15.105Z[ recovery-image] Jul 29 16:02:13.898 INFO O| Jul 29 16:02:13.898 INFO STEP 1097 (remove_files) COMPLETE
87632026-07-29T16:02:15.105Z[ recovery-image] Jul 29 16:02:13.898 INFO O| Jul 29 16:02:13.898 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-07-29T16:02:15.121Z[ recovery-image] Jul 29 16:02:13.906 INFO O| Jul 29 16:02:13.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
87652026-07-29T16:02:15.121Z[ recovery-image] Jul 29 16:02:13.907 INFO O| Jul 29 16:02:13.906 INFO STEP 1098 (remove_files) COMPLETE
87662026-07-29T16:02:15.121Z[ recovery-image] Jul 29 16:02:13.907 INFO O| Jul 29 16:02:13.907 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-07-29T16:02:15.137Z[ recovery-image] Jul 29 16:02:13.931 INFO O| Jul 29 16:02:13.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
87682026-07-29T16:02:15.137Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.914 INFO STEP 1099 (remove_files) COMPLETE
87692026-07-29T16:02:15.137Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.914 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-07-29T16:02:15.141Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
87712026-07-29T16:02:15.141Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.922 INFO STEP 1100 (remove_files) COMPLETE
87722026-07-29T16:02:15.141Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.922 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-07-29T16:02:15.141Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
87742026-07-29T16:02:15.141Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.930 INFO STEP 1101 (remove_files) COMPLETE
87752026-07-29T16:02:15.141Z[ recovery-image] Jul 29 16:02:13.932 INFO O| Jul 29 16:02:13.930 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-07-29T16:02:15.146Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87772026-07-29T16:02:15.150Z[ recovery-image] Jul 29 16:02:13.942 INFO O| Jul 29 16:02:13.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
87782026-07-29T16:02:15.150Z[ recovery-image] Jul 29 16:02:13.943 INFO O| Jul 29 16:02:13.943 INFO STEP 1102 (remove_files) COMPLETE
87792026-07-29T16:02:15.150Z[ recovery-image] Jul 29 16:02:13.943 INFO O| Jul 29 16:02:13.943 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87802026-07-29T16:02:15.158Z[ recovery-image] Jul 29 16:02:13.952 INFO O| Jul 29 16:02:13.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
87812026-07-29T16:02:15.158Z[ recovery-image] Jul 29 16:02:13.952 INFO O| Jul 29 16:02:13.952 INFO STEP 1103 (remove_files) COMPLETE
87822026-07-29T16:02:15.158Z[ recovery-image] Jul 29 16:02:13.952 INFO O| Jul 29 16:02:13.952 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87832026-07-29T16:02:15.166Z[ recovery-image] Jul 29 16:02:13.961 INFO O| Jul 29 16:02:13.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
87842026-07-29T16:02:15.166Z[ recovery-image] Jul 29 16:02:13.961 INFO O| Jul 29 16:02:13.961 INFO STEP 1104 (remove_files) COMPLETE
87852026-07-29T16:02:15.170Z[ recovery-image] Jul 29 16:02:13.961 INFO O| Jul 29 16:02:13.961 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87862026-07-29T16:02:15.175Z[ recovery-image] Jul 29 16:02:13.970 INFO O| Jul 29 16:02:13.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87872026-07-29T16:02:15.175Z[ recovery-image] Jul 29 16:02:13.970 INFO O| Jul 29 16:02:13.970 INFO STEP 1105 (remove_files) COMPLETE
87882026-07-29T16:02:15.175Z[ recovery-image] Jul 29 16:02:13.970 INFO O| Jul 29 16:02:13.970 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87892026-07-29T16:02:15.186Z[ recovery-image] Jul 29 16:02:13.980 INFO O| Jul 29 16:02:13.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87902026-07-29T16:02:15.186Z[ recovery-image] Jul 29 16:02:13.980 INFO O| Jul 29 16:02:13.980 INFO STEP 1106 (remove_files) COMPLETE
87912026-07-29T16:02:15.186Z[ recovery-image] Jul 29 16:02:13.980 INFO O| Jul 29 16:02:13.980 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87922026-07-29T16:02:15.195Z[ recovery-image] Jul 29 16:02:13.989 INFO O| Jul 29 16:02:13.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87932026-07-29T16:02:15.195Z[ recovery-image] Jul 29 16:02:13.989 INFO O| Jul 29 16:02:13.989 INFO STEP 1107 (remove_files) COMPLETE
87942026-07-29T16:02:15.199Z[ recovery-image] Jul 29 16:02:13.989 INFO O| Jul 29 16:02:13.989 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87952026-07-29T16:02:15.204Z[ recovery-image] Jul 29 16:02:13.998 INFO O| Jul 29 16:02:13.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87962026-07-29T16:02:15.204Z[ recovery-image] Jul 29 16:02:13.998 INFO O| Jul 29 16:02:13.998 INFO STEP 1108 (remove_files) COMPLETE
87972026-07-29T16:02:15.207Z[ recovery-image] Jul 29 16:02:13.998 INFO O| Jul 29 16:02:13.998 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87982026-07-29T16:02:15.212Z[ recovery-image] Jul 29 16:02:14.007 INFO O| Jul 29 16:02:14.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87992026-07-29T16:02:15.212Z[ recovery-image] Jul 29 16:02:14.007 INFO O| Jul 29 16:02:14.007 INFO STEP 1109 (remove_files) COMPLETE
88002026-07-29T16:02:15.216Z[ recovery-image] Jul 29 16:02:14.007 INFO O| Jul 29 16:02:14.007 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88012026-07-29T16:02:15.222Z[ recovery-image] Jul 29 16:02:14.017 INFO O| Jul 29 16:02:14.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
88022026-07-29T16:02:15.222Z[ recovery-image] Jul 29 16:02:14.017 INFO O| Jul 29 16:02:14.017 INFO STEP 1110 (remove_files) COMPLETE
88032026-07-29T16:02:15.226Z[ recovery-image] Jul 29 16:02:14.017 INFO O| Jul 29 16:02:14.017 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88042026-07-29T16:02:15.231Z[ recovery-image] Jul 29 16:02:14.026 INFO O| Jul 29 16:02:14.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
88052026-07-29T16:02:15.231Z[ recovery-image] Jul 29 16:02:14.026 INFO O| Jul 29 16:02:14.026 INFO STEP 1111 (remove_files) COMPLETE
88062026-07-29T16:02:15.235Z[ recovery-image] Jul 29 16:02:14.026 INFO O| Jul 29 16:02:14.026 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88072026-07-29T16:02:15.238Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88082026-07-29T16:02:15.241Z[ recovery-image] Jul 29 16:02:14.036 INFO O| Jul 29 16:02:14.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
88092026-07-29T16:02:15.241Z[ recovery-image] Jul 29 16:02:14.036 INFO O| Jul 29 16:02:14.036 INFO STEP 1112 (remove_files) COMPLETE
88102026-07-29T16:02:15.241Z[ recovery-image] Jul 29 16:02:14.036 INFO O| Jul 29 16:02:14.036 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-07-29T16:02:15.250Z[ recovery-image] Jul 29 16:02:14.045 INFO O| Jul 29 16:02:14.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
88122026-07-29T16:02:15.250Z[ recovery-image] Jul 29 16:02:14.045 INFO O| Jul 29 16:02:14.045 INFO STEP 1113 (remove_files) COMPLETE
88132026-07-29T16:02:15.254Z[ recovery-image] Jul 29 16:02:14.045 INFO O| Jul 29 16:02:14.045 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-07-29T16:02:15.261Z[ recovery-image] Jul 29 16:02:14.055 INFO O| Jul 29 16:02:14.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
88152026-07-29T16:02:15.261Z[ recovery-image] Jul 29 16:02:14.055 INFO O| Jul 29 16:02:14.055 INFO STEP 1114 (remove_files) COMPLETE
88162026-07-29T16:02:15.261Z[ recovery-image] Jul 29 16:02:14.055 INFO O| Jul 29 16:02:14.055 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88172026-07-29T16:02:15.276Z[ recovery-image] Jul 29 16:02:14.069 INFO O| Jul 29 16:02:14.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
88182026-07-29T16:02:15.276Z[ recovery-image] Jul 29 16:02:14.069 INFO O| Jul 29 16:02:14.069 INFO STEP 1115 (remove_files) COMPLETE
88192026-07-29T16:02:15.276Z[ recovery-image] Jul 29 16:02:14.069 INFO O| Jul 29 16:02:14.069 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88202026-07-29T16:02:15.284Z[ recovery-image] Jul 29 16:02:14.079 INFO O| Jul 29 16:02:14.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
88212026-07-29T16:02:15.284Z[ recovery-image] Jul 29 16:02:14.079 INFO O| Jul 29 16:02:14.079 INFO STEP 1116 (remove_files) COMPLETE
88222026-07-29T16:02:15.284Z[ recovery-image] Jul 29 16:02:14.079 INFO O| Jul 29 16:02:14.079 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88232026-07-29T16:02:15.294Z[ recovery-image] Jul 29 16:02:14.089 INFO O| Jul 29 16:02:14.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
88242026-07-29T16:02:15.294Z[ recovery-image] Jul 29 16:02:14.089 INFO O| Jul 29 16:02:14.089 INFO STEP 1117 (remove_files) COMPLETE
88252026-07-29T16:02:15.294Z[ recovery-image] Jul 29 16:02:14.089 INFO O| Jul 29 16:02:14.089 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
88262026-07-29T16:02:15.308Z[ recovery-image] Jul 29 16:02:14.103 INFO O| Jul 29 16:02:14.103 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
88272026-07-29T16:02:15.308Z[ recovery-image] Jul 29 16:02:14.103 INFO O| Jul 29 16:02:14.103 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
88282026-07-29T16:02:15.429Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88292026-07-29T16:02:15.469Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88302026-07-29T16:02:15.738Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
88312026-07-29T16:02:15.776Z[verify-libraries] Compiling drift v0.2.0
88322026-07-29T16:02:15.779Z[verify-libraries] Compiling digest-io v0.1.0
88332026-07-29T16:02:16.074Z[verify-libraries] Compiling uzers v0.12.2
88342026-07-29T16:02:16.122Z[ recovery-image] Jul 29 16:02:14.916 INFO O| Jul 29 16:02:14.916 INFO STEP 1118 (pack_tar) COMPLETE
88352026-07-29T16:02:16.122Z[ recovery-image] Jul 29 16:02:14.917 INFO O| Jul 29 16:02:14.916 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88362026-07-29T16:02:16.122Z[ recovery-image] Jul 29 16:02:14.917 INFO O| Jul 29 16:02:14.916 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88372026-07-29T16:02:16.535Z[verify-libraries] Compiling rawzip v0.4.4
88382026-07-29T16:02:16.624Z[ recovery-image] Jul 29 16:02:15.419 INFO O| Jul 29 16:02:15.419 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
88392026-07-29T16:02:16.734Z[ recovery-image] Jul 29 16:02:15.529 INFO O| Jul 29 16:02:15.529 INFO completed processing sled/ramdisk-03-recovery-trim
88402026-07-29T16:02:16.738Z[ recovery-image] Jul 29 16:02:15.533 INFO image builder template: zfs-recovery...
88412026-07-29T16:02:16.738Z[ recovery-image] Jul 29 16:02:15.533 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/.tmpGW0oD3/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@22.0.0.0", "-F", "optever=0.41.504", "-n", "zfs-recovery"], pwd: None
88422026-07-29T16:02:16.765Z[ recovery-image] Jul 29 16:02:15.560 INFO O| Jul 29 16:02:15.560 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
88432026-07-29T16:02:16.769Z[ recovery-image] Jul 29 16:02:15.563 INFO O| Jul 29 16:02:15.563 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88442026-07-29T16:02:16.848Z[ recovery-image] Jul 29 16:02:15.642 INFO O| Jul 29 16:02:15.642 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
88452026-07-29T16:02:16.873Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
88462026-07-29T16:02:16.927Z[ recovery-image] Jul 29 16:02:15.721 INFO O| Jul 29 16:02:15.721 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
88472026-07-29T16:02:16.927Z[ recovery-image] Jul 29 16:02:15.721 INFO O| Jul 29 16:02:15.721 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
88482026-07-29T16:02:16.931Z[ recovery-image] Jul 29 16:02:15.724 INFO O| Jul 29 16:02:15.724 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88492026-07-29T16:02:17.035Z[ recovery-image] Jul 29 16:02:15.830 INFO O| Jul 29 16:02:15.830 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
88502026-07-29T16:02:17.119Z[ recovery-image] Jul 29 16:02:15.914 INFO O| Jul 29 16:02:15.914 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
88512026-07-29T16:02:17.128Z[ recovery-image] Jul 29 16:02:15.922 INFO O| Jul 29 16:02:15.922 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88522026-07-29T16:02:17.133Z[ recovery-image] Jul 29 16:02:15.928 INFO O| Jul 29 16:02:15.928 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
88532026-07-29T16:02:17.137Z[ recovery-image] Jul 29 16:02:15.929 INFO O| Jul 29 16:02:15.929 INFO no lofi found
88542026-07-29T16:02:17.137Z[ recovery-image] Jul 29 16:02:15.929 INFO O| Jul 29 16:02:15.929 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
88552026-07-29T16:02:17.137Z[ recovery-image] Jul 29 16:02:15.929 INFO O| Jul 29 16:02:15.929 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
88562026-07-29T16:02:17.837Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
88572026-07-29T16:02:17.927Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88582026-07-29T16:02:18.117Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88592026-07-29T16:02:18.516Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
88602026-07-29T16:02:18.956Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88612026-07-29T16:02:19.206Z[ recovery-image] Jul 29 16:02:18.001 INFO O| Jul 29 16:02:18.001 INFO lofi device = /dev/dsk/c2t1d0p0
88622026-07-29T16:02:19.207Z[ recovery-image] Jul 29 16:02:18.001 INFO O| Jul 29 16:02:18.001 INFO pool device = /dev/dsk/c2t1d0p0
88632026-07-29T16:02:19.210Z[ recovery-image] Jul 29 16:02:18.001 INFO O| Jul 29 16:02:18.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"]
88642026-07-29T16:02:19.381Z[ recovery-image] Jul 29 16:02:18.176 INFO O| Jul 29 16:02:18.176 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88652026-07-29T16:02:19.382Z[ recovery-image] Jul 29 16:02:18.176 INFO O| Jul 29 16:02:18.176 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
88662026-07-29T16:02:19.414Z[ recovery-image] Jul 29 16:02:18.206 INFO O| Jul 29 16:02:18.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
88672026-07-29T16:02:19.514Z[ recovery-image] Jul 29 16:02:18.308 INFO O| Jul 29 16:02:18.308 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
88682026-07-29T16:02:19.564Z[ recovery-image] Jul 29 16:02:18.357 INFO O| Jul 29 16:02:18.357 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
88692026-07-29T16:02:19.584Z[ recovery-image] Jul 29 16:02:18.379 INFO O| Jul 29 16:02:18.379 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
88702026-07-29T16:02:19.601Z[ recovery-image] Jul 29 16:02:18.396 INFO O| Jul 29 16:02:18.396 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
88712026-07-29T16:02:19.643Z[ recovery-image] Jul 29 16:02:18.438 INFO O| Jul 29 16:02:18.438 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88722026-07-29T16:02:19.643Z[ recovery-image] Jul 29 16:02:18.438 INFO O| Jul 29 16:02:18.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
88732026-07-29T16:02:19.647Z[ recovery-image] Jul 29 16:02:18.438 INFO O| Jul 29 16:02:18.438 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88742026-07-29T16:02:19.653Z[ recovery-image] Jul 29 16:02:18.448 INFO O| Jul 29 16:02:18.448 INFO boot environment UUID: 11593166-ca61-4c96-ae08-307cb4926b94
88752026-07-29T16:02:19.653Z[ recovery-image] Jul 29 16:02:18.448 INFO O| Jul 29 16:02:18.448 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 11593166-ca61-4c96-ae08-307cb4926b94
88762026-07-29T16:02:19.669Z[ recovery-image] Jul 29 16:02:18.464 INFO O| Jul 29 16:02:18.464 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88772026-07-29T16:02:19.687Z[ recovery-image] Jul 29 16:02:18.481 INFO O| Jul 29 16:02:18.481 INFO STEP 0 (create_be) COMPLETE
88782026-07-29T16:02:19.687Z[ recovery-image] Jul 29 16:02:18.481 INFO O| Jul 29 16:02:18.481 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88792026-07-29T16:02:19.701Z[ recovery-image] Jul 29 16:02:18.496 INFO O| Jul 29 16:02:18.496 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"]
88802026-07-29T16:02:20.219Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88812026-07-29T16:02:21.296Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88822026-07-29T16:02:21.932Z[ host-image] Jul 29 16:02:20.726 INFO O| seeding SMF database...
88832026-07-29T16:02:22.293Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88842026-07-29T16:02:22.690Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
88852026-07-29T16:02:23.302Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88862026-07-29T16:02:23.341Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
88872026-07-29T16:02:23.581Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88882026-07-29T16:02:24.166Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88892026-07-29T16:02:24.557Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
88902026-07-29T16:02:24.686Z[verify-libraries] Compiling multimap v0.10.1
88912026-07-29T16:02:24.723Z[verify-libraries] Compiling termios v0.3.3
88922026-07-29T16:02:24.833Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88932026-07-29T16:02:25.090Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88942026-07-29T16:02:25.459Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
88952026-07-29T16:02:26.922Z[ host-image] Jul 29 16:02:25.715 INFO O| configuring SMF profile...
88962026-07-29T16:02:26.922Z[ host-image] Jul 29 16:02:25.715 INFO O| modifying shadow(5)...
88972026-07-29T16:02:26.922Z[ host-image] Jul 29 16:02:25.715 INFO O| loading user and group database...
88982026-07-29T16:02:26.926Z[ host-image] Jul 29 16:02:25.715 INFO O| loading facet selections...
88992026-07-29T16:02:27.349Z[ host-image] Jul 29 16:02:26.143 INFO O| devel -> true
89002026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| doc.man -> true
89012026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| version-lock.shell/ksh93 -> true
89022026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| version-lock.system/data/hardware-registry -> true
89032026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| version-lock.system/data/zoneinfo -> true
89042026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| version-lock.system/microcode/amd -> true
89052026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| version-lock.system/microcode/intel -> true
89062026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| version-lock.system/microcode/oxide -> true
89072026-07-29T16:02:27.353Z[ host-image] Jul 29 16:02:26.143 INFO O| assessing packaged files...
89082026-07-29T16:02:28.735Z[ recovery-image] Jul 29 16:02:27.529 INFO O| Jul 29 16:02:27.529 INFO STEP 1 (unpack_tar) COMPLETE
89092026-07-29T16:02:28.735Z[ recovery-image] Jul 29 16:02:27.529 INFO O| Jul 29 16:02:27.529 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102026-07-29T16:02:28.746Z[ recovery-image] Jul 29 16:02:27.541 INFO O| Jul 29 16:02:27.541 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89112026-07-29T16:02:29.547Z[ host-image] Jul 29 16:02:28.341 INFO O| creating archive...
89122026-07-29T16:02:29.571Z[ host-image] Jul 29 16:02:28.365 INFO O| missing from packaging:
89132026-07-29T16:02:29.571Z[ host-image] Jul 29 16:02:28.365 INFO O| "etc/.pwd.lock"
89142026-07-29T16:02:29.575Z[ host-image] Jul 29 16:02:28.365 INFO O| "etc/bash"
89152026-07-29T16:02:29.578Z[ host-image] Jul 29 16:02:28.369 INFO O| "etc/svc/profile/generic.xml"
89162026-07-29T16:02:29.578Z[ host-image] Jul 29 16:02:28.369 INFO O| "etc/svc/profile/inetd_services.xml"
89172026-07-29T16:02:29.578Z[ host-image] Jul 29 16:02:28.369 INFO O| "etc/svc/profile/name_service.xml"
89182026-07-29T16:02:29.578Z[ host-image] Jul 29 16:02:28.369 INFO O| "etc/svc/profile/platform.xml"
89192026-07-29T16:02:29.579Z[ host-image] Jul 29 16:02:28.369 INFO O| "etc/svc/profile/platform_omicron1.xml"
89202026-07-29T16:02:29.579Z[ host-image] Jul 29 16:02:28.369 INFO O| "etc/svc/repository.db"
89212026-07-29T16:02:29.582Z[ host-image] Jul 29 16:02:28.376 INFO O| "opt/ooce/share"
89222026-07-29T16:02:29.582Z[ host-image] Jul 29 16:02:28.376 INFO O| "opt/ooce/share/man"
89232026-07-29T16:02:29.583Z[ host-image] Jul 29 16:02:28.376 INFO O| "opt/ooce/share/man/man1"
89242026-07-29T16:02:29.591Z[ host-image] Jul 29 16:02:28.386 INFO O| finishing archive...
89252026-07-29T16:02:30.083Z[ recovery-image] Jul 29 16:02:28.870 INFO O| Jul 29 16:02:28.870 INFO STEP 2 (devfsadm) COMPLETE
89262026-07-29T16:02:30.083Z[ recovery-image] Jul 29 16:02:28.870 INFO O| Jul 29 16:02:28.870 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272026-07-29T16:02:30.276Z[ recovery-image] Jul 29 16:02:28.880 INFO O| Jul 29 16:02:28.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89282026-07-29T16:02:30.276Z[ recovery-image] Jul 29 16:02:28.880 INFO O| Jul 29 16:02:28.880 INFO STEP 3 (ensure_dir) COMPLETE
89292026-07-29T16:02:30.276Z[ recovery-image] Jul 29 16:02:28.880 INFO O| Jul 29 16:02:28.880 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302026-07-29T16:02:30.276Z[ recovery-image] Jul 29 16:02:28.890 INFO O| Jul 29 16:02:28.890 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89312026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.890 INFO O| Jul 29 16:02:28.890 INFO STEP 4 (ensure_dir) COMPLETE
89322026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.890 INFO O| Jul 29 16:02:28.890 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.899 INFO O| Jul 29 16:02:28.899 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89342026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.900 INFO O| Jul 29 16:02:28.899 INFO STEP 5 (ensure_dir) COMPLETE
89352026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.900 INFO O| Jul 29 16:02:28.899 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.909 INFO O| Jul 29 16:02:28.909 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89372026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.909 INFO O| Jul 29 16:02:28.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89382026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.909 INFO O| Jul 29 16:02:28.909 INFO STEP 6 (ensure_dir) COMPLETE
89392026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.909 INFO O| Jul 29 16:02:28.909 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.919 INFO O| Jul 29 16:02:28.918 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89412026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.919 INFO O| Jul 29 16:02:28.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89422026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.919 INFO O| Jul 29 16:02:28.919 INFO STEP 7 (ensure_dir) COMPLETE
89432026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.919 INFO O| Jul 29 16:02:28.919 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.928 INFO O| Jul 29 16:02:28.928 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
89452026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.929 INFO O| Jul 29 16:02:28.929 INFO STEP 8 (remove_files) COMPLETE
89462026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.929 INFO O| Jul 29 16:02:28.929 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.938 INFO O| Jul 29 16:02:28.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
89482026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.939 INFO O| Jul 29 16:02:28.939 INFO STEP 9 (remove_files) COMPLETE
89492026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.939 INFO O| Jul 29 16:02:28.939 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.948 INFO O| Jul 29 16:02:28.948 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89512026-07-29T16:02:30.277Z[ recovery-image] Jul 29 16:02:28.949 INFO O| Jul 29 16:02:28.949 INFO STEP 10 (remove_files) COMPLETE
89522026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.949 INFO O| Jul 29 16:02:28.949 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.959 INFO O| Jul 29 16:02:28.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89542026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.959 INFO O| Jul 29 16:02:28.959 INFO STEP 11 (remove_files) COMPLETE
89552026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.959 INFO O| Jul 29 16:02:28.959 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.969 INFO O| Jul 29 16:02:28.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89572026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.969 INFO O| Jul 29 16:02:28.969 INFO STEP 12 (remove_files) COMPLETE
89582026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.969 INFO O| Jul 29 16:02:28.969 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.978 INFO O| Jul 29 16:02:28.978 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89602026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.978 INFO O| Jul 29 16:02:28.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89612026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.978 INFO O| Jul 29 16:02:28.978 INFO STEP 13 (ensure_dir) COMPLETE
89622026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.978 INFO O| Jul 29 16:02:28.978 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89632026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.987 INFO O| Jul 29 16:02:28.987 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89642026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.988 INFO O| Jul 29 16:02:28.988 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89652026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.988 INFO O| Jul 29 16:02:28.988 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89662026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.988 INFO O| Jul 29 16:02:28.988 INFO STEP 14 (ensure_dir) COMPLETE
89672026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.988 INFO O| Jul 29 16:02:28.988 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89682026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.996 INFO O| Jul 29 16:02:28.996 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89692026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.996 INFO O| Jul 29 16:02:28.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89702026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.996 INFO O| Jul 29 16:02:28.996 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89712026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.996 INFO O| Jul 29 16:02:28.996 INFO STEP 15 (ensure_dir) COMPLETE
89722026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:28.996 INFO O| Jul 29 16:02:28.996 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89732026-07-29T16:02:30.278Z[ recovery-image] Jul 29 16:02:29.007 INFO O| Jul 29 16:02:29.007 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89742026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.007 INFO O| Jul 29 16:02:29.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89752026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.007 INFO O| Jul 29 16:02:29.007 INFO STEP 16 (ensure_dir) COMPLETE
89762026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.007 INFO O| Jul 29 16:02:29.007 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89772026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.018 INFO O| Jul 29 16:02:29.018 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89782026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.018 INFO O| Jul 29 16:02:29.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89792026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.018 INFO O| Jul 29 16:02:29.018 INFO STEP 17 (ensure_dir) COMPLETE
89802026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.018 INFO O| Jul 29 16:02:29.018 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89812026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.029 INFO O| Jul 29 16:02:29.029 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89822026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.029 INFO O| Jul 29 16:02:29.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89832026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.029 INFO O| Jul 29 16:02:29.029 INFO ok!
89842026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.029 INFO O| Jul 29 16:02:29.029 INFO STEP 18 (ensure_symlink) COMPLETE
89852026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.029 INFO O| Jul 29 16:02:29.029 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89862026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.040 INFO O| Jul 29 16:02:29.040 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89872026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.040 INFO O| Jul 29 16:02:29.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89882026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.040 INFO O| Jul 29 16:02:29.040 INFO ok!
89892026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.040 INFO O| Jul 29 16:02:29.040 INFO STEP 19 (ensure_file) COMPLETE
89902026-07-29T16:02:30.279Z[ recovery-image] Jul 29 16:02:29.040 INFO O| Jul 29 16:02:29.040 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89912026-07-29T16:02:30.300Z[ recovery-image] Jul 29 16:02:29.049 INFO O| Jul 29 16:02:29.049 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89922026-07-29T16:02:30.300Z[ recovery-image] Jul 29 16:02:29.049 INFO O| Jul 29 16:02:29.049 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89932026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.049 INFO O| Jul 29 16:02:29.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89942026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.049 INFO O| Jul 29 16:02:29.049 INFO ok!
89952026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.049 INFO O| Jul 29 16:02:29.049 INFO STEP 20 (ensure_symlink) COMPLETE
89962026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.049 INFO O| Jul 29 16:02:29.049 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89972026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.059 INFO O| Jul 29 16:02:29.059 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89982026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.059 INFO O| Jul 29 16:02:29.059 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89992026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.059 INFO O| Jul 29 16:02:29.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
90002026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.059 INFO O| Jul 29 16:02:29.059 INFO ok!
90012026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.059 INFO O| Jul 29 16:02:29.059 INFO STEP 21 (ensure_symlink) COMPLETE
90022026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.059 INFO O| Jul 29 16:02:29.059 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.069 INFO O| Jul 29 16:02:29.069 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
90042026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.069 INFO O| Jul 29 16:02:29.069 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90052026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.069 INFO O| Jul 29 16:02:29.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
90062026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.069 INFO O| Jul 29 16:02:29.069 INFO ok!
90072026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.069 INFO O| Jul 29 16:02:29.069 INFO STEP 22 (ensure_symlink) COMPLETE
90082026-07-29T16:02:30.301Z[ recovery-image] Jul 29 16:02:29.069 INFO O| Jul 29 16:02:29.069 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90092026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.079 INFO O| Jul 29 16:02:29.079 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
90102026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.079 INFO O| Jul 29 16:02:29.079 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90112026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.079 INFO O| Jul 29 16:02:29.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
90122026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.079 INFO O| Jul 29 16:02:29.079 INFO ok!
90132026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.079 INFO O| Jul 29 16:02:29.079 INFO STEP 23 (ensure_symlink) COMPLETE
90142026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.079 INFO O| Jul 29 16:02:29.079 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90152026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.090 INFO O| Jul 29 16:02:29.090 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90162026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.090 INFO O| Jul 29 16:02:29.090 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 ...
90172026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.090 INFO O| Jul 29 16:02:29.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
90182026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.090 INFO O| Jul 29 16:02:29.090 INFO ok!
90192026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.090 INFO O| Jul 29 16:02:29.090 INFO STEP 24 (ensure_file) COMPLETE
90202026-07-29T16:02:30.312Z[ recovery-image] Jul 29 16:02:29.090 INFO O| Jul 29 16:02:29.090 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90212026-07-29T16:02:30.323Z[ recovery-image] Jul 29 16:02:29.102 INFO O| Jul 29 16:02:29.102 INFO updating shadow file
90222026-07-29T16:02:30.323Z[ recovery-image] Jul 29 16:02:29.103 INFO O| Jul 29 16:02:29.102 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90232026-07-29T16:02:30.324Z[ recovery-image] Jul 29 16:02:29.103 INFO O| Jul 29 16:02:29.103 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90242026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.103 INFO O| Jul 29 16:02:29.103 INFO STEP 25 (shadow) COMPLETE
90252026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.103 INFO O| Jul 29 16:02:29.103 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90262026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.113 INFO O| Jul 29 16:02:29.113 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90272026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.113 INFO O| Jul 29 16:02:29.113 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90282026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.113 INFO O| Jul 29 16:02:29.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
90292026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.113 INFO O| Jul 29 16:02:29.113 INFO ok!
90302026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.113 INFO O| Jul 29 16:02:29.113 INFO STEP 26 (ensure_file) COMPLETE
90312026-07-29T16:02:30.325Z[ recovery-image] Jul 29 16:02:29.113 INFO O| Jul 29 16:02:29.113 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90322026-07-29T16:02:30.349Z[ recovery-image] Jul 29 16:02:29.123 INFO O| Jul 29 16:02:29.123 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
90332026-07-29T16:02:30.349Z[ recovery-image] Jul 29 16:02:29.123 INFO O| Jul 29 16:02:29.123 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
90342026-07-29T16:02:30.349Z[ recovery-image] Jul 29 16:02:29.123 INFO O| Jul 29 16:02:29.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90352026-07-29T16:02:30.349Z[ recovery-image] Jul 29 16:02:29.123 INFO O| Jul 29 16:02:29.123 INFO ok!
90362026-07-29T16:02:30.349Z[ recovery-image] Jul 29 16:02:29.123 INFO O| Jul 29 16:02:29.123 INFO STEP 27 (ensure_file) COMPLETE
90372026-07-29T16:02:30.349Z[ recovery-image] Jul 29 16:02:29.123 INFO O| Jul 29 16:02:29.123 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90382026-07-29T16:02:30.349Z[ recovery-image] Jul 29 16:02:29.133 INFO O| Jul 29 16:02:29.133 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90392026-07-29T16:02:30.350Z[ recovery-image] Jul 29 16:02:29.133 INFO O| Jul 29 16:02:29.133 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90402026-07-29T16:02:30.350Z[ recovery-image] Jul 29 16:02:29.133 INFO O| Jul 29 16:02:29.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90412026-07-29T16:02:30.350Z[ recovery-image] Jul 29 16:02:29.133 INFO O| Jul 29 16:02:29.133 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90422026-07-29T16:02:30.350Z[ recovery-image] Jul 29 16:02:29.133 INFO O| Jul 29 16:02:29.133 INFO ok!
90432026-07-29T16:02:30.350Z[ recovery-image] Jul 29 16:02:29.133 INFO O| Jul 29 16:02:29.133 INFO STEP 28 (ensure_file) COMPLETE
90442026-07-29T16:02:30.350Z[ recovery-image] Jul 29 16:02:29.133 INFO O| Jul 29 16:02:29.133 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90452026-07-29T16:02:30.374Z[ recovery-image] Jul 29 16:02:29.145 INFO O| Jul 29 16:02:29.145 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90462026-07-29T16:02:30.374Z[ recovery-image] Jul 29 16:02:29.145 INFO O| Jul 29 16:02:29.145 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90472026-07-29T16:02:30.374Z[ recovery-image] Jul 29 16:02:29.145 INFO O| Jul 29 16:02:29.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90482026-07-29T16:02:30.374Z[ recovery-image] Jul 29 16:02:29.145 INFO O| Jul 29 16:02:29.145 INFO ok!
90492026-07-29T16:02:30.374Z[ recovery-image] Jul 29 16:02:29.145 INFO O| Jul 29 16:02:29.145 INFO STEP 29 (ensure_file) COMPLETE
90502026-07-29T16:02:30.374Z[ recovery-image] Jul 29 16:02:29.145 INFO O| Jul 29 16:02:29.145 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90512026-07-29T16:02:30.375Z[ recovery-image] Jul 29 16:02:29.156 INFO O| Jul 29 16:02:29.156 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90522026-07-29T16:02:30.375Z[ recovery-image] Jul 29 16:02:29.157 INFO O| Jul 29 16:02:29.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90532026-07-29T16:02:30.375Z[ recovery-image] Jul 29 16:02:29.157 INFO O| Jul 29 16:02:29.157 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90542026-07-29T16:02:30.375Z[ recovery-image] Jul 29 16:02:29.157 INFO O| Jul 29 16:02:29.157 INFO STEP 30 (ensure_dir) COMPLETE
90552026-07-29T16:02:30.375Z[ recovery-image] Jul 29 16:02:29.157 INFO O| Jul 29 16:02:29.157 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90562026-07-29T16:02:30.403Z[ recovery-image] Jul 29 16:02:29.168 INFO O| Jul 29 16:02:29.168 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90572026-07-29T16:02:30.403Z[ recovery-image] Jul 29 16:02:29.168 INFO O| Jul 29 16:02:29.168 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 ...
90582026-07-29T16:02:30.403Z[ recovery-image] Jul 29 16:02:29.168 INFO O| Jul 29 16:02:29.168 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
90592026-07-29T16:02:30.403Z[ recovery-image] Jul 29 16:02:29.168 INFO O| Jul 29 16:02:29.168 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90602026-07-29T16:02:30.403Z[ recovery-image] Jul 29 16:02:29.168 INFO O| Jul 29 16:02:29.168 INFO ok!
90612026-07-29T16:02:30.403Z[ recovery-image] Jul 29 16:02:29.168 INFO O| Jul 29 16:02:29.168 INFO STEP 31 (ensure_file) COMPLETE
90622026-07-29T16:02:30.404Z[ recovery-image] Jul 29 16:02:29.168 INFO O| Jul 29 16:02:29.168 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90632026-07-29T16:02:30.404Z[ recovery-image] Jul 29 16:02:29.178 INFO O| Jul 29 16:02:29.178 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90642026-07-29T16:02:30.404Z[ recovery-image] Jul 29 16:02:29.179 INFO O| Jul 29 16:02:29.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90652026-07-29T16:02:30.404Z[ recovery-image] Jul 29 16:02:29.179 INFO O| Jul 29 16:02:29.179 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90662026-07-29T16:02:30.404Z[ recovery-image] Jul 29 16:02:29.179 INFO O| Jul 29 16:02:29.179 INFO STEP 32 (ensure_dir) COMPLETE
90672026-07-29T16:02:30.404Z[ recovery-image] Jul 29 16:02:29.179 INFO O| Jul 29 16:02:29.179 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90682026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.188 INFO O| Jul 29 16:02:29.188 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90692026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.188 INFO O| Jul 29 16:02:29.188 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 ...
90702026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.188 INFO O| Jul 29 16:02:29.188 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
90712026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.188 INFO O| Jul 29 16:02:29.188 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90722026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.188 INFO O| Jul 29 16:02:29.188 INFO ok!
90732026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.188 INFO O| Jul 29 16:02:29.188 INFO STEP 33 (ensure_file) COMPLETE
90742026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.188 INFO O| Jul 29 16:02:29.188 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90752026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.200 INFO O| Jul 29 16:02:29.200 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90762026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.200 INFO O| Jul 29 16:02:29.200 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90772026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.200 INFO O| Jul 29 16:02:29.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90782026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.200 INFO O| Jul 29 16:02:29.200 INFO ok!
90792026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.200 INFO O| Jul 29 16:02:29.200 INFO STEP 34 (ensure_file) COMPLETE
90802026-07-29T16:02:30.418Z[ recovery-image] Jul 29 16:02:29.200 INFO O| Jul 29 16:02:29.200 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90812026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.211 INFO O| Jul 29 16:02:29.211 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90822026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.211 INFO O| Jul 29 16:02:29.211 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90832026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.211 INFO O| Jul 29 16:02:29.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90842026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.211 INFO O| Jul 29 16:02:29.211 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90852026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.211 INFO O| Jul 29 16:02:29.211 INFO ok!
90862026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.211 INFO O| Jul 29 16:02:29.211 INFO STEP 35 (ensure_file) COMPLETE
90872026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.211 INFO O| Jul 29 16:02:29.211 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90882026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.222 INFO O| Jul 29 16:02:29.222 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90892026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.222 INFO O| Jul 29 16:02:29.222 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90902026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.222 INFO O| Jul 29 16:02:29.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90912026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.222 INFO O| Jul 29 16:02:29.222 INFO ok!
90922026-07-29T16:02:30.436Z[ recovery-image] Jul 29 16:02:29.222 INFO O| Jul 29 16:02:29.222 INFO STEP 36 (ensure_file) COMPLETE
90932026-07-29T16:02:30.437Z[ recovery-image] Jul 29 16:02:29.222 INFO O| Jul 29 16:02:29.222 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90942026-07-29T16:02:30.451Z[ recovery-image] Jul 29 16:02:29.231 INFO O| Jul 29 16:02:29.231 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90952026-07-29T16:02:30.451Z[ recovery-image] Jul 29 16:02:29.232 INFO O| Jul 29 16:02:29.231 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
90962026-07-29T16:02:30.451Z[ recovery-image] Jul 29 16:02:29.232 INFO O| Jul 29 16:02:29.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
90972026-07-29T16:02:30.451Z[ recovery-image] Jul 29 16:02:29.232 INFO O| Jul 29 16:02:29.232 INFO ok!
90982026-07-29T16:02:30.451Z[ recovery-image] Jul 29 16:02:29.232 INFO O| Jul 29 16:02:29.232 INFO STEP 37 (ensure_file) COMPLETE
90992026-07-29T16:02:30.451Z[ recovery-image] Jul 29 16:02:29.232 INFO O| Jul 29 16:02:29.232 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91002026-07-29T16:02:30.486Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
91012026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
91022026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91032026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91042026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91052026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91062026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO ok!
91072026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO STEP 38 (ensure_file) COMPLETE
91082026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.242 INFO O| Jul 29 16:02:29.242 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91092026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.252 INFO O| Jul 29 16:02:29.252 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91102026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.253 INFO O| Jul 29 16:02:29.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91112026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.253 INFO O| Jul 29 16:02:29.253 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91122026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.253 INFO O| Jul 29 16:02:29.253 INFO STEP 39 (ensure_dir) COMPLETE
91132026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.253 INFO O| Jul 29 16:02:29.253 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91142026-07-29T16:02:30.487Z[ recovery-image] Jul 29 16:02:29.263 INFO O| Jul 29 16:02:29.263 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
91152026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.263 INFO O| Jul 29 16:02:29.263 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 ...
91162026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.264 INFO O| Jul 29 16:02:29.263 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
91172026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.264 INFO O| Jul 29 16:02:29.264 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
91182026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.264 INFO O| Jul 29 16:02:29.264 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
91192026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.264 INFO O| Jul 29 16:02:29.264 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
91202026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.264 INFO O| Jul 29 16:02:29.264 INFO ok!
91212026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.264 INFO O| Jul 29 16:02:29.264 INFO STEP 40 (ensure_file) COMPLETE
91222026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.264 INFO O| Jul 29 16:02:29.264 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91232026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.272 INFO O| Jul 29 16:02:29.272 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91242026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.272 INFO O| Jul 29 16:02:29.272 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 ...
91252026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.272 INFO O| Jul 29 16:02:29.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91262026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.272 INFO O| Jul 29 16:02:29.272 INFO ok!
91272026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.272 INFO O| Jul 29 16:02:29.272 INFO STEP 41 (ensure_symlink) COMPLETE
91282026-07-29T16:02:30.488Z[ recovery-image] Jul 29 16:02:29.272 INFO O| Jul 29 16:02:29.272 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91292026-07-29T16:02:30.501Z[ recovery-image] Jul 29 16:02:29.281 INFO O| Jul 29 16:02:29.281 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
91302026-07-29T16:02:30.501Z[ recovery-image] Jul 29 16:02:29.281 INFO O| Jul 29 16:02:29.281 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
91312026-07-29T16:02:30.501Z[ recovery-image] Jul 29 16:02:29.281 INFO O| Jul 29 16:02:29.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
91322026-07-29T16:02:30.501Z[ recovery-image] Jul 29 16:02:29.281 INFO O| Jul 29 16:02:29.281 INFO ok!
91332026-07-29T16:02:30.501Z[ recovery-image] Jul 29 16:02:29.281 INFO O| Jul 29 16:02:29.281 INFO STEP 42 (ensure_symlink) COMPLETE
91342026-07-29T16:02:30.501Z[ recovery-image] Jul 29 16:02:29.281 INFO O| Jul 29 16:02:29.281 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91352026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
91362026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
91372026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91382026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91392026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91402026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91412026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO ok!
91422026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO STEP 43 (ensure_file) COMPLETE
91432026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.290 INFO O| Jul 29 16:02:29.290 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91442026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.299 INFO O| Jul 29 16:02:29.298 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
91452026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.299 INFO O| Jul 29 16:02:29.299 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 ...
91462026-07-29T16:02:30.507Z[ recovery-image] Jul 29 16:02:29.299 INFO O| Jul 29 16:02:29.299 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
91472026-07-29T16:02:30.508Z[ recovery-image] Jul 29 16:02:29.299 INFO O| Jul 29 16:02:29.299 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
91482026-07-29T16:02:30.508Z[ recovery-image] Jul 29 16:02:29.299 INFO O| Jul 29 16:02:29.299 INFO ok!
91492026-07-29T16:02:30.508Z[ recovery-image] Jul 29 16:02:29.299 INFO O| Jul 29 16:02:29.299 INFO STEP 44 (ensure_file) COMPLETE
91502026-07-29T16:02:30.508Z[ recovery-image] Jul 29 16:02:29.299 INFO O| Jul 29 16:02:29.299 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91512026-07-29T16:02:30.518Z[ recovery-image] Jul 29 16:02:29.308 INFO O| Jul 29 16:02:29.308 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91522026-07-29T16:02:30.518Z[ recovery-image] Jul 29 16:02:29.308 INFO O| Jul 29 16:02:29.308 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91532026-07-29T16:02:30.528Z[ recovery-image] Jul 29 16:02:29.308 INFO O| Jul 29 16:02:29.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91542026-07-29T16:02:30.529Z[ recovery-image] Jul 29 16:02:29.308 INFO O| Jul 29 16:02:29.308 INFO ok!
91552026-07-29T16:02:30.529Z[ recovery-image] Jul 29 16:02:29.308 INFO O| Jul 29 16:02:29.308 INFO STEP 45 (ensure_file) COMPLETE
91562026-07-29T16:02:30.529Z[ recovery-image] Jul 29 16:02:29.308 INFO O| Jul 29 16:02:29.308 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91572026-07-29T16:02:30.529Z[ recovery-image] Jul 29 16:02:29.316 INFO O| Jul 29 16:02:29.316 INFO updating shadow file
91582026-07-29T16:02:30.529Z[ recovery-image] Jul 29 16:02:29.316 INFO O| Jul 29 16:02:29.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91592026-07-29T16:02:30.529Z[ recovery-image] Jul 29 16:02:29.316 INFO O| Jul 29 16:02:29.316 INFO STEP 46 (shadow) COMPLETE
91602026-07-29T16:02:30.529Z[ recovery-image] Jul 29 16:02:29.316 INFO O| Jul 29 16:02:29.316 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91612026-07-29T16:02:30.539Z[ recovery-image] Jul 29 16:02:29.324 INFO O| Jul 29 16:02:29.324 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91622026-07-29T16:02:30.539Z[ recovery-image] Jul 29 16:02:29.324 INFO O| Jul 29 16:02:29.324 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91632026-07-29T16:02:30.539Z[ recovery-image] Jul 29 16:02:29.324 INFO O| Jul 29 16:02:29.324 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91642026-07-29T16:02:30.539Z[ recovery-image] Jul 29 16:02:29.324 INFO O| Jul 29 16:02:29.324 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91652026-07-29T16:02:30.539Z[ recovery-image] Jul 29 16:02:29.324 INFO O| Jul 29 16:02:29.324 INFO ok!
91662026-07-29T16:02:30.539Z[ recovery-image] Jul 29 16:02:29.324 INFO O| Jul 29 16:02:29.324 INFO STEP 47 (ensure_file) COMPLETE
91672026-07-29T16:02:30.539Z[ recovery-image] Jul 29 16:02:29.324 INFO O| Jul 29 16:02:29.324 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91682026-07-29T16:02:30.558Z[ recovery-image] Jul 29 16:02:29.333 INFO O| Jul 29 16:02:29.333 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91692026-07-29T16:02:30.558Z[ recovery-image] Jul 29 16:02:29.333 INFO O| Jul 29 16:02:29.333 INFO STEP 48 (ensure_dir) COMPLETE
91702026-07-29T16:02:30.558Z[ recovery-image] Jul 29 16:02:29.333 INFO O| Jul 29 16:02:29.333 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91712026-07-29T16:02:30.559Z[ recovery-image] Jul 29 16:02:29.341 INFO O| Jul 29 16:02:29.341 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91722026-07-29T16:02:30.559Z[ recovery-image] Jul 29 16:02:29.341 INFO O| Jul 29 16:02:29.341 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91732026-07-29T16:02:30.559Z[ recovery-image] Jul 29 16:02:29.341 INFO O| Jul 29 16:02:29.341 INFO STEP 49 (ensure_dir) COMPLETE
91742026-07-29T16:02:30.559Z[ recovery-image] Jul 29 16:02:29.341 INFO O| Jul 29 16:02:29.341 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91752026-07-29T16:02:30.595Z[ recovery-image] Jul 29 16:02:29.387 INFO O| Jul 29 16:02:29.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91762026-07-29T16:02:30.595Z[ recovery-image] Jul 29 16:02:29.387 INFO O| Jul 29 16:02:29.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91772026-07-29T16:02:30.601Z[ recovery-image] Jul 29 16:02:29.387 INFO O| Jul 29 16:02:29.387 INFO STEP 50 (ensure_dir) COMPLETE
91782026-07-29T16:02:30.601Z[ recovery-image] Jul 29 16:02:29.387 INFO O| Jul 29 16:02:29.387 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91792026-07-29T16:02:30.609Z[ recovery-image] Jul 29 16:02:29.400 INFO O| Jul 29 16:02:29.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91802026-07-29T16:02:30.609Z[ recovery-image] Jul 29 16:02:29.400 INFO O| Jul 29 16:02:29.400 INFO copying /tmp/.tmpGW0oD3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91812026-07-29T16:02:30.640Z[ recovery-image] Jul 29 16:02:29.431 INFO O| Jul 29 16:02:29.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91822026-07-29T16:02:30.640Z[ recovery-image] Jul 29 16:02:29.431 INFO O| Jul 29 16:02:29.431 INFO ok!
91832026-07-29T16:02:30.640Z[ recovery-image] Jul 29 16:02:29.431 INFO O| Jul 29 16:02:29.431 INFO STEP 51 (ensure_file) COMPLETE
91842026-07-29T16:02:30.640Z[ recovery-image] Jul 29 16:02:29.431 INFO O| Jul 29 16:02:29.431 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91852026-07-29T16:02:30.647Z[ recovery-image] Jul 29 16:02:29.441 INFO O| Jul 29 16:02:29.441 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91862026-07-29T16:02:30.647Z[ recovery-image] Jul 29 16:02:29.441 INFO O| Jul 29 16:02:29.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91872026-07-29T16:02:30.656Z[ recovery-image] Jul 29 16:02:29.441 INFO O| Jul 29 16:02:29.441 INFO STEP 52 (ensure_dir) COMPLETE
91882026-07-29T16:02:30.656Z[ recovery-image] Jul 29 16:02:29.441 INFO O| Jul 29 16:02:29.441 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91892026-07-29T16:02:30.665Z[ recovery-image] Jul 29 16:02:29.451 INFO O| Jul 29 16:02:29.451 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
91902026-07-29T16:02:30.665Z[ recovery-image] Jul 29 16:02:29.451 INFO O| Jul 29 16:02:29.451 INFO copying /tmp/.tmpGW0oD3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
91912026-07-29T16:02:30.665Z[ recovery-image] Jul 29 16:02:29.451 INFO O| Jul 29 16:02:29.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
91922026-07-29T16:02:30.665Z[ recovery-image] Jul 29 16:02:29.451 INFO O| Jul 29 16:02:29.451 INFO ok!
91932026-07-29T16:02:30.665Z[ recovery-image] Jul 29 16:02:29.451 INFO O| Jul 29 16:02:29.451 INFO STEP 53 (ensure_file) COMPLETE
91942026-07-29T16:02:30.665Z[ recovery-image] Jul 29 16:02:29.451 INFO O| Jul 29 16:02:29.451 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91952026-07-29T16:02:30.673Z[ recovery-image] Jul 29 16:02:29.459 INFO O| Jul 29 16:02:29.459 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91962026-07-29T16:02:30.673Z[ recovery-image] Jul 29 16:02:29.459 INFO O| Jul 29 16:02:29.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91972026-07-29T16:02:30.673Z[ recovery-image] Jul 29 16:02:29.459 INFO O| Jul 29 16:02:29.459 INFO STEP 54 (ensure_dir) COMPLETE
91982026-07-29T16:02:30.673Z[ recovery-image] Jul 29 16:02:29.459 INFO O| Jul 29 16:02:29.459 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91992026-07-29T16:02:30.677Z[ recovery-image] Jul 29 16:02:29.467 INFO O| Jul 29 16:02:29.467 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
92002026-07-29T16:02:30.677Z[ recovery-image] Jul 29 16:02:29.467 INFO O| Jul 29 16:02:29.467 INFO copying /tmp/.tmpGW0oD3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
92012026-07-29T16:02:31.955Z[verify-libraries] Compiling polar-core v0.27.3
92022026-07-29T16:02:32.459Z[ host-image] Jul 29 16:02:31.254 INFO O| creating gzonly manifest...
92032026-07-29T16:02:32.526Z[ host-image] Jul 29 16:02:31.321 INFO O| ok
92042026-07-29T16:02:32.711Z[ host-image] Jul 29 16:02:31.506 INFO image builder template: ramdisk-02-trim...
92052026-07-29T16:02:32.711Z[ host-image] Jul 29 16:02:31.506 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/.tmpGW0oD3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
92062026-07-29T16:02:32.735Z[ host-image] Jul 29 16:02:31.529 INFO O| Jul 29 16:02:31.529 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92072026-07-29T16:02:32.739Z[ host-image] Jul 29 16:02:31.534 INFO O| Jul 29 16:02:31.533 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92082026-07-29T16:02:32.743Z[ recovery-image] Jul 29 16:02:31.538 INFO O| Jul 29 16:02:31.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
92092026-07-29T16:02:32.743Z[ recovery-image] Jul 29 16:02:31.538 INFO O| Jul 29 16:02:31.538 INFO ok!
92102026-07-29T16:02:32.743Z[ recovery-image] Jul 29 16:02:31.538 INFO O| Jul 29 16:02:31.538 INFO STEP 55 (ensure_file) COMPLETE
92112026-07-29T16:02:32.746Z[ recovery-image] Jul 29 16:02:31.538 INFO O| Jul 29 16:02:31.538 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92122026-07-29T16:02:32.764Z[ recovery-image] Jul 29 16:02:31.558 INFO O| Jul 29 16:02:31.558 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
92132026-07-29T16:02:32.764Z[ recovery-image] Jul 29 16:02:31.558 INFO O| Jul 29 16:02:31.558 INFO copying /tmp/.tmpGW0oD3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
92142026-07-29T16:02:33.254Z[ host-image] Jul 29 16:02:32.040 INFO O| Jul 29 16:02:32.040 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
92152026-07-29T16:02:33.390Z[ host-image] Jul 29 16:02:32.178 INFO O| Jul 29 16:02:32.178 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
92162026-07-29T16:02:33.390Z[ host-image] Jul 29 16:02:32.178 INFO O| Jul 29 16:02:32.178 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
92172026-07-29T16:02:33.395Z[ host-image] Jul 29 16:02:32.183 INFO O| Jul 29 16:02:32.183 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92182026-07-29T16:02:33.395Z[ host-image] Jul 29 16:02:32.187 INFO O| Jul 29 16:02:32.187 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
92192026-07-29T16:02:33.401Z[ host-image] Jul 29 16:02:32.193 INFO O| Jul 29 16:02:32.193 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
92202026-07-29T16:02:34.748Z[ recovery-image] Jul 29 16:02:33.527 INFO O| Jul 29 16:02:33.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
92212026-07-29T16:02:34.749Z[ recovery-image] Jul 29 16:02:33.527 INFO O| Jul 29 16:02:33.527 INFO ok!
92222026-07-29T16:02:34.749Z[ recovery-image] Jul 29 16:02:33.527 INFO O| Jul 29 16:02:33.527 INFO STEP 56 (ensure_file) COMPLETE
92232026-07-29T16:02:34.749Z[ recovery-image] Jul 29 16:02:33.527 INFO O| Jul 29 16:02:33.527 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92242026-07-29T16:02:34.753Z[ recovery-image] Jul 29 16:02:33.540 INFO O| Jul 29 16:02:33.539 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92252026-07-29T16:02:34.753Z[ recovery-image] Jul 29 16:02:33.540 INFO O| Jul 29 16:02:33.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92262026-07-29T16:02:34.753Z[ recovery-image] Jul 29 16:02:33.540 INFO O| Jul 29 16:02:33.540 INFO STEP 57 (ensure_dir) COMPLETE
92272026-07-29T16:02:34.754Z[ recovery-image] Jul 29 16:02:33.540 INFO O| Jul 29 16:02:33.540 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92282026-07-29T16:02:34.765Z[ recovery-image] Jul 29 16:02:33.552 INFO O| Jul 29 16:02:33.552 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92292026-07-29T16:02:34.765Z[ recovery-image] Jul 29 16:02:33.552 INFO O| Jul 29 16:02:33.552 INFO copying /tmp/.tmpGW0oD3/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 ...
92302026-07-29T16:02:34.765Z[ recovery-image] Jul 29 16:02:33.552 INFO O| Jul 29 16:02:33.552 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
92312026-07-29T16:02:34.765Z[ recovery-image] Jul 29 16:02:33.552 INFO O| Jul 29 16:02:33.552 INFO ok!
92322026-07-29T16:02:34.765Z[ recovery-image] Jul 29 16:02:33.552 INFO O| Jul 29 16:02:33.552 INFO STEP 58 (ensure_file) COMPLETE
92332026-07-29T16:02:34.765Z[ recovery-image] Jul 29 16:02:33.552 INFO O| Jul 29 16:02:33.552 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92342026-07-29T16:02:34.773Z[ recovery-image] Jul 29 16:02:33.564 INFO O| Jul 29 16:02:33.564 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92352026-07-29T16:02:34.773Z[ recovery-image] Jul 29 16:02:33.564 INFO O| Jul 29 16:02:33.564 INFO copying /tmp/.tmpGW0oD3/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 ...
92362026-07-29T16:02:34.773Z[ recovery-image] Jul 29 16:02:33.564 INFO O| Jul 29 16:02:33.564 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
92372026-07-29T16:02:34.773Z[ recovery-image] Jul 29 16:02:33.564 INFO O| Jul 29 16:02:33.564 INFO ok!
92382026-07-29T16:02:34.773Z[ recovery-image] Jul 29 16:02:33.564 INFO O| Jul 29 16:02:33.564 INFO STEP 59 (ensure_file) COMPLETE
92392026-07-29T16:02:34.773Z[ recovery-image] Jul 29 16:02:33.564 INFO O| Jul 29 16:02:33.564 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92402026-07-29T16:02:34.791Z[ recovery-image] Jul 29 16:02:33.585 INFO O| Jul 29 16:02:33.585 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92412026-07-29T16:02:34.791Z[ recovery-image] Jul 29 16:02:33.585 INFO O| Jul 29 16:02:33.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92422026-07-29T16:02:34.791Z[ recovery-image] Jul 29 16:02:33.585 INFO O| Jul 29 16:02:33.585 INFO STEP 60 (ensure_dir) COMPLETE
92432026-07-29T16:02:34.802Z[ recovery-image] Jul 29 16:02:33.585 INFO O| Jul 29 16:02:33.585 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92442026-07-29T16:02:34.810Z[ recovery-image] Jul 29 16:02:33.597 INFO O| Jul 29 16:02:33.597 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92452026-07-29T16:02:34.810Z[ recovery-image] Jul 29 16:02:33.597 INFO O| Jul 29 16:02:33.597 INFO copying /tmp/.tmpGW0oD3/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 ...
92462026-07-29T16:02:34.810Z[ recovery-image] Jul 29 16:02:33.597 INFO O| Jul 29 16:02:33.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92472026-07-29T16:02:34.810Z[ recovery-image] Jul 29 16:02:33.597 INFO O| Jul 29 16:02:33.597 INFO ok!
92482026-07-29T16:02:34.810Z[ recovery-image] Jul 29 16:02:33.597 INFO O| Jul 29 16:02:33.597 INFO STEP 61 (ensure_file) COMPLETE
92492026-07-29T16:02:34.810Z[ recovery-image] Jul 29 16:02:33.597 INFO O| Jul 29 16:02:33.597 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92502026-07-29T16:02:34.815Z[ recovery-image] Jul 29 16:02:33.609 INFO O| Jul 29 16:02:33.609 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92512026-07-29T16:02:34.815Z[ recovery-image] Jul 29 16:02:33.609 INFO O| Jul 29 16:02:33.609 INFO copying /tmp/.tmpGW0oD3/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 ...
92522026-07-29T16:02:34.815Z[ recovery-image] Jul 29 16:02:33.609 INFO O| Jul 29 16:02:33.609 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
92532026-07-29T16:02:34.815Z[ recovery-image] Jul 29 16:02:33.609 INFO O| Jul 29 16:02:33.609 INFO ok!
92542026-07-29T16:02:34.815Z[ recovery-image] Jul 29 16:02:33.609 INFO O| Jul 29 16:02:33.609 INFO STEP 62 (ensure_file) COMPLETE
92552026-07-29T16:02:34.815Z[ recovery-image] Jul 29 16:02:33.609 INFO O| Jul 29 16:02:33.609 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92562026-07-29T16:02:34.825Z[ recovery-image] Jul 29 16:02:33.619 INFO O| Jul 29 16:02:33.619 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92572026-07-29T16:02:34.825Z[ recovery-image] Jul 29 16:02:33.619 INFO O| Jul 29 16:02:33.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92582026-07-29T16:02:34.833Z[ recovery-image] Jul 29 16:02:33.619 INFO O| Jul 29 16:02:33.619 INFO STEP 63 (ensure_dir) COMPLETE
92592026-07-29T16:02:34.833Z[ recovery-image] Jul 29 16:02:33.619 INFO O| Jul 29 16:02:33.619 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92602026-07-29T16:02:34.839Z[ recovery-image] Jul 29 16:02:33.630 INFO O| Jul 29 16:02:33.629 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92612026-07-29T16:02:34.839Z[ recovery-image] Jul 29 16:02:33.630 INFO O| Jul 29 16:02:33.629 INFO copying /tmp/.tmpGW0oD3/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 ...
92622026-07-29T16:02:34.839Z[ recovery-image] Jul 29 16:02:33.630 INFO O| Jul 29 16:02:33.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92632026-07-29T16:02:34.839Z[ recovery-image] Jul 29 16:02:33.630 INFO O| Jul 29 16:02:33.630 INFO ok!
92642026-07-29T16:02:34.840Z[ recovery-image] Jul 29 16:02:33.630 INFO O| Jul 29 16:02:33.630 INFO STEP 64 (ensure_file) COMPLETE
92652026-07-29T16:02:34.840Z[ recovery-image] Jul 29 16:02:33.630 INFO O| Jul 29 16:02:33.630 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92662026-07-29T16:02:34.849Z[ recovery-image] Jul 29 16:02:33.640 INFO O| Jul 29 16:02:33.640 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
92672026-07-29T16:02:34.849Z[ recovery-image] Jul 29 16:02:33.640 INFO O| Jul 29 16:02:33.640 INFO copying /tmp/.tmpGW0oD3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
92682026-07-29T16:02:34.849Z[ recovery-image] Jul 29 16:02:33.640 INFO O| Jul 29 16:02:33.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
92692026-07-29T16:02:34.861Z[ recovery-image] Jul 29 16:02:33.640 INFO O| Jul 29 16:02:33.640 INFO ok!
92702026-07-29T16:02:34.861Z[ recovery-image] Jul 29 16:02:33.640 INFO O| Jul 29 16:02:33.640 INFO STEP 65 (ensure_file) COMPLETE
92712026-07-29T16:02:34.861Z[ recovery-image] Jul 29 16:02:33.640 INFO O| Jul 29 16:02:33.640 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92722026-07-29T16:02:34.872Z[ recovery-image] Jul 29 16:02:33.650 INFO O| Jul 29 16:02:33.650 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
92732026-07-29T16:02:34.872Z[ recovery-image] Jul 29 16:02:33.650 INFO O| Jul 29 16:02:33.650 INFO STEP 66 (ensure_dir) COMPLETE
92742026-07-29T16:02:34.872Z[ recovery-image] Jul 29 16:02:33.650 INFO O| Jul 29 16:02:33.650 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92752026-07-29T16:02:34.872Z[ recovery-image] Jul 29 16:02:33.661 INFO O| Jul 29 16:02:33.661 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
92762026-07-29T16:02:34.872Z[ recovery-image] Jul 29 16:02:33.661 INFO O| Jul 29 16:02:33.661 INFO STEP 67 (ensure_dir) COMPLETE
92772026-07-29T16:02:34.872Z[ recovery-image] Jul 29 16:02:33.661 INFO O| Jul 29 16:02:33.661 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92782026-07-29T16:02:34.883Z[ recovery-image] Jul 29 16:02:33.670 INFO O| Jul 29 16:02:33.670 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
92792026-07-29T16:02:34.883Z[ recovery-image] Jul 29 16:02:33.670 INFO O| Jul 29 16:02:33.670 INFO STEP 68 (ensure_dir) COMPLETE
92802026-07-29T16:02:34.883Z[ recovery-image] Jul 29 16:02:33.670 INFO O| Jul 29 16:02:33.670 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92812026-07-29T16:02:34.888Z[ recovery-image] Jul 29 16:02:33.680 INFO O| Jul 29 16:02:33.680 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
92822026-07-29T16:02:34.888Z[ recovery-image] Jul 29 16:02:33.680 INFO O| Jul 29 16:02:33.680 INFO STEP 69 (ensure_dir) COMPLETE
92832026-07-29T16:02:34.888Z[ recovery-image] Jul 29 16:02:33.680 INFO O| Jul 29 16:02:33.680 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92842026-07-29T16:02:34.900Z[ recovery-image] Jul 29 16:02:33.689 INFO O| Jul 29 16:02:33.689 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
92852026-07-29T16:02:34.900Z[ recovery-image] Jul 29 16:02:33.689 INFO O| Jul 29 16:02:33.689 INFO copying /tmp/.tmpGW0oD3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
92862026-07-29T16:02:34.907Z[ recovery-image] Jul 29 16:02:33.689 INFO O| Jul 29 16:02:33.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
92872026-07-29T16:02:34.907Z[ recovery-image] Jul 29 16:02:33.689 INFO O| Jul 29 16:02:33.689 INFO ok!
92882026-07-29T16:02:34.907Z[ recovery-image] Jul 29 16:02:33.689 INFO O| Jul 29 16:02:33.689 INFO STEP 70 (ensure_file) COMPLETE
92892026-07-29T16:02:34.907Z[ recovery-image] Jul 29 16:02:33.689 INFO O| Jul 29 16:02:33.689 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92902026-07-29T16:02:34.912Z[ recovery-image] Jul 29 16:02:33.699 INFO O| Jul 29 16:02:33.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
92912026-07-29T16:02:34.912Z[ recovery-image] Jul 29 16:02:33.699 INFO O| Jul 29 16:02:33.699 INFO STEP 71 (remove_files) COMPLETE
92922026-07-29T16:02:34.913Z[ recovery-image] Jul 29 16:02:33.699 INFO O| Jul 29 16:02:33.699 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92932026-07-29T16:02:34.928Z[ recovery-image] Jul 29 16:02:33.722 INFO O| Jul 29 16:02:33.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
92942026-07-29T16:02:34.928Z[ recovery-image] Jul 29 16:02:33.722 INFO O| Jul 29 16:02:33.722 INFO STEP 72 (remove_files) COMPLETE
92952026-07-29T16:02:34.935Z[ recovery-image] Jul 29 16:02:33.722 INFO O| Jul 29 16:02:33.722 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92962026-07-29T16:02:34.946Z[ recovery-image] Jul 29 16:02:33.733 INFO O| Jul 29 16:02:33.733 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
92972026-07-29T16:02:34.946Z[ recovery-image] Jul 29 16:02:33.734 INFO O| Jul 29 16:02:33.734 INFO STEP 73 (remove_files) COMPLETE
92982026-07-29T16:02:34.946Z[ recovery-image] Jul 29 16:02:33.734 INFO O| Jul 29 16:02:33.734 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92992026-07-29T16:02:34.953Z[ recovery-image] Jul 29 16:02:33.745 INFO O| Jul 29 16:02:33.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
93002026-07-29T16:02:34.953Z[ recovery-image] Jul 29 16:02:33.745 INFO O| Jul 29 16:02:33.745 INFO STEP 74 (remove_files) COMPLETE
93012026-07-29T16:02:34.953Z[ recovery-image] Jul 29 16:02:33.745 INFO O| Jul 29 16:02:33.745 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93022026-07-29T16:02:34.991Z[ recovery-image] Jul 29 16:02:33.756 INFO O| Jul 29 16:02:33.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
93032026-07-29T16:02:34.991Z[ recovery-image] Jul 29 16:02:33.756 INFO O| Jul 29 16:02:33.756 INFO STEP 75 (remove_files) COMPLETE
93042026-07-29T16:02:34.991Z[ recovery-image] Jul 29 16:02:33.756 INFO O| Jul 29 16:02:33.756 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93052026-07-29T16:02:34.991Z[ recovery-image] Jul 29 16:02:33.767 INFO O| Jul 29 16:02:33.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
93062026-07-29T16:02:34.991Z[ recovery-image] Jul 29 16:02:33.767 INFO O| Jul 29 16:02:33.767 INFO STEP 76 (remove_files) COMPLETE
93072026-07-29T16:02:34.991Z[ recovery-image] Jul 29 16:02:33.767 INFO O| Jul 29 16:02:33.767 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93082026-07-29T16:02:34.998Z[ recovery-image] Jul 29 16:02:33.778 INFO O| Jul 29 16:02:33.778 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
93092026-07-29T16:02:34.998Z[ recovery-image] Jul 29 16:02:33.778 INFO O| Jul 29 16:02:33.778 INFO STEP 77 (remove_files) COMPLETE
93102026-07-29T16:02:34.999Z[ recovery-image] Jul 29 16:02:33.778 INFO O| Jul 29 16:02:33.778 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93112026-07-29T16:02:35.029Z[ recovery-image] Jul 29 16:02:33.807 INFO O| Jul 29 16:02:33.807 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
93122026-07-29T16:02:35.029Z[ recovery-image] Jul 29 16:02:33.807 INFO O| Jul 29 16:02:33.807 INFO STEP 78 (remove_files) COMPLETE
93132026-07-29T16:02:35.035Z[ recovery-image] Jul 29 16:02:33.807 INFO O| Jul 29 16:02:33.807 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93142026-07-29T16:02:35.061Z[ recovery-image] Jul 29 16:02:33.852 INFO O| Jul 29 16:02:33.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
93152026-07-29T16:02:35.061Z[ recovery-image] Jul 29 16:02:33.852 INFO O| Jul 29 16:02:33.852 INFO STEP 79 (remove_files) COMPLETE
93162026-07-29T16:02:35.061Z[ recovery-image] Jul 29 16:02:33.852 INFO O| Jul 29 16:02:33.852 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93172026-07-29T16:02:35.118Z[ recovery-image] Jul 29 16:02:33.908 INFO O| Jul 29 16:02:33.908 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
93182026-07-29T16:02:35.118Z[ recovery-image] Jul 29 16:02:33.908 INFO O| Jul 29 16:02:33.908 INFO STEP 80 (remove_files) COMPLETE
93192026-07-29T16:02:35.118Z[ recovery-image] Jul 29 16:02:33.908 INFO O| Jul 29 16:02:33.908 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93202026-07-29T16:02:35.130Z[ recovery-image] Jul 29 16:02:33.920 INFO O| Jul 29 16:02:33.920 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
93212026-07-29T16:02:35.131Z[ recovery-image] Jul 29 16:02:33.920 INFO O| Jul 29 16:02:33.920 INFO STEP 81 (remove_files) COMPLETE
93222026-07-29T16:02:35.131Z[ recovery-image] Jul 29 16:02:33.920 INFO O| Jul 29 16:02:33.920 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93232026-07-29T16:02:35.142Z[ recovery-image] Jul 29 16:02:33.932 INFO O| Jul 29 16:02:33.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
93242026-07-29T16:02:35.142Z[ recovery-image] Jul 29 16:02:33.933 INFO O| Jul 29 16:02:33.932 INFO STEP 82 (remove_files) COMPLETE
93252026-07-29T16:02:35.150Z[ recovery-image] Jul 29 16:02:33.933 INFO O| Jul 29 16:02:33.933 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93262026-07-29T16:02:35.167Z[ recovery-image] Jul 29 16:02:33.944 INFO O| Jul 29 16:02:33.944 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
93272026-07-29T16:02:35.167Z[ recovery-image] Jul 29 16:02:33.944 INFO O| Jul 29 16:02:33.944 INFO STEP 83 (remove_files) COMPLETE
93282026-07-29T16:02:35.168Z[ recovery-image] Jul 29 16:02:33.944 INFO O| Jul 29 16:02:33.944 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93292026-07-29T16:02:35.183Z[ recovery-image] Jul 29 16:02:33.973 INFO O| Jul 29 16:02:33.973 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
93302026-07-29T16:02:35.183Z[ recovery-image] Jul 29 16:02:33.973 INFO O| Jul 29 16:02:33.973 INFO STEP 84 (remove_files) COMPLETE
93312026-07-29T16:02:35.183Z[ recovery-image] Jul 29 16:02:33.973 INFO O| Jul 29 16:02:33.973 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93322026-07-29T16:02:35.199Z[ recovery-image] Jul 29 16:02:33.985 INFO O| Jul 29 16:02:33.985 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
93332026-07-29T16:02:35.200Z[ recovery-image] Jul 29 16:02:33.985 INFO O| Jul 29 16:02:33.985 INFO STEP 85 (remove_files) COMPLETE
93342026-07-29T16:02:35.200Z[ recovery-image] Jul 29 16:02:33.985 INFO O| Jul 29 16:02:33.985 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93352026-07-29T16:02:35.207Z[ recovery-image] Jul 29 16:02:33.997 INFO O| Jul 29 16:02:33.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
93362026-07-29T16:02:35.208Z[ recovery-image] Jul 29 16:02:33.997 INFO O| Jul 29 16:02:33.997 INFO STEP 86 (remove_files) COMPLETE
93372026-07-29T16:02:35.208Z[ recovery-image] Jul 29 16:02:33.997 INFO O| Jul 29 16:02:33.997 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93382026-07-29T16:02:35.213Z[ recovery-image] Jul 29 16:02:34.007 INFO O| Jul 29 16:02:34.007 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
93392026-07-29T16:02:35.213Z[ recovery-image] Jul 29 16:02:34.007 INFO O| Jul 29 16:02:34.007 INFO STEP 87 (remove_files) COMPLETE
93402026-07-29T16:02:35.222Z[ recovery-image] Jul 29 16:02:34.007 INFO O| Jul 29 16:02:34.007 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93412026-07-29T16:02:35.229Z[ recovery-image] Jul 29 16:02:34.017 INFO O| Jul 29 16:02:34.017 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
93422026-07-29T16:02:35.229Z[ recovery-image] Jul 29 16:02:34.018 INFO O| Jul 29 16:02:34.018 INFO STEP 88 (remove_files) COMPLETE
93432026-07-29T16:02:35.229Z[ recovery-image] Jul 29 16:02:34.018 INFO O| Jul 29 16:02:34.018 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93442026-07-29T16:02:35.236Z[ recovery-image] Jul 29 16:02:34.027 INFO O| Jul 29 16:02:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
93452026-07-29T16:02:35.236Z[ recovery-image] Jul 29 16:02:34.027 INFO O| Jul 29 16:02:34.027 INFO STEP 89 (remove_files) COMPLETE
93462026-07-29T16:02:35.236Z[ recovery-image] Jul 29 16:02:34.027 INFO O| Jul 29 16:02:34.027 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93472026-07-29T16:02:35.259Z[ recovery-image] Jul 29 16:02:34.038 INFO O| Jul 29 16:02:34.038 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
93482026-07-29T16:02:35.259Z[ recovery-image] Jul 29 16:02:34.038 INFO O| Jul 29 16:02:34.038 INFO STEP 90 (remove_files) COMPLETE
93492026-07-29T16:02:35.259Z[ recovery-image] Jul 29 16:02:34.038 INFO O| Jul 29 16:02:34.038 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93502026-07-29T16:02:35.274Z[ recovery-image] Jul 29 16:02:34.048 INFO O| Jul 29 16:02:34.048 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93512026-07-29T16:02:35.274Z[ recovery-image] Jul 29 16:02:34.048 INFO O| Jul 29 16:02:34.048 INFO STEP 91 (remove_files) COMPLETE
93522026-07-29T16:02:35.274Z[ recovery-image] Jul 29 16:02:34.048 INFO O| Jul 29 16:02:34.048 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93532026-07-29T16:02:35.274Z[ recovery-image] Jul 29 16:02:34.059 INFO O| Jul 29 16:02:34.059 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
93542026-07-29T16:02:35.274Z[ recovery-image] Jul 29 16:02:34.059 INFO O| Jul 29 16:02:34.059 INFO STEP 92 (remove_files) COMPLETE
93552026-07-29T16:02:35.274Z[ recovery-image] Jul 29 16:02:34.059 INFO O| Jul 29 16:02:34.059 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93562026-07-29T16:02:35.279Z[ recovery-image] Jul 29 16:02:34.069 INFO O| Jul 29 16:02:34.069 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93572026-07-29T16:02:35.279Z[ recovery-image] Jul 29 16:02:34.069 INFO O| Jul 29 16:02:34.069 INFO STEP 93 (remove_files) COMPLETE
93582026-07-29T16:02:35.279Z[ recovery-image] Jul 29 16:02:34.069 INFO O| Jul 29 16:02:34.069 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93592026-07-29T16:02:35.309Z[ recovery-image] Jul 29 16:02:34.103 INFO O| Jul 29 16:02:34.098 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
93602026-07-29T16:02:35.309Z[ recovery-image] Jul 29 16:02:34.103 INFO O| Jul 29 16:02:34.098 INFO STEP 94 (remove_files) COMPLETE
93612026-07-29T16:02:35.322Z[ recovery-image] Jul 29 16:02:34.103 INFO O| Jul 29 16:02:34.098 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93622026-07-29T16:02:35.330Z[ recovery-image] Jul 29 16:02:34.115 INFO O| Jul 29 16:02:34.115 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
93632026-07-29T16:02:35.330Z[ recovery-image] Jul 29 16:02:34.115 INFO O| Jul 29 16:02:34.115 INFO STEP 95 (remove_files) COMPLETE
93642026-07-29T16:02:35.330Z[ recovery-image] Jul 29 16:02:34.115 INFO O| Jul 29 16:02:34.115 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93652026-07-29T16:02:35.334Z[ recovery-image] Jul 29 16:02:34.126 INFO O| Jul 29 16:02:34.126 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
93662026-07-29T16:02:35.334Z[ recovery-image] Jul 29 16:02:34.126 INFO O| Jul 29 16:02:34.126 INFO STEP 96 (remove_files) COMPLETE
93672026-07-29T16:02:35.334Z[ recovery-image] Jul 29 16:02:34.126 INFO O| Jul 29 16:02:34.126 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93682026-07-29T16:02:35.346Z[ recovery-image] Jul 29 16:02:34.139 INFO O| Jul 29 16:02:34.139 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
93692026-07-29T16:02:35.346Z[ recovery-image] Jul 29 16:02:34.139 INFO O| Jul 29 16:02:34.139 INFO STEP 97 (remove_files) COMPLETE
93702026-07-29T16:02:35.346Z[ recovery-image] Jul 29 16:02:34.139 INFO O| Jul 29 16:02:34.139 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93712026-07-29T16:02:35.363Z[ recovery-image] Jul 29 16:02:34.155 INFO O| Jul 29 16:02:34.155 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93722026-07-29T16:02:35.363Z[ recovery-image] Jul 29 16:02:34.155 INFO O| Jul 29 16:02:34.155 INFO STEP 98 (remove_files) COMPLETE
93732026-07-29T16:02:35.363Z[ recovery-image] Jul 29 16:02:34.155 INFO O| Jul 29 16:02:34.155 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742026-07-29T16:02:35.382Z[ recovery-image] Jul 29 16:02:34.167 INFO O| Jul 29 16:02:34.167 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93752026-07-29T16:02:35.382Z[ recovery-image] Jul 29 16:02:34.168 INFO O| Jul 29 16:02:34.168 INFO STEP 99 (remove_files) COMPLETE
93762026-07-29T16:02:35.382Z[ recovery-image] Jul 29 16:02:34.168 INFO O| Jul 29 16:02:34.168 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93772026-07-29T16:02:35.394Z[ recovery-image] Jul 29 16:02:34.189 INFO O| Jul 29 16:02:34.189 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93782026-07-29T16:02:35.394Z[ recovery-image] Jul 29 16:02:34.189 INFO O| Jul 29 16:02:34.189 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93792026-07-29T16:02:36.394Z[ host-image] Jul 29 16:02:35.179 INFO O| Jul 29 16:02:35.179 INFO rolled back to input snapshot; work may begin
93802026-07-29T16:02:36.394Z[ host-image] Jul 29 16:02:35.179 INFO O| Jul 29 16:02:35.179 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93812026-07-29T16:02:36.401Z[ host-image] Jul 29 16:02:35.184 INFO O| Jul 29 16:02:35.184 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93822026-07-29T16:02:36.414Z[ host-image] Jul 29 16:02:35.194 INFO O| Jul 29 16:02:35.193 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93832026-07-29T16:02:36.439Z[ host-image] Jul 29 16:02:35.234 INFO O| Jul 29 16:02:35.233 INFO STEP 0 (remove_files) COMPLETE
93842026-07-29T16:02:36.439Z[ host-image] Jul 29 16:02:35.234 INFO O| Jul 29 16:02:35.234 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93852026-07-29T16:02:36.464Z[ host-image] Jul 29 16:02:35.256 INFO O| Jul 29 16:02:35.256 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93862026-07-29T16:02:36.470Z[ host-image] Jul 29 16:02:35.257 INFO O| Jul 29 16:02:35.257 INFO STEP 1 (remove_files) COMPLETE
93872026-07-29T16:02:36.470Z[ host-image] Jul 29 16:02:35.257 INFO O| Jul 29 16:02:35.257 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882026-07-29T16:02:36.475Z[ host-image] Jul 29 16:02:35.266 INFO O| Jul 29 16:02:35.265 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93892026-07-29T16:02:36.493Z[ host-image] Jul 29 16:02:35.285 INFO O| Jul 29 16:02:35.285 INFO STEP 2 (remove_files) COMPLETE
93902026-07-29T16:02:36.493Z[ host-image] Jul 29 16:02:35.285 INFO O| Jul 29 16:02:35.285 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93912026-07-29T16:02:36.503Z[ host-image] Jul 29 16:02:35.296 INFO O| Jul 29 16:02:35.295 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93922026-07-29T16:02:36.507Z[ host-image] Jul 29 16:02:35.297 INFO O| Jul 29 16:02:35.297 INFO STEP 3 (remove_files) COMPLETE
93932026-07-29T16:02:36.507Z[ host-image] Jul 29 16:02:35.297 INFO O| Jul 29 16:02:35.297 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93942026-07-29T16:02:36.513Z[ host-image] Jul 29 16:02:35.306 INFO O| Jul 29 16:02:35.306 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93952026-07-29T16:02:36.520Z[ host-image] Jul 29 16:02:35.310 INFO O| Jul 29 16:02:35.310 INFO STEP 4 (remove_files) COMPLETE
93962026-07-29T16:02:36.520Z[ host-image] Jul 29 16:02:35.310 INFO O| Jul 29 16:02:35.310 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972026-07-29T16:02:36.530Z[ host-image] Jul 29 16:02:35.320 INFO O| Jul 29 16:02:35.319 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
93982026-07-29T16:02:36.535Z[ host-image] Jul 29 16:02:35.322 INFO O| Jul 29 16:02:35.322 INFO STEP 5 (remove_files) COMPLETE
93992026-07-29T16:02:36.535Z[ host-image] Jul 29 16:02:35.322 INFO O| Jul 29 16:02:35.322 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94002026-07-29T16:02:36.542Z[ host-image] Jul 29 16:02:35.331 INFO O| Jul 29 16:02:35.331 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94012026-07-29T16:02:36.556Z[ host-image] Jul 29 16:02:35.344 INFO O| Jul 29 16:02:35.344 INFO STEP 6 (remove_files) COMPLETE
94022026-07-29T16:02:36.556Z[ host-image] Jul 29 16:02:35.344 INFO O| Jul 29 16:02:35.344 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-07-29T16:02:36.556Z[ host-image] Jul 29 16:02:35.344 INFO O| Jul 29 16:02:35.344 INFO skip step because feature "heliosv2" is not enabled
94042026-07-29T16:02:36.566Z[ host-image] Jul 29 16:02:35.344 INFO O| Jul 29 16:02:35.344 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94052026-07-29T16:02:36.567Z[ host-image] Jul 29 16:02:35.355 INFO O| Jul 29 16:02:35.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94062026-07-29T16:02:36.579Z[ host-image] Jul 29 16:02:35.369 INFO O| Jul 29 16:02:35.369 INFO STEP 8 (remove_files) COMPLETE
94072026-07-29T16:02:36.579Z[ host-image] Jul 29 16:02:35.369 INFO O| Jul 29 16:02:35.369 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94082026-07-29T16:02:36.596Z[ host-image] Jul 29 16:02:35.387 INFO O| Jul 29 16:02:35.382 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94092026-07-29T16:02:36.723Z[ host-image] Jul 29 16:02:35.517 INFO O| Jul 29 16:02:35.516 INFO STEP 9 (remove_files) COMPLETE
94102026-07-29T16:02:36.723Z[ host-image] Jul 29 16:02:35.517 INFO O| Jul 29 16:02:35.516 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94112026-07-29T16:02:36.734Z[ host-image] Jul 29 16:02:35.527 INFO O| Jul 29 16:02:35.527 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94122026-07-29T16:02:36.824Z[ host-image] Jul 29 16:02:35.615 INFO O| Jul 29 16:02:35.615 INFO STEP 10 (remove_files) COMPLETE
94132026-07-29T16:02:36.824Z[ host-image] Jul 29 16:02:35.615 INFO O| Jul 29 16:02:35.615 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-07-29T16:02:36.840Z[ host-image] Jul 29 16:02:35.627 INFO O| Jul 29 16:02:35.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94152026-07-29T16:02:36.849Z[ host-image] Jul 29 16:02:35.630 INFO O| Jul 29 16:02:35.629 INFO STEP 11 (remove_files) COMPLETE
94162026-07-29T16:02:36.849Z[ host-image] Jul 29 16:02:35.630 INFO O| Jul 29 16:02:35.630 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-07-29T16:02:36.849Z[ host-image] Jul 29 16:02:35.639 INFO O| Jul 29 16:02:35.639 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94182026-07-29T16:02:36.849Z[ host-image] Jul 29 16:02:35.640 INFO O| Jul 29 16:02:35.640 INFO STEP 12 (remove_files) COMPLETE
94192026-07-29T16:02:36.849Z[ host-image] Jul 29 16:02:35.640 INFO O| Jul 29 16:02:35.640 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-07-29T16:02:36.855Z[ host-image] Jul 29 16:02:35.649 INFO O| Jul 29 16:02:35.649 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94212026-07-29T16:02:36.861Z[ host-image] Jul 29 16:02:35.650 INFO O| Jul 29 16:02:35.650 INFO STEP 13 (remove_files) COMPLETE
94222026-07-29T16:02:36.861Z[ host-image] Jul 29 16:02:35.650 INFO O| Jul 29 16:02:35.650 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-07-29T16:02:36.880Z[ host-image] Jul 29 16:02:35.673 INFO O| Jul 29 16:02:35.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94242026-07-29T16:02:36.889Z[ host-image] Jul 29 16:02:35.680 INFO O| Jul 29 16:02:35.680 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94252026-07-29T16:02:37.130Z[ host-image] Jul 29 16:02:35.924 INFO O| Jul 29 16:02:35.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94262026-07-29T16:02:37.130Z[ host-image] Jul 29 16:02:35.924 INFO O| Jul 29 16:02:35.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94272026-07-29T16:02:37.135Z[ host-image] Jul 29 16:02:35.929 INFO O| Jul 29 16:02:35.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94282026-07-29T16:02:37.135Z[ host-image] Jul 29 16:02:35.929 INFO O| Jul 29 16:02:35.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94292026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.929 INFO O| Jul 29 16:02:35.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94302026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.929 INFO O| Jul 29 16:02:35.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94312026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.929 INFO O| Jul 29 16:02:35.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94322026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94332026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94342026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94352026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94362026-07-29T16:02:37.138Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94372026-07-29T16:02:37.139Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94382026-07-29T16:02:37.139Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94392026-07-29T16:02:37.139Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94402026-07-29T16:02:37.139Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94412026-07-29T16:02:37.139Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94422026-07-29T16:02:37.139Z[ host-image] Jul 29 16:02:35.930 INFO O| Jul 29 16:02:35.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94432026-07-29T16:02:37.169Z[ host-image] Jul 29 16:02:35.962 INFO O| Jul 29 16:02:35.962 INFO STEP 14 (remove_files) COMPLETE
94442026-07-29T16:02:37.169Z[ host-image] Jul 29 16:02:35.962 INFO O| Jul 29 16:02:35.962 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-07-29T16:02:37.178Z[ host-image] Jul 29 16:02:35.973 INFO O| Jul 29 16:02:35.973 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94462026-07-29T16:02:37.184Z[ host-image] Jul 29 16:02:35.974 INFO O| Jul 29 16:02:35.974 INFO STEP 15 (remove_files) COMPLETE
94472026-07-29T16:02:37.184Z[ host-image] Jul 29 16:02:35.974 INFO O| Jul 29 16:02:35.974 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-07-29T16:02:37.189Z[ host-image] Jul 29 16:02:35.983 INFO O| Jul 29 16:02:35.983 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94492026-07-29T16:02:37.195Z[ host-image] Jul 29 16:02:35.990 INFO O| Jul 29 16:02:35.990 INFO STEP 16 (remove_files) COMPLETE
94502026-07-29T16:02:37.195Z[ host-image] Jul 29 16:02:35.990 INFO O| Jul 29 16:02:35.990 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-07-29T16:02:37.205Z[ host-image] Jul 29 16:02:35.999 INFO O| Jul 29 16:02:35.999 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94522026-07-29T16:02:37.208Z[ host-image] Jul 29 16:02:36.000 INFO O| Jul 29 16:02:35.999 INFO STEP 17 (remove_files) COMPLETE
94532026-07-29T16:02:37.208Z[ host-image] Jul 29 16:02:36.000 INFO O| Jul 29 16:02:35.999 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-07-29T16:02:37.213Z[ host-image] Jul 29 16:02:36.008 INFO O| Jul 29 16:02:36.008 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94552026-07-29T16:02:37.217Z[ host-image] Jul 29 16:02:36.009 INFO O| Jul 29 16:02:36.009 INFO STEP 18 (remove_files) COMPLETE
94562026-07-29T16:02:37.217Z[ host-image] Jul 29 16:02:36.009 INFO O| Jul 29 16:02:36.009 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-07-29T16:02:37.224Z[ host-image] Jul 29 16:02:36.018 INFO O| Jul 29 16:02:36.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94582026-07-29T16:02:37.224Z[ host-image] Jul 29 16:02:36.018 INFO O| Jul 29 16:02:36.018 INFO STEP 19 (remove_files) COMPLETE
94592026-07-29T16:02:37.224Z[ host-image] Jul 29 16:02:36.018 INFO O| Jul 29 16:02:36.018 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-07-29T16:02:37.233Z[ host-image] Jul 29 16:02:36.026 INFO O| Jul 29 16:02:36.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94612026-07-29T16:02:37.233Z[ host-image] Jul 29 16:02:36.026 INFO O| Jul 29 16:02:36.026 INFO STEP 20 (remove_files) COMPLETE
94622026-07-29T16:02:37.233Z[ host-image] Jul 29 16:02:36.026 INFO O| Jul 29 16:02:36.026 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-07-29T16:02:37.239Z[ host-image] Jul 29 16:02:36.034 INFO O| Jul 29 16:02:36.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94642026-07-29T16:02:37.239Z[ host-image] Jul 29 16:02:36.034 INFO O| Jul 29 16:02:36.034 INFO STEP 21 (remove_files) COMPLETE
94652026-07-29T16:02:37.242Z[ host-image] Jul 29 16:02:36.034 INFO O| Jul 29 16:02:36.034 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-07-29T16:02:37.247Z[ host-image] Jul 29 16:02:36.041 INFO O| Jul 29 16:02:36.041 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94672026-07-29T16:02:37.247Z[ host-image] Jul 29 16:02:36.041 INFO O| Jul 29 16:02:36.041 INFO STEP 22 (remove_files) COMPLETE
94682026-07-29T16:02:37.247Z[ host-image] Jul 29 16:02:36.041 INFO O| Jul 29 16:02:36.041 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-07-29T16:02:37.257Z[ host-image] Jul 29 16:02:36.051 INFO O| Jul 29 16:02:36.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94702026-07-29T16:02:37.257Z[ host-image] Jul 29 16:02:36.051 INFO O| Jul 29 16:02:36.051 INFO STEP 23 (remove_files) COMPLETE
94712026-07-29T16:02:37.257Z[ host-image] Jul 29 16:02:36.051 INFO O| Jul 29 16:02:36.051 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-07-29T16:02:37.270Z[ host-image] Jul 29 16:02:36.065 INFO O| Jul 29 16:02:36.065 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94732026-07-29T16:02:37.273Z[ host-image] Jul 29 16:02:36.065 INFO O| Jul 29 16:02:36.065 INFO STEP 24 (remove_files) COMPLETE
94742026-07-29T16:02:37.273Z[ host-image] Jul 29 16:02:36.065 INFO O| Jul 29 16:02:36.065 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-07-29T16:02:37.284Z[ host-image] Jul 29 16:02:36.078 INFO O| Jul 29 16:02:36.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94762026-07-29T16:02:37.284Z[ host-image] Jul 29 16:02:36.078 INFO O| Jul 29 16:02:36.078 INFO STEP 25 (remove_files) COMPLETE
94772026-07-29T16:02:37.287Z[ host-image] Jul 29 16:02:36.078 INFO O| Jul 29 16:02:36.078 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-07-29T16:02:37.296Z[ host-image] Jul 29 16:02:36.088 INFO O| Jul 29 16:02:36.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94792026-07-29T16:02:37.296Z[ host-image] Jul 29 16:02:36.088 INFO O| Jul 29 16:02:36.088 INFO STEP 26 (remove_files) COMPLETE
94802026-07-29T16:02:37.296Z[ host-image] Jul 29 16:02:36.088 INFO O| Jul 29 16:02:36.088 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-07-29T16:02:37.316Z[ host-image] Jul 29 16:02:36.110 INFO O| Jul 29 16:02:36.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94822026-07-29T16:02:37.316Z[ host-image] Jul 29 16:02:36.110 INFO O| Jul 29 16:02:36.097 INFO STEP 27 (remove_files) COMPLETE
94832026-07-29T16:02:37.316Z[ host-image] Jul 29 16:02:36.110 INFO O| Jul 29 16:02:36.097 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-07-29T16:02:37.316Z[ host-image] Jul 29 16:02:36.110 INFO O| Jul 29 16:02:36.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94852026-07-29T16:02:37.316Z[ host-image] Jul 29 16:02:36.110 INFO O| Jul 29 16:02:36.108 INFO STEP 28 (remove_files) COMPLETE
94862026-07-29T16:02:37.316Z[ host-image] Jul 29 16:02:36.110 INFO O| Jul 29 16:02:36.108 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-07-29T16:02:37.340Z[ host-image] Jul 29 16:02:36.132 INFO O| Jul 29 16:02:36.132 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94882026-07-29T16:02:37.340Z[ host-image] Jul 29 16:02:36.132 INFO O| Jul 29 16:02:36.132 INFO STEP 29 (remove_files) COMPLETE
94892026-07-29T16:02:37.340Z[ host-image] Jul 29 16:02:36.132 INFO O| Jul 29 16:02:36.132 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-07-29T16:02:37.348Z[ host-image] Jul 29 16:02:36.143 INFO O| Jul 29 16:02:36.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94912026-07-29T16:02:37.348Z[ host-image] Jul 29 16:02:36.143 INFO O| Jul 29 16:02:36.143 INFO STEP 30 (remove_files) COMPLETE
94922026-07-29T16:02:37.352Z[ host-image] Jul 29 16:02:36.143 INFO O| Jul 29 16:02:36.143 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-07-29T16:02:37.358Z[ host-image] Jul 29 16:02:36.153 INFO O| Jul 29 16:02:36.152 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94942026-07-29T16:02:37.358Z[ host-image] Jul 29 16:02:36.153 INFO O| Jul 29 16:02:36.153 INFO STEP 31 (remove_files) COMPLETE
94952026-07-29T16:02:37.361Z[ host-image] Jul 29 16:02:36.153 INFO O| Jul 29 16:02:36.153 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-07-29T16:02:37.369Z[ host-image] Jul 29 16:02:36.162 INFO O| Jul 29 16:02:36.162 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
94972026-07-29T16:02:37.369Z[ host-image] Jul 29 16:02:36.162 INFO O| Jul 29 16:02:36.162 INFO STEP 32 (remove_files) COMPLETE
94982026-07-29T16:02:37.369Z[ host-image] Jul 29 16:02:36.162 INFO O| Jul 29 16:02:36.162 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-07-29T16:02:37.377Z[ host-image] Jul 29 16:02:36.172 INFO O| Jul 29 16:02:36.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95002026-07-29T16:02:37.377Z[ host-image] Jul 29 16:02:36.172 INFO O| Jul 29 16:02:36.172 INFO STEP 33 (remove_files) COMPLETE
95012026-07-29T16:02:37.377Z[ host-image] Jul 29 16:02:36.172 INFO O| Jul 29 16:02:36.172 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-07-29T16:02:37.387Z[ host-image] Jul 29 16:02:36.181 INFO O| Jul 29 16:02:36.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95032026-07-29T16:02:37.391Z[ host-image] Jul 29 16:02:36.181 INFO O| Jul 29 16:02:36.181 INFO STEP 34 (remove_files) COMPLETE
95042026-07-29T16:02:37.391Z[ host-image] Jul 29 16:02:36.181 INFO O| Jul 29 16:02:36.181 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-07-29T16:02:37.399Z[ host-image] Jul 29 16:02:36.190 INFO O| Jul 29 16:02:36.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95062026-07-29T16:02:37.402Z[ host-image] Jul 29 16:02:36.190 INFO O| Jul 29 16:02:36.190 INFO STEP 35 (remove_files) COMPLETE
95072026-07-29T16:02:37.402Z[ host-image] Jul 29 16:02:36.190 INFO O| Jul 29 16:02:36.190 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-07-29T16:02:37.407Z[ host-image] Jul 29 16:02:36.198 INFO O| Jul 29 16:02:36.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95092026-07-29T16:02:37.407Z[ host-image] Jul 29 16:02:36.198 INFO O| Jul 29 16:02:36.198 INFO STEP 36 (remove_files) COMPLETE
95102026-07-29T16:02:37.407Z[ host-image] Jul 29 16:02:36.198 INFO O| Jul 29 16:02:36.198 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-07-29T16:02:37.412Z[ host-image] Jul 29 16:02:36.207 INFO O| Jul 29 16:02:36.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95122026-07-29T16:02:37.412Z[ host-image] Jul 29 16:02:36.207 INFO O| Jul 29 16:02:36.207 INFO STEP 37 (remove_files) COMPLETE
95132026-07-29T16:02:37.419Z[ host-image] Jul 29 16:02:36.207 INFO O| Jul 29 16:02:36.207 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-07-29T16:02:37.423Z[ host-image] Jul 29 16:02:36.216 INFO O| Jul 29 16:02:36.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95152026-07-29T16:02:37.423Z[ host-image] Jul 29 16:02:36.216 INFO O| Jul 29 16:02:36.216 INFO STEP 38 (remove_files) COMPLETE
95162026-07-29T16:02:37.423Z[ host-image] Jul 29 16:02:36.216 INFO O| Jul 29 16:02:36.216 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-07-29T16:02:37.430Z[ host-image] Jul 29 16:02:36.225 INFO O| Jul 29 16:02:36.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95182026-07-29T16:02:37.430Z[ host-image] Jul 29 16:02:36.225 INFO O| Jul 29 16:02:36.225 INFO STEP 39 (remove_files) COMPLETE
95192026-07-29T16:02:37.430Z[ host-image] Jul 29 16:02:36.225 INFO O| Jul 29 16:02:36.225 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-07-29T16:02:37.441Z[ host-image] Jul 29 16:02:36.236 INFO O| Jul 29 16:02:36.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95212026-07-29T16:02:37.441Z[ host-image] Jul 29 16:02:36.236 INFO O| Jul 29 16:02:36.236 INFO STEP 40 (remove_files) COMPLETE
95222026-07-29T16:02:37.444Z[ host-image] Jul 29 16:02:36.236 INFO O| Jul 29 16:02:36.236 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-07-29T16:02:37.453Z[ host-image] Jul 29 16:02:36.246 INFO O| Jul 29 16:02:36.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95242026-07-29T16:02:37.453Z[ host-image] Jul 29 16:02:36.246 INFO O| Jul 29 16:02:36.246 INFO STEP 41 (remove_files) COMPLETE
95252026-07-29T16:02:37.456Z[ host-image] Jul 29 16:02:36.246 INFO O| Jul 29 16:02:36.246 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-07-29T16:02:37.461Z[ host-image] Jul 29 16:02:36.255 INFO O| Jul 29 16:02:36.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95272026-07-29T16:02:37.461Z[ host-image] Jul 29 16:02:36.255 INFO O| Jul 29 16:02:36.255 INFO STEP 42 (remove_files) COMPLETE
95282026-07-29T16:02:37.461Z[ host-image] Jul 29 16:02:36.255 INFO O| Jul 29 16:02:36.255 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-07-29T16:02:37.469Z[ host-image] Jul 29 16:02:36.263 INFO O| Jul 29 16:02:36.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95302026-07-29T16:02:37.469Z[ host-image] Jul 29 16:02:36.263 INFO O| Jul 29 16:02:36.263 INFO STEP 43 (remove_files) COMPLETE
95312026-07-29T16:02:37.469Z[ host-image] Jul 29 16:02:36.264 INFO O| Jul 29 16:02:36.263 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-07-29T16:02:37.478Z[ host-image] Jul 29 16:02:36.273 INFO O| Jul 29 16:02:36.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95332026-07-29T16:02:37.478Z[ host-image] Jul 29 16:02:36.273 INFO O| Jul 29 16:02:36.273 INFO STEP 44 (remove_files) COMPLETE
95342026-07-29T16:02:37.478Z[ host-image] Jul 29 16:02:36.273 INFO O| Jul 29 16:02:36.273 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-07-29T16:02:37.487Z[ host-image] Jul 29 16:02:36.282 INFO O| Jul 29 16:02:36.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95362026-07-29T16:02:37.487Z[ host-image] Jul 29 16:02:36.282 INFO O| Jul 29 16:02:36.282 INFO STEP 45 (remove_files) COMPLETE
95372026-07-29T16:02:37.487Z[ host-image] Jul 29 16:02:36.282 INFO O| Jul 29 16:02:36.282 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-07-29T16:02:37.496Z[ host-image] Jul 29 16:02:36.291 INFO O| Jul 29 16:02:36.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95392026-07-29T16:02:37.496Z[ host-image] Jul 29 16:02:36.291 INFO O| Jul 29 16:02:36.291 INFO STEP 46 (remove_files) COMPLETE
95402026-07-29T16:02:37.496Z[ host-image] Jul 29 16:02:36.291 INFO O| Jul 29 16:02:36.291 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-07-29T16:02:37.505Z[ host-image] Jul 29 16:02:36.300 INFO O| Jul 29 16:02:36.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95422026-07-29T16:02:37.505Z[ host-image] Jul 29 16:02:36.300 INFO O| Jul 29 16:02:36.300 INFO STEP 47 (remove_files) COMPLETE
95432026-07-29T16:02:37.505Z[ host-image] Jul 29 16:02:36.300 INFO O| Jul 29 16:02:36.300 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-07-29T16:02:37.516Z[ host-image] Jul 29 16:02:36.310 INFO O| Jul 29 16:02:36.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95452026-07-29T16:02:37.516Z[ host-image] Jul 29 16:02:36.310 INFO O| Jul 29 16:02:36.310 INFO STEP 48 (remove_files) COMPLETE
95462026-07-29T16:02:37.519Z[ host-image] Jul 29 16:02:36.310 INFO O| Jul 29 16:02:36.310 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-07-29T16:02:37.526Z[ host-image] Jul 29 16:02:36.319 INFO O| Jul 29 16:02:36.319 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95482026-07-29T16:02:37.526Z[ host-image] Jul 29 16:02:36.319 INFO O| Jul 29 16:02:36.319 INFO STEP 49 (remove_files) COMPLETE
95492026-07-29T16:02:37.526Z[ host-image] Jul 29 16:02:36.319 INFO O| Jul 29 16:02:36.319 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-07-29T16:02:37.535Z[ host-image] Jul 29 16:02:36.329 INFO O| Jul 29 16:02:36.329 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95512026-07-29T16:02:37.535Z[ host-image] Jul 29 16:02:36.329 INFO O| Jul 29 16:02:36.329 INFO STEP 50 (remove_files) COMPLETE
95522026-07-29T16:02:37.538Z[ host-image] Jul 29 16:02:36.329 INFO O| Jul 29 16:02:36.329 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-07-29T16:02:37.544Z[ host-image] Jul 29 16:02:36.338 INFO O| Jul 29 16:02:36.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95542026-07-29T16:02:37.544Z[ host-image] Jul 29 16:02:36.338 INFO O| Jul 29 16:02:36.338 INFO STEP 51 (remove_files) COMPLETE
95552026-07-29T16:02:37.548Z[ host-image] Jul 29 16:02:36.338 INFO O| Jul 29 16:02:36.338 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-07-29T16:02:37.552Z[ host-image] Jul 29 16:02:36.346 INFO O| Jul 29 16:02:36.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95572026-07-29T16:02:37.552Z[ host-image] Jul 29 16:02:36.347 INFO O| Jul 29 16:02:36.346 INFO STEP 52 (remove_files) COMPLETE
95582026-07-29T16:02:37.555Z[ host-image] Jul 29 16:02:36.347 INFO O| Jul 29 16:02:36.346 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-07-29T16:02:37.562Z[ host-image] Jul 29 16:02:36.355 INFO O| Jul 29 16:02:36.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95602026-07-29T16:02:37.562Z[ host-image] Jul 29 16:02:36.355 INFO O| Jul 29 16:02:36.355 INFO STEP 53 (remove_files) COMPLETE
95612026-07-29T16:02:37.566Z[ host-image] Jul 29 16:02:36.355 INFO O| Jul 29 16:02:36.355 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-07-29T16:02:37.569Z[ host-image] Jul 29 16:02:36.363 INFO O| Jul 29 16:02:36.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95632026-07-29T16:02:37.569Z[ host-image] Jul 29 16:02:36.363 INFO O| Jul 29 16:02:36.363 INFO STEP 54 (remove_files) COMPLETE
95642026-07-29T16:02:37.569Z[ host-image] Jul 29 16:02:36.363 INFO O| Jul 29 16:02:36.363 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-07-29T16:02:37.576Z[ host-image] Jul 29 16:02:36.371 INFO O| Jul 29 16:02:36.371 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95662026-07-29T16:02:37.576Z[ host-image] Jul 29 16:02:36.371 INFO O| Jul 29 16:02:36.371 INFO STEP 55 (remove_files) COMPLETE
95672026-07-29T16:02:37.579Z[ host-image] Jul 29 16:02:36.371 INFO O| Jul 29 16:02:36.371 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-07-29T16:02:37.584Z[ host-image] Jul 29 16:02:36.379 INFO O| Jul 29 16:02:36.379 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95692026-07-29T16:02:37.584Z[ host-image] Jul 29 16:02:36.379 INFO O| Jul 29 16:02:36.379 INFO STEP 56 (remove_files) COMPLETE
95702026-07-29T16:02:37.588Z[ host-image] Jul 29 16:02:36.379 INFO O| Jul 29 16:02:36.379 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-07-29T16:02:37.592Z[ host-image] Jul 29 16:02:36.387 INFO O| Jul 29 16:02:36.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95722026-07-29T16:02:37.592Z[ host-image] Jul 29 16:02:36.387 INFO O| Jul 29 16:02:36.387 INFO STEP 57 (remove_files) COMPLETE
95732026-07-29T16:02:37.596Z[ host-image] Jul 29 16:02:36.387 INFO O| Jul 29 16:02:36.387 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-07-29T16:02:37.601Z[ host-image] Jul 29 16:02:36.396 INFO O| Jul 29 16:02:36.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95752026-07-29T16:02:37.601Z[ host-image] Jul 29 16:02:36.396 INFO O| Jul 29 16:02:36.396 INFO STEP 58 (remove_files) COMPLETE
95762026-07-29T16:02:37.605Z[ host-image] Jul 29 16:02:36.396 INFO O| Jul 29 16:02:36.396 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-07-29T16:02:37.611Z[ host-image] Jul 29 16:02:36.405 INFO O| Jul 29 16:02:36.405 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95782026-07-29T16:02:37.611Z[ host-image] Jul 29 16:02:36.405 INFO O| Jul 29 16:02:36.405 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95792026-07-29T16:02:37.614Z[ host-image] Jul 29 16:02:36.406 INFO O| Jul 29 16:02:36.406 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95802026-07-29T16:02:37.614Z[ host-image] Jul 29 16:02:36.406 INFO O| Jul 29 16:02:36.406 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95812026-07-29T16:02:37.614Z[ host-image] Jul 29 16:02:36.406 INFO O| Jul 29 16:02:36.406 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95822026-07-29T16:02:37.614Z[ host-image] Jul 29 16:02:36.406 INFO O| Jul 29 16:02:36.406 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95832026-07-29T16:02:37.614Z[ host-image] Jul 29 16:02:36.406 INFO O| Jul 29 16:02:36.406 INFO ok!
95842026-07-29T16:02:37.614Z[ host-image] Jul 29 16:02:36.406 INFO O| Jul 29 16:02:36.406 INFO STEP 59 (ensure_file) COMPLETE
95852026-07-29T16:02:37.614Z[ host-image] Jul 29 16:02:36.406 INFO O| Jul 29 16:02:36.406 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-07-29T16:02:37.620Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95872026-07-29T16:02:37.620Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95882026-07-29T16:02:37.625Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95892026-07-29T16:02:37.625Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95902026-07-29T16:02:37.625Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95912026-07-29T16:02:37.625Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95922026-07-29T16:02:37.625Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO ok!
95932026-07-29T16:02:37.625Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO STEP 60 (ensure_file) COMPLETE
95942026-07-29T16:02:37.625Z[ host-image] Jul 29 16:02:36.415 INFO O| Jul 29 16:02:36.415 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-07-29T16:02:37.631Z[ host-image] Jul 29 16:02:36.425 INFO O| Jul 29 16:02:36.425 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95962026-07-29T16:02:37.631Z[ host-image] Jul 29 16:02:36.425 INFO O| Jul 29 16:02:36.425 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
95972026-07-29T16:02:37.635Z[ host-image] Jul 29 16:02:36.426 INFO O| Jul 29 16:02:36.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
95982026-07-29T16:02:37.635Z[ host-image] Jul 29 16:02:36.426 INFO O| Jul 29 16:02:36.426 INFO ok!
95992026-07-29T16:02:37.635Z[ host-image] Jul 29 16:02:36.426 INFO O| Jul 29 16:02:36.426 INFO STEP 61 (ensure_file) COMPLETE
96002026-07-29T16:02:37.635Z[ host-image] Jul 29 16:02:36.426 INFO O| Jul 29 16:02:36.426 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-07-29T16:02:37.641Z[ host-image] Jul 29 16:02:36.434 INFO O| Jul 29 16:02:36.434 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96022026-07-29T16:02:37.641Z[ host-image] Jul 29 16:02:36.435 INFO O| Jul 29 16:02:36.434 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96032026-07-29T16:02:37.644Z[ host-image] Jul 29 16:02:36.435 INFO O| Jul 29 16:02:36.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96042026-07-29T16:02:37.644Z[ host-image] Jul 29 16:02:36.435 INFO O| Jul 29 16:02:36.435 INFO ok!
96052026-07-29T16:02:37.644Z[ host-image] Jul 29 16:02:36.435 INFO O| Jul 29 16:02:36.435 INFO STEP 62 (ensure_file) COMPLETE
96062026-07-29T16:02:37.644Z[ host-image] Jul 29 16:02:36.435 INFO O| Jul 29 16:02:36.435 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.444 INFO O| Jul 29 16:02:36.443 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96082026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.444 INFO O| Jul 29 16:02:36.444 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96092026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.444 INFO O| Jul 29 16:02:36.444 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96102026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.444 INFO O| Jul 29 16:02:36.444 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96112026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.444 INFO O| Jul 29 16:02:36.444 INFO ok!
96122026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.444 INFO O| Jul 29 16:02:36.444 INFO STEP 63 (ensure_file) COMPLETE
96132026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.444 INFO O| Jul 29 16:02:36.444 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.453 INFO O| Jul 29 16:02:36.453 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96152026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.453 INFO O| Jul 29 16:02:36.453 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96162026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.453 INFO O| Jul 29 16:02:36.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96172026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.453 INFO O| Jul 29 16:02:36.453 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96182026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.454 INFO O| Jul 29 16:02:36.453 INFO ok!
96192026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.454 INFO O| Jul 29 16:02:36.453 INFO STEP 64 (ensure_file) COMPLETE
96202026-07-29T16:02:37.664Z[ host-image] Jul 29 16:02:36.454 INFO O| Jul 29 16:02:36.454 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-07-29T16:02:37.669Z[ host-image] Jul 29 16:02:36.464 INFO O| Jul 29 16:02:36.463 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96222026-07-29T16:02:37.669Z[ host-image] Jul 29 16:02:36.464 INFO O| Jul 29 16:02:36.464 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96232026-07-29T16:02:37.672Z[ host-image] Jul 29 16:02:36.464 INFO O| Jul 29 16:02:36.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96242026-07-29T16:02:37.672Z[ host-image] Jul 29 16:02:36.464 INFO O| Jul 29 16:02:36.464 INFO ok!
96252026-07-29T16:02:37.672Z[ host-image] Jul 29 16:02:36.464 INFO O| Jul 29 16:02:36.464 INFO STEP 65 (assemble_files) COMPLETE
96262026-07-29T16:02:37.672Z[ host-image] Jul 29 16:02:36.464 INFO O| Jul 29 16:02:36.464 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-07-29T16:02:37.679Z[ host-image] Jul 29 16:02:36.474 INFO O| Jul 29 16:02:36.474 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96282026-07-29T16:02:37.679Z[ host-image] Jul 29 16:02:36.474 INFO O| Jul 29 16:02:36.474 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96292026-07-29T16:02:37.679Z[ host-image] Jul 29 16:02:36.474 INFO O| Jul 29 16:02:36.474 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96302026-07-29T16:02:37.683Z[ host-image] Jul 29 16:02:36.474 INFO O| Jul 29 16:02:36.474 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96312026-07-29T16:02:37.683Z[ host-image] Jul 29 16:02:36.474 INFO O| Jul 29 16:02:36.474 INFO ok!
96322026-07-29T16:02:37.683Z[ host-image] Jul 29 16:02:36.474 INFO O| Jul 29 16:02:36.474 INFO STEP 66 (ensure_file) COMPLETE
96332026-07-29T16:02:37.683Z[ host-image] Jul 29 16:02:36.474 INFO O| Jul 29 16:02:36.474 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-07-29T16:02:37.690Z[ host-image] Jul 29 16:02:36.485 INFO O| Jul 29 16:02:36.485 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96352026-07-29T16:02:37.690Z[ host-image] Jul 29 16:02:36.485 INFO O| Jul 29 16:02:36.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96362026-07-29T16:02:37.690Z[ host-image] Jul 29 16:02:36.485 INFO O| Jul 29 16:02:36.485 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96372026-07-29T16:02:37.694Z[ host-image] Jul 29 16:02:36.485 INFO O| Jul 29 16:02:36.485 INFO STEP 67 (ensure_dir) COMPLETE
96382026-07-29T16:02:37.694Z[ host-image] Jul 29 16:02:36.485 INFO O| Jul 29 16:02:36.485 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-07-29T16:02:37.711Z[ host-image] Jul 29 16:02:36.505 INFO O| Jul 29 16:02:36.496 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96402026-07-29T16:02:37.711Z[ host-image] Jul 29 16:02:36.505 INFO O| Jul 29 16:02:36.496 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 ...
96412026-07-29T16:02:37.714Z[ host-image] Jul 29 16:02:36.505 INFO O| Jul 29 16:02:36.501 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
96422026-07-29T16:02:37.714Z[ host-image] Jul 29 16:02:36.505 INFO O| Jul 29 16:02:36.501 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96432026-07-29T16:02:37.714Z[ host-image] Jul 29 16:02:36.505 INFO O| Jul 29 16:02:36.501 INFO ok!
96442026-07-29T16:02:37.714Z[ host-image] Jul 29 16:02:36.505 INFO O| Jul 29 16:02:36.501 INFO STEP 68 (ensure_file) COMPLETE
96452026-07-29T16:02:37.714Z[ host-image] Jul 29 16:02:36.505 INFO O| Jul 29 16:02:36.501 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-07-29T16:02:37.721Z[ host-image] Jul 29 16:02:36.515 INFO O| Jul 29 16:02:36.515 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96472026-07-29T16:02:37.721Z[ host-image] Jul 29 16:02:36.515 INFO O| Jul 29 16:02:36.515 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 ...
96482026-07-29T16:02:37.721Z[ host-image] Jul 29 16:02:36.515 INFO O| Jul 29 16:02:36.515 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
96492026-07-29T16:02:37.725Z[ host-image] Jul 29 16:02:36.515 INFO O| Jul 29 16:02:36.515 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96502026-07-29T16:02:37.725Z[ host-image] Jul 29 16:02:36.515 INFO O| Jul 29 16:02:36.515 INFO ok!
96512026-07-29T16:02:37.725Z[ host-image] Jul 29 16:02:36.515 INFO O| Jul 29 16:02:36.515 INFO STEP 69 (ensure_file) COMPLETE
96522026-07-29T16:02:37.725Z[ host-image] Jul 29 16:02:36.515 INFO O| Jul 29 16:02:36.515 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-07-29T16:02:37.748Z[ host-image] Jul 29 16:02:36.542 INFO O| Jul 29 16:02:36.542 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96542026-07-29T16:02:37.748Z[ host-image] Jul 29 16:02:36.542 INFO O| Jul 29 16:02:36.542 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96552026-07-29T16:02:38.980Z[ recovery-image] Jul 29 16:02:37.774 INFO O| Jul 29 16:02:37.774 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
96562026-07-29T16:02:38.980Z[ recovery-image] Jul 29 16:02:37.774 INFO O| Jul 29 16:02:37.774 INFO E| svccfg: Loaded 69 smf(7) service descriptions
96572026-07-29T16:02:38.994Z[ recovery-image] Jul 29 16:02:37.788 INFO O| Jul 29 16:02:37.788 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
96582026-07-29T16:02:39.096Z[ recovery-image] Jul 29 16:02:37.890 INFO O| Jul 29 16:02:37.890 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.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"}
96592026-07-29T16:02:39.154Z[ recovery-image] Jul 29 16:02:37.948 INFO O| Jul 29 16:02:37.948 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
96602026-07-29T16:02:39.220Z[ recovery-image] Jul 29 16:02:38.014 INFO O| Jul 29 16:02:38.013 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
96612026-07-29T16:02:39.220Z[ recovery-image] Jul 29 16:02:38.014 INFO O| Jul 29 16:02:38.014 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 ...
96622026-07-29T16:02:39.224Z[ recovery-image] Jul 29 16:02:38.015 INFO O| Jul 29 16:02:38.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
96632026-07-29T16:02:39.224Z[ recovery-image] Jul 29 16:02:38.015 INFO O| Jul 29 16:02:38.015 INFO ok!
96642026-07-29T16:02:39.224Z[ recovery-image] Jul 29 16:02:38.015 INFO O| Jul 29 16:02:38.015 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
96652026-07-29T16:02:39.224Z[ recovery-image] Jul 29 16:02:38.015 INFO O| Jul 29 16:02:38.015 INFO STEP 100 (seed_smf) COMPLETE
96662026-07-29T16:02:39.224Z[ recovery-image] Jul 29 16:02:38.015 INFO O| Jul 29 16:02:38.015 INFO steps complete; finalising image!
96672026-07-29T16:02:39.224Z[ recovery-image] Jul 29 16:02:38.015 INFO O| Jul 29 16:02:38.015 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
96682026-07-29T16:02:39.278Z[ recovery-image] Jul 29 16:02:38.073 INFO O| Jul 29 16:02:38.073 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Jul 29 16:02:38 2026)
96692026-07-29T16:02:39.586Z[ recovery-image] Jul 29 16:02:38.380 INFO O| Jul 29 16:02:38.380 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Wed Jul 29 16:02:38 2026)
96702026-07-29T16:02:39.693Z[ host-image] Jul 29 16:02:38.474 INFO O| Jul 29 16:02:38.474 INFO STEP 70 (pack_tar) COMPLETE
96712026-07-29T16:02:39.693Z[ host-image] Jul 29 16:02:38.474 INFO O| Jul 29 16:02:38.474 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96722026-07-29T16:02:39.693Z[ host-image] Jul 29 16:02:38.474 INFO O| Jul 29 16:02:38.474 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96732026-07-29T16:02:39.796Z[ recovery-image] Jul 29 16:02:38.590 INFO O| Jul 29 16:02:38.589 INFO trim TEMPORARY-sled-zfs-recovery: (82% trimmed, started at Wed Jul 29 16:02:38 2026)
96742026-07-29T16:02:40.002Z[ recovery-image] Jul 29 16:02:38.796 INFO O| Jul 29 16:02:38.796 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 16:02:38 2026)
96752026-07-29T16:02:40.207Z[ recovery-image] Jul 29 16:02:39.002 INFO O| Jul 29 16:02:39.002 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 29 16:02:38 2026)
96762026-07-29T16:02:40.265Z[ host-image] Jul 29 16:02:39.060 INFO O| Jul 29 16:02:39.060 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96772026-07-29T16:02:40.429Z[ recovery-image] Jul 29 16:02:39.223 INFO O| Jul 29 16:02:39.223 INFO temporary pool has 499M used, 1.26G avail, 1.00x compressratio
96782026-07-29T16:02:40.429Z[ recovery-image] Jul 29 16:02:39.224 INFO O| Jul 29 16:02:39.223 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
96792026-07-29T16:02:40.765Z[verify-libraries] Compiling oso v0.27.3
96802026-07-29T16:02:41.189Z[ host-image] Jul 29 16:02:39.984 INFO O| Jul 29 16:02:39.984 INFO completed processing sled/ramdisk-02-trim
96812026-07-29T16:02:41.193Z[ host-image] Jul 29 16:02:39.988 INFO image builder template: zfs...
96822026-07-29T16:02:41.193Z[ host-image] Jul 29 16:02:39.988 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/.tmpGW0oD3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs"], pwd: None
96832026-07-29T16:02:41.206Z[ host-image] Jul 29 16:02:40.001 INFO O| Jul 29 16:02:40.001 INFO skip include "stress" because feature "stress" is not enabled
96842026-07-29T16:02:41.206Z[ host-image] Jul 29 16:02:40.001 INFO O| Jul 29 16:02:40.001 INFO skip include "stress" because feature "compliance" is not enabled
96852026-07-29T16:02:41.235Z[ host-image] Jul 29 16:02:40.029 INFO O| Jul 29 16:02:40.029 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96862026-07-29T16:02:41.238Z[ host-image] Jul 29 16:02:40.033 INFO O| Jul 29 16:02:40.033 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96872026-07-29T16:02:41.268Z[ recovery-image] Jul 29 16:02:40.063 INFO O| Jul 29 16:02:40.063 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
96882026-07-29T16:02:41.268Z[ recovery-image] Jul 29 16:02:40.063 INFO O| Jul 29 16:02:40.063 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
96892026-07-29T16:02:41.383Z[ host-image] Jul 29 16:02:40.178 INFO O| Jul 29 16:02:40.178 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96902026-07-29T16:02:41.526Z[ host-image] Jul 29 16:02:40.321 INFO O| Jul 29 16:02:40.320 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96912026-07-29T16:02:41.526Z[ host-image] Jul 29 16:02:40.321 INFO O| Jul 29 16:02:40.321 INFO work dataset: rpool/images/build/host/work/sled/zfs
96922026-07-29T16:02:41.530Z[ host-image] Jul 29 16:02:40.324 INFO O| Jul 29 16:02:40.324 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96932026-07-29T16:02:41.688Z[ host-image] Jul 29 16:02:40.482 INFO O| Jul 29 16:02:40.482 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96942026-07-29T16:02:41.894Z[ host-image] Jul 29 16:02:40.688 INFO O| Jul 29 16:02:40.688 INFO DESTROY POOL: TEMPORARY-sled-zfs
96952026-07-29T16:02:41.909Z[ host-image] Jul 29 16:02:40.704 INFO O| Jul 29 16:02:40.704 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96962026-07-29T16:02:41.914Z[ host-image] Jul 29 16:02:40.709 INFO O| Jul 29 16:02:40.709 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96972026-07-29T16:02:41.914Z[ host-image] Jul 29 16:02:40.709 INFO O| Jul 29 16:02:40.709 INFO no lofi found
96982026-07-29T16:02:41.917Z[ host-image] Jul 29 16:02:40.709 INFO O| Jul 29 16:02:40.709 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96992026-07-29T16:02:41.917Z[ host-image] Jul 29 16:02:40.709 INFO O| Jul 29 16:02:40.709 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97002026-07-29T16:02:43.207Z[ host-image] Jul 29 16:02:42.001 INFO O| Jul 29 16:02:42.001 INFO lofi device = /dev/dsk/c2t1d0p0
97012026-07-29T16:02:43.207Z[ host-image] Jul 29 16:02:42.001 INFO O| Jul 29 16:02:42.001 INFO pool device = /dev/dsk/c2t1d0p0
97022026-07-29T16:02:43.211Z[ host-image] Jul 29 16:02:42.001 INFO O| Jul 29 16:02:42.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"]
97032026-07-29T16:02:43.211Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97042026-07-29T16:02:43.313Z[ host-image] Jul 29 16:02:42.107 INFO O| Jul 29 16:02:42.107 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97052026-07-29T16:02:43.313Z[ host-image] Jul 29 16:02:42.107 INFO O| Jul 29 16:02:42.107 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97062026-07-29T16:02:43.337Z[ host-image] Jul 29 16:02:42.132 INFO O| Jul 29 16:02:42.132 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97072026-07-29T16:02:43.479Z[ host-image] Jul 29 16:02:42.271 INFO O| Jul 29 16:02:42.271 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97082026-07-29T16:02:43.512Z[ host-image] Jul 29 16:02:42.306 INFO O| Jul 29 16:02:42.306 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97092026-07-29T16:02:43.529Z[ host-image] Jul 29 16:02:42.324 INFO O| Jul 29 16:02:42.324 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97102026-07-29T16:02:43.544Z[ host-image] Jul 29 16:02:42.338 INFO O| Jul 29 16:02:42.338 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97112026-07-29T16:02:43.587Z[ host-image] Jul 29 16:02:42.381 INFO O| Jul 29 16:02:42.381 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97122026-07-29T16:02:43.587Z[ host-image] Jul 29 16:02:42.381 INFO O| Jul 29 16:02:42.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97132026-07-29T16:02:43.591Z[ host-image] Jul 29 16:02:42.381 INFO O| Jul 29 16:02:42.381 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97142026-07-29T16:02:43.595Z[ host-image] Jul 29 16:02:42.390 INFO O| Jul 29 16:02:42.389 INFO boot environment UUID: 2be0f86d-0ee9-48a5-b49b-0318a0a37b1c
97152026-07-29T16:02:43.595Z[ host-image] Jul 29 16:02:42.390 INFO O| Jul 29 16:02:42.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2be0f86d-0ee9-48a5-b49b-0318a0a37b1c
97162026-07-29T16:02:43.609Z[ host-image] Jul 29 16:02:42.403 INFO O| Jul 29 16:02:42.403 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97172026-07-29T16:02:43.624Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97182026-07-29T16:02:43.624Z[ host-image] Jul 29 16:02:42.417 INFO O| Jul 29 16:02:42.417 INFO STEP 0 (create_be) COMPLETE
97192026-07-29T16:02:43.624Z[ host-image] Jul 29 16:02:42.417 INFO O| Jul 29 16:02:42.417 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97202026-07-29T16:02:43.640Z[ host-image] Jul 29 16:02:42.434 INFO O| Jul 29 16:02:42.434 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97212026-07-29T16:02:44.030Z[ recovery-image] Jul 29 16:02:42.823 INFO O| Jul 29 16:02:42.823 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97222026-07-29T16:02:44.030Z[ recovery-image] Jul 29 16:02:42.823 INFO O| Jul 29 16:02:42.823 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97232026-07-29T16:02:44.034Z[ recovery-image] Jul 29 16:02:42.823 INFO O| Jul 29 16:02:42.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97242026-07-29T16:02:44.034Z[ recovery-image] Jul 29 16:02:42.823 INFO O| Jul 29 16:02:42.823 INFO completed processing sled/zfs-recovery
97252026-07-29T16:02:44.034Z[ recovery-image] Jul 29 16:02:42.823 INFO O| Jul 29 16:02:42.823 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97262026-07-29T16:02:45.557Z[ recovery-image] Jul 29 16:02:44.351 INFO O| Jul 29 16:02:44.351 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97272026-07-29T16:02:45.856Z[ recovery-image] Jul 29 16:02:44.650 INFO BUILD STRING "heads/stlouis-0-gd666143ce2\n"
97282026-07-29T16:02:45.856Z[ recovery-image] Jul 29 16:02:44.650 INFO expanded image name: "recovery 0a17571/${os_short_commit} 2026-07-29 15:49" -> "recovery 0a17571/d666143 2026-07-29 15:49"
97292026-07-29T16:02:45.859Z[ recovery-image] Jul 29 16:02:44.650 INFO output artefacts stored in: "/work/os-recovery"
97302026-07-29T16:02:45.859Z[ recovery-image] Jul 29 16:02:44.650 INFO collecting git info from project "amd-firmware"...
97312026-07-29T16:02:46.035Z[ recovery-image] Jul 29 16:02:44.828 INFO collecting git info from project "dmar-report"...
97322026-07-29T16:02:46.049Z[ recovery-image] Jul 29 16:02:44.839 INFO collecting git info from project "phbl"...
97332026-07-29T16:02:46.053Z[ recovery-image] Jul 29 16:02:44.846 INFO collecting git info from project "pilot"...
97342026-07-29T16:02:46.068Z[ recovery-image] Jul 29 16:02:44.862 INFO collecting git info from project "image-builder"...
97352026-07-29T16:02:46.074Z[ recovery-image] Jul 29 16:02:44.868 INFO collecting git info from project "pinprick"...
97362026-07-29T16:02:46.269Z[ recovery-image] Jul 29 16:02:45.063 INFO collecting git info from project "chelsio-t6-roms"...
97372026-07-29T16:02:46.342Z[ recovery-image] Jul 29 16:02:45.131 INFO collecting git info from project "bootserver"...
97382026-07-29T16:02:46.348Z[ recovery-image] Jul 29 16:02:45.138 INFO collecting git info from project "amd-host-image-builder"...
97392026-07-29T16:02:46.390Z[ recovery-image] Jul 29 16:02:45.184 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97402026-07-29T16:02:47.373Z[ recovery-image] Jul 29 16:02:46.167 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97412026-07-29T16:02:47.896Z[ recovery-image] Jul 29 16:02:46.645 INFO creating Oxide boot image...
97422026-07-29T16:02:47.896Z[ recovery-image] Jul 29 16:02:46.645 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0a17571/d666143 2026-07-29 15:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
97432026-07-29T16:02:55.384Z[ host-image] Jul 29 16:02:54.177 INFO O| Jul 29 16:02:54.177 INFO STEP 1 (unpack_tar) COMPLETE
97442026-07-29T16:02:55.384Z[ host-image] Jul 29 16:02:54.178 INFO O| Jul 29 16:02:54.177 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97452026-07-29T16:02:55.395Z[ host-image] Jul 29 16:02:54.189 INFO O| Jul 29 16:02:54.189 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97462026-07-29T16:02:55.959Z[ host-image] Jul 29 16:02:54.753 INFO O| Jul 29 16:02:54.753 INFO STEP 2 (devfsadm) COMPLETE
97472026-07-29T16:02:55.959Z[ host-image] Jul 29 16:02:54.753 INFO O| Jul 29 16:02:54.753 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97482026-07-29T16:02:55.974Z[ host-image] Jul 29 16:02:54.765 INFO O| Jul 29 16:02:54.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97492026-07-29T16:02:55.974Z[ host-image] Jul 29 16:02:54.765 INFO O| Jul 29 16:02:54.764 INFO STEP 3 (ensure_dir) COMPLETE
97502026-07-29T16:02:55.975Z[ host-image] Jul 29 16:02:54.765 INFO O| Jul 29 16:02:54.765 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97512026-07-29T16:02:56.013Z[ host-image] Jul 29 16:02:54.776 INFO O| Jul 29 16:02:54.776 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97522026-07-29T16:02:56.013Z[ host-image] Jul 29 16:02:54.776 INFO O| Jul 29 16:02:54.776 INFO STEP 4 (ensure_dir) COMPLETE
97532026-07-29T16:02:56.013Z[ host-image] Jul 29 16:02:54.776 INFO O| Jul 29 16:02:54.776 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97542026-07-29T16:02:56.013Z[ host-image] Jul 29 16:02:54.787 INFO O| Jul 29 16:02:54.787 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97552026-07-29T16:02:56.013Z[ host-image] Jul 29 16:02:54.787 INFO O| Jul 29 16:02:54.787 INFO STEP 5 (ensure_dir) COMPLETE
97562026-07-29T16:02:56.013Z[ host-image] Jul 29 16:02:54.787 INFO O| Jul 29 16:02:54.787 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.798 INFO O| Jul 29 16:02:54.797 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97582026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.798 INFO O| Jul 29 16:02:54.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97592026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.798 INFO O| Jul 29 16:02:54.798 INFO STEP 6 (ensure_dir) COMPLETE
97602026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.798 INFO O| Jul 29 16:02:54.798 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.807 INFO O| Jul 29 16:02:54.807 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97622026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.807 INFO O| Jul 29 16:02:54.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97632026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.807 INFO O| Jul 29 16:02:54.807 INFO STEP 7 (ensure_dir) COMPLETE
97642026-07-29T16:02:56.019Z[ host-image] Jul 29 16:02:54.807 INFO O| Jul 29 16:02:54.807 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97652026-07-29T16:02:56.033Z[ host-image] Jul 29 16:02:54.818 INFO O| Jul 29 16:02:54.818 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97662026-07-29T16:02:56.047Z[ host-image] Jul 29 16:02:54.818 INFO O| Jul 29 16:02:54.818 INFO STEP 8 (remove_files) COMPLETE
97672026-07-29T16:02:56.047Z[ host-image] Jul 29 16:02:54.818 INFO O| Jul 29 16:02:54.818 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97682026-07-29T16:02:56.047Z[ host-image] Jul 29 16:02:54.830 INFO O| Jul 29 16:02:54.830 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97692026-07-29T16:02:56.047Z[ host-image] Jul 29 16:02:54.831 INFO O| Jul 29 16:02:54.831 INFO STEP 9 (remove_files) COMPLETE
97702026-07-29T16:02:56.047Z[ host-image] Jul 29 16:02:54.831 INFO O| Jul 29 16:02:54.831 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97712026-07-29T16:02:56.047Z[ host-image] Jul 29 16:02:54.841 INFO O| Jul 29 16:02:54.841 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97722026-07-29T16:02:56.052Z[ host-image] Jul 29 16:02:54.842 INFO O| Jul 29 16:02:54.842 INFO STEP 10 (remove_files) COMPLETE
97732026-07-29T16:02:56.052Z[ host-image] Jul 29 16:02:54.842 INFO O| Jul 29 16:02:54.842 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97742026-07-29T16:02:56.057Z[ host-image] Jul 29 16:02:54.851 INFO O| Jul 29 16:02:54.851 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97752026-07-29T16:02:56.113Z[ host-image] Jul 29 16:02:54.851 INFO O| Jul 29 16:02:54.851 INFO STEP 11 (remove_files) COMPLETE
97762026-07-29T16:02:56.114Z[ host-image] Jul 29 16:02:54.851 INFO O| Jul 29 16:02:54.851 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97772026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.860 INFO O| Jul 29 16:02:54.860 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97782026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.860 INFO O| Jul 29 16:02:54.860 INFO STEP 12 (remove_files) COMPLETE
97792026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.860 INFO O| Jul 29 16:02:54.860 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.869 INFO O| Jul 29 16:02:54.869 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97812026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.869 INFO O| Jul 29 16:02:54.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97822026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.870 INFO O| Jul 29 16:02:54.869 INFO STEP 13 (ensure_dir) COMPLETE
97832026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.870 INFO O| Jul 29 16:02:54.869 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97842026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.878 INFO O| Jul 29 16:02:54.878 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97852026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.878 INFO O| Jul 29 16:02:54.878 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97862026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.878 INFO O| Jul 29 16:02:54.878 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97872026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.878 INFO O| Jul 29 16:02:54.878 INFO STEP 14 (ensure_dir) COMPLETE
97882026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.878 INFO O| Jul 29 16:02:54.878 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.887 INFO O| Jul 29 16:02:54.887 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97902026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.887 INFO O| Jul 29 16:02:54.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97912026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.887 INFO O| Jul 29 16:02:54.887 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97922026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.887 INFO O| Jul 29 16:02:54.887 INFO STEP 15 (ensure_dir) COMPLETE
97932026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.887 INFO O| Jul 29 16:02:54.887 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.896 INFO O| Jul 29 16:02:54.896 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97952026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.896 INFO O| Jul 29 16:02:54.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97962026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.896 INFO O| Jul 29 16:02:54.896 INFO STEP 16 (ensure_dir) COMPLETE
97972026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.896 INFO O| Jul 29 16:02:54.896 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.905 INFO O| Jul 29 16:02:54.905 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97992026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.905 INFO O| Jul 29 16:02:54.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98002026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.905 INFO O| Jul 29 16:02:54.905 INFO STEP 17 (ensure_dir) COMPLETE
98012026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.905 INFO O| Jul 29 16:02:54.905 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-07-29T16:02:56.132Z[ host-image] Jul 29 16:02:54.914 INFO O| Jul 29 16:02:54.914 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98032026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.914 INFO O| Jul 29 16:02:54.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98042026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.914 INFO O| Jul 29 16:02:54.914 INFO ok!
98052026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.914 INFO O| Jul 29 16:02:54.914 INFO STEP 18 (ensure_symlink) COMPLETE
98062026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.914 INFO O| Jul 29 16:02:54.914 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.923 INFO O| Jul 29 16:02:54.923 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98082026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.923 INFO O| Jul 29 16:02:54.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98092026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.923 INFO O| Jul 29 16:02:54.923 INFO ok!
98102026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.923 INFO O| Jul 29 16:02:54.923 INFO STEP 19 (ensure_file) COMPLETE
98112026-07-29T16:02:56.133Z[ host-image] Jul 29 16:02:54.923 INFO O| Jul 29 16:02:54.923 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98122026-07-29T16:02:56.148Z[ host-image] Jul 29 16:02:54.931 INFO O| Jul 29 16:02:54.931 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98132026-07-29T16:02:56.148Z[ host-image] Jul 29 16:02:54.931 INFO O| Jul 29 16:02:54.931 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98142026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.931 INFO O| Jul 29 16:02:54.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98152026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.931 INFO O| Jul 29 16:02:54.931 INFO ok!
98162026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.931 INFO O| Jul 29 16:02:54.931 INFO STEP 20 (ensure_symlink) COMPLETE
98172026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.931 INFO O| Jul 29 16:02:54.931 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98182026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.941 INFO O| Jul 29 16:02:54.941 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98192026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.941 INFO O| Jul 29 16:02:54.941 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98202026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.941 INFO O| Jul 29 16:02:54.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98212026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.941 INFO O| Jul 29 16:02:54.941 INFO ok!
98222026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.941 INFO O| Jul 29 16:02:54.941 INFO STEP 21 (ensure_symlink) COMPLETE
98232026-07-29T16:02:56.153Z[ host-image] Jul 29 16:02:54.941 INFO O| Jul 29 16:02:54.941 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98242026-07-29T16:02:56.157Z[ host-image] Jul 29 16:02:54.951 INFO O| Jul 29 16:02:54.951 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98252026-07-29T16:02:56.158Z[ host-image] Jul 29 16:02:54.951 INFO O| Jul 29 16:02:54.951 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98262026-07-29T16:02:56.158Z[ host-image] Jul 29 16:02:54.951 INFO O| Jul 29 16:02:54.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98272026-07-29T16:02:56.158Z[ host-image] Jul 29 16:02:54.951 INFO O| Jul 29 16:02:54.951 INFO ok!
98282026-07-29T16:02:56.158Z[ host-image] Jul 29 16:02:54.951 INFO O| Jul 29 16:02:54.951 INFO STEP 22 (ensure_symlink) COMPLETE
98292026-07-29T16:02:56.158Z[ host-image] Jul 29 16:02:54.951 INFO O| Jul 29 16:02:54.951 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98302026-07-29T16:02:56.168Z[ host-image] Jul 29 16:02:54.962 INFO O| Jul 29 16:02:54.962 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98312026-07-29T16:02:56.168Z[ host-image] Jul 29 16:02:54.962 INFO O| Jul 29 16:02:54.962 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98322026-07-29T16:02:56.172Z[ host-image] Jul 29 16:02:54.962 INFO O| Jul 29 16:02:54.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98332026-07-29T16:02:56.172Z[ host-image] Jul 29 16:02:54.962 INFO O| Jul 29 16:02:54.962 INFO ok!
98342026-07-29T16:02:56.172Z[ host-image] Jul 29 16:02:54.962 INFO O| Jul 29 16:02:54.962 INFO STEP 23 (ensure_symlink) COMPLETE
98352026-07-29T16:02:56.173Z[ host-image] Jul 29 16:02:54.962 INFO O| Jul 29 16:02:54.962 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98362026-07-29T16:02:56.178Z[ host-image] Jul 29 16:02:54.972 INFO O| Jul 29 16:02:54.972 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98372026-07-29T16:02:56.182Z[ host-image] Jul 29 16:02:54.973 INFO O| Jul 29 16:02:54.973 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98382026-07-29T16:02:56.182Z[ host-image] Jul 29 16:02:54.973 INFO O| Jul 29 16:02:54.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98392026-07-29T16:02:56.182Z[ host-image] Jul 29 16:02:54.973 INFO O| Jul 29 16:02:54.973 INFO ok!
98402026-07-29T16:02:56.182Z[ host-image] Jul 29 16:02:54.973 INFO O| Jul 29 16:02:54.973 INFO STEP 24 (ensure_file) COMPLETE
98412026-07-29T16:02:56.182Z[ host-image] Jul 29 16:02:54.973 INFO O| Jul 29 16:02:54.973 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98422026-07-29T16:02:56.194Z[ host-image] Jul 29 16:02:54.982 INFO O| Jul 29 16:02:54.982 INFO updating shadow file
98432026-07-29T16:02:56.194Z[ host-image] Jul 29 16:02:54.983 INFO O| Jul 29 16:02:54.983 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98442026-07-29T16:02:56.194Z[ host-image] Jul 29 16:02:54.983 INFO O| Jul 29 16:02:54.983 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98452026-07-29T16:02:56.194Z[ host-image] Jul 29 16:02:54.983 INFO O| Jul 29 16:02:54.983 INFO STEP 25 (shadow) COMPLETE
98462026-07-29T16:02:56.194Z[ host-image] Jul 29 16:02:54.983 INFO O| Jul 29 16:02:54.983 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98472026-07-29T16:02:56.205Z[ host-image] Jul 29 16:02:54.992 INFO O| Jul 29 16:02:54.992 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98482026-07-29T16:02:56.206Z[ host-image] Jul 29 16:02:54.992 INFO O| Jul 29 16:02:54.992 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98492026-07-29T16:02:56.206Z[ host-image] Jul 29 16:02:54.992 INFO O| Jul 29 16:02:54.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98502026-07-29T16:02:56.206Z[ host-image] Jul 29 16:02:54.992 INFO O| Jul 29 16:02:54.992 INFO ok!
98512026-07-29T16:02:56.206Z[ host-image] Jul 29 16:02:54.993 INFO O| Jul 29 16:02:54.992 INFO STEP 26 (ensure_file) COMPLETE
98522026-07-29T16:02:56.206Z[ host-image] Jul 29 16:02:54.993 INFO O| Jul 29 16:02:54.992 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98532026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.002 INFO O| Jul 29 16:02:55.002 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98542026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.002 INFO O| Jul 29 16:02:55.002 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98552026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.002 INFO O| Jul 29 16:02:55.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98562026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.002 INFO O| Jul 29 16:02:55.002 INFO ok!
98572026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.002 INFO O| Jul 29 16:02:55.002 INFO STEP 27 (ensure_file) COMPLETE
98582026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.002 INFO O| Jul 29 16:02:55.002 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98592026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.012 INFO O| Jul 29 16:02:55.011 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98602026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.012 INFO O| Jul 29 16:02:55.012 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98612026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.012 INFO O| Jul 29 16:02:55.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98622026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.012 INFO O| Jul 29 16:02:55.012 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98632026-07-29T16:02:56.223Z[ host-image] Jul 29 16:02:55.012 INFO O| Jul 29 16:02:55.012 INFO ok!
98642026-07-29T16:02:56.224Z[ host-image] Jul 29 16:02:55.012 INFO O| Jul 29 16:02:55.012 INFO STEP 28 (ensure_file) COMPLETE
98652026-07-29T16:02:56.224Z[ host-image] Jul 29 16:02:55.012 INFO O| Jul 29 16:02:55.012 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-07-29T16:02:56.234Z[ host-image] Jul 29 16:02:55.022 INFO O| Jul 29 16:02:55.022 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98672026-07-29T16:02:56.234Z[ host-image] Jul 29 16:02:55.022 INFO O| Jul 29 16:02:55.022 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98682026-07-29T16:02:56.234Z[ host-image] Jul 29 16:02:55.022 INFO O| Jul 29 16:02:55.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98692026-07-29T16:02:56.234Z[ host-image] Jul 29 16:02:55.022 INFO O| Jul 29 16:02:55.022 INFO ok!
98702026-07-29T16:02:56.234Z[ host-image] Jul 29 16:02:55.022 INFO O| Jul 29 16:02:55.022 INFO STEP 29 (ensure_file) COMPLETE
98712026-07-29T16:02:56.234Z[ host-image] Jul 29 16:02:55.022 INFO O| Jul 29 16:02:55.022 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-07-29T16:02:56.239Z[ host-image] Jul 29 16:02:55.033 INFO O| Jul 29 16:02:55.033 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98732026-07-29T16:02:56.250Z[ host-image] Jul 29 16:02:55.033 INFO O| Jul 29 16:02:55.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98742026-07-29T16:02:56.250Z[ host-image] Jul 29 16:02:55.033 INFO O| Jul 29 16:02:55.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98752026-07-29T16:02:56.250Z[ host-image] Jul 29 16:02:55.033 INFO O| Jul 29 16:02:55.033 INFO STEP 30 (ensure_dir) COMPLETE
98762026-07-29T16:02:56.250Z[ host-image] Jul 29 16:02:55.033 INFO O| Jul 29 16:02:55.033 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-07-29T16:02:56.256Z[ host-image] Jul 29 16:02:55.045 INFO O| Jul 29 16:02:55.045 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98782026-07-29T16:02:56.256Z[ host-image] Jul 29 16:02:55.045 INFO O| Jul 29 16:02:55.045 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98792026-07-29T16:02:56.256Z[ host-image] Jul 29 16:02:55.045 INFO O| Jul 29 16:02:55.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98802026-07-29T16:02:56.256Z[ host-image] Jul 29 16:02:55.045 INFO O| Jul 29 16:02:55.045 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98812026-07-29T16:02:56.256Z[ host-image] Jul 29 16:02:55.045 INFO O| Jul 29 16:02:55.045 INFO ok!
98822026-07-29T16:02:56.256Z[ host-image] Jul 29 16:02:55.045 INFO O| Jul 29 16:02:55.045 INFO STEP 31 (ensure_file) COMPLETE
98832026-07-29T16:02:56.256Z[ host-image] Jul 29 16:02:55.045 INFO O| Jul 29 16:02:55.045 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-07-29T16:02:56.288Z[ host-image] Jul 29 16:02:55.081 INFO O| Jul 29 16:02:55.081 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98852026-07-29T16:02:56.288Z[ host-image] Jul 29 16:02:55.081 INFO O| Jul 29 16:02:55.081 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98862026-07-29T16:02:56.288Z[ host-image] Jul 29 16:02:55.081 INFO O| Jul 29 16:02:55.081 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98872026-07-29T16:02:56.292Z[ host-image] Jul 29 16:02:55.081 INFO O| Jul 29 16:02:55.081 INFO STEP 32 (ensure_dir) COMPLETE
98882026-07-29T16:02:56.292Z[ host-image] Jul 29 16:02:55.081 INFO O| Jul 29 16:02:55.081 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-07-29T16:02:56.300Z[ host-image] Jul 29 16:02:55.094 INFO O| Jul 29 16:02:55.094 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98902026-07-29T16:02:56.300Z[ host-image] Jul 29 16:02:55.094 INFO O| Jul 29 16:02:55.094 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 ...
98912026-07-29T16:02:56.310Z[ host-image] Jul 29 16:02:55.094 INFO O| Jul 29 16:02:55.094 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
98922026-07-29T16:02:56.310Z[ host-image] Jul 29 16:02:55.094 INFO O| Jul 29 16:02:55.094 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98932026-07-29T16:02:56.310Z[ host-image] Jul 29 16:02:55.094 INFO O| Jul 29 16:02:55.094 INFO ok!
98942026-07-29T16:02:56.310Z[ host-image] Jul 29 16:02:55.094 INFO O| Jul 29 16:02:55.094 INFO STEP 33 (ensure_file) COMPLETE
98952026-07-29T16:02:56.310Z[ host-image] Jul 29 16:02:55.094 INFO O| Jul 29 16:02:55.094 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98962026-07-29T16:02:56.316Z[ host-image] Jul 29 16:02:55.106 INFO O| Jul 29 16:02:55.106 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98972026-07-29T16:02:56.316Z[ host-image] Jul 29 16:02:55.106 INFO O| Jul 29 16:02:55.106 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98982026-07-29T16:02:56.316Z[ host-image] Jul 29 16:02:55.106 INFO O| Jul 29 16:02:55.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98992026-07-29T16:02:56.316Z[ host-image] Jul 29 16:02:55.106 INFO O| Jul 29 16:02:55.106 INFO ok!
99002026-07-29T16:02:56.317Z[ host-image] Jul 29 16:02:55.106 INFO O| Jul 29 16:02:55.106 INFO STEP 34 (ensure_file) COMPLETE
99012026-07-29T16:02:56.317Z[ host-image] Jul 29 16:02:55.106 INFO O| Jul 29 16:02:55.106 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99022026-07-29T16:02:56.324Z[ host-image] Jul 29 16:02:55.118 INFO O| Jul 29 16:02:55.118 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99032026-07-29T16:02:56.324Z[ host-image] Jul 29 16:02:55.118 INFO O| Jul 29 16:02:55.118 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99042026-07-29T16:02:56.324Z[ host-image] Jul 29 16:02:55.118 INFO O| Jul 29 16:02:55.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99052026-07-29T16:02:56.324Z[ host-image] Jul 29 16:02:55.118 INFO O| Jul 29 16:02:55.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99062026-07-29T16:02:56.329Z[ host-image] Jul 29 16:02:55.118 INFO O| Jul 29 16:02:55.118 INFO ok!
99072026-07-29T16:02:56.329Z[ host-image] Jul 29 16:02:55.118 INFO O| Jul 29 16:02:55.118 INFO STEP 35 (ensure_file) COMPLETE
99082026-07-29T16:02:56.329Z[ host-image] Jul 29 16:02:55.118 INFO O| Jul 29 16:02:55.118 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99092026-07-29T16:02:56.334Z[ host-image] Jul 29 16:02:55.128 INFO O| Jul 29 16:02:55.128 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99102026-07-29T16:02:56.334Z[ host-image] Jul 29 16:02:55.128 INFO O| Jul 29 16:02:55.128 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99112026-07-29T16:02:56.334Z[ host-image] Jul 29 16:02:55.128 INFO O| Jul 29 16:02:55.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99122026-07-29T16:02:56.334Z[ host-image] Jul 29 16:02:55.128 INFO O| Jul 29 16:02:55.128 INFO ok!
99132026-07-29T16:02:56.334Z[ host-image] Jul 29 16:02:55.128 INFO O| Jul 29 16:02:55.128 INFO STEP 36 (ensure_file) COMPLETE
99142026-07-29T16:02:56.337Z[ host-image] Jul 29 16:02:55.128 INFO O| Jul 29 16:02:55.128 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99152026-07-29T16:02:56.343Z[ host-image] Jul 29 16:02:55.138 INFO O| Jul 29 16:02:55.137 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99162026-07-29T16:02:56.343Z[ host-image] Jul 29 16:02:55.138 INFO O| Jul 29 16:02:55.138 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99172026-07-29T16:02:56.343Z[ host-image] Jul 29 16:02:55.138 INFO O| Jul 29 16:02:55.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99182026-07-29T16:02:56.347Z[ host-image] Jul 29 16:02:55.138 INFO O| Jul 29 16:02:55.138 INFO ok!
99192026-07-29T16:02:56.347Z[ host-image] Jul 29 16:02:55.138 INFO O| Jul 29 16:02:55.138 INFO STEP 37 (ensure_file) COMPLETE
99202026-07-29T16:02:56.347Z[ host-image] Jul 29 16:02:55.138 INFO O| Jul 29 16:02:55.138 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99212026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99222026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99232026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99242026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99252026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99262026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99272026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO ok!
99282026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO STEP 38 (ensure_file) COMPLETE
99292026-07-29T16:02:56.355Z[ host-image] Jul 29 16:02:55.147 INFO O| Jul 29 16:02:55.147 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99302026-07-29T16:02:56.365Z[ host-image] Jul 29 16:02:55.159 INFO O| Jul 29 16:02:55.159 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99312026-07-29T16:02:56.365Z[ host-image] Jul 29 16:02:55.159 INFO O| Jul 29 16:02:55.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99322026-07-29T16:02:56.365Z[ host-image] Jul 29 16:02:55.159 INFO O| Jul 29 16:02:55.159 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99332026-07-29T16:02:56.369Z[ host-image] Jul 29 16:02:55.159 INFO O| Jul 29 16:02:55.159 INFO STEP 39 (ensure_dir) COMPLETE
99342026-07-29T16:02:56.369Z[ host-image] Jul 29 16:02:55.159 INFO O| Jul 29 16:02:55.159 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99352026-07-29T16:02:56.378Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 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
99362026-07-29T16:02:56.378Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 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 ...
99372026-07-29T16:02:56.379Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 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
99382026-07-29T16:02:56.379Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 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
99392026-07-29T16:02:56.379Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 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
99402026-07-29T16:02:56.379Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 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
99412026-07-29T16:02:56.379Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 INFO ok!
99422026-07-29T16:02:56.379Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 INFO STEP 40 (ensure_file) COMPLETE
99432026-07-29T16:02:56.379Z[ host-image] Jul 29 16:02:55.171 INFO O| Jul 29 16:02:55.171 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99442026-07-29T16:02:56.390Z[ host-image] Jul 29 16:02:55.182 INFO O| Jul 29 16:02:55.182 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99452026-07-29T16:02:56.390Z[ host-image] Jul 29 16:02:55.182 INFO O| Jul 29 16:02:55.182 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 ...
99462026-07-29T16:02:56.394Z[ host-image] Jul 29 16:02:55.182 INFO O| Jul 29 16:02:55.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99472026-07-29T16:02:56.394Z[ host-image] Jul 29 16:02:55.182 INFO O| Jul 29 16:02:55.182 INFO ok!
99482026-07-29T16:02:56.394Z[ host-image] Jul 29 16:02:55.182 INFO O| Jul 29 16:02:55.182 INFO STEP 41 (ensure_symlink) COMPLETE
99492026-07-29T16:02:56.394Z[ host-image] Jul 29 16:02:55.182 INFO O| Jul 29 16:02:55.182 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99502026-07-29T16:02:56.420Z[ host-image] Jul 29 16:02:55.195 INFO O| Jul 29 16:02:55.195 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99512026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.195 INFO O| Jul 29 16:02:55.195 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99522026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.195 INFO O| Jul 29 16:02:55.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99532026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.195 INFO O| Jul 29 16:02:55.195 INFO ok!
99542026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.195 INFO O| Jul 29 16:02:55.195 INFO STEP 42 (ensure_symlink) COMPLETE
99552026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.195 INFO O| Jul 29 16:02:55.195 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99562026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99572026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99582026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99592026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99602026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99612026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99622026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO ok!
99632026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO STEP 43 (ensure_file) COMPLETE
99642026-07-29T16:02:56.421Z[ host-image] Jul 29 16:02:55.206 INFO O| Jul 29 16:02:55.206 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99652026-07-29T16:02:56.425Z[ host-image] Jul 29 16:02:55.216 INFO O| Jul 29 16:02:55.216 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99662026-07-29T16:02:56.425Z[ host-image] Jul 29 16:02:55.216 INFO O| Jul 29 16:02:55.216 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 ...
99672026-07-29T16:02:56.426Z[ host-image] Jul 29 16:02:55.216 INFO O| Jul 29 16:02:55.216 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
99682026-07-29T16:02:56.426Z[ host-image] Jul 29 16:02:55.216 INFO O| Jul 29 16:02:55.216 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99692026-07-29T16:02:56.426Z[ host-image] Jul 29 16:02:55.216 INFO O| Jul 29 16:02:55.216 INFO ok!
99702026-07-29T16:02:56.426Z[ host-image] Jul 29 16:02:55.216 INFO O| Jul 29 16:02:55.216 INFO STEP 44 (ensure_file) COMPLETE
99712026-07-29T16:02:56.426Z[ host-image] Jul 29 16:02:55.216 INFO O| Jul 29 16:02:55.216 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-07-29T16:02:56.447Z[ host-image] Jul 29 16:02:55.226 INFO O| Jul 29 16:02:55.226 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99732026-07-29T16:02:56.447Z[ host-image] Jul 29 16:02:55.226 INFO O| Jul 29 16:02:55.226 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99742026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.226 INFO O| Jul 29 16:02:55.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99752026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.226 INFO O| Jul 29 16:02:55.226 INFO ok!
99762026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.226 INFO O| Jul 29 16:02:55.226 INFO STEP 45 (ensure_file) COMPLETE
99772026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.226 INFO O| Jul 29 16:02:55.226 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99782026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.236 INFO O| Jul 29 16:02:55.236 INFO updating shadow file
99792026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.236 INFO O| Jul 29 16:02:55.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99802026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.236 INFO O| Jul 29 16:02:55.236 INFO STEP 46 (shadow) COMPLETE
99812026-07-29T16:02:56.466Z[ host-image] Jul 29 16:02:55.236 INFO O| Jul 29 16:02:55.236 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99822026-07-29T16:02:56.486Z[ host-image] Jul 29 16:02:55.247 INFO O| Jul 29 16:02:55.247 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99832026-07-29T16:02:56.486Z[ host-image] Jul 29 16:02:55.247 INFO O| Jul 29 16:02:55.247 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99842026-07-29T16:02:56.486Z[ host-image] Jul 29 16:02:55.247 INFO O| Jul 29 16:02:55.247 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99852026-07-29T16:02:56.486Z[ host-image] Jul 29 16:02:55.247 INFO O| Jul 29 16:02:55.247 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99862026-07-29T16:02:56.486Z[ host-image] Jul 29 16:02:55.247 INFO O| Jul 29 16:02:55.247 INFO ok!
99872026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.247 INFO O| Jul 29 16:02:55.247 INFO STEP 47 (ensure_file) COMPLETE
99882026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.247 INFO O| Jul 29 16:02:55.247 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99892026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.248 INFO O| Jul 29 16:02:55.248 INFO skip step because feature "mfg" is not enabled
99902026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.248 INFO O| Jul 29 16:02:55.248 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99912026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.248 INFO O| Jul 29 16:02:55.248 INFO skip step because feature "mfg" is not enabled
99922026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.248 INFO O| Jul 29 16:02:55.248 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99932026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.258 INFO O| Jul 29 16:02:55.258 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99942026-07-29T16:02:56.487Z[ host-image] Jul 29 16:02:55.258 INFO O| Jul 29 16:02:55.258 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99952026-07-29T16:02:56.495Z[ host-image] Jul 29 16:02:55.290 INFO O| Jul 29 16:02:55.289 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99962026-07-29T16:02:56.500Z[ host-image] Jul 29 16:02:55.290 INFO O| Jul 29 16:02:55.290 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99972026-07-29T16:02:56.500Z[ host-image] Jul 29 16:02:55.290 INFO O| Jul 29 16:02:55.290 INFO ok!
99982026-07-29T16:02:56.500Z[ host-image] Jul 29 16:02:55.290 INFO O| Jul 29 16:02:55.290 INFO STEP 50 (ensure_file) COMPLETE
99992026-07-29T16:02:56.500Z[ host-image] Jul 29 16:02:55.290 INFO O| Jul 29 16:02:55.290 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-07-29T16:02:56.500Z[ host-image] Jul 29 16:02:55.290 INFO O| Jul 29 16:02:55.290 INFO skip step because feature "compliance" is not enabled
100012026-07-29T16:02:56.500Z[ host-image] Jul 29 16:02:55.290 INFO O| Jul 29 16:02:55.290 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100022026-07-29T16:02:56.523Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100032026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100042026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100052026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100062026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100072026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100082026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO ok!
100092026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO STEP 52 (ensure_file) COMPLETE
100102026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.305 INFO O| Jul 29 16:02:55.305 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100112026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.316 INFO O| Jul 29 16:02:55.316 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100122026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.316 INFO O| Jul 29 16:02:55.316 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 ...
100132026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.316 INFO O| Jul 29 16:02:55.316 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
100142026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.316 INFO O| Jul 29 16:02:55.316 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100152026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.316 INFO O| Jul 29 16:02:55.316 INFO ok!
100162026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.316 INFO O| Jul 29 16:02:55.316 INFO STEP 53 (ensure_file) COMPLETE
100172026-07-29T16:02:56.537Z[ host-image] Jul 29 16:02:55.316 INFO O| Jul 29 16:02:55.316 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100182026-07-29T16:02:56.542Z[ host-image] Jul 29 16:02:55.325 INFO O| Jul 29 16:02:55.325 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100192026-07-29T16:02:56.542Z[ host-image] Jul 29 16:02:55.325 INFO O| Jul 29 16:02:55.325 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 ...
100202026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.325 INFO O| Jul 29 16:02:55.325 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100212026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.325 INFO O| Jul 29 16:02:55.325 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100222026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.325 INFO O| Jul 29 16:02:55.325 INFO ok!
100232026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.325 INFO O| Jul 29 16:02:55.325 INFO STEP 54 (ensure_file) COMPLETE
100242026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.325 INFO O| Jul 29 16:02:55.325 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100252026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.334 INFO O| Jul 29 16:02:55.334 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100262026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.334 INFO O| Jul 29 16:02:55.334 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 ...
100272026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.334 INFO O| Jul 29 16:02:55.334 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
100282026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.334 INFO O| Jul 29 16:02:55.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100292026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.334 INFO O| Jul 29 16:02:55.334 INFO ok!
100302026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.334 INFO O| Jul 29 16:02:55.334 INFO STEP 55 (ensure_file) COMPLETE
100312026-07-29T16:02:56.543Z[ host-image] Jul 29 16:02:55.334 INFO O| Jul 29 16:02:55.334 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100322026-07-29T16:02:56.550Z[ host-image] Jul 29 16:02:55.343 INFO O| Jul 29 16:02:55.343 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100332026-07-29T16:02:56.550Z[ host-image] Jul 29 16:02:55.343 INFO O| Jul 29 16:02:55.343 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 ...
100342026-07-29T16:02:56.554Z[ host-image] Jul 29 16:02:55.343 INFO O| Jul 29 16:02:55.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100352026-07-29T16:02:56.554Z[ host-image] Jul 29 16:02:55.343 INFO O| Jul 29 16:02:55.343 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100362026-07-29T16:02:56.554Z[ host-image] Jul 29 16:02:55.343 INFO O| Jul 29 16:02:55.343 INFO ok!
100372026-07-29T16:02:56.554Z[ host-image] Jul 29 16:02:55.343 INFO O| Jul 29 16:02:55.343 INFO STEP 56 (ensure_file) COMPLETE
100382026-07-29T16:02:56.554Z[ host-image] Jul 29 16:02:55.343 INFO O| Jul 29 16:02:55.343 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100392026-07-29T16:02:56.582Z[ host-image] Jul 29 16:02:55.360 INFO O| Jul 29 16:02:55.360 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100402026-07-29T16:02:56.582Z[ host-image] Jul 29 16:02:55.360 INFO O| Jul 29 16:02:55.360 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 ...
100412026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.360 INFO O| Jul 29 16:02:55.360 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100422026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.360 INFO O| Jul 29 16:02:55.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100432026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.360 INFO O| Jul 29 16:02:55.360 INFO ok!
100442026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.360 INFO O| Jul 29 16:02:55.360 INFO STEP 57 (ensure_file) COMPLETE
100452026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.360 INFO O| Jul 29 16:02:55.360 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100462026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100472026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 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 ...
100482026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100492026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100502026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100512026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100522026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO ok!
100532026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO STEP 58 (ensure_file) COMPLETE
100542026-07-29T16:02:56.600Z[ host-image] Jul 29 16:02:55.372 INFO O| Jul 29 16:02:55.372 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100552026-07-29T16:02:56.625Z[ host-image] Jul 29 16:02:55.382 INFO O| Jul 29 16:02:55.382 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100562026-07-29T16:02:56.625Z[ host-image] Jul 29 16:02:55.382 INFO O| Jul 29 16:02:55.382 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 ...
100572026-07-29T16:02:56.625Z[ host-image] Jul 29 16:02:55.382 INFO O| Jul 29 16:02:55.382 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
100582026-07-29T16:02:56.625Z[ host-image] Jul 29 16:02:55.382 INFO O| Jul 29 16:02:55.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100592026-07-29T16:02:56.625Z[ host-image] Jul 29 16:02:55.382 INFO O| Jul 29 16:02:55.382 INFO ok!
100602026-07-29T16:02:56.625Z[ host-image] Jul 29 16:02:55.382 INFO O| Jul 29 16:02:55.382 INFO STEP 59 (ensure_file) COMPLETE
100612026-07-29T16:02:56.625Z[ host-image] Jul 29 16:02:55.382 INFO O| Jul 29 16:02:55.382 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100622026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.393 INFO O| Jul 29 16:02:55.393 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100632026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.393 INFO O| Jul 29 16:02:55.393 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100642026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.393 INFO O| Jul 29 16:02:55.393 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100652026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.393 INFO O| Jul 29 16:02:55.393 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100662026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.393 INFO O| Jul 29 16:02:55.393 INFO ok!
100672026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.393 INFO O| Jul 29 16:02:55.393 INFO STEP 60 (ensure_file) COMPLETE
100682026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.393 INFO O| Jul 29 16:02:55.393 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.404 INFO O| Jul 29 16:02:55.403 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100702026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.404 INFO O| Jul 29 16:02:55.403 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 ...
100712026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.404 INFO O| Jul 29 16:02:55.404 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
100722026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.404 INFO O| Jul 29 16:02:55.404 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100732026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.404 INFO O| Jul 29 16:02:55.404 INFO ok!
100742026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.404 INFO O| Jul 29 16:02:55.404 INFO STEP 61 (ensure_file) COMPLETE
100752026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.404 INFO O| Jul 29 16:02:55.404 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100772026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100782026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100792026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100802026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100812026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100822026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO ok!
100832026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO STEP 62 (ensure_file) COMPLETE
100842026-07-29T16:02:56.626Z[ host-image] Jul 29 16:02:55.414 INFO O| Jul 29 16:02:55.414 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100852026-07-29T16:02:56.631Z[ host-image] Jul 29 16:02:55.423 INFO O| Jul 29 16:02:55.423 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100862026-07-29T16:02:56.631Z[ host-image] Jul 29 16:02:55.423 INFO O| Jul 29 16:02:55.423 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 ...
100872026-07-29T16:02:56.631Z[ host-image] Jul 29 16:02:55.423 INFO O| Jul 29 16:02:55.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-beacon.xml
100882026-07-29T16:02:56.631Z[ host-image] Jul 29 16:02:55.423 INFO O| Jul 29 16:02:55.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100892026-07-29T16:02:56.631Z[ host-image] Jul 29 16:02:55.423 INFO O| Jul 29 16:02:55.423 INFO ok!
100902026-07-29T16:02:56.631Z[ host-image] Jul 29 16:02:55.423 INFO O| Jul 29 16:02:55.423 INFO STEP 63 (ensure_file) COMPLETE
100912026-07-29T16:02:56.631Z[ host-image] Jul 29 16:02:55.423 INFO O| Jul 29 16:02:55.423 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-07-29T16:02:56.640Z[ host-image] Jul 29 16:02:55.433 INFO O| Jul 29 16:02:55.432 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100932026-07-29T16:02:56.640Z[ host-image] Jul 29 16:02:55.433 INFO O| Jul 29 16:02:55.432 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 ...
100942026-07-29T16:02:56.684Z[ host-image] Jul 29 16:02:55.433 INFO O| Jul 29 16:02:55.433 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
100952026-07-29T16:02:56.684Z[ host-image] Jul 29 16:02:55.433 INFO O| Jul 29 16:02:55.433 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100962026-07-29T16:02:56.684Z[ host-image] Jul 29 16:02:55.433 INFO O| Jul 29 16:02:55.433 INFO ok!
100972026-07-29T16:02:56.684Z[ host-image] Jul 29 16:02:55.433 INFO O| Jul 29 16:02:55.433 INFO STEP 64 (ensure_file) COMPLETE
100982026-07-29T16:02:56.684Z[ host-image] Jul 29 16:02:55.433 INFO O| Jul 29 16:02:55.433 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100992026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101002026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 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 ...
101012026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 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
101022026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101032026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 INFO ok!
101042026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 INFO STEP 65 (ensure_file) COMPLETE
101052026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101062026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 INFO skip step because feature "mbist" is not enabled
101072026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.442 INFO O| Jul 29 16:02:55.442 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.451 INFO O| Jul 29 16:02:55.451 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101092026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.451 INFO O| Jul 29 16:02:55.451 INFO STEP 67 (ensure_dir) COMPLETE
101102026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.451 INFO O| Jul 29 16:02:55.451 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.460 INFO O| Jul 29 16:02:55.460 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101122026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.460 INFO O| Jul 29 16:02:55.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101132026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.460 INFO O| Jul 29 16:02:55.460 INFO STEP 68 (ensure_dir) COMPLETE
101142026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.461 INFO O| Jul 29 16:02:55.460 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.469 INFO O| Jul 29 16:02:55.469 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101162026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.469 INFO O| Jul 29 16:02:55.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101172026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.469 INFO O| Jul 29 16:02:55.469 INFO STEP 69 (ensure_dir) COMPLETE
101182026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.469 INFO O| Jul 29 16:02:55.469 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.478 INFO O| Jul 29 16:02:55.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101202026-07-29T16:02:56.716Z[ host-image] Jul 29 16:02:55.478 INFO O| Jul 29 16:02:55.478 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101212026-07-29T16:02:57.165Z[ host-image] Jul 29 16:02:55.938 INFO O| Jul 29 16:02:55.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101222026-07-29T16:02:57.165Z[ host-image] Jul 29 16:02:55.938 INFO O| Jul 29 16:02:55.938 INFO ok!
101232026-07-29T16:02:57.165Z[ host-image] Jul 29 16:02:55.938 INFO O| Jul 29 16:02:55.938 INFO STEP 70 (ensure_file) COMPLETE
101242026-07-29T16:02:57.165Z[ host-image] Jul 29 16:02:55.938 INFO O| Jul 29 16:02:55.938 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-07-29T16:02:57.178Z[ host-image] Jul 29 16:02:55.949 INFO O| Jul 29 16:02:55.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101262026-07-29T16:02:57.179Z[ host-image] Jul 29 16:02:55.949 INFO O| Jul 29 16:02:55.949 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101272026-07-29T16:02:58.022Z[ host-image] Jul 29 16:02:56.816 INFO O| Jul 29 16:02:56.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101282026-07-29T16:02:58.023Z[ host-image] Jul 29 16:02:56.816 INFO O| Jul 29 16:02:56.816 INFO ok!
101292026-07-29T16:02:58.027Z[ host-image] Jul 29 16:02:56.816 INFO O| Jul 29 16:02:56.816 INFO STEP 71 (ensure_file) COMPLETE
101302026-07-29T16:02:58.027Z[ host-image] Jul 29 16:02:56.816 INFO O| Jul 29 16:02:56.816 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312026-07-29T16:02:58.033Z[ host-image] Jul 29 16:02:56.828 INFO O| Jul 29 16:02:56.827 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101322026-07-29T16:02:58.033Z[ host-image] Jul 29 16:02:56.828 INFO O| Jul 29 16:02:56.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101332026-07-29T16:02:58.037Z[ host-image] Jul 29 16:02:56.828 INFO O| Jul 29 16:02:56.828 INFO STEP 72 (ensure_dir) COMPLETE
101342026-07-29T16:02:58.037Z[ host-image] Jul 29 16:02:56.828 INFO O| Jul 29 16:02:56.828 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-07-29T16:02:58.044Z[ host-image] Jul 29 16:02:56.838 INFO O| Jul 29 16:02:56.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101362026-07-29T16:02:58.044Z[ host-image] Jul 29 16:02:56.838 INFO O| Jul 29 16:02:56.838 INFO copying /tmp/.tmpGW0oD3/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 ...
101372026-07-29T16:02:58.044Z[ host-image] Jul 29 16:02:56.838 INFO O| Jul 29 16:02:56.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101382026-07-29T16:02:58.047Z[ host-image] Jul 29 16:02:56.838 INFO O| Jul 29 16:02:56.838 INFO ok!
101392026-07-29T16:02:58.047Z[ host-image] Jul 29 16:02:56.838 INFO O| Jul 29 16:02:56.838 INFO STEP 73 (ensure_file) COMPLETE
101402026-07-29T16:02:58.048Z[ host-image] Jul 29 16:02:56.838 INFO O| Jul 29 16:02:56.838 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-07-29T16:02:58.055Z[ host-image] Jul 29 16:02:56.849 INFO O| Jul 29 16:02:56.849 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101422026-07-29T16:02:58.055Z[ host-image] Jul 29 16:02:56.849 INFO O| Jul 29 16:02:56.849 INFO copying /tmp/.tmpGW0oD3/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 ...
101432026-07-29T16:02:58.055Z[ host-image] Jul 29 16:02:56.849 INFO O| Jul 29 16:02:56.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101442026-07-29T16:02:58.059Z[ host-image] Jul 29 16:02:56.849 INFO O| Jul 29 16:02:56.849 INFO ok!
101452026-07-29T16:02:58.059Z[ host-image] Jul 29 16:02:56.849 INFO O| Jul 29 16:02:56.849 INFO STEP 74 (ensure_file) COMPLETE
101462026-07-29T16:02:58.059Z[ host-image] Jul 29 16:02:56.849 INFO O| Jul 29 16:02:56.849 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-07-29T16:02:58.067Z[ host-image] Jul 29 16:02:56.861 INFO O| Jul 29 16:02:56.861 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101482026-07-29T16:02:58.072Z[ host-image] Jul 29 16:02:56.861 INFO O| Jul 29 16:02:56.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101492026-07-29T16:02:58.072Z[ host-image] Jul 29 16:02:56.861 INFO O| Jul 29 16:02:56.861 INFO STEP 75 (ensure_dir) COMPLETE
101502026-07-29T16:02:58.072Z[ host-image] Jul 29 16:02:56.861 INFO O| Jul 29 16:02:56.861 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-07-29T16:02:58.079Z[ host-image] Jul 29 16:02:56.873 INFO O| Jul 29 16:02:56.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101522026-07-29T16:02:58.079Z[ host-image] Jul 29 16:02:56.873 INFO O| Jul 29 16:02:56.873 INFO copying /tmp/.tmpGW0oD3/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 ...
101532026-07-29T16:02:58.079Z[ host-image] Jul 29 16:02:56.873 INFO O| Jul 29 16:02:56.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101542026-07-29T16:02:58.079Z[ host-image] Jul 29 16:02:56.873 INFO O| Jul 29 16:02:56.873 INFO ok!
101552026-07-29T16:02:58.079Z[ host-image] Jul 29 16:02:56.873 INFO O| Jul 29 16:02:56.873 INFO STEP 76 (ensure_file) COMPLETE
101562026-07-29T16:02:58.083Z[ host-image] Jul 29 16:02:56.873 INFO O| Jul 29 16:02:56.873 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-07-29T16:02:58.090Z[ host-image] Jul 29 16:02:56.884 INFO O| Jul 29 16:02:56.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101582026-07-29T16:02:58.090Z[ host-image] Jul 29 16:02:56.884 INFO O| Jul 29 16:02:56.884 INFO copying /tmp/.tmpGW0oD3/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 ...
101592026-07-29T16:02:58.094Z[ host-image] Jul 29 16:02:56.884 INFO O| Jul 29 16:02:56.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101602026-07-29T16:02:58.094Z[ host-image] Jul 29 16:02:56.884 INFO O| Jul 29 16:02:56.884 INFO ok!
101612026-07-29T16:02:58.094Z[ host-image] Jul 29 16:02:56.884 INFO O| Jul 29 16:02:56.884 INFO STEP 77 (ensure_file) COMPLETE
101622026-07-29T16:02:58.094Z[ host-image] Jul 29 16:02:56.884 INFO O| Jul 29 16:02:56.884 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-07-29T16:02:58.099Z[ host-image] Jul 29 16:02:56.893 INFO O| Jul 29 16:02:56.893 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101642026-07-29T16:02:58.099Z[ host-image] Jul 29 16:02:56.894 INFO O| Jul 29 16:02:56.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101652026-07-29T16:02:58.099Z[ host-image] Jul 29 16:02:56.894 INFO O| Jul 29 16:02:56.894 INFO STEP 78 (ensure_dir) COMPLETE
101662026-07-29T16:02:58.103Z[ host-image] Jul 29 16:02:56.894 INFO O| Jul 29 16:02:56.894 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-07-29T16:02:58.111Z[ host-image] Jul 29 16:02:56.905 INFO O| Jul 29 16:02:56.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101682026-07-29T16:02:58.111Z[ host-image] Jul 29 16:02:56.905 INFO O| Jul 29 16:02:56.905 INFO copying /tmp/.tmpGW0oD3/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 ...
101692026-07-29T16:02:58.115Z[ host-image] Jul 29 16:02:56.905 INFO O| Jul 29 16:02:56.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101702026-07-29T16:02:58.115Z[ host-image] Jul 29 16:02:56.905 INFO O| Jul 29 16:02:56.905 INFO ok!
101712026-07-29T16:02:58.115Z[ host-image] Jul 29 16:02:56.905 INFO O| Jul 29 16:02:56.905 INFO STEP 79 (ensure_file) COMPLETE
101722026-07-29T16:02:58.115Z[ host-image] Jul 29 16:02:56.905 INFO O| Jul 29 16:02:56.905 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-07-29T16:02:58.123Z[ host-image] Jul 29 16:02:56.917 INFO O| Jul 29 16:02:56.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101742026-07-29T16:02:58.124Z[ host-image] Jul 29 16:02:56.918 INFO O| Jul 29 16:02:56.917 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101752026-07-29T16:02:58.124Z[ host-image] Jul 29 16:02:56.918 INFO O| Jul 29 16:02:56.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101762026-07-29T16:02:58.124Z[ host-image] Jul 29 16:02:56.918 INFO O| Jul 29 16:02:56.918 INFO ok!
101772026-07-29T16:02:58.124Z[ host-image] Jul 29 16:02:56.918 INFO O| Jul 29 16:02:56.918 INFO STEP 80 (ensure_file) COMPLETE
101782026-07-29T16:02:58.124Z[ host-image] Jul 29 16:02:56.918 INFO O| Jul 29 16:02:56.918 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-07-29T16:02:58.133Z[ host-image] Jul 29 16:02:56.927 INFO O| Jul 29 16:02:56.927 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101802026-07-29T16:02:58.133Z[ host-image] Jul 29 16:02:56.927 INFO O| Jul 29 16:02:56.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101812026-07-29T16:02:58.137Z[ host-image] Jul 29 16:02:56.927 INFO O| Jul 29 16:02:56.927 INFO STEP 81 (ensure_dir) COMPLETE
101822026-07-29T16:02:58.137Z[ host-image] Jul 29 16:02:56.927 INFO O| Jul 29 16:02:56.927 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-07-29T16:02:58.145Z[ host-image] Jul 29 16:02:56.939 INFO O| Jul 29 16:02:56.939 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101842026-07-29T16:02:58.145Z[ host-image] Jul 29 16:02:56.940 INFO O| Jul 29 16:02:56.939 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101852026-07-29T16:02:58.633Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101862026-07-29T16:02:59.009Z[ host-image] Jul 29 16:02:57.803 INFO O| Jul 29 16:02:57.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101872026-07-29T16:02:59.009Z[ host-image] Jul 29 16:02:57.803 INFO O| Jul 29 16:02:57.802 INFO ok!
101882026-07-29T16:02:59.018Z[ host-image] Jul 29 16:02:57.803 INFO O| Jul 29 16:02:57.802 INFO STEP 82 (ensure_file) COMPLETE
101892026-07-29T16:02:59.018Z[ host-image] Jul 29 16:02:57.803 INFO O| Jul 29 16:02:57.802 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-07-29T16:02:59.022Z[ host-image] Jul 29 16:02:57.815 INFO O| Jul 29 16:02:57.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101912026-07-29T16:02:59.022Z[ host-image] Jul 29 16:02:57.815 INFO O| Jul 29 16:02:57.815 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101922026-07-29T16:02:59.442Z[ host-image] Jul 29 16:02:58.236 INFO O| Jul 29 16:02:58.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101932026-07-29T16:02:59.442Z[ host-image] Jul 29 16:02:58.236 INFO O| Jul 29 16:02:58.236 INFO ok!
101942026-07-29T16:02:59.442Z[ host-image] Jul 29 16:02:58.236 INFO O| Jul 29 16:02:58.236 INFO STEP 83 (ensure_file) COMPLETE
101952026-07-29T16:02:59.446Z[ host-image] Jul 29 16:02:58.236 INFO O| Jul 29 16:02:58.236 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-07-29T16:02:59.457Z[ host-image] Jul 29 16:02:58.251 INFO O| Jul 29 16:02:58.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101972026-07-29T16:02:59.457Z[ host-image] Jul 29 16:02:58.251 INFO O| Jul 29 16:02:58.251 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101982026-07-29T16:03:01.282Z[ host-image] Jul 29 16:03:00.076 INFO O| Jul 29 16:03:00.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101992026-07-29T16:03:01.282Z[ host-image] Jul 29 16:03:00.076 INFO O| Jul 29 16:03:00.076 INFO ok!
102002026-07-29T16:03:01.286Z[ host-image] Jul 29 16:03:00.076 INFO O| Jul 29 16:03:00.076 INFO STEP 84 (ensure_file) COMPLETE
102012026-07-29T16:03:01.286Z[ host-image] Jul 29 16:03:00.076 INFO O| Jul 29 16:03:00.076 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-07-29T16:03:01.296Z[ host-image] Jul 29 16:03:00.087 INFO O| Jul 29 16:03:00.087 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102032026-07-29T16:03:01.296Z[ host-image] Jul 29 16:03:00.087 INFO O| Jul 29 16:03:00.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102042026-07-29T16:03:01.297Z[ host-image] Jul 29 16:03:00.087 INFO O| Jul 29 16:03:00.087 INFO STEP 85 (ensure_dir) COMPLETE
102052026-07-29T16:03:01.297Z[ host-image] Jul 29 16:03:00.087 INFO O| Jul 29 16:03:00.087 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-07-29T16:03:01.307Z[ host-image] Jul 29 16:03:00.102 INFO O| Jul 29 16:03:00.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102072026-07-29T16:03:01.308Z[ host-image] Jul 29 16:03:00.102 INFO O| Jul 29 16:03:00.100 INFO copying /tmp/.tmpGW0oD3/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 ...
102082026-07-29T16:03:01.308Z[ host-image] Jul 29 16:03:00.102 INFO O| Jul 29 16:03:00.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102092026-07-29T16:03:01.313Z[ host-image] Jul 29 16:03:00.102 INFO O| Jul 29 16:03:00.101 INFO ok!
102102026-07-29T16:03:01.313Z[ host-image] Jul 29 16:03:00.102 INFO O| Jul 29 16:03:00.101 INFO STEP 86 (ensure_file) COMPLETE
102112026-07-29T16:03:01.313Z[ host-image] Jul 29 16:03:00.102 INFO O| Jul 29 16:03:00.101 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-07-29T16:03:01.317Z[ host-image] Jul 29 16:03:00.111 INFO O| Jul 29 16:03:00.111 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102132026-07-29T16:03:01.317Z[ host-image] Jul 29 16:03:00.111 INFO O| Jul 29 16:03:00.111 INFO copying /tmp/.tmpGW0oD3/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 ...
102142026-07-29T16:03:01.317Z[ host-image] Jul 29 16:03:00.111 INFO O| Jul 29 16:03:00.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102152026-07-29T16:03:01.317Z[ host-image] Jul 29 16:03:00.111 INFO O| Jul 29 16:03:00.111 INFO ok!
102162026-07-29T16:03:01.317Z[ host-image] Jul 29 16:03:00.111 INFO O| Jul 29 16:03:00.111 INFO STEP 87 (ensure_file) COMPLETE
102172026-07-29T16:03:01.317Z[ host-image] Jul 29 16:03:00.111 INFO O| Jul 29 16:03:00.111 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-07-29T16:03:01.337Z[ host-image] Jul 29 16:03:00.125 INFO O| Jul 29 16:03:00.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102192026-07-29T16:03:01.337Z[ host-image] Jul 29 16:03:00.125 INFO O| Jul 29 16:03:00.124 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102202026-07-29T16:03:01.337Z[ host-image] Jul 29 16:03:00.125 INFO O| Jul 29 16:03:00.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102212026-07-29T16:03:01.338Z[ host-image] Jul 29 16:03:00.125 INFO O| Jul 29 16:03:00.124 INFO ok!
102222026-07-29T16:03:01.342Z[ host-image] Jul 29 16:03:00.125 INFO O| Jul 29 16:03:00.124 INFO STEP 88 (ensure_file) COMPLETE
102232026-07-29T16:03:01.342Z[ host-image] Jul 29 16:03:00.125 INFO O| Jul 29 16:03:00.124 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-07-29T16:03:01.345Z[ host-image] Jul 29 16:03:00.136 INFO O| Jul 29 16:03:00.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102252026-07-29T16:03:01.345Z[ host-image] Jul 29 16:03:00.136 INFO O| Jul 29 16:03:00.136 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102262026-07-29T16:03:01.345Z[ host-image] Jul 29 16:03:00.136 INFO O| Jul 29 16:03:00.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102272026-07-29T16:03:01.345Z[ host-image] Jul 29 16:03:00.136 INFO O| Jul 29 16:03:00.136 INFO ok!
102282026-07-29T16:03:01.345Z[ host-image] Jul 29 16:03:00.136 INFO O| Jul 29 16:03:00.136 INFO STEP 89 (ensure_file) COMPLETE
102292026-07-29T16:03:01.345Z[ host-image] Jul 29 16:03:00.136 INFO O| Jul 29 16:03:00.136 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-07-29T16:03:01.354Z[ host-image] Jul 29 16:03:00.148 INFO O| Jul 29 16:03:00.148 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102312026-07-29T16:03:01.354Z[ host-image] Jul 29 16:03:00.148 INFO O| Jul 29 16:03:00.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102322026-07-29T16:03:01.355Z[ host-image] Jul 29 16:03:00.148 INFO O| Jul 29 16:03:00.148 INFO STEP 90 (ensure_dir) COMPLETE
102332026-07-29T16:03:01.358Z[ host-image] Jul 29 16:03:00.148 INFO O| Jul 29 16:03:00.148 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-07-29T16:03:01.368Z[ host-image] Jul 29 16:03:00.161 INFO O| Jul 29 16:03:00.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102352026-07-29T16:03:01.368Z[ host-image] Jul 29 16:03:00.161 INFO O| Jul 29 16:03:00.161 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102362026-07-29T16:03:01.372Z[ host-image] Jul 29 16:03:00.166 INFO O| Jul 29 16:03:00.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102372026-07-29T16:03:01.372Z[ host-image] Jul 29 16:03:00.166 INFO O| Jul 29 16:03:00.166 INFO ok!
102382026-07-29T16:03:01.372Z[ host-image] Jul 29 16:03:00.166 INFO O| Jul 29 16:03:00.166 INFO STEP 91 (ensure_file) COMPLETE
102392026-07-29T16:03:01.376Z[ host-image] Jul 29 16:03:00.166 INFO O| Jul 29 16:03:00.166 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-07-29T16:03:01.384Z[ host-image] Jul 29 16:03:00.178 INFO O| Jul 29 16:03:00.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102412026-07-29T16:03:01.384Z[ host-image] Jul 29 16:03:00.178 INFO O| Jul 29 16:03:00.178 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102422026-07-29T16:03:01.384Z[ host-image] Jul 29 16:03:00.178 INFO O| Jul 29 16:03:00.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102432026-07-29T16:03:01.384Z[ host-image] Jul 29 16:03:00.178 INFO O| Jul 29 16:03:00.178 INFO ok!
102442026-07-29T16:03:01.388Z[ host-image] Jul 29 16:03:00.178 INFO O| Jul 29 16:03:00.178 INFO STEP 92 (ensure_file) COMPLETE
102452026-07-29T16:03:01.388Z[ host-image] Jul 29 16:03:00.178 INFO O| Jul 29 16:03:00.178 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-07-29T16:03:01.396Z[ host-image] Jul 29 16:03:00.190 INFO O| Jul 29 16:03:00.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102472026-07-29T16:03:01.396Z[ host-image] Jul 29 16:03:00.190 INFO O| Jul 29 16:03:00.190 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102482026-07-29T16:03:01.499Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
102492026-07-29T16:03:01.919Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
102502026-07-29T16:03:02.276Z[ host-image] Jul 29 16:03:01.070 INFO O| Jul 29 16:03:01.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102512026-07-29T16:03:02.276Z[ host-image] Jul 29 16:03:01.070 INFO O| Jul 29 16:03:01.070 INFO ok!
102522026-07-29T16:03:02.280Z[ host-image] Jul 29 16:03:01.070 INFO O| Jul 29 16:03:01.070 INFO STEP 93 (ensure_file) COMPLETE
102532026-07-29T16:03:02.280Z[ host-image] Jul 29 16:03:01.070 INFO O| Jul 29 16:03:01.070 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-07-29T16:03:02.285Z[ host-image] Jul 29 16:03:01.080 INFO O| Jul 29 16:03:01.080 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102552026-07-29T16:03:02.285Z[ host-image] Jul 29 16:03:01.080 INFO O| Jul 29 16:03:01.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102562026-07-29T16:03:02.289Z[ host-image] Jul 29 16:03:01.080 INFO O| Jul 29 16:03:01.080 INFO STEP 94 (ensure_dir) COMPLETE
102572026-07-29T16:03:02.289Z[ host-image] Jul 29 16:03:01.080 INFO O| Jul 29 16:03:01.080 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-07-29T16:03:02.296Z[ host-image] Jul 29 16:03:01.090 INFO O| Jul 29 16:03:01.090 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102592026-07-29T16:03:02.297Z[ host-image] Jul 29 16:03:01.090 INFO O| Jul 29 16:03:01.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102602026-07-29T16:03:02.297Z[ host-image] Jul 29 16:03:01.090 INFO O| Jul 29 16:03:01.090 INFO STEP 95 (ensure_dir) COMPLETE
102612026-07-29T16:03:02.297Z[ host-image] Jul 29 16:03:01.090 INFO O| Jul 29 16:03:01.090 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-07-29T16:03:02.308Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
102632026-07-29T16:03:02.311Z[ host-image] Jul 29 16:03:01.102 INFO O| Jul 29 16:03:01.102 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102642026-07-29T16:03:02.312Z[ host-image] Jul 29 16:03:01.102 INFO O| Jul 29 16:03:01.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102652026-07-29T16:03:02.312Z[ host-image] Jul 29 16:03:01.102 INFO O| Jul 29 16:03:01.102 INFO STEP 96 (ensure_dir) COMPLETE
102662026-07-29T16:03:02.312Z[ host-image] Jul 29 16:03:01.102 INFO O| Jul 29 16:03:01.102 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-07-29T16:03:02.320Z[ host-image] Jul 29 16:03:01.114 INFO O| Jul 29 16:03:01.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102682026-07-29T16:03:02.320Z[ host-image] Jul 29 16:03:01.114 INFO O| Jul 29 16:03:01.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102692026-07-29T16:03:02.320Z[ host-image] Jul 29 16:03:01.114 INFO O| Jul 29 16:03:01.114 INFO STEP 97 (ensure_dir) COMPLETE
102702026-07-29T16:03:02.324Z[ host-image] Jul 29 16:03:01.114 INFO O| Jul 29 16:03:01.114 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-07-29T16:03:02.332Z[ host-image] Jul 29 16:03:01.126 INFO O| Jul 29 16:03:01.126 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102722026-07-29T16:03:02.332Z[ host-image] Jul 29 16:03:01.126 INFO O| Jul 29 16:03:01.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102732026-07-29T16:03:02.332Z[ host-image] Jul 29 16:03:01.126 INFO O| Jul 29 16:03:01.126 INFO STEP 98 (ensure_dir) COMPLETE
102742026-07-29T16:03:02.332Z[ host-image] Jul 29 16:03:01.126 INFO O| Jul 29 16:03:01.126 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-07-29T16:03:02.343Z[ host-image] Jul 29 16:03:01.137 INFO O| Jul 29 16:03:01.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102762026-07-29T16:03:02.347Z[ host-image] Jul 29 16:03:01.137 INFO O| Jul 29 16:03:01.137 INFO copying /tmp/.tmpGW0oD3/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 ...
102772026-07-29T16:03:02.347Z[ host-image] Jul 29 16:03:01.137 INFO O| Jul 29 16:03:01.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102782026-07-29T16:03:02.347Z[ host-image] Jul 29 16:03:01.137 INFO O| Jul 29 16:03:01.137 INFO ok!
102792026-07-29T16:03:02.347Z[ host-image] Jul 29 16:03:01.137 INFO O| Jul 29 16:03:01.137 INFO STEP 99 (ensure_file) COMPLETE
102802026-07-29T16:03:02.347Z[ host-image] Jul 29 16:03:01.137 INFO O| Jul 29 16:03:01.137 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-07-29T16:03:02.355Z[ host-image] Jul 29 16:03:01.149 INFO O| Jul 29 16:03:01.149 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102822026-07-29T16:03:02.355Z[ host-image] Jul 29 16:03:01.149 INFO O| Jul 29 16:03:01.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102832026-07-29T16:03:02.359Z[ host-image] Jul 29 16:03:01.149 INFO O| Jul 29 16:03:01.149 INFO STEP 100 (ensure_dir) COMPLETE
102842026-07-29T16:03:02.359Z[ host-image] Jul 29 16:03:01.149 INFO O| Jul 29 16:03:01.149 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-07-29T16:03:02.367Z[ host-image] Jul 29 16:03:01.161 INFO O| Jul 29 16:03:01.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102862026-07-29T16:03:02.367Z[ host-image] Jul 29 16:03:01.161 INFO O| Jul 29 16:03:01.161 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102872026-07-29T16:03:02.387Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
102882026-07-29T16:03:03.055Z[ host-image] Jul 29 16:03:01.848 INFO O| Jul 29 16:03:01.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102892026-07-29T16:03:03.055Z[ host-image] Jul 29 16:03:01.849 INFO O| Jul 29 16:03:01.848 INFO ok!
102902026-07-29T16:03:03.059Z[ host-image] Jul 29 16:03:01.849 INFO O| Jul 29 16:03:01.848 INFO STEP 101 (ensure_file) COMPLETE
102912026-07-29T16:03:03.059Z[ host-image] Jul 29 16:03:01.849 INFO O| Jul 29 16:03:01.848 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-07-29T16:03:03.090Z[ host-image] Jul 29 16:03:01.884 INFO O| Jul 29 16:03:01.883 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102932026-07-29T16:03:03.090Z[ host-image] Jul 29 16:03:01.884 INFO O| Jul 29 16:03:01.883 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102942026-07-29T16:03:03.094Z[ host-image] Jul 29 16:03:01.884 INFO O| Jul 29 16:03:01.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102952026-07-29T16:03:03.094Z[ host-image] Jul 29 16:03:01.884 INFO O| Jul 29 16:03:01.884 INFO ok!
102962026-07-29T16:03:03.094Z[ host-image] Jul 29 16:03:01.884 INFO O| Jul 29 16:03:01.884 INFO STEP 102 (ensure_file) COMPLETE
102972026-07-29T16:03:03.094Z[ host-image] Jul 29 16:03:01.884 INFO O| Jul 29 16:03:01.884 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-07-29T16:03:03.131Z[ host-image] Jul 29 16:03:01.925 INFO O| Jul 29 16:03:01.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102992026-07-29T16:03:03.131Z[ host-image] Jul 29 16:03:01.925 INFO O| Jul 29 16:03:01.925 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103002026-07-29T16:03:03.138Z[ host-image] Jul 29 16:03:01.932 INFO O| Jul 29 16:03:01.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103012026-07-29T16:03:03.138Z[ host-image] Jul 29 16:03:01.932 INFO O| Jul 29 16:03:01.932 INFO ok!
103022026-07-29T16:03:03.142Z[ host-image] Jul 29 16:03:01.932 INFO O| Jul 29 16:03:01.932 INFO STEP 103 (ensure_file) COMPLETE
103032026-07-29T16:03:03.142Z[ host-image] Jul 29 16:03:01.932 INFO O| Jul 29 16:03:01.932 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-07-29T16:03:03.148Z[ host-image] Jul 29 16:03:01.942 INFO O| Jul 29 16:03:01.942 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103052026-07-29T16:03:03.148Z[ host-image] Jul 29 16:03:01.942 INFO O| Jul 29 16:03:01.942 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103062026-07-29T16:03:03.152Z[ host-image] Jul 29 16:03:01.942 INFO O| Jul 29 16:03:01.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103072026-07-29T16:03:03.152Z[ host-image] Jul 29 16:03:01.942 INFO O| Jul 29 16:03:01.942 INFO ok!
103082026-07-29T16:03:03.152Z[ host-image] Jul 29 16:03:01.942 INFO O| Jul 29 16:03:01.942 INFO STEP 104 (ensure_file) COMPLETE
103092026-07-29T16:03:03.152Z[ host-image] Jul 29 16:03:01.942 INFO O| Jul 29 16:03:01.942 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-07-29T16:03:03.158Z[ host-image] Jul 29 16:03:01.953 INFO O| Jul 29 16:03:01.953 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103112026-07-29T16:03:03.158Z[ host-image] Jul 29 16:03:01.953 INFO O| Jul 29 16:03:01.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103122026-07-29T16:03:03.162Z[ host-image] Jul 29 16:03:01.953 INFO O| Jul 29 16:03:01.953 INFO STEP 105 (ensure_dir) COMPLETE
103132026-07-29T16:03:03.162Z[ host-image] Jul 29 16:03:01.953 INFO O| Jul 29 16:03:01.953 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-07-29T16:03:03.169Z[ host-image] Jul 29 16:03:01.963 INFO O| Jul 29 16:03:01.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103152026-07-29T16:03:03.169Z[ host-image] Jul 29 16:03:01.963 INFO O| Jul 29 16:03:01.963 INFO copying /tmp/.tmpGW0oD3/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 ...
103162026-07-29T16:03:03.555Z[ host-image] Jul 29 16:03:02.349 INFO O| Jul 29 16:03:02.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103172026-07-29T16:03:03.555Z[ host-image] Jul 29 16:03:02.349 INFO O| Jul 29 16:03:02.349 INFO ok!
103182026-07-29T16:03:03.555Z[ host-image] Jul 29 16:03:02.349 INFO O| Jul 29 16:03:02.349 INFO STEP 106 (ensure_file) COMPLETE
103192026-07-29T16:03:03.559Z[ host-image] Jul 29 16:03:02.349 INFO O| Jul 29 16:03:02.349 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-07-29T16:03:03.564Z[ host-image] Jul 29 16:03:02.359 INFO O| Jul 29 16:03:02.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103212026-07-29T16:03:03.564Z[ host-image] Jul 29 16:03:02.359 INFO O| Jul 29 16:03:02.359 INFO copying /tmp/.tmpGW0oD3/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 ...
103222026-07-29T16:03:03.568Z[ host-image] Jul 29 16:03:02.359 INFO O| Jul 29 16:03:02.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103232026-07-29T16:03:03.568Z[ host-image] Jul 29 16:03:02.359 INFO O| Jul 29 16:03:02.359 INFO ok!
103242026-07-29T16:03:03.568Z[ host-image] Jul 29 16:03:02.359 INFO O| Jul 29 16:03:02.359 INFO STEP 107 (ensure_file) COMPLETE
103252026-07-29T16:03:03.569Z[ host-image] Jul 29 16:03:02.359 INFO O| Jul 29 16:03:02.359 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-07-29T16:03:03.572Z[ host-image] Jul 29 16:03:02.366 INFO O| Jul 29 16:03:02.366 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103272026-07-29T16:03:03.572Z[ host-image] Jul 29 16:03:02.366 INFO O| Jul 29 16:03:02.366 INFO copying /tmp/.tmpGW0oD3/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 ...
103282026-07-29T16:03:03.572Z[ host-image] Jul 29 16:03:02.366 INFO O| Jul 29 16:03:02.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103292026-07-29T16:03:03.572Z[ host-image] Jul 29 16:03:02.366 INFO O| Jul 29 16:03:02.366 INFO ok!
103302026-07-29T16:03:03.572Z[ host-image] Jul 29 16:03:02.366 INFO O| Jul 29 16:03:02.366 INFO STEP 108 (ensure_file) COMPLETE
103312026-07-29T16:03:03.576Z[ host-image] Jul 29 16:03:02.366 INFO O| Jul 29 16:03:02.366 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-07-29T16:03:03.580Z[ host-image] Jul 29 16:03:02.375 INFO O| Jul 29 16:03:02.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103332026-07-29T16:03:03.580Z[ host-image] Jul 29 16:03:02.375 INFO O| Jul 29 16:03:02.375 INFO copying /tmp/.tmpGW0oD3/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 ...
103342026-07-29T16:03:03.587Z[ host-image] Jul 29 16:03:02.375 INFO O| Jul 29 16:03:02.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103352026-07-29T16:03:03.587Z[ host-image] Jul 29 16:03:02.375 INFO O| Jul 29 16:03:02.375 INFO ok!
103362026-07-29T16:03:03.587Z[ host-image] Jul 29 16:03:02.375 INFO O| Jul 29 16:03:02.375 INFO STEP 109 (ensure_file) COMPLETE
103372026-07-29T16:03:03.587Z[ host-image] Jul 29 16:03:02.375 INFO O| Jul 29 16:03:02.375 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-07-29T16:03:03.591Z[ host-image] Jul 29 16:03:02.383 INFO O| Jul 29 16:03:02.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103392026-07-29T16:03:03.591Z[ host-image] Jul 29 16:03:02.383 INFO O| Jul 29 16:03:02.383 INFO copying /tmp/.tmpGW0oD3/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 ...
103402026-07-29T16:03:03.591Z[ host-image] Jul 29 16:03:02.383 INFO O| Jul 29 16:03:02.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103412026-07-29T16:03:03.591Z[ host-image] Jul 29 16:03:02.383 INFO O| Jul 29 16:03:02.383 INFO ok!
103422026-07-29T16:03:03.591Z[ host-image] Jul 29 16:03:02.383 INFO O| Jul 29 16:03:02.383 INFO STEP 110 (ensure_file) COMPLETE
103432026-07-29T16:03:03.591Z[ host-image] Jul 29 16:03:02.383 INFO O| Jul 29 16:03:02.383 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-07-29T16:03:03.596Z[ host-image] Jul 29 16:03:02.390 INFO O| Jul 29 16:03:02.390 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103452026-07-29T16:03:03.596Z[ host-image] Jul 29 16:03:02.390 INFO O| Jul 29 16:03:02.390 INFO copying /tmp/.tmpGW0oD3/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 ...
103462026-07-29T16:03:03.596Z[ host-image] Jul 29 16:03:02.390 INFO O| Jul 29 16:03:02.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103472026-07-29T16:03:03.600Z[ host-image] Jul 29 16:03:02.390 INFO O| Jul 29 16:03:02.390 INFO ok!
103482026-07-29T16:03:03.600Z[ host-image] Jul 29 16:03:02.390 INFO O| Jul 29 16:03:02.390 INFO STEP 111 (ensure_file) COMPLETE
103492026-07-29T16:03:03.600Z[ host-image] Jul 29 16:03:02.390 INFO O| Jul 29 16:03:02.390 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-07-29T16:03:03.604Z[ host-image] Jul 29 16:03:02.398 INFO O| Jul 29 16:03:02.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103512026-07-29T16:03:03.604Z[ host-image] Jul 29 16:03:02.398 INFO O| Jul 29 16:03:02.398 INFO copying /tmp/.tmpGW0oD3/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 ...
103522026-07-29T16:03:03.604Z[ host-image] Jul 29 16:03:02.398 INFO O| Jul 29 16:03:02.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103532026-07-29T16:03:03.604Z[ host-image] Jul 29 16:03:02.398 INFO O| Jul 29 16:03:02.398 INFO ok!
103542026-07-29T16:03:03.604Z[ host-image] Jul 29 16:03:02.398 INFO O| Jul 29 16:03:02.398 INFO STEP 112 (ensure_file) COMPLETE
103552026-07-29T16:03:03.604Z[ host-image] Jul 29 16:03:02.398 INFO O| Jul 29 16:03:02.398 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-07-29T16:03:03.611Z[ host-image] Jul 29 16:03:02.405 INFO O| Jul 29 16:03:02.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103572026-07-29T16:03:03.611Z[ host-image] Jul 29 16:03:02.405 INFO O| Jul 29 16:03:02.405 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103582026-07-29T16:03:03.614Z[ host-image] Jul 29 16:03:02.405 INFO O| Jul 29 16:03:02.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103592026-07-29T16:03:03.614Z[ host-image] Jul 29 16:03:02.405 INFO O| Jul 29 16:03:02.405 INFO ok!
103602026-07-29T16:03:03.614Z[ host-image] Jul 29 16:03:02.405 INFO O| Jul 29 16:03:02.405 INFO STEP 113 (ensure_file) COMPLETE
103612026-07-29T16:03:03.615Z[ host-image] Jul 29 16:03:02.405 INFO O| Jul 29 16:03:02.405 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-07-29T16:03:03.618Z[ host-image] Jul 29 16:03:02.412 INFO O| Jul 29 16:03:02.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103632026-07-29T16:03:03.619Z[ host-image] Jul 29 16:03:02.412 INFO O| Jul 29 16:03:02.412 INFO copying /tmp/.tmpGW0oD3/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 ...
103642026-07-29T16:03:03.619Z[ host-image] Jul 29 16:03:02.412 INFO O| Jul 29 16:03:02.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103652026-07-29T16:03:03.619Z[ host-image] Jul 29 16:03:02.412 INFO O| Jul 29 16:03:02.412 INFO ok!
103662026-07-29T16:03:03.619Z[ host-image] Jul 29 16:03:02.412 INFO O| Jul 29 16:03:02.412 INFO STEP 114 (ensure_file) COMPLETE
103672026-07-29T16:03:03.619Z[ host-image] Jul 29 16:03:02.412 INFO O| Jul 29 16:03:02.412 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-07-29T16:03:03.626Z[ host-image] Jul 29 16:03:02.420 INFO O| Jul 29 16:03:02.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103692026-07-29T16:03:03.630Z[ host-image] Jul 29 16:03:02.420 INFO O| Jul 29 16:03:02.420 INFO copying /tmp/.tmpGW0oD3/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 ...
103702026-07-29T16:03:03.630Z[ host-image] Jul 29 16:03:02.420 INFO O| Jul 29 16:03:02.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103712026-07-29T16:03:03.630Z[ host-image] Jul 29 16:03:02.420 INFO O| Jul 29 16:03:02.420 INFO ok!
103722026-07-29T16:03:03.630Z[ host-image] Jul 29 16:03:02.420 INFO O| Jul 29 16:03:02.420 INFO STEP 115 (ensure_file) COMPLETE
103732026-07-29T16:03:03.630Z[ host-image] Jul 29 16:03:02.420 INFO O| Jul 29 16:03:02.420 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-07-29T16:03:03.638Z[ host-image] Jul 29 16:03:02.432 INFO O| Jul 29 16:03:02.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103752026-07-29T16:03:03.638Z[ host-image] Jul 29 16:03:02.432 INFO O| Jul 29 16:03:02.432 INFO copying /tmp/.tmpGW0oD3/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 ...
103762026-07-29T16:03:03.642Z[ host-image] Jul 29 16:03:02.432 INFO O| Jul 29 16:03:02.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103772026-07-29T16:03:03.642Z[ host-image] Jul 29 16:03:02.432 INFO O| Jul 29 16:03:02.432 INFO ok!
103782026-07-29T16:03:03.642Z[ host-image] Jul 29 16:03:02.432 INFO O| Jul 29 16:03:02.432 INFO STEP 116 (ensure_file) COMPLETE
103792026-07-29T16:03:03.642Z[ host-image] Jul 29 16:03:02.432 INFO O| Jul 29 16:03:02.432 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.443 INFO O| Jul 29 16:03:02.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103812026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.443 INFO O| Jul 29 16:03:02.443 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103822026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.443 INFO O| Jul 29 16:03:02.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103832026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.443 INFO O| Jul 29 16:03:02.443 INFO ok!
103842026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.443 INFO O| Jul 29 16:03:02.443 INFO STEP 117 (ensure_file) COMPLETE
103852026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.443 INFO O| Jul 29 16:03:02.443 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.454 INFO O| Jul 29 16:03:02.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103872026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.454 INFO O| Jul 29 16:03:02.454 INFO copying /tmp/.tmpGW0oD3/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 ...
103882026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.454 INFO O| Jul 29 16:03:02.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103892026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.454 INFO O| Jul 29 16:03:02.454 INFO ok!
103902026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.454 INFO O| Jul 29 16:03:02.454 INFO STEP 118 (ensure_file) COMPLETE
103912026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.454 INFO O| Jul 29 16:03:02.454 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.465 INFO O| Jul 29 16:03:02.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103932026-07-29T16:03:03.704Z[ host-image] Jul 29 16:03:02.465 INFO O| Jul 29 16:03:02.465 INFO copying /tmp/.tmpGW0oD3/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 ...
103942026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.465 INFO O| Jul 29 16:03:02.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103952026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.465 INFO O| Jul 29 16:03:02.465 INFO ok!
103962026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.465 INFO O| Jul 29 16:03:02.465 INFO STEP 119 (ensure_file) COMPLETE
103972026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.465 INFO O| Jul 29 16:03:02.465 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.476 INFO O| Jul 29 16:03:02.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103992026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.476 INFO O| Jul 29 16:03:02.476 INFO copying /tmp/.tmpGW0oD3/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 ...
104002026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.476 INFO O| Jul 29 16:03:02.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104012026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.476 INFO O| Jul 29 16:03:02.476 INFO ok!
104022026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.476 INFO O| Jul 29 16:03:02.476 INFO STEP 120 (ensure_file) COMPLETE
104032026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.476 INFO O| Jul 29 16:03:02.476 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.487 INFO O| Jul 29 16:03:02.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104052026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.487 INFO O| Jul 29 16:03:02.487 INFO copying /tmp/.tmpGW0oD3/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 ...
104062026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.487 INFO O| Jul 29 16:03:02.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104072026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.487 INFO O| Jul 29 16:03:02.487 INFO ok!
104082026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.487 INFO O| Jul 29 16:03:02.487 INFO STEP 121 (ensure_file) COMPLETE
104092026-07-29T16:03:03.705Z[ host-image] Jul 29 16:03:02.487 INFO O| Jul 29 16:03:02.487 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-07-29T16:03:03.710Z[ host-image] Jul 29 16:03:02.499 INFO O| Jul 29 16:03:02.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104112026-07-29T16:03:03.710Z[ host-image] Jul 29 16:03:02.499 INFO O| Jul 29 16:03:02.499 INFO copying /tmp/.tmpGW0oD3/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 ...
104122026-07-29T16:03:03.710Z[ host-image] Jul 29 16:03:02.499 INFO O| Jul 29 16:03:02.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104132026-07-29T16:03:03.710Z[ host-image] Jul 29 16:03:02.499 INFO O| Jul 29 16:03:02.499 INFO ok!
104142026-07-29T16:03:03.710Z[ host-image] Jul 29 16:03:02.499 INFO O| Jul 29 16:03:02.499 INFO STEP 122 (ensure_file) COMPLETE
104152026-07-29T16:03:03.710Z[ host-image] Jul 29 16:03:02.499 INFO O| Jul 29 16:03:02.499 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-07-29T16:03:03.716Z[ host-image] Jul 29 16:03:02.510 INFO O| Jul 29 16:03:02.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104172026-07-29T16:03:03.716Z[ host-image] Jul 29 16:03:02.510 INFO O| Jul 29 16:03:02.509 INFO copying /tmp/.tmpGW0oD3/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 ...
104182026-07-29T16:03:03.716Z[ host-image] Jul 29 16:03:02.510 INFO O| Jul 29 16:03:02.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104192026-07-29T16:03:03.716Z[ host-image] Jul 29 16:03:02.510 INFO O| Jul 29 16:03:02.510 INFO ok!
104202026-07-29T16:03:03.720Z[ host-image] Jul 29 16:03:02.510 INFO O| Jul 29 16:03:02.510 INFO STEP 123 (ensure_file) COMPLETE
104212026-07-29T16:03:03.721Z[ host-image] Jul 29 16:03:02.510 INFO O| Jul 29 16:03:02.510 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-07-29T16:03:03.726Z[ host-image] Jul 29 16:03:02.520 INFO O| Jul 29 16:03:02.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104232026-07-29T16:03:03.726Z[ host-image] Jul 29 16:03:02.520 INFO O| Jul 29 16:03:02.520 INFO copying /tmp/.tmpGW0oD3/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 ...
104242026-07-29T16:03:03.730Z[ host-image] Jul 29 16:03:02.520 INFO O| Jul 29 16:03:02.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104252026-07-29T16:03:03.730Z[ host-image] Jul 29 16:03:02.520 INFO O| Jul 29 16:03:02.520 INFO ok!
104262026-07-29T16:03:03.730Z[ host-image] Jul 29 16:03:02.520 INFO O| Jul 29 16:03:02.520 INFO STEP 124 (ensure_file) COMPLETE
104272026-07-29T16:03:03.730Z[ host-image] Jul 29 16:03:02.520 INFO O| Jul 29 16:03:02.520 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-07-29T16:03:03.735Z[ host-image] Jul 29 16:03:02.529 INFO O| Jul 29 16:03:02.529 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104292026-07-29T16:03:03.739Z[ host-image] Jul 29 16:03:02.529 INFO O| Jul 29 16:03:02.529 INFO copying /tmp/.tmpGW0oD3/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 ...
104302026-07-29T16:03:03.739Z[ host-image] Jul 29 16:03:02.529 INFO O| Jul 29 16:03:02.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104312026-07-29T16:03:03.739Z[ host-image] Jul 29 16:03:02.529 INFO O| Jul 29 16:03:02.529 INFO ok!
104322026-07-29T16:03:03.739Z[ host-image] Jul 29 16:03:02.529 INFO O| Jul 29 16:03:02.529 INFO STEP 125 (ensure_file) COMPLETE
104332026-07-29T16:03:03.739Z[ host-image] Jul 29 16:03:02.529 INFO O| Jul 29 16:03:02.529 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-07-29T16:03:03.743Z[ host-image] Jul 29 16:03:02.537 INFO O| Jul 29 16:03:02.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104352026-07-29T16:03:03.743Z[ host-image] Jul 29 16:03:02.537 INFO O| Jul 29 16:03:02.537 INFO copying /tmp/.tmpGW0oD3/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 ...
104362026-07-29T16:03:03.743Z[ host-image] Jul 29 16:03:02.537 INFO O| Jul 29 16:03:02.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104372026-07-29T16:03:03.743Z[ host-image] Jul 29 16:03:02.537 INFO O| Jul 29 16:03:02.537 INFO ok!
104382026-07-29T16:03:03.743Z[ host-image] Jul 29 16:03:02.537 INFO O| Jul 29 16:03:02.537 INFO STEP 126 (ensure_file) COMPLETE
104392026-07-29T16:03:03.743Z[ host-image] Jul 29 16:03:02.537 INFO O| Jul 29 16:03:02.537 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-07-29T16:03:03.751Z[ host-image] Jul 29 16:03:02.545 INFO O| Jul 29 16:03:02.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104412026-07-29T16:03:03.751Z[ host-image] Jul 29 16:03:02.545 INFO O| Jul 29 16:03:02.545 INFO copying /tmp/.tmpGW0oD3/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 ...
104422026-07-29T16:03:03.751Z[ host-image] Jul 29 16:03:02.545 INFO O| Jul 29 16:03:02.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104432026-07-29T16:03:03.755Z[ host-image] Jul 29 16:03:02.545 INFO O| Jul 29 16:03:02.545 INFO ok!
104442026-07-29T16:03:03.755Z[ host-image] Jul 29 16:03:02.545 INFO O| Jul 29 16:03:02.545 INFO STEP 127 (ensure_file) COMPLETE
104452026-07-29T16:03:03.755Z[ host-image] Jul 29 16:03:02.545 INFO O| Jul 29 16:03:02.545 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-07-29T16:03:03.762Z[ host-image] Jul 29 16:03:02.556 INFO O| Jul 29 16:03:02.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104472026-07-29T16:03:03.762Z[ host-image] Jul 29 16:03:02.556 INFO O| Jul 29 16:03:02.556 INFO copying /tmp/.tmpGW0oD3/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 ...
104482026-07-29T16:03:03.766Z[ host-image] Jul 29 16:03:02.557 INFO O| Jul 29 16:03:02.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104492026-07-29T16:03:03.766Z[ host-image] Jul 29 16:03:02.557 INFO O| Jul 29 16:03:02.557 INFO ok!
104502026-07-29T16:03:03.766Z[ host-image] Jul 29 16:03:02.557 INFO O| Jul 29 16:03:02.557 INFO STEP 128 (ensure_file) COMPLETE
104512026-07-29T16:03:03.766Z[ host-image] Jul 29 16:03:02.557 INFO O| Jul 29 16:03:02.557 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-07-29T16:03:03.773Z[ host-image] Jul 29 16:03:02.567 INFO O| Jul 29 16:03:02.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104532026-07-29T16:03:03.773Z[ host-image] Jul 29 16:03:02.567 INFO O| Jul 29 16:03:02.567 INFO copying /tmp/.tmpGW0oD3/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 ...
104542026-07-29T16:03:03.777Z[ host-image] Jul 29 16:03:02.567 INFO O| Jul 29 16:03:02.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104552026-07-29T16:03:03.777Z[ host-image] Jul 29 16:03:02.567 INFO O| Jul 29 16:03:02.567 INFO ok!
104562026-07-29T16:03:03.777Z[ host-image] Jul 29 16:03:02.567 INFO O| Jul 29 16:03:02.567 INFO STEP 129 (ensure_file) COMPLETE
104572026-07-29T16:03:03.777Z[ host-image] Jul 29 16:03:02.567 INFO O| Jul 29 16:03:02.567 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-07-29T16:03:03.783Z[ host-image] Jul 29 16:03:02.577 INFO O| Jul 29 16:03:02.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104592026-07-29T16:03:03.783Z[ host-image] Jul 29 16:03:02.577 INFO O| Jul 29 16:03:02.577 INFO copying /tmp/.tmpGW0oD3/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 ...
104602026-07-29T16:03:03.787Z[ host-image] Jul 29 16:03:02.577 INFO O| Jul 29 16:03:02.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104612026-07-29T16:03:03.787Z[ host-image] Jul 29 16:03:02.577 INFO O| Jul 29 16:03:02.577 INFO ok!
104622026-07-29T16:03:03.787Z[ host-image] Jul 29 16:03:02.577 INFO O| Jul 29 16:03:02.577 INFO STEP 130 (ensure_file) COMPLETE
104632026-07-29T16:03:03.787Z[ host-image] Jul 29 16:03:02.577 INFO O| Jul 29 16:03:02.577 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-07-29T16:03:03.800Z[ host-image] Jul 29 16:03:02.593 INFO O| Jul 29 16:03:02.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104652026-07-29T16:03:03.800Z[ host-image] Jul 29 16:03:02.593 INFO O| Jul 29 16:03:02.593 INFO copying /tmp/.tmpGW0oD3/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 ...
104662026-07-29T16:03:03.804Z[ host-image] Jul 29 16:03:02.593 INFO O| Jul 29 16:03:02.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104672026-07-29T16:03:03.804Z[ host-image] Jul 29 16:03:02.593 INFO O| Jul 29 16:03:02.593 INFO ok!
104682026-07-29T16:03:03.804Z[ host-image] Jul 29 16:03:02.593 INFO O| Jul 29 16:03:02.593 INFO STEP 131 (ensure_file) COMPLETE
104692026-07-29T16:03:03.804Z[ host-image] Jul 29 16:03:02.593 INFO O| Jul 29 16:03:02.593 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-07-29T16:03:03.810Z[ host-image] Jul 29 16:03:02.604 INFO O| Jul 29 16:03:02.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104712026-07-29T16:03:03.810Z[ host-image] Jul 29 16:03:02.604 INFO O| Jul 29 16:03:02.604 INFO copying /tmp/.tmpGW0oD3/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 ...
104722026-07-29T16:03:03.815Z[ host-image] Jul 29 16:03:02.604 INFO O| Jul 29 16:03:02.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104732026-07-29T16:03:03.815Z[ host-image] Jul 29 16:03:02.604 INFO O| Jul 29 16:03:02.604 INFO ok!
104742026-07-29T16:03:03.815Z[ host-image] Jul 29 16:03:02.604 INFO O| Jul 29 16:03:02.604 INFO STEP 132 (ensure_file) COMPLETE
104752026-07-29T16:03:03.815Z[ host-image] Jul 29 16:03:02.604 INFO O| Jul 29 16:03:02.604 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-07-29T16:03:03.820Z[ host-image] Jul 29 16:03:02.614 INFO O| Jul 29 16:03:02.614 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104772026-07-29T16:03:03.820Z[ host-image] Jul 29 16:03:02.614 INFO O| Jul 29 16:03:02.614 INFO copying /tmp/.tmpGW0oD3/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 ...
104782026-07-29T16:03:03.820Z[ host-image] Jul 29 16:03:02.614 INFO O| Jul 29 16:03:02.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104792026-07-29T16:03:03.824Z[ host-image] Jul 29 16:03:02.614 INFO O| Jul 29 16:03:02.614 INFO ok!
104802026-07-29T16:03:03.824Z[ host-image] Jul 29 16:03:02.614 INFO O| Jul 29 16:03:02.614 INFO STEP 133 (ensure_file) COMPLETE
104812026-07-29T16:03:03.824Z[ host-image] Jul 29 16:03:02.614 INFO O| Jul 29 16:03:02.614 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-07-29T16:03:03.831Z[ host-image] Jul 29 16:03:02.624 INFO O| Jul 29 16:03:02.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104832026-07-29T16:03:03.831Z[ host-image] Jul 29 16:03:02.624 INFO O| Jul 29 16:03:02.623 INFO copying /tmp/.tmpGW0oD3/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 ...
104842026-07-29T16:03:03.831Z[ host-image] Jul 29 16:03:02.624 INFO O| Jul 29 16:03:02.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104852026-07-29T16:03:03.835Z[ host-image] Jul 29 16:03:02.624 INFO O| Jul 29 16:03:02.624 INFO ok!
104862026-07-29T16:03:03.835Z[ host-image] Jul 29 16:03:02.624 INFO O| Jul 29 16:03:02.624 INFO STEP 134 (ensure_file) COMPLETE
104872026-07-29T16:03:03.835Z[ host-image] Jul 29 16:03:02.624 INFO O| Jul 29 16:03:02.624 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-07-29T16:03:03.840Z[ host-image] Jul 29 16:03:02.634 INFO O| Jul 29 16:03:02.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104892026-07-29T16:03:03.840Z[ host-image] Jul 29 16:03:02.634 INFO O| Jul 29 16:03:02.634 INFO copying /tmp/.tmpGW0oD3/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 ...
104902026-07-29T16:03:03.845Z[ host-image] Jul 29 16:03:02.634 INFO O| Jul 29 16:03:02.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104912026-07-29T16:03:03.845Z[ host-image] Jul 29 16:03:02.634 INFO O| Jul 29 16:03:02.634 INFO ok!
104922026-07-29T16:03:03.845Z[ host-image] Jul 29 16:03:02.634 INFO O| Jul 29 16:03:02.634 INFO STEP 135 (ensure_file) COMPLETE
104932026-07-29T16:03:03.845Z[ host-image] Jul 29 16:03:02.634 INFO O| Jul 29 16:03:02.634 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-07-29T16:03:03.853Z[ host-image] Jul 29 16:03:02.645 INFO O| Jul 29 16:03:02.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104952026-07-29T16:03:03.854Z[ host-image] Jul 29 16:03:02.645 INFO O| Jul 29 16:03:02.645 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104962026-07-29T16:03:03.854Z[ host-image] Jul 29 16:03:02.645 INFO O| Jul 29 16:03:02.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104972026-07-29T16:03:03.854Z[ host-image] Jul 29 16:03:02.645 INFO O| Jul 29 16:03:02.645 INFO ok!
104982026-07-29T16:03:03.854Z[ host-image] Jul 29 16:03:02.646 INFO O| Jul 29 16:03:02.645 INFO STEP 136 (ensure_file) COMPLETE
104992026-07-29T16:03:03.854Z[ host-image] Jul 29 16:03:02.646 INFO O| Jul 29 16:03:02.645 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-07-29T16:03:03.861Z[ host-image] Jul 29 16:03:02.655 INFO O| Jul 29 16:03:02.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105012026-07-29T16:03:03.862Z[ host-image] Jul 29 16:03:02.655 INFO O| Jul 29 16:03:02.655 INFO copying /tmp/.tmpGW0oD3/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 ...
105022026-07-29T16:03:03.862Z[ host-image] Jul 29 16:03:02.655 INFO O| Jul 29 16:03:02.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105032026-07-29T16:03:03.872Z[ host-image] Jul 29 16:03:02.655 INFO O| Jul 29 16:03:02.655 INFO ok!
105042026-07-29T16:03:03.872Z[ host-image] Jul 29 16:03:02.655 INFO O| Jul 29 16:03:02.655 INFO STEP 137 (ensure_file) COMPLETE
105052026-07-29T16:03:03.872Z[ host-image] Jul 29 16:03:02.655 INFO O| Jul 29 16:03:02.655 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-07-29T16:03:03.882Z[ host-image] Jul 29 16:03:02.664 INFO O| Jul 29 16:03:02.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105072026-07-29T16:03:03.883Z[ host-image] Jul 29 16:03:02.664 INFO O| Jul 29 16:03:02.664 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105082026-07-29T16:03:03.883Z[ host-image] Jul 29 16:03:02.664 INFO O| Jul 29 16:03:02.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105092026-07-29T16:03:03.883Z[ host-image] Jul 29 16:03:02.664 INFO O| Jul 29 16:03:02.664 INFO ok!
105102026-07-29T16:03:03.883Z[ host-image] Jul 29 16:03:02.664 INFO O| Jul 29 16:03:02.664 INFO STEP 138 (ensure_file) COMPLETE
105112026-07-29T16:03:03.883Z[ host-image] Jul 29 16:03:02.664 INFO O| Jul 29 16:03:02.664 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-07-29T16:03:03.891Z[ host-image] Jul 29 16:03:02.674 INFO O| Jul 29 16:03:02.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105132026-07-29T16:03:03.892Z[ host-image] Jul 29 16:03:02.674 INFO O| Jul 29 16:03:02.674 INFO copying /tmp/.tmpGW0oD3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105142026-07-29T16:03:08.078Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
105152026-07-29T16:03:10.013Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
105162026-07-29T16:03:13.454Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
105172026-07-29T16:03:13.470Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
105182026-07-29T16:03:21.656Z[ host-image] Jul 29 16:03:20.450 INFO O| Jul 29 16:03:20.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105192026-07-29T16:03:21.657Z[ host-image] Jul 29 16:03:20.450 INFO O| Jul 29 16:03:20.450 INFO ok!
105202026-07-29T16:03:21.661Z[ host-image] Jul 29 16:03:20.450 INFO O| Jul 29 16:03:20.450 INFO STEP 139 (ensure_file) COMPLETE
105212026-07-29T16:03:21.661Z[ host-image] Jul 29 16:03:20.450 INFO O| Jul 29 16:03:20.450 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-07-29T16:03:21.666Z[ host-image] Jul 29 16:03:20.460 INFO O| Jul 29 16:03:20.460 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105232026-07-29T16:03:21.666Z[ host-image] Jul 29 16:03:20.460 INFO O| Jul 29 16:03:20.460 INFO STEP 140 (ensure_dir) COMPLETE
105242026-07-29T16:03:21.670Z[ host-image] Jul 29 16:03:20.460 INFO O| Jul 29 16:03:20.460 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-07-29T16:03:21.674Z[ host-image] Jul 29 16:03:20.468 INFO O| Jul 29 16:03:20.468 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105262026-07-29T16:03:21.674Z[ host-image] Jul 29 16:03:20.468 INFO O| Jul 29 16:03:20.468 INFO STEP 141 (ensure_dir) COMPLETE
105272026-07-29T16:03:21.674Z[ host-image] Jul 29 16:03:20.468 INFO O| Jul 29 16:03:20.468 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-07-29T16:03:21.683Z[ host-image] Jul 29 16:03:20.477 INFO O| Jul 29 16:03:20.477 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105292026-07-29T16:03:21.683Z[ host-image] Jul 29 16:03:20.477 INFO O| Jul 29 16:03:20.477 INFO STEP 142 (ensure_dir) COMPLETE
105302026-07-29T16:03:21.683Z[ host-image] Jul 29 16:03:20.477 INFO O| Jul 29 16:03:20.477 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-07-29T16:03:21.687Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
105322026-07-29T16:03:21.690Z[ host-image] Jul 29 16:03:20.484 INFO O| Jul 29 16:03:20.484 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105332026-07-29T16:03:21.690Z[ host-image] Jul 29 16:03:20.484 INFO O| Jul 29 16:03:20.484 INFO STEP 143 (ensure_dir) COMPLETE
105342026-07-29T16:03:21.691Z[ host-image] Jul 29 16:03:20.484 INFO O| Jul 29 16:03:20.484 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-07-29T16:03:21.697Z[ host-image] Jul 29 16:03:20.491 INFO O| Jul 29 16:03:20.491 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105362026-07-29T16:03:21.697Z[ host-image] Jul 29 16:03:20.491 INFO O| Jul 29 16:03:20.491 INFO copying /tmp/.tmpGW0oD3/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 ...
105372026-07-29T16:03:21.701Z[ host-image] Jul 29 16:03:20.491 INFO O| Jul 29 16:03:20.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105382026-07-29T16:03:21.701Z[ host-image] Jul 29 16:03:20.491 INFO O| Jul 29 16:03:20.491 INFO ok!
105392026-07-29T16:03:21.701Z[ host-image] Jul 29 16:03:20.491 INFO O| Jul 29 16:03:20.491 INFO STEP 144 (ensure_file) COMPLETE
105402026-07-29T16:03:21.701Z[ host-image] Jul 29 16:03:20.491 INFO O| Jul 29 16:03:20.491 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-07-29T16:03:21.705Z[ host-image] Jul 29 16:03:20.499 INFO O| Jul 29 16:03:20.499 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105422026-07-29T16:03:21.705Z[ host-image] Jul 29 16:03:20.499 INFO O| Jul 29 16:03:20.499 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105432026-07-29T16:03:21.705Z[ host-image] Jul 29 16:03:20.499 INFO O| Jul 29 16:03:20.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105442026-07-29T16:03:21.705Z[ host-image] Jul 29 16:03:20.499 INFO O| Jul 29 16:03:20.499 INFO STEP 145 (ensure_dir) COMPLETE
105452026-07-29T16:03:21.705Z[ host-image] Jul 29 16:03:20.499 INFO O| Jul 29 16:03:20.499 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-07-29T16:03:21.712Z[ host-image] Jul 29 16:03:20.506 INFO O| Jul 29 16:03:20.506 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105472026-07-29T16:03:21.712Z[ host-image] Jul 29 16:03:20.506 INFO O| Jul 29 16:03:20.506 INFO copying /tmp/.tmpGW0oD3/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105482026-07-29T16:03:21.716Z[ host-image] Jul 29 16:03:20.506 INFO O| Jul 29 16:03:20.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105492026-07-29T16:03:21.716Z[ host-image] Jul 29 16:03:20.506 INFO O| Jul 29 16:03:20.506 INFO ok!
105502026-07-29T16:03:21.717Z[ host-image] Jul 29 16:03:20.506 INFO O| Jul 29 16:03:20.506 INFO STEP 146 (ensure_file) COMPLETE
105512026-07-29T16:03:21.717Z[ host-image] Jul 29 16:03:20.506 INFO O| Jul 29 16:03:20.506 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105522026-07-29T16:03:21.720Z[ host-image] Jul 29 16:03:20.514 INFO O| Jul 29 16:03:20.514 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105532026-07-29T16:03:21.720Z[ host-image] Jul 29 16:03:20.514 INFO O| Jul 29 16:03:20.514 INFO STEP 147 (remove_files) COMPLETE
105542026-07-29T16:03:21.720Z[ host-image] Jul 29 16:03:20.514 INFO O| Jul 29 16:03:20.514 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105552026-07-29T16:03:21.727Z[ host-image] Jul 29 16:03:20.521 INFO O| Jul 29 16:03:20.521 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105562026-07-29T16:03:21.731Z[ host-image] Jul 29 16:03:20.521 INFO O| Jul 29 16:03:20.521 INFO STEP 148 (remove_files) COMPLETE
105572026-07-29T16:03:21.731Z[ host-image] Jul 29 16:03:20.521 INFO O| Jul 29 16:03:20.521 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105582026-07-29T16:03:21.735Z[ host-image] Jul 29 16:03:20.529 INFO O| Jul 29 16:03:20.529 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105592026-07-29T16:03:21.735Z[ host-image] Jul 29 16:03:20.529 INFO O| Jul 29 16:03:20.529 INFO STEP 149 (remove_files) COMPLETE
105602026-07-29T16:03:21.735Z[ host-image] Jul 29 16:03:20.529 INFO O| Jul 29 16:03:20.529 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105612026-07-29T16:03:21.742Z[ host-image] Jul 29 16:03:20.536 INFO O| Jul 29 16:03:20.536 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105622026-07-29T16:03:21.745Z[ host-image] Jul 29 16:03:20.536 INFO O| Jul 29 16:03:20.536 INFO STEP 150 (remove_files) COMPLETE
105632026-07-29T16:03:21.745Z[ host-image] Jul 29 16:03:20.536 INFO O| Jul 29 16:03:20.536 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105642026-07-29T16:03:21.750Z[ host-image] Jul 29 16:03:20.542 INFO O| Jul 29 16:03:20.542 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105652026-07-29T16:03:21.750Z[ host-image] Jul 29 16:03:20.542 INFO O| Jul 29 16:03:20.542 INFO STEP 151 (remove_files) COMPLETE
105662026-07-29T16:03:21.750Z[ host-image] Jul 29 16:03:20.542 INFO O| Jul 29 16:03:20.542 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-07-29T16:03:21.754Z[ host-image] Jul 29 16:03:20.548 INFO O| Jul 29 16:03:20.548 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105682026-07-29T16:03:21.758Z[ host-image] Jul 29 16:03:20.549 INFO O| Jul 29 16:03:20.548 INFO STEP 152 (remove_files) COMPLETE
105692026-07-29T16:03:21.758Z[ host-image] Jul 29 16:03:20.549 INFO O| Jul 29 16:03:20.549 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-07-29T16:03:21.762Z[ host-image] Jul 29 16:03:20.555 INFO O| Jul 29 16:03:20.555 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105712026-07-29T16:03:21.762Z[ host-image] Jul 29 16:03:20.555 INFO O| Jul 29 16:03:20.555 INFO STEP 153 (remove_files) COMPLETE
105722026-07-29T16:03:21.762Z[ host-image] Jul 29 16:03:20.555 INFO O| Jul 29 16:03:20.555 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-07-29T16:03:21.769Z[ host-image] Jul 29 16:03:20.563 INFO O| Jul 29 16:03:20.563 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105742026-07-29T16:03:21.769Z[ host-image] Jul 29 16:03:20.563 INFO O| Jul 29 16:03:20.563 INFO STEP 154 (remove_files) COMPLETE
105752026-07-29T16:03:21.774Z[ host-image] Jul 29 16:03:20.563 INFO O| Jul 29 16:03:20.563 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-07-29T16:03:21.779Z[ host-image] Jul 29 16:03:20.571 INFO O| Jul 29 16:03:20.571 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105772026-07-29T16:03:21.779Z[ host-image] Jul 29 16:03:20.571 INFO O| Jul 29 16:03:20.571 INFO STEP 155 (remove_files) COMPLETE
105782026-07-29T16:03:21.779Z[ host-image] Jul 29 16:03:20.571 INFO O| Jul 29 16:03:20.571 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-07-29T16:03:21.784Z[ host-image] Jul 29 16:03:20.578 INFO O| Jul 29 16:03:20.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105802026-07-29T16:03:21.788Z[ host-image] Jul 29 16:03:20.578 INFO O| Jul 29 16:03:20.578 INFO STEP 156 (remove_files) COMPLETE
105812026-07-29T16:03:21.788Z[ host-image] Jul 29 16:03:20.578 INFO O| Jul 29 16:03:20.578 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-07-29T16:03:21.792Z[ host-image] Jul 29 16:03:20.586 INFO O| Jul 29 16:03:20.586 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105832026-07-29T16:03:21.792Z[ host-image] Jul 29 16:03:20.586 INFO O| Jul 29 16:03:20.586 INFO STEP 157 (remove_files) COMPLETE
105842026-07-29T16:03:21.792Z[ host-image] Jul 29 16:03:20.586 INFO O| Jul 29 16:03:20.586 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-07-29T16:03:21.798Z[ host-image] Jul 29 16:03:20.592 INFO O| Jul 29 16:03:20.592 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105862026-07-29T16:03:21.798Z[ host-image] Jul 29 16:03:20.592 INFO O| Jul 29 16:03:20.592 INFO STEP 158 (remove_files) COMPLETE
105872026-07-29T16:03:21.802Z[ host-image] Jul 29 16:03:20.592 INFO O| Jul 29 16:03:20.592 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-07-29T16:03:21.806Z[ host-image] Jul 29 16:03:20.599 INFO O| Jul 29 16:03:20.599 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105892026-07-29T16:03:21.806Z[ host-image] Jul 29 16:03:20.599 INFO O| Jul 29 16:03:20.599 INFO STEP 159 (remove_files) COMPLETE
105902026-07-29T16:03:21.806Z[ host-image] Jul 29 16:03:20.599 INFO O| Jul 29 16:03:20.599 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-07-29T16:03:21.812Z[ host-image] Jul 29 16:03:20.607 INFO O| Jul 29 16:03:20.607 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105922026-07-29T16:03:21.812Z[ host-image] Jul 29 16:03:20.607 INFO O| Jul 29 16:03:20.607 INFO STEP 160 (remove_files) COMPLETE
105932026-07-29T16:03:21.816Z[ host-image] Jul 29 16:03:20.607 INFO O| Jul 29 16:03:20.607 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-07-29T16:03:21.820Z[ host-image] Jul 29 16:03:20.613 INFO O| Jul 29 16:03:20.613 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105952026-07-29T16:03:21.820Z[ host-image] Jul 29 16:03:20.614 INFO O| Jul 29 16:03:20.614 INFO STEP 161 (remove_files) COMPLETE
105962026-07-29T16:03:21.820Z[ host-image] Jul 29 16:03:20.614 INFO O| Jul 29 16:03:20.614 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-07-29T16:03:21.827Z[ host-image] Jul 29 16:03:20.621 INFO O| Jul 29 16:03:20.621 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105982026-07-29T16:03:21.827Z[ host-image] Jul 29 16:03:20.621 INFO O| Jul 29 16:03:20.621 INFO STEP 162 (remove_files) COMPLETE
105992026-07-29T16:03:21.830Z[ host-image] Jul 29 16:03:20.621 INFO O| Jul 29 16:03:20.621 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-07-29T16:03:21.835Z[ host-image] Jul 29 16:03:20.629 INFO O| Jul 29 16:03:20.629 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106012026-07-29T16:03:21.839Z[ host-image] Jul 29 16:03:20.629 INFO O| Jul 29 16:03:20.629 INFO STEP 163 (remove_files) COMPLETE
106022026-07-29T16:03:21.839Z[ host-image] Jul 29 16:03:20.629 INFO O| Jul 29 16:03:20.629 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-07-29T16:03:21.896Z[ host-image] Jul 29 16:03:20.636 INFO O| Jul 29 16:03:20.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106042026-07-29T16:03:21.896Z[ host-image] Jul 29 16:03:20.636 INFO O| Jul 29 16:03:20.636 INFO STEP 164 (remove_files) COMPLETE
106052026-07-29T16:03:21.896Z[ host-image] Jul 29 16:03:20.636 INFO O| Jul 29 16:03:20.636 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.642 INFO O| Jul 29 16:03:20.642 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106072026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.642 INFO O| Jul 29 16:03:20.642 INFO STEP 165 (remove_files) COMPLETE
106082026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.642 INFO O| Jul 29 16:03:20.642 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.649 INFO O| Jul 29 16:03:20.649 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106102026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.649 INFO O| Jul 29 16:03:20.649 INFO STEP 166 (remove_files) COMPLETE
106112026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.649 INFO O| Jul 29 16:03:20.649 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.657 INFO O| Jul 29 16:03:20.657 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106132026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.657 INFO O| Jul 29 16:03:20.657 INFO STEP 167 (remove_files) COMPLETE
106142026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.657 INFO O| Jul 29 16:03:20.657 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.665 INFO O| Jul 29 16:03:20.665 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106162026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.665 INFO O| Jul 29 16:03:20.665 INFO STEP 168 (remove_files) COMPLETE
106172026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.665 INFO O| Jul 29 16:03:20.665 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.671 INFO O| Jul 29 16:03:20.671 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106192026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.671 INFO O| Jul 29 16:03:20.671 INFO STEP 169 (remove_files) COMPLETE
106202026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.671 INFO O| Jul 29 16:03:20.671 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.679 INFO O| Jul 29 16:03:20.679 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106222026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.679 INFO O| Jul 29 16:03:20.679 INFO STEP 170 (remove_files) COMPLETE
106232026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.679 INFO O| Jul 29 16:03:20.679 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.686 INFO O| Jul 29 16:03:20.686 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106252026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.686 INFO O| Jul 29 16:03:20.686 INFO STEP 171 (remove_files) COMPLETE
106262026-07-29T16:03:21.897Z[ host-image] Jul 29 16:03:20.686 INFO O| Jul 29 16:03:20.686 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-07-29T16:03:21.901Z[ host-image] Jul 29 16:03:20.693 INFO O| Jul 29 16:03:20.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106282026-07-29T16:03:21.901Z[ host-image] Jul 29 16:03:20.693 INFO O| Jul 29 16:03:20.693 INFO STEP 172 (remove_files) COMPLETE
106292026-07-29T16:03:21.901Z[ host-image] Jul 29 16:03:20.693 INFO O| Jul 29 16:03:20.693 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-07-29T16:03:21.905Z[ host-image] Jul 29 16:03:20.699 INFO O| Jul 29 16:03:20.699 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106312026-07-29T16:03:21.905Z[ host-image] Jul 29 16:03:20.699 INFO O| Jul 29 16:03:20.699 INFO STEP 173 (remove_files) COMPLETE
106322026-07-29T16:03:21.905Z[ host-image] Jul 29 16:03:20.699 INFO O| Jul 29 16:03:20.699 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-07-29T16:03:21.913Z[ host-image] Jul 29 16:03:20.707 INFO O| Jul 29 16:03:20.707 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106342026-07-29T16:03:21.917Z[ host-image] Jul 29 16:03:20.707 INFO O| Jul 29 16:03:20.707 INFO STEP 174 (remove_files) COMPLETE
106352026-07-29T16:03:21.917Z[ host-image] Jul 29 16:03:20.707 INFO O| Jul 29 16:03:20.707 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-07-29T16:03:21.921Z[ host-image] Jul 29 16:03:20.714 INFO O| Jul 29 16:03:20.714 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106372026-07-29T16:03:21.921Z[ host-image] Jul 29 16:03:20.714 INFO O| Jul 29 16:03:20.714 INFO STEP 175 (remove_files) COMPLETE
106382026-07-29T16:03:21.921Z[ host-image] Jul 29 16:03:20.714 INFO O| Jul 29 16:03:20.714 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106392026-07-29T16:03:21.930Z[ host-image] Jul 29 16:03:20.724 INFO O| Jul 29 16:03:20.724 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106402026-07-29T16:03:21.930Z[ host-image] Jul 29 16:03:20.724 INFO O| Jul 29 16:03:20.724 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
106412026-07-29T16:03:25.034Z[ host-image] Jul 29 16:03:23.828 INFO O| Jul 29 16:03:23.828 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
106422026-07-29T16:03:25.034Z[ host-image] Jul 29 16:03:23.828 INFO O| Jul 29 16:03:23.828 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106432026-07-29T16:03:25.046Z[ host-image] Jul 29 16:03:23.839 INFO O| Jul 29 16:03:23.839 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106442026-07-29T16:03:25.143Z[ host-image] Jul 29 16:03:23.936 INFO O| Jul 29 16:03:23.936 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
106452026-07-29T16:03:25.199Z[ host-image] Jul 29 16:03:23.992 INFO O| Jul 29 16:03:23.992 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106462026-07-29T16:03:25.264Z[ host-image] Jul 29 16:03:24.057 INFO O| Jul 29 16:03:24.057 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106472026-07-29T16:03:25.264Z[ host-image] Jul 29 16:03:24.057 INFO O| Jul 29 16:03:24.057 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106482026-07-29T16:03:25.320Z[ host-image] Jul 29 16:03:24.114 INFO O| Jul 29 16:03:24.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106492026-07-29T16:03:25.320Z[ host-image] Jul 29 16:03:24.114 INFO O| Jul 29 16:03:24.114 INFO ok!
106502026-07-29T16:03:25.320Z[ host-image] Jul 29 16:03:24.114 INFO O| Jul 29 16:03:24.114 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106512026-07-29T16:03:25.327Z[ host-image] Jul 29 16:03:24.114 INFO O| Jul 29 16:03:24.114 INFO STEP 176 (seed_smf) COMPLETE
106522026-07-29T16:03:25.327Z[ host-image] Jul 29 16:03:24.114 INFO O| Jul 29 16:03:24.114 INFO steps complete; finalising image!
106532026-07-29T16:03:25.327Z[ host-image] Jul 29 16:03:24.114 INFO O| Jul 29 16:03:24.114 INFO TRIM POOL: TEMPORARY-sled-zfs
106542026-07-29T16:03:25.405Z[ host-image] Jul 29 16:03:24.193 INFO O| Jul 29 16:03:24.192 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Wed Jul 29 16:03:24 2026)
106552026-07-29T16:03:25.615Z[ host-image] Jul 29 16:03:24.409 INFO O| Jul 29 16:03:24.409 INFO temporary pool has 899M used, 125M avail, 1.80x compressratio
106562026-07-29T16:03:25.615Z[ host-image] Jul 29 16:03:24.409 INFO O| Jul 29 16:03:24.409 INFO EXPORT POOL: TEMPORARY-sled-zfs
106572026-07-29T16:03:25.969Z[ host-image] Jul 29 16:03:24.762 INFO O| Jul 29 16:03:24.762 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106582026-07-29T16:03:25.969Z[ host-image] Jul 29 16:03:24.762 INFO O| Jul 29 16:03:24.762 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106592026-07-29T16:03:26.973Z[ host-image] Jul 29 16:03:25.767 INFO O| Jul 29 16:03:25.767 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106602026-07-29T16:03:26.973Z[ host-image] Jul 29 16:03:25.767 INFO O| Jul 29 16:03:25.767 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106612026-07-29T16:03:26.977Z[ host-image] Jul 29 16:03:25.767 INFO O| Jul 29 16:03:25.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106622026-07-29T16:03:26.977Z[ host-image] Jul 29 16:03:25.767 INFO O| Jul 29 16:03:25.767 INFO completed processing sled/zfs
106632026-07-29T16:03:26.977Z[ host-image] Jul 29 16:03:25.767 INFO O| Jul 29 16:03:25.767 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106642026-07-29T16:03:31.751Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106652026-07-29T16:03:42.267Z[ recovery-image] Jul 29 16:03:41.061 INFO O| ok, image written!
106662026-07-29T16:03:42.267Z[ recovery-image] Jul 29 16:03:41.061 INFO O| ok, boot_image_csum file written!
106672026-07-29T16:03:42.271Z[ recovery-image] Jul 29 16:03:41.063 INFO creating boot archive (CPIO)...
106682026-07-29T16:03:42.271Z[ recovery-image] Jul 29 16:03:41.063 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
106692026-07-29T16:03:42.274Z[ recovery-image] Jul 29 16:03:41.068 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106702026-07-29T16:03:42.274Z[ recovery-image] Jul 29 16:03:41.068 INFO E| + outfile=/work/os-recovery/cpio
106712026-07-29T16:03:42.274Z[ recovery-image] Jul 29 16:03:41.068 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106722026-07-29T16:03:42.278Z[ recovery-image] Jul 29 16:03:41.070 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106732026-07-29T16:03:42.278Z[ recovery-image] Jul 29 16:03:41.070 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
106742026-07-29T16:03:42.304Z[ recovery-image] Jul 29 16:03:41.098 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
106752026-07-29T16:03:42.304Z[ recovery-image] Jul 29 16:03:41.098 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
106762026-07-29T16:03:42.309Z[ recovery-image] Jul 29 16:03:41.103 INFO creating compressed cpio/unix for dev loaders...
106772026-07-29T16:03:42.309Z[ recovery-image] Jul 29 16:03:41.103 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
106782026-07-29T16:03:42.532Z[ recovery-image] Jul 29 16:03:41.326 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
106792026-07-29T16:03:44.527Z[ host-image] Jul 29 16:03:43.320 INFO O| Jul 29 16:03:43.320 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106802026-07-29T16:03:44.628Z[ host-image] Jul 29 16:03:43.422 INFO BUILD STRING "heads/stlouis-0-gd666143ce2\n"
106812026-07-29T16:03:44.631Z[ host-image] Jul 29 16:03:43.422 INFO expanded image name: "ci 0a17571/${os_short_commit} 2026-07-29 15:49" -> "ci 0a17571/d666143 2026-07-29 15:49"
106822026-07-29T16:03:44.631Z[ host-image] Jul 29 16:03:43.422 INFO output artefacts stored in: "/work/os-host"
106832026-07-29T16:03:44.631Z[ host-image] Jul 29 16:03:43.422 INFO collecting git info from project "amd-firmware"...
106842026-07-29T16:03:44.639Z[ host-image] Jul 29 16:03:43.433 INFO collecting git info from project "dmar-report"...
106852026-07-29T16:03:44.642Z[ host-image] Jul 29 16:03:43.437 INFO collecting git info from project "phbl"...
106862026-07-29T16:03:44.646Z[ host-image] Jul 29 16:03:43.440 INFO collecting git info from project "pilot"...
106872026-07-29T16:03:44.649Z[ host-image] Jul 29 16:03:43.443 INFO collecting git info from project "image-builder"...
106882026-07-29T16:03:44.653Z[ host-image] Jul 29 16:03:43.447 INFO collecting git info from project "pinprick"...
106892026-07-29T16:03:44.657Z[ host-image] Jul 29 16:03:43.450 INFO collecting git info from project "chelsio-t6-roms"...
106902026-07-29T16:03:44.661Z[ host-image] Jul 29 16:03:43.453 INFO collecting git info from project "bootserver"...
106912026-07-29T16:03:44.665Z[ host-image] Jul 29 16:03:43.456 INFO collecting git info from project "amd-host-image-builder"...
106922026-07-29T16:03:44.668Z[ host-image] Jul 29 16:03:43.460 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106932026-07-29T16:03:44.950Z[ host-image] Jul 29 16:03:43.744 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106942026-07-29T16:03:45.220Z[ host-image] Jul 29 16:03:44.014 INFO creating Oxide boot image...
106952026-07-29T16:03:45.220Z[ host-image] Jul 29 16:03:44.014 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0a17571/d666143 2026-07-29 15:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106962026-07-29T16:03:45.772Z[ recovery-image] Jul 29 16:03:44.566 INFO creating reset image...
106972026-07-29T16:03:45.772Z[ recovery-image] Jul 29 16:03:44.566 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")
106982026-07-29T16:03:45.995Z[ recovery-image] Jul 29 16:03:44.789 INFO E| Updating crates.io index
106992026-07-29T16:03:46.097Z[ recovery-image] Jul 29 16:03:44.890 INFO E| Downloading crates ...
107002026-07-29T16:03:46.139Z[ recovery-image] Jul 29 16:03:44.933 INFO E| Downloaded shared_thread v0.2.0
107012026-07-29T16:03:46.142Z[ recovery-image] Jul 29 16:03:44.935 INFO E| Downloaded colorchoice v1.0.5
107022026-07-29T16:03:46.146Z[ recovery-image] Jul 29 16:03:44.941 INFO E| Downloaded sigchld v0.2.4
107032026-07-29T16:03:46.150Z[ recovery-image] Jul 29 16:03:44.941 INFO E| Downloaded clap_lex v1.1.0
107042026-07-29T16:03:46.150Z[ recovery-image] Jul 29 16:03:44.942 INFO E| Downloaded duct v1.1.1
107052026-07-29T16:03:46.150Z[ recovery-image] Jul 29 16:03:44.944 INFO E| Downloaded shared_child v1.1.1
107062026-07-29T16:03:46.154Z[ recovery-image] Jul 29 16:03:44.944 INFO E| Downloaded os_pipe v1.2.3
107072026-07-29T16:03:46.184Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling libc v0.2.186
107082026-07-29T16:03:46.184Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling proc-macro2 v1.0.106
107092026-07-29T16:03:46.187Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling quote v1.0.45
107102026-07-29T16:03:46.187Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling signal-hook v0.3.18
107112026-07-29T16:03:46.187Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling unicode-ident v1.0.24
107122026-07-29T16:03:46.187Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling utf8parse v0.2.2
107132026-07-29T16:03:46.187Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling is_terminal_polyfill v1.70.2
107142026-07-29T16:03:46.188Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling anstyle-query v1.1.5
107152026-07-29T16:03:46.188Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling anstyle v1.0.14
107162026-07-29T16:03:46.188Z[ recovery-image] Jul 29 16:03:44.978 INFO E| Compiling colorchoice v1.0.5
107172026-07-29T16:03:46.195Z[ recovery-image] Jul 29 16:03:44.989 INFO E| Compiling heck v0.5.0
107182026-07-29T16:03:46.198Z[ recovery-image] Jul 29 16:03:44.989 INFO E| Compiling clap_lex v1.1.0
107192026-07-29T16:03:46.198Z[ recovery-image] Jul 29 16:03:44.990 INFO E| Compiling strsim v0.11.1
107202026-07-29T16:03:46.198Z[ recovery-image] Jul 29 16:03:44.990 INFO E| Compiling shared_thread v0.2.0
107212026-07-29T16:03:46.250Z[ host-image] Jul 29 16:03:45.044 INFO O| ok, image written!
107222026-07-29T16:03:46.250Z[ host-image] Jul 29 16:03:45.044 INFO O| ok, boot_image_csum file written!
107232026-07-29T16:03:46.254Z[ host-image] Jul 29 16:03:45.046 INFO creating boot archive (CPIO)...
107242026-07-29T16:03:46.254Z[ host-image] Jul 29 16:03:45.046 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
107252026-07-29T16:03:46.257Z[ host-image] Jul 29 16:03:45.050 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107262026-07-29T16:03:46.257Z[ host-image] Jul 29 16:03:45.050 INFO E| + outfile=/work/os-host/cpio
107272026-07-29T16:03:46.257Z[ host-image] Jul 29 16:03:45.050 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107282026-07-29T16:03:46.261Z[ host-image] Jul 29 16:03:45.053 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107292026-07-29T16:03:46.261Z[ host-image] Jul 29 16:03:45.053 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107302026-07-29T16:03:46.287Z[ host-image] Jul 29 16:03:45.081 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107312026-07-29T16:03:46.288Z[ host-image] Jul 29 16:03:45.081 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107322026-07-29T16:03:46.295Z[ host-image] Jul 29 16:03:45.089 INFO creating compressed cpio/unix for dev loaders...
107332026-07-29T16:03:46.295Z[ host-image] Jul 29 16:03:45.089 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
107342026-07-29T16:03:46.312Z[ recovery-image] Jul 29 16:03:45.106 INFO E| Compiling anstyle-parse v1.0.0
107352026-07-29T16:03:46.451Z[ recovery-image] Jul 29 16:03:45.245 INFO E| Compiling anstream v1.0.0
107362026-07-29T16:03:46.521Z[ host-image] Jul 29 16:03:45.315 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107372026-07-29T16:03:46.648Z[ recovery-image] Jul 29 16:03:45.442 INFO E| Compiling clap_builder v4.6.0
107382026-07-29T16:03:46.914Z[ recovery-image] Jul 29 16:03:45.708 INFO E| Compiling errno v0.3.14
107392026-07-29T16:03:46.914Z[ recovery-image] Jul 29 16:03:45.708 INFO E| Compiling os_pipe v1.2.3
107402026-07-29T16:03:47.010Z[ recovery-image] Jul 29 16:03:45.803 INFO E| Compiling signal-hook-registry v1.4.8
107412026-07-29T16:03:47.207Z[ recovery-image] Jul 29 16:03:46.001 INFO E| Compiling syn v2.0.117
107422026-07-29T16:03:47.260Z[ recovery-image] Jul 29 16:03:46.052 INFO E| Compiling sigchld v0.2.4
107432026-07-29T16:03:47.346Z[ recovery-image] Jul 29 16:03:46.140 INFO E| Compiling shared_child v1.1.1
107442026-07-29T16:03:47.456Z[ recovery-image] Jul 29 16:03:46.250 INFO E| Compiling duct v1.1.1
107452026-07-29T16:03:49.111Z[ recovery-image] Jul 29 16:03:47.904 INFO E| Compiling clap_derive v4.6.1
107462026-07-29T16:03:49.775Z[ host-image] Jul 29 16:03:48.569 INFO creating reset image...
107472026-07-29T16:03:49.775Z[ host-image] Jul 29 16:03:48.569 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")
107482026-07-29T16:03:49.930Z[ host-image] Jul 29 16:03:48.724 INFO E| Blocking waiting for file lock on build directory
107492026-07-29T16:03:50.269Z[ recovery-image] Jul 29 16:03:49.062 INFO E| Compiling clap v4.6.1
107502026-07-29T16:03:50.320Z[ recovery-image] Jul 29 16:03:49.114 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107512026-07-29T16:03:51.092Z[ recovery-image] Jul 29 16:03:49.886 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
107522026-07-29T16:03:51.098Z[ recovery-image] Jul 29 16:03:49.892 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107532026-07-29T16:03:51.101Z[ host-image] Jul 29 16:03:49.892 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
107542026-07-29T16:03:51.101Z[ host-image] Jul 29 16:03:49.894 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107552026-07-29T16:03:51.280Z[ host-image] Jul 29 16:03:50.074 INFO E| Blocking waiting for file lock on package cache
107562026-07-29T16:03:51.296Z[ recovery-image] Jul 29 16:03:50.090 INFO E| Blocking waiting for file lock on package cache
107572026-07-29T16:03:51.321Z[ host-image] Jul 29 16:03:50.115 INFO E| Blocking waiting for file lock on package cache
107582026-07-29T16:03:51.339Z[ recovery-image] Jul 29 16:03:50.133 INFO E| Blocking waiting for file lock on package cache
107592026-07-29T16:03:51.362Z[ host-image] Jul 29 16:03:50.156 INFO E| Blocking waiting for file lock on package cache
107602026-07-29T16:03:51.366Z[ recovery-image] Jul 29 16:03:50.157 INFO E| Downloading crates ...
107612026-07-29T16:03:51.431Z[ recovery-image] Jul 29 16:03:50.225 INFO E| Downloaded bitstruct_derive v0.1.0
107622026-07-29T16:03:51.434Z[ recovery-image] Jul 29 16:03:50.225 INFO E| Downloaded cpio_reader v0.1.2
107632026-07-29T16:03:51.434Z[ recovery-image] Jul 29 16:03:50.226 INFO E| Downloaded raw-cpuid v10.7.0
107642026-07-29T16:03:51.438Z[ recovery-image] Jul 29 16:03:50.229 INFO E| Downloaded bit_field v0.10.3
107652026-07-29T16:03:51.438Z[ recovery-image] Jul 29 16:03:50.229 INFO E| Downloaded miniz_oxide v0.9.1
107662026-07-29T16:03:51.441Z[ recovery-image] Jul 29 16:03:50.234 INFO E| Downloaded bitstruct v0.1.1
107672026-07-29T16:03:51.441Z[ recovery-image] Jul 29 16:03:50.235 INFO E| Downloaded bitflags v2.13.0
107682026-07-29T16:03:51.452Z[ recovery-image] Jul 29 16:03:50.246 INFO E| Downloaded log v0.4.32
107692026-07-29T16:03:51.482Z[ recovery-image] Jul 29 16:03:50.276 INFO E| Downloaded goblin v0.10.7
107702026-07-29T16:03:51.598Z[ recovery-image] Jul 29 16:03:50.391 INFO E| Downloaded x86 v0.52.0
107712026-07-29T16:03:51.630Z[ recovery-image] Jul 29 16:03:50.424 INFO E| Updating crates.io index
107722026-07-29T16:03:51.634Z[ host-image] Jul 29 16:03:50.428 INFO E| Blocking waiting for file lock on package cache
107732026-07-29T16:03:51.675Z[ recovery-image] Jul 29 16:03:50.468 INFO E| Blocking waiting for file lock on package cache
107742026-07-29T16:03:51.678Z[ host-image] Jul 29 16:03:50.471 INFO E| Blocking waiting for file lock on package cache
107752026-07-29T16:03:51.678Z[ recovery-image] Jul 29 16:03:50.471 INFO E| Downloading crates ...
107762026-07-29T16:03:51.698Z[ recovery-image] Jul 29 16:03:50.493 INFO E| Downloaded rustc-literal-escaper v0.0.7
107772026-07-29T16:03:51.702Z[ recovery-image] Jul 29 16:03:50.493 INFO E| Downloaded hashbrown v0.17.1
107782026-07-29T16:03:51.706Z[ recovery-image] Jul 29 16:03:50.497 INFO E| Blocking waiting for file lock on package cache
107792026-07-29T16:03:51.748Z[ recovery-image] Jul 29 16:03:50.542 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)
107802026-07-29T16:03:51.748Z[ recovery-image] Jul 29 16:03:50.542 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)
107812026-07-29T16:03:51.751Z[ recovery-image] Jul 29 16:03:50.542 INFO E| Compiling proc-macro2 v1.0.106
107822026-07-29T16:03:51.751Z[ recovery-image] Jul 29 16:03:50.542 INFO E| Compiling quote v1.0.45
107832026-07-29T16:03:51.751Z[ recovery-image] Jul 29 16:03:50.542 INFO E| Compiling unicode-ident v1.0.24
107842026-07-29T16:03:51.751Z[ recovery-image] Jul 29 16:03:50.542 INFO E| Compiling syn v1.0.109
107852026-07-29T16:03:51.751Z[ recovery-image] Jul 29 16:03:50.542 INFO E| Compiling x86 v0.52.0
107862026-07-29T16:03:51.751Z[ recovery-image] Jul 29 16:03:50.542 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107872026-07-29T16:03:51.751Z[ host-image] Jul 29 16:03:50.542 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)
107882026-07-29T16:03:51.751Z[ host-image] Jul 29 16:03:50.542 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)
107892026-07-29T16:03:51.752Z[ host-image] Jul 29 16:03:50.542 INFO E| Compiling proc-macro2 v1.0.106
107902026-07-29T16:03:51.752Z[ host-image] Jul 29 16:03:50.542 INFO E| Compiling quote v1.0.45
107912026-07-29T16:03:51.752Z[ host-image] Jul 29 16:03:50.542 INFO E| Compiling unicode-ident v1.0.24
107922026-07-29T16:03:51.752Z[ host-image] Jul 29 16:03:50.542 INFO E| Compiling syn v1.0.109
107932026-07-29T16:03:51.752Z[ host-image] Jul 29 16:03:50.542 INFO E| Compiling x86 v0.52.0
107942026-07-29T16:03:51.752Z[ host-image] Jul 29 16:03:50.543 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107952026-07-29T16:03:51.752Z[ host-image] Jul 29 16:03:50.543 INFO E| Compiling seq-macro v0.3.6
107962026-07-29T16:03:51.760Z[ recovery-image] Jul 29 16:03:50.554 INFO E| Compiling seq-macro v0.3.6
107972026-07-29T16:03:52.763Z[ host-image] Jul 29 16:03:51.557 INFO E| Compiling syn v2.0.117
107982026-07-29T16:03:52.861Z[ recovery-image] Jul 29 16:03:51.655 INFO E| Compiling syn v2.0.117
107992026-07-29T16:03:54.105Z[ host-image] Jul 29 16:03:52.899 INFO E| Compiling scroll_derive v0.13.1
108002026-07-29T16:03:54.181Z[ recovery-image] Jul 29 16:03:52.975 INFO E| Compiling scroll_derive v0.13.1
108012026-07-29T16:03:55.119Z[ host-image] Jul 29 16:03:53.913 INFO E| Compiling bitstruct_derive v0.1.0
108022026-07-29T16:03:55.200Z[ recovery-image] Jul 29 16:03:53.993 INFO E| Compiling bitstruct_derive v0.1.0
108032026-07-29T16:04:04.271Z[ recovery-image] Jul 29 16:04:03.065 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)
108042026-07-29T16:04:04.424Z[ host-image] Jul 29 16:04:03.218 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)
108052026-07-29T16:04:06.433Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling bitflags v1.3.2
108062026-07-29T16:04:06.433Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling plain v0.2.3
108072026-07-29T16:04:06.433Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling adler2 v2.0.1
108082026-07-29T16:04:06.437Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling bit_field v0.10.3
108092026-07-29T16:04:06.437Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling log v0.4.32
108102026-07-29T16:04:06.437Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling bitflags v2.13.0
108112026-07-29T16:04:06.437Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling scroll v0.13.0
108122026-07-29T16:04:06.437Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling bitstruct v0.1.1
108132026-07-29T16:04:06.437Z[ recovery-image] Jul 29 16:04:05.227 INFO E| Compiling static_assertions v1.1.0
108142026-07-29T16:04:06.484Z[ recovery-image] Jul 29 16:04:05.277 INFO E| Compiling raw-cpuid v10.7.0
108152026-07-29T16:04:06.525Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling bitflags v1.3.2
108162026-07-29T16:04:06.525Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling plain v0.2.3
108172026-07-29T16:04:06.525Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling bit_field v0.10.3
108182026-07-29T16:04:06.525Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling scroll v0.13.0
108192026-07-29T16:04:06.529Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling log v0.4.32
108202026-07-29T16:04:06.529Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling adler2 v2.0.1
108212026-07-29T16:04:06.529Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling bitflags v2.13.0
108222026-07-29T16:04:06.529Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling bitstruct v0.1.1
108232026-07-29T16:04:06.529Z[ host-image] Jul 29 16:04:05.319 INFO E| Compiling static_assertions v1.1.0
108242026-07-29T16:04:06.541Z[ recovery-image] Jul 29 16:04:05.334 INFO E| Compiling miniz_oxide v0.9.1
108252026-07-29T16:04:06.601Z[ host-image] Jul 29 16:04:05.395 INFO E| Compiling raw-cpuid v10.7.0
108262026-07-29T16:04:06.629Z[ host-image] Jul 29 16:04:05.422 INFO E| Compiling miniz_oxide v0.9.1
108272026-07-29T16:04:06.652Z[ recovery-image] Jul 29 16:04:05.446 INFO E| Compiling cpio_reader v0.1.2
108282026-07-29T16:04:06.695Z[ host-image] Jul 29 16:04:05.488 INFO E| Compiling cpio_reader v0.1.2
108292026-07-29T16:04:06.720Z[ recovery-image] Jul 29 16:04:05.514 INFO E| Compiling goblin v0.10.7
108302026-07-29T16:04:06.797Z[ host-image] Jul 29 16:04:05.591 INFO E| Compiling goblin v0.10.7
108312026-07-29T16:04:09.623Z[ recovery-image] Jul 29 16:04:08.416 INFO E| Finished `release` profile [optimized] target(s) in 18.50s
108322026-07-29T16:04:09.646Z[ recovery-image] Jul 29 16:04:08.437 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108332026-07-29T16:04:09.646Z[ recovery-image] Jul 29 16:04:08.437 INFO building ROM for gimlet
108342026-07-29T16:04:09.650Z[ recovery-image] Jul 29 16:04:08.437 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")
108352026-07-29T16:04:09.727Z[ recovery-image] Jul 29 16:04:08.521 INFO E| Downloading crates ...
108362026-07-29T16:04:09.737Z[ host-image] Jul 29 16:04:08.531 INFO E| Finished `release` profile [optimized] target(s) in 18.62s
108372026-07-29T16:04:09.751Z[ host-image] Jul 29 16:04:08.545 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108382026-07-29T16:04:09.755Z[ host-image] Jul 29 16:04:08.545 INFO building ROM for cosmo
108392026-07-29T16:04:09.755Z[ host-image] Jul 29 16:04:08.545 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")
108402026-07-29T16:04:09.768Z[ recovery-image] Jul 29 16:04:08.561 INFO E| Downloaded serde_spanned v0.6.8
108412026-07-29T16:04:09.772Z[ recovery-image] Jul 29 16:04:08.566 INFO E| Downloaded anstream v0.6.18
108422026-07-29T16:04:09.775Z[ recovery-image] Jul 29 16:04:08.568 INFO E| Downloaded toml_datetime v0.6.9
108432026-07-29T16:04:09.778Z[ recovery-image] Jul 29 16:04:08.569 INFO E| Downloaded is_terminal_polyfill v1.70.1
108442026-07-29T16:04:09.782Z[ recovery-image] Jul 29 16:04:08.574 INFO E| Downloaded anstyle v1.0.10
108452026-07-29T16:04:09.785Z[ recovery-image] Jul 29 16:04:08.576 INFO E| Downloaded clap_lex v0.7.4
108462026-07-29T16:04:09.785Z[ recovery-image] Jul 29 16:04:08.577 INFO E| Downloaded anstyle-parse v0.2.6
108472026-07-29T16:04:09.785Z[ recovery-image] Jul 29 16:04:08.578 INFO E| Downloaded anstyle-query v1.1.2
108482026-07-29T16:04:09.789Z[ recovery-image] Jul 29 16:04:08.580 INFO E| Downloaded os_pipe v1.2.1
108492026-07-29T16:04:09.792Z[ recovery-image] Jul 29 16:04:08.584 INFO E| Downloaded colorchoice v1.0.3
108502026-07-29T16:04:09.796Z[ recovery-image] Jul 29 16:04:08.586 INFO E| Downloaded shared_child v1.0.1
108512026-07-29T16:04:09.796Z[ recovery-image] Jul 29 16:04:08.589 INFO E| Downloaded duct v0.13.7
108522026-07-29T16:04:09.799Z[ host-image] Jul 29 16:04:08.592 INFO E| Blocking waiting for file lock on package cache
108532026-07-29T16:04:09.799Z[ recovery-image] Jul 29 16:04:08.593 INFO E| Downloaded toml_write v0.1.1
108542026-07-29T16:04:09.804Z[ recovery-image] Jul 29 16:04:08.598 INFO E| Downloaded clap_derive v4.5.32
108552026-07-29T16:04:09.809Z[ recovery-image] Jul 29 16:04:08.603 INFO E| Downloaded cc v1.2.20
108562026-07-29T16:04:09.812Z[ recovery-image] Jul 29 16:04:08.605 INFO E| Downloaded clap v4.5.37
108572026-07-29T16:04:09.816Z[ recovery-image] Jul 29 16:04:08.610 INFO E| Downloaded toml v0.8.22
108582026-07-29T16:04:09.836Z[ recovery-image] Jul 29 16:04:08.630 INFO E| Downloaded toml_edit v0.22.26
108592026-07-29T16:04:09.855Z[ recovery-image] Jul 29 16:04:08.649 INFO E| Downloaded clap_builder v4.5.37
108602026-07-29T16:04:09.859Z[ recovery-image] Jul 29 16:04:08.653 INFO E| Downloaded winnow v0.7.7
108612026-07-29T16:04:09.865Z[ recovery-image] Jul 29 16:04:08.658 INFO E| Blocking waiting for file lock on package cache
108622026-07-29T16:04:09.897Z[ recovery-image] Jul 29 16:04:08.691 INFO E| Compiling libc v0.2.172
108632026-07-29T16:04:09.900Z[ recovery-image] Jul 29 16:04:08.691 INFO E| Compiling utf8parse v0.2.2
108642026-07-29T16:04:09.900Z[ recovery-image] Jul 29 16:04:08.691 INFO E| Compiling anstyle-query v1.1.2
108652026-07-29T16:04:09.900Z[ recovery-image] Jul 29 16:04:08.691 INFO E| Compiling equivalent v1.0.2
108662026-07-29T16:04:09.900Z[ recovery-image] Jul 29 16:04:08.691 INFO E| Compiling once_cell v1.21.3
108672026-07-29T16:04:09.900Z[ recovery-image] Jul 29 16:04:08.691 INFO E| Compiling colorchoice v1.0.3
108682026-07-29T16:04:09.904Z[ host-image] Jul 29 16:04:08.695 INFO E| Blocking waiting for file lock on build directory
108692026-07-29T16:04:09.915Z[ recovery-image] Jul 29 16:04:08.709 INFO E| Compiling hashbrown v0.15.2
108702026-07-29T16:04:09.918Z[ recovery-image] Jul 29 16:04:08.709 INFO E| Compiling shlex v1.3.0
108712026-07-29T16:04:09.918Z[ recovery-image] Jul 29 16:04:08.709 INFO E| Compiling is_terminal_polyfill v1.70.1
108722026-07-29T16:04:09.918Z[ recovery-image] Jul 29 16:04:08.709 INFO E| Compiling anstyle v1.0.10
108732026-07-29T16:04:09.918Z[ recovery-image] Jul 29 16:04:08.709 INFO E| Compiling toml_write v0.1.1
108742026-07-29T16:04:09.918Z[ recovery-image] Jul 29 16:04:08.709 INFO E| Compiling anyhow v1.0.98
108752026-07-29T16:04:09.918Z[ recovery-image] Jul 29 16:04:08.709 INFO E| Compiling clap_lex v0.7.4
108762026-07-29T16:04:09.936Z[ recovery-image] Jul 29 16:04:08.727 INFO E| Compiling strsim v0.11.1
108772026-07-29T16:04:09.947Z[ recovery-image] Jul 29 16:04:08.741 INFO E| Compiling syn v2.0.101
108782026-07-29T16:04:09.947Z[ recovery-image] Jul 29 16:04:08.741 INFO E| Compiling winnow v0.7.7
108792026-07-29T16:04:10.040Z[ recovery-image] Jul 29 16:04:08.834 INFO E| Compiling anstyle-parse v0.2.6
108802026-07-29T16:04:10.074Z[ recovery-image] Jul 29 16:04:08.867 INFO E| Compiling cc v1.2.20
108812026-07-29T16:04:10.175Z[ recovery-image] Jul 29 16:04:08.969 INFO E| Compiling anstream v0.6.18
108822026-07-29T16:04:10.372Z[ recovery-image] Jul 29 16:04:09.166 INFO E| Compiling clap_builder v4.5.37
108832026-07-29T16:04:10.391Z[ recovery-image] Jul 29 16:04:09.184 INFO E| Compiling indexmap v2.9.0
108842026-07-29T16:04:10.535Z[ recovery-image] Jul 29 16:04:09.328 INFO E| Compiling os_pipe v1.2.1
108852026-07-29T16:04:10.535Z[ recovery-image] Jul 29 16:04:09.328 INFO E| Compiling shared_child v1.0.1
108862026-07-29T16:04:10.646Z[ recovery-image] Jul 29 16:04:09.439 INFO E| Compiling duct v0.13.7
108872026-07-29T16:04:11.118Z[ recovery-image] Jul 29 16:04:09.911 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108882026-07-29T16:04:11.967Z[ recovery-image] Jul 29 16:04:10.760 INFO E| Compiling serde_derive v1.0.219
108892026-07-29T16:04:11.967Z[ recovery-image] Jul 29 16:04:10.760 INFO E| Compiling clap_derive v4.5.32
108902026-07-29T16:04:13.301Z[ recovery-image] Jul 29 16:04:12.094 INFO E| Compiling clap v4.5.37
108912026-07-29T16:04:13.995Z[ recovery-image] Jul 29 16:04:12.789 INFO E| Compiling serde v1.0.219
108922026-07-29T16:04:16.003Z[ recovery-image] Jul 29 16:04:14.797 INFO E| Compiling toml_datetime v0.6.9
108932026-07-29T16:04:16.004Z[ recovery-image] Jul 29 16:04:14.797 INFO E| Compiling serde_spanned v0.6.8
108942026-07-29T16:04:16.158Z[ recovery-image] Jul 29 16:04:14.952 INFO E| Compiling toml_edit v0.22.26
108952026-07-29T16:04:17.401Z[ recovery-image] Jul 29 16:04:16.194 INFO E| Compiling toml v0.8.22
108962026-07-29T16:04:19.700Z[ recovery-image] Jul 29 16:04:18.493 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s
108972026-07-29T16:04:19.708Z[ host-image] Jul 29 16:04:18.502 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s
108982026-07-29T16:04:19.712Z[ recovery-image] Jul 29 16:04:18.503 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`
108992026-07-29T16:04:19.715Z[ host-image] Jul 29 16:04:18.506 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`
109002026-07-29T16:04:19.730Z[ recovery-image] Jul 29 16:04:18.524 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109012026-07-29T16:04:19.734Z[ host-image] Jul 29 16:04:18.525 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109022026-07-29T16:04:19.753Z[ host-image] Jul 29 16:04:18.547 INFO E| Blocking waiting for file lock on package cache
109032026-07-29T16:04:19.780Z[ recovery-image] Jul 29 16:04:18.573 INFO E| Blocking waiting for file lock on package cache
109042026-07-29T16:04:19.806Z[ host-image] Jul 29 16:04:18.600 INFO E| Blocking waiting for file lock on package cache
109052026-07-29T16:04:19.810Z[ recovery-image] Jul 29 16:04:18.601 INFO E| Blocking waiting for file lock on package cache
109062026-07-29T16:04:19.810Z[ host-image] Jul 29 16:04:18.602 INFO E| Blocking waiting for file lock on package cache
109072026-07-29T16:04:19.827Z[ recovery-image] Jul 29 16:04:18.621 INFO E| Blocking waiting for file lock on package cache
109082026-07-29T16:04:19.843Z[ host-image] Jul 29 16:04:18.637 INFO E| Blocking waiting for file lock on build directory
109092026-07-29T16:04:19.859Z[ recovery-image] Jul 29 16:04:18.652 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
109102026-07-29T16:04:19.863Z[ recovery-image] Jul 29 16:04:18.657 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`
109112026-07-29T16:04:19.872Z[ host-image] Jul 29 16:04:18.664 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
109122026-07-29T16:04:19.875Z[ host-image] Jul 29 16:04:18.669 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`
109132026-07-29T16:04:20.012Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109142026-07-29T16:04:20.012Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109152026-07-29T16:04:20.012Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109162026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109172026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109182026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109192026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109202026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109212026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109222026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109232026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109242026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109252026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109262026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109272026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109282026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO O| Info: ABL version: 0x100f5010
109292026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109302026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109312026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109322026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109332026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109342026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109352026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109362026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109372026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109382026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109392026-07-29T16:04:20.016Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109402026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109412026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109422026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109432026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109442026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109452026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109462026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109472026-07-29T16:04:20.017Z[ recovery-image] Jul 29 16:04:18.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109482026-07-29T16:04:20.053Z[ recovery-image] Jul 29 16:04:18.846 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109492026-07-29T16:04:20.053Z[ recovery-image] Jul 29 16:04:18.846 INFO building ROM for cosmo
109502026-07-29T16:04:20.053Z[ recovery-image] Jul 29 16:04:18.846 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")
109512026-07-29T16:04:20.120Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109522026-07-29T16:04:20.120Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109532026-07-29T16:04:20.120Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109542026-07-29T16:04:20.120Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109552026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109562026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109572026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109582026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109592026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109602026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109612026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109622026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109632026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109642026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109652026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109662026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109672026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109682026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109692026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109702026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109712026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109722026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109732026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109742026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109752026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109762026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109772026-07-29T16:04:20.125Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109782026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109792026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109802026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109812026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109822026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109832026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109842026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109852026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109862026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109872026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109882026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109892026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109902026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109912026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109922026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109932026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109942026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109952026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109962026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109972026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109982026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109992026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110002026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110012026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110022026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110032026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110042026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO O| Info: ABL version: 0x100af010
110052026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110062026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110072026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110082026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110092026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110102026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110112026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110122026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110132026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110142026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110152026-07-29T16:04:20.126Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110162026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110172026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110182026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110192026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110202026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110212026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110222026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110232026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110242026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110252026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110262026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110272026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110282026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110292026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110302026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110312026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110322026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110332026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110342026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110352026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110362026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110372026-07-29T16:04:20.127Z[ host-image] Jul 29 16:04:18.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110382026-07-29T16:04:20.150Z[ recovery-image] Jul 29 16:04:18.944 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110392026-07-29T16:04:20.154Z[ recovery-image] Jul 29 16:04:18.947 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`
110402026-07-29T16:04:20.161Z[ host-image] Jul 29 16:04:18.955 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110412026-07-29T16:04:20.161Z[ host-image] Jul 29 16:04:18.955 INFO building ROM for gimlet
110422026-07-29T16:04:20.166Z[ host-image] Jul 29 16:04:18.955 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")
110432026-07-29T16:04:20.170Z[ recovery-image] Jul 29 16:04:18.963 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110442026-07-29T16:04:20.223Z[ host-image] Jul 29 16:04:19.017 INFO E| Blocking waiting for file lock on package cache
110452026-07-29T16:04:20.235Z[ recovery-image] Jul 29 16:04:19.028 INFO E| Blocking waiting for file lock on package cache
110462026-07-29T16:04:20.271Z[ recovery-image] Jul 29 16:04:19.064 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
110472026-07-29T16:04:20.275Z[ recovery-image] Jul 29 16:04:19.069 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`
110482026-07-29T16:04:20.278Z[ host-image] Jul 29 16:04:19.071 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110492026-07-29T16:04:20.283Z[ host-image] Jul 29 16:04:19.075 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/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`
110502026-07-29T16:04:20.299Z[ host-image] Jul 29 16:04:19.093 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110512026-07-29T16:04:20.376Z[ host-image] Jul 29 16:04:19.169 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110522026-07-29T16:04:20.384Z[ host-image] Jul 29 16:04:19.177 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`
110532026-07-29T16:04:20.530Z[ recovery-image] Jul 29 16:04:19.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110542026-07-29T16:04:20.530Z[ recovery-image] Jul 29 16:04:19.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110552026-07-29T16:04:20.530Z[ recovery-image] Jul 29 16:04:19.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110562026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110572026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110582026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110592026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110602026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110612026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110622026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110632026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110642026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110652026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110662026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110672026-07-29T16:04:20.534Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110682026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110692026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110702026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110712026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110722026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110732026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110742026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110752026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110762026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110772026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110782026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110792026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110802026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110812026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110822026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110832026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110842026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110852026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110862026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110872026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110882026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110892026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110902026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110912026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110922026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110932026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110942026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110952026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110962026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110972026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110982026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110992026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111002026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111012026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111022026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111032026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111042026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111052026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111062026-07-29T16:04:20.535Z[ recovery-image] Jul 29 16:04:19.325 INFO O| Info: ABL version: 0x100af010
111072026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111082026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111092026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111102026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111112026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111122026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111132026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111142026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111152026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111162026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111172026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111182026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111192026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111202026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111212026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111222026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111232026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111242026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111252026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111262026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111272026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111282026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111292026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111302026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111312026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111322026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111332026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111342026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111352026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111362026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111372026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111382026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111392026-07-29T16:04:20.536Z[ recovery-image] Jul 29 16:04:19.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111402026-07-29T16:04:20.560Z[ host-image] Jul 29 16:04:19.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111412026-07-29T16:04:20.560Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111422026-07-29T16:04:20.560Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111432026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111442026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111452026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111462026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111472026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111482026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111492026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111502026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111512026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111522026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111532026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111542026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111552026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO O| Info: ABL version: 0x100f5010
111562026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111572026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111582026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111592026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111602026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111612026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111622026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111632026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111642026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111652026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111662026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111672026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111682026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111692026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111702026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111712026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111722026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111732026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111742026-07-29T16:04:20.564Z[ host-image] Jul 29 16:04:19.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111752026-07-29T16:04:20.573Z[ recovery-image] Jul 29 16:04:19.367 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
111762026-07-29T16:04:20.601Z[ host-image] Jul 29 16:04:19.395 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111772026-07-29T16:04:21.762Z[ recovery-image] Jul 29 16:04:20.556 INFO image complete! materials are in "/work/os-recovery"
111782026-07-29T16:04:21.766Z[ recovery-image]
111792026-07-29T16:04:21.766Z[ recovery-image] real 3:26.244576946
111802026-07-29T16:04:21.766Z[ recovery-image] user 2:35.217587408
111812026-07-29T16:04:21.766Z[ recovery-image] sys 36.029005973
111822026-07-29T16:04:21.766Z[ recovery-image] trap 0.129544467
111832026-07-29T16:04:21.766Z[ recovery-image] tflt 0.633939192
111842026-07-29T16:04:21.766Z[ recovery-image] dflt 0.795718379
111852026-07-29T16:04:21.766Z[ recovery-image] kflt 0.029478350
111862026-07-29T16:04:21.766Z[ recovery-image] lock 7:29.924741089
111872026-07-29T16:04:21.766Z[ recovery-image] slp 17:46.308746892
111882026-07-29T16:04:21.766Z[ recovery-image] lat 36.210494560
111892026-07-29T16:04:21.766Z[ recovery-image] stop 7.772745109
111902026-07-29T16:04:21.766ZJul 29 16:04:20.559 INFO [recovery-image] process exited with exit status: 0 (206.249695237s)
111912026-07-29T16:04:21.766ZJul 29 16:04:20.560 INFO [tuf-v2-recovery] running task
111922026-07-29T16:04:21.770ZJul 29 16:04:20.561 INFO [tuf-v2-recovery] task succeeded (1.057631ms)
111932026-07-29T16:04:21.813Z[ host-image] Jul 29 16:04:20.607 INFO image complete! materials are in "/work/os-host"
111942026-07-29T16:04:21.817Z[ host-image]
111952026-07-29T16:04:21.820Z[ host-image] real 3:56.387146778
111962026-07-29T16:04:21.820Z[ host-image] user 2:40.764645045
111972026-07-29T16:04:21.820Z[ host-image] sys 34.631260105
111982026-07-29T16:04:21.820Z[ host-image] trap 0.123009666
111992026-07-29T16:04:21.820Z[ host-image] tflt 0.202643219
112002026-07-29T16:04:21.820Z[ host-image] dflt 0.259744456
112012026-07-29T16:04:21.820Z[ host-image] kflt 0.000332550
112022026-07-29T16:04:21.821Z[ host-image] lock 5:06.554166590
112032026-07-29T16:04:21.821Z[ host-image] slp 20:07.180717454
112042026-07-29T16:04:21.821Z[ host-image] lat 19.442333861
112052026-07-29T16:04:21.821Z[ host-image] stop 1.922224707
112062026-07-29T16:04:21.821ZJul 29 16:04:20.612 INFO [host-image] process exited with exit status: 0 (236.393675301s)
112072026-07-29T16:04:21.821ZJul 29 16:04:20.612 INFO [tuf-v2-host] running task
112082026-07-29T16:04:21.821ZJul 29 16:04:20.612 INFO [tuf-repo] running task
112092026-07-29T16:04:21.821ZJul 29 16:04:20.612 INFO [tuf-v2-host] task succeeded (527.98µs)
112102026-07-29T16:04:21.821ZJul 29 16:04:20.612 INFO [tuf-v2-repo] running task
112112026-07-29T16:04:42.519ZJul 29 16:04:41.313 INFO assembling repository in `/tmp/tufaceousMTTm94`, component: OmicronRepoAssembler
112122026-07-29T16:04:42.546ZJul 29 16:04:41.340 INFO [tuf-v2-repo] task succeeded (20.727599076s)
112132026-07-29T16:04:50.668ZJul 29 16:04:49.462 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112142026-07-29T16:04:50.906ZJul 29 16:04:49.699 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112152026-07-29T16:04:53.187ZJul 29 16:04:51.980 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112162026-07-29T16:04:53.243ZJul 29 16:04:52.036 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112172026-07-29T16:04:53.292ZJul 29 16:04:52.085 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112182026-07-29T16:04:53.338ZJul 29 16:04:52.132 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112192026-07-29T16:04:53.397ZJul 29 16:04:52.191 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112202026-07-29T16:04:53.451ZJul 29 16:04:52.244 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112212026-07-29T16:04:53.503ZJul 29 16:04:52.297 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112222026-07-29T16:05:03.625ZJul 29 16:05:02.419 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
112232026-07-29T16:05:03.631ZJul 29 16:05:02.425 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
112242026-07-29T16:05:03.654ZJul 29 16:05:02.447 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
112252026-07-29T16:05:03.708ZJul 29 16:05:02.501 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112262026-07-29T16:05:03.766ZJul 29 16:05:02.559 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112272026-07-29T16:05:03.832ZJul 29 16:05:02.625 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112282026-07-29T16:05:03.896ZJul 29 16:05:02.689 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
112292026-07-29T16:05:03.901ZJul 29 16:05:02.695 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
112302026-07-29T16:05:03.924ZJul 29 16:05:02.718 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
112312026-07-29T16:05:05.264ZJul 29 16:05:04.057 INFO extracting uploaded archive to /tmp/.tmp2zQbRr
112322026-07-29T16:05:07.145ZJul 29 16:05:05.938 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.6WdE5d
112332026-07-29T16:05:07.205ZJul 29 16:05:05.998 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112342026-07-29T16:05:07.299ZJul 29 16:05:06.092 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112352026-07-29T16:05:07.381ZJul 29 16:05:06.174 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112362026-07-29T16:05:07.456ZJul 29 16:05:06.249 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112372026-07-29T16:05:07.528ZJul 29 16:05:06.320 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112382026-07-29T16:05:07.603ZJul 29 16:05:06.396 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112392026-07-29T16:05:07.674ZJul 29 16:05:06.467 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112402026-07-29T16:05:07.761ZJul 29 16:05:06.555 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112412026-07-29T16:05:07.761ZJul 29 16:05:06.555 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112422026-07-29T16:05:07.814ZJul 29 16:05:06.607 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112432026-07-29T16:05:07.818ZJul 29 16:05:06.608 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112442026-07-29T16:05:07.865ZJul 29 16:05:06.659 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112452026-07-29T16:05:07.869ZJul 29 16:05:06.659 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112462026-07-29T16:05:07.911ZJul 29 16:05:06.705 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112472026-07-29T16:05:07.915ZJul 29 16:05:06.705 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112482026-07-29T16:05:07.961ZJul 29 16:05:06.754 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112492026-07-29T16:05:07.961ZJul 29 16:05:06.754 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112502026-07-29T16:05:08.008ZJul 29 16:05:06.802 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112512026-07-29T16:05:08.009ZJul 29 16:05:06.802 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112522026-07-29T16:05:08.057ZJul 29 16:05:06.851 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112532026-07-29T16:05:08.061ZJul 29 16:05:06.851 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112542026-07-29T16:05:08.061ZJul 29 16:05:06.851 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112552026-07-29T16:05:08.061ZJul 29 16:05:06.852 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112562026-07-29T16:05:08.061ZJul 29 16:05:06.852 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112572026-07-29T16:05:08.062ZJul 29 16:05:06.853 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112582026-07-29T16:05:08.062ZJul 29 16:05:06.854 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112592026-07-29T16:05:13.544ZJul 29 16:05:12.337 INFO added artifact, length: 33554432, hash: 984a43dc087f78ae312c2487cd3faf955f0d0a19765d5a41c049c11659dda090, version: 22.0.0-0.ci+git0a17571f0e7, kind: gimlet_host_phase_1, name: host
112602026-07-29T16:05:13.544ZJul 29 16:05:12.337 INFO added artifact, length: 33554432, hash: fed14ec1b2b76caf15540bc6eaefba2a7257d4a4ec0818e0d00e646f0b139291, version: 22.0.0-0.ci+git0a17571f0e7, kind: cosmo_host_phase_1, name: host
112612026-07-29T16:05:13.544ZJul 29 16:05:12.338 INFO added artifact, length: 1258295296, hash: f2b1f297ec13d1f05746a7d8aaaf9cb5497edb5c6d0bd63dcca8927d5fcfce02, version: 22.0.0-0.ci+git0a17571f0e7, kind: host_phase_2, name: host
112622026-07-29T16:05:14.464ZJul 29 16:05:13.257 INFO added artifact, length: 33554432, hash: 3fa4a3bda795d44886faec942b7aa96f76049ebf04ac48c36377fad99e91a350, version: 22.0.0-0.ci+git0a17571f0e7, kind: gimlet_trampoline_phase_1, name: trampoline
112632026-07-29T16:05:14.464ZJul 29 16:05:13.258 INFO added artifact, length: 33554432, hash: e3a59a9b7032e9681cd687d4ae3a6188c916c47461292c4e49069b6f0916f698, version: 22.0.0-0.ci+git0a17571f0e7, kind: cosmo_trampoline_phase_1, name: trampoline
112642026-07-29T16:05:14.468ZJul 29 16:05:13.258 INFO added artifact, length: 165756571, hash: 565efd9dd7655ccfde4c55ba963fb73789f0f62a966db4edd8f6dbeae78a819b, version: 22.0.0-0.ci+git0a17571f0e7, kind: trampoline_phase_2, name: trampoline
112652026-07-29T16:05:16.166ZJul 29 16:05:14.959 INFO added artifact, length: 309533679, hash: cd6f7212858f02deadcbbce4c340d6f9c3c61d49374e9d78857b0e25d1ea879e, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: clickhouse_keeper
112662026-07-29T16:05:17.945ZJul 29 16:05:16.738 INFO added artifact, length: 323649688, hash: de9c7d8cbbb7fed2932d1f19b207768b5d41f6a1617b21330e52c17f754cb8ec, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: clickhouse_server
112672026-07-29T16:05:19.755ZJul 29 16:05:18.548 INFO added artifact, length: 323653056, hash: 8c0b213b14b53c9e9dc5a93d9cecf2be08aa40901ae8fcac48e0ee629c34682a, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: clickhouse
112682026-07-29T16:05:20.691ZJul 29 16:05:19.484 INFO added artifact, length: 167191494, hash: 9e6c059ad8963f0bd370880d7c071c0a0b65a100dd9d9b4548438d7fd42c4046, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: cockroachdb
112692026-07-29T16:05:20.897ZJul 29 16:05:19.690 INFO added artifact, length: 40458998, hash: d1b75aa3c7af6440530a9505d05175403bc7ae22fcf4be0c4ed40496e4d9ff13, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: crucible-pantry-zone
112702026-07-29T16:05:21.192ZJul 29 16:05:19.985 INFO added artifact, length: 55507247, hash: 72364cf7fe496ba21877f95425af3c803da004e1f96be45f191aeab63a6d6503, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: crucible-zone
112712026-07-29T16:05:21.438ZJul 29 16:05:20.231 INFO added artifact, length: 49252055, hash: e21cced8769d2342a7616308505d9090e113118fa539d5f15500a07c50521b9e, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: external-dns
112722026-07-29T16:05:21.717ZJul 29 16:05:20.511 INFO added artifact, length: 49251653, hash: 15764013c95c3391c3a32a83e4e4707da13d578cbc94b377382632aaced6cb3b, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: internal-dns
112732026-07-29T16:05:23.700ZJul 29 16:05:22.492 INFO added artifact, length: 359085280, hash: f078a9bb5ba73b0197c335709d0a583c090f98ff4084d74204369cad204ec5b0, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: nexus
112742026-07-29T16:05:23.872ZJul 29 16:05:22.664 INFO added artifact, length: 31411269, hash: cd3c1a61856c747a975c1618956006b6508da08a1856ff040fac4bc878bb08fe, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: ntp
112752026-07-29T16:05:24.207ZJul 29 16:05:23.000 INFO added artifact, length: 66566771, hash: 2209912d4228d6bddb0c698c6755c649a59dab7569d1f1c643901fcf927261ed, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: oximeter
112762026-07-29T16:05:24.228ZJul 29 16:05:23.022 INFO added artifact, length: 3109592, hash: 3cefcba564de12ae30d7e72837d4826263e27255b3f3dceda33039ce248efa4b, version: 22.0.0-0.ci+git0a17571f0e7, kind: zone, name: probe
112772026-07-29T16:05:24.232ZJul 29 16:05:23.022 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112782026-07-29T16:05:24.232ZJul 29 16:05:23.022 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112792026-07-29T16:05:24.232ZJul 29 16:05:23.022 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112802026-07-29T16:05:24.258ZJul 29 16:05:23.051 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112812026-07-29T16:05:24.283ZJul 29 16:05:23.077 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112822026-07-29T16:05:24.310ZJul 29 16:05:23.102 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112832026-07-29T16:05:24.362ZJul 29 16:05:23.155 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112842026-07-29T16:05:24.365ZJul 29 16:05:23.155 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112852026-07-29T16:05:24.413ZJul 29 16:05:23.207 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112862026-07-29T16:05:24.417ZJul 29 16:05:23.207 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112872026-07-29T16:05:24.462ZJul 29 16:05:23.255 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112882026-07-29T16:05:24.466ZJul 29 16:05:23.255 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112892026-07-29T16:05:24.509ZJul 29 16:05:23.303 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112902026-07-29T16:05:24.513ZJul 29 16:05:23.303 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112912026-07-29T16:05:24.513ZJul 29 16:05:23.303 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112922026-07-29T16:05:24.513ZJul 29 16:05:23.304 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112932026-07-29T16:05:24.513ZJul 29 16:05:23.304 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112942026-07-29T16:05:24.567ZJul 29 16:05:23.361 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112952026-07-29T16:05:24.659ZJul 29 16:05:23.452 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112962026-07-29T16:05:24.750ZJul 29 16:05:23.543 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112972026-07-29T16:05:24.841ZJul 29 16:05:23.634 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112982026-07-29T16:05:24.841ZJul 29 16:05:23.634 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112992026-07-29T16:05:24.896ZJul 29 16:05:23.689 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113002026-07-29T16:05:24.896ZJul 29 16:05:23.689 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113012026-07-29T16:05:24.952ZJul 29 16:05:23.745 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113022026-07-29T16:05:24.952ZJul 29 16:05:23.745 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113032026-07-29T16:05:25.003ZJul 29 16:05:23.796 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113042026-07-29T16:05:25.007ZJul 29 16:05:23.797 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113052026-07-29T16:05:25.007ZJul 29 16:05:23.797 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113062026-07-29T16:05:25.007ZJul 29 16:05:23.798 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113072026-07-29T16:05:25.007ZJul 29 16:05:23.798 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113082026-07-29T16:05:25.007ZJul 29 16:05:23.798 INFO added artifact, length: 924, hash: 086f79c7714a2acdc3dad2e7f2e5e7b8b4b1b13ff0734b6cd298c6ef0bfb1b5a, version: 22.0.0-0.ci+git0a17571f0e7, kind: installinator_document, name: installinator_document
113092026-07-29T16:05:25.484ZJul 29 16:05:24.277 INFO extracting uploaded archive to /tmp/.tmprLxmJr
113102026-07-29T16:05:27.444ZJul 29 16:05:26.237 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.JGpAwI
113112026-07-29T16:05:27.504ZJul 29 16:05:26.297 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
113122026-07-29T16:05:27.598ZJul 29 16:05:26.391 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
113132026-07-29T16:05:27.681ZJul 29 16:05:26.474 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
113142026-07-29T16:05:27.748ZJul 29 16:05:26.541 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
113152026-07-29T16:05:27.817ZJul 29 16:05:26.610 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
113162026-07-29T16:05:27.890ZJul 29 16:05:26.683 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
113172026-07-29T16:05:27.975ZJul 29 16:05:26.768 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
113182026-07-29T16:05:28.053ZJul 29 16:05:26.846 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
113192026-07-29T16:05:28.053ZJul 29 16:05:26.846 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
113202026-07-29T16:05:28.102ZJul 29 16:05:26.895 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
113212026-07-29T16:05:28.105ZJul 29 16:05:26.895 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
113222026-07-29T16:05:28.150ZJul 29 16:05:26.943 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113232026-07-29T16:05:28.154ZJul 29 16:05:26.944 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113242026-07-29T16:05:28.199ZJul 29 16:05:26.992 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
113252026-07-29T16:05:28.203ZJul 29 16:05:26.992 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
113262026-07-29T16:05:28.258ZJul 29 16:05:27.051 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113272026-07-29T16:05:28.258ZJul 29 16:05:27.051 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113282026-07-29T16:05:28.312ZJul 29 16:05:27.105 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
113292026-07-29T16:05:28.312ZJul 29 16:05:27.105 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113302026-07-29T16:05:28.358ZJul 29 16:05:27.151 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113312026-07-29T16:05:28.362ZJul 29 16:05:27.151 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113322026-07-29T16:05:28.362ZJul 29 16:05:27.151 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113332026-07-29T16:05:28.362ZJul 29 16:05:27.152 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113342026-07-29T16:05:28.363ZJul 29 16:05:27.152 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113352026-07-29T16:05:28.363ZJul 29 16:05:27.153 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113362026-07-29T16:05:28.363ZJul 29 16:05:27.153 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113372026-07-29T16:05:34.018ZJul 29 16:05:32.812 INFO added artifact, length: 33554432, hash: 984a43dc087f78ae312c2487cd3faf955f0d0a19765d5a41c049c11659dda090, version: 22.0.0-0.ci+git0a17571f0e7, kind: gimlet_host_phase_1, name: host
113382026-07-29T16:05:34.018ZJul 29 16:05:32.812 INFO added artifact, length: 33554432, hash: fed14ec1b2b76caf15540bc6eaefba2a7257d4a4ec0818e0d00e646f0b139291, version: 22.0.0-0.ci+git0a17571f0e7, kind: cosmo_host_phase_1, name: host
113392026-07-29T16:05:34.022ZJul 29 16:05:32.812 INFO added artifact, length: 1258295296, hash: f2b1f297ec13d1f05746a7d8aaaf9cb5497edb5c6d0bd63dcca8927d5fcfce02, version: 22.0.0-0.ci+git0a17571f0e7, kind: host_phase_2, name: host
113402026-07-29T16:05:34.980ZJul 29 16:05:33.773 INFO added artifact, length: 33554432, hash: 3fa4a3bda795d44886faec942b7aa96f76049ebf04ac48c36377fad99e91a350, version: 22.0.0-0.ci+git0a17571f0e7, kind: gimlet_trampoline_phase_1, name: trampoline
113412026-07-29T16:05:34.980ZJul 29 16:05:33.774 INFO added artifact, length: 33554432, hash: e3a59a9b7032e9681cd687d4ae3a6188c916c47461292c4e49069b6f0916f698, version: 22.0.0-0.ci+git0a17571f0e7, kind: cosmo_trampoline_phase_1, name: trampoline
113422026-07-29T16:05:34.981ZJul 29 16:05:33.774 INFO added artifact, length: 165756571, hash: 565efd9dd7655ccfde4c55ba963fb73789f0f62a966db4edd8f6dbeae78a819b, version: 22.0.0-0.ci+git0a17571f0e7, kind: trampoline_phase_2, name: trampoline
113432026-07-29T16:05:40.624ZJul 29 16:05:39.417 INFO added artifact, length: 1840044044, hash: 1a96016904a76c0a54adde84008c09cf0c6690c5527a44ca23e63a7c48ef1237, version: 22.0.0-0.ci+git0a17571f0e7, kind: control_plane, name: control-plane
113442026-07-29T16:05:40.628ZJul 29 16:05:39.417 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113452026-07-29T16:05:40.628ZJul 29 16:05:39.417 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113462026-07-29T16:05:40.628ZJul 29 16:05:39.417 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113472026-07-29T16:05:40.651ZJul 29 16:05:39.444 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113482026-07-29T16:05:40.678ZJul 29 16:05:39.471 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113492026-07-29T16:05:40.705ZJul 29 16:05:39.498 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113502026-07-29T16:05:40.751ZJul 29 16:05:39.544 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113512026-07-29T16:05:40.751ZJul 29 16:05:39.544 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113522026-07-29T16:05:40.796ZJul 29 16:05:39.589 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113532026-07-29T16:05:40.800ZJul 29 16:05:39.590 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113542026-07-29T16:05:40.843ZJul 29 16:05:39.637 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113552026-07-29T16:05:40.847ZJul 29 16:05:39.637 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113562026-07-29T16:05:40.891ZJul 29 16:05:39.684 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113572026-07-29T16:05:40.894ZJul 29 16:05:39.684 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113582026-07-29T16:05:40.894ZJul 29 16:05:39.685 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113592026-07-29T16:05:40.894ZJul 29 16:05:39.685 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113602026-07-29T16:05:40.894ZJul 29 16:05:39.686 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113612026-07-29T16:05:40.938ZJul 29 16:05:39.731 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113622026-07-29T16:05:41.028ZJul 29 16:05:39.821 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113632026-07-29T16:05:41.116ZJul 29 16:05:39.909 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113642026-07-29T16:05:41.204ZJul 29 16:05:39.997 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113652026-07-29T16:05:41.208ZJul 29 16:05:39.997 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113662026-07-29T16:05:41.264ZJul 29 16:05:40.057 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113672026-07-29T16:05:41.264ZJul 29 16:05:40.057 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113682026-07-29T16:05:41.311ZJul 29 16:05:40.104 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113692026-07-29T16:05:41.314ZJul 29 16:05:40.104 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113702026-07-29T16:05:41.354ZJul 29 16:05:40.147 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113712026-07-29T16:05:41.358ZJul 29 16:05:40.147 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113722026-07-29T16:05:41.358ZJul 29 16:05:40.148 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113732026-07-29T16:05:41.358ZJul 29 16:05:40.149 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113742026-07-29T16:05:41.358ZJul 29 16:05:40.149 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113752026-07-29T16:05:41.358ZJul 29 16:05:40.149 INFO added artifact, length: 924, hash: 086f79c7714a2acdc3dad2e7f2e5e7b8b4b1b13ff0734b6cd298c6ef0bfb1b5a, version: 22.0.0-0.ci+git0a17571f0e7, kind: installinator_document, name: installinator_document
113762026-07-29T16:05:42.252ZJul 29 16:05:41.045 INFO [tuf-repo] task succeeded (80.433394238s)
113772026-07-29T16:08:05.377Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
113782026-07-29T16:08:05.380Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113792026-07-29T16:08:05.380Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113802026-07-29T16:08:08.000ZJul 29 16:08:06.792 INFO [verify-libraries] process exited with exit status: 0 (432.714617964s)
113812026-07-29T16:08:08.000ZJul 29 16:08:06.792 INFO all jobs completed in 1137.073165378s
113822026-07-29T16:08:09.186Zprocess exited: duration 1347753 ms, exit code 0
 
113832026-07-29T16:08:09.200Zfound 41 output files
113842026-07-29T16:08:09.200Zuploading: /work/manifest.toml (17334 bytes)
113852026-07-29T16:08:10.213Zuploaded: /work/manifest.toml
113862026-07-29T16:08:10.217Zuploading: /work/repo.zip (3196797145 bytes)
113872026-07-29T16:08:49.066Zuploaded: /work/repo.zip
113882026-07-29T16:08:49.066Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113892026-07-29T16:08:50.078Zuploaded: /work/repo.zip.sha256.txt
113902026-07-29T16:08:50.079Zuploading: /work/helios.json (647 bytes)
113912026-07-29T16:08:51.088Zuploaded: /work/helios.json
113922026-07-29T16:08:51.088Zuploading: /work/incorporation.p5m (113590 bytes)
113932026-07-29T16:08:52.104Zuploaded: /work/incorporation.p5m
113942026-07-29T16:08:52.104Zuploading: /work/incorporation.p5p (133120 bytes)
113952026-07-29T16:08:53.120Zuploaded: /work/incorporation.p5p
113962026-07-29T16:08:53.120Zuploading: /work/helios-incorp.log (522 bytes)
113972026-07-29T16:08:54.130Zuploaded: /work/helios-incorp.log
113982026-07-29T16:08:54.130Zuploading: /work/helios-setup.log (57369 bytes)
113992026-07-29T16:08:55.144Zuploaded: /work/helios-setup.log
114002026-07-29T16:08:55.144Zuploading: /work/host-image.log (234440 bytes)
114012026-07-29T16:08:56.162Zuploaded: /work/host-image.log
114022026-07-29T16:08:56.162Zuploading: /work/host-package.log (33693 bytes)
114032026-07-29T16:08:57.175Zuploaded: /work/host-package.log
114042026-07-29T16:08:57.175Zuploading: /work/host-target.log (101 bytes)
114052026-07-29T16:08:58.185Zuploaded: /work/host-target.log
114062026-07-29T16:08:58.185Zuploading: /work/incorp-create.log (0 bytes)
114072026-07-29T16:08:59.192Zuploaded: /work/incorp-create.log
114082026-07-29T16:08:59.192Zuploading: /work/incorp-fmt.log (0 bytes)
114092026-07-29T16:09:00.200Zuploaded: /work/incorp-fmt.log
114102026-07-29T16:09:00.200Zuploading: /work/incorp-pkgsend.log (108 bytes)
114112026-07-29T16:09:01.210Zuploaded: /work/incorp-pkgsend.log
114122026-07-29T16:09:01.210Zuploading: /work/incorp-publisher.log (0 bytes)
114132026-07-29T16:09:02.217Zuploaded: /work/incorp-publisher.log
114142026-07-29T16:09:02.217Zuploading: /work/omicron-package.log (7957 bytes)
114152026-07-29T16:09:03.229Zuploaded: /work/omicron-package.log
114162026-07-29T16:09:03.229Zuploading: /work/recovery-image.log (590138 bytes)
114172026-07-29T16:09:04.249Zuploaded: /work/recovery-image.log
114182026-07-29T16:09:04.249Zuploading: /work/recovery-package.log (2497 bytes)
114192026-07-29T16:09:05.260Zuploaded: /work/recovery-package.log
114202026-07-29T16:09:05.260Zuploading: /work/recovery-target.log (98 bytes)
114212026-07-29T16:09:06.270Zuploaded: /work/recovery-target.log
114222026-07-29T16:09:06.270Zuploading: /work/stamp-clickhouse.log (117 bytes)
114232026-07-29T16:09:07.279Zuploaded: /work/stamp-clickhouse.log
114242026-07-29T16:09:07.279Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
114252026-07-29T16:09:08.289Zuploaded: /work/stamp-clickhouse_keeper.log
114262026-07-29T16:09:08.289Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
114272026-07-29T16:09:09.300Zuploaded: /work/stamp-clickhouse_server.log
114282026-07-29T16:09:09.300Zuploading: /work/stamp-cockroachdb.log (118 bytes)
114292026-07-29T16:09:10.310Zuploaded: /work/stamp-cockroachdb.log
114302026-07-29T16:09:10.310Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114312026-07-29T16:09:11.319Zuploaded: /work/stamp-crucible-pantry-zone.log
114322026-07-29T16:09:11.319Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114332026-07-29T16:09:12.328Zuploaded: /work/stamp-crucible-utils.log
114342026-07-29T16:09:12.328Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114352026-07-29T16:09:13.338Zuploaded: /work/stamp-crucible-zone.log
114362026-07-29T16:09:13.338Zuploading: /work/stamp-external-dns.log (119 bytes)
114372026-07-29T16:09:14.347Zuploaded: /work/stamp-external-dns.log
114382026-07-29T16:09:14.347Zuploading: /work/stamp-installinator.log (103 bytes)
114392026-07-29T16:09:15.357Zuploaded: /work/stamp-installinator.log
114402026-07-29T16:09:15.357Zuploading: /work/stamp-internal-dns.log (119 bytes)
114412026-07-29T16:09:16.367Zuploaded: /work/stamp-internal-dns.log
114422026-07-29T16:09:16.367Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114432026-07-29T16:09:17.377Zuploaded: /work/stamp-mg-ddm-gz.log
114442026-07-29T16:09:17.377Zuploading: /work/stamp-nexus.log (112 bytes)
114452026-07-29T16:09:18.387Zuploaded: /work/stamp-nexus.log
114462026-07-29T16:09:18.387Zuploading: /work/stamp-ntp.log (110 bytes)
114472026-07-29T16:09:19.396Zuploaded: /work/stamp-ntp.log
114482026-07-29T16:09:19.396Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114492026-07-29T16:09:20.406Zuploaded: /work/stamp-omicron-sled-agent.log
114502026-07-29T16:09:20.406Zuploading: /work/stamp-overlay.log (114 bytes)
114512026-07-29T16:09:21.416Zuploaded: /work/stamp-overlay.log
114522026-07-29T16:09:21.416Zuploading: /work/stamp-oximeter.log (115 bytes)
114532026-07-29T16:09:22.427Zuploaded: /work/stamp-oximeter.log
114542026-07-29T16:09:22.427Zuploading: /work/stamp-oxlog.log (109 bytes)
114552026-07-29T16:09:23.437Zuploaded: /work/stamp-oxlog.log
114562026-07-29T16:09:23.437Zuploading: /work/stamp-probe.log (112 bytes)
114572026-07-29T16:09:24.447Zuploaded: /work/stamp-probe.log
114582026-07-29T16:09:24.447Zuploading: /work/stamp-propolis-server.log (122 bytes)
114592026-07-29T16:09:25.456Zuploaded: /work/stamp-propolis-server.log
114602026-07-29T16:09:25.456Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114612026-07-29T16:09:26.466Zuploaded: /work/stamp-pumpkind-gz.log
114622026-07-29T16:09:26.466Zuploading: /work/stamp-switch-asic.log (118 bytes)
114632026-07-29T16:09:27.476Zuploaded: /work/stamp-switch-asic.log
114642026-07-29T16:09:27.476Zuploading: /work/verify-libraries.log (51879 bytes)
114652026-07-29T16:09:28.490Zuploaded: /work/verify-libraries.log