01M0DRJEYXP9EQB373ZSW7NX0B: 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: 01M0DRKB64Z3X4GTRD6JH9NFZ5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T19:41:03.917Zjob assigned to worker 01M0DRKXE65JSCBBBRBRDXANTH [factory aws, i-0c73395c5b21206c7] (queued for 1 m 1 s)
 
22026-08-19T19:41:10.487Zstarting task 0: "setup"
32026-08-19T19:41:10.494Z++ uname -s
42026-08-19T19:41:10.498Z+ kern=SunOS
52026-08-19T19:41:10.498Z+ build_user=build
62026-08-19T19:41:10.498Z+ build_uid=12345
72026-08-19T19:41:10.498Z+ work_dir=/work
82026-08-19T19:41:10.498Z+ input_dir=/input
92026-08-19T19:41:10.498Z+ [[ 0 == 12345 ]]
102026-08-19T19:41:10.498Z+ case "$kern" in
112026-08-19T19:41:10.498Z+ groupadd -g 12345 build
122026-08-19T19:41:10.502Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T19:41:12.505Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T19:41:12.628Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T19:41:12.631Z+ home_fs=zfs
162026-08-19T19:41:12.631Z+ [[ zfs == autofs ]]
172026-08-19T19:41:12.631Z+ mkdir -p /home/build
182026-08-19T19:41:12.633Z+ chown build:build /home/build /work
192026-08-19T19:41:14.633Z+ chmod 0700 /home/build /work
202026-08-19T19:41:14.636Zprocess exited: duration 4148 ms, exit code 0
 
212026-08-19T19:41:14.642Zstarting task 1: "rust-toolchain"
222026-08-19T19:41:14.647Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T19:41:14.647Z * rust toolchain channel = "1.97.1"
242026-08-19T19:41:14.647Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-19T19:41:14.647Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-19T19:41:14.647Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T19:41:14.647Z * rust toolchain profile = "default"
282026-08-19T19:41:14.651Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T19:41:14.651Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T19:41:14.723Zinfo: downloading installer
312026-08-19T19:41:16.064Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T19:41:16.064Zwarn: /home/build/.rustup/settings.toml
332026-08-19T19:41:16.064Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T19:41:16.064Zwarn: instead of the one inferred from the default host triple.
352026-08-19T19:41:16.077Zinfo: profile set to default
362026-08-19T19:41:16.077Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T19:41:16.080Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T19:41:16.209Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T19:41:16.214Zinfo: downloading 6 components
402026-08-19T19:41:30.388Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-19T19:41:30.388Z
422026-08-19T19:41:30.414Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T19:41:30.414Z
442026-08-19T19:41:30.414Z
452026-08-19T19:41:30.414ZRust is installed now. Great!
462026-08-19T19:41:30.414Z
472026-08-19T19:41:30.414ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T19:41:30.414Zenvironment variable. This has not been done automatically.
492026-08-19T19:41:30.414Z
502026-08-19T19:41:30.414ZTo configure your current shell, you need to source
512026-08-19T19:41:30.414Zthe corresponding env file under $HOME/.cargo.
522026-08-19T19:41:30.414Z
532026-08-19T19:41:30.414ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T19:41:30.414Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T19:41:30.417Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T19:41:30.417Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T19:41:30.417Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T19:41:30.417Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T19:41:30.417Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T19:41:30.417Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T19:41:30.417Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T19:41:30.517Z+ rustup --version
632026-08-19T19:41:30.523Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T19:41:30.525Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T19:41:30.544Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T19:41:30.546Z+ cargo --version
672026-08-19T19:41:30.555Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T19:41:30.558Z+ rustc --version
692026-08-19T19:41:30.579Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T19:41:30.584Zprocess exited: duration 15941 ms, exit code 0
 
712026-08-19T19:41:30.589Zstarting task 2: "authentication"
722026-08-19T19:41:30.609Zprocess exited: duration 19 ms, exit code 0
 
732026-08-19T19:41:30.615Zstarting task 3: "clone repository"
742026-08-19T19:41:30.621Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T19:41:30.624Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T19:41:30.657ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T19:41:49.751Z+ cd /work/oxidecomputer/omicron
782026-08-19T19:41:49.751Z+ git fetch origin 303d447996ed4fea1628e4c12d2cccb30a402920
792026-08-19T19:41:50.115ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T19:41:50.115Z * branch 303d447996ed4fea1628e4c12d2cccb30a402920 -> FETCH_HEAD
812026-08-19T19:41:50.130Z+ [[ -n sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]]
822026-08-19T19:41:50.133Z++ git branch --show-current
832026-08-19T19:41:50.136Z+ current=main
842026-08-19T19:41:50.137Z+ [[ main != sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]]
852026-08-19T19:41:50.137Z+ git branch -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key 303d447996ed4fea1628e4c12d2cccb30a402920
862026-08-19T19:41:50.141Z+ git checkout -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key
872026-08-19T19:41:50.392ZSwitched to branch 'sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key'
882026-08-19T19:41:50.395Z+ git reset --hard 303d447996ed4fea1628e4c12d2cccb30a402920
892026-08-19T19:41:50.410ZHEAD is now at 303d44799 rebase on main
902026-08-19T19:41:50.413Zprocess exited: duration 19796 ms, exit code 0
 
912026-08-19T19:41:50.419Zstarting task 4: "build"
922026-08-19T19:41:50.424Z+ source .github/buildomat/ci-env.sh
932026-08-19T19:41:50.424Z++ export CARGO_TERM_COLOR=always
942026-08-19T19:41:50.424Z++ CARGO_TERM_COLOR=always
952026-08-19T19:41:50.427Z+++ uname -s
962026-08-19T19:41:50.427Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-19T19:41:50.427Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-19T19:41:50.430Z+ cargo --version
992026-08-19T19:41:50.437Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-19T19:41:50.440Z+ rustc --version
1012026-08-19T19:41:50.463Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-19T19:41:50.465Z+ cargo tree --locked
1032026-08-19T19:41:50.638Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-19T19:41:50.983Z Updating crates.io index
1052026-08-19T19:41:50.986Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-19T19:41:51.274Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-19T19:41:51.683Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-19T19:41:53.122Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-19T19:41:53.748Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-19T19:41:55.691Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-19T19:41:56.805Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-19T19:41:57.130Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-19T19:41:57.495Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-19T19:41:58.860Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-19T19:41:59.147Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-19T19:41:59.652Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-19T19:41:59.908Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-19T19:42:00.184Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-19T19:42:00.452Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-19T19:42:01.033Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-19T19:42:01.357Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-19T19:42:01.669Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-19T19:42:02.247Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-19T19:42:02.645Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-19T19:42:03.031Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-19T19:42:03.327Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-19T19:42:03.912Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-19T19:42:04.241Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-19T19:42:04.509Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-19T19:42:05.037Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-19T19:42:05.384Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-19T19:42:05.720Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-19T19:42:06.443Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-19T19:42:06.743Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-19T19:42:07.100Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-19T19:42:07.461Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-19T19:42:08.186Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-19T19:42:08.504Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-19T19:42:08.783Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-19T19:42:09.117Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-19T19:42:09.517Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-19T19:42:09.806Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-19T19:42:10.102Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-19T19:42:10.441Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-19T19:42:10.727Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-19T19:42:11.075Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-19T19:42:13.872Z Downloading crates ...
1482026-08-19T19:42:13.938Z Downloaded concurrent-queue v2.5.0
1492026-08-19T19:42:13.942Z Downloaded compact_str v0.8.1
1502026-08-19T19:42:13.945Z Downloaded darling v0.23.0
1512026-08-19T19:42:13.948Z Downloaded clap v4.6.1
1522026-08-19T19:42:13.953Z Downloaded crypto-common v0.2.2
1532026-08-19T19:42:13.956Z Downloaded addr2line v0.25.1
1542026-08-19T19:42:13.956Z Downloaded crossbeam-deque v0.8.6
1552026-08-19T19:42:13.956Z Downloaded difflib v0.4.0
1562026-08-19T19:42:13.956Z Downloaded colored v2.2.0
1572026-08-19T19:42:13.960Z Downloaded hex v0.4.3
1582026-08-19T19:42:13.960Z Downloaded crc32fast v1.5.0
1592026-08-19T19:42:13.961Z Downloaded crossbeam-utils v0.8.21
1602026-08-19T19:42:13.967Z Downloaded illumos-nvpair-sys v0.2.0
1612026-08-19T19:42:13.993Z Downloaded const_format v0.2.35
1622026-08-19T19:42:13.994Z Downloaded cmake v0.1.57
1632026-08-19T19:42:13.994Z Downloaded cobs v0.3.0
1642026-08-19T19:42:13.995Z Downloaded group v0.13.0
1652026-08-19T19:42:14.012Z Downloaded hashbrown v0.14.5
1662026-08-19T19:42:14.012Z Downloaded headers-core v0.3.0
1672026-08-19T19:42:14.012Z Downloaded crossbeam-channel v0.5.15
1682026-08-19T19:42:14.012Z Downloaded crossbeam-epoch v0.9.18
1692026-08-19T19:42:14.013Z Downloaded hash32 v0.3.1
1702026-08-19T19:42:14.013Z Downloaded hubpack_derive v0.1.1
1712026-08-19T19:42:14.013Z Downloaded critical-section v1.2.0
1722026-08-19T19:42:14.013Z Downloaded compression-core v0.4.31
1732026-08-19T19:42:14.013Z Downloaded crc v3.4.0
1742026-08-19T19:42:14.013Z Downloaded cmov v0.5.4
1752026-08-19T19:42:14.013Z Downloaded cpufeatures v0.2.17
1762026-08-19T19:42:14.013Z Downloaded const-oid v0.9.6
1772026-08-19T19:42:14.013Z Downloaded cookie v0.18.1
1782026-08-19T19:42:14.013Z Downloaded constant_time_eq v0.3.1
1792026-08-19T19:42:14.014Z Downloaded cpufeatures v0.3.0
1802026-08-19T19:42:14.014Z Downloaded http-body-util v0.1.3
1812026-08-19T19:42:14.014Z Downloaded hubpack v0.1.2
1822026-08-19T19:42:14.014Z Downloaded idna_adapter v1.2.1
1832026-08-19T19:42:14.014Z Downloaded clap_lex v1.0.0
1842026-08-19T19:42:14.014Z Downloaded hash32 v0.2.1
1852026-08-19T19:42:14.014Z Downloaded httpdate v1.0.3
1862026-08-19T19:42:14.023Z Downloaded heck v0.4.1
1872026-08-19T19:42:14.024Z Downloaded crunchy v0.2.4
1882026-08-19T19:42:14.024Z Downloaded crypto-common v0.1.7
1892026-08-19T19:42:14.024Z Downloaded highway v1.3.0
1902026-08-19T19:42:14.024Z Downloaded hybrid-array v0.4.13
1912026-08-19T19:42:14.024Z Downloaded colorchoice v1.0.4
1922026-08-19T19:42:14.024Z Downloaded darling_macro v0.13.4
1932026-08-19T19:42:14.024Z Downloaded hostname v0.3.1
1942026-08-19T19:42:14.024Z Downloaded crc-catalog v2.4.0
1952026-08-19T19:42:14.024Z Downloaded heck v0.5.0
1962026-08-19T19:42:14.050Z Downloaded diesel_table_macro_syntax v0.3.0
1972026-08-19T19:42:14.050Z Downloaded curve25519-dalek-derive v0.1.1
1982026-08-19T19:42:14.050Z Downloaded hex-literal v1.1.0
1992026-08-19T19:42:14.050Z Downloaded crucible-workspace-hack v0.1.0
2002026-08-19T19:42:14.074Z Downloaded hex-literal v0.4.1
2012026-08-19T19:42:14.074Z Downloaded crc8 v0.1.1
2022026-08-19T19:42:14.074Z Downloaded darling_macro v0.21.3
2032026-08-19T19:42:14.074Z Downloaded defmt-parser v1.0.0
2042026-08-19T19:42:14.074Z Downloaded inout v0.2.2
2052026-08-19T19:42:14.074Z Downloaded debug-ignore v1.0.5
2062026-08-19T19:42:14.075Z Downloaded indoc v1.0.9
2072026-08-19T19:42:14.075Z Downloaded cpubits v0.1.1
2082026-08-19T19:42:14.075Z Downloaded convert_case v0.4.0
2092026-08-19T19:42:14.075Z Downloaded derive_builder_macro v0.20.2
2102026-08-19T19:42:14.075Z Downloaded instability v0.3.11
2112026-08-19T19:42:14.075Z Downloaded is_ci v1.2.0
2122026-08-19T19:42:14.075Z Downloaded defmt v0.3.100
2132026-08-19T19:42:14.075Z Downloaded darling_macro v0.23.0
2142026-08-19T19:42:14.075Z Downloaded cstr-argument v0.1.2
2152026-08-19T19:42:14.075Z Downloaded darling_macro v0.20.11
2162026-08-19T19:42:14.075Z Downloaded assert-json-diff v2.0.2
2172026-08-19T19:42:14.075Z Downloaded hostname v0.4.2
2182026-08-19T19:42:14.084Z Downloaded convert_case v0.10.0
2192026-08-19T19:42:14.084Z Downloaded constant_time_eq v0.4.2
2202026-08-19T19:42:14.084Z Downloaded hyper-tls v0.6.0
2212026-08-19T19:42:14.084Z Downloaded const_format_proc_macros v0.2.34
2222026-08-19T19:42:14.084Z Downloaded async-stream v0.3.6
2232026-08-19T19:42:14.084Z Downloaded http-range v0.1.5
2242026-08-19T19:42:14.084Z Downloaded ident_case v1.0.1
2252026-08-19T19:42:14.084Z Downloaded illumos-nvpair v0.3.0
2262026-08-19T19:42:14.084Z Downloaded inout v0.1.4
2272026-08-19T19:42:14.084Z Downloaded is_terminal_polyfill v1.70.2
2282026-08-19T19:42:14.084Z Downloaded atomicwrites v0.4.4
2292026-08-19T19:42:14.084Z Downloaded backtrace-ext v0.2.1
2302026-08-19T19:42:14.084Z Downloaded bitfield-macros v0.19.4
2312026-08-19T19:42:14.084Z Downloaded array-init v0.0.4
2322026-08-19T19:42:14.084Z Downloaded approx v0.5.1
2332026-08-19T19:42:14.084Z Downloaded guppy-workspace-hack v0.1.0
2342026-08-19T19:42:14.087Z Downloaded is-terminal v0.4.17
2352026-08-19T19:42:14.087Z Downloaded indent_write v2.2.0
2362026-08-19T19:42:14.087Z Downloaded instant v0.1.13
2372026-08-19T19:42:14.087Z Downloaded hashbrown v0.13.2
2382026-08-19T19:42:14.090Z Downloaded humantime v2.3.0
2392026-08-19T19:42:14.093Z Downloaded opaque-debug v0.3.1
2402026-08-19T19:42:14.093Z Downloaded ipnet v2.12.0
2412026-08-19T19:42:14.093Z Downloaded openssl-macros v0.1.1
2422026-08-19T19:42:14.093Z Downloaded http-body v1.0.1
2432026-08-19T19:42:14.097Z Downloaded itoa v1.0.17
2442026-08-19T19:42:14.102Z Downloaded compression-codecs v0.4.37
2452026-08-19T19:42:14.102Z Downloaded block-buffer v0.10.4
2462026-08-19T19:42:14.102Z Downloaded csv-core v0.1.13
2472026-08-19T19:42:14.102Z Downloaded darling v0.13.4
2482026-08-19T19:42:14.106Z Downloaded criterion-plot v0.6.0
2492026-08-19T19:42:14.106Z Downloaded derive-ex v0.1.8
2502026-08-19T19:42:14.109Z Downloaded ipnetwork v0.21.1
2512026-08-19T19:42:14.113Z Downloaded corncobs v0.1.4
2522026-08-19T19:42:14.113Z Downloaded data-encoding v2.10.0
2532026-08-19T19:42:14.113Z Downloaded der_derive v0.7.3
2542026-08-19T19:42:14.113Z Downloaded daft-derive v0.1.7
2552026-08-19T19:42:14.121Z Downloaded half v1.8.3
2562026-08-19T19:42:14.121Z Downloaded home v0.5.12
2572026-08-19T19:42:14.121Z Downloaded indoc v2.0.7
2582026-08-19T19:42:14.124Z Downloaded derive_builder_core v0.20.2
2592026-08-19T19:42:14.124Z Downloaded diesel-dtrace v0.5.0
2602026-08-19T19:42:14.127Z Downloaded defmt v1.0.1
2612026-08-19T19:42:14.127Z Downloaded defmt-macros v1.0.1
2622026-08-19T19:42:14.130Z Downloaded ctutils v0.4.2
2632026-08-19T19:42:14.130Z Downloaded anstyle-parse v1.0.0
2642026-08-19T19:42:14.130Z Downloaded clap_derive v4.6.1
2652026-08-19T19:42:14.133Z Downloaded console v0.16.2
2662026-08-19T19:42:14.138Z Downloaded phf_shared v0.12.1
2672026-08-19T19:42:14.140Z Downloaded phf_shared v0.13.1
2682026-08-19T19:42:14.143Z Downloaded daft v0.1.7
2692026-08-19T19:42:14.146Z Downloaded predicates-tree v1.0.13
2702026-08-19T19:42:14.146Z Downloaded plotters-svg v0.3.7
2712026-08-19T19:42:14.149Z Downloaded proc-macro-crate v1.3.1
2722026-08-19T19:42:14.149Z Downloaded cfg-if v1.0.4
2732026-08-19T19:42:14.149Z Downloaded internet-checksum v0.2.1
2742026-08-19T19:42:14.152Z Downloaded anstream v0.6.21
2752026-08-19T19:42:14.154Z Downloaded chacha20 v0.9.1
2762026-08-19T19:42:14.154Z Downloaded cipher v0.4.4
2772026-08-19T19:42:14.157Z Downloaded owo-colors v3.5.0
2782026-08-19T19:42:14.157Z Downloaded plotters-backend v0.3.7
2792026-08-19T19:42:14.157Z Downloaded ingot-types v0.2.0
2802026-08-19T19:42:14.161Z Downloaded proc-macro-error-attr2 v2.0.0
2812026-08-19T19:42:14.164Z Downloaded impl-trait-for-tuples v0.2.3
2822026-08-19T19:42:14.164Z Downloaded rand_chacha v0.3.1
2832026-08-19T19:42:14.166Z Downloaded recursive-proc-macro-impl v0.1.1
2842026-08-19T19:42:14.166Z Downloaded rand_xorshift v0.4.0
2852026-08-19T19:42:14.170Z Downloaded cipher v0.5.2
2862026-08-19T19:42:14.173Z Downloaded cargo_metadata v0.23.1
2872026-08-19T19:42:14.176Z Downloaded colored v3.1.1
2882026-08-19T19:42:14.176Z Downloaded console v0.15.11
2892026-08-19T19:42:14.176Z Downloaded ctr v0.10.1
2902026-08-19T19:42:14.179Z Downloaded delegate v0.13.5
2912026-08-19T19:42:14.179Z Downloaded bcs v0.1.6
2922026-08-19T19:42:14.179Z Downloaded cassowary v0.3.0
2932026-08-19T19:42:14.181Z Downloaded bs58 v0.5.1
2942026-08-19T19:42:14.181Z Downloaded deranged v0.5.8
2952026-08-19T19:42:14.181Z Downloaded darling v0.20.11
2962026-08-19T19:42:14.184Z Downloaded darling v0.21.3
2972026-08-19T19:42:14.189Z Downloaded des v0.9.0
2982026-08-19T19:42:14.192Z Downloaded oso-derive v0.27.3
2992026-08-19T19:42:14.192Z Downloaded httparse v1.10.1
3002026-08-19T19:42:14.192Z Downloaded httptest v0.16.4
3012026-08-19T19:42:14.192Z Downloaded derive_builder v0.20.2
3022026-08-19T19:42:14.195Z Downloaded derive_more v0.99.20
3032026-08-19T19:42:14.197Z Downloaded hickory-client v0.25.2
3042026-08-19T19:42:14.197Z Downloaded ingot-macros v0.2.0
3052026-08-19T19:42:14.197Z Downloaded owo-colors v4.3.0
3062026-08-19T19:42:14.200Z Downloaded oxide-tokio-rt v0.1.4
3072026-08-19T19:42:14.200Z Downloaded password-hash v0.5.0
3082026-08-19T19:42:14.200Z Downloaded pem v3.0.6
3092026-08-19T19:42:14.200Z Downloaded oxide-update-engine v0.1.2
3102026-08-19T19:42:14.204Z Downloaded rtoolbox v0.0.3
3112026-08-19T19:42:14.204Z Downloaded cookie_store v0.22.1
3122026-08-19T19:42:14.204Z Downloaded scheduled-thread-pool v0.2.7
3132026-08-19T19:42:14.204Z Downloaded sapling-renderdag v0.1.0
3142026-08-19T19:42:14.207Z Downloaded pem-rfc7468 v0.7.0
3152026-08-19T19:42:14.207Z Downloaded serde_urlencoded v0.7.1
3162026-08-19T19:42:14.207Z Downloaded secrecy v0.10.3
3172026-08-19T19:42:14.207Z Downloaded serde_regex v1.1.0
3182026-08-19T19:42:14.207Z Downloaded sha1 v0.10.6
3192026-08-19T19:42:14.210Z Downloaded serde-big-array v0.5.1
3202026-08-19T19:42:14.214Z Downloaded half v2.7.1
3212026-08-19T19:42:14.219Z Downloaded bit-vec v0.6.3
3222026-08-19T19:42:14.219Z Downloaded blake2 v0.10.6
3232026-08-19T19:42:14.219Z Downloaded bzip2 v0.4.4
3242026-08-19T19:42:14.219Z Downloaded bzip2 v0.6.1
3252026-08-19T19:42:14.219Z Downloaded partial-io v0.5.4
3262026-08-19T19:42:14.219Z Downloaded ppv-lite86 v0.2.21
3272026-08-19T19:42:14.219Z Downloaded r2d2 v0.8.10
3282026-08-19T19:42:14.223Z Downloaded peg v0.8.5
3292026-08-19T19:42:14.223Z Downloaded pkg-config v0.3.32
3302026-08-19T19:42:14.226Z Downloaded smawk v0.3.2
3312026-08-19T19:42:14.226Z Downloaded hickory-server v0.25.2
3322026-08-19T19:42:14.229Z Downloaded hmac v0.13.0
3332026-08-19T19:42:14.232Z Downloaded hyper-staticfile v0.10.1
3342026-08-19T19:42:14.232Z Downloaded iana-time-zone v0.1.65
3352026-08-19T19:42:14.236Z Downloaded swrite v0.1.0
3362026-08-19T19:42:14.236Z Downloaded group v0.14.0
3372026-08-19T19:42:14.236Z Downloaded target-triple v1.0.0
3382026-08-19T19:42:14.236Z Downloaded parking_lot_core v0.9.12
3392026-08-19T19:42:14.236Z Downloaded proc-macro-error2 v2.0.1
3402026-08-19T19:42:14.240Z Downloaded diff v0.1.13
3412026-08-19T19:42:14.243Z Downloaded structmeta v0.3.0
3422026-08-19T19:42:14.243Z Downloaded sync_wrapper v1.0.2
3432026-08-19T19:42:14.246Z Downloaded const-oid v0.10.2
3442026-08-19T19:42:14.246Z Downloaded hyper-rustls v0.27.7
3452026-08-19T19:42:14.249Z Downloaded ahash v0.8.12
3462026-08-19T19:42:14.249Z Downloaded hmac v0.12.1
3472026-08-19T19:42:14.254Z Downloaded thread-id v5.1.0
3482026-08-19T19:42:14.257Z Downloaded darling_core v0.13.4
3492026-08-19T19:42:14.257Z Downloaded ingot v0.2.1
3502026-08-19T19:42:14.257Z Downloaded rand_seeder v0.4.0
3512026-08-19T19:42:14.257Z Downloaded rustls-native-certs v0.8.3
3522026-08-19T19:42:14.260Z Downloaded rustc-demangle v0.1.27
3532026-08-19T19:42:14.263Z Downloaded termtree v0.5.1
3542026-08-19T19:42:14.263Z Downloaded tower-service v0.3.3
3552026-08-19T19:42:14.266Z Downloaded rustversion v1.0.22
3562026-08-19T19:42:14.268Z Downloaded postgres-protocol v0.6.10
3572026-08-19T19:42:14.268Z Downloaded icu_properties v2.1.2
3582026-08-19T19:42:14.271Z Downloaded trait-variant v0.1.2
3592026-08-19T19:42:14.271Z Downloaded try-lock v0.2.5
3602026-08-19T19:42:14.277Z Downloaded heapless v0.7.17
3612026-08-19T19:42:14.281Z Downloaded yoke-derive v0.8.1
3622026-08-19T19:42:14.281Z Downloaded crc-any v2.5.0
3632026-08-19T19:42:14.283Z Downloaded slog-stdlog v4.1.1
3642026-08-19T19:42:14.286Z Downloaded ignore v0.4.25
3652026-08-19T19:42:14.289Z Downloaded slog-bunyan v2.5.0
3662026-08-19T19:42:14.293Z Downloaded sqlformat v0.3.5
3672026-08-19T19:42:14.293Z Downloaded ssh-encoding v0.3.0
3682026-08-19T19:42:14.293Z Downloaded static_assertions v1.1.0
3692026-08-19T19:42:14.295Z Downloaded stringmetrics v2.2.2
3702026-08-19T19:42:14.295Z Downloaded strum_macros v0.27.2
3712026-08-19T19:42:14.295Z Downloaded shlex v1.3.0
3722026-08-19T19:42:14.295Z Downloaded unicode-xid v0.2.6
3732026-08-19T19:42:14.298Z Downloaded usdt v0.5.0
3742026-08-19T19:42:14.305Z Downloaded dsl_auto_type v0.2.0
3752026-08-19T19:42:14.308Z Downloaded darling_core v0.23.0
3762026-08-19T19:42:14.309Z Downloaded derive-where v1.6.0
3772026-08-19T19:42:14.312Z Downloaded datatest-stable v0.3.3
3782026-08-19T19:42:14.315Z Downloaded crypto-bigint v0.5.5
3792026-08-19T19:42:14.317Z Downloaded thiserror v2.0.18
3802026-08-19T19:42:14.320Z Downloaded icu_provider v2.1.1
3812026-08-19T19:42:14.320Z Downloaded display-error-chain v0.2.2
3822026-08-19T19:42:14.323Z Downloaded synstructure v0.13.2
3832026-08-19T19:42:14.323Z Downloaded dtrace-parser v0.2.0
3842026-08-19T19:42:14.323Z Downloaded time-macros v0.2.27
3852026-08-19T19:42:14.323Z Downloaded tiny-keccak v2.0.2
3862026-08-19T19:42:14.329Z Downloaded tokio-dtrace v0.1.1
3872026-08-19T19:42:14.329Z Downloaded hashbrown v0.17.0
3882026-08-19T19:42:14.332Z Downloaded version_check v0.9.5
3892026-08-19T19:42:14.335Z Downloaded base64 v0.22.1
3902026-08-19T19:42:14.338Z Downloaded chumsky v0.9.3
3912026-08-19T19:42:14.342Z Downloaded lru-cache v0.1.2
3922026-08-19T19:42:14.369Z Downloaded match_cfg v0.1.0
3932026-08-19T19:42:14.369Z Downloaded strum_macros v0.24.3
3942026-08-19T19:42:14.385Z Downloaded crossterm v0.28.1
3952026-08-19T19:42:14.385Z Downloaded darling_core v0.20.11
3962026-08-19T19:42:14.385Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3972026-08-19T19:42:14.385Z Downloaded term v1.2.1
3982026-08-19T19:42:14.385Z Downloaded universal-hash v0.6.1
3992026-08-19T19:42:14.385Z Downloaded usdt-impl v0.6.0
4002026-08-19T19:42:14.386Z Downloaded zerofrom-derive v0.1.6
4012026-08-19T19:42:14.386Z Downloaded lru v0.12.5
4022026-08-19T19:42:14.386Z Downloaded new_debug_unreachable v1.0.6
4032026-08-19T19:42:14.386Z Downloaded newline-converter v0.3.0
4042026-08-19T19:42:14.386Z Downloaded darling_core v0.21.3
4052026-08-19T19:42:14.386Z Downloaded der v0.7.10
4062026-08-19T19:42:14.386Z Downloaded gethostname v0.5.0
4072026-08-19T19:42:14.386Z Downloaded serde_with_macros v3.21.0
4082026-08-19T19:42:14.386Z Downloaded indexmap v1.9.3
4092026-08-19T19:42:14.386Z Downloaded indicatif v0.18.4
4102026-08-19T19:42:14.386Z Downloaded wyz v0.5.1
4112026-08-19T19:42:14.386Z Downloaded icu_normalizer_data v2.1.1
4122026-08-19T19:42:14.386Z Downloaded void v1.0.2
4132026-08-19T19:42:14.387Z Downloaded hickory-resolver v0.24.4
4142026-08-19T19:42:14.404Z Downloaded hickory-resolver v0.25.2
4152026-08-19T19:42:14.404Z Downloaded futures-macro v0.3.32
4162026-08-19T19:42:14.404Z Downloaded keccak v0.1.6
4172026-08-19T19:42:14.404Z Downloaded http v1.4.2
4182026-08-19T19:42:14.404Z Downloaded vergen-git2 v9.1.0
4192026-08-19T19:42:14.404Z Downloaded digest v0.10.7
4202026-08-19T19:42:14.404Z Downloaded tokio-tungstenite v0.21.0
4212026-08-19T19:42:14.404Z Downloaded vergen-lib v9.1.0
4222026-08-19T19:42:14.404Z Downloaded nonempty v0.12.0
4232026-08-19T19:42:14.404Z Downloaded assert_matches v1.5.0
4242026-08-19T19:42:14.404Z Downloaded aead v0.5.2
4252026-08-19T19:42:14.404Z Downloaded async-recursion v1.1.1
4262026-08-19T19:42:14.404Z Downloaded arrayref v0.3.9
4272026-08-19T19:42:14.404Z Downloaded zeroize_derive v1.5.0
4282026-08-19T19:42:14.405Z Downloaded dirs-sys-next v0.1.2
4292026-08-19T19:42:14.405Z Downloaded float-ord v0.3.2
4302026-08-19T19:42:14.405Z Downloaded foreign-types-shared v0.1.1
4312026-08-19T19:42:14.405Z Downloaded maplit v1.0.2
4322026-08-19T19:42:14.405Z Downloaded ed25519 v3.0.0
4332026-08-19T19:42:14.405Z Downloaded icu_locale_core v2.1.1
4342026-08-19T19:42:14.429Z Downloaded icu_normalizer v2.1.1
4352026-08-19T19:42:14.429Z Downloaded atty v0.2.14
4362026-08-19T19:42:14.429Z Downloaded erased-serde v0.3.31
4372026-08-19T19:42:14.429Z Downloaded prettyplease v0.2.37
4382026-08-19T19:42:14.429Z Downloaded similar v2.7.0
4392026-08-19T19:42:14.429Z Downloaded proc-macro2 v1.0.106
4402026-08-19T19:42:14.429Z Downloaded strum_macros v0.26.4
4412026-08-19T19:42:14.429Z Downloaded ff v0.14.0
4422026-08-19T19:42:14.429Z Downloaded fixedbitset v0.5.7
4432026-08-19T19:42:14.429Z Downloaded foldhash v0.2.0
4442026-08-19T19:42:14.429Z Downloaded event-listener-strategy v0.5.4
4452026-08-19T19:42:14.429Z Downloaded multimap v0.10.1
4462026-08-19T19:42:14.429Z Downloaded headers v0.4.1
4472026-08-19T19:42:14.430Z Downloaded derive_more v2.1.1
4482026-08-19T19:42:14.450Z Downloaded diesel_derives v2.3.7
4492026-08-19T19:42:14.450Z Downloaded keccak v0.2.0
4502026-08-19T19:42:14.450Z Downloaded linear-map v1.2.0
4512026-08-19T19:42:14.450Z Downloaded vsss-rs v3.3.4
4522026-08-19T19:42:14.450Z Downloaded toml v0.8.23
4532026-08-19T19:42:14.451Z Downloaded salsa20 v0.11.0
4542026-08-19T19:42:14.451Z Downloaded derive_more-impl v2.1.1
4552026-08-19T19:42:14.451Z Downloaded castaway v0.2.4
4562026-08-19T19:42:14.451Z Downloaded enum_dispatch v0.3.13
4572026-08-19T19:42:14.451Z Downloaded test-strategy v0.4.5
4582026-08-19T19:42:14.472Z Downloaded libsw-core v0.3.2
4592026-08-19T19:42:14.472Z Downloaded num-derive v0.4.2
4602026-08-19T19:42:14.472Z Downloaded hashbrown v0.16.1
4612026-08-19T19:42:14.472Z Downloaded parking v2.2.1
4622026-08-19T19:42:14.472Z Downloaded hashbrown v0.15.5
4632026-08-19T19:42:14.472Z Downloaded pathdiff v0.2.3
4642026-08-19T19:42:14.472Z Downloaded icu_collections v2.1.1
4652026-08-19T19:42:14.476Z Downloaded zeroize v1.9.0
4662026-08-19T19:42:14.476Z Downloaded bitfield v0.19.4
4672026-08-19T19:42:14.476Z Downloaded proc-macro-crate v3.4.0
4682026-08-19T19:42:14.476Z Downloaded jobserver v0.1.34
4692026-08-19T19:42:14.476Z Downloaded async-compression v0.4.41
4702026-08-19T19:42:14.476Z Downloaded snafu v0.8.9
4712026-08-19T19:42:14.476Z Downloaded base64ct v1.8.3
4722026-08-19T19:42:14.479Z Downloaded uuid v1.23.4
4732026-08-19T19:42:14.479Z Downloaded secrecy v0.8.0
4742026-08-19T19:42:14.479Z Downloaded futures-channel v0.3.32
4752026-08-19T19:42:14.482Z Downloaded heapless v0.8.0
4762026-08-19T19:42:14.482Z Downloaded fs-err v3.3.0
4772026-08-19T19:42:14.485Z Downloaded num_enum_derive v0.7.6
4782026-08-19T19:42:14.485Z Downloaded der v0.8.0
4792026-08-19T19:42:14.487Z Downloaded olpc-cjson v0.1.4
4802026-08-19T19:42:14.487Z Downloaded cexpr v0.6.0
4812026-08-19T19:42:14.494Z Downloaded radium v0.7.0
4822026-08-19T19:42:14.495Z Downloaded rustc-hash v2.1.1
4832026-08-19T19:42:14.495Z Downloaded rustc_version v0.4.1
4842026-08-19T19:42:14.515Z Downloaded serde_spanned v1.1.1
4852026-08-19T19:42:14.515Z Downloaded sha1 v0.11.0
4862026-08-19T19:42:14.515Z Downloaded criterion v0.7.0
4872026-08-19T19:42:14.515Z Downloaded getrandom v0.2.17
4882026-08-19T19:42:14.515Z Downloaded camino-tempfile-ext v0.3.3
4892026-08-19T19:42:14.515Z Downloaded password-hash v0.6.1
4902026-08-19T19:42:14.516Z Downloaded serde_spanned v0.6.9
4912026-08-19T19:42:14.516Z Downloaded signal-hook-tokio v0.3.1
4922026-08-19T19:42:14.516Z Downloaded litemap v0.8.1
4932026-08-19T19:42:14.516Z Downloaded cbc v0.2.1
4942026-08-19T19:42:14.537Z Downloaded pem-rfc7468 v1.0.0
4952026-08-19T19:42:14.537Z Downloaded strsim v0.10.0
4962026-08-19T19:42:14.537Z Downloaded schemars v0.8.22
4972026-08-19T19:42:14.537Z Downloaded scuffle v0.1.0
4982026-08-19T19:42:14.537Z Downloaded supports-hyperlinks v2.1.0
4992026-08-19T19:42:14.537Z Downloaded typify v0.6.2
5002026-08-19T19:42:14.538Z Downloaded pin-project-internal v1.1.11
5012026-08-19T19:42:14.538Z Downloaded phf v0.12.1
5022026-08-19T19:42:14.538Z Downloaded testing_table v0.3.0
5032026-08-19T19:42:14.538Z Downloaded mime_guess v2.0.5
5042026-08-19T19:42:14.538Z Downloaded anstyle v1.0.14
5052026-08-19T19:42:14.538Z Downloaded hashbrown v0.12.3
5062026-08-19T19:42:14.538Z Downloaded signal-hook v0.3.18
5072026-08-19T19:42:14.556Z Downloaded socket2 v0.6.3
5082026-08-19T19:42:14.556Z Downloaded supports-color v2.1.0
5092026-08-19T19:42:14.556Z Downloaded thread-id v4.2.2
5102026-08-19T19:42:14.556Z Downloaded toml_datetime v0.6.11
5112026-08-19T19:42:14.556Z Downloaded qorb v0.4.1
5122026-08-19T19:42:14.556Z Downloaded typify-macro v0.6.2
5132026-08-19T19:42:14.557Z Downloaded unit-prefix v0.5.2
5142026-08-19T19:42:14.557Z Downloaded utf-8 v0.7.6
5152026-08-19T19:42:14.557Z Downloaded proc-macro-error v1.0.4
5162026-08-19T19:42:14.557Z Downloaded supports-color v3.0.2
5172026-08-19T19:42:14.557Z Downloaded backon v1.6.0
5182026-08-19T19:42:14.557Z Downloaded usdt-attr-macro v0.6.0
5192026-08-19T19:42:14.557Z Downloaded wait-timeout v0.2.1
5202026-08-19T19:42:14.557Z Downloaded rpassword v7.5.4
5212026-08-19T19:42:14.571Z Downloaded scroll v0.12.0
5222026-08-19T19:42:14.571Z Downloaded libbz2-rs-sys v0.2.2
5232026-08-19T19:42:14.571Z Downloaded rustc_version v0.1.7
5242026-08-19T19:42:14.571Z Downloaded sha2 v0.10.9
5252026-08-19T19:42:14.571Z Downloaded zerofrom v0.1.6
5262026-08-19T19:42:14.571Z Downloaded zone v0.3.1
5272026-08-19T19:42:14.571Z Downloaded serde_derive_internals v0.29.1
5282026-08-19T19:42:14.571Z Downloaded scroll v0.13.0
5292026-08-19T19:42:14.584Z Downloaded simd-adler32 v0.3.8
5302026-08-19T19:42:14.585Z Downloaded ssh-cipher v0.3.0
5312026-08-19T19:42:14.585Z Downloaded hyper-util v0.1.20
5322026-08-19T19:42:14.585Z Downloaded pest_generator v2.8.6
5332026-08-19T19:42:14.585Z Downloaded slog-json v2.6.1
5342026-08-19T19:42:14.585Z Downloaded slog-scope v4.4.1
5352026-08-19T19:42:14.585Z Downloaded strum v0.27.2
5362026-08-19T19:42:14.585Z Downloaded downcast-rs v2.0.2
5372026-08-19T19:42:14.585Z Downloaded snafu-derive v0.8.9
5382026-08-19T19:42:14.598Z Downloaded serde v1.0.228
5392026-08-19T19:42:14.598Z Downloaded float-cmp v0.10.0
5402026-08-19T19:42:14.598Z Downloaded getrandom v0.3.4
5412026-08-19T19:42:14.598Z Downloaded zopfli v0.8.3
5422026-08-19T19:42:14.598Z Downloaded target-spec v3.5.7
5432026-08-19T19:42:14.598Z Downloaded target-lexicon v0.13.3
5442026-08-19T19:42:14.598Z Downloaded thiserror-impl v1.0.69
5452026-08-19T19:42:14.598Z Downloaded tinystr v0.8.2
5462026-08-19T19:42:14.599Z Downloaded env_filter v2.0.0
5472026-08-19T19:42:14.599Z Downloaded predicates v3.1.4
5482026-08-19T19:42:14.642Z Downloaded postgres-types v0.2.12
5492026-08-19T19:42:14.642Z Downloaded url v2.5.8
5502026-08-19T19:42:14.642Z Downloaded escape8259 v0.5.3
5512026-08-19T19:42:14.642Z Downloaded form_urlencoded v1.2.2
5522026-08-19T19:42:14.642Z Downloaded itertools v0.10.5
5532026-08-19T19:42:14.642Z Downloaded kstat-rs v0.2.5
5542026-08-19T19:42:14.642Z Downloaded md5 v0.8.0
5552026-08-19T19:42:14.642Z Downloaded nodrop v0.1.14
5562026-08-19T19:42:14.642Z Downloaded bitflags v2.11.0
5572026-08-19T19:42:14.642Z Downloaded elliptic-curve v0.13.8
5582026-08-19T19:42:14.642Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5592026-08-19T19:42:14.642Z Downloaded internal-russh-num-bigint v0.5.0
5602026-08-19T19:42:14.670Z Downloaded foreign-types-shared v0.3.1
5612026-08-19T19:42:14.671Z Downloaded futures-io v0.3.32
5622026-08-19T19:42:14.671Z Downloaded sec1 v0.8.1
5632026-08-19T19:42:14.671Z Downloaded getrandom v0.4.3
5642026-08-19T19:42:14.671Z Downloaded rand v0.10.1
5652026-08-19T19:42:14.671Z Downloaded num_threads v0.1.7
5662026-08-19T19:42:14.671Z Downloaded async-object-pool v0.2.0
5672026-08-19T19:42:14.671Z Downloaded indexmap v2.14.0
5682026-08-19T19:42:14.671Z Downloaded bitfield-struct v0.6.2
5692026-08-19T19:42:14.672Z Downloaded writeable v0.6.2
5702026-08-19T19:42:14.672Z Downloaded oso v0.27.3
5712026-08-19T19:42:14.672Z Downloaded papergrid v0.18.0
5722026-08-19T19:42:14.672Z Downloaded iri-string v0.7.10
5732026-08-19T19:42:14.672Z Downloaded linkme-impl v0.3.35
5742026-08-19T19:42:14.672Z Downloaded libscf-sys v1.2.0
5752026-08-19T19:42:14.672Z Downloaded displaydoc v0.2.5
5762026-08-19T19:42:14.672Z Downloaded pin-project v1.1.11
5772026-08-19T19:42:14.706Z Downloaded filetime v0.2.27
5782026-08-19T19:42:14.706Z Downloaded typenum v1.20.1
5792026-08-19T19:42:14.706Z Downloaded tinytemplate v1.2.1
5802026-08-19T19:42:14.706Z Downloaded md-5 v0.10.6
5812026-08-19T19:42:14.706Z Downloaded parse-display v0.10.0
5822026-08-19T19:42:14.707Z Downloaded ecdsa v0.16.9
5832026-08-19T19:42:14.707Z Downloaded num-traits v0.2.19
5842026-08-19T19:42:14.707Z Downloaded either v1.15.0
5852026-08-19T19:42:14.707Z Downloaded progenitor-impl v0.14.0
5862026-08-19T19:42:14.707Z Downloaded progenitor-impl v0.13.0
5872026-08-19T19:42:14.707Z Downloaded tracing-attributes v0.1.31
5882026-08-19T19:42:14.707Z Downloaded miette-derive v7.6.0
5892026-08-19T19:42:14.707Z Downloaded phf_shared v0.11.3
5902026-08-19T19:42:14.707Z Downloaded precomputed-hash v0.1.1
5912026-08-19T19:42:14.707Z Downloaded futures-timer v3.0.3
5922026-08-19T19:42:14.707Z Downloaded glob v0.3.3
5932026-08-19T19:42:14.738Z Downloaded serde_bytes v0.11.19
5942026-08-19T19:42:14.739Z Downloaded anstream v1.0.0
5952026-08-19T19:42:14.739Z Downloaded autocfg v1.5.0
5962026-08-19T19:42:14.739Z Downloaded crossterm v0.29.0
5972026-08-19T19:42:14.739Z Downloaded globset v0.4.18
5982026-08-19T19:42:14.739Z Downloaded libefi-sys v0.1.0
5992026-08-19T19:42:14.739Z Downloaded rsa v0.10.0-rc.18
6002026-08-19T19:42:14.739Z Downloaded peg-runtime v0.8.5
6012026-08-19T19:42:14.739Z Downloaded percent-encoding v2.3.2
6022026-08-19T19:42:14.739Z Downloaded progenitor-macro v0.14.0
6032026-08-19T19:42:14.739Z Downloaded psl-types v2.0.11
6042026-08-19T19:42:14.739Z Downloaded russh-util v0.52.0
6052026-08-19T19:42:14.739Z Downloaded yasna v0.5.2
6062026-08-19T19:42:14.740Z Downloaded same-file v1.0.6
6072026-08-19T19:42:14.740Z Downloaded signature v3.0.0
6082026-08-19T19:42:14.740Z Downloaded socket2 v0.5.10
6092026-08-19T19:42:14.740Z Downloaded slog v2.8.2
6102026-08-19T19:42:14.740Z Downloaded oorandom v11.1.5
6112026-08-19T19:42:14.740Z Downloaded libsw v3.5.0
6122026-08-19T19:42:14.740Z Downloaded linkme v0.3.35
6132026-08-19T19:42:14.740Z Downloaded nanorand v0.7.0
6142026-08-19T19:42:14.764Z Downloaded openssl-sys v0.9.117
6152026-08-19T19:42:14.764Z Downloaded native-tls v0.2.18
6162026-08-19T19:42:14.765Z Downloaded num-complex v0.4.6
6172026-08-19T19:42:14.765Z Downloaded similar-asserts v1.7.0
6182026-08-19T19:42:14.765Z Downloaded stable_deref_trait v1.2.1
6192026-08-19T19:42:14.765Z Downloaded sigpipe v0.1.3
6202026-08-19T19:42:14.765Z Downloaded siphasher v1.0.2
6212026-08-19T19:42:14.765Z Downloaded supports-unicode v3.0.0
6222026-08-19T19:42:14.765Z Downloaded semver v0.1.20
6232026-08-19T19:42:14.765Z Downloaded num-rational v0.4.2
6242026-08-19T19:42:14.765Z Downloaded argon2 v0.5.3
6252026-08-19T19:42:14.765Z Downloaded x509-cert v0.2.5
6262026-08-19T19:42:14.765Z Downloaded parse-display-derive v0.10.0
6272026-08-19T19:42:14.765Z Downloaded tinyvec_macros v0.1.1
6282026-08-19T19:42:14.765Z Downloaded elliptic-curve v0.14.1
6292026-08-19T19:42:14.766Z Downloaded itertools v0.13.0
6302026-08-19T19:42:14.766Z Downloaded progenitor v0.13.0
6312026-08-19T19:42:14.766Z Downloaded buf-list v1.1.2
6322026-08-19T19:42:14.766Z Downloaded pretty_assertions v1.4.1
6332026-08-19T19:42:14.766Z Downloaded supports-hyperlinks v3.2.0
6342026-08-19T19:42:14.766Z Downloaded supports-unicode v2.1.0
6352026-08-19T19:42:14.766Z Downloaded terminal_size v0.4.3
6362026-08-19T19:42:14.766Z Downloaded rand_distr v0.5.1
6372026-08-19T19:42:14.766Z Downloaded tracing-core v0.1.36
6382026-08-19T19:42:14.766Z Downloaded tokio-rustls v0.26.4
6392026-08-19T19:42:14.766Z Downloaded unicode-ident v1.0.24
6402026-08-19T19:42:14.772Z Downloaded ron v0.8.1
6412026-08-19T19:42:14.772Z Downloaded unicode-bidi v0.3.18
6422026-08-19T19:42:14.772Z Downloaded pin-project-lite v0.2.17
6432026-08-19T19:42:14.772Z Downloaded event-listener v5.4.1
6442026-08-19T19:42:14.772Z Downloaded minimal-lexical v0.2.1
6452026-08-19T19:42:14.772Z Downloaded primefield v0.14.0
6462026-08-19T19:42:14.773Z Downloaded progenitor v0.14.0
6472026-08-19T19:42:14.773Z Downloaded unicode-truncate v1.1.0
6482026-08-19T19:42:14.773Z Downloaded want v0.3.1
6492026-08-19T19:42:14.773Z Downloaded clap_builder v4.6.0
6502026-08-19T19:42:14.777Z Downloaded usdt v0.6.0
6512026-08-19T19:42:14.777Z Downloaded vte v0.14.1
6522026-08-19T19:42:14.777Z Downloaded poly1305 v0.8.0
6532026-08-19T19:42:14.777Z Downloaded ar_archive_writer v0.5.1
6542026-08-19T19:42:14.777Z Downloaded base64 v0.21.7
6552026-08-19T19:42:14.780Z Downloaded bumpalo v3.20.2
6562026-08-19T19:42:14.780Z Downloaded bytes v1.11.1
6572026-08-19T19:42:14.782Z Downloaded resolv-conf v0.7.6
6582026-08-19T19:42:14.783Z Downloaded rand_pcg v0.10.2
6592026-08-19T19:42:14.783Z Downloaded itertools v0.12.1
6602026-08-19T19:42:14.785Z Downloaded toml_write v0.1.2
6612026-08-19T19:42:14.788Z Downloaded num-bigint v0.4.6
6622026-08-19T19:42:14.791Z Downloaded camino v1.2.5
6632026-08-19T19:42:14.791Z Downloaded camino-tempfile v1.4.1
6642026-08-19T19:42:14.791Z Downloaded toml_edit v0.19.15
6652026-08-19T19:42:14.800Z Downloaded serde_tokenstream v0.2.3
6662026-08-19T19:42:14.804Z Downloaded string_cache v0.8.9
6672026-08-19T19:42:14.804Z Downloaded strum v0.26.3
6682026-08-19T19:42:14.804Z Downloaded unicode-segmentation v1.12.0
6692026-08-19T19:42:14.807Z Downloaded guppy v0.17.25
6702026-08-19T19:42:14.807Z Downloaded thiserror v1.0.69
6712026-08-19T19:42:14.811Z Downloaded thread_local v1.1.9
6722026-08-19T19:42:14.811Z Downloaded h2 v0.4.15
6732026-08-19T19:42:14.814Z Downloaded utf8_iter v1.0.4
6742026-08-19T19:42:14.814Z Downloaded dyn-clone v1.0.20
6752026-08-19T19:42:14.817Z Downloaded flagset v0.4.7
6762026-08-19T19:42:14.817Z Downloaded fixedbitset v0.4.2
6772026-08-19T19:42:14.817Z Downloaded git-stub v1.0.0
6782026-08-19T19:42:14.819Z Downloaded itertools v0.14.0
6792026-08-19T19:42:14.822Z Downloaded toml_edit v0.22.27
6802026-08-19T19:42:14.822Z Downloaded clang-sys v1.8.1
6812026-08-19T19:42:14.825Z Downloaded regex v1.12.3
6822026-08-19T19:42:14.833Z Downloaded idna v1.1.0
6832026-08-19T19:42:14.836Z Downloaded tokio-native-tls v0.3.1
6842026-08-19T19:42:14.838Z Downloaded oxide-update-engine-display v0.1.2
6852026-08-19T19:42:14.838Z Downloaded enum-as-inner v0.6.1
6862026-08-19T19:42:14.838Z Downloaded hyper v1.10.1
6872026-08-19T19:42:14.841Z Downloaded icu_properties_data v2.1.2
6882026-08-19T19:42:14.846Z Downloaded rsa v0.9.10
6892026-08-19T19:42:14.848Z Downloaded schemars v0.9.0
6902026-08-19T19:42:14.856Z Downloaded document-features v0.2.12
6912026-08-19T19:42:14.858Z Downloaded endian-type v0.1.2
6922026-08-19T19:42:14.858Z Downloaded jiff-static v0.2.34
6932026-08-19T19:42:14.858Z Downloaded mime v0.3.17
6942026-08-19T19:42:14.859Z Downloaded crypto-primes v0.7.2
6952026-08-19T19:42:14.862Z Downloaded newtype-uuid-macros v0.1.0
6962026-08-19T19:42:14.862Z Downloaded base16ct v0.2.0
6972026-08-19T19:42:14.862Z Downloaded zip v0.6.6
6982026-08-19T19:42:14.866Z Downloaded kem v0.3.0
6992026-08-19T19:42:14.866Z Downloaded psm v0.1.30
7002026-08-19T19:42:14.870Z Downloaded rustls-pki-types v1.14.0
7012026-08-19T19:42:14.870Z Downloaded yansi v1.0.1
7022026-08-19T19:42:14.870Z Downloaded cc v1.2.56
7032026-08-19T19:42:14.873Z Downloaded unicase v2.9.0
7042026-08-19T19:42:14.873Z Downloaded ml-kem v0.3.2
7052026-08-19T19:42:14.873Z Downloaded managed v0.8.0
7062026-08-19T19:42:14.873Z Downloaded openssl-probe v0.1.6
7072026-08-19T19:42:14.873Z Downloaded itertools v0.15.0
7082026-08-19T19:42:14.876Z Downloaded serde_json v1.0.151
7092026-08-19T19:42:14.880Z Downloaded vergen-gitcl v1.0.8
7102026-08-19T19:42:14.883Z Downloaded tough v0.22.0
7112026-08-19T19:42:14.887Z Downloaded papergrid v0.11.0
7122026-08-19T19:42:14.890Z Downloaded zstd-safe v7.2.4
7132026-08-19T19:42:14.890Z Downloaded embedded-io v0.4.0
7142026-08-19T19:42:14.890Z Downloaded normalize-line-endings v0.3.0
7152026-08-19T19:42:14.890Z Downloaded path-slash v0.1.5
7162026-08-19T19:42:14.893Z Downloaded ref-cast v1.0.25
7172026-08-19T19:42:14.893Z Downloaded cargo-platform v0.3.2
7182026-08-19T19:42:14.893Z Downloaded dropshot_endpoint v0.17.1
7192026-08-19T19:42:14.895Z Downloaded xshell v0.2.7
7202026-08-19T19:42:14.898Z Downloaded tempfile v3.27.0
7212026-08-19T19:42:14.898Z Downloaded anstyle-query v1.1.5
7222026-08-19T19:42:14.898Z Downloaded toml_parser v1.1.2+spec-1.1.0
7232026-08-19T19:42:14.901Z Downloaded fs-err v2.11.0
7242026-08-19T19:42:14.901Z Downloaded knuffel v3.2.0
7252026-08-19T19:42:14.904Z Downloaded bit-set v0.5.3
7262026-08-19T19:42:14.904Z Downloaded futures-core v0.3.32
7272026-08-19T19:42:14.904Z Downloaded futures-executor v0.3.32
7282026-08-19T19:42:14.904Z Downloaded expectorate v1.2.0
7292026-08-19T19:42:14.907Z Downloaded tower-layer v0.3.3
7302026-08-19T19:42:14.907Z Downloaded rcgen v0.12.1
7312026-08-19T19:42:14.907Z Downloaded progenitor-macro v0.13.0
7322026-08-19T19:42:14.910Z Downloaded shell-words v1.1.1
7332026-08-19T19:42:14.914Z Downloaded structmeta-derive v0.3.0
7342026-08-19T19:42:14.914Z Downloaded tabled_derive v0.7.0
7352026-08-19T19:42:14.914Z Downloaded p521 v0.14.0
7362026-08-19T19:42:14.918Z Downloaded assert_cmd v2.1.2
7372026-08-19T19:42:14.921Z Downloaded utf8parse v0.2.2
7382026-08-19T19:42:14.921Z Downloaded serde_derive v1.0.228
7392026-08-19T19:42:14.921Z Downloaded miette v7.6.0
7402026-08-19T19:42:14.924Z Downloaded untrusted v0.7.1
7412026-08-19T19:42:14.924Z Downloaded hkdf v0.13.0
7422026-08-19T19:42:14.926Z Downloaded hkdf v0.12.4
7432026-08-19T19:42:14.930Z Downloaded packed_struct_codegen v0.10.1
7442026-08-19T19:42:14.930Z Downloaded dtrace-parser v0.3.0
7452026-08-19T19:42:14.935Z Downloaded dropshot-api-manager-types v0.8.0
7462026-08-19T19:42:14.935Z Downloaded lazy_static v1.5.0
7472026-08-19T19:42:14.935Z Downloaded zone_cfg_derive v0.3.1
7482026-08-19T19:42:14.937Z Downloaded foreign-types-macros v0.2.3
7492026-08-19T19:42:14.937Z Downloaded ghash v0.6.0
7502026-08-19T19:42:14.937Z Downloaded lzss v0.8.2
7512026-08-19T19:42:14.943Z Downloaded rand_chacha v0.9.0
7522026-08-19T19:42:14.945Z Downloaded sec1 v0.7.3
7532026-08-19T19:42:14.945Z Downloaded serde_path_to_error v0.1.20
7542026-08-19T19:42:14.945Z Downloaded blowfish v0.10.0
7552026-08-19T19:42:14.948Z Downloaded proc-macro-error-attr v1.0.4
7562026-08-19T19:42:14.948Z Downloaded paste v1.0.15
7572026-08-19T19:42:14.948Z Downloaded lalrpop-util v0.19.12
7582026-08-19T19:42:14.948Z Downloaded memmap v0.7.0
7592026-08-19T19:42:14.952Z Downloaded flate2 v1.1.9
7602026-08-19T19:42:14.955Z Downloaded tungstenite v0.23.0
7612026-08-19T19:42:14.955Z Downloaded rustls-pemfile v2.2.0
7622026-08-19T19:42:14.955Z Downloaded spki v0.7.3
7632026-08-19T19:42:14.958Z Downloaded num-conv v0.2.0
7642026-08-19T19:42:14.958Z Downloaded async-stream-impl v0.3.6
7652026-08-19T19:42:14.961Z Downloaded bit-set v0.8.0
7662026-08-19T19:42:14.961Z Downloaded block-buffer v0.12.1
7672026-08-19T19:42:14.961Z Downloaded ciborium-io v0.2.2
7682026-08-19T19:42:14.961Z Downloaded scrypt v0.12.0
7692026-08-19T19:42:14.961Z Downloaded serdect v0.4.3
7702026-08-19T19:42:14.963Z Downloaded unicode_categories v0.1.1
7712026-08-19T19:42:14.963Z Downloaded trybuild v1.0.116
7722026-08-19T19:42:14.967Z Downloaded cfg_aliases v0.2.1
7732026-08-19T19:42:14.972Z Downloaded signature v2.2.0
7742026-08-19T19:42:14.979Z Downloaded slab v0.4.12
7752026-08-19T19:42:14.979Z Downloaded pkcs8 v0.10.2
7762026-08-19T19:42:14.979Z Downloaded predicates-core v1.0.10
7772026-08-19T19:42:14.979Z Downloaded ciborium-ll v0.2.2
7782026-08-19T19:42:14.979Z Downloaded termios v0.3.3
7792026-08-19T19:42:14.997Z Downloaded plain v0.2.3
7802026-08-19T19:42:14.997Z Downloaded progenitor-client v0.14.0
7812026-08-19T19:42:14.997Z Downloaded iddqd v0.4.2
7822026-08-19T19:42:15.012Z Downloaded pkcs1 v0.8.0-rc.4
7832026-08-19T19:42:15.012Z Downloaded arc-swap v1.8.2
7842026-08-19T19:42:15.012Z Downloaded tokio-postgres v0.7.16
7852026-08-19T19:42:15.012Z Downloaded async-bb8-diesel v0.2.1
7862026-08-19T19:42:15.012Z Downloaded blake2 v0.11.0-rc.6
7872026-08-19T19:42:15.012Z Downloaded linked-hash-map v0.5.6
7882026-08-19T19:42:15.012Z Downloaded ff v0.13.1
7892026-08-19T19:42:15.012Z Downloaded find-msvc-tools v0.1.9
7902026-08-19T19:42:15.012Z Downloaded usdt-impl v0.5.0
7912026-08-19T19:42:15.012Z Downloaded whoami v1.6.1
7922026-08-19T19:42:15.020Z Downloaded cancel-safe-futures v0.1.5
7932026-08-19T19:42:15.020Z Downloaded whoami v2.1.0
7942026-08-19T19:42:15.020Z Downloaded russh-cryptovec v0.62.0
7952026-08-19T19:42:15.020Z Downloaded zstd v0.13.3
7962026-08-19T19:42:15.020Z Downloaded signal-hook-mio v0.2.5
7972026-08-19T19:42:15.020Z Downloaded fs_extra v1.3.0
7982026-08-19T19:42:15.020Z Downloaded git-stub-vcs v0.1.0
7992026-08-19T19:42:15.020Z Downloaded sqlparser_derive v0.5.0
8002026-08-19T19:42:15.028Z Downloaded slog-envlogger v2.2.0
8012026-08-19T19:42:15.028Z Downloaded fatfs v0.3.6
8022026-08-19T19:42:15.029Z Downloaded log v0.4.33
8032026-08-19T19:42:15.050Z Downloaded sync-ptr v0.1.4
8042026-08-19T19:42:15.050Z Downloaded num_enum v0.5.11
8052026-08-19T19:42:15.050Z Downloaded anes v0.1.6
8062026-08-19T19:42:15.050Z Downloaded time-core v0.1.8
8072026-08-19T19:42:15.050Z Downloaded rstest_macros v0.25.0
8082026-08-19T19:42:15.050Z Downloaded spin v0.9.8
8092026-08-19T19:42:15.055Z Downloaded byteorder v1.5.0
8102026-08-19T19:42:15.055Z Downloaded peg-macros v0.8.5
8112026-08-19T19:42:15.055Z Downloaded thiserror-impl-no-std v2.0.2
8122026-08-19T19:42:15.055Z Downloaded rand_core v0.6.4
8132026-08-19T19:42:15.055Z Downloaded universal-hash v0.5.1
8142026-08-19T19:42:15.055Z Downloaded topological-sort v0.2.2
8152026-08-19T19:42:15.055Z Downloaded waitgroup v0.1.2
8162026-08-19T19:42:15.055Z Downloaded wnaf v0.14.0
8172026-08-19T19:42:15.055Z Downloaded usdt-macro v0.6.0
8182026-08-19T19:42:15.055Z Downloaded dof v0.3.0
8192026-08-19T19:42:15.055Z Downloaded embedded-io v0.6.1
8202026-08-19T19:42:15.055Z Downloaded tokio-stream v0.1.18
8212026-08-19T19:42:15.094Z Downloaded relative-path v1.9.3
8222026-08-19T19:42:15.094Z Downloaded unsafe-libyaml v0.2.11
8232026-08-19T19:42:15.094Z Downloaded unicode-properties v0.1.4
8242026-08-19T19:42:15.094Z Downloaded plotters v0.3.7
8252026-08-19T19:42:15.094Z Downloaded allocator-api2 v0.2.21
8262026-08-19T19:42:15.094Z Downloaded fxhash v0.2.1
8272026-08-19T19:42:15.094Z Downloaded ucd-trie v0.1.7
8282026-08-19T19:42:15.094Z Downloaded scopeguard v1.2.0
8292026-08-19T19:42:15.094Z Downloaded dirs-next v2.0.0
8302026-08-19T19:42:15.094Z Downloaded fastrand v2.3.0
8312026-08-19T19:42:15.094Z Downloaded rust-argon2 v2.1.0
8322026-08-19T19:42:15.094Z Downloaded schemars_derive v0.8.22
8332026-08-19T19:42:15.094Z Downloaded serde_with_macros v1.5.2
8342026-08-19T19:42:15.094Z Downloaded futures-task v0.3.32
8352026-08-19T19:42:15.094Z Downloaded maybe-uninit v2.0.0
8362026-08-19T19:42:15.094Z Downloaded num v0.4.3
8372026-08-19T19:42:15.094Z Downloaded miette-derive v5.10.0
8382026-08-19T19:42:15.094Z Downloaded prefix-trie v0.7.0
8392026-08-19T19:42:15.097Z Downloaded smf v0.2.3
8402026-08-19T19:42:15.097Z Downloaded pkcs5 v0.8.1
8412026-08-19T19:42:15.100Z Downloaded strip-ansi-escapes v0.2.1
8422026-08-19T19:42:15.102Z Downloaded memmap2 v0.9.10
8432026-08-19T19:42:15.102Z Downloaded quick-error v1.2.3
8442026-08-19T19:42:15.105Z Downloaded recursive v0.1.1
8452026-08-19T19:42:15.105Z Downloaded rfc6979 v0.6.0
8462026-08-19T19:42:15.105Z Downloaded schemars v1.2.1
8472026-08-19T19:42:15.113Z Downloaded scroll_derive v0.12.1
8482026-08-19T19:42:15.116Z Downloaded termcolor v1.4.1
8492026-08-19T19:42:15.116Z Downloaded tls_codec v0.4.2
8502026-08-19T19:42:15.116Z Downloaded reedline v0.40.0
8512026-08-19T19:42:15.119Z Downloaded seq-macro v0.3.6
8522026-08-19T19:42:15.122Z Downloaded quinn-udp v0.5.14
8532026-08-19T19:42:15.122Z Downloaded strsim v0.11.1
8542026-08-19T19:42:15.125Z Downloaded subtle v2.6.1
8552026-08-19T19:42:15.125Z Downloaded ed25519-dalek v3.0.0
8562026-08-19T19:42:15.128Z Downloaded parking_lot_core v0.8.6
8572026-08-19T19:42:15.130Z Downloaded postcard v1.1.3
8582026-08-19T19:42:15.133Z Downloaded tinyvec v1.10.0
8592026-08-19T19:42:15.133Z Downloaded usdt-macro v0.5.0
8602026-08-19T19:42:15.136Z Downloaded xshell-macros v0.2.7
8612026-08-19T19:42:15.140Z Downloaded knus-derive v3.4.0
8622026-08-19T19:42:15.144Z Downloaded pest_meta v2.8.6
8632026-08-19T19:42:15.146Z Downloaded p256 v0.14.0
8642026-08-19T19:42:15.149Z Downloaded ascii-canvas v3.0.0
8652026-08-19T19:42:15.149Z Downloaded byte-wrapper v0.1.0
8662026-08-19T19:42:15.152Z Downloaded aead v0.6.1
8672026-08-19T19:42:15.152Z Downloaded num_enum v0.7.6
8682026-08-19T19:42:15.155Z Downloaded bytecount v0.6.9
8692026-08-19T19:42:15.155Z Downloaded bit-vec v0.8.0
8702026-08-19T19:42:15.158Z Downloaded dof v0.4.0
8712026-08-19T19:42:15.158Z Downloaded errno v0.3.14
8722026-08-19T19:42:15.158Z Downloaded reqwest v0.13.2
8732026-08-19T19:42:15.161Z Downloaded ssh-key v0.7.0-rc.11
8742026-08-19T19:42:15.166Z Downloaded zerocopy v0.6.6
8752026-08-19T19:42:15.169Z Downloaded env_logger v0.11.11
8762026-08-19T19:42:15.169Z Downloaded newtype-uuid v1.3.2
8772026-08-19T19:42:15.169Z Downloaded num-iter v0.1.45
8782026-08-19T19:42:15.171Z Downloaded bcrypt-pbkdf v0.11.0
8792026-08-19T19:42:15.174Z Downloaded aho-corasick v1.1.4
8802026-08-19T19:42:15.177Z Downloaded serde_with v1.14.0
8812026-08-19T19:42:15.180Z Downloaded nibble_vec v0.1.0
8822026-08-19T19:42:15.183Z Downloaded atomic-waker v1.1.2
8832026-08-19T19:42:15.185Z Downloaded openssl-probe v0.2.1
8842026-08-19T19:42:15.189Z Downloaded primeorder v0.13.6
8852026-08-19T19:42:15.193Z Downloaded tagptr v0.2.0
8862026-08-19T19:42:15.196Z Downloaded twox-hash v2.1.2
8872026-08-19T19:42:15.196Z Downloaded tar v0.4.46
8882026-08-19T19:42:15.199Z Downloaded signal-hook-registry v1.4.8
8892026-08-19T19:42:15.199Z Downloaded thiserror-no-std v2.0.2
8902026-08-19T19:42:15.202Z Downloaded sponge-cursor v0.1.0
8912026-08-19T19:42:15.202Z Downloaded textwrap v0.15.2
8922026-08-19T19:42:15.205Z Downloaded unicode-linebreak v0.1.5
8932026-08-19T19:42:15.205Z Downloaded tokio-test v0.4.5
8942026-08-19T19:42:15.208Z Downloaded aes v0.9.1
8952026-08-19T19:42:15.210Z Downloaded slog-async v2.8.0
8962026-08-19T19:42:15.210Z Downloaded toml v1.1.2+spec-1.1.0
8972026-08-19T19:42:15.213Z Downloaded toml_edit v0.23.10+spec-1.0.0
8982026-08-19T19:42:15.218Z Downloaded futures-util v0.3.32
8992026-08-19T19:42:15.221Z Downloaded take_mut v0.2.2
9002026-08-19T19:42:15.224Z Downloaded zerocopy-derive v0.8.55
9012026-08-19T19:42:15.227Z Downloaded serde_core v1.0.228
9022026-08-19T19:42:15.230Z Downloaded walkdir v2.5.0
9032026-08-19T19:42:15.230Z Downloaded fallible-iterator v0.2.0
9042026-08-19T19:42:15.235Z Downloaded yoke v0.8.1
9052026-08-19T19:42:15.235Z Downloaded fnv v1.0.7
9062026-08-19T19:42:15.235Z Downloaded futures-sink v0.3.32
9072026-08-19T19:42:15.235Z Downloaded ed25519 v2.2.3
9082026-08-19T19:42:15.235Z Downloaded zerotrie v0.2.3
9092026-08-19T19:42:15.238Z Downloaded rayon v1.11.0
9102026-08-19T19:42:15.241Z Downloaded subprocess v0.2.15
9112026-08-19T19:42:15.247Z Downloaded parking_lot v0.12.5
9122026-08-19T19:42:15.247Z Downloaded pkcs8 v0.11.0
9132026-08-19T19:42:15.250Z Downloaded bitflags v1.3.2
9142026-08-19T19:42:15.250Z Downloaded module-lattice v0.2.3
9152026-08-19T19:42:15.250Z Downloaded base16ct v1.0.0
9162026-08-19T19:42:15.250Z Downloaded oxnet v0.1.6
9172026-08-19T19:42:15.253Z Downloaded packed_struct v0.10.1
9182026-08-19T19:42:15.253Z Downloaded quote v1.0.45
9192026-08-19T19:42:15.255Z Downloaded parse-size v1.1.0
9202026-08-19T19:42:15.255Z Downloaded scroll_derive v0.13.1
9212026-08-19T19:42:15.255Z Downloaded primeorder v0.14.0
9222026-08-19T19:42:15.256Z Downloaded port-file v0.1.0
9232026-08-19T19:42:15.259Z Downloaded proptest v1.11.0
9242026-08-19T19:42:15.263Z Downloaded p384 v0.14.0
9252026-08-19T19:42:15.266Z Downloaded rayon-core v1.13.0
9262026-08-19T19:42:15.269Z Downloaded foreign-types v0.5.0
9272026-08-19T19:42:15.272Z Downloaded newtype_derive v0.1.6
9282026-08-19T19:42:15.272Z Downloaded tungstenite v0.21.0
9292026-08-19T19:42:15.275Z Downloaded serde_repr v0.1.20
9302026-08-19T19:42:15.275Z Downloaded slog-term v2.9.2
9312026-08-19T19:42:15.278Z Downloaded spki v0.8.0
9322026-08-19T19:42:15.278Z Downloaded uzers v0.12.2
9332026-08-19T19:42:15.284Z Downloaded tabwriter v1.4.1
9342026-08-19T19:42:15.287Z Downloaded zerovec-derive v0.11.2
9352026-08-19T19:42:15.290Z Downloaded nested v0.1.1
9362026-08-19T19:42:15.290Z Downloaded block-padding v0.4.2
9372026-08-19T19:42:15.290Z Downloaded terminal_size v0.1.17
9382026-08-19T19:42:15.290Z Downloaded equivalent v1.0.2
9392026-08-19T19:42:15.293Z Downloaded ref-cast-impl v1.0.25
9402026-08-19T19:42:15.293Z Downloaded miniz_oxide v0.8.9
9412026-08-19T19:42:15.302Z Downloaded quick-xml v0.37.5
9422026-08-19T19:42:15.306Z Downloaded petname v2.0.2
9432026-08-19T19:42:15.309Z Downloaded async-lock v3.4.2
9442026-08-19T19:42:15.311Z Downloaded serde_plain v1.0.2
9452026-08-19T19:42:15.311Z Downloaded oxide-update-engine-types v0.1.2
9462026-08-19T19:42:15.314Z Downloaded winnow v0.6.26
9472026-08-19T19:42:15.318Z Downloaded foldhash v0.1.5
9482026-08-19T19:42:15.320Z Downloaded ena v0.14.4
9492026-08-19T19:42:15.320Z Downloaded knuffel-derive v3.2.0
9502026-08-19T19:42:15.320Z Downloaded libtest-mimic v0.8.1
9512026-08-19T19:42:15.323Z Downloaded omicron-zone-package v0.12.3
9522026-08-19T19:42:15.326Z Downloaded libloading v0.8.9
9532026-08-19T19:42:15.326Z Downloaded rand_core v0.10.0
9542026-08-19T19:42:15.328Z Downloaded usdt-attr-macro v0.5.0
9552026-08-19T19:42:15.328Z Downloaded untrusted v0.9.0
9562026-08-19T19:42:15.328Z Downloaded dunce v1.0.5
9572026-08-19T19:42:15.328Z Downloaded backtrace v0.3.76
9582026-08-19T19:42:15.331Z Downloaded blake2b_simd v1.0.4
9592026-08-19T19:42:15.334Z Downloaded tabled v0.15.0
9602026-08-19T19:42:15.341Z Downloaded sha2 v0.11.0
9612026-08-19T19:42:15.343Z Downloaded tls_codec_derive v0.4.2
9622026-08-19T19:42:15.346Z Downloaded anyhow v1.0.104
9632026-08-19T19:42:15.346Z Downloaded progenitor-extras v0.2.0
9642026-08-19T19:42:15.348Z Downloaded publicsuffix v2.3.0
9652026-08-19T19:42:15.348Z Downloaded num_enum_derive v0.5.11
9662026-08-19T19:42:15.351Z Downloaded quinn-proto v0.11.16
9672026-08-19T19:42:15.354Z Downloaded curve25519-dalek v4.1.3
9682026-08-19T19:42:15.359Z Downloaded adler2 v2.0.1
9692026-08-19T19:42:15.362Z Downloaded foreign-types v0.3.2
9702026-08-19T19:42:15.362Z Downloaded memoffset v0.9.1
9712026-08-19T19:42:15.362Z Downloaded semver v1.0.28
9722026-08-19T19:42:15.362Z Downloaded nu-ansi-term v0.50.3
9732026-08-19T19:42:15.365Z Downloaded term v0.7.0
9742026-08-19T19:42:15.365Z Downloaded stringprep v0.1.5
9752026-08-19T19:42:15.369Z Downloaded toml_writer v1.1.1+spec-1.1.0
9762026-08-19T19:42:15.369Z Downloaded rfc6979 v0.4.0
9772026-08-19T19:42:15.369Z Downloaded bb8 v0.8.6
9782026-08-19T19:42:15.375Z Downloaded argon2 v0.6.0-rc.8
9792026-08-19T19:42:15.375Z Downloaded litrs v1.0.0
9802026-08-19T19:42:15.378Z Downloaded cfg-expr v0.20.6
9812026-08-19T19:42:15.378Z Downloaded polyval v0.7.1
9822026-08-19T19:42:15.378Z Downloaded tokio-macros v2.7.0
9832026-08-19T19:42:15.383Z Downloaded path-tree v0.8.3
9842026-08-19T19:42:15.386Z Downloaded progenitor-client v0.13.0
9852026-08-19T19:42:15.389Z Downloaded potential_utf v0.1.4
9862026-08-19T19:42:15.391Z Downloaded funty v2.0.0
9872026-08-19T19:42:15.391Z Downloaded pest_derive v2.8.6
9882026-08-19T19:42:15.391Z Downloaded xattr v1.6.1
9892026-08-19T19:42:15.394Z Downloaded cast v0.3.0
9902026-08-19T19:42:15.397Z Downloaded cfg_aliases v0.1.1
9912026-08-19T19:42:15.397Z Downloaded ciborium v0.2.2
9922026-08-19T19:42:15.401Z Downloaded pkcs1 v0.7.5
9932026-08-19T19:42:15.401Z Downloaded macaddr v1.0.1
9942026-08-19T19:42:15.404Z Downloaded phf v0.13.1
9952026-08-19T19:42:15.404Z Downloaded tui-tree-widget v0.23.1
9962026-08-19T19:42:15.404Z Downloaded jiff-core v0.1.0
9972026-08-19T19:42:15.409Z Downloaded serde_yaml v0.9.34+deprecated
9982026-08-19T19:42:15.412Z Downloaded ryu v1.0.23
9992026-08-19T19:42:15.412Z Downloaded stacker v0.1.23
10002026-08-19T19:42:15.412Z Downloaded anstyle-parse v0.2.7
10012026-08-19T19:42:15.415Z Downloaded arrayvec v0.7.6
10022026-08-19T19:42:15.415Z Downloaded digest v0.11.3
10032026-08-19T19:42:15.415Z Downloaded unarray v0.1.4
10042026-08-19T19:42:15.418Z Downloaded globwalk v0.9.1
10052026-08-19T19:42:15.418Z Downloaded generic-array v0.14.7
10062026-08-19T19:42:15.418Z Downloaded powerfmt v0.2.0
10072026-08-19T19:42:15.418Z Downloaded pretty-hex v0.4.1
10082026-08-19T19:42:15.422Z Downloaded rustyline v14.0.0
10092026-08-19T19:42:15.425Z Downloaded nom v7.1.3
10102026-08-19T19:42:15.431Z Downloaded vergen v9.1.0
10112026-08-19T19:42:15.434Z Downloaded zerocopy-derive v0.7.35
10122026-08-19T19:42:15.438Z Downloaded vergen-lib v0.1.6
10132026-08-19T19:42:15.438Z Downloaded fd-lock v4.0.4
10142026-08-19T19:42:15.441Z Downloaded digest-io v0.1.0
10152026-08-19T19:42:15.441Z Downloaded lru-slab v0.1.2
10162026-08-19T19:42:15.441Z Downloaded futures v0.3.32
10172026-08-19T19:42:15.444Z Downloaded multer v3.1.0
10182026-08-19T19:42:15.447Z Downloaded phc v0.6.1
10192026-08-19T19:42:15.447Z Downloaded drift v0.2.0
10202026-08-19T19:42:15.452Z Downloaded mio v1.2.0
10212026-08-19T19:42:15.455Z Downloaded tokio-util v0.7.18
10222026-08-19T19:42:15.460Z Downloaded crypto-bigint v0.7.5
10232026-08-19T19:42:15.470Z Downloaded slog-dtrace v0.3.0
10242026-08-19T19:42:15.473Z Downloaded async-trait v0.1.89
10252026-08-19T19:42:15.473Z Downloaded rand_core v0.9.5
10262026-08-19T19:42:15.473Z Downloaded dropshot-api-manager v0.8.0
10272026-08-19T19:42:15.475Z Downloaded thiserror-impl v2.0.18
10282026-08-19T19:42:15.479Z Downloaded tokio-tungstenite v0.23.1
10292026-08-19T19:42:15.479Z Downloaded rstest v0.25.0
10302026-08-19T19:42:15.482Z Downloaded rustls-webpki v0.103.13
10312026-08-19T19:42:15.484Z Downloaded serde_cbor v0.11.2
10322026-08-19T19:42:15.484Z Downloaded lock_api v0.4.14
10332026-08-19T19:42:15.487Z Downloaded num-integer v0.1.46
10342026-08-19T19:42:15.487Z Downloaded generic-array v1.4.3
10352026-08-19T19:42:15.497Z Downloaded nom v8.0.0
10362026-08-19T19:42:15.500Z Downloaded bitvec v1.0.1
10372026-08-19T19:42:15.503Z Downloaded fancy-regex v0.14.0
10382026-08-19T19:42:15.503Z Downloaded tap v1.0.1
10392026-08-19T19:42:15.506Z Downloaded serde-hex v0.1.0
10402026-08-19T19:42:15.507Z Downloaded zmij v1.0.21
10412026-08-19T19:42:15.507Z Downloaded once_cell v1.21.3
10422026-08-19T19:42:15.510Z Downloaded zerocopy v0.7.35
10432026-08-19T19:42:15.516Z Downloaded poly1305 v0.9.0
10442026-08-19T19:42:15.520Z Downloaded smallvec v0.6.14
10452026-08-19T19:42:15.520Z Downloaded pbkdf2 v0.13.0
10462026-08-19T19:42:15.520Z Downloaded smallvec v1.15.1
10472026-08-19T19:42:15.523Z Downloaded rand v0.9.2
10482026-08-19T19:42:15.526Z Downloaded chacha20 v0.10.0
10492026-08-19T19:42:15.526Z Downloaded knus v3.4.0
10502026-08-19T19:42:15.531Z Downloaded rustls-platform-verifier v0.6.2
10512026-08-19T19:42:15.534Z Downloaded pest v2.8.6
10522026-08-19T19:42:15.537Z Downloaded ecdsa v0.17.0
10532026-08-19T19:42:15.540Z Downloaded backoff v0.4.0
10542026-08-19T19:42:15.543Z Downloaded support-bundle-viewer v0.1.2
10552026-08-19T19:42:15.546Z Downloaded chacha20poly1305 v0.10.1
10562026-08-19T19:42:15.550Z Downloaded zip v4.6.1
10572026-08-19T19:42:15.553Z Downloaded typed-path v0.9.3
10582026-08-19T19:42:15.558Z Downloaded p384 v0.13.1
10592026-08-19T19:42:15.562Z Downloaded parking_lot v0.11.2
10602026-08-19T19:42:15.565Z Downloaded rusty-fork v0.3.1
10612026-08-19T19:42:15.586Z Downloaded reqwest v0.12.28
10622026-08-19T19:42:15.590Z Downloaded textwrap v0.16.2
10632026-08-19T19:42:15.590Z Downloaded portable-atomic v1.13.1
10642026-08-19T19:42:15.594Z Downloaded toml v0.7.8
10652026-08-19T19:42:15.597Z Downloaded vcpkg v0.2.15
10662026-08-19T19:42:15.620Z Downloaded winnow v0.7.14
10672026-08-19T19:42:15.625Z Downloaded radix_trie v0.2.1
10682026-08-19T19:42:15.629Z Downloaded tower v0.5.3
10692026-08-19T19:42:15.633Z Downloaded salty v0.3.0
10702026-08-19T19:42:15.637Z Downloaded goblin v0.8.2
10712026-08-19T19:42:15.640Z Downloaded serde_with v3.21.0
10722026-08-19T19:42:15.647Z Downloaded flume v0.11.1
10732026-08-19T19:42:15.650Z Downloaded aes-gcm v0.11.0
10742026-08-19T19:42:15.653Z Downloaded quinn v0.11.11
10752026-08-19T19:42:15.654Z Downloaded curve25519-dalek v5.0.0
10762026-08-19T19:42:15.658Z Downloaded ed25519-dalek v2.2.0
10772026-08-19T19:42:15.661Z Downloaded memchr v2.8.0
10782026-08-19T19:42:15.664Z Downloaded aws-lc-rs v1.16.3
10792026-08-19T19:42:15.667Z Downloaded tabled v0.21.0
10802026-08-19T19:42:15.677Z Downloaded blake3 v1.8.5
10812026-08-19T19:42:15.681Z Downloaded steno v0.4.1
10822026-08-19T19:42:15.684Z Downloaded libxml v0.3.3
10832026-08-19T19:42:15.688Z Downloaded unicode-normalization v0.1.25
10842026-08-19T19:42:15.691Z Downloaded regress v0.10.5
10852026-08-19T19:42:15.694Z Downloaded polar-core v0.27.3
10862026-08-19T19:42:15.699Z Downloaded bindgen v0.71.1
10872026-08-19T19:42:15.702Z Downloaded samael v0.0.19
10882026-08-19T19:42:15.705Z Downloaded zlib-rs v0.6.2
10892026-08-19T19:42:15.709Z Downloaded miette v5.10.0
10902026-08-19T19:42:15.712Z Downloaded regex-syntax v0.6.29
10912026-08-19T19:42:15.715Z Downloaded bstr v1.12.1
10922026-08-19T19:42:15.718Z Downloaded rand v0.8.6
10932026-08-19T19:42:15.723Z Downloaded regress v0.11.1
10942026-08-19T19:42:15.728Z Downloaded zerovec v0.11.5
10952026-08-19T19:42:15.728Z Downloaded moka v0.12.13
10962026-08-19T19:42:15.731Z Downloaded tower-http v0.6.8
10972026-08-19T19:42:15.734Z Downloaded gimli v0.32.3
10982026-08-19T19:42:15.740Z Downloaded rustix v0.38.44
10992026-08-19T19:42:15.752Z Downloaded num-bigint-dig v0.8.6
11002026-08-19T19:42:15.755Z Downloaded smoltcp v0.9.1
11012026-08-19T19:42:15.759Z Downloaded object v0.30.4
11022026-08-19T19:42:15.764Z Downloaded russh v0.62.4
11032026-08-19T19:42:15.770Z Downloaded nix v0.28.0
11042026-08-19T19:42:15.774Z Downloaded hickory-proto v0.24.4
11052026-08-19T19:42:15.784Z Downloaded chrono v0.4.45
11062026-08-19T19:42:15.791Z Downloaded hickory-proto v0.25.2
11072026-08-19T19:42:15.794Z Downloaded nix v0.31.2
11082026-08-19T19:42:15.804Z Downloaded libm v0.2.16
11092026-08-19T19:42:15.807Z Downloaded syn v1.0.109
11102026-08-19T19:42:15.811Z Downloaded goblin v0.10.5
11112026-08-19T19:42:15.815Z Downloaded winnow v1.0.3
11122026-08-19T19:42:15.821Z Downloaded diesel v2.3.7
11132026-08-19T19:42:15.853Z Downloaded rawzip v0.4.4
11142026-08-19T19:42:15.857Z Downloaded winnow v0.5.40
11152026-08-19T19:42:15.863Z Downloaded openapiv3 v2.2.0
11162026-08-19T19:42:15.867Z Downloaded dropshot v0.17.1
11172026-08-19T19:42:15.879Z Downloaded nix v0.27.1
11182026-08-19T19:42:15.884Z Downloaded git2 v0.20.4
11192026-08-19T19:42:15.889Z Downloaded smoltcp v0.11.0
11202026-08-19T19:42:15.899Z Downloaded sha3 v0.12.0
11212026-08-19T19:42:15.902Z Downloaded time v0.3.47
11222026-08-19T19:42:15.905Z Downloaded object v0.37.3
11232026-08-19T19:42:15.909Z Downloaded sled v0.34.7
11242026-08-19T19:42:15.915Z Downloaded zerocopy v0.8.55
11252026-08-19T19:42:15.925Z Downloaded typify-impl v0.6.2
11262026-08-19T19:42:15.932Z Downloaded lalrpop v0.19.12
11272026-08-19T19:42:15.938Z Downloaded unicode-width v0.2.0
11282026-08-19T19:42:15.941Z Downloaded sha3 v0.11.0
11292026-08-19T19:42:15.944Z Downloaded rustls v0.23.41
11302026-08-19T19:42:15.950Z Downloaded openssl v0.10.80
11312026-08-19T19:42:15.955Z Downloaded regex-syntax v0.8.10
11322026-08-19T19:42:15.959Z Downloaded unicode-width v0.1.14
11332026-08-19T19:42:15.962Z Downloaded zerocopy-derive v0.6.6
11342026-08-19T19:42:15.967Z Downloaded syn v2.0.117
11352026-08-19T19:42:15.974Z Downloaded jiff v0.2.34
11362026-08-19T19:42:15.982Z Downloaded rustix v1.1.4
11372026-08-19T19:42:15.998Z Downloaded bzip2-sys v0.1.13+1.0.8
11382026-08-19T19:42:16.008Z Downloaded petgraph v0.8.3
11392026-08-19T19:42:16.023Z Downloaded sqlparser v0.61.0
11402026-08-19T19:42:16.028Z Downloaded libc v0.2.185
11412026-08-19T19:42:16.056Z Downloaded tracing v0.1.44
11422026-08-19T19:42:16.072Z Downloaded ratatui v0.29.0
11432026-08-19T19:42:16.092Z Downloaded regex-automata v0.4.14
11442026-08-19T19:42:16.155Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11452026-08-19T19:42:16.168Z Downloaded encoding_rs v0.8.35
11462026-08-19T19:42:16.180Z Downloaded csv v1.4.0
11472026-08-19T19:42:16.192Z Downloaded httpmock v0.8.3
11482026-08-19T19:42:16.205Z Downloaded chrono-tz v0.10.4
11492026-08-19T19:42:16.214Z Downloaded petgraph v0.6.5
11502026-08-19T19:42:16.257Z Downloaded tokio v1.52.1
11512026-08-19T19:42:16.261Z Downloaded libz-sys v1.1.24
11522026-08-19T19:42:16.261Z Downloaded sha3 v0.10.8
11532026-08-19T19:42:16.294Z Downloaded ring v0.17.14
11542026-08-19T19:42:16.325Z Downloaded libgit2-sys v0.18.3+1.9.2
11552026-08-19T19:42:16.665Z Downloaded aws-lc-sys v0.40.0
11562026-08-19T19:42:17.096Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-19T19:42:18.961Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-19T19:42:19.287Z Startup: Caching catalogs ... Done
11592026-08-19T19:42:21.072ZPlanning: Solver setup ... Done (1.684s)
11602026-08-19T19:42:21.126ZPlanning: Running solver ... Done (0.054s)
11612026-08-19T19:42:21.165ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-19T19:42:21.176ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-19T19:42:21.198ZPlanning: Fetching manifests: 2/2 100% complete
11642026-08-19T19:42:21.210ZPlanning: Package planning ... Done (0.014s)
11652026-08-19T19:42:21.214ZPlanning: Merging actions ... Done (0.002s)
11662026-08-19T19:42:21.375ZPlanning: Checking for conflicting actions ... Done (0.164s)
11672026-08-19T19:42:21.380ZPlanning: Consolidating action changes ... Done (0.001s)
11682026-08-19T19:42:22.287ZPlanning: Evaluating mediators ... Done (0.884s)
11692026-08-19T19:42:22.354ZPlanning: Planning completed in 2.94 seconds
11702026-08-19T19:42:22.354Z Packages to install: 2
11712026-08-19T19:42:22.354Z Estimated space available: 155.73 GB
11722026-08-19T19:42:22.354ZEstimated space to be consumed: 70.76 MB
11732026-08-19T19:42:22.354Z Create boot environment: No
11742026-08-19T19:42:22.354ZCreate backup boot environment: No
11752026-08-19T19:42:22.354Z Rebuild boot archive: No
11762026-08-19T19:42:22.354Z
11772026-08-19T19:42:22.354ZChanged packages:
11782026-08-19T19:42:22.354Zhelios
11792026-08-19T19:42:22.355Z developer/build-essential
11802026-08-19T19:42:22.355Z None -> 11-3.0
11812026-08-19T19:42:22.355Z library/libxmlsec1
11822026-08-19T19:42:22.355Z None -> 1.2.35-3.0
11832026-08-19T19:42:22.355Z
11842026-08-19T19:42:22.355ZDownload: 0/214 items 0.0/1.3MB 0% complete
11852026-08-19T19:42:22.414ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
11862026-08-19T19:42:22.479Z Actions: 1/268 actions (Installing new actions)
11872026-08-19T19:42:22.533Z Actions: Completed 268 actions in 0.04 seconds.
11882026-08-19T19:42:22.568ZFinalize: Updating package state database ... Done (0.032s)
11892026-08-19T19:42:22.568ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-19T19:42:22.629ZFinalize: Updating image state ... Done (0.078s)
11912026-08-19T19:42:25.262ZFinalize: Creating fast lookup database ... Done (2.564s)
11922026-08-19T19:42:25.317ZFinalize: Reading search index ... Done (0.012s)
11932026-08-19T19:42:25.320ZFinalize: Updating search index ... Done (0.000s)
11942026-08-19T19:42:25.408ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-19T19:42:25.767ZPlanning: Evaluating mediator changes ... Done
11962026-08-19T19:42:25.873ZPlanning: Checking for conflicting actions ... Done
11972026-08-19T19:42:25.877ZPlanning: Consolidating action changes ... Done
11982026-08-19T19:42:26.032ZPlanning: Evaluating mediators ... Done
11992026-08-19T19:42:26.038ZPlanning: Planning completed in 0.26 seconds
12002026-08-19T19:42:26.061Z Mediators to change: 2
12012026-08-19T19:42:26.061Z Create boot environment: No
12022026-08-19T19:42:26.061ZCreate backup boot environment: No
12032026-08-19T19:42:26.122ZFinalize: Updating package state database ... Done
12042026-08-19T19:42:26.122ZFinalize: Updating package cache ... Done
12052026-08-19T19:42:26.169ZFinalize: Updating image state ... Done
12062026-08-19T19:42:28.122ZFinalize: Creating fast lookup database ... Done
12072026-08-19T19:42:28.182ZFinalize: Reading search index ... Done
12082026-08-19T19:42:28.185ZFinalize: Updating search index ... Done
12092026-08-19T19:42:28.278ZFinalize: Updating package cache ... Done
12102026-08-19T19:42:28.562ZPlanning: Evaluating mediator changes ... Done
12112026-08-19T19:42:28.668ZPlanning: Checking for conflicting actions ... Done
12122026-08-19T19:42:28.671ZPlanning: Consolidating action changes ... Done
12132026-08-19T19:42:28.827ZPlanning: Evaluating mediators ... Done
12142026-08-19T19:42:28.832ZPlanning: Planning completed in 0.27 seconds
12152026-08-19T19:42:28.852Z Mediators to change: 1
12162026-08-19T19:42:28.853Z Create boot environment: No
12172026-08-19T19:42:28.853ZCreate backup boot environment: No
12182026-08-19T19:42:28.939ZFinalize: Updating package state database ... Done
12192026-08-19T19:42:28.940ZFinalize: Updating package cache ... Done
12202026-08-19T19:42:28.966ZFinalize: Updating image state ... Done
12212026-08-19T19:42:30.938ZFinalize: Creating fast lookup database ... Done
12222026-08-19T19:42:31.000ZFinalize: Reading search index ... Done
12232026-08-19T19:42:31.003ZFinalize: Updating search index ... Done
12242026-08-19T19:42:31.086ZFinalize: Updating package cache ... Done
12252026-08-19T19:42:31.401ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12262026-08-19T19:42:31.401Zapache system 2.4 system
12272026-08-19T19:42:31.401Zclang system 15 system
12282026-08-19T19:42:31.401Zcsh system system illumos
12292026-08-19T19:42:31.401Zctags system system illumos
12302026-08-19T19:42:31.401Zfile vendor vendor darwinsys
12312026-08-19T19:42:31.401Zfile system system illumos
12322026-08-19T19:42:31.401Zgcc vendor 14 vendor
12332026-08-19T19:42:31.401Zgcc system 13 system
12342026-08-19T19:42:31.402Zgcc system 10 system
12352026-08-19T19:42:31.402Zgo system 1.25 system
12362026-08-19T19:42:31.402Zllvm system 15 system
12372026-08-19T19:42:31.402Zmariadb system 11.4 system
12382026-08-19T19:42:31.402Zmta vendor vendor dma
12392026-08-19T19:42:31.402Zopenjdk system 17 system
12402026-08-19T19:42:31.402Zopenjdk system 11 system
12412026-08-19T19:42:31.402Zopenssl vendor 3 vendor
12422026-08-19T19:42:31.402Zperl system 5.40 system
12432026-08-19T19:42:31.402Zpostgresql system 18 system
12442026-08-19T19:42:31.402Zpostgresql system 17 system
12452026-08-19T19:42:31.402Zpython vendor 3 vendor
12462026-08-19T19:42:31.402Zpython system 2 system
12472026-08-19T19:42:31.402Zpython3 vendor 3.13 vendor
12482026-08-19T19:42:31.402Zruby system 3.4 system
12492026-08-19T19:42:31.402Zruby system 3.0 system
12502026-08-19T19:42:31.402Zwords vendor vendor american-english
12512026-08-19T19:42:31.402Zwords system system australian-english
12522026-08-19T19:42:31.402Zwords system system british-english
12532026-08-19T19:42:31.402Zwords system system canadian-english
12542026-08-19T19:42:31.402Zwords system system french
12552026-08-19T19:42:31.402Zwords system system italian
12562026-08-19T19:42:31.402Zwords system system ngerman
12572026-08-19T19:42:31.402Zwords system system ogerman
12582026-08-19T19:42:31.402Zwords system system spanish
12592026-08-19T19:42:31.657ZPUBLISHER TYPE STATUS P LOCATION
12602026-08-19T19:42:31.657Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12612026-08-19T19:42:32.103ZFMRI IFO
12622026-08-19T19:42:32.103Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12632026-08-19T19:42:32.103Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12642026-08-19T19:42:32.103Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12652026-08-19T19:42:32.103Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12662026-08-19T19:42:32.103Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12672026-08-19T19:42:32.103Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12682026-08-19T19:42:32.103Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12692026-08-19T19:42:32.103Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12702026-08-19T19:42:32.103Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12712026-08-19T19:42:32.702Z Downloading crates ...
12722026-08-19T19:42:32.749Z Downloaded cargo_toml v0.21.0
12732026-08-19T19:42:32.796Z Compiling proc-macro2 v1.0.106
12742026-08-19T19:42:32.796Z Compiling quote v1.0.45
12752026-08-19T19:42:32.796Z Compiling unicode-ident v1.0.24
12762026-08-19T19:42:32.802Z Compiling serde_core v1.0.228
12772026-08-19T19:42:32.803Z Compiling libc v0.2.185
12782026-08-19T19:42:32.803Z Compiling version_check v0.9.5
12792026-08-19T19:42:32.803Z Compiling memchr v2.8.0
12802026-08-19T19:42:32.869Z Compiling serde v1.0.228
12812026-08-19T19:42:32.872Z Compiling zmij v1.0.21
12822026-08-19T19:42:32.872Z Compiling thiserror v1.0.69
12832026-08-19T19:42:32.872Z Compiling itoa v1.0.17
12842026-08-19T19:42:32.872Z Compiling ucd-trie v0.1.7
12852026-08-19T19:42:32.872Z Compiling rustix v1.1.4
12862026-08-19T19:42:32.879Z Compiling byteorder v1.5.0
12872026-08-19T19:42:33.144Z Compiling serde_json v1.0.151
12882026-08-19T19:42:33.156Z Compiling bitflags v2.11.0
12892026-08-19T19:42:33.225Z Compiling syn v1.0.109
12902026-08-19T19:42:33.283Z Compiling usdt-impl v0.5.0
12912026-08-19T19:42:33.309Z Compiling proc-macro-error-attr v1.0.4
12922026-08-19T19:42:33.354Z Compiling camino v1.2.5
12932026-08-19T19:42:33.404Z Compiling pest v2.8.6
12942026-08-19T19:42:33.447Z Compiling proc-macro-error v1.0.4
12952026-08-19T19:42:33.466Z Compiling equivalent v1.0.2
12962026-08-19T19:42:33.488Z Compiling utf8parse v0.2.2
12972026-08-19T19:42:33.592Z Compiling log v0.4.33
12982026-08-19T19:42:33.597Z Compiling hashbrown v0.17.0
12992026-08-19T19:42:33.606Z Compiling getrandom v0.3.4
13002026-08-19T19:42:33.616Z Compiling plain v0.2.3
13012026-08-19T19:42:33.625Z Compiling anstyle-parse v1.0.0
13022026-08-19T19:42:33.646Z Compiling autocfg v1.5.0
13032026-08-19T19:42:33.657Z Compiling is_terminal_polyfill v1.70.2
13042026-08-19T19:42:33.687Z Compiling pretty-hex v0.4.1
13052026-08-19T19:42:33.736Z Compiling errno v0.3.14
13062026-08-19T19:42:33.762Z Compiling thread-id v4.2.2
13072026-08-19T19:42:33.772Z Compiling toml_write v0.1.2
13082026-08-19T19:42:33.790Z Compiling colorchoice v1.0.4
13092026-08-19T19:42:33.800Z Compiling anstyle v1.0.14
13102026-08-19T19:42:33.815Z Compiling thiserror v2.0.18
13112026-08-19T19:42:33.824Z Compiling winnow v0.7.14
13122026-08-19T19:42:33.837Z Compiling cfg-if v1.0.4
13132026-08-19T19:42:33.870Z Compiling anstyle-query v1.1.5
13142026-08-19T19:42:33.921Z Compiling heck v0.4.1
13152026-08-19T19:42:33.924Z Compiling strsim v0.11.1
13162026-08-19T19:42:34.019Z Compiling anstream v1.0.0
13172026-08-19T19:42:34.035Z Compiling fastrand v2.3.0
13182026-08-19T19:42:34.066Z Compiling once_cell v1.21.3
13192026-08-19T19:42:34.089Z Compiling fs-err v3.3.0
13202026-08-19T19:42:34.178Z Compiling indexmap v2.14.0
13212026-08-19T19:42:34.189Z Compiling bytecount v0.6.9
13222026-08-19T19:42:34.286Z Compiling syn v2.0.117
13232026-08-19T19:42:34.316Z Compiling clap_lex v1.0.0
13242026-08-19T19:42:34.336Z Compiling fnv v1.0.7
13252026-08-19T19:42:34.339Z Compiling unicode-width v0.1.14
13262026-08-19T19:42:34.339Z Compiling anyhow v1.0.104
13272026-08-19T19:42:34.376Z Compiling heck v0.5.0
13282026-08-19T19:42:34.445Z Compiling memmap v0.7.0
13292026-08-19T19:42:34.526Z Compiling pest_meta v2.8.6
13302026-08-19T19:42:34.538Z Compiling unicode-linebreak v0.1.5
13312026-08-19T19:42:34.576Z Compiling smawk v0.3.2
13322026-08-19T19:42:34.623Z Compiling papergrid v0.11.0
13332026-08-19T19:42:34.639Z Compiling unicode-width v0.2.0
13342026-08-19T19:42:34.718Z Compiling swrite v0.1.0
13352026-08-19T19:42:34.741Z Compiling terminal_size v0.4.3
13362026-08-19T19:42:34.810Z Compiling tempfile v3.27.0
13372026-08-19T19:42:34.841Z Compiling clap_builder v4.6.0
13382026-08-19T19:42:34.861Z Compiling textwrap v0.16.2
13392026-08-19T19:42:35.049Z Compiling semver v1.0.28
13402026-08-19T19:42:35.049Z Compiling cargo-platform v0.3.2
13412026-08-19T19:42:35.324Z Compiling camino-tempfile v1.4.1
13422026-08-19T19:42:35.738Z Compiling tabled_derive v0.7.0
13432026-08-19T19:42:36.412Z Compiling tabled v0.15.0
13442026-08-19T19:42:36.429Z Compiling pest_generator v2.8.6
13452026-08-19T19:42:36.892Z Compiling serde_derive v1.0.228
13462026-08-19T19:42:36.900Z Compiling thiserror-impl v1.0.69
13472026-08-19T19:42:36.900Z Compiling zerocopy-derive v0.7.35
13482026-08-19T19:42:36.900Z Compiling scroll_derive v0.12.1
13492026-08-19T19:42:36.900Z Compiling thiserror-impl v2.0.18
13502026-08-19T19:42:36.900Z Compiling clap_derive v4.6.1
13512026-08-19T19:42:36.941Z Compiling pest_derive v2.8.6
13522026-08-19T19:42:37.540Z Compiling scroll v0.12.0
13532026-08-19T19:42:37.629Z Compiling zerocopy v0.7.35
13542026-08-19T19:42:37.725Z Compiling goblin v0.8.2
13552026-08-19T19:42:37.919Z Compiling dtrace-parser v0.2.0
13562026-08-19T19:42:38.268Z Compiling clap v4.6.1
13572026-08-19T19:42:39.283Z Compiling serde_spanned v0.6.9
13582026-08-19T19:42:39.283Z Compiling toml_datetime v0.6.11
13592026-08-19T19:42:39.326Z Compiling macaddr v1.0.1
13602026-08-19T19:42:39.326Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13612026-08-19T19:42:39.326Z Compiling cargo_metadata v0.23.1
13622026-08-19T19:42:39.326Z Compiling dof v0.3.0
13632026-08-19T19:42:39.326Z Compiling serde_tokenstream v0.2.3
13642026-08-19T19:42:39.476Z Compiling toml_edit v0.22.27
13652026-08-19T19:42:39.944Z Compiling usdt-attr-macro v0.5.0
13662026-08-19T19:42:39.948Z Compiling usdt-macro v0.5.0
13672026-08-19T19:42:40.541Z Compiling usdt v0.5.0
13682026-08-19T19:42:40.717Z Compiling toml v0.8.23
13692026-08-19T19:42:41.026Z Compiling cargo_toml v0.21.0
13702026-08-19T19:42:42.296Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-19T19:42:44.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s
13722026-08-19T19:42:44.392Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-19T19:42:45.161Z Compiling serde_core v1.0.228
13742026-08-19T19:42:45.161Z Compiling libc v0.2.185
13752026-08-19T19:42:45.161Z Compiling serde v1.0.228
13762026-08-19T19:42:45.166Z Compiling log v0.4.33
13772026-08-19T19:42:45.166Z Compiling smallvec v1.15.1
13782026-08-19T19:42:45.166Z Compiling shlex v1.3.0
13792026-08-19T19:42:45.166Z Compiling find-msvc-tools v0.1.9
13802026-08-19T19:42:45.166Z Compiling subtle v2.6.1
13812026-08-19T19:42:45.166Z Compiling scopeguard v1.2.0
13822026-08-19T19:42:45.285Z Compiling typenum v1.20.1
13832026-08-19T19:42:45.293Z Compiling stable_deref_trait v1.2.1
13842026-08-19T19:42:45.293Z Compiling zerocopy v0.8.55
13852026-08-19T19:42:45.293Z Compiling portable-atomic v1.13.1
13862026-08-19T19:42:45.338Z Compiling serde_json v1.0.151
13872026-08-19T19:42:45.348Z Compiling syn v2.0.117
13882026-08-19T19:42:45.361Z Compiling critical-section v1.2.0
13892026-08-19T19:42:45.437Z Compiling lock_api v0.4.14
13902026-08-19T19:42:45.477Z Compiling libm v0.2.16
13912026-08-19T19:42:45.509Z Compiling num-traits v0.2.19
13922026-08-19T19:42:45.524Z Compiling pkg-config v0.3.32
13932026-08-19T19:42:45.540Z Compiling generic-array v0.14.7
13942026-08-19T19:42:45.552Z Compiling parking_lot_core v0.9.12
13952026-08-19T19:42:45.591Z Compiling pin-project-lite v0.2.17
13962026-08-19T19:42:45.675Z Compiling const-oid v0.9.6
13972026-08-19T19:42:45.714Z Compiling getrandom v0.3.4
13982026-08-19T19:42:45.717Z Compiling litemap v0.8.1
13992026-08-19T19:42:45.717Z Compiling writeable v0.6.2
14002026-08-19T19:42:45.759Z Compiling percent-encoding v2.3.2
14012026-08-19T19:42:45.850Z Compiling futures-core v0.3.32
14022026-08-19T19:42:45.892Z Compiling icu_normalizer_data v2.1.1
14032026-08-19T19:42:45.936Z Compiling icu_properties_data v2.1.2
14042026-08-19T19:42:45.940Z Compiling rustix v1.1.4
14052026-08-19T19:42:45.953Z Compiling getrandom v0.4.3
14062026-08-19T19:42:45.956Z Compiling futures-sink v0.3.32
14072026-08-19T19:42:46.018Z Compiling rand_core v0.10.0
14082026-08-19T19:42:46.052Z Compiling futures-io v0.3.32
14092026-08-19T19:42:46.088Z Compiling futures-channel v0.3.32
14102026-08-19T19:42:46.155Z Compiling utf8_iter v1.0.4
14112026-08-19T19:42:46.215Z Compiling errno v0.3.14
14122026-08-19T19:42:46.230Z Compiling jobserver v0.1.34
14132026-08-19T19:42:46.233Z Compiling getrandom v0.2.17
14142026-08-19T19:42:46.290Z Compiling mio v1.2.0
14152026-08-19T19:42:46.320Z Compiling socket2 v0.6.3
14162026-08-19T19:42:46.344Z Compiling signal-hook-registry v1.4.8
14172026-08-19T19:42:46.390Z Compiling rand_core v0.6.4
14182026-08-19T19:42:46.442Z Compiling cc v1.2.56
14192026-08-19T19:42:46.461Z Compiling once_cell v1.21.3
14202026-08-19T19:42:46.505Z Compiling parking_lot v0.12.5
14212026-08-19T19:42:46.550Z Compiling slab v0.4.12
14222026-08-19T19:42:46.574Z Compiling futures-task v0.3.32
14232026-08-19T19:42:46.611Z Compiling form_urlencoded v1.2.2
14242026-08-19T19:42:46.630Z Compiling rustversion v1.0.22
14252026-08-19T19:42:46.644Z Compiling iana-time-zone v0.1.65
14262026-08-19T19:42:46.660Z Compiling base64ct v1.8.3
14272026-08-19T19:42:46.692Z Compiling dunce v1.0.5
14282026-08-19T19:42:46.706Z Compiling regex-syntax v0.8.10
14292026-08-19T19:42:46.719Z Compiling fs_extra v1.3.0
14302026-08-19T19:42:46.760Z Compiling flagset v0.4.7
14312026-08-19T19:42:46.763Z Compiling ident_case v1.0.1
14322026-08-19T19:42:46.785Z Compiling rand_core v0.9.5
14332026-08-19T19:42:46.800Z Compiling base64 v0.22.1
14342026-08-19T19:42:46.815Z Compiling syn v1.0.109
14352026-08-19T19:42:46.859Z Compiling vcpkg v0.2.15
14362026-08-19T19:42:46.893Z Compiling pem-rfc7468 v0.7.0
14372026-08-19T19:42:46.907Z Compiling tracing-core v0.1.36
14382026-08-19T19:42:46.922Z Compiling dyn-clone v1.0.20
14392026-08-19T19:42:46.958Z Compiling aws-lc-rs v1.16.3
14402026-08-19T19:42:47.005Z Compiling schemars v0.8.22
14412026-08-19T19:42:47.077Z Compiling simd-adler32 v0.3.8
14422026-08-19T19:42:47.090Z Compiling cpufeatures v0.2.17
14432026-08-19T19:42:47.107Z Compiling spin v0.9.8
14442026-08-19T19:42:47.152Z Compiling httparse v1.10.1
14452026-08-19T19:42:47.193Z Compiling cmake v0.1.57
14462026-08-19T19:42:47.208Z Compiling adler2 v2.0.1
14472026-08-19T19:42:47.244Z Compiling tinyvec_macros v0.1.1
14482026-08-19T19:42:47.260Z Compiling crc32fast v1.5.0
14492026-08-19T19:42:47.323Z Compiling cmov v0.5.4
14502026-08-19T19:42:47.339Z Compiling openssl-probe v0.2.1
14512026-08-19T19:42:47.352Z Compiling tinyvec v1.10.0
14522026-08-19T19:42:47.352Z Compiling miniz_oxide v0.8.9
14532026-08-19T19:42:47.391Z Compiling aho-corasick v1.1.4
14542026-08-19T19:42:47.470Z Compiling bitflags v2.11.0
14552026-08-19T19:42:47.530Z Compiling semver v1.0.28
14562026-08-19T19:42:47.546Z Compiling indexmap v2.14.0
14572026-08-19T19:42:47.549Z Compiling uuid v1.23.4
14582026-08-19T19:42:47.623Z Compiling ctutils v0.4.2
14592026-08-19T19:42:47.655Z Compiling radium v0.7.0
14602026-08-19T19:42:47.667Z Compiling untrusted v0.7.1
14612026-08-19T19:42:47.716Z Compiling tower-service v0.3.3
14622026-08-19T19:42:47.730Z Compiling atomic-waker v1.1.2
14632026-08-19T19:42:47.803Z Compiling rustc_version v0.4.1
14642026-08-19T19:42:47.827Z Compiling try-lock v0.2.5
14652026-08-19T19:42:47.868Z Compiling tower-layer v0.3.3
14662026-08-19T19:42:47.950Z Compiling want v0.3.1
14672026-08-19T19:42:47.953Z Compiling httpdate v1.0.3
14682026-08-19T19:42:47.981Z Compiling rustls v0.23.41
14692026-08-19T19:42:48.004Z Compiling aws-lc-sys v0.40.0
14702026-08-19T19:42:48.042Z Compiling openssl-sys v0.9.117
14712026-08-19T19:42:48.105Z Compiling tap v1.0.1
14722026-08-19T19:42:48.134Z Compiling openssl v0.10.80
14732026-08-19T19:42:48.149Z Compiling maybe-uninit v2.0.0
14742026-08-19T19:42:48.202Z Compiling foreign-types-shared v0.1.1
14752026-08-19T19:42:48.205Z Compiling untrusted v0.9.0
14762026-08-19T19:42:48.212Z Compiling regex-automata v0.4.14
14772026-08-19T19:42:48.226Z Compiling wyz v0.5.1
14782026-08-19T19:42:48.244Z Compiling synstructure v0.13.2
14792026-08-19T19:42:48.258Z Compiling serde_derive_internals v0.29.1
14802026-08-19T19:42:48.275Z Compiling pest_generator v2.8.6
14812026-08-19T19:42:48.330Z Compiling darling_core v0.20.11
14822026-08-19T19:42:48.389Z Compiling foreign-types v0.3.2
14832026-08-19T19:42:48.435Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14842026-08-19T19:42:48.471Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-08-19T19:42:48.669Z Compiling terminal_size v0.4.3
14862026-08-19T19:42:48.745Z Compiling tempfile v3.27.0
14872026-08-19T19:42:48.807Z Compiling unicode-normalization v0.1.25
14882026-08-19T19:42:48.826Z Compiling num-integer v0.1.46
14892026-08-19T19:42:48.841Z Compiling wait-timeout v0.2.1
14902026-08-19T19:42:48.883Z Compiling ahash v0.8.12
14912026-08-19T19:42:48.903Z Compiling num-conv v0.2.0
14922026-08-19T19:42:49.009Z Compiling powerfmt v0.2.0
14932026-08-19T19:42:49.050Z Compiling num-bigint-dig v0.8.6
14942026-08-19T19:42:49.092Z Compiling bit-vec v0.8.0
14952026-08-19T19:42:49.120Z Compiling quick-error v1.2.3
14962026-08-19T19:42:49.134Z Compiling native-tls v0.2.18
14972026-08-19T19:42:49.137Z Compiling packed_struct v0.10.1
14982026-08-19T19:42:49.163Z Compiling funty v2.0.0
14992026-08-19T19:42:49.166Z Compiling time-core v0.1.8
15002026-08-19T19:42:49.600Z Compiling deranged v0.5.8
15012026-08-19T19:42:49.604Z Compiling rusty-fork v0.3.1
15022026-08-19T19:42:49.604Z Compiling clap_builder v4.6.0
15032026-08-19T19:42:49.604Z Compiling bit-set v0.8.0
15042026-08-19T19:42:49.604Z Compiling num-iter v0.1.45
15052026-08-19T19:42:49.604Z Compiling time-macros v0.2.27
15062026-08-19T19:42:49.604Z Compiling lazy_static v1.5.0
15072026-08-19T19:42:49.604Z Compiling rand_xorshift v0.4.0
15082026-08-19T19:42:49.604Z Compiling sync_wrapper v1.0.2
15092026-08-19T19:42:49.604Z Compiling indexmap v1.9.3
15102026-08-19T19:42:49.604Z Compiling bitvec v1.0.1
15112026-08-19T19:42:49.604Z Compiling siphasher v1.0.2
15122026-08-19T19:42:49.604Z Compiling zlib-rs v0.6.2
15132026-08-19T19:42:49.626Z Compiling object v0.37.3
15142026-08-19T19:42:49.676Z Compiling num_threads v0.1.7
15152026-08-19T19:42:49.760Z Compiling crossbeam-utils v0.8.21
15162026-08-19T19:42:49.774Z Compiling unarray v0.1.4
15172026-08-19T19:42:49.788Z Compiling usdt-impl v0.6.0
15182026-08-19T19:42:49.897Z Compiling nodrop v0.1.14
15192026-08-19T19:42:49.917Z Compiling crc-catalog v2.4.0
15202026-08-19T19:42:49.990Z Compiling serde_derive v1.0.228
15212026-08-19T19:42:50.007Z Compiling zeroize_derive v1.5.0
15222026-08-19T19:42:50.019Z Compiling zerofrom-derive v0.1.6
15232026-08-19T19:42:50.033Z Compiling zerocopy-derive v0.8.55
15242026-08-19T19:42:50.062Z Compiling yoke-derive v0.8.1
15252026-08-19T19:42:50.189Z Compiling zerovec-derive v0.11.2
15262026-08-19T19:42:50.331Z Compiling displaydoc v0.2.5
15272026-08-19T19:42:50.420Z Compiling tokio-macros v2.7.0
15282026-08-19T19:42:50.649Z Compiling futures-macro v0.3.32
15292026-08-19T19:42:50.678Z Compiling thiserror-impl v2.0.18
15302026-08-19T19:42:51.014Z Compiling der_derive v0.7.3
15312026-08-19T19:42:51.126Z Compiling tracing-attributes v0.1.31
15322026-08-19T19:42:51.162Z Compiling schemars_derive v0.8.22
15332026-08-19T19:42:51.256Z Compiling scroll_derive v0.13.1
15342026-08-19T19:42:51.331Z Compiling pest_derive v2.8.6
15352026-08-19T19:42:51.415Z Compiling darling_macro v0.20.11
15362026-08-19T19:42:51.483Z Compiling zerofrom v0.1.6
15372026-08-19T19:42:51.551Z Compiling futures-util v0.3.32
15382026-08-19T19:42:51.628Z Compiling yoke v0.8.1
15392026-08-19T19:42:51.796Z Compiling thiserror-impl v1.0.69
15402026-08-19T19:42:51.864Z Compiling zerovec v0.11.5
15412026-08-19T19:42:51.934Z Compiling zerotrie v0.2.3
15422026-08-19T19:42:52.074Z Compiling openssl-macros v0.1.1
15432026-08-19T19:42:52.520Z Compiling scroll v0.13.0
15442026-08-19T19:42:52.525Z Compiling thiserror v2.0.18
15452026-08-19T19:42:52.525Z Compiling darling v0.20.11
15462026-08-19T19:42:52.525Z Compiling packed_struct_codegen v0.10.1
15472026-08-19T19:42:52.525Z Compiling tinystr v0.8.2
15482026-08-19T19:42:52.525Z Compiling potential_utf v0.1.4
15492026-08-19T19:42:52.525Z Compiling goblin v0.10.5
15502026-08-19T19:42:52.525Z Compiling bitfield-macros v0.19.4
15512026-08-19T19:42:52.525Z Compiling clap_derive v4.6.1
15522026-08-19T19:42:52.525Z Compiling zerocopy-derive v0.6.6
15532026-08-19T19:42:52.525Z Compiling tracing v0.1.44
15542026-08-19T19:42:52.525Z Compiling icu_collections v2.1.1
15552026-08-19T19:42:52.549Z Compiling icu_locale_core v2.1.1
15562026-08-19T19:42:52.767Z Compiling paste v1.0.15
15572026-08-19T19:42:52.867Z Compiling flate2 v1.1.9
15582026-08-19T19:42:53.019Z Compiling derive_builder_core v0.20.2
15592026-08-19T19:42:53.127Z Compiling thiserror v1.0.69
15602026-08-19T19:42:53.134Z Compiling dtrace-parser v0.3.0
15612026-08-19T19:42:53.167Z Compiling bitfield v0.19.4
15622026-08-19T19:42:53.265Z Compiling icu_provider v2.1.1
15632026-08-19T19:42:53.304Z Compiling time v0.3.47
15642026-08-19T19:42:53.344Z Compiling zerocopy v0.6.6
15652026-08-19T19:42:53.468Z Compiling zeroize v1.9.0
15662026-08-19T19:42:53.489Z Compiling bytes v1.11.1
15672026-08-19T19:42:53.520Z Compiling icu_normalizer v2.1.1
15682026-08-19T19:42:53.562Z Compiling icu_properties v2.1.2
15692026-08-19T19:42:53.577Z Compiling chrono v0.4.45
15702026-08-19T19:42:53.704Z Compiling der v0.7.10
15712026-08-19T19:42:53.908Z Compiling rustls-pki-types v1.14.0
15722026-08-19T19:42:53.942Z Compiling hybrid-array v0.4.13
15732026-08-19T19:42:53.952Z Compiling ipnet v2.12.0
15742026-08-19T19:42:54.064Z Compiling tokio v1.52.1
15752026-08-19T19:42:54.118Z Compiling http v1.4.2
15762026-08-19T19:42:54.270Z Compiling crypto-common v0.1.7
15772026-08-19T19:42:54.290Z Compiling block-buffer v0.10.4
15782026-08-19T19:42:54.369Z Compiling hex v0.4.3
15792026-08-19T19:42:54.438Z Compiling digest v0.10.7
15802026-08-19T19:42:54.465Z Compiling idna_adapter v1.2.1
15812026-08-19T19:42:54.479Z Compiling toml_datetime v0.6.11
15822026-08-19T19:42:54.620Z Compiling ppv-lite86 v0.2.21
15832026-08-19T19:42:54.653Z Compiling idna v1.1.0
15842026-08-19T19:42:54.697Z Compiling spki v0.7.3
15852026-08-19T19:42:54.705Z Compiling sha2 v0.10.9
15862026-08-19T19:42:54.725Z Compiling signature v2.2.0
15872026-08-19T19:42:54.753Z Compiling http-body v1.0.1
15882026-08-19T19:42:54.769Z Compiling hmac v0.12.1
15892026-08-19T19:42:54.902Z Compiling pkcs8 v0.10.2
15902026-08-19T19:42:55.320Z Compiling rand_chacha v0.9.0
15912026-08-19T19:42:55.325Z Compiling rand_chacha v0.3.1
15922026-08-19T19:42:55.325Z Compiling serde_spanned v0.6.9
15932026-08-19T19:42:55.325Z Compiling url v2.5.8
15942026-08-19T19:42:55.325Z Compiling http-body-util v0.1.3
15952026-08-19T19:42:55.325Z Compiling clap v4.6.1
15962026-08-19T19:42:55.325Z Compiling pkcs1 v0.7.5
15972026-08-19T19:42:55.325Z Compiling rand v0.9.2
15982026-08-19T19:42:55.325Z Compiling rand v0.8.6
15992026-08-19T19:42:55.326Z Compiling dof v0.4.0
16002026-08-19T19:42:55.344Z Compiling crc v3.4.0
16012026-08-19T19:42:55.363Z Compiling structmeta-derive v0.3.0
16022026-08-19T19:42:55.556Z Compiling scroll_derive v0.12.1
16032026-08-19T19:42:55.588Z Compiling array-init v0.0.4
16042026-08-19T19:42:55.698Z Compiling proptest v1.11.0
16052026-08-19T19:42:55.736Z Compiling smallvec v0.6.14
16062026-08-19T19:42:55.761Z Compiling darling_core v0.23.0
16072026-08-19T19:42:55.945Z Compiling heapless v0.7.17
16082026-08-19T19:42:55.958Z Compiling slog v2.8.2
16092026-08-19T19:42:56.002Z Compiling thread-id v5.1.0
16102026-08-19T19:42:56.016Z Compiling env_filter v2.0.0
16112026-08-19T19:42:56.107Z Compiling cookie v0.18.1
16122026-08-19T19:42:56.229Z Compiling hashbrown v0.12.3
16132026-08-19T19:42:56.266Z Compiling winnow v0.5.40
16142026-08-19T19:42:56.307Z Compiling ryu v1.0.23
16152026-08-19T19:42:56.325Z Compiling unicode-bidi v0.3.18
16162026-08-19T19:42:56.358Z Compiling ipnetwork v0.21.1
16172026-08-19T19:42:56.486Z Compiling gimli v0.32.3
16182026-08-19T19:42:56.507Z Compiling unicode-properties v0.1.4
16192026-08-19T19:42:56.521Z Compiling anyhow v1.0.104
16202026-08-19T19:42:56.621Z Compiling zstd-safe v7.2.4
16212026-08-19T19:42:56.632Z Compiling iri-string v0.7.10
16222026-08-19T19:42:56.720Z Compiling signal-hook v0.3.18
16232026-08-19T19:42:56.736Z Compiling allocator-api2 v0.2.21
16242026-08-19T19:42:56.748Z Compiling base64 v0.21.7
16252026-08-19T19:42:56.774Z Compiling stringprep v0.1.5
16262026-08-19T19:42:56.898Z Compiling oxnet v0.1.6
16272026-08-19T19:42:56.934Z Compiling structmeta v0.3.0
16282026-08-19T19:42:57.019Z Compiling ron v0.8.1
16292026-08-19T19:42:57.082Z Compiling rsa v0.9.10
16302026-08-19T19:42:57.082Z Compiling serde_urlencoded v0.7.1
16312026-08-19T19:42:57.109Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-19T19:42:57.216Z Compiling scroll v0.12.0
16332026-08-19T19:42:57.286Z Compiling env_logger v0.11.11
16342026-08-19T19:42:57.344Z Compiling serde-hex v0.1.0
16352026-08-19T19:42:57.358Z Compiling camino v1.2.5
16362026-08-19T19:42:57.678Z Compiling toml_edit v0.19.15
16372026-08-19T19:42:57.735Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16382026-08-19T19:42:57.930Z Compiling tokio-util v0.7.18
16392026-08-19T19:42:57.945Z Compiling tower v0.5.3
16402026-08-19T19:42:58.005Z Compiling tokio-native-tls v0.3.1
16412026-08-19T19:42:58.184Z Compiling newtype-uuid v1.3.2
16422026-08-19T19:42:58.198Z Compiling addr2line v0.25.1
16432026-08-19T19:42:58.315Z Compiling hashbrown v0.13.2
16442026-08-19T19:42:58.387Z Compiling darling_macro v0.23.0
16452026-08-19T19:42:58.442Z Compiling tower-http v0.6.8
16462026-08-19T19:42:58.890Z Compiling x509-cert v0.2.5
16472026-08-19T19:42:58.893Z Compiling crypto-common v0.2.2
16482026-08-19T19:42:58.893Z Compiling block-buffer v0.12.1
16492026-08-19T19:42:58.893Z Compiling h2 v0.4.15
16502026-08-19T19:42:58.893Z Compiling block-padding v0.4.2
16512026-08-19T19:42:58.893Z Compiling md-5 v0.10.6
16522026-08-19T19:42:58.922Z Compiling rustls-native-certs v0.8.3
16532026-08-19T19:42:59.008Z Compiling derive_builder_macro v0.20.2
16542026-08-19T19:42:59.420Z Compiling bzip2 v0.4.4
16552026-08-19T19:42:59.423Z Compiling erased-serde v0.3.31
16562026-08-19T19:42:59.423Z Compiling serde_tokenstream v0.2.3
16572026-08-19T19:42:59.423Z Compiling bstr v1.12.1
16582026-08-19T19:42:59.486Z Compiling zerocopy-derive v0.7.35
16592026-08-19T19:42:59.525Z Compiling daft-derive v0.1.7
16602026-08-19T19:42:59.586Z Compiling pin-project-internal v1.1.11
16612026-08-19T19:42:59.755Z Compiling async-trait v0.1.89
16622026-08-19T19:42:59.910Z Compiling curve25519-dalek v4.1.3
16632026-08-19T19:42:59.931Z Compiling vergen-lib v9.1.0
16642026-08-19T19:43:00.108Z Compiling hash32 v0.2.1
16652026-08-19T19:43:00.127Z Compiling encoding_rs v0.8.35
16662026-08-19T19:43:00.196Z Compiling memoffset v0.9.1
16672026-08-19T19:43:00.272Z Compiling rustix v0.38.44
16682026-08-19T19:43:00.286Z Compiling smoltcp v0.9.1
16692026-08-19T19:43:00.302Z Compiling ref-cast v1.0.25
16702026-08-19T19:43:00.328Z Compiling psl-types v2.0.11
16712026-08-19T19:43:00.363Z Compiling rustc-demangle v0.1.27
16722026-08-19T19:43:00.394Z Compiling litrs v1.0.0
16732026-08-19T19:43:00.404Z Compiling fallible-iterator v0.2.0
16742026-08-19T19:43:00.421Z Compiling mime v0.3.17
16752026-08-19T19:43:00.466Z Compiling owo-colors v4.3.0
16762026-08-19T19:43:00.625Z Compiling crc-any v2.5.0
16772026-08-19T19:43:00.649Z Compiling cfg_aliases v0.2.1
16782026-08-19T19:43:00.699Z Compiling postgres-protocol v0.6.10
16792026-08-19T19:43:00.725Z Compiling pin-project v1.1.11
16802026-08-19T19:43:00.739Z Compiling nix v0.31.2
16812026-08-19T19:43:00.786Z Compiling backtrace v0.3.76
16822026-08-19T19:43:00.800Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16832026-08-19T19:43:00.829Z Compiling publicsuffix v2.3.0
16842026-08-19T19:43:00.858Z Compiling zerocopy v0.7.35
16852026-08-19T19:43:00.873Z Compiling daft v0.1.7
16862026-08-19T19:43:00.919Z Compiling document-features v0.2.12
16872026-08-19T19:43:00.993Z Compiling derive_builder v0.20.2
16882026-08-19T19:43:01.183Z Compiling zip v0.6.6
16892026-08-19T19:43:01.198Z Compiling toml v0.7.8
16902026-08-19T19:43:01.216Z Compiling inout v0.2.2
16912026-08-19T19:43:01.290Z Compiling darling v0.23.0
16922026-08-19T19:43:01.385Z Compiling object v0.30.4
16932026-08-19T19:43:01.413Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-19T19:43:01.457Z Compiling goblin v0.8.2
16952026-08-19T19:43:01.502Z Compiling derive-ex v0.1.8
16962026-08-19T19:43:01.730Z Compiling futures-executor v0.3.32
16972026-08-19T19:43:01.798Z Compiling hubpack_derive v0.1.1
16982026-08-19T19:43:01.823Z Compiling regex v1.12.3
16992026-08-19T19:43:01.827Z Compiling curve25519-dalek-derive v0.1.1
17002026-08-19T19:43:01.850Z Compiling snafu-derive v0.8.9
17012026-08-19T19:43:01.901Z Compiling ref-cast-impl v1.0.25
17022026-08-19T19:43:02.016Z Compiling hyper v1.10.1
17032026-08-19T19:43:02.032Z Compiling strum_macros v0.27.2
17042026-08-19T19:43:02.052Z Compiling phf_shared v0.13.1
17052026-08-19T19:43:02.066Z Compiling vergen v9.1.0
17062026-08-19T19:43:02.265Z Compiling cargo-platform v0.3.2
17072026-08-19T19:43:02.286Z Compiling ff v0.13.1
17082026-08-19T19:43:02.301Z Compiling fs-err v3.3.0
17092026-08-19T19:43:02.321Z Compiling bumpalo v3.20.2
17102026-08-19T19:43:02.442Z Compiling foldhash v0.2.0
17112026-08-19T19:43:02.493Z Compiling bitflags v1.3.2
17122026-08-19T19:43:02.912Z Compiling unicode-segmentation v1.12.0
17132026-08-19T19:43:02.915Z Compiling managed v0.8.0
17142026-08-19T19:43:02.915Z Compiling jiff-core v0.1.0
17152026-08-19T19:43:02.916Z Compiling base16ct v0.2.0
17162026-08-19T19:43:02.916Z Compiling either v1.15.0
17172026-08-19T19:43:02.916Z Compiling same-file v1.0.6
17182026-08-19T19:43:02.916Z Compiling path-slash v0.1.5
17192026-08-19T19:43:02.916Z Compiling libbz2-rs-sys v0.2.2
17202026-08-19T19:43:02.916Z Compiling is_ci v1.2.0
17212026-08-19T19:43:02.916Z Compiling foldhash v0.1.5
17222026-08-19T19:43:02.916Z Compiling walkdir v2.5.0
17232026-08-19T19:43:02.924Z Compiling textwrap v0.16.2
17242026-08-19T19:43:02.984Z Compiling supports-color v3.0.2
17252026-08-19T19:43:03.002Z Compiling sec1 v0.7.3
17262026-08-19T19:43:03.063Z Compiling hashbrown v0.15.5
17272026-08-19T19:43:03.174Z Compiling hyper-util v0.1.20
17282026-08-19T19:43:03.252Z Compiling bzip2 v0.6.1
17292026-08-19T19:43:03.267Z Compiling test-strategy v0.4.5
17302026-08-19T19:43:03.304Z Compiling jiff v0.2.34
17312026-08-19T19:43:03.483Z Compiling hashbrown v0.16.1
17322026-08-19T19:43:03.486Z Compiling zopfli v0.8.3
17332026-08-19T19:43:03.770Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17342026-08-19T19:43:03.785Z Compiling dof v0.3.0
17352026-08-19T19:43:03.833Z Compiling snafu v0.8.9
17362026-08-19T19:43:04.460Z Compiling strum v0.27.2
17372026-08-19T19:43:04.463Z Compiling cargo_metadata v0.23.1
17382026-08-19T19:43:04.463Z Compiling group v0.13.0
17392026-08-19T19:43:04.463Z Compiling hubpack v0.1.2
17402026-08-19T19:43:04.463Z Compiling phf v0.13.1
17412026-08-19T19:43:04.463Z Compiling signal-hook-mio v0.2.5
17422026-08-19T19:43:04.463Z Compiling futures v0.3.32
17432026-08-19T19:43:04.463Z Compiling cookie_store v0.22.1
17442026-08-19T19:43:04.463Z Compiling zstd v0.13.3
17452026-08-19T19:43:04.463Z Compiling serde_with_macros v3.21.0
17462026-08-19T19:43:04.464Z Compiling cipher v0.5.2
17472026-08-19T19:43:04.537Z Compiling backtrace-ext v0.2.1
17482026-08-19T19:43:04.683Z Compiling hyper-tls v0.6.0
17492026-08-19T19:43:04.745Z Compiling postgres-types v0.2.12
17502026-08-19T19:43:04.867Z Compiling reqwest v0.12.28
17512026-08-19T19:43:04.944Z Compiling globset v0.4.18
17522026-08-19T19:43:04.959Z Compiling usdt-attr-macro v0.6.0
17532026-08-19T19:43:04.988Z Compiling usdt-macro v0.6.0
17542026-08-19T19:43:05.039Z Compiling byte-wrapper v0.1.0
17552026-08-19T19:43:05.213Z Compiling ed25519 v2.2.3
17562026-08-19T19:43:05.309Z Compiling hkdf v0.12.4
17572026-08-19T19:43:05.390Z Compiling crypto-bigint v0.5.5
17582026-08-19T19:43:05.475Z Compiling serde_plain v1.0.2
17592026-08-19T19:43:05.505Z Compiling olpc-cjson v0.1.4
17602026-08-19T19:43:05.531Z Compiling serde-big-array v0.5.1
17612026-08-19T19:43:05.612Z Compiling dtrace-parser v0.2.0
17622026-08-19T19:43:05.644Z Compiling async-recursion v1.1.1
17632026-08-19T19:43:05.692Z Compiling miette-derive v7.6.0
17642026-08-19T19:43:05.692Z Compiling serde_repr v0.1.20
17652026-08-19T19:43:05.722Z Compiling enum-as-inner v0.6.1
17662026-08-19T19:43:05.812Z Compiling strum_macros v0.26.4
17672026-08-19T19:43:05.837Z Compiling phf_shared v0.11.3
17682026-08-19T19:43:05.912Z Compiling float-cmp v0.10.0
17692026-08-19T19:43:06.040Z Compiling pem v3.0.6
17702026-08-19T19:43:06.127Z Compiling thread-id v4.2.2
17712026-08-19T19:43:06.170Z Compiling memmap2 v0.9.10
17722026-08-19T19:43:06.227Z Compiling data-encoding v2.10.0
17732026-08-19T19:43:06.285Z Compiling predicates-core v1.0.10
17742026-08-19T19:43:06.300Z Compiling keccak v0.1.6
17752026-08-19T19:43:06.346Z Compiling winnow v1.0.3
17762026-08-19T19:43:06.397Z Compiling supports-unicode v3.0.0
17772026-08-19T19:43:06.400Z Compiling new_debug_unreachable v1.0.6
17782026-08-19T19:43:06.446Z Compiling supports-hyperlinks v3.2.0
17792026-08-19T19:43:06.485Z Compiling fixedbitset v0.4.2
17802026-08-19T19:43:06.499Z Compiling static_assertions v1.1.0
17812026-08-19T19:43:06.564Z Compiling fixedbitset v0.5.7
17822026-08-19T19:43:06.580Z Compiling whoami v2.1.0
17832026-08-19T19:43:06.612Z Compiling difflib v0.4.0
17842026-08-19T19:43:06.674Z Compiling cpufeatures v0.3.0
17852026-08-19T19:43:06.720Z Compiling typed-path v0.9.3
17862026-08-19T19:43:06.767Z Compiling precomputed-hash v0.1.1
17872026-08-19T19:43:06.873Z Compiling normalize-line-endings v0.3.0
17882026-08-19T19:43:06.911Z Compiling const-oid v0.10.2
17892026-08-19T19:43:06.921Z Compiling string_cache v0.8.9
17902026-08-19T19:43:06.967Z Compiling tokio-postgres v0.7.16
17912026-08-19T19:43:06.986Z Compiling petgraph v0.8.3
17922026-08-19T19:43:06.991Z Compiling miette v7.6.0
17932026-08-19T19:43:06.996Z Compiling predicates v3.1.4
17942026-08-19T19:43:07.003Z Compiling chacha20 v0.10.0
17952026-08-19T19:43:07.126Z Compiling digest v0.11.3
17962026-08-19T19:43:07.151Z Compiling petgraph v0.6.5
17972026-08-19T19:43:07.176Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17982026-08-19T19:43:07.206Z Compiling hickory-proto v0.25.2
17992026-08-19T19:43:07.332Z Compiling toml_parser v1.1.2+spec-1.1.0
18002026-08-19T19:43:07.430Z Compiling sha3 v0.10.8
18012026-08-19T19:43:07.468Z Compiling elliptic-curve v0.13.8
18022026-08-19T19:43:07.592Z Compiling usdt v0.6.0
18032026-08-19T19:43:07.678Z Compiling strum v0.26.3
18042026-08-19T19:43:07.698Z Compiling toml_edit v0.22.27
18052026-08-19T19:43:07.820Z Compiling usdt-impl v0.5.0
18062026-08-19T19:43:07.877Z Compiling crossterm v0.28.1
18072026-08-19T19:43:07.893Z Compiling serde_with v3.21.0
18082026-08-19T19:43:07.905Z Compiling zip v4.6.1
18092026-08-19T19:43:07.991Z Compiling ed25519-dalek v2.2.0
18102026-08-19T19:43:08.007Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18112026-08-19T19:43:08.547Z Compiling iddqd v0.4.2
18122026-08-19T19:43:08.672Z Compiling heck v0.4.1
18132026-08-19T19:43:08.719Z Compiling similar v2.7.0
18142026-08-19T19:43:08.873Z Compiling itertools v0.15.0
18152026-08-19T19:43:08.911Z Compiling itertools v0.13.0
18162026-08-19T19:43:08.959Z Compiling tokio-stream v0.1.18
18172026-08-19T19:43:09.001Z Compiling crossbeam-epoch v0.9.18
18182026-08-19T19:43:09.162Z Compiling buf-list v1.1.2
18192026-08-19T19:43:09.253Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18202026-08-19T19:43:09.351Z Compiling openapiv3 v2.2.0
18212026-08-19T19:43:09.446Z Compiling peg-runtime v0.8.5
18222026-08-19T19:43:09.458Z Compiling lalrpop-util v0.19.12
18232026-08-19T19:43:09.535Z Compiling thread_local v1.1.9
18242026-08-19T19:43:09.572Z Compiling slog-async v2.8.0
18252026-08-19T19:43:09.591Z Compiling crossbeam-channel v0.5.15
18262026-08-19T19:43:09.658Z Compiling is-terminal v0.4.17
18272026-08-19T19:43:09.704Z Compiling filetime v0.2.27
18282026-08-19T19:43:09.739Z Compiling take_mut v0.2.2
18292026-08-19T19:43:09.778Z Compiling xattr v1.6.1
18302026-08-19T19:43:09.805Z Compiling term v1.2.1
18312026-08-19T19:43:09.851Z Compiling camino-tempfile v1.4.1
18322026-08-19T19:43:09.897Z Compiling tar v0.4.46
18332026-08-19T19:43:10.090Z Compiling slog-term v2.9.2
18342026-08-19T19:43:27.368Z Compiling rustls-webpki v0.103.13
18352026-08-19T19:43:30.000Z Compiling tokio-rustls v0.26.4
18362026-08-19T19:43:30.000Z Compiling rustls-platform-verifier v0.6.2
18372026-08-19T19:43:30.000Z Compiling tough v0.22.0
18382026-08-19T19:43:30.175Z Compiling hyper-rustls v0.27.7
18392026-08-19T19:43:30.392Z Compiling reqwest v0.13.2
18402026-08-19T19:43:32.578Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18412026-08-19T19:43:32.787Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18422026-08-19T19:43:35.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.22s
18432026-08-19T19:43:35.844Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18442026-08-19T19:43:35.924ZAug 19 19:43:34.825 INFO Starting download, target: Console
18452026-08-19T19:43:35.924ZAug 19 19:43:34.826 INFO Starting download, target: DendriteStub
18462026-08-19T19:43:35.924ZAug 19 19:43:34.826 INFO Starting download, target: Cockroach
18472026-08-19T19:43:35.924ZAug 19 19:43:34.826 INFO Starting download, target: Clickhouse
18482026-08-19T19:43:35.924ZAug 19 19:43:34.826 INFO Starting download, target: MaghemiteMgd
18492026-08-19T19:43:35.924ZAug 19 19:43:34.826 INFO Starting download, target: MaghemiteDdmd
18502026-08-19T19:43:35.924ZAug 19 19:43:34.826 INFO Starting download, target: TransceiverControl
18512026-08-19T19:43:35.924ZAug 19 19:43:34.826 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18522026-08-19T19:43:35.925ZAug 19 19:43:34.826 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18532026-08-19T19:43:35.925ZAug 19 19:43:34.826 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18542026-08-19T19:43:35.925ZAug 19 19:43:34.826 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18552026-08-19T19:43:35.925ZAug 19 19:43:34.826 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18562026-08-19T19:43:35.925ZAug 19 19:43:34.826 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18572026-08-19T19:43:35.925ZAug 19 19:43:34.826 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18582026-08-19T19:43:37.222ZAug 19 19:43:36.155 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18592026-08-19T19:43:37.470ZAug 19 19:43:36.378 INFO Download complete, target: TransceiverControl
18602026-08-19T19:43:37.717ZAug 19 19:43:36.622 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18612026-08-19T19:43:38.084ZAug 19 19:43:37.037 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18622026-08-19T19:43:38.327ZAug 19 19:43:37.291 INFO Download complete, target: Console
18632026-08-19T19:43:44.487ZAug 19 19:43:43.378 INFO Checking that binary works, target: Clickhouse
18642026-08-19T19:43:44.640ZAug 19 19:43:43.470 INFO Download complete, target: Clickhouse
18652026-08-19T19:43:45.175ZAug 19 19:43:44.065 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18662026-08-19T19:43:46.137ZAug 19 19:43:45.066 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18672026-08-19T19:43:46.538ZAug 19 19:43:45.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18682026-08-19T19:43:47.522ZAug 19 19:43:46.462 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18692026-08-19T19:43:47.522ZAug 19 19:43:46.462 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18702026-08-19T19:43:47.581ZAug 19 19:43:46.475 INFO Download complete, target: DendriteStub
18712026-08-19T19:43:48.185ZAug 19 19:43:47.122 INFO Download complete, target: MaghemiteDdmd
18722026-08-19T19:43:49.100ZAug 19 19:43:48.046 INFO Download complete, target: MaghemiteMgd
18732026-08-19T19:43:52.280ZAug 19 19:43:51.172 INFO Checking that binary works, target: Cockroach
18742026-08-19T19:43:52.394ZAug 19 19:43:51.291 INFO Download complete, target: Cockroach
18752026-08-19T19:43:52.394ZAll prerequisites installed successfully
18762026-08-19T19:43:52.488Z
18772026-08-19T19:43:52.488Zreal 1:35.215911920
18782026-08-19T19:43:52.488Zuser 7:12.782410155
18792026-08-19T19:43:52.488Zsys 1:42.059774808
18802026-08-19T19:43:52.488Ztrap 0.260587921
18812026-08-19T19:43:52.489Ztflt 0.943542298
18822026-08-19T19:43:52.489Zdflt 1.768143883
18832026-08-19T19:43:52.489Zkflt 0.021780994
18842026-08-19T19:43:52.489Zlock 29:47.486481298
18852026-08-19T19:43:52.489Zslp 19:40.111396989
18862026-08-19T19:43:52.489Zlat 24.873524780
18872026-08-19T19:43:52.489Zstop 2:57.763978235
18882026-08-19T19:43:52.489Z+ source ./tools/include/force-git-over-https.sh
18892026-08-19T19:43:52.489Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18902026-08-19T19:43:52.489Z++ (( i = 0 ))
18912026-08-19T19:43:52.489Z++ (( i < 5 ))
18922026-08-19T19:43:52.489Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18932026-08-19T19:43:52.489Z++ (( i++ ))
18942026-08-19T19:43:52.489Z++ (( i < 5 ))
18952026-08-19T19:43:52.489Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18962026-08-19T19:43:52.489Z++ (( i++ ))
18972026-08-19T19:43:52.489Z++ (( i < 5 ))
18982026-08-19T19:43:52.489Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18992026-08-19T19:43:52.489Z++ (( i++ ))
19002026-08-19T19:43:52.489Z++ (( i < 5 ))
19012026-08-19T19:43:52.489Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19022026-08-19T19:43:52.489Z++ (( i++ ))
19032026-08-19T19:43:52.490Z++ (( i < 5 ))
19042026-08-19T19:43:52.490Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19052026-08-19T19:43:52.490Z++ (( i++ ))
19062026-08-19T19:43:52.490Z++ (( i < 5 ))
19072026-08-19T19:43:52.490Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19082026-08-19T19:43:52.490Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19092026-08-19T19:43:52.490Z+ rc=0
19102026-08-19T19:43:52.490Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19112026-08-19T19:44:01.430Z+ case $rc in
19122026-08-19T19:44:01.430Z+ pfexec zfs create -p rpool/images/build/host
19132026-08-19T19:44:01.703Z+ pfexec zfs create -p rpool/images/build/recovery
19142026-08-19T19:44:01.774Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19152026-08-19T19:44:02.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19162026-08-19T19:44:02.242Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19172026-08-19T19:44:03.096Z Compiling proc-macro2 v1.0.106
19182026-08-19T19:44:03.096Z Compiling quote v1.0.45
19192026-08-19T19:44:03.099Z Compiling unicode-ident v1.0.24
19202026-08-19T19:44:03.099Z Compiling serde_core v1.0.228
19212026-08-19T19:44:03.099Z Compiling libc v0.2.185
19222026-08-19T19:44:03.099Z Compiling serde v1.0.228
19232026-08-19T19:44:03.099Z Compiling cfg-if v1.0.4
19242026-08-19T19:44:03.099Z Compiling shlex v1.3.0
19252026-08-19T19:44:03.099Z Compiling find-msvc-tools v0.1.9
19262026-08-19T19:44:03.099Z Compiling autocfg v1.5.0
19272026-08-19T19:44:03.234Z Compiling version_check v0.9.5
19282026-08-19T19:44:03.237Z Compiling zerocopy v0.8.55
19292026-08-19T19:44:03.237Z Compiling portable-atomic v1.13.1
19302026-08-19T19:44:03.237Z Compiling memchr v2.8.0
19312026-08-19T19:44:03.237Z Compiling zmij v1.0.21
19322026-08-19T19:44:03.394Z Compiling serde_json v1.0.151
19332026-08-19T19:44:03.397Z Compiling libm v0.2.16
19342026-08-19T19:44:03.579Z Compiling getrandom v0.3.4
19352026-08-19T19:44:03.663Z Compiling generic-array v0.14.7
19362026-08-19T19:44:03.713Z Compiling parking_lot_core v0.9.12
19372026-08-19T19:44:03.716Z Compiling pkg-config v0.3.32
19382026-08-19T19:44:03.745Z Compiling icu_normalizer_data v2.1.1
19392026-08-19T19:44:03.759Z Compiling icu_properties_data v2.1.2
19402026-08-19T19:44:03.811Z Compiling smallvec v1.15.1
19412026-08-19T19:44:03.841Z Compiling num-traits v0.2.19
19422026-08-19T19:44:03.864Z Compiling rustix v1.1.4
19432026-08-19T19:44:03.894Z Compiling log v0.4.33
19442026-08-19T19:44:03.912Z Compiling getrandom v0.4.3
19452026-08-19T19:44:03.976Z Compiling itoa v1.0.17
19462026-08-19T19:44:03.990Z Compiling subtle v2.6.1
19472026-08-19T19:44:04.184Z Compiling scopeguard v1.2.0
19482026-08-19T19:44:04.201Z Compiling stable_deref_trait v1.2.1
19492026-08-19T19:44:04.204Z Compiling typenum v1.20.1
19502026-08-19T19:44:04.234Z Compiling jobserver v0.1.34
19512026-08-19T19:44:04.238Z Compiling errno v0.3.14
19522026-08-19T19:44:04.282Z Compiling heck v0.5.0
19532026-08-19T19:44:04.316Z Compiling lock_api v0.4.14
19542026-08-19T19:44:04.329Z Compiling critical-section v1.2.0
19552026-08-19T19:44:04.406Z Compiling thiserror v2.0.18
19562026-08-19T19:44:04.453Z Compiling cc v1.2.56
19572026-08-19T19:44:04.504Z Compiling syn v2.0.117
19582026-08-19T19:44:04.620Z Compiling getrandom v0.2.17
19592026-08-19T19:44:04.674Z Compiling dunce v1.0.5
19602026-08-19T19:44:04.674Z Compiling fs_extra v1.3.0
19612026-08-19T19:44:04.778Z Compiling rand_core v0.6.4
19622026-08-19T19:44:04.798Z Compiling percent-encoding v2.3.2
19632026-08-19T19:44:04.818Z Compiling writeable v0.6.2
19642026-08-19T19:44:04.869Z Compiling litemap v0.8.1
19652026-08-19T19:44:04.968Z Compiling once_cell v1.21.3
19662026-08-19T19:44:04.984Z Compiling const-oid v0.9.6
19672026-08-19T19:44:05.105Z Compiling schemars v0.8.22
19682026-08-19T19:44:05.151Z Compiling pin-project-lite v0.2.17
19692026-08-19T19:44:05.201Z Compiling cmake v0.1.57
19702026-08-19T19:44:05.286Z Compiling equivalent v1.0.2
19712026-08-19T19:44:05.322Z Compiling signal-hook-registry v1.4.8
19722026-08-19T19:44:05.382Z Compiling futures-core v0.3.32
19732026-08-19T19:44:05.412Z Compiling rustversion v1.0.22
19742026-08-19T19:44:05.464Z Compiling bitflags v2.11.0
19752026-08-19T19:44:05.495Z Compiling semver v1.0.28
19762026-08-19T19:44:05.618Z Compiling rand_core v0.10.0
19772026-08-19T19:44:05.653Z Compiling aws-lc-rs v1.16.3
19782026-08-19T19:44:05.713Z Compiling parking_lot v0.12.5
19792026-08-19T19:44:05.751Z Compiling aws-lc-sys v0.40.0
19802026-08-19T19:44:05.820Z Compiling mio v1.2.0
19812026-08-19T19:44:05.959Z Compiling utf8_iter v1.0.4
19822026-08-19T19:44:05.971Z Compiling crc32fast v1.5.0
19832026-08-19T19:44:06.050Z Compiling form_urlencoded v1.2.2
19842026-08-19T19:44:06.151Z Compiling byteorder v1.5.0
19852026-08-19T19:44:06.244Z Compiling strsim v0.11.1
19862026-08-19T19:44:06.304Z Compiling vcpkg v0.2.15
19872026-08-19T19:44:06.396Z Compiling hashbrown v0.17.0
19882026-08-19T19:44:06.433Z Compiling fnv v1.0.7
19892026-08-19T19:44:06.519Z Compiling syn v1.0.109
19902026-08-19T19:44:06.549Z Compiling socket2 v0.6.3
19912026-08-19T19:44:06.715Z Compiling httparse v1.10.1
19922026-08-19T19:44:06.724Z Compiling futures-sink v0.3.32
19932026-08-19T19:44:06.767Z Compiling radium v0.7.0
19942026-08-19T19:44:06.898Z Compiling futures-channel v0.3.32
19952026-08-19T19:44:06.945Z Compiling openssl-sys v0.9.117
19962026-08-19T19:44:06.948Z Compiling iana-time-zone v0.1.65
19972026-08-19T19:44:06.975Z Compiling thiserror v1.0.69
19982026-08-19T19:44:07.029Z Compiling slab v0.4.12
19992026-08-19T19:44:07.104Z Compiling indexmap v2.14.0
20002026-08-19T19:44:07.107Z Compiling futures-task v0.3.32
20012026-08-19T19:44:07.141Z Compiling futures-io v0.3.32
20022026-08-19T19:44:07.191Z Compiling rustls v0.23.41
20032026-08-19T19:44:07.261Z Compiling synstructure v0.13.2
20042026-08-19T19:44:07.287Z Compiling serde_derive_internals v0.29.1
20052026-08-19T19:44:07.322Z Compiling maybe-uninit v2.0.0
20062026-08-19T19:44:07.352Z Compiling base64 v0.22.1
20072026-08-19T19:44:07.389Z Compiling rustc_version v0.4.1
20082026-08-19T19:44:07.715Z Compiling uuid v1.23.4
20092026-08-19T19:44:07.729Z Compiling bzip2-sys v0.1.13+1.0.8
20102026-08-19T19:44:07.733Z Compiling ahash v0.8.12
20112026-08-19T19:44:07.785Z Compiling num-bigint-dig v0.8.6
20122026-08-19T19:44:07.814Z Compiling packed_struct v0.10.1
20132026-08-19T19:44:07.820Z Compiling regex-syntax v0.8.10
20142026-08-19T19:44:07.878Z Compiling base64ct v1.8.3
20152026-08-19T19:44:07.903Z Compiling ucd-trie v0.1.7
20162026-08-19T19:44:07.925Z Compiling ident_case v1.0.1
20172026-08-19T19:44:08.021Z Compiling rand_core v0.9.5
20182026-08-19T19:44:08.068Z Compiling pest v2.8.6
20192026-08-19T19:44:08.083Z Compiling flagset v0.4.7
20202026-08-19T19:44:08.086Z Compiling fastrand v2.3.0
20212026-08-19T19:44:08.100Z Compiling dyn-clone v1.0.20
20222026-08-19T19:44:08.154Z Compiling pem-rfc7468 v0.7.0
20232026-08-19T19:44:08.254Z Compiling openssl v0.10.80
20242026-08-19T19:44:08.312Z Compiling indexmap v1.9.3
20252026-08-19T19:44:08.360Z Compiling tempfile v3.27.0
20262026-08-19T19:44:08.386Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20272026-08-19T19:44:08.437Z Compiling native-tls v0.2.18
20282026-08-19T19:44:08.524Z Compiling serde_derive v1.0.228
20292026-08-19T19:44:08.542Z Compiling zeroize_derive v1.5.0
20302026-08-19T19:44:08.558Z Compiling zerocopy-derive v0.8.55
20312026-08-19T19:44:08.593Z Compiling zerofrom-derive v0.1.6
20322026-08-19T19:44:08.635Z Compiling yoke-derive v0.8.1
20332026-08-19T19:44:08.670Z Compiling zerovec-derive v0.11.2
20342026-08-19T19:44:08.684Z Compiling displaydoc v0.2.5
20352026-08-19T19:44:08.701Z Compiling tokio-macros v2.7.0
20362026-08-19T19:44:08.777Z Compiling futures-macro v0.3.32
20372026-08-19T19:44:08.799Z Compiling der_derive v0.7.3
20382026-08-19T19:44:08.910Z Compiling thiserror-impl v2.0.18
20392026-08-19T19:44:09.169Z Compiling schemars_derive v0.8.22
20402026-08-19T19:44:09.181Z Compiling tracing-attributes v0.1.31
20412026-08-19T19:44:09.394Z Compiling thiserror-impl v1.0.69
20422026-08-19T19:44:09.431Z Compiling clap_derive v4.6.1
20432026-08-19T19:44:09.434Z Compiling pest_meta v2.8.6
20442026-08-19T19:44:09.569Z Compiling futures-util v0.3.32
20452026-08-19T19:44:09.756Z Compiling bitfield-macros v0.19.4
20462026-08-19T19:44:09.760Z Compiling zerofrom v0.1.6
20472026-08-19T19:44:09.917Z Compiling yoke v0.8.1
20482026-08-19T19:44:10.140Z Compiling zerovec v0.11.5
20492026-08-19T19:44:10.156Z Compiling zerotrie v0.2.3
20502026-08-19T19:44:10.441Z Compiling packed_struct_codegen v0.10.1
20512026-08-19T19:44:10.502Z Compiling zerocopy-derive v0.6.6
20522026-08-19T19:44:10.622Z Compiling pest_generator v2.8.6
20532026-08-19T19:44:10.698Z Compiling tinystr v0.8.2
20542026-08-19T19:44:10.715Z Compiling potential_utf v0.1.4
20552026-08-19T19:44:10.760Z Compiling openssl-macros v0.1.1
20562026-08-19T19:44:10.901Z Compiling icu_locale_core v2.1.1
20572026-08-19T19:44:10.916Z Compiling icu_collections v2.1.1
20582026-08-19T19:44:11.057Z Compiling cpufeatures v0.2.17
20592026-08-19T19:44:11.299Z Compiling simd-adler32 v0.3.8
20602026-08-19T19:44:11.427Z Compiling paste v1.0.15
20612026-08-19T19:44:11.447Z Compiling pest_derive v2.8.6
20622026-08-19T19:44:11.632Z Compiling icu_provider v2.1.1
20632026-08-19T19:44:11.685Z Compiling scroll_derive v0.13.1
20642026-08-19T19:44:11.744Z Compiling zeroize v1.9.0
20652026-08-19T19:44:11.869Z Compiling bytes v1.11.1
20662026-08-19T19:44:11.977Z Compiling icu_properties v2.1.2
20672026-08-19T19:44:12.012Z Compiling icu_normalizer v2.1.1
20682026-08-19T19:44:12.128Z Compiling chrono v0.4.45
20692026-08-19T19:44:12.298Z Compiling der v0.7.10
20702026-08-19T19:44:12.475Z Compiling tokio v1.52.1
20712026-08-19T19:44:12.516Z Compiling crypto-common v0.1.7
20722026-08-19T19:44:12.559Z Compiling block-buffer v0.10.4
20732026-08-19T19:44:12.737Z Compiling digest v0.10.7
20742026-08-19T19:44:12.860Z Compiling idna_adapter v1.2.1
20752026-08-19T19:44:13.015Z Compiling idna v1.1.0
20762026-08-19T19:44:13.033Z Compiling hex v0.4.3
20772026-08-19T19:44:13.132Z Compiling ppv-lite86 v0.2.21
20782026-08-19T19:44:13.338Z Compiling spki v0.7.3
20792026-08-19T19:44:13.364Z Compiling url v2.5.8
20802026-08-19T19:44:13.581Z Compiling rand_chacha v0.9.0
20812026-08-19T19:44:13.660Z Compiling utf8parse v0.2.2
20822026-08-19T19:44:13.697Z Compiling adler2 v2.0.1
20832026-08-19T19:44:13.841Z Compiling rand v0.9.2
20842026-08-19T19:44:13.854Z Compiling camino v1.2.5
20852026-08-19T19:44:13.932Z Compiling crossbeam-utils v0.8.21
20862026-08-19T19:44:13.949Z Compiling anstyle v1.0.14
20872026-08-19T19:44:14.255Z Compiling miniz_oxide v0.8.9
20882026-08-19T19:44:14.411Z Compiling anstyle-parse v1.0.0
20892026-08-19T19:44:14.453Z Compiling pkcs8 v0.10.2
20902026-08-19T19:44:14.634Z Compiling sha2 v0.10.9
20912026-08-19T19:44:14.693Z Compiling http v1.4.2
20922026-08-19T19:44:14.784Z Compiling rustls-pki-types v1.14.0
20932026-08-19T19:44:14.953Z Compiling daft-derive v0.1.7
20942026-08-19T19:44:14.969Z Compiling terminal_size v0.4.3
20952026-08-19T19:44:15.190Z Compiling spin v0.9.8
20962026-08-19T19:44:15.231Z Compiling is_terminal_polyfill v1.70.2
20972026-08-19T19:44:15.249Z Compiling anstyle-query v1.1.5
20982026-08-19T19:44:15.352Z Compiling tinyvec_macros v0.1.1
20992026-08-19T19:44:15.370Z Compiling time-core v0.1.8
21002026-08-19T19:44:15.432Z Compiling num-conv v0.2.0
21012026-08-19T19:44:15.449Z Compiling colorchoice v1.0.4
21022026-08-19T19:44:15.533Z Compiling tinyvec v1.10.0
21032026-08-19T19:44:15.581Z Compiling time-macros v0.2.27
21042026-08-19T19:44:15.597Z Compiling anstream v1.0.0
21052026-08-19T19:44:15.677Z Compiling structmeta-derive v0.3.0
21062026-08-19T19:44:15.682Z Compiling async-trait v0.1.89
21072026-08-19T19:44:15.691Z Compiling tracing-core v0.1.36
21082026-08-19T19:44:15.911Z Compiling plain v0.2.3
21092026-08-19T19:44:16.036Z Compiling cmov v0.5.4
21102026-08-19T19:44:16.102Z Compiling object v0.37.3
21112026-08-19T19:44:16.117Z Compiling untrusted v0.7.1
21122026-08-19T19:44:16.204Z Compiling tracing v0.1.44
21132026-08-19T19:44:16.264Z Compiling ctutils v0.4.2
21142026-08-19T19:44:16.287Z Compiling http-body v1.0.1
21152026-08-19T19:44:16.536Z Compiling toml_datetime v0.6.11
21162026-08-19T19:44:16.552Z Compiling serde_spanned v0.6.9
21172026-08-19T19:44:16.570Z Compiling pin-project-internal v1.1.11
21182026-08-19T19:44:16.677Z Compiling slog v2.8.2
21192026-08-19T19:44:16.689Z Compiling structmeta v0.3.0
21202026-08-19T19:44:16.705Z Compiling tokio-util v0.7.18
21212026-08-19T19:44:16.810Z Compiling wait-timeout v0.2.1
21222026-08-19T19:44:16.827Z Compiling cookie v0.18.1
21232026-08-19T19:44:16.905Z Compiling tap v1.0.1
21242026-08-19T19:44:16.920Z Compiling openssl-probe v0.2.1
21252026-08-19T19:44:17.035Z Compiling zstd-safe v7.2.4
21262026-08-19T19:44:17.045Z Compiling untrusted v0.9.0
21272026-08-19T19:44:17.115Z Compiling quick-error v1.2.3
21282026-08-19T19:44:17.158Z Compiling bit-vec v0.8.0
21292026-08-19T19:44:17.214Z Compiling clap_lex v1.0.0
21302026-08-19T19:44:17.282Z Compiling rusty-fork v0.3.1
21312026-08-19T19:44:17.492Z Compiling clap_builder v4.6.0
21322026-08-19T19:44:17.523Z Compiling bit-set v0.8.0
21332026-08-19T19:44:17.589Z Compiling wyz v0.5.1
21342026-08-19T19:44:17.642Z Compiling derive-ex v0.1.8
21352026-08-19T19:44:17.750Z Compiling hybrid-array v0.4.13
21362026-08-19T19:44:17.841Z Compiling unicode-normalization v0.1.25
21372026-08-19T19:44:17.844Z Compiling rand_chacha v0.3.1
21382026-08-19T19:44:17.898Z Compiling signature v2.2.0
21392026-08-19T19:44:18.060Z Compiling scroll_derive v0.12.1
21402026-08-19T19:44:18.098Z Compiling rand_xorshift v0.4.0
21412026-08-19T19:44:18.135Z Compiling heapless v0.7.17
21422026-08-19T19:44:18.297Z Compiling num-integer v0.1.46
21432026-08-19T19:44:18.323Z Compiling aho-corasick v1.1.4
21442026-08-19T19:44:18.395Z Compiling atomic-waker v1.1.2
21452026-08-19T19:44:18.463Z Compiling signal-hook v0.3.18
21462026-08-19T19:44:18.480Z Compiling pretty-hex v0.4.1
21472026-08-19T19:44:18.579Z Compiling try-lock v0.2.5
21482026-08-19T19:44:18.632Z Compiling usdt-impl v0.6.0
21492026-08-19T19:44:18.664Z Compiling zlib-rs v0.6.2
21502026-08-19T19:44:18.679Z Compiling rustix v0.38.44
21512026-08-19T19:44:18.693Z Compiling funty v2.0.0
21522026-08-19T19:44:18.715Z Compiling unarray v0.1.4
21532026-08-19T19:44:18.740Z Compiling tower-service v0.3.3
21542026-08-19T19:44:18.898Z Compiling anyhow v1.0.104
21552026-08-19T19:44:18.968Z Compiling tower-layer v0.3.3
21562026-08-19T19:44:19.027Z Compiling h2 v0.4.15
21572026-08-19T19:44:19.047Z Compiling want v0.3.1
21582026-08-19T19:44:19.078Z Compiling bitvec v1.0.1
21592026-08-19T19:44:19.173Z Compiling test-strategy v0.4.5
21602026-08-19T19:44:19.189Z Compiling regex-automata v0.4.14
21612026-08-19T19:44:19.189Z Compiling proptest v1.11.0
21622026-08-19T19:44:19.449Z Compiling clap v4.6.1
21632026-08-19T19:44:19.550Z Compiling num-iter v0.1.45
21642026-08-19T19:44:19.908Z Compiling rand v0.8.6
21652026-08-19T19:44:20.259Z Compiling lazy_static v1.5.0
21662026-08-19T19:44:20.373Z Compiling ipnetwork v0.21.1
21672026-08-19T19:44:20.463Z Compiling scroll v0.13.0
21682026-08-19T19:44:20.707Z Compiling ipnet v2.12.0
21692026-08-19T19:44:20.766Z Compiling flate2 v1.1.9
21702026-08-19T19:44:20.932Z Compiling snafu-derive v0.8.9
21712026-08-19T19:44:21.189Z Compiling strum_macros v0.26.4
21722026-08-19T19:44:21.879Z Compiling darling_core v0.20.11
21732026-08-19T19:44:21.981Z Compiling darling_core v0.23.0
21742026-08-19T19:44:22.717Z Compiling httpdate v1.0.3
21752026-08-19T19:44:22.844Z Compiling crc-catalog v2.4.0
21762026-08-19T19:44:22.887Z Compiling foreign-types-shared v0.1.1
21772026-08-19T19:44:22.951Z Compiling nodrop v0.1.14
21782026-08-19T19:44:22.967Z Compiling winnow v0.5.40
21792026-08-19T19:44:22.993Z Compiling foreign-types v0.3.2
21802026-08-19T19:44:23.108Z Compiling array-init v0.0.4
21812026-08-19T19:44:23.120Z Compiling crc v3.4.0
21822026-08-19T19:44:23.120Z Compiling hyper v1.10.1
21832026-08-19T19:44:23.767Z Compiling newtype-uuid v1.3.2
21842026-08-19T19:44:23.845Z Compiling darling_macro v0.20.11
21852026-08-19T19:44:24.214Z Compiling darling_macro v0.23.0
21862026-08-19T19:44:24.355Z Compiling goblin v0.10.5
21872026-08-19T19:44:24.386Z Compiling oxnet v0.1.6
21882026-08-19T19:44:24.599Z Compiling toml_edit v0.19.15
21892026-08-19T19:44:24.743Z Compiling smallvec v0.6.14
21902026-08-19T19:44:24.939Z Compiling pkcs1 v0.7.5
21912026-08-19T19:44:25.209Z Compiling zerocopy v0.6.6
21922026-08-19T19:44:25.349Z Compiling bitfield v0.19.4
21932026-08-19T19:44:25.488Z Compiling zerocopy-derive v0.7.35
21942026-08-19T19:44:25.508Z Compiling curve25519-dalek v4.1.3
21952026-08-19T19:44:25.826Z Compiling env_filter v2.0.0
21962026-08-19T19:44:25.947Z Compiling memoffset v0.9.1
21972026-08-19T19:44:26.085Z Compiling ref-cast v1.0.25
21982026-08-19T19:44:26.163Z Compiling hashbrown v0.12.3
21992026-08-19T19:44:26.395Z Compiling litrs v1.0.0
22002026-08-19T19:44:26.501Z Compiling base64 v0.21.7
22012026-08-19T19:44:26.517Z Compiling smoltcp v0.9.1
22022026-08-19T19:44:26.532Z Compiling owo-colors v4.3.0
22032026-08-19T19:44:26.835Z Compiling ron v0.8.1
22042026-08-19T19:44:26.875Z Compiling document-features v0.2.12
22052026-08-19T19:44:27.344Z Compiling dof v0.4.0
22062026-08-19T19:44:27.405Z Compiling toml v0.7.8
22072026-08-19T19:44:27.525Z Compiling env_logger v0.11.11
22082026-08-19T19:44:27.666Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22092026-08-19T19:44:27.685Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22102026-08-19T19:44:27.717Z Compiling rsa v0.9.10
22112026-08-19T19:44:28.169Z Compiling hyper-util v0.1.20
22122026-08-19T19:44:28.208Z Compiling serde-hex v0.1.0
22132026-08-19T19:44:28.327Z Compiling darling v0.23.0
22142026-08-19T19:44:28.331Z Compiling daft v0.1.7
22152026-08-19T19:44:28.396Z Compiling darling v0.20.11
22162026-08-19T19:44:28.428Z Compiling bzip2 v0.4.4
22172026-08-19T19:44:28.585Z Compiling hashbrown v0.13.2
22182026-08-19T19:44:29.075Z Compiling x509-cert v0.2.5
22192026-08-19T19:44:29.149Z Compiling hmac v0.12.1
22202026-08-19T19:44:29.153Z Compiling dtrace-parser v0.3.0
22212026-08-19T19:44:29.359Z Compiling async-recursion v1.1.1
22222026-08-19T19:44:29.542Z Compiling sync_wrapper v1.0.2
22232026-08-19T19:44:29.748Z Compiling thread-id v5.1.0
22242026-08-19T19:44:29.845Z Compiling siphasher v1.0.2
22252026-08-19T19:44:29.899Z Compiling crc-any v2.5.0
22262026-08-19T19:44:30.045Z Compiling powerfmt v0.2.0
22272026-08-19T19:44:30.067Z Compiling cfg_aliases v0.2.1
22282026-08-19T19:44:30.209Z Compiling deranged v0.5.8
22292026-08-19T19:44:30.293Z Compiling nix v0.31.2
22302026-08-19T19:44:30.662Z Compiling tower v0.5.3
22312026-08-19T19:44:31.144Z Compiling object v0.30.4
22322026-08-19T19:44:31.265Z Compiling zip v0.6.6
22332026-08-19T19:44:31.574Z Compiling derive_builder_core v0.20.2
22342026-08-19T19:44:31.791Z Compiling serde_with_macros v3.21.0
22352026-08-19T19:44:32.374Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22362026-08-19T19:44:32.443Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22372026-08-19T19:44:32.505Z Compiling bstr v1.12.1
22382026-08-19T19:44:32.688Z Compiling crypto-common v0.2.2
22392026-08-19T19:44:32.863Z Compiling block-buffer v0.12.1
22402026-08-19T19:44:33.081Z Compiling http-body-util v0.1.3
22412026-08-19T19:44:33.235Z Compiling futures-executor v0.3.32
22422026-08-19T19:44:33.342Z Compiling erased-serde v0.3.31
22432026-08-19T19:44:33.379Z Compiling serde_tokenstream v0.2.3
22442026-08-19T19:44:33.697Z Compiling hubpack_derive v0.1.1
22452026-08-19T19:44:33.736Z Compiling strum_macros v0.27.2
22462026-08-19T19:44:33.771Z Compiling curve25519-dalek-derive v0.1.1
22472026-08-19T19:44:33.787Z Compiling ref-cast-impl v1.0.25
22482026-08-19T19:44:33.924Z Compiling fs-err v3.3.0
22492026-08-19T19:44:33.944Z Compiling usdt-impl v0.5.0
22502026-08-19T19:44:34.161Z Compiling gimli v0.32.3
22512026-08-19T19:44:34.191Z Compiling unicode-properties v0.1.4
22522026-08-19T19:44:34.334Z Compiling path-slash v0.1.5
22532026-08-19T19:44:34.391Z Compiling allocator-api2 v0.2.21
22542026-08-19T19:44:34.414Z Compiling num_threads v0.1.7
22552026-08-19T19:44:34.463Z Compiling iri-string v0.7.10
22562026-08-19T19:44:34.523Z Compiling ryu v1.0.23
22572026-08-19T19:44:34.539Z Compiling unicode-bidi v0.3.18
22582026-08-19T19:44:35.021Z Compiling same-file v1.0.6
22592026-08-19T19:44:35.340Z Compiling time v0.3.47
22602026-08-19T19:44:35.345Z Compiling serde_urlencoded v0.7.1
22612026-08-19T19:44:35.591Z Compiling walkdir v2.5.0
22622026-08-19T19:44:35.932Z Compiling tower-http v0.6.8
22632026-08-19T19:44:36.015Z Compiling addr2line v0.25.1
22642026-08-19T19:44:36.177Z Compiling stringprep v0.1.5
22652026-08-19T19:44:37.132Z Compiling futures v0.3.32
22662026-08-19T19:44:37.534Z Compiling derive_builder_macro v0.20.2
22672026-08-19T19:44:37.778Z Compiling tokio-native-tls v0.3.1
22682026-08-19T19:44:37.876Z Compiling strum v0.26.3
22692026-08-19T19:44:37.972Z Compiling block-padding v0.4.2
22702026-08-19T19:44:38.052Z Compiling scroll v0.12.0
22712026-08-19T19:44:38.129Z Compiling pin-project v1.1.11
22722026-08-19T19:44:38.144Z Compiling rustls-native-certs v0.8.3
22732026-08-19T19:44:38.265Z Compiling md-5 v0.10.6
22742026-08-19T19:44:38.271Z Compiling vergen-lib v9.1.0
22752026-08-19T19:44:38.271Z Compiling hash32 v0.2.1
22762026-08-19T19:44:38.330Z Compiling encoding_rs v0.8.35
22772026-08-19T19:44:38.406Z Compiling mime v0.3.17
22782026-08-19T19:44:38.441Z Compiling jiff-core v0.1.0
22792026-08-19T19:44:38.471Z Compiling rustc-demangle v0.1.27
22802026-08-19T19:44:38.486Z Compiling psl-types v2.0.11
22812026-08-19T19:44:38.526Z Compiling fallible-iterator v0.2.0
22822026-08-19T19:44:38.579Z Compiling cpufeatures v0.3.0
22832026-08-19T19:44:38.847Z Compiling postgres-protocol v0.6.10
22842026-08-19T19:44:38.850Z Compiling publicsuffix v2.3.0
22852026-08-19T19:44:39.045Z Compiling goblin v0.8.2
22862026-08-19T19:44:39.283Z Compiling jiff v0.2.34
22872026-08-19T19:44:39.344Z Compiling snafu v0.8.9
22882026-08-19T19:44:39.610Z Compiling inout v0.2.2
22892026-08-19T19:44:39.637Z Compiling derive_builder v0.20.2
22902026-08-19T19:44:39.716Z Compiling backtrace v0.3.76
22912026-08-19T19:44:39.760Z Compiling hyper-tls v0.6.0
22922026-08-19T19:44:40.014Z Compiling usdt-attr-macro v0.6.0
22932026-08-19T19:44:40.070Z Compiling usdt-macro v0.6.0
22942026-08-19T19:44:40.205Z Compiling globset v0.4.18
22952026-08-19T19:44:40.220Z Compiling phf_shared v0.13.1
22962026-08-19T19:44:40.283Z Compiling crossbeam-epoch v0.9.18
22972026-08-19T19:44:40.570Z Compiling zerocopy v0.7.35
22982026-08-19T19:44:40.703Z Compiling regex v1.12.3
22992026-08-19T19:44:40.946Z Compiling serde_plain v1.0.2
23002026-08-19T19:44:41.107Z Compiling serde_repr v0.1.20
23012026-08-19T19:44:41.124Z Compiling enum-as-inner v0.6.1
23022026-08-19T19:44:41.140Z Compiling miette-derive v7.6.0
23032026-08-19T19:44:41.178Z Compiling pem v3.0.6
23042026-08-19T19:44:41.229Z Compiling vergen v9.1.0
23052026-08-19T19:44:41.244Z Compiling cargo-platform v0.3.2
23062026-08-19T19:44:41.515Z Compiling ff v0.13.1
23072026-08-19T19:44:41.526Z Compiling filetime v0.2.27
23082026-08-19T19:44:41.526Z Compiling foldhash v0.1.5
23092026-08-19T19:44:41.550Z Compiling const-oid v0.10.2
23102026-08-19T19:44:41.584Z Compiling xattr v1.6.1
23112026-08-19T19:44:41.624Z Compiling is_ci v1.2.0
23122026-08-19T19:44:41.639Z Compiling unicode-width v0.2.0
23132026-08-19T19:44:41.688Z Compiling bumpalo v3.20.2
23142026-08-19T19:44:41.799Z Compiling base16ct v0.2.0
23152026-08-19T19:44:41.880Z Compiling foldhash v0.2.0
23162026-08-19T19:44:41.933Z Compiling smawk v0.3.2
23172026-08-19T19:44:41.963Z Compiling unicode-linebreak v0.1.5
23182026-08-19T19:44:41.978Z Compiling typed-path v0.9.3
23192026-08-19T19:44:42.188Z Compiling managed v0.8.0
23202026-08-19T19:44:42.205Z Compiling bitflags v1.3.2
23212026-08-19T19:44:42.221Z Compiling unicode-segmentation v1.12.0
23222026-08-19T19:44:42.244Z Compiling either v1.15.0
23232026-08-19T19:44:42.277Z Compiling libbz2-rs-sys v0.2.2
23242026-08-19T19:44:42.511Z Compiling textwrap v0.16.2
23252026-08-19T19:44:42.608Z Compiling hashbrown v0.16.1
23262026-08-19T19:44:42.628Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23272026-08-19T19:44:42.757Z Compiling bzip2 v0.6.1
23282026-08-19T19:44:42.876Z Compiling sec1 v0.7.3
23292026-08-19T19:44:42.899Z Compiling zopfli v0.8.3
23302026-08-19T19:44:42.972Z Compiling supports-color v3.0.2
23312026-08-19T19:44:43.017Z Compiling tar v0.4.46
23322026-08-19T19:44:43.156Z Compiling digest v0.11.3
23332026-08-19T19:44:43.171Z Compiling hashbrown v0.15.5
23342026-08-19T19:44:43.221Z Compiling group v0.13.0
23352026-08-19T19:44:43.260Z Compiling cargo_metadata v0.23.1
23362026-08-19T19:44:43.298Z Compiling dof v0.3.0
23372026-08-19T19:44:44.619Z Compiling phf v0.13.1
23382026-08-19T19:44:44.638Z Compiling zstd v0.13.3
23392026-08-19T19:44:44.794Z Compiling backtrace-ext v0.2.1
23402026-08-19T19:44:44.916Z Compiling reqwest v0.12.28
23412026-08-19T19:44:44.962Z Compiling cipher v0.5.2
23422026-08-19T19:44:45.093Z Compiling signal-hook-mio v0.2.5
23432026-08-19T19:44:45.108Z Compiling cookie_store v0.22.1
23442026-08-19T19:44:45.226Z Compiling postgres-types v0.2.12
23452026-08-19T19:44:45.344Z Compiling strum v0.27.2
23462026-08-19T19:44:45.492Z Compiling hubpack v0.1.2
23472026-08-19T19:44:45.709Z Compiling phf_shared v0.11.3
23482026-08-19T19:44:45.726Z Compiling hkdf v0.12.4
23492026-08-19T19:44:45.741Z Compiling dtrace-parser v0.2.0
23502026-08-19T19:44:45.757Z Compiling byte-wrapper v0.1.0
23512026-08-19T19:44:45.824Z Compiling ed25519 v2.2.3
23522026-08-19T19:44:45.873Z Compiling olpc-cjson v0.1.4
23532026-08-19T19:44:46.222Z Compiling crypto-bigint v0.5.5
23542026-08-19T19:44:46.341Z Compiling serde-big-array v0.5.1
23552026-08-19T19:44:46.357Z Compiling float-cmp v0.10.0
23562026-08-19T19:44:46.459Z Compiling memmap2 v0.9.10
23572026-08-19T19:44:46.503Z Compiling thread-id v4.2.2
23582026-08-19T19:44:46.622Z Compiling fixedbitset v0.5.7
23592026-08-19T19:44:46.652Z Compiling whoami v2.1.0
23602026-08-19T19:44:46.787Z Compiling predicates-core v1.0.10
23612026-08-19T19:44:46.831Z Compiling fixedbitset v0.4.2
23622026-08-19T19:44:46.967Z Compiling toml_write v0.1.2
23632026-08-19T19:44:46.983Z Compiling winnow v1.0.3
23642026-08-19T19:44:47.016Z Compiling keccak v0.1.6
23652026-08-19T19:44:47.050Z Compiling supports-unicode v3.0.0
23662026-08-19T19:44:47.200Z Compiling data-encoding v2.10.0
23672026-08-19T19:44:47.215Z Compiling precomputed-hash v0.1.1
23682026-08-19T19:44:47.223Z Compiling unicode-width v0.1.14
23692026-08-19T19:44:47.227Z Compiling static_assertions v1.1.0
23702026-08-19T19:44:47.246Z Compiling difflib v0.4.0
23712026-08-19T19:44:47.507Z Compiling normalize-line-endings v0.3.0
23722026-08-19T19:44:47.577Z Compiling rayon-core v1.13.0
23732026-08-19T19:44:47.618Z Compiling new_debug_unreachable v1.0.6
23742026-08-19T19:44:47.691Z Compiling supports-hyperlinks v3.2.0
23752026-08-19T19:44:47.707Z Compiling winnow v0.7.14
23762026-08-19T19:44:47.801Z Compiling miette v7.6.0
23772026-08-19T19:44:47.856Z Compiling string_cache v0.8.9
23782026-08-19T19:44:48.073Z Compiling toml_parser v1.1.2+spec-1.1.0
23792026-08-19T19:44:48.224Z Compiling predicates v3.1.4
23802026-08-19T19:44:48.372Z Compiling hickory-proto v0.25.2
23812026-08-19T19:44:48.510Z Compiling chacha20 v0.10.0
23822026-08-19T19:44:48.635Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23832026-08-19T19:44:48.793Z Compiling sha3 v0.10.8
23842026-08-19T19:44:48.797Z Compiling elliptic-curve v0.13.8
23852026-08-19T19:44:49.043Z Compiling toml_edit v0.22.27
23862026-08-19T19:44:49.176Z Compiling petgraph v0.6.5
23872026-08-19T19:44:49.185Z Compiling tokio-postgres v0.7.16
23882026-08-19T19:44:49.599Z Compiling petgraph v0.8.3
23892026-08-19T19:44:50.296Z Compiling usdt v0.6.0
23902026-08-19T19:44:50.951Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23912026-08-19T19:44:51.376Z Compiling ed25519-dalek v2.2.0
23922026-08-19T19:44:51.812Z Compiling zip v4.6.1
23932026-08-19T19:44:52.127Z Compiling crossterm v0.28.1
23942026-08-19T19:44:52.570Z Compiling iddqd v0.4.2
23952026-08-19T19:44:52.858Z Compiling similar v2.7.0
23962026-08-19T19:44:53.024Z Compiling heck v0.4.1
23972026-08-19T19:44:53.239Z Compiling itertools v0.13.0
23982026-08-19T19:44:53.256Z Compiling itertools v0.15.0
23992026-08-19T19:44:53.603Z Compiling serde_with v3.21.0
24002026-08-19T19:44:54.570Z Compiling tokio-stream v0.1.18
24012026-08-19T19:44:54.597Z Compiling buf-list v1.1.2
24022026-08-19T19:44:54.601Z Compiling half v2.7.1
24032026-08-19T19:44:54.676Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24042026-08-19T19:44:54.791Z Compiling openapiv3 v2.2.0
24052026-08-19T19:44:55.064Z Compiling peg-runtime v0.8.5
24062026-08-19T19:44:55.320Z Compiling ciborium-io v0.2.2
24072026-08-19T19:44:55.440Z Compiling lalrpop-util v0.19.12
24082026-08-19T19:44:55.634Z Compiling ciborium-ll v0.2.2
24092026-08-19T19:44:57.009Z Compiling crossbeam-deque v0.8.6
24102026-08-19T19:44:57.517Z Compiling camino-tempfile v1.4.1
24112026-08-19T19:44:58.073Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24122026-08-19T19:44:58.454Z Compiling blake3 v1.8.5
24132026-08-19T19:44:58.524Z Compiling fs-err v2.11.0
24142026-08-19T19:45:00.953Z Compiling rustls-webpki v0.103.13
24152026-08-19T19:45:01.288Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24162026-08-19T19:45:02.593Z Compiling ciborium v0.2.2
24172026-08-19T19:45:03.021Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24182026-08-19T19:45:03.626Z Compiling thread_local v1.1.9
24192026-08-19T19:45:03.863Z Compiling slog-async v2.8.0
24202026-08-19T19:45:03.979Z Compiling arrayvec v0.7.6
24212026-08-19T19:45:04.010Z Compiling constant_time_eq v0.4.2
24222026-08-19T19:45:04.217Z Compiling arrayref v0.3.9
24232026-08-19T19:45:04.436Z Compiling tokio-rustls v0.26.4
24242026-08-19T19:45:04.478Z Compiling rustls-platform-verifier v0.6.2
24252026-08-19T19:45:04.516Z Compiling tough v0.22.0
24262026-08-19T19:45:04.542Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24272026-08-19T19:45:04.681Z Compiling hyper-rustls v0.27.7
24282026-08-19T19:45:04.706Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-19T19:45:04.723Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24302026-08-19T19:45:04.997Z Compiling reqwest v0.13.2
24312026-08-19T19:45:05.014Z Compiling toml v0.8.23
24322026-08-19T19:45:05.088Z Compiling atomicwrites v0.4.4
24332026-08-19T19:45:05.116Z Compiling sha2 v0.11.0
24342026-08-19T19:45:05.133Z Compiling digest-io v0.1.0
24352026-08-19T19:45:05.292Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24362026-08-19T19:45:05.411Z Compiling crossbeam-channel v0.5.15
24372026-08-19T19:45:05.440Z Compiling serde_path_to_error v0.1.20
24382026-08-19T19:45:05.474Z Compiling is-terminal v0.4.17
24392026-08-19T19:45:05.512Z Compiling parse-size v1.1.0
24402026-08-19T19:45:05.594Z Compiling debug-ignore v1.0.5
24412026-08-19T19:45:05.714Z Compiling indent_write v2.2.0
24422026-08-19T19:45:05.729Z Compiling rawzip v0.4.4
24432026-08-19T19:45:05.887Z Compiling take_mut v0.2.2
24442026-08-19T19:45:05.911Z Compiling topological-sort v0.2.2
24452026-08-19T19:45:06.019Z Compiling term v1.2.1
24462026-08-19T19:45:06.098Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24472026-08-19T19:45:06.113Z Compiling shell-words v1.1.1
24482026-08-19T19:45:06.382Z Compiling slog-term v2.9.2
24492026-08-19T19:45:08.039Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24502026-08-19T19:45:13.920Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24512026-08-19T19:45:15.977Z Compiling omicron-zone-package v0.12.3
24522026-08-19T19:45:16.615Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24532026-08-19T19:45:16.635Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24542026-08-19T19:45:16.655Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24552026-08-19T19:45:21.125Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24562026-08-19T19:45:33.439Z Finished `release` profile [optimized] target(s) in 1m 31s
24572026-08-19T19:45:33.585Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24582026-08-19T19:45:33.643ZAug 19 19:45:32.623 DEBG changing working directory to /work/oxidecomputer/omicron
24592026-08-19T19:45:33.737ZAug 19 19:45:32.717 DEBG running: git rev-parse HEAD
24602026-08-19T19:45:33.740ZAug 19 19:45:32.720 DEBG process exited with exit status: 0 (2.40208ms)
24612026-08-19T19:45:33.740ZAug 19 19:45:32.720 INFO version: 23.0.0-0.ci+git303d447996e
24622026-08-19T19:45:33.747ZAug 19 19:45:32.728 INFO cloning helios to /work/oxidecomputer/helios
24632026-08-19T19:45:33.747ZAug 19 19:45:32.728 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24642026-08-19T19:45:33.752ZCloning into '/work/oxidecomputer/helios'...
24652026-08-19T19:45:34.414ZAug 19 19:45:33.395 DEBG process exited with exit status: 0 (667.158049ms)
24662026-08-19T19:45:34.414ZAug 19 19:45:33.395 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24672026-08-19T19:45:34.419ZAug 19 19:45:33.398 DEBG process exited with exit status: 0 (2.41178ms)
24682026-08-19T19:45:34.419ZAug 19 19:45:33.398 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24692026-08-19T19:45:34.778ZAug 19 19:45:33.759 DEBG process exited with exit status: 0 (360.969979ms)
24702026-08-19T19:45:34.778ZAug 19 19:45:33.759 DEBG running: zfs list rpool/images/build/host
24712026-08-19T19:45:34.781ZNAME USED AVAIL REFER MOUNTPOINT
24722026-08-19T19:45:34.781Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24732026-08-19T19:45:34.784ZAug 19 19:45:33.763 DEBG process exited with exit status: 0 (4.11548ms)
24742026-08-19T19:45:34.784ZAug 19 19:45:33.763 DEBG running: zfs list rpool/images/build/recovery
24752026-08-19T19:45:34.787ZNAME USED AVAIL REFER MOUNTPOINT
24762026-08-19T19:45:34.787Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24772026-08-19T19:45:34.787ZAug 19 19:45:33.766 DEBG process exited with exit status: 0 (3.23723ms)
24782026-08-19T19:45:34.787ZAug 19 19:45:33.766 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24792026-08-19T19:45:34.801ZAug 19 19:45:33.779 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24802026-08-19T19:45:34.804ZAug 19 19:45:33.780 INFO [hubris-staging] running task
24812026-08-19T19:45:34.804ZAug 19 19:45:33.780 INFO [hubris-production] running task
24822026-08-19T19:45:34.804ZAug 19 19:45:33.780 INFO [incorp-manifest] running task
24832026-08-19T19:45:34.804ZAug 19 19:45:33.780 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24842026-08-19T19:45:34.804ZAug 19 19:45:33.781 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24852026-08-19T19:45:34.804ZAug 19 19:45:33.781 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
24862026-08-19T19:45:34.804ZAug 19 19:45:33.781 INFO [incorp-create] running: pkgrepo create /work/incorporation
24872026-08-19T19:45:34.843Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24882026-08-19T19:45:34.908Z[ omicron-package] Blocking waiting for file lock on package cache
24892026-08-19T19:45:35.030ZAug 19 19:45:34.010 INFO [incorp-create] process exited with exit status: 0 (229.067929ms)
24902026-08-19T19:45:35.033ZAug 19 19:45:34.011 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24912026-08-19T19:45:35.257ZAug 19 19:45:34.237 INFO [incorp-publisher] process exited with exit status: 0 (226.81863ms)
24922026-08-19T19:45:35.608Z[ omicron-package] Blocking waiting for file lock on package cache
24932026-08-19T19:45:35.842ZAug 19 19:45:34.823 INFO [hubris-production] task succeeded (1.043286727s)
24942026-08-19T19:45:36.492ZAug 19 19:45:35.472 DEBG process exited with exit status: 0 (1.692197676s)
24952026-08-19T19:45:36.492ZAug 19 19:45:35.472 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24962026-08-19T19:45:37.033Z[ omicron-package] Compiling macaddr v1.0.1
24972026-08-19T19:45:37.036Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24982026-08-19T19:45:37.036Z[ omicron-package] Compiling secrecy v0.10.3
24992026-08-19T19:45:37.036Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25002026-08-19T19:45:37.036Z[ omicron-package] Compiling heapless v0.8.0
25012026-08-19T19:45:37.036Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25022026-08-19T19:45:37.036Z[ omicron-package] Compiling ingot-macros v0.2.0
25032026-08-19T19:45:37.036Z[ omicron-package] Compiling hash32 v0.3.1
25042026-08-19T19:45:37.036Z[ omicron-package] Compiling inout v0.1.4
25052026-08-19T19:45:37.036Z[ omicron-package] Compiling multer v3.1.0
25062026-08-19T19:45:37.036Z[ omicron-package] Compiling match_cfg v0.1.0
25072026-08-19T19:45:37.036Z[ omicron-package] Compiling smoltcp v0.11.0
25082026-08-19T19:45:37.036Z[ omicron-package] Compiling compression-core v0.4.31
25092026-08-19T19:45:37.036Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25102026-08-19T19:45:37.036Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-08-19T19:45:37.036Z[ omicron-package] Compiling slog-json v2.6.1
25122026-08-19T19:45:37.822Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25132026-08-19T19:45:37.860Z[ omicron-package] Compiling cipher v0.4.4
25142026-08-19T19:45:37.984Z[ omicron-package] Compiling hostname v0.3.1
25152026-08-19T19:45:37.987Z[ omicron-package] Compiling compression-codecs v0.4.37
25162026-08-19T19:45:38.054Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25172026-08-19T19:45:38.054Z[ omicron-package] Compiling cobs v0.3.0
25182026-08-19T19:45:38.080Z[ omicron-package] Compiling universal-hash v0.5.1
25192026-08-19T19:45:38.080Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25202026-08-19T19:45:38.101Z[ omicron-package] Compiling async-stream-impl v0.3.6
25212026-08-19T19:45:38.108Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25222026-08-19T19:45:38.198Z[ omicron-package] Compiling serde_spanned v1.1.1
25232026-08-19T19:45:38.466Z[ omicron-package] Compiling dropshot v0.17.1
25242026-08-19T19:45:38.525Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25252026-08-19T19:45:38.526Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25262026-08-19T19:45:38.675Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25272026-08-19T19:45:38.684Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25282026-08-19T19:45:38.717Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25292026-08-19T19:45:38.766Z[ omicron-package] Compiling opaque-debug v0.3.1
25302026-08-19T19:45:38.808ZAug 19 19:45:37.787 DEBG process exited with exit status: 0 (2.314853346s)
25312026-08-19T19:45:38.811ZAug 19 19:45:37.791 INFO [incorp-manifest] task succeeded (4.011684622s)
25322026-08-19T19:45:38.811ZAug 19 19:45:37.792 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25332026-08-19T19:45:38.816Z[ omicron-package] Compiling convert_case v0.4.0
25342026-08-19T19:45:38.903Z[ omicron-package] Compiling async-stream v0.3.6
25352026-08-19T19:45:38.951Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25362026-08-19T19:45:39.006Z[ omicron-package] Compiling poly1305 v0.8.0
25372026-08-19T19:45:39.009Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25382026-08-19T19:45:39.009Z[ omicron-package] Compiling postcard v1.1.3
25392026-08-19T19:45:39.009Z[ omicron-package] Compiling chacha20 v0.9.1
25402026-08-19T19:45:39.039ZAug 19 19:45:38.020 INFO [incorp-fmt] process exited with exit status: 0 (227.963259ms)
25412026-08-19T19:45:39.043Z[ omicron-package] Compiling slog-bunyan v2.5.0
25422026-08-19T19:45:39.048ZAug 19 19:45:38.029 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25432026-08-19T19:45:39.057Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25442026-08-19T19:45:39.133Z[ omicron-package] Compiling async-compression v0.4.41
25452026-08-19T19:45:39.137Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25462026-08-19T19:45:39.231Z[ omicron-package] Compiling derive_more v0.99.20
25472026-08-19T19:45:39.235Z[ omicron-package] Compiling num_enum_derive v0.7.6
25482026-08-19T19:45:39.394Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260819T194538Z
25492026-08-19T19:45:39.394Z[ incorp-pkgsend] PUBLISHED
25502026-08-19T19:45:39.434Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25512026-08-19T19:45:39.434ZAug 19 19:45:38.414 INFO [incorp-pkgsend] process exited with exit status: 0 (392.19228ms)
25522026-08-19T19:45:39.437ZAug 19 19:45:38.414 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25532026-08-19T19:45:39.470Z[ omicron-package] Compiling sha1 v0.11.0
25542026-08-19T19:45:39.470Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25552026-08-19T19:45:39.727Z[ omicron-package] Compiling progenitor-client v0.14.0
25562026-08-19T19:45:39.770Z[ helios-incorp] Retrieving packages for publisher helios ...
25572026-08-19T19:45:39.773Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25582026-08-19T19:45:39.788Z[ omicron-package] Compiling parse-display-derive v0.10.0
25592026-08-19T19:45:39.814Z[ omicron-package] Compiling waitgroup v0.1.2
25602026-08-19T19:45:39.824Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25612026-08-19T19:45:39.825Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25622026-08-19T19:45:39.828Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25632026-08-19T19:45:39.828Z[ helios-incorp]
25642026-08-19T19:45:39.828Z[ helios-incorp] Archiving packages ...
25652026-08-19T19:45:39.837Z[ helios-incorp] Packages to add: 1
25662026-08-19T19:45:39.851Z[ helios-incorp] Files to retrieve: 0
25672026-08-19T19:45:39.851Z[ helios-incorp] Estimated transfer size: 0.00 B
25682026-08-19T19:45:39.851Z[ helios-incorp]
25692026-08-19T19:45:39.851Z[ helios-incorp] Packages to archive:
25702026-08-19T19:45:39.851Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260819T194538Z
25712026-08-19T19:45:39.851Z[ helios-incorp]
25722026-08-19T19:45:39.855Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25732026-08-19T19:45:39.858ZAug 19 19:45:38.837 INFO [helios-incorp] process exited with exit status: 0 (422.950378ms)
25742026-08-19T19:45:39.861Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25752026-08-19T19:45:39.890Z[ omicron-package] Compiling backon v1.6.0
25762026-08-19T19:45:39.946Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25772026-08-19T19:45:40.006Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25782026-08-19T19:45:40.087Z[ omicron-package] Compiling password-hash v0.5.0
25792026-08-19T19:45:40.116Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25802026-08-19T19:45:40.207Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25812026-08-19T19:45:40.293Z[ omicron-package] Compiling blake2 v0.10.6
25822026-08-19T19:45:40.491Z[ omicron-package] Compiling aead v0.5.2
25832026-08-19T19:45:40.511Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25842026-08-19T19:45:40.511Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-08-19T19:45:40.584Z[ omicron-package] Compiling hostname v0.4.2
25862026-08-19T19:45:40.652Z[ omicron-package] Compiling proc-macro-error v1.0.4
25872026-08-19T19:45:40.734Z[ omicron-package] Compiling instant v0.1.13
25882026-08-19T19:45:40.806Z[ omicron-package] Compiling ingot-types v0.2.0
25892026-08-19T19:45:40.860Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25902026-08-19T19:45:40.992Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25912026-08-19T19:45:40.997Z[ omicron-package] Compiling backoff v0.4.0
25922026-08-19T19:45:41.089Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25932026-08-19T19:45:41.113Z[ omicron-package] Compiling argon2 v0.5.3
25942026-08-19T19:45:41.186Z[ omicron-package] Compiling foreign-types v0.5.0
25952026-08-19T19:45:41.233Z[ omicron-package] Compiling num_enum v0.7.6
25962026-08-19T19:45:41.279Z[ omicron-package] Compiling num_enum_derive v0.5.11
25972026-08-19T19:45:41.279Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25982026-08-19T19:45:41.315Z[ omicron-package] Compiling progenitor-extras v0.2.0
25992026-08-19T19:45:41.318Z[ omicron-package] Compiling vsss-rs v3.3.4
26002026-08-19T19:45:41.427Z[ omicron-package] Compiling ingot v0.2.1
26012026-08-19T19:45:41.427Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26022026-08-19T19:45:41.655Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26032026-08-19T19:45:41.686Z[ omicron-package] Compiling regress v0.10.5
26042026-08-19T19:45:41.726Z[ omicron-package] Compiling parse-display v0.10.0
26052026-08-19T19:45:41.778Z[ omicron-package] Compiling itertools v0.14.0
26062026-08-19T19:45:41.834Z[ omicron-package] Compiling tabwriter v1.4.1
26072026-08-19T19:45:42.029Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26082026-08-19T19:45:42.058Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26092026-08-19T19:45:42.084Z[ omicron-package] Compiling cstr-argument v0.1.2
26102026-08-19T19:45:42.365Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26112026-08-19T19:45:42.370Z[ omicron-package] Compiling humantime v2.3.0
26122026-08-19T19:45:42.407Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26132026-08-19T19:45:42.632Z[ omicron-package] Compiling num_enum v0.5.11
26142026-08-19T19:45:42.693Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26152026-08-19T19:45:42.699Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26162026-08-19T19:45:42.877Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26172026-08-19T19:45:42.963Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26182026-08-19T19:45:43.062Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26192026-08-19T19:45:43.086Z[ omicron-package] Compiling rayon v1.11.0
26202026-08-19T19:45:43.089Z[ omicron-package] Compiling rand v0.10.1
26212026-08-19T19:45:43.089Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26222026-08-19T19:45:43.107Z[ omicron-package] Compiling colored v3.1.1
26232026-08-19T19:45:43.111Z[ omicron-package] Compiling libefi-sys v0.1.0
26242026-08-19T19:45:43.296Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26252026-08-19T19:45:43.296Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26262026-08-19T19:45:43.380Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26272026-08-19T19:45:43.470Z[ omicron-package] Compiling itertools v0.12.1
26282026-08-19T19:45:43.553Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26292026-08-19T19:45:43.632Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26302026-08-19T19:45:43.725Z[ omicron-package] Compiling usdt-macro v0.5.0
26312026-08-19T19:45:43.896Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26322026-08-19T19:45:43.925Z[ omicron-package] Compiling bitfield-struct v0.6.2
26332026-08-19T19:45:43.960Z[ omicron-package] Compiling num-derive v0.4.2
26342026-08-19T19:45:43.999Z[ omicron-package] Compiling sigpipe v0.1.3
26352026-08-19T19:45:44.045Z[ omicron-package] Compiling memmap v0.7.0
26362026-08-19T19:45:44.078Z[ omicron-package] Compiling swrite v0.1.0
26372026-08-19T19:45:44.127Z[ omicron-package] Compiling glob v0.3.3
26382026-08-19T19:45:44.508Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26392026-08-19T19:45:44.720Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26402026-08-19T19:45:44.766Z[ omicron-package] Compiling usdt v0.5.0
26412026-08-19T19:45:45.179Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26422026-08-19T19:45:45.199Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26432026-08-19T19:45:45.261Z[ omicron-package] Compiling zone v0.3.1
26442026-08-19T19:45:45.296Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26452026-08-19T19:45:45.352Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26462026-08-19T19:45:45.418Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26472026-08-19T19:45:45.512Z[ omicron-package] Compiling smf v0.2.3
26482026-08-19T19:45:45.555Z[ omicron-package] Compiling whoami v1.6.1
26492026-08-19T19:45:45.589Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26502026-08-19T19:45:45.713Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-19T19:45:45.812Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26522026-08-19T19:45:45.812Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26532026-08-19T19:45:45.961Z[ omicron-package] Compiling gethostname v0.5.0
26542026-08-19T19:45:46.065Z[ omicron-package] Compiling console v0.16.2
26552026-08-19T19:45:46.092Z[ omicron-package] Compiling unit-prefix v0.5.2
26562026-08-19T19:45:46.169Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26572026-08-19T19:45:46.519Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26582026-08-19T19:45:46.884Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26592026-08-19T19:45:46.930Z[ omicron-package] Compiling indicatif v0.18.4
26602026-08-19T19:45:50.385Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26612026-08-19T19:45:50.689Z[ helios-setup] Aug 19 19:45:49.669 INFO helios repository root is: /work/oxidecomputer/helios
26622026-08-19T19:45:50.748Z[ helios-setup] Aug 19 19:45:49.671 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
26632026-08-19T19:45:50.748Z[ helios-setup] Aug 19 19:45:49.671 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26642026-08-19T19:45:50.748Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26652026-08-19T19:45:50.977ZAug 19 19:45:49.958 INFO [hubris-staging] task succeeded (16.178062577s)
26662026-08-19T19:45:51.379Z[ helios-setup] Aug 19 19:45:50.355 INFO clone ok!, project: pinprick
26672026-08-19T19:45:51.383Z[ helios-setup] Aug 19 19:45:50.355 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
26682026-08-19T19:45:51.383Z[ helios-setup] Aug 19 19:45:50.355 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26692026-08-19T19:45:51.383Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26702026-08-19T19:45:51.930Z[ helios-setup] Aug 19 19:45:50.911 INFO clone ok!, project: bootserver
26712026-08-19T19:45:51.933Z[ helios-setup] Aug 19 19:45:50.911 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
26722026-08-19T19:45:51.933Z[ helios-setup] Aug 19 19:45:50.911 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26732026-08-19T19:45:51.933Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26742026-08-19T19:45:52.835Z[ helios-setup] Aug 19 19:45:51.816 INFO clone ok!, project: chelsio-t6-roms
26752026-08-19T19:45:52.838Z[ helios-setup] Aug 19 19:45:51.816 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26762026-08-19T19:45:52.839Z[ helios-setup] Aug 19 19:45:51.816 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
26772026-08-19T19:45:52.839Z[ helios-setup] Aug 19 19:45:51.816 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
26782026-08-19T19:45:52.839Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26792026-08-19T19:45:53.647Z[ helios-setup] Aug 19 19:45:52.627 INFO clone ok!, project: amd-host-image-builder
26802026-08-19T19:45:53.647Z[ helios-setup] Aug 19 19:45:52.627 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
26812026-08-19T19:45:53.651Z[ helios-setup] Aug 19 19:45:52.627 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26822026-08-19T19:45:53.651Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26832026-08-19T19:45:54.240Z[ helios-setup] Aug 19 19:45:53.218 INFO clone ok!, project: image-builder
26842026-08-19T19:45:54.240Z[ helios-setup] Aug 19 19:45:53.218 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
26852026-08-19T19:45:54.240Z[ helios-setup] Aug 19 19:45:53.218 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26862026-08-19T19:45:54.248Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26872026-08-19T19:45:56.076Z[ helios-setup] Aug 19 19:45:55.055 INFO clone ok!, project: dmar-report
26882026-08-19T19:45:56.076Z[ helios-setup] Aug 19 19:45:55.055 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26892026-08-19T19:45:56.079Z[ helios-setup] Aug 19 19:45:55.055 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
26902026-08-19T19:45:56.079Z[ helios-setup] Aug 19 19:45:55.055 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26912026-08-19T19:45:56.079Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26922026-08-19T19:45:56.636Z[ helios-setup] Aug 19 19:45:55.617 INFO clone ok!, project: phbl
26932026-08-19T19:45:56.636Z[ helios-setup] Aug 19 19:45:55.617 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
26942026-08-19T19:45:56.639Z[ helios-setup] Aug 19 19:45:55.617 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26952026-08-19T19:45:56.639Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26962026-08-19T19:45:57.487Z[ helios-setup] Aug 19 19:45:56.467 INFO clone ok!, project: pilot
26972026-08-19T19:45:57.487Z[ helios-setup] Aug 19 19:45:56.467 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26982026-08-19T19:45:57.490Z[ helios-setup] Aug 19 19:45:56.467 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
26992026-08-19T19:45:57.490Z[ helios-setup] Aug 19 19:45:56.467 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27002026-08-19T19:45:57.490Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27012026-08-19T19:45:59.184Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27022026-08-19T19:46:02.491Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27032026-08-19T19:46:03.617Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27042026-08-19T19:46:04.560Z[ helios-setup] Aug 19 19:46:03.538 INFO clone ok!, project: amd-firmware
27052026-08-19T19:46:04.564Z[ helios-setup] Aug 19 19:46:03.538 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27062026-08-19T19:46:04.792Z[ helios-setup] Aug 19 19:46:03.772 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27072026-08-19T19:46:05.029Z[ helios-setup] Aug 19 19:46:04.009 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27082026-08-19T19:46:05.029Z[ helios-setup] Aug 19 19:46:04.009 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27092026-08-19T19:46:05.284Z[ helios-setup] Aug 19 19:46:04.261 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27102026-08-19T19:46:05.517Z[ helios-setup] Aug 19 19:46:04.497 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27112026-08-19T19:46:05.517Z[ helios-setup] Aug 19 19:46:04.497 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27122026-08-19T19:46:05.728Z[ helios-setup] Aug 19 19:46:04.709 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27132026-08-19T19:46:05.936Z[ helios-setup] Aug 19 19:46:04.917 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27142026-08-19T19:46:05.936Z[ helios-setup] Aug 19 19:46:04.917 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27152026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27162026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO ok!
27172026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27182026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27192026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO ok!
27202026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27212026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27222026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO ok!
27232026-08-19T19:46:05.940Z[ helios-setup] Aug 19 19:46:04.917 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27242026-08-19T19:46:05.945Z[ helios-setup] Aug 19 19:46:04.926 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27252026-08-19T19:46:05.945Z[ helios-setup] Aug 19 19:46:04.926 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27262026-08-19T19:46:05.948Z[ helios-setup] Aug 19 19:46:04.926 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27272026-08-19T19:46:06.053Z[ helios-setup] Aug 19 19:46:05.033 INFO E| Downloading crates ...
27282026-08-19T19:46:06.097Z[ helios-setup] Aug 19 19:46:05.077 INFO E| Downloaded adler2 v2.0.0
27292026-08-19T19:46:06.105Z[ helios-setup] Aug 19 19:46:05.086 INFO E| Downloaded miniz_oxide v0.8.8
27302026-08-19T19:46:06.127Z[ helios-setup] Aug 19 19:46:05.107 INFO E| Compiling adler2 v2.0.0
27312026-08-19T19:46:06.193Z[ helios-setup] Aug 19 19:46:05.173 INFO E| Compiling miniz_oxide v0.8.8
27322026-08-19T19:46:06.971Z[ helios-setup] Aug 19 19:46:05.951 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27332026-08-19T19:46:07.332Z[ helios-setup] Aug 19 19:46:06.311 INFO E| Finished `release` profile [optimized] target(s) in 1.37s
27342026-08-19T19:46:07.338Z[ helios-setup] Aug 19 19:46:06.318 INFO building project "pinprick" ok (1 seconds)
27352026-08-19T19:46:07.338Z[ helios-setup] Aug 19 19:46:06.318 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27362026-08-19T19:46:07.345Z[ helios-setup] Aug 19 19:46:06.326 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
27372026-08-19T19:46:07.348Z[ helios-setup] Aug 19 19:46:06.326 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27382026-08-19T19:46:07.348Z[ helios-setup] Aug 19 19:46:06.326 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27392026-08-19T19:46:07.412Z[ helios-setup] Aug 19 19:46:06.391 INFO E| Downloading crates ...
27402026-08-19T19:46:07.456Z[ helios-setup] Aug 19 19:46:06.437 INFO E| Downloaded block-buffer v0.10.3
27412026-08-19T19:46:07.462Z[ helios-setup] Aug 19 19:46:06.443 INFO E| Downloaded unicode-width v0.1.10
27422026-08-19T19:46:07.465Z[ helios-setup] Aug 19 19:46:06.446 INFO E| Downloaded miniz_oxide v0.6.2
27432026-08-19T19:46:07.468Z[ helios-setup] Aug 19 19:46:06.447 INFO E| Downloaded typenum v1.15.0
27442026-08-19T19:46:07.471Z[ helios-setup] Aug 19 19:46:06.450 INFO E| Downloaded cpufeatures v0.2.5
27452026-08-19T19:46:07.474Z[ helios-setup] Aug 19 19:46:06.452 INFO E| Downloaded generic-array v0.14.6
27462026-08-19T19:46:07.477Z[ helios-setup] Aug 19 19:46:06.456 INFO E| Downloaded sha2 v0.10.5
27472026-08-19T19:46:07.480Z[ helios-setup] Aug 19 19:46:06.459 INFO E| Downloaded anyhow v1.0.62
27482026-08-19T19:46:07.483Z[ helios-setup] Aug 19 19:46:06.463 INFO E| Downloaded digest v0.10.3
27492026-08-19T19:46:07.483Z[ helios-setup] Aug 19 19:46:06.464 INFO E| Downloaded flate2 v1.0.25
27502026-08-19T19:46:07.488Z[ helios-setup] Aug 19 19:46:06.466 INFO E| Downloaded bytes v1.2.1
27512026-08-19T19:46:07.513Z[ helios-setup] Aug 19 19:46:06.493 INFO E| Compiling typenum v1.15.0
27522026-08-19T19:46:07.516Z[ helios-setup] Aug 19 19:46:06.493 INFO E| Compiling version_check v0.9.4
27532026-08-19T19:46:07.516Z[ helios-setup] Aug 19 19:46:06.493 INFO E| Compiling crc32fast v1.3.2
27542026-08-19T19:46:07.516Z[ helios-setup] Aug 19 19:46:06.493 INFO E| Compiling cfg-if v1.0.0
27552026-08-19T19:46:07.516Z[ helios-setup] Aug 19 19:46:06.493 INFO E| Compiling adler v1.0.2
27562026-08-19T19:46:07.516Z[ helios-setup] Aug 19 19:46:06.493 INFO E| Compiling anyhow v1.0.62
27572026-08-19T19:46:07.516Z[ helios-setup] Aug 19 19:46:06.494 INFO E| Compiling cpufeatures v0.2.5
27582026-08-19T19:46:07.521Z[ helios-setup] Aug 19 19:46:06.501 INFO E| Compiling unicode-width v0.1.10
27592026-08-19T19:46:07.524Z[ helios-setup] Aug 19 19:46:06.501 INFO E| Compiling bytes v1.2.1
27602026-08-19T19:46:07.524Z[ helios-setup] Aug 19 19:46:06.502 INFO E| Compiling bitflags v1.3.2
27612026-08-19T19:46:07.597Z[ helios-setup] Aug 19 19:46:06.577 INFO E| Compiling getopts v0.2.21
27622026-08-19T19:46:07.614Z[ helios-setup] Aug 19 19:46:06.594 INFO E| Compiling miniz_oxide v0.6.2
27632026-08-19T19:46:07.763Z[ helios-setup] Aug 19 19:46:06.743 INFO E| Compiling generic-array v0.14.6
27642026-08-19T19:46:07.960Z[ helios-setup] Aug 19 19:46:06.941 INFO E| Compiling flate2 v1.0.25
27652026-08-19T19:46:08.840Z[ helios-setup] Aug 19 19:46:07.818 INFO E| Compiling crypto-common v0.1.6
27662026-08-19T19:46:08.840Z[ helios-setup] Aug 19 19:46:07.818 INFO E| Compiling block-buffer v0.10.3
27672026-08-19T19:46:08.929Z[ helios-setup] Aug 19 19:46:07.909 INFO E| Compiling digest v0.10.3
27682026-08-19T19:46:09.067Z[ helios-setup] Aug 19 19:46:08.047 INFO E| Compiling sha2 v0.10.5
27692026-08-19T19:46:09.252Z[ helios-setup] Aug 19 19:46:08.232 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27702026-08-19T19:46:10.892Z[ helios-setup] Aug 19 19:46:09.872 INFO E| Finished `release` profile [optimized] target(s) in 3.53s
27712026-08-19T19:46:10.902Z[ helios-setup] Aug 19 19:46:09.883 INFO building project "bootserver" ok (3 seconds)
27722026-08-19T19:46:10.902Z[ helios-setup] Aug 19 19:46:09.883 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27732026-08-19T19:46:10.936Z[ helios-setup] Aug 19 19:46:09.916 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')"
27742026-08-19T19:46:10.936Z[ helios-setup] Aug 19 19:46:09.916 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27752026-08-19T19:46:10.939Z[ helios-setup] Aug 19 19:46:09.916 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27762026-08-19T19:46:11.064Z[ helios-setup] Aug 19 19:46:10.044 INFO E| Updating crates.io index
27772026-08-19T19:46:11.067Z[ helios-setup] Aug 19 19:46:10.045 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27782026-08-19T19:46:11.558Z[ helios-setup] Aug 19 19:46:10.536 INFO E| From https://github.com/oxidecomputer/amd-apcb
27792026-08-19T19:46:11.558Z[ helios-setup] Aug 19 19:46:10.536 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27802026-08-19T19:46:11.567Z[ helios-setup] Aug 19 19:46:10.547 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27812026-08-19T19:46:11.977Z[ helios-setup] Aug 19 19:46:10.945 INFO E| From https://github.com/oxidecomputer/amd-efs
27822026-08-19T19:46:11.978Z[ helios-setup] Aug 19 19:46:10.945 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27832026-08-19T19:46:12.335Z[ helios-setup] Aug 19 19:46:11.315 INFO E| Downloading crates ...
27842026-08-19T19:46:12.378Z[ helios-setup] Aug 19 19:46:11.358 INFO E| Downloaded dyn-clone v1.0.19
27852026-08-19T19:46:12.385Z[ helios-setup] Aug 19 19:46:11.365 INFO E| Downloaded thiserror v2.0.12
27862026-08-19T19:46:12.393Z[ helios-setup] Aug 19 19:46:11.373 INFO E| Downloaded ansi_term v0.12.1
27872026-08-19T19:46:12.397Z[ helios-setup] Aug 19 19:46:11.376 INFO E| Downloaded serde_json v1.0.140
27882026-08-19T19:46:12.400Z[ helios-setup] Aug 19 19:46:11.380 INFO E| Downloaded unic-common v0.9.0
27892026-08-19T19:46:12.400Z[ helios-setup] Aug 19 19:46:11.380 INFO E| Downloaded heck v0.3.3
27902026-08-19T19:46:12.403Z[ helios-setup] Aug 19 19:46:11.381 INFO E| Downloaded strum_macros v0.27.1
27912026-08-19T19:46:12.410Z[ helios-setup] Aug 19 19:46:11.391 INFO E| Downloaded four-cc v0.4.0
27922026-08-19T19:46:12.413Z[ helios-setup] Aug 19 19:46:11.391 INFO E| Downloaded strum v0.27.1
27932026-08-19T19:46:12.413Z[ helios-setup] Aug 19 19:46:11.392 INFO E| Downloaded unic-char-range v0.9.0
27942026-08-19T19:46:12.416Z[ helios-setup] Aug 19 19:46:11.396 INFO E| Downloaded vec_map v0.8.2
27952026-08-19T19:46:12.423Z[ helios-setup] Aug 19 19:46:11.404 INFO E| Downloaded structopt-derive v0.4.18
27962026-08-19T19:46:12.426Z[ helios-setup] Aug 19 19:46:11.405 INFO E| Downloaded pest_generator v2.8.0
27972026-08-19T19:46:12.431Z[ helios-setup] Aug 19 19:46:11.407 INFO E| Downloaded unic-char-property v0.9.0
27982026-08-19T19:46:12.434Z[ helios-setup] Aug 19 19:46:11.411 INFO E| Downloaded strsim v0.8.0
27992026-08-19T19:46:12.434Z[ helios-setup] Aug 19 19:46:11.412 INFO E| Downloaded bytesize v2.0.1
28002026-08-19T19:46:12.434Z[ helios-setup] Aug 19 19:46:11.413 INFO E| Downloaded unic-ucd-ident v0.9.0
28012026-08-19T19:46:12.437Z[ helios-setup] Aug 19 19:46:11.417 INFO E| Downloaded autocfg v1.4.0
28022026-08-19T19:46:12.440Z[ helios-setup] Aug 19 19:46:11.419 INFO E| Downloaded unic-ucd-version v0.9.0
28032026-08-19T19:46:12.447Z[ helios-setup] Aug 19 19:46:11.425 INFO E| Downloaded parse_int v0.9.0
28042026-08-19T19:46:12.451Z[ helios-setup] Aug 19 19:46:11.431 INFO E| Downloaded quote v1.0.40
28052026-08-19T19:46:12.455Z[ helios-setup] Aug 19 19:46:11.432 INFO E| Downloaded modular-bitfield-impl v0.11.2
28062026-08-19T19:46:12.455Z[ helios-setup] Aug 19 19:46:11.433 INFO E| Downloaded serde v1.0.219
28072026-08-19T19:46:12.455Z[ helios-setup] Aug 19 19:46:11.435 INFO E| Downloaded modular-bitfield v0.13.1
28082026-08-19T19:46:12.459Z[ helios-setup] Aug 19 19:46:11.439 INFO E| Downloaded thiserror-impl v2.0.12
28092026-08-19T19:46:12.462Z[ helios-setup] Aug 19 19:46:11.440 INFO E| Downloaded modular-bitfield-impl v0.13.1
28102026-08-19T19:46:12.462Z[ helios-setup] Aug 19 19:46:11.442 INFO E| Downloaded structopt v0.3.26
28112026-08-19T19:46:12.465Z[ helios-setup] Aug 19 19:46:11.445 INFO E| Downloaded fletcher v1.0.0
28122026-08-19T19:46:12.468Z[ helios-setup] Aug 19 19:46:11.446 INFO E| Downloaded rustversion v1.0.20
28132026-08-19T19:46:12.471Z[ helios-setup] Aug 19 19:46:11.452 INFO E| Downloaded unicode-ident v1.0.18
28142026-08-19T19:46:12.474Z[ helios-setup] Aug 19 19:46:11.454 INFO E| Downloaded itoa v1.0.15
28152026-08-19T19:46:12.477Z[ helios-setup] Aug 19 19:46:11.456 INFO E| Downloaded pest_derive v2.8.0
28162026-08-19T19:46:12.480Z[ helios-setup] Aug 19 19:46:11.459 INFO E| Downloaded log v0.4.27
28172026-08-19T19:46:12.487Z[ helios-setup] Aug 19 19:46:11.467 INFO E| Downloaded textwrap v0.11.0
28182026-08-19T19:46:12.490Z[ helios-setup] Aug 19 19:46:11.470 INFO E| Downloaded ryu v1.0.20
28192026-08-19T19:46:12.494Z[ helios-setup] Aug 19 19:46:11.473 INFO E| Downloaded modular-bitfield v0.11.2
28202026-08-19T19:46:12.500Z[ helios-setup] Aug 19 19:46:11.479 INFO E| Downloaded pest_meta v2.8.0
28212026-08-19T19:46:12.505Z[ helios-setup] Aug 19 19:46:11.480 INFO E| Downloaded typenum v1.18.0
28222026-08-19T19:46:12.505Z[ helios-setup] Aug 19 19:46:11.482 INFO E| Downloaded memchr v2.7.4
28232026-08-19T19:46:12.505Z[ helios-setup] Aug 19 19:46:11.484 INFO E| Downloaded proc-macro2 v1.0.95
28242026-08-19T19:46:12.509Z[ helios-setup] Aug 19 19:46:11.486 INFO E| Downloaded serde_derive v1.0.219
28252026-08-19T19:46:12.509Z[ helios-setup] Aug 19 19:46:11.487 INFO E| Downloaded zerocopy-derive v0.8.25
28262026-08-19T19:46:12.531Z[ helios-setup] Aug 19 19:46:11.512 INFO E| Downloaded pest v2.8.0
28272026-08-19T19:46:12.555Z[ helios-setup] Aug 19 19:46:11.535 INFO E| Downloaded goblin v0.9.3
28282026-08-19T19:46:12.562Z[ helios-setup] Aug 19 19:46:11.543 INFO E| Downloaded clap v2.34.0
28292026-08-19T19:46:12.566Z[ helios-setup] Aug 19 19:46:11.547 INFO E| Downloaded zerocopy v0.8.25
28302026-08-19T19:46:12.580Z[ helios-setup] Aug 19 19:46:11.561 INFO E| Downloaded syn v2.0.101
28312026-08-19T19:46:12.601Z[ helios-setup] Aug 19 19:46:11.581 INFO E| Downloaded libc v0.2.172
28322026-08-19T19:46:12.649Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling proc-macro2 v1.0.95
28332026-08-19T19:46:12.649Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling unicode-ident v1.0.18
28342026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling memchr v2.7.4
28352026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling autocfg v1.4.0
28362026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling thiserror v2.0.12
28372026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling syn v1.0.109
28382026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling serde v1.0.219
28392026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling version_check v0.9.5
28402026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling serde_json v1.0.140
28412026-08-19T19:46:12.653Z[ helios-setup] Aug 19 19:46:11.629 INFO E| Compiling ryu v1.0.20
28422026-08-19T19:46:12.672Z[ helios-setup] Aug 19 19:46:11.652 INFO E| Compiling itoa v1.0.15
28432026-08-19T19:46:12.675Z[ helios-setup] Aug 19 19:46:11.656 INFO E| Compiling schemars v0.8.22
28442026-08-19T19:46:12.678Z[ helios-setup] Aug 19 19:46:11.656 INFO E| Compiling dyn-clone v1.0.19
28452026-08-19T19:46:12.678Z[ helios-setup] Aug 19 19:46:11.656 INFO E| Compiling zerocopy v0.8.25
28462026-08-19T19:46:12.678Z[ helios-setup] Aug 19 19:46:11.656 INFO E| Compiling paste v1.0.15
28472026-08-19T19:46:12.678Z[ helios-setup] Aug 19 19:46:11.656 INFO E| Compiling ucd-trie v0.1.7
28482026-08-19T19:46:12.815Z[ helios-setup] Aug 19 19:46:11.795 INFO E| Compiling static_assertions v1.1.0
28492026-08-19T19:46:12.842Z[ helios-setup] Aug 19 19:46:11.821 INFO E| Compiling libc v0.2.172
28502026-08-19T19:46:12.872Z[ helios-setup] Aug 19 19:46:11.852 INFO E| Compiling rustversion v1.0.20
28512026-08-19T19:46:12.901Z[ helios-setup] Aug 19 19:46:11.881 INFO E| Compiling once_cell v1.21.3
28522026-08-19T19:46:12.933Z[ helios-setup] Aug 19 19:46:11.913 INFO E| Compiling unicode-segmentation v1.12.0
28532026-08-19T19:46:12.951Z[ helios-setup] Aug 19 19:46:11.930 INFO E| Compiling heck v0.5.0
28542026-08-19T19:46:12.996Z[ helios-setup] Aug 19 19:46:11.975 INFO E| Compiling proc-macro-error-attr v1.0.4
28552026-08-19T19:46:13.006Z[ helios-setup] Aug 19 19:46:11.985 INFO E| Compiling proc-macro-error v1.0.4
28562026-08-19T19:46:13.032Z[ helios-setup] Aug 19 19:46:12.007 INFO E| Compiling unicode-width v0.1.14
28572026-08-19T19:46:13.042Z[ helios-setup] Aug 19 19:46:12.019 INFO E| Compiling fletcher v1.0.0
28582026-08-19T19:46:13.046Z[ helios-setup] Aug 19 19:46:12.021 INFO E| Compiling num-traits v0.2.19
28592026-08-19T19:46:13.076Z[ helios-setup] Aug 19 19:46:12.056 INFO E| Compiling memoffset v0.9.1
28602026-08-19T19:46:13.130Z[ helios-setup] Aug 19 19:46:12.110 INFO E| Compiling byteorder v1.5.0
28612026-08-19T19:46:13.134Z[ helios-setup] Aug 19 19:46:12.114 INFO E| Compiling unic-char-range v0.9.0
28622026-08-19T19:46:13.164Z[ helios-setup] Aug 19 19:46:12.144 INFO E| Compiling strum v0.27.1
28632026-08-19T19:46:13.214Z[ helios-setup] Aug 19 19:46:12.194 INFO E| Compiling ansi_term v0.12.1
28642026-08-19T19:46:13.279Z[ helios-setup] Aug 19 19:46:12.259 INFO E| Compiling textwrap v0.11.0
28652026-08-19T19:46:13.290Z[ helios-setup] Aug 19 19:46:12.264 INFO E| Compiling bitflags v1.3.2
28662026-08-19T19:46:13.303Z[ helios-setup] Aug 19 19:46:12.283 INFO E| Compiling heck v0.3.3
28672026-08-19T19:46:13.327Z[ helios-setup] Aug 19 19:46:12.298 INFO E| Compiling vec_map v0.8.2
28682026-08-19T19:46:13.348Z[ helios-setup] Aug 19 19:46:12.328 INFO E| Compiling unic-common v0.9.0
28692026-08-19T19:46:13.363Z[ helios-setup] Aug 19 19:46:12.343 INFO E| Compiling strsim v0.8.0
28702026-08-19T19:46:13.371Z[ helios-setup] Aug 19 19:46:12.351 INFO E| Compiling unic-char-property v0.9.0
28712026-08-19T19:46:13.376Z[ helios-setup] Aug 19 19:46:12.356 INFO E| Compiling log v0.4.27
28722026-08-19T19:46:13.486Z[ helios-setup] Aug 19 19:46:12.365 INFO E| Compiling lazy_static v1.5.0
28732026-08-19T19:46:13.487Z[ helios-setup] Aug 19 19:46:12.385 INFO E| Compiling plain v0.2.3
28742026-08-19T19:46:13.492Z[ helios-setup] Aug 19 19:46:12.468 INFO E| Compiling atty v0.2.14
28752026-08-19T19:46:13.492Z[ helios-setup] Aug 19 19:46:12.468 INFO E| Compiling unic-ucd-version v0.9.0
28762026-08-19T19:46:13.492Z[ helios-setup] Aug 19 19:46:12.468 INFO E| Compiling bytesize v2.0.1
28772026-08-19T19:46:13.551Z[ helios-setup] Aug 19 19:46:12.530 INFO E| Compiling unic-ucd-ident v0.9.0
28782026-08-19T19:46:13.555Z[ helios-setup] Aug 19 19:46:12.535 INFO E| Compiling clap v2.34.0
28792026-08-19T19:46:13.610Z[ helios-setup] Aug 19 19:46:12.589 INFO E| Compiling quote v1.0.40
28802026-08-19T19:46:13.768Z[ helios-setup] Aug 19 19:46:12.748 INFO E| Compiling syn v2.0.101
28812026-08-19T19:46:13.981Z[ helios-setup] Aug 19 19:46:12.961 INFO E| Compiling parse_int v0.9.0
28822026-08-19T19:46:14.036Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.23s
28832026-08-19T19:46:14.274Z[ omicron-package]
28842026-08-19T19:46:14.274Z[ omicron-package] real 39.408560161
28852026-08-19T19:46:14.277Z[ omicron-package] user 3:50.010954296
28862026-08-19T19:46:14.277Z[ omicron-package] sys 27.396913355
28872026-08-19T19:46:14.277Z[ omicron-package] trap 0.483312474
28882026-08-19T19:46:14.277Z[ omicron-package] tflt 0.747498662
28892026-08-19T19:46:14.277Z[ omicron-package] dflt 2.110251618
28902026-08-19T19:46:14.277Z[ omicron-package] kflt 0.000176835
28912026-08-19T19:46:14.277Z[ omicron-package] lock 11:17.365943377
28922026-08-19T19:46:14.277Z[ omicron-package] slp 6:07.926845644
28932026-08-19T19:46:14.277Z[ omicron-package] lat 48.066233087
28942026-08-19T19:46:14.277Z[ omicron-package] stop 1:49.212733414
28952026-08-19T19:46:14.277ZAug 19 19:46:13.255 INFO [omicron-package] process exited with exit status: 0 (39.473667531s)
28962026-08-19T19:46:14.277ZAug 19 19:46:13.255 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28972026-08-19T19:46:14.277ZAug 19 19:46:13.255 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28982026-08-19T19:46:14.286Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28992026-08-19T19:46:14.286Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29002026-08-19T19:46:14.289Z[ host-target] Created new build target 'host' and set it as active
29012026-08-19T19:46:14.289Z[ recovery-target] Created new build target 'recovery' and set it as active
29022026-08-19T19:46:14.291ZAug 19 19:46:13.270 INFO [recovery-target] process exited with exit status: 0 (14.82306ms)
29032026-08-19T19:46:14.292ZAug 19 19:46:13.271 INFO [host-target] process exited with exit status: 0 (15.38138ms)
29042026-08-19T19:46:14.292ZAug 19 19:46:13.271 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29052026-08-19T19:46:14.296Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29062026-08-19T19:46:15.555Z[ helios-setup] Aug 19 19:46:14.534 INFO E| Compiling modular-bitfield-impl v0.11.2
29072026-08-19T19:46:15.555Z[ helios-setup] Aug 19 19:46:14.534 INFO E| Compiling structopt-derive v0.4.18
29082026-08-19T19:46:15.810Z[ helios-setup] Aug 19 19:46:14.790 INFO E| Compiling serde_derive_internals v0.29.1
29092026-08-19T19:46:15.882Z[ host-package] Compiling heck v0.5.0
29102026-08-19T19:46:15.882Z[ host-package] Compiling regress v0.11.1
29112026-08-19T19:46:16.138Z[ host-package] Compiling unsafe-libyaml v0.2.11
29122026-08-19T19:46:16.162Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29132026-08-19T19:46:16.192Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29142026-08-19T19:46:16.192Z[ host-package] Compiling derive-where v1.6.0
29152026-08-19T19:46:16.192Z[ host-package] Compiling bytecount v0.6.9
29162026-08-19T19:46:16.201Z[ helios-setup] Aug 19 19:46:15.181 INFO E| Compiling thiserror-impl v2.0.12
29172026-08-19T19:46:16.201Z[ helios-setup] Aug 19 19:46:15.181 INFO E| Compiling serde_derive v1.0.219
29182026-08-19T19:46:16.201Z[ helios-setup] Aug 19 19:46:15.181 INFO E| Compiling zerocopy-derive v0.8.25
29192026-08-19T19:46:16.204Z[ helios-setup] Aug 19 19:46:15.181 INFO E| Compiling num-derive v0.4.2
29202026-08-19T19:46:16.204Z[ helios-setup] Aug 19 19:46:15.181 INFO E| Compiling modular-bitfield-impl v0.13.1
29212026-08-19T19:46:16.204Z[ helios-setup] Aug 19 19:46:15.182 INFO E| Compiling strum_macros v0.27.1
29222026-08-19T19:46:16.204Z[ helios-setup] Aug 19 19:46:15.182 INFO E| Compiling scroll_derive v0.12.1
29232026-08-19T19:46:16.345Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29242026-08-19T19:46:16.345Z[ host-package] Compiling atomicwrites v0.4.4
29252026-08-19T19:46:16.345Z[ host-package] Compiling is-terminal v0.4.17
29262026-08-19T19:46:16.345Z[ host-package] Compiling prettyplease v0.2.37
29272026-08-19T19:46:16.345Z[ host-package] Compiling newline-converter v0.3.0
29282026-08-19T19:46:16.345Z[ helios-setup] Aug 19 19:46:15.323 INFO E| Compiling schemars_derive v0.8.22
29292026-08-19T19:46:16.438Z[ host-package] Compiling console v0.15.11
29302026-08-19T19:46:16.455Z[ helios-setup] Aug 19 19:46:15.434 INFO E| Compiling modular-bitfield v0.11.2
29312026-08-19T19:46:16.482Z[ helios-setup] Aug 19 19:46:15.461 INFO E| Compiling structopt v0.3.26
29322026-08-19T19:46:16.613Z[ host-package] Compiling slog-dtrace v0.3.0
29332026-08-19T19:46:16.708Z[ host-package] Compiling resolv-conf v0.7.6
29342026-08-19T19:46:17.062Z[ helios-setup] Aug 19 19:46:16.038 INFO E| Compiling scroll v0.12.0
29352026-08-19T19:46:17.068Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29362026-08-19T19:46:17.076Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29372026-08-19T19:46:17.076Z[ host-package] Compiling expectorate v1.2.0
29382026-08-19T19:46:17.236Z[ host-package] Compiling cancel-safe-futures v0.1.5
29392026-08-19T19:46:17.246Z[ host-package] Compiling num-rational v0.4.2
29402026-08-19T19:46:17.247Z[ host-package] Compiling num-complex v0.4.6
29412026-08-19T19:46:17.247Z[ host-package] Compiling thread_local v1.1.9
29422026-08-19T19:46:17.308Z[ helios-setup] Aug 19 19:46:16.288 INFO E| Compiling goblin v0.9.3
29432026-08-19T19:46:17.475Z[ helios-setup] Aug 19 19:46:16.452 INFO E| Compiling modular-bitfield v0.13.1
29442026-08-19T19:46:17.646Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29452026-08-19T19:46:17.651Z[ host-package] Compiling compression-core v0.4.31
29462026-08-19T19:46:17.734Z[ helios-setup] Aug 19 19:46:16.710 INFO E| Compiling pest v2.8.0
29472026-08-19T19:46:17.851Z[ host-package] Compiling typify-impl v0.6.2
29482026-08-19T19:46:17.857Z[ host-package] Compiling match_cfg v0.1.0
29492026-08-19T19:46:18.013Z[ host-package] Compiling multer v3.1.0
29502026-08-19T19:46:18.030Z[ host-package] Compiling compression-codecs v0.4.37
29512026-08-19T19:46:18.108Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29522026-08-19T19:46:18.108Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29532026-08-19T19:46:18.126Z[ host-package] Compiling hostname v0.3.1
29542026-08-19T19:46:18.390Z[ host-package] Compiling num v0.4.3
29552026-08-19T19:46:18.430Z[ host-package] Compiling slog-async v2.8.0
29562026-08-19T19:46:18.526Z[ host-package] Compiling crossbeam-channel v0.5.15
29572026-08-19T19:46:18.532Z[ host-package] Compiling slog-json v2.6.1
29582026-08-19T19:46:18.551Z[ host-package] Compiling serde_spanned v1.1.1
29592026-08-19T19:46:18.555Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29602026-08-19T19:46:18.555Z[ host-package] Compiling term v1.2.1
29612026-08-19T19:46:18.577Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29622026-08-19T19:46:18.814Z[ helios-setup] Aug 19 19:46:17.791 INFO E| Compiling pest_meta v2.8.0
29632026-08-19T19:46:18.942Z[ host-package] Compiling linked-hash-map v0.5.6
29642026-08-19T19:46:19.066Z[ host-package] Compiling float-ord v0.3.2
29652026-08-19T19:46:19.110Z[ host-package] Compiling linear-map v1.2.0
29662026-08-19T19:46:19.110Z[ host-package] Compiling take_mut v0.2.2
29672026-08-19T19:46:19.115Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29682026-08-19T19:46:19.115Z[ host-package] Compiling async-compression v0.4.41
29692026-08-19T19:46:19.168Z[ host-package] Compiling slog-term v2.9.2
29702026-08-19T19:46:19.175Z[ host-package] Compiling slog-bunyan v2.5.0
29712026-08-19T19:46:19.311Z[ host-package] Compiling lru-cache v0.1.2
29722026-08-19T19:46:19.322Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29732026-08-19T19:46:19.432Z[ helios-setup] Aug 19 19:46:18.410 INFO E| Compiling pest_generator v2.8.0
29742026-08-19T19:46:19.754Z[ host-package] Compiling oxide-update-engine v0.1.2
29752026-08-19T19:46:19.754Z[ host-package] Compiling async-stream v0.3.6
29762026-08-19T19:46:19.940Z[ host-package] Compiling dropshot v0.17.1
29772026-08-19T19:46:19.940Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29782026-08-19T19:46:20.111Z[ host-package] Compiling progenitor-client v0.14.0
29792026-08-19T19:46:20.127Z[ host-package] Compiling sha1 v0.11.0
29802026-08-19T19:46:20.131Z[ host-package] Compiling waitgroup v0.1.2
29812026-08-19T19:46:20.132Z[ host-package] Compiling rustls-pemfile v2.2.0
29822026-08-19T19:46:20.213Z[ helios-setup] Aug 19 19:46:19.190 INFO E| Compiling pest_derive v2.8.0
29832026-08-19T19:46:20.299Z[ host-package] Compiling backon v1.6.0
29842026-08-19T19:46:20.387Z[ host-package] Compiling hostname v0.4.2
29852026-08-19T19:46:20.440Z[ host-package] Compiling serde_path_to_error v0.1.20
29862026-08-19T19:46:20.499Z[ host-package] Compiling instant v0.1.13
29872026-08-19T19:46:20.603Z[ host-package] Compiling debug-ignore v1.0.5
29882026-08-19T19:46:20.651Z[ host-package] Compiling minimal-lexical v0.2.1
29892026-08-19T19:46:20.654Z[ host-package] Compiling progenitor-extras v0.2.0
29902026-08-19T19:46:20.748Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29912026-08-19T19:46:20.792Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29922026-08-19T19:46:20.849Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29932026-08-19T19:46:20.896Z[ helios-setup] Aug 19 19:46:19.871 INFO E| Compiling json5 v0.4.1
29942026-08-19T19:46:20.933Z[ host-package] Compiling parse-display v0.10.0
29952026-08-19T19:46:20.977Z[ host-package] Compiling backoff v0.4.0
29962026-08-19T19:46:21.050Z[ host-package] Compiling nom v7.1.3
29972026-08-19T19:46:21.083Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29982026-08-19T19:46:21.087Z[ host-package] Compiling hickory-proto v0.24.4
29992026-08-19T19:46:21.168Z[ host-package] Compiling regress v0.10.5
30002026-08-19T19:46:21.234Z[ host-package] Compiling itertools v0.14.0
30012026-08-19T19:46:21.516Z[ host-package] Compiling macaddr v1.0.1
30022026-08-19T19:46:21.523Z[ host-package] Compiling typify-macro v0.6.2
30032026-08-19T19:46:21.861Z[ host-package] Compiling humantime v2.3.0
30042026-08-19T19:46:21.922Z[ host-package] Compiling unicode-xid v0.2.6
30052026-08-19T19:46:22.088Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30062026-08-19T19:46:22.197Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30072026-08-19T19:46:22.220Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30082026-08-19T19:46:22.362Z[ host-package] Compiling convert_case v0.10.0
30092026-08-19T19:46:22.467Z[ helios-setup] Aug 19 19:46:21.446 INFO E| Compiling four-cc v0.4.0
30102026-08-19T19:46:22.467Z[ helios-setup] Aug 19 19:46:21.446 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30112026-08-19T19:46:22.583Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30122026-08-19T19:46:22.606Z[ helios-setup] Aug 19 19:46:21.586 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30132026-08-19T19:46:22.723Z[ host-package] Compiling toml v0.8.23
30142026-08-19T19:46:22.838Z[ host-package] Compiling papergrid v0.11.0
30152026-08-19T19:46:22.843Z[ host-package] Compiling derive_more-impl v2.1.1
30162026-08-19T19:46:23.345Z[ host-package] Compiling typify v0.6.2
30172026-08-19T19:46:23.557Z[ host-package] Compiling progenitor-impl v0.14.0
30182026-08-19T19:46:23.685Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30192026-08-19T19:46:23.812Z[ host-package] Compiling tabled_derive v0.7.0
30202026-08-19T19:46:23.904Z[ host-package] Compiling derive_more v2.1.1
30212026-08-19T19:46:24.010Z[ host-package] Compiling termtree v0.5.1
30222026-08-19T19:46:24.082Z[ host-package] Compiling crossterm v0.29.0
30232026-08-19T19:46:24.145Z[ host-package] Compiling hickory-resolver v0.24.4
30242026-08-19T19:46:24.350Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30252026-08-19T19:46:24.820Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30262026-08-19T19:46:24.835Z[ host-package] Compiling tabled v0.15.0
30272026-08-19T19:46:26.007Z[ host-package] Compiling progenitor-macro v0.14.0
30282026-08-19T19:46:26.055Z[ host-package] Compiling qorb v0.4.1
30292026-08-19T19:46:26.183Z[ host-package] Compiling phf_shared v0.12.1
30302026-08-19T19:46:26.511Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30312026-08-19T19:46:27.070Z[ host-package] Compiling csv-core v0.1.13
30322026-08-19T19:46:27.445Z[ host-package] Compiling vte v0.14.1
30332026-08-19T19:46:27.558Z[ host-package] Compiling highway v1.3.0
30342026-08-19T19:46:27.672Z[ host-package] Compiling chrono-tz v0.10.4
30352026-08-19T19:46:28.449Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30362026-08-19T19:46:28.479Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30372026-08-19T19:46:29.010Z[ host-package] Compiling csv v1.4.0
30382026-08-19T19:46:29.063Z[ host-package] Compiling phf v0.12.1
30392026-08-19T19:46:29.235Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-08-19T19:46:29.402Z[ host-package] Compiling const_format_proc_macros v0.2.34
30412026-08-19T19:46:29.442Z[ host-package] Compiling fd-lock v4.0.4
30422026-08-19T19:46:29.667Z[ host-package] Compiling peg-macros v0.8.5
30432026-08-19T19:46:30.146Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-08-19T19:46:30.190Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30452026-08-19T19:46:30.213Z[ host-package] Compiling nu-ansi-term v0.50.3
30462026-08-19T19:46:30.374Z[ host-package] Compiling progenitor v0.14.0
30472026-08-19T19:46:30.439Z[ host-package] Compiling const_format v0.2.35
30482026-08-19T19:46:30.625Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30492026-08-19T19:46:30.761Z[ host-package] Compiling reedline v0.40.0
30502026-08-19T19:46:30.960Z[ host-package] Compiling peg v0.8.5
30512026-08-19T19:46:31.089Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30522026-08-19T19:46:32.053Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30532026-08-19T19:46:32.200Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30542026-08-19T19:46:32.720Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30552026-08-19T19:46:32.769Z[ host-package] Compiling bcs v0.1.6
30562026-08-19T19:46:33.111Z[ host-package] Compiling nom v8.0.0
30572026-08-19T19:46:33.328Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30582026-08-19T19:46:33.635Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30592026-08-19T19:46:34.361Z[ host-package] Compiling semver v0.1.20
30602026-08-19T19:46:34.734Z[ host-package] Compiling rustc_version v0.1.7
30612026-08-19T19:46:34.847Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30622026-08-19T19:46:35.019Z[ host-package] Compiling newtype_derive v0.1.6
30632026-08-19T19:46:35.149Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30642026-08-19T19:46:35.288Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30652026-08-19T19:46:35.410Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30662026-08-19T19:46:35.473Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30672026-08-19T19:46:35.897Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30682026-08-19T19:46:35.964Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30692026-08-19T19:46:36.564Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30702026-08-19T19:46:36.625Z[ host-package] Compiling steno v0.4.1
30712026-08-19T19:46:36.692Z[ helios-setup] Aug 19 19:46:35.672 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30722026-08-19T19:46:36.763Z[ host-package] Compiling sha1 v0.10.6
30732026-08-19T19:46:37.227Z[ host-package] Compiling utf-8 v0.7.6
30742026-08-19T19:46:37.286Z[ host-package] Compiling tagptr v0.2.0
30752026-08-19T19:46:37.325Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30762026-08-19T19:46:37.539Z[ host-package] Compiling moka v0.12.13
30772026-08-19T19:46:37.626Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30782026-08-19T19:46:37.720Z[ host-package] Compiling tungstenite v0.21.0
30792026-08-19T19:46:38.271Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30802026-08-19T19:46:38.351Z[ host-package] Compiling darling_core v0.21.3
30812026-08-19T19:46:39.163Z[ host-package] Compiling hickory-resolver v0.25.2
30822026-08-19T19:46:39.967Z[ host-package] Compiling tokio-tungstenite v0.21.0
30832026-08-19T19:46:40.026Z[ host-package] Compiling display-error-chain v0.2.2
30842026-08-19T19:46:40.312Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30852026-08-19T19:46:40.381Z[ helios-setup] Aug 19 19:46:39.361 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30862026-08-19T19:46:40.439Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30872026-08-19T19:46:40.837Z[ host-package] Compiling darling_macro v0.21.3
30882026-08-19T19:46:41.202Z[ host-package] Compiling libscf-sys v1.2.0
30892026-08-19T19:46:41.412Z[ host-package] Compiling darling v0.21.3
30902026-08-19T19:46:41.472Z[ host-package] Compiling vergen-lib v0.1.6
30912026-08-19T19:46:41.571Z[ host-package] Compiling diesel_derives v2.3.7
30922026-08-19T19:46:41.783Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30932026-08-19T19:46:41.825Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30942026-08-19T19:46:41.993Z[ host-package] Compiling dsl_auto_type v0.2.0
30952026-08-19T19:46:42.301Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30962026-08-19T19:46:42.530Z[ host-package] Compiling vergen-gitcl v1.0.8
30972026-08-19T19:46:42.578Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30982026-08-19T19:46:42.638Z[ host-package] Compiling dirs-sys-next v0.1.2
30992026-08-19T19:46:42.736Z[ host-package] Compiling maplit v1.0.2
31002026-08-19T19:46:42.872Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31012026-08-19T19:46:42.931Z[ host-package] Compiling glob v0.3.3
31022026-08-19T19:46:42.980Z[ host-package] Compiling crunchy v0.2.4
31032026-08-19T19:46:43.045Z[ host-package] Compiling dirs-next v2.0.0
31042026-08-19T19:46:43.333Z[ host-package] Compiling r2d2 v0.8.10
31052026-08-19T19:46:43.640Z[ host-package] Compiling clang-sys v1.8.1
31062026-08-19T19:46:43.652Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31072026-08-19T19:46:43.727Z[ host-package] Compiling papergrid v0.18.0
31082026-08-19T19:46:43.902Z[ host-package] Compiling downcast-rs v2.0.2
31092026-08-19T19:46:44.103Z[ host-package] Compiling tiny-keccak v2.0.2
31102026-08-19T19:46:44.325Z[ host-package] Compiling xshell-macros v0.2.7
31112026-08-19T19:46:44.595Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31122026-08-19T19:46:44.843Z[ host-package] Compiling xshell v0.2.7
31132026-08-19T19:46:45.114Z[ host-package] Compiling tabled v0.21.0
31142026-08-19T19:46:45.480Z[ host-package] Compiling term v0.7.0
31152026-08-19T19:46:45.619Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31162026-08-19T19:46:45.878Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31172026-08-19T19:46:46.062Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31182026-08-19T19:46:46.168Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31192026-08-19T19:46:46.205Z[ host-package] Compiling bit-vec v0.6.3
31202026-08-19T19:46:46.329Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31212026-08-19T19:46:46.387Z[ host-package] Compiling ascii-canvas v3.0.0
31222026-08-19T19:46:46.505Z[ host-package] Compiling bit-set v0.5.3
31232026-08-19T19:46:46.797Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31242026-08-19T19:46:46.851Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31252026-08-19T19:46:46.955Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31262026-08-19T19:46:47.740Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31272026-08-19T19:46:47.841Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31282026-08-19T19:46:48.017Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31292026-08-19T19:46:48.092Z[ host-package] Compiling diesel v2.3.7
31302026-08-19T19:46:48.154Z[ host-package] Compiling itertools v0.10.5
31312026-08-19T19:46:48.165Z[ host-package] Compiling ena v0.14.4
31322026-08-19T19:46:48.338Z[ host-package] Compiling libloading v0.8.9
31332026-08-19T19:46:48.436Z[ host-package] Compiling bindgen v0.71.1
31342026-08-19T19:46:48.494Z[ host-package] Compiling unicase v2.9.0
31352026-08-19T19:46:48.644Z[ host-package] Compiling diff v0.1.13
31362026-08-19T19:46:49.208Z[ host-package] Compiling regex-syntax v0.6.29
31372026-08-19T19:46:49.277Z[ host-package] Compiling cexpr v0.6.0
31382026-08-19T19:46:49.280Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31392026-08-19T19:46:49.440Z[ host-package] Compiling crc8 v0.1.1
31402026-08-19T19:46:49.488Z[ host-package] Compiling rustc-hash v2.1.1
31412026-08-19T19:46:49.651Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31422026-08-19T19:46:49.708Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31432026-08-19T19:46:49.851Z[ host-package] Compiling headers-core v0.3.0
31442026-08-19T19:46:50.028Z[ host-package] Compiling libxml v0.3.3
31452026-08-19T19:46:50.098Z[ host-package] Compiling headers v0.4.1
31462026-08-19T19:46:50.279Z[ host-package] Compiling lalrpop v0.19.12
31472026-08-19T19:46:50.743Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31482026-08-19T19:46:51.042Z[ host-package] Compiling strum_macros v0.24.3
31492026-08-19T19:46:51.071Z[ host-package] Compiling indoc v1.0.9
31502026-08-19T19:46:51.698Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31512026-08-19T19:46:51.855Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31522026-08-19T19:46:51.956Z[ host-package] Compiling derive_builder v0.20.2
31532026-08-19T19:46:52.004Z[ host-package] Compiling quick-xml v0.37.5
31542026-08-19T19:46:52.096Z[ host-package] Compiling oso-derive v0.27.3
31552026-08-19T19:46:52.113Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31562026-08-19T19:46:52.157Z[ host-package] Compiling openssl-probe v0.1.6
31572026-08-19T19:46:52.349Z[ helios-setup] Aug 19 19:46:51.329 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.37s
31582026-08-19T19:46:52.386Z[ helios-setup] Aug 19 19:46:51.366 INFO building project "amd-host-image-builder" ok (41 seconds)
31592026-08-19T19:46:52.386Z[ helios-setup] Aug 19 19:46:51.366 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31602026-08-19T19:46:52.415Z[ helios-setup] Aug 19 19:46:51.393 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
31612026-08-19T19:46:52.415Z[ helios-setup] Aug 19 19:46:51.393 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31622026-08-19T19:46:52.415Z[ helios-setup] Aug 19 19:46:51.393 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31632026-08-19T19:46:52.522Z[ helios-setup] Aug 19 19:46:51.502 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31642026-08-19T19:46:52.566Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31652026-08-19T19:46:52.594Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31662026-08-19T19:46:52.662Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31672026-08-19T19:46:52.884Z[ helios-setup] Aug 19 19:46:51.862 INFO E| From https://github.com/jclulow/rust-jmclib
31682026-08-19T19:46:52.884Z[ helios-setup] Aug 19 19:46:51.862 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31692026-08-19T19:46:52.897Z[ helios-setup] Aug 19 19:46:51.876 INFO E| Updating crates.io index
31702026-08-19T19:46:52.988Z[ helios-setup] Aug 19 19:46:51.922 INFO E| Downloading crates ...
31712026-08-19T19:46:53.117Z[ helios-setup] Aug 19 19:46:51.973 INFO E| Downloaded anyhow v1.0.72
31722026-08-19T19:46:53.117Z[ helios-setup] Aug 19 19:46:52.000 INFO E| Downloaded sha-1 v0.9.8
31732026-08-19T19:46:53.134Z[ helios-setup] Aug 19 19:46:52.002 INFO E| Downloaded cpufeatures v0.2.9
31742026-08-19T19:46:53.134Z[ helios-setup] Aug 19 19:46:52.002 INFO E| Downloaded itoa v1.0.9
31752026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.003 INFO E| Downloaded libdevinfo-sys v1.0.0
31762026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.004 INFO E| Downloaded md-5 v0.9.1
31772026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.005 INFO E| Downloaded opaque-debug v0.3.0
31782026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.046 INFO E| Downloaded digest v0.9.0
31792026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.047 INFO E| Downloaded errno v0.3.1
31802026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.048 INFO E| Downloaded walkdir v2.3.3
31812026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.050 INFO E| Downloaded block-buffer v0.9.0
31822026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.050 INFO E| Downloaded fastrand v2.0.0
31832026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.051 INFO E| Downloaded glob v0.3.1
31842026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.052 INFO E| Downloaded quote v1.0.31
31852026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.054 INFO E| Downloaded once_cell v1.18.0
31862026-08-19T19:46:53.140Z[ helios-setup] Aug 19 19:46:52.056 INFO E| Downloaded tempfile v3.7.0
31872026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.060 INFO E| Downloaded bitflags v2.3.3
31882026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.061 INFO E| Downloaded proc-macro2 v1.0.66
31892026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.063 INFO E| Downloaded ryu v1.0.15
31902026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.065 INFO E| Downloaded typenum v1.16.0
31912026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.067 INFO E| Downloaded uuid v0.8.2
31922026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.069 INFO E| Downloaded toml v0.5.11
31932026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.073 INFO E| Downloaded getrandom v0.2.10
31942026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.073 INFO E| Downloaded serde_derive v1.0.193
31952026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.074 INFO E| Downloaded unicode-ident v1.0.11
31962026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.080 INFO E| Downloaded serde v1.0.193
31972026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.089 INFO E| Downloaded serde_json v1.0.103
31982026-08-19T19:46:53.141Z[ helios-setup] Aug 19 19:46:52.099 INFO E| Downloaded syn v2.0.32
31992026-08-19T19:46:53.158Z[ helios-setup] Aug 19 19:46:52.116 INFO E| Downloaded rustix v0.38.4
32002026-08-19T19:46:53.171Z[ helios-setup] Aug 19 19:46:52.136 INFO E| Downloaded libc v0.2.147
32012026-08-19T19:46:53.236Z[ helios-setup] Aug 19 19:46:52.215 INFO E| Compiling libc v0.2.147
32022026-08-19T19:46:53.236Z[ helios-setup] Aug 19 19:46:52.215 INFO E| Compiling proc-macro2 v1.0.66
32032026-08-19T19:46:53.268Z[ helios-setup] Aug 19 19:46:52.215 INFO E| Compiling cfg-if v1.0.0
32042026-08-19T19:46:53.268Z[ helios-setup] Aug 19 19:46:52.215 INFO E| Compiling unicode-ident v1.0.11
32052026-08-19T19:46:53.268Z[ helios-setup] Aug 19 19:46:52.215 INFO E| Compiling version_check v0.9.4
32062026-08-19T19:46:53.268Z[ helios-setup] Aug 19 19:46:52.215 INFO E| Compiling typenum v1.16.0
32072026-08-19T19:46:53.268Z[ helios-setup] Aug 19 19:46:52.216 INFO E| Compiling serde v1.0.193
32082026-08-19T19:46:53.268Z[ helios-setup] Aug 19 19:46:52.216 INFO E| Compiling time-core v0.1.2
32092026-08-19T19:46:53.268Z[ helios-setup] Aug 19 19:46:52.216 INFO E| Compiling num-conv v0.1.0
32102026-08-19T19:46:53.313Z[ helios-setup] Aug 19 19:46:52.245 INFO E| Compiling itoa v1.0.9
32112026-08-19T19:46:53.313Z[ helios-setup] Aug 19 19:46:52.245 INFO E| Compiling powerfmt v0.2.0
32122026-08-19T19:46:53.313Z[ helios-setup] Aug 19 19:46:52.245 INFO E| Compiling rustix v0.38.4
32132026-08-19T19:46:53.345Z[ helios-setup] Aug 19 19:46:52.261 INFO E| Compiling slog v2.7.0
32142026-08-19T19:46:53.345Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32152026-08-19T19:46:53.345Z[ helios-setup] Aug 19 19:46:52.276 INFO E| Compiling num_threads v0.1.6
32162026-08-19T19:46:53.345Z[ helios-setup] Aug 19 19:46:52.277 INFO E| Compiling bitflags v2.3.3
32172026-08-19T19:46:53.345Z[ helios-setup] Aug 19 19:46:52.277 INFO E| Compiling once_cell v1.18.0
32182026-08-19T19:46:54.233Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32192026-08-19T19:46:58.406Z[ host-package] Compiling bb8 v0.8.6
32202026-08-19T19:46:58.406Z[ host-package] Compiling trait-variant v0.1.2
32212026-08-19T19:46:58.406Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32222026-08-19T19:46:58.406Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32232026-08-19T19:46:58.406Z[ helios-setup] Aug 19 19:46:53.050 INFO E| Compiling deranged v0.3.11
32242026-08-19T19:46:58.406Z[ helios-setup] Aug 19 19:46:53.059 INFO E| Compiling opaque-debug v0.3.0
32252026-08-19T19:46:58.406Z[ helios-setup] Aug 19 19:46:53.059 INFO E| Compiling serde_json v1.0.103
32262026-08-19T19:46:58.406Z[ helios-setup] Aug 19 19:46:53.059 INFO E| Compiling fastrand v2.0.0
32272026-08-19T19:46:58.406Z[ helios-setup] Aug 19 19:46:53.084 INFO E| Compiling anyhow v1.0.72
32282026-08-19T19:46:58.407Z[ helios-setup] Aug 19 19:46:53.089 INFO E| Compiling cpufeatures v0.2.9
32292026-08-19T19:46:58.407Z[ helios-setup] Aug 19 19:46:53.135 INFO E| Compiling unicode-width v0.1.10
32302026-08-19T19:46:58.407Z[ helios-setup] Aug 19 19:46:53.184 INFO E| Compiling same-file v1.0.6
32312026-08-19T19:46:58.407Z[ helios-setup] Aug 19 19:46:53.193 INFO E| Compiling ryu v1.0.15
32322026-08-19T19:46:58.496Z[ helios-setup] Aug 19 19:46:53.240 INFO E| Compiling time-macros v0.2.18
32332026-08-19T19:46:58.496Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32342026-08-19T19:46:58.496Z[ helios-setup] Aug 19 19:46:53.267 INFO E| Compiling getopts v0.2.21
32352026-08-19T19:46:58.497Z[ host-package] Compiling half v1.8.3
32362026-08-19T19:46:58.497Z[ helios-setup] Aug 19 19:46:53.368 INFO E| Compiling thread_local v1.1.7
32372026-08-19T19:46:58.497Z[ helios-setup] Aug 19 19:46:53.392 INFO E| Compiling walkdir v2.3.3
32382026-08-19T19:46:58.499Z[ helios-setup] Aug 19 19:46:53.509 INFO E| Compiling libdevinfo-sys v1.0.0
32392026-08-19T19:46:58.499Z[ helios-setup] Aug 19 19:46:53.525 INFO E| Compiling generic-array v0.14.7
32402026-08-19T19:46:58.499Z[ helios-setup] Aug 19 19:46:53.636 INFO E| Compiling glob v0.3.1
32412026-08-19T19:46:58.499Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32422026-08-19T19:46:58.499Z[ host-package] Compiling proc-macro-error2 v2.0.1
32432026-08-19T19:46:58.500Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32442026-08-19T19:46:58.500Z[ helios-setup] Aug 19 19:46:54.032 INFO E| Compiling quote v1.0.31
32452026-08-19T19:46:58.500Z[ host-package] Compiling serde_cbor v0.11.2
32462026-08-19T19:46:58.500Z[ host-package] Compiling hashbrown v0.14.5
32472026-08-19T19:46:58.500Z[ helios-setup] Aug 19 19:46:54.269 INFO E| Compiling dirs-sys-next v0.1.2
32482026-08-19T19:46:58.500Z[ helios-setup] Aug 19 19:46:54.269 INFO E| Compiling errno v0.3.1
32492026-08-19T19:46:58.500Z[ helios-setup] Aug 19 19:46:54.269 INFO E| Compiling atty v0.2.14
32502026-08-19T19:46:58.500Z[ helios-setup] Aug 19 19:46:54.269 INFO E| Compiling getrandom v0.2.10
32512026-08-19T19:46:58.500Z[ helios-setup] Aug 19 19:46:54.300 INFO E| Compiling syn v2.0.32
32522026-08-19T19:46:58.500Z[ helios-setup] Aug 19 19:46:54.419 INFO E| Compiling dirs-next v2.0.0
32532026-08-19T19:46:58.571Z[ helios-setup] Aug 19 19:46:54.489 INFO E| Compiling term v0.7.0
32542026-08-19T19:46:58.571Z[ host-package] Compiling rfc6979 v0.4.0
32552026-08-19T19:46:58.571Z[ host-package] Compiling salty v0.3.0
32562026-08-19T19:46:58.572Z[ host-package] Compiling ecdsa v0.16.9
32572026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:54.836 INFO E| Compiling time v0.3.36
32582026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:55.089 INFO E| Compiling tempfile v3.7.0
32592026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:55.163 INFO E| Compiling digest v0.9.0
32602026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:55.163 INFO E| Compiling block-buffer v0.9.0
32612026-08-19T19:46:58.572Z[ host-package] Compiling chumsky v0.9.3
32622026-08-19T19:46:58.572Z[ host-package] Compiling samael v0.0.19
32632026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:55.350 INFO E| Compiling md-5 v0.9.1
32642026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:55.350 INFO E| Compiling sha-1 v0.9.8
32652026-08-19T19:46:58.572Z[ host-package] Compiling knus-derive v3.4.0
32662026-08-19T19:46:58.572Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-08-19T19:46:58.572Z[ host-package] Compiling progenitor-impl v0.13.0
32682026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:56.105 INFO E| Compiling slog-term v2.9.0
32692026-08-19T19:46:58.572Z[ host-package] Compiling primeorder v0.13.6
32702026-08-19T19:46:58.572Z[ helios-setup] Aug 19 19:46:56.277 INFO E| Compiling serde_derive v1.0.193
32712026-08-19T19:46:58.572Z[ host-package] Compiling nonempty v0.12.0
32722026-08-19T19:46:58.572Z[ host-package] Compiling p384 v0.13.1
32732026-08-19T19:46:58.572Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32742026-08-19T19:46:58.572Z[ host-package] Compiling knus v3.4.0
32752026-08-19T19:46:59.032Z[ host-package] Compiling polar-core v0.27.3
32762026-08-19T19:46:59.206Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32772026-08-19T19:46:59.312Z[ host-package] Compiling progenitor-macro v0.13.0
32782026-08-19T19:46:59.339Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32792026-08-19T19:46:59.594Z[ host-package] Compiling progenitor-client v0.13.0
32802026-08-19T19:47:00.337Z[ host-package] Compiling fxhash v0.2.1
32812026-08-19T19:47:00.553Z[ host-package] Compiling libz-sys v1.1.24
32822026-08-19T19:47:00.592Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32832026-08-19T19:47:00.791Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32842026-08-19T19:47:01.227Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32852026-08-19T19:47:01.414Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32862026-08-19T19:47:01.709Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32872026-08-19T19:47:01.806Z[ helios-setup] Aug 19 19:47:00.786 INFO E| Compiling toml v0.5.11
32882026-08-19T19:47:01.806Z[ helios-setup] Aug 19 19:47:00.786 INFO E| Compiling uuid v0.8.2
32892026-08-19T19:47:02.440Z[ host-package] Compiling kstat-rs v0.2.5
32902026-08-19T19:47:02.611Z[ helios-setup] Aug 19 19:47:01.590 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32912026-08-19T19:47:03.146Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-08-19T19:47:03.435Z[ host-package] Compiling mime_guess v2.0.5
32932026-08-19T19:47:03.717Z[ helios-setup] Aug 19 19:47:02.696 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32942026-08-19T19:47:03.754Z[ host-package] Compiling progenitor v0.13.0
32952026-08-19T19:47:04.406Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32962026-08-19T19:47:05.016Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32972026-08-19T19:47:05.102Z[ host-package] Compiling nanorand v0.7.0
32982026-08-19T19:47:05.472Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32992026-08-19T19:47:05.935Z[ host-package] Compiling parking_lot_core v0.8.6
33002026-08-19T19:47:06.217Z[ host-package] Compiling flume v0.11.1
33012026-08-19T19:47:06.314Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-08-19T19:47:06.500Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33032026-08-19T19:47:07.068Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33042026-08-19T19:47:07.597Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33052026-08-19T19:47:07.850Z[ host-package] Compiling async-bb8-diesel v0.2.1
33062026-08-19T19:47:08.078Z[ helios-setup] Aug 19 19:47:07.057 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s
33072026-08-19T19:47:08.102Z[ helios-setup] Aug 19 19:47:07.081 INFO building project "image-builder" ok (15 seconds)
33082026-08-19T19:47:08.102Z[ helios-setup] Aug 19 19:47:07.081 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33092026-08-19T19:47:08.111Z[ helios-setup] Aug 19 19:47:07.091 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
33102026-08-19T19:47:08.111Z[ helios-setup] Aug 19 19:47:07.091 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33112026-08-19T19:47:08.115Z[ helios-setup] Aug 19 19:47:07.091 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33122026-08-19T19:47:08.310Z[ helios-setup] Aug 19 19:47:07.289 INFO E| Downloading crates ...
33132026-08-19T19:47:08.324Z[ host-package] Compiling diesel-dtrace v0.5.0
33142026-08-19T19:47:08.375Z[ helios-setup] Aug 19 19:47:07.354 INFO E| Downloaded errno v0.3.12
33152026-08-19T19:47:08.378Z[ helios-setup] Aug 19 19:47:07.356 INFO E| Downloaded time-core v0.1.4
33162026-08-19T19:47:08.389Z[ helios-setup] Aug 19 19:47:07.369 INFO E| Downloaded deranged v0.4.0
33172026-08-19T19:47:08.395Z[ helios-setup] Aug 19 19:47:07.375 INFO E| Downloaded time v0.3.41
33182026-08-19T19:47:08.400Z[ helios-setup] Aug 19 19:47:07.380 INFO E| Downloaded time-macros v0.2.22
33192026-08-19T19:47:08.406Z[ helios-setup] Aug 19 19:47:07.382 INFO E| Downloaded serde_with_macros v3.12.0
33202026-08-19T19:47:08.406Z[ helios-setup] Aug 19 19:47:07.385 INFO E| Downloaded iana-time-zone v0.1.63
33212026-08-19T19:47:08.409Z[ helios-setup] Aug 19 19:47:07.386 INFO E| Downloaded tempfile v3.20.0
33222026-08-19T19:47:08.413Z[ helios-setup] Aug 19 19:47:07.393 INFO E| Downloaded getrandom v0.3.3
33232026-08-19T19:47:08.416Z[ helios-setup] Aug 19 19:47:07.395 INFO E| Downloaded bitflags v2.9.1
33242026-08-19T19:47:08.419Z[ helios-setup] Aug 19 19:47:07.397 INFO E| Downloaded anyhow v1.0.98
33252026-08-19T19:47:08.435Z[ helios-setup] Aug 19 19:47:07.414 INFO E| Downloaded indexmap v2.9.0
33262026-08-19T19:47:08.447Z[ helios-setup] Aug 19 19:47:07.427 INFO E| Downloaded serde_with v3.12.0
33272026-08-19T19:47:08.453Z[ helios-setup] Aug 19 19:47:07.433 INFO E| Downloaded hashbrown v0.15.3
33282026-08-19T19:47:08.466Z[ helios-setup] Aug 19 19:47:07.443 INFO E| Downloaded chrono v0.4.41
33292026-08-19T19:47:08.480Z[ helios-setup] Aug 19 19:47:07.460 INFO E| Downloaded rustix v1.0.7
33302026-08-19T19:47:08.615Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling proc-macro2 v1.0.95
33312026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling unicode-ident v1.0.18
33322026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling libc v0.2.172
33332026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling fnv v1.0.7
33342026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling ident_case v1.0.1
33352026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling strsim v0.11.1
33362026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling serde v1.0.219
33372026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling getrandom v0.3.3
33382026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling rustix v1.0.7
33392026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling anyhow v1.0.98
33402026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling serde_json v1.0.140
33412026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling cfg-if v1.0.0
33422026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling thiserror v2.0.12
33432026-08-19T19:47:08.616Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling bitflags v2.9.1
33442026-08-19T19:47:08.622Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling fastrand v2.3.0
33452026-08-19T19:47:08.622Z[ helios-setup] Aug 19 19:47:07.594 INFO E| Compiling memchr v2.7.4
33462026-08-19T19:47:08.686Z[ host-package] Compiling oso v0.27.3
33472026-08-19T19:47:08.860Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33482026-08-19T19:47:09.121Z[ host-package] Compiling git-stub v1.0.0
33492026-08-19T19:47:09.241Z[ helios-setup] Aug 19 19:47:08.219 INFO E| Compiling itoa v1.0.15
33502026-08-19T19:47:09.290Z[ helios-setup] Aug 19 19:47:08.269 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
33512026-08-19T19:47:09.399Z[ helios-setup] Aug 19 19:47:08.379 INFO E| Compiling ryu v1.0.20
33522026-08-19T19:47:09.428Z[ helios-setup] Aug 19 19:47:08.408 INFO E| Compiling once_cell v1.21.3
33532026-08-19T19:47:09.485Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33542026-08-19T19:47:09.593Z[ helios-setup] Aug 19 19:47:08.572 INFO E| Compiling errno v0.3.12
33552026-08-19T19:47:09.896Z[ host-package] Compiling instability v0.3.11
33562026-08-19T19:47:10.095Z[ host-package] Compiling strsim v0.10.0
33572026-08-19T19:47:10.267Z[ host-package] Compiling http-range v0.1.5
33582026-08-19T19:47:10.435Z[ helios-setup] Aug 19 19:47:09.414 INFO E| Compiling quote v1.0.40
33592026-08-19T19:47:10.645Z[ host-package] Compiling corncobs v0.1.4
33602026-08-19T19:47:10.652Z[ helios-setup] Aug 19 19:47:09.631 INFO E| Compiling syn v2.0.101
33612026-08-19T19:47:10.761Z[ host-package] Compiling darling_core v0.13.4
33622026-08-19T19:47:11.083Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33632026-08-19T19:47:11.416Z[ helios-setup] Aug 19 19:47:10.394 INFO E| Compiling tempfile v3.20.0
33642026-08-19T19:47:11.764Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33652026-08-19T19:47:12.245Z[ host-package] Compiling git-stub-vcs v0.1.0
33662026-08-19T19:47:12.669Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33672026-08-19T19:47:13.156Z[ helios-setup] Aug 19 19:47:12.135 INFO E| Compiling darling_core v0.20.11
33682026-08-19T19:47:13.655Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33692026-08-19T19:47:14.150Z[ host-package] Compiling ignore v0.4.25
33702026-08-19T19:47:14.288Z[ helios-setup] Aug 19 19:47:13.267 INFO E| Compiling serde_derive v1.0.219
33712026-08-19T19:47:14.288Z[ helios-setup] Aug 19 19:47:13.267 INFO E| Compiling thiserror-impl v2.0.12
33722026-08-19T19:47:15.238Z[ helios-setup] Aug 19 19:47:14.217 INFO E| Compiling darling_macro v0.20.11
33732026-08-19T19:47:15.786Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33742026-08-19T19:47:16.040Z[ helios-setup] Aug 19 19:47:15.020 INFO E| Compiling darling v0.20.11
33752026-08-19T19:47:16.093Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33762026-08-19T19:47:16.141Z[ helios-setup] Aug 19 19:47:15.121 INFO E| Compiling serde_with_macros v3.12.0
33772026-08-19T19:47:16.434Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33782026-08-19T19:47:16.841Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33792026-08-19T19:47:17.031Z[ host-package] Compiling anstyle-parse v0.2.7
33802026-08-19T19:47:17.419Z[ host-package] Compiling secrecy v0.8.0
33812026-08-19T19:47:17.442Z[ host-package] Compiling vergen-git2 v9.1.0
33822026-08-19T19:47:17.624Z[ host-package] Compiling castaway v0.2.4
33832026-08-19T19:47:17.676Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33842026-08-19T19:47:17.762Z[ host-package] Compiling indoc v2.0.7
33852026-08-19T19:47:17.817Z[ host-package] Compiling compact_str v0.8.1
33862026-08-19T19:47:18.945Z[ host-package] Compiling anstream v0.6.21
33872026-08-19T19:47:18.993Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33882026-08-19T19:47:19.117Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33892026-08-19T19:47:19.154Z[ helios-setup] Aug 19 19:47:18.134 INFO E| Compiling serde_with v3.12.0
33902026-08-19T19:47:19.635Z[ host-package] Compiling globwalk v0.9.1
33912026-08-19T19:47:19.878Z[ host-package] Compiling parking_lot v0.11.2
33922026-08-19T19:47:20.313Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33932026-08-19T19:47:20.863Z[ host-package] Compiling hyper-staticfile v0.10.1
33942026-08-19T19:47:21.100Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33952026-08-19T19:47:21.127Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33962026-08-19T19:47:21.220Z[ host-package] Compiling darling_macro v0.13.4
33972026-08-19T19:47:21.718Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33982026-08-19T19:47:21.830Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33992026-08-19T19:47:22.169Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34002026-08-19T19:47:22.495Z[ host-package] Compiling predicates-tree v1.0.13
34012026-08-19T19:47:23.117Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34022026-08-19T19:47:23.150Z[ host-package] Compiling unicode-truncate v1.1.0
34032026-08-19T19:47:23.363Z[ host-package] Compiling lru v0.12.5
34042026-08-19T19:47:23.388Z[ host-package] Compiling prefix-trie v0.7.0
34052026-08-19T19:47:23.605Z[ host-package] Compiling rand_seeder v0.4.0
34062026-08-19T19:47:23.641Z[ helios-setup] Aug 19 19:47:22.619 INFO E| Finished `release` profile [optimized] target(s) in 15.51s
34072026-08-19T19:47:23.662Z[ helios-setup] Aug 19 19:47:22.642 INFO building project "dmar-report" ok (15 seconds)
34082026-08-19T19:47:23.663Z[ helios-setup] Aug 19 19:47:22.642 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
34092026-08-19T19:47:23.845Z[ host-package] Compiling cassowary v0.3.0
34102026-08-19T19:47:23.899Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34112026-08-19T19:47:23.921Z[ host-package] Compiling hickory-server v0.25.2
34122026-08-19T19:47:23.924Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34132026-08-19T19:47:24.007Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34142026-08-19T19:47:24.085Z[ host-package] Compiling darling v0.13.4
34152026-08-19T19:47:24.173Z[ host-package] Compiling ratatui v0.29.0
34162026-08-19T19:47:24.198Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34172026-08-19T19:47:24.303Z[ host-package] Compiling sled v0.34.7
34182026-08-19T19:47:24.692Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34192026-08-19T19:47:24.857Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34202026-08-19T19:47:25.209Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34212026-08-19T19:47:25.370Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34222026-08-19T19:47:25.487Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34232026-08-19T19:47:25.667Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
34242026-08-19T19:47:25.767Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34252026-08-19T19:47:26.861Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34262026-08-19T19:47:27.456Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34272026-08-19T19:47:28.787Z[ host-package] Compiling serde_with_macros v1.5.2
34282026-08-19T19:47:29.266Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34292026-08-19T19:47:29.670Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34302026-08-19T19:47:29.852Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34312026-08-19T19:47:29.945Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34322026-08-19T19:47:30.108Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34332026-08-19T19:47:30.192Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34342026-08-19T19:47:30.472Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34352026-08-19T19:47:30.523Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34362026-08-19T19:47:30.716Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34372026-08-19T19:47:30.770Z[ host-package] Compiling arc-swap v1.8.2
34382026-08-19T19:47:30.985Z[ host-package] Compiling void v1.0.2
34392026-08-19T19:47:31.153Z[ host-package] Compiling lzss v0.8.2
34402026-08-19T19:47:31.214Z[ host-package] Compiling slog-scope v4.4.1
34412026-08-19T19:47:31.542Z[ host-package] Compiling serde_with v1.14.0
34422026-08-19T19:47:31.598Z[ host-package] Compiling illumos-nvpair v0.3.0
34432026-08-19T19:47:32.724Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34442026-08-19T19:47:32.930Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34452026-08-19T19:47:33.169Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34462026-08-19T19:47:33.524Z[ host-package] Compiling git2 v0.20.4
34472026-08-19T19:47:34.436Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34482026-08-19T19:47:34.995Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34492026-08-19T19:47:35.264Z[ host-package] Compiling scuffle v0.1.0
34502026-08-19T19:47:35.876Z[ host-package] Compiling tungstenite v0.23.0
34512026-08-19T19:47:37.702Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34522026-08-19T19:47:37.756Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34532026-08-19T19:47:37.911Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34542026-08-19T19:47:38.402Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34552026-08-19T19:47:38.447Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34562026-08-19T19:47:38.693Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34572026-08-19T19:47:38.997Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34582026-08-19T19:47:39.278Z[ host-package] Compiling nix v0.27.1
34592026-08-19T19:47:39.477Z[ host-package] Compiling twox-hash v2.1.2
34602026-08-19T19:47:39.922Z[ host-package] Compiling libsw-core v0.3.2
34612026-08-19T19:47:40.019Z[ host-package] Compiling serde_bytes v0.11.19
34622026-08-19T19:47:40.162Z[ host-package] Compiling atty v0.2.14
34632026-08-19T19:47:40.318Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34642026-08-19T19:47:40.357Z[ host-package] Compiling libsw v3.5.0
34652026-08-19T19:47:40.498Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-08-19T19:47:40.524Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34672026-08-19T19:47:40.622Z[ host-package] Compiling tokio-tungstenite v0.23.1
34682026-08-19T19:47:40.698Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34692026-08-19T19:47:40.762Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34702026-08-19T19:47:41.054Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34712026-08-19T19:47:41.544Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34722026-08-19T19:47:44.395Z[ helios-setup] Aug 19 19:47:43.372 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')"
34732026-08-19T19:47:44.395Z[ helios-setup] Aug 19 19:47:43.372 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34742026-08-19T19:47:44.405Z[ helios-setup] Aug 19 19:47:43.382 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34752026-08-19T19:47:44.405Z[ helios-setup] Aug 19 19:47:43.382 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34762026-08-19T19:47:44.413Z[ helios-setup] Aug 19 19:47:43.382 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34772026-08-19T19:47:44.513Z[ helios-setup] Aug 19 19:47:43.492 INFO E| Blocking waiting for file lock on package cache
34782026-08-19T19:47:45.067Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34792026-08-19T19:47:45.440Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34802026-08-19T19:47:45.552Z[ host-package] Compiling slog-stdlog v4.1.1
34812026-08-19T19:47:45.784Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34822026-08-19T19:47:45.959Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34832026-08-19T19:47:46.255Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34842026-08-19T19:47:46.350Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34852026-08-19T19:47:46.473Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34862026-08-19T19:47:46.546Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34872026-08-19T19:47:47.337Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34882026-08-19T19:47:49.039Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34892026-08-19T19:47:50.066Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34902026-08-19T19:47:50.194Z[ helios-setup] Aug 19 19:47:49.173 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34912026-08-19T19:47:50.289Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34922026-08-19T19:47:50.642Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34932026-08-19T19:47:50.984Z[ helios-setup] Aug 19 19:47:49.963 INFO E| From https://github.com/jclulow/hiercmd
34942026-08-19T19:47:50.984Z[ helios-setup] Aug 19 19:47:49.963 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34952026-08-19T19:47:50.996Z[ helios-setup] Aug 19 19:47:49.975 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34962026-08-19T19:47:51.370Z[ helios-setup] Aug 19 19:47:50.349 INFO E| From https://github.com/oxidecomputer/network-interface
34972026-08-19T19:47:51.370Z[ helios-setup] Aug 19 19:47:50.349 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34982026-08-19T19:47:51.383Z[ helios-setup] Aug 19 19:47:50.361 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34992026-08-19T19:47:51.759Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35002026-08-19T19:47:51.969Z[ helios-setup] Aug 19 19:47:50.948 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35012026-08-19T19:47:51.969Z[ helios-setup] Aug 19 19:47:50.948 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35022026-08-19T19:47:51.987Z[ helios-setup] Aug 19 19:47:50.966 INFO E| Updating crates.io index
35032026-08-19T19:47:52.038Z[ helios-setup] Aug 19 19:47:51.017 INFO E| Blocking waiting for file lock on package cache
35042026-08-19T19:47:52.089Z[ helios-setup] Aug 19 19:47:51.068 INFO E| Blocking waiting for file lock on package cache
35052026-08-19T19:47:52.789Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35062026-08-19T19:47:53.949Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35072026-08-19T19:47:54.270Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35082026-08-19T19:47:54.935Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35092026-08-19T19:47:55.798Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35102026-08-19T19:47:55.887Z[ host-package] Compiling signal-hook-tokio v0.3.1
35112026-08-19T19:47:56.030Z[ host-package] Compiling fatfs v0.3.6
35122026-08-19T19:47:56.083Z[ host-package] Compiling yasna v0.5.2
35132026-08-19T19:47:57.038Z[ helios-setup] Aug 19 19:47:56.013 INFO E| Downloading crates ...
35142026-08-19T19:47:57.100Z[ helios-setup] Aug 19 19:47:56.079 INFO E| Downloaded num-bigint-dig v0.8.4
35152026-08-19T19:47:57.104Z[ helios-setup] Aug 19 19:47:56.082 INFO E| Downloaded proc-macro2 v1.0.103
35162026-08-19T19:47:57.108Z[ helios-setup] Aug 19 19:47:56.084 INFO E| Downloaded env_filter v0.1.4
35172026-08-19T19:47:57.108Z[ helios-setup] Aug 19 19:47:56.085 INFO E| Downloaded clap_lex v0.7.6
35182026-08-19T19:47:57.112Z[ helios-setup] Aug 19 19:47:56.088 INFO E| Downloaded anstyle-query v1.1.4
35192026-08-19T19:47:57.112Z[ helios-setup] Aug 19 19:47:56.088 INFO E| Downloaded anstyle v1.0.13
35202026-08-19T19:47:57.112Z[ helios-setup] Aug 19 19:47:56.091 INFO E| Downloaded crc v3.3.0
35212026-08-19T19:47:57.116Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35222026-08-19T19:47:57.120Z[ helios-setup] Aug 19 19:47:56.097 INFO E| Downloaded futures-io v0.3.31
35232026-08-19T19:47:57.120Z[ helios-setup] Aug 19 19:47:56.097 INFO E| Downloaded bitfield-macros v0.19.3
35242026-08-19T19:47:57.123Z[ helios-setup] Aug 19 19:47:56.101 INFO E| Downloaded toml_writer v1.0.4
35252026-08-19T19:47:57.123Z[ helios-setup] Aug 19 19:47:56.102 INFO E| Downloaded deranged v0.5.5
35262026-08-19T19:47:57.127Z[ helios-setup] Aug 19 19:47:56.103 INFO E| Downloaded futures-executor v0.3.31
35272026-08-19T19:47:57.131Z[ helios-setup] Aug 19 19:47:56.107 INFO E| Downloaded futures-core v0.3.31
35282026-08-19T19:47:57.131Z[ helios-setup] Aug 19 19:47:56.108 INFO E| Downloaded futures-macro v0.3.31
35292026-08-19T19:47:57.135Z[ helios-setup] Aug 19 19:47:56.113 INFO E| Downloaded bitfield v0.19.3
35302026-08-19T19:47:57.140Z[ helios-setup] Aug 19 19:47:56.119 INFO E| Downloaded futures-channel v0.3.31
35312026-08-19T19:47:57.144Z[ helios-setup] Aug 19 19:47:56.121 INFO E| Downloaded pin-utils v0.1.0
35322026-08-19T19:47:57.157Z[ helios-setup] Aug 19 19:47:56.136 INFO E| Downloaded clap v4.5.51
35332026-08-19T19:47:57.163Z[ helios-setup] Aug 19 19:47:56.142 INFO E| Downloaded generic-array v0.14.9
35342026-08-19T19:47:57.168Z[ helios-setup] Aug 19 19:47:56.143 INFO E| Downloaded simd-adler32 v0.3.7
35352026-08-19T19:47:57.168Z[ helios-setup] Aug 19 19:47:56.144 INFO E| Downloaded devinfo v0.1.0
35362026-08-19T19:47:57.171Z[ helios-setup] Aug 19 19:47:56.145 INFO E| Downloaded futures-task v0.3.31
35372026-08-19T19:47:57.171Z[ helios-setup] Aug 19 19:47:56.148 INFO E| Downloaded futures-sink v0.3.31
35382026-08-19T19:47:57.171Z[ helios-setup] Aug 19 19:47:56.148 INFO E| Downloaded time-core v0.1.6
35392026-08-19T19:47:57.172Z[ helios-setup] Aug 19 19:47:56.149 INFO E| Downloaded zeroize_derive v1.4.2
35402026-08-19T19:47:57.172Z[ helios-setup] Aug 19 19:47:56.150 INFO E| Downloaded serde_spanned v1.0.3
35412026-08-19T19:47:57.176Z[ helios-setup] Aug 19 19:47:56.151 INFO E| Downloaded libdevinfo-sys v1.1.0
35422026-08-19T19:47:57.183Z[ helios-setup] Aug 19 19:47:56.162 INFO E| Downloaded num_enum_derive v0.7.5
35432026-08-19T19:47:57.190Z[ helios-setup] Aug 19 19:47:56.169 INFO E| Downloaded base64ct v1.8.0
35442026-08-19T19:47:57.194Z[ helios-setup] Aug 19 19:47:56.171 INFO E| Downloaded clap_derive v4.5.49
35452026-08-19T19:47:57.194Z[ helios-setup] Aug 19 19:47:56.172 INFO E| Downloaded find-msvc-tools v0.1.4
35462026-08-19T19:47:57.198Z[ helios-setup] Aug 19 19:47:56.173 INFO E| Downloaded pin-project-lite v0.2.16
35472026-08-19T19:47:57.201Z[ helios-setup] Aug 19 19:47:56.179 INFO E| Downloaded thiserror v2.0.17
35482026-08-19T19:47:57.205Z[ helios-setup] Aug 19 19:47:56.182 INFO E| Downloaded getopts v0.2.24
35492026-08-19T19:47:57.205Z[ helios-setup] Aug 19 19:47:56.183 INFO E| Downloaded env_logger v0.11.8
35502026-08-19T19:47:57.208Z[ helios-setup] Aug 19 19:47:56.186 INFO E| Downloaded time-macros v0.2.24
35512026-08-19T19:47:57.208Z[ helios-setup] Aug 19 19:47:56.187 INFO E| Downloaded toml_datetime v0.7.3
35522026-08-19T19:47:57.211Z[ helios-setup] Aug 19 19:47:56.190 INFO E| Downloaded quote v1.0.41
35532026-08-19T19:47:57.219Z[ helios-setup] Aug 19 19:47:56.198 INFO E| Downloaded thiserror-impl v2.0.17
35542026-08-19T19:47:57.224Z[ helios-setup] Aug 19 19:47:56.200 INFO E| Downloaded getrandom v0.2.16
35552026-08-19T19:47:57.233Z[ helios-setup] Aug 19 19:47:56.212 INFO E| Downloaded num_enum v0.7.5
35562026-08-19T19:47:57.237Z[ helios-setup] Aug 19 19:47:56.215 INFO E| Downloaded signal-hook-registry v1.4.6
35572026-08-19T19:47:57.241Z[ helios-setup] Aug 19 19:47:56.216 INFO E| Downloaded tokio-macros v2.6.0
35582026-08-19T19:47:57.241Z[ helios-setup] Aug 19 19:47:56.219 INFO E| Downloaded flate2 v1.1.5
35592026-08-19T19:47:57.245Z[ helios-setup] Aug 19 19:47:56.222 INFO E| Downloaded slab v0.4.11
35602026-08-19T19:47:57.250Z[ helios-setup] Aug 19 19:47:56.225 INFO E| Downloaded bitflags v2.10.0
35612026-08-19T19:47:57.254Z[ helios-setup] Aug 19 19:47:56.229 INFO E| Downloaded unicode-ident v1.0.22
35622026-08-19T19:47:57.264Z[ helios-setup] Aug 19 19:47:56.243 INFO E| Downloaded socket2 v0.6.1
35632026-08-19T19:47:57.271Z[ helios-setup] Aug 19 19:47:56.250 INFO E| Downloaded toml v0.9.8
35642026-08-19T19:47:57.275Z[ helios-setup] Aug 19 19:47:56.254 INFO E| Downloaded anyhow v1.0.100
35652026-08-19T19:47:57.279Z[ helios-setup] Aug 19 19:47:56.257 INFO E| Downloaded toml_parser v1.0.4
35662026-08-19T19:47:57.286Z[ helios-setup] Aug 19 19:47:56.265 INFO E| Downloaded uuid v1.18.1
35672026-08-19T19:47:57.290Z[ helios-setup] Aug 19 19:47:56.268 INFO E| Downloaded futures v0.3.31
35682026-08-19T19:47:57.294Z[ helios-setup] Aug 19 19:47:56.271 INFO E| Downloaded log v0.4.28
35692026-08-19T19:47:57.294Z[ helios-setup] Aug 19 19:47:56.273 INFO E| Downloaded cc v1.2.44
35702026-08-19T19:47:57.300Z[ helios-setup] Aug 19 19:47:56.279 INFO E| Downloaded toml_edit v0.23.7
35712026-08-19T19:47:57.307Z[ helios-setup] Aug 19 19:47:56.286 INFO E| Downloaded bytes v1.10.1
35722026-08-19T19:47:57.312Z[ helios-setup] Aug 19 19:47:56.289 INFO E| Downloaded typenum v1.19.0
35732026-08-19T19:47:57.315Z[ helios-setup] Aug 19 19:47:56.293 INFO E| Downloaded indexmap v2.12.0
35742026-08-19T19:47:57.362Z[ host-package] Compiling assert_matches v1.5.0
35752026-08-19T19:47:57.366Z[ helios-setup] Aug 19 19:47:56.344 INFO E| Downloaded memchr v2.7.6
35762026-08-19T19:47:57.370Z[ helios-setup] Aug 19 19:47:56.347 INFO E| Downloaded iddqd v0.3.14
35772026-08-19T19:47:57.374Z[ helios-setup] Aug 19 19:47:56.351 INFO E| Downloaded rsa v0.9.8
35782026-08-19T19:47:57.377Z[ helios-setup] Aug 19 19:47:56.354 INFO E| Downloaded mio v1.1.0
35792026-08-19T19:47:57.381Z[ helios-setup] Aug 19 19:47:56.357 INFO E| Downloaded rand v0.8.5
35802026-08-19T19:47:57.381Z[ helios-setup] Aug 19 19:47:56.359 INFO E| Downloaded clap_builder v4.5.51
35812026-08-19T19:47:57.385Z[ helios-setup] Aug 19 19:47:56.363 INFO E| Downloaded time v0.3.44
35822026-08-19T19:47:57.389Z[ helios-setup] Aug 19 19:47:56.368 INFO E| Downloaded serde_json v1.0.145
35832026-08-19T19:47:57.394Z[ helios-setup] Aug 19 19:47:56.373 INFO E| Downloaded hashbrown v0.16.0
35842026-08-19T19:47:57.413Z[ helios-setup] Aug 19 19:47:56.392 INFO E| Downloaded futures-util v0.3.31
35852026-08-19T19:47:57.446Z[ helios-setup] Aug 19 19:47:56.425 INFO E| Downloaded libm v0.2.15
35862026-08-19T19:47:57.457Z[ helios-setup] Aug 19 19:47:56.435 INFO E| Downloaded chrono v0.4.42
35872026-08-19T19:47:57.462Z[ helios-setup] Aug 19 19:47:56.440 INFO E| Downloaded unicode-width v0.2.2
35882026-08-19T19:47:57.466Z[ helios-setup] Aug 19 19:47:56.444 INFO E| Downloaded syn v2.0.108
35892026-08-19T19:47:57.471Z[ helios-setup] Aug 19 19:47:56.450 INFO E| Downloaded rustix v1.1.2
35902026-08-19T19:47:57.484Z[ host-package] Compiling seq-macro v0.3.6
35912026-08-19T19:47:57.559Z[ helios-setup] Aug 19 19:47:56.506 INFO E| Downloaded libc v0.2.177
35922026-08-19T19:47:57.568Z[ helios-setup] Aug 19 19:47:56.521 INFO E| Downloaded tokio v1.48.0
35932026-08-19T19:47:57.568Z[ host-package] Compiling rcgen v0.12.1
35942026-08-19T19:47:57.650Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling proc-macro2 v1.0.103
35952026-08-19T19:47:57.650Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling unicode-ident v1.0.22
35962026-08-19T19:47:57.650Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling quote v1.0.41
35972026-08-19T19:47:57.650Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling libc v0.2.177
35982026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling serde_core v1.0.228
35992026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling cfg-if v1.0.4
36002026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling serde v1.0.228
36012026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling version_check v0.9.5
36022026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling autocfg v1.5.0
36032026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling const-oid v0.9.6
36042026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling typenum v1.19.0
36052026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling libm v0.2.15
36062026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling zerocopy v0.8.27
36072026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling rustversion v1.0.22
36082026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling base64ct v1.8.0
36092026-08-19T19:47:57.654Z[ helios-setup] Aug 19 19:47:56.623 INFO E| Compiling zeroize v1.8.2
36102026-08-19T19:47:57.673Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36112026-08-19T19:47:58.061Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36122026-08-19T19:47:58.094Z[ helios-setup] Aug 19 19:47:57.073 INFO E| Compiling smallvec v1.15.1
36132026-08-19T19:47:58.231Z[ helios-setup] Aug 19 19:47:57.209 INFO E| Compiling utf8parse v0.2.2
36142026-08-19T19:47:58.620Z[ helios-setup] Aug 19 19:47:57.597 INFO E| Compiling pem-rfc7468 v0.7.0
36152026-08-19T19:47:58.647Z[ helios-setup] Aug 19 19:47:57.626 INFO E| Compiling crc32fast v1.5.0
36162026-08-19T19:47:58.697Z[ helios-setup] Aug 19 19:47:57.675 INFO E| Compiling equivalent v1.0.2
36172026-08-19T19:47:58.711Z[ helios-setup] Aug 19 19:47:57.688 INFO E| Compiling flagset v0.4.7
36182026-08-19T19:47:58.742Z[ helios-setup] Aug 19 19:47:57.720 INFO E| Compiling generic-array v0.14.9
36192026-08-19T19:47:58.878Z[ helios-setup] Aug 19 19:47:57.856 INFO E| Compiling byteorder v1.5.0
36202026-08-19T19:47:59.103Z[ helios-setup] Aug 19 19:47:58.082 INFO E| Compiling anyhow v1.0.100
36212026-08-19T19:47:59.173Z[ helios-setup] Aug 19 19:47:58.151 INFO E| Compiling hashbrown v0.16.0
36222026-08-19T19:47:59.201Z[ helios-setup] Aug 19 19:47:58.180 INFO E| Compiling rustix v1.1.2
36232026-08-19T19:47:59.243Z[ helios-setup] Aug 19 19:47:58.222 INFO E| Compiling memchr v2.7.6
36242026-08-19T19:47:59.264Z[ helios-setup] Aug 19 19:47:58.243 INFO E| Compiling num-traits v0.2.19
36252026-08-19T19:47:59.336Z[ helios-setup] Aug 19 19:47:58.314 INFO E| Compiling winnow v0.7.13
36262026-08-19T19:47:59.607Z[ helios-setup] Aug 19 19:47:58.585 INFO E| Compiling anstyle-parse v0.2.7
36272026-08-19T19:47:59.656Z[ helios-setup] Aug 19 19:47:58.635 INFO E| Compiling getrandom v0.2.16
36282026-08-19T19:47:59.845Z[ helios-setup] Aug 19 19:47:58.823 INFO E| Compiling errno v0.3.14
36292026-08-19T19:48:00.063Z[ helios-setup] Aug 19 19:47:59.040 INFO E| Compiling rand_core v0.6.4
36302026-08-19T19:48:00.119Z[ helios-setup] Aug 19 19:47:59.091 INFO E| Compiling find-msvc-tools v0.1.4
36312026-08-19T19:48:00.119Z[ helios-setup] Aug 19 19:47:59.092 INFO E| Compiling is_terminal_polyfill v1.70.2
36322026-08-19T19:48:00.282Z[ helios-setup] Aug 19 19:47:59.261 INFO E| Compiling colorchoice v1.0.4
36332026-08-19T19:48:00.283Z[ helios-setup] Aug 19 19:47:59.261 INFO E| Compiling radium v0.7.0
36342026-08-19T19:48:00.429Z[ helios-setup] Aug 19 19:47:59.407 INFO E| Compiling indexmap v2.12.0
36352026-08-19T19:48:00.460Z[ helios-setup] Aug 19 19:47:59.438 INFO E| Compiling anstyle v1.0.13
36362026-08-19T19:48:00.460Z[ helios-setup] Aug 19 19:47:59.438 INFO E| Compiling shlex v1.3.0
36372026-08-19T19:48:00.526Z[ helios-setup] Aug 19 19:47:59.505 INFO E| Compiling toml_datetime v0.7.3
36382026-08-19T19:48:00.581Z[ helios-setup] Aug 19 19:47:59.560 INFO E| Compiling allocator-api2 v0.2.21
36392026-08-19T19:48:00.587Z[ helios-setup] Aug 19 19:47:59.566 INFO E| Compiling cpufeatures v0.2.17
36402026-08-19T19:48:00.670Z[ helios-setup] Aug 19 19:47:59.649 INFO E| Compiling syn v1.0.109
36412026-08-19T19:48:01.103Z[ helios-setup] Aug 19 19:48:00.081 INFO E| Compiling anstyle-query v1.1.4
36422026-08-19T19:48:01.110Z[ helios-setup] Aug 19 19:48:00.089 INFO E| Compiling slog v2.8.2
36432026-08-19T19:48:01.129Z[ helios-setup] Aug 19 19:48:00.107 INFO E| Compiling cc v1.2.44
36442026-08-19T19:48:01.257Z[ helios-setup] Aug 19 19:48:00.203 INFO E| Compiling syn v2.0.108
36452026-08-19T19:48:01.295Z[ helios-setup] Aug 19 19:48:00.274 INFO E| Compiling crypto-common v0.1.6
36462026-08-19T19:48:01.339Z[ helios-setup] Aug 19 19:48:00.312 INFO E| Compiling block-buffer v0.10.4
36472026-08-19T19:48:01.366Z[ helios-setup] Aug 19 19:48:00.341 INFO E| Compiling anstream v0.6.21
36482026-08-19T19:48:01.585Z[ helios-setup] Aug 19 19:48:00.563 INFO E| Compiling maybe-uninit v2.0.0
36492026-08-19T19:48:01.641Z[ helios-setup] Aug 19 19:48:00.619 INFO E| Compiling futures-sink v0.3.31
36502026-08-19T19:48:01.659Z[ helios-setup] Aug 19 19:48:00.637 INFO E| Compiling unicode-width v0.2.2
36512026-08-19T19:48:01.681Z[ helios-setup] Aug 19 19:48:00.659 INFO E| Compiling parking_lot_core v0.9.12
36522026-08-19T19:48:01.727Z[ helios-setup] Aug 19 19:48:00.706 INFO E| Compiling digest v0.10.7
36532026-08-19T19:48:01.790Z[ helios-setup] Aug 19 19:48:00.768 INFO E| Compiling futures-core v0.3.31
36542026-08-19T19:48:01.828Z[ helios-setup] Aug 19 19:48:00.807 INFO E| Compiling tap v1.0.1
36552026-08-19T19:48:01.840Z[ helios-setup] Aug 19 19:48:00.818 INFO E| Compiling pkg-config v0.3.32
36562026-08-19T19:48:02.004Z[ host-package] Compiling slog-envlogger v2.2.0
36572026-08-19T19:48:02.205Z[ helios-setup] Aug 19 19:48:01.130 INFO E| Compiling sha2 v0.10.9
36582026-08-19T19:48:02.212Z[ helios-setup] Aug 19 19:48:01.137 INFO E| Compiling pin-project-lite v0.2.16
36592026-08-19T19:48:02.212Z[ helios-setup] Aug 19 19:48:01.155 INFO E| Compiling getopts v0.2.24
36602026-08-19T19:48:02.212Z[ helios-setup] Aug 19 19:48:01.165 INFO E| Compiling futures-channel v0.3.31
36612026-08-19T19:48:02.244Z[ helios-setup] Aug 19 19:48:01.222 INFO E| Compiling wyz v0.5.1
36622026-08-19T19:48:02.299Z[ helios-setup] Aug 19 19:48:01.277 INFO E| Compiling num-integer v0.1.46
36632026-08-19T19:48:02.374Z[ helios-setup] Aug 19 19:48:01.352 INFO E| Compiling ahash v0.8.12
36642026-08-19T19:48:02.481Z[ helios-setup] Aug 19 19:48:01.459 INFO E| Compiling toml_parser v1.0.4
36652026-08-19T19:48:02.559Z[ helios-setup] Aug 19 19:48:01.536 INFO E| Compiling futures-task v0.3.31
36662026-08-19T19:48:02.642Z[ helios-setup] Aug 19 19:48:01.621 INFO E| Compiling num-bigint-dig v0.8.4
36672026-08-19T19:48:02.779Z[ helios-setup] Aug 19 19:48:01.756 INFO E| Compiling scopeguard v1.2.0
36682026-08-19T19:48:02.818Z[ helios-setup] Aug 19 19:48:01.796 INFO E| Compiling time-core v0.1.6
36692026-08-19T19:48:02.847Z[ helios-setup] Aug 19 19:48:01.826 INFO E| Compiling num-conv v0.1.0
36702026-08-19T19:48:02.865Z[ helios-setup] Aug 19 19:48:01.835 INFO E| Compiling powerfmt v0.2.0
36712026-08-19T19:48:02.889Z[ helios-setup] Aug 19 19:48:01.854 INFO E| Compiling funty v2.0.0
36722026-08-19T19:48:03.011Z[ helios-setup] Aug 19 19:48:01.989 INFO E| Compiling pin-utils v0.1.0
36732026-08-19T19:48:03.043Z[ helios-setup] Aug 19 19:48:02.018 INFO E| Compiling packed_struct v0.10.1
36742026-08-19T19:48:03.054Z[ helios-setup] Aug 19 19:48:02.031 INFO E| Compiling getrandom v0.3.4
36752026-08-19T19:48:03.108Z[ helios-setup] Aug 19 19:48:02.086 INFO E| Compiling bytes v1.10.1
36762026-08-19T19:48:03.116Z[ helios-setup] Aug 19 19:48:02.094 INFO E| Compiling toml_edit v0.23.7
36772026-08-19T19:48:03.167Z[ helios-setup] Aug 19 19:48:02.145 INFO E| Compiling futures-io v0.3.31
36782026-08-19T19:48:03.346Z[ helios-setup] Aug 19 19:48:02.322 INFO E| Compiling bitflags v2.10.0
36792026-08-19T19:48:03.439Z[ helios-setup] Aug 19 19:48:02.418 INFO E| Compiling thiserror v1.0.69
36802026-08-19T19:48:03.457Z[ helios-setup] Aug 19 19:48:02.436 INFO E| Compiling strsim v0.11.1
36812026-08-19T19:48:03.585Z[ helios-setup] Aug 19 19:48:02.563 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36822026-08-19T19:48:03.615Z[ helios-setup] Aug 19 19:48:02.592 INFO E| Compiling itoa v1.0.15
36832026-08-19T19:48:03.646Z[ helios-setup] Aug 19 19:48:02.624 INFO E| Compiling clap_lex v0.7.6
36842026-08-19T19:48:03.860Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36852026-08-19T19:48:03.948Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36862026-08-19T19:48:04.034Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36872026-08-19T19:48:04.110Z[ helios-setup] Aug 19 19:48:03.087 INFO E| Compiling proc-macro-crate v3.4.0
36882026-08-19T19:48:04.115Z[ helios-setup] Aug 19 19:48:03.089 INFO E| Compiling heck v0.5.0
36892026-08-19T19:48:04.141Z[ helios-setup] Aug 19 19:48:03.114 INFO E| Compiling spin v0.9.8
36902026-08-19T19:48:04.189Z[ helios-setup] Aug 19 19:48:03.168 INFO E| Compiling slab v0.4.11
36912026-08-19T19:48:04.394Z[ helios-setup] Aug 19 19:48:03.372 INFO E| Compiling lazy_static v1.5.0
36922026-08-19T19:48:04.486Z[ helios-setup] Aug 19 19:48:03.464 INFO E| Compiling bitvec v1.0.1
36932026-08-19T19:48:04.492Z[ helios-setup] Aug 19 19:48:03.471 INFO E| Compiling deranged v0.5.5
36942026-08-19T19:48:04.517Z[ helios-setup] Aug 19 19:48:03.495 INFO E| Compiling time-macros v0.2.24
36952026-08-19T19:48:04.545Z[ helios-setup] Aug 19 19:48:03.524 INFO E| Compiling lock_api v0.4.14
36962026-08-19T19:48:04.603Z[ helios-setup] Aug 19 19:48:03.582 INFO E| Compiling num-iter v0.1.45
36972026-08-19T19:48:04.631Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36982026-08-19T19:48:04.728Z[ helios-setup] Aug 19 19:48:03.703 INFO E| Compiling indexmap v1.9.3
36992026-08-19T19:48:04.746Z[ helios-setup] Aug 19 19:48:03.723 INFO E| Compiling nodrop v0.1.14
37002026-08-19T19:48:05.050Z[ helios-setup] Aug 19 19:48:04.029 INFO E| Compiling thiserror v2.0.17
37012026-08-19T19:48:05.134Z[ helios-setup] Aug 19 19:48:04.113 INFO E| Compiling simd-adler32 v0.3.7
37022026-08-19T19:48:05.171Z[ helios-setup] Aug 19 19:48:04.149 INFO E| Compiling terminal_size v0.4.3
37032026-08-19T19:48:05.190Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37042026-08-19T19:48:05.245Z[ helios-setup] Aug 19 19:48:04.223 INFO E| Compiling crc-catalog v2.4.0
37052026-08-19T19:48:05.351Z[ helios-setup] Aug 19 19:48:04.329 INFO E| Compiling clap_builder v4.5.51
37062026-08-19T19:48:05.360Z[ helios-setup] Aug 19 19:48:04.338 INFO E| Compiling adler2 v2.0.1
37072026-08-19T19:48:05.445Z[ helios-setup] Aug 19 19:48:04.422 INFO E| Compiling iana-time-zone v0.1.64
37082026-08-19T19:48:05.458Z[ helios-setup] Aug 19 19:48:04.437 INFO E| Compiling log v0.4.28
37092026-08-19T19:48:05.487Z[ helios-setup] Aug 19 19:48:04.464 INFO E| Compiling serde_json v1.0.145
37102026-08-19T19:48:05.590Z[ helios-setup] Aug 19 19:48:04.568 INFO E| Compiling once_cell v1.21.3
37112026-08-19T19:48:05.691Z[ host-package] Compiling port-file v0.1.0
37122026-08-19T19:48:05.745Z[ helios-setup] Aug 19 19:48:04.722 INFO E| Compiling env_filter v0.1.4
37132026-08-19T19:48:05.851Z[ host-package] Compiling subprocess v0.2.15
37142026-08-19T19:48:06.006Z[ helios-setup] Aug 19 19:48:04.983 INFO E| Compiling chrono v0.4.42
37152026-08-19T19:48:06.023Z[ host-package] Compiling rtoolbox v0.0.3
37162026-08-19T19:48:06.070Z[ helios-setup] Aug 19 19:48:05.043 INFO E| Compiling miniz_oxide v0.8.9
37172026-08-19T19:48:06.120Z[ helios-setup] Aug 19 19:48:05.099 INFO E| Compiling crc v3.3.0
37182026-08-19T19:48:06.142Z[ helios-setup] Aug 19 19:48:05.120 INFO E| Compiling parking_lot v0.12.5
37192026-08-19T19:48:06.209Z[ helios-setup] Aug 19 19:48:05.186 INFO E| Compiling array-init v0.0.4
37202026-08-19T19:48:06.435Z[ helios-setup] Aug 19 19:48:05.413 INFO E| Compiling smallvec v0.6.14
37212026-08-19T19:48:06.442Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37222026-08-19T19:48:06.853Z[ helios-setup] Aug 19 19:48:05.831 INFO E| Compiling time v0.3.44
37232026-08-19T19:48:06.968Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37242026-08-19T19:48:06.976Z[ helios-setup] Aug 19 19:48:05.955 INFO E| Compiling serde_spanned v1.0.3
37252026-08-19T19:48:07.013Z[ helios-setup] Aug 19 19:48:05.991 INFO E| Compiling signature v2.2.0
37262026-08-19T19:48:07.082Z[ helios-setup] Aug 19 19:48:06.052 INFO E| Compiling signal-hook-registry v1.4.6
37272026-08-19T19:48:07.115Z[ helios-setup] Aug 19 19:48:06.084 INFO E| Compiling socket2 v0.6.1
37282026-08-19T19:48:07.238Z[ helios-setup] Aug 19 19:48:06.201 INFO E| Compiling is-terminal v0.4.17
37292026-08-19T19:48:07.404Z[ helios-setup] Aug 19 19:48:06.383 INFO E| Compiling mio v1.1.0
37302026-08-19T19:48:07.725Z[ helios-setup] Aug 19 19:48:06.704 INFO E| Compiling packed_struct_codegen v0.10.1
37312026-08-19T19:48:07.845Z[ helios-setup] Aug 19 19:48:06.823 INFO E| Compiling thread_local v1.1.9
37322026-08-19T19:48:07.895Z[ helios-setup] Aug 19 19:48:06.874 INFO E| Compiling libdevinfo-sys v1.1.0
37332026-08-19T19:48:07.951Z[ helios-setup] Aug 19 19:48:06.922 INFO E| Compiling hashbrown v0.12.3
37342026-08-19T19:48:08.141Z[ host-package] Compiling rpassword v7.5.4
37352026-08-19T19:48:08.148Z[ helios-setup] Aug 19 19:48:07.121 INFO E| Compiling winnow v0.5.40
37362026-08-19T19:48:08.555Z[ helios-setup] Aug 19 19:48:07.533 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37372026-08-19T19:48:08.654Z[ helios-setup] Aug 19 19:48:07.632 INFO E| Compiling toml_writer v1.0.4
37382026-08-19T19:48:08.720Z[ helios-setup] Aug 19 19:48:07.698 INFO E| Compiling subtle v2.6.1
37392026-08-19T19:48:08.803Z[ helios-setup] Aug 19 19:48:07.769 INFO E| Compiling base64 v0.21.7
37402026-08-19T19:48:08.833Z[ helios-setup] Aug 19 19:48:07.793 INFO E| Compiling ryu v1.0.20
37412026-08-19T19:48:08.837Z[ helios-setup] Aug 19 19:48:07.801 INFO E| Compiling term v1.2.0
37422026-08-19T19:48:08.837Z[ helios-setup] Aug 19 19:48:07.812 INFO E| Compiling bzip2 v0.4.4
37432026-08-19T19:48:08.927Z[ helios-setup] Aug 19 19:48:07.901 INFO E| Compiling toml v0.9.8
37442026-08-19T19:48:09.035Z[ helios-setup] Aug 19 19:48:08.013 INFO E| Compiling flate2 v1.1.5
37452026-08-19T19:48:09.075Z[ helios-setup] Aug 19 19:48:08.054 INFO E| Compiling uuid v1.18.1
37462026-08-19T19:48:09.132Z[ helios-setup] Aug 19 19:48:08.110 INFO E| Compiling env_logger v0.11.8
37472026-08-19T19:48:09.490Z[ helios-setup] Aug 19 19:48:08.468 INFO E| Compiling bitflags v1.3.2
37482026-08-19T19:48:09.622Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37492026-08-19T19:48:09.622Z[ helios-setup] Aug 19 19:48:08.561 INFO E| Compiling crc-any v2.5.0
37502026-08-19T19:48:09.674Z[ helios-setup] Aug 19 19:48:08.653 INFO E| Compiling serde_derive v1.0.228
37512026-08-19T19:48:09.681Z[ helios-setup] Aug 19 19:48:08.660 INFO E| Compiling zerocopy-derive v0.8.27
37522026-08-19T19:48:09.893Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37532026-08-19T19:48:10.184Z[ helios-setup] Aug 19 19:48:09.163 INFO E| Compiling der_derive v0.7.3
37542026-08-19T19:48:10.192Z[ helios-setup] Aug 19 19:48:09.171 INFO E| Compiling futures-macro v0.3.31
37552026-08-19T19:48:10.307Z[ helios-setup] Aug 19 19:48:09.286 INFO E| Compiling zerocopy-derive v0.6.6
37562026-08-19T19:48:10.343Z[ helios-setup] Aug 19 19:48:09.321 INFO E| Compiling clap_derive v4.5.49
37572026-08-19T19:48:10.471Z[ helios-setup] Aug 19 19:48:09.449 INFO E| Compiling thiserror-impl v1.0.69
37582026-08-19T19:48:10.489Z[ helios-setup] Aug 19 19:48:09.467 INFO E| Compiling bitfield-macros v0.19.3
37592026-08-19T19:48:10.529Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37602026-08-19T19:48:10.927Z[ helios-setup] Aug 19 19:48:09.906 INFO E| Compiling num_enum_derive v0.7.5
37612026-08-19T19:48:11.107Z[ helios-setup] Aug 19 19:48:10.085 INFO E| Compiling tokio-macros v2.6.0
37622026-08-19T19:48:12.128Z[ helios-setup] Aug 19 19:48:11.103 INFO E| Compiling thiserror-impl v2.0.17
37632026-08-19T19:48:12.132Z[ helios-setup] Aug 19 19:48:11.111 INFO E| Compiling bitfield v0.19.3
37642026-08-19T19:48:12.215Z[ helios-setup] Aug 19 19:48:11.194 INFO E| Compiling zerocopy v0.6.6
37652026-08-19T19:48:12.222Z[ helios-setup] Aug 19 19:48:11.201 INFO E| Compiling der v0.7.10
37662026-08-19T19:48:12.531Z[ helios-setup] Aug 19 19:48:11.509 INFO E| Compiling futures-util v0.3.31
37672026-08-19T19:48:12.559Z[ helios-setup] Aug 19 19:48:11.529 INFO E| Compiling hex v0.4.3
37682026-08-19T19:48:12.603Z[ helios-setup] Aug 19 19:48:11.577 INFO E| Compiling foldhash v0.2.0
37692026-08-19T19:48:12.808Z[ helios-setup] Aug 19 19:48:11.787 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37702026-08-19T19:48:13.113Z[ helios-setup] Aug 19 19:48:12.090 INFO E| Compiling rustc-hash v2.1.1
37712026-08-19T19:48:13.191Z[ helios-setup] Aug 19 19:48:12.169 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37722026-08-19T19:48:13.218Z[ helios-setup] Aug 19 19:48:12.195 INFO E| Compiling tokio v1.48.0
37732026-08-19T19:48:13.237Z[ helios-setup] Aug 19 19:48:12.216 INFO E| Compiling zip v0.6.6
37742026-08-19T19:48:13.374Z[ helios-setup] Aug 19 19:48:12.351 INFO E| Compiling iddqd v0.3.14
37752026-08-19T19:48:13.379Z[ helios-setup] Aug 19 19:48:12.351 INFO E| Compiling clap v4.5.51
37762026-08-19T19:48:13.396Z[ helios-setup] Aug 19 19:48:12.375 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37772026-08-19T19:48:13.484Z[ helios-setup] Aug 19 19:48:12.462 INFO E| Compiling path-slash v0.1.5
37782026-08-19T19:48:13.525Z[ helios-setup] Aug 19 19:48:12.502 INFO E| Compiling num_enum v0.7.5
37792026-08-19T19:48:13.791Z[ helios-setup] Aug 19 19:48:12.769 INFO E| Compiling devinfo v0.1.0
37802026-08-19T19:48:14.502Z[ helios-setup] Aug 19 19:48:13.480 INFO E| Compiling spki v0.7.3
37812026-08-19T19:48:14.704Z[ host-package] Compiling tui-tree-widget v0.23.1
37822026-08-19T19:48:14.938Z[ helios-setup] Aug 19 19:48:13.917 INFO E| Compiling pkcs8 v0.10.2
37832026-08-19T19:48:15.113Z[ helios-setup] Aug 19 19:48:14.092 INFO E| Compiling x509-cert v0.2.5
37842026-08-19T19:48:15.114Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37852026-08-19T19:48:15.306Z[ helios-setup] Aug 19 19:48:14.284 INFO E| Compiling pkcs1 v0.7.5
37862026-08-19T19:48:15.904Z[ helios-setup] Aug 19 19:48:14.882 INFO E| Compiling ppv-lite86 v0.2.21
37872026-08-19T19:48:16.602Z[ helios-setup] Aug 19 19:48:15.578 INFO E| Compiling rand_chacha v0.3.1
37882026-08-19T19:48:16.618Z[ helios-setup] Aug 19 19:48:15.587 INFO E| Compiling erased-serde v0.3.31
37892026-08-19T19:48:16.685Z[ helios-setup] Aug 19 19:48:15.663 INFO E| Compiling toml_datetime v0.6.11
37902026-08-19T19:48:16.923Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37912026-08-19T19:48:17.256Z[ helios-setup] Aug 19 19:48:16.234 INFO E| Compiling rand v0.8.5
37922026-08-19T19:48:17.331Z[ helios-setup] Aug 19 19:48:16.310 INFO E| Compiling serde_spanned v0.6.9
37932026-08-19T19:48:17.417Z[ helios-setup] Aug 19 19:48:16.396 INFO E| Compiling serde-hex v0.1.0
37942026-08-19T19:48:17.437Z[ helios-setup] Aug 19 19:48:16.409 INFO E| Compiling ron v0.8.1
37952026-08-19T19:48:17.557Z[ helios-setup] Aug 19 19:48:16.535 INFO E| Compiling futures-executor v0.3.31
37962026-08-19T19:48:17.662Z[ helios-setup] Aug 19 19:48:16.641 INFO E| Compiling toml_edit v0.19.15
37972026-08-19T19:48:17.777Z[ helios-setup] Aug 19 19:48:16.756 INFO E| Compiling hashbrown v0.13.2
37982026-08-19T19:48:17.849Z[ helios-setup] Aug 19 19:48:16.828 INFO E| Compiling futures v0.3.31
37992026-08-19T19:48:18.066Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38002026-08-19T19:48:18.140Z[ helios-setup] Aug 19 19:48:17.115 INFO E| Compiling slog-term v2.9.2
38012026-08-19T19:48:18.559Z[ helios-setup] Aug 19 19:48:17.537 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
38022026-08-19T19:48:18.848Z[ helios-setup] Aug 19 19:48:17.826 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38032026-08-19T19:48:19.071Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38042026-08-19T19:48:19.165Z[ helios-setup] Aug 19 19:48:18.142 INFO E| Compiling object v0.30.4
38052026-08-19T19:48:19.752Z[ helios-setup] Aug 19 19:48:18.729 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38062026-08-19T19:48:20.134Z[ helios-setup] Aug 19 19:48:19.112 INFO E| Compiling rsa v0.9.8
38072026-08-19T19:48:20.754Z[ helios-setup] Aug 19 19:48:19.729 INFO E| Compiling toml v0.7.8
38082026-08-19T19:48:21.873Z[ helios-setup] Aug 19 19:48:20.852 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38092026-08-19T19:48:22.375Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38102026-08-19T19:48:22.383Z[ helios-setup] Aug 19 19:48:21.292 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38112026-08-19T19:48:22.658Z[ host-package] Compiling uzers v0.12.2
38122026-08-19T19:48:23.375Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38132026-08-19T19:48:24.007Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38142026-08-19T19:48:25.569Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38152026-08-19T19:48:26.013Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38162026-08-19T19:48:26.160Z[ host-package] Compiling support-bundle-viewer v0.1.2
38172026-08-19T19:48:26.395Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38182026-08-19T19:48:28.435Z[ helios-setup] Aug 19 19:48:27.414 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38192026-08-19T19:48:28.478Z[ host-package] Compiling multimap v0.10.1
38202026-08-19T19:48:29.733Z[ helios-setup] Aug 19 19:48:28.712 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38212026-08-19T19:48:34.033Z[ helios-setup] Aug 19 19:48:33.012 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38222026-08-19T19:48:40.591Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38232026-08-19T19:48:41.597Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38242026-08-19T19:48:45.995Z[ helios-setup] Aug 19 19:48:44.973 INFO E| Finished `release` profile [optimized] target(s) in 1m 01s
38252026-08-19T19:48:45.999Z[ helios-setup] Aug 19 19:48:44.976 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38262026-08-19T19:48:45.999Z[ helios-setup] Aug 19 19:48:44.976 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38272026-08-19T19:48:46.059Z[ helios-setup] Aug 19 19:48:45.037 INFO building project "pilot" ok (61 seconds)
38282026-08-19T19:48:46.062Z[ helios-setup] rm -f helios-build
38292026-08-19T19:48:46.063Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38302026-08-19T19:48:46.066Z[ helios-setup]
38312026-08-19T19:48:46.066Z[ helios-setup] Setup complete! ./helios-build is now available.
38322026-08-19T19:48:46.071Z[ helios-setup]
38332026-08-19T19:48:46.071Z[ helios-setup]
38342026-08-19T19:48:46.071Z[ helios-setup] real 3:11.263986637
38352026-08-19T19:48:46.071Z[ helios-setup] user 7:02.964782902
38362026-08-19T19:48:46.072Z[ helios-setup] sys 1:18.470826897
38372026-08-19T19:48:46.072Z[ helios-setup] trap 0.506439263
38382026-08-19T19:48:46.072Z[ helios-setup] tflt 4.227757124
38392026-08-19T19:48:46.072Z[ helios-setup] dflt 9.794223092
38402026-08-19T19:48:46.072Z[ helios-setup] kflt 0.006723998
38412026-08-19T19:48:46.072Z[ helios-setup] lock 55:49.883956942
38422026-08-19T19:48:46.072Z[ helios-setup] slp 37:04.534303689
38432026-08-19T19:48:46.072Z[ helios-setup] lat 6:57.163899773
38442026-08-19T19:48:46.072Z[ helios-setup] stop 1:35.873387689
38452026-08-19T19:48:46.072ZAug 19 19:48:45.047 INFO [helios-setup] process exited with exit status: 0 (191.266835587s)
38462026-08-19T19:48:46.072ZAug 19 19:48:45.047 INFO [helios-record] running task
38472026-08-19T19:48:46.072ZAug 19 19:48:45.048 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38482026-08-19T19:48:46.087ZAug 19 19:48:45.059 DEBG process exited with exit status: 0 (11.73814ms)
38492026-08-19T19:48:46.087ZAug 19 19:48:45.059 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38502026-08-19T19:48:46.087ZAug 19 19:48:45.065 DEBG process exited with exit status: 0 (3.79996ms)
38512026-08-19T19:48:46.087ZAug 19 19:48:45.065 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38522026-08-19T19:48:46.091ZAug 19 19:48:45.069 DEBG process exited with exit status: 0 (3.66664ms)
38532026-08-19T19:48:46.091ZAug 19 19:48:45.069 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38542026-08-19T19:48:46.094ZAug 19 19:48:45.071 DEBG process exited with exit status: 0 (3.78411ms)
38552026-08-19T19:48:46.094ZAug 19 19:48:45.071 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38562026-08-19T19:48:46.098ZAug 19 19:48:45.074 DEBG process exited with exit status: 0 (3.73905ms)
38572026-08-19T19:48:46.099ZAug 19 19:48:45.074 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38582026-08-19T19:48:46.103ZAug 19 19:48:45.078 DEBG process exited with exit status: 0 (3.78042ms)
38592026-08-19T19:48:46.103ZAug 19 19:48:45.078 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38602026-08-19T19:48:46.106ZAug 19 19:48:45.082 DEBG process exited with exit status: 0 (3.51653ms)
38612026-08-19T19:48:46.106ZAug 19 19:48:45.082 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38622026-08-19T19:48:46.109ZAug 19 19:48:45.085 DEBG process exited with exit status: 0 (3.26313ms)
38632026-08-19T19:48:46.109ZAug 19 19:48:45.085 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38642026-08-19T19:48:46.118ZAug 19 19:48:45.097 DEBG process exited with exit status: 0 (11.94608ms)
38652026-08-19T19:48:46.122ZAug 19 19:48:45.097 INFO [helios-record] task succeeded (49.76119ms)
38662026-08-19T19:48:48.676Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38672026-08-19T19:48:51.237Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38682026-08-19T19:48:54.399Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38692026-08-19T20:00:05.364Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 50s
38702026-08-19T20:00:05.372Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38712026-08-19T20:00:05.372Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38722026-08-19T20:02:30.127ZAug 19 20:02:29.096 INFO [host-package] process exited with exit status: 0 (975.825459008s)
38732026-08-19T20:02:30.127ZAug 19 20:02:29.096 INFO [host-libraries] running task
38742026-08-19T20:02:30.127ZAug 19 20:02:29.096 INFO [host-stamp] running task
38752026-08-19T20:02:30.131ZAug 19 20:02:29.099 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git303d447996e
38762026-08-19T20:02:30.131ZAug 19 20:02:29.099 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git303d447996e
38772026-08-19T20:02:30.131ZAug 19 20:02:29.099 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git303d447996e
38782026-08-19T20:02:30.131ZAug 19 20:02:29.099 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git303d447996e
38792026-08-19T20:02:30.131ZAug 19 20:02:29.100 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git303d447996e
38802026-08-19T20:02:30.131ZAug 19 20:02:29.100 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git303d447996e
38812026-08-19T20:02:30.132ZAug 19 20:02:29.100 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git303d447996e
38822026-08-19T20:02:30.132ZAug 19 20:02:29.101 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git303d447996e
38832026-08-19T20:02:30.140Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38842026-08-19T20:02:30.144Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-08-19T20:02:30.144Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-08-19T20:02:30.144Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-19T20:02:30.144Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-19T20:02:30.144Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-19T20:02:30.145Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-08-19T20:02:30.145Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-08-19T20:02:30.145Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38922026-08-19T20:02:30.145ZAug 19 20:02:29.113 INFO [stamp-overlay] process exited with exit status: 0 (13.92174ms)
38932026-08-19T20:02:30.152Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38942026-08-19T20:02:30.155ZAug 19 20:02:29.124 INFO [stamp-oxlog] process exited with exit status: 0 (24.72313ms)
38952026-08-19T20:02:30.196Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38962026-08-19T20:02:30.200ZAug 19 20:02:29.169 INFO [stamp-crucible-utils] process exited with exit status: 0 (70.52583ms)
38972026-08-19T20:02:30.216Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38982026-08-19T20:02:30.220ZAug 19 20:02:29.190 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (90.46933ms)
38992026-08-19T20:02:30.374Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39002026-08-19T20:02:30.378ZAug 19 20:02:29.347 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (247.65778ms)
39012026-08-19T20:02:30.693Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39022026-08-19T20:02:30.701ZAug 19 20:02:29.667 INFO [stamp-propolis-server] process exited with exit status: 0 (566.552039ms)
39032026-08-19T20:02:30.788Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39042026-08-19T20:02:30.792ZAug 19 20:02:29.761 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (660.820749ms)
39052026-08-19T20:02:31.942ZAug 19 20:02:30.912 INFO [host-libraries] task succeeded (1.815280296s)
39062026-08-19T20:02:31.946ZAug 19 20:02:30.912 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39072026-08-19T20:02:31.950Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39082026-08-19T20:02:32.901Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39092026-08-19T20:02:33.740Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39102026-08-19T20:02:37.307Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39112026-08-19T20:02:37.311ZAug 19 20:02:36.280 INFO [stamp-switch-asic] process exited with exit status: 0 (7.180226766s)
39122026-08-19T20:02:37.311ZAug 19 20:02:36.280 INFO [host-stamp] task succeeded (7.183888326s)
39132026-08-19T20:02:37.311ZAug 19 20:02:36.280 INFO [host-proto] running task
39142026-08-19T20:02:37.795ZAug 19 20:02:36.765 INFO [host-proto] task succeeded (485.028329ms)
39152026-08-19T20:02:37.796ZAug 19 20:02:36.765 INFO [host-profile] running task
39162026-08-19T20:02:37.800ZAug 19 20:02:36.766 INFO [host-profile] task succeeded (269.38µs)
39172026-08-19T20:02:37.801ZAug 19 20:02:36.766 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpsPfDDW/proto/host/root -N 'ci 303d447/${os_short_commit} 2026-08-19 19:45' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39182026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO Checking files for board 'cosmo'
39192026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39202026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39212026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO Checking files for board 'cosmo-mbist'
39222026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39232026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO Checking files for board 'gimlet'
39242026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39252026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39262026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO Checking files for board 'cosmo-mbist-noaggr'
39272026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39282026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.780 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsPfDDW/proto/host/root"
39292026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.780 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39302026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.780 INFO image builder template: ramdisk-01-os...
39312026-08-19T20:02:37.817Z[ host-image] Aug 19 20:02:36.780 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/.tmpsPfDDW/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39322026-08-19T20:02:37.823Z[ host-image] Aug 19 20:02:36.793 INFO O| Aug 19 20:02:36.793 INFO CREATE DATASET: rpool/images/build/host/output
39332026-08-19T20:02:38.944Z[ host-image] Aug 19 20:02:37.914 INFO O| Aug 19 20:02:37.914 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39342026-08-19T20:02:38.994Z[ host-image] Aug 19 20:02:37.917 INFO O| Aug 19 20:02:37.917 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39352026-08-19T20:02:39.152Z[ host-image] Aug 19 20:02:38.122 INFO O| Aug 19 20:02:38.122 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39362026-08-19T20:02:39.226Z[ host-image] Aug 19 20:02:38.194 INFO O| Aug 19 20:02:38.194 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39372026-08-19T20:02:39.226Z[ host-image] Aug 19 20:02:38.194 INFO O| Aug 19 20:02:38.194 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39382026-08-19T20:02:39.226Z[ host-image] Aug 19 20:02:38.194 INFO O| Aug 19 20:02:38.194 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39392026-08-19T20:02:39.226Z[ host-image] Aug 19 20:02:38.194 INFO O| Aug 19 20:02:38.194 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39402026-08-19T20:02:39.229Z[ host-image] Aug 19 20:02:38.199 INFO O| Aug 19 20:02:38.199 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39412026-08-19T20:02:39.442Z[ host-image] Aug 19 20:02:38.411 INFO O| Aug 19 20:02:38.411 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-08-19T20:02:39.450Z[ host-image] Aug 19 20:02:38.419 INFO O| Aug 19 20:02:38.418 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39432026-08-19T20:02:39.742Z[ host-image] Aug 19 20:02:38.712 INFO O| Aug 19 20:02:38.711 INFO O| Caching catalogs ... Done
39442026-08-19T20:02:39.813Z[ host-image] Aug 19 20:02:38.783 INFO O| Aug 19 20:02:38.783 INFO STEP 0 (pkg_image_create) COMPLETE
39452026-08-19T20:02:39.813Z[ host-image] Aug 19 20:02:38.783 INFO O| Aug 19 20:02:38.783 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-08-19T20:02:39.821Z[ host-image] Aug 19 20:02:38.789 INFO O| Aug 19 20:02:38.789 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"]
39472026-08-19T20:02:40.089Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO STEP 1 (pkg_set_publisher) COMPLETE
39482026-08-19T20:02:40.094Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-08-19T20:02:40.094Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO skip step because feature "publisher_1_name" is not enabled
39502026-08-19T20:02:40.094Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-08-19T20:02:40.094Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO skip step because feature "publisher_2_name" is not enabled
39522026-08-19T20:02:40.094Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-08-19T20:02:40.094Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO skip step because feature "publisher_3_name" is not enabled
39542026-08-19T20:02:40.094Z[ host-image] Aug 19 20:02:39.058 INFO O| Aug 19 20:02:39.058 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-08-19T20:02:40.351Z[ host-image] Aug 19 20:02:39.321 INFO O| Aug 19 20:02:39.320 INFO variant opensolaris.zone is already global
39562026-08-19T20:02:40.351Z[ host-image] Aug 19 20:02:39.321 INFO O| Aug 19 20:02:39.320 INFO STEP 5 (pkg_change_variant) COMPLETE
39572026-08-19T20:02:40.351Z[ host-image] Aug 19 20:02:39.321 INFO O| Aug 19 20:02:39.320 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-08-19T20:02:40.593Z[ host-image] Aug 19 20:02:39.562 INFO O| Aug 19 20:02:39.562 INFO variant opensolaris.imagetype is full; changing to partial
39592026-08-19T20:02:40.593Z[ host-image] Aug 19 20:02:39.562 INFO O| Aug 19 20:02:39.562 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39602026-08-19T20:02:42.296Z[ host-image] Aug 19 20:02:41.265 INFO O| Aug 19 20:02:41.265 INFO O| Startup: Refreshing catalog 'helios' ... Done
39612026-08-19T20:02:42.660Z[ host-image] Aug 19 20:02:41.629 INFO O| Aug 19 20:02:41.629 INFO O| Startup: Caching catalogs ... Done
39622026-08-19T20:02:42.671Z[ host-image] Aug 19 20:02:41.641 INFO O| Aug 19 20:02:41.641 INFO O| Planning: Planning completed in 0.00 seconds
39632026-08-19T20:02:42.675Z[ host-image] Aug 19 20:02:41.642 INFO O| Aug 19 20:02:41.642 INFO O| Planning: Consolidating action changes ... Done
39642026-08-19T20:02:42.675Z[ host-image] Aug 19 20:02:41.642 INFO O| Aug 19 20:02:41.642 INFO O| Planning: Evaluating mediators ... Done
39652026-08-19T20:02:42.675Z[ host-image] Aug 19 20:02:41.642 INFO O| Aug 19 20:02:41.642 INFO O| Planning: Planning completed in 0.00 seconds
39662026-08-19T20:02:42.675Z[ host-image] Aug 19 20:02:41.642 INFO O| Aug 19 20:02:41.642 INFO O| Variants/Facets to change: 1
39672026-08-19T20:02:42.680Z[ host-image] Aug 19 20:02:41.651 INFO O| Aug 19 20:02:41.651 INFO O| Finalize: Updating package state database ... Done
39682026-08-19T20:02:42.681Z[ host-image] Aug 19 20:02:41.651 INFO O| Aug 19 20:02:41.651 INFO O| Finalize: Updating package cache ... Done
39692026-08-19T20:02:42.739Z[ host-image] Aug 19 20:02:41.709 INFO O| Aug 19 20:02:41.709 INFO O| Finalize: Updating image state ... Done
39702026-08-19T20:02:42.748Z[ host-image] Aug 19 20:02:41.718 INFO O| Aug 19 20:02:41.718 INFO O| Finalize: Creating fast lookup database ... Done
39712026-08-19T20:02:42.752Z[ host-image] Aug 19 20:02:41.719 INFO O| Aug 19 20:02:41.718 INFO O| Finalize: Reading search index ... Done
39722026-08-19T20:02:42.752Z[ host-image] Aug 19 20:02:41.719 INFO O| Aug 19 20:02:41.719 INFO O| Finalize: Updating search index ... Done
39732026-08-19T20:02:42.752Z[ host-image] Aug 19 20:02:41.719 INFO O| Aug 19 20:02:41.719 INFO O| Finalize: Updating package cache ... Done
39742026-08-19T20:02:42.909Z[ host-image] Aug 19 20:02:41.878 INFO O| Aug 19 20:02:41.878 INFO STEP 6 (pkg_change_variant) COMPLETE
39752026-08-19T20:02:42.909Z[ host-image] Aug 19 20:02:41.878 INFO O| Aug 19 20:02:41.878 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-08-19T20:02:42.913Z[ host-image] Aug 19 20:02:41.878 INFO O| Aug 19 20:02:41.878 INFO skip step because feature "debug_variant" is not enabled
39772026-08-19T20:02:42.913Z[ host-image] Aug 19 20:02:41.878 INFO O| Aug 19 20:02:41.878 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-08-19T20:02:43.150Z[ host-image] Aug 19 20:02:42.118 INFO O| Aug 19 20:02:42.118 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39792026-08-19T20:02:44.576Z[ host-image] Aug 19 20:02:43.545 INFO O| Aug 19 20:02:43.545 INFO O| Startup: Refreshing catalog 'helios' ... Done
39802026-08-19T20:02:44.764Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.69s
39812026-08-19T20:02:44.954Z[ host-image] Aug 19 20:02:43.923 INFO O| Aug 19 20:02:43.923 INFO O| Startup: Caching catalogs ... Done
39822026-08-19T20:02:44.967Z[ host-image] Aug 19 20:02:43.937 INFO O| Aug 19 20:02:43.937 INFO O| Planning: Planning completed in 0.00 seconds
39832026-08-19T20:02:44.970Z[ host-image] Aug 19 20:02:43.937 INFO O| Aug 19 20:02:43.937 INFO O| Planning: Consolidating action changes ... Done
39842026-08-19T20:02:44.971Z[ host-image] Aug 19 20:02:43.937 INFO O| Aug 19 20:02:43.937 INFO O| Planning: Evaluating mediators ... Done
39852026-08-19T20:02:44.971Z[ host-image] Aug 19 20:02:43.937 INFO O| Aug 19 20:02:43.937 INFO O| Planning: Planning completed in 0.00 seconds
39862026-08-19T20:02:44.971Z[ host-image] Aug 19 20:02:43.938 INFO O| Aug 19 20:02:43.938 INFO O| Variants/Facets to change: 1
39872026-08-19T20:02:44.977Z[ host-image] Aug 19 20:02:43.947 INFO O| Aug 19 20:02:43.947 INFO O| Finalize: Updating package state database ... Done
39882026-08-19T20:02:44.977Z[ host-image] Aug 19 20:02:43.947 INFO O| Aug 19 20:02:43.947 INFO O| Finalize: Updating package cache ... Done
39892026-08-19T20:02:45.055Z[ host-image] Aug 19 20:02:44.024 INFO O| Aug 19 20:02:44.024 INFO O| Finalize: Updating image state ... Done
39902026-08-19T20:02:45.063Z[ host-image] Aug 19 20:02:44.033 INFO O| Aug 19 20:02:44.033 INFO O| Finalize: Creating fast lookup database ... Done
39912026-08-19T20:02:45.068Z[ host-image] Aug 19 20:02:44.033 INFO O| Aug 19 20:02:44.033 INFO O| Finalize: Reading search index ... Done
39922026-08-19T20:02:45.069Z[ host-image] Aug 19 20:02:44.033 INFO O| Aug 19 20:02:44.033 INFO O| Finalize: Updating search index ... Done
39932026-08-19T20:02:45.069Z[ host-image] Aug 19 20:02:44.034 INFO O| Aug 19 20:02:44.034 INFO O| Finalize: Updating package cache ... Done
39942026-08-19T20:02:45.225Z[ host-image] Aug 19 20:02:44.194 INFO O| Aug 19 20:02:44.194 INFO STEP 8 (pkg_change_facet) COMPLETE
39952026-08-19T20:02:45.225Z[ host-image] Aug 19 20:02:44.194 INFO O| Aug 19 20:02:44.194 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-08-19T20:02:45.225Z[ host-image] Aug 19 20:02:44.194 INFO O| Aug 19 20:02:44.194 INFO skip step because feature "recovery" is not enabled
39972026-08-19T20:02:45.225Z[ host-image] Aug 19 20:02:44.194 INFO O| Aug 19 20:02:44.194 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39982026-08-19T20:02:45.230Z[ host-image] Aug 19 20:02:44.194 INFO O| Aug 19 20:02:44.194 INFO skip step because feature "recovery" is not enabled
39992026-08-19T20:02:45.230Z[ host-image] Aug 19 20:02:44.194 INFO O| Aug 19 20:02:44.194 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40002026-08-19T20:02:45.236Z[ host-image] Aug 19 20:02:44.201 INFO O| Aug 19 20:02:44.201 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
40012026-08-19T20:02:46.747Z[ host-image] Aug 19 20:02:45.690 INFO O| Aug 19 20:02:45.690 INFO O| Startup: Refreshing catalog 'helios' ... Done
40022026-08-19T20:02:47.123Z[ host-image] Aug 19 20:02:46.078 INFO O| Aug 19 20:02:46.078 INFO O| Startup: Caching catalogs ... Done
40032026-08-19T20:02:47.615ZAug 19 20:02:46.584 INFO [recovery-package] process exited with exit status: 0 (15.672247529s)
40042026-08-19T20:02:47.615ZAug 19 20:02:46.584 INFO [recovery-libraries] running task
40052026-08-19T20:02:47.615ZAug 19 20:02:46.584 INFO [recovery-stamp] running task
40062026-08-19T20:02:47.619ZAug 19 20:02:46.584 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git303d447996e
40072026-08-19T20:02:47.619ZAug 19 20:02:46.585 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git303d447996e
40082026-08-19T20:02:47.625Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40092026-08-19T20:02:47.629Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40102026-08-19T20:02:47.667ZAug 19 20:02:46.636 INFO [recovery-libraries] task succeeded (52.20197ms)
40112026-08-19T20:02:47.670ZAug 19 20:02:46.636 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40122026-08-19T20:02:47.728Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40132026-08-19T20:02:47.732ZAug 19 20:02:46.701 INFO [stamp-installinator] process exited with exit status: 0 (116.22627ms)
40142026-08-19T20:02:47.794Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40152026-08-19T20:02:47.798ZAug 19 20:02:46.768 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (183.86703ms)
40162026-08-19T20:02:47.798ZAug 19 20:02:46.768 INFO [recovery-stamp] task succeeded (184.01919ms)
40172026-08-19T20:02:47.798ZAug 19 20:02:46.768 INFO [recovery-proto] running task
40182026-08-19T20:02:47.802ZAug 19 20:02:46.768 INFO [tuf-stamp] running task
40192026-08-19T20:02:47.802ZAug 19 20:02:46.769 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git303d447996e
40202026-08-19T20:02:47.802ZAug 19 20:02:46.769 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git303d447996e
40212026-08-19T20:02:47.802ZAug 19 20:02:46.771 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git303d447996e
40222026-08-19T20:02:47.802ZAug 19 20:02:46.771 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git303d447996e
40232026-08-19T20:02:47.803ZAug 19 20:02:46.771 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git303d447996e
40242026-08-19T20:02:47.803ZAug 19 20:02:46.771 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git303d447996e
40252026-08-19T20:02:47.803ZAug 19 20:02:46.771 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git303d447996e
40262026-08-19T20:02:47.803ZAug 19 20:02:46.771 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git303d447996e
40272026-08-19T20:02:47.803ZAug 19 20:02:46.772 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git303d447996e
40282026-08-19T20:02:47.803ZAug 19 20:02:46.772 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git303d447996e
40292026-08-19T20:02:47.807ZAug 19 20:02:46.772 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git303d447996e
40302026-08-19T20:02:47.807ZAug 19 20:02:46.773 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git303d447996e
40312026-08-19T20:02:47.811Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-08-19T20:02:47.811Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-08-19T20:02:47.811Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40342026-08-19T20:02:47.811Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-08-19T20:02:47.811Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-08-19T20:02:47.811Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-19T20:02:47.811Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-19T20:02:47.811Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-19T20:02:47.811Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-19T20:02:47.814Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-19T20:02:47.814Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-19T20:02:47.814Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-19T20:02:47.861Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40442026-08-19T20:02:47.864ZAug 19 20:02:46.834 INFO [stamp-probe] process exited with exit status: 0 (61.061049ms)
40452026-08-19T20:02:47.923ZAug 19 20:02:46.893 INFO [recovery-proto] task succeeded (124.937159ms)
40462026-08-19T20:02:47.928ZAug 19 20:02:46.893 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpsPfDDW/proto/recovery/root -N 'recovery 303d447/${os_short_commit} 2026-08-19 19:45' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40472026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO Checking files for board 'gimlet'
40482026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40492026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40502026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO Checking files for board 'cosmo-mbist'
40512026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40522026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO Checking files for board 'cosmo'
40532026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40542026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40552026-08-19T20:02:47.933Z[ recovery-image] Aug 19 20:02:46.900 INFO Checking files for board 'cosmo-mbist-noaggr'
40562026-08-19T20:02:47.934Z[ recovery-image] Aug 19 20:02:46.900 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40572026-08-19T20:02:47.940Z[ recovery-image] Aug 19 20:02:46.910 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsPfDDW/proto/recovery/root"
40582026-08-19T20:02:47.940Z[ recovery-image] Aug 19 20:02:46.910 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40592026-08-19T20:02:47.944Z[ recovery-image] Aug 19 20:02:46.911 INFO image builder template: ramdisk-01-os...
40602026-08-19T20:02:47.944Z[ recovery-image] Aug 19 20:02:46.911 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/.tmpsPfDDW/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40612026-08-19T20:02:47.958Z[ recovery-image] Aug 19 20:02:46.927 INFO O| Aug 19 20:02:46.927 INFO CREATE DATASET: rpool/images/build/recovery/output
40622026-08-19T20:02:48.234Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40632026-08-19T20:02:48.261Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40642026-08-19T20:02:48.340Z[ recovery-image] Aug 19 20:02:47.310 INFO O| Aug 19 20:02:47.310 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40652026-08-19T20:02:48.345Z[ recovery-image] Aug 19 20:02:47.314 INFO O| Aug 19 20:02:47.314 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40662026-08-19T20:02:48.379Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40672026-08-19T20:02:48.383ZAug 19 20:02:47.353 INFO [stamp-ntp] process exited with exit status: 0 (583.127389ms)
40682026-08-19T20:02:48.416Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40692026-08-19T20:02:48.421ZAug 19 20:02:47.389 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (620.171329ms)
40702026-08-19T20:02:48.624Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40712026-08-19T20:02:48.628ZAug 19 20:02:47.598 INFO [stamp-crucible-zone] process exited with exit status: 0 (826.060908ms)
40722026-08-19T20:02:48.635Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40732026-08-19T20:02:48.638ZAug 19 20:02:47.608 INFO [stamp-external-dns] process exited with exit status: 0 (837.550278ms)
40742026-08-19T20:02:48.665Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40752026-08-19T20:02:48.669ZAug 19 20:02:47.638 INFO [stamp-internal-dns] process exited with exit status: 0 (867.551578ms)
40762026-08-19T20:02:48.900Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40772026-08-19T20:02:48.904ZAug 19 20:02:47.874 INFO [stamp-oximeter] process exited with exit status: 0 (1.102731167s)
40782026-08-19T20:02:48.977Z[ host-image] Aug 19 20:02:47.947 INFO O| Aug 19 20:02:47.947 INFO O| Planning: Solver setup ... Done
40792026-08-19T20:02:49.157Z[ host-image] Aug 19 20:02:48.126 INFO O| Aug 19 20:02:48.125 INFO O| Planning: Running solver ... Done
40802026-08-19T20:02:49.198Z[ host-image] Aug 19 20:02:48.166 INFO O| Aug 19 20:02:48.166 INFO O| Planning: Finding local manifests ... Done
40812026-08-19T20:02:49.214Z[ host-image] Aug 19 20:02:48.183 INFO O| Aug 19 20:02:48.183 INFO O| Planning: Fetching manifests: 0/130 0% complete
40822026-08-19T20:02:49.411Z[ recovery-image] Aug 19 20:02:48.381 INFO O| Aug 19 20:02:48.381 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40832026-08-19T20:02:50.193Z[ recovery-image] Aug 19 20:02:49.163 INFO O| Aug 19 20:02:49.163 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40842026-08-19T20:02:50.193Z[ recovery-image] Aug 19 20:02:49.163 INFO O| Aug 19 20:02:49.163 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40852026-08-19T20:02:50.199Z[ recovery-image] Aug 19 20:02:49.163 INFO O| Aug 19 20:02:49.163 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40862026-08-19T20:02:50.199Z[ recovery-image] Aug 19 20:02:49.163 INFO O| Aug 19 20:02:49.163 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40872026-08-19T20:02:50.202Z[ recovery-image] Aug 19 20:02:49.169 INFO O| Aug 19 20:02:49.169 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40882026-08-19T20:02:50.460Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40892026-08-19T20:02:50.463ZAug 19 20:02:49.432 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.660361795s)
40902026-08-19T20:02:50.878Z[ host-image] Aug 19 20:02:49.847 INFO O| Aug 19 20:02:49.847 INFO O| Planning: Fetching manifests: 130/130 100% complete
40912026-08-19T20:02:51.251Z[ host-image] Aug 19 20:02:50.217 INFO O| Aug 19 20:02:50.217 INFO O| Planning: Package planning ... Done
40922026-08-19T20:02:51.693Z[ host-image] Aug 19 20:02:50.663 INFO O| Aug 19 20:02:50.663 INFO O| Planning: Merging actions ... Done
40932026-08-19T20:02:51.800Z[ host-image] Aug 19 20:02:50.768 INFO O| Aug 19 20:02:50.768 INFO O| Planning: Checking for conflicting actions ... Done
40942026-08-19T20:02:51.902Z[ host-image] Aug 19 20:02:50.872 INFO O| Aug 19 20:02:50.872 INFO O| Planning: Consolidating action changes ... Done
40952026-08-19T20:02:52.086Z[ host-image] Aug 19 20:02:51.047 INFO O| Aug 19 20:02:51.047 INFO O| Planning: Evaluating mediators ... Done
40962026-08-19T20:02:52.556Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40972026-08-19T20:02:52.560ZAug 19 20:02:51.529 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.75788307s)
40982026-08-19T20:02:52.907Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40992026-08-19T20:02:52.911ZAug 19 20:02:51.880 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.109159769s)
41002026-08-19T20:02:52.912Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41012026-08-19T20:02:52.916ZAug 19 20:02:51.884 INFO [stamp-clickhouse] process exited with exit status: 0 (5.114855359s)
41022026-08-19T20:02:53.022Z[verify-libraries] Compiling match_cfg v0.1.0
41032026-08-19T20:02:53.027Z[verify-libraries] Compiling slog-json v2.6.1
41042026-08-19T20:02:53.027Z[verify-libraries] Compiling debug-ignore v1.0.5
41052026-08-19T20:02:53.027Z[verify-libraries] Compiling progenitor-client v0.14.0
41062026-08-19T20:02:53.027Z[verify-libraries] Compiling sha1 v0.11.0
41072026-08-19T20:02:53.027Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41082026-08-19T20:02:53.027Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41092026-08-19T20:02:53.228Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41102026-08-19T20:02:53.234ZAug 19 20:02:52.196 INFO [stamp-nexus] process exited with exit status: 0 (5.423631029s)
41112026-08-19T20:02:53.234ZAug 19 20:02:52.196 INFO [tuf-stamp] task succeeded (5.427979799s)
41122026-08-19T20:02:53.234ZAug 19 20:02:52.196 INFO [tuf-v2-zones] running task
41132026-08-19T20:02:53.281Z[verify-libraries] Compiling multer v3.1.0
41142026-08-19T20:02:53.285Z[verify-libraries] Compiling compression-core v0.4.31
41152026-08-19T20:02:53.285Z[verify-libraries] Compiling async-stream-impl v0.3.6
41162026-08-19T20:02:53.302Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41172026-08-19T20:02:53.302Z[verify-libraries] Compiling serde_spanned v1.1.1
41182026-08-19T20:02:53.306Z[verify-libraries] Compiling dropshot v0.17.1
41192026-08-19T20:02:53.390ZAug 19 20:02:52.360 INFO [tuf-v2-zones] task succeeded (163.64883ms)
41202026-08-19T20:02:53.444Z[ host-image] Aug 19 20:02:52.411 INFO O| Aug 19 20:02:52.411 INFO O| Planning: Planning completed in 6.32 seconds
41212026-08-19T20:02:53.447Z[ host-image] Aug 19 20:02:52.413 INFO O| Aug 19 20:02:52.413 INFO O| Packages to install: 130
41222026-08-19T20:02:53.447Z[ host-image] Aug 19 20:02:52.413 INFO O| Aug 19 20:02:52.413 INFO O| Mediators to change: 5
41232026-08-19T20:02:53.447Z[ host-image] Aug 19 20:02:52.413 INFO O| Aug 19 20:02:52.413 INFO O| Services to change: 6
41242026-08-19T20:02:53.460Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41252026-08-19T20:02:53.477Z[ host-image] Aug 19 20:02:52.445 INFO O| Aug 19 20:02:52.445 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41262026-08-19T20:02:53.481Z[verify-libraries] Compiling compression-codecs v0.4.37
41272026-08-19T20:02:53.481Z[verify-libraries] Compiling waitgroup v0.1.2
41282026-08-19T20:02:53.518Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41292026-08-19T20:02:53.541Z[verify-libraries] Compiling hostname v0.3.1
41302026-08-19T20:02:53.545Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41312026-08-19T20:02:53.545Z[verify-libraries] Compiling hostname v0.4.2
41322026-08-19T20:02:53.545Z[verify-libraries] Compiling atomicwrites v0.4.4
41332026-08-19T20:02:53.631Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41342026-08-19T20:02:53.676Z[verify-libraries] Compiling slog-bunyan v2.5.0
41352026-08-19T20:02:53.680Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41362026-08-19T20:02:53.717Z[verify-libraries] Compiling macaddr v1.0.1
41372026-08-19T20:02:53.736Z[verify-libraries] Compiling regress v0.10.5
41382026-08-19T20:02:53.777Z[verify-libraries] Compiling async-compression v0.4.41
41392026-08-19T20:02:53.781Z[verify-libraries] Compiling instant v0.1.13
41402026-08-19T20:02:53.820Z[verify-libraries] Compiling parse-display-derive v0.10.0
41412026-08-19T20:02:53.824Z[verify-libraries] Compiling itertools v0.14.0
41422026-08-19T20:02:53.825Z[verify-libraries] Compiling backon v1.6.0
41432026-08-19T20:02:53.825Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41442026-08-19T20:02:53.841Z[verify-libraries] Compiling humantime v2.3.0
41452026-08-19T20:02:53.903Z[verify-libraries] Compiling backoff v0.4.0
41462026-08-19T20:02:53.971Z[verify-libraries] Compiling convert_case v0.4.0
41472026-08-19T20:02:53.996Z[verify-libraries] Compiling half v2.7.1
41482026-08-19T20:02:54.032Z[verify-libraries] Compiling async-stream v0.3.6
41492026-08-19T20:02:54.100Z[verify-libraries] Compiling progenitor-extras v0.2.0
41502026-08-19T20:02:54.126Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41512026-08-19T20:02:54.132Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41522026-08-19T20:02:54.171Z[verify-libraries] Compiling ciborium-io v0.2.2
41532026-08-19T20:02:54.233Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41542026-08-19T20:02:54.271Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41552026-08-19T20:02:54.272Z[verify-libraries] Compiling indent_write v2.2.0
41562026-08-19T20:02:54.320Z[verify-libraries] Compiling ciborium-ll v0.2.2
41572026-08-19T20:02:54.353Z[verify-libraries] Compiling regress v0.11.1
41582026-08-19T20:02:54.384Z[verify-libraries] Compiling secrecy v0.10.3
41592026-08-19T20:02:54.427Z[verify-libraries] Compiling derive_more v0.99.20
41602026-08-19T20:02:54.458Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41612026-08-19T20:02:54.481Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41622026-08-19T20:02:54.520Z[verify-libraries] Compiling inout v0.1.4
41632026-08-19T20:02:54.524Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41642026-08-19T20:02:54.560Z[verify-libraries] Compiling ciborium v0.2.2
41652026-08-19T20:02:54.614Z[verify-libraries] Compiling universal-hash v0.5.1
41662026-08-19T20:02:54.643Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41672026-08-19T20:02:54.687Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41682026-08-19T20:02:54.721Z[verify-libraries] Compiling cipher v0.4.4
41692026-08-19T20:02:54.788Z[verify-libraries] Compiling opaque-debug v0.3.1
41702026-08-19T20:02:54.902Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41712026-08-19T20:02:54.949Z[verify-libraries] Compiling poly1305 v0.8.0
41722026-08-19T20:02:54.977Z[verify-libraries] Compiling chacha20 v0.9.1
41732026-08-19T20:02:55.024Z[verify-libraries] Compiling blake2 v0.10.6
41742026-08-19T20:02:55.051Z[verify-libraries] Compiling aead v0.5.2
41752026-08-19T20:02:55.191Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41762026-08-19T20:02:55.215Z[verify-libraries] Compiling password-hash v0.5.0
41772026-08-19T20:02:55.247Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41782026-08-19T20:02:55.311Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41792026-08-19T20:02:55.355Z[verify-libraries] Compiling num-derive v0.4.2
41802026-08-19T20:02:55.419Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41812026-08-19T20:02:55.511Z[verify-libraries] Compiling argon2 v0.5.3
41822026-08-19T20:02:55.547Z[verify-libraries] Compiling rayon-core v1.13.0
41832026-08-19T20:02:55.658Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41842026-08-19T20:02:55.702Z[verify-libraries] Compiling glob v0.3.3
41852026-08-19T20:02:55.723Z[verify-libraries] Compiling usdt-macro v0.5.0
41862026-08-19T20:02:55.761Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41872026-08-19T20:02:55.851Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41882026-08-19T20:02:55.875Z[verify-libraries] Compiling parse-display v0.10.0
41892026-08-19T20:02:55.964Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41902026-08-19T20:02:55.998Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41912026-08-19T20:02:56.149Z[verify-libraries] Compiling typify-impl v0.6.2
41922026-08-19T20:02:56.169Z[verify-libraries] Compiling vsss-rs v3.3.4
41932026-08-19T20:02:56.386Z[verify-libraries] Compiling memmap v0.7.0
41942026-08-19T20:02:56.449Z[verify-libraries] Compiling heapless v0.8.0
41952026-08-19T20:02:56.453Z[ recovery-image] Aug 19 20:02:55.422 INFO O| Aug 19 20:02:55.422 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-08-19T20:02:56.463Z[ recovery-image] Aug 19 20:02:55.432 INFO O| Aug 19 20:02:55.432 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41972026-08-19T20:02:56.651Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41982026-08-19T20:02:56.651Z[verify-libraries] Compiling proc-macro-error v1.0.4
41992026-08-19T20:02:56.756Z[verify-libraries] Compiling usdt v0.5.0
42002026-08-19T20:02:56.783Z[verify-libraries] Compiling ingot-macros v0.2.0
42012026-08-19T20:02:56.789Z[ recovery-image] Aug 19 20:02:55.759 INFO O| Aug 19 20:02:55.759 INFO O| Caching catalogs ... Done
42022026-08-19T20:02:56.863Z[verify-libraries] Compiling tabwriter v1.4.1
42032026-08-19T20:02:56.875Z[ recovery-image] Aug 19 20:02:55.844 INFO O| Aug 19 20:02:55.844 INFO STEP 0 (pkg_image_create) COMPLETE
42042026-08-19T20:02:56.875Z[ recovery-image] Aug 19 20:02:55.844 INFO O| Aug 19 20:02:55.844 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42052026-08-19T20:02:56.885Z[ recovery-image] Aug 19 20:02:55.855 INFO O| Aug 19 20:02:55.855 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
42062026-08-19T20:02:57.081Z[verify-libraries] Compiling hash32 v0.3.1
42072026-08-19T20:02:57.107Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42082026-08-19T20:02:57.126Z[verify-libraries] Compiling smoltcp v0.11.0
42092026-08-19T20:02:57.159Z[verify-libraries] Compiling cobs v0.3.0
42102026-08-19T20:02:57.159Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42112026-08-19T20:02:57.206Z[verify-libraries] Compiling colored v3.1.1
42122026-08-19T20:02:57.210Z[verify-libraries] Compiling rayon v1.11.0
42132026-08-19T20:02:57.210Z[verify-libraries] Compiling rand v0.10.1
42142026-08-19T20:02:57.226Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO STEP 1 (pkg_set_publisher) COMPLETE
42152026-08-19T20:02:57.227Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-08-19T20:02:57.227Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO skip step because feature "publisher_1_name" is not enabled
42172026-08-19T20:02:57.231Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42182026-08-19T20:02:57.231Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO skip step because feature "publisher_2_name" is not enabled
42192026-08-19T20:02:57.231Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-08-19T20:02:57.232Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO skip step because feature "publisher_3_name" is not enabled
42212026-08-19T20:02:57.232Z[ recovery-image] Aug 19 20:02:56.196 INFO O| Aug 19 20:02:56.196 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-08-19T20:02:57.288Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42232026-08-19T20:02:57.358Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42242026-08-19T20:02:57.358Z[verify-libraries] Compiling num_enum_derive v0.7.6
42252026-08-19T20:02:57.455Z[verify-libraries] Compiling postcard v1.1.3
42262026-08-19T20:02:57.531Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42272026-08-19T20:02:57.562Z[ recovery-image] Aug 19 20:02:56.531 INFO O| Aug 19 20:02:56.530 INFO variant opensolaris.zone is already global
42282026-08-19T20:02:57.562Z[ recovery-image] Aug 19 20:02:56.531 INFO O| Aug 19 20:02:56.531 INFO STEP 5 (pkg_change_variant) COMPLETE
42292026-08-19T20:02:57.562Z[ recovery-image] Aug 19 20:02:56.531 INFO O| Aug 19 20:02:56.531 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42302026-08-19T20:02:57.566Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42312026-08-19T20:02:57.634Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42322026-08-19T20:02:57.640Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42332026-08-19T20:02:57.833Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42342026-08-19T20:02:57.903Z[ recovery-image] Aug 19 20:02:56.865 INFO O| Aug 19 20:02:56.865 INFO variant opensolaris.imagetype is full; changing to partial
42352026-08-19T20:02:57.903Z[ recovery-image] Aug 19 20:02:56.865 INFO O| Aug 19 20:02:56.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42362026-08-19T20:02:57.921Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42372026-08-19T20:02:58.046Z[verify-libraries] Compiling num_enum_derive v0.5.11
42382026-08-19T20:02:58.058Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42392026-08-19T20:02:58.133Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42402026-08-19T20:02:58.176Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42412026-08-19T20:02:58.202Z[verify-libraries] Compiling cstr-argument v0.1.2
42422026-08-19T20:02:58.202Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42432026-08-19T20:02:58.253Z[verify-libraries] Compiling foreign-types v0.5.0
42442026-08-19T20:02:58.368Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42452026-08-19T20:02:58.397Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42462026-08-19T20:02:58.424Z[verify-libraries] Compiling sigpipe v0.1.3
42472026-08-19T20:02:58.444Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42482026-08-19T20:02:58.476Z[ host-image] Aug 19 20:02:57.445 INFO O| Aug 19 20:02:57.445 INFO O| Download: 11675/23887 items 99.1/222.8MB 44% complete (19.9M/s)
42492026-08-19T20:02:58.526Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42502026-08-19T20:02:58.569Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42512026-08-19T20:02:58.629Z[verify-libraries] Compiling num_enum v0.7.6
42522026-08-19T20:02:58.704Z[verify-libraries] Compiling itertools v0.12.1
42532026-08-19T20:02:58.739Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42542026-08-19T20:02:58.739Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42552026-08-19T20:02:58.800Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42562026-08-19T20:02:58.844Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42572026-08-19T20:02:58.848Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42582026-08-19T20:02:58.915Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42592026-08-19T20:02:58.937Z[verify-libraries] Compiling toml v0.8.23
42602026-08-19T20:02:58.941Z[verify-libraries] Compiling smf v0.2.3
42612026-08-19T20:02:59.107Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42622026-08-19T20:02:59.223Z[verify-libraries] Compiling whoami v1.6.1
42632026-08-19T20:02:59.254Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42642026-08-19T20:02:59.254Z[verify-libraries] Compiling derive-where v1.6.0
42652026-08-19T20:02:59.329Z[verify-libraries] Compiling num_enum v0.5.11
42662026-08-19T20:02:59.482Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42672026-08-19T20:02:59.560Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42682026-08-19T20:02:59.678Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42692026-08-19T20:02:59.708Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42702026-08-19T20:02:59.741Z[verify-libraries] Compiling gethostname v0.5.0
42712026-08-19T20:02:59.808Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42722026-08-19T20:02:59.856Z[ recovery-image] Aug 19 20:02:58.825 INFO O| Aug 19 20:02:58.825 INFO O| Startup: Refreshing catalog 'helios' ... Done
42732026-08-19T20:02:59.947Z[verify-libraries] Compiling newline-converter v0.3.0
42742026-08-19T20:02:59.987Z[verify-libraries] Compiling console v0.15.11
42752026-08-19T20:03:00.008Z[verify-libraries] Compiling ingot-types v0.2.0
42762026-08-19T20:03:00.008Z[verify-libraries] Compiling linear-map v1.2.0
42772026-08-19T20:03:00.084Z[verify-libraries] Compiling zone v0.3.1
42782026-08-19T20:03:00.119Z[verify-libraries] Compiling resolv-conf v0.7.6
42792026-08-19T20:03:00.123Z[verify-libraries] Compiling num-rational v0.4.2
42802026-08-19T20:03:00.211Z[verify-libraries] Compiling num-complex v0.4.6
42812026-08-19T20:03:00.238Z[verify-libraries] Compiling slog-dtrace v0.3.0
42822026-08-19T20:03:00.275Z[ recovery-image] Aug 19 20:02:59.243 INFO O| Aug 19 20:02:59.243 INFO O| Startup: Caching catalogs ... Done
42832026-08-19T20:03:00.290Z[ recovery-image] Aug 19 20:02:59.258 INFO O| Aug 19 20:02:59.258 INFO O| Planning: Planning completed in 0.00 seconds
42842026-08-19T20:03:00.295Z[ recovery-image] Aug 19 20:02:59.259 INFO O| Aug 19 20:02:59.259 INFO O| Planning: Consolidating action changes ... Done
42852026-08-19T20:03:00.295Z[ recovery-image] Aug 19 20:02:59.259 INFO O| Aug 19 20:02:59.259 INFO O| Planning: Evaluating mediators ... Done
42862026-08-19T20:03:00.295Z[ recovery-image] Aug 19 20:02:59.259 INFO O| Aug 19 20:02:59.259 INFO O| Planning: Planning completed in 0.00 seconds
42872026-08-19T20:03:00.295Z[ recovery-image] Aug 19 20:02:59.260 INFO O| Aug 19 20:02:59.260 INFO O| Variants/Facets to change: 1
42882026-08-19T20:03:00.300Z[ recovery-image] Aug 19 20:02:59.270 INFO O| Aug 19 20:02:59.270 INFO O| Finalize: Updating package state database ... Done
42892026-08-19T20:03:00.300Z[ recovery-image] Aug 19 20:02:59.270 INFO O| Aug 19 20:02:59.270 INFO O| Finalize: Updating package cache ... Done
42902026-08-19T20:03:00.362Z[verify-libraries] Compiling expectorate v1.2.0
42912026-08-19T20:03:00.366Z[ recovery-image] Aug 19 20:02:59.333 INFO O| Aug 19 20:02:59.333 INFO O| Finalize: Updating image state ... Done
42922026-08-19T20:03:00.378Z[ recovery-image] Aug 19 20:02:59.347 INFO O| Aug 19 20:02:59.347 INFO O| Finalize: Creating fast lookup database ... Done
42932026-08-19T20:03:00.382Z[ recovery-image] Aug 19 20:02:59.348 INFO O| Aug 19 20:02:59.348 INFO O| Finalize: Reading search index ... Done
42942026-08-19T20:03:00.382Z[ recovery-image] Aug 19 20:02:59.348 INFO O| Aug 19 20:02:59.348 INFO O| Finalize: Updating search index ... Done
42952026-08-19T20:03:00.382Z[ recovery-image] Aug 19 20:02:59.348 INFO O| Aug 19 20:02:59.348 INFO O| Finalize: Updating package cache ... Done
42962026-08-19T20:03:00.476Z[verify-libraries] Compiling ingot v0.2.1
42972026-08-19T20:03:00.514Z[verify-libraries] Compiling prettyplease v0.2.37
42982026-08-19T20:03:00.641Z[ recovery-image] Aug 19 20:02:59.610 INFO O| Aug 19 20:02:59.610 INFO STEP 6 (pkg_change_variant) COMPLETE
42992026-08-19T20:03:00.641Z[ recovery-image] Aug 19 20:02:59.610 INFO O| Aug 19 20:02:59.610 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43002026-08-19T20:03:00.645Z[ recovery-image] Aug 19 20:02:59.610 INFO O| Aug 19 20:02:59.610 INFO skip step because feature "debug_variant" is not enabled
43012026-08-19T20:03:00.645Z[ recovery-image] Aug 19 20:02:59.610 INFO O| Aug 19 20:02:59.610 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-08-19T20:03:00.674Z[verify-libraries] Compiling num v0.4.3
43032026-08-19T20:03:00.701Z[verify-libraries] Compiling float-ord v0.3.2
43042026-08-19T20:03:00.701Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43052026-08-19T20:03:00.736Z[verify-libraries] Compiling linked-hash-map v0.5.6
43062026-08-19T20:03:00.793Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43072026-08-19T20:03:00.819Z[verify-libraries] Compiling hickory-proto v0.24.4
43082026-08-19T20:03:00.865Z[verify-libraries] Compiling convert_case v0.10.0
43092026-08-19T20:03:00.869Z[verify-libraries] Compiling minimal-lexical v0.2.1
43102026-08-19T20:03:00.936Z[verify-libraries] Compiling unicode-xid v0.2.6
43112026-08-19T20:03:00.965Z[verify-libraries] Compiling tabled_derive v0.7.0
43122026-08-19T20:03:01.007Z[ recovery-image] Aug 19 20:02:59.975 INFO O| Aug 19 20:02:59.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43132026-08-19T20:03:01.037Z[verify-libraries] Compiling lru-cache v0.1.2
43142026-08-19T20:03:01.112Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43152026-08-19T20:03:01.142Z[verify-libraries] Compiling nom v7.1.3
43162026-08-19T20:03:01.142Z[verify-libraries] Compiling typify-macro v0.6.2
43172026-08-19T20:03:01.256Z[verify-libraries] Compiling fd-lock v4.0.4
43182026-08-19T20:03:01.260Z[verify-libraries] Compiling derive_more-impl v2.1.1
43192026-08-19T20:03:01.309Z[verify-libraries] Compiling vte v0.14.1
43202026-08-19T20:03:01.447Z[verify-libraries] Compiling display-error-chain v0.2.2
43212026-08-19T20:03:01.574Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43222026-08-19T20:03:01.607Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43232026-08-19T20:03:01.640Z[verify-libraries] Compiling stacker v0.1.23
43242026-08-19T20:03:01.707Z[verify-libraries] Compiling cfg_aliases v0.1.1
43252026-08-19T20:03:01.833Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43262026-08-19T20:03:01.871Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43272026-08-19T20:03:02.005Z[verify-libraries] Compiling reedline v0.40.0
43282026-08-19T20:03:02.073Z[verify-libraries] Compiling psm v0.1.30
43292026-08-19T20:03:02.073Z[verify-libraries] Compiling nix v0.28.0
43302026-08-19T20:03:02.106Z[verify-libraries] Compiling tabled v0.15.0
43312026-08-19T20:03:02.144Z[verify-libraries] Compiling semver v0.1.20
43322026-08-19T20:03:02.198Z[verify-libraries] Compiling termtree v0.5.1
43332026-08-19T20:03:02.198Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43342026-08-19T20:03:02.274Z[verify-libraries] Compiling derive_more v2.1.1
43352026-08-19T20:03:02.422Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43362026-08-19T20:03:02.473Z[verify-libraries] Compiling crossterm v0.29.0
43372026-08-19T20:03:02.501Z[verify-libraries] Compiling rustc_version v0.1.7
43382026-08-19T20:03:02.506Z[verify-libraries] Compiling phf_shared v0.12.1
43392026-08-19T20:03:02.542Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43402026-08-19T20:03:02.578Z[verify-libraries] Compiling nibble_vec v0.1.0
43412026-08-19T20:03:02.706Z[verify-libraries] Compiling endian-type v0.1.2
43422026-08-19T20:03:02.739Z[verify-libraries] Compiling chrono-tz v0.10.4
43432026-08-19T20:03:02.792Z[verify-libraries] Compiling highway v1.3.0
43442026-08-19T20:03:02.796Z[verify-libraries] Compiling newtype_derive v0.1.6
43452026-08-19T20:03:02.846Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43462026-08-19T20:03:02.899Z[verify-libraries] Compiling radix_trie v0.2.1
43472026-08-19T20:03:02.916Z[ recovery-image] Aug 19 20:03:01.884 INFO O| Aug 19 20:03:01.884 INFO O| Startup: Refreshing catalog 'helios' ... Done
43482026-08-19T20:03:03.024Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43492026-08-19T20:03:03.052Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43502026-08-19T20:03:03.055Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43512026-08-19T20:03:03.132Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43522026-08-19T20:03:03.132Z[verify-libraries] Compiling hickory-resolver v0.24.4
43532026-08-19T20:03:03.205Z[verify-libraries] Compiling typify v0.6.2
43542026-08-19T20:03:03.371Z[ recovery-image] Aug 19 20:03:02.333 INFO O| Aug 19 20:03:02.333 INFO O| Startup: Caching catalogs ... Done
43552026-08-19T20:03:03.382Z[verify-libraries] Compiling progenitor-impl v0.14.0
43562026-08-19T20:03:03.386Z[ recovery-image] Aug 19 20:03:02.355 INFO O| Aug 19 20:03:02.355 INFO O| Planning: Planning completed in 0.00 seconds
43572026-08-19T20:03:03.387Z[ recovery-image] Aug 19 20:03:02.356 INFO O| Aug 19 20:03:02.356 INFO O| Planning: Consolidating action changes ... Done
43582026-08-19T20:03:03.387Z[ recovery-image] Aug 19 20:03:02.356 INFO O| Aug 19 20:03:02.356 INFO O| Planning: Evaluating mediators ... Done
43592026-08-19T20:03:03.387Z[ recovery-image] Aug 19 20:03:02.356 INFO O| Aug 19 20:03:02.356 INFO O| Planning: Planning completed in 0.00 seconds
43602026-08-19T20:03:03.387Z[ recovery-image] Aug 19 20:03:02.356 INFO O| Aug 19 20:03:02.356 INFO O| Variants/Facets to change: 1
43612026-08-19T20:03:03.440Z[ recovery-image] Aug 19 20:03:02.400 INFO O| Aug 19 20:03:02.400 INFO O| Finalize: Updating package state database ... Done
43622026-08-19T20:03:03.440Z[ recovery-image] Aug 19 20:03:02.400 INFO O| Aug 19 20:03:02.400 INFO O| Finalize: Updating package cache ... Done
43632026-08-19T20:03:03.503Z[ recovery-image] Aug 19 20:03:02.466 INFO O| Aug 19 20:03:02.466 INFO O| Finalize: Updating image state ... Done
43642026-08-19T20:03:03.509Z[ host-image] Aug 19 20:03:02.472 INFO O| Aug 19 20:03:02.472 INFO O| Download: 21219/23887 items 181.0/222.8MB 81% complete (18.2M/s)
43652026-08-19T20:03:03.513Z[ recovery-image] Aug 19 20:03:02.481 INFO O| Aug 19 20:03:02.480 INFO O| Finalize: Creating fast lookup database ... Done
43662026-08-19T20:03:03.513Z[ recovery-image] Aug 19 20:03:02.481 INFO O| Aug 19 20:03:02.481 INFO O| Finalize: Reading search index ... Done
43672026-08-19T20:03:03.513Z[ recovery-image] Aug 19 20:03:02.481 INFO O| Aug 19 20:03:02.481 INFO O| Finalize: Updating search index ... Done
43682026-08-19T20:03:03.513Z[ recovery-image] Aug 19 20:03:02.482 INFO O| Aug 19 20:03:02.482 INFO O| Finalize: Updating package cache ... Done
43692026-08-19T20:03:03.527Z[verify-libraries] Compiling recursive v0.1.1
43702026-08-19T20:03:03.722Z[verify-libraries] Compiling phf v0.12.1
43712026-08-19T20:03:03.763Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43722026-08-19T20:03:03.786Z[ recovery-image] Aug 19 20:03:02.748 INFO O| Aug 19 20:03:02.748 INFO STEP 8 (pkg_change_facet) COMPLETE
43732026-08-19T20:03:03.786Z[ recovery-image] Aug 19 20:03:02.749 INFO O| Aug 19 20:03:02.748 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43742026-08-19T20:03:03.827Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43752026-08-19T20:03:03.924Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43762026-08-19T20:03:03.989Z[verify-libraries] Compiling peg-macros v0.8.5
43772026-08-19T20:03:04.151Z[ recovery-image] Aug 19 20:03:03.121 INFO O| Aug 19 20:03:03.121 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43782026-08-19T20:03:04.252Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43792026-08-19T20:03:04.549Z[verify-libraries] Compiling qorb v0.4.1
43802026-08-19T20:03:04.788Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43812026-08-19T20:03:04.834Z[verify-libraries] Compiling winnow v0.6.26
43822026-08-19T20:03:04.969Z[verify-libraries] Compiling csv-core v0.1.13
43832026-08-19T20:03:05.166Z[ host-image] Aug 19 20:03:04.135 INFO O| Aug 19 20:03:04.135 INFO O| Download: Completed 222.83 MB in 11.69 seconds (19.0M/s)
43842026-08-19T20:03:05.283Z[verify-libraries] Compiling unicode_categories v0.1.1
43852026-08-19T20:03:05.333Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43862026-08-19T20:03:05.446Z[verify-libraries] Compiling home v0.5.12
43872026-08-19T20:03:05.492Z[verify-libraries] Compiling csv v1.4.0
43882026-08-19T20:03:05.557Z[verify-libraries] Compiling const_format v0.2.35
43892026-08-19T20:03:05.664Z[verify-libraries] Compiling sqlparser v0.61.0
43902026-08-19T20:03:05.668Z[verify-libraries] Compiling rustyline v14.0.0
43912026-08-19T20:03:05.688Z[ host-image] Aug 19 20:03:04.654 INFO O| Aug 19 20:03:04.654 INFO O| Actions: 1/54180 actions (Installing new actions)
43922026-08-19T20:03:05.816Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43932026-08-19T20:03:05.819Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43942026-08-19T20:03:06.001Z[verify-libraries] Compiling peg v0.8.5
43952026-08-19T20:03:06.143Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43962026-08-19T20:03:06.148Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43972026-08-19T20:03:06.309Z[verify-libraries] Compiling sqlformat v0.3.5
43982026-08-19T20:03:06.334Z[verify-libraries] Compiling bcs v0.1.6
43992026-08-19T20:03:06.372Z[verify-libraries] Compiling progenitor-macro v0.14.0
44002026-08-19T20:03:06.385Z[ recovery-image] Aug 19 20:03:05.355 INFO O| Aug 19 20:03:05.354 INFO O| Startup: Refreshing catalog 'helios' ... Done
44012026-08-19T20:03:06.456Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44022026-08-19T20:03:06.491Z[verify-libraries] Compiling nom v8.0.0
44032026-08-19T20:03:06.501Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44042026-08-19T20:03:06.748Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44052026-08-19T20:03:06.781Z[verify-libraries] Compiling steno v0.4.1
44062026-08-19T20:03:06.823Z[ recovery-image] Aug 19 20:03:05.785 INFO O| Aug 19 20:03:05.785 INFO O| Startup: Caching catalogs ... Done
44072026-08-19T20:03:06.837Z[ recovery-image] Aug 19 20:03:05.800 INFO O| Aug 19 20:03:05.800 INFO O| Planning: Planning completed in 0.00 seconds
44082026-08-19T20:03:06.842Z[ recovery-image] Aug 19 20:03:05.801 INFO O| Aug 19 20:03:05.801 INFO O| Planning: Consolidating action changes ... Done
44092026-08-19T20:03:06.842Z[ recovery-image] Aug 19 20:03:05.801 INFO O| Aug 19 20:03:05.801 INFO O| Planning: Evaluating mediators ... Done
44102026-08-19T20:03:06.842Z[ recovery-image] Aug 19 20:03:05.801 INFO O| Aug 19 20:03:05.801 INFO O| Planning: Planning completed in 0.00 seconds
44112026-08-19T20:03:06.842Z[ recovery-image] Aug 19 20:03:05.801 INFO O| Aug 19 20:03:05.801 INFO O| Variants/Facets to change: 1
44122026-08-19T20:03:06.850Z[ recovery-image] Aug 19 20:03:05.819 INFO O| Aug 19 20:03:05.819 INFO O| Finalize: Updating package state database ... Done
44132026-08-19T20:03:06.850Z[ recovery-image] Aug 19 20:03:05.819 INFO O| Aug 19 20:03:05.819 INFO O| Finalize: Updating package cache ... Done
44142026-08-19T20:03:06.879Z[verify-libraries] Compiling sha1 v0.10.6
44152026-08-19T20:03:06.930Z[ recovery-image] Aug 19 20:03:05.893 INFO O| Aug 19 20:03:05.893 INFO O| Finalize: Updating image state ... Done
44162026-08-19T20:03:06.938Z[ recovery-image] Aug 19 20:03:05.907 INFO O| Aug 19 20:03:05.907 INFO O| Finalize: Creating fast lookup database ... Done
44172026-08-19T20:03:06.946Z[ recovery-image] Aug 19 20:03:05.908 INFO O| Aug 19 20:03:05.908 INFO O| Finalize: Reading search index ... Done
44182026-08-19T20:03:06.946Z[ recovery-image] Aug 19 20:03:05.908 INFO O| Aug 19 20:03:05.908 INFO O| Finalize: Updating search index ... Done
44192026-08-19T20:03:06.946Z[ recovery-image] Aug 19 20:03:05.909 INFO O| Aug 19 20:03:05.909 INFO O| Finalize: Updating package cache ... Done
44202026-08-19T20:03:07.166Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44212026-08-19T20:03:07.220Z[ recovery-image] Aug 19 20:03:06.189 INFO O| Aug 19 20:03:06.189 INFO STEP 9 (pkg_change_facet) COMPLETE
44222026-08-19T20:03:07.220Z[ recovery-image] Aug 19 20:03:06.189 INFO O| Aug 19 20:03:06.189 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44232026-08-19T20:03:07.441Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44242026-08-19T20:03:07.451Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44252026-08-19T20:03:07.451Z[verify-libraries] Compiling tagptr v0.2.0
44262026-08-19T20:03:07.519Z[verify-libraries] Compiling utf-8 v0.7.6
44272026-08-19T20:03:07.544Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44282026-08-19T20:03:07.551Z[ recovery-image] Aug 19 20:03:06.519 INFO O| Aug 19 20:03:06.519 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44292026-08-19T20:03:07.570Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44302026-08-19T20:03:07.659Z[verify-libraries] Compiling moka v0.12.13
44312026-08-19T20:03:07.806Z[verify-libraries] Compiling tungstenite v0.21.0
44322026-08-19T20:03:07.839Z[verify-libraries] Compiling libefi-sys v0.1.0
44332026-08-19T20:03:07.863Z[verify-libraries] Compiling bitfield-struct v0.6.2
44342026-08-19T20:03:07.867Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44352026-08-19T20:03:07.971Z[verify-libraries] Compiling xshell-macros v0.2.7
44362026-08-19T20:03:08.201Z[verify-libraries] Compiling libscf-sys v1.2.0
44372026-08-19T20:03:08.205Z[verify-libraries] Compiling papergrid v0.18.0
44382026-08-19T20:03:08.310Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44392026-08-19T20:03:08.381Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44402026-08-19T20:03:08.480Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44412026-08-19T20:03:08.525Z[verify-libraries] Compiling xshell v0.2.7
44422026-08-19T20:03:08.696Z[verify-libraries] Compiling hickory-resolver v0.25.2
44432026-08-19T20:03:08.700Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44442026-08-19T20:03:08.819Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44452026-08-19T20:03:08.909Z[verify-libraries] Compiling sha2 v0.11.0
44462026-08-19T20:03:08.979Z[verify-libraries] Compiling subprocess v0.2.15
44472026-08-19T20:03:09.129Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44482026-08-19T20:03:09.133Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44492026-08-19T20:03:09.205Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44502026-08-19T20:03:09.209Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44512026-08-19T20:03:09.365Z[verify-libraries] Compiling headers-core v0.3.0
44522026-08-19T20:03:09.650Z[verify-libraries] Compiling tabled v0.21.0
44532026-08-19T20:03:09.689Z[ recovery-image] Aug 19 20:03:08.658 INFO O| Aug 19 20:03:08.658 INFO O| Startup: Refreshing catalog 'helios' ... Done
44542026-08-19T20:03:09.758Z[verify-libraries] Compiling unicase v2.9.0
44552026-08-19T20:03:09.823Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44562026-08-19T20:03:09.903Z[verify-libraries] Compiling headers v0.4.1
44572026-08-19T20:03:10.109Z[verify-libraries] Compiling darling_core v0.21.3
44582026-08-19T20:03:10.113Z[verify-libraries] Compiling maplit v1.0.2
44592026-08-19T20:03:10.141Z[ recovery-image] Aug 19 20:03:09.111 INFO O| Aug 19 20:03:09.110 INFO O| Startup: Caching catalogs ... Done
44602026-08-19T20:03:10.156Z[ recovery-image] Aug 19 20:03:09.124 INFO O| Aug 19 20:03:09.124 INFO O| Planning: Planning completed in 0.00 seconds
44612026-08-19T20:03:10.159Z[ recovery-image] Aug 19 20:03:09.125 INFO O| Aug 19 20:03:09.125 INFO O| Planning: Consolidating action changes ... Done
44622026-08-19T20:03:10.159Z[ recovery-image] Aug 19 20:03:09.125 INFO O| Aug 19 20:03:09.125 INFO O| Planning: Evaluating mediators ... Done
44632026-08-19T20:03:10.159Z[ recovery-image] Aug 19 20:03:09.125 INFO O| Aug 19 20:03:09.125 INFO O| Planning: Planning completed in 0.00 seconds
44642026-08-19T20:03:10.159Z[ recovery-image] Aug 19 20:03:09.125 INFO O| Aug 19 20:03:09.125 INFO O| Variants/Facets to change: 1
44652026-08-19T20:03:10.209Z[ recovery-image] Aug 19 20:03:09.178 INFO O| Aug 19 20:03:09.178 INFO O| Finalize: Updating package state database ... Done
44662026-08-19T20:03:10.209Z[ recovery-image] Aug 19 20:03:09.178 INFO O| Aug 19 20:03:09.178 INFO O| Finalize: Updating package cache ... Done
44672026-08-19T20:03:10.292Z[ recovery-image] Aug 19 20:03:09.261 INFO O| Aug 19 20:03:09.260 INFO O| Finalize: Updating image state ... Done
44682026-08-19T20:03:10.300Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44692026-08-19T20:03:10.305Z[ recovery-image] Aug 19 20:03:09.275 INFO O| Aug 19 20:03:09.275 INFO O| Finalize: Creating fast lookup database ... Done
44702026-08-19T20:03:10.309Z[ recovery-image] Aug 19 20:03:09.275 INFO O| Aug 19 20:03:09.275 INFO O| Finalize: Reading search index ... Done
44712026-08-19T20:03:10.309Z[ recovery-image] Aug 19 20:03:09.275 INFO O| Aug 19 20:03:09.275 INFO O| Finalize: Updating search index ... Done
44722026-08-19T20:03:10.309Z[ recovery-image] Aug 19 20:03:09.276 INFO O| Aug 19 20:03:09.276 INFO O| Finalize: Updating package cache ... Done
44732026-08-19T20:03:10.340Z[verify-libraries] Compiling crc8 v0.1.1
44742026-08-19T20:03:10.472Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44752026-08-19T20:03:10.553Z[verify-libraries] Compiling yasna v0.5.2
44762026-08-19T20:03:10.565Z[ recovery-image] Aug 19 20:03:09.532 INFO O| Aug 19 20:03:09.532 INFO STEP 10 (pkg_change_facet) COMPLETE
44772026-08-19T20:03:10.565Z[ recovery-image] Aug 19 20:03:09.532 INFO O| Aug 19 20:03:09.532 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44782026-08-19T20:03:10.574Z[ recovery-image] Aug 19 20:03:09.542 INFO O| Aug 19 20:03:09.542 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44792026-08-19T20:03:10.685Z[ host-image] Aug 19 20:03:09.654 INFO O| Aug 19 20:03:09.654 INFO O| Actions: 23410/54180 actions (Installing new actions)
44802026-08-19T20:03:10.815Z[verify-libraries] Compiling vergen-lib v0.1.6
44812026-08-19T20:03:10.870Z[verify-libraries] Compiling diesel_derives v2.3.7
44822026-08-19T20:03:10.921Z[verify-libraries] Compiling port-file v0.1.0
44832026-08-19T20:03:11.079Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44842026-08-19T20:03:11.088Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44852026-08-19T20:03:11.124Z[verify-libraries] Compiling rcgen v0.12.1
44862026-08-19T20:03:11.206Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44872026-08-19T20:03:11.255Z[verify-libraries] Compiling half v1.8.3
44882026-08-19T20:03:11.408Z[verify-libraries] Compiling r2d2 v0.8.10
44892026-08-19T20:03:11.449Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44902026-08-19T20:03:11.665Z[verify-libraries] Compiling serde_cbor v0.11.2
44912026-08-19T20:03:11.790Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44922026-08-19T20:03:12.007Z[verify-libraries] Compiling cpubits v0.1.1
44932026-08-19T20:03:12.136Z[verify-libraries] Compiling downcast-rs v2.0.2
44942026-08-19T20:03:12.226Z[verify-libraries] Compiling progenitor v0.14.0
44952026-08-19T20:03:12.254Z[verify-libraries] Compiling crunchy v0.2.4
44962026-08-19T20:03:12.257Z[verify-libraries] Compiling dirs-next v2.0.0
44972026-08-19T20:03:12.380Z[verify-libraries] Compiling clang-sys v1.8.1
44982026-08-19T20:03:12.447Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44992026-08-19T20:03:12.498Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45002026-08-19T20:03:12.566Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45012026-08-19T20:03:12.573Z[ recovery-image] Aug 19 20:03:11.541 INFO O| Aug 19 20:03:11.541 INFO O| Startup: Refreshing catalog 'helios' ... Done
45022026-08-19T20:03:12.622Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45032026-08-19T20:03:12.697Z[verify-libraries] Compiling tiny-keccak v2.0.2
45042026-08-19T20:03:13.028Z[ recovery-image] Aug 19 20:03:11.997 INFO O| Aug 19 20:03:11.997 INFO O| Startup: Caching catalogs ... Done
45052026-08-19T20:03:13.032Z[verify-libraries] Compiling darling_macro v0.21.3
45062026-08-19T20:03:13.056Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45072026-08-19T20:03:13.060Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45082026-08-19T20:03:13.079Z[verify-libraries] Compiling term v0.7.0
45092026-08-19T20:03:13.098Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45102026-08-19T20:03:13.154Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45112026-08-19T20:03:13.285Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45122026-08-19T20:03:13.414Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45132026-08-19T20:03:13.533Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45142026-08-19T20:03:13.610Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45152026-08-19T20:03:13.651Z[verify-libraries] Compiling darling v0.21.3
45162026-08-19T20:03:13.702Z[verify-libraries] Compiling bit-vec v0.6.3
45172026-08-19T20:03:13.758Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45182026-08-19T20:03:13.762Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45192026-08-19T20:03:13.788Z[verify-libraries] Compiling diff v0.1.13
45202026-08-19T20:03:13.891Z[verify-libraries] Compiling ascii-canvas v3.0.0
45212026-08-19T20:03:13.943Z[ host-image] Aug 19 20:03:12.913 INFO O| Aug 19 20:03:12.913 INFO O| Actions: Completed 54180 actions in 8.26 seconds.
45222026-08-19T20:03:13.979Z[verify-libraries] Compiling bit-set v0.5.3
45232026-08-19T20:03:14.026Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45242026-08-19T20:03:14.038Z[ host-image] Aug 19 20:03:13.007 INFO O| Aug 19 20:03:13.007 INFO O| Finalize: Updating package state database ... Done
45252026-08-19T20:03:14.038Z[ host-image] Aug 19 20:03:13.007 INFO O| Aug 19 20:03:13.007 INFO O| Finalize: Updating package cache ... Done
45262026-08-19T20:03:14.067Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45272026-08-19T20:03:14.102Z[verify-libraries] Compiling itertools v0.10.5
45282026-08-19T20:03:14.105Z[verify-libraries] Compiling libloading v0.8.9
45292026-08-19T20:03:14.162Z[ host-image] Aug 19 20:03:13.132 INFO O| Aug 19 20:03:13.132 INFO O| Finalize: Updating image state ... Done
45302026-08-19T20:03:14.199Z[verify-libraries] Compiling ena v0.14.4
45312026-08-19T20:03:14.246Z[verify-libraries] Compiling regex-syntax v0.6.29
45322026-08-19T20:03:14.253Z[verify-libraries] Compiling bindgen v0.71.1
45332026-08-19T20:03:14.519Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45342026-08-19T20:03:14.554Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45352026-08-19T20:03:14.728Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45362026-08-19T20:03:14.785Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45372026-08-19T20:03:14.931Z[verify-libraries] Compiling cexpr v0.6.0
45382026-08-19T20:03:15.000Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45392026-08-19T20:03:15.019Z[ recovery-image] Aug 19 20:03:13.988 INFO O| Aug 19 20:03:13.988 INFO O| Planning: Solver setup ... Done
45402026-08-19T20:03:15.129Z[ host-image] Aug 19 20:03:14.099 INFO O| Aug 19 20:03:14.099 INFO O| Finalize: Creating fast lookup database ... Done
45412026-08-19T20:03:15.136Z[verify-libraries] Compiling rustc-hash v2.1.1
45422026-08-19T20:03:15.139Z[verify-libraries] Compiling rfc6979 v0.4.0
45432026-08-19T20:03:15.160Z[ host-image] Aug 19 20:03:14.129 INFO O| Aug 19 20:03:14.129 INFO O| Finalize: Reading search index ... Done
45442026-08-19T20:03:15.203Z[ recovery-image] Aug 19 20:03:14.170 INFO O| Aug 19 20:03:14.170 INFO O| Planning: Running solver ... Done
45452026-08-19T20:03:15.275Z[ recovery-image] Aug 19 20:03:14.245 INFO O| Aug 19 20:03:14.245 INFO O| Planning: Finding local manifests ... Done
45462026-08-19T20:03:15.309Z[verify-libraries] Compiling libxml v0.3.3
45472026-08-19T20:03:15.347Z[ recovery-image] Aug 19 20:03:14.317 INFO O| Aug 19 20:03:14.316 INFO O| Planning: Fetching manifests: 0/130 0% complete
45482026-08-19T20:03:15.402Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45492026-08-19T20:03:15.418Z[verify-libraries] Compiling ecdsa v0.16.9
45502026-08-19T20:03:15.525Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45512026-08-19T20:03:15.623Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45522026-08-19T20:03:15.784Z[verify-libraries] Compiling lalrpop v0.19.12
45532026-08-19T20:03:15.856Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45542026-08-19T20:03:15.908Z[verify-libraries] Compiling strum_macros v0.24.3
45552026-08-19T20:03:15.982Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45562026-08-19T20:03:16.026Z[verify-libraries] Compiling primeorder v0.13.6
45572026-08-19T20:03:16.350Z[verify-libraries] Compiling hashbrown v0.14.5
45582026-08-19T20:03:16.388Z[verify-libraries] Compiling hmac v0.13.0
45592026-08-19T20:03:16.542Z[verify-libraries] Compiling universal-hash v0.6.1
45602026-08-19T20:03:16.628Z[verify-libraries] Compiling fxhash v0.2.1
45612026-08-19T20:03:16.755Z[verify-libraries] Compiling salty v0.3.0
45622026-08-19T20:03:16.804Z[verify-libraries] Compiling indoc v1.0.9
45632026-08-19T20:03:16.885Z[verify-libraries] Compiling knus-derive v3.4.0
45642026-08-19T20:03:17.012Z[verify-libraries] Compiling chumsky v0.9.3
45652026-08-19T20:03:17.312Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45662026-08-19T20:03:17.367Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45672026-08-19T20:03:17.473Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45682026-08-19T20:03:17.912Z[ host-image] Aug 19 20:03:16.879 INFO O| Aug 19 20:03:16.879 INFO O| Finalize: Building new search index ... Done
45692026-08-19T20:03:18.390Z[verify-libraries] Compiling p384 v0.13.1
45702026-08-19T20:03:18.448Z[ host-image] Aug 19 20:03:17.417 INFO O| Aug 19 20:03:17.417 INFO O| Finalize: Updating package cache ... Done
45712026-08-19T20:03:18.521Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45722026-08-19T20:03:18.801Z[ host-image] Aug 19 20:03:17.770 INFO O| Aug 19 20:03:17.770 INFO STEP 11 (pkg_install) COMPLETE
45732026-08-19T20:03:18.801Z[ host-image] Aug 19 20:03:17.770 INFO O| Aug 19 20:03:17.770 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45742026-08-19T20:03:18.811Z[ host-image] Aug 19 20:03:17.780 INFO O| Aug 19 20:03:17.780 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"]
45752026-08-19T20:03:19.022Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45762026-08-19T20:03:19.201Z[ recovery-image] Aug 19 20:03:18.168 INFO O| Aug 19 20:03:18.168 INFO O| Planning: Fetching manifests: 130/130 100% complete
45772026-08-19T20:03:19.396Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45782026-08-19T20:03:19.429Z[verify-libraries] Compiling progenitor-impl v0.13.0
45792026-08-19T20:03:19.588Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45802026-08-19T20:03:19.648Z[ recovery-image] Aug 19 20:03:18.617 INFO O| Aug 19 20:03:18.616 INFO O| Planning: Package planning ... Done
45812026-08-19T20:03:19.788Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45822026-08-19T20:03:19.800Z[ recovery-image] Aug 19 20:03:18.769 INFO O| Aug 19 20:03:18.769 INFO O| Planning: Merging actions ... Done
45832026-08-19T20:03:19.871Z[verify-libraries] Compiling oso-derive v0.27.3
45842026-08-19T20:03:20.022Z[ recovery-image] Aug 19 20:03:18.991 INFO O| Aug 19 20:03:18.990 INFO O| Planning: Checking for conflicting actions ... Done
45852026-08-19T20:03:20.079Z[ recovery-image] Aug 19 20:03:19.048 INFO O| Aug 19 20:03:19.048 INFO O| Planning: Consolidating action changes ... Done
45862026-08-19T20:03:20.224Z[verify-libraries] Compiling diesel v2.3.7
45872026-08-19T20:03:20.264Z[ recovery-image] Aug 19 20:03:19.233 INFO O| Aug 19 20:03:19.233 INFO O| Planning: Evaluating mediators ... Done
45882026-08-19T20:03:20.291Z[verify-libraries] Compiling quick-xml v0.37.5
45892026-08-19T20:03:20.562Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45902026-08-19T20:03:20.827Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45912026-08-19T20:03:21.129Z[ host-image] Aug 19 20:03:20.098 INFO O| Aug 19 20:03:20.098 INFO O| Startup: Refreshing catalog 'helios' ... Done
45922026-08-19T20:03:21.369Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45932026-08-19T20:03:21.538Z[verify-libraries] Compiling openssl-probe v0.1.6
45942026-08-19T20:03:21.608Z[ host-image] Aug 19 20:03:20.577 INFO O| Aug 19 20:03:20.577 INFO O| Startup: Caching catalogs ... Done
45952026-08-19T20:03:21.906Z[ recovery-image] Aug 19 20:03:20.874 INFO O| Aug 19 20:03:20.874 INFO O| Planning: Planning completed in 8.86 seconds
45962026-08-19T20:03:21.910Z[ recovery-image] Aug 19 20:03:20.877 INFO O| Aug 19 20:03:20.877 INFO O| Packages to install: 130
45972026-08-19T20:03:21.910Z[ recovery-image] Aug 19 20:03:20.877 INFO O| Aug 19 20:03:20.877 INFO O| Mediators to change: 5
45982026-08-19T20:03:21.922Z[ recovery-image] Aug 19 20:03:20.877 INFO O| Aug 19 20:03:20.877 INFO O| Services to change: 5
45992026-08-19T20:03:21.942Z[verify-libraries] Compiling knus v3.4.0
46002026-08-19T20:03:21.942Z[ recovery-image] Aug 19 20:03:20.908 INFO O| Aug 19 20:03:20.908 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46012026-08-19T20:03:22.101Z[ host-image] Aug 19 20:03:21.070 INFO O| Aug 19 20:03:21.070 INFO O| Planning: Solver setup ... Done
46022026-08-19T20:03:22.108Z[ host-image] Aug 19 20:03:21.077 INFO O| Aug 19 20:03:21.077 INFO O| Planning: Running solver ... Done
46032026-08-19T20:03:22.124Z[ host-image] Aug 19 20:03:21.092 INFO O| Aug 19 20:03:21.092 INFO O| Planning: Finding local manifests ... Done
46042026-08-19T20:03:22.151Z[ host-image] Aug 19 20:03:21.120 INFO O| Aug 19 20:03:21.120 INFO O| Planning: Fetching manifests: 0/6 0% complete
46052026-08-19T20:03:22.211Z[ host-image] Aug 19 20:03:21.180 INFO O| Aug 19 20:03:21.180 INFO O| Planning: Fetching manifests: 6/6 100% complete
46062026-08-19T20:03:22.251Z[ host-image] Aug 19 20:03:21.220 INFO O| Aug 19 20:03:21.220 INFO O| Planning: Package planning ... Done
46072026-08-19T20:03:22.255Z[ host-image] Aug 19 20:03:21.222 INFO O| Aug 19 20:03:21.222 INFO O| Planning: Merging actions ... Done
46082026-08-19T20:03:22.427Z[ host-image] Aug 19 20:03:21.392 INFO O| Aug 19 20:03:21.392 INFO O| Planning: Checking for conflicting actions ... Done
46092026-08-19T20:03:22.433Z[ host-image] Aug 19 20:03:21.393 INFO O| Aug 19 20:03:21.393 INFO O| Planning: Consolidating action changes ... Done
46102026-08-19T20:03:22.457Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46112026-08-19T20:03:22.516Z[verify-libraries] Compiling progenitor-macro v0.13.0
46122026-08-19T20:03:22.558Z[verify-libraries] Compiling polyval v0.7.1
46132026-08-19T20:03:22.570Z[ host-image] Aug 19 20:03:21.538 INFO O| Aug 19 20:03:21.538 INFO O| Planning: Evaluating mediators ... Done
46142026-08-19T20:03:22.574Z[ host-image] Aug 19 20:03:21.539 INFO O| Aug 19 20:03:21.539 INFO O| Planning: Planning completed in 0.95 seconds
46152026-08-19T20:03:22.574Z[ host-image] Aug 19 20:03:21.540 INFO O| Aug 19 20:03:21.540 INFO O| Packages to install: 6
46162026-08-19T20:03:22.574Z[ host-image] Aug 19 20:03:21.540 INFO O| Aug 19 20:03:21.540 INFO O| Services to change: 2
46172026-08-19T20:03:22.583Z[ host-image] Aug 19 20:03:21.551 INFO O| Aug 19 20:03:21.551 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46182026-08-19T20:03:22.759Z[ host-image] Aug 19 20:03:21.726 INFO O| Aug 19 20:03:21.726 INFO O| Download: Completed 1.75 MB in 0.17 seconds (10.0M/s)
46192026-08-19T20:03:22.791Z[ host-image] Aug 19 20:03:21.757 INFO O| Aug 19 20:03:21.757 INFO O| Actions: 1/390 actions (Installing new actions)
46202026-08-19T20:03:22.887Z[verify-libraries] Compiling der v0.8.0
46212026-08-19T20:03:22.958Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46222026-08-19T20:03:23.040Z[ host-image] Aug 19 20:03:22.009 INFO O| Aug 19 20:03:22.009 INFO O| Actions: Completed 390 actions in 0.25 seconds.
46232026-08-19T20:03:23.090Z[ host-image] Aug 19 20:03:22.059 INFO O| Aug 19 20:03:22.059 INFO O| Finalize: Updating package state database ... Done
46242026-08-19T20:03:23.090Z[ host-image] Aug 19 20:03:22.059 INFO O| Aug 19 20:03:22.059 INFO O| Finalize: Updating package cache ... Done
46252026-08-19T20:03:23.146Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46262026-08-19T20:03:23.175Z[verify-libraries] Compiling progenitor-client v0.13.0
46272026-08-19T20:03:23.205Z[ host-image] Aug 19 20:03:22.175 INFO O| Aug 19 20:03:22.175 INFO O| Finalize: Updating image state ... Done
46282026-08-19T20:03:23.485Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46292026-08-19T20:03:23.597Z[verify-libraries] Compiling git-stub v1.0.0
46302026-08-19T20:03:23.888Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46312026-08-19T20:03:23.934Z[verify-libraries] Compiling kstat-rs v0.2.5
46322026-08-19T20:03:23.985Z[verify-libraries] Compiling trait-variant v0.1.2
46332026-08-19T20:03:24.047Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46342026-08-19T20:03:24.148Z[ host-image] Aug 19 20:03:23.117 INFO O| Aug 19 20:03:23.117 INFO O| Finalize: Creating fast lookup database ... Done
46352026-08-19T20:03:24.182Z[ host-image] Aug 19 20:03:23.151 INFO O| Aug 19 20:03:23.151 INFO O| Finalize: Reading search index ... Done
46362026-08-19T20:03:24.182Z[ host-image] Aug 19 20:03:23.151 INFO O| Aug 19 20:03:23.151 INFO O| Finalize: Updating search index ... Done
46372026-08-19T20:03:24.197Z[ host-image] Aug 19 20:03:23.166 INFO O| Aug 19 20:03:23.166 INFO O| Finalize: Updating package cache ... Done
46382026-08-19T20:03:24.282Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46392026-08-19T20:03:24.322Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46402026-08-19T20:03:24.366Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46412026-08-19T20:03:24.374Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46422026-08-19T20:03:24.449Z[verify-libraries] Compiling ghash v0.6.0
46432026-08-19T20:03:24.484Z[ host-image] Aug 19 20:03:23.451 INFO O| Aug 19 20:03:23.451 INFO STEP 12 (pkg_install) COMPLETE
46442026-08-19T20:03:24.484Z[ host-image] Aug 19 20:03:23.451 INFO O| Aug 19 20:03:23.451 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46452026-08-19T20:03:24.494Z[ host-image] Aug 19 20:03:23.462 INFO O| Aug 19 20:03:23.462 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46462026-08-19T20:03:24.608Z[verify-libraries] Compiling pbkdf2 v0.13.0
46472026-08-19T20:03:24.705Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46482026-08-19T20:03:24.758Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46492026-08-19T20:03:24.791Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46502026-08-19T20:03:24.822Z[verify-libraries] Compiling crypto-bigint v0.7.5
46512026-08-19T20:03:24.909Z[verify-libraries] Compiling aes v0.9.1
46522026-08-19T20:03:25.197Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46532026-08-19T20:03:25.434Z[verify-libraries] Compiling ctr v0.10.1
46542026-08-19T20:03:25.482Z[verify-libraries] Compiling aead v0.6.1
46552026-08-19T20:03:25.632Z[verify-libraries] Compiling bb8 v0.8.6
46562026-08-19T20:03:25.787Z[verify-libraries] Compiling parking_lot_core v0.8.6
46572026-08-19T20:03:25.828Z[verify-libraries] Compiling aes-gcm v0.11.0
46582026-08-19T20:03:26.170Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46592026-08-19T20:03:26.271Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46602026-08-19T20:03:26.359Z[verify-libraries] Compiling spki v0.8.0
46612026-08-19T20:03:26.486Z[ host-image] Aug 19 20:03:25.455 INFO O| Aug 19 20:03:25.455 INFO O| Startup: Refreshing catalog 'helios' ... Done
46622026-08-19T20:03:26.494Z[verify-libraries] Compiling mime_guess v2.0.5
46632026-08-19T20:03:26.623Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46642026-08-19T20:03:26.690Z[verify-libraries] Compiling salsa20 v0.11.0
46652026-08-19T20:03:26.913Z[ host-image] Aug 19 20:03:25.882 INFO O| Aug 19 20:03:25.882 INFO O| Startup: Caching catalogs ... Done
46662026-08-19T20:03:26.922Z[verify-libraries] Compiling nanorand v0.7.0
46672026-08-19T20:03:26.940Z[ recovery-image] Aug 19 20:03:25.909 INFO O| Aug 19 20:03:25.909 INFO O| Download: 8560/16682 items 88.0/200.0MB 43% complete (17.6M/s)
46682026-08-19T20:03:27.028Z[verify-libraries] Compiling scrypt v0.12.0
46692026-08-19T20:03:27.075Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46702026-08-19T20:03:27.185Z[verify-libraries] Compiling flume v0.11.1
46712026-08-19T20:03:27.383Z[ host-image] Aug 19 20:03:26.351 INFO O| Aug 19 20:03:26.351 INFO O| Planning: Solver setup ... Done
46722026-08-19T20:03:27.387Z[ host-image] Aug 19 20:03:26.357 INFO O| Aug 19 20:03:26.357 INFO O| Planning: Running solver ... Done
46732026-08-19T20:03:27.402Z[ host-image] Aug 19 20:03:26.371 INFO O| Aug 19 20:03:26.371 INFO O| Planning: Finding local manifests ... Done
46742026-08-19T20:03:27.431Z[ host-image] Aug 19 20:03:26.400 INFO O| Aug 19 20:03:26.400 INFO O| Planning: Fetching manifests: 0/6 0% complete
46752026-08-19T20:03:27.447Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46762026-08-19T20:03:29.108Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46772026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.566 INFO O| Aug 19 20:03:26.566 INFO O| Planning: Fetching manifests: 6/6 100% complete
46782026-08-19T20:03:29.150Z[verify-libraries] Compiling cbc v0.2.1
46792026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.592 INFO O| Aug 19 20:03:26.592 INFO O| Planning: Package planning ... Done
46802026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.602 INFO O| Aug 19 20:03:26.601 INFO O| Planning: Merging actions ... Done
46812026-08-19T20:03:29.150Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46822026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.751 INFO O| Aug 19 20:03:26.751 INFO O| Planning: Checking for conflicting actions ... Done
46832026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.754 INFO O| Aug 19 20:03:26.754 INFO O| Planning: Consolidating action changes ... Done
46842026-08-19T20:03:29.150Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46852026-08-19T20:03:29.150Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46862026-08-19T20:03:29.150Z[verify-libraries] Compiling nonempty v0.12.0
46872026-08-19T20:03:29.150Z[verify-libraries] Compiling http-range v0.1.5
46882026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.891 INFO O| Aug 19 20:03:26.891 INFO O| Planning: Evaluating mediators ... Done
46892026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.894 INFO O| Aug 19 20:03:26.894 INFO O| Planning: Planning completed in 1.00 seconds
46902026-08-19T20:03:29.150Z[ host-image] Aug 19 20:03:26.895 INFO O| Aug 19 20:03:26.895 INFO O| Packages to install: 6
46912026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:26.895 INFO O| Aug 19 20:03:26.895 INFO O| Mediators to change: 1
46922026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:26.895 INFO O| Aug 19 20:03:26.895 INFO O| Services to change: 1
46932026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:26.906 INFO O| Aug 19 20:03:26.906 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46942026-08-19T20:03:29.151Z[verify-libraries] Compiling corncobs v0.1.4
46952026-08-19T20:03:29.151Z[verify-libraries] Compiling pkcs5 v0.8.1
46962026-08-19T20:03:29.151Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46972026-08-19T20:03:29.151Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46982026-08-19T20:03:29.151Z[verify-libraries] Compiling parking_lot v0.11.2
46992026-08-19T20:03:29.151Z[verify-libraries] Compiling progenitor v0.13.0
47002026-08-19T20:03:29.151Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47012026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:27.592 INFO O| Aug 19 20:03:27.592 INFO O| Download: Completed 7.84 MB in 0.69 seconds (11.4M/s)
47022026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:27.633 INFO O| Aug 19 20:03:27.633 INFO O| Actions: 1/1366 actions (Installing new actions)
47032026-08-19T20:03:29.151Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47042026-08-19T20:03:29.151Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47052026-08-19T20:03:29.151Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47062026-08-19T20:03:29.151Z[verify-libraries] Compiling digest-io v0.1.0
47072026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:27.950 INFO O| Aug 19 20:03:27.950 INFO O| Actions: Completed 1366 actions in 0.32 seconds.
47082026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:27.988 INFO O| Aug 19 20:03:27.988 INFO O| Finalize: Updating package state database ... Done
47092026-08-19T20:03:29.151Z[ host-image] Aug 19 20:03:27.988 INFO O| Aug 19 20:03:27.988 INFO O| Finalize: Updating package cache ... Done
47102026-08-19T20:03:29.163Z[verify-libraries] Compiling prefix-trie v0.7.0
47112026-08-19T20:03:29.163Z[ host-image] Aug 19 20:03:28.120 INFO O| Aug 19 20:03:28.119 INFO O| Finalize: Updating image state ... Done
47122026-08-19T20:03:29.219Z[verify-libraries] Compiling secrecy v0.8.0
47132026-08-19T20:03:29.434Z[verify-libraries] Compiling rawzip v0.4.4
47142026-08-19T20:03:29.544Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47152026-08-19T20:03:29.593Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47162026-08-19T20:03:29.639Z[verify-libraries] Compiling hickory-server v0.25.2
47172026-08-19T20:03:29.739Z[verify-libraries] Compiling pkcs8 v0.11.0
47182026-08-19T20:03:29.946Z[verify-libraries] Compiling sled v0.34.7
47192026-08-19T20:03:30.123Z[ host-image] Aug 19 20:03:29.086 INFO O| Aug 19 20:03:29.086 INFO O| Finalize: Creating fast lookup database ... Done
47202026-08-19T20:03:30.153Z[ host-image] Aug 19 20:03:29.121 INFO O| Aug 19 20:03:29.121 INFO O| Finalize: Reading search index ... Done
47212026-08-19T20:03:30.153Z[ host-image] Aug 19 20:03:29.121 INFO O| Aug 19 20:03:29.121 INFO O| Finalize: Updating search index ... Done
47222026-08-19T20:03:30.158Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47232026-08-19T20:03:30.185Z[ host-image] Aug 19 20:03:29.154 INFO O| Aug 19 20:03:29.154 INFO O| Finalize: Updating package cache ... Done
47242026-08-19T20:03:30.191Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47252026-08-19T20:03:30.243Z[verify-libraries] Compiling ignore v0.4.25
47262026-08-19T20:03:30.488Z[ host-image] Aug 19 20:03:29.457 INFO O| Aug 19 20:03:29.457 INFO STEP 13 (pkg_install) COMPLETE
47272026-08-19T20:03:30.488Z[ host-image] Aug 19 20:03:29.458 INFO O| Aug 19 20:03:29.457 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47282026-08-19T20:03:30.501Z[ host-image] Aug 19 20:03:29.468 INFO O| Aug 19 20:03:29.468 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47292026-08-19T20:03:30.961Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47302026-08-19T20:03:30.988Z[verify-libraries] Compiling anstyle-parse v0.2.7
47312026-08-19T20:03:31.014Z[verify-libraries] Compiling ff v0.14.0
47322026-08-19T20:03:31.192Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47332026-08-19T20:03:31.230Z[verify-libraries] Compiling anstream v0.6.21
47342026-08-19T20:03:31.264Z[verify-libraries] Compiling globwalk v0.9.1
47352026-08-19T20:03:31.513Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47362026-08-19T20:03:31.602Z[verify-libraries] Compiling predicates-tree v1.0.13
47372026-08-19T20:03:31.642Z[verify-libraries] Compiling libz-sys v1.1.24
47382026-08-19T20:03:31.822Z[verify-libraries] Compiling rand_seeder v0.4.0
47392026-08-19T20:03:31.926Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47402026-08-19T20:03:31.940Z[ recovery-image] Aug 19 20:03:30.909 INFO O| Aug 19 20:03:30.909 INFO O| Download: 16582/16682 items 198.1/200.0MB 99% complete (19.8M/s)
47412026-08-19T20:03:31.999Z[ recovery-image] Aug 19 20:03:30.968 INFO O| Aug 19 20:03:30.968 INFO O| Download: Completed 200.00 MB in 10.06 seconds (19.8M/s)
47422026-08-19T20:03:32.327Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47432026-08-19T20:03:32.378Z[ recovery-image] Aug 19 20:03:31.347 INFO O| Aug 19 20:03:31.347 INFO O| Actions: 1/27580 actions (Installing new actions)
47442026-08-19T20:03:32.541Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47452026-08-19T20:03:32.732Z[verify-libraries] Compiling group v0.14.0
47462026-08-19T20:03:32.776Z[ host-image] Aug 19 20:03:31.745 INFO O| Aug 19 20:03:31.745 INFO O| Startup: Refreshing catalog 'helios' ... Done
47472026-08-19T20:03:32.830Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47482026-08-19T20:03:32.958Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47492026-08-19T20:03:33.049Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47502026-08-19T20:03:33.052Z[verify-libraries] Compiling signature v3.0.0
47512026-08-19T20:03:33.254Z[ host-image] Aug 19 20:03:32.223 INFO O| Aug 19 20:03:32.223 INFO O| Startup: Caching catalogs ... Done
47522026-08-19T20:03:33.330Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47532026-08-19T20:03:33.379Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47542026-08-19T20:03:33.383Z[verify-libraries] Compiling base16ct v1.0.0
47552026-08-19T20:03:33.508Z[verify-libraries] Compiling instability v0.3.11
47562026-08-19T20:03:33.663Z[ host-image] Aug 19 20:03:32.633 INFO O| Aug 19 20:03:32.633 INFO O| Planning: Solver setup ... Done
47572026-08-19T20:03:33.669Z[ host-image] Aug 19 20:03:32.638 INFO O| Aug 19 20:03:32.638 INFO O| Planning: Running solver ... Done
47582026-08-19T20:03:33.683Z[ host-image] Aug 19 20:03:32.652 INFO O| Aug 19 20:03:32.652 INFO O| Planning: Finding local manifests ... Done
47592026-08-19T20:03:33.726Z[ host-image] Aug 19 20:03:32.682 INFO O| Aug 19 20:03:32.682 INFO O| Planning: Fetching manifests: 0/1 0% complete
47602026-08-19T20:03:33.726Z[ host-image] Aug 19 20:03:32.696 INFO O| Aug 19 20:03:32.696 INFO O| Planning: Fetching manifests: 1/1 100% complete
47612026-08-19T20:03:33.730Z[verify-libraries] Compiling sec1 v0.8.1
47622026-08-19T20:03:33.757Z[ host-image] Aug 19 20:03:32.721 INFO O| Aug 19 20:03:32.721 INFO O| Planning: Package planning ... Done
47632026-08-19T20:03:33.757Z[ host-image] Aug 19 20:03:32.721 INFO O| Aug 19 20:03:32.721 INFO O| Planning: Merging actions ... Done
47642026-08-19T20:03:33.887Z[ host-image] Aug 19 20:03:32.857 INFO O| Aug 19 20:03:32.856 INFO O| Planning: Checking for conflicting actions ... Done
47652026-08-19T20:03:33.891Z[ host-image] Aug 19 20:03:32.861 INFO O| Aug 19 20:03:32.861 INFO O| Planning: Consolidating action changes ... Done
47662026-08-19T20:03:33.899Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47672026-08-19T20:03:33.995Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47682026-08-19T20:03:34.020Z[ host-image] Aug 19 20:03:32.989 INFO O| Aug 19 20:03:32.989 INFO O| Planning: Evaluating mediators ... Done
47692026-08-19T20:03:34.023Z[ host-image] Aug 19 20:03:32.990 INFO O| Aug 19 20:03:32.990 INFO O| Planning: Planning completed in 0.75 seconds
47702026-08-19T20:03:34.023Z[ host-image] Aug 19 20:03:32.990 INFO O| Aug 19 20:03:32.990 INFO O| Packages to install: 1
47712026-08-19T20:03:34.031Z[ host-image] Aug 19 20:03:33.001 INFO O| Aug 19 20:03:33.001 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47722026-08-19T20:03:34.105Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47732026-08-19T20:03:34.148Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47742026-08-19T20:03:34.164Z[ host-image] Aug 19 20:03:33.132 INFO O| Aug 19 20:03:33.132 INFO O| Download: Completed 13.27 MB in 0.13 seconds (101M/s)
47752026-08-19T20:03:34.170Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47762026-08-19T20:03:34.174Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47772026-08-19T20:03:34.186Z[ host-image] Aug 19 20:03:33.155 INFO O| Aug 19 20:03:33.155 INFO O| Actions: 1/22 actions (Installing new actions)
47782026-08-19T20:03:34.249Z[verify-libraries] Compiling hkdf v0.13.0
47792026-08-19T20:03:34.431Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47802026-08-19T20:03:34.498Z[ host-image] Aug 19 20:03:33.467 INFO O| Aug 19 20:03:33.467 INFO O| Actions: Completed 22 actions in 0.31 seconds.
47812026-08-19T20:03:34.518Z[verify-libraries] Compiling scuffle v0.1.0
47822026-08-19T20:03:34.535Z[ host-image] Aug 19 20:03:33.505 INFO O| Aug 19 20:03:33.505 INFO O| Finalize: Updating package state database ... Done
47832026-08-19T20:03:34.535Z[ host-image] Aug 19 20:03:33.505 INFO O| Aug 19 20:03:33.505 INFO O| Finalize: Updating package cache ... Done
47842026-08-19T20:03:34.600Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47852026-08-19T20:03:34.634Z[ host-image] Aug 19 20:03:33.603 INFO O| Aug 19 20:03:33.603 INFO O| Finalize: Updating image state ... Done
47862026-08-19T20:03:34.858Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47872026-08-19T20:03:34.918Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47882026-08-19T20:03:35.018Z[verify-libraries] Compiling castaway v0.2.4
47892026-08-19T20:03:35.077Z[verify-libraries] Compiling indoc v2.0.7
47902026-08-19T20:03:35.190Z[verify-libraries] Compiling compact_str v0.8.1
47912026-08-19T20:03:35.348Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47922026-08-19T20:03:35.687Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47932026-08-19T20:03:35.719Z[ host-image] Aug 19 20:03:34.688 INFO O| Aug 19 20:03:34.688 INFO O| Finalize: Creating fast lookup database ... Done
47942026-08-19T20:03:35.749Z[ host-image] Aug 19 20:03:34.718 INFO O| Aug 19 20:03:34.718 INFO O| Finalize: Reading search index ... Done
47952026-08-19T20:03:35.749Z[ host-image] Aug 19 20:03:34.718 INFO O| Aug 19 20:03:34.718 INFO O| Finalize: Updating search index ... Done
47962026-08-19T20:03:35.760Z[ host-image] Aug 19 20:03:34.730 INFO O| Aug 19 20:03:34.730 INFO O| Finalize: Updating package cache ... Done
47972026-08-19T20:03:35.873Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47982026-08-19T20:03:36.006Z[verify-libraries] Compiling elliptic-curve v0.14.1
47992026-08-19T20:03:36.027Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO STEP 14 (pkg_install) COMPLETE
48002026-08-19T20:03:36.027Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48012026-08-19T20:03:36.027Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO skip step because feature "mbist" is not enabled
48022026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48032026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO skip step because feature "mfg" is not enabled
48042026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48052026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO skip step because feature "compliance" is not enabled
48062026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48072026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO skip step because feature "stress" is not enabled
48082026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48092026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO skip step because feature "compliance" is not enabled
48102026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48112026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO skip step because feature "nfs" is not enabled
48122026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48132026-08-19T20:03:36.031Z[ host-image] Aug 19 20:03:34.996 INFO O| Aug 19 20:03:34.996 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48142026-08-19T20:03:36.412Z[ host-image] Aug 19 20:03:35.382 INFO O| Aug 19 20:03:35.382 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48152026-08-19T20:03:36.583Z[ host-image] Aug 19 20:03:35.553 INFO O| Aug 19 20:03:35.553 INFO completed processing sled/ramdisk-01-os
48162026-08-19T20:03:36.587Z[ host-image] Aug 19 20:03:35.555 INFO omicron1 baseline generation...
48172026-08-19T20:03:36.587Z[ host-image] Aug 19 20:03:35.555 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48182026-08-19T20:03:36.700Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48192026-08-19T20:03:36.726Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48202026-08-19T20:03:36.766Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48212026-08-19T20:03:36.957Z[ host-image] Aug 19 20:03:35.926 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24192:20260819T161715Z
48222026-08-19T20:03:36.997Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48232026-08-19T20:03:37.046Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48242026-08-19T20:03:37.120Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48252026-08-19T20:03:37.152Z[verify-libraries] Compiling lru v0.12.5
48262026-08-19T20:03:37.342Z[verify-libraries] Compiling unicode-truncate v1.1.0
48272026-08-19T20:03:37.374Z[verify-libraries] Compiling arc-swap v1.8.2
48282026-08-19T20:03:37.381Z[ recovery-image] Aug 19 20:03:36.350 INFO O| Aug 19 20:03:36.350 INFO O| Actions: 21679/27580 actions (Installing new actions)
48292026-08-19T20:03:37.730Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48302026-08-19T20:03:37.756Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48312026-08-19T20:03:37.851Z[verify-libraries] Compiling cassowary v0.3.0
48322026-08-19T20:03:38.094Z[verify-libraries] Compiling slog-scope v4.4.1
48332026-08-19T20:03:38.150Z[verify-libraries] Compiling ratatui v0.29.0
48342026-08-19T20:03:38.174Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48352026-08-19T20:03:38.224Z[verify-libraries] Compiling wnaf v0.14.0
48362026-08-19T20:03:38.451Z[ recovery-image] Aug 19 20:03:37.420 INFO O| Aug 19 20:03:37.420 INFO O| Actions: Completed 27580 actions in 6.07 seconds.
48372026-08-19T20:03:38.454Z[verify-libraries] Compiling primefield v0.14.0
48382026-08-19T20:03:38.496Z[verify-libraries] Compiling rfc6979 v0.6.0
48392026-08-19T20:03:38.520Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48402026-08-19T20:03:38.523Z[ recovery-image] Aug 19 20:03:37.491 INFO O| Aug 19 20:03:37.491 INFO O| Finalize: Updating package state database ... Done
48412026-08-19T20:03:38.523Z[ recovery-image] Aug 19 20:03:37.491 INFO O| Aug 19 20:03:37.491 INFO O| Finalize: Updating package cache ... Done
48422026-08-19T20:03:38.636Z[ recovery-image] Aug 19 20:03:37.602 INFO O| Aug 19 20:03:37.602 INFO O| Finalize: Updating image state ... Done
48432026-08-19T20:03:38.715Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48442026-08-19T20:03:38.774Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48452026-08-19T20:03:38.841Z[verify-libraries] Compiling vergen-git2 v9.1.0
48462026-08-19T20:03:38.989Z[verify-libraries] Compiling strsim v0.10.0
48472026-08-19T20:03:39.181Z[verify-libraries] Compiling primeorder v0.14.0
48482026-08-19T20:03:39.224Z[verify-libraries] Compiling darling_core v0.13.4
48492026-08-19T20:03:39.377Z[ recovery-image] Aug 19 20:03:38.346 INFO O| Aug 19 20:03:38.345 INFO O| Finalize: Creating fast lookup database ... Done
48502026-08-19T20:03:39.394Z[ recovery-image] Aug 19 20:03:38.363 INFO O| Aug 19 20:03:38.363 INFO O| Finalize: Reading search index ... Done
48512026-08-19T20:03:39.482Z[verify-libraries] Compiling ecdsa v0.17.0
48522026-08-19T20:03:39.607Z[verify-libraries] Compiling slog-stdlog v4.1.1
48532026-08-19T20:03:39.762Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48542026-08-19T20:03:39.907Z[verify-libraries] Compiling tungstenite v0.23.0
48552026-08-19T20:03:40.036Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48562026-08-19T20:03:40.208Z[verify-libraries] Compiling console v0.16.2
48572026-08-19T20:03:40.570Z[verify-libraries] Compiling libsw-core v0.3.2
48582026-08-19T20:03:40.628Z[verify-libraries] Compiling void v1.0.2
48592026-08-19T20:03:40.795Z[verify-libraries] Compiling assert_matches v1.5.0
48602026-08-19T20:03:40.838Z[verify-libraries] Compiling unit-prefix v0.5.2
48612026-08-19T20:03:40.876Z[verify-libraries] Compiling lzss v0.8.2
48622026-08-19T20:03:40.923Z[verify-libraries] Compiling libsw v3.5.0
48632026-08-19T20:03:41.076Z[verify-libraries] Compiling indicatif v0.18.4
48642026-08-19T20:03:41.126Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48652026-08-19T20:03:41.171Z[verify-libraries] Compiling slog-envlogger v2.2.0
48662026-08-19T20:03:41.175Z[ recovery-image] Aug 19 20:03:40.142 INFO O| Aug 19 20:03:40.142 INFO O| Finalize: Building new search index ... Done
48672026-08-19T20:03:41.289Z[verify-libraries] Compiling ssh-encoding v0.3.0
48682026-08-19T20:03:41.319Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48692026-08-19T20:03:41.358Z[verify-libraries] Compiling darling_macro v0.13.4
48702026-08-19T20:03:41.568Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48712026-08-19T20:03:41.600Z[ recovery-image] Aug 19 20:03:40.569 INFO O| Aug 19 20:03:40.569 INFO O| Finalize: Updating package cache ... Done
48722026-08-19T20:03:41.687Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48732026-08-19T20:03:41.809Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48742026-08-19T20:03:41.914Z[ recovery-image] Aug 19 20:03:40.882 INFO O| Aug 19 20:03:40.882 INFO STEP 11 (pkg_install) COMPLETE
48752026-08-19T20:03:41.914Z[ recovery-image] Aug 19 20:03:40.882 INFO O| Aug 19 20:03:40.882 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48762026-08-19T20:03:41.914Z[ recovery-image] Aug 19 20:03:40.882 INFO O| Aug 19 20:03:40.882 INFO skip step because feature "recovery" is enabled
48772026-08-19T20:03:41.914Z[ recovery-image] Aug 19 20:03:40.882 INFO O| Aug 19 20:03:40.882 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48782026-08-19T20:03:41.914Z[ recovery-image] Aug 19 20:03:40.882 INFO O| Aug 19 20:03:40.882 INFO skip step because feature "omicron1" is not enabled
48792026-08-19T20:03:41.914Z[ recovery-image] Aug 19 20:03:40.882 INFO O| Aug 19 20:03:40.882 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48802026-08-19T20:03:41.924Z[ recovery-image] Aug 19 20:03:40.893 INFO O| Aug 19 20:03:40.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48812026-08-19T20:03:41.956Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48822026-08-19T20:03:42.022Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48832026-08-19T20:03:42.088Z[verify-libraries] Compiling nix v0.27.1
48842026-08-19T20:03:42.124Z[verify-libraries] Compiling colored v2.2.0
48852026-08-19T20:03:42.282Z[verify-libraries] Compiling blake3 v1.8.5
48862026-08-19T20:03:42.324Z[verify-libraries] Compiling serde_bytes v0.11.19
48872026-08-19T20:03:42.416Z[verify-libraries] Compiling keccak v0.2.0
48882026-08-19T20:03:42.616Z[verify-libraries] Compiling shell-words v1.1.1
48892026-08-19T20:03:42.652Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48902026-08-19T20:03:42.744Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48912026-08-19T20:03:42.829Z[verify-libraries] Compiling darling v0.13.4
48922026-08-19T20:03:43.004Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48932026-08-19T20:03:43.161Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48942026-08-19T20:03:43.316Z[verify-libraries] Compiling ed25519 v3.0.0
48952026-08-19T20:03:43.502Z[verify-libraries] Compiling crypto-primes v0.7.2
48962026-08-19T20:03:43.543Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48972026-08-19T20:03:43.993Z[ recovery-image] Aug 19 20:03:42.962 INFO O| Aug 19 20:03:42.959 INFO O| Startup: Refreshing catalog 'helios' ... Done
48982026-08-19T20:03:44.019Z[verify-libraries] Compiling poly1305 v0.9.0
48992026-08-19T20:03:44.474Z[ recovery-image] Aug 19 20:03:43.443 INFO O| Aug 19 20:03:43.443 INFO O| Startup: Caching catalogs ... Done
49002026-08-19T20:03:44.621Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49012026-08-19T20:03:44.657Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49022026-08-19T20:03:44.773Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49032026-08-19T20:03:44.900Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49042026-08-19T20:03:44.928Z[ recovery-image] Aug 19 20:03:43.897 INFO O| Aug 19 20:03:43.897 INFO O| Planning: Solver setup ... Done
49052026-08-19T20:03:44.933Z[ recovery-image] Aug 19 20:03:43.902 INFO O| Aug 19 20:03:43.902 INFO O| Planning: Running solver ... Done
49062026-08-19T20:03:44.951Z[ recovery-image] Aug 19 20:03:43.921 INFO O| Aug 19 20:03:43.921 INFO O| Planning: Finding local manifests ... Done
49072026-08-19T20:03:45.006Z[ recovery-image] Aug 19 20:03:43.975 INFO O| Aug 19 20:03:43.975 INFO O| Planning: Fetching manifests: 0/1 0% complete
49082026-08-19T20:03:45.012Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49092026-08-19T20:03:45.023Z[ recovery-image] Aug 19 20:03:43.993 INFO O| Aug 19 20:03:43.982 INFO O| Planning: Fetching manifests: 1/1 100% complete
49102026-08-19T20:03:45.029Z[ recovery-image] Aug 19 20:03:43.999 INFO O| Aug 19 20:03:43.999 INFO O| Planning: Package planning ... Done
49112026-08-19T20:03:45.033Z[ recovery-image] Aug 19 20:03:43.999 INFO O| Aug 19 20:03:43.999 INFO O| Planning: Merging actions ... Done
49122026-08-19T20:03:45.057Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49132026-08-19T20:03:45.104Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49142026-08-19T20:03:45.145Z[ recovery-image] Aug 19 20:03:44.114 INFO O| Aug 19 20:03:44.114 INFO O| Planning: Checking for conflicting actions ... Done
49152026-08-19T20:03:45.148Z[ recovery-image] Aug 19 20:03:44.114 INFO O| Aug 19 20:03:44.114 INFO O| Planning: Consolidating action changes ... Done
49162026-08-19T20:03:45.245Z[verify-libraries] Compiling blowfish v0.10.0
49172026-08-19T20:03:45.294Z[ recovery-image] Aug 19 20:03:44.262 INFO O| Aug 19 20:03:44.262 INFO O| Planning: Evaluating mediators ... Done
49182026-08-19T20:03:45.298Z[ recovery-image] Aug 19 20:03:44.262 INFO O| Aug 19 20:03:44.262 INFO O| Planning: Planning completed in 0.81 seconds
49192026-08-19T20:03:45.298Z[ recovery-image] Aug 19 20:03:44.263 INFO O| Aug 19 20:03:44.263 INFO O| Packages to install: 1
49202026-08-19T20:03:45.298Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49212026-08-19T20:03:45.306Z[ recovery-image] Aug 19 20:03:44.275 INFO O| Aug 19 20:03:44.275 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49222026-08-19T20:03:45.367Z[verify-libraries] Compiling petname v2.0.2
49232026-08-19T20:03:45.390Z[verify-libraries] Compiling arrayref v0.3.9
49242026-08-19T20:03:45.470Z[verify-libraries] Compiling arrayvec v0.7.6
49252026-08-19T20:03:45.547Z[verify-libraries] Compiling constant_time_eq v0.4.2
49262026-08-19T20:03:45.639Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49272026-08-19T20:03:45.687Z[ recovery-image] Aug 19 20:03:44.656 INFO O| Aug 19 20:03:44.656 INFO O| Download: Completed 13.27 MB in 0.38 seconds (34.8M/s)
49282026-08-19T20:03:45.729Z[ recovery-image] Aug 19 20:03:44.697 INFO O| Aug 19 20:03:44.697 INFO O| Actions: 1/22 actions (Installing new actions)
49292026-08-19T20:03:45.827Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49302026-08-19T20:03:46.025Z[ recovery-image] Aug 19 20:03:44.993 INFO O| Aug 19 20:03:44.993 INFO O| Actions: Completed 22 actions in 0.30 seconds.
49312026-08-19T20:03:46.077Z[ recovery-image] Aug 19 20:03:45.039 INFO O| Aug 19 20:03:45.033 INFO O| Finalize: Updating package state database ... Done
49322026-08-19T20:03:46.077Z[ recovery-image] Aug 19 20:03:45.039 INFO O| Aug 19 20:03:45.033 INFO O| Finalize: Updating package cache ... Done
49332026-08-19T20:03:46.170Z[ recovery-image] Aug 19 20:03:45.139 INFO O| Aug 19 20:03:45.139 INFO O| Finalize: Updating image state ... Done
49342026-08-19T20:03:46.344Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49352026-08-19T20:03:46.382Z[verify-libraries] Compiling ssh-cipher v0.3.0
49362026-08-19T20:03:46.401Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49372026-08-19T20:03:46.405Z[verify-libraries] Compiling serde_with_macros v1.5.2
49382026-08-19T20:03:46.494Z[verify-libraries] Compiling sha3 v0.11.0
49392026-08-19T20:03:46.694Z[verify-libraries] Compiling p256 v0.14.0
49402026-08-19T20:03:46.785Z[verify-libraries] Compiling p384 v0.14.0
49412026-08-19T20:03:46.795Z[ recovery-image] Aug 19 20:03:45.764 INFO O| Aug 19 20:03:45.764 INFO O| Finalize: Creating fast lookup database ... Done
49422026-08-19T20:03:46.811Z[ recovery-image] Aug 19 20:03:45.780 INFO O| Aug 19 20:03:45.780 INFO O| Finalize: Reading search index ... Done
49432026-08-19T20:03:46.811Z[ recovery-image] Aug 19 20:03:45.780 INFO O| Aug 19 20:03:45.780 INFO O| Finalize: Updating search index ... Done
49442026-08-19T20:03:46.821Z[ recovery-image] Aug 19 20:03:45.790 INFO O| Aug 19 20:03:45.790 INFO O| Finalize: Updating package cache ... Done
49452026-08-19T20:03:46.890Z[verify-libraries] Compiling p521 v0.14.0
49462026-08-19T20:03:47.074Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO STEP 14 (pkg_install) COMPLETE
49472026-08-19T20:03:47.075Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49482026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO skip step because feature "mbist" is not enabled
49492026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49502026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO skip step because feature "mfg" is not enabled
49512026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49522026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO skip step because feature "compliance" is not enabled
49532026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49542026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO skip step because feature "stress" is not enabled
49552026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49562026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO skip step because feature "compliance" is not enabled
49572026-08-19T20:03:47.078Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49582026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49592026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO skip step because feature "nfs" is not enabled
49602026-08-19T20:03:47.078Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49612026-08-19T20:03:47.079Z[ recovery-image] Aug 19 20:03:46.044 INFO O| Aug 19 20:03:46.044 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49622026-08-19T20:03:47.117Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49632026-08-19T20:03:47.196Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49642026-08-19T20:03:47.269Z[ recovery-image] Aug 19 20:03:46.237 INFO O| Aug 19 20:03:46.237 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49652026-08-19T20:03:47.393Z[ recovery-image] Aug 19 20:03:46.361 INFO O| Aug 19 20:03:46.361 INFO completed processing sled/ramdisk-01-os
49662026-08-19T20:03:47.396Z[ recovery-image] Aug 19 20:03:46.363 INFO image builder template: ramdisk-02-trim...
49672026-08-19T20:03:47.396Z[ recovery-image] Aug 19 20:03:46.363 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/.tmpsPfDDW/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49682026-08-19T20:03:47.415Z[ recovery-image] Aug 19 20:03:46.384 INFO O| Aug 19 20:03:46.384 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49692026-08-19T20:03:47.418Z[ recovery-image] Aug 19 20:03:46.387 INFO O| Aug 19 20:03:46.387 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49702026-08-19T20:03:47.476Z[verify-libraries] Compiling twox-hash v2.1.2
49712026-08-19T20:03:47.502Z[verify-libraries] Compiling kem v0.3.0
49722026-08-19T20:03:47.530Z[ recovery-image] Aug 19 20:03:46.500 INFO O| Aug 19 20:03:46.500 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49732026-08-19T20:03:47.629Z[ recovery-image] Aug 19 20:03:46.598 INFO O| Aug 19 20:03:46.598 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49742026-08-19T20:03:47.629Z[ recovery-image] Aug 19 20:03:46.598 INFO O| Aug 19 20:03:46.598 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49752026-08-19T20:03:47.634Z[ recovery-image] Aug 19 20:03:46.603 INFO O| Aug 19 20:03:46.603 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49762026-08-19T20:03:47.639Z[ recovery-image] Aug 19 20:03:46.608 INFO O| Aug 19 20:03:46.607 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49772026-08-19T20:03:47.643Z[ recovery-image] Aug 19 20:03:46.612 INFO O| Aug 19 20:03:46.612 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49782026-08-19T20:03:47.669Z[verify-libraries] Compiling module-lattice v0.2.3
49792026-08-19T20:03:47.755Z[verify-libraries] Compiling rtoolbox v0.0.3
49802026-08-19T20:03:47.923Z[verify-libraries] Compiling atty v0.2.14
49812026-08-19T20:03:47.962Z[verify-libraries] Compiling sponge-cursor v0.1.0
49822026-08-19T20:03:48.004Z[verify-libraries] Compiling topological-sort v0.2.2
49832026-08-19T20:03:48.026Z[verify-libraries] Compiling ml-kem v0.3.2
49842026-08-19T20:03:48.096Z[verify-libraries] Compiling rpassword v7.5.4
49852026-08-19T20:03:48.162Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49862026-08-19T20:03:48.214Z[verify-libraries] Compiling sha3 v0.12.0
49872026-08-19T20:03:48.404Z[verify-libraries] Compiling serde_with v1.14.0
49882026-08-19T20:03:48.422Z[ recovery-image] Aug 19 20:03:47.390 INFO O| Aug 19 20:03:47.390 INFO rolled back to input snapshot; work may begin
49892026-08-19T20:03:48.422Z[ recovery-image] Aug 19 20:03:47.390 INFO O| Aug 19 20:03:47.390 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49902026-08-19T20:03:48.427Z[ recovery-image] Aug 19 20:03:47.396 INFO O| Aug 19 20:03:47.396 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-19T20:03:48.436Z[ recovery-image] Aug 19 20:03:47.405 INFO O| Aug 19 20:03:47.405 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49922026-08-19T20:03:48.501Z[ recovery-image] Aug 19 20:03:47.470 INFO O| Aug 19 20:03:47.470 INFO STEP 0 (remove_files) COMPLETE
49932026-08-19T20:03:48.501Z[ recovery-image] Aug 19 20:03:47.470 INFO O| Aug 19 20:03:47.470 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-19T20:03:48.510Z[ recovery-image] Aug 19 20:03:47.480 INFO O| Aug 19 20:03:47.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49952026-08-19T20:03:48.514Z[ recovery-image] Aug 19 20:03:47.481 INFO O| Aug 19 20:03:47.481 INFO STEP 1 (remove_files) COMPLETE
49962026-08-19T20:03:48.514Z[ recovery-image] Aug 19 20:03:47.481 INFO O| Aug 19 20:03:47.481 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-19T20:03:48.520Z[ recovery-image] Aug 19 20:03:47.489 INFO O| Aug 19 20:03:47.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49982026-08-19T20:03:48.532Z[ recovery-image] Aug 19 20:03:47.501 INFO O| Aug 19 20:03:47.501 INFO STEP 2 (remove_files) COMPLETE
49992026-08-19T20:03:48.532Z[ recovery-image] Aug 19 20:03:47.502 INFO O| Aug 19 20:03:47.501 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-19T20:03:48.541Z[ recovery-image] Aug 19 20:03:47.510 INFO O| Aug 19 20:03:47.510 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50012026-08-19T20:03:48.545Z[ recovery-image] Aug 19 20:03:47.512 INFO O| Aug 19 20:03:47.512 INFO STEP 3 (remove_files) COMPLETE
50022026-08-19T20:03:48.545Z[ recovery-image] Aug 19 20:03:47.512 INFO O| Aug 19 20:03:47.512 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-19T20:03:48.551Z[ recovery-image] Aug 19 20:03:47.520 INFO O| Aug 19 20:03:47.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50042026-08-19T20:03:48.554Z[ recovery-image] Aug 19 20:03:47.523 INFO O| Aug 19 20:03:47.523 INFO STEP 4 (remove_files) COMPLETE
50052026-08-19T20:03:48.555Z[ recovery-image] Aug 19 20:03:47.523 INFO O| Aug 19 20:03:47.523 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-19T20:03:48.563Z[ recovery-image] Aug 19 20:03:47.532 INFO O| Aug 19 20:03:47.532 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50072026-08-19T20:03:48.563Z[ recovery-image] Aug 19 20:03:47.532 INFO O| Aug 19 20:03:47.532 INFO STEP 5 (remove_files) COMPLETE
50082026-08-19T20:03:48.563Z[ recovery-image] Aug 19 20:03:47.532 INFO O| Aug 19 20:03:47.532 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-19T20:03:48.574Z[ recovery-image] Aug 19 20:03:47.542 INFO O| Aug 19 20:03:47.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50102026-08-19T20:03:48.583Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.552 INFO STEP 6 (remove_files) COMPLETE
50112026-08-19T20:03:48.583Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.552 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-19T20:03:48.583Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.552 INFO skip step because feature "heliosv2" is not enabled
50132026-08-19T20:03:48.583Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.553 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-19T20:03:48.587Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.553 INFO skip step because feature "recovery" is enabled
50152026-08-19T20:03:48.587Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.553 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-08-19T20:03:48.587Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.553 INFO skip step because feature "recovery" is enabled
50172026-08-19T20:03:48.587Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.553 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-19T20:03:48.587Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.553 INFO skip step because feature "recovery" is enabled
50192026-08-19T20:03:48.587Z[ recovery-image] Aug 19 20:03:47.553 INFO O| Aug 19 20:03:47.553 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-19T20:03:48.594Z[ recovery-image] Aug 19 20:03:47.563 INFO O| Aug 19 20:03:47.563 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50212026-08-19T20:03:48.597Z[ recovery-image] Aug 19 20:03:47.566 INFO O| Aug 19 20:03:47.566 INFO STEP 11 (remove_files) COMPLETE
50222026-08-19T20:03:48.597Z[ recovery-image] Aug 19 20:03:47.566 INFO O| Aug 19 20:03:47.566 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-19T20:03:48.606Z[ recovery-image] Aug 19 20:03:47.575 INFO O| Aug 19 20:03:47.575 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50242026-08-19T20:03:48.610Z[ recovery-image] Aug 19 20:03:47.577 INFO O| Aug 19 20:03:47.577 INFO STEP 12 (remove_files) COMPLETE
50252026-08-19T20:03:48.610Z[ recovery-image] Aug 19 20:03:47.577 INFO O| Aug 19 20:03:47.577 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-19T20:03:48.617Z[ recovery-image] Aug 19 20:03:47.586 INFO O| Aug 19 20:03:47.586 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50272026-08-19T20:03:48.621Z[ recovery-image] Aug 19 20:03:47.587 INFO O| Aug 19 20:03:47.587 INFO STEP 13 (remove_files) COMPLETE
50282026-08-19T20:03:48.621Z[ recovery-image] Aug 19 20:03:47.588 INFO O| Aug 19 20:03:47.587 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-19T20:03:48.727Z[ recovery-image] Aug 19 20:03:47.693 INFO O| Aug 19 20:03:47.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50302026-08-19T20:03:48.730Z[ recovery-image] Aug 19 20:03:47.699 INFO O| Aug 19 20:03:47.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50312026-08-19T20:03:48.786Z[ recovery-image] Aug 19 20:03:47.755 INFO O| Aug 19 20:03:47.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50322026-08-19T20:03:48.786Z[ recovery-image] Aug 19 20:03:47.755 INFO O| Aug 19 20:03:47.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50332026-08-19T20:03:48.789Z[ recovery-image] Aug 19 20:03:47.755 INFO O| Aug 19 20:03:47.755 INFO STEP 14 (remove_files) COMPLETE
50342026-08-19T20:03:48.789Z[ recovery-image] Aug 19 20:03:47.755 INFO O| Aug 19 20:03:47.755 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-19T20:03:48.797Z[ recovery-image] Aug 19 20:03:47.766 INFO O| Aug 19 20:03:47.766 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50362026-08-19T20:03:48.800Z[ recovery-image] Aug 19 20:03:47.767 INFO O| Aug 19 20:03:47.767 INFO STEP 15 (remove_files) COMPLETE
50372026-08-19T20:03:48.800Z[ recovery-image] Aug 19 20:03:47.767 INFO O| Aug 19 20:03:47.767 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-19T20:03:48.809Z[ recovery-image] Aug 19 20:03:47.778 INFO O| Aug 19 20:03:47.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50392026-08-19T20:03:48.815Z[ recovery-image] Aug 19 20:03:47.784 INFO O| Aug 19 20:03:47.784 INFO STEP 16 (remove_files) COMPLETE
50402026-08-19T20:03:48.815Z[ recovery-image] Aug 19 20:03:47.784 INFO O| Aug 19 20:03:47.784 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-19T20:03:48.825Z[ recovery-image] Aug 19 20:03:47.794 INFO O| Aug 19 20:03:47.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50422026-08-19T20:03:48.828Z[ recovery-image] Aug 19 20:03:47.794 INFO O| Aug 19 20:03:47.794 INFO STEP 17 (remove_files) COMPLETE
50432026-08-19T20:03:48.828Z[ recovery-image] Aug 19 20:03:47.794 INFO O| Aug 19 20:03:47.794 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-19T20:03:48.858Z[ recovery-image] Aug 19 20:03:47.827 INFO O| Aug 19 20:03:47.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50452026-08-19T20:03:48.861Z[ recovery-image] Aug 19 20:03:47.828 INFO O| Aug 19 20:03:47.828 INFO STEP 18 (remove_files) COMPLETE
50462026-08-19T20:03:48.861Z[ recovery-image] Aug 19 20:03:47.828 INFO O| Aug 19 20:03:47.828 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-19T20:03:48.867Z[ recovery-image] Aug 19 20:03:47.836 INFO O| Aug 19 20:03:47.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50482026-08-19T20:03:48.867Z[ recovery-image] Aug 19 20:03:47.836 INFO O| Aug 19 20:03:47.836 INFO STEP 19 (remove_files) COMPLETE
50492026-08-19T20:03:48.867Z[ recovery-image] Aug 19 20:03:47.836 INFO O| Aug 19 20:03:47.836 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-19T20:03:48.875Z[ recovery-image] Aug 19 20:03:47.844 INFO O| Aug 19 20:03:47.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50512026-08-19T20:03:48.875Z[ recovery-image] Aug 19 20:03:47.844 INFO O| Aug 19 20:03:47.844 INFO STEP 20 (remove_files) COMPLETE
50522026-08-19T20:03:48.878Z[ recovery-image] Aug 19 20:03:47.844 INFO O| Aug 19 20:03:47.844 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-19T20:03:48.882Z[ recovery-image] Aug 19 20:03:47.851 INFO O| Aug 19 20:03:47.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50542026-08-19T20:03:48.882Z[ recovery-image] Aug 19 20:03:47.851 INFO O| Aug 19 20:03:47.851 INFO STEP 21 (remove_files) COMPLETE
50552026-08-19T20:03:48.882Z[ recovery-image] Aug 19 20:03:47.852 INFO O| Aug 19 20:03:47.851 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-19T20:03:48.890Z[ recovery-image] Aug 19 20:03:47.859 INFO O| Aug 19 20:03:47.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50572026-08-19T20:03:48.890Z[ recovery-image] Aug 19 20:03:47.859 INFO O| Aug 19 20:03:47.859 INFO STEP 22 (remove_files) COMPLETE
50582026-08-19T20:03:48.890Z[ recovery-image] Aug 19 20:03:47.859 INFO O| Aug 19 20:03:47.859 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-19T20:03:48.896Z[ recovery-image] Aug 19 20:03:47.866 INFO O| Aug 19 20:03:47.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50602026-08-19T20:03:48.896Z[ recovery-image] Aug 19 20:03:47.866 INFO O| Aug 19 20:03:47.866 INFO STEP 23 (remove_files) COMPLETE
50612026-08-19T20:03:48.900Z[ recovery-image] Aug 19 20:03:47.866 INFO O| Aug 19 20:03:47.866 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-19T20:03:48.904Z[ recovery-image] Aug 19 20:03:47.873 INFO O| Aug 19 20:03:47.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50632026-08-19T20:03:48.904Z[ recovery-image] Aug 19 20:03:47.873 INFO O| Aug 19 20:03:47.873 INFO STEP 24 (remove_files) COMPLETE
50642026-08-19T20:03:48.907Z[ recovery-image] Aug 19 20:03:47.873 INFO O| Aug 19 20:03:47.873 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-19T20:03:48.907Z[verify-libraries] Compiling russh-cryptovec v0.62.0
50662026-08-19T20:03:48.934Z[ recovery-image] Aug 19 20:03:47.902 INFO O| Aug 19 20:03:47.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50672026-08-19T20:03:48.934Z[ recovery-image] Aug 19 20:03:47.902 INFO O| Aug 19 20:03:47.902 INFO STEP 25 (remove_files) COMPLETE
50682026-08-19T20:03:48.934Z[ recovery-image] Aug 19 20:03:47.902 INFO O| Aug 19 20:03:47.902 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-19T20:03:48.942Z[ recovery-image] Aug 19 20:03:47.911 INFO O| Aug 19 20:03:47.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50702026-08-19T20:03:48.942Z[ recovery-image] Aug 19 20:03:47.911 INFO O| Aug 19 20:03:47.911 INFO STEP 26 (remove_files) COMPLETE
50712026-08-19T20:03:48.942Z[ recovery-image] Aug 19 20:03:47.911 INFO O| Aug 19 20:03:47.911 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-19T20:03:48.950Z[ recovery-image] Aug 19 20:03:47.919 INFO O| Aug 19 20:03:47.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50732026-08-19T20:03:48.950Z[ recovery-image] Aug 19 20:03:47.919 INFO O| Aug 19 20:03:47.919 INFO STEP 27 (remove_files) COMPLETE
50742026-08-19T20:03:48.955Z[ recovery-image] Aug 19 20:03:47.919 INFO O| Aug 19 20:03:47.919 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-19T20:03:48.959Z[ recovery-image] Aug 19 20:03:47.926 INFO O| Aug 19 20:03:47.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50762026-08-19T20:03:48.959Z[ recovery-image] Aug 19 20:03:47.927 INFO O| Aug 19 20:03:47.927 INFO STEP 28 (remove_files) COMPLETE
50772026-08-19T20:03:48.959Z[ recovery-image] Aug 19 20:03:47.927 INFO O| Aug 19 20:03:47.927 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-19T20:03:48.965Z[ recovery-image] Aug 19 20:03:47.934 INFO O| Aug 19 20:03:47.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50792026-08-19T20:03:48.965Z[ recovery-image] Aug 19 20:03:47.934 INFO O| Aug 19 20:03:47.934 INFO STEP 29 (remove_files) COMPLETE
50802026-08-19T20:03:48.965Z[ recovery-image] Aug 19 20:03:47.934 INFO O| Aug 19 20:03:47.934 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-19T20:03:49.089Z[ recovery-image] Aug 19 20:03:48.058 INFO O| Aug 19 20:03:48.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50822026-08-19T20:03:49.090Z[ recovery-image] Aug 19 20:03:48.059 INFO O| Aug 19 20:03:48.059 INFO STEP 30 (remove_files) COMPLETE
50832026-08-19T20:03:49.093Z[ recovery-image] Aug 19 20:03:48.059 INFO O| Aug 19 20:03:48.059 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-19T20:03:49.101Z[ recovery-image] Aug 19 20:03:48.068 INFO O| Aug 19 20:03:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50852026-08-19T20:03:49.101Z[ recovery-image] Aug 19 20:03:48.069 INFO O| Aug 19 20:03:48.068 INFO STEP 31 (remove_files) COMPLETE
50862026-08-19T20:03:49.104Z[ recovery-image] Aug 19 20:03:48.069 INFO O| Aug 19 20:03:48.069 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-19T20:03:49.110Z[ recovery-image] Aug 19 20:03:48.079 INFO O| Aug 19 20:03:48.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50882026-08-19T20:03:49.110Z[ recovery-image] Aug 19 20:03:48.079 INFO O| Aug 19 20:03:48.079 INFO STEP 32 (remove_files) COMPLETE
50892026-08-19T20:03:49.113Z[ recovery-image] Aug 19 20:03:48.079 INFO O| Aug 19 20:03:48.079 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-19T20:03:49.118Z[verify-libraries] Compiling tui-tree-widget v0.23.1
50912026-08-19T20:03:49.122Z[ recovery-image] Aug 19 20:03:48.088 INFO O| Aug 19 20:03:48.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50922026-08-19T20:03:49.122Z[ recovery-image] Aug 19 20:03:48.088 INFO O| Aug 19 20:03:48.088 INFO STEP 33 (remove_files) COMPLETE
50932026-08-19T20:03:49.122Z[ recovery-image] Aug 19 20:03:48.088 INFO O| Aug 19 20:03:48.088 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-19T20:03:49.133Z[ recovery-image] Aug 19 20:03:48.103 INFO O| Aug 19 20:03:48.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50952026-08-19T20:03:49.134Z[ recovery-image] Aug 19 20:03:48.103 INFO O| Aug 19 20:03:48.103 INFO STEP 34 (remove_files) COMPLETE
50962026-08-19T20:03:49.134Z[ recovery-image] Aug 19 20:03:48.103 INFO O| Aug 19 20:03:48.103 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-19T20:03:49.150Z[ recovery-image] Aug 19 20:03:48.113 INFO O| Aug 19 20:03:48.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50982026-08-19T20:03:49.150Z[ recovery-image] Aug 19 20:03:48.113 INFO O| Aug 19 20:03:48.113 INFO STEP 35 (remove_files) COMPLETE
50992026-08-19T20:03:49.150Z[ recovery-image] Aug 19 20:03:48.113 INFO O| Aug 19 20:03:48.113 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-19T20:03:49.155Z[ recovery-image] Aug 19 20:03:48.124 INFO O| Aug 19 20:03:48.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51012026-08-19T20:03:49.155Z[ recovery-image] Aug 19 20:03:48.124 INFO O| Aug 19 20:03:48.124 INFO STEP 36 (remove_files) COMPLETE
51022026-08-19T20:03:49.155Z[ recovery-image] Aug 19 20:03:48.124 INFO O| Aug 19 20:03:48.124 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-19T20:03:49.165Z[ recovery-image] Aug 19 20:03:48.134 INFO O| Aug 19 20:03:48.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51042026-08-19T20:03:49.165Z[ recovery-image] Aug 19 20:03:48.134 INFO O| Aug 19 20:03:48.134 INFO STEP 37 (remove_files) COMPLETE
51052026-08-19T20:03:49.165Z[ recovery-image] Aug 19 20:03:48.134 INFO O| Aug 19 20:03:48.134 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-19T20:03:49.173Z[ recovery-image] Aug 19 20:03:48.142 INFO O| Aug 19 20:03:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51072026-08-19T20:03:49.173Z[ recovery-image] Aug 19 20:03:48.142 INFO O| Aug 19 20:03:48.142 INFO STEP 38 (remove_files) COMPLETE
51082026-08-19T20:03:49.176Z[ recovery-image] Aug 19 20:03:48.142 INFO O| Aug 19 20:03:48.142 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-19T20:03:49.183Z[ recovery-image] Aug 19 20:03:48.153 INFO O| Aug 19 20:03:48.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51102026-08-19T20:03:49.183Z[ recovery-image] Aug 19 20:03:48.153 INFO O| Aug 19 20:03:48.153 INFO STEP 39 (remove_files) COMPLETE
51112026-08-19T20:03:49.187Z[ recovery-image] Aug 19 20:03:48.153 INFO O| Aug 19 20:03:48.153 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-19T20:03:49.193Z[ recovery-image] Aug 19 20:03:48.162 INFO O| Aug 19 20:03:48.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51132026-08-19T20:03:49.193Z[ recovery-image] Aug 19 20:03:48.162 INFO O| Aug 19 20:03:48.162 INFO STEP 40 (remove_files) COMPLETE
51142026-08-19T20:03:49.197Z[ recovery-image] Aug 19 20:03:48.162 INFO O| Aug 19 20:03:48.162 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-19T20:03:49.202Z[ recovery-image] Aug 19 20:03:48.171 INFO O| Aug 19 20:03:48.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51162026-08-19T20:03:49.202Z[ recovery-image] Aug 19 20:03:48.171 INFO O| Aug 19 20:03:48.171 INFO STEP 41 (remove_files) COMPLETE
51172026-08-19T20:03:49.206Z[ recovery-image] Aug 19 20:03:48.171 INFO O| Aug 19 20:03:48.171 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-19T20:03:49.212Z[ recovery-image] Aug 19 20:03:48.180 INFO O| Aug 19 20:03:48.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51192026-08-19T20:03:49.212Z[ recovery-image] Aug 19 20:03:48.180 INFO O| Aug 19 20:03:48.180 INFO STEP 42 (remove_files) COMPLETE
51202026-08-19T20:03:49.217Z[ recovery-image] Aug 19 20:03:48.180 INFO O| Aug 19 20:03:48.180 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-19T20:03:49.221Z[ recovery-image] Aug 19 20:03:48.190 INFO O| Aug 19 20:03:48.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51222026-08-19T20:03:49.221Z[ recovery-image] Aug 19 20:03:48.190 INFO O| Aug 19 20:03:48.190 INFO STEP 43 (remove_files) COMPLETE
51232026-08-19T20:03:49.221Z[ recovery-image] Aug 19 20:03:48.190 INFO O| Aug 19 20:03:48.190 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-19T20:03:49.237Z[ recovery-image] Aug 19 20:03:48.200 INFO O| Aug 19 20:03:48.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51252026-08-19T20:03:49.237Z[ recovery-image] Aug 19 20:03:48.200 INFO O| Aug 19 20:03:48.200 INFO STEP 44 (remove_files) COMPLETE
51262026-08-19T20:03:49.242Z[ recovery-image] Aug 19 20:03:48.200 INFO O| Aug 19 20:03:48.200 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-19T20:03:49.242Z[ recovery-image] Aug 19 20:03:48.208 INFO O| Aug 19 20:03:48.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51282026-08-19T20:03:49.242Z[ recovery-image] Aug 19 20:03:48.208 INFO O| Aug 19 20:03:48.208 INFO STEP 45 (remove_files) COMPLETE
51292026-08-19T20:03:49.242Z[ recovery-image] Aug 19 20:03:48.208 INFO O| Aug 19 20:03:48.208 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-19T20:03:49.250Z[ recovery-image] Aug 19 20:03:48.217 INFO O| Aug 19 20:03:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51312026-08-19T20:03:49.250Z[ recovery-image] Aug 19 20:03:48.217 INFO O| Aug 19 20:03:48.217 INFO STEP 46 (remove_files) COMPLETE
51322026-08-19T20:03:49.255Z[ recovery-image] Aug 19 20:03:48.217 INFO O| Aug 19 20:03:48.217 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-19T20:03:49.258Z[ recovery-image] Aug 19 20:03:48.226 INFO O| Aug 19 20:03:48.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51342026-08-19T20:03:49.258Z[ recovery-image] Aug 19 20:03:48.226 INFO O| Aug 19 20:03:48.226 INFO STEP 47 (remove_files) COMPLETE
51352026-08-19T20:03:49.258Z[ recovery-image] Aug 19 20:03:48.226 INFO O| Aug 19 20:03:48.226 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-19T20:03:49.265Z[ recovery-image] Aug 19 20:03:48.234 INFO O| Aug 19 20:03:48.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51372026-08-19T20:03:49.265Z[ recovery-image] Aug 19 20:03:48.234 INFO O| Aug 19 20:03:48.234 INFO STEP 48 (remove_files) COMPLETE
51382026-08-19T20:03:49.265Z[ recovery-image] Aug 19 20:03:48.234 INFO O| Aug 19 20:03:48.234 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-19T20:03:49.274Z[ recovery-image] Aug 19 20:03:48.242 INFO O| Aug 19 20:03:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51402026-08-19T20:03:49.274Z[ recovery-image] Aug 19 20:03:48.242 INFO O| Aug 19 20:03:48.242 INFO STEP 49 (remove_files) COMPLETE
51412026-08-19T20:03:49.274Z[ recovery-image] Aug 19 20:03:48.242 INFO O| Aug 19 20:03:48.242 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-19T20:03:49.282Z[ recovery-image] Aug 19 20:03:48.251 INFO O| Aug 19 20:03:48.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51432026-08-19T20:03:49.282Z[ recovery-image] Aug 19 20:03:48.251 INFO O| Aug 19 20:03:48.251 INFO STEP 50 (remove_files) COMPLETE
51442026-08-19T20:03:49.282Z[ recovery-image] Aug 19 20:03:48.251 INFO O| Aug 19 20:03:48.251 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-19T20:03:49.287Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51462026-08-19T20:03:49.291Z[ recovery-image] Aug 19 20:03:48.260 INFO O| Aug 19 20:03:48.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51472026-08-19T20:03:49.291Z[ recovery-image] Aug 19 20:03:48.260 INFO O| Aug 19 20:03:48.260 INFO STEP 51 (remove_files) COMPLETE
51482026-08-19T20:03:49.291Z[ recovery-image] Aug 19 20:03:48.260 INFO O| Aug 19 20:03:48.260 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-19T20:03:49.300Z[ recovery-image] Aug 19 20:03:48.270 INFO O| Aug 19 20:03:48.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51502026-08-19T20:03:49.300Z[ recovery-image] Aug 19 20:03:48.270 INFO O| Aug 19 20:03:48.270 INFO STEP 52 (remove_files) COMPLETE
51512026-08-19T20:03:49.301Z[ recovery-image] Aug 19 20:03:48.270 INFO O| Aug 19 20:03:48.270 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-19T20:03:49.310Z[ recovery-image] Aug 19 20:03:48.280 INFO O| Aug 19 20:03:48.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51532026-08-19T20:03:49.310Z[ recovery-image] Aug 19 20:03:48.280 INFO O| Aug 19 20:03:48.280 INFO STEP 53 (remove_files) COMPLETE
51542026-08-19T20:03:49.314Z[ recovery-image] Aug 19 20:03:48.280 INFO O| Aug 19 20:03:48.280 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-19T20:03:49.320Z[ recovery-image] Aug 19 20:03:48.290 INFO O| Aug 19 20:03:48.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51562026-08-19T20:03:49.320Z[ recovery-image] Aug 19 20:03:48.290 INFO O| Aug 19 20:03:48.290 INFO STEP 54 (remove_files) COMPLETE
51572026-08-19T20:03:49.320Z[ recovery-image] Aug 19 20:03:48.290 INFO O| Aug 19 20:03:48.290 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-19T20:03:49.332Z[ recovery-image] Aug 19 20:03:48.301 INFO O| Aug 19 20:03:48.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51592026-08-19T20:03:49.332Z[ recovery-image] Aug 19 20:03:48.301 INFO O| Aug 19 20:03:48.301 INFO STEP 55 (remove_files) COMPLETE
51602026-08-19T20:03:49.332Z[ recovery-image] Aug 19 20:03:48.301 INFO O| Aug 19 20:03:48.301 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-19T20:03:49.342Z[ recovery-image] Aug 19 20:03:48.312 INFO O| Aug 19 20:03:48.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51622026-08-19T20:03:49.342Z[ recovery-image] Aug 19 20:03:48.312 INFO O| Aug 19 20:03:48.312 INFO STEP 56 (remove_files) COMPLETE
51632026-08-19T20:03:49.347Z[ recovery-image] Aug 19 20:03:48.312 INFO O| Aug 19 20:03:48.312 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-19T20:03:49.358Z[ recovery-image] Aug 19 20:03:48.322 INFO O| Aug 19 20:03:48.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51652026-08-19T20:03:49.358Z[ recovery-image] Aug 19 20:03:48.322 INFO O| Aug 19 20:03:48.322 INFO STEP 57 (remove_files) COMPLETE
51662026-08-19T20:03:49.358Z[ recovery-image] Aug 19 20:03:48.322 INFO O| Aug 19 20:03:48.322 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-19T20:03:49.363Z[ recovery-image] Aug 19 20:03:48.333 INFO O| Aug 19 20:03:48.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51682026-08-19T20:03:49.363Z[ recovery-image] Aug 19 20:03:48.333 INFO O| Aug 19 20:03:48.333 INFO STEP 58 (remove_files) COMPLETE
51692026-08-19T20:03:49.366Z[ recovery-image] Aug 19 20:03:48.333 INFO O| Aug 19 20:03:48.333 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-19T20:03:49.374Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51712026-08-19T20:03:49.374Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51722026-08-19T20:03:49.374Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51732026-08-19T20:03:49.374Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51742026-08-19T20:03:49.377Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51752026-08-19T20:03:49.377Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51762026-08-19T20:03:49.378Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO ok!
51772026-08-19T20:03:49.378Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO STEP 59 (ensure_file) COMPLETE
51782026-08-19T20:03:49.378Z[ recovery-image] Aug 19 20:03:48.343 INFO O| Aug 19 20:03:48.343 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-19T20:03:49.384Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51802026-08-19T20:03:49.384Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51812026-08-19T20:03:49.384Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51822026-08-19T20:03:49.388Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51832026-08-19T20:03:49.388Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51842026-08-19T20:03:49.388Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51852026-08-19T20:03:49.388Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO ok!
51862026-08-19T20:03:49.388Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO STEP 60 (ensure_file) COMPLETE
51872026-08-19T20:03:49.388Z[ recovery-image] Aug 19 20:03:48.354 INFO O| Aug 19 20:03:48.354 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-19T20:03:49.397Z[ recovery-image] Aug 19 20:03:48.366 INFO O| Aug 19 20:03:48.366 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51892026-08-19T20:03:49.397Z[ recovery-image] Aug 19 20:03:48.366 INFO O| Aug 19 20:03:48.366 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51902026-08-19T20:03:49.401Z[ recovery-image] Aug 19 20:03:48.366 INFO O| Aug 19 20:03:48.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51912026-08-19T20:03:49.402Z[ recovery-image] Aug 19 20:03:48.366 INFO O| Aug 19 20:03:48.366 INFO ok!
51922026-08-19T20:03:49.402Z[ recovery-image] Aug 19 20:03:48.366 INFO O| Aug 19 20:03:48.366 INFO STEP 61 (ensure_file) COMPLETE
51932026-08-19T20:03:49.402Z[ recovery-image] Aug 19 20:03:48.366 INFO O| Aug 19 20:03:48.366 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-19T20:03:49.410Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51952026-08-19T20:03:49.410Z[ recovery-image] Aug 19 20:03:48.376 INFO O| Aug 19 20:03:48.376 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51962026-08-19T20:03:49.410Z[ recovery-image] Aug 19 20:03:48.376 INFO O| Aug 19 20:03:48.376 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51972026-08-19T20:03:49.410Z[ recovery-image] Aug 19 20:03:48.376 INFO O| Aug 19 20:03:48.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51982026-08-19T20:03:49.410Z[ recovery-image] Aug 19 20:03:48.376 INFO O| Aug 19 20:03:48.376 INFO ok!
51992026-08-19T20:03:49.410Z[ recovery-image] Aug 19 20:03:48.376 INFO O| Aug 19 20:03:48.376 INFO STEP 62 (ensure_file) COMPLETE
52002026-08-19T20:03:49.410Z[ recovery-image] Aug 19 20:03:48.376 INFO O| Aug 19 20:03:48.376 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-19T20:03:49.418Z[ recovery-image] Aug 19 20:03:48.387 INFO O| Aug 19 20:03:48.386 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52022026-08-19T20:03:49.418Z[ recovery-image] Aug 19 20:03:48.387 INFO O| Aug 19 20:03:48.387 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52032026-08-19T20:03:49.423Z[ recovery-image] Aug 19 20:03:48.387 INFO O| Aug 19 20:03:48.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52042026-08-19T20:03:49.423Z[ recovery-image] Aug 19 20:03:48.387 INFO O| Aug 19 20:03:48.387 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52052026-08-19T20:03:49.423Z[ recovery-image] Aug 19 20:03:48.387 INFO O| Aug 19 20:03:48.387 INFO ok!
52062026-08-19T20:03:49.423Z[ recovery-image] Aug 19 20:03:48.387 INFO O| Aug 19 20:03:48.387 INFO STEP 63 (ensure_file) COMPLETE
52072026-08-19T20:03:49.423Z[ recovery-image] Aug 19 20:03:48.387 INFO O| Aug 19 20:03:48.387 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-08-19T20:03:49.426Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52092026-08-19T20:03:49.435Z[ recovery-image] Aug 19 20:03:48.397 INFO O| Aug 19 20:03:48.397 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52102026-08-19T20:03:49.435Z[ recovery-image] Aug 19 20:03:48.397 INFO O| Aug 19 20:03:48.397 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52112026-08-19T20:03:49.435Z[ recovery-image] Aug 19 20:03:48.397 INFO O| Aug 19 20:03:48.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52122026-08-19T20:03:49.435Z[ recovery-image] Aug 19 20:03:48.397 INFO O| Aug 19 20:03:48.397 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52132026-08-19T20:03:49.435Z[ recovery-image] Aug 19 20:03:48.397 INFO O| Aug 19 20:03:48.397 INFO ok!
52142026-08-19T20:03:49.435Z[ recovery-image] Aug 19 20:03:48.397 INFO O| Aug 19 20:03:48.397 INFO STEP 64 (ensure_file) COMPLETE
52152026-08-19T20:03:49.435Z[ recovery-image] Aug 19 20:03:48.397 INFO O| Aug 19 20:03:48.397 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-19T20:03:49.439Z[ recovery-image] Aug 19 20:03:48.407 INFO O| Aug 19 20:03:48.407 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52172026-08-19T20:03:49.439Z[ recovery-image] Aug 19 20:03:48.407 INFO O| Aug 19 20:03:48.407 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52182026-08-19T20:03:49.439Z[ recovery-image] Aug 19 20:03:48.407 INFO O| Aug 19 20:03:48.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52192026-08-19T20:03:49.439Z[ recovery-image] Aug 19 20:03:48.407 INFO O| Aug 19 20:03:48.407 INFO ok!
52202026-08-19T20:03:49.439Z[ recovery-image] Aug 19 20:03:48.407 INFO O| Aug 19 20:03:48.407 INFO STEP 65 (assemble_files) COMPLETE
52212026-08-19T20:03:49.439Z[ recovery-image] Aug 19 20:03:48.407 INFO O| Aug 19 20:03:48.407 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-08-19T20:03:49.449Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52232026-08-19T20:03:49.449Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52242026-08-19T20:03:49.449Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52252026-08-19T20:03:49.454Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52262026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO ok!
52272026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO STEP 66 (ensure_file) COMPLETE
52282026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO skip step because feature "omicron1" is not enabled
52302026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO skip step because feature "omicron1" is not enabled
52322026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO skip step because feature "omicron1" is not enabled
52342026-08-19T20:03:49.455Z[ recovery-image] Aug 19 20:03:48.417 INFO O| Aug 19 20:03:48.417 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-08-19T20:03:49.461Z[ recovery-image] Aug 19 20:03:48.430 INFO O| Aug 19 20:03:48.430 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52362026-08-19T20:03:49.461Z[ recovery-image] Aug 19 20:03:48.430 INFO O| Aug 19 20:03:48.430 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52372026-08-19T20:03:49.561Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52382026-08-19T20:03:49.749Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52392026-08-19T20:03:49.922Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52402026-08-19T20:03:50.095Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52412026-08-19T20:03:50.759Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52422026-08-19T20:03:50.769Z[ recovery-image] Aug 19 20:03:49.738 INFO O| Aug 19 20:03:49.738 INFO STEP 70 (pack_tar) COMPLETE
52432026-08-19T20:03:50.769Z[ recovery-image] Aug 19 20:03:49.738 INFO O| Aug 19 20:03:49.738 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52442026-08-19T20:03:50.773Z[ recovery-image] Aug 19 20:03:49.738 INFO O| Aug 19 20:03:49.738 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52452026-08-19T20:03:51.051Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52462026-08-19T20:03:51.124Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52472026-08-19T20:03:51.275Z[ recovery-image] Aug 19 20:03:50.236 INFO O| Aug 19 20:03:50.236 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52482026-08-19T20:03:51.340Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52492026-08-19T20:03:51.352Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52502026-08-19T20:03:51.410Z[ recovery-image] Aug 19 20:03:50.375 INFO O| Aug 19 20:03:50.375 INFO completed processing sled/ramdisk-02-trim
52512026-08-19T20:03:51.417Z[ recovery-image] Aug 19 20:03:50.376 INFO image builder template: ramdisk-03-recovery-trim...
52522026-08-19T20:03:51.417Z[ recovery-image] Aug 19 20:03:50.377 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/.tmpsPfDDW/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52532026-08-19T20:03:51.417Z[ recovery-image] Aug 19 20:03:50.381 INFO O| Aug 19 20:03:50.381 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52542026-08-19T20:03:51.495Z[ recovery-image] Aug 19 20:03:50.457 INFO O| Aug 19 20:03:50.457 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52552026-08-19T20:03:51.502Z[ recovery-image] Aug 19 20:03:50.462 INFO O| Aug 19 20:03:50.462 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52562026-08-19T20:03:51.595Z[ recovery-image] Aug 19 20:03:50.560 INFO O| Aug 19 20:03:50.560 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52572026-08-19T20:03:51.690Z[ recovery-image] Aug 19 20:03:50.652 INFO O| Aug 19 20:03:50.652 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52582026-08-19T20:03:51.690Z[ recovery-image] Aug 19 20:03:50.652 INFO O| Aug 19 20:03:50.652 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52592026-08-19T20:03:51.696Z[ recovery-image] Aug 19 20:03:50.659 INFO O| Aug 19 20:03:50.659 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52602026-08-19T20:03:51.696Z[ recovery-image] Aug 19 20:03:50.663 INFO O| Aug 19 20:03:50.663 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52612026-08-19T20:03:51.701Z[ recovery-image] Aug 19 20:03:50.668 INFO O| Aug 19 20:03:50.668 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52622026-08-19T20:03:52.219Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52632026-08-19T20:03:52.536Z[ recovery-image] Aug 19 20:03:51.499 INFO O| Aug 19 20:03:51.499 INFO rolled back to input snapshot; work may begin
52642026-08-19T20:03:52.536Z[ recovery-image] Aug 19 20:03:51.499 INFO O| Aug 19 20:03:51.499 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52652026-08-19T20:03:52.543Z[ recovery-image] Aug 19 20:03:51.504 INFO O| Aug 19 20:03:51.504 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-08-19T20:03:52.552Z[ recovery-image] Aug 19 20:03:51.513 INFO O| Aug 19 20:03:51.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52672026-08-19T20:03:52.552Z[ recovery-image] Aug 19 20:03:51.515 INFO O| Aug 19 20:03:51.515 INFO STEP 0 (remove_files) COMPLETE
52682026-08-19T20:03:52.552Z[ recovery-image] Aug 19 20:03:51.515 INFO O| Aug 19 20:03:51.515 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-08-19T20:03:52.563Z[ recovery-image] Aug 19 20:03:51.525 INFO O| Aug 19 20:03:51.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52702026-08-19T20:03:52.563Z[ recovery-image] Aug 19 20:03:51.525 INFO O| Aug 19 20:03:51.525 INFO STEP 1 (remove_files) COMPLETE
52712026-08-19T20:03:52.563Z[ recovery-image] Aug 19 20:03:51.525 INFO O| Aug 19 20:03:51.525 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-08-19T20:03:52.567Z[ recovery-image] Aug 19 20:03:51.534 INFO O| Aug 19 20:03:51.534 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52732026-08-19T20:03:52.577Z[ recovery-image] Aug 19 20:03:51.544 INFO O| Aug 19 20:03:51.544 INFO STEP 2 (remove_files) COMPLETE
52742026-08-19T20:03:52.577Z[ recovery-image] Aug 19 20:03:51.544 INFO O| Aug 19 20:03:51.544 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-19T20:03:52.585Z[ recovery-image] Aug 19 20:03:51.554 INFO O| Aug 19 20:03:51.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52762026-08-19T20:03:52.639Z[ recovery-image] Aug 19 20:03:51.608 INFO O| Aug 19 20:03:51.608 INFO STEP 3 (remove_files) COMPLETE
52772026-08-19T20:03:52.639Z[ recovery-image] Aug 19 20:03:51.608 INFO O| Aug 19 20:03:51.608 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-19T20:03:52.650Z[ recovery-image] Aug 19 20:03:51.618 INFO O| Aug 19 20:03:51.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52792026-08-19T20:03:52.661Z[ recovery-image] Aug 19 20:03:51.621 INFO O| Aug 19 20:03:51.621 INFO STEP 4 (remove_files) COMPLETE
52802026-08-19T20:03:52.661Z[ recovery-image] Aug 19 20:03:51.621 INFO O| Aug 19 20:03:51.621 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-08-19T20:03:52.673Z[ recovery-image] Aug 19 20:03:51.631 INFO O| Aug 19 20:03:51.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52822026-08-19T20:03:52.684Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52832026-08-19T20:03:52.697Z[ recovery-image] Aug 19 20:03:51.666 INFO O| Aug 19 20:03:51.665 INFO STEP 5 (remove_files) COMPLETE
52842026-08-19T20:03:52.697Z[ recovery-image] Aug 19 20:03:51.666 INFO O| Aug 19 20:03:51.665 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-19T20:03:52.711Z[ recovery-image] Aug 19 20:03:51.677 INFO O| Aug 19 20:03:51.677 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52862026-08-19T20:03:52.734Z[ recovery-image] Aug 19 20:03:51.701 INFO O| Aug 19 20:03:51.701 INFO STEP 6 (remove_files) COMPLETE
52872026-08-19T20:03:52.735Z[ recovery-image] Aug 19 20:03:51.701 INFO O| Aug 19 20:03:51.701 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-19T20:03:52.748Z[ recovery-image] Aug 19 20:03:51.713 INFO O| Aug 19 20:03:51.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52892026-08-19T20:03:52.748Z[ recovery-image] Aug 19 20:03:51.716 INFO O| Aug 19 20:03:51.716 INFO STEP 7 (remove_files) COMPLETE
52902026-08-19T20:03:52.748Z[ recovery-image] Aug 19 20:03:51.716 INFO O| Aug 19 20:03:51.716 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-19T20:03:52.759Z[ recovery-image] Aug 19 20:03:51.728 INFO O| Aug 19 20:03:51.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52922026-08-19T20:03:52.771Z[ recovery-image] Aug 19 20:03:51.729 INFO O| Aug 19 20:03:51.729 INFO STEP 8 (remove_files) COMPLETE
52932026-08-19T20:03:52.772Z[ recovery-image] Aug 19 20:03:51.729 INFO O| Aug 19 20:03:51.729 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-19T20:03:52.781Z[ recovery-image] Aug 19 20:03:51.742 INFO O| Aug 19 20:03:51.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52952026-08-19T20:03:52.781Z[ recovery-image] Aug 19 20:03:51.745 INFO O| Aug 19 20:03:51.745 INFO STEP 9 (remove_files) COMPLETE
52962026-08-19T20:03:52.781Z[ recovery-image] Aug 19 20:03:51.745 INFO O| Aug 19 20:03:51.745 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-19T20:03:52.790Z[ recovery-image] Aug 19 20:03:51.758 INFO O| Aug 19 20:03:51.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52982026-08-19T20:03:52.800Z[ recovery-image] Aug 19 20:03:51.759 INFO O| Aug 19 20:03:51.759 INFO STEP 10 (remove_files) COMPLETE
52992026-08-19T20:03:52.800Z[ recovery-image] Aug 19 20:03:51.759 INFO O| Aug 19 20:03:51.759 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-19T20:03:52.812Z[ recovery-image] Aug 19 20:03:51.770 INFO O| Aug 19 20:03:51.770 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53012026-08-19T20:03:52.813Z[ recovery-image] Aug 19 20:03:51.771 INFO O| Aug 19 20:03:51.771 INFO STEP 11 (remove_files) COMPLETE
53022026-08-19T20:03:52.813Z[ recovery-image] Aug 19 20:03:51.771 INFO O| Aug 19 20:03:51.771 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-19T20:03:52.817Z[ recovery-image] Aug 19 20:03:51.786 INFO O| Aug 19 20:03:51.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53042026-08-19T20:03:53.058Z[ recovery-image] Aug 19 20:03:52.022 INFO O| Aug 19 20:03:52.022 INFO STEP 12 (remove_files) COMPLETE
53052026-08-19T20:03:53.059Z[ recovery-image] Aug 19 20:03:52.022 INFO O| Aug 19 20:03:52.022 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-19T20:03:53.080Z[ recovery-image] Aug 19 20:03:52.049 INFO O| Aug 19 20:03:52.049 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53072026-08-19T20:03:53.090Z[ recovery-image] Aug 19 20:03:52.053 INFO O| Aug 19 20:03:52.052 INFO STEP 13 (remove_files) COMPLETE
53082026-08-19T20:03:53.090Z[ recovery-image] Aug 19 20:03:52.053 INFO O| Aug 19 20:03:52.053 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-19T20:03:53.097Z[ recovery-image] Aug 19 20:03:52.064 INFO O| Aug 19 20:03:52.064 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53102026-08-19T20:03:53.109Z[ recovery-image] Aug 19 20:03:52.067 INFO O| Aug 19 20:03:52.067 INFO STEP 14 (remove_files) COMPLETE
53112026-08-19T20:03:53.109Z[ recovery-image] Aug 19 20:03:52.067 INFO O| Aug 19 20:03:52.067 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-19T20:03:53.116Z[ recovery-image] Aug 19 20:03:52.078 INFO O| Aug 19 20:03:52.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53132026-08-19T20:03:53.117Z[ recovery-image] Aug 19 20:03:52.078 INFO O| Aug 19 20:03:52.078 INFO STEP 15 (remove_files) COMPLETE
53142026-08-19T20:03:53.117Z[ recovery-image] Aug 19 20:03:52.078 INFO O| Aug 19 20:03:52.078 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-19T20:03:53.127Z[ recovery-image] Aug 19 20:03:52.087 INFO O| Aug 19 20:03:52.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53162026-08-19T20:03:53.127Z[ recovery-image] Aug 19 20:03:52.089 INFO O| Aug 19 20:03:52.088 INFO STEP 16 (remove_files) COMPLETE
53172026-08-19T20:03:53.127Z[ recovery-image] Aug 19 20:03:52.089 INFO O| Aug 19 20:03:52.088 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-19T20:03:53.135Z[ recovery-image] Aug 19 20:03:52.099 INFO O| Aug 19 20:03:52.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53192026-08-19T20:03:53.143Z[ recovery-image] Aug 19 20:03:52.108 INFO O| Aug 19 20:03:52.108 INFO STEP 17 (remove_files) COMPLETE
53202026-08-19T20:03:53.144Z[ recovery-image] Aug 19 20:03:52.108 INFO O| Aug 19 20:03:52.108 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-19T20:03:53.151Z[ recovery-image] Aug 19 20:03:52.118 INFO O| Aug 19 20:03:52.118 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53222026-08-19T20:03:53.151Z[ recovery-image] Aug 19 20:03:52.118 INFO O| Aug 19 20:03:52.118 INFO STEP 18 (remove_files) COMPLETE
53232026-08-19T20:03:53.151Z[ recovery-image] Aug 19 20:03:52.118 INFO O| Aug 19 20:03:52.118 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-19T20:03:53.162Z[ recovery-image] Aug 19 20:03:52.130 INFO O| Aug 19 20:03:52.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53252026-08-19T20:03:53.162Z[ recovery-image] Aug 19 20:03:52.131 INFO O| Aug 19 20:03:52.130 INFO STEP 19 (remove_files) COMPLETE
53262026-08-19T20:03:53.162Z[ recovery-image] Aug 19 20:03:52.131 INFO O| Aug 19 20:03:52.131 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-19T20:03:53.174Z[ recovery-image] Aug 19 20:03:52.142 INFO O| Aug 19 20:03:52.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53282026-08-19T20:03:53.229Z[ recovery-image] Aug 19 20:03:52.190 INFO O| Aug 19 20:03:52.190 INFO STEP 20 (remove_files) COMPLETE
53292026-08-19T20:03:53.229Z[ recovery-image] Aug 19 20:03:52.190 INFO O| Aug 19 20:03:52.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-19T20:03:53.236Z[ recovery-image] Aug 19 20:03:52.200 INFO O| Aug 19 20:03:52.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53312026-08-19T20:03:53.243Z[ recovery-image] Aug 19 20:03:52.203 INFO O| Aug 19 20:03:52.203 INFO STEP 21 (remove_files) COMPLETE
53322026-08-19T20:03:53.243Z[ recovery-image] Aug 19 20:03:52.203 INFO O| Aug 19 20:03:52.203 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-19T20:03:53.251Z[ recovery-image] Aug 19 20:03:52.213 INFO O| Aug 19 20:03:52.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53342026-08-19T20:03:53.251Z[ recovery-image] Aug 19 20:03:52.213 INFO O| Aug 19 20:03:52.213 INFO STEP 22 (remove_files) COMPLETE
53352026-08-19T20:03:53.251Z[ recovery-image] Aug 19 20:03:52.213 INFO O| Aug 19 20:03:52.213 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-19T20:03:53.256Z[ recovery-image] Aug 19 20:03:52.222 INFO O| Aug 19 20:03:52.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53372026-08-19T20:03:53.256Z[ recovery-image] Aug 19 20:03:52.223 INFO O| Aug 19 20:03:52.223 INFO STEP 23 (remove_files) COMPLETE
53382026-08-19T20:03:53.256Z[ recovery-image] Aug 19 20:03:52.223 INFO O| Aug 19 20:03:52.223 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-19T20:03:53.273Z[ recovery-image] Aug 19 20:03:52.234 INFO O| Aug 19 20:03:52.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53402026-08-19T20:03:53.294Z[ recovery-image] Aug 19 20:03:52.235 INFO O| Aug 19 20:03:52.235 INFO STEP 24 (remove_files) COMPLETE
53412026-08-19T20:03:53.294Z[ recovery-image] Aug 19 20:03:52.235 INFO O| Aug 19 20:03:52.235 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-19T20:03:53.301Z[ recovery-image] Aug 19 20:03:52.252 INFO O| Aug 19 20:03:52.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53432026-08-19T20:03:53.302Z[ recovery-image] Aug 19 20:03:52.267 INFO O| Aug 19 20:03:52.267 INFO STEP 25 (remove_files) COMPLETE
53442026-08-19T20:03:53.302Z[ recovery-image] Aug 19 20:03:52.267 INFO O| Aug 19 20:03:52.267 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-19T20:03:53.317Z[ recovery-image] Aug 19 20:03:52.280 INFO O| Aug 19 20:03:52.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53462026-08-19T20:03:53.317Z[ recovery-image] Aug 19 20:03:52.280 INFO O| Aug 19 20:03:52.280 INFO STEP 26 (remove_files) COMPLETE
53472026-08-19T20:03:53.322Z[ recovery-image] Aug 19 20:03:52.280 INFO O| Aug 19 20:03:52.280 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-19T20:03:53.328Z[ recovery-image] Aug 19 20:03:52.292 INFO O| Aug 19 20:03:52.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53492026-08-19T20:03:53.328Z[ recovery-image] Aug 19 20:03:52.292 INFO O| Aug 19 20:03:52.292 INFO STEP 27 (remove_files) COMPLETE
53502026-08-19T20:03:53.328Z[ recovery-image] Aug 19 20:03:52.292 INFO O| Aug 19 20:03:52.292 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-19T20:03:53.339Z[ recovery-image] Aug 19 20:03:52.307 INFO O| Aug 19 20:03:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53522026-08-19T20:03:53.347Z[ recovery-image] Aug 19 20:03:52.309 INFO O| Aug 19 20:03:52.309 INFO STEP 28 (remove_files) COMPLETE
53532026-08-19T20:03:53.347Z[ recovery-image] Aug 19 20:03:52.309 INFO O| Aug 19 20:03:52.309 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-19T20:03:53.347Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53552026-08-19T20:03:53.351Z[ recovery-image] Aug 19 20:03:52.320 INFO O| Aug 19 20:03:52.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53562026-08-19T20:03:53.365Z[ recovery-image] Aug 19 20:03:52.327 INFO O| Aug 19 20:03:52.327 INFO STEP 29 (remove_files) COMPLETE
53572026-08-19T20:03:53.365Z[ recovery-image] Aug 19 20:03:52.327 INFO O| Aug 19 20:03:52.327 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-19T20:03:53.379Z[ recovery-image] Aug 19 20:03:52.339 INFO O| Aug 19 20:03:52.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53592026-08-19T20:03:53.379Z[ recovery-image] Aug 19 20:03:52.339 INFO O| Aug 19 20:03:52.339 INFO STEP 30 (remove_files) COMPLETE
53602026-08-19T20:03:53.379Z[ recovery-image] Aug 19 20:03:52.339 INFO O| Aug 19 20:03:52.339 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-19T20:03:53.384Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53622026-08-19T20:03:53.390Z[ recovery-image] Aug 19 20:03:52.352 INFO O| Aug 19 20:03:52.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53632026-08-19T20:03:53.390Z[ recovery-image] Aug 19 20:03:52.352 INFO O| Aug 19 20:03:52.352 INFO STEP 31 (remove_files) COMPLETE
53642026-08-19T20:03:53.390Z[ recovery-image] Aug 19 20:03:52.352 INFO O| Aug 19 20:03:52.352 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-19T20:03:53.395Z[ recovery-image] Aug 19 20:03:52.363 INFO O| Aug 19 20:03:52.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53662026-08-19T20:03:53.395Z[ recovery-image] Aug 19 20:03:52.363 INFO O| Aug 19 20:03:52.363 INFO STEP 32 (remove_files) COMPLETE
53672026-08-19T20:03:53.401Z[ recovery-image] Aug 19 20:03:52.363 INFO O| Aug 19 20:03:52.363 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-19T20:03:53.419Z[ recovery-image] Aug 19 20:03:52.382 INFO O| Aug 19 20:03:52.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53692026-08-19T20:03:53.419Z[ recovery-image] Aug 19 20:03:52.382 INFO O| Aug 19 20:03:52.382 INFO STEP 33 (remove_files) COMPLETE
53702026-08-19T20:03:53.420Z[ recovery-image] Aug 19 20:03:52.382 INFO O| Aug 19 20:03:52.382 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-19T20:03:53.433Z[ recovery-image] Aug 19 20:03:52.402 INFO O| Aug 19 20:03:52.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53722026-08-19T20:03:53.433Z[ recovery-image] Aug 19 20:03:52.402 INFO O| Aug 19 20:03:52.402 INFO STEP 34 (remove_files) COMPLETE
53732026-08-19T20:03:53.433Z[ recovery-image] Aug 19 20:03:52.402 INFO O| Aug 19 20:03:52.402 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-19T20:03:53.453Z[ recovery-image] Aug 19 20:03:52.418 INFO O| Aug 19 20:03:52.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53752026-08-19T20:03:53.453Z[ recovery-image] Aug 19 20:03:52.418 INFO O| Aug 19 20:03:52.418 INFO STEP 35 (remove_files) COMPLETE
53762026-08-19T20:03:53.459Z[ recovery-image] Aug 19 20:03:52.418 INFO O| Aug 19 20:03:52.418 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-19T20:03:53.471Z[ recovery-image] Aug 19 20:03:52.434 INFO O| Aug 19 20:03:52.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53782026-08-19T20:03:53.471Z[ recovery-image] Aug 19 20:03:52.434 INFO O| Aug 19 20:03:52.434 INFO STEP 36 (remove_files) COMPLETE
53792026-08-19T20:03:53.471Z[ recovery-image] Aug 19 20:03:52.434 INFO O| Aug 19 20:03:52.434 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-19T20:03:53.479Z[ recovery-image] Aug 19 20:03:52.445 INFO O| Aug 19 20:03:52.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53812026-08-19T20:03:53.479Z[ recovery-image] Aug 19 20:03:52.445 INFO O| Aug 19 20:03:52.445 INFO STEP 37 (remove_files) COMPLETE
53822026-08-19T20:03:53.479Z[ recovery-image] Aug 19 20:03:52.445 INFO O| Aug 19 20:03:52.445 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-19T20:03:53.506Z[ recovery-image] Aug 19 20:03:52.468 INFO O| Aug 19 20:03:52.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53842026-08-19T20:03:53.506Z[ recovery-image] Aug 19 20:03:52.468 INFO O| Aug 19 20:03:52.468 INFO STEP 38 (remove_files) COMPLETE
53852026-08-19T20:03:53.514Z[ recovery-image] Aug 19 20:03:52.468 INFO O| Aug 19 20:03:52.468 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-19T20:03:53.514Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53872026-08-19T20:03:53.519Z[ recovery-image] Aug 19 20:03:52.480 INFO O| Aug 19 20:03:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53882026-08-19T20:03:53.519Z[ recovery-image] Aug 19 20:03:52.480 INFO O| Aug 19 20:03:52.480 INFO STEP 39 (remove_files) COMPLETE
53892026-08-19T20:03:53.519Z[ recovery-image] Aug 19 20:03:52.480 INFO O| Aug 19 20:03:52.480 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-19T20:03:53.529Z[ recovery-image] Aug 19 20:03:52.496 INFO O| Aug 19 20:03:52.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53912026-08-19T20:03:53.529Z[ recovery-image] Aug 19 20:03:52.496 INFO O| Aug 19 20:03:52.496 INFO STEP 40 (remove_files) COMPLETE
53922026-08-19T20:03:53.529Z[ recovery-image] Aug 19 20:03:52.496 INFO O| Aug 19 20:03:52.496 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-19T20:03:53.541Z[ recovery-image] Aug 19 20:03:52.508 INFO O| Aug 19 20:03:52.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53942026-08-19T20:03:53.541Z[ recovery-image] Aug 19 20:03:52.509 INFO O| Aug 19 20:03:52.509 INFO STEP 41 (remove_files) COMPLETE
53952026-08-19T20:03:53.541Z[ recovery-image] Aug 19 20:03:52.509 INFO O| Aug 19 20:03:52.509 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-19T20:03:53.555Z[ recovery-image] Aug 19 20:03:52.520 INFO O| Aug 19 20:03:52.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53972026-08-19T20:03:53.555Z[ recovery-image] Aug 19 20:03:52.520 INFO O| Aug 19 20:03:52.520 INFO STEP 42 (remove_files) COMPLETE
53982026-08-19T20:03:53.555Z[ recovery-image] Aug 19 20:03:52.520 INFO O| Aug 19 20:03:52.520 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-19T20:03:53.577Z[ recovery-image] Aug 19 20:03:52.545 INFO O| Aug 19 20:03:52.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54002026-08-19T20:03:53.577Z[ recovery-image] Aug 19 20:03:52.545 INFO O| Aug 19 20:03:52.545 INFO STEP 43 (remove_files) COMPLETE
54012026-08-19T20:03:53.585Z[ recovery-image] Aug 19 20:03:52.545 INFO O| Aug 19 20:03:52.545 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-19T20:03:53.596Z[ recovery-image] Aug 19 20:03:52.555 INFO O| Aug 19 20:03:52.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54032026-08-19T20:03:53.596Z[ recovery-image] Aug 19 20:03:52.557 INFO O| Aug 19 20:03:52.556 INFO STEP 44 (remove_files) COMPLETE
54042026-08-19T20:03:53.596Z[ recovery-image] Aug 19 20:03:52.557 INFO O| Aug 19 20:03:52.557 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-19T20:03:53.605Z[ recovery-image] Aug 19 20:03:52.569 INFO O| Aug 19 20:03:52.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54062026-08-19T20:03:53.605Z[ recovery-image] Aug 19 20:03:52.569 INFO O| Aug 19 20:03:52.569 INFO STEP 45 (remove_files) COMPLETE
54072026-08-19T20:03:53.605Z[ recovery-image] Aug 19 20:03:52.569 INFO O| Aug 19 20:03:52.569 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-19T20:03:53.672Z[ recovery-image] Aug 19 20:03:52.578 INFO O| Aug 19 20:03:52.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54092026-08-19T20:03:53.672Z[ recovery-image] Aug 19 20:03:52.578 INFO O| Aug 19 20:03:52.578 INFO STEP 46 (remove_files) COMPLETE
54102026-08-19T20:03:53.672Z[ recovery-image] Aug 19 20:03:52.578 INFO O| Aug 19 20:03:52.578 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.588 INFO O| Aug 19 20:03:52.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54122026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.588 INFO O| Aug 19 20:03:52.588 INFO STEP 47 (remove_files) COMPLETE
54132026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.588 INFO O| Aug 19 20:03:52.588 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.601 INFO O| Aug 19 20:03:52.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54152026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.606 INFO O| Aug 19 20:03:52.606 INFO STEP 48 (remove_files) COMPLETE
54162026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.606 INFO O| Aug 19 20:03:52.606 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.620 INFO O| Aug 19 20:03:52.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54182026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.620 INFO O| Aug 19 20:03:52.620 INFO STEP 49 (remove_files) COMPLETE
54192026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.620 INFO O| Aug 19 20:03:52.620 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.638 INFO O| Aug 19 20:03:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54212026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.638 INFO O| Aug 19 20:03:52.638 INFO STEP 50 (remove_files) COMPLETE
54222026-08-19T20:03:53.681Z[ recovery-image] Aug 19 20:03:52.638 INFO O| Aug 19 20:03:52.638 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-19T20:03:53.688Z[ recovery-image] Aug 19 20:03:52.648 INFO O| Aug 19 20:03:52.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54242026-08-19T20:03:53.688Z[ recovery-image] Aug 19 20:03:52.648 INFO O| Aug 19 20:03:52.648 INFO STEP 51 (remove_files) COMPLETE
54252026-08-19T20:03:53.688Z[ recovery-image] Aug 19 20:03:52.648 INFO O| Aug 19 20:03:52.648 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-19T20:03:53.702Z[ recovery-image] Aug 19 20:03:52.660 INFO O| Aug 19 20:03:52.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54272026-08-19T20:03:53.702Z[ recovery-image] Aug 19 20:03:52.660 INFO O| Aug 19 20:03:52.660 INFO STEP 52 (remove_files) COMPLETE
54282026-08-19T20:03:53.702Z[ recovery-image] Aug 19 20:03:52.660 INFO O| Aug 19 20:03:52.660 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-19T20:03:53.717Z[ recovery-image] Aug 19 20:03:52.677 INFO O| Aug 19 20:03:52.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54302026-08-19T20:03:53.718Z[ recovery-image] Aug 19 20:03:52.677 INFO O| Aug 19 20:03:52.677 INFO STEP 53 (remove_files) COMPLETE
54312026-08-19T20:03:53.728Z[ recovery-image] Aug 19 20:03:52.677 INFO O| Aug 19 20:03:52.677 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-19T20:03:53.733Z[ recovery-image] Aug 19 20:03:52.698 INFO O| Aug 19 20:03:52.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54332026-08-19T20:03:53.734Z[ recovery-image] Aug 19 20:03:52.699 INFO O| Aug 19 20:03:52.699 INFO STEP 54 (remove_files) COMPLETE
54342026-08-19T20:03:53.734Z[ recovery-image] Aug 19 20:03:52.699 INFO O| Aug 19 20:03:52.699 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-19T20:03:53.761Z[ recovery-image] Aug 19 20:03:52.729 INFO O| Aug 19 20:03:52.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54362026-08-19T20:03:53.761Z[ recovery-image] Aug 19 20:03:52.729 INFO O| Aug 19 20:03:52.729 INFO STEP 55 (remove_files) COMPLETE
54372026-08-19T20:03:53.771Z[ recovery-image] Aug 19 20:03:52.729 INFO O| Aug 19 20:03:52.729 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-19T20:03:53.775Z[ recovery-image] Aug 19 20:03:52.740 INFO O| Aug 19 20:03:52.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54392026-08-19T20:03:53.782Z[ recovery-image] Aug 19 20:03:52.751 INFO O| Aug 19 20:03:52.751 INFO STEP 56 (remove_files) COMPLETE
54402026-08-19T20:03:53.782Z[ recovery-image] Aug 19 20:03:52.751 INFO O| Aug 19 20:03:52.751 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-19T20:03:53.793Z[ recovery-image] Aug 19 20:03:52.761 INFO O| Aug 19 20:03:52.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54422026-08-19T20:03:53.793Z[ recovery-image] Aug 19 20:03:52.761 INFO O| Aug 19 20:03:52.761 INFO STEP 57 (remove_files) COMPLETE
54432026-08-19T20:03:53.793Z[ recovery-image] Aug 19 20:03:52.761 INFO O| Aug 19 20:03:52.761 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-19T20:03:53.805Z[ recovery-image] Aug 19 20:03:52.770 INFO O| Aug 19 20:03:52.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54452026-08-19T20:03:53.805Z[ recovery-image] Aug 19 20:03:52.771 INFO O| Aug 19 20:03:52.771 INFO STEP 58 (remove_files) COMPLETE
54462026-08-19T20:03:53.812Z[ recovery-image] Aug 19 20:03:52.771 INFO O| Aug 19 20:03:52.771 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-19T20:03:53.818Z[ recovery-image] Aug 19 20:03:52.779 INFO O| Aug 19 20:03:52.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54482026-08-19T20:03:53.818Z[ recovery-image] Aug 19 20:03:52.779 INFO O| Aug 19 20:03:52.779 INFO STEP 59 (remove_files) COMPLETE
54492026-08-19T20:03:53.818Z[ recovery-image] Aug 19 20:03:52.779 INFO O| Aug 19 20:03:52.779 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-19T20:03:53.828Z[ recovery-image] Aug 19 20:03:52.789 INFO O| Aug 19 20:03:52.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54512026-08-19T20:03:53.828Z[ recovery-image] Aug 19 20:03:52.789 INFO O| Aug 19 20:03:52.789 INFO STEP 60 (remove_files) COMPLETE
54522026-08-19T20:03:53.828Z[ recovery-image] Aug 19 20:03:52.789 INFO O| Aug 19 20:03:52.789 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-19T20:03:53.841Z[ recovery-image] Aug 19 20:03:52.798 INFO O| Aug 19 20:03:52.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54542026-08-19T20:03:53.841Z[ recovery-image] Aug 19 20:03:52.798 INFO O| Aug 19 20:03:52.798 INFO STEP 61 (remove_files) COMPLETE
54552026-08-19T20:03:53.841Z[ recovery-image] Aug 19 20:03:52.798 INFO O| Aug 19 20:03:52.798 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-19T20:03:53.841Z[ recovery-image] Aug 19 20:03:52.808 INFO O| Aug 19 20:03:52.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54572026-08-19T20:03:53.841Z[ recovery-image] Aug 19 20:03:52.808 INFO O| Aug 19 20:03:52.808 INFO STEP 62 (remove_files) COMPLETE
54582026-08-19T20:03:53.842Z[ recovery-image] Aug 19 20:03:52.808 INFO O| Aug 19 20:03:52.808 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-19T20:03:53.851Z[ recovery-image] Aug 19 20:03:52.817 INFO O| Aug 19 20:03:52.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54602026-08-19T20:03:53.852Z[ recovery-image] Aug 19 20:03:52.817 INFO O| Aug 19 20:03:52.817 INFO STEP 63 (remove_files) COMPLETE
54612026-08-19T20:03:53.857Z[ recovery-image] Aug 19 20:03:52.817 INFO O| Aug 19 20:03:52.817 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-19T20:03:53.870Z[ recovery-image] Aug 19 20:03:52.827 INFO O| Aug 19 20:03:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54632026-08-19T20:03:53.870Z[ recovery-image] Aug 19 20:03:52.827 INFO O| Aug 19 20:03:52.827 INFO STEP 64 (remove_files) COMPLETE
54642026-08-19T20:03:53.871Z[ recovery-image] Aug 19 20:03:52.827 INFO O| Aug 19 20:03:52.827 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-19T20:03:53.887Z[ recovery-image] Aug 19 20:03:52.836 INFO O| Aug 19 20:03:52.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54662026-08-19T20:03:53.887Z[ recovery-image] Aug 19 20:03:52.836 INFO O| Aug 19 20:03:52.836 INFO STEP 65 (remove_files) COMPLETE
54672026-08-19T20:03:53.888Z[ recovery-image] Aug 19 20:03:52.836 INFO O| Aug 19 20:03:52.836 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-19T20:03:53.899Z[ recovery-image] Aug 19 20:03:52.847 INFO O| Aug 19 20:03:52.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54692026-08-19T20:03:53.899Z[ recovery-image] Aug 19 20:03:52.847 INFO O| Aug 19 20:03:52.847 INFO STEP 66 (remove_files) COMPLETE
54702026-08-19T20:03:53.899Z[ recovery-image] Aug 19 20:03:52.847 INFO O| Aug 19 20:03:52.847 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-19T20:03:53.899Z[ recovery-image] Aug 19 20:03:52.856 INFO O| Aug 19 20:03:52.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54722026-08-19T20:03:53.899Z[ recovery-image] Aug 19 20:03:52.856 INFO O| Aug 19 20:03:52.856 INFO STEP 67 (remove_files) COMPLETE
54732026-08-19T20:03:53.899Z[ recovery-image] Aug 19 20:03:52.856 INFO O| Aug 19 20:03:52.856 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-19T20:03:53.908Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54752026-08-19T20:03:53.908Z[ recovery-image] Aug 19 20:03:52.871 INFO O| Aug 19 20:03:52.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54762026-08-19T20:03:53.908Z[ recovery-image] Aug 19 20:03:52.871 INFO O| Aug 19 20:03:52.871 INFO STEP 68 (remove_files) COMPLETE
54772026-08-19T20:03:53.908Z[ recovery-image] Aug 19 20:03:52.871 INFO O| Aug 19 20:03:52.871 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-19T20:03:53.916Z[ recovery-image] Aug 19 20:03:52.882 INFO O| Aug 19 20:03:52.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54792026-08-19T20:03:53.916Z[ recovery-image] Aug 19 20:03:52.882 INFO O| Aug 19 20:03:52.882 INFO STEP 69 (remove_files) COMPLETE
54802026-08-19T20:03:53.924Z[ recovery-image] Aug 19 20:03:52.882 INFO O| Aug 19 20:03:52.882 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-19T20:03:53.928Z[ recovery-image] Aug 19 20:03:52.894 INFO O| Aug 19 20:03:52.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54822026-08-19T20:03:53.928Z[ recovery-image] Aug 19 20:03:52.894 INFO O| Aug 19 20:03:52.894 INFO STEP 70 (remove_files) COMPLETE
54832026-08-19T20:03:53.928Z[ recovery-image] Aug 19 20:03:52.894 INFO O| Aug 19 20:03:52.894 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-19T20:03:53.936Z[ recovery-image] Aug 19 20:03:52.904 INFO O| Aug 19 20:03:52.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54852026-08-19T20:03:53.936Z[ recovery-image] Aug 19 20:03:52.904 INFO O| Aug 19 20:03:52.904 INFO STEP 71 (remove_files) COMPLETE
54862026-08-19T20:03:53.936Z[ recovery-image] Aug 19 20:03:52.904 INFO O| Aug 19 20:03:52.904 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-19T20:03:53.948Z[ recovery-image] Aug 19 20:03:52.914 INFO O| Aug 19 20:03:52.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54882026-08-19T20:03:53.948Z[ recovery-image] Aug 19 20:03:52.914 INFO O| Aug 19 20:03:52.914 INFO STEP 72 (remove_files) COMPLETE
54892026-08-19T20:03:53.953Z[ recovery-image] Aug 19 20:03:52.914 INFO O| Aug 19 20:03:52.914 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-19T20:03:53.967Z[ recovery-image] Aug 19 20:03:52.928 INFO O| Aug 19 20:03:52.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54912026-08-19T20:03:53.967Z[ recovery-image] Aug 19 20:03:52.928 INFO O| Aug 19 20:03:52.928 INFO STEP 73 (remove_files) COMPLETE
54922026-08-19T20:03:53.967Z[ recovery-image] Aug 19 20:03:52.928 INFO O| Aug 19 20:03:52.928 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-19T20:03:53.986Z[ recovery-image] Aug 19 20:03:52.941 INFO O| Aug 19 20:03:52.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54942026-08-19T20:03:53.986Z[ recovery-image] Aug 19 20:03:52.941 INFO O| Aug 19 20:03:52.941 INFO STEP 74 (remove_files) COMPLETE
54952026-08-19T20:03:53.986Z[ recovery-image] Aug 19 20:03:52.941 INFO O| Aug 19 20:03:52.941 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-19T20:03:54.008Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54972026-08-19T20:03:54.025Z[ recovery-image] Aug 19 20:03:52.994 INFO O| Aug 19 20:03:52.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54982026-08-19T20:03:54.025Z[ recovery-image] Aug 19 20:03:52.994 INFO O| Aug 19 20:03:52.994 INFO STEP 75 (remove_files) COMPLETE
54992026-08-19T20:03:54.026Z[ recovery-image] Aug 19 20:03:52.995 INFO O| Aug 19 20:03:52.994 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-19T20:03:54.034Z[ recovery-image] Aug 19 20:03:53.003 INFO O| Aug 19 20:03:53.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55012026-08-19T20:03:54.034Z[ recovery-image] Aug 19 20:03:53.003 INFO O| Aug 19 20:03:53.003 INFO STEP 76 (remove_files) COMPLETE
55022026-08-19T20:03:54.039Z[ recovery-image] Aug 19 20:03:53.003 INFO O| Aug 19 20:03:53.003 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-19T20:03:54.047Z[ recovery-image] Aug 19 20:03:53.012 INFO O| Aug 19 20:03:53.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55042026-08-19T20:03:54.047Z[ recovery-image] Aug 19 20:03:53.012 INFO O| Aug 19 20:03:53.012 INFO STEP 77 (remove_files) COMPLETE
55052026-08-19T20:03:54.047Z[ recovery-image] Aug 19 20:03:53.012 INFO O| Aug 19 20:03:53.012 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-19T20:03:54.090Z[ recovery-image] Aug 19 20:03:53.042 INFO O| Aug 19 20:03:53.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55072026-08-19T20:03:54.090Z[ recovery-image] Aug 19 20:03:53.042 INFO O| Aug 19 20:03:53.042 INFO STEP 78 (remove_files) COMPLETE
55082026-08-19T20:03:54.090Z[ recovery-image] Aug 19 20:03:53.042 INFO O| Aug 19 20:03:53.042 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-19T20:03:54.104Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
55102026-08-19T20:03:54.104Z[ recovery-image] Aug 19 20:03:53.066 INFO O| Aug 19 20:03:53.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55112026-08-19T20:03:54.104Z[ recovery-image] Aug 19 20:03:53.066 INFO O| Aug 19 20:03:53.054 INFO STEP 79 (remove_files) COMPLETE
55122026-08-19T20:03:54.104Z[ recovery-image] Aug 19 20:03:53.066 INFO O| Aug 19 20:03:53.054 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-19T20:03:54.104Z[ recovery-image] Aug 19 20:03:53.066 INFO O| Aug 19 20:03:53.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55142026-08-19T20:03:54.104Z[ recovery-image] Aug 19 20:03:53.066 INFO O| Aug 19 20:03:53.064 INFO STEP 80 (remove_files) COMPLETE
55152026-08-19T20:03:54.104Z[ recovery-image] Aug 19 20:03:53.066 INFO O| Aug 19 20:03:53.064 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-19T20:03:54.109Z[ recovery-image] Aug 19 20:03:53.073 INFO O| Aug 19 20:03:53.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55172026-08-19T20:03:54.109Z[ recovery-image] Aug 19 20:03:53.073 INFO O| Aug 19 20:03:53.073 INFO STEP 81 (remove_files) COMPLETE
55182026-08-19T20:03:54.109Z[ recovery-image] Aug 19 20:03:53.073 INFO O| Aug 19 20:03:53.073 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-19T20:03:54.114Z[ recovery-image] Aug 19 20:03:53.083 INFO O| Aug 19 20:03:53.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55202026-08-19T20:03:54.120Z[ recovery-image] Aug 19 20:03:53.084 INFO O| Aug 19 20:03:53.084 INFO STEP 82 (remove_files) COMPLETE
55212026-08-19T20:03:54.120Z[ recovery-image] Aug 19 20:03:53.084 INFO O| Aug 19 20:03:53.084 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-19T20:03:54.130Z[ recovery-image] Aug 19 20:03:53.095 INFO O| Aug 19 20:03:53.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55232026-08-19T20:03:54.130Z[ recovery-image] Aug 19 20:03:53.095 INFO O| Aug 19 20:03:53.095 INFO STEP 83 (remove_files) COMPLETE
55242026-08-19T20:03:54.131Z[ recovery-image] Aug 19 20:03:53.095 INFO O| Aug 19 20:03:53.095 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-19T20:03:54.146Z[ recovery-image] Aug 19 20:03:53.107 INFO O| Aug 19 20:03:53.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55262026-08-19T20:03:54.146Z[ recovery-image] Aug 19 20:03:53.107 INFO O| Aug 19 20:03:53.107 INFO STEP 84 (remove_files) COMPLETE
55272026-08-19T20:03:54.160Z[ recovery-image] Aug 19 20:03:53.107 INFO O| Aug 19 20:03:53.107 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-19T20:03:54.160Z[ recovery-image] Aug 19 20:03:53.116 INFO O| Aug 19 20:03:53.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55292026-08-19T20:03:54.160Z[ recovery-image] Aug 19 20:03:53.117 INFO O| Aug 19 20:03:53.116 INFO STEP 85 (remove_files) COMPLETE
55302026-08-19T20:03:54.160Z[ recovery-image] Aug 19 20:03:53.117 INFO O| Aug 19 20:03:53.116 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-19T20:03:54.173Z[ recovery-image] Aug 19 20:03:53.125 INFO O| Aug 19 20:03:53.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55322026-08-19T20:03:54.173Z[ recovery-image] Aug 19 20:03:53.125 INFO O| Aug 19 20:03:53.125 INFO STEP 86 (remove_files) COMPLETE
55332026-08-19T20:03:54.173Z[ recovery-image] Aug 19 20:03:53.125 INFO O| Aug 19 20:03:53.125 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-19T20:03:54.173Z[ recovery-image] Aug 19 20:03:53.133 INFO O| Aug 19 20:03:53.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55352026-08-19T20:03:54.181Z[ recovery-image] Aug 19 20:03:53.134 INFO O| Aug 19 20:03:53.134 INFO STEP 87 (remove_files) COMPLETE
55362026-08-19T20:03:54.181Z[ recovery-image] Aug 19 20:03:53.134 INFO O| Aug 19 20:03:53.134 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-19T20:03:54.181Z[ recovery-image] Aug 19 20:03:53.143 INFO O| Aug 19 20:03:53.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55382026-08-19T20:03:54.181Z[ recovery-image] Aug 19 20:03:53.143 INFO O| Aug 19 20:03:53.143 INFO STEP 88 (remove_files) COMPLETE
55392026-08-19T20:03:54.181Z[ recovery-image] Aug 19 20:03:53.143 INFO O| Aug 19 20:03:53.143 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-19T20:03:54.188Z[ recovery-image] Aug 19 20:03:53.154 INFO O| Aug 19 20:03:53.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55412026-08-19T20:03:54.188Z[ recovery-image] Aug 19 20:03:53.154 INFO O| Aug 19 20:03:53.154 INFO STEP 89 (remove_files) COMPLETE
55422026-08-19T20:03:54.188Z[ recovery-image] Aug 19 20:03:53.154 INFO O| Aug 19 20:03:53.154 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-19T20:03:54.194Z[ recovery-image] Aug 19 20:03:53.162 INFO O| Aug 19 20:03:53.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55442026-08-19T20:03:54.194Z[ recovery-image] Aug 19 20:03:53.162 INFO O| Aug 19 20:03:53.162 INFO STEP 90 (remove_files) COMPLETE
55452026-08-19T20:03:54.194Z[ recovery-image] Aug 19 20:03:53.162 INFO O| Aug 19 20:03:53.162 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-19T20:03:54.207Z[ recovery-image] Aug 19 20:03:53.171 INFO O| Aug 19 20:03:53.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55472026-08-19T20:03:54.207Z[ recovery-image] Aug 19 20:03:53.171 INFO O| Aug 19 20:03:53.171 INFO STEP 91 (remove_files) COMPLETE
55482026-08-19T20:03:54.207Z[ recovery-image] Aug 19 20:03:53.171 INFO O| Aug 19 20:03:53.171 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-19T20:03:54.220Z[ recovery-image] Aug 19 20:03:53.179 INFO O| Aug 19 20:03:53.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55502026-08-19T20:03:54.220Z[ recovery-image] Aug 19 20:03:53.180 INFO O| Aug 19 20:03:53.179 INFO STEP 92 (remove_files) COMPLETE
55512026-08-19T20:03:54.220Z[ recovery-image] Aug 19 20:03:53.180 INFO O| Aug 19 20:03:53.179 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-19T20:03:54.230Z[ recovery-image] Aug 19 20:03:53.188 INFO O| Aug 19 20:03:53.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55532026-08-19T20:03:54.230Z[ recovery-image] Aug 19 20:03:53.188 INFO O| Aug 19 20:03:53.188 INFO STEP 93 (remove_files) COMPLETE
55542026-08-19T20:03:54.230Z[ recovery-image] Aug 19 20:03:53.188 INFO O| Aug 19 20:03:53.188 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-19T20:03:54.236Z[ recovery-image] Aug 19 20:03:53.198 INFO O| Aug 19 20:03:53.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55562026-08-19T20:03:54.236Z[ recovery-image] Aug 19 20:03:53.198 INFO O| Aug 19 20:03:53.198 INFO STEP 94 (remove_files) COMPLETE
55572026-08-19T20:03:54.236Z[ recovery-image] Aug 19 20:03:53.198 INFO O| Aug 19 20:03:53.198 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-19T20:03:54.248Z[ recovery-image] Aug 19 20:03:53.207 INFO O| Aug 19 20:03:53.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55592026-08-19T20:03:54.248Z[ recovery-image] Aug 19 20:03:53.207 INFO O| Aug 19 20:03:53.207 INFO STEP 95 (remove_files) COMPLETE
55602026-08-19T20:03:54.248Z[ recovery-image] Aug 19 20:03:53.207 INFO O| Aug 19 20:03:53.207 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-19T20:03:54.260Z[ recovery-image] Aug 19 20:03:53.216 INFO O| Aug 19 20:03:53.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55622026-08-19T20:03:54.260Z[ recovery-image] Aug 19 20:03:53.216 INFO O| Aug 19 20:03:53.216 INFO STEP 96 (remove_files) COMPLETE
55632026-08-19T20:03:54.260Z[ recovery-image] Aug 19 20:03:53.216 INFO O| Aug 19 20:03:53.216 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-19T20:03:54.267Z[ recovery-image] Aug 19 20:03:53.226 INFO O| Aug 19 20:03:53.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55652026-08-19T20:03:54.267Z[ recovery-image] Aug 19 20:03:53.226 INFO O| Aug 19 20:03:53.226 INFO STEP 97 (remove_files) COMPLETE
55662026-08-19T20:03:54.267Z[ recovery-image] Aug 19 20:03:53.226 INFO O| Aug 19 20:03:53.226 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-19T20:03:54.276Z[ recovery-image] Aug 19 20:03:53.235 INFO O| Aug 19 20:03:53.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55682026-08-19T20:03:54.276Z[ recovery-image] Aug 19 20:03:53.235 INFO O| Aug 19 20:03:53.235 INFO STEP 98 (remove_files) COMPLETE
55692026-08-19T20:03:54.276Z[ recovery-image] Aug 19 20:03:53.235 INFO O| Aug 19 20:03:53.235 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-19T20:03:54.281Z[ recovery-image] Aug 19 20:03:53.244 INFO O| Aug 19 20:03:53.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55712026-08-19T20:03:54.281Z[ recovery-image] Aug 19 20:03:53.244 INFO O| Aug 19 20:03:53.244 INFO STEP 99 (remove_files) COMPLETE
55722026-08-19T20:03:54.281Z[ recovery-image] Aug 19 20:03:53.244 INFO O| Aug 19 20:03:53.244 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-19T20:03:54.281Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
55742026-08-19T20:03:54.293Z[ recovery-image] Aug 19 20:03:53.252 INFO O| Aug 19 20:03:53.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55752026-08-19T20:03:54.293Z[ recovery-image] Aug 19 20:03:53.252 INFO O| Aug 19 20:03:53.252 INFO STEP 100 (remove_files) COMPLETE
55762026-08-19T20:03:54.293Z[ recovery-image] Aug 19 20:03:53.252 INFO O| Aug 19 20:03:53.252 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-19T20:03:54.301Z[ recovery-image] Aug 19 20:03:53.262 INFO O| Aug 19 20:03:53.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55782026-08-19T20:03:54.301Z[ recovery-image] Aug 19 20:03:53.262 INFO O| Aug 19 20:03:53.262 INFO STEP 101 (remove_files) COMPLETE
55792026-08-19T20:03:54.301Z[ recovery-image] Aug 19 20:03:53.262 INFO O| Aug 19 20:03:53.262 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-19T20:03:54.310Z[ recovery-image] Aug 19 20:03:53.271 INFO O| Aug 19 20:03:53.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55812026-08-19T20:03:54.310Z[ recovery-image] Aug 19 20:03:53.271 INFO O| Aug 19 20:03:53.271 INFO STEP 102 (remove_files) COMPLETE
55822026-08-19T20:03:54.310Z[ recovery-image] Aug 19 20:03:53.271 INFO O| Aug 19 20:03:53.271 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-19T20:03:54.317Z[ recovery-image] Aug 19 20:03:53.279 INFO O| Aug 19 20:03:53.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55842026-08-19T20:03:54.317Z[ recovery-image] Aug 19 20:03:53.279 INFO O| Aug 19 20:03:53.279 INFO STEP 103 (remove_files) COMPLETE
55852026-08-19T20:03:54.317Z[ recovery-image] Aug 19 20:03:53.279 INFO O| Aug 19 20:03:53.279 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-19T20:03:54.324Z[ recovery-image] Aug 19 20:03:53.288 INFO O| Aug 19 20:03:53.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55872026-08-19T20:03:54.324Z[ recovery-image] Aug 19 20:03:53.288 INFO O| Aug 19 20:03:53.288 INFO STEP 104 (remove_files) COMPLETE
55882026-08-19T20:03:54.324Z[ recovery-image] Aug 19 20:03:53.288 INFO O| Aug 19 20:03:53.288 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-19T20:03:54.328Z[ recovery-image] Aug 19 20:03:53.296 INFO O| Aug 19 20:03:53.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55902026-08-19T20:03:54.328Z[ recovery-image] Aug 19 20:03:53.296 INFO O| Aug 19 20:03:53.296 INFO STEP 105 (remove_files) COMPLETE
55912026-08-19T20:03:54.328Z[ recovery-image] Aug 19 20:03:53.296 INFO O| Aug 19 20:03:53.296 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-19T20:03:54.341Z[ recovery-image] Aug 19 20:03:53.304 INFO O| Aug 19 20:03:53.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55932026-08-19T20:03:54.341Z[ recovery-image] Aug 19 20:03:53.304 INFO O| Aug 19 20:03:53.304 INFO STEP 106 (remove_files) COMPLETE
55942026-08-19T20:03:54.341Z[ recovery-image] Aug 19 20:03:53.305 INFO O| Aug 19 20:03:53.304 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-19T20:03:54.351Z[ recovery-image] Aug 19 20:03:53.313 INFO O| Aug 19 20:03:53.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55962026-08-19T20:03:54.351Z[ recovery-image] Aug 19 20:03:53.313 INFO O| Aug 19 20:03:53.313 INFO STEP 107 (remove_files) COMPLETE
55972026-08-19T20:03:54.351Z[ recovery-image] Aug 19 20:03:53.313 INFO O| Aug 19 20:03:53.313 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-19T20:03:54.360Z[ recovery-image] Aug 19 20:03:53.322 INFO O| Aug 19 20:03:53.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55992026-08-19T20:03:54.360Z[ recovery-image] Aug 19 20:03:53.322 INFO O| Aug 19 20:03:53.322 INFO STEP 108 (remove_files) COMPLETE
56002026-08-19T20:03:54.361Z[ recovery-image] Aug 19 20:03:53.322 INFO O| Aug 19 20:03:53.322 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-19T20:03:54.367Z[ recovery-image] Aug 19 20:03:53.331 INFO O| Aug 19 20:03:53.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56022026-08-19T20:03:54.367Z[ recovery-image] Aug 19 20:03:53.331 INFO O| Aug 19 20:03:53.331 INFO STEP 109 (remove_files) COMPLETE
56032026-08-19T20:03:54.367Z[ recovery-image] Aug 19 20:03:53.331 INFO O| Aug 19 20:03:53.331 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-19T20:03:54.374Z[ recovery-image] Aug 19 20:03:53.342 INFO O| Aug 19 20:03:53.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56052026-08-19T20:03:54.374Z[ recovery-image] Aug 19 20:03:53.343 INFO O| Aug 19 20:03:53.343 INFO STEP 110 (remove_files) COMPLETE
56062026-08-19T20:03:54.383Z[ recovery-image] Aug 19 20:03:53.343 INFO O| Aug 19 20:03:53.343 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-19T20:03:54.390Z[ recovery-image] Aug 19 20:03:53.354 INFO O| Aug 19 20:03:53.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56082026-08-19T20:03:54.391Z[ recovery-image] Aug 19 20:03:53.354 INFO O| Aug 19 20:03:53.354 INFO STEP 111 (remove_files) COMPLETE
56092026-08-19T20:03:54.391Z[ recovery-image] Aug 19 20:03:53.354 INFO O| Aug 19 20:03:53.354 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-19T20:03:54.397Z[ recovery-image] Aug 19 20:03:53.364 INFO O| Aug 19 20:03:53.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56112026-08-19T20:03:54.397Z[ recovery-image] Aug 19 20:03:53.364 INFO O| Aug 19 20:03:53.364 INFO STEP 112 (remove_files) COMPLETE
56122026-08-19T20:03:54.397Z[ recovery-image] Aug 19 20:03:53.364 INFO O| Aug 19 20:03:53.364 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-19T20:03:54.407Z[ recovery-image] Aug 19 20:03:53.374 INFO O| Aug 19 20:03:53.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56142026-08-19T20:03:54.407Z[ recovery-image] Aug 19 20:03:53.374 INFO O| Aug 19 20:03:53.374 INFO STEP 113 (remove_files) COMPLETE
56152026-08-19T20:03:54.407Z[ recovery-image] Aug 19 20:03:53.374 INFO O| Aug 19 20:03:53.374 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-19T20:03:54.423Z[ recovery-image] Aug 19 20:03:53.384 INFO O| Aug 19 20:03:53.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56172026-08-19T20:03:54.423Z[ recovery-image] Aug 19 20:03:53.384 INFO O| Aug 19 20:03:53.384 INFO STEP 114 (remove_files) COMPLETE
56182026-08-19T20:03:54.423Z[ recovery-image] Aug 19 20:03:53.384 INFO O| Aug 19 20:03:53.384 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-19T20:03:54.435Z[ recovery-image] Aug 19 20:03:53.394 INFO O| Aug 19 20:03:53.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56202026-08-19T20:03:54.435Z[ recovery-image] Aug 19 20:03:53.394 INFO O| Aug 19 20:03:53.394 INFO STEP 115 (remove_files) COMPLETE
56212026-08-19T20:03:54.435Z[ recovery-image] Aug 19 20:03:53.394 INFO O| Aug 19 20:03:53.394 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-19T20:03:54.443Z[ recovery-image] Aug 19 20:03:53.404 INFO O| Aug 19 20:03:53.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56232026-08-19T20:03:54.443Z[ recovery-image] Aug 19 20:03:53.404 INFO O| Aug 19 20:03:53.404 INFO STEP 116 (remove_files) COMPLETE
56242026-08-19T20:03:54.443Z[ recovery-image] Aug 19 20:03:53.404 INFO O| Aug 19 20:03:53.404 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-19T20:03:54.449Z[ recovery-image] Aug 19 20:03:53.414 INFO O| Aug 19 20:03:53.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56262026-08-19T20:03:54.449Z[ recovery-image] Aug 19 20:03:53.414 INFO O| Aug 19 20:03:53.414 INFO STEP 117 (remove_files) COMPLETE
56272026-08-19T20:03:54.450Z[ recovery-image] Aug 19 20:03:53.414 INFO O| Aug 19 20:03:53.414 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-19T20:03:54.478Z[ recovery-image] Aug 19 20:03:53.423 INFO O| Aug 19 20:03:53.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56292026-08-19T20:03:54.478Z[ recovery-image] Aug 19 20:03:53.423 INFO O| Aug 19 20:03:53.423 INFO STEP 118 (remove_files) COMPLETE
56302026-08-19T20:03:54.478Z[ recovery-image] Aug 19 20:03:53.423 INFO O| Aug 19 20:03:53.423 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-19T20:03:54.484Z[ recovery-image] Aug 19 20:03:53.432 INFO O| Aug 19 20:03:53.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56322026-08-19T20:03:54.484Z[ recovery-image] Aug 19 20:03:53.432 INFO O| Aug 19 20:03:53.432 INFO STEP 119 (remove_files) COMPLETE
56332026-08-19T20:03:54.484Z[ recovery-image] Aug 19 20:03:53.432 INFO O| Aug 19 20:03:53.432 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-19T20:03:54.485Z[ recovery-image] Aug 19 20:03:53.441 INFO O| Aug 19 20:03:53.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56352026-08-19T20:03:54.485Z[ recovery-image] Aug 19 20:03:53.441 INFO O| Aug 19 20:03:53.441 INFO STEP 120 (remove_files) COMPLETE
56362026-08-19T20:03:54.485Z[ recovery-image] Aug 19 20:03:53.441 INFO O| Aug 19 20:03:53.441 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-19T20:03:54.491Z[ recovery-image] Aug 19 20:03:53.451 INFO O| Aug 19 20:03:53.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56382026-08-19T20:03:54.491Z[ recovery-image] Aug 19 20:03:53.451 INFO O| Aug 19 20:03:53.451 INFO STEP 121 (remove_files) COMPLETE
56392026-08-19T20:03:54.491Z[ recovery-image] Aug 19 20:03:53.451 INFO O| Aug 19 20:03:53.451 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-19T20:03:54.496Z[ recovery-image] Aug 19 20:03:53.460 INFO O| Aug 19 20:03:53.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56412026-08-19T20:03:54.496Z[ recovery-image] Aug 19 20:03:53.461 INFO O| Aug 19 20:03:53.460 INFO STEP 122 (remove_files) COMPLETE
56422026-08-19T20:03:54.496Z[ recovery-image] Aug 19 20:03:53.461 INFO O| Aug 19 20:03:53.460 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-19T20:03:54.511Z[ recovery-image] Aug 19 20:03:53.470 INFO O| Aug 19 20:03:53.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56442026-08-19T20:03:54.511Z[ recovery-image] Aug 19 20:03:53.471 INFO O| Aug 19 20:03:53.470 INFO STEP 123 (remove_files) COMPLETE
56452026-08-19T20:03:54.512Z[ recovery-image] Aug 19 20:03:53.471 INFO O| Aug 19 20:03:53.470 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-19T20:03:54.516Z[ recovery-image] Aug 19 20:03:53.481 INFO O| Aug 19 20:03:53.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56472026-08-19T20:03:54.516Z[ recovery-image] Aug 19 20:03:53.481 INFO O| Aug 19 20:03:53.481 INFO STEP 124 (remove_files) COMPLETE
56482026-08-19T20:03:54.516Z[ recovery-image] Aug 19 20:03:53.481 INFO O| Aug 19 20:03:53.481 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-19T20:03:54.526Z[ recovery-image] Aug 19 20:03:53.491 INFO O| Aug 19 20:03:53.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56502026-08-19T20:03:54.526Z[ recovery-image] Aug 19 20:03:53.491 INFO O| Aug 19 20:03:53.490 INFO STEP 125 (remove_files) COMPLETE
56512026-08-19T20:03:54.526Z[ recovery-image] Aug 19 20:03:53.491 INFO O| Aug 19 20:03:53.490 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-19T20:03:54.539Z[ recovery-image] Aug 19 20:03:53.498 INFO O| Aug 19 20:03:53.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56532026-08-19T20:03:54.540Z[ recovery-image] Aug 19 20:03:53.499 INFO O| Aug 19 20:03:53.499 INFO STEP 126 (remove_files) COMPLETE
56542026-08-19T20:03:54.540Z[ recovery-image] Aug 19 20:03:53.499 INFO O| Aug 19 20:03:53.499 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-19T20:03:54.550Z[ recovery-image] Aug 19 20:03:53.508 INFO O| Aug 19 20:03:53.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56562026-08-19T20:03:54.550Z[ recovery-image] Aug 19 20:03:53.508 INFO O| Aug 19 20:03:53.508 INFO STEP 127 (remove_files) COMPLETE
56572026-08-19T20:03:54.550Z[ recovery-image] Aug 19 20:03:53.508 INFO O| Aug 19 20:03:53.508 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-19T20:03:54.550Z[ recovery-image] Aug 19 20:03:53.517 INFO O| Aug 19 20:03:53.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56592026-08-19T20:03:54.564Z[ recovery-image] Aug 19 20:03:53.518 INFO O| Aug 19 20:03:53.518 INFO STEP 128 (remove_files) COMPLETE
56602026-08-19T20:03:54.564Z[ recovery-image] Aug 19 20:03:53.518 INFO O| Aug 19 20:03:53.518 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-19T20:03:54.564Z[ recovery-image] Aug 19 20:03:53.529 INFO O| Aug 19 20:03:53.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56622026-08-19T20:03:54.565Z[ recovery-image] Aug 19 20:03:53.529 INFO O| Aug 19 20:03:53.529 INFO STEP 129 (remove_files) COMPLETE
56632026-08-19T20:03:54.565Z[ recovery-image] Aug 19 20:03:53.529 INFO O| Aug 19 20:03:53.529 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-19T20:03:54.572Z[ recovery-image] Aug 19 20:03:53.539 INFO O| Aug 19 20:03:53.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56652026-08-19T20:03:54.572Z[ recovery-image] Aug 19 20:03:53.539 INFO O| Aug 19 20:03:53.539 INFO STEP 130 (remove_files) COMPLETE
56662026-08-19T20:03:54.572Z[ recovery-image] Aug 19 20:03:53.539 INFO O| Aug 19 20:03:53.539 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-19T20:03:54.586Z[ recovery-image] Aug 19 20:03:53.549 INFO O| Aug 19 20:03:53.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56682026-08-19T20:03:54.586Z[ recovery-image] Aug 19 20:03:53.549 INFO O| Aug 19 20:03:53.549 INFO STEP 131 (remove_files) COMPLETE
56692026-08-19T20:03:54.600Z[ recovery-image] Aug 19 20:03:53.549 INFO O| Aug 19 20:03:53.549 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-19T20:03:54.600Z[ recovery-image] Aug 19 20:03:53.559 INFO O| Aug 19 20:03:53.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56712026-08-19T20:03:54.600Z[ recovery-image] Aug 19 20:03:53.559 INFO O| Aug 19 20:03:53.559 INFO STEP 132 (remove_files) COMPLETE
56722026-08-19T20:03:54.600Z[ recovery-image] Aug 19 20:03:53.559 INFO O| Aug 19 20:03:53.559 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-19T20:03:54.610Z[ recovery-image] Aug 19 20:03:53.570 INFO O| Aug 19 20:03:53.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56742026-08-19T20:03:54.611Z[ recovery-image] Aug 19 20:03:53.570 INFO O| Aug 19 20:03:53.570 INFO STEP 133 (remove_files) COMPLETE
56752026-08-19T20:03:54.611Z[ recovery-image] Aug 19 20:03:53.570 INFO O| Aug 19 20:03:53.570 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-19T20:03:54.623Z[ recovery-image] Aug 19 20:03:53.580 INFO O| Aug 19 20:03:53.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56772026-08-19T20:03:54.623Z[ recovery-image] Aug 19 20:03:53.580 INFO O| Aug 19 20:03:53.580 INFO STEP 134 (remove_files) COMPLETE
56782026-08-19T20:03:54.623Z[ recovery-image] Aug 19 20:03:53.580 INFO O| Aug 19 20:03:53.580 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-19T20:03:54.636Z[ recovery-image] Aug 19 20:03:53.590 INFO O| Aug 19 20:03:53.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56802026-08-19T20:03:54.636Z[ recovery-image] Aug 19 20:03:53.590 INFO O| Aug 19 20:03:53.590 INFO STEP 135 (remove_files) COMPLETE
56812026-08-19T20:03:54.637Z[ recovery-image] Aug 19 20:03:53.590 INFO O| Aug 19 20:03:53.590 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-19T20:03:54.641Z[ recovery-image] Aug 19 20:03:53.599 INFO O| Aug 19 20:03:53.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56832026-08-19T20:03:54.642Z[ recovery-image] Aug 19 20:03:53.600 INFO O| Aug 19 20:03:53.600 INFO STEP 136 (remove_files) COMPLETE
56842026-08-19T20:03:54.642Z[ recovery-image] Aug 19 20:03:53.600 INFO O| Aug 19 20:03:53.600 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-19T20:03:54.642Z[ recovery-image] Aug 19 20:03:53.610 INFO O| Aug 19 20:03:53.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56862026-08-19T20:03:54.642Z[ recovery-image] Aug 19 20:03:53.610 INFO O| Aug 19 20:03:53.610 INFO STEP 137 (remove_files) COMPLETE
56872026-08-19T20:03:54.642Z[ recovery-image] Aug 19 20:03:53.610 INFO O| Aug 19 20:03:53.610 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-19T20:03:54.662Z[ recovery-image] Aug 19 20:03:53.619 INFO O| Aug 19 20:03:53.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56892026-08-19T20:03:54.663Z[ recovery-image] Aug 19 20:03:53.619 INFO O| Aug 19 20:03:53.619 INFO STEP 138 (remove_files) COMPLETE
56902026-08-19T20:03:54.663Z[ recovery-image] Aug 19 20:03:53.619 INFO O| Aug 19 20:03:53.619 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-19T20:03:54.680Z[ recovery-image] Aug 19 20:03:53.629 INFO O| Aug 19 20:03:53.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56922026-08-19T20:03:54.680Z[ recovery-image] Aug 19 20:03:53.630 INFO O| Aug 19 20:03:53.630 INFO STEP 139 (remove_files) COMPLETE
56932026-08-19T20:03:54.680Z[ recovery-image] Aug 19 20:03:53.630 INFO O| Aug 19 20:03:53.630 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-19T20:03:54.687Z[ recovery-image] Aug 19 20:03:53.639 INFO O| Aug 19 20:03:53.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56952026-08-19T20:03:54.687Z[ recovery-image] Aug 19 20:03:53.639 INFO O| Aug 19 20:03:53.639 INFO STEP 140 (remove_files) COMPLETE
56962026-08-19T20:03:54.687Z[ recovery-image] Aug 19 20:03:53.639 INFO O| Aug 19 20:03:53.639 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-19T20:03:54.687Z[ recovery-image] Aug 19 20:03:53.649 INFO O| Aug 19 20:03:53.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56982026-08-19T20:03:54.687Z[ recovery-image] Aug 19 20:03:53.650 INFO O| Aug 19 20:03:53.650 INFO STEP 141 (remove_files) COMPLETE
56992026-08-19T20:03:54.687Z[ recovery-image] Aug 19 20:03:53.650 INFO O| Aug 19 20:03:53.650 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-19T20:03:54.693Z[ recovery-image] Aug 19 20:03:53.660 INFO O| Aug 19 20:03:53.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57012026-08-19T20:03:54.694Z[ recovery-image] Aug 19 20:03:53.660 INFO O| Aug 19 20:03:53.660 INFO STEP 142 (remove_files) COMPLETE
57022026-08-19T20:03:54.694Z[ recovery-image] Aug 19 20:03:53.660 INFO O| Aug 19 20:03:53.660 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-19T20:03:54.710Z[ recovery-image] Aug 19 20:03:53.671 INFO O| Aug 19 20:03:53.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57042026-08-19T20:03:54.710Z[ recovery-image] Aug 19 20:03:53.671 INFO O| Aug 19 20:03:53.671 INFO STEP 143 (remove_files) COMPLETE
57052026-08-19T20:03:54.732Z[ recovery-image] Aug 19 20:03:53.671 INFO O| Aug 19 20:03:53.671 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-19T20:03:54.732Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
57072026-08-19T20:03:54.733Z[ recovery-image] Aug 19 20:03:53.681 INFO O| Aug 19 20:03:53.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57082026-08-19T20:03:54.733Z[ recovery-image] Aug 19 20:03:53.681 INFO O| Aug 19 20:03:53.681 INFO STEP 144 (remove_files) COMPLETE
57092026-08-19T20:03:54.733Z[ recovery-image] Aug 19 20:03:53.681 INFO O| Aug 19 20:03:53.681 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-19T20:03:54.739Z[ recovery-image] Aug 19 20:03:53.691 INFO O| Aug 19 20:03:53.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57112026-08-19T20:03:54.739Z[ recovery-image] Aug 19 20:03:53.692 INFO O| Aug 19 20:03:53.692 INFO STEP 145 (remove_files) COMPLETE
57122026-08-19T20:03:54.739Z[ recovery-image] Aug 19 20:03:53.692 INFO O| Aug 19 20:03:53.692 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-19T20:03:54.739Z[ recovery-image] Aug 19 20:03:53.702 INFO O| Aug 19 20:03:53.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57142026-08-19T20:03:54.739Z[ recovery-image] Aug 19 20:03:53.702 INFO O| Aug 19 20:03:53.702 INFO STEP 146 (remove_files) COMPLETE
57152026-08-19T20:03:54.739Z[ recovery-image] Aug 19 20:03:53.702 INFO O| Aug 19 20:03:53.702 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-19T20:03:54.755Z[ recovery-image] Aug 19 20:03:53.712 INFO O| Aug 19 20:03:53.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57172026-08-19T20:03:54.755Z[ recovery-image] Aug 19 20:03:53.713 INFO O| Aug 19 20:03:53.713 INFO STEP 147 (remove_files) COMPLETE
57182026-08-19T20:03:54.766Z[ recovery-image] Aug 19 20:03:53.713 INFO O| Aug 19 20:03:53.713 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-19T20:03:54.766Z[ recovery-image] Aug 19 20:03:53.723 INFO O| Aug 19 20:03:53.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57202026-08-19T20:03:54.766Z[ recovery-image] Aug 19 20:03:53.723 INFO O| Aug 19 20:03:53.723 INFO STEP 148 (remove_files) COMPLETE
57212026-08-19T20:03:54.766Z[ recovery-image] Aug 19 20:03:53.723 INFO O| Aug 19 20:03:53.723 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-19T20:03:54.777Z[ recovery-image] Aug 19 20:03:53.734 INFO O| Aug 19 20:03:53.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57232026-08-19T20:03:54.777Z[ recovery-image] Aug 19 20:03:53.734 INFO O| Aug 19 20:03:53.734 INFO STEP 149 (remove_files) COMPLETE
57242026-08-19T20:03:54.777Z[ recovery-image] Aug 19 20:03:53.734 INFO O| Aug 19 20:03:53.734 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-19T20:03:54.785Z[ recovery-image] Aug 19 20:03:53.743 INFO O| Aug 19 20:03:53.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57262026-08-19T20:03:54.785Z[ recovery-image] Aug 19 20:03:53.743 INFO O| Aug 19 20:03:53.743 INFO STEP 150 (remove_files) COMPLETE
57272026-08-19T20:03:54.785Z[ recovery-image] Aug 19 20:03:53.744 INFO O| Aug 19 20:03:53.743 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-19T20:03:54.798Z[ recovery-image] Aug 19 20:03:53.754 INFO O| Aug 19 20:03:53.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57292026-08-19T20:03:54.798Z[ recovery-image] Aug 19 20:03:53.754 INFO O| Aug 19 20:03:53.754 INFO STEP 151 (remove_files) COMPLETE
57302026-08-19T20:03:54.798Z[ recovery-image] Aug 19 20:03:53.754 INFO O| Aug 19 20:03:53.754 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-19T20:03:54.802Z[ recovery-image] Aug 19 20:03:53.763 INFO O| Aug 19 20:03:53.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57322026-08-19T20:03:54.802Z[ recovery-image] Aug 19 20:03:53.763 INFO O| Aug 19 20:03:53.763 INFO STEP 152 (remove_files) COMPLETE
57332026-08-19T20:03:54.802Z[ recovery-image] Aug 19 20:03:53.763 INFO O| Aug 19 20:03:53.763 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-19T20:03:54.814Z[ recovery-image] Aug 19 20:03:53.773 INFO O| Aug 19 20:03:53.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57352026-08-19T20:03:54.814Z[ recovery-image] Aug 19 20:03:53.773 INFO O| Aug 19 20:03:53.773 INFO STEP 153 (remove_files) COMPLETE
57362026-08-19T20:03:54.814Z[ recovery-image] Aug 19 20:03:53.773 INFO O| Aug 19 20:03:53.773 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-19T20:03:54.822Z[ recovery-image] Aug 19 20:03:53.782 INFO O| Aug 19 20:03:53.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57382026-08-19T20:03:54.822Z[ recovery-image] Aug 19 20:03:53.782 INFO O| Aug 19 20:03:53.782 INFO STEP 154 (remove_files) COMPLETE
57392026-08-19T20:03:54.822Z[ recovery-image] Aug 19 20:03:53.782 INFO O| Aug 19 20:03:53.782 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-19T20:03:54.830Z[ recovery-image] Aug 19 20:03:53.791 INFO O| Aug 19 20:03:53.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57412026-08-19T20:03:54.830Z[ recovery-image] Aug 19 20:03:53.791 INFO O| Aug 19 20:03:53.791 INFO STEP 155 (remove_files) COMPLETE
57422026-08-19T20:03:54.830Z[ recovery-image] Aug 19 20:03:53.791 INFO O| Aug 19 20:03:53.791 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-19T20:03:54.835Z[ recovery-image] Aug 19 20:03:53.800 INFO O| Aug 19 20:03:53.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57442026-08-19T20:03:54.835Z[ recovery-image] Aug 19 20:03:53.800 INFO O| Aug 19 20:03:53.800 INFO STEP 156 (remove_files) COMPLETE
57452026-08-19T20:03:54.835Z[ recovery-image] Aug 19 20:03:53.800 INFO O| Aug 19 20:03:53.800 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-19T20:03:54.843Z[ recovery-image] Aug 19 20:03:53.810 INFO O| Aug 19 20:03:53.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57472026-08-19T20:03:54.843Z[ recovery-image] Aug 19 20:03:53.810 INFO O| Aug 19 20:03:53.810 INFO STEP 157 (remove_files) COMPLETE
57482026-08-19T20:03:54.843Z[ recovery-image] Aug 19 20:03:53.810 INFO O| Aug 19 20:03:53.810 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-19T20:03:54.856Z[ recovery-image] Aug 19 20:03:53.820 INFO O| Aug 19 20:03:53.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57502026-08-19T20:03:54.856Z[ recovery-image] Aug 19 20:03:53.820 INFO O| Aug 19 20:03:53.820 INFO STEP 158 (remove_files) COMPLETE
57512026-08-19T20:03:54.866Z[ recovery-image] Aug 19 20:03:53.820 INFO O| Aug 19 20:03:53.820 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-19T20:03:54.866Z[ recovery-image] Aug 19 20:03:53.830 INFO O| Aug 19 20:03:53.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57532026-08-19T20:03:54.866Z[ recovery-image] Aug 19 20:03:53.830 INFO O| Aug 19 20:03:53.830 INFO STEP 159 (remove_files) COMPLETE
57542026-08-19T20:03:54.867Z[ recovery-image] Aug 19 20:03:53.830 INFO O| Aug 19 20:03:53.830 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-19T20:03:54.874Z[ recovery-image] Aug 19 20:03:53.840 INFO O| Aug 19 20:03:53.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57562026-08-19T20:03:54.874Z[ recovery-image] Aug 19 20:03:53.840 INFO O| Aug 19 20:03:53.840 INFO STEP 160 (remove_files) COMPLETE
57572026-08-19T20:03:54.874Z[ recovery-image] Aug 19 20:03:53.840 INFO O| Aug 19 20:03:53.840 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-19T20:03:54.880Z[ recovery-image] Aug 19 20:03:53.848 INFO O| Aug 19 20:03:53.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57592026-08-19T20:03:54.880Z[ recovery-image] Aug 19 20:03:53.848 INFO O| Aug 19 20:03:53.848 INFO STEP 161 (remove_files) COMPLETE
57602026-08-19T20:03:54.880Z[ recovery-image] Aug 19 20:03:53.848 INFO O| Aug 19 20:03:53.848 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-19T20:03:54.888Z[ recovery-image] Aug 19 20:03:53.857 INFO O| Aug 19 20:03:53.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57622026-08-19T20:03:54.888Z[ recovery-image] Aug 19 20:03:53.857 INFO O| Aug 19 20:03:53.857 INFO STEP 162 (remove_files) COMPLETE
57632026-08-19T20:03:54.888Z[ recovery-image] Aug 19 20:03:53.857 INFO O| Aug 19 20:03:53.857 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-19T20:03:54.896Z[ recovery-image] Aug 19 20:03:53.865 INFO O| Aug 19 20:03:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57652026-08-19T20:03:54.896Z[ recovery-image] Aug 19 20:03:53.865 INFO O| Aug 19 20:03:53.865 INFO STEP 163 (remove_files) COMPLETE
57662026-08-19T20:03:54.896Z[ recovery-image] Aug 19 20:03:53.865 INFO O| Aug 19 20:03:53.865 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-19T20:03:54.904Z[ recovery-image] Aug 19 20:03:53.873 INFO O| Aug 19 20:03:53.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57682026-08-19T20:03:54.904Z[ recovery-image] Aug 19 20:03:53.873 INFO O| Aug 19 20:03:53.873 INFO STEP 164 (remove_files) COMPLETE
57692026-08-19T20:03:54.904Z[ recovery-image] Aug 19 20:03:53.873 INFO O| Aug 19 20:03:53.873 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-19T20:03:54.915Z[ recovery-image] Aug 19 20:03:53.883 INFO O| Aug 19 20:03:53.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57712026-08-19T20:03:54.915Z[ recovery-image] Aug 19 20:03:53.883 INFO O| Aug 19 20:03:53.883 INFO STEP 165 (remove_files) COMPLETE
57722026-08-19T20:03:54.918Z[ recovery-image] Aug 19 20:03:53.883 INFO O| Aug 19 20:03:53.883 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-19T20:03:54.925Z[ recovery-image] Aug 19 20:03:53.893 INFO O| Aug 19 20:03:53.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57742026-08-19T20:03:54.928Z[ recovery-image] Aug 19 20:03:53.894 INFO O| Aug 19 20:03:53.894 INFO STEP 166 (remove_files) COMPLETE
57752026-08-19T20:03:54.928Z[ recovery-image] Aug 19 20:03:53.894 INFO O| Aug 19 20:03:53.894 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-19T20:03:54.934Z[ recovery-image] Aug 19 20:03:53.903 INFO O| Aug 19 20:03:53.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57772026-08-19T20:03:54.934Z[ recovery-image] Aug 19 20:03:53.903 INFO O| Aug 19 20:03:53.903 INFO STEP 167 (remove_files) COMPLETE
57782026-08-19T20:03:54.934Z[ recovery-image] Aug 19 20:03:53.903 INFO O| Aug 19 20:03:53.903 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-19T20:03:54.944Z[ recovery-image] Aug 19 20:03:53.913 INFO O| Aug 19 20:03:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57802026-08-19T20:03:54.944Z[ recovery-image] Aug 19 20:03:53.913 INFO O| Aug 19 20:03:53.913 INFO STEP 168 (remove_files) COMPLETE
57812026-08-19T20:03:54.944Z[ recovery-image] Aug 19 20:03:53.913 INFO O| Aug 19 20:03:53.913 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-19T20:03:54.960Z[ recovery-image] Aug 19 20:03:53.923 INFO O| Aug 19 20:03:53.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57832026-08-19T20:03:54.961Z[ recovery-image] Aug 19 20:03:53.923 INFO O| Aug 19 20:03:53.923 INFO STEP 169 (remove_files) COMPLETE
57842026-08-19T20:03:54.978Z[ recovery-image] Aug 19 20:03:53.923 INFO O| Aug 19 20:03:53.923 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-19T20:03:54.978Z[ recovery-image] Aug 19 20:03:53.933 INFO O| Aug 19 20:03:53.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57862026-08-19T20:03:54.978Z[ recovery-image] Aug 19 20:03:53.933 INFO O| Aug 19 20:03:53.933 INFO STEP 170 (remove_files) COMPLETE
57872026-08-19T20:03:54.978Z[ recovery-image] Aug 19 20:03:53.933 INFO O| Aug 19 20:03:53.933 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-19T20:03:54.986Z[ recovery-image] Aug 19 20:03:53.942 INFO O| Aug 19 20:03:53.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57892026-08-19T20:03:54.986Z[ recovery-image] Aug 19 20:03:53.942 INFO O| Aug 19 20:03:53.942 INFO STEP 171 (remove_files) COMPLETE
57902026-08-19T20:03:54.986Z[ recovery-image] Aug 19 20:03:53.942 INFO O| Aug 19 20:03:53.942 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-19T20:03:54.996Z[ recovery-image] Aug 19 20:03:53.952 INFO O| Aug 19 20:03:53.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57922026-08-19T20:03:54.996Z[ recovery-image] Aug 19 20:03:53.952 INFO O| Aug 19 20:03:53.952 INFO STEP 172 (remove_files) COMPLETE
57932026-08-19T20:03:54.996Z[ recovery-image] Aug 19 20:03:53.952 INFO O| Aug 19 20:03:53.952 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-19T20:03:55.004Z[ recovery-image] Aug 19 20:03:53.962 INFO O| Aug 19 20:03:53.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57952026-08-19T20:03:55.004Z[ recovery-image] Aug 19 20:03:53.963 INFO O| Aug 19 20:03:53.963 INFO STEP 173 (remove_files) COMPLETE
57962026-08-19T20:03:55.004Z[ recovery-image] Aug 19 20:03:53.963 INFO O| Aug 19 20:03:53.963 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-19T20:03:55.013Z[ recovery-image] Aug 19 20:03:53.972 INFO O| Aug 19 20:03:53.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57982026-08-19T20:03:55.013Z[ recovery-image] Aug 19 20:03:53.972 INFO O| Aug 19 20:03:53.972 INFO STEP 174 (remove_files) COMPLETE
57992026-08-19T20:03:55.013Z[ recovery-image] Aug 19 20:03:53.972 INFO O| Aug 19 20:03:53.972 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-19T20:03:55.018Z[ recovery-image] Aug 19 20:03:53.982 INFO O| Aug 19 20:03:53.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58012026-08-19T20:03:55.018Z[ recovery-image] Aug 19 20:03:53.983 INFO O| Aug 19 20:03:53.983 INFO STEP 175 (remove_files) COMPLETE
58022026-08-19T20:03:55.018Z[ recovery-image] Aug 19 20:03:53.983 INFO O| Aug 19 20:03:53.983 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-19T20:03:55.025Z[ recovery-image] Aug 19 20:03:53.992 INFO O| Aug 19 20:03:53.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58042026-08-19T20:03:55.025Z[ recovery-image] Aug 19 20:03:53.993 INFO O| Aug 19 20:03:53.993 INFO STEP 176 (remove_files) COMPLETE
58052026-08-19T20:03:55.040Z[ recovery-image] Aug 19 20:03:53.993 INFO O| Aug 19 20:03:53.993 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-19T20:03:55.048Z[ recovery-image] Aug 19 20:03:54.002 INFO O| Aug 19 20:03:54.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58072026-08-19T20:03:55.049Z[ recovery-image] Aug 19 20:03:54.003 INFO O| Aug 19 20:03:54.003 INFO STEP 177 (remove_files) COMPLETE
58082026-08-19T20:03:55.049Z[ recovery-image] Aug 19 20:03:54.003 INFO O| Aug 19 20:03:54.003 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-19T20:03:55.055Z[ recovery-image] Aug 19 20:03:54.014 INFO O| Aug 19 20:03:54.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58102026-08-19T20:03:55.055Z[ recovery-image] Aug 19 20:03:54.014 INFO O| Aug 19 20:03:54.014 INFO STEP 178 (remove_files) COMPLETE
58112026-08-19T20:03:55.055Z[ recovery-image] Aug 19 20:03:54.014 INFO O| Aug 19 20:03:54.014 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-19T20:03:55.067Z[ recovery-image] Aug 19 20:03:54.023 INFO O| Aug 19 20:03:54.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58132026-08-19T20:03:55.067Z[ recovery-image] Aug 19 20:03:54.024 INFO O| Aug 19 20:03:54.024 INFO STEP 179 (remove_files) COMPLETE
58142026-08-19T20:03:55.067Z[ recovery-image] Aug 19 20:03:54.024 INFO O| Aug 19 20:03:54.024 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-19T20:03:55.074Z[ recovery-image] Aug 19 20:03:54.033 INFO O| Aug 19 20:03:54.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58162026-08-19T20:03:55.074Z[ recovery-image] Aug 19 20:03:54.033 INFO O| Aug 19 20:03:54.033 INFO STEP 180 (remove_files) COMPLETE
58172026-08-19T20:03:55.074Z[ recovery-image] Aug 19 20:03:54.033 INFO O| Aug 19 20:03:54.033 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-19T20:03:55.077Z[ recovery-image] Aug 19 20:03:54.043 INFO O| Aug 19 20:03:54.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58192026-08-19T20:03:55.077Z[ recovery-image] Aug 19 20:03:54.043 INFO O| Aug 19 20:03:54.043 INFO STEP 181 (remove_files) COMPLETE
58202026-08-19T20:03:55.077Z[ recovery-image] Aug 19 20:03:54.043 INFO O| Aug 19 20:03:54.043 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-19T20:03:55.085Z[ recovery-image] Aug 19 20:03:54.055 INFO O| Aug 19 20:03:54.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58222026-08-19T20:03:55.085Z[ recovery-image] Aug 19 20:03:54.055 INFO O| Aug 19 20:03:54.055 INFO STEP 182 (remove_files) COMPLETE
58232026-08-19T20:03:55.085Z[ recovery-image] Aug 19 20:03:54.055 INFO O| Aug 19 20:03:54.055 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-19T20:03:55.096Z[ recovery-image] Aug 19 20:03:54.066 INFO O| Aug 19 20:03:54.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58252026-08-19T20:03:55.096Z[ recovery-image] Aug 19 20:03:54.066 INFO O| Aug 19 20:03:54.066 INFO STEP 183 (remove_files) COMPLETE
58262026-08-19T20:03:55.100Z[ recovery-image] Aug 19 20:03:54.066 INFO O| Aug 19 20:03:54.066 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-19T20:03:55.105Z[ recovery-image] Aug 19 20:03:54.075 INFO O| Aug 19 20:03:54.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58282026-08-19T20:03:55.106Z[ recovery-image] Aug 19 20:03:54.075 INFO O| Aug 19 20:03:54.075 INFO STEP 184 (remove_files) COMPLETE
58292026-08-19T20:03:55.106Z[ recovery-image] Aug 19 20:03:54.075 INFO O| Aug 19 20:03:54.075 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-19T20:03:55.115Z[ recovery-image] Aug 19 20:03:54.084 INFO O| Aug 19 20:03:54.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58312026-08-19T20:03:55.120Z[ recovery-image] Aug 19 20:03:54.084 INFO O| Aug 19 20:03:54.084 INFO STEP 185 (remove_files) COMPLETE
58322026-08-19T20:03:55.120Z[ recovery-image] Aug 19 20:03:54.084 INFO O| Aug 19 20:03:54.084 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-19T20:03:55.125Z[ recovery-image] Aug 19 20:03:54.094 INFO O| Aug 19 20:03:54.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58342026-08-19T20:03:55.125Z[ recovery-image] Aug 19 20:03:54.094 INFO O| Aug 19 20:03:54.094 INFO STEP 186 (remove_files) COMPLETE
58352026-08-19T20:03:55.129Z[ recovery-image] Aug 19 20:03:54.094 INFO O| Aug 19 20:03:54.094 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-19T20:03:55.136Z[ recovery-image] Aug 19 20:03:54.105 INFO O| Aug 19 20:03:54.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58372026-08-19T20:03:55.136Z[ recovery-image] Aug 19 20:03:54.105 INFO O| Aug 19 20:03:54.105 INFO STEP 187 (remove_files) COMPLETE
58382026-08-19T20:03:55.140Z[ recovery-image] Aug 19 20:03:54.105 INFO O| Aug 19 20:03:54.105 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-19T20:03:55.147Z[ recovery-image] Aug 19 20:03:54.116 INFO O| Aug 19 20:03:54.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58402026-08-19T20:03:55.147Z[ recovery-image] Aug 19 20:03:54.116 INFO O| Aug 19 20:03:54.116 INFO STEP 188 (remove_files) COMPLETE
58412026-08-19T20:03:55.147Z[ recovery-image] Aug 19 20:03:54.116 INFO O| Aug 19 20:03:54.116 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-19T20:03:55.156Z[ recovery-image] Aug 19 20:03:54.125 INFO O| Aug 19 20:03:54.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58432026-08-19T20:03:55.156Z[ recovery-image] Aug 19 20:03:54.125 INFO O| Aug 19 20:03:54.125 INFO STEP 189 (remove_files) COMPLETE
58442026-08-19T20:03:55.156Z[ recovery-image] Aug 19 20:03:54.125 INFO O| Aug 19 20:03:54.125 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-19T20:03:55.221Z[ recovery-image] Aug 19 20:03:54.134 INFO O| Aug 19 20:03:54.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58462026-08-19T20:03:55.221Z[ recovery-image] Aug 19 20:03:54.135 INFO O| Aug 19 20:03:54.134 INFO STEP 190 (remove_files) COMPLETE
58472026-08-19T20:03:55.221Z[ recovery-image] Aug 19 20:03:54.135 INFO O| Aug 19 20:03:54.134 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-19T20:03:55.230Z[ recovery-image] Aug 19 20:03:54.146 INFO O| Aug 19 20:03:54.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58492026-08-19T20:03:55.230Z[ recovery-image] Aug 19 20:03:54.146 INFO O| Aug 19 20:03:54.146 INFO STEP 191 (remove_files) COMPLETE
58502026-08-19T20:03:55.230Z[ recovery-image] Aug 19 20:03:54.146 INFO O| Aug 19 20:03:54.146 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-19T20:03:55.230Z[ recovery-image] Aug 19 20:03:54.157 INFO O| Aug 19 20:03:54.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58522026-08-19T20:03:55.230Z[ recovery-image] Aug 19 20:03:54.157 INFO O| Aug 19 20:03:54.157 INFO STEP 192 (remove_files) COMPLETE
58532026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.157 INFO O| Aug 19 20:03:54.157 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.168 INFO O| Aug 19 20:03:54.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58552026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.168 INFO O| Aug 19 20:03:54.168 INFO STEP 193 (remove_files) COMPLETE
58562026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.168 INFO O| Aug 19 20:03:54.168 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.177 INFO O| Aug 19 20:03:54.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58582026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.177 INFO O| Aug 19 20:03:54.177 INFO STEP 194 (remove_files) COMPLETE
58592026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.177 INFO O| Aug 19 20:03:54.177 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.187 INFO O| Aug 19 20:03:54.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58612026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.187 INFO O| Aug 19 20:03:54.187 INFO STEP 195 (remove_files) COMPLETE
58622026-08-19T20:03:55.231Z[ recovery-image] Aug 19 20:03:54.187 INFO O| Aug 19 20:03:54.187 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-19T20:03:55.237Z[ recovery-image] Aug 19 20:03:54.196 INFO O| Aug 19 20:03:54.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58642026-08-19T20:03:55.237Z[ recovery-image] Aug 19 20:03:54.196 INFO O| Aug 19 20:03:54.196 INFO STEP 196 (remove_files) COMPLETE
58652026-08-19T20:03:55.237Z[ recovery-image] Aug 19 20:03:54.196 INFO O| Aug 19 20:03:54.196 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-19T20:03:55.240Z[ recovery-image] Aug 19 20:03:54.206 INFO O| Aug 19 20:03:54.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58672026-08-19T20:03:55.240Z[ recovery-image] Aug 19 20:03:54.206 INFO O| Aug 19 20:03:54.206 INFO STEP 197 (remove_files) COMPLETE
58682026-08-19T20:03:55.240Z[ recovery-image] Aug 19 20:03:54.206 INFO O| Aug 19 20:03:54.206 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-19T20:03:55.247Z[ recovery-image] Aug 19 20:03:54.216 INFO O| Aug 19 20:03:54.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58702026-08-19T20:03:55.247Z[ recovery-image] Aug 19 20:03:54.216 INFO O| Aug 19 20:03:54.216 INFO STEP 198 (remove_files) COMPLETE
58712026-08-19T20:03:55.247Z[ recovery-image] Aug 19 20:03:54.216 INFO O| Aug 19 20:03:54.216 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-19T20:03:55.257Z[ recovery-image] Aug 19 20:03:54.226 INFO O| Aug 19 20:03:54.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58732026-08-19T20:03:55.257Z[ recovery-image] Aug 19 20:03:54.226 INFO O| Aug 19 20:03:54.226 INFO STEP 199 (remove_files) COMPLETE
58742026-08-19T20:03:55.257Z[ recovery-image] Aug 19 20:03:54.226 INFO O| Aug 19 20:03:54.226 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-19T20:03:55.268Z[ recovery-image] Aug 19 20:03:54.236 INFO O| Aug 19 20:03:54.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58762026-08-19T20:03:55.268Z[ recovery-image] Aug 19 20:03:54.236 INFO O| Aug 19 20:03:54.236 INFO STEP 200 (remove_files) COMPLETE
58772026-08-19T20:03:55.268Z[ recovery-image] Aug 19 20:03:54.236 INFO O| Aug 19 20:03:54.236 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-19T20:03:55.281Z[ recovery-image] Aug 19 20:03:54.247 INFO O| Aug 19 20:03:54.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58792026-08-19T20:03:55.284Z[ recovery-image] Aug 19 20:03:54.248 INFO O| Aug 19 20:03:54.248 INFO STEP 201 (remove_files) COMPLETE
58802026-08-19T20:03:55.284Z[ recovery-image] Aug 19 20:03:54.248 INFO O| Aug 19 20:03:54.248 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-19T20:03:55.289Z[ recovery-image] Aug 19 20:03:54.258 INFO O| Aug 19 20:03:54.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58822026-08-19T20:03:55.289Z[ recovery-image] Aug 19 20:03:54.258 INFO O| Aug 19 20:03:54.258 INFO STEP 202 (remove_files) COMPLETE
58832026-08-19T20:03:55.289Z[ recovery-image] Aug 19 20:03:54.258 INFO O| Aug 19 20:03:54.258 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-19T20:03:55.300Z[ recovery-image] Aug 19 20:03:54.269 INFO O| Aug 19 20:03:54.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58852026-08-19T20:03:55.300Z[ recovery-image] Aug 19 20:03:54.269 INFO O| Aug 19 20:03:54.269 INFO STEP 203 (remove_files) COMPLETE
58862026-08-19T20:03:55.300Z[ recovery-image] Aug 19 20:03:54.269 INFO O| Aug 19 20:03:54.269 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-19T20:03:56.313Z[ recovery-image] Aug 19 20:03:54.280 INFO O| Aug 19 20:03:54.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58882026-08-19T20:03:56.313Z[ recovery-image] Aug 19 20:03:54.280 INFO O| Aug 19 20:03:54.280 INFO STEP 204 (remove_files) COMPLETE
58892026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.280 INFO O| Aug 19 20:03:54.280 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.290 INFO O| Aug 19 20:03:54.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58912026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.291 INFO O| Aug 19 20:03:54.291 INFO STEP 205 (remove_files) COMPLETE
58922026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.291 INFO O| Aug 19 20:03:54.291 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.301 INFO O| Aug 19 20:03:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58942026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.301 INFO O| Aug 19 20:03:54.301 INFO STEP 206 (remove_files) COMPLETE
58952026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.301 INFO O| Aug 19 20:03:54.301 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.312 INFO O| Aug 19 20:03:54.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58972026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.312 INFO O| Aug 19 20:03:54.312 INFO STEP 207 (remove_files) COMPLETE
58982026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.312 INFO O| Aug 19 20:03:54.312 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.323 INFO O| Aug 19 20:03:54.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59002026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.323 INFO O| Aug 19 20:03:54.323 INFO STEP 208 (remove_files) COMPLETE
59012026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.323 INFO O| Aug 19 20:03:54.323 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.333 INFO O| Aug 19 20:03:54.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59032026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.334 INFO O| Aug 19 20:03:54.334 INFO STEP 209 (remove_files) COMPLETE
59042026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.334 INFO O| Aug 19 20:03:54.334 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.344 INFO O| Aug 19 20:03:54.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59062026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.344 INFO O| Aug 19 20:03:54.344 INFO STEP 210 (remove_files) COMPLETE
59072026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.345 INFO O| Aug 19 20:03:54.344 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.354 INFO O| Aug 19 20:03:54.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59092026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.355 INFO O| Aug 19 20:03:54.355 INFO STEP 211 (remove_files) COMPLETE
59102026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.355 INFO O| Aug 19 20:03:54.355 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.365 INFO O| Aug 19 20:03:54.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59122026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.365 INFO O| Aug 19 20:03:54.365 INFO STEP 212 (remove_files) COMPLETE
59132026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.365 INFO O| Aug 19 20:03:54.365 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.375 INFO O| Aug 19 20:03:54.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59152026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.375 INFO O| Aug 19 20:03:54.375 INFO STEP 213 (remove_files) COMPLETE
59162026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.375 INFO O| Aug 19 20:03:54.375 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.385 INFO O| Aug 19 20:03:54.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59182026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.385 INFO O| Aug 19 20:03:54.385 INFO STEP 214 (remove_files) COMPLETE
59192026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.385 INFO O| Aug 19 20:03:54.385 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.394 INFO O| Aug 19 20:03:54.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59212026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.394 INFO O| Aug 19 20:03:54.394 INFO STEP 215 (remove_files) COMPLETE
59222026-08-19T20:03:56.320Z[ recovery-image] Aug 19 20:03:54.394 INFO O| Aug 19 20:03:54.394 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.403 INFO O| Aug 19 20:03:54.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59242026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.403 INFO O| Aug 19 20:03:54.403 INFO STEP 216 (remove_files) COMPLETE
59252026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.403 INFO O| Aug 19 20:03:54.403 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.412 INFO O| Aug 19 20:03:54.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59272026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.412 INFO O| Aug 19 20:03:54.412 INFO STEP 217 (remove_files) COMPLETE
59282026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.412 INFO O| Aug 19 20:03:54.412 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.422 INFO O| Aug 19 20:03:54.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59302026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.422 INFO O| Aug 19 20:03:54.422 INFO STEP 218 (remove_files) COMPLETE
59312026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.422 INFO O| Aug 19 20:03:54.422 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.432 INFO O| Aug 19 20:03:54.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59332026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.432 INFO O| Aug 19 20:03:54.432 INFO STEP 219 (remove_files) COMPLETE
59342026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.432 INFO O| Aug 19 20:03:54.432 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.443 INFO O| Aug 19 20:03:54.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59362026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.443 INFO O| Aug 19 20:03:54.443 INFO STEP 220 (remove_files) COMPLETE
59372026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.443 INFO O| Aug 19 20:03:54.443 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.453 INFO O| Aug 19 20:03:54.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59392026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.453 INFO O| Aug 19 20:03:54.453 INFO STEP 221 (remove_files) COMPLETE
59402026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.453 INFO O| Aug 19 20:03:54.453 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.463 INFO O| Aug 19 20:03:54.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59422026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.463 INFO O| Aug 19 20:03:54.463 INFO STEP 222 (remove_files) COMPLETE
59432026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.463 INFO O| Aug 19 20:03:54.463 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.473 INFO O| Aug 19 20:03:54.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59452026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.473 INFO O| Aug 19 20:03:54.473 INFO STEP 223 (remove_files) COMPLETE
59462026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.473 INFO O| Aug 19 20:03:54.473 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.482 INFO O| Aug 19 20:03:54.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59482026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.482 INFO O| Aug 19 20:03:54.482 INFO STEP 224 (remove_files) COMPLETE
59492026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.483 INFO O| Aug 19 20:03:54.482 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.493 INFO O| Aug 19 20:03:54.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59512026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.493 INFO O| Aug 19 20:03:54.493 INFO STEP 225 (remove_files) COMPLETE
59522026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.493 INFO O| Aug 19 20:03:54.493 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.503 INFO O| Aug 19 20:03:54.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59542026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.503 INFO O| Aug 19 20:03:54.503 INFO STEP 226 (remove_files) COMPLETE
59552026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.503 INFO O| Aug 19 20:03:54.503 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.514 INFO O| Aug 19 20:03:54.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59572026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.514 INFO O| Aug 19 20:03:54.514 INFO STEP 227 (remove_files) COMPLETE
59582026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.514 INFO O| Aug 19 20:03:54.514 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-19T20:03:56.321Z[ recovery-image] Aug 19 20:03:54.523 INFO O| Aug 19 20:03:54.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59602026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.523 INFO O| Aug 19 20:03:54.523 INFO STEP 228 (remove_files) COMPLETE
59612026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.523 INFO O| Aug 19 20:03:54.523 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.533 INFO O| Aug 19 20:03:54.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59632026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.533 INFO O| Aug 19 20:03:54.533 INFO STEP 229 (remove_files) COMPLETE
59642026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.533 INFO O| Aug 19 20:03:54.533 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.543 INFO O| Aug 19 20:03:54.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59662026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.543 INFO O| Aug 19 20:03:54.543 INFO STEP 230 (remove_files) COMPLETE
59672026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.543 INFO O| Aug 19 20:03:54.543 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.552 INFO O| Aug 19 20:03:54.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59692026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.552 INFO O| Aug 19 20:03:54.552 INFO STEP 231 (remove_files) COMPLETE
59702026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.552 INFO O| Aug 19 20:03:54.552 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.562 INFO O| Aug 19 20:03:54.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59722026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.563 INFO O| Aug 19 20:03:54.562 INFO STEP 232 (remove_files) COMPLETE
59732026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.563 INFO O| Aug 19 20:03:54.562 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.573 INFO O| Aug 19 20:03:54.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59752026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.573 INFO O| Aug 19 20:03:54.573 INFO STEP 233 (remove_files) COMPLETE
59762026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.573 INFO O| Aug 19 20:03:54.573 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.583 INFO O| Aug 19 20:03:54.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59782026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.583 INFO O| Aug 19 20:03:54.583 INFO STEP 234 (remove_files) COMPLETE
59792026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.583 INFO O| Aug 19 20:03:54.583 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.593 INFO O| Aug 19 20:03:54.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59812026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.593 INFO O| Aug 19 20:03:54.593 INFO STEP 235 (remove_files) COMPLETE
59822026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.593 INFO O| Aug 19 20:03:54.593 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.603 INFO O| Aug 19 20:03:54.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59842026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.603 INFO O| Aug 19 20:03:54.603 INFO STEP 236 (remove_files) COMPLETE
59852026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.603 INFO O| Aug 19 20:03:54.603 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.612 INFO O| Aug 19 20:03:54.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59872026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.612 INFO O| Aug 19 20:03:54.612 INFO STEP 237 (remove_files) COMPLETE
59882026-08-19T20:03:56.322Z[ recovery-image] Aug 19 20:03:54.612 INFO O| Aug 19 20:03:54.612 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.623 INFO O| Aug 19 20:03:54.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59902026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.623 INFO O| Aug 19 20:03:54.623 INFO STEP 238 (remove_files) COMPLETE
59912026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.623 INFO O| Aug 19 20:03:54.623 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.634 INFO O| Aug 19 20:03:54.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59932026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.634 INFO O| Aug 19 20:03:54.634 INFO STEP 239 (remove_files) COMPLETE
59942026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.634 INFO O| Aug 19 20:03:54.634 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.643 INFO O| Aug 19 20:03:54.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59962026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.643 INFO O| Aug 19 20:03:54.643 INFO STEP 240 (remove_files) COMPLETE
59972026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.643 INFO O| Aug 19 20:03:54.643 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-19T20:03:56.327Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59992026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.653 INFO O| Aug 19 20:03:54.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60002026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.653 INFO O| Aug 19 20:03:54.653 INFO STEP 241 (remove_files) COMPLETE
60012026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.653 INFO O| Aug 19 20:03:54.653 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.663 INFO O| Aug 19 20:03:54.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60032026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.663 INFO O| Aug 19 20:03:54.663 INFO STEP 242 (remove_files) COMPLETE
60042026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.663 INFO O| Aug 19 20:03:54.663 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.672 INFO O| Aug 19 20:03:54.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60062026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.672 INFO O| Aug 19 20:03:54.672 INFO STEP 243 (remove_files) COMPLETE
60072026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.672 INFO O| Aug 19 20:03:54.672 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-19T20:03:56.327Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
60092026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.682 INFO O| Aug 19 20:03:54.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60102026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.682 INFO O| Aug 19 20:03:54.682 INFO STEP 244 (remove_files) COMPLETE
60112026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.682 INFO O| Aug 19 20:03:54.682 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.691 INFO O| Aug 19 20:03:54.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60132026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.691 INFO O| Aug 19 20:03:54.691 INFO STEP 245 (remove_files) COMPLETE
60142026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.691 INFO O| Aug 19 20:03:54.691 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.700 INFO O| Aug 19 20:03:54.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60162026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.700 INFO O| Aug 19 20:03:54.700 INFO STEP 246 (remove_files) COMPLETE
60172026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.700 INFO O| Aug 19 20:03:54.700 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-19T20:03:56.327Z[ recovery-image] Aug 19 20:03:54.709 INFO O| Aug 19 20:03:54.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60192026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.709 INFO O| Aug 19 20:03:54.709 INFO STEP 247 (remove_files) COMPLETE
60202026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.709 INFO O| Aug 19 20:03:54.709 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.717 INFO O| Aug 19 20:03:54.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60222026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.717 INFO O| Aug 19 20:03:54.717 INFO STEP 248 (remove_files) COMPLETE
60232026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.717 INFO O| Aug 19 20:03:54.717 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.739 INFO O| Aug 19 20:03:54.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60252026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.740 INFO O| Aug 19 20:03:54.740 INFO STEP 249 (remove_files) COMPLETE
60262026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.740 INFO O| Aug 19 20:03:54.740 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.751 INFO O| Aug 19 20:03:54.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60282026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.751 INFO O| Aug 19 20:03:54.751 INFO STEP 250 (remove_files) COMPLETE
60292026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.751 INFO O| Aug 19 20:03:54.751 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.760 INFO O| Aug 19 20:03:54.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60312026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.760 INFO O| Aug 19 20:03:54.760 INFO STEP 251 (remove_files) COMPLETE
60322026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.760 INFO O| Aug 19 20:03:54.760 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.770 INFO O| Aug 19 20:03:54.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60342026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.770 INFO O| Aug 19 20:03:54.770 INFO STEP 252 (remove_files) COMPLETE
60352026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.770 INFO O| Aug 19 20:03:54.770 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.780 INFO O| Aug 19 20:03:54.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60372026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.780 INFO O| Aug 19 20:03:54.780 INFO STEP 253 (remove_files) COMPLETE
60382026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.780 INFO O| Aug 19 20:03:54.780 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.790 INFO O| Aug 19 20:03:54.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60402026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.790 INFO O| Aug 19 20:03:54.790 INFO STEP 254 (remove_files) COMPLETE
60412026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.790 INFO O| Aug 19 20:03:54.790 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.799 INFO O| Aug 19 20:03:54.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60432026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.799 INFO O| Aug 19 20:03:54.799 INFO STEP 255 (remove_files) COMPLETE
60442026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.799 INFO O| Aug 19 20:03:54.799 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.807 INFO O| Aug 19 20:03:54.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60462026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.807 INFO O| Aug 19 20:03:54.807 INFO STEP 256 (remove_files) COMPLETE
60472026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.807 INFO O| Aug 19 20:03:54.807 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.815 INFO O| Aug 19 20:03:54.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60492026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.816 INFO O| Aug 19 20:03:54.815 INFO STEP 257 (remove_files) COMPLETE
60502026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.816 INFO O| Aug 19 20:03:54.815 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.824 INFO O| Aug 19 20:03:54.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60522026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.824 INFO O| Aug 19 20:03:54.824 INFO STEP 258 (remove_files) COMPLETE
60532026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.824 INFO O| Aug 19 20:03:54.824 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.833 INFO O| Aug 19 20:03:54.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60552026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.833 INFO O| Aug 19 20:03:54.833 INFO STEP 259 (remove_files) COMPLETE
60562026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.833 INFO O| Aug 19 20:03:54.833 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-19T20:03:56.328Z[ recovery-image] Aug 19 20:03:54.841 INFO O| Aug 19 20:03:54.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60582026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.842 INFO O| Aug 19 20:03:54.842 INFO STEP 260 (remove_files) COMPLETE
60592026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.842 INFO O| Aug 19 20:03:54.842 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.853 INFO O| Aug 19 20:03:54.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60612026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.853 INFO O| Aug 19 20:03:54.853 INFO STEP 261 (remove_files) COMPLETE
60622026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.853 INFO O| Aug 19 20:03:54.853 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.864 INFO O| Aug 19 20:03:54.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60642026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.864 INFO O| Aug 19 20:03:54.864 INFO STEP 262 (remove_files) COMPLETE
60652026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.864 INFO O| Aug 19 20:03:54.864 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.873 INFO O| Aug 19 20:03:54.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60672026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.873 INFO O| Aug 19 20:03:54.873 INFO STEP 263 (remove_files) COMPLETE
60682026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.873 INFO O| Aug 19 20:03:54.873 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.884 INFO O| Aug 19 20:03:54.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60702026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.884 INFO O| Aug 19 20:03:54.884 INFO STEP 264 (remove_files) COMPLETE
60712026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.884 INFO O| Aug 19 20:03:54.884 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.895 INFO O| Aug 19 20:03:54.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60732026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.895 INFO O| Aug 19 20:03:54.895 INFO STEP 265 (remove_files) COMPLETE
60742026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.895 INFO O| Aug 19 20:03:54.895 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.904 INFO O| Aug 19 20:03:54.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60762026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.904 INFO O| Aug 19 20:03:54.904 INFO STEP 266 (remove_files) COMPLETE
60772026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.904 INFO O| Aug 19 20:03:54.904 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.911 INFO O| Aug 19 20:03:54.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60792026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.912 INFO O| Aug 19 20:03:54.912 INFO STEP 267 (remove_files) COMPLETE
60802026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.912 INFO O| Aug 19 20:03:54.912 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.920 INFO O| Aug 19 20:03:54.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60822026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.920 INFO O| Aug 19 20:03:54.920 INFO STEP 268 (remove_files) COMPLETE
60832026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.920 INFO O| Aug 19 20:03:54.920 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.931 INFO O| Aug 19 20:03:54.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60852026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.931 INFO O| Aug 19 20:03:54.931 INFO STEP 269 (remove_files) COMPLETE
60862026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.931 INFO O| Aug 19 20:03:54.931 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.941 INFO O| Aug 19 20:03:54.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60882026-08-19T20:03:56.329Z[ recovery-image] Aug 19 20:03:54.941 INFO O| Aug 19 20:03:54.941 INFO STEP 270 (remove_files) COMPLETE
60892026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.941 INFO O| Aug 19 20:03:54.941 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.952 INFO O| Aug 19 20:03:54.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60912026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.952 INFO O| Aug 19 20:03:54.952 INFO STEP 271 (remove_files) COMPLETE
60922026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.952 INFO O| Aug 19 20:03:54.952 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.963 INFO O| Aug 19 20:03:54.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60942026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.963 INFO O| Aug 19 20:03:54.963 INFO STEP 272 (remove_files) COMPLETE
60952026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.963 INFO O| Aug 19 20:03:54.963 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.973 INFO O| Aug 19 20:03:54.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60972026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.973 INFO O| Aug 19 20:03:54.973 INFO STEP 273 (remove_files) COMPLETE
60982026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.973 INFO O| Aug 19 20:03:54.973 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.984 INFO O| Aug 19 20:03:54.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61002026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.984 INFO O| Aug 19 20:03:54.984 INFO STEP 274 (remove_files) COMPLETE
61012026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.984 INFO O| Aug 19 20:03:54.984 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.994 INFO O| Aug 19 20:03:54.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61032026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.994 INFO O| Aug 19 20:03:54.994 INFO STEP 275 (remove_files) COMPLETE
61042026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:54.994 INFO O| Aug 19 20:03:54.994 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.003 INFO O| Aug 19 20:03:55.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61062026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.003 INFO O| Aug 19 20:03:55.003 INFO STEP 276 (remove_files) COMPLETE
61072026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.003 INFO O| Aug 19 20:03:55.003 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.014 INFO O| Aug 19 20:03:55.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61092026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.022 INFO O| Aug 19 20:03:55.022 INFO STEP 277 (remove_files) COMPLETE
61102026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.022 INFO O| Aug 19 20:03:55.022 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-19T20:03:56.334Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
61122026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.040 INFO O| Aug 19 20:03:55.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61132026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.040 INFO O| Aug 19 20:03:55.040 INFO STEP 278 (remove_files) COMPLETE
61142026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.040 INFO O| Aug 19 20:03:55.040 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.052 INFO O| Aug 19 20:03:55.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61162026-08-19T20:03:56.334Z[ recovery-image] Aug 19 20:03:55.052 INFO O| Aug 19 20:03:55.052 INFO STEP 279 (remove_files) COMPLETE
61172026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.052 INFO O| Aug 19 20:03:55.052 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.064 INFO O| Aug 19 20:03:55.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61192026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.064 INFO O| Aug 19 20:03:55.064 INFO STEP 280 (remove_files) COMPLETE
61202026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.064 INFO O| Aug 19 20:03:55.064 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.075 INFO O| Aug 19 20:03:55.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61222026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.075 INFO O| Aug 19 20:03:55.075 INFO STEP 281 (remove_files) COMPLETE
61232026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.075 INFO O| Aug 19 20:03:55.075 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.083 INFO O| Aug 19 20:03:55.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61252026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.084 INFO O| Aug 19 20:03:55.083 INFO STEP 282 (remove_files) COMPLETE
61262026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.084 INFO O| Aug 19 20:03:55.083 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.091 INFO O| Aug 19 20:03:55.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61282026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.092 INFO O| Aug 19 20:03:55.092 INFO STEP 283 (remove_files) COMPLETE
61292026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.092 INFO O| Aug 19 20:03:55.092 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.101 INFO O| Aug 19 20:03:55.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61312026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.101 INFO O| Aug 19 20:03:55.101 INFO STEP 284 (remove_files) COMPLETE
61322026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.101 INFO O| Aug 19 20:03:55.101 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.110 INFO O| Aug 19 20:03:55.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61342026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.111 INFO O| Aug 19 20:03:55.110 INFO STEP 285 (remove_files) COMPLETE
61352026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.111 INFO O| Aug 19 20:03:55.110 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.120 INFO O| Aug 19 20:03:55.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61372026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.120 INFO O| Aug 19 20:03:55.120 INFO STEP 286 (remove_files) COMPLETE
61382026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.120 INFO O| Aug 19 20:03:55.120 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.129 INFO O| Aug 19 20:03:55.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61402026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.129 INFO O| Aug 19 20:03:55.129 INFO STEP 287 (remove_files) COMPLETE
61412026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.129 INFO O| Aug 19 20:03:55.129 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.139 INFO O| Aug 19 20:03:55.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61432026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.139 INFO O| Aug 19 20:03:55.139 INFO STEP 288 (remove_files) COMPLETE
61442026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.139 INFO O| Aug 19 20:03:55.139 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.150 INFO O| Aug 19 20:03:55.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61462026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.151 INFO O| Aug 19 20:03:55.151 INFO STEP 289 (remove_files) COMPLETE
61472026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.151 INFO O| Aug 19 20:03:55.151 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.161 INFO O| Aug 19 20:03:55.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61492026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.161 INFO O| Aug 19 20:03:55.161 INFO STEP 290 (remove_files) COMPLETE
61502026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.161 INFO O| Aug 19 20:03:55.161 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.172 INFO O| Aug 19 20:03:55.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61522026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.172 INFO O| Aug 19 20:03:55.172 INFO STEP 291 (remove_files) COMPLETE
61532026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.172 INFO O| Aug 19 20:03:55.172 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.181 INFO O| Aug 19 20:03:55.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61552026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.181 INFO O| Aug 19 20:03:55.181 INFO STEP 292 (remove_files) COMPLETE
61562026-08-19T20:03:56.335Z[ recovery-image] Aug 19 20:03:55.181 INFO O| Aug 19 20:03:55.181 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.190 INFO O| Aug 19 20:03:55.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61582026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.190 INFO O| Aug 19 20:03:55.190 INFO STEP 293 (remove_files) COMPLETE
61592026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.190 INFO O| Aug 19 20:03:55.190 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.200 INFO O| Aug 19 20:03:55.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61612026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.200 INFO O| Aug 19 20:03:55.200 INFO STEP 294 (remove_files) COMPLETE
61622026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.200 INFO O| Aug 19 20:03:55.200 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.210 INFO O| Aug 19 20:03:55.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61642026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.210 INFO O| Aug 19 20:03:55.210 INFO STEP 295 (remove_files) COMPLETE
61652026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.210 INFO O| Aug 19 20:03:55.210 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.220 INFO O| Aug 19 20:03:55.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61672026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.220 INFO O| Aug 19 20:03:55.220 INFO STEP 296 (remove_files) COMPLETE
61682026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.220 INFO O| Aug 19 20:03:55.220 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.231 INFO O| Aug 19 20:03:55.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61702026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.231 INFO O| Aug 19 20:03:55.231 INFO STEP 297 (remove_files) COMPLETE
61712026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.231 INFO O| Aug 19 20:03:55.231 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.242 INFO O| Aug 19 20:03:55.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61732026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.242 INFO O| Aug 19 20:03:55.242 INFO STEP 298 (remove_files) COMPLETE
61742026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.242 INFO O| Aug 19 20:03:55.242 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.252 INFO O| Aug 19 20:03:55.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61762026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.252 INFO O| Aug 19 20:03:55.252 INFO STEP 299 (remove_files) COMPLETE
61772026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.252 INFO O| Aug 19 20:03:55.252 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.261 INFO O| Aug 19 20:03:55.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61792026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.261 INFO O| Aug 19 20:03:55.261 INFO STEP 300 (remove_files) COMPLETE
61802026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.261 INFO O| Aug 19 20:03:55.261 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.270 INFO O| Aug 19 20:03:55.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61822026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.270 INFO O| Aug 19 20:03:55.270 INFO STEP 301 (remove_files) COMPLETE
61832026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.270 INFO O| Aug 19 20:03:55.270 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.279 INFO O| Aug 19 20:03:55.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61852026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.279 INFO O| Aug 19 20:03:55.279 INFO STEP 302 (remove_files) COMPLETE
61862026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.279 INFO O| Aug 19 20:03:55.279 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.290 INFO O| Aug 19 20:03:55.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61882026-08-19T20:03:56.336Z[ recovery-image] Aug 19 20:03:55.290 INFO O| Aug 19 20:03:55.290 INFO STEP 303 (remove_files) COMPLETE
61892026-08-19T20:03:56.340Z[ recovery-image] Aug 19 20:03:55.290 INFO O| Aug 19 20:03:55.290 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-19T20:03:56.340Z[ recovery-image] Aug 19 20:03:55.300 INFO O| Aug 19 20:03:55.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61912026-08-19T20:03:56.340Z[ recovery-image] Aug 19 20:03:55.300 INFO O| Aug 19 20:03:55.300 INFO STEP 304 (remove_files) COMPLETE
61922026-08-19T20:03:56.340Z[ recovery-image] Aug 19 20:03:55.300 INFO O| Aug 19 20:03:55.300 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-19T20:03:56.340Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
61942026-08-19T20:03:56.345Z[ recovery-image] Aug 19 20:03:55.310 INFO O| Aug 19 20:03:55.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61952026-08-19T20:03:56.345Z[ recovery-image] Aug 19 20:03:55.310 INFO O| Aug 19 20:03:55.310 INFO STEP 305 (remove_files) COMPLETE
61962026-08-19T20:03:56.345Z[ recovery-image] Aug 19 20:03:55.310 INFO O| Aug 19 20:03:55.310 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-19T20:03:56.351Z[ recovery-image] Aug 19 20:03:55.319 INFO O| Aug 19 20:03:55.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61982026-08-19T20:03:56.351Z[ recovery-image] Aug 19 20:03:55.319 INFO O| Aug 19 20:03:55.319 INFO STEP 306 (remove_files) COMPLETE
61992026-08-19T20:03:56.351Z[ recovery-image] Aug 19 20:03:55.319 INFO O| Aug 19 20:03:55.319 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-19T20:03:56.359Z[ recovery-image] Aug 19 20:03:55.328 INFO O| Aug 19 20:03:55.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62012026-08-19T20:03:56.359Z[ recovery-image] Aug 19 20:03:55.328 INFO O| Aug 19 20:03:55.328 INFO STEP 307 (remove_files) COMPLETE
62022026-08-19T20:03:56.359Z[ recovery-image] Aug 19 20:03:55.328 INFO O| Aug 19 20:03:55.328 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-19T20:03:56.370Z[ recovery-image] Aug 19 20:03:55.339 INFO O| Aug 19 20:03:55.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62042026-08-19T20:03:56.370Z[ recovery-image] Aug 19 20:03:55.339 INFO O| Aug 19 20:03:55.339 INFO STEP 308 (remove_files) COMPLETE
62052026-08-19T20:03:56.373Z[ recovery-image] Aug 19 20:03:55.339 INFO O| Aug 19 20:03:55.339 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-19T20:03:56.380Z[ recovery-image] Aug 19 20:03:55.349 INFO O| Aug 19 20:03:55.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62072026-08-19T20:03:56.380Z[ recovery-image] Aug 19 20:03:55.349 INFO O| Aug 19 20:03:55.349 INFO STEP 309 (remove_files) COMPLETE
62082026-08-19T20:03:56.380Z[ recovery-image] Aug 19 20:03:55.349 INFO O| Aug 19 20:03:55.349 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-19T20:03:56.390Z[ recovery-image] Aug 19 20:03:55.359 INFO O| Aug 19 20:03:55.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62102026-08-19T20:03:56.390Z[ recovery-image] Aug 19 20:03:55.359 INFO O| Aug 19 20:03:55.359 INFO STEP 310 (remove_files) COMPLETE
62112026-08-19T20:03:56.390Z[ recovery-image] Aug 19 20:03:55.359 INFO O| Aug 19 20:03:55.359 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-19T20:03:56.400Z[ recovery-image] Aug 19 20:03:55.369 INFO O| Aug 19 20:03:55.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62132026-08-19T20:03:56.400Z[ recovery-image] Aug 19 20:03:55.370 INFO O| Aug 19 20:03:55.369 INFO STEP 311 (remove_files) COMPLETE
62142026-08-19T20:03:56.400Z[ recovery-image] Aug 19 20:03:55.370 INFO O| Aug 19 20:03:55.369 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-19T20:03:56.410Z[ recovery-image] Aug 19 20:03:55.379 INFO O| Aug 19 20:03:55.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62162026-08-19T20:03:56.410Z[ recovery-image] Aug 19 20:03:55.379 INFO O| Aug 19 20:03:55.379 INFO STEP 312 (remove_files) COMPLETE
62172026-08-19T20:03:56.413Z[ recovery-image] Aug 19 20:03:55.379 INFO O| Aug 19 20:03:55.379 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-19T20:03:56.418Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
62192026-08-19T20:03:56.421Z[ recovery-image] Aug 19 20:03:55.389 INFO O| Aug 19 20:03:55.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62202026-08-19T20:03:56.421Z[ recovery-image] Aug 19 20:03:55.389 INFO O| Aug 19 20:03:55.389 INFO STEP 313 (remove_files) COMPLETE
62212026-08-19T20:03:56.421Z[ recovery-image] Aug 19 20:03:55.389 INFO O| Aug 19 20:03:55.389 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-19T20:03:56.430Z[ recovery-image] Aug 19 20:03:55.399 INFO O| Aug 19 20:03:55.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62232026-08-19T20:03:56.430Z[ recovery-image] Aug 19 20:03:55.399 INFO O| Aug 19 20:03:55.399 INFO STEP 314 (remove_files) COMPLETE
62242026-08-19T20:03:56.434Z[ recovery-image] Aug 19 20:03:55.399 INFO O| Aug 19 20:03:55.399 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-19T20:03:56.443Z[ recovery-image] Aug 19 20:03:55.410 INFO O| Aug 19 20:03:55.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62262026-08-19T20:03:56.443Z[ recovery-image] Aug 19 20:03:55.410 INFO O| Aug 19 20:03:55.410 INFO STEP 315 (remove_files) COMPLETE
62272026-08-19T20:03:56.443Z[ recovery-image] Aug 19 20:03:55.410 INFO O| Aug 19 20:03:55.410 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-19T20:03:56.453Z[ recovery-image] Aug 19 20:03:55.421 INFO O| Aug 19 20:03:55.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62292026-08-19T20:03:56.457Z[ recovery-image] Aug 19 20:03:55.422 INFO O| Aug 19 20:03:55.422 INFO STEP 316 (remove_files) COMPLETE
62302026-08-19T20:03:56.457Z[ recovery-image] Aug 19 20:03:55.422 INFO O| Aug 19 20:03:55.422 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-19T20:03:56.464Z[ recovery-image] Aug 19 20:03:55.433 INFO O| Aug 19 20:03:55.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62322026-08-19T20:03:56.464Z[ recovery-image] Aug 19 20:03:55.433 INFO O| Aug 19 20:03:55.433 INFO STEP 317 (remove_files) COMPLETE
62332026-08-19T20:03:56.467Z[ recovery-image] Aug 19 20:03:55.433 INFO O| Aug 19 20:03:55.433 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-19T20:03:56.474Z[ recovery-image] Aug 19 20:03:55.443 INFO O| Aug 19 20:03:55.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62352026-08-19T20:03:56.477Z[ recovery-image] Aug 19 20:03:55.446 INFO O| Aug 19 20:03:55.444 INFO STEP 318 (remove_files) COMPLETE
62362026-08-19T20:03:56.477Z[ recovery-image] Aug 19 20:03:55.446 INFO O| Aug 19 20:03:55.444 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-19T20:03:56.489Z[ recovery-image] Aug 19 20:03:55.458 INFO O| Aug 19 20:03:55.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62382026-08-19T20:03:56.489Z[ recovery-image] Aug 19 20:03:55.458 INFO O| Aug 19 20:03:55.458 INFO STEP 319 (remove_files) COMPLETE
62392026-08-19T20:03:56.489Z[ recovery-image] Aug 19 20:03:55.458 INFO O| Aug 19 20:03:55.458 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-19T20:03:56.499Z[ recovery-image] Aug 19 20:03:55.468 INFO O| Aug 19 20:03:55.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62412026-08-19T20:03:56.499Z[ recovery-image] Aug 19 20:03:55.468 INFO O| Aug 19 20:03:55.468 INFO STEP 320 (remove_files) COMPLETE
62422026-08-19T20:03:56.502Z[ recovery-image] Aug 19 20:03:55.468 INFO O| Aug 19 20:03:55.468 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-19T20:03:56.508Z[ recovery-image] Aug 19 20:03:55.477 INFO O| Aug 19 20:03:55.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62442026-08-19T20:03:56.508Z[ recovery-image] Aug 19 20:03:55.477 INFO O| Aug 19 20:03:55.477 INFO STEP 321 (remove_files) COMPLETE
62452026-08-19T20:03:56.511Z[ recovery-image] Aug 19 20:03:55.477 INFO O| Aug 19 20:03:55.477 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-19T20:03:56.519Z[ recovery-image] Aug 19 20:03:55.488 INFO O| Aug 19 20:03:55.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62472026-08-19T20:03:56.519Z[ recovery-image] Aug 19 20:03:55.488 INFO O| Aug 19 20:03:55.488 INFO STEP 322 (remove_files) COMPLETE
62482026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.488 INFO O| Aug 19 20:03:55.488 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.497 INFO O| Aug 19 20:03:55.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62502026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.497 INFO O| Aug 19 20:03:55.497 INFO STEP 323 (remove_files) COMPLETE
62512026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.497 INFO O| Aug 19 20:03:55.497 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.507 INFO O| Aug 19 20:03:55.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62532026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.507 INFO O| Aug 19 20:03:55.507 INFO STEP 324 (remove_files) COMPLETE
62542026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.507 INFO O| Aug 19 20:03:55.507 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.516 INFO O| Aug 19 20:03:55.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62562026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.516 INFO O| Aug 19 20:03:55.516 INFO STEP 325 (remove_files) COMPLETE
62572026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.516 INFO O| Aug 19 20:03:55.516 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.527 INFO O| Aug 19 20:03:55.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62592026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.527 INFO O| Aug 19 20:03:55.527 INFO STEP 326 (remove_files) COMPLETE
62602026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.527 INFO O| Aug 19 20:03:55.527 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-19T20:03:56.589Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
62622026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.538 INFO O| Aug 19 20:03:55.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62632026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.538 INFO O| Aug 19 20:03:55.538 INFO STEP 327 (remove_files) COMPLETE
62642026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.538 INFO O| Aug 19 20:03:55.538 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.548 INFO O| Aug 19 20:03:55.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62662026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.548 INFO O| Aug 19 20:03:55.548 INFO STEP 328 (remove_files) COMPLETE
62672026-08-19T20:03:56.589Z[ recovery-image] Aug 19 20:03:55.548 INFO O| Aug 19 20:03:55.548 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-19T20:03:56.595Z[ recovery-image] Aug 19 20:03:55.558 INFO O| Aug 19 20:03:55.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62692026-08-19T20:03:56.595Z[ recovery-image] Aug 19 20:03:55.558 INFO O| Aug 19 20:03:55.558 INFO STEP 329 (remove_files) COMPLETE
62702026-08-19T20:03:56.595Z[ recovery-image] Aug 19 20:03:55.558 INFO O| Aug 19 20:03:55.558 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-19T20:03:56.600Z[ recovery-image] Aug 19 20:03:55.569 INFO O| Aug 19 20:03:55.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62722026-08-19T20:03:56.600Z[ recovery-image] Aug 19 20:03:55.569 INFO O| Aug 19 20:03:55.569 INFO STEP 330 (remove_files) COMPLETE
62732026-08-19T20:03:56.607Z[ recovery-image] Aug 19 20:03:55.569 INFO O| Aug 19 20:03:55.569 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-19T20:03:56.613Z[ recovery-image] Aug 19 20:03:55.579 INFO O| Aug 19 20:03:55.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62752026-08-19T20:03:56.613Z[ recovery-image] Aug 19 20:03:55.579 INFO O| Aug 19 20:03:55.579 INFO STEP 331 (remove_files) COMPLETE
62762026-08-19T20:03:56.614Z[ recovery-image] Aug 19 20:03:55.579 INFO O| Aug 19 20:03:55.579 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-19T20:03:56.620Z[ recovery-image] Aug 19 20:03:55.589 INFO O| Aug 19 20:03:55.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62782026-08-19T20:03:56.620Z[ recovery-image] Aug 19 20:03:55.589 INFO O| Aug 19 20:03:55.589 INFO STEP 332 (remove_files) COMPLETE
62792026-08-19T20:03:56.620Z[ recovery-image] Aug 19 20:03:55.589 INFO O| Aug 19 20:03:55.589 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-19T20:03:56.634Z[ recovery-image] Aug 19 20:03:55.598 INFO O| Aug 19 20:03:55.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62812026-08-19T20:03:56.634Z[ recovery-image] Aug 19 20:03:55.598 INFO O| Aug 19 20:03:55.598 INFO STEP 333 (remove_files) COMPLETE
62822026-08-19T20:03:56.634Z[ recovery-image] Aug 19 20:03:55.599 INFO O| Aug 19 20:03:55.598 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-19T20:03:56.638Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
62842026-08-19T20:03:56.643Z[ recovery-image] Aug 19 20:03:55.608 INFO O| Aug 19 20:03:55.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62852026-08-19T20:03:56.643Z[ recovery-image] Aug 19 20:03:55.608 INFO O| Aug 19 20:03:55.608 INFO STEP 334 (remove_files) COMPLETE
62862026-08-19T20:03:56.643Z[ recovery-image] Aug 19 20:03:55.608 INFO O| Aug 19 20:03:55.608 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-19T20:03:56.650Z[ recovery-image] Aug 19 20:03:55.619 INFO O| Aug 19 20:03:55.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62882026-08-19T20:03:56.650Z[ recovery-image] Aug 19 20:03:55.619 INFO O| Aug 19 20:03:55.619 INFO STEP 335 (remove_files) COMPLETE
62892026-08-19T20:03:56.650Z[ recovery-image] Aug 19 20:03:55.619 INFO O| Aug 19 20:03:55.619 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-19T20:03:56.660Z[ recovery-image] Aug 19 20:03:55.629 INFO O| Aug 19 20:03:55.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62912026-08-19T20:03:56.660Z[ recovery-image] Aug 19 20:03:55.629 INFO O| Aug 19 20:03:55.629 INFO STEP 336 (remove_files) COMPLETE
62922026-08-19T20:03:56.664Z[ recovery-image] Aug 19 20:03:55.629 INFO O| Aug 19 20:03:55.629 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-19T20:03:56.672Z[ recovery-image] Aug 19 20:03:55.638 INFO O| Aug 19 20:03:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62942026-08-19T20:03:56.672Z[ recovery-image] Aug 19 20:03:55.638 INFO O| Aug 19 20:03:55.638 INFO STEP 337 (remove_files) COMPLETE
62952026-08-19T20:03:56.676Z[ recovery-image] Aug 19 20:03:55.638 INFO O| Aug 19 20:03:55.638 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-19T20:03:56.680Z[ recovery-image] Aug 19 20:03:55.648 INFO O| Aug 19 20:03:55.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62972026-08-19T20:03:56.680Z[ recovery-image] Aug 19 20:03:55.648 INFO O| Aug 19 20:03:55.648 INFO STEP 338 (remove_files) COMPLETE
62982026-08-19T20:03:56.680Z[ recovery-image] Aug 19 20:03:55.648 INFO O| Aug 19 20:03:55.648 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-19T20:03:56.689Z[ recovery-image] Aug 19 20:03:55.657 INFO O| Aug 19 20:03:55.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63002026-08-19T20:03:56.689Z[ recovery-image] Aug 19 20:03:55.657 INFO O| Aug 19 20:03:55.657 INFO STEP 339 (remove_files) COMPLETE
63012026-08-19T20:03:56.693Z[ recovery-image] Aug 19 20:03:55.657 INFO O| Aug 19 20:03:55.657 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-19T20:03:56.697Z[ recovery-image] Aug 19 20:03:55.666 INFO O| Aug 19 20:03:55.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63032026-08-19T20:03:56.697Z[ recovery-image] Aug 19 20:03:55.666 INFO O| Aug 19 20:03:55.666 INFO STEP 340 (remove_files) COMPLETE
63042026-08-19T20:03:56.701Z[ recovery-image] Aug 19 20:03:55.666 INFO O| Aug 19 20:03:55.666 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-19T20:03:56.707Z[ recovery-image] Aug 19 20:03:55.676 INFO O| Aug 19 20:03:55.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63062026-08-19T20:03:56.707Z[ recovery-image] Aug 19 20:03:55.676 INFO O| Aug 19 20:03:55.676 INFO STEP 341 (remove_files) COMPLETE
63072026-08-19T20:03:56.707Z[ recovery-image] Aug 19 20:03:55.676 INFO O| Aug 19 20:03:55.676 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-19T20:03:56.716Z[ recovery-image] Aug 19 20:03:55.685 INFO O| Aug 19 20:03:55.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63092026-08-19T20:03:56.716Z[ recovery-image] Aug 19 20:03:55.685 INFO O| Aug 19 20:03:55.685 INFO STEP 342 (remove_files) COMPLETE
63102026-08-19T20:03:56.719Z[ recovery-image] Aug 19 20:03:55.685 INFO O| Aug 19 20:03:55.685 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-19T20:03:56.726Z[ recovery-image] Aug 19 20:03:55.695 INFO O| Aug 19 20:03:55.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63122026-08-19T20:03:56.726Z[ recovery-image] Aug 19 20:03:55.695 INFO O| Aug 19 20:03:55.695 INFO STEP 343 (remove_files) COMPLETE
63132026-08-19T20:03:56.726Z[ recovery-image] Aug 19 20:03:55.695 INFO O| Aug 19 20:03:55.695 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-19T20:03:56.736Z[ recovery-image] Aug 19 20:03:55.705 INFO O| Aug 19 20:03:55.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63152026-08-19T20:03:56.737Z[ recovery-image] Aug 19 20:03:55.706 INFO O| Aug 19 20:03:55.705 INFO STEP 344 (remove_files) COMPLETE
63162026-08-19T20:03:56.737Z[ recovery-image] Aug 19 20:03:55.706 INFO O| Aug 19 20:03:55.705 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-19T20:03:56.747Z[ recovery-image] Aug 19 20:03:55.715 INFO O| Aug 19 20:03:55.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63182026-08-19T20:03:56.747Z[ recovery-image] Aug 19 20:03:55.715 INFO O| Aug 19 20:03:55.715 INFO STEP 345 (remove_files) COMPLETE
63192026-08-19T20:03:56.752Z[ recovery-image] Aug 19 20:03:55.715 INFO O| Aug 19 20:03:55.715 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-19T20:03:56.757Z[ recovery-image] Aug 19 20:03:55.725 INFO O| Aug 19 20:03:55.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63212026-08-19T20:03:56.757Z[ recovery-image] Aug 19 20:03:55.725 INFO O| Aug 19 20:03:55.725 INFO STEP 346 (remove_files) COMPLETE
63222026-08-19T20:03:56.762Z[ recovery-image] Aug 19 20:03:55.725 INFO O| Aug 19 20:03:55.725 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-19T20:03:56.767Z[ recovery-image] Aug 19 20:03:55.734 INFO O| Aug 19 20:03:55.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63242026-08-19T20:03:56.767Z[ recovery-image] Aug 19 20:03:55.735 INFO O| Aug 19 20:03:55.734 INFO STEP 347 (remove_files) COMPLETE
63252026-08-19T20:03:56.770Z[ recovery-image] Aug 19 20:03:55.735 INFO O| Aug 19 20:03:55.734 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-19T20:03:56.776Z[ recovery-image] Aug 19 20:03:55.745 INFO O| Aug 19 20:03:55.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63272026-08-19T20:03:56.776Z[ recovery-image] Aug 19 20:03:55.745 INFO O| Aug 19 20:03:55.745 INFO STEP 348 (remove_files) COMPLETE
63282026-08-19T20:03:56.776Z[ recovery-image] Aug 19 20:03:55.745 INFO O| Aug 19 20:03:55.745 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-19T20:03:56.787Z[ recovery-image] Aug 19 20:03:55.756 INFO O| Aug 19 20:03:55.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63302026-08-19T20:03:56.787Z[ recovery-image] Aug 19 20:03:55.756 INFO O| Aug 19 20:03:55.756 INFO STEP 349 (remove_files) COMPLETE
63312026-08-19T20:03:56.787Z[ recovery-image] Aug 19 20:03:55.756 INFO O| Aug 19 20:03:55.756 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-19T20:03:56.798Z[ recovery-image] Aug 19 20:03:55.766 INFO O| Aug 19 20:03:55.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63332026-08-19T20:03:56.798Z[ recovery-image] Aug 19 20:03:55.766 INFO O| Aug 19 20:03:55.766 INFO STEP 350 (remove_files) COMPLETE
63342026-08-19T20:03:56.798Z[ recovery-image] Aug 19 20:03:55.766 INFO O| Aug 19 20:03:55.766 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-19T20:03:56.807Z[ recovery-image] Aug 19 20:03:55.776 INFO O| Aug 19 20:03:55.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63362026-08-19T20:03:56.812Z[ recovery-image] Aug 19 20:03:55.776 INFO O| Aug 19 20:03:55.776 INFO STEP 351 (remove_files) COMPLETE
63372026-08-19T20:03:56.812Z[ recovery-image] Aug 19 20:03:55.776 INFO O| Aug 19 20:03:55.776 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-19T20:03:56.820Z[ recovery-image] Aug 19 20:03:55.786 INFO O| Aug 19 20:03:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63392026-08-19T20:03:56.823Z[ recovery-image] Aug 19 20:03:55.787 INFO O| Aug 19 20:03:55.787 INFO STEP 352 (remove_files) COMPLETE
63402026-08-19T20:03:56.823Z[ recovery-image] Aug 19 20:03:55.787 INFO O| Aug 19 20:03:55.787 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-19T20:03:56.828Z[ recovery-image] Aug 19 20:03:55.796 INFO O| Aug 19 20:03:55.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63422026-08-19T20:03:56.828Z[ recovery-image] Aug 19 20:03:55.796 INFO O| Aug 19 20:03:55.796 INFO STEP 353 (remove_files) COMPLETE
63432026-08-19T20:03:56.828Z[ recovery-image] Aug 19 20:03:55.796 INFO O| Aug 19 20:03:55.796 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-19T20:03:56.839Z[ recovery-image] Aug 19 20:03:55.806 INFO O| Aug 19 20:03:55.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63452026-08-19T20:03:56.839Z[ recovery-image] Aug 19 20:03:55.806 INFO O| Aug 19 20:03:55.806 INFO STEP 354 (remove_files) COMPLETE
63462026-08-19T20:03:56.843Z[ recovery-image] Aug 19 20:03:55.806 INFO O| Aug 19 20:03:55.806 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-19T20:03:56.850Z[ recovery-image] Aug 19 20:03:55.816 INFO O| Aug 19 20:03:55.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63482026-08-19T20:03:56.850Z[ recovery-image] Aug 19 20:03:55.816 INFO O| Aug 19 20:03:55.816 INFO STEP 355 (remove_files) COMPLETE
63492026-08-19T20:03:56.855Z[ recovery-image] Aug 19 20:03:55.816 INFO O| Aug 19 20:03:55.816 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-19T20:03:56.860Z[ recovery-image] Aug 19 20:03:55.826 INFO O| Aug 19 20:03:55.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63512026-08-19T20:03:56.860Z[ recovery-image] Aug 19 20:03:55.826 INFO O| Aug 19 20:03:55.826 INFO STEP 356 (remove_files) COMPLETE
63522026-08-19T20:03:56.860Z[ recovery-image] Aug 19 20:03:55.826 INFO O| Aug 19 20:03:55.826 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-19T20:03:56.867Z[ recovery-image] Aug 19 20:03:55.836 INFO O| Aug 19 20:03:55.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63542026-08-19T20:03:56.867Z[ recovery-image] Aug 19 20:03:55.836 INFO O| Aug 19 20:03:55.836 INFO STEP 357 (remove_files) COMPLETE
63552026-08-19T20:03:56.867Z[ recovery-image] Aug 19 20:03:55.836 INFO O| Aug 19 20:03:55.836 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-19T20:03:56.871Z[verify-libraries] Compiling fatfs v0.3.6
63572026-08-19T20:03:56.877Z[ recovery-image] Aug 19 20:03:55.846 INFO O| Aug 19 20:03:55.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63582026-08-19T20:03:56.880Z[ recovery-image] Aug 19 20:03:55.847 INFO O| Aug 19 20:03:55.847 INFO STEP 358 (remove_files) COMPLETE
63592026-08-19T20:03:56.880Z[ recovery-image] Aug 19 20:03:55.847 INFO O| Aug 19 20:03:55.847 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-19T20:03:56.889Z[ recovery-image] Aug 19 20:03:55.857 INFO O| Aug 19 20:03:55.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63612026-08-19T20:03:56.889Z[ recovery-image] Aug 19 20:03:55.857 INFO O| Aug 19 20:03:55.857 INFO STEP 359 (remove_files) COMPLETE
63622026-08-19T20:03:56.889Z[ recovery-image] Aug 19 20:03:55.857 INFO O| Aug 19 20:03:55.857 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-19T20:03:56.898Z[ recovery-image] Aug 19 20:03:55.867 INFO O| Aug 19 20:03:55.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63642026-08-19T20:03:56.902Z[ recovery-image] Aug 19 20:03:55.868 INFO O| Aug 19 20:03:55.868 INFO STEP 360 (remove_files) COMPLETE
63652026-08-19T20:03:56.902Z[ recovery-image] Aug 19 20:03:55.868 INFO O| Aug 19 20:03:55.868 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-19T20:03:56.909Z[ recovery-image] Aug 19 20:03:55.878 INFO O| Aug 19 20:03:55.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63672026-08-19T20:03:56.909Z[ recovery-image] Aug 19 20:03:55.878 INFO O| Aug 19 20:03:55.878 INFO STEP 361 (remove_files) COMPLETE
63682026-08-19T20:03:56.909Z[ recovery-image] Aug 19 20:03:55.878 INFO O| Aug 19 20:03:55.878 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-19T20:03:56.919Z[ recovery-image] Aug 19 20:03:55.888 INFO O| Aug 19 20:03:55.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63702026-08-19T20:03:56.919Z[ recovery-image] Aug 19 20:03:55.888 INFO O| Aug 19 20:03:55.888 INFO STEP 362 (remove_files) COMPLETE
63712026-08-19T20:03:56.924Z[ recovery-image] Aug 19 20:03:55.888 INFO O| Aug 19 20:03:55.888 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-19T20:03:56.928Z[ recovery-image] Aug 19 20:03:55.898 INFO O| Aug 19 20:03:55.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63732026-08-19T20:03:56.929Z[ recovery-image] Aug 19 20:03:55.898 INFO O| Aug 19 20:03:55.898 INFO STEP 363 (remove_files) COMPLETE
63742026-08-19T20:03:56.932Z[ recovery-image] Aug 19 20:03:55.898 INFO O| Aug 19 20:03:55.898 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-19T20:03:56.938Z[ recovery-image] Aug 19 20:03:55.907 INFO O| Aug 19 20:03:55.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63762026-08-19T20:03:56.938Z[ recovery-image] Aug 19 20:03:55.907 INFO O| Aug 19 20:03:55.907 INFO STEP 364 (remove_files) COMPLETE
63772026-08-19T20:03:56.941Z[ recovery-image] Aug 19 20:03:55.907 INFO O| Aug 19 20:03:55.907 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-19T20:03:56.949Z[ recovery-image] Aug 19 20:03:55.918 INFO O| Aug 19 20:03:55.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63792026-08-19T20:03:56.949Z[ recovery-image] Aug 19 20:03:55.918 INFO O| Aug 19 20:03:55.918 INFO STEP 365 (remove_files) COMPLETE
63802026-08-19T20:03:56.949Z[ recovery-image] Aug 19 20:03:55.918 INFO O| Aug 19 20:03:55.918 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-19T20:03:56.959Z[ recovery-image] Aug 19 20:03:55.928 INFO O| Aug 19 20:03:55.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63822026-08-19T20:03:56.959Z[ recovery-image] Aug 19 20:03:55.928 INFO O| Aug 19 20:03:55.928 INFO STEP 366 (remove_files) COMPLETE
63832026-08-19T20:03:56.963Z[ recovery-image] Aug 19 20:03:55.928 INFO O| Aug 19 20:03:55.928 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-19T20:03:56.969Z[ recovery-image] Aug 19 20:03:55.938 INFO O| Aug 19 20:03:55.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63852026-08-19T20:03:56.973Z[ recovery-image] Aug 19 20:03:55.940 INFO O| Aug 19 20:03:55.939 INFO STEP 367 (remove_files) COMPLETE
63862026-08-19T20:03:56.973Z[ recovery-image] Aug 19 20:03:55.940 INFO O| Aug 19 20:03:55.939 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-19T20:03:56.980Z[ recovery-image] Aug 19 20:03:55.949 INFO O| Aug 19 20:03:55.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63882026-08-19T20:03:56.980Z[ recovery-image] Aug 19 20:03:55.950 INFO O| Aug 19 20:03:55.950 INFO STEP 368 (remove_files) COMPLETE
63892026-08-19T20:03:56.980Z[ recovery-image] Aug 19 20:03:55.950 INFO O| Aug 19 20:03:55.950 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-19T20:03:56.993Z[ recovery-image] Aug 19 20:03:55.961 INFO O| Aug 19 20:03:55.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63912026-08-19T20:03:56.993Z[ recovery-image] Aug 19 20:03:55.961 INFO O| Aug 19 20:03:55.961 INFO STEP 369 (remove_files) COMPLETE
63922026-08-19T20:03:56.993Z[ recovery-image] Aug 19 20:03:55.961 INFO O| Aug 19 20:03:55.961 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-19T20:03:57.012Z[ recovery-image] Aug 19 20:03:55.981 INFO O| Aug 19 20:03:55.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63942026-08-19T20:03:57.012Z[ recovery-image] Aug 19 20:03:55.981 INFO O| Aug 19 20:03:55.981 INFO STEP 370 (remove_files) COMPLETE
63952026-08-19T20:03:57.012Z[ recovery-image] Aug 19 20:03:55.981 INFO O| Aug 19 20:03:55.981 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-19T20:03:57.022Z[ recovery-image] Aug 19 20:03:55.992 INFO O| Aug 19 20:03:55.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63972026-08-19T20:03:57.023Z[ recovery-image] Aug 19 20:03:55.992 INFO O| Aug 19 20:03:55.992 INFO STEP 371 (remove_files) COMPLETE
63982026-08-19T20:03:57.023Z[ recovery-image] Aug 19 20:03:55.992 INFO O| Aug 19 20:03:55.992 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-19T20:03:57.037Z[ recovery-image] Aug 19 20:03:56.006 INFO O| Aug 19 20:03:56.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64002026-08-19T20:03:57.037Z[ recovery-image] Aug 19 20:03:56.006 INFO O| Aug 19 20:03:56.006 INFO STEP 372 (remove_files) COMPLETE
64012026-08-19T20:03:57.037Z[ recovery-image] Aug 19 20:03:56.006 INFO O| Aug 19 20:03:56.006 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-19T20:03:57.054Z[ recovery-image] Aug 19 20:03:56.019 INFO O| Aug 19 20:03:56.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64032026-08-19T20:03:57.055Z[ recovery-image] Aug 19 20:03:56.019 INFO O| Aug 19 20:03:56.019 INFO STEP 373 (remove_files) COMPLETE
64042026-08-19T20:03:57.055Z[ recovery-image] Aug 19 20:03:56.019 INFO O| Aug 19 20:03:56.019 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-19T20:03:57.061Z[ recovery-image] Aug 19 20:03:56.030 INFO O| Aug 19 20:03:56.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64062026-08-19T20:03:57.061Z[ recovery-image] Aug 19 20:03:56.030 INFO O| Aug 19 20:03:56.030 INFO STEP 374 (remove_files) COMPLETE
64072026-08-19T20:03:57.064Z[ recovery-image] Aug 19 20:03:56.030 INFO O| Aug 19 20:03:56.030 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-19T20:03:57.087Z[ recovery-image] Aug 19 20:03:56.056 INFO O| Aug 19 20:03:56.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64092026-08-19T20:03:57.087Z[ recovery-image] Aug 19 20:03:56.056 INFO O| Aug 19 20:03:56.056 INFO STEP 375 (remove_files) COMPLETE
64102026-08-19T20:03:57.093Z[ recovery-image] Aug 19 20:03:56.056 INFO O| Aug 19 20:03:56.056 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-19T20:03:57.098Z[ recovery-image] Aug 19 20:03:56.067 INFO O| Aug 19 20:03:56.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64122026-08-19T20:03:57.099Z[ recovery-image] Aug 19 20:03:56.067 INFO O| Aug 19 20:03:56.066 INFO STEP 376 (remove_files) COMPLETE
64132026-08-19T20:03:57.103Z[ recovery-image] Aug 19 20:03:56.067 INFO O| Aug 19 20:03:56.066 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-19T20:03:57.108Z[ recovery-image] Aug 19 20:03:56.077 INFO O| Aug 19 20:03:56.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64152026-08-19T20:03:57.108Z[ recovery-image] Aug 19 20:03:56.077 INFO O| Aug 19 20:03:56.077 INFO STEP 377 (remove_files) COMPLETE
64162026-08-19T20:03:57.108Z[ recovery-image] Aug 19 20:03:56.077 INFO O| Aug 19 20:03:56.077 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-19T20:03:57.111Z[verify-libraries] Compiling num-bigint v0.4.6
64182026-08-19T20:03:57.118Z[ recovery-image] Aug 19 20:03:56.087 INFO O| Aug 19 20:03:56.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64192026-08-19T20:03:57.118Z[ recovery-image] Aug 19 20:03:56.087 INFO O| Aug 19 20:03:56.087 INFO STEP 378 (remove_files) COMPLETE
64202026-08-19T20:03:57.118Z[ recovery-image] Aug 19 20:03:56.087 INFO O| Aug 19 20:03:56.087 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-19T20:03:57.129Z[ recovery-image] Aug 19 20:03:56.098 INFO O| Aug 19 20:03:56.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64222026-08-19T20:03:57.129Z[ recovery-image] Aug 19 20:03:56.098 INFO O| Aug 19 20:03:56.098 INFO STEP 379 (remove_files) COMPLETE
64232026-08-19T20:03:57.134Z[ recovery-image] Aug 19 20:03:56.098 INFO O| Aug 19 20:03:56.098 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-19T20:03:57.139Z[ recovery-image] Aug 19 20:03:56.108 INFO O| Aug 19 20:03:56.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64252026-08-19T20:03:57.139Z[ recovery-image] Aug 19 20:03:56.108 INFO O| Aug 19 20:03:56.108 INFO STEP 380 (remove_files) COMPLETE
64262026-08-19T20:03:57.139Z[ recovery-image] Aug 19 20:03:56.108 INFO O| Aug 19 20:03:56.108 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-19T20:03:57.150Z[ recovery-image] Aug 19 20:03:56.119 INFO O| Aug 19 20:03:56.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64282026-08-19T20:03:57.150Z[ recovery-image] Aug 19 20:03:56.119 INFO O| Aug 19 20:03:56.119 INFO STEP 381 (remove_files) COMPLETE
64292026-08-19T20:03:57.156Z[ recovery-image] Aug 19 20:03:56.119 INFO O| Aug 19 20:03:56.119 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-19T20:03:57.161Z[ recovery-image] Aug 19 20:03:56.129 INFO O| Aug 19 20:03:56.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64312026-08-19T20:03:57.161Z[ recovery-image] Aug 19 20:03:56.129 INFO O| Aug 19 20:03:56.129 INFO STEP 382 (remove_files) COMPLETE
64322026-08-19T20:03:57.161Z[ recovery-image] Aug 19 20:03:56.129 INFO O| Aug 19 20:03:56.129 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-19T20:03:57.169Z[ recovery-image] Aug 19 20:03:56.138 INFO O| Aug 19 20:03:56.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64342026-08-19T20:03:57.169Z[ recovery-image] Aug 19 20:03:56.138 INFO O| Aug 19 20:03:56.138 INFO STEP 383 (remove_files) COMPLETE
64352026-08-19T20:03:57.169Z[ recovery-image] Aug 19 20:03:56.138 INFO O| Aug 19 20:03:56.138 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-19T20:03:57.181Z[ recovery-image] Aug 19 20:03:56.149 INFO O| Aug 19 20:03:56.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64372026-08-19T20:03:57.181Z[ recovery-image] Aug 19 20:03:56.149 INFO O| Aug 19 20:03:56.149 INFO STEP 384 (remove_files) COMPLETE
64382026-08-19T20:03:57.184Z[ recovery-image] Aug 19 20:03:56.149 INFO O| Aug 19 20:03:56.149 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-19T20:03:57.191Z[ recovery-image] Aug 19 20:03:56.160 INFO O| Aug 19 20:03:56.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64402026-08-19T20:03:57.191Z[ recovery-image] Aug 19 20:03:56.160 INFO O| Aug 19 20:03:56.160 INFO STEP 385 (remove_files) COMPLETE
64412026-08-19T20:03:57.194Z[ recovery-image] Aug 19 20:03:56.160 INFO O| Aug 19 20:03:56.160 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-19T20:03:57.199Z[ recovery-image] Aug 19 20:03:56.168 INFO O| Aug 19 20:03:56.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64432026-08-19T20:03:57.199Z[ recovery-image] Aug 19 20:03:56.168 INFO O| Aug 19 20:03:56.168 INFO STEP 386 (remove_files) COMPLETE
64442026-08-19T20:03:57.204Z[ recovery-image] Aug 19 20:03:56.168 INFO O| Aug 19 20:03:56.168 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-19T20:03:57.236Z[ recovery-image] Aug 19 20:03:56.205 INFO O| Aug 19 20:03:56.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64462026-08-19T20:03:57.237Z[ recovery-image] Aug 19 20:03:56.206 INFO O| Aug 19 20:03:56.206 INFO STEP 387 (remove_files) COMPLETE
64472026-08-19T20:03:57.237Z[ recovery-image] Aug 19 20:03:56.206 INFO O| Aug 19 20:03:56.206 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-19T20:03:57.247Z[ recovery-image] Aug 19 20:03:56.215 INFO O| Aug 19 20:03:56.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64492026-08-19T20:03:57.247Z[ recovery-image] Aug 19 20:03:56.215 INFO O| Aug 19 20:03:56.215 INFO STEP 388 (remove_files) COMPLETE
64502026-08-19T20:03:57.250Z[ recovery-image] Aug 19 20:03:56.215 INFO O| Aug 19 20:03:56.215 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-19T20:03:57.258Z[ recovery-image] Aug 19 20:03:56.227 INFO O| Aug 19 20:03:56.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64522026-08-19T20:03:57.258Z[ recovery-image] Aug 19 20:03:56.227 INFO O| Aug 19 20:03:56.227 INFO STEP 389 (remove_files) COMPLETE
64532026-08-19T20:03:57.258Z[ recovery-image] Aug 19 20:03:56.227 INFO O| Aug 19 20:03:56.227 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-19T20:03:57.269Z[ recovery-image] Aug 19 20:03:56.237 INFO O| Aug 19 20:03:56.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64552026-08-19T20:03:57.272Z[ recovery-image] Aug 19 20:03:56.238 INFO O| Aug 19 20:03:56.238 INFO STEP 390 (remove_files) COMPLETE
64562026-08-19T20:03:57.272Z[ recovery-image] Aug 19 20:03:56.238 INFO O| Aug 19 20:03:56.238 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-19T20:03:57.279Z[ recovery-image] Aug 19 20:03:56.248 INFO O| Aug 19 20:03:56.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64582026-08-19T20:03:57.279Z[ recovery-image] Aug 19 20:03:56.248 INFO O| Aug 19 20:03:56.248 INFO STEP 391 (remove_files) COMPLETE
64592026-08-19T20:03:57.283Z[ recovery-image] Aug 19 20:03:56.248 INFO O| Aug 19 20:03:56.248 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-19T20:03:57.291Z[ recovery-image] Aug 19 20:03:56.259 INFO O| Aug 19 20:03:56.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64612026-08-19T20:03:57.291Z[ recovery-image] Aug 19 20:03:56.259 INFO O| Aug 19 20:03:56.259 INFO STEP 392 (remove_files) COMPLETE
64622026-08-19T20:03:57.291Z[ recovery-image] Aug 19 20:03:56.259 INFO O| Aug 19 20:03:56.259 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-19T20:03:57.300Z[ recovery-image] Aug 19 20:03:56.269 INFO O| Aug 19 20:03:56.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64642026-08-19T20:03:57.300Z[ recovery-image] Aug 19 20:03:56.269 INFO O| Aug 19 20:03:56.269 INFO STEP 393 (remove_files) COMPLETE
64652026-08-19T20:03:57.300Z[ recovery-image] Aug 19 20:03:56.269 INFO O| Aug 19 20:03:56.269 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-19T20:03:57.313Z[ recovery-image] Aug 19 20:03:56.278 INFO O| Aug 19 20:03:56.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64672026-08-19T20:03:57.313Z[ recovery-image] Aug 19 20:03:56.278 INFO O| Aug 19 20:03:56.278 INFO STEP 394 (remove_files) COMPLETE
64682026-08-19T20:03:57.313Z[ recovery-image] Aug 19 20:03:56.278 INFO O| Aug 19 20:03:56.278 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-19T20:03:57.321Z[ recovery-image] Aug 19 20:03:56.289 INFO O| Aug 19 20:03:56.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64702026-08-19T20:03:57.321Z[ recovery-image] Aug 19 20:03:56.289 INFO O| Aug 19 20:03:56.289 INFO STEP 395 (remove_files) COMPLETE
64712026-08-19T20:03:57.321Z[ recovery-image] Aug 19 20:03:56.289 INFO O| Aug 19 20:03:56.289 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-19T20:03:57.326Z[verify-libraries] Compiling generic-array v1.4.3
64732026-08-19T20:03:57.338Z[ recovery-image] Aug 19 20:03:56.305 INFO O| Aug 19 20:03:56.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64742026-08-19T20:03:57.350Z[ recovery-image] Aug 19 20:03:56.319 INFO O| Aug 19 20:03:56.318 INFO STEP 396 (remove_files) COMPLETE
64752026-08-19T20:03:57.350Z[ recovery-image] Aug 19 20:03:56.319 INFO O| Aug 19 20:03:56.319 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-19T20:03:57.363Z[ recovery-image] Aug 19 20:03:56.332 INFO O| Aug 19 20:03:56.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64772026-08-19T20:03:57.363Z[ recovery-image] Aug 19 20:03:56.332 INFO O| Aug 19 20:03:56.331 INFO STEP 397 (remove_files) COMPLETE
64782026-08-19T20:03:57.367Z[ recovery-image] Aug 19 20:03:56.332 INFO O| Aug 19 20:03:56.331 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.343 INFO O| Aug 19 20:03:56.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64802026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.343 INFO O| Aug 19 20:03:56.343 INFO STEP 398 (remove_files) COMPLETE
64812026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.343 INFO O| Aug 19 20:03:56.343 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.354 INFO O| Aug 19 20:03:56.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64832026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.354 INFO O| Aug 19 20:03:56.354 INFO STEP 399 (remove_files) COMPLETE
64842026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.354 INFO O| Aug 19 20:03:56.354 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.364 INFO O| Aug 19 20:03:56.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64862026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.365 INFO O| Aug 19 20:03:56.365 INFO STEP 400 (remove_files) COMPLETE
64872026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.365 INFO O| Aug 19 20:03:56.365 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.375 INFO O| Aug 19 20:03:56.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64892026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.375 INFO O| Aug 19 20:03:56.375 INFO STEP 401 (remove_files) COMPLETE
64902026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.375 INFO O| Aug 19 20:03:56.375 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.387 INFO O| Aug 19 20:03:56.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64922026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.387 INFO O| Aug 19 20:03:56.387 INFO STEP 402 (remove_files) COMPLETE
64932026-08-19T20:03:57.421Z[ recovery-image] Aug 19 20:03:56.387 INFO O| Aug 19 20:03:56.387 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-19T20:03:57.430Z[ recovery-image] Aug 19 20:03:56.399 INFO O| Aug 19 20:03:56.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64952026-08-19T20:03:57.430Z[ recovery-image] Aug 19 20:03:56.399 INFO O| Aug 19 20:03:56.399 INFO STEP 403 (remove_files) COMPLETE
64962026-08-19T20:03:57.436Z[ recovery-image] Aug 19 20:03:56.399 INFO O| Aug 19 20:03:56.399 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-19T20:03:57.441Z[ recovery-image] Aug 19 20:03:56.410 INFO O| Aug 19 20:03:56.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64982026-08-19T20:03:57.448Z[ recovery-image] Aug 19 20:03:56.410 INFO O| Aug 19 20:03:56.410 INFO STEP 404 (remove_files) COMPLETE
64992026-08-19T20:03:57.448Z[ recovery-image] Aug 19 20:03:56.410 INFO O| Aug 19 20:03:56.410 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-19T20:03:57.453Z[ recovery-image] Aug 19 20:03:56.422 INFO O| Aug 19 20:03:56.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65012026-08-19T20:03:57.453Z[ recovery-image] Aug 19 20:03:56.422 INFO O| Aug 19 20:03:56.422 INFO STEP 405 (remove_files) COMPLETE
65022026-08-19T20:03:57.453Z[ recovery-image] Aug 19 20:03:56.422 INFO O| Aug 19 20:03:56.422 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-19T20:03:57.464Z[ recovery-image] Aug 19 20:03:56.431 INFO O| Aug 19 20:03:56.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65042026-08-19T20:03:57.464Z[ recovery-image] Aug 19 20:03:56.431 INFO O| Aug 19 20:03:56.431 INFO STEP 406 (remove_files) COMPLETE
65052026-08-19T20:03:57.467Z[ recovery-image] Aug 19 20:03:56.431 INFO O| Aug 19 20:03:56.431 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-19T20:03:57.475Z[ recovery-image] Aug 19 20:03:56.441 INFO O| Aug 19 20:03:56.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65072026-08-19T20:03:57.475Z[ recovery-image] Aug 19 20:03:56.442 INFO O| Aug 19 20:03:56.441 INFO STEP 407 (remove_files) COMPLETE
65082026-08-19T20:03:57.475Z[ recovery-image] Aug 19 20:03:56.442 INFO O| Aug 19 20:03:56.441 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-19T20:03:57.485Z[ recovery-image] Aug 19 20:03:56.451 INFO O| Aug 19 20:03:56.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65102026-08-19T20:03:57.485Z[ recovery-image] Aug 19 20:03:56.451 INFO O| Aug 19 20:03:56.451 INFO STEP 408 (remove_files) COMPLETE
65112026-08-19T20:03:57.485Z[ recovery-image] Aug 19 20:03:56.451 INFO O| Aug 19 20:03:56.451 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-19T20:03:57.490Z[ recovery-image] Aug 19 20:03:56.460 INFO O| Aug 19 20:03:56.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65132026-08-19T20:03:57.490Z[ recovery-image] Aug 19 20:03:56.460 INFO O| Aug 19 20:03:56.460 INFO STEP 409 (remove_files) COMPLETE
65142026-08-19T20:03:57.491Z[ recovery-image] Aug 19 20:03:56.460 INFO O| Aug 19 20:03:56.460 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-19T20:03:57.500Z[ recovery-image] Aug 19 20:03:56.469 INFO O| Aug 19 20:03:56.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65162026-08-19T20:03:57.500Z[ recovery-image] Aug 19 20:03:56.469 INFO O| Aug 19 20:03:56.469 INFO STEP 410 (remove_files) COMPLETE
65172026-08-19T20:03:57.506Z[ recovery-image] Aug 19 20:03:56.469 INFO O| Aug 19 20:03:56.469 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-19T20:03:57.512Z[ recovery-image] Aug 19 20:03:56.479 INFO O| Aug 19 20:03:56.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65192026-08-19T20:03:57.512Z[ recovery-image] Aug 19 20:03:56.479 INFO O| Aug 19 20:03:56.479 INFO STEP 411 (remove_files) COMPLETE
65202026-08-19T20:03:57.512Z[ recovery-image] Aug 19 20:03:56.479 INFO O| Aug 19 20:03:56.479 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-19T20:03:57.524Z[ recovery-image] Aug 19 20:03:56.492 INFO O| Aug 19 20:03:56.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65222026-08-19T20:03:57.524Z[ recovery-image] Aug 19 20:03:56.492 INFO O| Aug 19 20:03:56.492 INFO STEP 412 (remove_files) COMPLETE
65232026-08-19T20:03:57.529Z[ recovery-image] Aug 19 20:03:56.492 INFO O| Aug 19 20:03:56.492 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-19T20:03:57.533Z[ recovery-image] Aug 19 20:03:56.502 INFO O| Aug 19 20:03:56.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65252026-08-19T20:03:57.533Z[ recovery-image] Aug 19 20:03:56.502 INFO O| Aug 19 20:03:56.502 INFO STEP 413 (remove_files) COMPLETE
65262026-08-19T20:03:57.538Z[ recovery-image] Aug 19 20:03:56.502 INFO O| Aug 19 20:03:56.502 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-19T20:03:57.546Z[ recovery-image] Aug 19 20:03:56.514 INFO O| Aug 19 20:03:56.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65282026-08-19T20:03:57.546Z[ recovery-image] Aug 19 20:03:56.514 INFO O| Aug 19 20:03:56.514 INFO STEP 414 (remove_files) COMPLETE
65292026-08-19T20:03:57.546Z[ recovery-image] Aug 19 20:03:56.514 INFO O| Aug 19 20:03:56.514 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-19T20:03:57.557Z[ recovery-image] Aug 19 20:03:56.526 INFO O| Aug 19 20:03:56.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65312026-08-19T20:03:57.557Z[ recovery-image] Aug 19 20:03:56.526 INFO O| Aug 19 20:03:56.526 INFO STEP 415 (remove_files) COMPLETE
65322026-08-19T20:03:57.557Z[ recovery-image] Aug 19 20:03:56.526 INFO O| Aug 19 20:03:56.526 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-19T20:03:57.568Z[ recovery-image] Aug 19 20:03:56.537 INFO O| Aug 19 20:03:56.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65342026-08-19T20:03:57.572Z[ recovery-image] Aug 19 20:03:56.538 INFO O| Aug 19 20:03:56.538 INFO STEP 416 (remove_files) COMPLETE
65352026-08-19T20:03:57.572Z[ recovery-image] Aug 19 20:03:56.538 INFO O| Aug 19 20:03:56.538 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-19T20:03:57.579Z[ recovery-image] Aug 19 20:03:56.548 INFO O| Aug 19 20:03:56.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65372026-08-19T20:03:57.583Z[ recovery-image] Aug 19 20:03:56.549 INFO O| Aug 19 20:03:56.549 INFO STEP 417 (remove_files) COMPLETE
65382026-08-19T20:03:57.584Z[ recovery-image] Aug 19 20:03:56.549 INFO O| Aug 19 20:03:56.549 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-19T20:03:57.593Z[ recovery-image] Aug 19 20:03:56.561 INFO O| Aug 19 20:03:56.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65402026-08-19T20:03:57.593Z[ recovery-image] Aug 19 20:03:56.561 INFO O| Aug 19 20:03:56.561 INFO STEP 418 (remove_files) COMPLETE
65412026-08-19T20:03:57.593Z[ recovery-image] Aug 19 20:03:56.561 INFO O| Aug 19 20:03:56.561 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-19T20:03:57.603Z[ recovery-image] Aug 19 20:03:56.572 INFO O| Aug 19 20:03:56.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65432026-08-19T20:03:57.603Z[ recovery-image] Aug 19 20:03:56.572 INFO O| Aug 19 20:03:56.572 INFO STEP 419 (remove_files) COMPLETE
65442026-08-19T20:03:57.607Z[ recovery-image] Aug 19 20:03:56.572 INFO O| Aug 19 20:03:56.572 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-19T20:03:57.615Z[ recovery-image] Aug 19 20:03:56.582 INFO O| Aug 19 20:03:56.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65462026-08-19T20:03:57.615Z[ recovery-image] Aug 19 20:03:56.582 INFO O| Aug 19 20:03:56.582 INFO STEP 420 (remove_files) COMPLETE
65472026-08-19T20:03:57.619Z[ recovery-image] Aug 19 20:03:56.582 INFO O| Aug 19 20:03:56.582 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-19T20:03:57.625Z[ recovery-image] Aug 19 20:03:56.593 INFO O| Aug 19 20:03:56.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65492026-08-19T20:03:57.625Z[ recovery-image] Aug 19 20:03:56.594 INFO O| Aug 19 20:03:56.594 INFO STEP 421 (remove_files) COMPLETE
65502026-08-19T20:03:57.625Z[ recovery-image] Aug 19 20:03:56.594 INFO O| Aug 19 20:03:56.594 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-19T20:03:57.636Z[ recovery-image] Aug 19 20:03:56.606 INFO O| Aug 19 20:03:56.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65522026-08-19T20:03:57.637Z[ recovery-image] Aug 19 20:03:56.606 INFO O| Aug 19 20:03:56.606 INFO STEP 422 (remove_files) COMPLETE
65532026-08-19T20:03:57.637Z[ recovery-image] Aug 19 20:03:56.606 INFO O| Aug 19 20:03:56.606 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-19T20:03:57.648Z[ recovery-image] Aug 19 20:03:56.618 INFO O| Aug 19 20:03:56.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65552026-08-19T20:03:57.652Z[ recovery-image] Aug 19 20:03:56.618 INFO O| Aug 19 20:03:56.618 INFO STEP 423 (remove_files) COMPLETE
65562026-08-19T20:03:57.652Z[ recovery-image] Aug 19 20:03:56.618 INFO O| Aug 19 20:03:56.618 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-19T20:03:57.660Z[verify-libraries] Compiling russh-util v0.52.0
65582026-08-19T20:03:57.665Z[ recovery-image] Aug 19 20:03:56.630 INFO O| Aug 19 20:03:56.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65592026-08-19T20:03:57.665Z[ recovery-image] Aug 19 20:03:56.630 INFO O| Aug 19 20:03:56.630 INFO STEP 424 (remove_files) COMPLETE
65602026-08-19T20:03:57.665Z[ recovery-image] Aug 19 20:03:56.630 INFO O| Aug 19 20:03:56.630 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-19T20:03:57.670Z[ recovery-image] Aug 19 20:03:56.639 INFO O| Aug 19 20:03:56.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65622026-08-19T20:03:57.670Z[ recovery-image] Aug 19 20:03:56.639 INFO O| Aug 19 20:03:56.639 INFO STEP 425 (remove_files) COMPLETE
65632026-08-19T20:03:57.676Z[ recovery-image] Aug 19 20:03:56.640 INFO O| Aug 19 20:03:56.639 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-19T20:03:57.680Z[ recovery-image] Aug 19 20:03:56.649 INFO O| Aug 19 20:03:56.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65652026-08-19T20:03:57.680Z[ recovery-image] Aug 19 20:03:56.649 INFO O| Aug 19 20:03:56.649 INFO STEP 426 (remove_files) COMPLETE
65662026-08-19T20:03:57.680Z[ recovery-image] Aug 19 20:03:56.649 INFO O| Aug 19 20:03:56.649 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-19T20:03:57.693Z[ recovery-image] Aug 19 20:03:56.662 INFO O| Aug 19 20:03:56.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65682026-08-19T20:03:57.693Z[ recovery-image] Aug 19 20:03:56.663 INFO O| Aug 19 20:03:56.662 INFO STEP 427 (remove_files) COMPLETE
65692026-08-19T20:03:57.693Z[ recovery-image] Aug 19 20:03:56.663 INFO O| Aug 19 20:03:56.662 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-19T20:03:57.703Z[ recovery-image] Aug 19 20:03:56.673 INFO O| Aug 19 20:03:56.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65712026-08-19T20:03:57.703Z[ recovery-image] Aug 19 20:03:56.673 INFO O| Aug 19 20:03:56.673 INFO STEP 428 (remove_files) COMPLETE
65722026-08-19T20:03:57.704Z[ recovery-image] Aug 19 20:03:56.673 INFO O| Aug 19 20:03:56.673 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-19T20:03:57.713Z[ recovery-image] Aug 19 20:03:56.682 INFO O| Aug 19 20:03:56.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65742026-08-19T20:03:57.713Z[ recovery-image] Aug 19 20:03:56.682 INFO O| Aug 19 20:03:56.682 INFO STEP 429 (remove_files) COMPLETE
65752026-08-19T20:03:57.717Z[ recovery-image] Aug 19 20:03:56.682 INFO O| Aug 19 20:03:56.682 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-19T20:03:57.721Z[ recovery-image] Aug 19 20:03:56.690 INFO O| Aug 19 20:03:56.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65772026-08-19T20:03:57.721Z[ recovery-image] Aug 19 20:03:56.690 INFO O| Aug 19 20:03:56.690 INFO STEP 430 (remove_files) COMPLETE
65782026-08-19T20:03:57.721Z[ recovery-image] Aug 19 20:03:56.690 INFO O| Aug 19 20:03:56.690 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-19T20:03:57.735Z[ recovery-image] Aug 19 20:03:56.701 INFO O| Aug 19 20:03:56.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65802026-08-19T20:03:57.735Z[ recovery-image] Aug 19 20:03:56.701 INFO O| Aug 19 20:03:56.701 INFO STEP 431 (remove_files) COMPLETE
65812026-08-19T20:03:57.739Z[ recovery-image] Aug 19 20:03:56.701 INFO O| Aug 19 20:03:56.701 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-19T20:03:57.744Z[ recovery-image] Aug 19 20:03:56.711 INFO O| Aug 19 20:03:56.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65832026-08-19T20:03:57.744Z[ recovery-image] Aug 19 20:03:56.711 INFO O| Aug 19 20:03:56.711 INFO STEP 432 (remove_files) COMPLETE
65842026-08-19T20:03:57.744Z[ recovery-image] Aug 19 20:03:56.711 INFO O| Aug 19 20:03:56.711 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-19T20:03:57.751Z[ recovery-image] Aug 19 20:03:56.720 INFO O| Aug 19 20:03:56.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65862026-08-19T20:03:57.751Z[ recovery-image] Aug 19 20:03:56.720 INFO O| Aug 19 20:03:56.720 INFO STEP 433 (remove_files) COMPLETE
65872026-08-19T20:03:57.756Z[ recovery-image] Aug 19 20:03:56.720 INFO O| Aug 19 20:03:56.720 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-19T20:03:57.763Z[ recovery-image] Aug 19 20:03:56.730 INFO O| Aug 19 20:03:56.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65892026-08-19T20:03:57.763Z[ recovery-image] Aug 19 20:03:56.730 INFO O| Aug 19 20:03:56.730 INFO STEP 434 (remove_files) COMPLETE
65902026-08-19T20:03:57.763Z[ recovery-image] Aug 19 20:03:56.730 INFO O| Aug 19 20:03:56.730 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-19T20:03:57.772Z[ recovery-image] Aug 19 20:03:56.741 INFO O| Aug 19 20:03:56.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65922026-08-19T20:03:57.772Z[ recovery-image] Aug 19 20:03:56.741 INFO O| Aug 19 20:03:56.741 INFO STEP 435 (remove_files) COMPLETE
65932026-08-19T20:03:57.772Z[ recovery-image] Aug 19 20:03:56.741 INFO O| Aug 19 20:03:56.741 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-19T20:03:57.782Z[ recovery-image] Aug 19 20:03:56.752 INFO O| Aug 19 20:03:56.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65952026-08-19T20:03:57.786Z[ recovery-image] Aug 19 20:03:56.752 INFO O| Aug 19 20:03:56.752 INFO STEP 436 (remove_files) COMPLETE
65962026-08-19T20:03:57.786Z[ recovery-image] Aug 19 20:03:56.752 INFO O| Aug 19 20:03:56.752 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-19T20:03:57.794Z[ recovery-image] Aug 19 20:03:56.763 INFO O| Aug 19 20:03:56.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65982026-08-19T20:03:57.794Z[ recovery-image] Aug 19 20:03:56.763 INFO O| Aug 19 20:03:56.763 INFO STEP 437 (remove_files) COMPLETE
65992026-08-19T20:03:57.794Z[ recovery-image] Aug 19 20:03:56.763 INFO O| Aug 19 20:03:56.763 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-19T20:03:57.805Z[ recovery-image] Aug 19 20:03:56.775 INFO O| Aug 19 20:03:56.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66012026-08-19T20:03:57.806Z[ recovery-image] Aug 19 20:03:56.775 INFO O| Aug 19 20:03:56.775 INFO STEP 438 (remove_files) COMPLETE
66022026-08-19T20:03:57.806Z[ recovery-image] Aug 19 20:03:56.775 INFO O| Aug 19 20:03:56.775 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-19T20:03:57.816Z[ recovery-image] Aug 19 20:03:56.785 INFO O| Aug 19 20:03:56.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66042026-08-19T20:03:57.816Z[ recovery-image] Aug 19 20:03:56.785 INFO O| Aug 19 20:03:56.785 INFO STEP 439 (remove_files) COMPLETE
66052026-08-19T20:03:57.816Z[ recovery-image] Aug 19 20:03:56.785 INFO O| Aug 19 20:03:56.785 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-19T20:03:57.828Z[ recovery-image] Aug 19 20:03:56.796 INFO O| Aug 19 20:03:56.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66072026-08-19T20:03:57.828Z[ recovery-image] Aug 19 20:03:56.796 INFO O| Aug 19 20:03:56.796 INFO STEP 440 (remove_files) COMPLETE
66082026-08-19T20:03:57.828Z[ recovery-image] Aug 19 20:03:56.796 INFO O| Aug 19 20:03:56.796 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-19T20:03:57.839Z[ recovery-image] Aug 19 20:03:56.807 INFO O| Aug 19 20:03:56.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66102026-08-19T20:03:57.839Z[ recovery-image] Aug 19 20:03:56.807 INFO O| Aug 19 20:03:56.807 INFO STEP 441 (remove_files) COMPLETE
66112026-08-19T20:03:57.839Z[ recovery-image] Aug 19 20:03:56.807 INFO O| Aug 19 20:03:56.807 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-19T20:03:57.849Z[ recovery-image] Aug 19 20:03:56.818 INFO O| Aug 19 20:03:56.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66132026-08-19T20:03:57.849Z[ recovery-image] Aug 19 20:03:56.819 INFO O| Aug 19 20:03:56.818 INFO STEP 442 (remove_files) COMPLETE
66142026-08-19T20:03:57.855Z[ recovery-image] Aug 19 20:03:56.819 INFO O| Aug 19 20:03:56.819 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-19T20:03:57.864Z[ recovery-image] Aug 19 20:03:56.830 INFO O| Aug 19 20:03:56.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66162026-08-19T20:03:57.864Z[ recovery-image] Aug 19 20:03:56.830 INFO O| Aug 19 20:03:56.830 INFO STEP 443 (remove_files) COMPLETE
66172026-08-19T20:03:57.865Z[ recovery-image] Aug 19 20:03:56.830 INFO O| Aug 19 20:03:56.830 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-19T20:03:57.874Z[ recovery-image] Aug 19 20:03:56.843 INFO O| Aug 19 20:03:56.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66192026-08-19T20:03:57.874Z[ recovery-image] Aug 19 20:03:56.843 INFO O| Aug 19 20:03:56.843 INFO STEP 444 (remove_files) COMPLETE
66202026-08-19T20:03:57.874Z[ recovery-image] Aug 19 20:03:56.843 INFO O| Aug 19 20:03:56.843 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-19T20:03:57.886Z[ recovery-image] Aug 19 20:03:56.854 INFO O| Aug 19 20:03:56.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66222026-08-19T20:03:57.887Z[ recovery-image] Aug 19 20:03:56.854 INFO O| Aug 19 20:03:56.854 INFO STEP 445 (remove_files) COMPLETE
66232026-08-19T20:03:57.890Z[ recovery-image] Aug 19 20:03:56.854 INFO O| Aug 19 20:03:56.854 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-19T20:03:57.897Z[verify-libraries] Compiling enum_dispatch v0.3.13
66252026-08-19T20:03:57.901Z[ recovery-image] Aug 19 20:03:56.864 INFO O| Aug 19 20:03:56.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66262026-08-19T20:03:57.901Z[ recovery-image] Aug 19 20:03:56.864 INFO O| Aug 19 20:03:56.864 INFO STEP 446 (remove_files) COMPLETE
66272026-08-19T20:03:57.901Z[ recovery-image] Aug 19 20:03:56.864 INFO O| Aug 19 20:03:56.864 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-19T20:03:57.908Z[ recovery-image] Aug 19 20:03:56.875 INFO O| Aug 19 20:03:56.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66292026-08-19T20:03:57.908Z[ recovery-image] Aug 19 20:03:56.875 INFO O| Aug 19 20:03:56.875 INFO STEP 447 (remove_files) COMPLETE
66302026-08-19T20:03:57.908Z[ recovery-image] Aug 19 20:03:56.875 INFO O| Aug 19 20:03:56.875 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-19T20:03:57.916Z[ recovery-image] Aug 19 20:03:56.885 INFO O| Aug 19 20:03:56.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66322026-08-19T20:03:57.916Z[ recovery-image] Aug 19 20:03:56.885 INFO O| Aug 19 20:03:56.885 INFO STEP 448 (remove_files) COMPLETE
66332026-08-19T20:03:57.916Z[ recovery-image] Aug 19 20:03:56.885 INFO O| Aug 19 20:03:56.885 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-19T20:03:57.920Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
66352026-08-19T20:03:57.928Z[ recovery-image] Aug 19 20:03:56.894 INFO O| Aug 19 20:03:56.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66362026-08-19T20:03:57.928Z[ recovery-image] Aug 19 20:03:56.895 INFO O| Aug 19 20:03:56.895 INFO STEP 449 (remove_files) COMPLETE
66372026-08-19T20:03:57.932Z[ recovery-image] Aug 19 20:03:56.895 INFO O| Aug 19 20:03:56.895 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-19T20:03:57.937Z[ recovery-image] Aug 19 20:03:56.905 INFO O| Aug 19 20:03:56.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66392026-08-19T20:03:57.938Z[ recovery-image] Aug 19 20:03:56.905 INFO O| Aug 19 20:03:56.905 INFO STEP 450 (remove_files) COMPLETE
66402026-08-19T20:03:57.938Z[ recovery-image] Aug 19 20:03:56.905 INFO O| Aug 19 20:03:56.905 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-19T20:03:57.945Z[ recovery-image] Aug 19 20:03:56.914 INFO O| Aug 19 20:03:56.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66422026-08-19T20:03:57.945Z[ recovery-image] Aug 19 20:03:56.914 INFO O| Aug 19 20:03:56.914 INFO STEP 451 (remove_files) COMPLETE
66432026-08-19T20:03:57.945Z[ recovery-image] Aug 19 20:03:56.914 INFO O| Aug 19 20:03:56.914 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-19T20:03:57.956Z[ recovery-image] Aug 19 20:03:56.924 INFO O| Aug 19 20:03:56.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66452026-08-19T20:03:57.959Z[ recovery-image] Aug 19 20:03:56.925 INFO O| Aug 19 20:03:56.925 INFO STEP 452 (remove_files) COMPLETE
66462026-08-19T20:03:57.959Z[ recovery-image] Aug 19 20:03:56.925 INFO O| Aug 19 20:03:56.925 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-19T20:03:57.959Z[verify-libraries] Compiling sapling-renderdag v0.1.0
66482026-08-19T20:03:57.966Z[ recovery-image] Aug 19 20:03:56.935 INFO O| Aug 19 20:03:56.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66492026-08-19T20:03:57.966Z[ recovery-image] Aug 19 20:03:56.935 INFO O| Aug 19 20:03:56.935 INFO STEP 453 (remove_files) COMPLETE
66502026-08-19T20:03:57.966Z[ recovery-image] Aug 19 20:03:56.935 INFO O| Aug 19 20:03:56.935 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-19T20:03:57.978Z[ recovery-image] Aug 19 20:03:56.946 INFO O| Aug 19 20:03:56.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66522026-08-19T20:03:57.978Z[ recovery-image] Aug 19 20:03:56.946 INFO O| Aug 19 20:03:56.946 INFO STEP 454 (remove_files) COMPLETE
66532026-08-19T20:03:57.978Z[ recovery-image] Aug 19 20:03:56.946 INFO O| Aug 19 20:03:56.946 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-19T20:03:57.990Z[ recovery-image] Aug 19 20:03:56.956 INFO O| Aug 19 20:03:56.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66552026-08-19T20:03:57.990Z[ recovery-image] Aug 19 20:03:56.956 INFO O| Aug 19 20:03:56.956 INFO STEP 455 (remove_files) COMPLETE
66562026-08-19T20:03:57.990Z[ recovery-image] Aug 19 20:03:56.956 INFO O| Aug 19 20:03:56.956 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-19T20:03:57.998Z[ recovery-image] Aug 19 20:03:56.966 INFO O| Aug 19 20:03:56.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66582026-08-19T20:03:57.999Z[ recovery-image] Aug 19 20:03:56.966 INFO O| Aug 19 20:03:56.966 INFO STEP 456 (remove_files) COMPLETE
66592026-08-19T20:03:57.999Z[ recovery-image] Aug 19 20:03:56.966 INFO O| Aug 19 20:03:56.966 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-19T20:03:58.008Z[verify-libraries] Compiling delegate v0.13.5
66612026-08-19T20:03:58.013Z[ recovery-image] Aug 19 20:03:56.976 INFO O| Aug 19 20:03:56.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66622026-08-19T20:03:58.014Z[ recovery-image] Aug 19 20:03:56.976 INFO O| Aug 19 20:03:56.976 INFO STEP 457 (remove_files) COMPLETE
66632026-08-19T20:03:58.014Z[ recovery-image] Aug 19 20:03:56.976 INFO O| Aug 19 20:03:56.976 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-19T20:03:58.017Z[ recovery-image] Aug 19 20:03:56.986 INFO O| Aug 19 20:03:56.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66652026-08-19T20:03:58.017Z[ recovery-image] Aug 19 20:03:56.986 INFO O| Aug 19 20:03:56.986 INFO STEP 458 (remove_files) COMPLETE
66662026-08-19T20:03:58.017Z[ recovery-image] Aug 19 20:03:56.986 INFO O| Aug 19 20:03:56.986 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-19T20:03:58.027Z[ recovery-image] Aug 19 20:03:56.996 INFO O| Aug 19 20:03:56.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66682026-08-19T20:03:58.027Z[ recovery-image] Aug 19 20:03:56.996 INFO O| Aug 19 20:03:56.996 INFO STEP 459 (remove_files) COMPLETE
66692026-08-19T20:03:58.027Z[ recovery-image] Aug 19 20:03:56.996 INFO O| Aug 19 20:03:56.996 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-19T20:03:58.036Z[ recovery-image] Aug 19 20:03:57.005 INFO O| Aug 19 20:03:57.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66712026-08-19T20:03:58.036Z[ recovery-image] Aug 19 20:03:57.005 INFO O| Aug 19 20:03:57.005 INFO STEP 460 (remove_files) COMPLETE
66722026-08-19T20:03:58.036Z[ recovery-image] Aug 19 20:03:57.005 INFO O| Aug 19 20:03:57.005 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-19T20:03:58.045Z[ recovery-image] Aug 19 20:03:57.014 INFO O| Aug 19 20:03:57.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66742026-08-19T20:03:58.046Z[ recovery-image] Aug 19 20:03:57.014 INFO O| Aug 19 20:03:57.014 INFO STEP 461 (remove_files) COMPLETE
66752026-08-19T20:03:58.046Z[ recovery-image] Aug 19 20:03:57.014 INFO O| Aug 19 20:03:57.014 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-19T20:03:58.054Z[ recovery-image] Aug 19 20:03:57.023 INFO O| Aug 19 20:03:57.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66772026-08-19T20:03:58.054Z[ recovery-image] Aug 19 20:03:57.023 INFO O| Aug 19 20:03:57.023 INFO STEP 462 (remove_files) COMPLETE
66782026-08-19T20:03:58.054Z[ recovery-image] Aug 19 20:03:57.023 INFO O| Aug 19 20:03:57.023 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-19T20:03:58.064Z[ recovery-image] Aug 19 20:03:57.033 INFO O| Aug 19 20:03:57.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66802026-08-19T20:03:58.064Z[ recovery-image] Aug 19 20:03:57.033 INFO O| Aug 19 20:03:57.033 INFO STEP 463 (remove_files) COMPLETE
66812026-08-19T20:03:58.070Z[ recovery-image] Aug 19 20:03:57.033 INFO O| Aug 19 20:03:57.033 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-19T20:03:58.074Z[ recovery-image] Aug 19 20:03:57.042 INFO O| Aug 19 20:03:57.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66832026-08-19T20:03:58.074Z[ recovery-image] Aug 19 20:03:57.042 INFO O| Aug 19 20:03:57.042 INFO STEP 464 (remove_files) COMPLETE
66842026-08-19T20:03:58.074Z[ recovery-image] Aug 19 20:03:57.042 INFO O| Aug 19 20:03:57.042 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-19T20:03:58.082Z[ recovery-image] Aug 19 20:03:57.052 INFO O| Aug 19 20:03:57.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66862026-08-19T20:03:58.083Z[ recovery-image] Aug 19 20:03:57.052 INFO O| Aug 19 20:03:57.052 INFO STEP 465 (remove_files) COMPLETE
66872026-08-19T20:03:58.083Z[ recovery-image] Aug 19 20:03:57.052 INFO O| Aug 19 20:03:57.052 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-19T20:03:58.094Z[ recovery-image] Aug 19 20:03:57.063 INFO O| Aug 19 20:03:57.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66892026-08-19T20:03:58.094Z[ recovery-image] Aug 19 20:03:57.063 INFO O| Aug 19 20:03:57.063 INFO STEP 466 (remove_files) COMPLETE
66902026-08-19T20:03:58.094Z[ recovery-image] Aug 19 20:03:57.063 INFO O| Aug 19 20:03:57.063 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-19T20:03:58.106Z[ recovery-image] Aug 19 20:03:57.075 INFO O| Aug 19 20:03:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66922026-08-19T20:03:58.106Z[ recovery-image] Aug 19 20:03:57.075 INFO O| Aug 19 20:03:57.075 INFO STEP 467 (remove_files) COMPLETE
66932026-08-19T20:03:58.106Z[ recovery-image] Aug 19 20:03:57.075 INFO O| Aug 19 20:03:57.075 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-19T20:03:58.116Z[ recovery-image] Aug 19 20:03:57.085 INFO O| Aug 19 20:03:57.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66952026-08-19T20:03:58.116Z[ recovery-image] Aug 19 20:03:57.085 INFO O| Aug 19 20:03:57.085 INFO STEP 468 (remove_files) COMPLETE
66962026-08-19T20:03:58.116Z[ recovery-image] Aug 19 20:03:57.085 INFO O| Aug 19 20:03:57.085 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-19T20:03:58.116Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
66982026-08-19T20:03:58.127Z[ recovery-image] Aug 19 20:03:57.096 INFO O| Aug 19 20:03:57.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66992026-08-19T20:03:58.127Z[ recovery-image] Aug 19 20:03:57.096 INFO O| Aug 19 20:03:57.096 INFO STEP 469 (remove_files) COMPLETE
67002026-08-19T20:03:58.127Z[ recovery-image] Aug 19 20:03:57.096 INFO O| Aug 19 20:03:57.096 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-19T20:03:58.136Z[ recovery-image] Aug 19 20:03:57.105 INFO O| Aug 19 20:03:57.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67022026-08-19T20:03:58.136Z[ recovery-image] Aug 19 20:03:57.105 INFO O| Aug 19 20:03:57.105 INFO STEP 470 (remove_files) COMPLETE
67032026-08-19T20:03:58.136Z[ recovery-image] Aug 19 20:03:57.105 INFO O| Aug 19 20:03:57.105 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-19T20:03:58.147Z[ recovery-image] Aug 19 20:03:57.115 INFO O| Aug 19 20:03:57.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67052026-08-19T20:03:58.147Z[ recovery-image] Aug 19 20:03:57.115 INFO O| Aug 19 20:03:57.115 INFO STEP 471 (remove_files) COMPLETE
67062026-08-19T20:03:58.152Z[ recovery-image] Aug 19 20:03:57.115 INFO O| Aug 19 20:03:57.115 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-19T20:03:58.157Z[ recovery-image] Aug 19 20:03:57.126 INFO O| Aug 19 20:03:57.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67082026-08-19T20:03:58.157Z[ recovery-image] Aug 19 20:03:57.126 INFO O| Aug 19 20:03:57.126 INFO STEP 472 (remove_files) COMPLETE
67092026-08-19T20:03:58.162Z[ recovery-image] Aug 19 20:03:57.126 INFO O| Aug 19 20:03:57.126 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-19T20:03:58.167Z[ recovery-image] Aug 19 20:03:57.136 INFO O| Aug 19 20:03:57.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67112026-08-19T20:03:58.167Z[ recovery-image] Aug 19 20:03:57.136 INFO O| Aug 19 20:03:57.136 INFO STEP 473 (remove_files) COMPLETE
67122026-08-19T20:03:58.172Z[ recovery-image] Aug 19 20:03:57.136 INFO O| Aug 19 20:03:57.136 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-19T20:03:58.176Z[ recovery-image] Aug 19 20:03:57.145 INFO O| Aug 19 20:03:57.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67142026-08-19T20:03:58.176Z[ recovery-image] Aug 19 20:03:57.145 INFO O| Aug 19 20:03:57.145 INFO STEP 474 (remove_files) COMPLETE
67152026-08-19T20:03:58.176Z[ recovery-image] Aug 19 20:03:57.145 INFO O| Aug 19 20:03:57.145 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-19T20:03:58.190Z[ recovery-image] Aug 19 20:03:57.154 INFO O| Aug 19 20:03:57.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67172026-08-19T20:03:58.190Z[ recovery-image] Aug 19 20:03:57.154 INFO O| Aug 19 20:03:57.154 INFO STEP 475 (remove_files) COMPLETE
67182026-08-19T20:03:58.194Z[ recovery-image] Aug 19 20:03:57.154 INFO O| Aug 19 20:03:57.154 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-08-19T20:03:58.198Z[ recovery-image] Aug 19 20:03:57.163 INFO O| Aug 19 20:03:57.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67202026-08-19T20:03:58.198Z[ recovery-image] Aug 19 20:03:57.163 INFO O| Aug 19 20:03:57.163 INFO STEP 476 (remove_files) COMPLETE
67212026-08-19T20:03:58.198Z[ recovery-image] Aug 19 20:03:57.163 INFO O| Aug 19 20:03:57.163 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-19T20:03:58.204Z[ recovery-image] Aug 19 20:03:57.172 INFO O| Aug 19 20:03:57.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67232026-08-19T20:03:58.204Z[ recovery-image] Aug 19 20:03:57.172 INFO O| Aug 19 20:03:57.172 INFO STEP 477 (remove_files) COMPLETE
67242026-08-19T20:03:58.208Z[ recovery-image] Aug 19 20:03:57.172 INFO O| Aug 19 20:03:57.172 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-19T20:03:58.213Z[ recovery-image] Aug 19 20:03:57.182 INFO O| Aug 19 20:03:57.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67262026-08-19T20:03:58.213Z[ recovery-image] Aug 19 20:03:57.182 INFO O| Aug 19 20:03:57.182 INFO STEP 478 (remove_files) COMPLETE
67272026-08-19T20:03:58.217Z[ recovery-image] Aug 19 20:03:57.182 INFO O| Aug 19 20:03:57.182 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-19T20:03:58.225Z[ recovery-image] Aug 19 20:03:57.193 INFO O| Aug 19 20:03:57.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67292026-08-19T20:03:58.225Z[ recovery-image] Aug 19 20:03:57.194 INFO O| Aug 19 20:03:57.194 INFO STEP 479 (remove_files) COMPLETE
67302026-08-19T20:03:58.229Z[ recovery-image] Aug 19 20:03:57.194 INFO O| Aug 19 20:03:57.194 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-19T20:03:58.229Z[verify-libraries] Compiling hex-literal v1.1.0
67322026-08-19T20:03:58.237Z[ recovery-image] Aug 19 20:03:57.203 INFO O| Aug 19 20:03:57.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67332026-08-19T20:03:58.237Z[ recovery-image] Aug 19 20:03:57.203 INFO O| Aug 19 20:03:57.203 INFO STEP 480 (remove_files) COMPLETE
67342026-08-19T20:03:58.241Z[ recovery-image] Aug 19 20:03:57.203 INFO O| Aug 19 20:03:57.203 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-19T20:03:58.244Z[ recovery-image] Aug 19 20:03:57.212 INFO O| Aug 19 20:03:57.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67362026-08-19T20:03:58.244Z[ recovery-image] Aug 19 20:03:57.212 INFO O| Aug 19 20:03:57.212 INFO STEP 481 (remove_files) COMPLETE
67372026-08-19T20:03:58.244Z[ recovery-image] Aug 19 20:03:57.212 INFO O| Aug 19 20:03:57.212 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-19T20:03:58.312Z[ recovery-image] Aug 19 20:03:57.222 INFO O| Aug 19 20:03:57.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67392026-08-19T20:03:58.313Z[ recovery-image] Aug 19 20:03:57.222 INFO O| Aug 19 20:03:57.222 INFO STEP 482 (remove_files) COMPLETE
67402026-08-19T20:03:58.313Z[ recovery-image] Aug 19 20:03:57.222 INFO O| Aug 19 20:03:57.222 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-19T20:03:58.317Z[ recovery-image] Aug 19 20:03:57.234 INFO O| Aug 19 20:03:57.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67422026-08-19T20:03:58.317Z[ recovery-image] Aug 19 20:03:57.234 INFO O| Aug 19 20:03:57.234 INFO STEP 483 (remove_files) COMPLETE
67432026-08-19T20:03:58.317Z[ recovery-image] Aug 19 20:03:57.234 INFO O| Aug 19 20:03:57.234 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.243 INFO O| Aug 19 20:03:57.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67452026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.243 INFO O| Aug 19 20:03:57.243 INFO STEP 484 (remove_files) COMPLETE
67462026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.243 INFO O| Aug 19 20:03:57.243 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.251 INFO O| Aug 19 20:03:57.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67482026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.251 INFO O| Aug 19 20:03:57.251 INFO STEP 485 (remove_files) COMPLETE
67492026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.251 INFO O| Aug 19 20:03:57.251 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.259 INFO O| Aug 19 20:03:57.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67512026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.259 INFO O| Aug 19 20:03:57.259 INFO STEP 486 (remove_files) COMPLETE
67522026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.259 INFO O| Aug 19 20:03:57.259 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.268 INFO O| Aug 19 20:03:57.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67542026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.268 INFO O| Aug 19 20:03:57.268 INFO STEP 487 (remove_files) COMPLETE
67552026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.268 INFO O| Aug 19 20:03:57.268 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.277 INFO O| Aug 19 20:03:57.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67572026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.277 INFO O| Aug 19 20:03:57.277 INFO STEP 488 (remove_files) COMPLETE
67582026-08-19T20:03:58.318Z[ recovery-image] Aug 19 20:03:57.277 INFO O| Aug 19 20:03:57.277 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-19T20:03:58.325Z[ recovery-image] Aug 19 20:03:57.288 INFO O| Aug 19 20:03:57.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67602026-08-19T20:03:58.325Z[ recovery-image] Aug 19 20:03:57.288 INFO O| Aug 19 20:03:57.288 INFO STEP 489 (remove_files) COMPLETE
67612026-08-19T20:03:58.325Z[ recovery-image] Aug 19 20:03:57.288 INFO O| Aug 19 20:03:57.288 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-19T20:03:58.335Z[ recovery-image] Aug 19 20:03:57.298 INFO O| Aug 19 20:03:57.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67632026-08-19T20:03:58.335Z[ recovery-image] Aug 19 20:03:57.299 INFO O| Aug 19 20:03:57.299 INFO STEP 490 (remove_files) COMPLETE
67642026-08-19T20:03:58.343Z[ recovery-image] Aug 19 20:03:57.299 INFO O| Aug 19 20:03:57.299 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-19T20:03:58.348Z[ recovery-image] Aug 19 20:03:57.309 INFO O| Aug 19 20:03:57.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67662026-08-19T20:03:58.348Z[ recovery-image] Aug 19 20:03:57.309 INFO O| Aug 19 20:03:57.309 INFO STEP 491 (remove_files) COMPLETE
67672026-08-19T20:03:58.348Z[ recovery-image] Aug 19 20:03:57.309 INFO O| Aug 19 20:03:57.309 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-19T20:03:58.348Z[verify-libraries] Compiling sync-ptr v0.1.4
67692026-08-19T20:03:58.355Z[ recovery-image] Aug 19 20:03:57.319 INFO O| Aug 19 20:03:57.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67702026-08-19T20:03:58.355Z[ recovery-image] Aug 19 20:03:57.319 INFO O| Aug 19 20:03:57.319 INFO STEP 492 (remove_files) COMPLETE
67712026-08-19T20:03:58.355Z[ recovery-image] Aug 19 20:03:57.319 INFO O| Aug 19 20:03:57.319 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-19T20:03:58.361Z[ recovery-image] Aug 19 20:03:57.329 INFO O| Aug 19 20:03:57.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67732026-08-19T20:03:58.361Z[ recovery-image] Aug 19 20:03:57.329 INFO O| Aug 19 20:03:57.329 INFO STEP 493 (remove_files) COMPLETE
67742026-08-19T20:03:58.361Z[ recovery-image] Aug 19 20:03:57.329 INFO O| Aug 19 20:03:57.329 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-19T20:03:58.370Z[ recovery-image] Aug 19 20:03:57.339 INFO O| Aug 19 20:03:57.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67762026-08-19T20:03:58.370Z[ recovery-image] Aug 19 20:03:57.339 INFO O| Aug 19 20:03:57.339 INFO STEP 494 (remove_files) COMPLETE
67772026-08-19T20:03:58.370Z[ recovery-image] Aug 19 20:03:57.339 INFO O| Aug 19 20:03:57.339 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-19T20:03:58.380Z[ recovery-image] Aug 19 20:03:57.349 INFO O| Aug 19 20:03:57.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67792026-08-19T20:03:58.387Z[ recovery-image] Aug 19 20:03:57.349 INFO O| Aug 19 20:03:57.349 INFO STEP 495 (remove_files) COMPLETE
67802026-08-19T20:03:58.392Z[ recovery-image] Aug 19 20:03:57.349 INFO O| Aug 19 20:03:57.349 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-19T20:03:58.392Z[ recovery-image] Aug 19 20:03:57.358 INFO O| Aug 19 20:03:57.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67822026-08-19T20:03:58.392Z[ recovery-image] Aug 19 20:03:57.359 INFO O| Aug 19 20:03:57.358 INFO STEP 496 (remove_files) COMPLETE
67832026-08-19T20:03:58.392Z[ recovery-image] Aug 19 20:03:57.359 INFO O| Aug 19 20:03:57.359 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-19T20:03:58.397Z[verify-libraries] Compiling md5 v0.8.0
67852026-08-19T20:03:58.400Z[ recovery-image] Aug 19 20:03:57.368 INFO O| Aug 19 20:03:57.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67862026-08-19T20:03:58.400Z[ recovery-image] Aug 19 20:03:57.368 INFO O| Aug 19 20:03:57.368 INFO STEP 497 (remove_files) COMPLETE
67872026-08-19T20:03:58.400Z[ recovery-image] Aug 19 20:03:57.368 INFO O| Aug 19 20:03:57.368 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-19T20:03:58.410Z[ recovery-image] Aug 19 20:03:57.377 INFO O| Aug 19 20:03:57.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67892026-08-19T20:03:58.415Z[ recovery-image] Aug 19 20:03:57.377 INFO O| Aug 19 20:03:57.377 INFO STEP 498 (remove_files) COMPLETE
67902026-08-19T20:03:58.415Z[ recovery-image] Aug 19 20:03:57.377 INFO O| Aug 19 20:03:57.377 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-19T20:03:58.418Z[ recovery-image] Aug 19 20:03:57.387 INFO O| Aug 19 20:03:57.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67922026-08-19T20:03:58.419Z[ recovery-image] Aug 19 20:03:57.387 INFO O| Aug 19 20:03:57.387 INFO STEP 499 (remove_files) COMPLETE
67932026-08-19T20:03:58.419Z[ recovery-image] Aug 19 20:03:57.387 INFO O| Aug 19 20:03:57.387 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-19T20:03:58.428Z[ recovery-image] Aug 19 20:03:57.397 INFO O| Aug 19 20:03:57.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67952026-08-19T20:03:58.428Z[ recovery-image] Aug 19 20:03:57.397 INFO O| Aug 19 20:03:57.397 INFO STEP 500 (remove_files) COMPLETE
67962026-08-19T20:03:58.432Z[ recovery-image] Aug 19 20:03:57.397 INFO O| Aug 19 20:03:57.397 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-19T20:03:58.439Z[ recovery-image] Aug 19 20:03:57.407 INFO O| Aug 19 20:03:57.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67982026-08-19T20:03:58.446Z[ recovery-image] Aug 19 20:03:57.409 INFO O| Aug 19 20:03:57.409 INFO STEP 501 (remove_files) COMPLETE
67992026-08-19T20:03:58.446Z[ recovery-image] Aug 19 20:03:57.409 INFO O| Aug 19 20:03:57.409 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-19T20:03:58.450Z[ recovery-image] Aug 19 20:03:57.418 INFO O| Aug 19 20:03:57.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68012026-08-19T20:03:58.450Z[ recovery-image] Aug 19 20:03:57.419 INFO O| Aug 19 20:03:57.419 INFO STEP 502 (remove_files) COMPLETE
68022026-08-19T20:03:58.450Z[ recovery-image] Aug 19 20:03:57.419 INFO O| Aug 19 20:03:57.419 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-19T20:03:58.459Z[ recovery-image] Aug 19 20:03:57.428 INFO O| Aug 19 20:03:57.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68042026-08-19T20:03:58.459Z[ recovery-image] Aug 19 20:03:57.428 INFO O| Aug 19 20:03:57.428 INFO STEP 503 (remove_files) COMPLETE
68052026-08-19T20:03:58.459Z[ recovery-image] Aug 19 20:03:57.428 INFO O| Aug 19 20:03:57.428 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-19T20:03:58.468Z[ recovery-image] Aug 19 20:03:57.437 INFO O| Aug 19 20:03:57.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68072026-08-19T20:03:58.468Z[ recovery-image] Aug 19 20:03:57.437 INFO O| Aug 19 20:03:57.437 INFO STEP 504 (remove_files) COMPLETE
68082026-08-19T20:03:58.468Z[ recovery-image] Aug 19 20:03:57.437 INFO O| Aug 19 20:03:57.437 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-19T20:03:58.477Z[ recovery-image] Aug 19 20:03:57.446 INFO O| Aug 19 20:03:57.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68102026-08-19T20:03:58.477Z[ recovery-image] Aug 19 20:03:57.446 INFO O| Aug 19 20:03:57.446 INFO STEP 505 (remove_files) COMPLETE
68112026-08-19T20:03:58.477Z[ recovery-image] Aug 19 20:03:57.446 INFO O| Aug 19 20:03:57.446 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-19T20:03:58.486Z[ recovery-image] Aug 19 20:03:57.455 INFO O| Aug 19 20:03:57.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68132026-08-19T20:03:58.486Z[ recovery-image] Aug 19 20:03:57.455 INFO O| Aug 19 20:03:57.455 INFO STEP 506 (remove_files) COMPLETE
68142026-08-19T20:03:58.486Z[ recovery-image] Aug 19 20:03:57.455 INFO O| Aug 19 20:03:57.455 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-19T20:03:58.496Z[ recovery-image] Aug 19 20:03:57.465 INFO O| Aug 19 20:03:57.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68162026-08-19T20:03:58.500Z[ recovery-image] Aug 19 20:03:57.466 INFO O| Aug 19 20:03:57.466 INFO STEP 507 (remove_files) COMPLETE
68172026-08-19T20:03:58.500Z[ recovery-image] Aug 19 20:03:57.466 INFO O| Aug 19 20:03:57.466 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-19T20:03:58.508Z[ recovery-image] Aug 19 20:03:57.477 INFO O| Aug 19 20:03:57.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68192026-08-19T20:03:58.508Z[ recovery-image] Aug 19 20:03:57.477 INFO O| Aug 19 20:03:57.477 INFO STEP 508 (remove_files) COMPLETE
68202026-08-19T20:03:58.508Z[ recovery-image] Aug 19 20:03:57.477 INFO O| Aug 19 20:03:57.477 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-19T20:03:58.518Z[ recovery-image] Aug 19 20:03:57.487 INFO O| Aug 19 20:03:57.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68222026-08-19T20:03:58.518Z[ recovery-image] Aug 19 20:03:57.487 INFO O| Aug 19 20:03:57.487 INFO STEP 509 (remove_files) COMPLETE
68232026-08-19T20:03:58.522Z[ recovery-image] Aug 19 20:03:57.487 INFO O| Aug 19 20:03:57.487 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-19T20:03:58.534Z[ recovery-image] Aug 19 20:03:57.497 INFO O| Aug 19 20:03:57.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68252026-08-19T20:03:58.534Z[ recovery-image] Aug 19 20:03:57.498 INFO O| Aug 19 20:03:57.498 INFO STEP 510 (remove_files) COMPLETE
68262026-08-19T20:03:58.534Z[ recovery-image] Aug 19 20:03:57.498 INFO O| Aug 19 20:03:57.498 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-19T20:03:58.538Z[ recovery-image] Aug 19 20:03:57.507 INFO O| Aug 19 20:03:57.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68282026-08-19T20:03:58.538Z[ recovery-image] Aug 19 20:03:57.507 INFO O| Aug 19 20:03:57.507 INFO STEP 511 (remove_files) COMPLETE
68292026-08-19T20:03:58.538Z[ recovery-image] Aug 19 20:03:57.507 INFO O| Aug 19 20:03:57.507 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-19T20:03:58.558Z[ recovery-image] Aug 19 20:03:57.527 INFO O| Aug 19 20:03:57.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68312026-08-19T20:03:58.558Z[ recovery-image] Aug 19 20:03:57.527 INFO O| Aug 19 20:03:57.527 INFO STEP 512 (remove_files) COMPLETE
68322026-08-19T20:03:58.564Z[ recovery-image] Aug 19 20:03:57.527 INFO O| Aug 19 20:03:57.527 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-19T20:03:58.569Z[verify-libraries] Compiling seq-macro v0.3.6
68342026-08-19T20:03:58.572Z[ recovery-image] Aug 19 20:03:57.538 INFO O| Aug 19 20:03:57.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68352026-08-19T20:03:58.572Z[ recovery-image] Aug 19 20:03:57.539 INFO O| Aug 19 20:03:57.539 INFO STEP 513 (remove_files) COMPLETE
68362026-08-19T20:03:58.572Z[ recovery-image] Aug 19 20:03:57.539 INFO O| Aug 19 20:03:57.539 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-19T20:03:58.581Z[ recovery-image] Aug 19 20:03:57.549 INFO O| Aug 19 20:03:57.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68382026-08-19T20:03:58.586Z[ recovery-image] Aug 19 20:03:57.550 INFO O| Aug 19 20:03:57.550 INFO STEP 514 (remove_files) COMPLETE
68392026-08-19T20:03:58.586Z[ recovery-image] Aug 19 20:03:57.550 INFO O| Aug 19 20:03:57.550 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-19T20:03:58.593Z[ recovery-image] Aug 19 20:03:57.560 INFO O| Aug 19 20:03:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68412026-08-19T20:03:58.593Z[ recovery-image] Aug 19 20:03:57.560 INFO O| Aug 19 20:03:57.560 INFO STEP 515 (remove_files) COMPLETE
68422026-08-19T20:03:58.593Z[ recovery-image] Aug 19 20:03:57.560 INFO O| Aug 19 20:03:57.560 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-19T20:03:58.603Z[ recovery-image] Aug 19 20:03:57.570 INFO O| Aug 19 20:03:57.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68442026-08-19T20:03:58.603Z[ recovery-image] Aug 19 20:03:57.570 INFO O| Aug 19 20:03:57.570 INFO STEP 516 (remove_files) COMPLETE
68452026-08-19T20:03:58.603Z[ recovery-image] Aug 19 20:03:57.570 INFO O| Aug 19 20:03:57.570 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-19T20:03:58.614Z[ recovery-image] Aug 19 20:03:57.582 INFO O| Aug 19 20:03:57.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68472026-08-19T20:03:58.614Z[ recovery-image] Aug 19 20:03:57.582 INFO O| Aug 19 20:03:57.582 INFO STEP 517 (remove_files) COMPLETE
68482026-08-19T20:03:58.614Z[ recovery-image] Aug 19 20:03:57.582 INFO O| Aug 19 20:03:57.582 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-19T20:03:58.622Z[ recovery-image] Aug 19 20:03:57.591 INFO O| Aug 19 20:03:57.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68502026-08-19T20:03:58.622Z[ recovery-image] Aug 19 20:03:57.591 INFO O| Aug 19 20:03:57.591 INFO STEP 518 (remove_files) COMPLETE
68512026-08-19T20:03:58.627Z[ recovery-image] Aug 19 20:03:57.591 INFO O| Aug 19 20:03:57.591 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-19T20:03:58.631Z[ recovery-image] Aug 19 20:03:57.599 INFO O| Aug 19 20:03:57.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68532026-08-19T20:03:58.631Z[ recovery-image] Aug 19 20:03:57.600 INFO O| Aug 19 20:03:57.600 INFO STEP 519 (remove_files) COMPLETE
68542026-08-19T20:03:58.631Z[ recovery-image] Aug 19 20:03:57.600 INFO O| Aug 19 20:03:57.600 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-19T20:03:58.640Z[ recovery-image] Aug 19 20:03:57.610 INFO O| Aug 19 20:03:57.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68562026-08-19T20:03:58.644Z[ recovery-image] Aug 19 20:03:57.610 INFO O| Aug 19 20:03:57.610 INFO STEP 520 (remove_files) COMPLETE
68572026-08-19T20:03:58.644Z[ recovery-image] Aug 19 20:03:57.610 INFO O| Aug 19 20:03:57.610 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-19T20:03:58.651Z[ recovery-image] Aug 19 20:03:57.620 INFO O| Aug 19 20:03:57.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68592026-08-19T20:03:58.651Z[ recovery-image] Aug 19 20:03:57.620 INFO O| Aug 19 20:03:57.620 INFO STEP 521 (remove_files) COMPLETE
68602026-08-19T20:03:58.660Z[ recovery-image] Aug 19 20:03:57.620 INFO O| Aug 19 20:03:57.620 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-19T20:03:58.664Z[ recovery-image] Aug 19 20:03:57.630 INFO O| Aug 19 20:03:57.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68622026-08-19T20:03:58.664Z[ recovery-image] Aug 19 20:03:57.630 INFO O| Aug 19 20:03:57.630 INFO STEP 522 (remove_files) COMPLETE
68632026-08-19T20:03:58.664Z[ recovery-image] Aug 19 20:03:57.630 INFO O| Aug 19 20:03:57.630 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-19T20:03:58.673Z[ recovery-image] Aug 19 20:03:57.639 INFO O| Aug 19 20:03:57.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68652026-08-19T20:03:58.673Z[ recovery-image] Aug 19 20:03:57.639 INFO O| Aug 19 20:03:57.639 INFO STEP 523 (remove_files) COMPLETE
68662026-08-19T20:03:58.677Z[ recovery-image] Aug 19 20:03:57.640 INFO O| Aug 19 20:03:57.639 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-19T20:03:58.681Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
68682026-08-19T20:03:58.681Z[ recovery-image] Aug 19 20:03:57.649 INFO O| Aug 19 20:03:57.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68692026-08-19T20:03:58.681Z[ recovery-image] Aug 19 20:03:57.650 INFO O| Aug 19 20:03:57.649 INFO STEP 524 (remove_files) COMPLETE
68702026-08-19T20:03:58.681Z[ recovery-image] Aug 19 20:03:57.650 INFO O| Aug 19 20:03:57.649 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-19T20:03:58.690Z[ recovery-image] Aug 19 20:03:57.659 INFO O| Aug 19 20:03:57.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68722026-08-19T20:03:58.690Z[ recovery-image] Aug 19 20:03:57.659 INFO O| Aug 19 20:03:57.659 INFO STEP 525 (remove_files) COMPLETE
68732026-08-19T20:03:58.690Z[ recovery-image] Aug 19 20:03:57.659 INFO O| Aug 19 20:03:57.659 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-19T20:03:58.716Z[ recovery-image] Aug 19 20:03:57.684 INFO O| Aug 19 20:03:57.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68752026-08-19T20:03:58.716Z[ recovery-image] Aug 19 20:03:57.685 INFO O| Aug 19 20:03:57.685 INFO STEP 526 (remove_files) COMPLETE
68762026-08-19T20:03:58.716Z[ recovery-image] Aug 19 20:03:57.685 INFO O| Aug 19 20:03:57.685 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-19T20:03:58.724Z[ recovery-image] Aug 19 20:03:57.693 INFO O| Aug 19 20:03:57.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68782026-08-19T20:03:58.724Z[ recovery-image] Aug 19 20:03:57.693 INFO O| Aug 19 20:03:57.693 INFO STEP 527 (remove_files) COMPLETE
68792026-08-19T20:03:58.732Z[ recovery-image] Aug 19 20:03:57.693 INFO O| Aug 19 20:03:57.693 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-19T20:03:58.736Z[ recovery-image] Aug 19 20:03:57.703 INFO O| Aug 19 20:03:57.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68812026-08-19T20:03:58.736Z[ recovery-image] Aug 19 20:03:57.703 INFO O| Aug 19 20:03:57.703 INFO STEP 528 (remove_files) COMPLETE
68822026-08-19T20:03:58.736Z[ recovery-image] Aug 19 20:03:57.703 INFO O| Aug 19 20:03:57.703 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-19T20:03:58.736Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
68842026-08-19T20:03:58.747Z[ recovery-image] Aug 19 20:03:57.714 INFO O| Aug 19 20:03:57.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68852026-08-19T20:03:58.747Z[ recovery-image] Aug 19 20:03:57.714 INFO O| Aug 19 20:03:57.714 INFO STEP 529 (remove_files) COMPLETE
68862026-08-19T20:03:58.751Z[ recovery-image] Aug 19 20:03:57.714 INFO O| Aug 19 20:03:57.714 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-19T20:03:58.756Z[ recovery-image] Aug 19 20:03:57.724 INFO O| Aug 19 20:03:57.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68882026-08-19T20:03:58.756Z[ recovery-image] Aug 19 20:03:57.724 INFO O| Aug 19 20:03:57.724 INFO STEP 530 (remove_files) COMPLETE
68892026-08-19T20:03:58.757Z[ recovery-image] Aug 19 20:03:57.724 INFO O| Aug 19 20:03:57.724 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-19T20:03:58.767Z[ recovery-image] Aug 19 20:03:57.735 INFO O| Aug 19 20:03:57.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68912026-08-19T20:03:58.767Z[ recovery-image] Aug 19 20:03:57.735 INFO O| Aug 19 20:03:57.735 INFO STEP 531 (remove_files) COMPLETE
68922026-08-19T20:03:58.770Z[ recovery-image] Aug 19 20:03:57.735 INFO O| Aug 19 20:03:57.735 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-19T20:03:58.777Z[ recovery-image] Aug 19 20:03:57.746 INFO O| Aug 19 20:03:57.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68942026-08-19T20:03:58.777Z[ recovery-image] Aug 19 20:03:57.746 INFO O| Aug 19 20:03:57.746 INFO STEP 532 (remove_files) COMPLETE
68952026-08-19T20:03:58.781Z[ recovery-image] Aug 19 20:03:57.746 INFO O| Aug 19 20:03:57.746 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-19T20:03:58.788Z[ recovery-image] Aug 19 20:03:57.757 INFO O| Aug 19 20:03:57.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68972026-08-19T20:03:58.788Z[ recovery-image] Aug 19 20:03:57.757 INFO O| Aug 19 20:03:57.757 INFO STEP 533 (remove_files) COMPLETE
68982026-08-19T20:03:58.792Z[ recovery-image] Aug 19 20:03:57.757 INFO O| Aug 19 20:03:57.757 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-19T20:03:58.800Z[ recovery-image] Aug 19 20:03:57.768 INFO O| Aug 19 20:03:57.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69002026-08-19T20:03:58.800Z[ recovery-image] Aug 19 20:03:57.768 INFO O| Aug 19 20:03:57.768 INFO STEP 534 (remove_files) COMPLETE
69012026-08-19T20:03:58.800Z[ recovery-image] Aug 19 20:03:57.768 INFO O| Aug 19 20:03:57.768 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-19T20:03:58.809Z[ recovery-image] Aug 19 20:03:57.778 INFO O| Aug 19 20:03:57.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69032026-08-19T20:03:58.809Z[ recovery-image] Aug 19 20:03:57.779 INFO O| Aug 19 20:03:57.779 INFO STEP 535 (remove_files) COMPLETE
69042026-08-19T20:03:58.809Z[ recovery-image] Aug 19 20:03:57.779 INFO O| Aug 19 20:03:57.779 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-19T20:03:58.820Z[ recovery-image] Aug 19 20:03:57.789 INFO O| Aug 19 20:03:57.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69062026-08-19T20:03:58.820Z[ recovery-image] Aug 19 20:03:57.789 INFO O| Aug 19 20:03:57.789 INFO STEP 536 (remove_files) COMPLETE
69072026-08-19T20:03:58.824Z[ recovery-image] Aug 19 20:03:57.789 INFO O| Aug 19 20:03:57.789 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-19T20:03:58.828Z[ recovery-image] Aug 19 20:03:57.798 INFO O| Aug 19 20:03:57.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69092026-08-19T20:03:58.828Z[ recovery-image] Aug 19 20:03:57.798 INFO O| Aug 19 20:03:57.798 INFO STEP 537 (remove_files) COMPLETE
69102026-08-19T20:03:58.832Z[ recovery-image] Aug 19 20:03:57.798 INFO O| Aug 19 20:03:57.798 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-19T20:03:58.837Z[ recovery-image] Aug 19 20:03:57.806 INFO O| Aug 19 20:03:57.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69122026-08-19T20:03:58.837Z[ recovery-image] Aug 19 20:03:57.806 INFO O| Aug 19 20:03:57.806 INFO STEP 538 (remove_files) COMPLETE
69132026-08-19T20:03:58.842Z[ recovery-image] Aug 19 20:03:57.806 INFO O| Aug 19 20:03:57.806 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-19T20:03:58.847Z[ recovery-image] Aug 19 20:03:57.813 INFO O| Aug 19 20:03:57.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69152026-08-19T20:03:58.847Z[ recovery-image] Aug 19 20:03:57.814 INFO O| Aug 19 20:03:57.813 INFO STEP 539 (remove_files) COMPLETE
69162026-08-19T20:03:58.847Z[ recovery-image] Aug 19 20:03:57.814 INFO O| Aug 19 20:03:57.813 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-19T20:03:58.859Z[ recovery-image] Aug 19 20:03:57.821 INFO O| Aug 19 20:03:57.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69182026-08-19T20:03:58.859Z[ recovery-image] Aug 19 20:03:57.821 INFO O| Aug 19 20:03:57.821 INFO STEP 540 (remove_files) COMPLETE
69192026-08-19T20:03:58.863Z[ recovery-image] Aug 19 20:03:57.821 INFO O| Aug 19 20:03:57.821 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-19T20:03:58.863Z[ recovery-image] Aug 19 20:03:57.829 INFO O| Aug 19 20:03:57.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69212026-08-19T20:03:58.863Z[ recovery-image] Aug 19 20:03:57.829 INFO O| Aug 19 20:03:57.829 INFO STEP 541 (remove_files) COMPLETE
69222026-08-19T20:03:58.863Z[ recovery-image] Aug 19 20:03:57.829 INFO O| Aug 19 20:03:57.829 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-19T20:03:58.868Z[ recovery-image] Aug 19 20:03:57.838 INFO O| Aug 19 20:03:57.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69242026-08-19T20:03:58.868Z[ recovery-image] Aug 19 20:03:57.838 INFO O| Aug 19 20:03:57.838 INFO STEP 542 (remove_files) COMPLETE
69252026-08-19T20:03:58.872Z[ recovery-image] Aug 19 20:03:57.838 INFO O| Aug 19 20:03:57.838 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-19T20:03:58.878Z[ recovery-image] Aug 19 20:03:57.846 INFO O| Aug 19 20:03:57.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69272026-08-19T20:03:58.878Z[ recovery-image] Aug 19 20:03:57.846 INFO O| Aug 19 20:03:57.846 INFO STEP 543 (remove_files) COMPLETE
69282026-08-19T20:03:58.881Z[ recovery-image] Aug 19 20:03:57.846 INFO O| Aug 19 20:03:57.846 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-19T20:03:58.890Z[ recovery-image] Aug 19 20:03:57.854 INFO O| Aug 19 20:03:57.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69302026-08-19T20:03:58.890Z[ recovery-image] Aug 19 20:03:57.854 INFO O| Aug 19 20:03:57.854 INFO STEP 544 (remove_files) COMPLETE
69312026-08-19T20:03:58.894Z[ recovery-image] Aug 19 20:03:57.854 INFO O| Aug 19 20:03:57.854 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-19T20:03:58.894Z[ recovery-image] Aug 19 20:03:57.862 INFO O| Aug 19 20:03:57.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69332026-08-19T20:03:58.894Z[ recovery-image] Aug 19 20:03:57.862 INFO O| Aug 19 20:03:57.862 INFO STEP 545 (remove_files) COMPLETE
69342026-08-19T20:03:58.894Z[ recovery-image] Aug 19 20:03:57.862 INFO O| Aug 19 20:03:57.862 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-19T20:03:58.909Z[ recovery-image] Aug 19 20:03:57.873 INFO O| Aug 19 20:03:57.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69362026-08-19T20:03:58.909Z[ recovery-image] Aug 19 20:03:57.873 INFO O| Aug 19 20:03:57.873 INFO STEP 546 (remove_files) COMPLETE
69372026-08-19T20:03:58.909Z[ recovery-image] Aug 19 20:03:57.873 INFO O| Aug 19 20:03:57.873 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-19T20:03:58.914Z[ recovery-image] Aug 19 20:03:57.883 INFO O| Aug 19 20:03:57.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69392026-08-19T20:03:58.914Z[ recovery-image] Aug 19 20:03:57.883 INFO O| Aug 19 20:03:57.883 INFO STEP 547 (remove_files) COMPLETE
69402026-08-19T20:03:58.918Z[ recovery-image] Aug 19 20:03:57.883 INFO O| Aug 19 20:03:57.883 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-19T20:03:58.979Z[ recovery-image] Aug 19 20:03:57.893 INFO O| Aug 19 20:03:57.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69422026-08-19T20:03:58.979Z[ recovery-image] Aug 19 20:03:57.893 INFO O| Aug 19 20:03:57.893 INFO STEP 548 (remove_files) COMPLETE
69432026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.893 INFO O| Aug 19 20:03:57.893 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.903 INFO O| Aug 19 20:03:57.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69452026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.903 INFO O| Aug 19 20:03:57.903 INFO STEP 549 (remove_files) COMPLETE
69462026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.903 INFO O| Aug 19 20:03:57.903 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.912 INFO O| Aug 19 20:03:57.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69482026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.913 INFO O| Aug 19 20:03:57.913 INFO STEP 550 (remove_files) COMPLETE
69492026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.913 INFO O| Aug 19 20:03:57.913 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.922 INFO O| Aug 19 20:03:57.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69512026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.922 INFO O| Aug 19 20:03:57.922 INFO STEP 551 (remove_files) COMPLETE
69522026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.922 INFO O| Aug 19 20:03:57.922 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.933 INFO O| Aug 19 20:03:57.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69542026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.933 INFO O| Aug 19 20:03:57.933 INFO STEP 552 (remove_files) COMPLETE
69552026-08-19T20:03:58.980Z[ recovery-image] Aug 19 20:03:57.933 INFO O| Aug 19 20:03:57.933 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-19T20:03:58.981Z[ recovery-image] Aug 19 20:03:57.943 INFO O| Aug 19 20:03:57.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69572026-08-19T20:03:58.981Z[ recovery-image] Aug 19 20:03:57.943 INFO O| Aug 19 20:03:57.943 INFO STEP 553 (remove_files) COMPLETE
69582026-08-19T20:03:58.981Z[ recovery-image] Aug 19 20:03:57.943 INFO O| Aug 19 20:03:57.943 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-19T20:03:58.986Z[ recovery-image] Aug 19 20:03:57.953 INFO O| Aug 19 20:03:57.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69602026-08-19T20:03:58.986Z[ recovery-image] Aug 19 20:03:57.953 INFO O| Aug 19 20:03:57.953 INFO STEP 554 (remove_files) COMPLETE
69612026-08-19T20:03:58.986Z[ recovery-image] Aug 19 20:03:57.953 INFO O| Aug 19 20:03:57.953 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-19T20:03:58.998Z[ recovery-image] Aug 19 20:03:57.965 INFO O| Aug 19 20:03:57.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69632026-08-19T20:03:58.999Z[ recovery-image] Aug 19 20:03:57.965 INFO O| Aug 19 20:03:57.963 INFO STEP 555 (remove_files) COMPLETE
69642026-08-19T20:03:58.999Z[ recovery-image] Aug 19 20:03:57.965 INFO O| Aug 19 20:03:57.963 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-19T20:03:59.003Z[ recovery-image] Aug 19 20:03:57.972 INFO O| Aug 19 20:03:57.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69662026-08-19T20:03:59.003Z[ recovery-image] Aug 19 20:03:57.972 INFO O| Aug 19 20:03:57.972 INFO STEP 556 (remove_files) COMPLETE
69672026-08-19T20:03:59.003Z[ recovery-image] Aug 19 20:03:57.972 INFO O| Aug 19 20:03:57.972 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-19T20:03:59.014Z[ recovery-image] Aug 19 20:03:57.983 INFO O| Aug 19 20:03:57.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69692026-08-19T20:03:59.014Z[ recovery-image] Aug 19 20:03:57.983 INFO O| Aug 19 20:03:57.983 INFO STEP 557 (remove_files) COMPLETE
69702026-08-19T20:03:59.014Z[ recovery-image] Aug 19 20:03:57.983 INFO O| Aug 19 20:03:57.983 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-19T20:03:59.024Z[ recovery-image] Aug 19 20:03:57.992 INFO O| Aug 19 20:03:57.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69722026-08-19T20:03:59.024Z[ recovery-image] Aug 19 20:03:57.992 INFO O| Aug 19 20:03:57.992 INFO STEP 558 (remove_files) COMPLETE
69732026-08-19T20:03:59.025Z[ recovery-image] Aug 19 20:03:57.992 INFO O| Aug 19 20:03:57.992 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-19T20:03:59.032Z[ recovery-image] Aug 19 20:03:58.001 INFO O| Aug 19 20:03:58.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69752026-08-19T20:03:59.032Z[ recovery-image] Aug 19 20:03:58.001 INFO O| Aug 19 20:03:58.001 INFO STEP 559 (remove_files) COMPLETE
69762026-08-19T20:03:59.032Z[ recovery-image] Aug 19 20:03:58.001 INFO O| Aug 19 20:03:58.001 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-19T20:03:59.043Z[ recovery-image] Aug 19 20:03:58.009 INFO O| Aug 19 20:03:58.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69782026-08-19T20:03:59.043Z[ recovery-image] Aug 19 20:03:58.009 INFO O| Aug 19 20:03:58.009 INFO STEP 560 (remove_files) COMPLETE
69792026-08-19T20:03:59.047Z[ recovery-image] Aug 19 20:03:58.009 INFO O| Aug 19 20:03:58.009 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-19T20:03:59.050Z[ recovery-image] Aug 19 20:03:58.019 INFO O| Aug 19 20:03:58.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69812026-08-19T20:03:59.050Z[ recovery-image] Aug 19 20:03:58.019 INFO O| Aug 19 20:03:58.019 INFO STEP 561 (remove_files) COMPLETE
69822026-08-19T20:03:59.051Z[ recovery-image] Aug 19 20:03:58.019 INFO O| Aug 19 20:03:58.019 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-19T20:03:59.062Z[ recovery-image] Aug 19 20:03:58.028 INFO O| Aug 19 20:03:58.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69842026-08-19T20:03:59.062Z[ recovery-image] Aug 19 20:03:58.028 INFO O| Aug 19 20:03:58.028 INFO STEP 562 (remove_files) COMPLETE
69852026-08-19T20:03:59.062Z[ recovery-image] Aug 19 20:03:58.028 INFO O| Aug 19 20:03:58.028 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-19T20:03:59.067Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
69872026-08-19T20:03:59.071Z[ recovery-image] Aug 19 20:03:58.037 INFO O| Aug 19 20:03:58.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69882026-08-19T20:03:59.071Z[ recovery-image] Aug 19 20:03:58.037 INFO O| Aug 19 20:03:58.037 INFO STEP 563 (remove_files) COMPLETE
69892026-08-19T20:03:59.071Z[ recovery-image] Aug 19 20:03:58.037 INFO O| Aug 19 20:03:58.037 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-19T20:03:59.100Z[ recovery-image] Aug 19 20:03:58.047 INFO O| Aug 19 20:03:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69912026-08-19T20:03:59.100Z[ recovery-image] Aug 19 20:03:58.047 INFO O| Aug 19 20:03:58.047 INFO STEP 564 (remove_files) COMPLETE
69922026-08-19T20:03:59.100Z[ recovery-image] Aug 19 20:03:58.047 INFO O| Aug 19 20:03:58.047 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-19T20:03:59.199Z[ recovery-image] Aug 19 20:03:58.063 INFO O| Aug 19 20:03:58.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69942026-08-19T20:03:59.199Z[ recovery-image] Aug 19 20:03:58.063 INFO O| Aug 19 20:03:58.063 INFO STEP 565 (remove_files) COMPLETE
69952026-08-19T20:03:59.199Z[ recovery-image] Aug 19 20:03:58.063 INFO O| Aug 19 20:03:58.063 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-19T20:03:59.199Z[ recovery-image] Aug 19 20:03:58.072 INFO O| Aug 19 20:03:58.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69972026-08-19T20:03:59.199Z[ recovery-image] Aug 19 20:03:58.072 INFO O| Aug 19 20:03:58.072 INFO STEP 566 (remove_files) COMPLETE
69982026-08-19T20:03:59.199Z[ recovery-image] Aug 19 20:03:58.072 INFO O| Aug 19 20:03:58.072 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-19T20:03:59.199Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
70002026-08-19T20:03:59.199Z[ recovery-image] Aug 19 20:03:58.081 INFO O| Aug 19 20:03:58.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70012026-08-19T20:03:59.200Z[ recovery-image] Aug 19 20:03:58.081 INFO O| Aug 19 20:03:58.081 INFO STEP 567 (remove_files) COMPLETE
70022026-08-19T20:03:59.200Z[ recovery-image] Aug 19 20:03:58.081 INFO O| Aug 19 20:03:58.081 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-19T20:03:59.200Z[ recovery-image] Aug 19 20:03:58.091 INFO O| Aug 19 20:03:58.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70042026-08-19T20:03:59.200Z[ recovery-image] Aug 19 20:03:58.091 INFO O| Aug 19 20:03:58.091 INFO STEP 568 (remove_files) COMPLETE
70052026-08-19T20:03:59.200Z[ recovery-image] Aug 19 20:03:58.091 INFO O| Aug 19 20:03:58.091 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.109 INFO O| Aug 19 20:03:58.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70072026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.109 INFO O| Aug 19 20:03:58.109 INFO STEP 569 (remove_files) COMPLETE
70082026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.109 INFO O| Aug 19 20:03:58.109 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.120 INFO O| Aug 19 20:03:58.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70102026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.120 INFO O| Aug 19 20:03:58.120 INFO STEP 570 (remove_files) COMPLETE
70112026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.120 INFO O| Aug 19 20:03:58.120 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.129 INFO O| Aug 19 20:03:58.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70132026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.129 INFO O| Aug 19 20:03:58.129 INFO STEP 571 (remove_files) COMPLETE
70142026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.129 INFO O| Aug 19 20:03:58.129 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.138 INFO O| Aug 19 20:03:58.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70162026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.138 INFO O| Aug 19 20:03:58.138 INFO STEP 572 (remove_files) COMPLETE
70172026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.138 INFO O| Aug 19 20:03:58.138 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.147 INFO O| Aug 19 20:03:58.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70192026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.147 INFO O| Aug 19 20:03:58.147 INFO STEP 573 (remove_files) COMPLETE
70202026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.147 INFO O| Aug 19 20:03:58.147 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.157 INFO O| Aug 19 20:03:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70222026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.157 INFO O| Aug 19 20:03:58.157 INFO STEP 574 (remove_files) COMPLETE
70232026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.157 INFO O| Aug 19 20:03:58.157 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.166 INFO O| Aug 19 20:03:58.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70252026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.166 INFO O| Aug 19 20:03:58.166 INFO STEP 575 (remove_files) COMPLETE
70262026-08-19T20:03:59.212Z[ recovery-image] Aug 19 20:03:58.166 INFO O| Aug 19 20:03:58.166 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-19T20:03:59.217Z[ recovery-image] Aug 19 20:03:58.176 INFO O| Aug 19 20:03:58.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70282026-08-19T20:03:59.217Z[ recovery-image] Aug 19 20:03:58.176 INFO O| Aug 19 20:03:58.176 INFO STEP 576 (remove_files) COMPLETE
70292026-08-19T20:03:59.217Z[ recovery-image] Aug 19 20:03:58.176 INFO O| Aug 19 20:03:58.176 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-19T20:03:59.217Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
70312026-08-19T20:03:59.223Z[ recovery-image] Aug 19 20:03:58.186 INFO O| Aug 19 20:03:58.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70322026-08-19T20:03:59.223Z[ recovery-image] Aug 19 20:03:58.186 INFO O| Aug 19 20:03:58.186 INFO STEP 577 (remove_files) COMPLETE
70332026-08-19T20:03:59.223Z[ recovery-image] Aug 19 20:03:58.186 INFO O| Aug 19 20:03:58.186 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-19T20:03:59.230Z[ recovery-image] Aug 19 20:03:58.195 INFO O| Aug 19 20:03:58.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70352026-08-19T20:03:59.230Z[ recovery-image] Aug 19 20:03:58.195 INFO O| Aug 19 20:03:58.195 INFO STEP 578 (remove_files) COMPLETE
70362026-08-19T20:03:59.230Z[ recovery-image] Aug 19 20:03:58.195 INFO O| Aug 19 20:03:58.195 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-19T20:03:59.235Z[ recovery-image] Aug 19 20:03:58.204 INFO O| Aug 19 20:03:58.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70382026-08-19T20:03:59.235Z[ recovery-image] Aug 19 20:03:58.204 INFO O| Aug 19 20:03:58.204 INFO STEP 579 (remove_files) COMPLETE
70392026-08-19T20:03:59.235Z[ recovery-image] Aug 19 20:03:58.204 INFO O| Aug 19 20:03:58.204 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-19T20:03:59.245Z[ recovery-image] Aug 19 20:03:58.214 INFO O| Aug 19 20:03:58.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70412026-08-19T20:03:59.245Z[ recovery-image] Aug 19 20:03:58.214 INFO O| Aug 19 20:03:58.214 INFO STEP 580 (remove_files) COMPLETE
70422026-08-19T20:03:59.245Z[ recovery-image] Aug 19 20:03:58.214 INFO O| Aug 19 20:03:58.214 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-19T20:03:59.254Z[ recovery-image] Aug 19 20:03:58.223 INFO O| Aug 19 20:03:58.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70442026-08-19T20:03:59.254Z[ recovery-image] Aug 19 20:03:58.223 INFO O| Aug 19 20:03:58.223 INFO STEP 581 (remove_files) COMPLETE
70452026-08-19T20:03:59.254Z[ recovery-image] Aug 19 20:03:58.223 INFO O| Aug 19 20:03:58.223 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-19T20:03:59.265Z[ recovery-image] Aug 19 20:03:58.234 INFO O| Aug 19 20:03:58.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70472026-08-19T20:03:59.265Z[ recovery-image] Aug 19 20:03:58.234 INFO O| Aug 19 20:03:58.234 INFO STEP 582 (remove_files) COMPLETE
70482026-08-19T20:03:59.265Z[ recovery-image] Aug 19 20:03:58.234 INFO O| Aug 19 20:03:58.234 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-19T20:03:59.274Z[ recovery-image] Aug 19 20:03:58.243 INFO O| Aug 19 20:03:58.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70502026-08-19T20:03:59.274Z[ recovery-image] Aug 19 20:03:58.243 INFO O| Aug 19 20:03:58.243 INFO STEP 583 (remove_files) COMPLETE
70512026-08-19T20:03:59.274Z[ recovery-image] Aug 19 20:03:58.243 INFO O| Aug 19 20:03:58.243 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-19T20:03:59.283Z[ recovery-image] Aug 19 20:03:58.251 INFO O| Aug 19 20:03:58.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70532026-08-19T20:03:59.283Z[ recovery-image] Aug 19 20:03:58.251 INFO O| Aug 19 20:03:58.251 INFO STEP 584 (remove_files) COMPLETE
70542026-08-19T20:03:59.283Z[ recovery-image] Aug 19 20:03:58.251 INFO O| Aug 19 20:03:58.251 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-19T20:03:59.292Z[ recovery-image] Aug 19 20:03:58.260 INFO O| Aug 19 20:03:58.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70562026-08-19T20:03:59.293Z[ recovery-image] Aug 19 20:03:58.261 INFO O| Aug 19 20:03:58.260 INFO STEP 585 (remove_files) COMPLETE
70572026-08-19T20:03:59.293Z[ recovery-image] Aug 19 20:03:58.261 INFO O| Aug 19 20:03:58.260 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-19T20:03:59.300Z[ recovery-image] Aug 19 20:03:58.269 INFO O| Aug 19 20:03:58.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70592026-08-19T20:03:59.300Z[ recovery-image] Aug 19 20:03:58.269 INFO O| Aug 19 20:03:58.269 INFO STEP 586 (remove_files) COMPLETE
70602026-08-19T20:03:59.300Z[ recovery-image] Aug 19 20:03:58.269 INFO O| Aug 19 20:03:58.269 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-19T20:03:59.313Z[ recovery-image] Aug 19 20:03:58.280 INFO O| Aug 19 20:03:58.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70622026-08-19T20:03:59.313Z[ recovery-image] Aug 19 20:03:58.280 INFO O| Aug 19 20:03:58.280 INFO STEP 587 (remove_files) COMPLETE
70632026-08-19T20:03:59.313Z[ recovery-image] Aug 19 20:03:58.280 INFO O| Aug 19 20:03:58.280 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-19T20:03:59.334Z[ recovery-image] Aug 19 20:03:58.291 INFO O| Aug 19 20:03:58.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70652026-08-19T20:03:59.334Z[ recovery-image] Aug 19 20:03:58.291 INFO O| Aug 19 20:03:58.291 INFO STEP 588 (remove_files) COMPLETE
70662026-08-19T20:03:59.345Z[ recovery-image] Aug 19 20:03:58.291 INFO O| Aug 19 20:03:58.291 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-19T20:03:59.345Z[ recovery-image] Aug 19 20:03:58.301 INFO O| Aug 19 20:03:58.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70682026-08-19T20:03:59.345Z[ recovery-image] Aug 19 20:03:58.302 INFO O| Aug 19 20:03:58.301 INFO STEP 589 (remove_files) COMPLETE
70692026-08-19T20:03:59.345Z[ recovery-image] Aug 19 20:03:58.302 INFO O| Aug 19 20:03:58.302 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-19T20:03:59.350Z[ recovery-image] Aug 19 20:03:58.311 INFO O| Aug 19 20:03:58.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70712026-08-19T20:03:59.351Z[ recovery-image] Aug 19 20:03:58.311 INFO O| Aug 19 20:03:58.311 INFO STEP 590 (remove_files) COMPLETE
70722026-08-19T20:03:59.351Z[ recovery-image] Aug 19 20:03:58.311 INFO O| Aug 19 20:03:58.311 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-19T20:03:59.357Z[ recovery-image] Aug 19 20:03:58.319 INFO O| Aug 19 20:03:58.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70742026-08-19T20:03:59.357Z[ recovery-image] Aug 19 20:03:58.320 INFO O| Aug 19 20:03:58.320 INFO STEP 591 (remove_files) COMPLETE
70752026-08-19T20:03:59.357Z[ recovery-image] Aug 19 20:03:58.320 INFO O| Aug 19 20:03:58.320 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-19T20:03:59.362Z[verify-libraries] Compiling russh v0.62.4
70772026-08-19T20:03:59.362Z[ recovery-image] Aug 19 20:03:58.328 INFO O| Aug 19 20:03:58.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70782026-08-19T20:03:59.362Z[ recovery-image] Aug 19 20:03:58.328 INFO O| Aug 19 20:03:58.328 INFO STEP 592 (remove_files) COMPLETE
70792026-08-19T20:03:59.362Z[ recovery-image] Aug 19 20:03:58.328 INFO O| Aug 19 20:03:58.328 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-19T20:03:59.367Z[ recovery-image] Aug 19 20:03:58.336 INFO O| Aug 19 20:03:58.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70812026-08-19T20:03:59.367Z[ recovery-image] Aug 19 20:03:58.336 INFO O| Aug 19 20:03:58.336 INFO STEP 593 (remove_files) COMPLETE
70822026-08-19T20:03:59.372Z[ recovery-image] Aug 19 20:03:58.336 INFO O| Aug 19 20:03:58.336 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-19T20:03:59.377Z[ recovery-image] Aug 19 20:03:58.344 INFO O| Aug 19 20:03:58.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70842026-08-19T20:03:59.377Z[ recovery-image] Aug 19 20:03:58.344 INFO O| Aug 19 20:03:58.344 INFO STEP 594 (remove_files) COMPLETE
70852026-08-19T20:03:59.377Z[ recovery-image] Aug 19 20:03:58.344 INFO O| Aug 19 20:03:58.344 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-19T20:03:59.383Z[ recovery-image] Aug 19 20:03:58.352 INFO O| Aug 19 20:03:58.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70872026-08-19T20:03:59.383Z[ recovery-image] Aug 19 20:03:58.352 INFO O| Aug 19 20:03:58.352 INFO STEP 595 (remove_files) COMPLETE
70882026-08-19T20:03:59.386Z[ recovery-image] Aug 19 20:03:58.352 INFO O| Aug 19 20:03:58.352 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-19T20:03:59.394Z[ recovery-image] Aug 19 20:03:58.360 INFO O| Aug 19 20:03:58.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70902026-08-19T20:03:59.398Z[ recovery-image] Aug 19 20:03:58.360 INFO O| Aug 19 20:03:58.360 INFO STEP 596 (remove_files) COMPLETE
70912026-08-19T20:03:59.398Z[ recovery-image] Aug 19 20:03:58.360 INFO O| Aug 19 20:03:58.360 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-19T20:03:59.401Z[ recovery-image] Aug 19 20:03:58.369 INFO O| Aug 19 20:03:58.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70932026-08-19T20:03:59.401Z[ recovery-image] Aug 19 20:03:58.369 INFO O| Aug 19 20:03:58.369 INFO STEP 597 (remove_files) COMPLETE
70942026-08-19T20:03:59.401Z[ recovery-image] Aug 19 20:03:58.369 INFO O| Aug 19 20:03:58.369 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-19T20:03:59.408Z[ recovery-image] Aug 19 20:03:58.376 INFO O| Aug 19 20:03:58.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70962026-08-19T20:03:59.408Z[ recovery-image] Aug 19 20:03:58.376 INFO O| Aug 19 20:03:58.376 INFO STEP 598 (remove_files) COMPLETE
70972026-08-19T20:03:59.408Z[ recovery-image] Aug 19 20:03:58.376 INFO O| Aug 19 20:03:58.376 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-19T20:03:59.415Z[ recovery-image] Aug 19 20:03:58.385 INFO O| Aug 19 20:03:58.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70992026-08-19T20:03:59.415Z[ recovery-image] Aug 19 20:03:58.385 INFO O| Aug 19 20:03:58.385 INFO STEP 599 (remove_files) COMPLETE
71002026-08-19T20:03:59.415Z[ recovery-image] Aug 19 20:03:58.385 INFO O| Aug 19 20:03:58.385 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-19T20:03:59.425Z[ recovery-image] Aug 19 20:03:58.394 INFO O| Aug 19 20:03:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71022026-08-19T20:03:59.425Z[ recovery-image] Aug 19 20:03:58.394 INFO O| Aug 19 20:03:58.394 INFO STEP 600 (remove_files) COMPLETE
71032026-08-19T20:03:59.425Z[ recovery-image] Aug 19 20:03:58.394 INFO O| Aug 19 20:03:58.394 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-19T20:03:59.434Z[ recovery-image] Aug 19 20:03:58.402 INFO O| Aug 19 20:03:58.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71052026-08-19T20:03:59.434Z[ recovery-image] Aug 19 20:03:58.402 INFO O| Aug 19 20:03:58.402 INFO STEP 601 (remove_files) COMPLETE
71062026-08-19T20:03:59.434Z[ recovery-image] Aug 19 20:03:58.402 INFO O| Aug 19 20:03:58.402 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-19T20:03:59.442Z[ recovery-image] Aug 19 20:03:58.410 INFO O| Aug 19 20:03:58.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71082026-08-19T20:03:59.442Z[ recovery-image] Aug 19 20:03:58.410 INFO O| Aug 19 20:03:58.410 INFO STEP 602 (remove_files) COMPLETE
71092026-08-19T20:03:59.442Z[ recovery-image] Aug 19 20:03:58.410 INFO O| Aug 19 20:03:58.410 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-19T20:03:59.449Z[ recovery-image] Aug 19 20:03:58.418 INFO O| Aug 19 20:03:58.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71112026-08-19T20:03:59.452Z[ recovery-image] Aug 19 20:03:58.418 INFO O| Aug 19 20:03:58.418 INFO STEP 603 (remove_files) COMPLETE
71122026-08-19T20:03:59.452Z[ recovery-image] Aug 19 20:03:58.418 INFO O| Aug 19 20:03:58.418 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-19T20:03:59.458Z[ recovery-image] Aug 19 20:03:58.427 INFO O| Aug 19 20:03:58.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71142026-08-19T20:03:59.458Z[ recovery-image] Aug 19 20:03:58.427 INFO O| Aug 19 20:03:58.427 INFO STEP 604 (remove_files) COMPLETE
71152026-08-19T20:03:59.458Z[ recovery-image] Aug 19 20:03:58.427 INFO O| Aug 19 20:03:58.427 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-19T20:03:59.467Z[ recovery-image] Aug 19 20:03:58.435 INFO O| Aug 19 20:03:58.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71172026-08-19T20:03:59.470Z[ recovery-image] Aug 19 20:03:58.436 INFO O| Aug 19 20:03:58.436 INFO STEP 605 (remove_files) COMPLETE
71182026-08-19T20:03:59.470Z[ recovery-image] Aug 19 20:03:58.436 INFO O| Aug 19 20:03:58.436 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-19T20:03:59.477Z[ recovery-image] Aug 19 20:03:58.444 INFO O| Aug 19 20:03:58.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71202026-08-19T20:03:59.477Z[ recovery-image] Aug 19 20:03:58.444 INFO O| Aug 19 20:03:58.444 INFO STEP 606 (remove_files) COMPLETE
71212026-08-19T20:03:59.477Z[ recovery-image] Aug 19 20:03:58.444 INFO O| Aug 19 20:03:58.444 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-19T20:03:59.483Z[ recovery-image] Aug 19 20:03:58.452 INFO O| Aug 19 20:03:58.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71232026-08-19T20:03:59.483Z[ recovery-image] Aug 19 20:03:58.453 INFO O| Aug 19 20:03:58.452 INFO STEP 607 (remove_files) COMPLETE
71242026-08-19T20:03:59.488Z[ recovery-image] Aug 19 20:03:58.453 INFO O| Aug 19 20:03:58.453 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-19T20:03:59.497Z[ recovery-image] Aug 19 20:03:58.460 INFO O| Aug 19 20:03:58.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71262026-08-19T20:03:59.497Z[ recovery-image] Aug 19 20:03:58.460 INFO O| Aug 19 20:03:58.460 INFO STEP 608 (remove_files) COMPLETE
71272026-08-19T20:03:59.497Z[ recovery-image] Aug 19 20:03:58.460 INFO O| Aug 19 20:03:58.460 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-19T20:03:59.503Z[ recovery-image] Aug 19 20:03:58.468 INFO O| Aug 19 20:03:58.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71292026-08-19T20:03:59.503Z[ recovery-image] Aug 19 20:03:58.468 INFO O| Aug 19 20:03:58.468 INFO STEP 609 (remove_files) COMPLETE
71302026-08-19T20:03:59.503Z[ recovery-image] Aug 19 20:03:58.468 INFO O| Aug 19 20:03:58.468 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-19T20:03:59.508Z[ recovery-image] Aug 19 20:03:58.476 INFO O| Aug 19 20:03:58.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71322026-08-19T20:03:59.508Z[ recovery-image] Aug 19 20:03:58.476 INFO O| Aug 19 20:03:58.476 INFO STEP 610 (remove_files) COMPLETE
71332026-08-19T20:03:59.508Z[ recovery-image] Aug 19 20:03:58.476 INFO O| Aug 19 20:03:58.476 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-19T20:03:59.515Z[ recovery-image] Aug 19 20:03:58.484 INFO O| Aug 19 20:03:58.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71352026-08-19T20:03:59.515Z[ recovery-image] Aug 19 20:03:58.484 INFO O| Aug 19 20:03:58.484 INFO STEP 611 (remove_files) COMPLETE
71362026-08-19T20:03:59.515Z[ recovery-image] Aug 19 20:03:58.484 INFO O| Aug 19 20:03:58.484 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-19T20:03:59.523Z[ recovery-image] Aug 19 20:03:58.492 INFO O| Aug 19 20:03:58.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71382026-08-19T20:03:59.523Z[ recovery-image] Aug 19 20:03:58.492 INFO O| Aug 19 20:03:58.492 INFO STEP 612 (remove_files) COMPLETE
71392026-08-19T20:03:59.523Z[ recovery-image] Aug 19 20:03:58.492 INFO O| Aug 19 20:03:58.492 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-19T20:03:59.532Z[ recovery-image] Aug 19 20:03:58.500 INFO O| Aug 19 20:03:58.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71412026-08-19T20:03:59.537Z[ recovery-image] Aug 19 20:03:58.500 INFO O| Aug 19 20:03:58.500 INFO STEP 613 (remove_files) COMPLETE
71422026-08-19T20:03:59.538Z[ recovery-image] Aug 19 20:03:58.500 INFO O| Aug 19 20:03:58.500 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-19T20:03:59.543Z[ recovery-image] Aug 19 20:03:58.509 INFO O| Aug 19 20:03:58.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71442026-08-19T20:03:59.543Z[ recovery-image] Aug 19 20:03:58.509 INFO O| Aug 19 20:03:58.509 INFO STEP 614 (remove_files) COMPLETE
71452026-08-19T20:03:59.544Z[ recovery-image] Aug 19 20:03:58.509 INFO O| Aug 19 20:03:58.509 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-19T20:03:59.550Z[ recovery-image] Aug 19 20:03:58.517 INFO O| Aug 19 20:03:58.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71472026-08-19T20:03:59.550Z[ recovery-image] Aug 19 20:03:58.517 INFO O| Aug 19 20:03:58.517 INFO STEP 615 (remove_files) COMPLETE
71482026-08-19T20:03:59.550Z[ recovery-image] Aug 19 20:03:58.517 INFO O| Aug 19 20:03:58.517 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-19T20:03:59.560Z[ recovery-image] Aug 19 20:03:58.525 INFO O| Aug 19 20:03:58.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71502026-08-19T20:03:59.564Z[ recovery-image] Aug 19 20:03:58.526 INFO O| Aug 19 20:03:58.526 INFO STEP 616 (remove_files) COMPLETE
71512026-08-19T20:03:59.564Z[ recovery-image] Aug 19 20:03:58.526 INFO O| Aug 19 20:03:58.526 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-19T20:03:59.569Z[ recovery-image] Aug 19 20:03:58.535 INFO O| Aug 19 20:03:58.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71532026-08-19T20:03:59.569Z[ recovery-image] Aug 19 20:03:58.535 INFO O| Aug 19 20:03:58.535 INFO STEP 617 (remove_files) COMPLETE
71542026-08-19T20:03:59.569Z[ recovery-image] Aug 19 20:03:58.535 INFO O| Aug 19 20:03:58.535 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-19T20:03:59.574Z[ recovery-image] Aug 19 20:03:58.543 INFO O| Aug 19 20:03:58.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71562026-08-19T20:03:59.574Z[ recovery-image] Aug 19 20:03:58.543 INFO O| Aug 19 20:03:58.543 INFO STEP 618 (remove_files) COMPLETE
71572026-08-19T20:03:59.574Z[ recovery-image] Aug 19 20:03:58.543 INFO O| Aug 19 20:03:58.543 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-19T20:03:59.583Z[ recovery-image] Aug 19 20:03:58.552 INFO O| Aug 19 20:03:58.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71592026-08-19T20:03:59.583Z[ recovery-image] Aug 19 20:03:58.552 INFO O| Aug 19 20:03:58.552 INFO STEP 619 (remove_files) COMPLETE
71602026-08-19T20:03:59.583Z[ recovery-image] Aug 19 20:03:58.552 INFO O| Aug 19 20:03:58.552 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-19T20:03:59.591Z[ recovery-image] Aug 19 20:03:58.561 INFO O| Aug 19 20:03:58.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71622026-08-19T20:03:59.591Z[ recovery-image] Aug 19 20:03:58.561 INFO O| Aug 19 20:03:58.561 INFO STEP 620 (remove_files) COMPLETE
71632026-08-19T20:03:59.591Z[ recovery-image] Aug 19 20:03:58.561 INFO O| Aug 19 20:03:58.561 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-19T20:03:59.601Z[ recovery-image] Aug 19 20:03:58.570 INFO O| Aug 19 20:03:58.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71652026-08-19T20:03:59.601Z[ recovery-image] Aug 19 20:03:58.570 INFO O| Aug 19 20:03:58.570 INFO STEP 621 (remove_files) COMPLETE
71662026-08-19T20:03:59.601Z[ recovery-image] Aug 19 20:03:58.570 INFO O| Aug 19 20:03:58.570 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-19T20:03:59.611Z[ recovery-image] Aug 19 20:03:58.579 INFO O| Aug 19 20:03:58.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71682026-08-19T20:03:59.611Z[ recovery-image] Aug 19 20:03:58.579 INFO O| Aug 19 20:03:58.579 INFO STEP 622 (remove_files) COMPLETE
71692026-08-19T20:03:59.611Z[ recovery-image] Aug 19 20:03:58.579 INFO O| Aug 19 20:03:58.579 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-19T20:03:59.619Z[ recovery-image] Aug 19 20:03:58.588 INFO O| Aug 19 20:03:58.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71712026-08-19T20:03:59.619Z[ recovery-image] Aug 19 20:03:58.588 INFO O| Aug 19 20:03:58.588 INFO STEP 623 (remove_files) COMPLETE
71722026-08-19T20:03:59.619Z[ recovery-image] Aug 19 20:03:58.588 INFO O| Aug 19 20:03:58.588 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-19T20:03:59.628Z[ recovery-image] Aug 19 20:03:58.597 INFO O| Aug 19 20:03:58.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71742026-08-19T20:03:59.628Z[ recovery-image] Aug 19 20:03:58.597 INFO O| Aug 19 20:03:58.597 INFO STEP 624 (remove_files) COMPLETE
71752026-08-19T20:03:59.628Z[ recovery-image] Aug 19 20:03:58.597 INFO O| Aug 19 20:03:58.597 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-19T20:03:59.642Z[ recovery-image] Aug 19 20:03:58.608 INFO O| Aug 19 20:03:58.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71772026-08-19T20:03:59.642Z[ recovery-image] Aug 19 20:03:58.608 INFO O| Aug 19 20:03:58.608 INFO STEP 625 (remove_files) COMPLETE
71782026-08-19T20:03:59.642Z[ recovery-image] Aug 19 20:03:58.608 INFO O| Aug 19 20:03:58.608 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-19T20:03:59.649Z[ recovery-image] Aug 19 20:03:58.618 INFO O| Aug 19 20:03:58.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71802026-08-19T20:03:59.649Z[ recovery-image] Aug 19 20:03:58.618 INFO O| Aug 19 20:03:58.618 INFO STEP 626 (remove_files) COMPLETE
71812026-08-19T20:03:59.653Z[ recovery-image] Aug 19 20:03:58.618 INFO O| Aug 19 20:03:58.618 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-19T20:03:59.659Z[ recovery-image] Aug 19 20:03:58.629 INFO O| Aug 19 20:03:58.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71832026-08-19T20:03:59.659Z[ recovery-image] Aug 19 20:03:58.629 INFO O| Aug 19 20:03:58.629 INFO STEP 627 (remove_files) COMPLETE
71842026-08-19T20:03:59.659Z[ recovery-image] Aug 19 20:03:58.629 INFO O| Aug 19 20:03:58.629 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-19T20:03:59.671Z[ recovery-image] Aug 19 20:03:58.639 INFO O| Aug 19 20:03:58.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71862026-08-19T20:03:59.672Z[ recovery-image] Aug 19 20:03:58.639 INFO O| Aug 19 20:03:58.639 INFO STEP 628 (remove_files) COMPLETE
71872026-08-19T20:03:59.672Z[ recovery-image] Aug 19 20:03:58.639 INFO O| Aug 19 20:03:58.639 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-19T20:03:59.681Z[ recovery-image] Aug 19 20:03:58.649 INFO O| Aug 19 20:03:58.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71892026-08-19T20:03:59.681Z[ recovery-image] Aug 19 20:03:58.649 INFO O| Aug 19 20:03:58.649 INFO STEP 629 (remove_files) COMPLETE
71902026-08-19T20:03:59.681Z[ recovery-image] Aug 19 20:03:58.649 INFO O| Aug 19 20:03:58.649 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-19T20:03:59.692Z[ recovery-image] Aug 19 20:03:58.660 INFO O| Aug 19 20:03:58.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71922026-08-19T20:03:59.692Z[ recovery-image] Aug 19 20:03:58.660 INFO O| Aug 19 20:03:58.660 INFO STEP 630 (remove_files) COMPLETE
71932026-08-19T20:03:59.692Z[ recovery-image] Aug 19 20:03:58.660 INFO O| Aug 19 20:03:58.660 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-19T20:03:59.701Z[ recovery-image] Aug 19 20:03:58.670 INFO O| Aug 19 20:03:58.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71952026-08-19T20:03:59.701Z[ recovery-image] Aug 19 20:03:58.670 INFO O| Aug 19 20:03:58.670 INFO STEP 631 (remove_files) COMPLETE
71962026-08-19T20:03:59.701Z[ recovery-image] Aug 19 20:03:58.670 INFO O| Aug 19 20:03:58.670 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-19T20:03:59.711Z[ recovery-image] Aug 19 20:03:58.680 INFO O| Aug 19 20:03:58.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71982026-08-19T20:03:59.711Z[ recovery-image] Aug 19 20:03:58.680 INFO O| Aug 19 20:03:58.680 INFO STEP 632 (remove_files) COMPLETE
71992026-08-19T20:03:59.711Z[ recovery-image] Aug 19 20:03:58.680 INFO O| Aug 19 20:03:58.680 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-19T20:03:59.721Z[ recovery-image] Aug 19 20:03:58.690 INFO O| Aug 19 20:03:58.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72012026-08-19T20:03:59.721Z[ recovery-image] Aug 19 20:03:58.690 INFO O| Aug 19 20:03:58.690 INFO STEP 633 (remove_files) COMPLETE
72022026-08-19T20:03:59.721Z[ recovery-image] Aug 19 20:03:58.690 INFO O| Aug 19 20:03:58.690 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-19T20:03:59.732Z[ recovery-image] Aug 19 20:03:58.700 INFO O| Aug 19 20:03:58.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72042026-08-19T20:03:59.732Z[ recovery-image] Aug 19 20:03:58.700 INFO O| Aug 19 20:03:58.700 INFO STEP 634 (remove_files) COMPLETE
72052026-08-19T20:03:59.736Z[ recovery-image] Aug 19 20:03:58.700 INFO O| Aug 19 20:03:58.700 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-19T20:03:59.740Z[ recovery-image] Aug 19 20:03:58.709 INFO O| Aug 19 20:03:58.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72072026-08-19T20:03:59.740Z[ recovery-image] Aug 19 20:03:58.709 INFO O| Aug 19 20:03:58.709 INFO STEP 635 (remove_files) COMPLETE
72082026-08-19T20:03:59.751Z[ recovery-image] Aug 19 20:03:58.709 INFO O| Aug 19 20:03:58.709 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-19T20:03:59.752Z[ recovery-image] Aug 19 20:03:58.719 INFO O| Aug 19 20:03:58.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72102026-08-19T20:03:59.752Z[ recovery-image] Aug 19 20:03:58.719 INFO O| Aug 19 20:03:58.719 INFO STEP 636 (remove_files) COMPLETE
72112026-08-19T20:03:59.752Z[ recovery-image] Aug 19 20:03:58.719 INFO O| Aug 19 20:03:58.719 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-19T20:03:59.760Z[ recovery-image] Aug 19 20:03:58.729 INFO O| Aug 19 20:03:58.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72132026-08-19T20:03:59.760Z[ recovery-image] Aug 19 20:03:58.729 INFO O| Aug 19 20:03:58.729 INFO STEP 637 (remove_files) COMPLETE
72142026-08-19T20:03:59.820Z[ recovery-image] Aug 19 20:03:58.729 INFO O| Aug 19 20:03:58.729 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.738 INFO O| Aug 19 20:03:58.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72162026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.738 INFO O| Aug 19 20:03:58.738 INFO STEP 638 (remove_files) COMPLETE
72172026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.738 INFO O| Aug 19 20:03:58.738 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.748 INFO O| Aug 19 20:03:58.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72192026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.748 INFO O| Aug 19 20:03:58.748 INFO STEP 639 (remove_files) COMPLETE
72202026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.748 INFO O| Aug 19 20:03:58.748 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.758 INFO O| Aug 19 20:03:58.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72222026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.759 INFO O| Aug 19 20:03:58.759 INFO STEP 640 (remove_files) COMPLETE
72232026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.759 INFO O| Aug 19 20:03:58.759 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.768 INFO O| Aug 19 20:03:58.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72252026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.768 INFO O| Aug 19 20:03:58.768 INFO STEP 641 (remove_files) COMPLETE
72262026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.768 INFO O| Aug 19 20:03:58.768 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.778 INFO O| Aug 19 20:03:58.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72282026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.778 INFO O| Aug 19 20:03:58.778 INFO STEP 642 (remove_files) COMPLETE
72292026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.778 INFO O| Aug 19 20:03:58.778 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.789 INFO O| Aug 19 20:03:58.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72312026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.789 INFO O| Aug 19 20:03:58.789 INFO STEP 643 (remove_files) COMPLETE
72322026-08-19T20:03:59.834Z[ recovery-image] Aug 19 20:03:58.789 INFO O| Aug 19 20:03:58.789 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-19T20:03:59.840Z[ recovery-image] Aug 19 20:03:58.800 INFO O| Aug 19 20:03:58.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72342026-08-19T20:03:59.840Z[ recovery-image] Aug 19 20:03:58.800 INFO O| Aug 19 20:03:58.800 INFO STEP 644 (remove_files) COMPLETE
72352026-08-19T20:03:59.840Z[ recovery-image] Aug 19 20:03:58.800 INFO O| Aug 19 20:03:58.800 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-19T20:03:59.843Z[ recovery-image] Aug 19 20:03:58.809 INFO O| Aug 19 20:03:58.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72372026-08-19T20:03:59.843Z[ recovery-image] Aug 19 20:03:58.809 INFO O| Aug 19 20:03:58.809 INFO STEP 645 (remove_files) COMPLETE
72382026-08-19T20:03:59.843Z[ recovery-image] Aug 19 20:03:58.809 INFO O| Aug 19 20:03:58.809 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-19T20:03:59.849Z[ recovery-image] Aug 19 20:03:58.819 INFO O| Aug 19 20:03:58.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72402026-08-19T20:03:59.849Z[ recovery-image] Aug 19 20:03:58.819 INFO O| Aug 19 20:03:58.819 INFO STEP 646 (remove_files) COMPLETE
72412026-08-19T20:03:59.849Z[ recovery-image] Aug 19 20:03:58.819 INFO O| Aug 19 20:03:58.819 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-19T20:03:59.858Z[ recovery-image] Aug 19 20:03:58.828 INFO O| Aug 19 20:03:58.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72432026-08-19T20:03:59.859Z[ recovery-image] Aug 19 20:03:58.828 INFO O| Aug 19 20:03:58.828 INFO STEP 647 (remove_files) COMPLETE
72442026-08-19T20:03:59.859Z[ recovery-image] Aug 19 20:03:58.828 INFO O| Aug 19 20:03:58.828 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-19T20:03:59.869Z[ recovery-image] Aug 19 20:03:58.838 INFO O| Aug 19 20:03:58.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72462026-08-19T20:03:59.870Z[ recovery-image] Aug 19 20:03:58.838 INFO O| Aug 19 20:03:58.838 INFO STEP 648 (remove_files) COMPLETE
72472026-08-19T20:03:59.873Z[ recovery-image] Aug 19 20:03:58.838 INFO O| Aug 19 20:03:58.838 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-19T20:03:59.879Z[ recovery-image] Aug 19 20:03:58.848 INFO O| Aug 19 20:03:58.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72492026-08-19T20:03:59.879Z[ recovery-image] Aug 19 20:03:58.848 INFO O| Aug 19 20:03:58.848 INFO STEP 649 (remove_files) COMPLETE
72502026-08-19T20:03:59.879Z[ recovery-image] Aug 19 20:03:58.848 INFO O| Aug 19 20:03:58.848 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-19T20:03:59.890Z[ recovery-image] Aug 19 20:03:58.859 INFO O| Aug 19 20:03:58.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72522026-08-19T20:03:59.890Z[ recovery-image] Aug 19 20:03:58.859 INFO O| Aug 19 20:03:58.859 INFO STEP 650 (remove_files) COMPLETE
72532026-08-19T20:03:59.890Z[ recovery-image] Aug 19 20:03:58.859 INFO O| Aug 19 20:03:58.859 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-19T20:03:59.902Z[ recovery-image] Aug 19 20:03:58.871 INFO O| Aug 19 20:03:58.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72552026-08-19T20:03:59.902Z[ recovery-image] Aug 19 20:03:58.871 INFO O| Aug 19 20:03:58.871 INFO STEP 651 (remove_files) COMPLETE
72562026-08-19T20:03:59.906Z[ recovery-image] Aug 19 20:03:58.871 INFO O| Aug 19 20:03:58.871 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-19T20:03:59.914Z[ recovery-image] Aug 19 20:03:58.881 INFO O| Aug 19 20:03:58.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72582026-08-19T20:03:59.914Z[ recovery-image] Aug 19 20:03:58.882 INFO O| Aug 19 20:03:58.882 INFO STEP 652 (remove_files) COMPLETE
72592026-08-19T20:03:59.914Z[ recovery-image] Aug 19 20:03:58.882 INFO O| Aug 19 20:03:58.882 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-19T20:03:59.922Z[ recovery-image] Aug 19 20:03:58.892 INFO O| Aug 19 20:03:58.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72612026-08-19T20:03:59.922Z[ recovery-image] Aug 19 20:03:58.892 INFO O| Aug 19 20:03:58.892 INFO STEP 653 (remove_files) COMPLETE
72622026-08-19T20:03:59.922Z[ recovery-image] Aug 19 20:03:58.892 INFO O| Aug 19 20:03:58.892 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-19T20:03:59.933Z[ recovery-image] Aug 19 20:03:58.902 INFO O| Aug 19 20:03:58.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72642026-08-19T20:03:59.933Z[ recovery-image] Aug 19 20:03:58.902 INFO O| Aug 19 20:03:58.902 INFO STEP 654 (remove_files) COMPLETE
72652026-08-19T20:03:59.933Z[ recovery-image] Aug 19 20:03:58.902 INFO O| Aug 19 20:03:58.902 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-19T20:03:59.943Z[ recovery-image] Aug 19 20:03:58.912 INFO O| Aug 19 20:03:58.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72672026-08-19T20:03:59.943Z[ recovery-image] Aug 19 20:03:58.912 INFO O| Aug 19 20:03:58.912 INFO STEP 655 (remove_files) COMPLETE
72682026-08-19T20:03:59.943Z[ recovery-image] Aug 19 20:03:58.912 INFO O| Aug 19 20:03:58.912 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-19T20:03:59.953Z[ recovery-image] Aug 19 20:03:58.923 INFO O| Aug 19 20:03:58.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72702026-08-19T20:03:59.954Z[ recovery-image] Aug 19 20:03:58.923 INFO O| Aug 19 20:03:58.923 INFO STEP 656 (remove_files) COMPLETE
72712026-08-19T20:03:59.954Z[ recovery-image] Aug 19 20:03:58.923 INFO O| Aug 19 20:03:58.923 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-19T20:03:59.964Z[ recovery-image] Aug 19 20:03:58.933 INFO O| Aug 19 20:03:58.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72732026-08-19T20:03:59.964Z[ recovery-image] Aug 19 20:03:58.933 INFO O| Aug 19 20:03:58.933 INFO STEP 657 (remove_files) COMPLETE
72742026-08-19T20:03:59.964Z[ recovery-image] Aug 19 20:03:58.933 INFO O| Aug 19 20:03:58.933 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-19T20:03:59.979Z[ recovery-image] Aug 19 20:03:58.945 INFO O| Aug 19 20:03:58.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72762026-08-19T20:03:59.979Z[ recovery-image] Aug 19 20:03:58.945 INFO O| Aug 19 20:03:58.945 INFO STEP 658 (remove_files) COMPLETE
72772026-08-19T20:03:59.979Z[ recovery-image] Aug 19 20:03:58.945 INFO O| Aug 19 20:03:58.945 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-19T20:03:59.986Z[ recovery-image] Aug 19 20:03:58.955 INFO O| Aug 19 20:03:58.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72792026-08-19T20:03:59.986Z[ recovery-image] Aug 19 20:03:58.956 INFO O| Aug 19 20:03:58.956 INFO STEP 659 (remove_files) COMPLETE
72802026-08-19T20:03:59.986Z[ recovery-image] Aug 19 20:03:58.956 INFO O| Aug 19 20:03:58.956 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-19T20:03:59.994Z[ recovery-image] Aug 19 20:03:58.964 INFO O| Aug 19 20:03:58.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72822026-08-19T20:03:59.994Z[ recovery-image] Aug 19 20:03:58.964 INFO O| Aug 19 20:03:58.964 INFO STEP 660 (remove_files) COMPLETE
72832026-08-19T20:03:59.994Z[ recovery-image] Aug 19 20:03:58.964 INFO O| Aug 19 20:03:58.964 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-19T20:04:00.004Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
72852026-08-19T20:04:00.009Z[ recovery-image] Aug 19 20:03:58.974 INFO O| Aug 19 20:03:58.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72862026-08-19T20:04:00.009Z[ recovery-image] Aug 19 20:03:58.974 INFO O| Aug 19 20:03:58.974 INFO STEP 661 (remove_files) COMPLETE
72872026-08-19T20:04:00.009Z[ recovery-image] Aug 19 20:03:58.974 INFO O| Aug 19 20:03:58.974 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-19T20:04:00.014Z[ recovery-image] Aug 19 20:03:58.983 INFO O| Aug 19 20:03:58.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72892026-08-19T20:04:00.014Z[ recovery-image] Aug 19 20:03:58.983 INFO O| Aug 19 20:03:58.983 INFO STEP 662 (remove_files) COMPLETE
72902026-08-19T20:04:00.014Z[ recovery-image] Aug 19 20:03:58.983 INFO O| Aug 19 20:03:58.983 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-19T20:04:00.024Z[ recovery-image] Aug 19 20:03:58.993 INFO O| Aug 19 20:03:58.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72922026-08-19T20:04:00.024Z[ recovery-image] Aug 19 20:03:58.993 INFO O| Aug 19 20:03:58.993 INFO STEP 663 (remove_files) COMPLETE
72932026-08-19T20:04:00.024Z[ recovery-image] Aug 19 20:03:58.993 INFO O| Aug 19 20:03:58.993 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-19T20:04:00.033Z[ recovery-image] Aug 19 20:03:59.003 INFO O| Aug 19 20:03:59.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72952026-08-19T20:04:00.033Z[ recovery-image] Aug 19 20:03:59.003 INFO O| Aug 19 20:03:59.003 INFO STEP 664 (remove_files) COMPLETE
72962026-08-19T20:04:00.033Z[ recovery-image] Aug 19 20:03:59.003 INFO O| Aug 19 20:03:59.003 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-19T20:04:00.042Z[ recovery-image] Aug 19 20:03:59.012 INFO O| Aug 19 20:03:59.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72982026-08-19T20:04:00.042Z[ recovery-image] Aug 19 20:03:59.012 INFO O| Aug 19 20:03:59.012 INFO STEP 665 (remove_files) COMPLETE
72992026-08-19T20:04:00.042Z[ recovery-image] Aug 19 20:03:59.012 INFO O| Aug 19 20:03:59.012 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-19T20:04:00.052Z[ recovery-image] Aug 19 20:03:59.021 INFO O| Aug 19 20:03:59.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73012026-08-19T20:04:00.052Z[ recovery-image] Aug 19 20:03:59.021 INFO O| Aug 19 20:03:59.021 INFO STEP 666 (remove_files) COMPLETE
73022026-08-19T20:04:00.052Z[ recovery-image] Aug 19 20:03:59.021 INFO O| Aug 19 20:03:59.021 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-19T20:04:00.061Z[ recovery-image] Aug 19 20:03:59.031 INFO O| Aug 19 20:03:59.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73042026-08-19T20:04:00.061Z[ recovery-image] Aug 19 20:03:59.031 INFO O| Aug 19 20:03:59.031 INFO STEP 667 (remove_files) COMPLETE
73052026-08-19T20:04:00.061Z[ recovery-image] Aug 19 20:03:59.031 INFO O| Aug 19 20:03:59.031 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-19T20:04:00.072Z[ recovery-image] Aug 19 20:03:59.040 INFO O| Aug 19 20:03:59.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73072026-08-19T20:04:00.072Z[ recovery-image] Aug 19 20:03:59.040 INFO O| Aug 19 20:03:59.040 INFO STEP 668 (remove_files) COMPLETE
73082026-08-19T20:04:00.072Z[ recovery-image] Aug 19 20:03:59.041 INFO O| Aug 19 20:03:59.040 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-19T20:04:00.081Z[ recovery-image] Aug 19 20:03:59.051 INFO O| Aug 19 20:03:59.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73102026-08-19T20:04:00.081Z[ recovery-image] Aug 19 20:03:59.051 INFO O| Aug 19 20:03:59.051 INFO STEP 669 (remove_files) COMPLETE
73112026-08-19T20:04:00.081Z[ recovery-image] Aug 19 20:03:59.051 INFO O| Aug 19 20:03:59.051 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-19T20:04:00.091Z[ recovery-image] Aug 19 20:03:59.060 INFO O| Aug 19 20:03:59.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73132026-08-19T20:04:00.091Z[ recovery-image] Aug 19 20:03:59.060 INFO O| Aug 19 20:03:59.060 INFO STEP 670 (remove_files) COMPLETE
73142026-08-19T20:04:00.091Z[ recovery-image] Aug 19 20:03:59.060 INFO O| Aug 19 20:03:59.060 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-19T20:04:00.100Z[ recovery-image] Aug 19 20:03:59.070 INFO O| Aug 19 20:03:59.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73162026-08-19T20:04:00.100Z[ recovery-image] Aug 19 20:03:59.070 INFO O| Aug 19 20:03:59.070 INFO STEP 671 (remove_files) COMPLETE
73172026-08-19T20:04:00.100Z[ recovery-image] Aug 19 20:03:59.070 INFO O| Aug 19 20:03:59.070 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-19T20:04:00.109Z[ recovery-image] Aug 19 20:03:59.078 INFO O| Aug 19 20:03:59.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73192026-08-19T20:04:00.109Z[ recovery-image] Aug 19 20:03:59.078 INFO O| Aug 19 20:03:59.078 INFO STEP 672 (remove_files) COMPLETE
73202026-08-19T20:04:00.109Z[ recovery-image] Aug 19 20:03:59.078 INFO O| Aug 19 20:03:59.078 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-19T20:04:00.119Z[ recovery-image] Aug 19 20:03:59.088 INFO O| Aug 19 20:03:59.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73222026-08-19T20:04:00.119Z[ recovery-image] Aug 19 20:03:59.088 INFO O| Aug 19 20:03:59.088 INFO STEP 673 (remove_files) COMPLETE
73232026-08-19T20:04:00.122Z[ recovery-image] Aug 19 20:03:59.088 INFO O| Aug 19 20:03:59.088 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-19T20:04:00.130Z[ recovery-image] Aug 19 20:03:59.099 INFO O| Aug 19 20:03:59.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73252026-08-19T20:04:00.130Z[ recovery-image] Aug 19 20:03:59.099 INFO O| Aug 19 20:03:59.099 INFO STEP 674 (remove_files) COMPLETE
73262026-08-19T20:04:00.133Z[ recovery-image] Aug 19 20:03:59.099 INFO O| Aug 19 20:03:59.099 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-19T20:04:00.143Z[ recovery-image] Aug 19 20:03:59.109 INFO O| Aug 19 20:03:59.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73282026-08-19T20:04:00.143Z[ recovery-image] Aug 19 20:03:59.109 INFO O| Aug 19 20:03:59.109 INFO STEP 675 (remove_files) COMPLETE
73292026-08-19T20:04:00.143Z[ recovery-image] Aug 19 20:03:59.109 INFO O| Aug 19 20:03:59.109 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-19T20:04:00.150Z[ recovery-image] Aug 19 20:03:59.119 INFO O| Aug 19 20:03:59.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73312026-08-19T20:04:00.150Z[ recovery-image] Aug 19 20:03:59.119 INFO O| Aug 19 20:03:59.119 INFO STEP 676 (remove_files) COMPLETE
73322026-08-19T20:04:00.154Z[ recovery-image] Aug 19 20:03:59.119 INFO O| Aug 19 20:03:59.119 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-19T20:04:00.160Z[ recovery-image] Aug 19 20:03:59.129 INFO O| Aug 19 20:03:59.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73342026-08-19T20:04:00.160Z[ recovery-image] Aug 19 20:03:59.129 INFO O| Aug 19 20:03:59.129 INFO STEP 677 (remove_files) COMPLETE
73352026-08-19T20:04:00.160Z[ recovery-image] Aug 19 20:03:59.129 INFO O| Aug 19 20:03:59.129 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-19T20:04:00.167Z[verify-libraries] Compiling samael v0.0.19
73372026-08-19T20:04:00.173Z[ recovery-image] Aug 19 20:03:59.139 INFO O| Aug 19 20:03:59.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73382026-08-19T20:04:00.173Z[ recovery-image] Aug 19 20:03:59.139 INFO O| Aug 19 20:03:59.139 INFO STEP 678 (remove_files) COMPLETE
73392026-08-19T20:04:00.173Z[ recovery-image] Aug 19 20:03:59.139 INFO O| Aug 19 20:03:59.139 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-19T20:04:00.181Z[ recovery-image] Aug 19 20:03:59.150 INFO O| Aug 19 20:03:59.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73412026-08-19T20:04:00.181Z[ recovery-image] Aug 19 20:03:59.150 INFO O| Aug 19 20:03:59.150 INFO STEP 679 (remove_files) COMPLETE
73422026-08-19T20:04:00.181Z[ recovery-image] Aug 19 20:03:59.150 INFO O| Aug 19 20:03:59.150 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-19T20:04:00.190Z[ recovery-image] Aug 19 20:03:59.158 INFO O| Aug 19 20:03:59.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73442026-08-19T20:04:00.190Z[ recovery-image] Aug 19 20:03:59.158 INFO O| Aug 19 20:03:59.158 INFO STEP 680 (remove_files) COMPLETE
73452026-08-19T20:04:00.194Z[ recovery-image] Aug 19 20:03:59.158 INFO O| Aug 19 20:03:59.158 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-19T20:04:00.199Z[ recovery-image] Aug 19 20:03:59.167 INFO O| Aug 19 20:03:59.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73472026-08-19T20:04:00.202Z[ recovery-image] Aug 19 20:03:59.167 INFO O| Aug 19 20:03:59.167 INFO STEP 681 (remove_files) COMPLETE
73482026-08-19T20:04:00.202Z[ recovery-image] Aug 19 20:03:59.167 INFO O| Aug 19 20:03:59.167 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-19T20:04:00.206Z[ recovery-image] Aug 19 20:03:59.176 INFO O| Aug 19 20:03:59.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73502026-08-19T20:04:00.206Z[ recovery-image] Aug 19 20:03:59.176 INFO O| Aug 19 20:03:59.176 INFO STEP 682 (remove_files) COMPLETE
73512026-08-19T20:04:00.206Z[ recovery-image] Aug 19 20:03:59.176 INFO O| Aug 19 20:03:59.176 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-19T20:04:00.216Z[ recovery-image] Aug 19 20:03:59.185 INFO O| Aug 19 20:03:59.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73532026-08-19T20:04:00.216Z[ recovery-image] Aug 19 20:03:59.185 INFO O| Aug 19 20:03:59.185 INFO STEP 683 (remove_files) COMPLETE
73542026-08-19T20:04:00.219Z[ recovery-image] Aug 19 20:03:59.185 INFO O| Aug 19 20:03:59.185 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-19T20:04:00.227Z[ recovery-image] Aug 19 20:03:59.194 INFO O| Aug 19 20:03:59.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73562026-08-19T20:04:00.227Z[ recovery-image] Aug 19 20:03:59.195 INFO O| Aug 19 20:03:59.194 INFO STEP 684 (remove_files) COMPLETE
73572026-08-19T20:04:00.231Z[ recovery-image] Aug 19 20:03:59.195 INFO O| Aug 19 20:03:59.195 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-19T20:04:00.237Z[ recovery-image] Aug 19 20:03:59.204 INFO O| Aug 19 20:03:59.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73592026-08-19T20:04:00.237Z[ recovery-image] Aug 19 20:03:59.204 INFO O| Aug 19 20:03:59.204 INFO STEP 685 (remove_files) COMPLETE
73602026-08-19T20:04:00.241Z[ recovery-image] Aug 19 20:03:59.204 INFO O| Aug 19 20:03:59.204 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-19T20:04:00.246Z[ recovery-image] Aug 19 20:03:59.212 INFO O| Aug 19 20:03:59.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73622026-08-19T20:04:00.246Z[ recovery-image] Aug 19 20:03:59.212 INFO O| Aug 19 20:03:59.212 INFO STEP 686 (remove_files) COMPLETE
73632026-08-19T20:04:00.246Z[ recovery-image] Aug 19 20:03:59.212 INFO O| Aug 19 20:03:59.212 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-19T20:04:00.252Z[ recovery-image] Aug 19 20:03:59.222 INFO O| Aug 19 20:03:59.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73652026-08-19T20:04:00.252Z[ recovery-image] Aug 19 20:03:59.222 INFO O| Aug 19 20:03:59.222 INFO STEP 687 (remove_files) COMPLETE
73662026-08-19T20:04:00.257Z[ recovery-image] Aug 19 20:03:59.222 INFO O| Aug 19 20:03:59.222 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-19T20:04:00.261Z[ recovery-image] Aug 19 20:03:59.230 INFO O| Aug 19 20:03:59.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73682026-08-19T20:04:00.262Z[ recovery-image] Aug 19 20:03:59.230 INFO O| Aug 19 20:03:59.230 INFO STEP 688 (remove_files) COMPLETE
73692026-08-19T20:04:00.262Z[ recovery-image] Aug 19 20:03:59.230 INFO O| Aug 19 20:03:59.230 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-19T20:04:00.269Z[ recovery-image] Aug 19 20:03:59.238 INFO O| Aug 19 20:03:59.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73712026-08-19T20:04:00.269Z[ recovery-image] Aug 19 20:03:59.238 INFO O| Aug 19 20:03:59.238 INFO STEP 689 (remove_files) COMPLETE
73722026-08-19T20:04:00.269Z[ recovery-image] Aug 19 20:03:59.238 INFO O| Aug 19 20:03:59.238 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-19T20:04:00.278Z[ recovery-image] Aug 19 20:03:59.247 INFO O| Aug 19 20:03:59.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73742026-08-19T20:04:00.278Z[ recovery-image] Aug 19 20:03:59.247 INFO O| Aug 19 20:03:59.247 INFO STEP 690 (remove_files) COMPLETE
73752026-08-19T20:04:00.284Z[ recovery-image] Aug 19 20:03:59.247 INFO O| Aug 19 20:03:59.247 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-19T20:04:00.288Z[ recovery-image] Aug 19 20:03:59.255 INFO O| Aug 19 20:03:59.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73772026-08-19T20:04:00.288Z[ recovery-image] Aug 19 20:03:59.255 INFO O| Aug 19 20:03:59.255 INFO STEP 691 (remove_files) COMPLETE
73782026-08-19T20:04:00.288Z[ recovery-image] Aug 19 20:03:59.255 INFO O| Aug 19 20:03:59.255 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-19T20:04:00.294Z[ recovery-image] Aug 19 20:03:59.263 INFO O| Aug 19 20:03:59.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73802026-08-19T20:04:00.294Z[ recovery-image] Aug 19 20:03:59.263 INFO O| Aug 19 20:03:59.263 INFO STEP 692 (remove_files) COMPLETE
73812026-08-19T20:04:00.294Z[ recovery-image] Aug 19 20:03:59.263 INFO O| Aug 19 20:03:59.263 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-19T20:04:00.301Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
73832026-08-19T20:04:00.304Z[ recovery-image] Aug 19 20:03:59.271 INFO O| Aug 19 20:03:59.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73842026-08-19T20:04:00.304Z[ recovery-image] Aug 19 20:03:59.271 INFO O| Aug 19 20:03:59.271 INFO STEP 693 (remove_files) COMPLETE
73852026-08-19T20:04:00.304Z[ recovery-image] Aug 19 20:03:59.271 INFO O| Aug 19 20:03:59.271 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-19T20:04:00.314Z[ recovery-image] Aug 19 20:03:59.282 INFO O| Aug 19 20:03:59.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73872026-08-19T20:04:00.314Z[ recovery-image] Aug 19 20:03:59.282 INFO O| Aug 19 20:03:59.282 INFO STEP 694 (remove_files) COMPLETE
73882026-08-19T20:04:00.314Z[ recovery-image] Aug 19 20:03:59.282 INFO O| Aug 19 20:03:59.282 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-19T20:04:00.322Z[ recovery-image] Aug 19 20:03:59.291 INFO O| Aug 19 20:03:59.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73902026-08-19T20:04:00.322Z[ recovery-image] Aug 19 20:03:59.291 INFO O| Aug 19 20:03:59.291 INFO STEP 695 (remove_files) COMPLETE
73912026-08-19T20:04:00.322Z[ recovery-image] Aug 19 20:03:59.291 INFO O| Aug 19 20:03:59.291 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-19T20:04:00.334Z[ recovery-image] Aug 19 20:03:59.300 INFO O| Aug 19 20:03:59.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73932026-08-19T20:04:00.334Z[ recovery-image] Aug 19 20:03:59.300 INFO O| Aug 19 20:03:59.300 INFO STEP 696 (remove_files) COMPLETE
73942026-08-19T20:04:00.334Z[ recovery-image] Aug 19 20:03:59.301 INFO O| Aug 19 20:03:59.300 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-19T20:04:00.340Z[ recovery-image] Aug 19 20:03:59.310 INFO O| Aug 19 20:03:59.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73962026-08-19T20:04:00.341Z[ recovery-image] Aug 19 20:03:59.310 INFO O| Aug 19 20:03:59.310 INFO STEP 697 (remove_files) COMPLETE
73972026-08-19T20:04:00.341Z[ recovery-image] Aug 19 20:03:59.310 INFO O| Aug 19 20:03:59.310 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-19T20:04:00.351Z[ recovery-image] Aug 19 20:03:59.319 INFO O| Aug 19 20:03:59.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73992026-08-19T20:04:00.351Z[ recovery-image] Aug 19 20:03:59.319 INFO O| Aug 19 20:03:59.319 INFO STEP 698 (remove_files) COMPLETE
74002026-08-19T20:04:00.351Z[ recovery-image] Aug 19 20:03:59.319 INFO O| Aug 19 20:03:59.319 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-19T20:04:00.359Z[ recovery-image] Aug 19 20:03:59.328 INFO O| Aug 19 20:03:59.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74022026-08-19T20:04:00.359Z[ recovery-image] Aug 19 20:03:59.328 INFO O| Aug 19 20:03:59.328 INFO STEP 699 (remove_files) COMPLETE
74032026-08-19T20:04:00.359Z[ recovery-image] Aug 19 20:03:59.328 INFO O| Aug 19 20:03:59.328 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-19T20:04:00.368Z[ recovery-image] Aug 19 20:03:59.338 INFO O| Aug 19 20:03:59.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74052026-08-19T20:04:00.368Z[ recovery-image] Aug 19 20:03:59.338 INFO O| Aug 19 20:03:59.338 INFO STEP 700 (remove_files) COMPLETE
74062026-08-19T20:04:00.372Z[ recovery-image] Aug 19 20:03:59.338 INFO O| Aug 19 20:03:59.338 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-19T20:04:00.378Z[ recovery-image] Aug 19 20:03:59.346 INFO O| Aug 19 20:03:59.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74082026-08-19T20:04:00.378Z[ recovery-image] Aug 19 20:03:59.346 INFO O| Aug 19 20:03:59.346 INFO STEP 701 (remove_files) COMPLETE
74092026-08-19T20:04:00.378Z[ recovery-image] Aug 19 20:03:59.346 INFO O| Aug 19 20:03:59.346 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-19T20:04:00.387Z[ recovery-image] Aug 19 20:03:59.356 INFO O| Aug 19 20:03:59.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74112026-08-19T20:04:00.387Z[ recovery-image] Aug 19 20:03:59.356 INFO O| Aug 19 20:03:59.356 INFO STEP 702 (remove_files) COMPLETE
74122026-08-19T20:04:00.391Z[ recovery-image] Aug 19 20:03:59.356 INFO O| Aug 19 20:03:59.356 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-19T20:04:00.395Z[ recovery-image] Aug 19 20:03:59.365 INFO O| Aug 19 20:03:59.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74142026-08-19T20:04:00.395Z[ recovery-image] Aug 19 20:03:59.365 INFO O| Aug 19 20:03:59.365 INFO STEP 703 (remove_files) COMPLETE
74152026-08-19T20:04:00.395Z[ recovery-image] Aug 19 20:03:59.365 INFO O| Aug 19 20:03:59.365 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-19T20:04:00.409Z[ recovery-image] Aug 19 20:03:59.374 INFO O| Aug 19 20:03:59.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74172026-08-19T20:04:00.409Z[ recovery-image] Aug 19 20:03:59.374 INFO O| Aug 19 20:03:59.374 INFO STEP 704 (remove_files) COMPLETE
74182026-08-19T20:04:00.413Z[ recovery-image] Aug 19 20:03:59.374 INFO O| Aug 19 20:03:59.374 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-19T20:04:00.427Z[ recovery-image] Aug 19 20:03:59.383 INFO O| Aug 19 20:03:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74202026-08-19T20:04:00.427Z[ recovery-image] Aug 19 20:03:59.383 INFO O| Aug 19 20:03:59.383 INFO STEP 705 (remove_files) COMPLETE
74212026-08-19T20:04:00.427Z[ recovery-image] Aug 19 20:03:59.383 INFO O| Aug 19 20:03:59.383 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-19T20:04:00.427Z[ recovery-image] Aug 19 20:03:59.393 INFO O| Aug 19 20:03:59.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74232026-08-19T20:04:00.427Z[ recovery-image] Aug 19 20:03:59.393 INFO O| Aug 19 20:03:59.393 INFO STEP 706 (remove_files) COMPLETE
74242026-08-19T20:04:00.427Z[ recovery-image] Aug 19 20:03:59.393 INFO O| Aug 19 20:03:59.393 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-19T20:04:00.434Z[ recovery-image] Aug 19 20:03:59.403 INFO O| Aug 19 20:03:59.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74262026-08-19T20:04:00.434Z[ recovery-image] Aug 19 20:03:59.403 INFO O| Aug 19 20:03:59.403 INFO STEP 707 (remove_files) COMPLETE
74272026-08-19T20:04:00.434Z[ recovery-image] Aug 19 20:03:59.403 INFO O| Aug 19 20:03:59.403 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-19T20:04:00.442Z[ recovery-image] Aug 19 20:03:59.412 INFO O| Aug 19 20:03:59.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74292026-08-19T20:04:00.442Z[ recovery-image] Aug 19 20:03:59.412 INFO O| Aug 19 20:03:59.412 INFO STEP 708 (remove_files) COMPLETE
74302026-08-19T20:04:00.442Z[ recovery-image] Aug 19 20:03:59.412 INFO O| Aug 19 20:03:59.412 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-19T20:04:00.464Z[ recovery-image] Aug 19 20:03:59.430 INFO O| Aug 19 20:03:59.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74322026-08-19T20:04:00.464Z[ recovery-image] Aug 19 20:03:59.430 INFO O| Aug 19 20:03:59.430 INFO STEP 709 (remove_files) COMPLETE
74332026-08-19T20:04:00.464Z[ recovery-image] Aug 19 20:03:59.430 INFO O| Aug 19 20:03:59.430 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-19T20:04:00.470Z[ recovery-image] Aug 19 20:03:59.438 INFO O| Aug 19 20:03:59.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74352026-08-19T20:04:00.470Z[ recovery-image] Aug 19 20:03:59.438 INFO O| Aug 19 20:03:59.438 INFO STEP 710 (remove_files) COMPLETE
74362026-08-19T20:04:00.470Z[ recovery-image] Aug 19 20:03:59.438 INFO O| Aug 19 20:03:59.438 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-19T20:04:00.477Z[ recovery-image] Aug 19 20:03:59.446 INFO O| Aug 19 20:03:59.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74382026-08-19T20:04:00.477Z[ recovery-image] Aug 19 20:03:59.447 INFO O| Aug 19 20:03:59.447 INFO STEP 711 (remove_files) COMPLETE
74392026-08-19T20:04:00.477Z[ recovery-image] Aug 19 20:03:59.447 INFO O| Aug 19 20:03:59.447 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-19T20:04:00.531Z[ recovery-image] Aug 19 20:03:59.455 INFO O| Aug 19 20:03:59.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74412026-08-19T20:04:00.531Z[ recovery-image] Aug 19 20:03:59.455 INFO O| Aug 19 20:03:59.455 INFO STEP 712 (remove_files) COMPLETE
74422026-08-19T20:04:00.538Z[ recovery-image] Aug 19 20:03:59.455 INFO O| Aug 19 20:03:59.455 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-19T20:04:00.538Z[ recovery-image] Aug 19 20:03:59.464 INFO O| Aug 19 20:03:59.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74442026-08-19T20:04:00.538Z[ recovery-image] Aug 19 20:03:59.464 INFO O| Aug 19 20:03:59.464 INFO STEP 713 (remove_files) COMPLETE
74452026-08-19T20:04:00.538Z[ recovery-image] Aug 19 20:03:59.464 INFO O| Aug 19 20:03:59.464 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.474 INFO O| Aug 19 20:03:59.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74472026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.474 INFO O| Aug 19 20:03:59.474 INFO STEP 714 (remove_files) COMPLETE
74482026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.474 INFO O| Aug 19 20:03:59.474 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.484 INFO O| Aug 19 20:03:59.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74502026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.484 INFO O| Aug 19 20:03:59.484 INFO STEP 715 (remove_files) COMPLETE
74512026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.484 INFO O| Aug 19 20:03:59.484 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.494 INFO O| Aug 19 20:03:59.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74532026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.494 INFO O| Aug 19 20:03:59.494 INFO STEP 716 (remove_files) COMPLETE
74542026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.494 INFO O| Aug 19 20:03:59.494 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.505 INFO O| Aug 19 20:03:59.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74562026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.505 INFO O| Aug 19 20:03:59.505 INFO STEP 717 (remove_files) COMPLETE
74572026-08-19T20:04:00.542Z[ recovery-image] Aug 19 20:03:59.505 INFO O| Aug 19 20:03:59.505 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-19T20:04:00.552Z[ recovery-image] Aug 19 20:03:59.516 INFO O| Aug 19 20:03:59.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74592026-08-19T20:04:00.552Z[ recovery-image] Aug 19 20:03:59.516 INFO O| Aug 19 20:03:59.516 INFO STEP 718 (remove_files) COMPLETE
74602026-08-19T20:04:00.552Z[ recovery-image] Aug 19 20:03:59.516 INFO O| Aug 19 20:03:59.516 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-19T20:04:00.558Z[ recovery-image] Aug 19 20:03:59.526 INFO O| Aug 19 20:03:59.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74622026-08-19T20:04:00.558Z[ recovery-image] Aug 19 20:03:59.526 INFO O| Aug 19 20:03:59.526 INFO STEP 719 (remove_files) COMPLETE
74632026-08-19T20:04:00.558Z[ recovery-image] Aug 19 20:03:59.526 INFO O| Aug 19 20:03:59.526 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-19T20:04:00.567Z[ recovery-image] Aug 19 20:03:59.536 INFO O| Aug 19 20:03:59.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74652026-08-19T20:04:00.567Z[ recovery-image] Aug 19 20:03:59.536 INFO O| Aug 19 20:03:59.536 INFO STEP 720 (remove_files) COMPLETE
74662026-08-19T20:04:00.571Z[ recovery-image] Aug 19 20:03:59.536 INFO O| Aug 19 20:03:59.536 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-19T20:04:00.579Z[ recovery-image] Aug 19 20:03:59.546 INFO O| Aug 19 20:03:59.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74682026-08-19T20:04:00.579Z[ recovery-image] Aug 19 20:03:59.547 INFO O| Aug 19 20:03:59.547 INFO STEP 721 (remove_files) COMPLETE
74692026-08-19T20:04:00.579Z[ recovery-image] Aug 19 20:03:59.547 INFO O| Aug 19 20:03:59.547 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-19T20:04:00.589Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
74712026-08-19T20:04:00.594Z[ recovery-image] Aug 19 20:03:59.558 INFO O| Aug 19 20:03:59.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74722026-08-19T20:04:00.594Z[ recovery-image] Aug 19 20:03:59.558 INFO O| Aug 19 20:03:59.558 INFO STEP 722 (remove_files) COMPLETE
74732026-08-19T20:04:00.594Z[ recovery-image] Aug 19 20:03:59.558 INFO O| Aug 19 20:03:59.558 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-19T20:04:00.601Z[ recovery-image] Aug 19 20:03:59.569 INFO O| Aug 19 20:03:59.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74752026-08-19T20:04:00.601Z[ recovery-image] Aug 19 20:03:59.569 INFO O| Aug 19 20:03:59.569 INFO STEP 723 (remove_files) COMPLETE
74762026-08-19T20:04:00.604Z[ recovery-image] Aug 19 20:03:59.569 INFO O| Aug 19 20:03:59.569 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-19T20:04:00.610Z[ recovery-image] Aug 19 20:03:59.580 INFO O| Aug 19 20:03:59.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74782026-08-19T20:04:00.610Z[ recovery-image] Aug 19 20:03:59.580 INFO O| Aug 19 20:03:59.580 INFO STEP 724 (remove_files) COMPLETE
74792026-08-19T20:04:00.614Z[ recovery-image] Aug 19 20:03:59.580 INFO O| Aug 19 20:03:59.580 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-19T20:04:00.622Z[ recovery-image] Aug 19 20:03:59.590 INFO O| Aug 19 20:03:59.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74812026-08-19T20:04:00.623Z[ recovery-image] Aug 19 20:03:59.590 INFO O| Aug 19 20:03:59.590 INFO STEP 725 (remove_files) COMPLETE
74822026-08-19T20:04:00.623Z[ recovery-image] Aug 19 20:03:59.590 INFO O| Aug 19 20:03:59.590 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-19T20:04:00.634Z[ recovery-image] Aug 19 20:03:59.601 INFO O| Aug 19 20:03:59.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74842026-08-19T20:04:00.634Z[ recovery-image] Aug 19 20:03:59.601 INFO O| Aug 19 20:03:59.601 INFO STEP 726 (remove_files) COMPLETE
74852026-08-19T20:04:00.634Z[ recovery-image] Aug 19 20:03:59.601 INFO O| Aug 19 20:03:59.601 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-19T20:04:00.645Z[ recovery-image] Aug 19 20:03:59.613 INFO O| Aug 19 20:03:59.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74872026-08-19T20:04:00.645Z[ recovery-image] Aug 19 20:03:59.613 INFO O| Aug 19 20:03:59.613 INFO STEP 727 (remove_files) COMPLETE
74882026-08-19T20:04:00.645Z[ recovery-image] Aug 19 20:03:59.613 INFO O| Aug 19 20:03:59.613 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-19T20:04:00.655Z[ recovery-image] Aug 19 20:03:59.625 INFO O| Aug 19 20:03:59.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74902026-08-19T20:04:00.655Z[ recovery-image] Aug 19 20:03:59.625 INFO O| Aug 19 20:03:59.625 INFO STEP 728 (remove_files) COMPLETE
74912026-08-19T20:04:00.655Z[ recovery-image] Aug 19 20:03:59.625 INFO O| Aug 19 20:03:59.625 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-19T20:04:00.670Z[ recovery-image] Aug 19 20:03:59.636 INFO O| Aug 19 20:03:59.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74932026-08-19T20:04:00.670Z[ recovery-image] Aug 19 20:03:59.636 INFO O| Aug 19 20:03:59.636 INFO STEP 729 (remove_files) COMPLETE
74942026-08-19T20:04:00.671Z[ recovery-image] Aug 19 20:03:59.636 INFO O| Aug 19 20:03:59.636 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-19T20:04:00.677Z[ recovery-image] Aug 19 20:03:59.646 INFO O| Aug 19 20:03:59.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74962026-08-19T20:04:00.677Z[ recovery-image] Aug 19 20:03:59.646 INFO O| Aug 19 20:03:59.646 INFO STEP 730 (remove_files) COMPLETE
74972026-08-19T20:04:00.677Z[ recovery-image] Aug 19 20:03:59.646 INFO O| Aug 19 20:03:59.646 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-19T20:04:00.687Z[ recovery-image] Aug 19 20:03:59.655 INFO O| Aug 19 20:03:59.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74992026-08-19T20:04:00.687Z[ recovery-image] Aug 19 20:03:59.655 INFO O| Aug 19 20:03:59.655 INFO STEP 731 (remove_files) COMPLETE
75002026-08-19T20:04:00.687Z[ recovery-image] Aug 19 20:03:59.655 INFO O| Aug 19 20:03:59.655 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-19T20:04:00.695Z[ recovery-image] Aug 19 20:03:59.664 INFO O| Aug 19 20:03:59.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75022026-08-19T20:04:00.695Z[ recovery-image] Aug 19 20:03:59.664 INFO O| Aug 19 20:03:59.664 INFO STEP 732 (remove_files) COMPLETE
75032026-08-19T20:04:00.698Z[ recovery-image] Aug 19 20:03:59.664 INFO O| Aug 19 20:03:59.664 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-19T20:04:00.706Z[ recovery-image] Aug 19 20:03:59.673 INFO O| Aug 19 20:03:59.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75052026-08-19T20:04:00.706Z[ recovery-image] Aug 19 20:03:59.673 INFO O| Aug 19 20:03:59.673 INFO STEP 733 (remove_files) COMPLETE
75062026-08-19T20:04:00.709Z[ recovery-image] Aug 19 20:03:59.673 INFO O| Aug 19 20:03:59.673 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-19T20:04:00.713Z[ recovery-image] Aug 19 20:03:59.682 INFO O| Aug 19 20:03:59.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75082026-08-19T20:04:00.713Z[ recovery-image] Aug 19 20:03:59.682 INFO O| Aug 19 20:03:59.682 INFO STEP 734 (remove_files) COMPLETE
75092026-08-19T20:04:00.718Z[ recovery-image] Aug 19 20:03:59.682 INFO O| Aug 19 20:03:59.682 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-19T20:04:00.721Z[ recovery-image] Aug 19 20:03:59.691 INFO O| Aug 19 20:03:59.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75112026-08-19T20:04:00.722Z[ recovery-image] Aug 19 20:03:59.691 INFO O| Aug 19 20:03:59.691 INFO STEP 735 (remove_files) COMPLETE
75122026-08-19T20:04:00.722Z[ recovery-image] Aug 19 20:03:59.691 INFO O| Aug 19 20:03:59.691 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-19T20:04:00.731Z[ recovery-image] Aug 19 20:03:59.701 INFO O| Aug 19 20:03:59.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75142026-08-19T20:04:00.731Z[ recovery-image] Aug 19 20:03:59.701 INFO O| Aug 19 20:03:59.701 INFO STEP 736 (remove_files) COMPLETE
75152026-08-19T20:04:00.731Z[ recovery-image] Aug 19 20:03:59.701 INFO O| Aug 19 20:03:59.701 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-19T20:04:00.741Z[ recovery-image] Aug 19 20:03:59.710 INFO O| Aug 19 20:03:59.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75172026-08-19T20:04:00.741Z[ recovery-image] Aug 19 20:03:59.710 INFO O| Aug 19 20:03:59.710 INFO STEP 737 (remove_files) COMPLETE
75182026-08-19T20:04:00.741Z[ recovery-image] Aug 19 20:03:59.710 INFO O| Aug 19 20:03:59.710 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-19T20:04:00.749Z[ recovery-image] Aug 19 20:03:59.718 INFO O| Aug 19 20:03:59.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75202026-08-19T20:04:00.749Z[ recovery-image] Aug 19 20:03:59.719 INFO O| Aug 19 20:03:59.719 INFO STEP 738 (remove_files) COMPLETE
75212026-08-19T20:04:00.749Z[ recovery-image] Aug 19 20:03:59.719 INFO O| Aug 19 20:03:59.719 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-19T20:04:00.758Z[ recovery-image] Aug 19 20:03:59.727 INFO O| Aug 19 20:03:59.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75232026-08-19T20:04:00.761Z[ recovery-image] Aug 19 20:03:59.728 INFO O| Aug 19 20:03:59.728 INFO STEP 739 (remove_files) COMPLETE
75242026-08-19T20:04:00.761Z[ recovery-image] Aug 19 20:03:59.728 INFO O| Aug 19 20:03:59.728 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-19T20:04:00.769Z[ recovery-image] Aug 19 20:03:59.737 INFO O| Aug 19 20:03:59.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75262026-08-19T20:04:00.769Z[ recovery-image] Aug 19 20:03:59.737 INFO O| Aug 19 20:03:59.737 INFO STEP 740 (remove_files) COMPLETE
75272026-08-19T20:04:00.769Z[ recovery-image] Aug 19 20:03:59.737 INFO O| Aug 19 20:03:59.737 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-19T20:04:00.776Z[ recovery-image] Aug 19 20:03:59.746 INFO O| Aug 19 20:03:59.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75292026-08-19T20:04:00.776Z[ recovery-image] Aug 19 20:03:59.746 INFO O| Aug 19 20:03:59.746 INFO STEP 741 (remove_files) COMPLETE
75302026-08-19T20:04:00.780Z[ recovery-image] Aug 19 20:03:59.746 INFO O| Aug 19 20:03:59.746 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-19T20:04:00.787Z[ recovery-image] Aug 19 20:03:59.755 INFO O| Aug 19 20:03:59.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75322026-08-19T20:04:00.787Z[ recovery-image] Aug 19 20:03:59.755 INFO O| Aug 19 20:03:59.755 INFO STEP 742 (remove_files) COMPLETE
75332026-08-19T20:04:00.787Z[ recovery-image] Aug 19 20:03:59.755 INFO O| Aug 19 20:03:59.755 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-19T20:04:00.794Z[ recovery-image] Aug 19 20:03:59.763 INFO O| Aug 19 20:03:59.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75352026-08-19T20:04:00.794Z[ recovery-image] Aug 19 20:03:59.763 INFO O| Aug 19 20:03:59.763 INFO STEP 743 (remove_files) COMPLETE
75362026-08-19T20:04:00.794Z[ recovery-image] Aug 19 20:03:59.763 INFO O| Aug 19 20:03:59.763 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-19T20:04:00.802Z[ recovery-image] Aug 19 20:03:59.771 INFO O| Aug 19 20:03:59.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75382026-08-19T20:04:00.802Z[ recovery-image] Aug 19 20:03:59.772 INFO O| Aug 19 20:03:59.771 INFO STEP 744 (remove_files) COMPLETE
75392026-08-19T20:04:00.803Z[ recovery-image] Aug 19 20:03:59.772 INFO O| Aug 19 20:03:59.772 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-19T20:04:00.810Z[ recovery-image] Aug 19 20:03:59.780 INFO O| Aug 19 20:03:59.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75412026-08-19T20:04:00.811Z[ recovery-image] Aug 19 20:03:59.780 INFO O| Aug 19 20:03:59.780 INFO STEP 745 (remove_files) COMPLETE
75422026-08-19T20:04:00.813Z[ recovery-image] Aug 19 20:03:59.780 INFO O| Aug 19 20:03:59.780 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-19T20:04:00.818Z[ recovery-image] Aug 19 20:03:59.787 INFO O| Aug 19 20:03:59.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75442026-08-19T20:04:00.818Z[ recovery-image] Aug 19 20:03:59.788 INFO O| Aug 19 20:03:59.788 INFO STEP 746 (remove_files) COMPLETE
75452026-08-19T20:04:00.823Z[ recovery-image] Aug 19 20:03:59.788 INFO O| Aug 19 20:03:59.788 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-19T20:04:00.826Z[ recovery-image] Aug 19 20:03:59.795 INFO O| Aug 19 20:03:59.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75472026-08-19T20:04:00.826Z[ recovery-image] Aug 19 20:03:59.795 INFO O| Aug 19 20:03:59.795 INFO STEP 747 (remove_files) COMPLETE
75482026-08-19T20:04:00.826Z[ recovery-image] Aug 19 20:03:59.795 INFO O| Aug 19 20:03:59.795 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-19T20:04:00.837Z[ recovery-image] Aug 19 20:03:59.805 INFO O| Aug 19 20:03:59.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75502026-08-19T20:04:00.841Z[ recovery-image] Aug 19 20:03:59.806 INFO O| Aug 19 20:03:59.806 INFO STEP 748 (remove_files) COMPLETE
75512026-08-19T20:04:00.841Z[ recovery-image] Aug 19 20:03:59.806 INFO O| Aug 19 20:03:59.806 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-19T20:04:00.846Z[ recovery-image] Aug 19 20:03:59.816 INFO O| Aug 19 20:03:59.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75532026-08-19T20:04:00.846Z[ recovery-image] Aug 19 20:03:59.816 INFO O| Aug 19 20:03:59.816 INFO STEP 749 (remove_files) COMPLETE
75542026-08-19T20:04:00.846Z[ recovery-image] Aug 19 20:03:59.816 INFO O| Aug 19 20:03:59.816 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-19T20:04:00.857Z[ recovery-image] Aug 19 20:03:59.826 INFO O| Aug 19 20:03:59.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75562026-08-19T20:04:00.857Z[ recovery-image] Aug 19 20:03:59.826 INFO O| Aug 19 20:03:59.826 INFO STEP 750 (remove_files) COMPLETE
75572026-08-19T20:04:00.857Z[ recovery-image] Aug 19 20:03:59.826 INFO O| Aug 19 20:03:59.826 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-19T20:04:00.867Z[ recovery-image] Aug 19 20:03:59.836 INFO O| Aug 19 20:03:59.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75592026-08-19T20:04:00.867Z[ recovery-image] Aug 19 20:03:59.836 INFO O| Aug 19 20:03:59.836 INFO STEP 751 (remove_files) COMPLETE
75602026-08-19T20:04:00.867Z[ recovery-image] Aug 19 20:03:59.836 INFO O| Aug 19 20:03:59.836 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-19T20:04:00.877Z[ recovery-image] Aug 19 20:03:59.846 INFO O| Aug 19 20:03:59.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75622026-08-19T20:04:00.877Z[ recovery-image] Aug 19 20:03:59.846 INFO O| Aug 19 20:03:59.846 INFO STEP 752 (remove_files) COMPLETE
75632026-08-19T20:04:00.877Z[ recovery-image] Aug 19 20:03:59.846 INFO O| Aug 19 20:03:59.846 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-19T20:04:00.890Z[ recovery-image] Aug 19 20:03:59.857 INFO O| Aug 19 20:03:59.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75652026-08-19T20:04:00.890Z[ recovery-image] Aug 19 20:03:59.857 INFO O| Aug 19 20:03:59.857 INFO STEP 753 (remove_files) COMPLETE
75662026-08-19T20:04:00.890Z[ recovery-image] Aug 19 20:03:59.857 INFO O| Aug 19 20:03:59.857 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-19T20:04:00.898Z[ recovery-image] Aug 19 20:03:59.867 INFO O| Aug 19 20:03:59.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75682026-08-19T20:04:00.898Z[ recovery-image] Aug 19 20:03:59.867 INFO O| Aug 19 20:03:59.867 INFO STEP 754 (remove_files) COMPLETE
75692026-08-19T20:04:00.898Z[ recovery-image] Aug 19 20:03:59.867 INFO O| Aug 19 20:03:59.867 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-19T20:04:00.909Z[ recovery-image] Aug 19 20:03:59.877 INFO O| Aug 19 20:03:59.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75712026-08-19T20:04:00.909Z[ recovery-image] Aug 19 20:03:59.877 INFO O| Aug 19 20:03:59.877 INFO STEP 755 (remove_files) COMPLETE
75722026-08-19T20:04:00.909Z[ recovery-image] Aug 19 20:03:59.877 INFO O| Aug 19 20:03:59.877 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-19T20:04:00.918Z[ recovery-image] Aug 19 20:03:59.886 INFO O| Aug 19 20:03:59.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75742026-08-19T20:04:00.918Z[ recovery-image] Aug 19 20:03:59.886 INFO O| Aug 19 20:03:59.886 INFO STEP 756 (remove_files) COMPLETE
75752026-08-19T20:04:00.918Z[ recovery-image] Aug 19 20:03:59.886 INFO O| Aug 19 20:03:59.886 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-19T20:04:00.927Z[ recovery-image] Aug 19 20:03:59.896 INFO O| Aug 19 20:03:59.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75772026-08-19T20:04:00.927Z[ recovery-image] Aug 19 20:03:59.896 INFO O| Aug 19 20:03:59.896 INFO STEP 757 (remove_files) COMPLETE
75782026-08-19T20:04:00.927Z[ recovery-image] Aug 19 20:03:59.896 INFO O| Aug 19 20:03:59.896 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-19T20:04:00.937Z[ recovery-image] Aug 19 20:03:59.907 INFO O| Aug 19 20:03:59.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75802026-08-19T20:04:00.937Z[ recovery-image] Aug 19 20:03:59.907 INFO O| Aug 19 20:03:59.907 INFO STEP 758 (remove_files) COMPLETE
75812026-08-19T20:04:00.937Z[ recovery-image] Aug 19 20:03:59.907 INFO O| Aug 19 20:03:59.907 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-19T20:04:00.958Z[ recovery-image] Aug 19 20:03:59.927 INFO O| Aug 19 20:03:59.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75832026-08-19T20:04:00.958Z[ recovery-image] Aug 19 20:03:59.927 INFO O| Aug 19 20:03:59.922 INFO STEP 759 (remove_files) COMPLETE
75842026-08-19T20:04:00.958Z[ recovery-image] Aug 19 20:03:59.927 INFO O| Aug 19 20:03:59.922 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-19T20:04:00.963Z[ recovery-image] Aug 19 20:03:59.932 INFO O| Aug 19 20:03:59.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75862026-08-19T20:04:00.963Z[ recovery-image] Aug 19 20:03:59.933 INFO O| Aug 19 20:03:59.933 INFO STEP 760 (remove_files) COMPLETE
75872026-08-19T20:04:00.963Z[ recovery-image] Aug 19 20:03:59.933 INFO O| Aug 19 20:03:59.933 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-19T20:04:00.979Z[ recovery-image] Aug 19 20:03:59.948 INFO O| Aug 19 20:03:59.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75892026-08-19T20:04:00.979Z[ recovery-image] Aug 19 20:03:59.948 INFO O| Aug 19 20:03:59.948 INFO STEP 761 (remove_files) COMPLETE
75902026-08-19T20:04:00.979Z[ recovery-image] Aug 19 20:03:59.948 INFO O| Aug 19 20:03:59.948 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-19T20:04:00.992Z[ recovery-image] Aug 19 20:03:59.960 INFO O| Aug 19 20:03:59.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75922026-08-19T20:04:00.992Z[ recovery-image] Aug 19 20:03:59.960 INFO O| Aug 19 20:03:59.960 INFO STEP 762 (remove_files) COMPLETE
75932026-08-19T20:04:00.992Z[ recovery-image] Aug 19 20:03:59.960 INFO O| Aug 19 20:03:59.960 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-19T20:04:01.003Z[ recovery-image] Aug 19 20:03:59.972 INFO O| Aug 19 20:03:59.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75952026-08-19T20:04:01.003Z[ recovery-image] Aug 19 20:03:59.972 INFO O| Aug 19 20:03:59.972 INFO STEP 763 (remove_files) COMPLETE
75962026-08-19T20:04:01.003Z[ recovery-image] Aug 19 20:03:59.972 INFO O| Aug 19 20:03:59.972 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-19T20:04:01.013Z[ recovery-image] Aug 19 20:03:59.982 INFO O| Aug 19 20:03:59.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75982026-08-19T20:04:01.013Z[ recovery-image] Aug 19 20:03:59.982 INFO O| Aug 19 20:03:59.982 INFO STEP 764 (remove_files) COMPLETE
75992026-08-19T20:04:01.018Z[ recovery-image] Aug 19 20:03:59.982 INFO O| Aug 19 20:03:59.982 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-19T20:04:01.022Z[ recovery-image] Aug 19 20:03:59.992 INFO O| Aug 19 20:03:59.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76012026-08-19T20:04:01.022Z[ recovery-image] Aug 19 20:03:59.992 INFO O| Aug 19 20:03:59.992 INFO STEP 765 (remove_files) COMPLETE
76022026-08-19T20:04:01.025Z[ recovery-image] Aug 19 20:03:59.992 INFO O| Aug 19 20:03:59.992 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-19T20:04:01.038Z[ recovery-image] Aug 19 20:04:00.001 INFO O| Aug 19 20:04:00.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76042026-08-19T20:04:01.038Z[ recovery-image] Aug 19 20:04:00.001 INFO O| Aug 19 20:04:00.001 INFO STEP 766 (remove_files) COMPLETE
76052026-08-19T20:04:01.038Z[ recovery-image] Aug 19 20:04:00.001 INFO O| Aug 19 20:04:00.001 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-19T20:04:01.041Z[ recovery-image] Aug 19 20:04:00.010 INFO O| Aug 19 20:04:00.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76072026-08-19T20:04:01.041Z[ recovery-image] Aug 19 20:04:00.010 INFO O| Aug 19 20:04:00.010 INFO STEP 767 (remove_files) COMPLETE
76082026-08-19T20:04:01.041Z[ recovery-image] Aug 19 20:04:00.010 INFO O| Aug 19 20:04:00.010 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-19T20:04:01.051Z[ recovery-image] Aug 19 20:04:00.019 INFO O| Aug 19 20:04:00.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76102026-08-19T20:04:01.051Z[ recovery-image] Aug 19 20:04:00.019 INFO O| Aug 19 20:04:00.019 INFO STEP 768 (remove_files) COMPLETE
76112026-08-19T20:04:01.051Z[ recovery-image] Aug 19 20:04:00.019 INFO O| Aug 19 20:04:00.019 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-19T20:04:01.062Z[ recovery-image] Aug 19 20:04:00.029 INFO O| Aug 19 20:04:00.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76132026-08-19T20:04:01.063Z[ recovery-image] Aug 19 20:04:00.029 INFO O| Aug 19 20:04:00.029 INFO STEP 769 (remove_files) COMPLETE
76142026-08-19T20:04:01.067Z[ recovery-image] Aug 19 20:04:00.029 INFO O| Aug 19 20:04:00.029 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-19T20:04:01.073Z[ recovery-image] Aug 19 20:04:00.039 INFO O| Aug 19 20:04:00.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76162026-08-19T20:04:01.073Z[ recovery-image] Aug 19 20:04:00.039 INFO O| Aug 19 20:04:00.039 INFO STEP 770 (remove_files) COMPLETE
76172026-08-19T20:04:01.073Z[ recovery-image] Aug 19 20:04:00.039 INFO O| Aug 19 20:04:00.039 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-19T20:04:01.083Z[ recovery-image] Aug 19 20:04:00.051 INFO O| Aug 19 20:04:00.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76192026-08-19T20:04:01.083Z[ recovery-image] Aug 19 20:04:00.051 INFO O| Aug 19 20:04:00.051 INFO STEP 771 (remove_files) COMPLETE
76202026-08-19T20:04:01.083Z[ recovery-image] Aug 19 20:04:00.051 INFO O| Aug 19 20:04:00.051 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-19T20:04:01.093Z[ recovery-image] Aug 19 20:04:00.062 INFO O| Aug 19 20:04:00.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76222026-08-19T20:04:01.093Z[ recovery-image] Aug 19 20:04:00.062 INFO O| Aug 19 20:04:00.062 INFO STEP 772 (remove_files) COMPLETE
76232026-08-19T20:04:01.093Z[ recovery-image] Aug 19 20:04:00.062 INFO O| Aug 19 20:04:00.062 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-19T20:04:01.103Z[ recovery-image] Aug 19 20:04:00.072 INFO O| Aug 19 20:04:00.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76252026-08-19T20:04:01.103Z[ recovery-image] Aug 19 20:04:00.072 INFO O| Aug 19 20:04:00.072 INFO STEP 773 (remove_files) COMPLETE
76262026-08-19T20:04:01.106Z[ recovery-image] Aug 19 20:04:00.072 INFO O| Aug 19 20:04:00.072 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-19T20:04:01.114Z[ recovery-image] Aug 19 20:04:00.083 INFO O| Aug 19 20:04:00.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76282026-08-19T20:04:01.114Z[ recovery-image] Aug 19 20:04:00.083 INFO O| Aug 19 20:04:00.083 INFO STEP 774 (remove_files) COMPLETE
76292026-08-19T20:04:01.118Z[ recovery-image] Aug 19 20:04:00.083 INFO O| Aug 19 20:04:00.083 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-19T20:04:01.125Z[ recovery-image] Aug 19 20:04:00.093 INFO O| Aug 19 20:04:00.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76312026-08-19T20:04:01.132Z[ recovery-image] Aug 19 20:04:00.094 INFO O| Aug 19 20:04:00.093 INFO STEP 775 (remove_files) COMPLETE
76322026-08-19T20:04:01.132Z[ recovery-image] Aug 19 20:04:00.094 INFO O| Aug 19 20:04:00.094 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-19T20:04:01.137Z[ recovery-image] Aug 19 20:04:00.105 INFO O| Aug 19 20:04:00.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76342026-08-19T20:04:01.137Z[ recovery-image] Aug 19 20:04:00.105 INFO O| Aug 19 20:04:00.105 INFO STEP 776 (remove_files) COMPLETE
76352026-08-19T20:04:01.143Z[ recovery-image] Aug 19 20:04:00.105 INFO O| Aug 19 20:04:00.105 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-19T20:04:01.150Z[ recovery-image] Aug 19 20:04:00.118 INFO O| Aug 19 20:04:00.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76372026-08-19T20:04:01.150Z[ recovery-image] Aug 19 20:04:00.118 INFO O| Aug 19 20:04:00.118 INFO STEP 777 (remove_files) COMPLETE
76382026-08-19T20:04:01.150Z[ recovery-image] Aug 19 20:04:00.118 INFO O| Aug 19 20:04:00.118 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-19T20:04:01.160Z[ recovery-image] Aug 19 20:04:00.128 INFO O| Aug 19 20:04:00.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76402026-08-19T20:04:01.160Z[ recovery-image] Aug 19 20:04:00.128 INFO O| Aug 19 20:04:00.128 INFO STEP 778 (remove_files) COMPLETE
76412026-08-19T20:04:01.165Z[ recovery-image] Aug 19 20:04:00.128 INFO O| Aug 19 20:04:00.128 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-19T20:04:01.167Z[ recovery-image] Aug 19 20:04:00.136 INFO O| Aug 19 20:04:00.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76432026-08-19T20:04:01.168Z[ recovery-image] Aug 19 20:04:00.136 INFO O| Aug 19 20:04:00.136 INFO STEP 779 (remove_files) COMPLETE
76442026-08-19T20:04:01.168Z[ recovery-image] Aug 19 20:04:00.136 INFO O| Aug 19 20:04:00.136 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-19T20:04:01.176Z[ recovery-image] Aug 19 20:04:00.145 INFO O| Aug 19 20:04:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76462026-08-19T20:04:01.176Z[ recovery-image] Aug 19 20:04:00.146 INFO O| Aug 19 20:04:00.146 INFO STEP 780 (remove_files) COMPLETE
76472026-08-19T20:04:01.176Z[ recovery-image] Aug 19 20:04:00.146 INFO O| Aug 19 20:04:00.146 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-19T20:04:01.188Z[ recovery-image] Aug 19 20:04:00.157 INFO O| Aug 19 20:04:00.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76492026-08-19T20:04:01.188Z[ recovery-image] Aug 19 20:04:00.157 INFO O| Aug 19 20:04:00.157 INFO STEP 781 (remove_files) COMPLETE
76502026-08-19T20:04:01.232Z[ recovery-image] Aug 19 20:04:00.157 INFO O| Aug 19 20:04:00.157 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.167 INFO O| Aug 19 20:04:00.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76522026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.167 INFO O| Aug 19 20:04:00.167 INFO STEP 782 (remove_files) COMPLETE
76532026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.167 INFO O| Aug 19 20:04:00.167 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.177 INFO O| Aug 19 20:04:00.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76552026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.177 INFO O| Aug 19 20:04:00.177 INFO STEP 783 (remove_files) COMPLETE
76562026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.177 INFO O| Aug 19 20:04:00.177 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.186 INFO O| Aug 19 20:04:00.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76582026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.186 INFO O| Aug 19 20:04:00.186 INFO STEP 784 (remove_files) COMPLETE
76592026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.186 INFO O| Aug 19 20:04:00.186 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.197 INFO O| Aug 19 20:04:00.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76612026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.197 INFO O| Aug 19 20:04:00.197 INFO STEP 785 (remove_files) COMPLETE
76622026-08-19T20:04:01.244Z[ recovery-image] Aug 19 20:04:00.197 INFO O| Aug 19 20:04:00.197 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-19T20:04:01.252Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
76642026-08-19T20:04:01.252Z[ recovery-image] Aug 19 20:04:00.208 INFO O| Aug 19 20:04:00.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76652026-08-19T20:04:01.252Z[ recovery-image] Aug 19 20:04:00.208 INFO O| Aug 19 20:04:00.208 INFO STEP 786 (remove_files) COMPLETE
76662026-08-19T20:04:01.252Z[ recovery-image] Aug 19 20:04:00.208 INFO O| Aug 19 20:04:00.208 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-19T20:04:01.256Z[ recovery-image] Aug 19 20:04:00.218 INFO O| Aug 19 20:04:00.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76682026-08-19T20:04:01.256Z[ recovery-image] Aug 19 20:04:00.218 INFO O| Aug 19 20:04:00.218 INFO STEP 787 (remove_files) COMPLETE
76692026-08-19T20:04:01.256Z[ recovery-image] Aug 19 20:04:00.218 INFO O| Aug 19 20:04:00.218 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-19T20:04:01.259Z[ recovery-image] Aug 19 20:04:00.228 INFO O| Aug 19 20:04:00.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76712026-08-19T20:04:01.259Z[ recovery-image] Aug 19 20:04:00.228 INFO O| Aug 19 20:04:00.228 INFO STEP 788 (remove_files) COMPLETE
76722026-08-19T20:04:01.260Z[ recovery-image] Aug 19 20:04:00.228 INFO O| Aug 19 20:04:00.228 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-19T20:04:01.268Z[ recovery-image] Aug 19 20:04:00.237 INFO O| Aug 19 20:04:00.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76742026-08-19T20:04:01.268Z[ recovery-image] Aug 19 20:04:00.237 INFO O| Aug 19 20:04:00.237 INFO STEP 789 (remove_files) COMPLETE
76752026-08-19T20:04:01.268Z[ recovery-image] Aug 19 20:04:00.237 INFO O| Aug 19 20:04:00.237 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-19T20:04:01.277Z[ recovery-image] Aug 19 20:04:00.247 INFO O| Aug 19 20:04:00.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76772026-08-19T20:04:01.277Z[ recovery-image] Aug 19 20:04:00.247 INFO O| Aug 19 20:04:00.247 INFO STEP 790 (remove_files) COMPLETE
76782026-08-19T20:04:01.282Z[ recovery-image] Aug 19 20:04:00.247 INFO O| Aug 19 20:04:00.247 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-19T20:04:01.286Z[ recovery-image] Aug 19 20:04:00.254 INFO O| Aug 19 20:04:00.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76802026-08-19T20:04:01.286Z[ recovery-image] Aug 19 20:04:00.255 INFO O| Aug 19 20:04:00.255 INFO STEP 791 (remove_files) COMPLETE
76812026-08-19T20:04:01.292Z[ recovery-image] Aug 19 20:04:00.255 INFO O| Aug 19 20:04:00.255 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-19T20:04:01.296Z[ recovery-image] Aug 19 20:04:00.263 INFO O| Aug 19 20:04:00.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76832026-08-19T20:04:01.296Z[ recovery-image] Aug 19 20:04:00.263 INFO O| Aug 19 20:04:00.263 INFO STEP 792 (remove_files) COMPLETE
76842026-08-19T20:04:01.296Z[ recovery-image] Aug 19 20:04:00.263 INFO O| Aug 19 20:04:00.263 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-19T20:04:01.303Z[ recovery-image] Aug 19 20:04:00.271 INFO O| Aug 19 20:04:00.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76862026-08-19T20:04:01.303Z[ recovery-image] Aug 19 20:04:00.271 INFO O| Aug 19 20:04:00.271 INFO STEP 793 (remove_files) COMPLETE
76872026-08-19T20:04:01.303Z[ recovery-image] Aug 19 20:04:00.271 INFO O| Aug 19 20:04:00.271 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-19T20:04:01.309Z[ recovery-image] Aug 19 20:04:00.279 INFO O| Aug 19 20:04:00.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76892026-08-19T20:04:01.313Z[ recovery-image] Aug 19 20:04:00.279 INFO O| Aug 19 20:04:00.279 INFO STEP 794 (remove_files) COMPLETE
76902026-08-19T20:04:01.313Z[ recovery-image] Aug 19 20:04:00.279 INFO O| Aug 19 20:04:00.279 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-19T20:04:01.321Z[ recovery-image] Aug 19 20:04:00.288 INFO O| Aug 19 20:04:00.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76922026-08-19T20:04:01.321Z[ recovery-image] Aug 19 20:04:00.289 INFO O| Aug 19 20:04:00.289 INFO STEP 795 (remove_files) COMPLETE
76932026-08-19T20:04:01.325Z[ recovery-image] Aug 19 20:04:00.289 INFO O| Aug 19 20:04:00.289 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-19T20:04:01.331Z[ recovery-image] Aug 19 20:04:00.299 INFO O| Aug 19 20:04:00.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76952026-08-19T20:04:01.331Z[ recovery-image] Aug 19 20:04:00.299 INFO O| Aug 19 20:04:00.299 INFO STEP 796 (remove_files) COMPLETE
76962026-08-19T20:04:01.331Z[ recovery-image] Aug 19 20:04:00.299 INFO O| Aug 19 20:04:00.299 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-19T20:04:01.345Z[ recovery-image] Aug 19 20:04:00.308 INFO O| Aug 19 20:04:00.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76982026-08-19T20:04:01.345Z[ recovery-image] Aug 19 20:04:00.308 INFO O| Aug 19 20:04:00.308 INFO STEP 797 (remove_files) COMPLETE
76992026-08-19T20:04:01.345Z[ recovery-image] Aug 19 20:04:00.308 INFO O| Aug 19 20:04:00.308 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-19T20:04:01.350Z[ recovery-image] Aug 19 20:04:00.318 INFO O| Aug 19 20:04:00.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77012026-08-19T20:04:01.350Z[ recovery-image] Aug 19 20:04:00.318 INFO O| Aug 19 20:04:00.318 INFO STEP 798 (remove_files) COMPLETE
77022026-08-19T20:04:01.350Z[ recovery-image] Aug 19 20:04:00.318 INFO O| Aug 19 20:04:00.318 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-19T20:04:01.358Z[ recovery-image] Aug 19 20:04:00.326 INFO O| Aug 19 20:04:00.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77042026-08-19T20:04:01.358Z[ recovery-image] Aug 19 20:04:00.327 INFO O| Aug 19 20:04:00.327 INFO STEP 799 (remove_files) COMPLETE
77052026-08-19T20:04:01.358Z[ recovery-image] Aug 19 20:04:00.327 INFO O| Aug 19 20:04:00.327 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-19T20:04:01.367Z[ recovery-image] Aug 19 20:04:00.335 INFO O| Aug 19 20:04:00.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77072026-08-19T20:04:01.367Z[ recovery-image] Aug 19 20:04:00.335 INFO O| Aug 19 20:04:00.335 INFO STEP 800 (remove_files) COMPLETE
77082026-08-19T20:04:01.370Z[ recovery-image] Aug 19 20:04:00.335 INFO O| Aug 19 20:04:00.335 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-19T20:04:01.375Z[ recovery-image] Aug 19 20:04:00.344 INFO O| Aug 19 20:04:00.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77102026-08-19T20:04:01.375Z[ recovery-image] Aug 19 20:04:00.344 INFO O| Aug 19 20:04:00.344 INFO STEP 801 (remove_files) COMPLETE
77112026-08-19T20:04:01.375Z[ recovery-image] Aug 19 20:04:00.344 INFO O| Aug 19 20:04:00.344 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-19T20:04:01.388Z[ recovery-image] Aug 19 20:04:00.354 INFO O| Aug 19 20:04:00.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77132026-08-19T20:04:01.388Z[ recovery-image] Aug 19 20:04:00.354 INFO O| Aug 19 20:04:00.354 INFO STEP 802 (remove_files) COMPLETE
77142026-08-19T20:04:01.388Z[ recovery-image] Aug 19 20:04:00.354 INFO O| Aug 19 20:04:00.354 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-19T20:04:01.396Z[ recovery-image] Aug 19 20:04:00.364 INFO O| Aug 19 20:04:00.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77162026-08-19T20:04:01.396Z[ recovery-image] Aug 19 20:04:00.364 INFO O| Aug 19 20:04:00.364 INFO STEP 803 (remove_files) COMPLETE
77172026-08-19T20:04:01.396Z[ recovery-image] Aug 19 20:04:00.364 INFO O| Aug 19 20:04:00.364 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-19T20:04:01.405Z[ recovery-image] Aug 19 20:04:00.375 INFO O| Aug 19 20:04:00.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77192026-08-19T20:04:01.405Z[ recovery-image] Aug 19 20:04:00.375 INFO O| Aug 19 20:04:00.375 INFO STEP 804 (remove_files) COMPLETE
77202026-08-19T20:04:01.405Z[ recovery-image] Aug 19 20:04:00.375 INFO O| Aug 19 20:04:00.375 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-19T20:04:01.415Z[ recovery-image] Aug 19 20:04:00.384 INFO O| Aug 19 20:04:00.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77222026-08-19T20:04:01.415Z[ recovery-image] Aug 19 20:04:00.384 INFO O| Aug 19 20:04:00.384 INFO STEP 805 (remove_files) COMPLETE
77232026-08-19T20:04:01.419Z[ recovery-image] Aug 19 20:04:00.384 INFO O| Aug 19 20:04:00.384 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-19T20:04:01.424Z[ recovery-image] Aug 19 20:04:00.394 INFO O| Aug 19 20:04:00.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77252026-08-19T20:04:01.424Z[ recovery-image] Aug 19 20:04:00.394 INFO O| Aug 19 20:04:00.394 INFO STEP 806 (remove_files) COMPLETE
77262026-08-19T20:04:01.424Z[ recovery-image] Aug 19 20:04:00.394 INFO O| Aug 19 20:04:00.394 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-19T20:04:01.436Z[ recovery-image] Aug 19 20:04:00.405 INFO O| Aug 19 20:04:00.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77282026-08-19T20:04:01.436Z[ recovery-image] Aug 19 20:04:00.405 INFO O| Aug 19 20:04:00.405 INFO STEP 807 (remove_files) COMPLETE
77292026-08-19T20:04:01.439Z[ recovery-image] Aug 19 20:04:00.405 INFO O| Aug 19 20:04:00.405 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-19T20:04:01.446Z[ recovery-image] Aug 19 20:04:00.415 INFO O| Aug 19 20:04:00.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77312026-08-19T20:04:01.446Z[ recovery-image] Aug 19 20:04:00.415 INFO O| Aug 19 20:04:00.415 INFO STEP 808 (remove_files) COMPLETE
77322026-08-19T20:04:01.446Z[ recovery-image] Aug 19 20:04:00.415 INFO O| Aug 19 20:04:00.415 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-19T20:04:01.456Z[ recovery-image] Aug 19 20:04:00.425 INFO O| Aug 19 20:04:00.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77342026-08-19T20:04:01.456Z[ recovery-image] Aug 19 20:04:00.425 INFO O| Aug 19 20:04:00.425 INFO STEP 809 (remove_files) COMPLETE
77352026-08-19T20:04:01.456Z[ recovery-image] Aug 19 20:04:00.425 INFO O| Aug 19 20:04:00.425 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-19T20:04:01.465Z[ recovery-image] Aug 19 20:04:00.435 INFO O| Aug 19 20:04:00.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77372026-08-19T20:04:01.465Z[ recovery-image] Aug 19 20:04:00.435 INFO O| Aug 19 20:04:00.435 INFO STEP 810 (remove_files) COMPLETE
77382026-08-19T20:04:01.465Z[ recovery-image] Aug 19 20:04:00.435 INFO O| Aug 19 20:04:00.435 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-19T20:04:01.477Z[ recovery-image] Aug 19 20:04:00.444 INFO O| Aug 19 20:04:00.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77402026-08-19T20:04:01.477Z[ recovery-image] Aug 19 20:04:00.444 INFO O| Aug 19 20:04:00.444 INFO STEP 811 (remove_files) COMPLETE
77412026-08-19T20:04:01.477Z[ recovery-image] Aug 19 20:04:00.444 INFO O| Aug 19 20:04:00.444 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-19T20:04:01.484Z[ recovery-image] Aug 19 20:04:00.453 INFO O| Aug 19 20:04:00.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77432026-08-19T20:04:01.484Z[ recovery-image] Aug 19 20:04:00.453 INFO O| Aug 19 20:04:00.453 INFO STEP 812 (remove_files) COMPLETE
77442026-08-19T20:04:01.484Z[ recovery-image] Aug 19 20:04:00.453 INFO O| Aug 19 20:04:00.453 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-19T20:04:01.495Z[ recovery-image] Aug 19 20:04:00.461 INFO O| Aug 19 20:04:00.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77462026-08-19T20:04:01.495Z[ recovery-image] Aug 19 20:04:00.462 INFO O| Aug 19 20:04:00.462 INFO STEP 813 (remove_files) COMPLETE
77472026-08-19T20:04:01.495Z[ recovery-image] Aug 19 20:04:00.462 INFO O| Aug 19 20:04:00.462 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-19T20:04:01.501Z[ recovery-image] Aug 19 20:04:00.470 INFO O| Aug 19 20:04:00.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77492026-08-19T20:04:01.501Z[ recovery-image] Aug 19 20:04:00.470 INFO O| Aug 19 20:04:00.470 INFO STEP 814 (remove_files) COMPLETE
77502026-08-19T20:04:01.501Z[ recovery-image] Aug 19 20:04:00.470 INFO O| Aug 19 20:04:00.470 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-19T20:04:01.510Z[ recovery-image] Aug 19 20:04:00.479 INFO O| Aug 19 20:04:00.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77522026-08-19T20:04:01.510Z[ recovery-image] Aug 19 20:04:00.480 INFO O| Aug 19 20:04:00.480 INFO STEP 815 (remove_files) COMPLETE
77532026-08-19T20:04:01.510Z[ recovery-image] Aug 19 20:04:00.480 INFO O| Aug 19 20:04:00.480 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-19T20:04:01.520Z[ recovery-image] Aug 19 20:04:00.489 INFO O| Aug 19 20:04:00.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77552026-08-19T20:04:01.520Z[ recovery-image] Aug 19 20:04:00.489 INFO O| Aug 19 20:04:00.489 INFO STEP 816 (remove_files) COMPLETE
77562026-08-19T20:04:01.520Z[ recovery-image] Aug 19 20:04:00.489 INFO O| Aug 19 20:04:00.489 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-19T20:04:01.529Z[ recovery-image] Aug 19 20:04:00.499 INFO O| Aug 19 20:04:00.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77582026-08-19T20:04:01.530Z[ recovery-image] Aug 19 20:04:00.499 INFO O| Aug 19 20:04:00.499 INFO STEP 817 (remove_files) COMPLETE
77592026-08-19T20:04:01.530Z[ recovery-image] Aug 19 20:04:00.499 INFO O| Aug 19 20:04:00.499 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-19T20:04:01.539Z[ recovery-image] Aug 19 20:04:00.508 INFO O| Aug 19 20:04:00.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77612026-08-19T20:04:01.539Z[ recovery-image] Aug 19 20:04:00.508 INFO O| Aug 19 20:04:00.508 INFO STEP 818 (remove_files) COMPLETE
77622026-08-19T20:04:01.539Z[ recovery-image] Aug 19 20:04:00.508 INFO O| Aug 19 20:04:00.508 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-19T20:04:01.551Z[ recovery-image] Aug 19 20:04:00.517 INFO O| Aug 19 20:04:00.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77642026-08-19T20:04:01.551Z[ recovery-image] Aug 19 20:04:00.517 INFO O| Aug 19 20:04:00.517 INFO STEP 819 (remove_files) COMPLETE
77652026-08-19T20:04:01.554Z[ recovery-image] Aug 19 20:04:00.517 INFO O| Aug 19 20:04:00.517 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-19T20:04:01.557Z[ recovery-image] Aug 19 20:04:00.526 INFO O| Aug 19 20:04:00.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77672026-08-19T20:04:01.557Z[ recovery-image] Aug 19 20:04:00.526 INFO O| Aug 19 20:04:00.526 INFO STEP 820 (remove_files) COMPLETE
77682026-08-19T20:04:01.557Z[ recovery-image] Aug 19 20:04:00.526 INFO O| Aug 19 20:04:00.526 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-19T20:04:01.567Z[ recovery-image] Aug 19 20:04:00.536 INFO O| Aug 19 20:04:00.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77702026-08-19T20:04:01.567Z[ recovery-image] Aug 19 20:04:00.536 INFO O| Aug 19 20:04:00.536 INFO STEP 821 (remove_files) COMPLETE
77712026-08-19T20:04:01.567Z[ recovery-image] Aug 19 20:04:00.536 INFO O| Aug 19 20:04:00.536 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-19T20:04:01.577Z[ recovery-image] Aug 19 20:04:00.546 INFO O| Aug 19 20:04:00.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77732026-08-19T20:04:01.577Z[ recovery-image] Aug 19 20:04:00.546 INFO O| Aug 19 20:04:00.546 INFO STEP 822 (remove_files) COMPLETE
77742026-08-19T20:04:01.577Z[ recovery-image] Aug 19 20:04:00.546 INFO O| Aug 19 20:04:00.546 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-19T20:04:01.586Z[ recovery-image] Aug 19 20:04:00.556 INFO O| Aug 19 20:04:00.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77762026-08-19T20:04:01.586Z[ recovery-image] Aug 19 20:04:00.556 INFO O| Aug 19 20:04:00.556 INFO STEP 823 (remove_files) COMPLETE
77772026-08-19T20:04:01.586Z[ recovery-image] Aug 19 20:04:00.556 INFO O| Aug 19 20:04:00.556 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-19T20:04:01.596Z[ recovery-image] Aug 19 20:04:00.566 INFO O| Aug 19 20:04:00.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77792026-08-19T20:04:01.596Z[ recovery-image] Aug 19 20:04:00.566 INFO O| Aug 19 20:04:00.566 INFO STEP 824 (remove_files) COMPLETE
77802026-08-19T20:04:01.602Z[ recovery-image] Aug 19 20:04:00.566 INFO O| Aug 19 20:04:00.566 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-19T20:04:01.607Z[ recovery-image] Aug 19 20:04:00.576 INFO O| Aug 19 20:04:00.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77822026-08-19T20:04:01.607Z[ recovery-image] Aug 19 20:04:00.576 INFO O| Aug 19 20:04:00.576 INFO STEP 825 (remove_files) COMPLETE
77832026-08-19T20:04:01.610Z[ recovery-image] Aug 19 20:04:00.576 INFO O| Aug 19 20:04:00.576 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-19T20:04:01.617Z[ recovery-image] Aug 19 20:04:00.586 INFO O| Aug 19 20:04:00.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77852026-08-19T20:04:01.617Z[ recovery-image] Aug 19 20:04:00.586 INFO O| Aug 19 20:04:00.586 INFO STEP 826 (remove_files) COMPLETE
77862026-08-19T20:04:01.620Z[ recovery-image] Aug 19 20:04:00.586 INFO O| Aug 19 20:04:00.586 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-19T20:04:01.629Z[ recovery-image] Aug 19 20:04:00.596 INFO O| Aug 19 20:04:00.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77882026-08-19T20:04:01.629Z[ recovery-image] Aug 19 20:04:00.596 INFO O| Aug 19 20:04:00.596 INFO STEP 827 (remove_files) COMPLETE
77892026-08-19T20:04:01.633Z[ recovery-image] Aug 19 20:04:00.596 INFO O| Aug 19 20:04:00.596 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-19T20:04:01.636Z[ recovery-image] Aug 19 20:04:00.606 INFO O| Aug 19 20:04:00.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77912026-08-19T20:04:01.636Z[ recovery-image] Aug 19 20:04:00.606 INFO O| Aug 19 20:04:00.606 INFO STEP 828 (remove_files) COMPLETE
77922026-08-19T20:04:01.639Z[ recovery-image] Aug 19 20:04:00.606 INFO O| Aug 19 20:04:00.606 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-19T20:04:01.649Z[ recovery-image] Aug 19 20:04:00.616 INFO O| Aug 19 20:04:00.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77942026-08-19T20:04:01.649Z[ recovery-image] Aug 19 20:04:00.617 INFO O| Aug 19 20:04:00.617 INFO STEP 829 (remove_files) COMPLETE
77952026-08-19T20:04:01.649Z[ recovery-image] Aug 19 20:04:00.617 INFO O| Aug 19 20:04:00.617 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-19T20:04:01.658Z[ recovery-image] Aug 19 20:04:00.627 INFO O| Aug 19 20:04:00.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77972026-08-19T20:04:01.658Z[ recovery-image] Aug 19 20:04:00.627 INFO O| Aug 19 20:04:00.627 INFO STEP 830 (remove_files) COMPLETE
77982026-08-19T20:04:01.658Z[ recovery-image] Aug 19 20:04:00.627 INFO O| Aug 19 20:04:00.627 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-19T20:04:01.669Z[ recovery-image] Aug 19 20:04:00.638 INFO O| Aug 19 20:04:00.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78002026-08-19T20:04:01.669Z[ recovery-image] Aug 19 20:04:00.638 INFO O| Aug 19 20:04:00.638 INFO STEP 831 (remove_files) COMPLETE
78012026-08-19T20:04:01.669Z[ recovery-image] Aug 19 20:04:00.638 INFO O| Aug 19 20:04:00.638 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-19T20:04:01.679Z[ recovery-image] Aug 19 20:04:00.648 INFO O| Aug 19 20:04:00.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78032026-08-19T20:04:01.679Z[ recovery-image] Aug 19 20:04:00.649 INFO O| Aug 19 20:04:00.648 INFO STEP 832 (remove_files) COMPLETE
78042026-08-19T20:04:01.685Z[ recovery-image] Aug 19 20:04:00.649 INFO O| Aug 19 20:04:00.648 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-19T20:04:01.692Z[ recovery-image] Aug 19 20:04:00.660 INFO O| Aug 19 20:04:00.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78062026-08-19T20:04:01.692Z[ recovery-image] Aug 19 20:04:00.660 INFO O| Aug 19 20:04:00.660 INFO STEP 833 (remove_files) COMPLETE
78072026-08-19T20:04:01.695Z[ recovery-image] Aug 19 20:04:00.660 INFO O| Aug 19 20:04:00.660 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-19T20:04:01.704Z[ recovery-image] Aug 19 20:04:00.671 INFO O| Aug 19 20:04:00.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78092026-08-19T20:04:01.705Z[ recovery-image] Aug 19 20:04:00.671 INFO O| Aug 19 20:04:00.671 INFO STEP 834 (remove_files) COMPLETE
78102026-08-19T20:04:01.705Z[ recovery-image] Aug 19 20:04:00.671 INFO O| Aug 19 20:04:00.671 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-19T20:04:01.712Z[ recovery-image] Aug 19 20:04:00.681 INFO O| Aug 19 20:04:00.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78122026-08-19T20:04:01.712Z[ recovery-image] Aug 19 20:04:00.681 INFO O| Aug 19 20:04:00.681 INFO STEP 835 (remove_files) COMPLETE
78132026-08-19T20:04:01.712Z[ recovery-image] Aug 19 20:04:00.681 INFO O| Aug 19 20:04:00.681 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-19T20:04:01.722Z[ recovery-image] Aug 19 20:04:00.691 INFO O| Aug 19 20:04:00.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78152026-08-19T20:04:01.722Z[ recovery-image] Aug 19 20:04:00.691 INFO O| Aug 19 20:04:00.691 INFO STEP 836 (remove_files) COMPLETE
78162026-08-19T20:04:01.722Z[ recovery-image] Aug 19 20:04:00.691 INFO O| Aug 19 20:04:00.691 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-19T20:04:01.739Z[ recovery-image] Aug 19 20:04:00.702 INFO O| Aug 19 20:04:00.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78182026-08-19T20:04:01.740Z[ recovery-image] Aug 19 20:04:00.702 INFO O| Aug 19 20:04:00.702 INFO STEP 837 (remove_files) COMPLETE
78192026-08-19T20:04:01.740Z[ recovery-image] Aug 19 20:04:00.702 INFO O| Aug 19 20:04:00.702 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-19T20:04:01.744Z[ recovery-image] Aug 19 20:04:00.713 INFO O| Aug 19 20:04:00.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78212026-08-19T20:04:01.744Z[ recovery-image] Aug 19 20:04:00.713 INFO O| Aug 19 20:04:00.713 INFO STEP 838 (remove_files) COMPLETE
78222026-08-19T20:04:01.744Z[ recovery-image] Aug 19 20:04:00.713 INFO O| Aug 19 20:04:00.713 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-19T20:04:01.747Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
78242026-08-19T20:04:01.754Z[ recovery-image] Aug 19 20:04:00.723 INFO O| Aug 19 20:04:00.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78252026-08-19T20:04:01.754Z[ recovery-image] Aug 19 20:04:00.723 INFO O| Aug 19 20:04:00.723 INFO STEP 839 (remove_files) COMPLETE
78262026-08-19T20:04:01.758Z[ recovery-image] Aug 19 20:04:00.723 INFO O| Aug 19 20:04:00.723 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-19T20:04:01.765Z[ recovery-image] Aug 19 20:04:00.734 INFO O| Aug 19 20:04:00.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78282026-08-19T20:04:01.765Z[ recovery-image] Aug 19 20:04:00.734 INFO O| Aug 19 20:04:00.734 INFO STEP 840 (remove_files) COMPLETE
78292026-08-19T20:04:01.765Z[ recovery-image] Aug 19 20:04:00.734 INFO O| Aug 19 20:04:00.734 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-19T20:04:01.776Z[ recovery-image] Aug 19 20:04:00.745 INFO O| Aug 19 20:04:00.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78312026-08-19T20:04:01.776Z[ recovery-image] Aug 19 20:04:00.746 INFO O| Aug 19 20:04:00.745 INFO STEP 841 (remove_files) COMPLETE
78322026-08-19T20:04:01.776Z[ recovery-image] Aug 19 20:04:00.746 INFO O| Aug 19 20:04:00.745 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-19T20:04:01.791Z[ recovery-image] Aug 19 20:04:00.755 INFO O| Aug 19 20:04:00.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78342026-08-19T20:04:01.791Z[ recovery-image] Aug 19 20:04:00.755 INFO O| Aug 19 20:04:00.755 INFO STEP 842 (remove_files) COMPLETE
78352026-08-19T20:04:01.791Z[ recovery-image] Aug 19 20:04:00.755 INFO O| Aug 19 20:04:00.755 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-19T20:04:01.804Z[ recovery-image] Aug 19 20:04:00.765 INFO O| Aug 19 20:04:00.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78372026-08-19T20:04:01.804Z[ recovery-image] Aug 19 20:04:00.765 INFO O| Aug 19 20:04:00.765 INFO STEP 843 (remove_files) COMPLETE
78382026-08-19T20:04:01.804Z[ recovery-image] Aug 19 20:04:00.766 INFO O| Aug 19 20:04:00.765 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-19T20:04:01.813Z[ recovery-image] Aug 19 20:04:00.776 INFO O| Aug 19 20:04:00.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78402026-08-19T20:04:01.813Z[ recovery-image] Aug 19 20:04:00.776 INFO O| Aug 19 20:04:00.776 INFO STEP 844 (remove_files) COMPLETE
78412026-08-19T20:04:01.813Z[ recovery-image] Aug 19 20:04:00.776 INFO O| Aug 19 20:04:00.776 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-19T20:04:01.818Z[ recovery-image] Aug 19 20:04:00.786 INFO O| Aug 19 20:04:00.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78432026-08-19T20:04:01.818Z[ recovery-image] Aug 19 20:04:00.786 INFO O| Aug 19 20:04:00.786 INFO STEP 845 (remove_files) COMPLETE
78442026-08-19T20:04:01.818Z[ recovery-image] Aug 19 20:04:00.786 INFO O| Aug 19 20:04:00.786 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-19T20:04:01.827Z[ recovery-image] Aug 19 20:04:00.796 INFO O| Aug 19 20:04:00.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78462026-08-19T20:04:01.827Z[ recovery-image] Aug 19 20:04:00.797 INFO O| Aug 19 20:04:00.797 INFO STEP 846 (remove_files) COMPLETE
78472026-08-19T20:04:01.827Z[ recovery-image] Aug 19 20:04:00.797 INFO O| Aug 19 20:04:00.797 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-19T20:04:01.839Z[ recovery-image] Aug 19 20:04:00.806 INFO O| Aug 19 20:04:00.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78492026-08-19T20:04:01.839Z[ recovery-image] Aug 19 20:04:00.806 INFO O| Aug 19 20:04:00.806 INFO STEP 847 (remove_files) COMPLETE
78502026-08-19T20:04:01.839Z[ recovery-image] Aug 19 20:04:00.806 INFO O| Aug 19 20:04:00.806 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-19T20:04:01.848Z[ recovery-image] Aug 19 20:04:00.817 INFO O| Aug 19 20:04:00.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78522026-08-19T20:04:01.848Z[ recovery-image] Aug 19 20:04:00.817 INFO O| Aug 19 20:04:00.817 INFO STEP 848 (remove_files) COMPLETE
78532026-08-19T20:04:01.848Z[ recovery-image] Aug 19 20:04:00.817 INFO O| Aug 19 20:04:00.817 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-19T20:04:01.856Z[verify-libraries] Compiling socket2 v0.5.10
78552026-08-19T20:04:01.866Z[ recovery-image] Aug 19 20:04:00.827 INFO O| Aug 19 20:04:00.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78562026-08-19T20:04:01.866Z[ recovery-image] Aug 19 20:04:00.827 INFO O| Aug 19 20:04:00.827 INFO STEP 849 (remove_files) COMPLETE
78572026-08-19T20:04:01.866Z[ recovery-image] Aug 19 20:04:00.827 INFO O| Aug 19 20:04:00.827 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-19T20:04:01.870Z[ recovery-image] Aug 19 20:04:00.837 INFO O| Aug 19 20:04:00.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78592026-08-19T20:04:01.870Z[ recovery-image] Aug 19 20:04:00.837 INFO O| Aug 19 20:04:00.837 INFO STEP 850 (remove_files) COMPLETE
78602026-08-19T20:04:01.870Z[ recovery-image] Aug 19 20:04:00.837 INFO O| Aug 19 20:04:00.837 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-19T20:04:01.880Z[ recovery-image] Aug 19 20:04:00.848 INFO O| Aug 19 20:04:00.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78622026-08-19T20:04:01.880Z[ recovery-image] Aug 19 20:04:00.848 INFO O| Aug 19 20:04:00.848 INFO STEP 851 (remove_files) COMPLETE
78632026-08-19T20:04:01.886Z[ recovery-image] Aug 19 20:04:00.848 INFO O| Aug 19 20:04:00.848 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-19T20:04:01.893Z[ recovery-image] Aug 19 20:04:00.858 INFO O| Aug 19 20:04:00.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78652026-08-19T20:04:01.893Z[ recovery-image] Aug 19 20:04:00.858 INFO O| Aug 19 20:04:00.858 INFO STEP 852 (remove_files) COMPLETE
78662026-08-19T20:04:01.893Z[ recovery-image] Aug 19 20:04:00.858 INFO O| Aug 19 20:04:00.858 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-19T20:04:01.899Z[ recovery-image] Aug 19 20:04:00.868 INFO O| Aug 19 20:04:00.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78682026-08-19T20:04:01.899Z[ recovery-image] Aug 19 20:04:00.868 INFO O| Aug 19 20:04:00.868 INFO STEP 853 (remove_files) COMPLETE
78692026-08-19T20:04:01.899Z[ recovery-image] Aug 19 20:04:00.868 INFO O| Aug 19 20:04:00.868 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-19T20:04:01.911Z[ recovery-image] Aug 19 20:04:00.878 INFO O| Aug 19 20:04:00.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78712026-08-19T20:04:01.912Z[ recovery-image] Aug 19 20:04:00.878 INFO O| Aug 19 20:04:00.878 INFO STEP 854 (remove_files) COMPLETE
78722026-08-19T20:04:01.912Z[ recovery-image] Aug 19 20:04:00.878 INFO O| Aug 19 20:04:00.878 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-19T20:04:01.919Z[ recovery-image] Aug 19 20:04:00.888 INFO O| Aug 19 20:04:00.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78742026-08-19T20:04:01.919Z[ recovery-image] Aug 19 20:04:00.888 INFO O| Aug 19 20:04:00.888 INFO STEP 855 (remove_files) COMPLETE
78752026-08-19T20:04:01.919Z[ recovery-image] Aug 19 20:04:00.888 INFO O| Aug 19 20:04:00.888 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-19T20:04:01.930Z[ recovery-image] Aug 19 20:04:00.899 INFO O| Aug 19 20:04:00.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78772026-08-19T20:04:01.930Z[ recovery-image] Aug 19 20:04:00.899 INFO O| Aug 19 20:04:00.899 INFO STEP 856 (remove_files) COMPLETE
78782026-08-19T20:04:01.930Z[ recovery-image] Aug 19 20:04:00.899 INFO O| Aug 19 20:04:00.899 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-19T20:04:01.940Z[ recovery-image] Aug 19 20:04:00.909 INFO O| Aug 19 20:04:00.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78802026-08-19T20:04:01.940Z[ recovery-image] Aug 19 20:04:00.909 INFO O| Aug 19 20:04:00.909 INFO STEP 857 (remove_files) COMPLETE
78812026-08-19T20:04:01.940Z[ recovery-image] Aug 19 20:04:00.909 INFO O| Aug 19 20:04:00.909 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-19T20:04:01.995Z[ recovery-image] Aug 19 20:04:00.919 INFO O| Aug 19 20:04:00.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78832026-08-19T20:04:01.995Z[ recovery-image] Aug 19 20:04:00.919 INFO O| Aug 19 20:04:00.919 INFO STEP 858 (remove_files) COMPLETE
78842026-08-19T20:04:01.995Z[ recovery-image] Aug 19 20:04:00.919 INFO O| Aug 19 20:04:00.919 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-19T20:04:01.995Z[ recovery-image] Aug 19 20:04:00.929 INFO O| Aug 19 20:04:00.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78862026-08-19T20:04:01.995Z[ recovery-image] Aug 19 20:04:00.930 INFO O| Aug 19 20:04:00.929 INFO STEP 859 (remove_files) COMPLETE
78872026-08-19T20:04:01.995Z[ recovery-image] Aug 19 20:04:00.930 INFO O| Aug 19 20:04:00.930 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-19T20:04:01.996Z[ recovery-image] Aug 19 20:04:00.940 INFO O| Aug 19 20:04:00.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78892026-08-19T20:04:01.996Z[ recovery-image] Aug 19 20:04:00.940 INFO O| Aug 19 20:04:00.940 INFO STEP 860 (remove_files) COMPLETE
78902026-08-19T20:04:01.996Z[ recovery-image] Aug 19 20:04:00.940 INFO O| Aug 19 20:04:00.940 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-19T20:04:01.996Z[ recovery-image] Aug 19 20:04:00.950 INFO O| Aug 19 20:04:00.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78922026-08-19T20:04:01.996Z[ recovery-image] Aug 19 20:04:00.950 INFO O| Aug 19 20:04:00.950 INFO STEP 861 (remove_files) COMPLETE
78932026-08-19T20:04:01.996Z[ recovery-image] Aug 19 20:04:00.950 INFO O| Aug 19 20:04:00.950 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-19T20:04:02.001Z[ recovery-image] Aug 19 20:04:00.959 INFO O| Aug 19 20:04:00.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78952026-08-19T20:04:02.001Z[ recovery-image] Aug 19 20:04:00.959 INFO O| Aug 19 20:04:00.959 INFO STEP 862 (remove_files) COMPLETE
78962026-08-19T20:04:02.001Z[ recovery-image] Aug 19 20:04:00.959 INFO O| Aug 19 20:04:00.959 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-19T20:04:02.001Z[ recovery-image] Aug 19 20:04:00.968 INFO O| Aug 19 20:04:00.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78982026-08-19T20:04:02.001Z[ recovery-image] Aug 19 20:04:00.968 INFO O| Aug 19 20:04:00.968 INFO STEP 863 (remove_files) COMPLETE
78992026-08-19T20:04:02.001Z[ recovery-image] Aug 19 20:04:00.968 INFO O| Aug 19 20:04:00.968 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-19T20:04:02.009Z[ recovery-image] Aug 19 20:04:00.979 INFO O| Aug 19 20:04:00.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79012026-08-19T20:04:02.009Z[ recovery-image] Aug 19 20:04:00.979 INFO O| Aug 19 20:04:00.979 INFO STEP 864 (remove_files) COMPLETE
79022026-08-19T20:04:02.010Z[ recovery-image] Aug 19 20:04:00.979 INFO O| Aug 19 20:04:00.979 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-19T20:04:02.019Z[ recovery-image] Aug 19 20:04:00.989 INFO O| Aug 19 20:04:00.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79042026-08-19T20:04:02.019Z[ recovery-image] Aug 19 20:04:00.989 INFO O| Aug 19 20:04:00.989 INFO STEP 865 (remove_files) COMPLETE
79052026-08-19T20:04:02.019Z[ recovery-image] Aug 19 20:04:00.989 INFO O| Aug 19 20:04:00.989 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-19T20:04:02.030Z[ recovery-image] Aug 19 20:04:00.999 INFO O| Aug 19 20:04:00.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79072026-08-19T20:04:02.030Z[ recovery-image] Aug 19 20:04:00.999 INFO O| Aug 19 20:04:00.999 INFO STEP 866 (remove_files) COMPLETE
79082026-08-19T20:04:02.030Z[ recovery-image] Aug 19 20:04:00.999 INFO O| Aug 19 20:04:00.999 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-19T20:04:02.040Z[ recovery-image] Aug 19 20:04:01.009 INFO O| Aug 19 20:04:01.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79102026-08-19T20:04:02.040Z[ recovery-image] Aug 19 20:04:01.009 INFO O| Aug 19 20:04:01.009 INFO STEP 867 (remove_files) COMPLETE
79112026-08-19T20:04:02.040Z[ recovery-image] Aug 19 20:04:01.009 INFO O| Aug 19 20:04:01.009 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-19T20:04:02.049Z[ recovery-image] Aug 19 20:04:01.018 INFO O| Aug 19 20:04:01.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79132026-08-19T20:04:02.049Z[ recovery-image] Aug 19 20:04:01.019 INFO O| Aug 19 20:04:01.018 INFO STEP 868 (remove_files) COMPLETE
79142026-08-19T20:04:02.049Z[ recovery-image] Aug 19 20:04:01.019 INFO O| Aug 19 20:04:01.018 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-19T20:04:02.059Z[ recovery-image] Aug 19 20:04:01.028 INFO O| Aug 19 20:04:01.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79162026-08-19T20:04:02.059Z[ recovery-image] Aug 19 20:04:01.028 INFO O| Aug 19 20:04:01.028 INFO STEP 869 (remove_files) COMPLETE
79172026-08-19T20:04:02.059Z[ recovery-image] Aug 19 20:04:01.028 INFO O| Aug 19 20:04:01.028 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-19T20:04:02.069Z[ recovery-image] Aug 19 20:04:01.038 INFO O| Aug 19 20:04:01.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79192026-08-19T20:04:02.069Z[ recovery-image] Aug 19 20:04:01.038 INFO O| Aug 19 20:04:01.038 INFO STEP 870 (remove_files) COMPLETE
79202026-08-19T20:04:02.069Z[ recovery-image] Aug 19 20:04:01.038 INFO O| Aug 19 20:04:01.038 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-19T20:04:02.078Z[ recovery-image] Aug 19 20:04:01.047 INFO O| Aug 19 20:04:01.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79222026-08-19T20:04:02.082Z[ recovery-image] Aug 19 20:04:01.047 INFO O| Aug 19 20:04:01.047 INFO STEP 871 (remove_files) COMPLETE
79232026-08-19T20:04:02.082Z[ recovery-image] Aug 19 20:04:01.047 INFO O| Aug 19 20:04:01.047 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-19T20:04:02.088Z[ recovery-image] Aug 19 20:04:01.058 INFO O| Aug 19 20:04:01.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79252026-08-19T20:04:02.088Z[ recovery-image] Aug 19 20:04:01.058 INFO O| Aug 19 20:04:01.058 INFO STEP 872 (remove_files) COMPLETE
79262026-08-19T20:04:02.092Z[ recovery-image] Aug 19 20:04:01.058 INFO O| Aug 19 20:04:01.058 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-19T20:04:02.098Z[ recovery-image] Aug 19 20:04:01.068 INFO O| Aug 19 20:04:01.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79282026-08-19T20:04:02.098Z[ recovery-image] Aug 19 20:04:01.068 INFO O| Aug 19 20:04:01.068 INFO STEP 873 (remove_files) COMPLETE
79292026-08-19T20:04:02.102Z[ recovery-image] Aug 19 20:04:01.068 INFO O| Aug 19 20:04:01.068 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-19T20:04:02.109Z[ recovery-image] Aug 19 20:04:01.077 INFO O| Aug 19 20:04:01.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79312026-08-19T20:04:02.112Z[ recovery-image] Aug 19 20:04:01.078 INFO O| Aug 19 20:04:01.077 INFO STEP 874 (remove_files) COMPLETE
79322026-08-19T20:04:02.112Z[ recovery-image] Aug 19 20:04:01.078 INFO O| Aug 19 20:04:01.077 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-19T20:04:02.115Z[verify-libraries] Compiling fs-err v2.11.0
79342026-08-19T20:04:02.118Z[ recovery-image] Aug 19 20:04:01.087 INFO O| Aug 19 20:04:01.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79352026-08-19T20:04:02.118Z[ recovery-image] Aug 19 20:04:01.087 INFO O| Aug 19 20:04:01.087 INFO STEP 875 (remove_files) COMPLETE
79362026-08-19T20:04:02.118Z[ recovery-image] Aug 19 20:04:01.087 INFO O| Aug 19 20:04:01.087 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-19T20:04:02.130Z[ recovery-image] Aug 19 20:04:01.099 INFO O| Aug 19 20:04:01.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79382026-08-19T20:04:02.130Z[ recovery-image] Aug 19 20:04:01.099 INFO O| Aug 19 20:04:01.099 INFO STEP 876 (remove_files) COMPLETE
79392026-08-19T20:04:02.130Z[ recovery-image] Aug 19 20:04:01.099 INFO O| Aug 19 20:04:01.099 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-19T20:04:02.141Z[ recovery-image] Aug 19 20:04:01.110 INFO O| Aug 19 20:04:01.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79412026-08-19T20:04:02.141Z[ recovery-image] Aug 19 20:04:01.110 INFO O| Aug 19 20:04:01.110 INFO STEP 877 (remove_files) COMPLETE
79422026-08-19T20:04:02.145Z[ recovery-image] Aug 19 20:04:01.110 INFO O| Aug 19 20:04:01.110 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-19T20:04:02.151Z[ recovery-image] Aug 19 20:04:01.120 INFO O| Aug 19 20:04:01.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79442026-08-19T20:04:02.151Z[ recovery-image] Aug 19 20:04:01.120 INFO O| Aug 19 20:04:01.120 INFO STEP 878 (remove_files) COMPLETE
79452026-08-19T20:04:02.151Z[ recovery-image] Aug 19 20:04:01.120 INFO O| Aug 19 20:04:01.120 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-19T20:04:02.165Z[ recovery-image] Aug 19 20:04:01.134 INFO O| Aug 19 20:04:01.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79472026-08-19T20:04:02.165Z[ recovery-image] Aug 19 20:04:01.134 INFO O| Aug 19 20:04:01.134 INFO STEP 879 (remove_files) COMPLETE
79482026-08-19T20:04:02.168Z[ recovery-image] Aug 19 20:04:01.134 INFO O| Aug 19 20:04:01.134 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-19T20:04:02.174Z[ recovery-image] Aug 19 20:04:01.143 INFO O| Aug 19 20:04:01.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79502026-08-19T20:04:02.179Z[ recovery-image] Aug 19 20:04:01.143 INFO O| Aug 19 20:04:01.143 INFO STEP 880 (remove_files) COMPLETE
79512026-08-19T20:04:02.179Z[ recovery-image] Aug 19 20:04:01.143 INFO O| Aug 19 20:04:01.143 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-19T20:04:02.184Z[ recovery-image] Aug 19 20:04:01.153 INFO O| Aug 19 20:04:01.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79532026-08-19T20:04:02.184Z[ recovery-image] Aug 19 20:04:01.154 INFO O| Aug 19 20:04:01.153 INFO STEP 881 (remove_files) COMPLETE
79542026-08-19T20:04:02.184Z[ recovery-image] Aug 19 20:04:01.154 INFO O| Aug 19 20:04:01.153 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-19T20:04:02.195Z[ recovery-image] Aug 19 20:04:01.163 INFO O| Aug 19 20:04:01.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79562026-08-19T20:04:02.195Z[ recovery-image] Aug 19 20:04:01.163 INFO O| Aug 19 20:04:01.163 INFO STEP 882 (remove_files) COMPLETE
79572026-08-19T20:04:02.195Z[ recovery-image] Aug 19 20:04:01.163 INFO O| Aug 19 20:04:01.163 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-19T20:04:02.205Z[ recovery-image] Aug 19 20:04:01.173 INFO O| Aug 19 20:04:01.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79592026-08-19T20:04:02.205Z[ recovery-image] Aug 19 20:04:01.173 INFO O| Aug 19 20:04:01.173 INFO STEP 883 (remove_files) COMPLETE
79602026-08-19T20:04:02.205Z[ recovery-image] Aug 19 20:04:01.173 INFO O| Aug 19 20:04:01.173 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-19T20:04:02.214Z[ recovery-image] Aug 19 20:04:01.182 INFO O| Aug 19 20:04:01.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79622026-08-19T20:04:02.214Z[ recovery-image] Aug 19 20:04:01.182 INFO O| Aug 19 20:04:01.182 INFO STEP 884 (remove_files) COMPLETE
79632026-08-19T20:04:02.217Z[ recovery-image] Aug 19 20:04:01.182 INFO O| Aug 19 20:04:01.182 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-19T20:04:02.225Z[ recovery-image] Aug 19 20:04:01.193 INFO O| Aug 19 20:04:01.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79652026-08-19T20:04:02.225Z[ recovery-image] Aug 19 20:04:01.193 INFO O| Aug 19 20:04:01.193 INFO STEP 885 (remove_files) COMPLETE
79662026-08-19T20:04:02.225Z[ recovery-image] Aug 19 20:04:01.193 INFO O| Aug 19 20:04:01.193 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-19T20:04:02.233Z[ recovery-image] Aug 19 20:04:01.203 INFO O| Aug 19 20:04:01.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79682026-08-19T20:04:02.233Z[ recovery-image] Aug 19 20:04:01.203 INFO O| Aug 19 20:04:01.203 INFO STEP 886 (remove_files) COMPLETE
79692026-08-19T20:04:02.233Z[ recovery-image] Aug 19 20:04:01.203 INFO O| Aug 19 20:04:01.203 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-19T20:04:02.243Z[ recovery-image] Aug 19 20:04:01.213 INFO O| Aug 19 20:04:01.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79712026-08-19T20:04:02.246Z[ recovery-image] Aug 19 20:04:01.214 INFO O| Aug 19 20:04:01.214 INFO STEP 887 (remove_files) COMPLETE
79722026-08-19T20:04:02.246Z[ recovery-image] Aug 19 20:04:01.214 INFO O| Aug 19 20:04:01.214 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-19T20:04:02.253Z[ recovery-image] Aug 19 20:04:01.223 INFO O| Aug 19 20:04:01.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79742026-08-19T20:04:02.253Z[ recovery-image] Aug 19 20:04:01.223 INFO O| Aug 19 20:04:01.223 INFO STEP 888 (remove_files) COMPLETE
79752026-08-19T20:04:02.256Z[ recovery-image] Aug 19 20:04:01.223 INFO O| Aug 19 20:04:01.223 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-19T20:04:02.263Z[ recovery-image] Aug 19 20:04:01.231 INFO O| Aug 19 20:04:01.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79772026-08-19T20:04:02.263Z[ recovery-image] Aug 19 20:04:01.231 INFO O| Aug 19 20:04:01.231 INFO STEP 889 (remove_files) COMPLETE
79782026-08-19T20:04:02.263Z[ recovery-image] Aug 19 20:04:01.231 INFO O| Aug 19 20:04:01.231 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-19T20:04:02.270Z[ recovery-image] Aug 19 20:04:01.239 INFO O| Aug 19 20:04:01.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79802026-08-19T20:04:02.270Z[ recovery-image] Aug 19 20:04:01.239 INFO O| Aug 19 20:04:01.239 INFO STEP 890 (remove_files) COMPLETE
79812026-08-19T20:04:02.273Z[ recovery-image] Aug 19 20:04:01.239 INFO O| Aug 19 20:04:01.239 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-19T20:04:02.279Z[ recovery-image] Aug 19 20:04:01.249 INFO O| Aug 19 20:04:01.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79832026-08-19T20:04:02.279Z[ recovery-image] Aug 19 20:04:01.249 INFO O| Aug 19 20:04:01.249 INFO STEP 891 (remove_files) COMPLETE
79842026-08-19T20:04:02.279Z[ recovery-image] Aug 19 20:04:01.249 INFO O| Aug 19 20:04:01.249 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-19T20:04:02.291Z[ recovery-image] Aug 19 20:04:01.259 INFO O| Aug 19 20:04:01.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79862026-08-19T20:04:02.291Z[ recovery-image] Aug 19 20:04:01.259 INFO O| Aug 19 20:04:01.259 INFO STEP 892 (remove_files) COMPLETE
79872026-08-19T20:04:02.291Z[ recovery-image] Aug 19 20:04:01.259 INFO O| Aug 19 20:04:01.259 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-19T20:04:02.306Z[ recovery-image] Aug 19 20:04:01.275 INFO O| Aug 19 20:04:01.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79892026-08-19T20:04:02.306Z[ recovery-image] Aug 19 20:04:01.275 INFO O| Aug 19 20:04:01.275 INFO STEP 893 (remove_files) COMPLETE
79902026-08-19T20:04:02.306Z[ recovery-image] Aug 19 20:04:01.275 INFO O| Aug 19 20:04:01.275 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-19T20:04:02.347Z[ recovery-image] Aug 19 20:04:01.315 INFO O| Aug 19 20:04:01.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79922026-08-19T20:04:02.347Z[ recovery-image] Aug 19 20:04:01.315 INFO O| Aug 19 20:04:01.315 INFO STEP 894 (remove_files) COMPLETE
79932026-08-19T20:04:02.352Z[ recovery-image] Aug 19 20:04:01.315 INFO O| Aug 19 20:04:01.315 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-19T20:04:02.359Z[ recovery-image] Aug 19 20:04:01.324 INFO O| Aug 19 20:04:01.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79952026-08-19T20:04:02.359Z[ recovery-image] Aug 19 20:04:01.324 INFO O| Aug 19 20:04:01.324 INFO STEP 895 (remove_files) COMPLETE
79962026-08-19T20:04:02.362Z[ recovery-image] Aug 19 20:04:01.324 INFO O| Aug 19 20:04:01.324 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-19T20:04:02.365Z[ recovery-image] Aug 19 20:04:01.331 INFO O| Aug 19 20:04:01.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79982026-08-19T20:04:02.370Z[ recovery-image] Aug 19 20:04:01.334 INFO O| Aug 19 20:04:01.334 INFO STEP 896 (remove_files) COMPLETE
79992026-08-19T20:04:02.370Z[ recovery-image] Aug 19 20:04:01.334 INFO O| Aug 19 20:04:01.334 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-19T20:04:02.375Z[ recovery-image] Aug 19 20:04:01.344 INFO O| Aug 19 20:04:01.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80012026-08-19T20:04:02.378Z[ recovery-image] Aug 19 20:04:01.344 INFO O| Aug 19 20:04:01.344 INFO STEP 897 (remove_files) COMPLETE
80022026-08-19T20:04:02.379Z[ recovery-image] Aug 19 20:04:01.344 INFO O| Aug 19 20:04:01.344 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-19T20:04:02.386Z[ recovery-image] Aug 19 20:04:01.354 INFO O| Aug 19 20:04:01.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80042026-08-19T20:04:02.390Z[ recovery-image] Aug 19 20:04:01.354 INFO O| Aug 19 20:04:01.354 INFO STEP 898 (remove_files) COMPLETE
80052026-08-19T20:04:02.390Z[ recovery-image] Aug 19 20:04:01.354 INFO O| Aug 19 20:04:01.354 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-19T20:04:02.395Z[ recovery-image] Aug 19 20:04:01.363 INFO O| Aug 19 20:04:01.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80072026-08-19T20:04:02.395Z[ recovery-image] Aug 19 20:04:01.363 INFO O| Aug 19 20:04:01.363 INFO STEP 899 (remove_files) COMPLETE
80082026-08-19T20:04:02.395Z[ recovery-image] Aug 19 20:04:01.363 INFO O| Aug 19 20:04:01.363 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-19T20:04:02.404Z[ recovery-image] Aug 19 20:04:01.373 INFO O| Aug 19 20:04:01.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80102026-08-19T20:04:02.404Z[ recovery-image] Aug 19 20:04:01.373 INFO O| Aug 19 20:04:01.373 INFO STEP 900 (remove_files) COMPLETE
80112026-08-19T20:04:02.404Z[ recovery-image] Aug 19 20:04:01.373 INFO O| Aug 19 20:04:01.373 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-19T20:04:02.414Z[ recovery-image] Aug 19 20:04:01.383 INFO O| Aug 19 20:04:01.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80132026-08-19T20:04:02.414Z[ recovery-image] Aug 19 20:04:01.383 INFO O| Aug 19 20:04:01.383 INFO STEP 901 (remove_files) COMPLETE
80142026-08-19T20:04:02.414Z[ recovery-image] Aug 19 20:04:01.383 INFO O| Aug 19 20:04:01.383 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-19T20:04:02.424Z[ recovery-image] Aug 19 20:04:01.392 INFO O| Aug 19 20:04:01.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80162026-08-19T20:04:02.424Z[ recovery-image] Aug 19 20:04:01.392 INFO O| Aug 19 20:04:01.392 INFO STEP 902 (remove_files) COMPLETE
80172026-08-19T20:04:02.424Z[ recovery-image] Aug 19 20:04:01.392 INFO O| Aug 19 20:04:01.392 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-19T20:04:02.433Z[ recovery-image] Aug 19 20:04:01.402 INFO O| Aug 19 20:04:01.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80192026-08-19T20:04:02.433Z[ recovery-image] Aug 19 20:04:01.402 INFO O| Aug 19 20:04:01.402 INFO STEP 903 (remove_files) COMPLETE
80202026-08-19T20:04:02.436Z[ recovery-image] Aug 19 20:04:01.402 INFO O| Aug 19 20:04:01.402 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-19T20:04:02.443Z[ recovery-image] Aug 19 20:04:01.411 INFO O| Aug 19 20:04:01.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80222026-08-19T20:04:02.446Z[ recovery-image] Aug 19 20:04:01.412 INFO O| Aug 19 20:04:01.412 INFO STEP 904 (remove_files) COMPLETE
80232026-08-19T20:04:02.446Z[ recovery-image] Aug 19 20:04:01.412 INFO O| Aug 19 20:04:01.412 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-19T20:04:02.453Z[ recovery-image] Aug 19 20:04:01.420 INFO O| Aug 19 20:04:01.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80252026-08-19T20:04:02.453Z[ recovery-image] Aug 19 20:04:01.421 INFO O| Aug 19 20:04:01.421 INFO STEP 905 (remove_files) COMPLETE
80262026-08-19T20:04:02.456Z[ recovery-image] Aug 19 20:04:01.421 INFO O| Aug 19 20:04:01.421 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-19T20:04:02.461Z[ recovery-image] Aug 19 20:04:01.429 INFO O| Aug 19 20:04:01.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80282026-08-19T20:04:02.461Z[ recovery-image] Aug 19 20:04:01.429 INFO O| Aug 19 20:04:01.429 INFO STEP 906 (remove_files) COMPLETE
80292026-08-19T20:04:02.464Z[ recovery-image] Aug 19 20:04:01.429 INFO O| Aug 19 20:04:01.429 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-19T20:04:02.472Z[ recovery-image] Aug 19 20:04:01.440 INFO O| Aug 19 20:04:01.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80312026-08-19T20:04:02.472Z[ recovery-image] Aug 19 20:04:01.440 INFO O| Aug 19 20:04:01.440 INFO STEP 907 (remove_files) COMPLETE
80322026-08-19T20:04:02.472Z[ recovery-image] Aug 19 20:04:01.440 INFO O| Aug 19 20:04:01.440 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-19T20:04:02.476Z[verify-libraries] Compiling internet-checksum v0.2.1
80342026-08-19T20:04:02.483Z[ recovery-image] Aug 19 20:04:01.451 INFO O| Aug 19 20:04:01.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80352026-08-19T20:04:02.483Z[ recovery-image] Aug 19 20:04:01.451 INFO O| Aug 19 20:04:01.451 INFO STEP 908 (remove_files) COMPLETE
80362026-08-19T20:04:02.487Z[ recovery-image] Aug 19 20:04:01.451 INFO O| Aug 19 20:04:01.451 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-19T20:04:02.494Z[ recovery-image] Aug 19 20:04:01.462 INFO O| Aug 19 20:04:01.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80382026-08-19T20:04:02.494Z[ recovery-image] Aug 19 20:04:01.462 INFO O| Aug 19 20:04:01.462 INFO STEP 909 (remove_files) COMPLETE
80392026-08-19T20:04:02.494Z[ recovery-image] Aug 19 20:04:01.462 INFO O| Aug 19 20:04:01.462 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-19T20:04:02.502Z[ recovery-image] Aug 19 20:04:01.471 INFO O| Aug 19 20:04:01.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80412026-08-19T20:04:02.502Z[ recovery-image] Aug 19 20:04:01.471 INFO O| Aug 19 20:04:01.471 INFO STEP 910 (remove_files) COMPLETE
80422026-08-19T20:04:02.502Z[ recovery-image] Aug 19 20:04:01.471 INFO O| Aug 19 20:04:01.471 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-19T20:04:02.512Z[ recovery-image] Aug 19 20:04:01.481 INFO O| Aug 19 20:04:01.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80442026-08-19T20:04:02.512Z[ recovery-image] Aug 19 20:04:01.481 INFO O| Aug 19 20:04:01.481 INFO STEP 911 (remove_files) COMPLETE
80452026-08-19T20:04:02.512Z[ recovery-image] Aug 19 20:04:01.481 INFO O| Aug 19 20:04:01.481 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-19T20:04:02.520Z[ recovery-image] Aug 19 20:04:01.489 INFO O| Aug 19 20:04:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80472026-08-19T20:04:02.520Z[ recovery-image] Aug 19 20:04:01.490 INFO O| Aug 19 20:04:01.489 INFO STEP 912 (remove_files) COMPLETE
80482026-08-19T20:04:02.523Z[ recovery-image] Aug 19 20:04:01.490 INFO O| Aug 19 20:04:01.490 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-19T20:04:02.541Z[ recovery-image] Aug 19 20:04:01.500 INFO O| Aug 19 20:04:01.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80502026-08-19T20:04:02.541Z[ recovery-image] Aug 19 20:04:01.500 INFO O| Aug 19 20:04:01.500 INFO STEP 913 (remove_files) COMPLETE
80512026-08-19T20:04:02.541Z[ recovery-image] Aug 19 20:04:01.500 INFO O| Aug 19 20:04:01.500 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-19T20:04:02.550Z[ recovery-image] Aug 19 20:04:01.511 INFO O| Aug 19 20:04:01.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80532026-08-19T20:04:02.550Z[ recovery-image] Aug 19 20:04:01.511 INFO O| Aug 19 20:04:01.511 INFO STEP 914 (remove_files) COMPLETE
80542026-08-19T20:04:02.550Z[ recovery-image] Aug 19 20:04:01.511 INFO O| Aug 19 20:04:01.511 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-19T20:04:02.554Z[ recovery-image] Aug 19 20:04:01.521 INFO O| Aug 19 20:04:01.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80562026-08-19T20:04:02.554Z[ recovery-image] Aug 19 20:04:01.521 INFO O| Aug 19 20:04:01.521 INFO STEP 915 (remove_files) COMPLETE
80572026-08-19T20:04:02.554Z[ recovery-image] Aug 19 20:04:01.521 INFO O| Aug 19 20:04:01.521 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-19T20:04:02.562Z[ recovery-image] Aug 19 20:04:01.531 INFO O| Aug 19 20:04:01.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80592026-08-19T20:04:02.562Z[ recovery-image] Aug 19 20:04:01.531 INFO O| Aug 19 20:04:01.531 INFO STEP 916 (remove_files) COMPLETE
80602026-08-19T20:04:02.562Z[ recovery-image] Aug 19 20:04:01.531 INFO O| Aug 19 20:04:01.531 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-19T20:04:02.571Z[ recovery-image] Aug 19 20:04:01.540 INFO O| Aug 19 20:04:01.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80622026-08-19T20:04:02.571Z[ recovery-image] Aug 19 20:04:01.540 INFO O| Aug 19 20:04:01.540 INFO STEP 917 (remove_files) COMPLETE
80632026-08-19T20:04:02.571Z[ recovery-image] Aug 19 20:04:01.540 INFO O| Aug 19 20:04:01.540 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-19T20:04:02.581Z[ recovery-image] Aug 19 20:04:01.550 INFO O| Aug 19 20:04:01.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80652026-08-19T20:04:02.581Z[ recovery-image] Aug 19 20:04:01.550 INFO O| Aug 19 20:04:01.550 INFO STEP 918 (remove_files) COMPLETE
80662026-08-19T20:04:02.587Z[ recovery-image] Aug 19 20:04:01.550 INFO O| Aug 19 20:04:01.550 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-19T20:04:02.590Z[ recovery-image] Aug 19 20:04:01.560 INFO O| Aug 19 20:04:01.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80682026-08-19T20:04:02.591Z[ recovery-image] Aug 19 20:04:01.560 INFO O| Aug 19 20:04:01.560 INFO STEP 919 (remove_files) COMPLETE
80692026-08-19T20:04:02.594Z[ recovery-image] Aug 19 20:04:01.560 INFO O| Aug 19 20:04:01.560 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-19T20:04:02.601Z[ recovery-image] Aug 19 20:04:01.570 INFO O| Aug 19 20:04:01.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80712026-08-19T20:04:02.602Z[ recovery-image] Aug 19 20:04:01.570 INFO O| Aug 19 20:04:01.570 INFO STEP 920 (remove_files) COMPLETE
80722026-08-19T20:04:02.602Z[ recovery-image] Aug 19 20:04:01.570 INFO O| Aug 19 20:04:01.570 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-19T20:04:02.611Z[ recovery-image] Aug 19 20:04:01.580 INFO O| Aug 19 20:04:01.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80742026-08-19T20:04:02.611Z[ recovery-image] Aug 19 20:04:01.580 INFO O| Aug 19 20:04:01.580 INFO STEP 921 (remove_files) COMPLETE
80752026-08-19T20:04:02.614Z[ recovery-image] Aug 19 20:04:01.580 INFO O| Aug 19 20:04:01.580 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-19T20:04:02.622Z[ recovery-image] Aug 19 20:04:01.592 INFO O| Aug 19 20:04:01.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80772026-08-19T20:04:02.622Z[ recovery-image] Aug 19 20:04:01.592 INFO O| Aug 19 20:04:01.592 INFO STEP 922 (remove_files) COMPLETE
80782026-08-19T20:04:02.627Z[ recovery-image] Aug 19 20:04:01.592 INFO O| Aug 19 20:04:01.592 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-19T20:04:02.632Z[ recovery-image] Aug 19 20:04:01.602 INFO O| Aug 19 20:04:01.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80802026-08-19T20:04:02.632Z[ recovery-image] Aug 19 20:04:01.602 INFO O| Aug 19 20:04:01.602 INFO STEP 923 (remove_files) COMPLETE
80812026-08-19T20:04:02.637Z[ recovery-image] Aug 19 20:04:01.602 INFO O| Aug 19 20:04:01.602 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-19T20:04:02.642Z[ recovery-image] Aug 19 20:04:01.612 INFO O| Aug 19 20:04:01.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80832026-08-19T20:04:02.642Z[ recovery-image] Aug 19 20:04:01.612 INFO O| Aug 19 20:04:01.612 INFO STEP 924 (remove_files) COMPLETE
80842026-08-19T20:04:02.642Z[ recovery-image] Aug 19 20:04:01.612 INFO O| Aug 19 20:04:01.612 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-19T20:04:02.653Z[ recovery-image] Aug 19 20:04:01.622 INFO O| Aug 19 20:04:01.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80862026-08-19T20:04:02.653Z[ recovery-image] Aug 19 20:04:01.622 INFO O| Aug 19 20:04:01.622 INFO STEP 925 (remove_files) COMPLETE
80872026-08-19T20:04:02.653Z[ recovery-image] Aug 19 20:04:01.622 INFO O| Aug 19 20:04:01.622 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-19T20:04:02.707Z[ recovery-image] Aug 19 20:04:01.631 INFO O| Aug 19 20:04:01.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80892026-08-19T20:04:02.707Z[ recovery-image] Aug 19 20:04:01.631 INFO O| Aug 19 20:04:01.631 INFO STEP 926 (remove_files) COMPLETE
80902026-08-19T20:04:02.707Z[ recovery-image] Aug 19 20:04:01.631 INFO O| Aug 19 20:04:01.631 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.642 INFO O| Aug 19 20:04:01.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80922026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.642 INFO O| Aug 19 20:04:01.642 INFO STEP 927 (remove_files) COMPLETE
80932026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.642 INFO O| Aug 19 20:04:01.642 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.652 INFO O| Aug 19 20:04:01.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80952026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.653 INFO O| Aug 19 20:04:01.652 INFO STEP 928 (remove_files) COMPLETE
80962026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.653 INFO O| Aug 19 20:04:01.652 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.663 INFO O| Aug 19 20:04:01.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80982026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.663 INFO O| Aug 19 20:04:01.663 INFO STEP 929 (remove_files) COMPLETE
80992026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.663 INFO O| Aug 19 20:04:01.663 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.672 INFO O| Aug 19 20:04:01.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81012026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.673 INFO O| Aug 19 20:04:01.673 INFO STEP 930 (remove_files) COMPLETE
81022026-08-19T20:04:02.714Z[ recovery-image] Aug 19 20:04:01.673 INFO O| Aug 19 20:04:01.673 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-19T20:04:02.718Z[ recovery-image] Aug 19 20:04:01.683 INFO O| Aug 19 20:04:01.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81042026-08-19T20:04:02.718Z[ recovery-image] Aug 19 20:04:01.683 INFO O| Aug 19 20:04:01.683 INFO STEP 931 (remove_files) COMPLETE
81052026-08-19T20:04:02.718Z[ recovery-image] Aug 19 20:04:01.683 INFO O| Aug 19 20:04:01.683 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-19T20:04:02.725Z[ recovery-image] Aug 19 20:04:01.694 INFO O| Aug 19 20:04:01.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81072026-08-19T20:04:02.725Z[ recovery-image] Aug 19 20:04:01.694 INFO O| Aug 19 20:04:01.694 INFO STEP 932 (remove_files) COMPLETE
81082026-08-19T20:04:02.725Z[ recovery-image] Aug 19 20:04:01.694 INFO O| Aug 19 20:04:01.694 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-19T20:04:02.735Z[ recovery-image] Aug 19 20:04:01.704 INFO O| Aug 19 20:04:01.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81102026-08-19T20:04:02.735Z[ recovery-image] Aug 19 20:04:01.704 INFO O| Aug 19 20:04:01.704 INFO STEP 933 (remove_files) COMPLETE
81112026-08-19T20:04:02.735Z[ recovery-image] Aug 19 20:04:01.704 INFO O| Aug 19 20:04:01.704 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-19T20:04:02.744Z[ recovery-image] Aug 19 20:04:01.713 INFO O| Aug 19 20:04:01.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81132026-08-19T20:04:02.744Z[ recovery-image] Aug 19 20:04:01.713 INFO O| Aug 19 20:04:01.713 INFO STEP 934 (remove_files) COMPLETE
81142026-08-19T20:04:02.744Z[ recovery-image] Aug 19 20:04:01.713 INFO O| Aug 19 20:04:01.713 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-19T20:04:02.753Z[ recovery-image] Aug 19 20:04:01.722 INFO O| Aug 19 20:04:01.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81162026-08-19T20:04:02.753Z[ recovery-image] Aug 19 20:04:01.723 INFO O| Aug 19 20:04:01.723 INFO STEP 935 (remove_files) COMPLETE
81172026-08-19T20:04:02.757Z[ recovery-image] Aug 19 20:04:01.723 INFO O| Aug 19 20:04:01.723 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-19T20:04:02.767Z[ recovery-image] Aug 19 20:04:01.735 INFO O| Aug 19 20:04:01.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81192026-08-19T20:04:02.767Z[ recovery-image] Aug 19 20:04:01.735 INFO O| Aug 19 20:04:01.735 INFO STEP 936 (remove_files) COMPLETE
81202026-08-19T20:04:02.767Z[ recovery-image] Aug 19 20:04:01.735 INFO O| Aug 19 20:04:01.735 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-19T20:04:02.776Z[ recovery-image] Aug 19 20:04:01.744 INFO O| Aug 19 20:04:01.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81222026-08-19T20:04:02.776Z[ recovery-image] Aug 19 20:04:01.744 INFO O| Aug 19 20:04:01.744 INFO STEP 937 (remove_files) COMPLETE
81232026-08-19T20:04:02.776Z[ recovery-image] Aug 19 20:04:01.744 INFO O| Aug 19 20:04:01.744 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-19T20:04:02.784Z[ recovery-image] Aug 19 20:04:01.753 INFO O| Aug 19 20:04:01.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81252026-08-19T20:04:02.784Z[ recovery-image] Aug 19 20:04:01.753 INFO O| Aug 19 20:04:01.753 INFO STEP 938 (remove_files) COMPLETE
81262026-08-19T20:04:02.787Z[ recovery-image] Aug 19 20:04:01.753 INFO O| Aug 19 20:04:01.753 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-19T20:04:02.793Z[ recovery-image] Aug 19 20:04:01.763 INFO O| Aug 19 20:04:01.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81282026-08-19T20:04:02.793Z[ recovery-image] Aug 19 20:04:01.763 INFO O| Aug 19 20:04:01.763 INFO STEP 939 (remove_files) COMPLETE
81292026-08-19T20:04:02.793Z[ recovery-image] Aug 19 20:04:01.763 INFO O| Aug 19 20:04:01.763 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-19T20:04:02.803Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
81312026-08-19T20:04:02.808Z[ recovery-image] Aug 19 20:04:01.773 INFO O| Aug 19 20:04:01.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81322026-08-19T20:04:02.808Z[ recovery-image] Aug 19 20:04:01.773 INFO O| Aug 19 20:04:01.773 INFO STEP 940 (remove_files) COMPLETE
81332026-08-19T20:04:02.808Z[ recovery-image] Aug 19 20:04:01.773 INFO O| Aug 19 20:04:01.773 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-19T20:04:02.818Z[ recovery-image] Aug 19 20:04:01.785 INFO O| Aug 19 20:04:01.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81352026-08-19T20:04:02.818Z[ recovery-image] Aug 19 20:04:01.785 INFO O| Aug 19 20:04:01.785 INFO STEP 941 (remove_files) COMPLETE
81362026-08-19T20:04:02.818Z[ recovery-image] Aug 19 20:04:01.785 INFO O| Aug 19 20:04:01.785 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-19T20:04:02.826Z[ recovery-image] Aug 19 20:04:01.795 INFO O| Aug 19 20:04:01.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81382026-08-19T20:04:02.826Z[ recovery-image] Aug 19 20:04:01.795 INFO O| Aug 19 20:04:01.795 INFO STEP 942 (remove_files) COMPLETE
81392026-08-19T20:04:02.826Z[ recovery-image] Aug 19 20:04:01.795 INFO O| Aug 19 20:04:01.795 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-19T20:04:02.839Z[ recovery-image] Aug 19 20:04:01.805 INFO O| Aug 19 20:04:01.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81412026-08-19T20:04:02.839Z[ recovery-image] Aug 19 20:04:01.806 INFO O| Aug 19 20:04:01.805 INFO STEP 943 (remove_files) COMPLETE
81422026-08-19T20:04:02.839Z[ recovery-image] Aug 19 20:04:01.806 INFO O| Aug 19 20:04:01.806 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-19T20:04:02.848Z[ recovery-image] Aug 19 20:04:01.815 INFO O| Aug 19 20:04:01.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81442026-08-19T20:04:02.848Z[ recovery-image] Aug 19 20:04:01.815 INFO O| Aug 19 20:04:01.815 INFO STEP 944 (remove_files) COMPLETE
81452026-08-19T20:04:02.848Z[ recovery-image] Aug 19 20:04:01.815 INFO O| Aug 19 20:04:01.815 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-19T20:04:02.857Z[ recovery-image] Aug 19 20:04:01.826 INFO O| Aug 19 20:04:01.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81472026-08-19T20:04:02.857Z[ recovery-image] Aug 19 20:04:01.826 INFO O| Aug 19 20:04:01.826 INFO STEP 945 (remove_files) COMPLETE
81482026-08-19T20:04:02.860Z[ recovery-image] Aug 19 20:04:01.826 INFO O| Aug 19 20:04:01.826 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-19T20:04:02.872Z[ recovery-image] Aug 19 20:04:01.838 INFO O| Aug 19 20:04:01.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81502026-08-19T20:04:02.872Z[ recovery-image] Aug 19 20:04:01.838 INFO O| Aug 19 20:04:01.838 INFO STEP 946 (remove_files) COMPLETE
81512026-08-19T20:04:02.872Z[ recovery-image] Aug 19 20:04:01.838 INFO O| Aug 19 20:04:01.838 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-19T20:04:02.879Z[ recovery-image] Aug 19 20:04:01.849 INFO O| Aug 19 20:04:01.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81532026-08-19T20:04:02.879Z[ recovery-image] Aug 19 20:04:01.849 INFO O| Aug 19 20:04:01.849 INFO STEP 947 (remove_files) COMPLETE
81542026-08-19T20:04:02.879Z[ recovery-image] Aug 19 20:04:01.849 INFO O| Aug 19 20:04:01.849 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-19T20:04:02.890Z[ recovery-image] Aug 19 20:04:01.859 INFO O| Aug 19 20:04:01.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81562026-08-19T20:04:02.890Z[ recovery-image] Aug 19 20:04:01.859 INFO O| Aug 19 20:04:01.859 INFO STEP 948 (remove_files) COMPLETE
81572026-08-19T20:04:02.890Z[ recovery-image] Aug 19 20:04:01.859 INFO O| Aug 19 20:04:01.859 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-19T20:04:02.902Z[ recovery-image] Aug 19 20:04:01.870 INFO O| Aug 19 20:04:01.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81592026-08-19T20:04:02.902Z[ recovery-image] Aug 19 20:04:01.870 INFO O| Aug 19 20:04:01.870 INFO STEP 949 (remove_files) COMPLETE
81602026-08-19T20:04:02.902Z[ recovery-image] Aug 19 20:04:01.870 INFO O| Aug 19 20:04:01.870 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-19T20:04:02.912Z[ recovery-image] Aug 19 20:04:01.881 INFO O| Aug 19 20:04:01.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81622026-08-19T20:04:02.915Z[ recovery-image] Aug 19 20:04:01.882 INFO O| Aug 19 20:04:01.882 INFO STEP 950 (remove_files) COMPLETE
81632026-08-19T20:04:02.915Z[ recovery-image] Aug 19 20:04:01.882 INFO O| Aug 19 20:04:01.882 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-19T20:04:02.925Z[ recovery-image] Aug 19 20:04:01.893 INFO O| Aug 19 20:04:01.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81652026-08-19T20:04:02.925Z[ recovery-image] Aug 19 20:04:01.893 INFO O| Aug 19 20:04:01.893 INFO STEP 951 (remove_files) COMPLETE
81662026-08-19T20:04:02.925Z[ recovery-image] Aug 19 20:04:01.893 INFO O| Aug 19 20:04:01.893 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-19T20:04:02.935Z[ recovery-image] Aug 19 20:04:01.902 INFO O| Aug 19 20:04:01.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81682026-08-19T20:04:02.935Z[ recovery-image] Aug 19 20:04:01.902 INFO O| Aug 19 20:04:01.902 INFO STEP 952 (remove_files) COMPLETE
81692026-08-19T20:04:02.935Z[ recovery-image] Aug 19 20:04:01.902 INFO O| Aug 19 20:04:01.902 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-19T20:04:02.941Z[ recovery-image] Aug 19 20:04:01.911 INFO O| Aug 19 20:04:01.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81712026-08-19T20:04:02.942Z[ recovery-image] Aug 19 20:04:01.911 INFO O| Aug 19 20:04:01.911 INFO STEP 953 (remove_files) COMPLETE
81722026-08-19T20:04:02.942Z[ recovery-image] Aug 19 20:04:01.911 INFO O| Aug 19 20:04:01.911 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-19T20:04:02.952Z[ recovery-image] Aug 19 20:04:01.920 INFO O| Aug 19 20:04:01.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81742026-08-19T20:04:02.953Z[ recovery-image] Aug 19 20:04:01.920 INFO O| Aug 19 20:04:01.920 INFO STEP 954 (remove_files) COMPLETE
81752026-08-19T20:04:02.957Z[ recovery-image] Aug 19 20:04:01.920 INFO O| Aug 19 20:04:01.920 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-19T20:04:02.960Z[ recovery-image] Aug 19 20:04:01.930 INFO O| Aug 19 20:04:01.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81772026-08-19T20:04:02.960Z[ recovery-image] Aug 19 20:04:01.930 INFO O| Aug 19 20:04:01.930 INFO STEP 955 (remove_files) COMPLETE
81782026-08-19T20:04:02.961Z[ recovery-image] Aug 19 20:04:01.930 INFO O| Aug 19 20:04:01.930 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-19T20:04:02.972Z[ recovery-image] Aug 19 20:04:01.939 INFO O| Aug 19 20:04:01.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81802026-08-19T20:04:02.972Z[ recovery-image] Aug 19 20:04:01.939 INFO O| Aug 19 20:04:01.939 INFO STEP 956 (remove_files) COMPLETE
81812026-08-19T20:04:02.972Z[ recovery-image] Aug 19 20:04:01.939 INFO O| Aug 19 20:04:01.939 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-19T20:04:02.979Z[ recovery-image] Aug 19 20:04:01.948 INFO O| Aug 19 20:04:01.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81832026-08-19T20:04:02.979Z[ recovery-image] Aug 19 20:04:01.948 INFO O| Aug 19 20:04:01.948 INFO STEP 957 (remove_files) COMPLETE
81842026-08-19T20:04:02.979Z[ recovery-image] Aug 19 20:04:01.948 INFO O| Aug 19 20:04:01.948 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-19T20:04:02.991Z[ recovery-image] Aug 19 20:04:01.957 INFO O| Aug 19 20:04:01.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81862026-08-19T20:04:02.991Z[ recovery-image] Aug 19 20:04:01.957 INFO O| Aug 19 20:04:01.957 INFO STEP 958 (remove_files) COMPLETE
81872026-08-19T20:04:02.991Z[ recovery-image] Aug 19 20:04:01.957 INFO O| Aug 19 20:04:01.957 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-19T20:04:03.004Z[ recovery-image] Aug 19 20:04:01.971 INFO O| Aug 19 20:04:01.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81892026-08-19T20:04:03.004Z[ recovery-image] Aug 19 20:04:01.971 INFO O| Aug 19 20:04:01.971 INFO STEP 959 (remove_files) COMPLETE
81902026-08-19T20:04:03.009Z[ recovery-image] Aug 19 20:04:01.971 INFO O| Aug 19 20:04:01.971 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-19T20:04:03.013Z[ recovery-image] Aug 19 20:04:01.980 INFO O| Aug 19 20:04:01.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81922026-08-19T20:04:03.013Z[ recovery-image] Aug 19 20:04:01.980 INFO O| Aug 19 20:04:01.980 INFO STEP 960 (remove_files) COMPLETE
81932026-08-19T20:04:03.014Z[ recovery-image] Aug 19 20:04:01.980 INFO O| Aug 19 20:04:01.980 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-19T20:04:03.021Z[ recovery-image] Aug 19 20:04:01.990 INFO O| Aug 19 20:04:01.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81952026-08-19T20:04:03.021Z[ recovery-image] Aug 19 20:04:01.990 INFO O| Aug 19 20:04:01.990 INFO STEP 961 (remove_files) COMPLETE
81962026-08-19T20:04:03.025Z[ recovery-image] Aug 19 20:04:01.990 INFO O| Aug 19 20:04:01.990 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-19T20:04:03.030Z[ recovery-image] Aug 19 20:04:02.000 INFO O| Aug 19 20:04:02.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81982026-08-19T20:04:03.030Z[ recovery-image] Aug 19 20:04:02.000 INFO O| Aug 19 20:04:02.000 INFO STEP 962 (remove_files) COMPLETE
81992026-08-19T20:04:03.031Z[ recovery-image] Aug 19 20:04:02.000 INFO O| Aug 19 20:04:02.000 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-19T20:04:03.041Z[ recovery-image] Aug 19 20:04:02.011 INFO O| Aug 19 20:04:02.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82012026-08-19T20:04:03.041Z[ recovery-image] Aug 19 20:04:02.011 INFO O| Aug 19 20:04:02.011 INFO STEP 963 (remove_files) COMPLETE
82022026-08-19T20:04:03.041Z[ recovery-image] Aug 19 20:04:02.011 INFO O| Aug 19 20:04:02.011 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-19T20:04:03.051Z[ recovery-image] Aug 19 20:04:02.020 INFO O| Aug 19 20:04:02.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82042026-08-19T20:04:03.051Z[ recovery-image] Aug 19 20:04:02.020 INFO O| Aug 19 20:04:02.020 INFO STEP 964 (remove_files) COMPLETE
82052026-08-19T20:04:03.051Z[ recovery-image] Aug 19 20:04:02.020 INFO O| Aug 19 20:04:02.020 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-19T20:04:03.059Z[ recovery-image] Aug 19 20:04:02.029 INFO O| Aug 19 20:04:02.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82072026-08-19T20:04:03.059Z[ recovery-image] Aug 19 20:04:02.029 INFO O| Aug 19 20:04:02.029 INFO STEP 965 (remove_files) COMPLETE
82082026-08-19T20:04:03.060Z[ recovery-image] Aug 19 20:04:02.029 INFO O| Aug 19 20:04:02.029 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-19T20:04:03.068Z[ recovery-image] Aug 19 20:04:02.038 INFO O| Aug 19 20:04:02.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82102026-08-19T20:04:03.068Z[ recovery-image] Aug 19 20:04:02.038 INFO O| Aug 19 20:04:02.038 INFO STEP 966 (remove_files) COMPLETE
82112026-08-19T20:04:03.069Z[ recovery-image] Aug 19 20:04:02.038 INFO O| Aug 19 20:04:02.038 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-19T20:04:03.083Z[ recovery-image] Aug 19 20:04:02.046 INFO O| Aug 19 20:04:02.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82132026-08-19T20:04:03.083Z[ recovery-image] Aug 19 20:04:02.052 INFO O| Aug 19 20:04:02.047 INFO STEP 967 (remove_files) COMPLETE
82142026-08-19T20:04:03.083Z[ recovery-image] Aug 19 20:04:02.052 INFO O| Aug 19 20:04:02.047 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-19T20:04:03.086Z[ recovery-image] Aug 19 20:04:02.055 INFO O| Aug 19 20:04:02.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82162026-08-19T20:04:03.086Z[ recovery-image] Aug 19 20:04:02.055 INFO O| Aug 19 20:04:02.055 INFO STEP 968 (remove_files) COMPLETE
82172026-08-19T20:04:03.086Z[ recovery-image] Aug 19 20:04:02.055 INFO O| Aug 19 20:04:02.055 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-19T20:04:03.094Z[ recovery-image] Aug 19 20:04:02.064 INFO O| Aug 19 20:04:02.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82192026-08-19T20:04:03.094Z[ recovery-image] Aug 19 20:04:02.064 INFO O| Aug 19 20:04:02.064 INFO STEP 969 (remove_files) COMPLETE
82202026-08-19T20:04:03.094Z[ recovery-image] Aug 19 20:04:02.064 INFO O| Aug 19 20:04:02.064 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-19T20:04:03.104Z[ recovery-image] Aug 19 20:04:02.073 INFO O| Aug 19 20:04:02.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82222026-08-19T20:04:03.104Z[ recovery-image] Aug 19 20:04:02.073 INFO O| Aug 19 20:04:02.073 INFO STEP 970 (remove_files) COMPLETE
82232026-08-19T20:04:03.104Z[ recovery-image] Aug 19 20:04:02.073 INFO O| Aug 19 20:04:02.073 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-19T20:04:03.113Z[ recovery-image] Aug 19 20:04:02.083 INFO O| Aug 19 20:04:02.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82252026-08-19T20:04:03.113Z[ recovery-image] Aug 19 20:04:02.083 INFO O| Aug 19 20:04:02.083 INFO STEP 971 (remove_files) COMPLETE
82262026-08-19T20:04:03.113Z[ recovery-image] Aug 19 20:04:02.083 INFO O| Aug 19 20:04:02.083 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-19T20:04:03.127Z[ recovery-image] Aug 19 20:04:02.093 INFO O| Aug 19 20:04:02.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82282026-08-19T20:04:03.127Z[ recovery-image] Aug 19 20:04:02.093 INFO O| Aug 19 20:04:02.093 INFO STEP 972 (remove_files) COMPLETE
82292026-08-19T20:04:03.127Z[ recovery-image] Aug 19 20:04:02.093 INFO O| Aug 19 20:04:02.093 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-19T20:04:03.135Z[ recovery-image] Aug 19 20:04:02.104 INFO O| Aug 19 20:04:02.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82312026-08-19T20:04:03.135Z[ recovery-image] Aug 19 20:04:02.104 INFO O| Aug 19 20:04:02.104 INFO STEP 973 (remove_files) COMPLETE
82322026-08-19T20:04:03.139Z[ recovery-image] Aug 19 20:04:02.104 INFO O| Aug 19 20:04:02.104 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-19T20:04:03.152Z[ recovery-image] Aug 19 20:04:02.114 INFO O| Aug 19 20:04:02.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82342026-08-19T20:04:03.152Z[ recovery-image] Aug 19 20:04:02.114 INFO O| Aug 19 20:04:02.114 INFO STEP 974 (remove_files) COMPLETE
82352026-08-19T20:04:03.152Z[ recovery-image] Aug 19 20:04:02.114 INFO O| Aug 19 20:04:02.114 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-19T20:04:03.156Z[ recovery-image] Aug 19 20:04:02.122 INFO O| Aug 19 20:04:02.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82372026-08-19T20:04:03.156Z[ recovery-image] Aug 19 20:04:02.122 INFO O| Aug 19 20:04:02.122 INFO STEP 975 (remove_files) COMPLETE
82382026-08-19T20:04:03.156Z[ recovery-image] Aug 19 20:04:02.122 INFO O| Aug 19 20:04:02.122 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-19T20:04:03.163Z[ recovery-image] Aug 19 20:04:02.132 INFO O| Aug 19 20:04:02.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82402026-08-19T20:04:03.163Z[ recovery-image] Aug 19 20:04:02.132 INFO O| Aug 19 20:04:02.132 INFO STEP 976 (remove_files) COMPLETE
82412026-08-19T20:04:03.164Z[ recovery-image] Aug 19 20:04:02.132 INFO O| Aug 19 20:04:02.132 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-19T20:04:03.174Z[ recovery-image] Aug 19 20:04:02.141 INFO O| Aug 19 20:04:02.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82432026-08-19T20:04:03.174Z[ recovery-image] Aug 19 20:04:02.141 INFO O| Aug 19 20:04:02.141 INFO STEP 977 (remove_files) COMPLETE
82442026-08-19T20:04:03.182Z[ recovery-image] Aug 19 20:04:02.141 INFO O| Aug 19 20:04:02.141 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-19T20:04:03.190Z[ recovery-image] Aug 19 20:04:02.150 INFO O| Aug 19 20:04:02.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82462026-08-19T20:04:03.190Z[ recovery-image] Aug 19 20:04:02.150 INFO O| Aug 19 20:04:02.150 INFO STEP 978 (remove_files) COMPLETE
82472026-08-19T20:04:03.190Z[ recovery-image] Aug 19 20:04:02.150 INFO O| Aug 19 20:04:02.150 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-19T20:04:03.198Z[ recovery-image] Aug 19 20:04:02.159 INFO O| Aug 19 20:04:02.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82492026-08-19T20:04:03.198Z[ recovery-image] Aug 19 20:04:02.159 INFO O| Aug 19 20:04:02.159 INFO STEP 979 (remove_files) COMPLETE
82502026-08-19T20:04:03.198Z[ recovery-image] Aug 19 20:04:02.159 INFO O| Aug 19 20:04:02.159 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-19T20:04:03.202Z[ recovery-image] Aug 19 20:04:02.167 INFO O| Aug 19 20:04:02.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82522026-08-19T20:04:03.202Z[ recovery-image] Aug 19 20:04:02.167 INFO O| Aug 19 20:04:02.167 INFO STEP 980 (remove_files) COMPLETE
82532026-08-19T20:04:03.202Z[ recovery-image] Aug 19 20:04:02.167 INFO O| Aug 19 20:04:02.167 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-19T20:04:03.208Z[ recovery-image] Aug 19 20:04:02.178 INFO O| Aug 19 20:04:02.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82552026-08-19T20:04:03.208Z[ recovery-image] Aug 19 20:04:02.178 INFO O| Aug 19 20:04:02.178 INFO STEP 981 (remove_files) COMPLETE
82562026-08-19T20:04:03.208Z[ recovery-image] Aug 19 20:04:02.178 INFO O| Aug 19 20:04:02.178 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-19T20:04:03.219Z[ recovery-image] Aug 19 20:04:02.187 INFO O| Aug 19 20:04:02.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82582026-08-19T20:04:03.220Z[ recovery-image] Aug 19 20:04:02.187 INFO O| Aug 19 20:04:02.187 INFO STEP 982 (remove_files) COMPLETE
82592026-08-19T20:04:03.220Z[ recovery-image] Aug 19 20:04:02.187 INFO O| Aug 19 20:04:02.187 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-19T20:04:03.230Z[ recovery-image] Aug 19 20:04:02.197 INFO O| Aug 19 20:04:02.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82612026-08-19T20:04:03.230Z[ recovery-image] Aug 19 20:04:02.197 INFO O| Aug 19 20:04:02.197 INFO STEP 983 (remove_files) COMPLETE
82622026-08-19T20:04:03.230Z[ recovery-image] Aug 19 20:04:02.197 INFO O| Aug 19 20:04:02.197 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-19T20:04:03.239Z[ recovery-image] Aug 19 20:04:02.207 INFO O| Aug 19 20:04:02.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82642026-08-19T20:04:03.239Z[ recovery-image] Aug 19 20:04:02.207 INFO O| Aug 19 20:04:02.207 INFO STEP 984 (remove_files) COMPLETE
82652026-08-19T20:04:03.239Z[ recovery-image] Aug 19 20:04:02.207 INFO O| Aug 19 20:04:02.207 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-19T20:04:03.253Z[ recovery-image] Aug 19 20:04:02.218 INFO O| Aug 19 20:04:02.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82672026-08-19T20:04:03.253Z[ recovery-image] Aug 19 20:04:02.218 INFO O| Aug 19 20:04:02.218 INFO STEP 985 (remove_files) COMPLETE
82682026-08-19T20:04:03.253Z[ recovery-image] Aug 19 20:04:02.218 INFO O| Aug 19 20:04:02.218 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-19T20:04:03.258Z[ recovery-image] Aug 19 20:04:02.227 INFO O| Aug 19 20:04:02.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82702026-08-19T20:04:03.258Z[ recovery-image] Aug 19 20:04:02.227 INFO O| Aug 19 20:04:02.227 INFO STEP 986 (remove_files) COMPLETE
82712026-08-19T20:04:03.258Z[ recovery-image] Aug 19 20:04:02.227 INFO O| Aug 19 20:04:02.227 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-19T20:04:03.270Z[ recovery-image] Aug 19 20:04:02.238 INFO O| Aug 19 20:04:02.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82732026-08-19T20:04:03.270Z[ recovery-image] Aug 19 20:04:02.238 INFO O| Aug 19 20:04:02.238 INFO STEP 987 (remove_files) COMPLETE
82742026-08-19T20:04:03.270Z[ recovery-image] Aug 19 20:04:02.238 INFO O| Aug 19 20:04:02.238 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-19T20:04:03.281Z[ recovery-image] Aug 19 20:04:02.248 INFO O| Aug 19 20:04:02.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82762026-08-19T20:04:03.281Z[ recovery-image] Aug 19 20:04:02.248 INFO O| Aug 19 20:04:02.248 INFO STEP 988 (remove_files) COMPLETE
82772026-08-19T20:04:03.281Z[ recovery-image] Aug 19 20:04:02.248 INFO O| Aug 19 20:04:02.248 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-19T20:04:03.288Z[ recovery-image] Aug 19 20:04:02.257 INFO O| Aug 19 20:04:02.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82792026-08-19T20:04:03.288Z[ recovery-image] Aug 19 20:04:02.257 INFO O| Aug 19 20:04:02.257 INFO STEP 989 (remove_files) COMPLETE
82802026-08-19T20:04:03.288Z[ recovery-image] Aug 19 20:04:02.257 INFO O| Aug 19 20:04:02.257 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-19T20:04:03.297Z[ recovery-image] Aug 19 20:04:02.266 INFO O| Aug 19 20:04:02.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82822026-08-19T20:04:03.297Z[ recovery-image] Aug 19 20:04:02.266 INFO O| Aug 19 20:04:02.266 INFO STEP 990 (remove_files) COMPLETE
82832026-08-19T20:04:03.297Z[ recovery-image] Aug 19 20:04:02.266 INFO O| Aug 19 20:04:02.266 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-19T20:04:03.305Z[ recovery-image] Aug 19 20:04:02.275 INFO O| Aug 19 20:04:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82852026-08-19T20:04:03.305Z[ recovery-image] Aug 19 20:04:02.275 INFO O| Aug 19 20:04:02.275 INFO STEP 991 (remove_files) COMPLETE
82862026-08-19T20:04:03.305Z[ recovery-image] Aug 19 20:04:02.275 INFO O| Aug 19 20:04:02.275 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-19T20:04:03.317Z[ recovery-image] Aug 19 20:04:02.285 INFO O| Aug 19 20:04:02.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82882026-08-19T20:04:03.317Z[ recovery-image] Aug 19 20:04:02.285 INFO O| Aug 19 20:04:02.285 INFO STEP 992 (remove_files) COMPLETE
82892026-08-19T20:04:03.317Z[ recovery-image] Aug 19 20:04:02.285 INFO O| Aug 19 20:04:02.285 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-19T20:04:03.329Z[ recovery-image] Aug 19 20:04:02.294 INFO O| Aug 19 20:04:02.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82912026-08-19T20:04:03.329Z[ recovery-image] Aug 19 20:04:02.294 INFO O| Aug 19 20:04:02.294 INFO STEP 993 (remove_files) COMPLETE
82922026-08-19T20:04:03.332Z[ recovery-image] Aug 19 20:04:02.294 INFO O| Aug 19 20:04:02.294 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-19T20:04:03.338Z[ recovery-image] Aug 19 20:04:02.306 INFO O| Aug 19 20:04:02.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82942026-08-19T20:04:03.338Z[ recovery-image] Aug 19 20:04:02.306 INFO O| Aug 19 20:04:02.306 INFO STEP 994 (remove_files) COMPLETE
82952026-08-19T20:04:03.343Z[ recovery-image] Aug 19 20:04:02.306 INFO O| Aug 19 20:04:02.306 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-19T20:04:03.348Z[ recovery-image] Aug 19 20:04:02.316 INFO O| Aug 19 20:04:02.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82972026-08-19T20:04:03.348Z[ recovery-image] Aug 19 20:04:02.316 INFO O| Aug 19 20:04:02.316 INFO STEP 995 (remove_files) COMPLETE
82982026-08-19T20:04:03.348Z[ recovery-image] Aug 19 20:04:02.316 INFO O| Aug 19 20:04:02.316 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-19T20:04:03.359Z[ recovery-image] Aug 19 20:04:02.325 INFO O| Aug 19 20:04:02.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83002026-08-19T20:04:03.359Z[ recovery-image] Aug 19 20:04:02.325 INFO O| Aug 19 20:04:02.325 INFO STEP 996 (remove_files) COMPLETE
83012026-08-19T20:04:03.365Z[ recovery-image] Aug 19 20:04:02.325 INFO O| Aug 19 20:04:02.325 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-19T20:04:03.369Z[ recovery-image] Aug 19 20:04:02.335 INFO O| Aug 19 20:04:02.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83032026-08-19T20:04:03.369Z[ recovery-image] Aug 19 20:04:02.335 INFO O| Aug 19 20:04:02.335 INFO STEP 997 (remove_files) COMPLETE
83042026-08-19T20:04:03.369Z[ recovery-image] Aug 19 20:04:02.335 INFO O| Aug 19 20:04:02.335 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-19T20:04:03.378Z[ recovery-image] Aug 19 20:04:02.346 INFO O| Aug 19 20:04:02.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83062026-08-19T20:04:03.378Z[ recovery-image] Aug 19 20:04:02.346 INFO O| Aug 19 20:04:02.346 INFO STEP 998 (remove_files) COMPLETE
83072026-08-19T20:04:03.378Z[ recovery-image] Aug 19 20:04:02.346 INFO O| Aug 19 20:04:02.346 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-19T20:04:03.442Z[ recovery-image] Aug 19 20:04:02.356 INFO O| Aug 19 20:04:02.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83092026-08-19T20:04:03.442Z[ recovery-image] Aug 19 20:04:02.356 INFO O| Aug 19 20:04:02.356 INFO STEP 999 (remove_files) COMPLETE
83102026-08-19T20:04:03.442Z[ recovery-image] Aug 19 20:04:02.356 INFO O| Aug 19 20:04:02.356 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.366 INFO O| Aug 19 20:04:02.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83122026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.367 INFO O| Aug 19 20:04:02.367 INFO STEP 1000 (remove_files) COMPLETE
83132026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.367 INFO O| Aug 19 20:04:02.367 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.379 INFO O| Aug 19 20:04:02.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83152026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.379 INFO O| Aug 19 20:04:02.379 INFO STEP 1001 (remove_files) COMPLETE
83162026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.379 INFO O| Aug 19 20:04:02.379 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.391 INFO O| Aug 19 20:04:02.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83182026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.391 INFO O| Aug 19 20:04:02.391 INFO STEP 1002 (remove_files) COMPLETE
83192026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.391 INFO O| Aug 19 20:04:02.391 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.402 INFO O| Aug 19 20:04:02.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83212026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.402 INFO O| Aug 19 20:04:02.402 INFO STEP 1003 (remove_files) COMPLETE
83222026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.402 INFO O| Aug 19 20:04:02.402 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.411 INFO O| Aug 19 20:04:02.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83242026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.412 INFO O| Aug 19 20:04:02.412 INFO STEP 1004 (remove_files) COMPLETE
83252026-08-19T20:04:03.447Z[ recovery-image] Aug 19 20:04:02.412 INFO O| Aug 19 20:04:02.412 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-19T20:04:03.453Z[ recovery-image] Aug 19 20:04:02.421 INFO O| Aug 19 20:04:02.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83272026-08-19T20:04:03.454Z[ recovery-image] Aug 19 20:04:02.421 INFO O| Aug 19 20:04:02.421 INFO STEP 1005 (remove_files) COMPLETE
83282026-08-19T20:04:03.454Z[ recovery-image] Aug 19 20:04:02.421 INFO O| Aug 19 20:04:02.421 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-19T20:04:03.462Z[ recovery-image] Aug 19 20:04:02.431 INFO O| Aug 19 20:04:02.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83302026-08-19T20:04:03.465Z[ recovery-image] Aug 19 20:04:02.432 INFO O| Aug 19 20:04:02.432 INFO STEP 1006 (remove_files) COMPLETE
83312026-08-19T20:04:03.465Z[ recovery-image] Aug 19 20:04:02.432 INFO O| Aug 19 20:04:02.432 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-19T20:04:03.473Z[ recovery-image] Aug 19 20:04:02.442 INFO O| Aug 19 20:04:02.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83332026-08-19T20:04:03.473Z[ recovery-image] Aug 19 20:04:02.442 INFO O| Aug 19 20:04:02.442 INFO STEP 1007 (remove_files) COMPLETE
83342026-08-19T20:04:03.473Z[ recovery-image] Aug 19 20:04:02.442 INFO O| Aug 19 20:04:02.442 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-19T20:04:03.483Z[ recovery-image] Aug 19 20:04:02.452 INFO O| Aug 19 20:04:02.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83362026-08-19T20:04:03.483Z[ recovery-image] Aug 19 20:04:02.452 INFO O| Aug 19 20:04:02.452 INFO STEP 1008 (remove_files) COMPLETE
83372026-08-19T20:04:03.486Z[ recovery-image] Aug 19 20:04:02.452 INFO O| Aug 19 20:04:02.452 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-19T20:04:03.494Z[ recovery-image] Aug 19 20:04:02.462 INFO O| Aug 19 20:04:02.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83392026-08-19T20:04:03.494Z[ recovery-image] Aug 19 20:04:02.462 INFO O| Aug 19 20:04:02.462 INFO STEP 1009 (remove_files) COMPLETE
83402026-08-19T20:04:03.497Z[ recovery-image] Aug 19 20:04:02.462 INFO O| Aug 19 20:04:02.462 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-19T20:04:03.502Z[ recovery-image] Aug 19 20:04:02.471 INFO O| Aug 19 20:04:02.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83422026-08-19T20:04:03.502Z[ recovery-image] Aug 19 20:04:02.471 INFO O| Aug 19 20:04:02.471 INFO STEP 1010 (remove_files) COMPLETE
83432026-08-19T20:04:03.502Z[ recovery-image] Aug 19 20:04:02.472 INFO O| Aug 19 20:04:02.471 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-19T20:04:03.513Z[ recovery-image] Aug 19 20:04:02.482 INFO O| Aug 19 20:04:02.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83452026-08-19T20:04:03.513Z[ recovery-image] Aug 19 20:04:02.482 INFO O| Aug 19 20:04:02.482 INFO STEP 1011 (remove_files) COMPLETE
83462026-08-19T20:04:03.513Z[ recovery-image] Aug 19 20:04:02.482 INFO O| Aug 19 20:04:02.482 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-19T20:04:03.526Z[ recovery-image] Aug 19 20:04:02.494 INFO O| Aug 19 20:04:02.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83482026-08-19T20:04:03.526Z[ recovery-image] Aug 19 20:04:02.494 INFO O| Aug 19 20:04:02.494 INFO STEP 1012 (remove_files) COMPLETE
83492026-08-19T20:04:03.526Z[ recovery-image] Aug 19 20:04:02.494 INFO O| Aug 19 20:04:02.494 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-19T20:04:03.536Z[ recovery-image] Aug 19 20:04:02.505 INFO O| Aug 19 20:04:02.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83512026-08-19T20:04:03.536Z[ recovery-image] Aug 19 20:04:02.505 INFO O| Aug 19 20:04:02.505 INFO STEP 1013 (remove_files) COMPLETE
83522026-08-19T20:04:03.536Z[ recovery-image] Aug 19 20:04:02.505 INFO O| Aug 19 20:04:02.505 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-19T20:04:03.546Z[ recovery-image] Aug 19 20:04:02.516 INFO O| Aug 19 20:04:02.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83542026-08-19T20:04:03.547Z[ recovery-image] Aug 19 20:04:02.516 INFO O| Aug 19 20:04:02.516 INFO STEP 1014 (remove_files) COMPLETE
83552026-08-19T20:04:03.547Z[ recovery-image] Aug 19 20:04:02.516 INFO O| Aug 19 20:04:02.516 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-19T20:04:03.557Z[ recovery-image] Aug 19 20:04:02.526 INFO O| Aug 19 20:04:02.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83572026-08-19T20:04:03.557Z[ recovery-image] Aug 19 20:04:02.526 INFO O| Aug 19 20:04:02.526 INFO STEP 1015 (remove_files) COMPLETE
83582026-08-19T20:04:03.557Z[ recovery-image] Aug 19 20:04:02.526 INFO O| Aug 19 20:04:02.526 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-19T20:04:03.571Z[ recovery-image] Aug 19 20:04:02.537 INFO O| Aug 19 20:04:02.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83602026-08-19T20:04:03.571Z[ recovery-image] Aug 19 20:04:02.537 INFO O| Aug 19 20:04:02.537 INFO STEP 1016 (remove_files) COMPLETE
83612026-08-19T20:04:03.574Z[ recovery-image] Aug 19 20:04:02.537 INFO O| Aug 19 20:04:02.537 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-19T20:04:03.578Z[ recovery-image] Aug 19 20:04:02.546 INFO O| Aug 19 20:04:02.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83632026-08-19T20:04:03.578Z[ recovery-image] Aug 19 20:04:02.546 INFO O| Aug 19 20:04:02.546 INFO STEP 1017 (remove_files) COMPLETE
83642026-08-19T20:04:03.578Z[ recovery-image] Aug 19 20:04:02.546 INFO O| Aug 19 20:04:02.546 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-19T20:04:03.585Z[ recovery-image] Aug 19 20:04:02.555 INFO O| Aug 19 20:04:02.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83662026-08-19T20:04:03.585Z[ recovery-image] Aug 19 20:04:02.555 INFO O| Aug 19 20:04:02.555 INFO STEP 1018 (remove_files) COMPLETE
83672026-08-19T20:04:03.585Z[ recovery-image] Aug 19 20:04:02.555 INFO O| Aug 19 20:04:02.555 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-19T20:04:03.595Z[ recovery-image] Aug 19 20:04:02.564 INFO O| Aug 19 20:04:02.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83692026-08-19T20:04:03.595Z[ recovery-image] Aug 19 20:04:02.564 INFO O| Aug 19 20:04:02.564 INFO STEP 1019 (remove_files) COMPLETE
83702026-08-19T20:04:03.598Z[ recovery-image] Aug 19 20:04:02.564 INFO O| Aug 19 20:04:02.564 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-19T20:04:03.608Z[ recovery-image] Aug 19 20:04:02.575 INFO O| Aug 19 20:04:02.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83722026-08-19T20:04:03.608Z[ recovery-image] Aug 19 20:04:02.575 INFO O| Aug 19 20:04:02.575 INFO STEP 1020 (remove_files) COMPLETE
83732026-08-19T20:04:03.608Z[ recovery-image] Aug 19 20:04:02.575 INFO O| Aug 19 20:04:02.575 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-19T20:04:03.617Z[ recovery-image] Aug 19 20:04:02.587 INFO O| Aug 19 20:04:02.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83752026-08-19T20:04:03.617Z[ recovery-image] Aug 19 20:04:02.587 INFO O| Aug 19 20:04:02.587 INFO STEP 1021 (remove_files) COMPLETE
83762026-08-19T20:04:03.617Z[ recovery-image] Aug 19 20:04:02.587 INFO O| Aug 19 20:04:02.587 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-19T20:04:03.629Z[ recovery-image] Aug 19 20:04:02.598 INFO O| Aug 19 20:04:02.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83782026-08-19T20:04:03.629Z[ recovery-image] Aug 19 20:04:02.598 INFO O| Aug 19 20:04:02.598 INFO STEP 1022 (remove_files) COMPLETE
83792026-08-19T20:04:03.629Z[ recovery-image] Aug 19 20:04:02.598 INFO O| Aug 19 20:04:02.598 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-19T20:04:03.639Z[ recovery-image] Aug 19 20:04:02.608 INFO O| Aug 19 20:04:02.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83812026-08-19T20:04:03.639Z[ recovery-image] Aug 19 20:04:02.609 INFO O| Aug 19 20:04:02.609 INFO STEP 1023 (remove_files) COMPLETE
83822026-08-19T20:04:03.639Z[ recovery-image] Aug 19 20:04:02.609 INFO O| Aug 19 20:04:02.609 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-19T20:04:03.650Z[ recovery-image] Aug 19 20:04:02.619 INFO O| Aug 19 20:04:02.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83842026-08-19T20:04:03.650Z[ recovery-image] Aug 19 20:04:02.620 INFO O| Aug 19 20:04:02.619 INFO STEP 1024 (remove_files) COMPLETE
83852026-08-19T20:04:03.650Z[ recovery-image] Aug 19 20:04:02.620 INFO O| Aug 19 20:04:02.620 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-19T20:04:03.662Z[ recovery-image] Aug 19 20:04:02.631 INFO O| Aug 19 20:04:02.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83872026-08-19T20:04:03.662Z[ recovery-image] Aug 19 20:04:02.631 INFO O| Aug 19 20:04:02.631 INFO STEP 1025 (remove_files) COMPLETE
83882026-08-19T20:04:03.662Z[ recovery-image] Aug 19 20:04:02.631 INFO O| Aug 19 20:04:02.631 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-19T20:04:03.671Z[ recovery-image] Aug 19 20:04:02.640 INFO O| Aug 19 20:04:02.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83902026-08-19T20:04:03.671Z[ recovery-image] Aug 19 20:04:02.640 INFO O| Aug 19 20:04:02.640 INFO STEP 1026 (remove_files) COMPLETE
83912026-08-19T20:04:03.671Z[ recovery-image] Aug 19 20:04:02.640 INFO O| Aug 19 20:04:02.640 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-19T20:04:03.682Z[ recovery-image] Aug 19 20:04:02.651 INFO O| Aug 19 20:04:02.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83932026-08-19T20:04:03.682Z[ recovery-image] Aug 19 20:04:02.651 INFO O| Aug 19 20:04:02.651 INFO STEP 1027 (remove_files) COMPLETE
83942026-08-19T20:04:03.682Z[ recovery-image] Aug 19 20:04:02.651 INFO O| Aug 19 20:04:02.651 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-19T20:04:03.692Z[ recovery-image] Aug 19 20:04:02.660 INFO O| Aug 19 20:04:02.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83962026-08-19T20:04:03.692Z[ recovery-image] Aug 19 20:04:02.660 INFO O| Aug 19 20:04:02.660 INFO STEP 1028 (remove_files) COMPLETE
83972026-08-19T20:04:03.692Z[ recovery-image] Aug 19 20:04:02.660 INFO O| Aug 19 20:04:02.660 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-19T20:04:03.719Z[ recovery-image] Aug 19 20:04:02.688 INFO O| Aug 19 20:04:02.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83992026-08-19T20:04:03.719Z[ recovery-image] Aug 19 20:04:02.688 INFO O| Aug 19 20:04:02.688 INFO STEP 1029 (remove_files) COMPLETE
84002026-08-19T20:04:03.719Z[ recovery-image] Aug 19 20:04:02.688 INFO O| Aug 19 20:04:02.688 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-19T20:04:03.730Z[ recovery-image] Aug 19 20:04:02.699 INFO O| Aug 19 20:04:02.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84022026-08-19T20:04:03.730Z[ recovery-image] Aug 19 20:04:02.699 INFO O| Aug 19 20:04:02.699 INFO STEP 1030 (remove_files) COMPLETE
84032026-08-19T20:04:03.734Z[ recovery-image] Aug 19 20:04:02.699 INFO O| Aug 19 20:04:02.699 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-19T20:04:03.741Z[ recovery-image] Aug 19 20:04:02.710 INFO O| Aug 19 20:04:02.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84052026-08-19T20:04:03.741Z[ recovery-image] Aug 19 20:04:02.710 INFO O| Aug 19 20:04:02.710 INFO STEP 1031 (remove_files) COMPLETE
84062026-08-19T20:04:03.744Z[ recovery-image] Aug 19 20:04:02.710 INFO O| Aug 19 20:04:02.710 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-19T20:04:03.751Z[ recovery-image] Aug 19 20:04:02.720 INFO O| Aug 19 20:04:02.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84082026-08-19T20:04:03.751Z[ recovery-image] Aug 19 20:04:02.720 INFO O| Aug 19 20:04:02.720 INFO STEP 1032 (remove_files) COMPLETE
84092026-08-19T20:04:03.751Z[ recovery-image] Aug 19 20:04:02.720 INFO O| Aug 19 20:04:02.720 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-19T20:04:03.760Z[ recovery-image] Aug 19 20:04:02.729 INFO O| Aug 19 20:04:02.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84112026-08-19T20:04:03.760Z[ recovery-image] Aug 19 20:04:02.729 INFO O| Aug 19 20:04:02.729 INFO STEP 1033 (remove_files) COMPLETE
84122026-08-19T20:04:03.763Z[ recovery-image] Aug 19 20:04:02.729 INFO O| Aug 19 20:04:02.729 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-19T20:04:03.771Z[ recovery-image] Aug 19 20:04:02.740 INFO O| Aug 19 20:04:02.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84142026-08-19T20:04:03.771Z[ recovery-image] Aug 19 20:04:02.740 INFO O| Aug 19 20:04:02.740 INFO STEP 1034 (remove_files) COMPLETE
84152026-08-19T20:04:03.771Z[ recovery-image] Aug 19 20:04:02.740 INFO O| Aug 19 20:04:02.740 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-19T20:04:03.781Z[ recovery-image] Aug 19 20:04:02.751 INFO O| Aug 19 20:04:02.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84172026-08-19T20:04:03.781Z[ recovery-image] Aug 19 20:04:02.751 INFO O| Aug 19 20:04:02.751 INFO STEP 1035 (remove_files) COMPLETE
84182026-08-19T20:04:03.784Z[ recovery-image] Aug 19 20:04:02.751 INFO O| Aug 19 20:04:02.751 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-19T20:04:03.792Z[ recovery-image] Aug 19 20:04:02.761 INFO O| Aug 19 20:04:02.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84202026-08-19T20:04:03.792Z[ recovery-image] Aug 19 20:04:02.761 INFO O| Aug 19 20:04:02.761 INFO STEP 1036 (remove_files) COMPLETE
84212026-08-19T20:04:03.792Z[ recovery-image] Aug 19 20:04:02.761 INFO O| Aug 19 20:04:02.761 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-19T20:04:03.804Z[ recovery-image] Aug 19 20:04:02.772 INFO O| Aug 19 20:04:02.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84232026-08-19T20:04:03.804Z[ recovery-image] Aug 19 20:04:02.772 INFO O| Aug 19 20:04:02.772 INFO STEP 1037 (remove_files) COMPLETE
84242026-08-19T20:04:03.808Z[ recovery-image] Aug 19 20:04:02.772 INFO O| Aug 19 20:04:02.772 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-19T20:04:03.813Z[ recovery-image] Aug 19 20:04:02.782 INFO O| Aug 19 20:04:02.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84262026-08-19T20:04:03.813Z[ recovery-image] Aug 19 20:04:02.782 INFO O| Aug 19 20:04:02.782 INFO STEP 1038 (remove_files) COMPLETE
84272026-08-19T20:04:03.818Z[ recovery-image] Aug 19 20:04:02.782 INFO O| Aug 19 20:04:02.782 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-19T20:04:03.824Z[ recovery-image] Aug 19 20:04:02.793 INFO O| Aug 19 20:04:02.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84292026-08-19T20:04:03.824Z[ recovery-image] Aug 19 20:04:02.793 INFO O| Aug 19 20:04:02.793 INFO STEP 1039 (remove_files) COMPLETE
84302026-08-19T20:04:03.827Z[ recovery-image] Aug 19 20:04:02.793 INFO O| Aug 19 20:04:02.793 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-19T20:04:03.834Z[ recovery-image] Aug 19 20:04:02.804 INFO O| Aug 19 20:04:02.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84322026-08-19T20:04:03.834Z[ recovery-image] Aug 19 20:04:02.804 INFO O| Aug 19 20:04:02.804 INFO STEP 1040 (remove_files) COMPLETE
84332026-08-19T20:04:03.837Z[ recovery-image] Aug 19 20:04:02.804 INFO O| Aug 19 20:04:02.804 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-19T20:04:03.844Z[ recovery-image] Aug 19 20:04:02.814 INFO O| Aug 19 20:04:02.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84352026-08-19T20:04:03.844Z[ recovery-image] Aug 19 20:04:02.814 INFO O| Aug 19 20:04:02.814 INFO STEP 1041 (remove_files) COMPLETE
84362026-08-19T20:04:03.844Z[ recovery-image] Aug 19 20:04:02.814 INFO O| Aug 19 20:04:02.814 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-19T20:04:03.854Z[ recovery-image] Aug 19 20:04:02.823 INFO O| Aug 19 20:04:02.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84382026-08-19T20:04:03.854Z[ recovery-image] Aug 19 20:04:02.823 INFO O| Aug 19 20:04:02.823 INFO STEP 1042 (remove_files) COMPLETE
84392026-08-19T20:04:03.854Z[ recovery-image] Aug 19 20:04:02.823 INFO O| Aug 19 20:04:02.823 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-19T20:04:03.864Z[ recovery-image] Aug 19 20:04:02.833 INFO O| Aug 19 20:04:02.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84412026-08-19T20:04:03.864Z[ recovery-image] Aug 19 20:04:02.833 INFO O| Aug 19 20:04:02.833 INFO STEP 1043 (remove_files) COMPLETE
84422026-08-19T20:04:03.864Z[ recovery-image] Aug 19 20:04:02.833 INFO O| Aug 19 20:04:02.833 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-19T20:04:03.875Z[ recovery-image] Aug 19 20:04:02.843 INFO O| Aug 19 20:04:02.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84442026-08-19T20:04:03.875Z[ recovery-image] Aug 19 20:04:02.843 INFO O| Aug 19 20:04:02.843 INFO STEP 1044 (remove_files) COMPLETE
84452026-08-19T20:04:03.875Z[ recovery-image] Aug 19 20:04:02.843 INFO O| Aug 19 20:04:02.843 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-19T20:04:03.884Z[ recovery-image] Aug 19 20:04:02.853 INFO O| Aug 19 20:04:02.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84472026-08-19T20:04:03.884Z[ recovery-image] Aug 19 20:04:02.853 INFO O| Aug 19 20:04:02.853 INFO STEP 1045 (remove_files) COMPLETE
84482026-08-19T20:04:03.884Z[ recovery-image] Aug 19 20:04:02.853 INFO O| Aug 19 20:04:02.853 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-19T20:04:03.892Z[ recovery-image] Aug 19 20:04:02.862 INFO O| Aug 19 20:04:02.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84502026-08-19T20:04:03.893Z[ recovery-image] Aug 19 20:04:02.862 INFO O| Aug 19 20:04:02.862 INFO STEP 1046 (remove_files) COMPLETE
84512026-08-19T20:04:03.896Z[ recovery-image] Aug 19 20:04:02.862 INFO O| Aug 19 20:04:02.862 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-19T20:04:03.902Z[ recovery-image] Aug 19 20:04:02.871 INFO O| Aug 19 20:04:02.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84532026-08-19T20:04:03.902Z[ recovery-image] Aug 19 20:04:02.872 INFO O| Aug 19 20:04:02.871 INFO STEP 1047 (remove_files) COMPLETE
84542026-08-19T20:04:03.902Z[ recovery-image] Aug 19 20:04:02.872 INFO O| Aug 19 20:04:02.872 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-19T20:04:03.912Z[ recovery-image] Aug 19 20:04:02.881 INFO O| Aug 19 20:04:02.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84562026-08-19T20:04:03.912Z[ recovery-image] Aug 19 20:04:02.881 INFO O| Aug 19 20:04:02.881 INFO STEP 1048 (remove_files) COMPLETE
84572026-08-19T20:04:03.912Z[ recovery-image] Aug 19 20:04:02.881 INFO O| Aug 19 20:04:02.881 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-19T20:04:03.924Z[ recovery-image] Aug 19 20:04:02.891 INFO O| Aug 19 20:04:02.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84592026-08-19T20:04:03.924Z[ recovery-image] Aug 19 20:04:02.891 INFO O| Aug 19 20:04:02.891 INFO STEP 1049 (remove_files) COMPLETE
84602026-08-19T20:04:03.927Z[ recovery-image] Aug 19 20:04:02.892 INFO O| Aug 19 20:04:02.891 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-19T20:04:03.933Z[ recovery-image] Aug 19 20:04:02.901 INFO O| Aug 19 20:04:02.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84622026-08-19T20:04:03.933Z[ recovery-image] Aug 19 20:04:02.901 INFO O| Aug 19 20:04:02.901 INFO STEP 1050 (remove_files) COMPLETE
84632026-08-19T20:04:03.936Z[ recovery-image] Aug 19 20:04:02.901 INFO O| Aug 19 20:04:02.901 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-19T20:04:03.945Z[ recovery-image] Aug 19 20:04:02.913 INFO O| Aug 19 20:04:02.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84652026-08-19T20:04:03.948Z[ recovery-image] Aug 19 20:04:02.913 INFO O| Aug 19 20:04:02.913 INFO STEP 1051 (remove_files) COMPLETE
84662026-08-19T20:04:03.948Z[ recovery-image] Aug 19 20:04:02.913 INFO O| Aug 19 20:04:02.913 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-19T20:04:03.954Z[ recovery-image] Aug 19 20:04:02.924 INFO O| Aug 19 20:04:02.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84682026-08-19T20:04:03.954Z[ recovery-image] Aug 19 20:04:02.924 INFO O| Aug 19 20:04:02.924 INFO STEP 1052 (remove_files) COMPLETE
84692026-08-19T20:04:03.957Z[ recovery-image] Aug 19 20:04:02.924 INFO O| Aug 19 20:04:02.924 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-19T20:04:03.967Z[ recovery-image] Aug 19 20:04:02.935 INFO O| Aug 19 20:04:02.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84712026-08-19T20:04:03.967Z[ recovery-image] Aug 19 20:04:02.935 INFO O| Aug 19 20:04:02.935 INFO STEP 1053 (remove_files) COMPLETE
84722026-08-19T20:04:03.967Z[ recovery-image] Aug 19 20:04:02.935 INFO O| Aug 19 20:04:02.935 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-19T20:04:03.976Z[ recovery-image] Aug 19 20:04:02.945 INFO O| Aug 19 20:04:02.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84742026-08-19T20:04:03.976Z[ recovery-image] Aug 19 20:04:02.945 INFO O| Aug 19 20:04:02.945 INFO STEP 1054 (remove_files) COMPLETE
84752026-08-19T20:04:03.976Z[ recovery-image] Aug 19 20:04:02.945 INFO O| Aug 19 20:04:02.945 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-19T20:04:03.984Z[ recovery-image] Aug 19 20:04:02.953 INFO O| Aug 19 20:04:02.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84772026-08-19T20:04:03.984Z[ recovery-image] Aug 19 20:04:02.953 INFO O| Aug 19 20:04:02.953 INFO STEP 1055 (remove_files) COMPLETE
84782026-08-19T20:04:03.984Z[ recovery-image] Aug 19 20:04:02.953 INFO O| Aug 19 20:04:02.953 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-19T20:04:03.993Z[ recovery-image] Aug 19 20:04:02.962 INFO O| Aug 19 20:04:02.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84802026-08-19T20:04:03.993Z[ recovery-image] Aug 19 20:04:02.962 INFO O| Aug 19 20:04:02.962 INFO STEP 1056 (remove_files) COMPLETE
84812026-08-19T20:04:03.993Z[ recovery-image] Aug 19 20:04:02.962 INFO O| Aug 19 20:04:02.962 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-19T20:04:04.002Z[ recovery-image] Aug 19 20:04:02.971 INFO O| Aug 19 20:04:02.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84832026-08-19T20:04:04.002Z[ recovery-image] Aug 19 20:04:02.971 INFO O| Aug 19 20:04:02.971 INFO STEP 1057 (remove_files) COMPLETE
84842026-08-19T20:04:04.002Z[ recovery-image] Aug 19 20:04:02.971 INFO O| Aug 19 20:04:02.971 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-19T20:04:04.013Z[ recovery-image] Aug 19 20:04:02.981 INFO O| Aug 19 20:04:02.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84862026-08-19T20:04:04.013Z[ recovery-image] Aug 19 20:04:02.981 INFO O| Aug 19 20:04:02.981 INFO STEP 1058 (remove_files) COMPLETE
84872026-08-19T20:04:04.013Z[ recovery-image] Aug 19 20:04:02.981 INFO O| Aug 19 20:04:02.981 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-19T20:04:04.023Z[ recovery-image] Aug 19 20:04:02.992 INFO O| Aug 19 20:04:02.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84892026-08-19T20:04:04.023Z[ recovery-image] Aug 19 20:04:02.992 INFO O| Aug 19 20:04:02.992 INFO STEP 1059 (remove_files) COMPLETE
84902026-08-19T20:04:04.023Z[ recovery-image] Aug 19 20:04:02.993 INFO O| Aug 19 20:04:02.992 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-19T20:04:04.034Z[ recovery-image] Aug 19 20:04:03.003 INFO O| Aug 19 20:04:03.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84922026-08-19T20:04:04.034Z[ recovery-image] Aug 19 20:04:03.003 INFO O| Aug 19 20:04:03.003 INFO STEP 1060 (remove_files) COMPLETE
84932026-08-19T20:04:04.034Z[ recovery-image] Aug 19 20:04:03.003 INFO O| Aug 19 20:04:03.003 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-19T20:04:04.044Z[ recovery-image] Aug 19 20:04:03.013 INFO O| Aug 19 20:04:03.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84952026-08-19T20:04:04.047Z[ recovery-image] Aug 19 20:04:03.013 INFO O| Aug 19 20:04:03.013 INFO STEP 1061 (remove_files) COMPLETE
84962026-08-19T20:04:04.047Z[ recovery-image] Aug 19 20:04:03.013 INFO O| Aug 19 20:04:03.013 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-19T20:04:04.054Z[ recovery-image] Aug 19 20:04:03.023 INFO O| Aug 19 20:04:03.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84982026-08-19T20:04:04.054Z[ recovery-image] Aug 19 20:04:03.023 INFO O| Aug 19 20:04:03.023 INFO STEP 1062 (remove_files) COMPLETE
84992026-08-19T20:04:04.054Z[ recovery-image] Aug 19 20:04:03.023 INFO O| Aug 19 20:04:03.023 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-19T20:04:04.064Z[ recovery-image] Aug 19 20:04:03.033 INFO O| Aug 19 20:04:03.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85012026-08-19T20:04:04.067Z[ recovery-image] Aug 19 20:04:03.034 INFO O| Aug 19 20:04:03.034 INFO STEP 1063 (remove_files) COMPLETE
85022026-08-19T20:04:04.067Z[ recovery-image] Aug 19 20:04:03.034 INFO O| Aug 19 20:04:03.034 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-19T20:04:04.073Z[ recovery-image] Aug 19 20:04:03.042 INFO O| Aug 19 20:04:03.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85042026-08-19T20:04:04.073Z[ recovery-image] Aug 19 20:04:03.042 INFO O| Aug 19 20:04:03.042 INFO STEP 1064 (remove_files) COMPLETE
85052026-08-19T20:04:04.073Z[ recovery-image] Aug 19 20:04:03.042 INFO O| Aug 19 20:04:03.042 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-19T20:04:04.083Z[ recovery-image] Aug 19 20:04:03.051 INFO O| Aug 19 20:04:03.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85072026-08-19T20:04:04.083Z[ recovery-image] Aug 19 20:04:03.051 INFO O| Aug 19 20:04:03.051 INFO STEP 1065 (remove_files) COMPLETE
85082026-08-19T20:04:04.086Z[ recovery-image] Aug 19 20:04:03.051 INFO O| Aug 19 20:04:03.051 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-19T20:04:04.091Z[ recovery-image] Aug 19 20:04:03.060 INFO O| Aug 19 20:04:03.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85102026-08-19T20:04:04.091Z[ recovery-image] Aug 19 20:04:03.060 INFO O| Aug 19 20:04:03.060 INFO STEP 1066 (remove_files) COMPLETE
85112026-08-19T20:04:04.092Z[ recovery-image] Aug 19 20:04:03.060 INFO O| Aug 19 20:04:03.060 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-19T20:04:04.099Z[ recovery-image] Aug 19 20:04:03.068 INFO O| Aug 19 20:04:03.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85132026-08-19T20:04:04.099Z[ recovery-image] Aug 19 20:04:03.068 INFO O| Aug 19 20:04:03.068 INFO STEP 1067 (remove_files) COMPLETE
85142026-08-19T20:04:04.099Z[ recovery-image] Aug 19 20:04:03.068 INFO O| Aug 19 20:04:03.068 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-19T20:04:04.107Z[ recovery-image] Aug 19 20:04:03.076 INFO O| Aug 19 20:04:03.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85162026-08-19T20:04:04.107Z[ recovery-image] Aug 19 20:04:03.076 INFO O| Aug 19 20:04:03.076 INFO STEP 1068 (remove_files) COMPLETE
85172026-08-19T20:04:04.107Z[ recovery-image] Aug 19 20:04:03.076 INFO O| Aug 19 20:04:03.076 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-19T20:04:04.115Z[ recovery-image] Aug 19 20:04:03.084 INFO O| Aug 19 20:04:03.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85192026-08-19T20:04:04.118Z[ recovery-image] Aug 19 20:04:03.084 INFO O| Aug 19 20:04:03.084 INFO STEP 1069 (remove_files) COMPLETE
85202026-08-19T20:04:04.118Z[ recovery-image] Aug 19 20:04:03.084 INFO O| Aug 19 20:04:03.084 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-19T20:04:04.123Z[ recovery-image] Aug 19 20:04:03.092 INFO O| Aug 19 20:04:03.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85222026-08-19T20:04:04.123Z[ recovery-image] Aug 19 20:04:03.092 INFO O| Aug 19 20:04:03.092 INFO STEP 1070 (remove_files) COMPLETE
85232026-08-19T20:04:04.123Z[ recovery-image] Aug 19 20:04:03.092 INFO O| Aug 19 20:04:03.092 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-19T20:04:04.134Z[ recovery-image] Aug 19 20:04:03.103 INFO O| Aug 19 20:04:03.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85252026-08-19T20:04:04.134Z[ recovery-image] Aug 19 20:04:03.103 INFO O| Aug 19 20:04:03.103 INFO STEP 1071 (remove_files) COMPLETE
85262026-08-19T20:04:04.134Z[ recovery-image] Aug 19 20:04:03.103 INFO O| Aug 19 20:04:03.103 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-19T20:04:04.145Z[ recovery-image] Aug 19 20:04:03.114 INFO O| Aug 19 20:04:03.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85282026-08-19T20:04:04.145Z[ recovery-image] Aug 19 20:04:03.114 INFO O| Aug 19 20:04:03.114 INFO STEP 1072 (remove_files) COMPLETE
85292026-08-19T20:04:04.145Z[ recovery-image] Aug 19 20:04:03.114 INFO O| Aug 19 20:04:03.114 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-19T20:04:04.156Z[ recovery-image] Aug 19 20:04:03.125 INFO O| Aug 19 20:04:03.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85312026-08-19T20:04:04.156Z[ recovery-image] Aug 19 20:04:03.125 INFO O| Aug 19 20:04:03.125 INFO STEP 1073 (remove_files) COMPLETE
85322026-08-19T20:04:04.156Z[ recovery-image] Aug 19 20:04:03.125 INFO O| Aug 19 20:04:03.125 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-19T20:04:04.165Z[ recovery-image] Aug 19 20:04:03.134 INFO O| Aug 19 20:04:03.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85342026-08-19T20:04:04.168Z[ recovery-image] Aug 19 20:04:03.134 INFO O| Aug 19 20:04:03.134 INFO STEP 1074 (remove_files) COMPLETE
85352026-08-19T20:04:04.168Z[ recovery-image] Aug 19 20:04:03.134 INFO O| Aug 19 20:04:03.134 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-19T20:04:04.175Z[ recovery-image] Aug 19 20:04:03.144 INFO O| Aug 19 20:04:03.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85372026-08-19T20:04:04.175Z[ recovery-image] Aug 19 20:04:03.144 INFO O| Aug 19 20:04:03.144 INFO STEP 1075 (remove_files) COMPLETE
85382026-08-19T20:04:04.175Z[ recovery-image] Aug 19 20:04:03.144 INFO O| Aug 19 20:04:03.144 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-19T20:04:04.185Z[ recovery-image] Aug 19 20:04:03.154 INFO O| Aug 19 20:04:03.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85402026-08-19T20:04:04.185Z[ recovery-image] Aug 19 20:04:03.154 INFO O| Aug 19 20:04:03.154 INFO STEP 1076 (remove_files) COMPLETE
85412026-08-19T20:04:04.185Z[ recovery-image] Aug 19 20:04:03.154 INFO O| Aug 19 20:04:03.154 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-19T20:04:04.195Z[ recovery-image] Aug 19 20:04:03.164 INFO O| Aug 19 20:04:03.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85432026-08-19T20:04:04.195Z[ recovery-image] Aug 19 20:04:03.164 INFO O| Aug 19 20:04:03.164 INFO STEP 1077 (remove_files) COMPLETE
85442026-08-19T20:04:04.198Z[ recovery-image] Aug 19 20:04:03.164 INFO O| Aug 19 20:04:03.164 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-19T20:04:04.207Z[ recovery-image] Aug 19 20:04:03.176 INFO O| Aug 19 20:04:03.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85462026-08-19T20:04:04.207Z[ recovery-image] Aug 19 20:04:03.176 INFO O| Aug 19 20:04:03.176 INFO STEP 1078 (remove_files) COMPLETE
85472026-08-19T20:04:04.207Z[ recovery-image] Aug 19 20:04:03.176 INFO O| Aug 19 20:04:03.176 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-19T20:04:04.219Z[ recovery-image] Aug 19 20:04:03.187 INFO O| Aug 19 20:04:03.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85492026-08-19T20:04:04.219Z[ recovery-image] Aug 19 20:04:03.187 INFO O| Aug 19 20:04:03.187 INFO STEP 1079 (remove_files) COMPLETE
85502026-08-19T20:04:04.219Z[ recovery-image] Aug 19 20:04:03.187 INFO O| Aug 19 20:04:03.187 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-19T20:04:04.228Z[ recovery-image] Aug 19 20:04:03.198 INFO O| Aug 19 20:04:03.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85522026-08-19T20:04:04.228Z[ recovery-image] Aug 19 20:04:03.198 INFO O| Aug 19 20:04:03.198 INFO STEP 1080 (remove_files) COMPLETE
85532026-08-19T20:04:04.228Z[ recovery-image] Aug 19 20:04:03.198 INFO O| Aug 19 20:04:03.198 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-19T20:04:04.240Z[ recovery-image] Aug 19 20:04:03.209 INFO O| Aug 19 20:04:03.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85552026-08-19T20:04:04.240Z[ recovery-image] Aug 19 20:04:03.209 INFO O| Aug 19 20:04:03.209 INFO STEP 1081 (remove_files) COMPLETE
85562026-08-19T20:04:04.240Z[ recovery-image] Aug 19 20:04:03.209 INFO O| Aug 19 20:04:03.209 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-19T20:04:04.309Z[ recovery-image] Aug 19 20:04:03.220 INFO O| Aug 19 20:04:03.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85582026-08-19T20:04:04.309Z[ recovery-image] Aug 19 20:04:03.220 INFO O| Aug 19 20:04:03.220 INFO STEP 1082 (remove_files) COMPLETE
85592026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.220 INFO O| Aug 19 20:04:03.220 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.232 INFO O| Aug 19 20:04:03.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85612026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.232 INFO O| Aug 19 20:04:03.232 INFO STEP 1083 (remove_files) COMPLETE
85622026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.232 INFO O| Aug 19 20:04:03.232 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.244 INFO O| Aug 19 20:04:03.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85642026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.244 INFO O| Aug 19 20:04:03.244 INFO STEP 1084 (remove_files) COMPLETE
85652026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.244 INFO O| Aug 19 20:04:03.244 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.255 INFO O| Aug 19 20:04:03.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85672026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.255 INFO O| Aug 19 20:04:03.255 INFO STEP 1085 (remove_files) COMPLETE
85682026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.255 INFO O| Aug 19 20:04:03.255 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.265 INFO O| Aug 19 20:04:03.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85702026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.265 INFO O| Aug 19 20:04:03.265 INFO STEP 1086 (remove_files) COMPLETE
85712026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.265 INFO O| Aug 19 20:04:03.265 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.277 INFO O| Aug 19 20:04:03.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85732026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.278 INFO O| Aug 19 20:04:03.278 INFO STEP 1087 (remove_files) COMPLETE
85742026-08-19T20:04:04.313Z[ recovery-image] Aug 19 20:04:03.278 INFO O| Aug 19 20:04:03.278 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-19T20:04:04.320Z[ recovery-image] Aug 19 20:04:03.289 INFO O| Aug 19 20:04:03.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85762026-08-19T20:04:04.320Z[ recovery-image] Aug 19 20:04:03.290 INFO O| Aug 19 20:04:03.290 INFO STEP 1088 (remove_files) COMPLETE
85772026-08-19T20:04:04.323Z[ recovery-image] Aug 19 20:04:03.290 INFO O| Aug 19 20:04:03.290 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-19T20:04:04.332Z[ recovery-image] Aug 19 20:04:03.301 INFO O| Aug 19 20:04:03.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85792026-08-19T20:04:04.332Z[ recovery-image] Aug 19 20:04:03.301 INFO O| Aug 19 20:04:03.301 INFO STEP 1089 (remove_files) COMPLETE
85802026-08-19T20:04:04.332Z[ recovery-image] Aug 19 20:04:03.301 INFO O| Aug 19 20:04:03.301 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-19T20:04:04.342Z[ recovery-image] Aug 19 20:04:03.312 INFO O| Aug 19 20:04:03.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85822026-08-19T20:04:04.342Z[ recovery-image] Aug 19 20:04:03.312 INFO O| Aug 19 20:04:03.312 INFO STEP 1090 (remove_files) COMPLETE
85832026-08-19T20:04:04.342Z[ recovery-image] Aug 19 20:04:03.312 INFO O| Aug 19 20:04:03.312 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-19T20:04:04.354Z[ recovery-image] Aug 19 20:04:03.322 INFO O| Aug 19 20:04:03.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85852026-08-19T20:04:04.354Z[ recovery-image] Aug 19 20:04:03.322 INFO O| Aug 19 20:04:03.322 INFO STEP 1091 (remove_files) COMPLETE
85862026-08-19T20:04:04.354Z[ recovery-image] Aug 19 20:04:03.322 INFO O| Aug 19 20:04:03.322 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-19T20:04:04.366Z[ recovery-image] Aug 19 20:04:03.336 INFO O| Aug 19 20:04:03.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85882026-08-19T20:04:04.366Z[ recovery-image] Aug 19 20:04:03.336 INFO O| Aug 19 20:04:03.332 INFO STEP 1092 (remove_files) COMPLETE
85892026-08-19T20:04:04.366Z[ recovery-image] Aug 19 20:04:03.336 INFO O| Aug 19 20:04:03.332 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-19T20:04:04.374Z[ recovery-image] Aug 19 20:04:03.341 INFO O| Aug 19 20:04:03.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85912026-08-19T20:04:04.374Z[ recovery-image] Aug 19 20:04:03.341 INFO O| Aug 19 20:04:03.341 INFO STEP 1093 (remove_files) COMPLETE
85922026-08-19T20:04:04.374Z[ recovery-image] Aug 19 20:04:03.341 INFO O| Aug 19 20:04:03.341 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-19T20:04:04.381Z[ recovery-image] Aug 19 20:04:03.350 INFO O| Aug 19 20:04:03.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85942026-08-19T20:04:04.384Z[ recovery-image] Aug 19 20:04:03.350 INFO O| Aug 19 20:04:03.350 INFO STEP 1094 (remove_files) COMPLETE
85952026-08-19T20:04:04.384Z[ recovery-image] Aug 19 20:04:03.350 INFO O| Aug 19 20:04:03.350 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-19T20:04:04.392Z[ recovery-image] Aug 19 20:04:03.362 INFO O| Aug 19 20:04:03.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85972026-08-19T20:04:04.392Z[ recovery-image] Aug 19 20:04:03.362 INFO O| Aug 19 20:04:03.362 INFO STEP 1095 (remove_files) COMPLETE
85982026-08-19T20:04:04.393Z[ recovery-image] Aug 19 20:04:03.362 INFO O| Aug 19 20:04:03.362 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-19T20:04:04.402Z[ recovery-image] Aug 19 20:04:03.371 INFO O| Aug 19 20:04:03.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86002026-08-19T20:04:04.402Z[ recovery-image] Aug 19 20:04:03.371 INFO O| Aug 19 20:04:03.371 INFO STEP 1096 (remove_files) COMPLETE
86012026-08-19T20:04:04.406Z[ recovery-image] Aug 19 20:04:03.371 INFO O| Aug 19 20:04:03.371 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-19T20:04:04.412Z[ recovery-image] Aug 19 20:04:03.381 INFO O| Aug 19 20:04:03.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86032026-08-19T20:04:04.412Z[ recovery-image] Aug 19 20:04:03.381 INFO O| Aug 19 20:04:03.381 INFO STEP 1097 (remove_files) COMPLETE
86042026-08-19T20:04:04.412Z[ recovery-image] Aug 19 20:04:03.381 INFO O| Aug 19 20:04:03.381 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-19T20:04:04.416Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86062026-08-19T20:04:04.421Z[ recovery-image] Aug 19 20:04:03.390 INFO O| Aug 19 20:04:03.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86072026-08-19T20:04:04.421Z[ recovery-image] Aug 19 20:04:03.390 INFO O| Aug 19 20:04:03.390 INFO STEP 1098 (remove_files) COMPLETE
86082026-08-19T20:04:04.421Z[ recovery-image] Aug 19 20:04:03.390 INFO O| Aug 19 20:04:03.390 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-19T20:04:04.429Z[ recovery-image] Aug 19 20:04:03.398 INFO O| Aug 19 20:04:03.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86102026-08-19T20:04:04.429Z[ recovery-image] Aug 19 20:04:03.399 INFO O| Aug 19 20:04:03.398 INFO STEP 1099 (remove_files) COMPLETE
86112026-08-19T20:04:04.429Z[ recovery-image] Aug 19 20:04:03.399 INFO O| Aug 19 20:04:03.398 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-19T20:04:04.437Z[ recovery-image] Aug 19 20:04:03.407 INFO O| Aug 19 20:04:03.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86132026-08-19T20:04:04.438Z[ recovery-image] Aug 19 20:04:03.407 INFO O| Aug 19 20:04:03.407 INFO STEP 1100 (remove_files) COMPLETE
86142026-08-19T20:04:04.438Z[ recovery-image] Aug 19 20:04:03.407 INFO O| Aug 19 20:04:03.407 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-19T20:04:04.446Z[ recovery-image] Aug 19 20:04:03.415 INFO O| Aug 19 20:04:03.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86162026-08-19T20:04:04.447Z[ recovery-image] Aug 19 20:04:03.415 INFO O| Aug 19 20:04:03.415 INFO STEP 1101 (remove_files) COMPLETE
86172026-08-19T20:04:04.447Z[ recovery-image] Aug 19 20:04:03.415 INFO O| Aug 19 20:04:03.415 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-19T20:04:04.456Z[ recovery-image] Aug 19 20:04:03.425 INFO O| Aug 19 20:04:03.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86192026-08-19T20:04:04.457Z[ recovery-image] Aug 19 20:04:03.425 INFO O| Aug 19 20:04:03.425 INFO STEP 1102 (remove_files) COMPLETE
86202026-08-19T20:04:04.457Z[ recovery-image] Aug 19 20:04:03.425 INFO O| Aug 19 20:04:03.425 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-19T20:04:04.467Z[ recovery-image] Aug 19 20:04:03.435 INFO O| Aug 19 20:04:03.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86222026-08-19T20:04:04.467Z[ recovery-image] Aug 19 20:04:03.435 INFO O| Aug 19 20:04:03.435 INFO STEP 1103 (remove_files) COMPLETE
86232026-08-19T20:04:04.467Z[ recovery-image] Aug 19 20:04:03.435 INFO O| Aug 19 20:04:03.435 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-19T20:04:04.476Z[ recovery-image] Aug 19 20:04:03.445 INFO O| Aug 19 20:04:03.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86252026-08-19T20:04:04.476Z[ recovery-image] Aug 19 20:04:03.445 INFO O| Aug 19 20:04:03.445 INFO STEP 1104 (remove_files) COMPLETE
86262026-08-19T20:04:04.476Z[ recovery-image] Aug 19 20:04:03.445 INFO O| Aug 19 20:04:03.445 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-19T20:04:04.486Z[ recovery-image] Aug 19 20:04:03.455 INFO O| Aug 19 20:04:03.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86282026-08-19T20:04:04.486Z[ recovery-image] Aug 19 20:04:03.455 INFO O| Aug 19 20:04:03.455 INFO STEP 1105 (remove_files) COMPLETE
86292026-08-19T20:04:04.486Z[ recovery-image] Aug 19 20:04:03.455 INFO O| Aug 19 20:04:03.455 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-19T20:04:04.489Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86312026-08-19T20:04:04.498Z[ recovery-image] Aug 19 20:04:03.467 INFO O| Aug 19 20:04:03.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86322026-08-19T20:04:04.498Z[ recovery-image] Aug 19 20:04:03.467 INFO O| Aug 19 20:04:03.467 INFO STEP 1106 (remove_files) COMPLETE
86332026-08-19T20:04:04.502Z[ recovery-image] Aug 19 20:04:03.467 INFO O| Aug 19 20:04:03.467 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-19T20:04:04.509Z[ recovery-image] Aug 19 20:04:03.478 INFO O| Aug 19 20:04:03.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86352026-08-19T20:04:04.509Z[ recovery-image] Aug 19 20:04:03.478 INFO O| Aug 19 20:04:03.478 INFO STEP 1107 (remove_files) COMPLETE
86362026-08-19T20:04:04.513Z[ recovery-image] Aug 19 20:04:03.478 INFO O| Aug 19 20:04:03.478 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-19T20:04:04.520Z[ recovery-image] Aug 19 20:04:03.489 INFO O| Aug 19 20:04:03.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86382026-08-19T20:04:04.522Z[ recovery-image] Aug 19 20:04:03.489 INFO O| Aug 19 20:04:03.489 INFO STEP 1108 (remove_files) COMPLETE
86392026-08-19T20:04:04.523Z[ recovery-image] Aug 19 20:04:03.489 INFO O| Aug 19 20:04:03.489 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-19T20:04:04.531Z[ recovery-image] Aug 19 20:04:03.500 INFO O| Aug 19 20:04:03.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86412026-08-19T20:04:04.531Z[ recovery-image] Aug 19 20:04:03.500 INFO O| Aug 19 20:04:03.500 INFO STEP 1109 (remove_files) COMPLETE
86422026-08-19T20:04:04.531Z[ recovery-image] Aug 19 20:04:03.500 INFO O| Aug 19 20:04:03.500 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-19T20:04:04.542Z[ recovery-image] Aug 19 20:04:03.511 INFO O| Aug 19 20:04:03.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86442026-08-19T20:04:04.542Z[ recovery-image] Aug 19 20:04:03.511 INFO O| Aug 19 20:04:03.511 INFO STEP 1110 (remove_files) COMPLETE
86452026-08-19T20:04:04.542Z[ recovery-image] Aug 19 20:04:03.511 INFO O| Aug 19 20:04:03.511 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-19T20:04:04.552Z[ recovery-image] Aug 19 20:04:03.521 INFO O| Aug 19 20:04:03.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86472026-08-19T20:04:04.552Z[ recovery-image] Aug 19 20:04:03.521 INFO O| Aug 19 20:04:03.521 INFO STEP 1111 (remove_files) COMPLETE
86482026-08-19T20:04:04.552Z[ recovery-image] Aug 19 20:04:03.521 INFO O| Aug 19 20:04:03.521 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-19T20:04:04.562Z[ recovery-image] Aug 19 20:04:03.532 INFO O| Aug 19 20:04:03.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86502026-08-19T20:04:04.562Z[ recovery-image] Aug 19 20:04:03.532 INFO O| Aug 19 20:04:03.532 INFO STEP 1112 (remove_files) COMPLETE
86512026-08-19T20:04:04.566Z[ recovery-image] Aug 19 20:04:03.532 INFO O| Aug 19 20:04:03.532 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-19T20:04:04.572Z[ recovery-image] Aug 19 20:04:03.542 INFO O| Aug 19 20:04:03.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86532026-08-19T20:04:04.572Z[ recovery-image] Aug 19 20:04:03.542 INFO O| Aug 19 20:04:03.542 INFO STEP 1113 (remove_files) COMPLETE
86542026-08-19T20:04:04.575Z[ recovery-image] Aug 19 20:04:03.542 INFO O| Aug 19 20:04:03.542 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-19T20:04:04.584Z[ recovery-image] Aug 19 20:04:03.553 INFO O| Aug 19 20:04:03.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86562026-08-19T20:04:04.584Z[ recovery-image] Aug 19 20:04:03.553 INFO O| Aug 19 20:04:03.553 INFO STEP 1114 (remove_files) COMPLETE
86572026-08-19T20:04:04.584Z[ recovery-image] Aug 19 20:04:03.553 INFO O| Aug 19 20:04:03.553 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-19T20:04:04.594Z[ recovery-image] Aug 19 20:04:03.562 INFO O| Aug 19 20:04:03.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86592026-08-19T20:04:04.594Z[ recovery-image] Aug 19 20:04:03.562 INFO O| Aug 19 20:04:03.562 INFO STEP 1115 (remove_files) COMPLETE
86602026-08-19T20:04:04.594Z[ recovery-image] Aug 19 20:04:03.562 INFO O| Aug 19 20:04:03.562 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-19T20:04:04.604Z[ recovery-image] Aug 19 20:04:03.573 INFO O| Aug 19 20:04:03.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86622026-08-19T20:04:04.604Z[ recovery-image] Aug 19 20:04:03.573 INFO O| Aug 19 20:04:03.573 INFO STEP 1116 (remove_files) COMPLETE
86632026-08-19T20:04:04.607Z[ recovery-image] Aug 19 20:04:03.573 INFO O| Aug 19 20:04:03.573 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-19T20:04:04.614Z[ recovery-image] Aug 19 20:04:03.584 INFO O| Aug 19 20:04:03.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86652026-08-19T20:04:04.614Z[ recovery-image] Aug 19 20:04:03.584 INFO O| Aug 19 20:04:03.584 INFO STEP 1117 (remove_files) COMPLETE
86662026-08-19T20:04:04.614Z[ recovery-image] Aug 19 20:04:03.584 INFO O| Aug 19 20:04:03.584 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86672026-08-19T20:04:04.630Z[ recovery-image] Aug 19 20:04:03.599 INFO O| Aug 19 20:04:03.599 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86682026-08-19T20:04:04.630Z[ recovery-image] Aug 19 20:04:03.599 INFO O| Aug 19 20:04:03.599 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86692026-08-19T20:04:05.344Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86702026-08-19T20:04:05.479Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86712026-08-19T20:04:05.502Z[ recovery-image] Aug 19 20:04:04.470 INFO O| Aug 19 20:04:04.470 INFO STEP 1118 (pack_tar) COMPLETE
86722026-08-19T20:04:05.502Z[ recovery-image] Aug 19 20:04:04.470 INFO O| Aug 19 20:04:04.470 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86732026-08-19T20:04:05.502Z[ recovery-image] Aug 19 20:04:04.470 INFO O| Aug 19 20:04:04.470 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86742026-08-19T20:04:05.686Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86752026-08-19T20:04:05.915Z[verify-libraries] Compiling git2 v0.20.4
86762026-08-19T20:04:06.231Z[ recovery-image] Aug 19 20:04:05.201 INFO O| Aug 19 20:04:05.201 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86772026-08-19T20:04:06.445Z[ recovery-image] Aug 19 20:04:05.414 INFO O| Aug 19 20:04:05.414 INFO completed processing sled/ramdisk-03-recovery-trim
86782026-08-19T20:04:06.496Z[ recovery-image] Aug 19 20:04:05.417 INFO image builder template: zfs-recovery...
86792026-08-19T20:04:06.497Z[ recovery-image] Aug 19 20:04:05.418 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/.tmpsPfDDW/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86802026-08-19T20:04:06.504Z[ recovery-image] Aug 19 20:04:05.446 INFO O| Aug 19 20:04:05.445 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86812026-08-19T20:04:06.504Z[ recovery-image] Aug 19 20:04:05.450 INFO O| Aug 19 20:04:05.450 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86822026-08-19T20:04:06.580Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86832026-08-19T20:04:06.610Z[ recovery-image] Aug 19 20:04:05.579 INFO O| Aug 19 20:04:05.579 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86842026-08-19T20:04:06.702Z[ recovery-image] Aug 19 20:04:05.670 INFO O| Aug 19 20:04:05.670 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86852026-08-19T20:04:06.703Z[ recovery-image] Aug 19 20:04:05.670 INFO O| Aug 19 20:04:05.670 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86862026-08-19T20:04:06.706Z[ recovery-image] Aug 19 20:04:05.674 INFO O| Aug 19 20:04:05.674 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86872026-08-19T20:04:06.804Z[ recovery-image] Aug 19 20:04:05.773 INFO O| Aug 19 20:04:05.773 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86882026-08-19T20:04:06.879Z[ recovery-image] Aug 19 20:04:05.848 INFO O| Aug 19 20:04:05.848 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86892026-08-19T20:04:06.888Z[ recovery-image] Aug 19 20:04:05.858 INFO O| Aug 19 20:04:05.858 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86902026-08-19T20:04:06.895Z[ recovery-image] Aug 19 20:04:05.863 INFO O| Aug 19 20:04:05.863 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86912026-08-19T20:04:06.898Z[ recovery-image] Aug 19 20:04:05.864 INFO O| Aug 19 20:04:05.864 INFO no lofi found
86922026-08-19T20:04:06.898Z[ recovery-image] Aug 19 20:04:05.864 INFO O| Aug 19 20:04:05.864 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86932026-08-19T20:04:06.898Z[ recovery-image] Aug 19 20:04:05.864 INFO O| Aug 19 20:04:05.864 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86942026-08-19T20:04:07.253Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86952026-08-19T20:04:07.522Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86962026-08-19T20:04:07.801Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86972026-08-19T20:04:08.153Z[verify-libraries] Compiling yansi v1.0.1
86982026-08-19T20:04:08.384Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86992026-08-19T20:04:09.032Z[ recovery-image] Aug 19 20:04:08.001 INFO O| Aug 19 20:04:08.001 INFO lofi device = /dev/dsk/c2t1d0p0
87002026-08-19T20:04:09.036Z[ recovery-image] Aug 19 20:04:08.001 INFO O| Aug 19 20:04:08.001 INFO pool device = /dev/dsk/c2t1d0p0
87012026-08-19T20:04:09.036Z[ recovery-image] Aug 19 20:04:08.001 INFO O| Aug 19 20:04:08.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"]
87022026-08-19T20:04:09.097Z[verify-libraries] Compiling pretty_assertions v1.4.1
87032026-08-19T20:04:09.123Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87042026-08-19T20:04:09.230Z[ recovery-image] Aug 19 20:04:08.199 INFO O| Aug 19 20:04:08.199 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87052026-08-19T20:04:09.230Z[ recovery-image] Aug 19 20:04:08.199 INFO O| Aug 19 20:04:08.199 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87062026-08-19T20:04:09.311Z[ recovery-image] Aug 19 20:04:08.226 INFO O| Aug 19 20:04:08.226 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87072026-08-19T20:04:09.356Z[ recovery-image] Aug 19 20:04:08.325 INFO O| Aug 19 20:04:08.324 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87082026-08-19T20:04:09.393Z[ recovery-image] Aug 19 20:04:08.362 INFO O| Aug 19 20:04:08.362 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87092026-08-19T20:04:09.415Z[ recovery-image] Aug 19 20:04:08.383 INFO O| Aug 19 20:04:08.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87102026-08-19T20:04:09.435Z[ recovery-image] Aug 19 20:04:08.400 INFO O| Aug 19 20:04:08.400 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87112026-08-19T20:04:09.477Z[ recovery-image] Aug 19 20:04:08.444 INFO O| Aug 19 20:04:08.444 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87122026-08-19T20:04:09.477Z[ recovery-image] Aug 19 20:04:08.444 INFO O| Aug 19 20:04:08.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87132026-08-19T20:04:09.477Z[ recovery-image] Aug 19 20:04:08.444 INFO O| Aug 19 20:04:08.444 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87142026-08-19T20:04:09.487Z[ recovery-image] Aug 19 20:04:08.456 INFO O| Aug 19 20:04:08.456 INFO boot environment UUID: 2f685328-7be3-4868-b591-6435802a019a
87152026-08-19T20:04:09.487Z[ recovery-image] Aug 19 20:04:08.456 INFO O| Aug 19 20:04:08.456 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2f685328-7be3-4868-b591-6435802a019a
87162026-08-19T20:04:09.506Z[ recovery-image] Aug 19 20:04:08.474 INFO O| Aug 19 20:04:08.474 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87172026-08-19T20:04:09.529Z[ recovery-image] Aug 19 20:04:08.493 INFO O| Aug 19 20:04:08.493 INFO STEP 0 (create_be) COMPLETE
87182026-08-19T20:04:09.529Z[ recovery-image] Aug 19 20:04:08.493 INFO O| Aug 19 20:04:08.493 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87192026-08-19T20:04:09.541Z[ recovery-image] Aug 19 20:04:08.508 INFO O| Aug 19 20:04:08.508 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87202026-08-19T20:04:09.557Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87212026-08-19T20:04:09.579Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87222026-08-19T20:04:09.796Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87232026-08-19T20:04:09.895Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87242026-08-19T20:04:10.008Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87252026-08-19T20:04:10.088Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87262026-08-19T20:04:10.189Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87272026-08-19T20:04:10.237Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87282026-08-19T20:04:10.312Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87292026-08-19T20:04:10.448Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87302026-08-19T20:04:10.544Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87312026-08-19T20:04:10.652Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87322026-08-19T20:04:10.710Z[verify-libraries] Compiling drift v0.2.0
87332026-08-19T20:04:10.797Z[verify-libraries] Compiling uzers v0.12.2
87342026-08-19T20:04:10.860Z[verify-libraries] Compiling parse-size v1.1.0
87352026-08-19T20:04:11.183Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87362026-08-19T20:04:11.405Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87372026-08-19T20:04:11.512Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87382026-08-19T20:04:11.874Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87392026-08-19T20:04:12.654Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87402026-08-19T20:04:14.340Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87412026-08-19T20:04:14.657Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87422026-08-19T20:04:15.233Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87432026-08-19T20:04:15.612Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87442026-08-19T20:04:17.225Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87452026-08-19T20:04:17.736Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87462026-08-19T20:04:17.839Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87472026-08-19T20:04:18.120Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87482026-08-19T20:04:18.247Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87492026-08-19T20:04:18.366Z[verify-libraries] Compiling multimap v0.10.1
87502026-08-19T20:04:18.432Z[verify-libraries] Compiling termios v0.3.3
87512026-08-19T20:04:18.660Z[ recovery-image] Aug 19 20:04:17.628 INFO O| Aug 19 20:04:17.628 INFO STEP 1 (unpack_tar) COMPLETE
87522026-08-19T20:04:18.660Z[ recovery-image] Aug 19 20:04:17.629 INFO O| Aug 19 20:04:17.628 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-19T20:04:18.671Z[ recovery-image] Aug 19 20:04:17.640 INFO O| Aug 19 20:04:17.640 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87542026-08-19T20:04:18.713Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87552026-08-19T20:04:18.770Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87562026-08-19T20:04:19.073Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87572026-08-19T20:04:19.914Z[ recovery-image] Aug 19 20:04:18.883 INFO O| Aug 19 20:04:18.883 INFO STEP 2 (devfsadm) COMPLETE
87582026-08-19T20:04:19.914Z[ recovery-image] Aug 19 20:04:18.883 INFO O| Aug 19 20:04:18.883 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-19T20:04:19.925Z[ recovery-image] Aug 19 20:04:18.894 INFO O| Aug 19 20:04:18.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87602026-08-19T20:04:19.925Z[ recovery-image] Aug 19 20:04:18.894 INFO O| Aug 19 20:04:18.894 INFO STEP 3 (ensure_dir) COMPLETE
87612026-08-19T20:04:19.925Z[ recovery-image] Aug 19 20:04:18.894 INFO O| Aug 19 20:04:18.894 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-19T20:04:19.935Z[ recovery-image] Aug 19 20:04:18.904 INFO O| Aug 19 20:04:18.904 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87632026-08-19T20:04:19.935Z[ recovery-image] Aug 19 20:04:18.904 INFO O| Aug 19 20:04:18.904 INFO STEP 4 (ensure_dir) COMPLETE
87642026-08-19T20:04:19.935Z[ recovery-image] Aug 19 20:04:18.904 INFO O| Aug 19 20:04:18.904 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-08-19T20:04:19.947Z[ recovery-image] Aug 19 20:04:18.916 INFO O| Aug 19 20:04:18.916 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87662026-08-19T20:04:19.947Z[ recovery-image] Aug 19 20:04:18.916 INFO O| Aug 19 20:04:18.916 INFO STEP 5 (ensure_dir) COMPLETE
87672026-08-19T20:04:19.947Z[ recovery-image] Aug 19 20:04:18.916 INFO O| Aug 19 20:04:18.916 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-19T20:04:19.957Z[ recovery-image] Aug 19 20:04:18.926 INFO O| Aug 19 20:04:18.926 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87692026-08-19T20:04:19.957Z[ recovery-image] Aug 19 20:04:18.926 INFO O| Aug 19 20:04:18.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87702026-08-19T20:04:19.957Z[ recovery-image] Aug 19 20:04:18.926 INFO O| Aug 19 20:04:18.926 INFO STEP 6 (ensure_dir) COMPLETE
87712026-08-19T20:04:19.957Z[ recovery-image] Aug 19 20:04:18.926 INFO O| Aug 19 20:04:18.926 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-19T20:04:19.969Z[ recovery-image] Aug 19 20:04:18.937 INFO O| Aug 19 20:04:18.937 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87732026-08-19T20:04:19.969Z[ recovery-image] Aug 19 20:04:18.938 INFO O| Aug 19 20:04:18.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87742026-08-19T20:04:19.969Z[ recovery-image] Aug 19 20:04:18.938 INFO O| Aug 19 20:04:18.938 INFO STEP 7 (ensure_dir) COMPLETE
87752026-08-19T20:04:19.972Z[ recovery-image] Aug 19 20:04:18.938 INFO O| Aug 19 20:04:18.938 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-19T20:04:19.977Z[ recovery-image] Aug 19 20:04:18.946 INFO O| Aug 19 20:04:18.946 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87772026-08-19T20:04:19.981Z[ recovery-image] Aug 19 20:04:18.947 INFO O| Aug 19 20:04:18.947 INFO STEP 8 (remove_files) COMPLETE
87782026-08-19T20:04:19.981Z[ recovery-image] Aug 19 20:04:18.947 INFO O| Aug 19 20:04:18.947 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-19T20:04:19.987Z[ recovery-image] Aug 19 20:04:18.956 INFO O| Aug 19 20:04:18.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87802026-08-19T20:04:19.990Z[ recovery-image] Aug 19 20:04:18.956 INFO O| Aug 19 20:04:18.956 INFO STEP 9 (remove_files) COMPLETE
87812026-08-19T20:04:19.990Z[ recovery-image] Aug 19 20:04:18.956 INFO O| Aug 19 20:04:18.956 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-19T20:04:19.997Z[ recovery-image] Aug 19 20:04:18.966 INFO O| Aug 19 20:04:18.966 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87832026-08-19T20:04:20.001Z[ recovery-image] Aug 19 20:04:18.967 INFO O| Aug 19 20:04:18.967 INFO STEP 10 (remove_files) COMPLETE
87842026-08-19T20:04:20.001Z[ recovery-image] Aug 19 20:04:18.967 INFO O| Aug 19 20:04:18.967 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-19T20:04:20.008Z[ recovery-image] Aug 19 20:04:18.977 INFO O| Aug 19 20:04:18.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87862026-08-19T20:04:20.008Z[ recovery-image] Aug 19 20:04:18.977 INFO O| Aug 19 20:04:18.977 INFO STEP 11 (remove_files) COMPLETE
87872026-08-19T20:04:20.011Z[ recovery-image] Aug 19 20:04:18.977 INFO O| Aug 19 20:04:18.977 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-19T20:04:20.017Z[ recovery-image] Aug 19 20:04:18.986 INFO O| Aug 19 20:04:18.986 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87892026-08-19T20:04:20.017Z[ recovery-image] Aug 19 20:04:18.986 INFO O| Aug 19 20:04:18.986 INFO STEP 12 (remove_files) COMPLETE
87902026-08-19T20:04:20.017Z[ recovery-image] Aug 19 20:04:18.987 INFO O| Aug 19 20:04:18.986 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-19T20:04:20.027Z[ recovery-image] Aug 19 20:04:18.996 INFO O| Aug 19 20:04:18.996 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87922026-08-19T20:04:20.027Z[ recovery-image] Aug 19 20:04:18.996 INFO O| Aug 19 20:04:18.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87932026-08-19T20:04:20.028Z[ recovery-image] Aug 19 20:04:18.996 INFO O| Aug 19 20:04:18.996 INFO STEP 13 (ensure_dir) COMPLETE
87942026-08-19T20:04:20.031Z[ recovery-image] Aug 19 20:04:18.996 INFO O| Aug 19 20:04:18.996 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-19T20:04:20.035Z[ recovery-image] Aug 19 20:04:19.005 INFO O| Aug 19 20:04:19.005 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87962026-08-19T20:04:20.036Z[ recovery-image] Aug 19 20:04:19.005 INFO O| Aug 19 20:04:19.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87972026-08-19T20:04:20.036Z[ recovery-image] Aug 19 20:04:19.005 INFO O| Aug 19 20:04:19.005 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87982026-08-19T20:04:20.036Z[ recovery-image] Aug 19 20:04:19.005 INFO O| Aug 19 20:04:19.005 INFO STEP 14 (ensure_dir) COMPLETE
87992026-08-19T20:04:20.039Z[ recovery-image] Aug 19 20:04:19.005 INFO O| Aug 19 20:04:19.005 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-19T20:04:20.044Z[ recovery-image] Aug 19 20:04:19.014 INFO O| Aug 19 20:04:19.013 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88012026-08-19T20:04:20.044Z[ recovery-image] Aug 19 20:04:19.014 INFO O| Aug 19 20:04:19.014 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88022026-08-19T20:04:20.044Z[ recovery-image] Aug 19 20:04:19.014 INFO O| Aug 19 20:04:19.014 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88032026-08-19T20:04:20.044Z[ recovery-image] Aug 19 20:04:19.014 INFO O| Aug 19 20:04:19.014 INFO STEP 15 (ensure_dir) COMPLETE
88042026-08-19T20:04:20.048Z[ recovery-image] Aug 19 20:04:19.014 INFO O| Aug 19 20:04:19.014 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-08-19T20:04:20.053Z[ recovery-image] Aug 19 20:04:19.023 INFO O| Aug 19 20:04:19.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88062026-08-19T20:04:20.053Z[ recovery-image] Aug 19 20:04:19.023 INFO O| Aug 19 20:04:19.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88072026-08-19T20:04:20.053Z[ recovery-image] Aug 19 20:04:19.023 INFO O| Aug 19 20:04:19.023 INFO STEP 16 (ensure_dir) COMPLETE
88082026-08-19T20:04:20.057Z[ recovery-image] Aug 19 20:04:19.023 INFO O| Aug 19 20:04:19.023 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-19T20:04:20.062Z[ recovery-image] Aug 19 20:04:19.031 INFO O| Aug 19 20:04:19.031 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88102026-08-19T20:04:20.062Z[ recovery-image] Aug 19 20:04:19.031 INFO O| Aug 19 20:04:19.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88112026-08-19T20:04:20.062Z[ recovery-image] Aug 19 20:04:19.031 INFO O| Aug 19 20:04:19.031 INFO STEP 17 (ensure_dir) COMPLETE
88122026-08-19T20:04:20.065Z[ recovery-image] Aug 19 20:04:19.031 INFO O| Aug 19 20:04:19.031 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132026-08-19T20:04:20.071Z[ recovery-image] Aug 19 20:04:19.040 INFO O| Aug 19 20:04:19.040 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88142026-08-19T20:04:20.071Z[ recovery-image] Aug 19 20:04:19.040 INFO O| Aug 19 20:04:19.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88152026-08-19T20:04:20.071Z[ recovery-image] Aug 19 20:04:19.040 INFO O| Aug 19 20:04:19.040 INFO ok!
88162026-08-19T20:04:20.074Z[ recovery-image] Aug 19 20:04:19.040 INFO O| Aug 19 20:04:19.040 INFO STEP 18 (ensure_symlink) COMPLETE
88172026-08-19T20:04:20.074Z[ recovery-image] Aug 19 20:04:19.040 INFO O| Aug 19 20:04:19.040 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-08-19T20:04:20.082Z[ recovery-image] Aug 19 20:04:19.049 INFO O| Aug 19 20:04:19.049 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88192026-08-19T20:04:20.082Z[ recovery-image] Aug 19 20:04:19.049 INFO O| Aug 19 20:04:19.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88202026-08-19T20:04:20.082Z[ recovery-image] Aug 19 20:04:19.049 INFO O| Aug 19 20:04:19.049 INFO ok!
88212026-08-19T20:04:20.082Z[ recovery-image] Aug 19 20:04:19.049 INFO O| Aug 19 20:04:19.049 INFO STEP 19 (ensure_file) COMPLETE
88222026-08-19T20:04:20.082Z[ recovery-image] Aug 19 20:04:19.049 INFO O| Aug 19 20:04:19.049 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88232026-08-19T20:04:20.091Z[ recovery-image] Aug 19 20:04:19.060 INFO O| Aug 19 20:04:19.060 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88242026-08-19T20:04:20.091Z[ recovery-image] Aug 19 20:04:19.060 INFO O| Aug 19 20:04:19.060 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88252026-08-19T20:04:20.091Z[ recovery-image] Aug 19 20:04:19.060 INFO O| Aug 19 20:04:19.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88262026-08-19T20:04:20.095Z[ recovery-image] Aug 19 20:04:19.060 INFO O| Aug 19 20:04:19.060 INFO ok!
88272026-08-19T20:04:20.095Z[ recovery-image] Aug 19 20:04:19.060 INFO O| Aug 19 20:04:19.060 INFO STEP 20 (ensure_symlink) COMPLETE
88282026-08-19T20:04:20.095Z[ recovery-image] Aug 19 20:04:19.060 INFO O| Aug 19 20:04:19.060 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88292026-08-19T20:04:20.103Z[ recovery-image] Aug 19 20:04:19.072 INFO O| Aug 19 20:04:19.072 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88302026-08-19T20:04:20.106Z[ recovery-image] Aug 19 20:04:19.072 INFO O| Aug 19 20:04:19.072 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88312026-08-19T20:04:20.106Z[ recovery-image] Aug 19 20:04:19.072 INFO O| Aug 19 20:04:19.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88322026-08-19T20:04:20.106Z[ recovery-image] Aug 19 20:04:19.072 INFO O| Aug 19 20:04:19.072 INFO ok!
88332026-08-19T20:04:20.106Z[ recovery-image] Aug 19 20:04:19.072 INFO O| Aug 19 20:04:19.072 INFO STEP 21 (ensure_symlink) COMPLETE
88342026-08-19T20:04:20.106Z[ recovery-image] Aug 19 20:04:19.072 INFO O| Aug 19 20:04:19.072 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88352026-08-19T20:04:20.113Z[ recovery-image] Aug 19 20:04:19.082 INFO O| Aug 19 20:04:19.082 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88362026-08-19T20:04:20.113Z[ recovery-image] Aug 19 20:04:19.082 INFO O| Aug 19 20:04:19.082 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88372026-08-19T20:04:20.117Z[ recovery-image] Aug 19 20:04:19.082 INFO O| Aug 19 20:04:19.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88382026-08-19T20:04:20.117Z[ recovery-image] Aug 19 20:04:19.082 INFO O| Aug 19 20:04:19.082 INFO ok!
88392026-08-19T20:04:20.117Z[ recovery-image] Aug 19 20:04:19.082 INFO O| Aug 19 20:04:19.082 INFO STEP 22 (ensure_symlink) COMPLETE
88402026-08-19T20:04:20.117Z[ recovery-image] Aug 19 20:04:19.082 INFO O| Aug 19 20:04:19.082 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-08-19T20:04:20.123Z[ recovery-image] Aug 19 20:04:19.092 INFO O| Aug 19 20:04:19.092 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88422026-08-19T20:04:20.123Z[ recovery-image] Aug 19 20:04:19.092 INFO O| Aug 19 20:04:19.092 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88432026-08-19T20:04:20.123Z[ recovery-image] Aug 19 20:04:19.092 INFO O| Aug 19 20:04:19.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88442026-08-19T20:04:20.123Z[ recovery-image] Aug 19 20:04:19.092 INFO O| Aug 19 20:04:19.092 INFO ok!
88452026-08-19T20:04:20.126Z[ recovery-image] Aug 19 20:04:19.092 INFO O| Aug 19 20:04:19.092 INFO STEP 23 (ensure_symlink) COMPLETE
88462026-08-19T20:04:20.126Z[ recovery-image] Aug 19 20:04:19.092 INFO O| Aug 19 20:04:19.092 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472026-08-19T20:04:20.133Z[ recovery-image] Aug 19 20:04:19.101 INFO O| Aug 19 20:04:19.101 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88482026-08-19T20:04:20.136Z[ recovery-image] Aug 19 20:04:19.101 INFO O| Aug 19 20:04:19.101 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 ...
88492026-08-19T20:04:20.136Z[ recovery-image] Aug 19 20:04:19.101 INFO O| Aug 19 20:04:19.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88502026-08-19T20:04:20.136Z[ recovery-image] Aug 19 20:04:19.101 INFO O| Aug 19 20:04:19.101 INFO ok!
88512026-08-19T20:04:20.136Z[ recovery-image] Aug 19 20:04:19.101 INFO O| Aug 19 20:04:19.101 INFO STEP 24 (ensure_file) COMPLETE
88522026-08-19T20:04:20.136Z[ recovery-image] Aug 19 20:04:19.101 INFO O| Aug 19 20:04:19.101 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-08-19T20:04:20.142Z[ recovery-image] Aug 19 20:04:19.111 INFO O| Aug 19 20:04:19.111 INFO updating shadow file
88542026-08-19T20:04:20.142Z[ recovery-image] Aug 19 20:04:19.111 INFO O| Aug 19 20:04:19.111 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88552026-08-19T20:04:20.145Z[ recovery-image] Aug 19 20:04:19.111 INFO O| Aug 19 20:04:19.111 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88562026-08-19T20:04:20.145Z[ recovery-image] Aug 19 20:04:19.111 INFO O| Aug 19 20:04:19.111 INFO STEP 25 (shadow) COMPLETE
88572026-08-19T20:04:20.145Z[ recovery-image] Aug 19 20:04:19.111 INFO O| Aug 19 20:04:19.111 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-08-19T20:04:20.152Z[ recovery-image] Aug 19 20:04:19.121 INFO O| Aug 19 20:04:19.121 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88592026-08-19T20:04:20.152Z[ recovery-image] Aug 19 20:04:19.121 INFO O| Aug 19 20:04:19.121 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88602026-08-19T20:04:20.152Z[ recovery-image] Aug 19 20:04:19.121 INFO O| Aug 19 20:04:19.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88612026-08-19T20:04:20.156Z[ recovery-image] Aug 19 20:04:19.121 INFO O| Aug 19 20:04:19.121 INFO ok!
88622026-08-19T20:04:20.156Z[ recovery-image] Aug 19 20:04:19.121 INFO O| Aug 19 20:04:19.121 INFO STEP 26 (ensure_file) COMPLETE
88632026-08-19T20:04:20.156Z[ recovery-image] Aug 19 20:04:19.121 INFO O| Aug 19 20:04:19.121 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642026-08-19T20:04:20.161Z[ recovery-image] Aug 19 20:04:19.130 INFO O| Aug 19 20:04:19.130 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88652026-08-19T20:04:20.161Z[ recovery-image] Aug 19 20:04:19.130 INFO O| Aug 19 20:04:19.130 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88662026-08-19T20:04:20.164Z[ recovery-image] Aug 19 20:04:19.130 INFO O| Aug 19 20:04:19.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88672026-08-19T20:04:20.164Z[ recovery-image] Aug 19 20:04:19.130 INFO O| Aug 19 20:04:19.130 INFO ok!
88682026-08-19T20:04:20.164Z[ recovery-image] Aug 19 20:04:19.130 INFO O| Aug 19 20:04:19.130 INFO STEP 27 (ensure_file) COMPLETE
88692026-08-19T20:04:20.164Z[ recovery-image] Aug 19 20:04:19.130 INFO O| Aug 19 20:04:19.130 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-08-19T20:04:20.169Z[ recovery-image] Aug 19 20:04:19.138 INFO O| Aug 19 20:04:19.138 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88712026-08-19T20:04:20.169Z[ recovery-image] Aug 19 20:04:19.138 INFO O| Aug 19 20:04:19.138 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88722026-08-19T20:04:20.170Z[ recovery-image] Aug 19 20:04:19.139 INFO O| Aug 19 20:04:19.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88732026-08-19T20:04:20.173Z[ recovery-image] Aug 19 20:04:19.139 INFO O| Aug 19 20:04:19.139 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88742026-08-19T20:04:20.173Z[ recovery-image] Aug 19 20:04:19.139 INFO O| Aug 19 20:04:19.139 INFO ok!
88752026-08-19T20:04:20.173Z[ recovery-image] Aug 19 20:04:19.139 INFO O| Aug 19 20:04:19.139 INFO STEP 28 (ensure_file) COMPLETE
88762026-08-19T20:04:20.173Z[ recovery-image] Aug 19 20:04:19.139 INFO O| Aug 19 20:04:19.139 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-08-19T20:04:20.186Z[ recovery-image] Aug 19 20:04:19.155 INFO O| Aug 19 20:04:19.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88782026-08-19T20:04:20.186Z[ recovery-image] Aug 19 20:04:19.155 INFO O| Aug 19 20:04:19.155 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88792026-08-19T20:04:20.186Z[ recovery-image] Aug 19 20:04:19.155 INFO O| Aug 19 20:04:19.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88802026-08-19T20:04:20.189Z[ recovery-image] Aug 19 20:04:19.155 INFO O| Aug 19 20:04:19.155 INFO ok!
88812026-08-19T20:04:20.189Z[ recovery-image] Aug 19 20:04:19.155 INFO O| Aug 19 20:04:19.155 INFO STEP 29 (ensure_file) COMPLETE
88822026-08-19T20:04:20.189Z[ recovery-image] Aug 19 20:04:19.155 INFO O| Aug 19 20:04:19.155 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88832026-08-19T20:04:20.194Z[ recovery-image] Aug 19 20:04:19.164 INFO O| Aug 19 20:04:19.163 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88842026-08-19T20:04:20.194Z[ recovery-image] Aug 19 20:04:19.164 INFO O| Aug 19 20:04:19.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88852026-08-19T20:04:20.195Z[ recovery-image] Aug 19 20:04:19.164 INFO O| Aug 19 20:04:19.164 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88862026-08-19T20:04:20.198Z[ recovery-image] Aug 19 20:04:19.164 INFO O| Aug 19 20:04:19.164 INFO STEP 30 (ensure_dir) COMPLETE
88872026-08-19T20:04:20.198Z[ recovery-image] Aug 19 20:04:19.164 INFO O| Aug 19 20:04:19.164 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882026-08-19T20:04:20.204Z[ recovery-image] Aug 19 20:04:19.173 INFO O| Aug 19 20:04:19.173 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88892026-08-19T20:04:20.204Z[ recovery-image] Aug 19 20:04:19.173 INFO O| Aug 19 20:04:19.173 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 ...
88902026-08-19T20:04:20.204Z[ recovery-image] Aug 19 20:04:19.173 INFO O| Aug 19 20:04:19.173 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
88912026-08-19T20:04:20.208Z[ recovery-image] Aug 19 20:04:19.173 INFO O| Aug 19 20:04:19.173 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88922026-08-19T20:04:20.208Z[ recovery-image] Aug 19 20:04:19.173 INFO O| Aug 19 20:04:19.173 INFO ok!
88932026-08-19T20:04:20.208Z[ recovery-image] Aug 19 20:04:19.173 INFO O| Aug 19 20:04:19.173 INFO STEP 31 (ensure_file) COMPLETE
88942026-08-19T20:04:20.208Z[ recovery-image] Aug 19 20:04:19.173 INFO O| Aug 19 20:04:19.173 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952026-08-19T20:04:20.213Z[ recovery-image] Aug 19 20:04:19.182 INFO O| Aug 19 20:04:19.182 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88962026-08-19T20:04:20.213Z[ recovery-image] Aug 19 20:04:19.182 INFO O| Aug 19 20:04:19.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88972026-08-19T20:04:20.213Z[ recovery-image] Aug 19 20:04:19.182 INFO O| Aug 19 20:04:19.182 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88982026-08-19T20:04:20.217Z[ recovery-image] Aug 19 20:04:19.182 INFO O| Aug 19 20:04:19.182 INFO STEP 32 (ensure_dir) COMPLETE
88992026-08-19T20:04:20.217Z[ recovery-image] Aug 19 20:04:19.182 INFO O| Aug 19 20:04:19.182 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-08-19T20:04:20.225Z[ recovery-image] Aug 19 20:04:19.190 INFO O| Aug 19 20:04:19.190 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89012026-08-19T20:04:20.225Z[ recovery-image] Aug 19 20:04:19.190 INFO O| Aug 19 20:04:19.190 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 ...
89022026-08-19T20:04:20.228Z[ recovery-image] Aug 19 20:04:19.190 INFO O| Aug 19 20:04:19.190 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
89032026-08-19T20:04:20.228Z[ recovery-image] Aug 19 20:04:19.190 INFO O| Aug 19 20:04:19.190 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89042026-08-19T20:04:20.228Z[ recovery-image] Aug 19 20:04:19.190 INFO O| Aug 19 20:04:19.190 INFO ok!
89052026-08-19T20:04:20.228Z[ recovery-image] Aug 19 20:04:19.190 INFO O| Aug 19 20:04:19.190 INFO STEP 33 (ensure_file) COMPLETE
89062026-08-19T20:04:20.228Z[ recovery-image] Aug 19 20:04:19.190 INFO O| Aug 19 20:04:19.190 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89072026-08-19T20:04:20.232Z[ recovery-image] Aug 19 20:04:19.199 INFO O| Aug 19 20:04:19.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89082026-08-19T20:04:20.232Z[ recovery-image] Aug 19 20:04:19.199 INFO O| Aug 19 20:04:19.199 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89092026-08-19T20:04:20.232Z[ recovery-image] Aug 19 20:04:19.199 INFO O| Aug 19 20:04:19.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89102026-08-19T20:04:20.232Z[ recovery-image] Aug 19 20:04:19.199 INFO O| Aug 19 20:04:19.199 INFO ok!
89112026-08-19T20:04:20.233Z[ recovery-image] Aug 19 20:04:19.199 INFO O| Aug 19 20:04:19.199 INFO STEP 34 (ensure_file) COMPLETE
89122026-08-19T20:04:20.233Z[ recovery-image] Aug 19 20:04:19.199 INFO O| Aug 19 20:04:19.199 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89132026-08-19T20:04:20.239Z[ recovery-image] Aug 19 20:04:19.208 INFO O| Aug 19 20:04:19.208 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89142026-08-19T20:04:20.239Z[ recovery-image] Aug 19 20:04:19.208 INFO O| Aug 19 20:04:19.208 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89152026-08-19T20:04:20.239Z[ recovery-image] Aug 19 20:04:19.208 INFO O| Aug 19 20:04:19.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89162026-08-19T20:04:20.243Z[ recovery-image] Aug 19 20:04:19.208 INFO O| Aug 19 20:04:19.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89172026-08-19T20:04:20.243Z[ recovery-image] Aug 19 20:04:19.208 INFO O| Aug 19 20:04:19.208 INFO ok!
89182026-08-19T20:04:20.243Z[ recovery-image] Aug 19 20:04:19.208 INFO O| Aug 19 20:04:19.208 INFO STEP 35 (ensure_file) COMPLETE
89192026-08-19T20:04:20.243Z[ recovery-image] Aug 19 20:04:19.208 INFO O| Aug 19 20:04:19.208 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89202026-08-19T20:04:20.248Z[ recovery-image] Aug 19 20:04:19.217 INFO O| Aug 19 20:04:19.217 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89212026-08-19T20:04:20.248Z[ recovery-image] Aug 19 20:04:19.217 INFO O| Aug 19 20:04:19.217 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89222026-08-19T20:04:20.248Z[ recovery-image] Aug 19 20:04:19.217 INFO O| Aug 19 20:04:19.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89232026-08-19T20:04:20.248Z[ recovery-image] Aug 19 20:04:19.217 INFO O| Aug 19 20:04:19.217 INFO ok!
89242026-08-19T20:04:20.248Z[ recovery-image] Aug 19 20:04:19.217 INFO O| Aug 19 20:04:19.217 INFO STEP 36 (ensure_file) COMPLETE
89252026-08-19T20:04:20.251Z[ recovery-image] Aug 19 20:04:19.217 INFO O| Aug 19 20:04:19.217 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-08-19T20:04:20.257Z[ recovery-image] Aug 19 20:04:19.226 INFO O| Aug 19 20:04:19.226 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89272026-08-19T20:04:20.257Z[ recovery-image] Aug 19 20:04:19.226 INFO O| Aug 19 20:04:19.226 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89282026-08-19T20:04:20.257Z[ recovery-image] Aug 19 20:04:19.226 INFO O| Aug 19 20:04:19.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89292026-08-19T20:04:20.257Z[ recovery-image] Aug 19 20:04:19.226 INFO O| Aug 19 20:04:19.226 INFO ok!
89302026-08-19T20:04:20.261Z[ recovery-image] Aug 19 20:04:19.226 INFO O| Aug 19 20:04:19.226 INFO STEP 37 (ensure_file) COMPLETE
89312026-08-19T20:04:20.261Z[ recovery-image] Aug 19 20:04:19.226 INFO O| Aug 19 20:04:19.226 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89322026-08-19T20:04:20.266Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89332026-08-19T20:04:20.267Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89342026-08-19T20:04:20.270Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89352026-08-19T20:04:20.270Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89362026-08-19T20:04:20.270Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89372026-08-19T20:04:20.270Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89382026-08-19T20:04:20.270Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO ok!
89392026-08-19T20:04:20.270Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO STEP 38 (ensure_file) COMPLETE
89402026-08-19T20:04:20.270Z[ recovery-image] Aug 19 20:04:19.236 INFO O| Aug 19 20:04:19.236 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89412026-08-19T20:04:20.276Z[ recovery-image] Aug 19 20:04:19.245 INFO O| Aug 19 20:04:19.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89422026-08-19T20:04:20.276Z[ recovery-image] Aug 19 20:04:19.245 INFO O| Aug 19 20:04:19.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89432026-08-19T20:04:20.276Z[ recovery-image] Aug 19 20:04:19.245 INFO O| Aug 19 20:04:19.245 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89442026-08-19T20:04:20.276Z[ recovery-image] Aug 19 20:04:19.245 INFO O| Aug 19 20:04:19.245 INFO STEP 39 (ensure_dir) COMPLETE
89452026-08-19T20:04:20.276Z[ recovery-image] Aug 19 20:04:19.245 INFO O| Aug 19 20:04:19.245 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89462026-08-19T20:04:20.285Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 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
89472026-08-19T20:04:20.285Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 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 ...
89482026-08-19T20:04:20.285Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 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
89492026-08-19T20:04:20.285Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 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
89502026-08-19T20:04:20.288Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 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
89512026-08-19T20:04:20.289Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 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
89522026-08-19T20:04:20.289Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 INFO ok!
89532026-08-19T20:04:20.289Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 INFO STEP 40 (ensure_file) COMPLETE
89542026-08-19T20:04:20.289Z[ recovery-image] Aug 19 20:04:19.254 INFO O| Aug 19 20:04:19.254 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89552026-08-19T20:04:20.295Z[ recovery-image] Aug 19 20:04:19.263 INFO O| Aug 19 20:04:19.263 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89562026-08-19T20:04:20.295Z[ recovery-image] Aug 19 20:04:19.264 INFO O| Aug 19 20:04:19.263 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 ...
89572026-08-19T20:04:20.298Z[ recovery-image] Aug 19 20:04:19.264 INFO O| Aug 19 20:04:19.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89582026-08-19T20:04:20.298Z[ recovery-image] Aug 19 20:04:19.264 INFO O| Aug 19 20:04:19.264 INFO ok!
89592026-08-19T20:04:20.298Z[ recovery-image] Aug 19 20:04:19.264 INFO O| Aug 19 20:04:19.264 INFO STEP 41 (ensure_symlink) COMPLETE
89602026-08-19T20:04:20.298Z[ recovery-image] Aug 19 20:04:19.264 INFO O| Aug 19 20:04:19.264 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-08-19T20:04:20.303Z[ recovery-image] Aug 19 20:04:19.273 INFO O| Aug 19 20:04:19.273 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89622026-08-19T20:04:20.303Z[ recovery-image] Aug 19 20:04:19.273 INFO O| Aug 19 20:04:19.273 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89632026-08-19T20:04:20.307Z[ recovery-image] Aug 19 20:04:19.273 INFO O| Aug 19 20:04:19.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89642026-08-19T20:04:20.307Z[ recovery-image] Aug 19 20:04:19.273 INFO O| Aug 19 20:04:19.273 INFO ok!
89652026-08-19T20:04:20.307Z[ recovery-image] Aug 19 20:04:19.273 INFO O| Aug 19 20:04:19.273 INFO STEP 42 (ensure_symlink) COMPLETE
89662026-08-19T20:04:20.307Z[ recovery-image] Aug 19 20:04:19.273 INFO O| Aug 19 20:04:19.273 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89672026-08-19T20:04:20.313Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89682026-08-19T20:04:20.313Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89692026-08-19T20:04:20.316Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89702026-08-19T20:04:20.316Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89712026-08-19T20:04:20.316Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89722026-08-19T20:04:20.317Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89732026-08-19T20:04:20.317Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO ok!
89742026-08-19T20:04:20.317Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO STEP 43 (ensure_file) COMPLETE
89752026-08-19T20:04:20.317Z[ recovery-image] Aug 19 20:04:19.282 INFO O| Aug 19 20:04:19.282 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89762026-08-19T20:04:20.322Z[ recovery-image] Aug 19 20:04:19.291 INFO O| Aug 19 20:04:19.291 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89772026-08-19T20:04:20.323Z[ recovery-image] Aug 19 20:04:19.292 INFO O| Aug 19 20:04:19.291 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 ...
89782026-08-19T20:04:20.326Z[ recovery-image] Aug 19 20:04:19.292 INFO O| Aug 19 20:04:19.292 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
89792026-08-19T20:04:20.326Z[ recovery-image] Aug 19 20:04:19.292 INFO O| Aug 19 20:04:19.292 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89802026-08-19T20:04:20.326Z[ recovery-image] Aug 19 20:04:19.292 INFO O| Aug 19 20:04:19.292 INFO ok!
89812026-08-19T20:04:20.326Z[ recovery-image] Aug 19 20:04:19.292 INFO O| Aug 19 20:04:19.292 INFO STEP 44 (ensure_file) COMPLETE
89822026-08-19T20:04:20.326Z[ recovery-image] Aug 19 20:04:19.292 INFO O| Aug 19 20:04:19.292 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89832026-08-19T20:04:20.332Z[ recovery-image] Aug 19 20:04:19.301 INFO O| Aug 19 20:04:19.301 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89842026-08-19T20:04:20.332Z[ recovery-image] Aug 19 20:04:19.301 INFO O| Aug 19 20:04:19.301 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89852026-08-19T20:04:20.332Z[ recovery-image] Aug 19 20:04:19.301 INFO O| Aug 19 20:04:19.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89862026-08-19T20:04:20.333Z[ recovery-image] Aug 19 20:04:19.301 INFO O| Aug 19 20:04:19.301 INFO ok!
89872026-08-19T20:04:20.333Z[ recovery-image] Aug 19 20:04:19.302 INFO O| Aug 19 20:04:19.302 INFO STEP 45 (ensure_file) COMPLETE
89882026-08-19T20:04:20.336Z[ recovery-image] Aug 19 20:04:19.302 INFO O| Aug 19 20:04:19.302 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89892026-08-19T20:04:20.343Z[ recovery-image] Aug 19 20:04:19.312 INFO O| Aug 19 20:04:19.312 INFO updating shadow file
89902026-08-19T20:04:20.343Z[ recovery-image] Aug 19 20:04:19.312 INFO O| Aug 19 20:04:19.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89912026-08-19T20:04:20.343Z[ recovery-image] Aug 19 20:04:19.312 INFO O| Aug 19 20:04:19.312 INFO STEP 46 (shadow) COMPLETE
89922026-08-19T20:04:20.343Z[ recovery-image] Aug 19 20:04:19.312 INFO O| Aug 19 20:04:19.312 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89932026-08-19T20:04:20.354Z[ recovery-image] Aug 19 20:04:19.323 INFO O| Aug 19 20:04:19.323 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89942026-08-19T20:04:20.354Z[ recovery-image] Aug 19 20:04:19.323 INFO O| Aug 19 20:04:19.323 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89952026-08-19T20:04:20.354Z[ recovery-image] Aug 19 20:04:19.323 INFO O| Aug 19 20:04:19.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89962026-08-19T20:04:20.354Z[ recovery-image] Aug 19 20:04:19.323 INFO O| Aug 19 20:04:19.323 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89972026-08-19T20:04:20.354Z[ recovery-image] Aug 19 20:04:19.323 INFO O| Aug 19 20:04:19.323 INFO ok!
89982026-08-19T20:04:20.355Z[ recovery-image] Aug 19 20:04:19.323 INFO O| Aug 19 20:04:19.323 INFO STEP 47 (ensure_file) COMPLETE
89992026-08-19T20:04:20.359Z[ recovery-image] Aug 19 20:04:19.323 INFO O| Aug 19 20:04:19.323 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90002026-08-19T20:04:20.365Z[ recovery-image] Aug 19 20:04:19.334 INFO O| Aug 19 20:04:19.334 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90012026-08-19T20:04:20.365Z[ recovery-image] Aug 19 20:04:19.334 INFO O| Aug 19 20:04:19.334 INFO STEP 48 (ensure_dir) COMPLETE
90022026-08-19T20:04:20.365Z[ recovery-image] Aug 19 20:04:19.334 INFO O| Aug 19 20:04:19.334 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90032026-08-19T20:04:20.381Z[ recovery-image] Aug 19 20:04:19.344 INFO O| Aug 19 20:04:19.343 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90042026-08-19T20:04:20.381Z[ recovery-image] Aug 19 20:04:19.344 INFO O| Aug 19 20:04:19.344 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90052026-08-19T20:04:20.381Z[ recovery-image] Aug 19 20:04:19.344 INFO O| Aug 19 20:04:19.344 INFO STEP 49 (ensure_dir) COMPLETE
90062026-08-19T20:04:20.382Z[ recovery-image] Aug 19 20:04:19.344 INFO O| Aug 19 20:04:19.344 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90072026-08-19T20:04:20.385Z[ recovery-image] Aug 19 20:04:19.352 INFO O| Aug 19 20:04:19.352 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90082026-08-19T20:04:20.385Z[ recovery-image] Aug 19 20:04:19.352 INFO O| Aug 19 20:04:19.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90092026-08-19T20:04:20.385Z[ recovery-image] Aug 19 20:04:19.352 INFO O| Aug 19 20:04:19.352 INFO STEP 50 (ensure_dir) COMPLETE
90102026-08-19T20:04:20.385Z[ recovery-image] Aug 19 20:04:19.352 INFO O| Aug 19 20:04:19.352 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90112026-08-19T20:04:20.391Z[ recovery-image] Aug 19 20:04:19.360 INFO O| Aug 19 20:04:19.360 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90122026-08-19T20:04:20.391Z[ recovery-image] Aug 19 20:04:19.360 INFO O| Aug 19 20:04:19.360 INFO copying /tmp/.tmpsPfDDW/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90132026-08-19T20:04:20.424Z[ recovery-image] Aug 19 20:04:19.391 INFO O| Aug 19 20:04:19.391 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90142026-08-19T20:04:20.424Z[ recovery-image] Aug 19 20:04:19.391 INFO O| Aug 19 20:04:19.391 INFO ok!
90152026-08-19T20:04:20.424Z[ recovery-image] Aug 19 20:04:19.391 INFO O| Aug 19 20:04:19.391 INFO STEP 51 (ensure_file) COMPLETE
90162026-08-19T20:04:20.428Z[ recovery-image] Aug 19 20:04:19.391 INFO O| Aug 19 20:04:19.391 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-08-19T20:04:20.434Z[ recovery-image] Aug 19 20:04:19.403 INFO O| Aug 19 20:04:19.403 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90182026-08-19T20:04:20.434Z[ recovery-image] Aug 19 20:04:19.403 INFO O| Aug 19 20:04:19.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90192026-08-19T20:04:20.434Z[ recovery-image] Aug 19 20:04:19.403 INFO O| Aug 19 20:04:19.403 INFO STEP 52 (ensure_dir) COMPLETE
90202026-08-19T20:04:20.434Z[ recovery-image] Aug 19 20:04:19.403 INFO O| Aug 19 20:04:19.403 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.414 INFO O| Aug 19 20:04:19.414 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90222026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.414 INFO O| Aug 19 20:04:19.414 INFO copying /tmp/.tmpsPfDDW/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90232026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.414 INFO O| Aug 19 20:04:19.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90242026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.414 INFO O| Aug 19 20:04:19.414 INFO ok!
90252026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.414 INFO O| Aug 19 20:04:19.414 INFO STEP 53 (ensure_file) COMPLETE
90262026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.414 INFO O| Aug 19 20:04:19.414 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.426 INFO O| Aug 19 20:04:19.426 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90282026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.426 INFO O| Aug 19 20:04:19.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90292026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.426 INFO O| Aug 19 20:04:19.426 INFO STEP 54 (ensure_dir) COMPLETE
90302026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.426 INFO O| Aug 19 20:04:19.426 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.436 INFO O| Aug 19 20:04:19.436 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90322026-08-19T20:04:20.485Z[ recovery-image] Aug 19 20:04:19.436 INFO O| Aug 19 20:04:19.436 INFO copying /tmp/.tmpsPfDDW/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90332026-08-19T20:04:21.781Z[verify-libraries] Compiling polar-core v0.27.3
90342026-08-19T20:04:22.516Z[ recovery-image] Aug 19 20:04:21.485 INFO O| Aug 19 20:04:21.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90352026-08-19T20:04:22.516Z[ recovery-image] Aug 19 20:04:21.485 INFO O| Aug 19 20:04:21.485 INFO ok!
90362026-08-19T20:04:22.516Z[ recovery-image] Aug 19 20:04:21.485 INFO O| Aug 19 20:04:21.485 INFO STEP 55 (ensure_file) COMPLETE
90372026-08-19T20:04:22.520Z[ recovery-image] Aug 19 20:04:21.485 INFO O| Aug 19 20:04:21.485 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-19T20:04:22.528Z[ recovery-image] Aug 19 20:04:21.497 INFO O| Aug 19 20:04:21.497 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90392026-08-19T20:04:22.528Z[ recovery-image] Aug 19 20:04:21.498 INFO O| Aug 19 20:04:21.497 INFO copying /tmp/.tmpsPfDDW/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90402026-08-19T20:04:24.543Z[ recovery-image] Aug 19 20:04:23.511 INFO O| Aug 19 20:04:23.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90412026-08-19T20:04:24.543Z[ recovery-image] Aug 19 20:04:23.511 INFO O| Aug 19 20:04:23.511 INFO ok!
90422026-08-19T20:04:24.546Z[ recovery-image] Aug 19 20:04:23.511 INFO O| Aug 19 20:04:23.511 INFO STEP 56 (ensure_file) COMPLETE
90432026-08-19T20:04:24.547Z[ recovery-image] Aug 19 20:04:23.511 INFO O| Aug 19 20:04:23.511 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-19T20:04:24.555Z[ recovery-image] Aug 19 20:04:23.523 INFO O| Aug 19 20:04:23.523 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90452026-08-19T20:04:24.555Z[ recovery-image] Aug 19 20:04:23.523 INFO O| Aug 19 20:04:23.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90462026-08-19T20:04:24.556Z[ recovery-image] Aug 19 20:04:23.523 INFO O| Aug 19 20:04:23.523 INFO STEP 57 (ensure_dir) COMPLETE
90472026-08-19T20:04:24.561Z[ recovery-image] Aug 19 20:04:23.523 INFO O| Aug 19 20:04:23.523 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-19T20:04:24.567Z[ recovery-image] Aug 19 20:04:23.534 INFO O| Aug 19 20:04:23.534 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90492026-08-19T20:04:24.567Z[ recovery-image] Aug 19 20:04:23.534 INFO O| Aug 19 20:04:23.534 INFO copying /tmp/.tmpsPfDDW/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 ...
90502026-08-19T20:04:24.572Z[ recovery-image] Aug 19 20:04:23.534 INFO O| Aug 19 20:04:23.534 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
90512026-08-19T20:04:24.572Z[ recovery-image] Aug 19 20:04:23.534 INFO O| Aug 19 20:04:23.534 INFO ok!
90522026-08-19T20:04:24.572Z[ recovery-image] Aug 19 20:04:23.534 INFO O| Aug 19 20:04:23.534 INFO STEP 58 (ensure_file) COMPLETE
90532026-08-19T20:04:24.572Z[ recovery-image] Aug 19 20:04:23.534 INFO O| Aug 19 20:04:23.534 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-19T20:04:24.576Z[ recovery-image] Aug 19 20:04:23.544 INFO O| Aug 19 20:04:23.544 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90552026-08-19T20:04:24.576Z[ recovery-image] Aug 19 20:04:23.544 INFO O| Aug 19 20:04:23.544 INFO copying /tmp/.tmpsPfDDW/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 ...
90562026-08-19T20:04:24.576Z[ recovery-image] Aug 19 20:04:23.545 INFO O| Aug 19 20:04:23.544 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
90572026-08-19T20:04:24.576Z[ recovery-image] Aug 19 20:04:23.545 INFO O| Aug 19 20:04:23.545 INFO ok!
90582026-08-19T20:04:24.576Z[ recovery-image] Aug 19 20:04:23.545 INFO O| Aug 19 20:04:23.545 INFO STEP 59 (ensure_file) COMPLETE
90592026-08-19T20:04:24.576Z[ recovery-image] Aug 19 20:04:23.545 INFO O| Aug 19 20:04:23.545 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-19T20:04:24.593Z[ recovery-image] Aug 19 20:04:23.555 INFO O| Aug 19 20:04:23.555 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90612026-08-19T20:04:24.593Z[ recovery-image] Aug 19 20:04:23.555 INFO O| Aug 19 20:04:23.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90622026-08-19T20:04:24.593Z[ recovery-image] Aug 19 20:04:23.555 INFO O| Aug 19 20:04:23.555 INFO STEP 60 (ensure_dir) COMPLETE
90632026-08-19T20:04:24.597Z[ recovery-image] Aug 19 20:04:23.555 INFO O| Aug 19 20:04:23.555 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-19T20:04:24.602Z[ recovery-image] Aug 19 20:04:23.566 INFO O| Aug 19 20:04:23.566 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90652026-08-19T20:04:24.602Z[ recovery-image] Aug 19 20:04:23.566 INFO O| Aug 19 20:04:23.566 INFO copying /tmp/.tmpsPfDDW/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 ...
90662026-08-19T20:04:24.602Z[ recovery-image] Aug 19 20:04:23.566 INFO O| Aug 19 20:04:23.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90672026-08-19T20:04:24.602Z[ recovery-image] Aug 19 20:04:23.566 INFO O| Aug 19 20:04:23.566 INFO ok!
90682026-08-19T20:04:24.602Z[ recovery-image] Aug 19 20:04:23.566 INFO O| Aug 19 20:04:23.566 INFO STEP 61 (ensure_file) COMPLETE
90692026-08-19T20:04:24.602Z[ recovery-image] Aug 19 20:04:23.566 INFO O| Aug 19 20:04:23.566 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-19T20:04:24.608Z[ recovery-image] Aug 19 20:04:23.577 INFO O| Aug 19 20:04:23.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90712026-08-19T20:04:24.608Z[ recovery-image] Aug 19 20:04:23.577 INFO O| Aug 19 20:04:23.577 INFO copying /tmp/.tmpsPfDDW/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 ...
90722026-08-19T20:04:24.608Z[ recovery-image] Aug 19 20:04:23.577 INFO O| Aug 19 20:04:23.577 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
90732026-08-19T20:04:24.611Z[ recovery-image] Aug 19 20:04:23.577 INFO O| Aug 19 20:04:23.577 INFO ok!
90742026-08-19T20:04:24.611Z[ recovery-image] Aug 19 20:04:23.577 INFO O| Aug 19 20:04:23.577 INFO STEP 62 (ensure_file) COMPLETE
90752026-08-19T20:04:24.611Z[ recovery-image] Aug 19 20:04:23.577 INFO O| Aug 19 20:04:23.577 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-19T20:04:24.619Z[ recovery-image] Aug 19 20:04:23.588 INFO O| Aug 19 20:04:23.588 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90772026-08-19T20:04:24.624Z[ recovery-image] Aug 19 20:04:23.588 INFO O| Aug 19 20:04:23.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90782026-08-19T20:04:24.624Z[ recovery-image] Aug 19 20:04:23.588 INFO O| Aug 19 20:04:23.588 INFO STEP 63 (ensure_dir) COMPLETE
90792026-08-19T20:04:24.624Z[ recovery-image] Aug 19 20:04:23.588 INFO O| Aug 19 20:04:23.588 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-08-19T20:04:24.631Z[ recovery-image] Aug 19 20:04:23.599 INFO O| Aug 19 20:04:23.599 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90812026-08-19T20:04:24.631Z[ recovery-image] Aug 19 20:04:23.599 INFO O| Aug 19 20:04:23.599 INFO copying /tmp/.tmpsPfDDW/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 ...
90822026-08-19T20:04:24.631Z[ recovery-image] Aug 19 20:04:23.599 INFO O| Aug 19 20:04:23.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90832026-08-19T20:04:24.634Z[ recovery-image] Aug 19 20:04:23.599 INFO O| Aug 19 20:04:23.599 INFO ok!
90842026-08-19T20:04:24.634Z[ recovery-image] Aug 19 20:04:23.599 INFO O| Aug 19 20:04:23.599 INFO STEP 64 (ensure_file) COMPLETE
90852026-08-19T20:04:24.634Z[ recovery-image] Aug 19 20:04:23.599 INFO O| Aug 19 20:04:23.599 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-19T20:04:24.640Z[ recovery-image] Aug 19 20:04:23.609 INFO O| Aug 19 20:04:23.609 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90872026-08-19T20:04:24.641Z[ recovery-image] Aug 19 20:04:23.609 INFO O| Aug 19 20:04:23.609 INFO copying /tmp/.tmpsPfDDW/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90882026-08-19T20:04:24.645Z[ recovery-image] Aug 19 20:04:23.609 INFO O| Aug 19 20:04:23.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90892026-08-19T20:04:24.645Z[ recovery-image] Aug 19 20:04:23.609 INFO O| Aug 19 20:04:23.609 INFO ok!
90902026-08-19T20:04:24.645Z[ recovery-image] Aug 19 20:04:23.609 INFO O| Aug 19 20:04:23.609 INFO STEP 65 (ensure_file) COMPLETE
90912026-08-19T20:04:24.645Z[ recovery-image] Aug 19 20:04:23.609 INFO O| Aug 19 20:04:23.609 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-19T20:04:24.650Z[ recovery-image] Aug 19 20:04:23.619 INFO O| Aug 19 20:04:23.619 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90932026-08-19T20:04:24.650Z[ recovery-image] Aug 19 20:04:23.619 INFO O| Aug 19 20:04:23.619 INFO STEP 66 (ensure_dir) COMPLETE
90942026-08-19T20:04:24.653Z[ recovery-image] Aug 19 20:04:23.619 INFO O| Aug 19 20:04:23.619 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-08-19T20:04:24.660Z[ recovery-image] Aug 19 20:04:23.629 INFO O| Aug 19 20:04:23.629 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90962026-08-19T20:04:24.660Z[ recovery-image] Aug 19 20:04:23.629 INFO O| Aug 19 20:04:23.629 INFO STEP 67 (ensure_dir) COMPLETE
90972026-08-19T20:04:24.663Z[ recovery-image] Aug 19 20:04:23.629 INFO O| Aug 19 20:04:23.629 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-19T20:04:24.672Z[ recovery-image] Aug 19 20:04:23.641 INFO O| Aug 19 20:04:23.641 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90992026-08-19T20:04:24.672Z[ recovery-image] Aug 19 20:04:23.641 INFO O| Aug 19 20:04:23.641 INFO STEP 68 (ensure_dir) COMPLETE
91002026-08-19T20:04:24.672Z[ recovery-image] Aug 19 20:04:23.641 INFO O| Aug 19 20:04:23.641 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-19T20:04:24.682Z[ recovery-image] Aug 19 20:04:23.652 INFO O| Aug 19 20:04:23.652 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91022026-08-19T20:04:24.683Z[ recovery-image] Aug 19 20:04:23.652 INFO O| Aug 19 20:04:23.652 INFO STEP 69 (ensure_dir) COMPLETE
91032026-08-19T20:04:24.683Z[ recovery-image] Aug 19 20:04:23.652 INFO O| Aug 19 20:04:23.652 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-08-19T20:04:24.693Z[ recovery-image] Aug 19 20:04:23.662 INFO O| Aug 19 20:04:23.662 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91052026-08-19T20:04:24.693Z[ recovery-image] Aug 19 20:04:23.662 INFO O| Aug 19 20:04:23.662 INFO copying /tmp/.tmpsPfDDW/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91062026-08-19T20:04:24.693Z[ recovery-image] Aug 19 20:04:23.662 INFO O| Aug 19 20:04:23.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91072026-08-19T20:04:24.693Z[ recovery-image] Aug 19 20:04:23.662 INFO O| Aug 19 20:04:23.662 INFO ok!
91082026-08-19T20:04:24.693Z[ recovery-image] Aug 19 20:04:23.662 INFO O| Aug 19 20:04:23.662 INFO STEP 70 (ensure_file) COMPLETE
91092026-08-19T20:04:24.693Z[ recovery-image] Aug 19 20:04:23.662 INFO O| Aug 19 20:04:23.662 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-19T20:04:24.704Z[ recovery-image] Aug 19 20:04:23.673 INFO O| Aug 19 20:04:23.673 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91112026-08-19T20:04:24.708Z[ recovery-image] Aug 19 20:04:23.674 INFO O| Aug 19 20:04:23.674 INFO STEP 71 (remove_files) COMPLETE
91122026-08-19T20:04:24.708Z[ recovery-image] Aug 19 20:04:23.674 INFO O| Aug 19 20:04:23.674 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-19T20:04:24.717Z[ recovery-image] Aug 19 20:04:23.687 INFO O| Aug 19 20:04:23.687 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91142026-08-19T20:04:24.717Z[ recovery-image] Aug 19 20:04:23.687 INFO O| Aug 19 20:04:23.687 INFO STEP 72 (remove_files) COMPLETE
91152026-08-19T20:04:24.717Z[ recovery-image] Aug 19 20:04:23.687 INFO O| Aug 19 20:04:23.687 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-19T20:04:24.728Z[ recovery-image] Aug 19 20:04:23.698 INFO O| Aug 19 20:04:23.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91172026-08-19T20:04:24.728Z[ recovery-image] Aug 19 20:04:23.698 INFO O| Aug 19 20:04:23.698 INFO STEP 73 (remove_files) COMPLETE
91182026-08-19T20:04:24.732Z[ recovery-image] Aug 19 20:04:23.698 INFO O| Aug 19 20:04:23.698 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-19T20:04:24.740Z[ recovery-image] Aug 19 20:04:23.709 INFO O| Aug 19 20:04:23.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91202026-08-19T20:04:24.740Z[ recovery-image] Aug 19 20:04:23.709 INFO O| Aug 19 20:04:23.709 INFO STEP 74 (remove_files) COMPLETE
91212026-08-19T20:04:24.743Z[ recovery-image] Aug 19 20:04:23.709 INFO O| Aug 19 20:04:23.709 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-19T20:04:24.752Z[ recovery-image] Aug 19 20:04:23.721 INFO O| Aug 19 20:04:23.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91232026-08-19T20:04:24.752Z[ recovery-image] Aug 19 20:04:23.721 INFO O| Aug 19 20:04:23.721 INFO STEP 75 (remove_files) COMPLETE
91242026-08-19T20:04:24.752Z[ recovery-image] Aug 19 20:04:23.721 INFO O| Aug 19 20:04:23.721 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-19T20:04:24.763Z[ recovery-image] Aug 19 20:04:23.732 INFO O| Aug 19 20:04:23.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91262026-08-19T20:04:24.763Z[ recovery-image] Aug 19 20:04:23.732 INFO O| Aug 19 20:04:23.732 INFO STEP 76 (remove_files) COMPLETE
91272026-08-19T20:04:24.766Z[ recovery-image] Aug 19 20:04:23.732 INFO O| Aug 19 20:04:23.732 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-19T20:04:24.773Z[ recovery-image] Aug 19 20:04:23.742 INFO O| Aug 19 20:04:23.742 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91292026-08-19T20:04:24.777Z[ recovery-image] Aug 19 20:04:23.745 INFO O| Aug 19 20:04:23.742 INFO STEP 77 (remove_files) COMPLETE
91302026-08-19T20:04:24.777Z[ recovery-image] Aug 19 20:04:23.745 INFO O| Aug 19 20:04:23.742 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-19T20:04:24.785Z[ recovery-image] Aug 19 20:04:23.752 INFO O| Aug 19 20:04:23.752 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91322026-08-19T20:04:24.785Z[ recovery-image] Aug 19 20:04:23.752 INFO O| Aug 19 20:04:23.752 INFO STEP 78 (remove_files) COMPLETE
91332026-08-19T20:04:24.790Z[ recovery-image] Aug 19 20:04:23.752 INFO O| Aug 19 20:04:23.752 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-19T20:04:24.793Z[ recovery-image] Aug 19 20:04:23.762 INFO O| Aug 19 20:04:23.762 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91352026-08-19T20:04:24.793Z[ recovery-image] Aug 19 20:04:23.762 INFO O| Aug 19 20:04:23.762 INFO STEP 79 (remove_files) COMPLETE
91362026-08-19T20:04:24.793Z[ recovery-image] Aug 19 20:04:23.762 INFO O| Aug 19 20:04:23.762 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-19T20:04:24.802Z[ recovery-image] Aug 19 20:04:23.771 INFO O| Aug 19 20:04:23.771 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91382026-08-19T20:04:24.802Z[ recovery-image] Aug 19 20:04:23.771 INFO O| Aug 19 20:04:23.771 INFO STEP 80 (remove_files) COMPLETE
91392026-08-19T20:04:24.802Z[ recovery-image] Aug 19 20:04:23.771 INFO O| Aug 19 20:04:23.771 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-19T20:04:24.812Z[ recovery-image] Aug 19 20:04:23.781 INFO O| Aug 19 20:04:23.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91412026-08-19T20:04:24.812Z[ recovery-image] Aug 19 20:04:23.781 INFO O| Aug 19 20:04:23.781 INFO STEP 81 (remove_files) COMPLETE
91422026-08-19T20:04:24.815Z[ recovery-image] Aug 19 20:04:23.781 INFO O| Aug 19 20:04:23.781 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-19T20:04:24.822Z[ recovery-image] Aug 19 20:04:23.791 INFO O| Aug 19 20:04:23.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91442026-08-19T20:04:24.822Z[ recovery-image] Aug 19 20:04:23.791 INFO O| Aug 19 20:04:23.791 INFO STEP 82 (remove_files) COMPLETE
91452026-08-19T20:04:24.822Z[ recovery-image] Aug 19 20:04:23.791 INFO O| Aug 19 20:04:23.791 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-19T20:04:24.832Z[ recovery-image] Aug 19 20:04:23.801 INFO O| Aug 19 20:04:23.801 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91472026-08-19T20:04:24.832Z[ recovery-image] Aug 19 20:04:23.801 INFO O| Aug 19 20:04:23.801 INFO STEP 83 (remove_files) COMPLETE
91482026-08-19T20:04:24.832Z[ recovery-image] Aug 19 20:04:23.801 INFO O| Aug 19 20:04:23.801 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-19T20:04:24.842Z[ recovery-image] Aug 19 20:04:23.811 INFO O| Aug 19 20:04:23.811 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91502026-08-19T20:04:24.842Z[ recovery-image] Aug 19 20:04:23.811 INFO O| Aug 19 20:04:23.811 INFO STEP 84 (remove_files) COMPLETE
91512026-08-19T20:04:24.845Z[ recovery-image] Aug 19 20:04:23.811 INFO O| Aug 19 20:04:23.811 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-19T20:04:24.852Z[ recovery-image] Aug 19 20:04:23.820 INFO O| Aug 19 20:04:23.820 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91532026-08-19T20:04:24.852Z[ recovery-image] Aug 19 20:04:23.820 INFO O| Aug 19 20:04:23.820 INFO STEP 85 (remove_files) COMPLETE
91542026-08-19T20:04:24.855Z[ recovery-image] Aug 19 20:04:23.820 INFO O| Aug 19 20:04:23.820 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-19T20:04:24.859Z[ recovery-image] Aug 19 20:04:23.829 INFO O| Aug 19 20:04:23.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91562026-08-19T20:04:24.859Z[ recovery-image] Aug 19 20:04:23.829 INFO O| Aug 19 20:04:23.829 INFO STEP 86 (remove_files) COMPLETE
91572026-08-19T20:04:24.859Z[ recovery-image] Aug 19 20:04:23.829 INFO O| Aug 19 20:04:23.829 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-19T20:04:24.867Z[ recovery-image] Aug 19 20:04:23.837 INFO O| Aug 19 20:04:23.837 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91592026-08-19T20:04:24.867Z[ recovery-image] Aug 19 20:04:23.837 INFO O| Aug 19 20:04:23.837 INFO STEP 87 (remove_files) COMPLETE
91602026-08-19T20:04:24.868Z[ recovery-image] Aug 19 20:04:23.837 INFO O| Aug 19 20:04:23.837 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-19T20:04:24.877Z[ recovery-image] Aug 19 20:04:23.846 INFO O| Aug 19 20:04:23.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91622026-08-19T20:04:24.877Z[ recovery-image] Aug 19 20:04:23.846 INFO O| Aug 19 20:04:23.846 INFO STEP 88 (remove_files) COMPLETE
91632026-08-19T20:04:24.880Z[ recovery-image] Aug 19 20:04:23.846 INFO O| Aug 19 20:04:23.846 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-19T20:04:24.886Z[ recovery-image] Aug 19 20:04:23.855 INFO O| Aug 19 20:04:23.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91652026-08-19T20:04:24.886Z[ recovery-image] Aug 19 20:04:23.855 INFO O| Aug 19 20:04:23.855 INFO STEP 89 (remove_files) COMPLETE
91662026-08-19T20:04:24.889Z[ recovery-image] Aug 19 20:04:23.855 INFO O| Aug 19 20:04:23.855 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-19T20:04:24.896Z[ recovery-image] Aug 19 20:04:23.865 INFO O| Aug 19 20:04:23.865 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91682026-08-19T20:04:24.896Z[ recovery-image] Aug 19 20:04:23.865 INFO O| Aug 19 20:04:23.865 INFO STEP 90 (remove_files) COMPLETE
91692026-08-19T20:04:24.899Z[ recovery-image] Aug 19 20:04:23.865 INFO O| Aug 19 20:04:23.865 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-19T20:04:24.905Z[ recovery-image] Aug 19 20:04:23.874 INFO O| Aug 19 20:04:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91712026-08-19T20:04:24.905Z[ recovery-image] Aug 19 20:04:23.874 INFO O| Aug 19 20:04:23.874 INFO STEP 91 (remove_files) COMPLETE
91722026-08-19T20:04:24.908Z[ recovery-image] Aug 19 20:04:23.874 INFO O| Aug 19 20:04:23.874 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-19T20:04:24.915Z[ recovery-image] Aug 19 20:04:23.884 INFO O| Aug 19 20:04:23.884 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91742026-08-19T20:04:24.915Z[ recovery-image] Aug 19 20:04:23.884 INFO O| Aug 19 20:04:23.884 INFO STEP 92 (remove_files) COMPLETE
91752026-08-19T20:04:24.915Z[ recovery-image] Aug 19 20:04:23.884 INFO O| Aug 19 20:04:23.884 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-19T20:04:24.923Z[ recovery-image] Aug 19 20:04:23.892 INFO O| Aug 19 20:04:23.892 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91772026-08-19T20:04:24.923Z[ recovery-image] Aug 19 20:04:23.892 INFO O| Aug 19 20:04:23.892 INFO STEP 93 (remove_files) COMPLETE
91782026-08-19T20:04:24.923Z[ recovery-image] Aug 19 20:04:23.892 INFO O| Aug 19 20:04:23.892 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-19T20:04:24.932Z[ recovery-image] Aug 19 20:04:23.901 INFO O| Aug 19 20:04:23.901 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91802026-08-19T20:04:24.932Z[ recovery-image] Aug 19 20:04:23.901 INFO O| Aug 19 20:04:23.901 INFO STEP 94 (remove_files) COMPLETE
91812026-08-19T20:04:24.932Z[ recovery-image] Aug 19 20:04:23.901 INFO O| Aug 19 20:04:23.901 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-19T20:04:24.942Z[ recovery-image] Aug 19 20:04:23.911 INFO O| Aug 19 20:04:23.911 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91832026-08-19T20:04:24.942Z[ recovery-image] Aug 19 20:04:23.911 INFO O| Aug 19 20:04:23.911 INFO STEP 95 (remove_files) COMPLETE
91842026-08-19T20:04:24.942Z[ recovery-image] Aug 19 20:04:23.911 INFO O| Aug 19 20:04:23.911 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-19T20:04:24.951Z[ recovery-image] Aug 19 20:04:23.920 INFO O| Aug 19 20:04:23.920 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91862026-08-19T20:04:24.951Z[ recovery-image] Aug 19 20:04:23.920 INFO O| Aug 19 20:04:23.920 INFO STEP 96 (remove_files) COMPLETE
91872026-08-19T20:04:24.951Z[ recovery-image] Aug 19 20:04:23.920 INFO O| Aug 19 20:04:23.920 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-19T20:04:24.963Z[ recovery-image] Aug 19 20:04:23.932 INFO O| Aug 19 20:04:23.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91892026-08-19T20:04:24.963Z[ recovery-image] Aug 19 20:04:23.932 INFO O| Aug 19 20:04:23.932 INFO STEP 97 (remove_files) COMPLETE
91902026-08-19T20:04:24.963Z[ recovery-image] Aug 19 20:04:23.932 INFO O| Aug 19 20:04:23.932 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-19T20:04:24.973Z[ recovery-image] Aug 19 20:04:23.942 INFO O| Aug 19 20:04:23.942 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91922026-08-19T20:04:24.973Z[ recovery-image] Aug 19 20:04:23.943 INFO O| Aug 19 20:04:23.943 INFO STEP 98 (remove_files) COMPLETE
91932026-08-19T20:04:24.976Z[ recovery-image] Aug 19 20:04:23.943 INFO O| Aug 19 20:04:23.943 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-19T20:04:24.986Z[ recovery-image] Aug 19 20:04:23.953 INFO O| Aug 19 20:04:23.953 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91952026-08-19T20:04:24.986Z[ recovery-image] Aug 19 20:04:23.953 INFO O| Aug 19 20:04:23.953 INFO STEP 99 (remove_files) COMPLETE
91962026-08-19T20:04:24.986Z[ recovery-image] Aug 19 20:04:23.953 INFO O| Aug 19 20:04:23.953 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91972026-08-19T20:04:24.998Z[ recovery-image] Aug 19 20:04:23.968 INFO O| Aug 19 20:04:23.968 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91982026-08-19T20:04:24.999Z[ recovery-image] Aug 19 20:04:23.968 INFO O| Aug 19 20:04:23.968 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91992026-08-19T20:04:29.754Z[ recovery-image] Aug 19 20:04:28.709 INFO O| Aug 19 20:04:28.709 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
92002026-08-19T20:04:29.754Z[ recovery-image] Aug 19 20:04:28.709 INFO O| Aug 19 20:04:28.709 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92012026-08-19T20:04:29.758Z[ recovery-image] Aug 19 20:04:28.725 INFO O| Aug 19 20:04:28.725 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92022026-08-19T20:04:29.861Z[ recovery-image] Aug 19 20:04:28.828 INFO O| Aug 19 20:04:28.828 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92032026-08-19T20:04:29.931Z[ recovery-image] Aug 19 20:04:28.887 INFO O| Aug 19 20:04:28.887 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
92042026-08-19T20:04:29.989Z[ recovery-image] Aug 19 20:04:28.958 INFO O| Aug 19 20:04:28.958 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92052026-08-19T20:04:29.989Z[ recovery-image] Aug 19 20:04:28.958 INFO O| Aug 19 20:04:28.958 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 ...
92062026-08-19T20:04:29.993Z[ recovery-image] Aug 19 20:04:28.960 INFO O| Aug 19 20:04:28.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92072026-08-19T20:04:29.993Z[ recovery-image] Aug 19 20:04:28.960 INFO O| Aug 19 20:04:28.960 INFO ok!
92082026-08-19T20:04:29.993Z[ recovery-image] Aug 19 20:04:28.960 INFO O| Aug 19 20:04:28.960 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92092026-08-19T20:04:29.993Z[ recovery-image] Aug 19 20:04:28.960 INFO O| Aug 19 20:04:28.960 INFO STEP 100 (seed_smf) COMPLETE
92102026-08-19T20:04:29.993Z[ recovery-image] Aug 19 20:04:28.960 INFO O| Aug 19 20:04:28.960 INFO steps complete; finalising image!
92112026-08-19T20:04:29.993Z[ recovery-image] Aug 19 20:04:28.960 INFO O| Aug 19 20:04:28.960 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92122026-08-19T20:04:30.054Z[ recovery-image] Aug 19 20:04:29.022 INFO O| Aug 19 20:04:29.022 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 19 20:04:28 2026)
92132026-08-19T20:04:30.180Z[verify-libraries] Compiling oso v0.27.3
92142026-08-19T20:04:30.265Z[ recovery-image] Aug 19 20:04:29.229 INFO O| Aug 19 20:04:29.229 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Wed Aug 19 20:04:28 2026)
92152026-08-19T20:04:30.468Z[ recovery-image] Aug 19 20:04:29.435 INFO O| Aug 19 20:04:29.435 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
92162026-08-19T20:04:30.673Z[ recovery-image] Aug 19 20:04:29.641 INFO O| Aug 19 20:04:29.641 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
92172026-08-19T20:04:30.880Z[ recovery-image] Aug 19 20:04:29.848 INFO O| Aug 19 20:04:29.848 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
92182026-08-19T20:04:31.086Z[ recovery-image] Aug 19 20:04:30.054 INFO O| Aug 19 20:04:30.054 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
92192026-08-19T20:04:31.291Z[ recovery-image] Aug 19 20:04:30.260 INFO O| Aug 19 20:04:30.260 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
92202026-08-19T20:04:31.497Z[ recovery-image] Aug 19 20:04:30.466 INFO O| Aug 19 20:04:30.466 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
92212026-08-19T20:04:31.703Z[ recovery-image] Aug 19 20:04:30.672 INFO O| Aug 19 20:04:30.672 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
92222026-08-19T20:04:31.751Z[ host-image] Aug 19 20:04:30.719 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24192:20260819T161730Z
92232026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.719 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24192:20260819T161730Z
92242026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.719 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92252026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.719 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92262026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92272026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92282026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92292026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92302026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260819T194538Z
92312026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92322026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92332026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.720 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24192:20260819T161730Z
92342026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.721 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24192:20260819T161730Z
92352026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.721 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24192:20260819T161730Z
92362026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.721 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24192:20260819T161731Z
92372026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.721 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92382026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.721 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24192:20260819T161731Z
92392026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24192:20260819T161731Z
92402026-08-19T20:04:31.755Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24192:20260819T161731Z
92412026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24192:20260819T161731Z
92422026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24192:20260819T161731Z
92432026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24192:20260819T161731Z
92442026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24192:20260819T161731Z
92452026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24192:20260819T161731Z
92462026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24192:20260819T161732Z
92472026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24192:20260819T161732Z
92482026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24192:20260819T161732Z
92492026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24192:20260819T161732Z
92502026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24192:20260819T161733Z
92512026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24192:20260819T161733Z
92522026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24192:20260819T161734Z
92532026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92542026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24192:20260819T161734Z
92552026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24192:20260819T161735Z
92562026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24192:20260819T161735Z
92572026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24192:20260819T161735Z
92582026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.722 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24192:20260819T161736Z
92592026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.723 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24192:20260819T161736Z
92602026-08-19T20:04:31.756Z[ host-image] Aug 19 20:04:30.723 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24192:20260819T161736Z
92612026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92622026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24192:20260819T161736Z
92632026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92642026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92652026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92662026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92672026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24192:20260819T161737Z
92682026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92692026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92702026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92712026-08-19T20:04:31.760Z[ host-image] Aug 19 20:04:30.726 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92722026-08-19T20:04:31.764Z[ host-image] Aug 19 20:04:30.730 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92732026-08-19T20:04:31.764Z[ host-image] Aug 19 20:04:30.730 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92742026-08-19T20:04:31.764Z[ host-image] Aug 19 20:04:30.730 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92752026-08-19T20:04:31.764Z[ host-image] Aug 19 20:04:30.730 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92762026-08-19T20:04:31.764Z[ host-image] Aug 19 20:04:30.730 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92772026-08-19T20:04:31.764Z[ host-image] Aug 19 20:04:30.730 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92782026-08-19T20:04:31.773Z[ host-image] Aug 19 20:04:30.742 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92792026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.742 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92802026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.742 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92812026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.742 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24192:20260819T161737Z
92822026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.742 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24192:20260819T161740Z
92832026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92842026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24192:20260819T161740Z
92852026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92862026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92872026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92882026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92892026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24192:20260819T161740Z
92902026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.743 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92912026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.744 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92922026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.744 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92932026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.744 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92942026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.744 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24192:20260819T161740Z
92952026-08-19T20:04:31.777Z[ host-image] Aug 19 20:04:30.744 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92962026-08-19T20:04:31.781Z[ host-image] Aug 19 20:04:30.748 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92972026-08-19T20:04:31.781Z[ host-image] Aug 19 20:04:30.748 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24192:20260819T161741Z
92982026-08-19T20:04:31.781Z[ host-image] Aug 19 20:04:30.748 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24192:20260819T161741Z
92992026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.749 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24192:20260819T161741Z
93002026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.749 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93012026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.749 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24192:20260819T161741Z
93022026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.749 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24192:20260819T161742Z
93032026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.749 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24192:20260819T161742Z
93042026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.749 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24192:20260819T161742Z
93052026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.750 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93062026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.750 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24192:20260819T161742Z
93072026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.750 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24192:20260819T161742Z
93082026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.750 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93092026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.750 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24192:20260819T161742Z
93102026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.750 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24192:20260819T161743Z
93112026-08-19T20:04:31.782Z[ host-image] Aug 19 20:04:30.750 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24192:20260819T161743Z
93122026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.751 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24192:20260819T161743Z
93132026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.753 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24192:20260819T161743Z
93142026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.753 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93152026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.753 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24192:20260819T161743Z
93162026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.753 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24192:20260819T161743Z
93172026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.754 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24192:20260819T161743Z
93182026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.754 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24192:20260819T161743Z
93192026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.754 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24192:20260819T161743Z
93202026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.754 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24192:20260819T161743Z
93212026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.754 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24192:20260819T161743Z
93222026-08-19T20:04:31.786Z[ host-image] Aug 19 20:04:30.754 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24192:20260819T161744Z
93232026-08-19T20:04:31.789Z[ host-image] Aug 19 20:04:30.757 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24192:20260819T161744Z
93242026-08-19T20:04:31.789Z[ host-image] Aug 19 20:04:30.757 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24192:20260819T161744Z
93252026-08-19T20:04:31.789Z[ host-image] Aug 19 20:04:30.757 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24192:20260819T161744Z
93262026-08-19T20:04:31.789Z[ host-image] Aug 19 20:04:30.758 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24192:20260819T161744Z
93272026-08-19T20:04:31.789Z[ host-image] Aug 19 20:04:30.758 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24192:20260819T161744Z
93282026-08-19T20:04:31.795Z[ host-image] Aug 19 20:04:30.764 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24192:20260819T161745Z
93292026-08-19T20:04:31.795Z[ host-image] Aug 19 20:04:30.764 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24192:20260819T161744Z
93302026-08-19T20:04:31.798Z[ host-image] Aug 19 20:04:30.764 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24192:20260819T161744Z
93312026-08-19T20:04:31.799Z[ host-image] Aug 19 20:04:30.764 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93322026-08-19T20:04:31.799Z[ host-image] Aug 19 20:04:30.764 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93332026-08-19T20:04:31.803Z[ host-image] Aug 19 20:04:30.772 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24192:20260819T161744Z
93342026-08-19T20:04:31.803Z[ host-image] Aug 19 20:04:30.772 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93352026-08-19T20:04:31.807Z[ host-image] Aug 19 20:04:30.772 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24192:20260819T161744Z
93362026-08-19T20:04:31.807Z[ host-image] Aug 19 20:04:30.772 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24192:20260819T161744Z
93372026-08-19T20:04:31.807Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24192:20260819T161745Z
93382026-08-19T20:04:31.807Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93392026-08-19T20:04:31.807Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93402026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24192:20260819T161745Z
93412026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24192:20260819T161745Z
93422026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24192:20260819T161745Z
93432026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24192:20260819T161745Z
93442026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24192:20260819T161745Z
93452026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.773 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24192:20260819T161745Z
93462026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.774 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93472026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.774 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24192:20260819T161746Z
93482026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.774 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24192:20260819T161746Z
93492026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.774 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24192:20260819T161746Z
93502026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.774 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24192:20260819T161746Z
93512026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24192:20260819T161746Z
93522026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24192:20260819T161746Z
93532026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93542026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93552026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24192:20260819T161747Z
93562026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24192:20260819T161748Z
93572026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93582026-08-19T20:04:31.808Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93592026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93602026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93612026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.775 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93622026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.776 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93632026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.776 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93642026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.776 INFO O| tempdir @ "/tmp/.tmpajy3ES/tmp"
93652026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.776 INFO O| image root @ "/tmp/.tmpajy3ES/tmp/root"
93662026-08-19T20:04:31.812Z[ host-image] Aug 19 20:04:30.776 INFO O| creating image...
93672026-08-19T20:04:31.909Z[ recovery-image] Aug 19 20:04:30.878 INFO O| Aug 19 20:04:30.877 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Aug 19 20:04:28 2026)
93682026-08-19T20:04:35.153Z[ recovery-image] Aug 19 20:04:34.117 INFO O| Aug 19 20:04:34.115 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Aug 19 20:04:28 2026)
93692026-08-19T20:04:35.368Z[ recovery-image] Aug 19 20:04:34.337 INFO O| Aug 19 20:04:34.336 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
93702026-08-19T20:04:35.368Z[ recovery-image] Aug 19 20:04:34.337 INFO O| Aug 19 20:04:34.336 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93712026-08-19T20:04:36.192Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93722026-08-19T20:04:36.810Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93732026-08-19T20:04:39.137Z[ recovery-image] Aug 19 20:04:38.100 INFO O| Aug 19 20:04:38.100 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
93742026-08-19T20:04:39.137Z[ recovery-image] Aug 19 20:04:38.100 INFO O| Aug 19 20:04:38.100 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93752026-08-19T20:04:39.862Z[ host-image] Aug 19 20:04:38.831 INFO O| copying publishers...
93762026-08-19T20:04:41.652Z[ recovery-image] Aug 19 20:04:40.621 INFO O| Aug 19 20:04:40.621 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93772026-08-19T20:04:41.652Z[ recovery-image] Aug 19 20:04:40.621 INFO O| Aug 19 20:04:40.621 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93782026-08-19T20:04:41.656Z[ recovery-image] Aug 19 20:04:40.621 INFO O| Aug 19 20:04:40.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93792026-08-19T20:04:41.656Z[ recovery-image] Aug 19 20:04:40.621 INFO O| Aug 19 20:04:40.621 INFO completed processing sled/zfs-recovery
93802026-08-19T20:04:41.656Z[ recovery-image] Aug 19 20:04:40.621 INFO O| Aug 19 20:04:40.621 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93812026-08-19T20:04:43.988Z[ host-image] Aug 19 20:04:42.956 INFO O| adding properties...
93822026-08-19T20:04:47.409Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93832026-08-19T20:04:48.168Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93842026-08-19T20:04:48.256Z[ recovery-image] Aug 19 20:04:47.225 INFO O| Aug 19 20:04:47.225 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93852026-08-19T20:04:48.337Z[ host-image] Aug 19 20:04:47.299 INFO O| installing packages...
93862026-08-19T20:04:49.195Z[ recovery-image] Aug 19 20:04:48.163 INFO BUILD STRING "heads/stlouis-0-g5ffff4b86e\n"
93872026-08-19T20:04:49.199Z[ recovery-image] Aug 19 20:04:48.163 INFO expanded image name: "recovery 303d447/${os_short_commit} 2026-08-19 19:45" -> "recovery 303d447/5ffff4b 2026-08-19 19:45"
93882026-08-19T20:04:49.199Z[ recovery-image] Aug 19 20:04:48.163 INFO output artefacts stored in: "/work/os-recovery"
93892026-08-19T20:04:49.199Z[ recovery-image] Aug 19 20:04:48.163 INFO collecting git info from project "pilot"...
93902026-08-19T20:04:49.205Z[ recovery-image] Aug 19 20:04:48.174 INFO collecting git info from project "dmar-report"...
93912026-08-19T20:04:49.217Z[ recovery-image] Aug 19 20:04:48.185 INFO collecting git info from project "chelsio-t6-roms"...
93922026-08-19T20:04:49.236Z[ recovery-image] Aug 19 20:04:48.203 INFO collecting git info from project "amd-firmware"...
93932026-08-19T20:04:49.744Z[ recovery-image] Aug 19 20:04:48.689 INFO collecting git info from project "image-builder"...
93942026-08-19T20:04:49.747Z[ recovery-image] Aug 19 20:04:48.696 INFO collecting git info from project "amd-host-image-builder"...
93952026-08-19T20:04:49.781Z[ recovery-image] Aug 19 20:04:48.750 INFO collecting git info from project "phbl"...
93962026-08-19T20:04:49.802Z[ recovery-image] Aug 19 20:04:48.771 INFO collecting git info from project "bootserver"...
93972026-08-19T20:04:49.907Z[ recovery-image] Aug 19 20:04:48.869 INFO collecting git info from project "pinprick"...
93982026-08-19T20:04:49.947Z[ recovery-image] Aug 19 20:04:48.909 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93992026-08-19T20:04:50.396Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94002026-08-19T20:04:50.432Z[ recovery-image] Aug 19 20:04:49.401 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94012026-08-19T20:04:50.819Z[ recovery-image] Aug 19 20:04:49.788 INFO creating Oxide boot image...
94022026-08-19T20:04:50.819Z[ recovery-image] Aug 19 20:04:49.788 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 303d447/5ffff4b 2026-08-19 19:45", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94032026-08-19T20:04:52.819Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94042026-08-19T20:04:53.225Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94052026-08-19T20:04:53.357Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94062026-08-19T20:04:57.413Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94072026-08-19T20:04:58.056Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94082026-08-19T20:04:59.941Z[ host-image] Aug 19 20:04:58.909 INFO O| seeding SMF database...
94092026-08-19T20:05:00.010Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94102026-08-19T20:05:04.900Z[ host-image] Aug 19 20:05:03.867 INFO O| configuring SMF profile...
94112026-08-19T20:05:04.900Z[ host-image] Aug 19 20:05:03.867 INFO O| modifying shadow(5)...
94122026-08-19T20:05:04.900Z[ host-image] Aug 19 20:05:03.867 INFO O| loading user and group database...
94132026-08-19T20:05:04.906Z[ host-image] Aug 19 20:05:03.867 INFO O| loading facet selections...
94142026-08-19T20:05:05.324Z[ host-image] Aug 19 20:05:04.291 INFO O| devel -> true
94152026-08-19T20:05:05.324Z[ host-image] Aug 19 20:05:04.291 INFO O| doc.man -> true
94162026-08-19T20:05:05.324Z[ host-image] Aug 19 20:05:04.291 INFO O| version-lock.shell/ksh93 -> true
94172026-08-19T20:05:05.327Z[ host-image] Aug 19 20:05:04.291 INFO O| version-lock.system/data/hardware-registry -> true
94182026-08-19T20:05:05.328Z[ host-image] Aug 19 20:05:04.291 INFO O| version-lock.system/data/zoneinfo -> true
94192026-08-19T20:05:05.328Z[ host-image] Aug 19 20:05:04.291 INFO O| version-lock.system/microcode/amd -> true
94202026-08-19T20:05:05.328Z[ host-image] Aug 19 20:05:04.291 INFO O| version-lock.system/microcode/intel -> true
94212026-08-19T20:05:05.328Z[ host-image] Aug 19 20:05:04.291 INFO O| version-lock.system/microcode/oxide -> true
94222026-08-19T20:05:05.328Z[ host-image] Aug 19 20:05:04.291 INFO O| assessing packaged files...
94232026-08-19T20:05:07.128Z[ host-image] Aug 19 20:05:06.096 INFO O| creating archive...
94242026-08-19T20:05:07.149Z[ host-image] Aug 19 20:05:06.117 INFO O| missing from packaging:
94252026-08-19T20:05:07.149Z[ host-image] Aug 19 20:05:06.118 INFO O| "etc/.pwd.lock"
94262026-08-19T20:05:07.152Z[ host-image] Aug 19 20:05:06.118 INFO O| "etc/bash"
94272026-08-19T20:05:07.156Z[ host-image] Aug 19 20:05:06.122 INFO O| "etc/svc/profile/generic.xml"
94282026-08-19T20:05:07.156Z[ host-image] Aug 19 20:05:06.122 INFO O| "etc/svc/profile/inetd_services.xml"
94292026-08-19T20:05:07.156Z[ host-image] Aug 19 20:05:06.122 INFO O| "etc/svc/profile/name_service.xml"
94302026-08-19T20:05:07.156Z[ host-image] Aug 19 20:05:06.122 INFO O| "etc/svc/profile/platform.xml"
94312026-08-19T20:05:07.156Z[ host-image] Aug 19 20:05:06.122 INFO O| "etc/svc/profile/platform_omicron1.xml"
94322026-08-19T20:05:07.156Z[ host-image] Aug 19 20:05:06.122 INFO O| "etc/svc/repository.db"
94332026-08-19T20:05:07.161Z[ host-image] Aug 19 20:05:06.130 INFO O| "opt/ooce/share"
94342026-08-19T20:05:07.161Z[ host-image] Aug 19 20:05:06.130 INFO O| "opt/ooce/share/man"
94352026-08-19T20:05:07.161Z[ host-image] Aug 19 20:05:06.130 INFO O| "opt/ooce/share/man/man1"
94362026-08-19T20:05:07.171Z[ host-image] Aug 19 20:05:06.139 INFO O| finishing archive...
94372026-08-19T20:05:07.174Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94382026-08-19T20:05:09.214Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94392026-08-19T20:05:09.593Z[ host-image] Aug 19 20:05:08.561 INFO O| creating gzonly manifest...
94402026-08-19T20:05:09.599Z[ host-image] Aug 19 20:05:08.568 INFO O| ok
94412026-08-19T20:05:09.701Z[ host-image] Aug 19 20:05:08.669 INFO image builder template: ramdisk-02-trim...
94422026-08-19T20:05:09.701Z[ host-image] Aug 19 20:05:08.669 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/.tmpsPfDDW/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94432026-08-19T20:05:09.719Z[ host-image] Aug 19 20:05:08.688 INFO O| Aug 19 20:05:08.688 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94442026-08-19T20:05:09.724Z[ host-image] Aug 19 20:05:08.692 INFO O| Aug 19 20:05:08.692 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94452026-08-19T20:05:11.002Z[ host-image] Aug 19 20:05:09.971 INFO O| Aug 19 20:05:09.971 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94462026-08-19T20:05:11.184Z[ host-image] Aug 19 20:05:10.153 INFO O| Aug 19 20:05:10.153 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94472026-08-19T20:05:11.184Z[ host-image] Aug 19 20:05:10.153 INFO O| Aug 19 20:05:10.153 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94482026-08-19T20:05:11.188Z[ host-image] Aug 19 20:05:10.157 INFO O| Aug 19 20:05:10.157 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94492026-08-19T20:05:11.192Z[ host-image] Aug 19 20:05:10.161 INFO O| Aug 19 20:05:10.161 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94502026-08-19T20:05:11.198Z[ host-image] Aug 19 20:05:10.166 INFO O| Aug 19 20:05:10.166 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94512026-08-19T20:05:11.557Z[ host-image] Aug 19 20:05:10.525 INFO O| Aug 19 20:05:10.525 INFO rolled back to input snapshot; work may begin
94522026-08-19T20:05:11.557Z[ host-image] Aug 19 20:05:10.525 INFO O| Aug 19 20:05:10.525 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94532026-08-19T20:05:11.562Z[ host-image] Aug 19 20:05:10.530 INFO O| Aug 19 20:05:10.530 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-19T20:05:11.571Z[ host-image] Aug 19 20:05:10.540 INFO O| Aug 19 20:05:10.540 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94552026-08-19T20:05:11.614Z[ host-image] Aug 19 20:05:10.582 INFO O| Aug 19 20:05:10.582 INFO STEP 0 (remove_files) COMPLETE
94562026-08-19T20:05:11.614Z[ host-image] Aug 19 20:05:10.582 INFO O| Aug 19 20:05:10.582 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-19T20:05:11.625Z[ host-image] Aug 19 20:05:10.593 INFO O| Aug 19 20:05:10.593 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94582026-08-19T20:05:11.629Z[ host-image] Aug 19 20:05:10.594 INFO O| Aug 19 20:05:10.594 INFO STEP 1 (remove_files) COMPLETE
94592026-08-19T20:05:11.629Z[ host-image] Aug 19 20:05:10.594 INFO O| Aug 19 20:05:10.594 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-19T20:05:11.635Z[ host-image] Aug 19 20:05:10.604 INFO O| Aug 19 20:05:10.604 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94612026-08-19T20:05:11.649Z[ host-image] Aug 19 20:05:10.618 INFO O| Aug 19 20:05:10.618 INFO STEP 2 (remove_files) COMPLETE
94622026-08-19T20:05:11.652Z[ host-image] Aug 19 20:05:10.618 INFO O| Aug 19 20:05:10.618 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-19T20:05:11.660Z[ host-image] Aug 19 20:05:10.627 INFO O| Aug 19 20:05:10.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94642026-08-19T20:05:11.663Z[ host-image] Aug 19 20:05:10.629 INFO O| Aug 19 20:05:10.629 INFO STEP 3 (remove_files) COMPLETE
94652026-08-19T20:05:11.663Z[ host-image] Aug 19 20:05:10.629 INFO O| Aug 19 20:05:10.629 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-19T20:05:11.668Z[ host-image] Aug 19 20:05:10.637 INFO O| Aug 19 20:05:10.637 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94672026-08-19T20:05:11.672Z[ host-image] Aug 19 20:05:10.640 INFO O| Aug 19 20:05:10.640 INFO STEP 4 (remove_files) COMPLETE
94682026-08-19T20:05:11.672Z[ host-image] Aug 19 20:05:10.640 INFO O| Aug 19 20:05:10.640 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-19T20:05:11.680Z[ host-image] Aug 19 20:05:10.648 INFO O| Aug 19 20:05:10.648 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94702026-08-19T20:05:11.683Z[ host-image] Aug 19 20:05:10.650 INFO O| Aug 19 20:05:10.650 INFO STEP 5 (remove_files) COMPLETE
94712026-08-19T20:05:11.683Z[ host-image] Aug 19 20:05:10.650 INFO O| Aug 19 20:05:10.650 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-08-19T20:05:11.692Z[ host-image] Aug 19 20:05:10.660 INFO O| Aug 19 20:05:10.660 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94732026-08-19T20:05:11.701Z[ host-image] Aug 19 20:05:10.670 INFO O| Aug 19 20:05:10.670 INFO STEP 6 (remove_files) COMPLETE
94742026-08-19T20:05:11.705Z[ host-image] Aug 19 20:05:10.670 INFO O| Aug 19 20:05:10.670 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-19T20:05:11.705Z[ host-image] Aug 19 20:05:10.670 INFO O| Aug 19 20:05:10.670 INFO skip step because feature "heliosv2" is not enabled
94762026-08-19T20:05:11.705Z[ host-image] Aug 19 20:05:10.670 INFO O| Aug 19 20:05:10.670 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-19T20:05:11.712Z[ host-image] Aug 19 20:05:10.681 INFO O| Aug 19 20:05:10.681 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94782026-08-19T20:05:11.723Z[ host-image] Aug 19 20:05:10.692 INFO O| Aug 19 20:05:10.692 INFO STEP 8 (remove_files) COMPLETE
94792026-08-19T20:05:11.723Z[ host-image] Aug 19 20:05:10.692 INFO O| Aug 19 20:05:10.692 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-19T20:05:11.733Z[ host-image] Aug 19 20:05:10.702 INFO O| Aug 19 20:05:10.702 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94812026-08-19T20:05:11.800Z[ host-image] Aug 19 20:05:10.768 INFO O| Aug 19 20:05:10.768 INFO STEP 9 (remove_files) COMPLETE
94822026-08-19T20:05:11.800Z[ host-image] Aug 19 20:05:10.768 INFO O| Aug 19 20:05:10.768 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-19T20:05:11.809Z[ host-image] Aug 19 20:05:10.778 INFO O| Aug 19 20:05:10.778 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94842026-08-19T20:05:11.883Z[ host-image] Aug 19 20:05:10.852 INFO O| Aug 19 20:05:10.852 INFO STEP 10 (remove_files) COMPLETE
94852026-08-19T20:05:11.884Z[ host-image] Aug 19 20:05:10.852 INFO O| Aug 19 20:05:10.852 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-19T20:05:11.894Z[ host-image] Aug 19 20:05:10.861 INFO O| Aug 19 20:05:10.861 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94872026-08-19T20:05:11.897Z[ host-image] Aug 19 20:05:10.864 INFO O| Aug 19 20:05:10.864 INFO STEP 11 (remove_files) COMPLETE
94882026-08-19T20:05:11.897Z[ host-image] Aug 19 20:05:10.864 INFO O| Aug 19 20:05:10.864 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-19T20:05:11.905Z[ host-image] Aug 19 20:05:10.874 INFO O| Aug 19 20:05:10.874 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94902026-08-19T20:05:11.909Z[ host-image] Aug 19 20:05:10.875 INFO O| Aug 19 20:05:10.875 INFO STEP 12 (remove_files) COMPLETE
94912026-08-19T20:05:11.909Z[ host-image] Aug 19 20:05:10.875 INFO O| Aug 19 20:05:10.875 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-19T20:05:11.916Z[ host-image] Aug 19 20:05:10.885 INFO O| Aug 19 20:05:10.885 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94932026-08-19T20:05:11.919Z[ host-image] Aug 19 20:05:10.886 INFO O| Aug 19 20:05:10.886 INFO STEP 13 (remove_files) COMPLETE
94942026-08-19T20:05:11.919Z[ host-image] Aug 19 20:05:10.886 INFO O| Aug 19 20:05:10.886 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-19T20:05:12.097Z[ host-image] Aug 19 20:05:11.066 INFO O| Aug 19 20:05:11.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94962026-08-19T20:05:12.100Z[ host-image] Aug 19 20:05:11.068 INFO O| Aug 19 20:05:11.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94972026-08-19T20:05:12.164Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.132 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94982026-08-19T20:05:12.164Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94992026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95002026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95012026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95022026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95032026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95042026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95052026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95062026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95072026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95082026-08-19T20:05:12.169Z[ host-image] Aug 19 20:05:11.133 INFO O| Aug 19 20:05:11.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95092026-08-19T20:05:12.170Z[ host-image] Aug 19 20:05:11.134 INFO O| Aug 19 20:05:11.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95102026-08-19T20:05:12.170Z[ host-image] Aug 19 20:05:11.134 INFO O| Aug 19 20:05:11.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95112026-08-19T20:05:12.170Z[ host-image] Aug 19 20:05:11.134 INFO O| Aug 19 20:05:11.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95122026-08-19T20:05:12.170Z[ host-image] Aug 19 20:05:11.134 INFO O| Aug 19 20:05:11.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95132026-08-19T20:05:12.173Z[ host-image] Aug 19 20:05:11.141 INFO O| Aug 19 20:05:11.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95142026-08-19T20:05:12.173Z[ host-image] Aug 19 20:05:11.141 INFO O| Aug 19 20:05:11.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95152026-08-19T20:05:12.180Z[ host-image] Aug 19 20:05:11.149 INFO O| Aug 19 20:05:11.149 INFO STEP 14 (remove_files) COMPLETE
95162026-08-19T20:05:12.180Z[ host-image] Aug 19 20:05:11.149 INFO O| Aug 19 20:05:11.149 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-19T20:05:12.191Z[ host-image] Aug 19 20:05:11.160 INFO O| Aug 19 20:05:11.160 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95182026-08-19T20:05:12.195Z[ host-image] Aug 19 20:05:11.161 INFO O| Aug 19 20:05:11.161 INFO STEP 15 (remove_files) COMPLETE
95192026-08-19T20:05:12.195Z[ host-image] Aug 19 20:05:11.161 INFO O| Aug 19 20:05:11.161 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-19T20:05:12.202Z[ host-image] Aug 19 20:05:11.170 INFO O| Aug 19 20:05:11.170 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95212026-08-19T20:05:12.208Z[ host-image] Aug 19 20:05:11.176 INFO O| Aug 19 20:05:11.176 INFO STEP 16 (remove_files) COMPLETE
95222026-08-19T20:05:12.208Z[ host-image] Aug 19 20:05:11.176 INFO O| Aug 19 20:05:11.176 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-19T20:05:12.217Z[ host-image] Aug 19 20:05:11.186 INFO O| Aug 19 20:05:11.186 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95242026-08-19T20:05:12.220Z[ host-image] Aug 19 20:05:11.186 INFO O| Aug 19 20:05:11.186 INFO STEP 17 (remove_files) COMPLETE
95252026-08-19T20:05:12.220Z[ host-image] Aug 19 20:05:11.186 INFO O| Aug 19 20:05:11.186 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-19T20:05:12.228Z[ host-image] Aug 19 20:05:11.197 INFO O| Aug 19 20:05:11.197 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95272026-08-19T20:05:12.231Z[ host-image] Aug 19 20:05:11.198 INFO O| Aug 19 20:05:11.198 INFO STEP 18 (remove_files) COMPLETE
95282026-08-19T20:05:12.231Z[ host-image] Aug 19 20:05:11.198 INFO O| Aug 19 20:05:11.198 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-19T20:05:12.239Z[ host-image] Aug 19 20:05:11.208 INFO O| Aug 19 20:05:11.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95302026-08-19T20:05:12.239Z[ host-image] Aug 19 20:05:11.208 INFO O| Aug 19 20:05:11.208 INFO STEP 19 (remove_files) COMPLETE
95312026-08-19T20:05:12.242Z[ host-image] Aug 19 20:05:11.208 INFO O| Aug 19 20:05:11.208 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-19T20:05:12.283Z[ host-image] Aug 19 20:05:11.218 INFO O| Aug 19 20:05:11.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95332026-08-19T20:05:12.283Z[ host-image] Aug 19 20:05:11.218 INFO O| Aug 19 20:05:11.218 INFO STEP 20 (remove_files) COMPLETE
95342026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.218 INFO O| Aug 19 20:05:11.218 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.228 INFO O| Aug 19 20:05:11.227 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95362026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.228 INFO O| Aug 19 20:05:11.228 INFO STEP 21 (remove_files) COMPLETE
95372026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.228 INFO O| Aug 19 20:05:11.228 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.236 INFO O| Aug 19 20:05:11.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95392026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.236 INFO O| Aug 19 20:05:11.236 INFO STEP 22 (remove_files) COMPLETE
95402026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.236 INFO O| Aug 19 20:05:11.236 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.244 INFO O| Aug 19 20:05:11.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95422026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.244 INFO O| Aug 19 20:05:11.244 INFO STEP 23 (remove_files) COMPLETE
95432026-08-19T20:05:12.284Z[ host-image] Aug 19 20:05:11.244 INFO O| Aug 19 20:05:11.244 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-19T20:05:12.287Z[ host-image] Aug 19 20:05:11.254 INFO O| Aug 19 20:05:11.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95452026-08-19T20:05:12.287Z[ host-image] Aug 19 20:05:11.254 INFO O| Aug 19 20:05:11.254 INFO STEP 24 (remove_files) COMPLETE
95462026-08-19T20:05:12.287Z[ host-image] Aug 19 20:05:11.254 INFO O| Aug 19 20:05:11.254 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-19T20:05:12.294Z[ host-image] Aug 19 20:05:11.263 INFO O| Aug 19 20:05:11.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95482026-08-19T20:05:12.300Z[ host-image] Aug 19 20:05:11.263 INFO O| Aug 19 20:05:11.263 INFO STEP 25 (remove_files) COMPLETE
95492026-08-19T20:05:12.300Z[ host-image] Aug 19 20:05:11.263 INFO O| Aug 19 20:05:11.263 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-19T20:05:12.305Z[ host-image] Aug 19 20:05:11.273 INFO O| Aug 19 20:05:11.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95512026-08-19T20:05:12.305Z[ host-image] Aug 19 20:05:11.273 INFO O| Aug 19 20:05:11.273 INFO STEP 26 (remove_files) COMPLETE
95522026-08-19T20:05:12.305Z[ host-image] Aug 19 20:05:11.273 INFO O| Aug 19 20:05:11.273 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-19T20:05:12.316Z[ host-image] Aug 19 20:05:11.285 INFO O| Aug 19 20:05:11.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95542026-08-19T20:05:12.317Z[ host-image] Aug 19 20:05:11.285 INFO O| Aug 19 20:05:11.285 INFO STEP 27 (remove_files) COMPLETE
95552026-08-19T20:05:12.322Z[ host-image] Aug 19 20:05:11.285 INFO O| Aug 19 20:05:11.285 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-19T20:05:12.327Z[ host-image] Aug 19 20:05:11.296 INFO O| Aug 19 20:05:11.296 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95572026-08-19T20:05:12.327Z[ host-image] Aug 19 20:05:11.296 INFO O| Aug 19 20:05:11.296 INFO STEP 28 (remove_files) COMPLETE
95582026-08-19T20:05:12.333Z[ host-image] Aug 19 20:05:11.296 INFO O| Aug 19 20:05:11.296 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-19T20:05:12.340Z[ host-image] Aug 19 20:05:11.306 INFO O| Aug 19 20:05:11.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95602026-08-19T20:05:12.340Z[ host-image] Aug 19 20:05:11.307 INFO O| Aug 19 20:05:11.306 INFO STEP 29 (remove_files) COMPLETE
95612026-08-19T20:05:12.340Z[ host-image] Aug 19 20:05:11.307 INFO O| Aug 19 20:05:11.306 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-19T20:05:12.353Z[ host-image] Aug 19 20:05:11.322 INFO O| Aug 19 20:05:11.322 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95632026-08-19T20:05:12.353Z[ host-image] Aug 19 20:05:11.322 INFO O| Aug 19 20:05:11.322 INFO STEP 30 (remove_files) COMPLETE
95642026-08-19T20:05:12.353Z[ host-image] Aug 19 20:05:11.322 INFO O| Aug 19 20:05:11.322 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-19T20:05:12.366Z[ host-image] Aug 19 20:05:11.333 INFO O| Aug 19 20:05:11.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95662026-08-19T20:05:12.366Z[ host-image] Aug 19 20:05:11.333 INFO O| Aug 19 20:05:11.333 INFO STEP 31 (remove_files) COMPLETE
95672026-08-19T20:05:12.366Z[ host-image] Aug 19 20:05:11.333 INFO O| Aug 19 20:05:11.333 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-19T20:05:12.378Z[ host-image] Aug 19 20:05:11.345 INFO O| Aug 19 20:05:11.345 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95692026-08-19T20:05:12.378Z[ host-image] Aug 19 20:05:11.345 INFO O| Aug 19 20:05:11.345 INFO STEP 32 (remove_files) COMPLETE
95702026-08-19T20:05:12.378Z[ host-image] Aug 19 20:05:11.345 INFO O| Aug 19 20:05:11.345 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-19T20:05:12.389Z[ host-image] Aug 19 20:05:11.358 INFO O| Aug 19 20:05:11.357 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95722026-08-19T20:05:12.389Z[ host-image] Aug 19 20:05:11.358 INFO O| Aug 19 20:05:11.358 INFO STEP 33 (remove_files) COMPLETE
95732026-08-19T20:05:12.392Z[ host-image] Aug 19 20:05:11.358 INFO O| Aug 19 20:05:11.358 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-19T20:05:12.401Z[ host-image] Aug 19 20:05:11.370 INFO O| Aug 19 20:05:11.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95752026-08-19T20:05:12.401Z[ host-image] Aug 19 20:05:11.370 INFO O| Aug 19 20:05:11.370 INFO STEP 34 (remove_files) COMPLETE
95762026-08-19T20:05:12.404Z[ host-image] Aug 19 20:05:11.370 INFO O| Aug 19 20:05:11.370 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-19T20:05:12.414Z[ host-image] Aug 19 20:05:11.380 INFO O| Aug 19 20:05:11.380 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95782026-08-19T20:05:12.414Z[ host-image] Aug 19 20:05:11.380 INFO O| Aug 19 20:05:11.380 INFO STEP 35 (remove_files) COMPLETE
95792026-08-19T20:05:12.415Z[ host-image] Aug 19 20:05:11.380 INFO O| Aug 19 20:05:11.380 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-19T20:05:12.423Z[ host-image] Aug 19 20:05:11.391 INFO O| Aug 19 20:05:11.391 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95812026-08-19T20:05:12.423Z[ host-image] Aug 19 20:05:11.391 INFO O| Aug 19 20:05:11.391 INFO STEP 36 (remove_files) COMPLETE
95822026-08-19T20:05:12.426Z[ host-image] Aug 19 20:05:11.391 INFO O| Aug 19 20:05:11.391 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-19T20:05:12.434Z[ host-image] Aug 19 20:05:11.402 INFO O| Aug 19 20:05:11.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95842026-08-19T20:05:12.434Z[ host-image] Aug 19 20:05:11.402 INFO O| Aug 19 20:05:11.402 INFO STEP 37 (remove_files) COMPLETE
95852026-08-19T20:05:12.434Z[ host-image] Aug 19 20:05:11.402 INFO O| Aug 19 20:05:11.402 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-19T20:05:12.445Z[ host-image] Aug 19 20:05:11.414 INFO O| Aug 19 20:05:11.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95872026-08-19T20:05:12.445Z[ host-image] Aug 19 20:05:11.414 INFO O| Aug 19 20:05:11.414 INFO STEP 38 (remove_files) COMPLETE
95882026-08-19T20:05:12.445Z[ host-image] Aug 19 20:05:11.414 INFO O| Aug 19 20:05:11.414 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-19T20:05:12.460Z[ host-image] Aug 19 20:05:11.429 INFO O| Aug 19 20:05:11.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95902026-08-19T20:05:12.460Z[ host-image] Aug 19 20:05:11.429 INFO O| Aug 19 20:05:11.429 INFO STEP 39 (remove_files) COMPLETE
95912026-08-19T20:05:12.460Z[ host-image] Aug 19 20:05:11.429 INFO O| Aug 19 20:05:11.429 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-19T20:05:12.472Z[ host-image] Aug 19 20:05:11.441 INFO O| Aug 19 20:05:11.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95932026-08-19T20:05:12.472Z[ host-image] Aug 19 20:05:11.441 INFO O| Aug 19 20:05:11.441 INFO STEP 40 (remove_files) COMPLETE
95942026-08-19T20:05:12.472Z[ host-image] Aug 19 20:05:11.441 INFO O| Aug 19 20:05:11.441 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-19T20:05:12.484Z[ host-image] Aug 19 20:05:11.452 INFO O| Aug 19 20:05:11.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95962026-08-19T20:05:12.484Z[ host-image] Aug 19 20:05:11.452 INFO O| Aug 19 20:05:11.452 INFO STEP 41 (remove_files) COMPLETE
95972026-08-19T20:05:12.487Z[ host-image] Aug 19 20:05:11.452 INFO O| Aug 19 20:05:11.452 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-19T20:05:12.496Z[ host-image] Aug 19 20:05:11.465 INFO O| Aug 19 20:05:11.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95992026-08-19T20:05:12.496Z[ host-image] Aug 19 20:05:11.465 INFO O| Aug 19 20:05:11.465 INFO STEP 42 (remove_files) COMPLETE
96002026-08-19T20:05:12.496Z[ host-image] Aug 19 20:05:11.465 INFO O| Aug 19 20:05:11.465 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-19T20:05:12.508Z[ host-image] Aug 19 20:05:11.477 INFO O| Aug 19 20:05:11.477 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96022026-08-19T20:05:12.508Z[ host-image] Aug 19 20:05:11.477 INFO O| Aug 19 20:05:11.477 INFO STEP 43 (remove_files) COMPLETE
96032026-08-19T20:05:12.508Z[ host-image] Aug 19 20:05:11.477 INFO O| Aug 19 20:05:11.477 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-19T20:05:12.518Z[ host-image] Aug 19 20:05:11.486 INFO O| Aug 19 20:05:11.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96052026-08-19T20:05:12.518Z[ host-image] Aug 19 20:05:11.486 INFO O| Aug 19 20:05:11.486 INFO STEP 44 (remove_files) COMPLETE
96062026-08-19T20:05:12.518Z[ host-image] Aug 19 20:05:11.486 INFO O| Aug 19 20:05:11.486 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-19T20:05:12.529Z[ host-image] Aug 19 20:05:11.497 INFO O| Aug 19 20:05:11.497 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96082026-08-19T20:05:12.529Z[ host-image] Aug 19 20:05:11.497 INFO O| Aug 19 20:05:11.497 INFO STEP 45 (remove_files) COMPLETE
96092026-08-19T20:05:12.529Z[ host-image] Aug 19 20:05:11.497 INFO O| Aug 19 20:05:11.497 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-19T20:05:12.539Z[ host-image] Aug 19 20:05:11.508 INFO O| Aug 19 20:05:11.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96112026-08-19T20:05:12.539Z[ host-image] Aug 19 20:05:11.508 INFO O| Aug 19 20:05:11.508 INFO STEP 46 (remove_files) COMPLETE
96122026-08-19T20:05:12.542Z[ host-image] Aug 19 20:05:11.508 INFO O| Aug 19 20:05:11.508 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-19T20:05:12.550Z[ host-image] Aug 19 20:05:11.519 INFO O| Aug 19 20:05:11.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96142026-08-19T20:05:12.550Z[ host-image] Aug 19 20:05:11.519 INFO O| Aug 19 20:05:11.519 INFO STEP 47 (remove_files) COMPLETE
96152026-08-19T20:05:12.550Z[ host-image] Aug 19 20:05:11.519 INFO O| Aug 19 20:05:11.519 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-19T20:05:12.562Z[ host-image] Aug 19 20:05:11.530 INFO O| Aug 19 20:05:11.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96172026-08-19T20:05:12.562Z[ host-image] Aug 19 20:05:11.530 INFO O| Aug 19 20:05:11.530 INFO STEP 48 (remove_files) COMPLETE
96182026-08-19T20:05:12.562Z[ host-image] Aug 19 20:05:11.530 INFO O| Aug 19 20:05:11.530 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-19T20:05:12.573Z[ host-image] Aug 19 20:05:11.542 INFO O| Aug 19 20:05:11.542 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96202026-08-19T20:05:12.573Z[ host-image] Aug 19 20:05:11.542 INFO O| Aug 19 20:05:11.542 INFO STEP 49 (remove_files) COMPLETE
96212026-08-19T20:05:12.573Z[ host-image] Aug 19 20:05:11.542 INFO O| Aug 19 20:05:11.542 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-19T20:05:12.585Z[ host-image] Aug 19 20:05:11.553 INFO O| Aug 19 20:05:11.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96232026-08-19T20:05:12.585Z[ host-image] Aug 19 20:05:11.553 INFO O| Aug 19 20:05:11.553 INFO STEP 50 (remove_files) COMPLETE
96242026-08-19T20:05:12.588Z[ host-image] Aug 19 20:05:11.553 INFO O| Aug 19 20:05:11.553 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-19T20:05:12.596Z[ host-image] Aug 19 20:05:11.564 INFO O| Aug 19 20:05:11.564 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96262026-08-19T20:05:12.596Z[ host-image] Aug 19 20:05:11.564 INFO O| Aug 19 20:05:11.564 INFO STEP 51 (remove_files) COMPLETE
96272026-08-19T20:05:12.596Z[ host-image] Aug 19 20:05:11.564 INFO O| Aug 19 20:05:11.564 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-19T20:05:12.606Z[ host-image] Aug 19 20:05:11.575 INFO O| Aug 19 20:05:11.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96292026-08-19T20:05:12.609Z[ host-image] Aug 19 20:05:11.575 INFO O| Aug 19 20:05:11.575 INFO STEP 52 (remove_files) COMPLETE
96302026-08-19T20:05:12.609Z[ host-image] Aug 19 20:05:11.575 INFO O| Aug 19 20:05:11.575 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-19T20:05:12.617Z[ host-image] Aug 19 20:05:11.586 INFO O| Aug 19 20:05:11.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96322026-08-19T20:05:12.617Z[ host-image] Aug 19 20:05:11.586 INFO O| Aug 19 20:05:11.586 INFO STEP 53 (remove_files) COMPLETE
96332026-08-19T20:05:12.621Z[ host-image] Aug 19 20:05:11.586 INFO O| Aug 19 20:05:11.586 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-19T20:05:12.629Z[ host-image] Aug 19 20:05:11.597 INFO O| Aug 19 20:05:11.597 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96352026-08-19T20:05:12.629Z[ host-image] Aug 19 20:05:11.597 INFO O| Aug 19 20:05:11.597 INFO STEP 54 (remove_files) COMPLETE
96362026-08-19T20:05:12.632Z[ host-image] Aug 19 20:05:11.597 INFO O| Aug 19 20:05:11.597 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-19T20:05:12.640Z[ host-image] Aug 19 20:05:11.609 INFO O| Aug 19 20:05:11.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96382026-08-19T20:05:12.640Z[ host-image] Aug 19 20:05:11.609 INFO O| Aug 19 20:05:11.609 INFO STEP 55 (remove_files) COMPLETE
96392026-08-19T20:05:12.640Z[ host-image] Aug 19 20:05:11.609 INFO O| Aug 19 20:05:11.609 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-19T20:05:12.651Z[ host-image] Aug 19 20:05:11.620 INFO O| Aug 19 20:05:11.620 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96412026-08-19T20:05:12.651Z[ host-image] Aug 19 20:05:11.620 INFO O| Aug 19 20:05:11.620 INFO STEP 56 (remove_files) COMPLETE
96422026-08-19T20:05:12.651Z[ host-image] Aug 19 20:05:11.620 INFO O| Aug 19 20:05:11.620 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-19T20:05:12.664Z[ host-image] Aug 19 20:05:11.631 INFO O| Aug 19 20:05:11.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96442026-08-19T20:05:12.664Z[ host-image] Aug 19 20:05:11.631 INFO O| Aug 19 20:05:11.631 INFO STEP 57 (remove_files) COMPLETE
96452026-08-19T20:05:12.664Z[ host-image] Aug 19 20:05:11.631 INFO O| Aug 19 20:05:11.631 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-19T20:05:12.673Z[ host-image] Aug 19 20:05:11.641 INFO O| Aug 19 20:05:11.641 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96472026-08-19T20:05:12.673Z[ host-image] Aug 19 20:05:11.641 INFO O| Aug 19 20:05:11.641 INFO STEP 58 (remove_files) COMPLETE
96482026-08-19T20:05:12.676Z[ host-image] Aug 19 20:05:11.641 INFO O| Aug 19 20:05:11.641 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-19T20:05:12.683Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96502026-08-19T20:05:12.683Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96512026-08-19T20:05:12.686Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96522026-08-19T20:05:12.686Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96532026-08-19T20:05:12.686Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96542026-08-19T20:05:12.686Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96552026-08-19T20:05:12.686Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO ok!
96562026-08-19T20:05:12.686Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO STEP 59 (ensure_file) COMPLETE
96572026-08-19T20:05:12.686Z[ host-image] Aug 19 20:05:11.652 INFO O| Aug 19 20:05:11.652 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-19T20:05:12.692Z[ host-image] Aug 19 20:05:11.660 INFO O| Aug 19 20:05:11.660 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96592026-08-19T20:05:12.692Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96602026-08-19T20:05:12.695Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96612026-08-19T20:05:12.695Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96622026-08-19T20:05:12.695Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96632026-08-19T20:05:12.695Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96642026-08-19T20:05:12.695Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO ok!
96652026-08-19T20:05:12.696Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO STEP 60 (ensure_file) COMPLETE
96662026-08-19T20:05:12.696Z[ host-image] Aug 19 20:05:11.661 INFO O| Aug 19 20:05:11.661 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-19T20:05:12.701Z[ host-image] Aug 19 20:05:11.670 INFO O| Aug 19 20:05:11.670 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96682026-08-19T20:05:12.701Z[ host-image] Aug 19 20:05:11.670 INFO O| Aug 19 20:05:11.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96692026-08-19T20:05:12.704Z[ host-image] Aug 19 20:05:11.670 INFO O| Aug 19 20:05:11.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96702026-08-19T20:05:12.704Z[ host-image] Aug 19 20:05:11.670 INFO O| Aug 19 20:05:11.670 INFO ok!
96712026-08-19T20:05:12.704Z[ host-image] Aug 19 20:05:11.670 INFO O| Aug 19 20:05:11.670 INFO STEP 61 (ensure_file) COMPLETE
96722026-08-19T20:05:12.704Z[ host-image] Aug 19 20:05:11.670 INFO O| Aug 19 20:05:11.670 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-08-19T20:05:12.711Z[ host-image] Aug 19 20:05:11.680 INFO O| Aug 19 20:05:11.680 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96742026-08-19T20:05:12.714Z[ host-image] Aug 19 20:05:11.680 INFO O| Aug 19 20:05:11.680 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96752026-08-19T20:05:12.714Z[ host-image] Aug 19 20:05:11.680 INFO O| Aug 19 20:05:11.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96762026-08-19T20:05:12.714Z[ host-image] Aug 19 20:05:11.680 INFO O| Aug 19 20:05:11.680 INFO ok!
96772026-08-19T20:05:12.714Z[ host-image] Aug 19 20:05:11.680 INFO O| Aug 19 20:05:11.680 INFO STEP 62 (ensure_file) COMPLETE
96782026-08-19T20:05:12.714Z[ host-image] Aug 19 20:05:11.680 INFO O| Aug 19 20:05:11.680 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-19T20:05:12.721Z[ host-image] Aug 19 20:05:11.690 INFO O| Aug 19 20:05:11.690 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96802026-08-19T20:05:12.725Z[ host-image] Aug 19 20:05:11.690 INFO O| Aug 19 20:05:11.690 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96812026-08-19T20:05:12.725Z[ host-image] Aug 19 20:05:11.690 INFO O| Aug 19 20:05:11.690 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96822026-08-19T20:05:12.725Z[ host-image] Aug 19 20:05:11.690 INFO O| Aug 19 20:05:11.690 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96832026-08-19T20:05:12.725Z[ host-image] Aug 19 20:05:11.690 INFO O| Aug 19 20:05:11.690 INFO ok!
96842026-08-19T20:05:12.725Z[ host-image] Aug 19 20:05:11.690 INFO O| Aug 19 20:05:11.690 INFO STEP 63 (ensure_file) COMPLETE
96852026-08-19T20:05:12.725Z[ host-image] Aug 19 20:05:11.690 INFO O| Aug 19 20:05:11.690 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-08-19T20:05:12.731Z[ host-image] Aug 19 20:05:11.700 INFO O| Aug 19 20:05:11.700 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96872026-08-19T20:05:12.731Z[ host-image] Aug 19 20:05:11.700 INFO O| Aug 19 20:05:11.700 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96882026-08-19T20:05:12.734Z[ host-image] Aug 19 20:05:11.700 INFO O| Aug 19 20:05:11.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96892026-08-19T20:05:12.734Z[ host-image] Aug 19 20:05:11.700 INFO O| Aug 19 20:05:11.700 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96902026-08-19T20:05:12.734Z[ host-image] Aug 19 20:05:11.700 INFO O| Aug 19 20:05:11.700 INFO ok!
96912026-08-19T20:05:12.734Z[ host-image] Aug 19 20:05:11.700 INFO O| Aug 19 20:05:11.700 INFO STEP 64 (ensure_file) COMPLETE
96922026-08-19T20:05:12.734Z[ host-image] Aug 19 20:05:11.700 INFO O| Aug 19 20:05:11.700 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-08-19T20:05:12.741Z[ host-image] Aug 19 20:05:11.710 INFO O| Aug 19 20:05:11.710 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96942026-08-19T20:05:12.741Z[ host-image] Aug 19 20:05:11.710 INFO O| Aug 19 20:05:11.710 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96952026-08-19T20:05:12.744Z[ host-image] Aug 19 20:05:11.710 INFO O| Aug 19 20:05:11.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96962026-08-19T20:05:12.744Z[ host-image] Aug 19 20:05:11.710 INFO O| Aug 19 20:05:11.710 INFO ok!
96972026-08-19T20:05:12.744Z[ host-image] Aug 19 20:05:11.710 INFO O| Aug 19 20:05:11.710 INFO STEP 65 (assemble_files) COMPLETE
96982026-08-19T20:05:12.744Z[ host-image] Aug 19 20:05:11.710 INFO O| Aug 19 20:05:11.710 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-19T20:05:12.750Z[ host-image] Aug 19 20:05:11.719 INFO O| Aug 19 20:05:11.719 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97002026-08-19T20:05:12.750Z[ host-image] Aug 19 20:05:11.719 INFO O| Aug 19 20:05:11.719 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97012026-08-19T20:05:12.754Z[ host-image] Aug 19 20:05:11.719 INFO O| Aug 19 20:05:11.719 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97022026-08-19T20:05:12.754Z[ host-image] Aug 19 20:05:11.719 INFO O| Aug 19 20:05:11.719 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97032026-08-19T20:05:12.754Z[ host-image] Aug 19 20:05:11.719 INFO O| Aug 19 20:05:11.719 INFO ok!
97042026-08-19T20:05:12.754Z[ host-image] Aug 19 20:05:11.719 INFO O| Aug 19 20:05:11.719 INFO STEP 66 (ensure_file) COMPLETE
97052026-08-19T20:05:12.754Z[ host-image] Aug 19 20:05:11.719 INFO O| Aug 19 20:05:11.719 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-08-19T20:05:12.761Z[ host-image] Aug 19 20:05:11.730 INFO O| Aug 19 20:05:11.730 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97072026-08-19T20:05:12.764Z[ host-image] Aug 19 20:05:11.730 INFO O| Aug 19 20:05:11.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97082026-08-19T20:05:12.764Z[ host-image] Aug 19 20:05:11.730 INFO O| Aug 19 20:05:11.730 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97092026-08-19T20:05:12.764Z[ host-image] Aug 19 20:05:11.730 INFO O| Aug 19 20:05:11.730 INFO STEP 67 (ensure_dir) COMPLETE
97102026-08-19T20:05:12.764Z[ host-image] Aug 19 20:05:11.730 INFO O| Aug 19 20:05:11.730 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-19T20:05:12.770Z[ host-image] Aug 19 20:05:11.739 INFO O| Aug 19 20:05:11.739 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97122026-08-19T20:05:12.774Z[ host-image] Aug 19 20:05:11.739 INFO O| Aug 19 20:05:11.739 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 ...
97132026-08-19T20:05:12.778Z[ host-image] Aug 19 20:05:11.745 INFO O| Aug 19 20:05:11.745 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
97142026-08-19T20:05:12.778Z[ host-image] Aug 19 20:05:11.745 INFO O| Aug 19 20:05:11.745 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97152026-08-19T20:05:12.778Z[ host-image] Aug 19 20:05:11.745 INFO O| Aug 19 20:05:11.745 INFO ok!
97162026-08-19T20:05:12.778Z[ host-image] Aug 19 20:05:11.745 INFO O| Aug 19 20:05:11.745 INFO STEP 68 (ensure_file) COMPLETE
97172026-08-19T20:05:12.778Z[ host-image] Aug 19 20:05:11.745 INFO O| Aug 19 20:05:11.745 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-19T20:05:12.787Z[ host-image] Aug 19 20:05:11.756 INFO O| Aug 19 20:05:11.756 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97192026-08-19T20:05:12.787Z[ host-image] Aug 19 20:05:11.756 INFO O| Aug 19 20:05:11.756 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 ...
97202026-08-19T20:05:12.790Z[ host-image] Aug 19 20:05:11.756 INFO O| Aug 19 20:05:11.756 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
97212026-08-19T20:05:12.790Z[ host-image] Aug 19 20:05:11.756 INFO O| Aug 19 20:05:11.756 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97222026-08-19T20:05:12.790Z[ host-image] Aug 19 20:05:11.756 INFO O| Aug 19 20:05:11.756 INFO ok!
97232026-08-19T20:05:12.790Z[ host-image] Aug 19 20:05:11.756 INFO O| Aug 19 20:05:11.756 INFO STEP 69 (ensure_file) COMPLETE
97242026-08-19T20:05:12.790Z[ host-image] Aug 19 20:05:11.756 INFO O| Aug 19 20:05:11.756 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-08-19T20:05:12.800Z[ host-image] Aug 19 20:05:11.769 INFO O| Aug 19 20:05:11.769 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97262026-08-19T20:05:12.801Z[ host-image] Aug 19 20:05:11.769 INFO O| Aug 19 20:05:11.769 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97272026-08-19T20:05:14.294Z[ host-image] Aug 19 20:05:13.262 INFO O| Aug 19 20:05:13.262 INFO STEP 70 (pack_tar) COMPLETE
97282026-08-19T20:05:14.294Z[ host-image] Aug 19 20:05:13.262 INFO O| Aug 19 20:05:13.262 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97292026-08-19T20:05:14.294Z[ host-image] Aug 19 20:05:13.262 INFO O| Aug 19 20:05:13.262 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97302026-08-19T20:05:15.304Z[ host-image] Aug 19 20:05:14.272 INFO O| Aug 19 20:05:14.272 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97312026-08-19T20:05:15.834Z[ host-image] Aug 19 20:05:14.803 INFO O| Aug 19 20:05:14.803 INFO completed processing sled/ramdisk-02-trim
97322026-08-19T20:05:15.838Z[ host-image] Aug 19 20:05:14.805 INFO image builder template: zfs...
97332026-08-19T20:05:15.838Z[ host-image] Aug 19 20:05:14.805 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/.tmpsPfDDW/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97342026-08-19T20:05:15.849Z[ host-image] Aug 19 20:05:14.818 INFO O| Aug 19 20:05:14.818 INFO skip include "stress" because feature "stress" is not enabled
97352026-08-19T20:05:15.849Z[ host-image] Aug 19 20:05:14.818 INFO O| Aug 19 20:05:14.818 INFO skip include "stress" because feature "compliance" is not enabled
97362026-08-19T20:05:15.879Z[ host-image] Aug 19 20:05:14.847 INFO O| Aug 19 20:05:14.847 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97372026-08-19T20:05:15.884Z[ host-image] Aug 19 20:05:14.852 INFO O| Aug 19 20:05:14.852 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97382026-08-19T20:05:16.197Z[ host-image] Aug 19 20:05:15.165 INFO O| Aug 19 20:05:15.164 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97392026-08-19T20:05:16.291Z[ host-image] Aug 19 20:05:15.259 INFO O| Aug 19 20:05:15.259 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97402026-08-19T20:05:16.291Z[ host-image] Aug 19 20:05:15.259 INFO O| Aug 19 20:05:15.259 INFO work dataset: rpool/images/build/host/work/sled/zfs
97412026-08-19T20:05:16.295Z[ host-image] Aug 19 20:05:15.263 INFO O| Aug 19 20:05:15.263 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97422026-08-19T20:05:16.427Z[ host-image] Aug 19 20:05:15.395 INFO O| Aug 19 20:05:15.395 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97432026-08-19T20:05:16.508Z[ host-image] Aug 19 20:05:15.477 INFO O| Aug 19 20:05:15.476 INFO DESTROY POOL: TEMPORARY-sled-zfs
97442026-08-19T20:05:16.516Z[ host-image] Aug 19 20:05:15.485 INFO O| Aug 19 20:05:15.485 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97452026-08-19T20:05:16.521Z[ host-image] Aug 19 20:05:15.489 INFO O| Aug 19 20:05:15.489 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97462026-08-19T20:05:16.524Z[ host-image] Aug 19 20:05:15.489 INFO O| Aug 19 20:05:15.489 INFO no lofi found
97472026-08-19T20:05:16.524Z[ host-image] Aug 19 20:05:15.490 INFO O| Aug 19 20:05:15.489 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97482026-08-19T20:05:16.524Z[ host-image] Aug 19 20:05:15.490 INFO O| Aug 19 20:05:15.489 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97492026-08-19T20:05:18.033Z[ host-image] Aug 19 20:05:17.002 INFO O| Aug 19 20:05:17.001 INFO lofi device = /dev/dsk/c2t1d0p0
97502026-08-19T20:05:18.033Z[ host-image] Aug 19 20:05:17.002 INFO O| Aug 19 20:05:17.001 INFO pool device = /dev/dsk/c2t1d0p0
97512026-08-19T20:05:18.034Z[ host-image] Aug 19 20:05:17.002 INFO O| Aug 19 20:05:17.002 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"]
97522026-08-19T20:05:18.119Z[ host-image] Aug 19 20:05:17.087 INFO O| Aug 19 20:05:17.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97532026-08-19T20:05:18.119Z[ host-image] Aug 19 20:05:17.087 INFO O| Aug 19 20:05:17.087 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97542026-08-19T20:05:18.141Z[ host-image] Aug 19 20:05:17.109 INFO O| Aug 19 20:05:17.109 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97552026-08-19T20:05:18.191Z[ host-image] Aug 19 20:05:17.159 INFO O| Aug 19 20:05:17.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97562026-08-19T20:05:18.220Z[ host-image] Aug 19 20:05:17.188 INFO O| Aug 19 20:05:17.188 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97572026-08-19T20:05:18.235Z[ host-image] Aug 19 20:05:17.203 INFO O| Aug 19 20:05:17.203 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97582026-08-19T20:05:18.247Z[ host-image] Aug 19 20:05:17.215 INFO O| Aug 19 20:05:17.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97592026-08-19T20:05:18.286Z[ host-image] Aug 19 20:05:17.254 INFO O| Aug 19 20:05:17.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97602026-08-19T20:05:18.286Z[ host-image] Aug 19 20:05:17.254 INFO O| Aug 19 20:05:17.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97612026-08-19T20:05:18.286Z[ host-image] Aug 19 20:05:17.254 INFO O| Aug 19 20:05:17.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97622026-08-19T20:05:18.298Z[ host-image] Aug 19 20:05:17.266 INFO O| Aug 19 20:05:17.266 INFO boot environment UUID: 281adf3d-aaae-4010-b19b-36b55feb96c8
97632026-08-19T20:05:18.298Z[ host-image] Aug 19 20:05:17.266 INFO O| Aug 19 20:05:17.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 281adf3d-aaae-4010-b19b-36b55feb96c8
97642026-08-19T20:05:18.309Z[ host-image] Aug 19 20:05:17.277 INFO O| Aug 19 20:05:17.277 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97652026-08-19T20:05:18.320Z[ host-image] Aug 19 20:05:17.289 INFO O| Aug 19 20:05:17.288 INFO STEP 0 (create_be) COMPLETE
97662026-08-19T20:05:18.320Z[ host-image] Aug 19 20:05:17.289 INFO O| Aug 19 20:05:17.288 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97672026-08-19T20:05:18.337Z[ host-image] Aug 19 20:05:17.304 INFO O| Aug 19 20:05:17.304 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97682026-08-19T20:05:27.189Z[ host-image] Aug 19 20:05:26.158 INFO O| Aug 19 20:05:26.157 INFO STEP 1 (unpack_tar) COMPLETE
97692026-08-19T20:05:27.189Z[ host-image] Aug 19 20:05:26.158 INFO O| Aug 19 20:05:26.157 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-08-19T20:05:27.199Z[ host-image] Aug 19 20:05:26.167 INFO O| Aug 19 20:05:26.167 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97712026-08-19T20:05:27.774Z[ host-image] Aug 19 20:05:26.742 INFO O| Aug 19 20:05:26.742 INFO STEP 2 (devfsadm) COMPLETE
97722026-08-19T20:05:27.774Z[ host-image] Aug 19 20:05:26.742 INFO O| Aug 19 20:05:26.742 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-08-19T20:05:27.783Z[ host-image] Aug 19 20:05:26.751 INFO O| Aug 19 20:05:26.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97742026-08-19T20:05:27.783Z[ host-image] Aug 19 20:05:26.751 INFO O| Aug 19 20:05:26.751 INFO STEP 3 (ensure_dir) COMPLETE
97752026-08-19T20:05:27.783Z[ host-image] Aug 19 20:05:26.751 INFO O| Aug 19 20:05:26.751 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-19T20:05:27.793Z[ host-image] Aug 19 20:05:26.761 INFO O| Aug 19 20:05:26.761 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97772026-08-19T20:05:27.794Z[ host-image] Aug 19 20:05:26.761 INFO O| Aug 19 20:05:26.761 INFO STEP 4 (ensure_dir) COMPLETE
97782026-08-19T20:05:27.797Z[ host-image] Aug 19 20:05:26.761 INFO O| Aug 19 20:05:26.761 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-19T20:05:27.800Z[ host-image] Aug 19 20:05:26.769 INFO O| Aug 19 20:05:26.769 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97802026-08-19T20:05:27.800Z[ host-image] Aug 19 20:05:26.769 INFO O| Aug 19 20:05:26.769 INFO STEP 5 (ensure_dir) COMPLETE
97812026-08-19T20:05:27.803Z[ host-image] Aug 19 20:05:26.769 INFO O| Aug 19 20:05:26.769 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-19T20:05:27.808Z[ host-image] Aug 19 20:05:26.777 INFO O| Aug 19 20:05:26.776 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97832026-08-19T20:05:27.812Z[ host-image] Aug 19 20:05:26.777 INFO O| Aug 19 20:05:26.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97842026-08-19T20:05:27.812Z[ host-image] Aug 19 20:05:26.777 INFO O| Aug 19 20:05:26.777 INFO STEP 6 (ensure_dir) COMPLETE
97852026-08-19T20:05:27.812Z[ host-image] Aug 19 20:05:26.777 INFO O| Aug 19 20:05:26.777 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-19T20:05:27.817Z[ host-image] Aug 19 20:05:26.786 INFO O| Aug 19 20:05:26.786 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97872026-08-19T20:05:27.820Z[ host-image] Aug 19 20:05:26.786 INFO O| Aug 19 20:05:26.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97882026-08-19T20:05:27.820Z[ host-image] Aug 19 20:05:26.786 INFO O| Aug 19 20:05:26.786 INFO STEP 7 (ensure_dir) COMPLETE
97892026-08-19T20:05:27.821Z[ host-image] Aug 19 20:05:26.786 INFO O| Aug 19 20:05:26.786 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-19T20:05:27.826Z[ host-image] Aug 19 20:05:26.793 INFO O| Aug 19 20:05:26.793 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97912026-08-19T20:05:27.829Z[ host-image] Aug 19 20:05:26.794 INFO O| Aug 19 20:05:26.794 INFO STEP 8 (remove_files) COMPLETE
97922026-08-19T20:05:27.829Z[ host-image] Aug 19 20:05:26.794 INFO O| Aug 19 20:05:26.794 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-08-19T20:05:27.834Z[ host-image] Aug 19 20:05:26.802 INFO O| Aug 19 20:05:26.802 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97942026-08-19T20:05:27.837Z[ host-image] Aug 19 20:05:26.803 INFO O| Aug 19 20:05:26.803 INFO STEP 9 (remove_files) COMPLETE
97952026-08-19T20:05:27.837Z[ host-image] Aug 19 20:05:26.803 INFO O| Aug 19 20:05:26.803 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-19T20:05:27.841Z[ host-image] Aug 19 20:05:26.810 INFO O| Aug 19 20:05:26.810 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97972026-08-19T20:05:27.844Z[ host-image] Aug 19 20:05:26.811 INFO O| Aug 19 20:05:26.811 INFO STEP 10 (remove_files) COMPLETE
97982026-08-19T20:05:27.844Z[ host-image] Aug 19 20:05:26.811 INFO O| Aug 19 20:05:26.811 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-19T20:05:27.850Z[ host-image] Aug 19 20:05:26.819 INFO O| Aug 19 20:05:26.818 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98002026-08-19T20:05:27.850Z[ host-image] Aug 19 20:05:26.819 INFO O| Aug 19 20:05:26.819 INFO STEP 11 (remove_files) COMPLETE
98012026-08-19T20:05:27.853Z[ host-image] Aug 19 20:05:26.819 INFO O| Aug 19 20:05:26.819 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-19T20:05:27.857Z[ host-image] Aug 19 20:05:26.826 INFO O| Aug 19 20:05:26.826 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98032026-08-19T20:05:27.860Z[ host-image] Aug 19 20:05:26.826 INFO O| Aug 19 20:05:26.826 INFO STEP 12 (remove_files) COMPLETE
98042026-08-19T20:05:27.860Z[ host-image] Aug 19 20:05:26.826 INFO O| Aug 19 20:05:26.826 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-19T20:05:27.865Z[ host-image] Aug 19 20:05:26.833 INFO O| Aug 19 20:05:26.833 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98062026-08-19T20:05:27.865Z[ host-image] Aug 19 20:05:26.833 INFO O| Aug 19 20:05:26.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98072026-08-19T20:05:27.869Z[ host-image] Aug 19 20:05:26.833 INFO O| Aug 19 20:05:26.833 INFO STEP 13 (ensure_dir) COMPLETE
98082026-08-19T20:05:27.869Z[ host-image] Aug 19 20:05:26.833 INFO O| Aug 19 20:05:26.833 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-19T20:05:27.874Z[ host-image] Aug 19 20:05:26.843 INFO O| Aug 19 20:05:26.843 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98102026-08-19T20:05:27.874Z[ host-image] Aug 19 20:05:26.843 INFO O| Aug 19 20:05:26.843 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98112026-08-19T20:05:27.877Z[ host-image] Aug 19 20:05:26.843 INFO O| Aug 19 20:05:26.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98122026-08-19T20:05:27.877Z[ host-image] Aug 19 20:05:26.843 INFO O| Aug 19 20:05:26.843 INFO STEP 14 (ensure_dir) COMPLETE
98132026-08-19T20:05:27.877Z[ host-image] Aug 19 20:05:26.843 INFO O| Aug 19 20:05:26.843 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-19T20:05:27.882Z[ host-image] Aug 19 20:05:26.851 INFO O| Aug 19 20:05:26.850 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98152026-08-19T20:05:27.885Z[ host-image] Aug 19 20:05:26.851 INFO O| Aug 19 20:05:26.851 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98162026-08-19T20:05:27.885Z[ host-image] Aug 19 20:05:26.851 INFO O| Aug 19 20:05:26.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98172026-08-19T20:05:27.885Z[ host-image] Aug 19 20:05:26.851 INFO O| Aug 19 20:05:26.851 INFO STEP 15 (ensure_dir) COMPLETE
98182026-08-19T20:05:27.885Z[ host-image] Aug 19 20:05:26.851 INFO O| Aug 19 20:05:26.851 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-19T20:05:27.889Z[ host-image] Aug 19 20:05:26.858 INFO O| Aug 19 20:05:26.858 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98202026-08-19T20:05:27.889Z[ host-image] Aug 19 20:05:26.858 INFO O| Aug 19 20:05:26.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98212026-08-19T20:05:27.893Z[ host-image] Aug 19 20:05:26.858 INFO O| Aug 19 20:05:26.858 INFO STEP 16 (ensure_dir) COMPLETE
98222026-08-19T20:05:27.893Z[ host-image] Aug 19 20:05:26.858 INFO O| Aug 19 20:05:26.858 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-19T20:05:27.896Z[ host-image] Aug 19 20:05:26.865 INFO O| Aug 19 20:05:26.865 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98242026-08-19T20:05:27.896Z[ host-image] Aug 19 20:05:26.865 INFO O| Aug 19 20:05:26.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98252026-08-19T20:05:27.900Z[ host-image] Aug 19 20:05:26.865 INFO O| Aug 19 20:05:26.865 INFO STEP 17 (ensure_dir) COMPLETE
98262026-08-19T20:05:27.900Z[ host-image] Aug 19 20:05:26.865 INFO O| Aug 19 20:05:26.865 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-08-19T20:05:27.903Z[ host-image] Aug 19 20:05:26.872 INFO O| Aug 19 20:05:26.872 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98282026-08-19T20:05:27.903Z[ host-image] Aug 19 20:05:26.872 INFO O| Aug 19 20:05:26.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98292026-08-19T20:05:27.906Z[ host-image] Aug 19 20:05:26.872 INFO O| Aug 19 20:05:26.872 INFO ok!
98302026-08-19T20:05:27.906Z[ host-image] Aug 19 20:05:26.872 INFO O| Aug 19 20:05:26.872 INFO STEP 18 (ensure_symlink) COMPLETE
98312026-08-19T20:05:27.906Z[ host-image] Aug 19 20:05:26.872 INFO O| Aug 19 20:05:26.872 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-19T20:05:27.912Z[ host-image] Aug 19 20:05:26.880 INFO O| Aug 19 20:05:26.880 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98332026-08-19T20:05:27.912Z[ host-image] Aug 19 20:05:26.880 INFO O| Aug 19 20:05:26.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98342026-08-19T20:05:27.915Z[ host-image] Aug 19 20:05:26.880 INFO O| Aug 19 20:05:26.880 INFO ok!
98352026-08-19T20:05:27.915Z[ host-image] Aug 19 20:05:26.880 INFO O| Aug 19 20:05:26.880 INFO STEP 19 (ensure_file) COMPLETE
98362026-08-19T20:05:27.915Z[ host-image] Aug 19 20:05:26.880 INFO O| Aug 19 20:05:26.880 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98372026-08-19T20:05:27.919Z[ host-image] Aug 19 20:05:26.888 INFO O| Aug 19 20:05:26.888 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98382026-08-19T20:05:27.919Z[ host-image] Aug 19 20:05:26.888 INFO O| Aug 19 20:05:26.888 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98392026-08-19T20:05:27.919Z[ host-image] Aug 19 20:05:26.888 INFO O| Aug 19 20:05:26.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98402026-08-19T20:05:27.922Z[ host-image] Aug 19 20:05:26.888 INFO O| Aug 19 20:05:26.888 INFO ok!
98412026-08-19T20:05:27.923Z[ host-image] Aug 19 20:05:26.888 INFO O| Aug 19 20:05:26.888 INFO STEP 20 (ensure_symlink) COMPLETE
98422026-08-19T20:05:27.923Z[ host-image] Aug 19 20:05:26.888 INFO O| Aug 19 20:05:26.888 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98432026-08-19T20:05:27.926Z[ host-image] Aug 19 20:05:26.895 INFO O| Aug 19 20:05:26.895 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98442026-08-19T20:05:27.929Z[ host-image] Aug 19 20:05:26.895 INFO O| Aug 19 20:05:26.895 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98452026-08-19T20:05:27.929Z[ host-image] Aug 19 20:05:26.895 INFO O| Aug 19 20:05:26.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98462026-08-19T20:05:27.929Z[ host-image] Aug 19 20:05:26.895 INFO O| Aug 19 20:05:26.895 INFO ok!
98472026-08-19T20:05:27.929Z[ host-image] Aug 19 20:05:26.895 INFO O| Aug 19 20:05:26.895 INFO STEP 21 (ensure_symlink) COMPLETE
98482026-08-19T20:05:27.929Z[ host-image] Aug 19 20:05:26.895 INFO O| Aug 19 20:05:26.895 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98492026-08-19T20:05:27.934Z[ host-image] Aug 19 20:05:26.903 INFO O| Aug 19 20:05:26.903 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98502026-08-19T20:05:27.934Z[ host-image] Aug 19 20:05:26.903 INFO O| Aug 19 20:05:26.903 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98512026-08-19T20:05:27.937Z[ host-image] Aug 19 20:05:26.903 INFO O| Aug 19 20:05:26.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98522026-08-19T20:05:27.937Z[ host-image] Aug 19 20:05:26.903 INFO O| Aug 19 20:05:26.903 INFO ok!
98532026-08-19T20:05:27.937Z[ host-image] Aug 19 20:05:26.903 INFO O| Aug 19 20:05:26.903 INFO STEP 22 (ensure_symlink) COMPLETE
98542026-08-19T20:05:27.937Z[ host-image] Aug 19 20:05:26.903 INFO O| Aug 19 20:05:26.903 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98552026-08-19T20:05:27.942Z[ host-image] Aug 19 20:05:26.910 INFO O| Aug 19 20:05:26.910 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98562026-08-19T20:05:27.942Z[ host-image] Aug 19 20:05:26.910 INFO O| Aug 19 20:05:26.910 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98572026-08-19T20:05:27.942Z[ host-image] Aug 19 20:05:26.910 INFO O| Aug 19 20:05:26.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98582026-08-19T20:05:27.945Z[ host-image] Aug 19 20:05:26.910 INFO O| Aug 19 20:05:26.910 INFO ok!
98592026-08-19T20:05:27.945Z[ host-image] Aug 19 20:05:26.910 INFO O| Aug 19 20:05:26.910 INFO STEP 23 (ensure_symlink) COMPLETE
98602026-08-19T20:05:27.945Z[ host-image] Aug 19 20:05:26.910 INFO O| Aug 19 20:05:26.910 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98612026-08-19T20:05:27.949Z[ host-image] Aug 19 20:05:26.917 INFO O| Aug 19 20:05:26.917 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98622026-08-19T20:05:27.952Z[ host-image] Aug 19 20:05:26.917 INFO O| Aug 19 20:05:26.917 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98632026-08-19T20:05:27.952Z[ host-image] Aug 19 20:05:26.918 INFO O| Aug 19 20:05:26.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98642026-08-19T20:05:27.952Z[ host-image] Aug 19 20:05:26.918 INFO O| Aug 19 20:05:26.917 INFO ok!
98652026-08-19T20:05:27.952Z[ host-image] Aug 19 20:05:26.918 INFO O| Aug 19 20:05:26.918 INFO STEP 24 (ensure_file) COMPLETE
98662026-08-19T20:05:27.952Z[ host-image] Aug 19 20:05:26.918 INFO O| Aug 19 20:05:26.918 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-19T20:05:27.956Z[ host-image] Aug 19 20:05:26.925 INFO O| Aug 19 20:05:26.925 INFO updating shadow file
98682026-08-19T20:05:27.956Z[ host-image] Aug 19 20:05:26.925 INFO O| Aug 19 20:05:26.925 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98692026-08-19T20:05:27.959Z[ host-image] Aug 19 20:05:26.925 INFO O| Aug 19 20:05:26.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98702026-08-19T20:05:27.959Z[ host-image] Aug 19 20:05:26.925 INFO O| Aug 19 20:05:26.925 INFO STEP 25 (shadow) COMPLETE
98712026-08-19T20:05:27.959Z[ host-image] Aug 19 20:05:26.925 INFO O| Aug 19 20:05:26.925 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-08-19T20:05:27.962Z[ host-image] Aug 19 20:05:26.931 INFO O| Aug 19 20:05:26.931 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98732026-08-19T20:05:27.963Z[ host-image] Aug 19 20:05:26.931 INFO O| Aug 19 20:05:26.931 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98742026-08-19T20:05:27.966Z[ host-image] Aug 19 20:05:26.931 INFO O| Aug 19 20:05:26.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98752026-08-19T20:05:27.966Z[ host-image] Aug 19 20:05:26.931 INFO O| Aug 19 20:05:26.931 INFO ok!
98762026-08-19T20:05:27.966Z[ host-image] Aug 19 20:05:26.931 INFO O| Aug 19 20:05:26.931 INFO STEP 26 (ensure_file) COMPLETE
98772026-08-19T20:05:27.966Z[ host-image] Aug 19 20:05:26.931 INFO O| Aug 19 20:05:26.931 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-19T20:05:27.971Z[ host-image] Aug 19 20:05:26.939 INFO O| Aug 19 20:05:26.939 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98792026-08-19T20:05:27.971Z[ host-image] Aug 19 20:05:26.939 INFO O| Aug 19 20:05:26.939 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98802026-08-19T20:05:27.974Z[ host-image] Aug 19 20:05:26.940 INFO O| Aug 19 20:05:26.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98812026-08-19T20:05:27.974Z[ host-image] Aug 19 20:05:26.940 INFO O| Aug 19 20:05:26.940 INFO ok!
98822026-08-19T20:05:27.974Z[ host-image] Aug 19 20:05:26.940 INFO O| Aug 19 20:05:26.940 INFO STEP 27 (ensure_file) COMPLETE
98832026-08-19T20:05:27.974Z[ host-image] Aug 19 20:05:26.940 INFO O| Aug 19 20:05:26.940 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-19T20:05:27.979Z[ host-image] Aug 19 20:05:26.948 INFO O| Aug 19 20:05:26.948 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98852026-08-19T20:05:27.979Z[ host-image] Aug 19 20:05:26.948 INFO O| Aug 19 20:05:26.948 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98862026-08-19T20:05:27.983Z[ host-image] Aug 19 20:05:26.948 INFO O| Aug 19 20:05:26.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98872026-08-19T20:05:27.983Z[ host-image] Aug 19 20:05:26.948 INFO O| Aug 19 20:05:26.948 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98882026-08-19T20:05:27.983Z[ host-image] Aug 19 20:05:26.948 INFO O| Aug 19 20:05:26.948 INFO ok!
98892026-08-19T20:05:27.983Z[ host-image] Aug 19 20:05:26.948 INFO O| Aug 19 20:05:26.948 INFO STEP 28 (ensure_file) COMPLETE
98902026-08-19T20:05:27.983Z[ host-image] Aug 19 20:05:26.948 INFO O| Aug 19 20:05:26.948 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-08-19T20:05:27.987Z[ host-image] Aug 19 20:05:26.956 INFO O| Aug 19 20:05:26.956 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98922026-08-19T20:05:27.987Z[ host-image] Aug 19 20:05:26.956 INFO O| Aug 19 20:05:26.956 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98932026-08-19T20:05:27.987Z[ host-image] Aug 19 20:05:26.956 INFO O| Aug 19 20:05:26.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98942026-08-19T20:05:27.987Z[ host-image] Aug 19 20:05:26.956 INFO O| Aug 19 20:05:26.956 INFO ok!
98952026-08-19T20:05:27.990Z[ host-image] Aug 19 20:05:26.956 INFO O| Aug 19 20:05:26.956 INFO STEP 29 (ensure_file) COMPLETE
98962026-08-19T20:05:27.990Z[ host-image] Aug 19 20:05:26.956 INFO O| Aug 19 20:05:26.956 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-08-19T20:05:27.995Z[ host-image] Aug 19 20:05:26.964 INFO O| Aug 19 20:05:26.964 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98982026-08-19T20:05:27.998Z[ host-image] Aug 19 20:05:26.964 INFO O| Aug 19 20:05:26.964 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98992026-08-19T20:05:27.998Z[ host-image] Aug 19 20:05:26.964 INFO O| Aug 19 20:05:26.964 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99002026-08-19T20:05:27.998Z[ host-image] Aug 19 20:05:26.964 INFO O| Aug 19 20:05:26.964 INFO STEP 30 (ensure_dir) COMPLETE
99012026-08-19T20:05:27.998Z[ host-image] Aug 19 20:05:26.964 INFO O| Aug 19 20:05:26.964 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-08-19T20:05:28.003Z[ host-image] Aug 19 20:05:26.972 INFO O| Aug 19 20:05:26.972 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99032026-08-19T20:05:28.003Z[ host-image] Aug 19 20:05:26.972 INFO O| Aug 19 20:05:26.972 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99042026-08-19T20:05:28.006Z[ host-image] Aug 19 20:05:26.972 INFO O| Aug 19 20:05:26.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99052026-08-19T20:05:28.006Z[ host-image] Aug 19 20:05:26.972 INFO O| Aug 19 20:05:26.972 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99062026-08-19T20:05:28.006Z[ host-image] Aug 19 20:05:26.972 INFO O| Aug 19 20:05:26.972 INFO ok!
99072026-08-19T20:05:28.007Z[ host-image] Aug 19 20:05:26.972 INFO O| Aug 19 20:05:26.972 INFO STEP 31 (ensure_file) COMPLETE
99082026-08-19T20:05:28.007Z[ host-image] Aug 19 20:05:26.972 INFO O| Aug 19 20:05:26.972 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99092026-08-19T20:05:28.011Z[ host-image] Aug 19 20:05:26.979 INFO O| Aug 19 20:05:26.979 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99102026-08-19T20:05:28.014Z[ host-image] Aug 19 20:05:26.980 INFO O| Aug 19 20:05:26.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99112026-08-19T20:05:28.014Z[ host-image] Aug 19 20:05:26.980 INFO O| Aug 19 20:05:26.980 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99122026-08-19T20:05:28.014Z[ host-image] Aug 19 20:05:26.980 INFO O| Aug 19 20:05:26.980 INFO STEP 32 (ensure_dir) COMPLETE
99132026-08-19T20:05:28.014Z[ host-image] Aug 19 20:05:26.980 INFO O| Aug 19 20:05:26.980 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-08-19T20:05:28.019Z[ host-image] Aug 19 20:05:26.987 INFO O| Aug 19 20:05:26.987 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99152026-08-19T20:05:28.022Z[ host-image] Aug 19 20:05:26.987 INFO O| Aug 19 20:05:26.987 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 ...
99162026-08-19T20:05:28.022Z[ host-image] Aug 19 20:05:26.987 INFO O| Aug 19 20:05:26.987 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
99172026-08-19T20:05:28.022Z[ host-image] Aug 19 20:05:26.987 INFO O| Aug 19 20:05:26.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99182026-08-19T20:05:28.022Z[ host-image] Aug 19 20:05:26.987 INFO O| Aug 19 20:05:26.987 INFO ok!
99192026-08-19T20:05:28.022Z[ host-image] Aug 19 20:05:26.987 INFO O| Aug 19 20:05:26.987 INFO STEP 33 (ensure_file) COMPLETE
99202026-08-19T20:05:28.022Z[ host-image] Aug 19 20:05:26.987 INFO O| Aug 19 20:05:26.987 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99212026-08-19T20:05:28.026Z[ host-image] Aug 19 20:05:26.995 INFO O| Aug 19 20:05:26.995 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99222026-08-19T20:05:28.029Z[ host-image] Aug 19 20:05:26.995 INFO O| Aug 19 20:05:26.995 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99232026-08-19T20:05:28.029Z[ host-image] Aug 19 20:05:26.995 INFO O| Aug 19 20:05:26.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99242026-08-19T20:05:28.029Z[ host-image] Aug 19 20:05:26.995 INFO O| Aug 19 20:05:26.995 INFO ok!
99252026-08-19T20:05:28.029Z[ host-image] Aug 19 20:05:26.995 INFO O| Aug 19 20:05:26.995 INFO STEP 34 (ensure_file) COMPLETE
99262026-08-19T20:05:28.029Z[ host-image] Aug 19 20:05:26.995 INFO O| Aug 19 20:05:26.995 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99272026-08-19T20:05:28.036Z[ host-image] Aug 19 20:05:27.004 INFO O| Aug 19 20:05:27.004 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99282026-08-19T20:05:28.036Z[ host-image] Aug 19 20:05:27.004 INFO O| Aug 19 20:05:27.004 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99292026-08-19T20:05:28.039Z[ host-image] Aug 19 20:05:27.004 INFO O| Aug 19 20:05:27.004 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99302026-08-19T20:05:28.039Z[ host-image] Aug 19 20:05:27.004 INFO O| Aug 19 20:05:27.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99312026-08-19T20:05:28.039Z[ host-image] Aug 19 20:05:27.004 INFO O| Aug 19 20:05:27.004 INFO ok!
99322026-08-19T20:05:28.039Z[ host-image] Aug 19 20:05:27.004 INFO O| Aug 19 20:05:27.004 INFO STEP 35 (ensure_file) COMPLETE
99332026-08-19T20:05:28.039Z[ host-image] Aug 19 20:05:27.004 INFO O| Aug 19 20:05:27.004 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99342026-08-19T20:05:28.042Z[ host-image] Aug 19 20:05:27.011 INFO O| Aug 19 20:05:27.011 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99352026-08-19T20:05:28.042Z[ host-image] Aug 19 20:05:27.011 INFO O| Aug 19 20:05:27.011 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99362026-08-19T20:05:28.042Z[ host-image] Aug 19 20:05:27.011 INFO O| Aug 19 20:05:27.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99372026-08-19T20:05:28.045Z[ host-image] Aug 19 20:05:27.011 INFO O| Aug 19 20:05:27.011 INFO ok!
99382026-08-19T20:05:28.045Z[ host-image] Aug 19 20:05:27.011 INFO O| Aug 19 20:05:27.011 INFO STEP 36 (ensure_file) COMPLETE
99392026-08-19T20:05:28.045Z[ host-image] Aug 19 20:05:27.011 INFO O| Aug 19 20:05:27.011 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-19T20:05:28.050Z[ host-image] Aug 19 20:05:27.017 INFO O| Aug 19 20:05:27.017 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99412026-08-19T20:05:28.050Z[ host-image] Aug 19 20:05:27.017 INFO O| Aug 19 20:05:27.017 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99422026-08-19T20:05:28.050Z[ host-image] Aug 19 20:05:27.017 INFO O| Aug 19 20:05:27.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99432026-08-19T20:05:28.050Z[ host-image] Aug 19 20:05:27.017 INFO O| Aug 19 20:05:27.017 INFO ok!
99442026-08-19T20:05:28.050Z[ host-image] Aug 19 20:05:27.017 INFO O| Aug 19 20:05:27.017 INFO STEP 37 (ensure_file) COMPLETE
99452026-08-19T20:05:28.050Z[ host-image] Aug 19 20:05:27.017 INFO O| Aug 19 20:05:27.017 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-08-19T20:05:28.056Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99472026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99482026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99492026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99502026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99512026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99522026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO ok!
99532026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO STEP 38 (ensure_file) COMPLETE
99542026-08-19T20:05:28.059Z[ host-image] Aug 19 20:05:27.025 INFO O| Aug 19 20:05:27.025 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99552026-08-19T20:05:28.063Z[ host-image] Aug 19 20:05:27.031 INFO O| Aug 19 20:05:27.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99562026-08-19T20:05:28.066Z[ host-image] Aug 19 20:05:27.032 INFO O| Aug 19 20:05:27.032 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99572026-08-19T20:05:28.066Z[ host-image] Aug 19 20:05:27.032 INFO O| Aug 19 20:05:27.032 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99582026-08-19T20:05:28.066Z[ host-image] Aug 19 20:05:27.032 INFO O| Aug 19 20:05:27.032 INFO STEP 39 (ensure_dir) COMPLETE
99592026-08-19T20:05:28.066Z[ host-image] Aug 19 20:05:27.032 INFO O| Aug 19 20:05:27.032 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99602026-08-19T20:05:28.070Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 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
99612026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 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 ...
99622026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 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
99632026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 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
99642026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 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
99652026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 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
99662026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 INFO ok!
99672026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 INFO STEP 40 (ensure_file) COMPLETE
99682026-08-19T20:05:28.074Z[ host-image] Aug 19 20:05:27.039 INFO O| Aug 19 20:05:27.039 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99692026-08-19T20:05:28.078Z[ host-image] Aug 19 20:05:27.046 INFO O| Aug 19 20:05:27.046 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99702026-08-19T20:05:28.078Z[ host-image] Aug 19 20:05:27.046 INFO O| Aug 19 20:05:27.046 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 ...
99712026-08-19T20:05:28.078Z[ host-image] Aug 19 20:05:27.046 INFO O| Aug 19 20:05:27.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99722026-08-19T20:05:28.078Z[ host-image] Aug 19 20:05:27.046 INFO O| Aug 19 20:05:27.046 INFO ok!
99732026-08-19T20:05:28.078Z[ host-image] Aug 19 20:05:27.046 INFO O| Aug 19 20:05:27.046 INFO STEP 41 (ensure_symlink) COMPLETE
99742026-08-19T20:05:28.078Z[ host-image] Aug 19 20:05:27.046 INFO O| Aug 19 20:05:27.046 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99752026-08-19T20:05:28.084Z[ host-image] Aug 19 20:05:27.053 INFO O| Aug 19 20:05:27.053 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99762026-08-19T20:05:28.084Z[ host-image] Aug 19 20:05:27.053 INFO O| Aug 19 20:05:27.053 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99772026-08-19T20:05:28.087Z[ host-image] Aug 19 20:05:27.053 INFO O| Aug 19 20:05:27.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99782026-08-19T20:05:28.087Z[ host-image] Aug 19 20:05:27.053 INFO O| Aug 19 20:05:27.053 INFO ok!
99792026-08-19T20:05:28.087Z[ host-image] Aug 19 20:05:27.053 INFO O| Aug 19 20:05:27.053 INFO STEP 42 (ensure_symlink) COMPLETE
99802026-08-19T20:05:28.087Z[ host-image] Aug 19 20:05:27.053 INFO O| Aug 19 20:05:27.053 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99812026-08-19T20:05:28.092Z[ host-image] Aug 19 20:05:27.060 INFO O| Aug 19 20:05:27.060 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99822026-08-19T20:05:28.092Z[ host-image] Aug 19 20:05:27.060 INFO O| Aug 19 20:05:27.060 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99832026-08-19T20:05:28.095Z[ host-image] Aug 19 20:05:27.061 INFO O| Aug 19 20:05:27.061 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99842026-08-19T20:05:28.095Z[ host-image] Aug 19 20:05:27.061 INFO O| Aug 19 20:05:27.061 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99852026-08-19T20:05:28.095Z[ host-image] Aug 19 20:05:27.061 INFO O| Aug 19 20:05:27.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99862026-08-19T20:05:28.095Z[ host-image] Aug 19 20:05:27.061 INFO O| Aug 19 20:05:27.061 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99872026-08-19T20:05:28.095Z[ host-image] Aug 19 20:05:27.061 INFO O| Aug 19 20:05:27.061 INFO ok!
99882026-08-19T20:05:28.095Z[ host-image] Aug 19 20:05:27.061 INFO O| Aug 19 20:05:27.061 INFO STEP 43 (ensure_file) COMPLETE
99892026-08-19T20:05:28.095Z[ host-image] Aug 19 20:05:27.061 INFO O| Aug 19 20:05:27.061 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99902026-08-19T20:05:28.100Z[ host-image] Aug 19 20:05:27.067 INFO O| Aug 19 20:05:27.067 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99912026-08-19T20:05:28.103Z[ host-image] Aug 19 20:05:27.067 INFO O| Aug 19 20:05:27.067 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 ...
99922026-08-19T20:05:28.103Z[ host-image] Aug 19 20:05:27.067 INFO O| Aug 19 20:05:27.067 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
99932026-08-19T20:05:28.103Z[ host-image] Aug 19 20:05:27.067 INFO O| Aug 19 20:05:27.067 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99942026-08-19T20:05:28.103Z[ host-image] Aug 19 20:05:27.067 INFO O| Aug 19 20:05:27.067 INFO ok!
99952026-08-19T20:05:28.103Z[ host-image] Aug 19 20:05:27.067 INFO O| Aug 19 20:05:27.067 INFO STEP 44 (ensure_file) COMPLETE
99962026-08-19T20:05:28.103Z[ host-image] Aug 19 20:05:27.067 INFO O| Aug 19 20:05:27.067 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99972026-08-19T20:05:28.106Z[ host-image] Aug 19 20:05:27.073 INFO O| Aug 19 20:05:27.073 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99982026-08-19T20:05:28.106Z[ host-image] Aug 19 20:05:27.073 INFO O| Aug 19 20:05:27.073 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99992026-08-19T20:05:28.106Z[ host-image] Aug 19 20:05:27.074 INFO O| Aug 19 20:05:27.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100002026-08-19T20:05:28.106Z[ host-image] Aug 19 20:05:27.074 INFO O| Aug 19 20:05:27.074 INFO ok!
100012026-08-19T20:05:28.106Z[ host-image] Aug 19 20:05:27.074 INFO O| Aug 19 20:05:27.074 INFO STEP 45 (ensure_file) COMPLETE
100022026-08-19T20:05:28.106Z[ host-image] Aug 19 20:05:27.074 INFO O| Aug 19 20:05:27.074 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100032026-08-19T20:05:28.112Z[ host-image] Aug 19 20:05:27.080 INFO O| Aug 19 20:05:27.080 INFO updating shadow file
100042026-08-19T20:05:28.115Z[ host-image] Aug 19 20:05:27.081 INFO O| Aug 19 20:05:27.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100052026-08-19T20:05:28.115Z[ host-image] Aug 19 20:05:27.081 INFO O| Aug 19 20:05:27.081 INFO STEP 46 (shadow) COMPLETE
100062026-08-19T20:05:28.115Z[ host-image] Aug 19 20:05:27.081 INFO O| Aug 19 20:05:27.081 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100072026-08-19T20:05:28.119Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.087 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100082026-08-19T20:05:28.119Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.087 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100092026-08-19T20:05:28.119Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100102026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.087 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100112026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.087 INFO ok!
100122026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.087 INFO STEP 47 (ensure_file) COMPLETE
100132026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.088 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.088 INFO skip step because feature "mfg" is not enabled
100152026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.088 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100162026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.088 INFO skip step because feature "mfg" is not enabled
100172026-08-19T20:05:28.122Z[ host-image] Aug 19 20:05:27.088 INFO O| Aug 19 20:05:27.088 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100182026-08-19T20:05:28.128Z[ host-image] Aug 19 20:05:27.096 INFO O| Aug 19 20:05:27.096 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100192026-08-19T20:05:28.128Z[ host-image] Aug 19 20:05:27.096 INFO O| Aug 19 20:05:27.096 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100202026-08-19T20:05:28.151Z[ host-image] Aug 19 20:05:27.120 INFO O| Aug 19 20:05:27.120 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100212026-08-19T20:05:28.151Z[ host-image] Aug 19 20:05:27.120 INFO O| Aug 19 20:05:27.120 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100222026-08-19T20:05:28.155Z[ host-image] Aug 19 20:05:27.120 INFO O| Aug 19 20:05:27.120 INFO ok!
100232026-08-19T20:05:28.155Z[ host-image] Aug 19 20:05:27.120 INFO O| Aug 19 20:05:27.120 INFO STEP 50 (ensure_file) COMPLETE
100242026-08-19T20:05:28.155Z[ host-image] Aug 19 20:05:27.120 INFO O| Aug 19 20:05:27.120 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100252026-08-19T20:05:28.155Z[ host-image] Aug 19 20:05:27.120 INFO O| Aug 19 20:05:27.120 INFO skip step because feature "compliance" is not enabled
100262026-08-19T20:05:28.155Z[ host-image] Aug 19 20:05:27.120 INFO O| Aug 19 20:05:27.120 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100272026-08-19T20:05:28.160Z[ host-image] Aug 19 20:05:27.128 INFO O| Aug 19 20:05:27.128 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100282026-08-19T20:05:28.160Z[ host-image] Aug 19 20:05:27.128 INFO O| Aug 19 20:05:27.128 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100292026-08-19T20:05:28.163Z[ host-image] Aug 19 20:05:27.129 INFO O| Aug 19 20:05:27.128 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100302026-08-19T20:05:28.163Z[ host-image] Aug 19 20:05:27.129 INFO O| Aug 19 20:05:27.129 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100312026-08-19T20:05:28.163Z[ host-image] Aug 19 20:05:27.129 INFO O| Aug 19 20:05:27.129 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100322026-08-19T20:05:28.163Z[ host-image] Aug 19 20:05:27.129 INFO O| Aug 19 20:05:27.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100332026-08-19T20:05:28.163Z[ host-image] Aug 19 20:05:27.129 INFO O| Aug 19 20:05:27.129 INFO ok!
100342026-08-19T20:05:28.163Z[ host-image] Aug 19 20:05:27.129 INFO O| Aug 19 20:05:27.129 INFO STEP 52 (ensure_file) COMPLETE
100352026-08-19T20:05:28.163Z[ host-image] Aug 19 20:05:27.129 INFO O| Aug 19 20:05:27.129 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-08-19T20:05:28.167Z[ host-image] Aug 19 20:05:27.136 INFO O| Aug 19 20:05:27.136 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100372026-08-19T20:05:28.167Z[ host-image] Aug 19 20:05:27.136 INFO O| Aug 19 20:05:27.136 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 ...
100382026-08-19T20:05:28.170Z[ host-image] Aug 19 20:05:27.136 INFO O| Aug 19 20:05:27.136 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
100392026-08-19T20:05:28.170Z[ host-image] Aug 19 20:05:27.136 INFO O| Aug 19 20:05:27.136 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100402026-08-19T20:05:28.170Z[ host-image] Aug 19 20:05:27.136 INFO O| Aug 19 20:05:27.136 INFO ok!
100412026-08-19T20:05:28.170Z[ host-image] Aug 19 20:05:27.136 INFO O| Aug 19 20:05:27.136 INFO STEP 53 (ensure_file) COMPLETE
100422026-08-19T20:05:28.170Z[ host-image] Aug 19 20:05:27.136 INFO O| Aug 19 20:05:27.136 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100432026-08-19T20:05:28.175Z[ host-image] Aug 19 20:05:27.144 INFO O| Aug 19 20:05:27.144 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100442026-08-19T20:05:28.178Z[ host-image] Aug 19 20:05:27.144 INFO O| Aug 19 20:05:27.144 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 ...
100452026-08-19T20:05:28.178Z[ host-image] Aug 19 20:05:27.144 INFO O| Aug 19 20:05:27.144 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100462026-08-19T20:05:28.178Z[ host-image] Aug 19 20:05:27.144 INFO O| Aug 19 20:05:27.144 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100472026-08-19T20:05:28.178Z[ host-image] Aug 19 20:05:27.144 INFO O| Aug 19 20:05:27.144 INFO ok!
100482026-08-19T20:05:28.178Z[ host-image] Aug 19 20:05:27.144 INFO O| Aug 19 20:05:27.144 INFO STEP 54 (ensure_file) COMPLETE
100492026-08-19T20:05:28.178Z[ host-image] Aug 19 20:05:27.144 INFO O| Aug 19 20:05:27.144 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-08-19T20:05:28.182Z[ host-image] Aug 19 20:05:27.151 INFO O| Aug 19 20:05:27.151 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100512026-08-19T20:05:28.182Z[ host-image] Aug 19 20:05:27.151 INFO O| Aug 19 20:05:27.151 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 ...
100522026-08-19T20:05:28.185Z[ host-image] Aug 19 20:05:27.151 INFO O| Aug 19 20:05:27.151 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
100532026-08-19T20:05:28.185Z[ host-image] Aug 19 20:05:27.151 INFO O| Aug 19 20:05:27.151 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100542026-08-19T20:05:28.185Z[ host-image] Aug 19 20:05:27.151 INFO O| Aug 19 20:05:27.151 INFO ok!
100552026-08-19T20:05:28.185Z[ host-image] Aug 19 20:05:27.151 INFO O| Aug 19 20:05:27.151 INFO STEP 55 (ensure_file) COMPLETE
100562026-08-19T20:05:28.185Z[ host-image] Aug 19 20:05:27.151 INFO O| Aug 19 20:05:27.151 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-08-19T20:05:28.189Z[ host-image] Aug 19 20:05:27.158 INFO O| Aug 19 20:05:27.158 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100582026-08-19T20:05:28.189Z[ host-image] Aug 19 20:05:27.158 INFO O| Aug 19 20:05:27.158 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 ...
100592026-08-19T20:05:28.192Z[ host-image] Aug 19 20:05:27.158 INFO O| Aug 19 20:05:27.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100602026-08-19T20:05:28.192Z[ host-image] Aug 19 20:05:27.158 INFO O| Aug 19 20:05:27.158 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100612026-08-19T20:05:28.192Z[ host-image] Aug 19 20:05:27.158 INFO O| Aug 19 20:05:27.158 INFO ok!
100622026-08-19T20:05:28.192Z[ host-image] Aug 19 20:05:27.158 INFO O| Aug 19 20:05:27.158 INFO STEP 56 (ensure_file) COMPLETE
100632026-08-19T20:05:28.193Z[ host-image] Aug 19 20:05:27.158 INFO O| Aug 19 20:05:27.158 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-08-19T20:05:28.198Z[ host-image] Aug 19 20:05:27.167 INFO O| Aug 19 20:05:27.167 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100652026-08-19T20:05:28.201Z[ host-image] Aug 19 20:05:27.167 INFO O| Aug 19 20:05:27.167 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 ...
100662026-08-19T20:05:28.201Z[ host-image] Aug 19 20:05:27.167 INFO O| Aug 19 20:05:27.167 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
100672026-08-19T20:05:28.201Z[ host-image] Aug 19 20:05:27.167 INFO O| Aug 19 20:05:27.167 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100682026-08-19T20:05:28.201Z[ host-image] Aug 19 20:05:27.167 INFO O| Aug 19 20:05:27.167 INFO ok!
100692026-08-19T20:05:28.201Z[ host-image] Aug 19 20:05:27.167 INFO O| Aug 19 20:05:27.167 INFO STEP 57 (ensure_file) COMPLETE
100702026-08-19T20:05:28.201Z[ host-image] Aug 19 20:05:27.167 INFO O| Aug 19 20:05:27.167 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-08-19T20:05:28.206Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100722026-08-19T20:05:28.209Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 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 ...
100732026-08-19T20:05:28.209Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100742026-08-19T20:05:28.209Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100752026-08-19T20:05:28.209Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100762026-08-19T20:05:28.210Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100772026-08-19T20:05:28.210Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO ok!
100782026-08-19T20:05:28.210Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO STEP 58 (ensure_file) COMPLETE
100792026-08-19T20:05:28.210Z[ host-image] Aug 19 20:05:27.175 INFO O| Aug 19 20:05:27.175 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-08-19T20:05:28.214Z[ host-image] Aug 19 20:05:27.182 INFO O| Aug 19 20:05:27.182 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100812026-08-19T20:05:28.214Z[ host-image] Aug 19 20:05:27.183 INFO O| Aug 19 20:05:27.182 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 ...
100822026-08-19T20:05:28.214Z[ host-image] Aug 19 20:05:27.183 INFO O| Aug 19 20:05:27.183 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
100832026-08-19T20:05:28.217Z[ host-image] Aug 19 20:05:27.183 INFO O| Aug 19 20:05:27.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100842026-08-19T20:05:28.217Z[ host-image] Aug 19 20:05:27.183 INFO O| Aug 19 20:05:27.183 INFO ok!
100852026-08-19T20:05:28.217Z[ host-image] Aug 19 20:05:27.183 INFO O| Aug 19 20:05:27.183 INFO STEP 59 (ensure_file) COMPLETE
100862026-08-19T20:05:28.217Z[ host-image] Aug 19 20:05:27.183 INFO O| Aug 19 20:05:27.183 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-08-19T20:05:28.222Z[ host-image] Aug 19 20:05:27.191 INFO O| Aug 19 20:05:27.191 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100882026-08-19T20:05:28.222Z[ host-image] Aug 19 20:05:27.191 INFO O| Aug 19 20:05:27.191 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100892026-08-19T20:05:28.225Z[ host-image] Aug 19 20:05:27.191 INFO O| Aug 19 20:05:27.191 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100902026-08-19T20:05:28.225Z[ host-image] Aug 19 20:05:27.191 INFO O| Aug 19 20:05:27.191 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100912026-08-19T20:05:28.225Z[ host-image] Aug 19 20:05:27.191 INFO O| Aug 19 20:05:27.191 INFO ok!
100922026-08-19T20:05:28.225Z[ host-image] Aug 19 20:05:27.191 INFO O| Aug 19 20:05:27.191 INFO STEP 60 (ensure_file) COMPLETE
100932026-08-19T20:05:28.225Z[ host-image] Aug 19 20:05:27.191 INFO O| Aug 19 20:05:27.191 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-08-19T20:05:28.230Z[ host-image] Aug 19 20:05:27.199 INFO O| Aug 19 20:05:27.198 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100952026-08-19T20:05:28.230Z[ host-image] Aug 19 20:05:27.199 INFO O| Aug 19 20:05:27.199 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 ...
100962026-08-19T20:05:28.235Z[ host-image] Aug 19 20:05:27.199 INFO O| Aug 19 20:05:27.199 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
100972026-08-19T20:05:28.235Z[ host-image] Aug 19 20:05:27.199 INFO O| Aug 19 20:05:27.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100982026-08-19T20:05:28.235Z[ host-image] Aug 19 20:05:27.199 INFO O| Aug 19 20:05:27.199 INFO ok!
100992026-08-19T20:05:28.235Z[ host-image] Aug 19 20:05:27.199 INFO O| Aug 19 20:05:27.199 INFO STEP 61 (ensure_file) COMPLETE
101002026-08-19T20:05:28.235Z[ host-image] Aug 19 20:05:27.199 INFO O| Aug 19 20:05:27.199 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101022026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101032026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101042026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101052026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101062026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101072026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO ok!
101082026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO STEP 62 (ensure_file) COMPLETE
101092026-08-19T20:05:28.238Z[ host-image] Aug 19 20:05:27.205 INFO O| Aug 19 20:05:27.205 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-19T20:05:28.245Z[ host-image] Aug 19 20:05:27.214 INFO O| Aug 19 20:05:27.214 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101112026-08-19T20:05:28.248Z[ host-image] Aug 19 20:05:27.214 INFO O| Aug 19 20:05:27.214 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 ...
101122026-08-19T20:05:28.249Z[ host-image] Aug 19 20:05:27.214 INFO O| Aug 19 20:05:27.214 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
101132026-08-19T20:05:28.249Z[ host-image] Aug 19 20:05:27.214 INFO O| Aug 19 20:05:27.214 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101142026-08-19T20:05:28.249Z[ host-image] Aug 19 20:05:27.214 INFO O| Aug 19 20:05:27.214 INFO ok!
101152026-08-19T20:05:28.249Z[ host-image] Aug 19 20:05:27.214 INFO O| Aug 19 20:05:27.214 INFO STEP 63 (ensure_file) COMPLETE
101162026-08-19T20:05:28.249Z[ host-image] Aug 19 20:05:27.214 INFO O| Aug 19 20:05:27.214 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-08-19T20:05:28.252Z[ host-image] Aug 19 20:05:27.221 INFO O| Aug 19 20:05:27.221 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101182026-08-19T20:05:28.255Z[ host-image] Aug 19 20:05:27.221 INFO O| Aug 19 20:05:27.221 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 ...
101192026-08-19T20:05:28.255Z[ host-image] Aug 19 20:05:27.221 INFO O| Aug 19 20:05:27.221 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
101202026-08-19T20:05:28.256Z[ host-image] Aug 19 20:05:27.221 INFO O| Aug 19 20:05:27.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101212026-08-19T20:05:28.256Z[ host-image] Aug 19 20:05:27.221 INFO O| Aug 19 20:05:27.221 INFO ok!
101222026-08-19T20:05:28.256Z[ host-image] Aug 19 20:05:27.221 INFO O| Aug 19 20:05:27.221 INFO STEP 64 (ensure_file) COMPLETE
101232026-08-19T20:05:28.256Z[ host-image] Aug 19 20:05:27.221 INFO O| Aug 19 20:05:27.221 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101242026-08-19T20:05:28.259Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101252026-08-19T20:05:28.259Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 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 ...
101262026-08-19T20:05:28.262Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 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
101272026-08-19T20:05:28.262Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101282026-08-19T20:05:28.262Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 INFO ok!
101292026-08-19T20:05:28.262Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 INFO STEP 65 (ensure_file) COMPLETE
101302026-08-19T20:05:28.262Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101312026-08-19T20:05:28.262Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 INFO skip step because feature "mbist" is not enabled
101322026-08-19T20:05:28.262Z[ host-image] Aug 19 20:05:27.228 INFO O| Aug 19 20:05:27.228 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-08-19T20:05:28.266Z[ host-image] Aug 19 20:05:27.234 INFO O| Aug 19 20:05:27.234 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101342026-08-19T20:05:28.266Z[ host-image] Aug 19 20:05:27.234 INFO O| Aug 19 20:05:27.234 INFO STEP 67 (ensure_dir) COMPLETE
101352026-08-19T20:05:28.269Z[ host-image] Aug 19 20:05:27.234 INFO O| Aug 19 20:05:27.234 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-08-19T20:05:28.275Z[ host-image] Aug 19 20:05:27.243 INFO O| Aug 19 20:05:27.243 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101372026-08-19T20:05:28.278Z[ host-image] Aug 19 20:05:27.243 INFO O| Aug 19 20:05:27.243 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101382026-08-19T20:05:28.278Z[ host-image] Aug 19 20:05:27.243 INFO O| Aug 19 20:05:27.243 INFO STEP 68 (ensure_dir) COMPLETE
101392026-08-19T20:05:28.278Z[ host-image] Aug 19 20:05:27.243 INFO O| Aug 19 20:05:27.243 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-08-19T20:05:28.282Z[ host-image] Aug 19 20:05:27.250 INFO O| Aug 19 20:05:27.250 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101412026-08-19T20:05:28.285Z[ host-image] Aug 19 20:05:27.250 INFO O| Aug 19 20:05:27.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101422026-08-19T20:05:28.285Z[ host-image] Aug 19 20:05:27.250 INFO O| Aug 19 20:05:27.250 INFO STEP 69 (ensure_dir) COMPLETE
101432026-08-19T20:05:28.285Z[ host-image] Aug 19 20:05:27.250 INFO O| Aug 19 20:05:27.250 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-08-19T20:05:28.289Z[ host-image] Aug 19 20:05:27.258 INFO O| Aug 19 20:05:27.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101452026-08-19T20:05:28.289Z[ host-image] Aug 19 20:05:27.258 INFO O| Aug 19 20:05:27.258 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101462026-08-19T20:05:28.607Z[ host-image] Aug 19 20:05:27.575 INFO O| Aug 19 20:05:27.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101472026-08-19T20:05:28.607Z[ host-image] Aug 19 20:05:27.575 INFO O| Aug 19 20:05:27.575 INFO ok!
101482026-08-19T20:05:28.607Z[ host-image] Aug 19 20:05:27.575 INFO O| Aug 19 20:05:27.575 INFO STEP 70 (ensure_file) COMPLETE
101492026-08-19T20:05:28.611Z[ host-image] Aug 19 20:05:27.575 INFO O| Aug 19 20:05:27.575 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-08-19T20:05:28.614Z[ host-image] Aug 19 20:05:27.583 INFO O| Aug 19 20:05:27.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101512026-08-19T20:05:28.615Z[ host-image] Aug 19 20:05:27.583 INFO O| Aug 19 20:05:27.583 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101522026-08-19T20:05:29.212Z[ host-image] Aug 19 20:05:28.181 INFO O| Aug 19 20:05:28.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101532026-08-19T20:05:29.212Z[ host-image] Aug 19 20:05:28.181 INFO O| Aug 19 20:05:28.181 INFO ok!
101542026-08-19T20:05:29.212Z[ host-image] Aug 19 20:05:28.181 INFO O| Aug 19 20:05:28.181 INFO STEP 71 (ensure_file) COMPLETE
101552026-08-19T20:05:29.212Z[ host-image] Aug 19 20:05:28.181 INFO O| Aug 19 20:05:28.181 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-08-19T20:05:29.222Z[ host-image] Aug 19 20:05:28.191 INFO O| Aug 19 20:05:28.191 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101572026-08-19T20:05:29.223Z[ host-image] Aug 19 20:05:28.191 INFO O| Aug 19 20:05:28.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101582026-08-19T20:05:29.226Z[ host-image] Aug 19 20:05:28.191 INFO O| Aug 19 20:05:28.191 INFO STEP 72 (ensure_dir) COMPLETE
101592026-08-19T20:05:29.226Z[ host-image] Aug 19 20:05:28.191 INFO O| Aug 19 20:05:28.191 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-08-19T20:05:29.230Z[ host-image] Aug 19 20:05:28.198 INFO O| Aug 19 20:05:28.198 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101612026-08-19T20:05:29.230Z[ host-image] Aug 19 20:05:28.198 INFO O| Aug 19 20:05:28.198 INFO copying /tmp/.tmpsPfDDW/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 ...
101622026-08-19T20:05:29.230Z[ host-image] Aug 19 20:05:28.198 INFO O| Aug 19 20:05:28.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101632026-08-19T20:05:29.233Z[ host-image] Aug 19 20:05:28.198 INFO O| Aug 19 20:05:28.198 INFO ok!
101642026-08-19T20:05:29.233Z[ host-image] Aug 19 20:05:28.198 INFO O| Aug 19 20:05:28.198 INFO STEP 73 (ensure_file) COMPLETE
101652026-08-19T20:05:29.233Z[ host-image] Aug 19 20:05:28.198 INFO O| Aug 19 20:05:28.198 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-19T20:05:29.238Z[ host-image] Aug 19 20:05:28.207 INFO O| Aug 19 20:05:28.207 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101672026-08-19T20:05:29.238Z[ host-image] Aug 19 20:05:28.207 INFO O| Aug 19 20:05:28.207 INFO copying /tmp/.tmpsPfDDW/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 ...
101682026-08-19T20:05:29.241Z[ host-image] Aug 19 20:05:28.207 INFO O| Aug 19 20:05:28.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101692026-08-19T20:05:29.241Z[ host-image] Aug 19 20:05:28.207 INFO O| Aug 19 20:05:28.207 INFO ok!
101702026-08-19T20:05:29.241Z[ host-image] Aug 19 20:05:28.207 INFO O| Aug 19 20:05:28.207 INFO STEP 74 (ensure_file) COMPLETE
101712026-08-19T20:05:29.241Z[ host-image] Aug 19 20:05:28.207 INFO O| Aug 19 20:05:28.207 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-08-19T20:05:29.245Z[ host-image] Aug 19 20:05:28.213 INFO O| Aug 19 20:05:28.213 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101732026-08-19T20:05:29.248Z[ host-image] Aug 19 20:05:28.213 INFO O| Aug 19 20:05:28.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101742026-08-19T20:05:29.248Z[ host-image] Aug 19 20:05:28.213 INFO O| Aug 19 20:05:28.213 INFO STEP 75 (ensure_dir) COMPLETE
101752026-08-19T20:05:29.248Z[ host-image] Aug 19 20:05:28.213 INFO O| Aug 19 20:05:28.213 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-19T20:05:29.252Z[ host-image] Aug 19 20:05:28.220 INFO O| Aug 19 20:05:28.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101772026-08-19T20:05:29.252Z[ host-image] Aug 19 20:05:28.220 INFO O| Aug 19 20:05:28.220 INFO copying /tmp/.tmpsPfDDW/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 ...
101782026-08-19T20:05:29.255Z[ host-image] Aug 19 20:05:28.220 INFO O| Aug 19 20:05:28.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101792026-08-19T20:05:29.255Z[ host-image] Aug 19 20:05:28.220 INFO O| Aug 19 20:05:28.220 INFO ok!
101802026-08-19T20:05:29.255Z[ host-image] Aug 19 20:05:28.220 INFO O| Aug 19 20:05:28.220 INFO STEP 76 (ensure_file) COMPLETE
101812026-08-19T20:05:29.255Z[ host-image] Aug 19 20:05:28.220 INFO O| Aug 19 20:05:28.220 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-19T20:05:29.259Z[ host-image] Aug 19 20:05:28.228 INFO O| Aug 19 20:05:28.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101832026-08-19T20:05:29.259Z[ host-image] Aug 19 20:05:28.228 INFO O| Aug 19 20:05:28.228 INFO copying /tmp/.tmpsPfDDW/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 ...
101842026-08-19T20:05:29.262Z[ host-image] Aug 19 20:05:28.228 INFO O| Aug 19 20:05:28.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101852026-08-19T20:05:29.262Z[ host-image] Aug 19 20:05:28.228 INFO O| Aug 19 20:05:28.228 INFO ok!
101862026-08-19T20:05:29.262Z[ host-image] Aug 19 20:05:28.228 INFO O| Aug 19 20:05:28.228 INFO STEP 77 (ensure_file) COMPLETE
101872026-08-19T20:05:29.262Z[ host-image] Aug 19 20:05:28.228 INFO O| Aug 19 20:05:28.228 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-08-19T20:05:29.267Z[ host-image] Aug 19 20:05:28.236 INFO O| Aug 19 20:05:28.236 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101892026-08-19T20:05:29.270Z[ host-image] Aug 19 20:05:28.236 INFO O| Aug 19 20:05:28.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101902026-08-19T20:05:29.270Z[ host-image] Aug 19 20:05:28.236 INFO O| Aug 19 20:05:28.236 INFO STEP 78 (ensure_dir) COMPLETE
101912026-08-19T20:05:29.271Z[ host-image] Aug 19 20:05:28.236 INFO O| Aug 19 20:05:28.236 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-19T20:05:29.273Z[ host-image] Aug 19 20:05:28.242 INFO O| Aug 19 20:05:28.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101932026-08-19T20:05:29.273Z[ host-image] Aug 19 20:05:28.242 INFO O| Aug 19 20:05:28.241 INFO copying /tmp/.tmpsPfDDW/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 ...
101942026-08-19T20:05:29.273Z[ host-image] Aug 19 20:05:28.242 INFO O| Aug 19 20:05:28.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101952026-08-19T20:05:29.274Z[ host-image] Aug 19 20:05:28.242 INFO O| Aug 19 20:05:28.242 INFO ok!
101962026-08-19T20:05:29.274Z[ host-image] Aug 19 20:05:28.242 INFO O| Aug 19 20:05:28.242 INFO STEP 79 (ensure_file) COMPLETE
101972026-08-19T20:05:29.274Z[ host-image] Aug 19 20:05:28.242 INFO O| Aug 19 20:05:28.242 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-19T20:05:29.280Z[ host-image] Aug 19 20:05:28.248 INFO O| Aug 19 20:05:28.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101992026-08-19T20:05:29.280Z[ host-image] Aug 19 20:05:28.248 INFO O| Aug 19 20:05:28.248 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102002026-08-19T20:05:29.283Z[ host-image] Aug 19 20:05:28.248 INFO O| Aug 19 20:05:28.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102012026-08-19T20:05:29.283Z[ host-image] Aug 19 20:05:28.248 INFO O| Aug 19 20:05:28.248 INFO ok!
102022026-08-19T20:05:29.283Z[ host-image] Aug 19 20:05:28.248 INFO O| Aug 19 20:05:28.248 INFO STEP 80 (ensure_file) COMPLETE
102032026-08-19T20:05:29.283Z[ host-image] Aug 19 20:05:28.248 INFO O| Aug 19 20:05:28.248 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-19T20:05:29.288Z[ host-image] Aug 19 20:05:28.257 INFO O| Aug 19 20:05:28.257 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102052026-08-19T20:05:29.291Z[ host-image] Aug 19 20:05:28.257 INFO O| Aug 19 20:05:28.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102062026-08-19T20:05:29.291Z[ host-image] Aug 19 20:05:28.257 INFO O| Aug 19 20:05:28.257 INFO STEP 81 (ensure_dir) COMPLETE
102072026-08-19T20:05:29.291Z[ host-image] Aug 19 20:05:28.257 INFO O| Aug 19 20:05:28.257 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-19T20:05:29.296Z[ host-image] Aug 19 20:05:28.265 INFO O| Aug 19 20:05:28.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102092026-08-19T20:05:29.299Z[ host-image] Aug 19 20:05:28.265 INFO O| Aug 19 20:05:28.265 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102102026-08-19T20:05:29.850Z[ host-image] Aug 19 20:05:28.818 INFO O| Aug 19 20:05:28.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102112026-08-19T20:05:29.850Z[ host-image] Aug 19 20:05:28.818 INFO O| Aug 19 20:05:28.818 INFO ok!
102122026-08-19T20:05:29.850Z[ host-image] Aug 19 20:05:28.818 INFO O| Aug 19 20:05:28.818 INFO STEP 82 (ensure_file) COMPLETE
102132026-08-19T20:05:29.853Z[ host-image] Aug 19 20:05:28.818 INFO O| Aug 19 20:05:28.818 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-19T20:05:29.856Z[ host-image] Aug 19 20:05:28.825 INFO O| Aug 19 20:05:28.825 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102152026-08-19T20:05:29.856Z[ host-image] Aug 19 20:05:28.825 INFO O| Aug 19 20:05:28.825 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102162026-08-19T20:05:30.129Z[ host-image] Aug 19 20:05:29.097 INFO O| Aug 19 20:05:29.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102172026-08-19T20:05:30.129Z[ host-image] Aug 19 20:05:29.097 INFO O| Aug 19 20:05:29.097 INFO ok!
102182026-08-19T20:05:30.129Z[ host-image] Aug 19 20:05:29.097 INFO O| Aug 19 20:05:29.097 INFO STEP 83 (ensure_file) COMPLETE
102192026-08-19T20:05:30.134Z[ host-image] Aug 19 20:05:29.097 INFO O| Aug 19 20:05:29.097 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-19T20:05:30.138Z[ host-image] Aug 19 20:05:29.107 INFO O| Aug 19 20:05:29.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102212026-08-19T20:05:30.138Z[ host-image] Aug 19 20:05:29.107 INFO O| Aug 19 20:05:29.107 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102222026-08-19T20:05:31.458Z[ host-image] Aug 19 20:05:30.427 INFO O| Aug 19 20:05:30.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102232026-08-19T20:05:31.458Z[ host-image] Aug 19 20:05:30.427 INFO O| Aug 19 20:05:30.427 INFO ok!
102242026-08-19T20:05:31.458Z[ host-image] Aug 19 20:05:30.427 INFO O| Aug 19 20:05:30.427 INFO STEP 84 (ensure_file) COMPLETE
102252026-08-19T20:05:31.462Z[ host-image] Aug 19 20:05:30.427 INFO O| Aug 19 20:05:30.427 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-19T20:05:31.466Z[ host-image] Aug 19 20:05:30.435 INFO O| Aug 19 20:05:30.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102272026-08-19T20:05:31.469Z[ host-image] Aug 19 20:05:30.435 INFO O| Aug 19 20:05:30.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102282026-08-19T20:05:31.469Z[ host-image] Aug 19 20:05:30.435 INFO O| Aug 19 20:05:30.435 INFO STEP 85 (ensure_dir) COMPLETE
102292026-08-19T20:05:31.469Z[ host-image] Aug 19 20:05:30.435 INFO O| Aug 19 20:05:30.435 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-08-19T20:05:31.474Z[ host-image] Aug 19 20:05:30.442 INFO O| Aug 19 20:05:30.442 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102312026-08-19T20:05:31.477Z[ host-image] Aug 19 20:05:30.442 INFO O| Aug 19 20:05:30.442 INFO copying /tmp/.tmpsPfDDW/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 ...
102322026-08-19T20:05:31.477Z[ host-image] Aug 19 20:05:30.443 INFO O| Aug 19 20:05:30.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102332026-08-19T20:05:31.477Z[ host-image] Aug 19 20:05:30.443 INFO O| Aug 19 20:05:30.443 INFO ok!
102342026-08-19T20:05:31.477Z[ host-image] Aug 19 20:05:30.443 INFO O| Aug 19 20:05:30.443 INFO STEP 86 (ensure_file) COMPLETE
102352026-08-19T20:05:31.477Z[ host-image] Aug 19 20:05:30.443 INFO O| Aug 19 20:05:30.443 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-19T20:05:31.481Z[ host-image] Aug 19 20:05:30.450 INFO O| Aug 19 20:05:30.450 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102372026-08-19T20:05:31.484Z[ host-image] Aug 19 20:05:30.450 INFO O| Aug 19 20:05:30.450 INFO copying /tmp/.tmpsPfDDW/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 ...
102382026-08-19T20:05:31.484Z[ host-image] Aug 19 20:05:30.450 INFO O| Aug 19 20:05:30.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102392026-08-19T20:05:31.484Z[ host-image] Aug 19 20:05:30.450 INFO O| Aug 19 20:05:30.450 INFO ok!
102402026-08-19T20:05:31.484Z[ host-image] Aug 19 20:05:30.450 INFO O| Aug 19 20:05:30.450 INFO STEP 87 (ensure_file) COMPLETE
102412026-08-19T20:05:31.484Z[ host-image] Aug 19 20:05:30.450 INFO O| Aug 19 20:05:30.450 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-19T20:05:31.489Z[ host-image] Aug 19 20:05:30.458 INFO O| Aug 19 20:05:30.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102432026-08-19T20:05:31.492Z[ host-image] Aug 19 20:05:30.458 INFO O| Aug 19 20:05:30.458 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102442026-08-19T20:05:31.492Z[ host-image] Aug 19 20:05:30.458 INFO O| Aug 19 20:05:30.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102452026-08-19T20:05:31.492Z[ host-image] Aug 19 20:05:30.458 INFO O| Aug 19 20:05:30.458 INFO ok!
102462026-08-19T20:05:31.492Z[ host-image] Aug 19 20:05:30.458 INFO O| Aug 19 20:05:30.458 INFO STEP 88 (ensure_file) COMPLETE
102472026-08-19T20:05:31.492Z[ host-image] Aug 19 20:05:30.458 INFO O| Aug 19 20:05:30.458 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-19T20:05:31.497Z[ host-image] Aug 19 20:05:30.465 INFO O| Aug 19 20:05:30.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102492026-08-19T20:05:31.497Z[ host-image] Aug 19 20:05:30.465 INFO O| Aug 19 20:05:30.465 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102502026-08-19T20:05:31.500Z[ host-image] Aug 19 20:05:30.465 INFO O| Aug 19 20:05:30.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102512026-08-19T20:05:31.500Z[ host-image] Aug 19 20:05:30.466 INFO O| Aug 19 20:05:30.465 INFO ok!
102522026-08-19T20:05:31.500Z[ host-image] Aug 19 20:05:30.466 INFO O| Aug 19 20:05:30.465 INFO STEP 89 (ensure_file) COMPLETE
102532026-08-19T20:05:31.500Z[ host-image] Aug 19 20:05:30.466 INFO O| Aug 19 20:05:30.465 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-19T20:05:31.504Z[ host-image] Aug 19 20:05:30.473 INFO O| Aug 19 20:05:30.473 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102552026-08-19T20:05:31.507Z[ host-image] Aug 19 20:05:30.473 INFO O| Aug 19 20:05:30.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102562026-08-19T20:05:31.507Z[ host-image] Aug 19 20:05:30.473 INFO O| Aug 19 20:05:30.473 INFO STEP 90 (ensure_dir) COMPLETE
102572026-08-19T20:05:31.507Z[ host-image] Aug 19 20:05:30.473 INFO O| Aug 19 20:05:30.473 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-19T20:05:31.511Z[ host-image] Aug 19 20:05:30.479 INFO O| Aug 19 20:05:30.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102592026-08-19T20:05:31.511Z[ host-image] Aug 19 20:05:30.479 INFO O| Aug 19 20:05:30.479 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102602026-08-19T20:05:31.691Z[ host-image] Aug 19 20:05:30.659 INFO O| Aug 19 20:05:30.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102612026-08-19T20:05:31.695Z[ host-image] Aug 19 20:05:30.659 INFO O| Aug 19 20:05:30.659 INFO ok!
102622026-08-19T20:05:31.695Z[ host-image] Aug 19 20:05:30.659 INFO O| Aug 19 20:05:30.659 INFO STEP 91 (ensure_file) COMPLETE
102632026-08-19T20:05:31.695Z[ host-image] Aug 19 20:05:30.659 INFO O| Aug 19 20:05:30.659 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-19T20:05:31.701Z[ host-image] Aug 19 20:05:30.669 INFO O| Aug 19 20:05:30.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102652026-08-19T20:05:31.705Z[ host-image] Aug 19 20:05:30.669 INFO O| Aug 19 20:05:30.669 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102662026-08-19T20:05:31.705Z[ host-image] Aug 19 20:05:30.669 INFO O| Aug 19 20:05:30.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102672026-08-19T20:05:31.705Z[ host-image] Aug 19 20:05:30.669 INFO O| Aug 19 20:05:30.669 INFO ok!
102682026-08-19T20:05:31.705Z[ host-image] Aug 19 20:05:30.669 INFO O| Aug 19 20:05:30.669 INFO STEP 92 (ensure_file) COMPLETE
102692026-08-19T20:05:31.705Z[ host-image] Aug 19 20:05:30.669 INFO O| Aug 19 20:05:30.669 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-19T20:05:31.714Z[ host-image] Aug 19 20:05:30.678 INFO O| Aug 19 20:05:30.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102712026-08-19T20:05:31.714Z[ host-image] Aug 19 20:05:30.678 INFO O| Aug 19 20:05:30.678 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102722026-08-19T20:05:32.028Z[ host-image] Aug 19 20:05:30.997 INFO O| Aug 19 20:05:30.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102732026-08-19T20:05:32.028Z[ host-image] Aug 19 20:05:30.997 INFO O| Aug 19 20:05:30.997 INFO ok!
102742026-08-19T20:05:32.031Z[ host-image] Aug 19 20:05:30.997 INFO O| Aug 19 20:05:30.997 INFO STEP 93 (ensure_file) COMPLETE
102752026-08-19T20:05:32.031Z[ host-image] Aug 19 20:05:30.997 INFO O| Aug 19 20:05:30.997 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-19T20:05:32.037Z[ host-image] Aug 19 20:05:31.006 INFO O| Aug 19 20:05:31.006 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102772026-08-19T20:05:32.037Z[ host-image] Aug 19 20:05:31.006 INFO O| Aug 19 20:05:31.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102782026-08-19T20:05:32.040Z[ host-image] Aug 19 20:05:31.006 INFO O| Aug 19 20:05:31.006 INFO STEP 94 (ensure_dir) COMPLETE
102792026-08-19T20:05:32.040Z[ host-image] Aug 19 20:05:31.006 INFO O| Aug 19 20:05:31.006 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-19T20:05:32.045Z[ host-image] Aug 19 20:05:31.013 INFO O| Aug 19 20:05:31.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102812026-08-19T20:05:32.045Z[ host-image] Aug 19 20:05:31.013 INFO O| Aug 19 20:05:31.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102822026-08-19T20:05:32.048Z[ host-image] Aug 19 20:05:31.013 INFO O| Aug 19 20:05:31.013 INFO STEP 95 (ensure_dir) COMPLETE
102832026-08-19T20:05:32.048Z[ host-image] Aug 19 20:05:31.013 INFO O| Aug 19 20:05:31.013 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-19T20:05:32.053Z[ host-image] Aug 19 20:05:31.022 INFO O| Aug 19 20:05:31.022 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102852026-08-19T20:05:32.056Z[ host-image] Aug 19 20:05:31.022 INFO O| Aug 19 20:05:31.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102862026-08-19T20:05:32.056Z[ host-image] Aug 19 20:05:31.022 INFO O| Aug 19 20:05:31.022 INFO STEP 96 (ensure_dir) COMPLETE
102872026-08-19T20:05:32.056Z[ host-image] Aug 19 20:05:31.022 INFO O| Aug 19 20:05:31.022 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-19T20:05:32.059Z[ host-image] Aug 19 20:05:31.028 INFO O| Aug 19 20:05:31.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102892026-08-19T20:05:32.059Z[ host-image] Aug 19 20:05:31.028 INFO O| Aug 19 20:05:31.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102902026-08-19T20:05:32.059Z[ host-image] Aug 19 20:05:31.028 INFO O| Aug 19 20:05:31.028 INFO STEP 97 (ensure_dir) COMPLETE
102912026-08-19T20:05:32.063Z[ host-image] Aug 19 20:05:31.028 INFO O| Aug 19 20:05:31.028 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-19T20:05:32.066Z[ host-image] Aug 19 20:05:31.034 INFO O| Aug 19 20:05:31.034 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102932026-08-19T20:05:32.066Z[ host-image] Aug 19 20:05:31.034 INFO O| Aug 19 20:05:31.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102942026-08-19T20:05:32.066Z[ host-image] Aug 19 20:05:31.034 INFO O| Aug 19 20:05:31.034 INFO STEP 98 (ensure_dir) COMPLETE
102952026-08-19T20:05:32.066Z[ host-image] Aug 19 20:05:31.034 INFO O| Aug 19 20:05:31.034 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-19T20:05:32.072Z[ host-image] Aug 19 20:05:31.041 INFO O| Aug 19 20:05:31.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102972026-08-19T20:05:32.072Z[ host-image] Aug 19 20:05:31.041 INFO O| Aug 19 20:05:31.041 INFO copying /tmp/.tmpsPfDDW/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 ...
102982026-08-19T20:05:32.072Z[ host-image] Aug 19 20:05:31.041 INFO O| Aug 19 20:05:31.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102992026-08-19T20:05:32.075Z[ host-image] Aug 19 20:05:31.041 INFO O| Aug 19 20:05:31.041 INFO ok!
103002026-08-19T20:05:32.075Z[ host-image] Aug 19 20:05:31.041 INFO O| Aug 19 20:05:31.041 INFO STEP 99 (ensure_file) COMPLETE
103012026-08-19T20:05:32.075Z[ host-image] Aug 19 20:05:31.041 INFO O| Aug 19 20:05:31.041 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-19T20:05:32.079Z[ host-image] Aug 19 20:05:31.047 INFO O| Aug 19 20:05:31.047 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103032026-08-19T20:05:32.079Z[ host-image] Aug 19 20:05:31.047 INFO O| Aug 19 20:05:31.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103042026-08-19T20:05:32.079Z[ host-image] Aug 19 20:05:31.047 INFO O| Aug 19 20:05:31.047 INFO STEP 100 (ensure_dir) COMPLETE
103052026-08-19T20:05:32.079Z[ host-image] Aug 19 20:05:31.047 INFO O| Aug 19 20:05:31.047 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-19T20:05:32.084Z[ host-image] Aug 19 20:05:31.053 INFO O| Aug 19 20:05:31.053 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103072026-08-19T20:05:32.084Z[ host-image] Aug 19 20:05:31.053 INFO O| Aug 19 20:05:31.053 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103082026-08-19T20:05:32.358Z[ host-image] Aug 19 20:05:31.326 INFO O| Aug 19 20:05:31.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103092026-08-19T20:05:32.358Z[ host-image] Aug 19 20:05:31.326 INFO O| Aug 19 20:05:31.326 INFO ok!
103102026-08-19T20:05:32.358Z[ host-image] Aug 19 20:05:31.326 INFO O| Aug 19 20:05:31.326 INFO STEP 101 (ensure_file) COMPLETE
103112026-08-19T20:05:32.361Z[ host-image] Aug 19 20:05:31.326 INFO O| Aug 19 20:05:31.326 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-19T20:05:32.365Z[ host-image] Aug 19 20:05:31.333 INFO O| Aug 19 20:05:31.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103132026-08-19T20:05:32.369Z[ host-image] Aug 19 20:05:31.333 INFO O| Aug 19 20:05:31.333 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103142026-08-19T20:05:32.369Z[ host-image] Aug 19 20:05:31.333 INFO O| Aug 19 20:05:31.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103152026-08-19T20:05:32.369Z[ host-image] Aug 19 20:05:31.333 INFO O| Aug 19 20:05:31.333 INFO ok!
103162026-08-19T20:05:32.369Z[ host-image] Aug 19 20:05:31.333 INFO O| Aug 19 20:05:31.333 INFO STEP 102 (ensure_file) COMPLETE
103172026-08-19T20:05:32.369Z[ host-image] Aug 19 20:05:31.333 INFO O| Aug 19 20:05:31.333 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-19T20:05:32.372Z[ host-image] Aug 19 20:05:31.339 INFO O| Aug 19 20:05:31.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103192026-08-19T20:05:32.372Z[ host-image] Aug 19 20:05:31.339 INFO O| Aug 19 20:05:31.339 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103202026-08-19T20:05:32.378Z[ host-image] Aug 19 20:05:31.346 INFO O| Aug 19 20:05:31.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103212026-08-19T20:05:32.378Z[ host-image] Aug 19 20:05:31.346 INFO O| Aug 19 20:05:31.346 INFO ok!
103222026-08-19T20:05:32.378Z[ host-image] Aug 19 20:05:31.346 INFO O| Aug 19 20:05:31.346 INFO STEP 103 (ensure_file) COMPLETE
103232026-08-19T20:05:32.381Z[ host-image] Aug 19 20:05:31.346 INFO O| Aug 19 20:05:31.346 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-19T20:05:32.385Z[ host-image] Aug 19 20:05:31.353 INFO O| Aug 19 20:05:31.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103252026-08-19T20:05:32.388Z[ host-image] Aug 19 20:05:31.353 INFO O| Aug 19 20:05:31.353 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103262026-08-19T20:05:32.388Z[ host-image] Aug 19 20:05:31.353 INFO O| Aug 19 20:05:31.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103272026-08-19T20:05:32.388Z[ host-image] Aug 19 20:05:31.353 INFO O| Aug 19 20:05:31.353 INFO ok!
103282026-08-19T20:05:32.388Z[ host-image] Aug 19 20:05:31.353 INFO O| Aug 19 20:05:31.353 INFO STEP 104 (ensure_file) COMPLETE
103292026-08-19T20:05:32.388Z[ host-image] Aug 19 20:05:31.353 INFO O| Aug 19 20:05:31.353 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-19T20:05:32.391Z[ host-image] Aug 19 20:05:31.359 INFO O| Aug 19 20:05:31.359 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103312026-08-19T20:05:32.391Z[ host-image] Aug 19 20:05:31.359 INFO O| Aug 19 20:05:31.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103322026-08-19T20:05:32.391Z[ host-image] Aug 19 20:05:31.359 INFO O| Aug 19 20:05:31.359 INFO STEP 105 (ensure_dir) COMPLETE
103332026-08-19T20:05:32.392Z[ host-image] Aug 19 20:05:31.359 INFO O| Aug 19 20:05:31.359 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-19T20:05:32.396Z[ host-image] Aug 19 20:05:31.364 INFO O| Aug 19 20:05:31.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103352026-08-19T20:05:32.396Z[ host-image] Aug 19 20:05:31.364 INFO O| Aug 19 20:05:31.364 INFO copying /tmp/.tmpsPfDDW/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 ...
103362026-08-19T20:05:32.629Z[ host-image] Aug 19 20:05:31.597 INFO O| Aug 19 20:05:31.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103372026-08-19T20:05:32.629Z[ host-image] Aug 19 20:05:31.597 INFO O| Aug 19 20:05:31.597 INFO ok!
103382026-08-19T20:05:32.633Z[ host-image] Aug 19 20:05:31.597 INFO O| Aug 19 20:05:31.597 INFO STEP 106 (ensure_file) COMPLETE
103392026-08-19T20:05:32.633Z[ host-image] Aug 19 20:05:31.597 INFO O| Aug 19 20:05:31.597 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-19T20:05:32.636Z[ host-image] Aug 19 20:05:31.604 INFO O| Aug 19 20:05:31.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103412026-08-19T20:05:32.636Z[ host-image] Aug 19 20:05:31.604 INFO O| Aug 19 20:05:31.604 INFO copying /tmp/.tmpsPfDDW/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 ...
103422026-08-19T20:05:32.636Z[ host-image] Aug 19 20:05:31.604 INFO O| Aug 19 20:05:31.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103432026-08-19T20:05:32.637Z[ host-image] Aug 19 20:05:31.604 INFO O| Aug 19 20:05:31.604 INFO ok!
103442026-08-19T20:05:32.637Z[ host-image] Aug 19 20:05:31.604 INFO O| Aug 19 20:05:31.604 INFO STEP 107 (ensure_file) COMPLETE
103452026-08-19T20:05:32.637Z[ host-image] Aug 19 20:05:31.604 INFO O| Aug 19 20:05:31.604 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-19T20:05:32.642Z[ host-image] Aug 19 20:05:31.611 INFO O| Aug 19 20:05:31.611 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103472026-08-19T20:05:32.642Z[ host-image] Aug 19 20:05:31.611 INFO O| Aug 19 20:05:31.611 INFO copying /tmp/.tmpsPfDDW/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 ...
103482026-08-19T20:05:32.645Z[ host-image] Aug 19 20:05:31.611 INFO O| Aug 19 20:05:31.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103492026-08-19T20:05:32.646Z[ host-image] Aug 19 20:05:31.611 INFO O| Aug 19 20:05:31.611 INFO ok!
103502026-08-19T20:05:32.646Z[ host-image] Aug 19 20:05:31.611 INFO O| Aug 19 20:05:31.611 INFO STEP 108 (ensure_file) COMPLETE
103512026-08-19T20:05:32.646Z[ host-image] Aug 19 20:05:31.611 INFO O| Aug 19 20:05:31.611 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-19T20:05:32.649Z[ host-image] Aug 19 20:05:31.617 INFO O| Aug 19 20:05:31.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103532026-08-19T20:05:32.649Z[ host-image] Aug 19 20:05:31.617 INFO O| Aug 19 20:05:31.617 INFO copying /tmp/.tmpsPfDDW/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 ...
103542026-08-19T20:05:32.649Z[ host-image] Aug 19 20:05:31.617 INFO O| Aug 19 20:05:31.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103552026-08-19T20:05:32.649Z[ host-image] Aug 19 20:05:31.617 INFO O| Aug 19 20:05:31.617 INFO ok!
103562026-08-19T20:05:32.649Z[ host-image] Aug 19 20:05:31.617 INFO O| Aug 19 20:05:31.617 INFO STEP 109 (ensure_file) COMPLETE
103572026-08-19T20:05:32.649Z[ host-image] Aug 19 20:05:31.617 INFO O| Aug 19 20:05:31.617 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-19T20:05:32.656Z[ host-image] Aug 19 20:05:31.625 INFO O| Aug 19 20:05:31.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103592026-08-19T20:05:32.659Z[ host-image] Aug 19 20:05:31.625 INFO O| Aug 19 20:05:31.625 INFO copying /tmp/.tmpsPfDDW/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 ...
103602026-08-19T20:05:32.659Z[ host-image] Aug 19 20:05:31.625 INFO O| Aug 19 20:05:31.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103612026-08-19T20:05:32.659Z[ host-image] Aug 19 20:05:31.625 INFO O| Aug 19 20:05:31.625 INFO ok!
103622026-08-19T20:05:32.659Z[ host-image] Aug 19 20:05:31.625 INFO O| Aug 19 20:05:31.625 INFO STEP 110 (ensure_file) COMPLETE
103632026-08-19T20:05:32.659Z[ host-image] Aug 19 20:05:31.625 INFO O| Aug 19 20:05:31.625 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-19T20:05:32.663Z[ host-image] Aug 19 20:05:31.631 INFO O| Aug 19 20:05:31.631 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103652026-08-19T20:05:32.663Z[ host-image] Aug 19 20:05:31.631 INFO O| Aug 19 20:05:31.631 INFO copying /tmp/.tmpsPfDDW/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 ...
103662026-08-19T20:05:32.663Z[ host-image] Aug 19 20:05:31.631 INFO O| Aug 19 20:05:31.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103672026-08-19T20:05:32.663Z[ host-image] Aug 19 20:05:31.631 INFO O| Aug 19 20:05:31.631 INFO ok!
103682026-08-19T20:05:32.663Z[ host-image] Aug 19 20:05:31.631 INFO O| Aug 19 20:05:31.631 INFO STEP 111 (ensure_file) COMPLETE
103692026-08-19T20:05:32.663Z[ host-image] Aug 19 20:05:31.631 INFO O| Aug 19 20:05:31.631 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-19T20:05:32.668Z[ host-image] Aug 19 20:05:31.636 INFO O| Aug 19 20:05:31.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103712026-08-19T20:05:32.668Z[ host-image] Aug 19 20:05:31.636 INFO O| Aug 19 20:05:31.636 INFO copying /tmp/.tmpsPfDDW/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 ...
103722026-08-19T20:05:32.671Z[ host-image] Aug 19 20:05:31.636 INFO O| Aug 19 20:05:31.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103732026-08-19T20:05:32.671Z[ host-image] Aug 19 20:05:31.636 INFO O| Aug 19 20:05:31.636 INFO ok!
103742026-08-19T20:05:32.671Z[ host-image] Aug 19 20:05:31.636 INFO O| Aug 19 20:05:31.636 INFO STEP 112 (ensure_file) COMPLETE
103752026-08-19T20:05:32.671Z[ host-image] Aug 19 20:05:31.636 INFO O| Aug 19 20:05:31.636 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-19T20:05:32.675Z[ host-image] Aug 19 20:05:31.643 INFO O| Aug 19 20:05:31.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103772026-08-19T20:05:32.675Z[ host-image] Aug 19 20:05:31.643 INFO O| Aug 19 20:05:31.643 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103782026-08-19T20:05:32.675Z[ host-image] Aug 19 20:05:31.643 INFO O| Aug 19 20:05:31.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103792026-08-19T20:05:32.675Z[ host-image] Aug 19 20:05:31.643 INFO O| Aug 19 20:05:31.643 INFO ok!
103802026-08-19T20:05:32.675Z[ host-image] Aug 19 20:05:31.643 INFO O| Aug 19 20:05:31.643 INFO STEP 113 (ensure_file) COMPLETE
103812026-08-19T20:05:32.675Z[ host-image] Aug 19 20:05:31.643 INFO O| Aug 19 20:05:31.643 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-19T20:05:32.681Z[ host-image] Aug 19 20:05:31.649 INFO O| Aug 19 20:05:31.649 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103832026-08-19T20:05:32.681Z[ host-image] Aug 19 20:05:31.649 INFO O| Aug 19 20:05:31.649 INFO copying /tmp/.tmpsPfDDW/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 ...
103842026-08-19T20:05:32.684Z[ host-image] Aug 19 20:05:31.649 INFO O| Aug 19 20:05:31.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103852026-08-19T20:05:32.684Z[ host-image] Aug 19 20:05:31.649 INFO O| Aug 19 20:05:31.649 INFO ok!
103862026-08-19T20:05:32.684Z[ host-image] Aug 19 20:05:31.649 INFO O| Aug 19 20:05:31.649 INFO STEP 114 (ensure_file) COMPLETE
103872026-08-19T20:05:32.684Z[ host-image] Aug 19 20:05:31.649 INFO O| Aug 19 20:05:31.649 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-19T20:05:32.687Z[ host-image] Aug 19 20:05:31.656 INFO O| Aug 19 20:05:31.656 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103892026-08-19T20:05:32.688Z[ host-image] Aug 19 20:05:31.656 INFO O| Aug 19 20:05:31.656 INFO copying /tmp/.tmpsPfDDW/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 ...
103902026-08-19T20:05:32.688Z[ host-image] Aug 19 20:05:31.656 INFO O| Aug 19 20:05:31.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103912026-08-19T20:05:32.688Z[ host-image] Aug 19 20:05:31.656 INFO O| Aug 19 20:05:31.656 INFO ok!
103922026-08-19T20:05:32.688Z[ host-image] Aug 19 20:05:31.656 INFO O| Aug 19 20:05:31.656 INFO STEP 115 (ensure_file) COMPLETE
103932026-08-19T20:05:32.691Z[ host-image] Aug 19 20:05:31.656 INFO O| Aug 19 20:05:31.656 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-19T20:05:32.695Z[ host-image] Aug 19 20:05:31.662 INFO O| Aug 19 20:05:31.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103952026-08-19T20:05:32.695Z[ host-image] Aug 19 20:05:31.662 INFO O| Aug 19 20:05:31.662 INFO copying /tmp/.tmpsPfDDW/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 ...
103962026-08-19T20:05:32.695Z[ host-image] Aug 19 20:05:31.662 INFO O| Aug 19 20:05:31.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103972026-08-19T20:05:32.695Z[ host-image] Aug 19 20:05:31.662 INFO O| Aug 19 20:05:31.662 INFO ok!
103982026-08-19T20:05:32.695Z[ host-image] Aug 19 20:05:31.662 INFO O| Aug 19 20:05:31.662 INFO STEP 116 (ensure_file) COMPLETE
103992026-08-19T20:05:32.695Z[ host-image] Aug 19 20:05:31.662 INFO O| Aug 19 20:05:31.662 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-19T20:05:32.700Z[ host-image] Aug 19 20:05:31.668 INFO O| Aug 19 20:05:31.668 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104012026-08-19T20:05:32.700Z[ host-image] Aug 19 20:05:31.668 INFO O| Aug 19 20:05:31.668 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104022026-08-19T20:05:32.700Z[ host-image] Aug 19 20:05:31.668 INFO O| Aug 19 20:05:31.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104032026-08-19T20:05:32.703Z[ host-image] Aug 19 20:05:31.669 INFO O| Aug 19 20:05:31.668 INFO ok!
104042026-08-19T20:05:32.703Z[ host-image] Aug 19 20:05:31.669 INFO O| Aug 19 20:05:31.668 INFO STEP 117 (ensure_file) COMPLETE
104052026-08-19T20:05:32.703Z[ host-image] Aug 19 20:05:31.669 INFO O| Aug 19 20:05:31.669 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-19T20:05:32.707Z[ host-image] Aug 19 20:05:31.674 INFO O| Aug 19 20:05:31.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104072026-08-19T20:05:32.707Z[ host-image] Aug 19 20:05:31.674 INFO O| Aug 19 20:05:31.674 INFO copying /tmp/.tmpsPfDDW/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 ...
104082026-08-19T20:05:32.707Z[ host-image] Aug 19 20:05:31.674 INFO O| Aug 19 20:05:31.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104092026-08-19T20:05:32.707Z[ host-image] Aug 19 20:05:31.674 INFO O| Aug 19 20:05:31.674 INFO ok!
104102026-08-19T20:05:32.707Z[ host-image] Aug 19 20:05:31.674 INFO O| Aug 19 20:05:31.674 INFO STEP 118 (ensure_file) COMPLETE
104112026-08-19T20:05:32.707Z[ host-image] Aug 19 20:05:31.674 INFO O| Aug 19 20:05:31.674 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-19T20:05:32.712Z[ host-image] Aug 19 20:05:31.680 INFO O| Aug 19 20:05:31.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104132026-08-19T20:05:32.715Z[ host-image] Aug 19 20:05:31.680 INFO O| Aug 19 20:05:31.680 INFO copying /tmp/.tmpsPfDDW/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 ...
104142026-08-19T20:05:32.715Z[ host-image] Aug 19 20:05:31.680 INFO O| Aug 19 20:05:31.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104152026-08-19T20:05:32.715Z[ host-image] Aug 19 20:05:31.680 INFO O| Aug 19 20:05:31.680 INFO ok!
104162026-08-19T20:05:32.715Z[ host-image] Aug 19 20:05:31.680 INFO O| Aug 19 20:05:31.680 INFO STEP 119 (ensure_file) COMPLETE
104172026-08-19T20:05:32.715Z[ host-image] Aug 19 20:05:31.680 INFO O| Aug 19 20:05:31.680 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-19T20:05:32.719Z[ host-image] Aug 19 20:05:31.685 INFO O| Aug 19 20:05:31.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104192026-08-19T20:05:32.719Z[ host-image] Aug 19 20:05:31.685 INFO O| Aug 19 20:05:31.685 INFO copying /tmp/.tmpsPfDDW/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 ...
104202026-08-19T20:05:32.719Z[ host-image] Aug 19 20:05:31.685 INFO O| Aug 19 20:05:31.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104212026-08-19T20:05:32.719Z[ host-image] Aug 19 20:05:31.685 INFO O| Aug 19 20:05:31.685 INFO ok!
104222026-08-19T20:05:32.719Z[ host-image] Aug 19 20:05:31.685 INFO O| Aug 19 20:05:31.685 INFO STEP 120 (ensure_file) COMPLETE
104232026-08-19T20:05:32.719Z[ host-image] Aug 19 20:05:31.685 INFO O| Aug 19 20:05:31.685 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-19T20:05:32.803Z[ host-image] Aug 19 20:05:31.691 INFO O| Aug 19 20:05:31.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104252026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.691 INFO O| Aug 19 20:05:31.691 INFO copying /tmp/.tmpsPfDDW/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 ...
104262026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.691 INFO O| Aug 19 20:05:31.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104272026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.691 INFO O| Aug 19 20:05:31.691 INFO ok!
104282026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.691 INFO O| Aug 19 20:05:31.691 INFO STEP 121 (ensure_file) COMPLETE
104292026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.691 INFO O| Aug 19 20:05:31.691 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.696 INFO O| Aug 19 20:05:31.696 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104312026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.696 INFO O| Aug 19 20:05:31.696 INFO copying /tmp/.tmpsPfDDW/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 ...
104322026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.696 INFO O| Aug 19 20:05:31.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104332026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.696 INFO O| Aug 19 20:05:31.696 INFO ok!
104342026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.696 INFO O| Aug 19 20:05:31.696 INFO STEP 122 (ensure_file) COMPLETE
104352026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.696 INFO O| Aug 19 20:05:31.696 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.701 INFO O| Aug 19 20:05:31.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104372026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.701 INFO O| Aug 19 20:05:31.701 INFO copying /tmp/.tmpsPfDDW/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 ...
104382026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.701 INFO O| Aug 19 20:05:31.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104392026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.701 INFO O| Aug 19 20:05:31.701 INFO ok!
104402026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.701 INFO O| Aug 19 20:05:31.701 INFO STEP 123 (ensure_file) COMPLETE
104412026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.701 INFO O| Aug 19 20:05:31.701 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.708 INFO O| Aug 19 20:05:31.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104432026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.708 INFO O| Aug 19 20:05:31.708 INFO copying /tmp/.tmpsPfDDW/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 ...
104442026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.708 INFO O| Aug 19 20:05:31.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104452026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.708 INFO O| Aug 19 20:05:31.708 INFO ok!
104462026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.708 INFO O| Aug 19 20:05:31.708 INFO STEP 124 (ensure_file) COMPLETE
104472026-08-19T20:05:32.804Z[ host-image] Aug 19 20:05:31.708 INFO O| Aug 19 20:05:31.708 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.714 INFO O| Aug 19 20:05:31.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104492026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.714 INFO O| Aug 19 20:05:31.714 INFO copying /tmp/.tmpsPfDDW/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 ...
104502026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.714 INFO O| Aug 19 20:05:31.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104512026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.714 INFO O| Aug 19 20:05:31.714 INFO ok!
104522026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.714 INFO O| Aug 19 20:05:31.714 INFO STEP 125 (ensure_file) COMPLETE
104532026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.714 INFO O| Aug 19 20:05:31.714 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.720 INFO O| Aug 19 20:05:31.720 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104552026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.720 INFO O| Aug 19 20:05:31.720 INFO copying /tmp/.tmpsPfDDW/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 ...
104562026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.720 INFO O| Aug 19 20:05:31.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104572026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.720 INFO O| Aug 19 20:05:31.720 INFO ok!
104582026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.720 INFO O| Aug 19 20:05:31.720 INFO STEP 126 (ensure_file) COMPLETE
104592026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.720 INFO O| Aug 19 20:05:31.720 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.726 INFO O| Aug 19 20:05:31.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104612026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.726 INFO O| Aug 19 20:05:31.726 INFO copying /tmp/.tmpsPfDDW/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 ...
104622026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.726 INFO O| Aug 19 20:05:31.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104632026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.726 INFO O| Aug 19 20:05:31.726 INFO ok!
104642026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.726 INFO O| Aug 19 20:05:31.726 INFO STEP 127 (ensure_file) COMPLETE
104652026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.726 INFO O| Aug 19 20:05:31.726 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.733 INFO O| Aug 19 20:05:31.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104672026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.733 INFO O| Aug 19 20:05:31.733 INFO copying /tmp/.tmpsPfDDW/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 ...
104682026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.733 INFO O| Aug 19 20:05:31.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104692026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.733 INFO O| Aug 19 20:05:31.733 INFO ok!
104702026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.733 INFO O| Aug 19 20:05:31.733 INFO STEP 128 (ensure_file) COMPLETE
104712026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.733 INFO O| Aug 19 20:05:31.733 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.739 INFO O| Aug 19 20:05:31.739 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104732026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.739 INFO O| Aug 19 20:05:31.739 INFO copying /tmp/.tmpsPfDDW/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 ...
104742026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.739 INFO O| Aug 19 20:05:31.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104752026-08-19T20:05:32.805Z[ host-image] Aug 19 20:05:31.739 INFO O| Aug 19 20:05:31.739 INFO ok!
104762026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.739 INFO O| Aug 19 20:05:31.739 INFO STEP 129 (ensure_file) COMPLETE
104772026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.739 INFO O| Aug 19 20:05:31.739 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.745 INFO O| Aug 19 20:05:31.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104792026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.745 INFO O| Aug 19 20:05:31.744 INFO copying /tmp/.tmpsPfDDW/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 ...
104802026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.745 INFO O| Aug 19 20:05:31.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104812026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.745 INFO O| Aug 19 20:05:31.745 INFO ok!
104822026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.745 INFO O| Aug 19 20:05:31.745 INFO STEP 130 (ensure_file) COMPLETE
104832026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.745 INFO O| Aug 19 20:05:31.745 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.750 INFO O| Aug 19 20:05:31.750 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104852026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.750 INFO O| Aug 19 20:05:31.750 INFO copying /tmp/.tmpsPfDDW/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 ...
104862026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.750 INFO O| Aug 19 20:05:31.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104872026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.750 INFO O| Aug 19 20:05:31.750 INFO ok!
104882026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.750 INFO O| Aug 19 20:05:31.750 INFO STEP 131 (ensure_file) COMPLETE
104892026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.750 INFO O| Aug 19 20:05:31.750 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.755 INFO O| Aug 19 20:05:31.755 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104912026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.755 INFO O| Aug 19 20:05:31.755 INFO copying /tmp/.tmpsPfDDW/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 ...
104922026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.755 INFO O| Aug 19 20:05:31.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104932026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.755 INFO O| Aug 19 20:05:31.755 INFO ok!
104942026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.755 INFO O| Aug 19 20:05:31.755 INFO STEP 132 (ensure_file) COMPLETE
104952026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.755 INFO O| Aug 19 20:05:31.755 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.761 INFO O| Aug 19 20:05:31.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104972026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.761 INFO O| Aug 19 20:05:31.761 INFO copying /tmp/.tmpsPfDDW/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 ...
104982026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.761 INFO O| Aug 19 20:05:31.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104992026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.761 INFO O| Aug 19 20:05:31.761 INFO ok!
105002026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.761 INFO O| Aug 19 20:05:31.761 INFO STEP 133 (ensure_file) COMPLETE
105012026-08-19T20:05:32.806Z[ host-image] Aug 19 20:05:31.761 INFO O| Aug 19 20:05:31.761 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.766 INFO O| Aug 19 20:05:31.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105032026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.766 INFO O| Aug 19 20:05:31.766 INFO copying /tmp/.tmpsPfDDW/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 ...
105042026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.766 INFO O| Aug 19 20:05:31.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105052026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.766 INFO O| Aug 19 20:05:31.766 INFO ok!
105062026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.766 INFO O| Aug 19 20:05:31.766 INFO STEP 134 (ensure_file) COMPLETE
105072026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.766 INFO O| Aug 19 20:05:31.766 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.772 INFO O| Aug 19 20:05:31.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105092026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.772 INFO O| Aug 19 20:05:31.772 INFO copying /tmp/.tmpsPfDDW/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 ...
105102026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.773 INFO O| Aug 19 20:05:31.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105112026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.773 INFO O| Aug 19 20:05:31.773 INFO ok!
105122026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.773 INFO O| Aug 19 20:05:31.773 INFO STEP 135 (ensure_file) COMPLETE
105132026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.773 INFO O| Aug 19 20:05:31.773 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-19T20:05:32.811Z[ host-image] Aug 19 20:05:31.778 INFO O| Aug 19 20:05:31.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105152026-08-19T20:05:32.812Z[ host-image] Aug 19 20:05:31.778 INFO O| Aug 19 20:05:31.778 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105162026-08-19T20:05:32.812Z[ host-image] Aug 19 20:05:31.778 INFO O| Aug 19 20:05:31.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105172026-08-19T20:05:32.812Z[ host-image] Aug 19 20:05:31.778 INFO O| Aug 19 20:05:31.778 INFO ok!
105182026-08-19T20:05:32.812Z[ host-image] Aug 19 20:05:31.778 INFO O| Aug 19 20:05:31.778 INFO STEP 136 (ensure_file) COMPLETE
105192026-08-19T20:05:32.812Z[ host-image] Aug 19 20:05:31.778 INFO O| Aug 19 20:05:31.778 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-19T20:05:32.815Z[ host-image] Aug 19 20:05:31.783 INFO O| Aug 19 20:05:31.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105212026-08-19T20:05:32.815Z[ host-image] Aug 19 20:05:31.783 INFO O| Aug 19 20:05:31.783 INFO copying /tmp/.tmpsPfDDW/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 ...
105222026-08-19T20:05:32.816Z[ host-image] Aug 19 20:05:31.783 INFO O| Aug 19 20:05:31.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105232026-08-19T20:05:32.816Z[ host-image] Aug 19 20:05:31.783 INFO O| Aug 19 20:05:31.783 INFO ok!
105242026-08-19T20:05:32.816Z[ host-image] Aug 19 20:05:31.783 INFO O| Aug 19 20:05:31.783 INFO STEP 137 (ensure_file) COMPLETE
105252026-08-19T20:05:32.816Z[ host-image] Aug 19 20:05:31.783 INFO O| Aug 19 20:05:31.783 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-19T20:05:32.821Z[ host-image] Aug 19 20:05:31.789 INFO O| Aug 19 20:05:31.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105272026-08-19T20:05:32.821Z[ host-image] Aug 19 20:05:31.789 INFO O| Aug 19 20:05:31.789 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105282026-08-19T20:05:32.824Z[ host-image] Aug 19 20:05:31.789 INFO O| Aug 19 20:05:31.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105292026-08-19T20:05:32.824Z[ host-image] Aug 19 20:05:31.789 INFO O| Aug 19 20:05:31.789 INFO ok!
105302026-08-19T20:05:32.824Z[ host-image] Aug 19 20:05:31.789 INFO O| Aug 19 20:05:31.789 INFO STEP 138 (ensure_file) COMPLETE
105312026-08-19T20:05:32.825Z[ host-image] Aug 19 20:05:31.789 INFO O| Aug 19 20:05:31.789 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-19T20:05:32.828Z[ host-image] Aug 19 20:05:31.795 INFO O| Aug 19 20:05:31.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105332026-08-19T20:05:32.828Z[ host-image] Aug 19 20:05:31.795 INFO O| Aug 19 20:05:31.795 INFO copying /tmp/.tmpsPfDDW/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105342026-08-19T20:05:33.868Z[ recovery-image] Aug 19 20:05:32.836 INFO O| ok, image written!
105352026-08-19T20:05:33.868Z[ recovery-image] Aug 19 20:05:32.836 INFO O| ok, boot_image_csum file written!
105362026-08-19T20:05:33.871Z[ recovery-image] Aug 19 20:05:32.839 INFO creating boot archive (CPIO)...
105372026-08-19T20:05:33.872Z[ recovery-image] Aug 19 20:05:32.839 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
105382026-08-19T20:05:33.876Z[ recovery-image] Aug 19 20:05:32.845 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
105392026-08-19T20:05:33.876Z[ recovery-image] Aug 19 20:05:32.845 INFO E| + outfile=/work/os-recovery/cpio
105402026-08-19T20:05:33.880Z[ recovery-image] Aug 19 20:05:32.845 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105412026-08-19T20:05:33.880Z[ recovery-image] Aug 19 20:05:32.847 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105422026-08-19T20:05:33.880Z[ recovery-image] Aug 19 20:05:32.847 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105432026-08-19T20:05:33.914Z[ recovery-image] Aug 19 20:05:32.882 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105442026-08-19T20:05:33.918Z[ recovery-image] Aug 19 20:05:32.883 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105452026-08-19T20:05:33.921Z[ recovery-image] Aug 19 20:05:32.889 INFO creating compressed cpio/unix for dev loaders...
105462026-08-19T20:05:33.921Z[ recovery-image] Aug 19 20:05:32.889 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
105472026-08-19T20:05:34.198Z[ recovery-image] Aug 19 20:05:33.166 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105482026-08-19T20:05:38.250Z[ recovery-image] Aug 19 20:05:37.217 INFO creating reset image...
105492026-08-19T20:05:38.250Z[ recovery-image] Aug 19 20:05:37.217 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")
105502026-08-19T20:05:38.531Z[ recovery-image] Aug 19 20:05:37.499 INFO E| Updating crates.io index
105512026-08-19T20:05:38.644Z[ recovery-image] Aug 19 20:05:37.612 INFO E| Downloading crates ...
105522026-08-19T20:05:38.691Z[ recovery-image] Aug 19 20:05:37.660 INFO E| Downloaded clap_lex v1.1.0
105532026-08-19T20:05:38.694Z[ recovery-image] Aug 19 20:05:37.662 INFO E| Downloaded shared_thread v0.2.0
105542026-08-19T20:05:38.695Z[ recovery-image] Aug 19 20:05:37.662 INFO E| Downloaded colorchoice v1.0.5
105552026-08-19T20:05:38.699Z[ recovery-image] Aug 19 20:05:37.667 INFO E| Downloaded shared_child v1.1.1
105562026-08-19T20:05:38.702Z[ recovery-image] Aug 19 20:05:37.669 INFO E| Downloaded duct v1.1.1
105572026-08-19T20:05:38.705Z[ recovery-image] Aug 19 20:05:37.671 INFO E| Downloaded os_pipe v1.2.3
105582026-08-19T20:05:38.705Z[ recovery-image] Aug 19 20:05:37.672 INFO E| Downloaded sigchld v0.2.4
105592026-08-19T20:05:38.746Z[ recovery-image] Aug 19 20:05:37.714 INFO E| Compiling libc v0.2.186
105602026-08-19T20:05:38.746Z[ recovery-image] Aug 19 20:05:37.714 INFO E| Compiling proc-macro2 v1.0.106
105612026-08-19T20:05:38.749Z[ recovery-image] Aug 19 20:05:37.714 INFO E| Compiling quote v1.0.45
105622026-08-19T20:05:38.749Z[ recovery-image] Aug 19 20:05:37.714 INFO E| Compiling unicode-ident v1.0.24
105632026-08-19T20:05:38.749Z[ recovery-image] Aug 19 20:05:37.714 INFO E| Compiling signal-hook v0.3.18
105642026-08-19T20:05:38.749Z[ recovery-image] Aug 19 20:05:37.714 INFO E| Compiling utf8parse v0.2.2
105652026-08-19T20:05:38.749Z[ recovery-image] Aug 19 20:05:37.714 INFO E| Compiling anstyle-query v1.1.5
105662026-08-19T20:05:38.758Z[ recovery-image] Aug 19 20:05:37.727 INFO E| Compiling anstyle v1.0.14
105672026-08-19T20:05:38.761Z[ recovery-image] Aug 19 20:05:37.727 INFO E| Compiling colorchoice v1.0.5
105682026-08-19T20:05:38.761Z[ recovery-image] Aug 19 20:05:37.727 INFO E| Compiling is_terminal_polyfill v1.70.2
105692026-08-19T20:05:38.761Z[ recovery-image] Aug 19 20:05:37.727 INFO E| Compiling strsim v0.11.1
105702026-08-19T20:05:38.761Z[ recovery-image] Aug 19 20:05:37.728 INFO E| Compiling heck v0.5.0
105712026-08-19T20:05:38.761Z[ recovery-image] Aug 19 20:05:37.728 INFO E| Compiling clap_lex v1.1.0
105722026-08-19T20:05:38.761Z[ recovery-image] Aug 19 20:05:37.728 INFO E| Compiling shared_thread v0.2.0
105732026-08-19T20:05:38.886Z[ recovery-image] Aug 19 20:05:37.854 INFO E| Compiling anstyle-parse v1.0.0
105742026-08-19T20:05:39.073Z[ recovery-image] Aug 19 20:05:38.041 INFO E| Compiling anstream v1.0.0
105752026-08-19T20:05:39.303Z[ recovery-image] Aug 19 20:05:38.272 INFO E| Compiling clap_builder v4.6.0
105762026-08-19T20:05:39.580Z[ recovery-image] Aug 19 20:05:38.548 INFO E| Compiling errno v0.3.14
105772026-08-19T20:05:39.580Z[ recovery-image] Aug 19 20:05:38.548 INFO E| Compiling os_pipe v1.2.3
105782026-08-19T20:05:39.689Z[ recovery-image] Aug 19 20:05:38.657 INFO E| Compiling signal-hook-registry v1.4.8
105792026-08-19T20:05:39.692Z[ host-image] Aug 19 20:05:38.660 INFO O| Aug 19 20:05:38.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105802026-08-19T20:05:39.692Z[ host-image] Aug 19 20:05:38.660 INFO O| Aug 19 20:05:38.660 INFO ok!
105812026-08-19T20:05:39.692Z[ host-image] Aug 19 20:05:38.660 INFO O| Aug 19 20:05:38.660 INFO STEP 139 (ensure_file) COMPLETE
105822026-08-19T20:05:39.692Z[ host-image] Aug 19 20:05:38.660 INFO O| Aug 19 20:05:38.660 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105832026-08-19T20:05:39.700Z[ host-image] Aug 19 20:05:38.669 INFO O| Aug 19 20:05:38.669 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105842026-08-19T20:05:39.700Z[ host-image] Aug 19 20:05:38.669 INFO O| Aug 19 20:05:38.669 INFO STEP 140 (ensure_dir) COMPLETE
105852026-08-19T20:05:39.704Z[ host-image] Aug 19 20:05:38.669 INFO O| Aug 19 20:05:38.669 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105862026-08-19T20:05:39.708Z[ host-image] Aug 19 20:05:38.677 INFO O| Aug 19 20:05:38.677 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105872026-08-19T20:05:39.708Z[ host-image] Aug 19 20:05:38.677 INFO O| Aug 19 20:05:38.677 INFO STEP 141 (ensure_dir) COMPLETE
105882026-08-19T20:05:39.711Z[ host-image] Aug 19 20:05:38.677 INFO O| Aug 19 20:05:38.677 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-08-19T20:05:39.715Z[ host-image] Aug 19 20:05:38.684 INFO O| Aug 19 20:05:38.684 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105902026-08-19T20:05:39.718Z[ host-image] Aug 19 20:05:38.684 INFO O| Aug 19 20:05:38.684 INFO STEP 142 (ensure_dir) COMPLETE
105912026-08-19T20:05:39.718Z[ host-image] Aug 19 20:05:38.684 INFO O| Aug 19 20:05:38.684 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105922026-08-19T20:05:39.725Z[ host-image] Aug 19 20:05:38.694 INFO O| Aug 19 20:05:38.694 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105932026-08-19T20:05:39.772Z[ host-image] Aug 19 20:05:38.694 INFO O| Aug 19 20:05:38.694 INFO STEP 143 (ensure_dir) COMPLETE
105942026-08-19T20:05:39.772Z[ host-image] Aug 19 20:05:38.694 INFO O| Aug 19 20:05:38.694 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-08-19T20:05:39.772Z[ host-image] Aug 19 20:05:38.702 INFO O| Aug 19 20:05:38.702 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105962026-08-19T20:05:39.772Z[ host-image] Aug 19 20:05:38.702 INFO O| Aug 19 20:05:38.702 INFO copying /tmp/.tmpsPfDDW/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 ...
105972026-08-19T20:05:39.772Z[ host-image] Aug 19 20:05:38.702 INFO O| Aug 19 20:05:38.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105982026-08-19T20:05:39.772Z[ host-image] Aug 19 20:05:38.702 INFO O| Aug 19 20:05:38.702 INFO ok!
105992026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.702 INFO O| Aug 19 20:05:38.702 INFO STEP 144 (ensure_file) COMPLETE
106002026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.702 INFO O| Aug 19 20:05:38.702 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.709 INFO O| Aug 19 20:05:38.709 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106022026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.709 INFO O| Aug 19 20:05:38.709 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106032026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.709 INFO O| Aug 19 20:05:38.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106042026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.709 INFO O| Aug 19 20:05:38.709 INFO STEP 145 (ensure_dir) COMPLETE
106052026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.709 INFO O| Aug 19 20:05:38.709 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.716 INFO O| Aug 19 20:05:38.716 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106072026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.716 INFO O| Aug 19 20:05:38.716 INFO copying /tmp/.tmpsPfDDW/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106082026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.716 INFO O| Aug 19 20:05:38.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106092026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.716 INFO O| Aug 19 20:05:38.716 INFO ok!
106102026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.716 INFO O| Aug 19 20:05:38.716 INFO STEP 146 (ensure_file) COMPLETE
106112026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.716 INFO O| Aug 19 20:05:38.716 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.725 INFO O| Aug 19 20:05:38.725 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106132026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.725 INFO O| Aug 19 20:05:38.725 INFO STEP 147 (remove_files) COMPLETE
106142026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.725 INFO O| Aug 19 20:05:38.725 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.732 INFO O| Aug 19 20:05:38.732 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106162026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.733 INFO O| Aug 19 20:05:38.733 INFO STEP 148 (remove_files) COMPLETE
106172026-08-19T20:05:39.773Z[ host-image] Aug 19 20:05:38.733 INFO O| Aug 19 20:05:38.733 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-19T20:05:39.777Z[ host-image] Aug 19 20:05:38.740 INFO O| Aug 19 20:05:38.740 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106192026-08-19T20:05:39.777Z[ host-image] Aug 19 20:05:38.740 INFO O| Aug 19 20:05:38.740 INFO STEP 149 (remove_files) COMPLETE
106202026-08-19T20:05:39.777Z[ host-image] Aug 19 20:05:38.740 INFO O| Aug 19 20:05:38.740 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-19T20:05:39.780Z[ host-image] Aug 19 20:05:38.747 INFO O| Aug 19 20:05:38.747 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106222026-08-19T20:05:39.780Z[ host-image] Aug 19 20:05:38.747 INFO O| Aug 19 20:05:38.747 INFO STEP 150 (remove_files) COMPLETE
106232026-08-19T20:05:39.780Z[ host-image] Aug 19 20:05:38.747 INFO O| Aug 19 20:05:38.747 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-19T20:05:39.785Z[ host-image] Aug 19 20:05:38.754 INFO O| Aug 19 20:05:38.754 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106252026-08-19T20:05:39.785Z[ host-image] Aug 19 20:05:38.754 INFO O| Aug 19 20:05:38.754 INFO STEP 151 (remove_files) COMPLETE
106262026-08-19T20:05:39.788Z[ host-image] Aug 19 20:05:38.754 INFO O| Aug 19 20:05:38.754 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-19T20:05:39.793Z[ host-image] Aug 19 20:05:38.761 INFO O| Aug 19 20:05:38.761 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106282026-08-19T20:05:39.796Z[ host-image] Aug 19 20:05:38.761 INFO O| Aug 19 20:05:38.761 INFO STEP 152 (remove_files) COMPLETE
106292026-08-19T20:05:39.796Z[ host-image] Aug 19 20:05:38.761 INFO O| Aug 19 20:05:38.761 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-19T20:05:39.799Z[ host-image] Aug 19 20:05:38.768 INFO O| Aug 19 20:05:38.768 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106312026-08-19T20:05:39.799Z[ host-image] Aug 19 20:05:38.768 INFO O| Aug 19 20:05:38.768 INFO STEP 153 (remove_files) COMPLETE
106322026-08-19T20:05:39.799Z[ host-image] Aug 19 20:05:38.768 INFO O| Aug 19 20:05:38.768 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-19T20:05:39.807Z[ host-image] Aug 19 20:05:38.775 INFO O| Aug 19 20:05:38.775 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106342026-08-19T20:05:39.810Z[ host-image] Aug 19 20:05:38.775 INFO O| Aug 19 20:05:38.775 INFO STEP 154 (remove_files) COMPLETE
106352026-08-19T20:05:39.810Z[ host-image] Aug 19 20:05:38.775 INFO O| Aug 19 20:05:38.775 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-19T20:05:39.814Z[ host-image] Aug 19 20:05:38.783 INFO O| Aug 19 20:05:38.783 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106372026-08-19T20:05:39.814Z[ host-image] Aug 19 20:05:38.783 INFO O| Aug 19 20:05:38.783 INFO STEP 155 (remove_files) COMPLETE
106382026-08-19T20:05:39.914Z[ host-image] Aug 19 20:05:38.783 INFO O| Aug 19 20:05:38.783 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-19T20:05:39.918Z[ host-image] Aug 19 20:05:38.790 INFO O| Aug 19 20:05:38.790 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106402026-08-19T20:05:39.918Z[ host-image] Aug 19 20:05:38.790 INFO O| Aug 19 20:05:38.790 INFO STEP 156 (remove_files) COMPLETE
106412026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.790 INFO O| Aug 19 20:05:38.790 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.797 INFO O| Aug 19 20:05:38.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106432026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.797 INFO O| Aug 19 20:05:38.797 INFO STEP 157 (remove_files) COMPLETE
106442026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.797 INFO O| Aug 19 20:05:38.797 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.805 INFO O| Aug 19 20:05:38.805 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106462026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.805 INFO O| Aug 19 20:05:38.805 INFO STEP 158 (remove_files) COMPLETE
106472026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.805 INFO O| Aug 19 20:05:38.805 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.813 INFO O| Aug 19 20:05:38.813 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106492026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.813 INFO O| Aug 19 20:05:38.813 INFO STEP 159 (remove_files) COMPLETE
106502026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.813 INFO O| Aug 19 20:05:38.813 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.821 INFO O| Aug 19 20:05:38.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106522026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.821 INFO O| Aug 19 20:05:38.821 INFO STEP 160 (remove_files) COMPLETE
106532026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.821 INFO O| Aug 19 20:05:38.821 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.829 INFO O| Aug 19 20:05:38.829 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106552026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.829 INFO O| Aug 19 20:05:38.829 INFO STEP 161 (remove_files) COMPLETE
106562026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.829 INFO O| Aug 19 20:05:38.829 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.837 INFO O| Aug 19 20:05:38.837 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106582026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.837 INFO O| Aug 19 20:05:38.837 INFO STEP 162 (remove_files) COMPLETE
106592026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.837 INFO O| Aug 19 20:05:38.837 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.845 INFO O| Aug 19 20:05:38.845 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106612026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.845 INFO O| Aug 19 20:05:38.845 INFO STEP 163 (remove_files) COMPLETE
106622026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.845 INFO O| Aug 19 20:05:38.845 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.852 INFO O| Aug 19 20:05:38.852 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106642026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.852 INFO O| Aug 19 20:05:38.852 INFO STEP 164 (remove_files) COMPLETE
106652026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.852 INFO O| Aug 19 20:05:38.852 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.858 INFO O| Aug 19 20:05:38.858 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106672026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.858 INFO O| Aug 19 20:05:38.858 INFO STEP 165 (remove_files) COMPLETE
106682026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.858 INFO O| Aug 19 20:05:38.858 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.864 INFO O| Aug 19 20:05:38.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106702026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.864 INFO O| Aug 19 20:05:38.864 INFO STEP 166 (remove_files) COMPLETE
106712026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.864 INFO O| Aug 19 20:05:38.864 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.871 INFO O| Aug 19 20:05:38.871 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106732026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.871 INFO O| Aug 19 20:05:38.871 INFO STEP 167 (remove_files) COMPLETE
106742026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.871 INFO O| Aug 19 20:05:38.871 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-19T20:05:39.919Z[ recovery-image] Aug 19 20:05:38.872 INFO E| Compiling syn v2.0.117
106762026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.877 INFO O| Aug 19 20:05:38.877 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106772026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.877 INFO O| Aug 19 20:05:38.877 INFO STEP 168 (remove_files) COMPLETE
106782026-08-19T20:05:39.919Z[ host-image] Aug 19 20:05:38.877 INFO O| Aug 19 20:05:38.877 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-19T20:05:39.920Z[ host-image] Aug 19 20:05:38.885 INFO O| Aug 19 20:05:38.885 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106802026-08-19T20:05:39.920Z[ host-image] Aug 19 20:05:38.885 INFO O| Aug 19 20:05:38.885 INFO STEP 169 (remove_files) COMPLETE
106812026-08-19T20:05:39.920Z[ host-image] Aug 19 20:05:38.885 INFO O| Aug 19 20:05:38.885 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-19T20:05:39.924Z[ host-image] Aug 19 20:05:38.892 INFO O| Aug 19 20:05:38.892 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106832026-08-19T20:05:39.924Z[ host-image] Aug 19 20:05:38.892 INFO O| Aug 19 20:05:38.892 INFO STEP 170 (remove_files) COMPLETE
106842026-08-19T20:05:39.928Z[ host-image] Aug 19 20:05:38.892 INFO O| Aug 19 20:05:38.892 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-19T20:05:39.932Z[ host-image] Aug 19 20:05:38.901 INFO O| Aug 19 20:05:38.901 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106862026-08-19T20:05:39.933Z[ host-image] Aug 19 20:05:38.901 INFO O| Aug 19 20:05:38.901 INFO STEP 171 (remove_files) COMPLETE
106872026-08-19T20:05:39.933Z[ host-image] Aug 19 20:05:38.901 INFO O| Aug 19 20:05:38.901 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-19T20:05:39.941Z[ host-image] Aug 19 20:05:38.909 INFO O| Aug 19 20:05:38.909 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106892026-08-19T20:05:39.944Z[ host-image] Aug 19 20:05:38.909 INFO O| Aug 19 20:05:38.909 INFO STEP 172 (remove_files) COMPLETE
106902026-08-19T20:05:39.944Z[ host-image] Aug 19 20:05:38.909 INFO O| Aug 19 20:05:38.909 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-19T20:05:39.948Z[ recovery-image] Aug 19 20:05:38.912 INFO E| Compiling sigchld v0.2.4
106922026-08-19T20:05:39.951Z[ host-image] Aug 19 20:05:38.916 INFO O| Aug 19 20:05:38.916 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106932026-08-19T20:05:39.951Z[ host-image] Aug 19 20:05:38.916 INFO O| Aug 19 20:05:38.916 INFO STEP 173 (remove_files) COMPLETE
106942026-08-19T20:05:39.951Z[ host-image] Aug 19 20:05:38.916 INFO O| Aug 19 20:05:38.916 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-19T20:05:39.957Z[ host-image] Aug 19 20:05:38.926 INFO O| Aug 19 20:05:38.926 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106962026-08-19T20:05:39.957Z[ host-image] Aug 19 20:05:38.926 INFO O| Aug 19 20:05:38.926 INFO STEP 174 (remove_files) COMPLETE
106972026-08-19T20:05:39.957Z[ host-image] Aug 19 20:05:38.926 INFO O| Aug 19 20:05:38.926 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-19T20:05:39.966Z[ host-image] Aug 19 20:05:38.934 INFO O| Aug 19 20:05:38.934 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106992026-08-19T20:05:39.966Z[ host-image] Aug 19 20:05:38.934 INFO O| Aug 19 20:05:38.934 INFO STEP 175 (remove_files) COMPLETE
107002026-08-19T20:05:39.970Z[ host-image] Aug 19 20:05:38.934 INFO O| Aug 19 20:05:38.934 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107012026-08-19T20:05:39.978Z[ host-image] Aug 19 20:05:38.946 INFO O| Aug 19 20:05:38.945 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107022026-08-19T20:05:39.981Z[ host-image] Aug 19 20:05:38.946 INFO O| Aug 19 20:05:38.946 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107032026-08-19T20:05:40.032Z[ recovery-image] Aug 19 20:05:39.001 INFO E| Compiling shared_child v1.1.1
107042026-08-19T20:05:40.142Z[ recovery-image] Aug 19 20:05:39.109 INFO E| Compiling duct v1.1.1
107052026-08-19T20:05:41.791Z[ recovery-image] Aug 19 20:05:40.759 INFO E| Compiling clap_derive v4.6.1
107062026-08-19T20:05:42.948Z[ recovery-image] Aug 19 20:05:41.916 INFO E| Compiling clap v4.6.1
107072026-08-19T20:05:42.999Z[ recovery-image] Aug 19 20:05:41.967 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107082026-08-19T20:05:43.763Z[ recovery-image] Aug 19 20:05:42.731 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
107092026-08-19T20:05:43.768Z[ recovery-image] Aug 19 20:05:42.736 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107102026-08-19T20:05:43.960Z[ recovery-image] Aug 19 20:05:42.928 INFO E| Downloading crates ...
107112026-08-19T20:05:44.009Z[ recovery-image] Aug 19 20:05:42.977 INFO E| Downloaded bit_field v0.10.3
107122026-08-19T20:05:44.018Z[ recovery-image] Aug 19 20:05:42.986 INFO E| Downloaded bitflags v2.13.0
107132026-08-19T20:05:44.025Z[ recovery-image] Aug 19 20:05:42.994 INFO E| Downloaded bitstruct_derive v0.1.0
107142026-08-19T20:05:44.028Z[ recovery-image] Aug 19 20:05:42.994 INFO E| Downloaded log v0.4.32
107152026-08-19T20:05:44.028Z[ recovery-image] Aug 19 20:05:42.996 INFO E| Downloaded bitstruct v0.1.1
107162026-08-19T20:05:44.031Z[ recovery-image] Aug 19 20:05:42.997 INFO E| Downloaded cpio_reader v0.1.2
107172026-08-19T20:05:44.038Z[ recovery-image] Aug 19 20:05:43.006 INFO E| Downloaded raw-cpuid v10.7.0
107182026-08-19T20:05:44.047Z[ recovery-image] Aug 19 20:05:43.015 INFO E| Downloaded miniz_oxide v0.9.1
107192026-08-19T20:05:44.086Z[ recovery-image] Aug 19 20:05:43.054 INFO E| Downloaded goblin v0.10.7
107202026-08-19T20:05:44.230Z[ recovery-image] Aug 19 20:05:43.198 INFO E| Downloaded x86 v0.52.0
107212026-08-19T20:05:44.269Z[ recovery-image] Aug 19 20:05:43.237 INFO E| Updating crates.io index
107222026-08-19T20:05:44.310Z[ recovery-image] Aug 19 20:05:43.279 INFO E| Downloading crates ...
107232026-08-19T20:05:44.336Z[ recovery-image] Aug 19 20:05:43.303 INFO E| Downloaded hashbrown v0.17.1
107242026-08-19T20:05:44.339Z[ recovery-image] Aug 19 20:05:43.307 INFO E| Downloaded rustc-literal-escaper v0.0.7
107252026-08-19T20:05:44.377Z[ recovery-image] Aug 19 20:05:43.346 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)
107262026-08-19T20:05:44.377Z[ recovery-image] Aug 19 20:05:43.346 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)
107272026-08-19T20:05:44.381Z[ recovery-image] Aug 19 20:05:43.346 INFO E| Compiling proc-macro2 v1.0.106
107282026-08-19T20:05:44.381Z[ recovery-image] Aug 19 20:05:43.346 INFO E| Compiling unicode-ident v1.0.24
107292026-08-19T20:05:44.381Z[ recovery-image] Aug 19 20:05:43.346 INFO E| Compiling quote v1.0.45
107302026-08-19T20:05:44.381Z[ recovery-image] Aug 19 20:05:43.346 INFO E| Compiling syn v1.0.109
107312026-08-19T20:05:44.381Z[ recovery-image] Aug 19 20:05:43.346 INFO E| Compiling x86 v0.52.0
107322026-08-19T20:05:44.381Z[ recovery-image] Aug 19 20:05:43.346 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107332026-08-19T20:05:44.381Z[ recovery-image] Aug 19 20:05:43.346 INFO E| Compiling seq-macro v0.3.6
107342026-08-19T20:05:45.310Z[ recovery-image] Aug 19 20:05:44.278 INFO E| Compiling syn v2.0.117
107352026-08-19T20:05:45.995Z[ host-image] Aug 19 20:05:44.963 INFO O| Aug 19 20:05:44.963 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
107362026-08-19T20:05:45.995Z[ host-image] Aug 19 20:05:44.963 INFO O| Aug 19 20:05:44.963 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107372026-08-19T20:05:46.008Z[ host-image] Aug 19 20:05:44.976 INFO O| Aug 19 20:05:44.976 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107382026-08-19T20:05:46.107Z[ host-image] Aug 19 20:05:45.075 INFO O| Aug 19 20:05:45.075 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_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"}
107392026-08-19T20:05:46.162Z[ host-image] Aug 19 20:05:45.130 INFO O| Aug 19 20:05:45.130 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107402026-08-19T20:05:46.225Z[ host-image] Aug 19 20:05:45.193 INFO O| Aug 19 20:05:45.193 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107412026-08-19T20:05:46.225Z[ host-image] Aug 19 20:05:45.193 INFO O| Aug 19 20:05:45.193 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107422026-08-19T20:05:46.228Z[ host-image] Aug 19 20:05:45.195 INFO O| Aug 19 20:05:45.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107432026-08-19T20:05:46.228Z[ host-image] Aug 19 20:05:45.195 INFO O| Aug 19 20:05:45.195 INFO ok!
107442026-08-19T20:05:46.228Z[ host-image] Aug 19 20:05:45.195 INFO O| Aug 19 20:05:45.195 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107452026-08-19T20:05:46.228Z[ host-image] Aug 19 20:05:45.195 INFO O| Aug 19 20:05:45.195 INFO STEP 176 (seed_smf) COMPLETE
107462026-08-19T20:05:46.228Z[ host-image] Aug 19 20:05:45.195 INFO O| Aug 19 20:05:45.195 INFO steps complete; finalising image!
107472026-08-19T20:05:46.228Z[ host-image] Aug 19 20:05:45.195 INFO O| Aug 19 20:05:45.195 INFO TRIM POOL: TEMPORARY-sled-zfs
107482026-08-19T20:05:46.307Z[ host-image] Aug 19 20:05:45.275 INFO O| Aug 19 20:05:45.275 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Aug 19 20:05:45 2026)
107492026-08-19T20:05:46.524Z[ host-image] Aug 19 20:05:45.492 INFO O| Aug 19 20:05:45.492 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107502026-08-19T20:05:46.524Z[ host-image] Aug 19 20:05:45.492 INFO O| Aug 19 20:05:45.492 INFO EXPORT POOL: TEMPORARY-sled-zfs
107512026-08-19T20:05:46.599Z[ recovery-image] Aug 19 20:05:45.567 INFO E| Compiling scroll_derive v0.13.1
107522026-08-19T20:05:46.869Z[ host-image] Aug 19 20:05:45.837 INFO O| Aug 19 20:05:45.837 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107532026-08-19T20:05:46.869Z[ host-image] Aug 19 20:05:45.837 INFO O| Aug 19 20:05:45.837 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107542026-08-19T20:05:47.620Z[ recovery-image] Aug 19 20:05:46.588 INFO E| Compiling bitstruct_derive v0.1.0
107552026-08-19T20:05:47.717Z[ host-image] Aug 19 20:05:46.683 INFO O| Aug 19 20:05:46.683 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107562026-08-19T20:05:47.717Z[ host-image] Aug 19 20:05:46.683 INFO O| Aug 19 20:05:46.683 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107572026-08-19T20:05:47.721Z[ host-image] Aug 19 20:05:46.683 INFO O| Aug 19 20:05:46.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107582026-08-19T20:05:47.721Z[ host-image] Aug 19 20:05:46.683 INFO O| Aug 19 20:05:46.683 INFO completed processing sled/zfs
107592026-08-19T20:05:47.721Z[ host-image] Aug 19 20:05:46.683 INFO O| Aug 19 20:05:46.683 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107602026-08-19T20:05:56.728Z[ recovery-image] Aug 19 20:05:55.696 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)
107612026-08-19T20:05:59.193Z[ recovery-image] Aug 19 20:05:58.160 INFO E| Compiling bitflags v1.3.2
107622026-08-19T20:05:59.193Z[ recovery-image] Aug 19 20:05:58.160 INFO E| Compiling scroll v0.13.0
107632026-08-19T20:05:59.193Z[ recovery-image] Aug 19 20:05:58.161 INFO E| Compiling log v0.4.32
107642026-08-19T20:05:59.193Z[ recovery-image] Aug 19 20:05:58.161 INFO E| Compiling bit_field v0.10.3
107652026-08-19T20:05:59.196Z[ recovery-image] Aug 19 20:05:58.161 INFO E| Compiling plain v0.2.3
107662026-08-19T20:05:59.196Z[ recovery-image] Aug 19 20:05:58.161 INFO E| Compiling bitflags v2.13.0
107672026-08-19T20:05:59.196Z[ recovery-image] Aug 19 20:05:58.161 INFO E| Compiling adler2 v2.0.1
107682026-08-19T20:05:59.196Z[ recovery-image] Aug 19 20:05:58.161 INFO E| Compiling bitstruct v0.1.1
107692026-08-19T20:05:59.196Z[ recovery-image] Aug 19 20:05:58.161 INFO E| Compiling static_assertions v1.1.0
107702026-08-19T20:05:59.251Z[ recovery-image] Aug 19 20:05:58.219 INFO E| Compiling raw-cpuid v10.7.0
107712026-08-19T20:05:59.301Z[ recovery-image] Aug 19 20:05:58.269 INFO E| Compiling miniz_oxide v0.9.1
107722026-08-19T20:05:59.366Z[ recovery-image] Aug 19 20:05:58.334 INFO E| Compiling cpio_reader v0.1.2
107732026-08-19T20:05:59.439Z[ recovery-image] Aug 19 20:05:58.407 INFO E| Compiling goblin v0.10.7
107742026-08-19T20:06:02.545Z[ recovery-image] Aug 19 20:06:01.512 INFO E| Finished `release` profile [optimized] target(s) in 18.76s
107752026-08-19T20:06:02.565Z[ recovery-image] Aug 19 20:06:01.533 INFO building ROM for gimlet
107762026-08-19T20:06:02.565Z[ recovery-image] Aug 19 20:06:01.533 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")
107772026-08-19T20:06:02.655Z[ recovery-image] Aug 19 20:06:01.623 INFO E| Downloading crates ...
107782026-08-19T20:06:02.709Z[ recovery-image] Aug 19 20:06:01.676 INFO E| Downloaded anstream v0.6.18
107792026-08-19T20:06:02.712Z[ recovery-image] Aug 19 20:06:01.678 INFO E| Downloaded clap_derive v4.5.32
107802026-08-19T20:06:02.712Z[ recovery-image] Aug 19 20:06:01.680 INFO E| Downloaded os_pipe v1.2.1
107812026-08-19T20:06:02.712Z[ recovery-image] Aug 19 20:06:01.680 INFO E| Downloaded colorchoice v1.0.3
107822026-08-19T20:06:02.716Z[ recovery-image] Aug 19 20:06:01.681 INFO E| Downloaded toml_datetime v0.6.9
107832026-08-19T20:06:02.719Z[ recovery-image] Aug 19 20:06:01.685 INFO E| Downloaded anstyle v1.0.10
107842026-08-19T20:06:02.719Z[ recovery-image] Aug 19 20:06:01.686 INFO E| Downloaded shared_child v1.0.1
107852026-08-19T20:06:02.719Z[ recovery-image] Aug 19 20:06:01.686 INFO E| Downloaded is_terminal_polyfill v1.70.1
107862026-08-19T20:06:02.723Z[ recovery-image] Aug 19 20:06:01.688 INFO E| Downloaded clap_lex v0.7.4
107872026-08-19T20:06:02.723Z[ recovery-image] Aug 19 20:06:01.689 INFO E| Downloaded serde_spanned v0.6.8
107882026-08-19T20:06:02.723Z[ recovery-image] Aug 19 20:06:01.691 INFO E| Downloaded anstyle-query v1.1.2
107892026-08-19T20:06:02.730Z[ recovery-image] Aug 19 20:06:01.698 INFO E| Downloaded toml_write v0.1.1
107902026-08-19T20:06:02.733Z[ recovery-image] Aug 19 20:06:01.699 INFO E| Downloaded anstyle-parse v0.2.6
107912026-08-19T20:06:02.739Z[ recovery-image] Aug 19 20:06:01.707 INFO E| Downloaded duct v0.13.7
107922026-08-19T20:06:02.754Z[ recovery-image] Aug 19 20:06:01.721 INFO E| Downloaded clap v4.5.37
107932026-08-19T20:06:02.759Z[ recovery-image] Aug 19 20:06:01.727 INFO E| Downloaded toml v0.8.22
107942026-08-19T20:06:02.779Z[ recovery-image] Aug 19 20:06:01.747 INFO E| Downloaded toml_edit v0.22.26
107952026-08-19T20:06:02.800Z[ recovery-image] Aug 19 20:06:01.767 INFO E| Downloaded cc v1.2.20
107962026-08-19T20:06:02.803Z[ recovery-image] Aug 19 20:06:01.769 INFO E| Downloaded clap_builder v4.5.37
107972026-08-19T20:06:02.807Z[ recovery-image] Aug 19 20:06:01.774 INFO E| Downloaded winnow v0.7.7
107982026-08-19T20:06:02.823Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling libc v0.2.172
107992026-08-19T20:06:02.823Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling utf8parse v0.2.2
108002026-08-19T20:06:02.823Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling anstyle-query v1.1.2
108012026-08-19T20:06:02.827Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling anstyle v1.0.10
108022026-08-19T20:06:02.827Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling equivalent v1.0.2
108032026-08-19T20:06:02.827Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling once_cell v1.21.3
108042026-08-19T20:06:02.827Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling shlex v1.3.0
108052026-08-19T20:06:02.827Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling is_terminal_polyfill v1.70.1
108062026-08-19T20:06:02.827Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling colorchoice v1.0.3
108072026-08-19T20:06:02.827Z[ recovery-image] Aug 19 20:06:01.791 INFO E| Compiling hashbrown v0.15.2
108082026-08-19T20:06:02.842Z[ recovery-image] Aug 19 20:06:01.810 INFO E| Compiling strsim v0.11.1
108092026-08-19T20:06:02.842Z[ recovery-image] Aug 19 20:06:01.810 INFO E| Compiling toml_write v0.1.1
108102026-08-19T20:06:02.850Z[ recovery-image] Aug 19 20:06:01.818 INFO E| Compiling winnow v0.7.7
108112026-08-19T20:06:02.850Z[ recovery-image] Aug 19 20:06:01.818 INFO E| Compiling clap_lex v0.7.4
108122026-08-19T20:06:02.853Z[ recovery-image] Aug 19 20:06:01.818 INFO E| Compiling anyhow v1.0.98
108132026-08-19T20:06:02.853Z[ recovery-image] Aug 19 20:06:01.818 INFO E| Compiling syn v2.0.101
108142026-08-19T20:06:03.214Z[ recovery-image] Aug 19 20:06:02.182 INFO E| Compiling anstyle-parse v0.2.6
108152026-08-19T20:06:03.263Z[ recovery-image] Aug 19 20:06:02.231 INFO E| Compiling cc v1.2.20
108162026-08-19T20:06:03.356Z[ recovery-image] Aug 19 20:06:02.322 INFO E| Compiling anstream v0.6.18
108172026-08-19T20:06:03.415Z[ recovery-image] Aug 19 20:06:02.383 INFO E| Compiling indexmap v2.9.0
108182026-08-19T20:06:03.563Z[ recovery-image] Aug 19 20:06:02.531 INFO E| Compiling clap_builder v4.5.37
108192026-08-19T20:06:03.642Z[ recovery-image] Aug 19 20:06:02.610 INFO E| Compiling shared_child v1.0.1
108202026-08-19T20:06:03.643Z[ recovery-image] Aug 19 20:06:02.610 INFO E| Compiling os_pipe v1.2.1
108212026-08-19T20:06:03.766Z[ recovery-image] Aug 19 20:06:02.733 INFO E| Compiling duct v0.13.7
108222026-08-19T20:06:04.305Z[ recovery-image] Aug 19 20:06:03.271 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108232026-08-19T20:06:05.169Z[ recovery-image] Aug 19 20:06:04.137 INFO E| Compiling serde_derive v1.0.219
108242026-08-19T20:06:05.169Z[ recovery-image] Aug 19 20:06:04.137 INFO E| Compiling clap_derive v4.5.32
108252026-08-19T20:06:06.495Z[ recovery-image] Aug 19 20:06:05.463 INFO E| Compiling clap v4.5.37
108262026-08-19T20:06:07.129Z[ recovery-image] Aug 19 20:06:06.097 INFO E| Compiling serde v1.0.219
108272026-08-19T20:06:08.660Z[ host-image] Aug 19 20:06:07.628 INFO O| Aug 19 20:06:07.628 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108282026-08-19T20:06:08.753Z[ host-image] Aug 19 20:06:07.721 INFO BUILD STRING "heads/stlouis-0-g5ffff4b86e\n"
108292026-08-19T20:06:08.753Z[ host-image] Aug 19 20:06:07.721 INFO expanded image name: "ci 303d447/${os_short_commit} 2026-08-19 19:45" -> "ci 303d447/5ffff4b 2026-08-19 19:45"
108302026-08-19T20:06:08.753Z[ host-image] Aug 19 20:06:07.721 INFO output artefacts stored in: "/work/os-host"
108312026-08-19T20:06:08.757Z[ host-image] Aug 19 20:06:07.721 INFO collecting git info from project "pilot"...
108322026-08-19T20:06:08.760Z[ host-image] Aug 19 20:06:07.728 INFO collecting git info from project "dmar-report"...
108332026-08-19T20:06:08.765Z[ host-image] Aug 19 20:06:07.733 INFO collecting git info from project "chelsio-t6-roms"...
108342026-08-19T20:06:08.769Z[ host-image] Aug 19 20:06:07.737 INFO collecting git info from project "amd-firmware"...
108352026-08-19T20:06:08.780Z[ host-image] Aug 19 20:06:07.748 INFO collecting git info from project "image-builder"...
108362026-08-19T20:06:08.784Z[ host-image] Aug 19 20:06:07.752 INFO collecting git info from project "amd-host-image-builder"...
108372026-08-19T20:06:08.788Z[ host-image] Aug 19 20:06:07.757 INFO collecting git info from project "phbl"...
108382026-08-19T20:06:08.793Z[ host-image] Aug 19 20:06:07.761 INFO collecting git info from project "bootserver"...
108392026-08-19T20:06:08.797Z[ host-image] Aug 19 20:06:07.765 INFO collecting git info from project "pinprick"...
108402026-08-19T20:06:08.801Z[ host-image] Aug 19 20:06:07.769 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108412026-08-19T20:06:08.881Z[ recovery-image] Aug 19 20:06:07.848 INFO E| Compiling toml_datetime v0.6.9
108422026-08-19T20:06:08.881Z[ recovery-image] Aug 19 20:06:07.849 INFO E| Compiling serde_spanned v0.6.8
108432026-08-19T20:06:09.027Z[ recovery-image] Aug 19 20:06:07.995 INFO E| Compiling toml_edit v0.22.26
108442026-08-19T20:06:09.123Z[ host-image] Aug 19 20:06:08.090 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108452026-08-19T20:06:09.405Z[ host-image] Aug 19 20:06:08.372 INFO creating Oxide boot image...
108462026-08-19T20:06:09.405Z[ host-image] Aug 19 20:06:08.372 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 303d447/5ffff4b 2026-08-19 19:45", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108472026-08-19T20:06:10.179Z[ host-image] Aug 19 20:06:09.145 INFO O| ok, image written!
108482026-08-19T20:06:10.179Z[ host-image] Aug 19 20:06:09.145 INFO O| ok, boot_image_csum file written!
108492026-08-19T20:06:10.182Z[ host-image] Aug 19 20:06:09.148 INFO creating boot archive (CPIO)...
108502026-08-19T20:06:10.182Z[ host-image] Aug 19 20:06:09.148 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
108512026-08-19T20:06:10.185Z[ host-image] Aug 19 20:06:09.152 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108522026-08-19T20:06:10.185Z[ host-image] Aug 19 20:06:09.152 INFO E| + outfile=/work/os-host/cpio
108532026-08-19T20:06:10.185Z[ host-image] Aug 19 20:06:09.152 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108542026-08-19T20:06:10.189Z[ host-image] Aug 19 20:06:09.154 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108552026-08-19T20:06:10.189Z[ host-image] Aug 19 20:06:09.154 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108562026-08-19T20:06:10.212Z[ host-image] Aug 19 20:06:09.180 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108572026-08-19T20:06:10.213Z[ host-image] Aug 19 20:06:09.181 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108582026-08-19T20:06:10.219Z[ host-image] Aug 19 20:06:09.187 INFO creating compressed cpio/unix for dev loaders...
108592026-08-19T20:06:10.219Z[ host-image] Aug 19 20:06:09.187 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
108602026-08-19T20:06:10.248Z[ recovery-image] Aug 19 20:06:09.216 INFO E| Compiling toml v0.8.22
108612026-08-19T20:06:10.443Z[ host-image] Aug 19 20:06:09.411 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108622026-08-19T20:06:12.361Z[ recovery-image] Aug 19 20:06:11.329 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s
108632026-08-19T20:06:12.371Z[ recovery-image] Aug 19 20:06:11.338 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`
108642026-08-19T20:06:12.387Z[ recovery-image] Aug 19 20:06:11.355 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108652026-08-19T20:06:12.461Z[ recovery-image] Aug 19 20:06:11.429 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108662026-08-19T20:06:12.464Z[ recovery-image] Aug 19 20:06:11.432 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`
108672026-08-19T20:06:12.591Z[ recovery-image] Aug 19 20:06:11.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108682026-08-19T20:06:12.591Z[ recovery-image] Aug 19 20:06:11.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108692026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108702026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108712026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108722026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108732026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108742026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108752026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108762026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108772026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108782026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108792026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108802026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108812026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108822026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO O| Info: ABL version: 0x100f5010
108832026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108842026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108852026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108862026-08-19T20:06:12.594Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108872026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108882026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108892026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108902026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108912026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108922026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108932026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108942026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108952026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108962026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108972026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108982026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108992026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109002026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109012026-08-19T20:06:12.595Z[ recovery-image] Aug 19 20:06:11.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109022026-08-19T20:06:12.627Z[ recovery-image] Aug 19 20:06:11.595 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109032026-08-19T20:06:12.627Z[ recovery-image] Aug 19 20:06:11.595 INFO building ROM for cosmo
109042026-08-19T20:06:12.631Z[ recovery-image] Aug 19 20:06:11.595 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")
109052026-08-19T20:06:12.718Z[ recovery-image] Aug 19 20:06:11.686 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109062026-08-19T20:06:12.722Z[ recovery-image] Aug 19 20:06:11.689 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`
109072026-08-19T20:06:12.734Z[ recovery-image] Aug 19 20:06:11.702 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109082026-08-19T20:06:12.803Z[ recovery-image] Aug 19 20:06:11.770 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109092026-08-19T20:06:12.806Z[ recovery-image] Aug 19 20:06:11.774 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`
109102026-08-19T20:06:13.013Z[ recovery-image] Aug 19 20:06:11.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109112026-08-19T20:06:13.013Z[ recovery-image] Aug 19 20:06:11.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109122026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109132026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109142026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109152026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109162026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109172026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109182026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109192026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109202026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109212026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109222026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109232026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109242026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109252026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109262026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109272026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109282026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109292026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109302026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109312026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109322026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109332026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109342026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109352026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109362026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109372026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109382026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109392026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109402026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109412026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109422026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109432026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109442026-08-19T20:06:13.017Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109452026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109462026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109472026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109482026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109492026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109502026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109512026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109522026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109532026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109542026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109552026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109562026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109572026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109582026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109592026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109602026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109612026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109622026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109632026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO O| Info: ABL version: 0x100af010
109642026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109652026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109662026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109672026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109682026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109692026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109702026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109712026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109722026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109732026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109742026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109752026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109762026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109772026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109782026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109792026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109802026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109812026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109822026-08-19T20:06:13.018Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109832026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109842026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109852026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109862026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109872026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109882026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109892026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109902026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109912026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109922026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109932026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109942026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109952026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109962026-08-19T20:06:13.019Z[ recovery-image] Aug 19 20:06:11.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109972026-08-19T20:06:13.050Z[ recovery-image] Aug 19 20:06:12.018 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109982026-08-19T20:06:13.050Z[ recovery-image] Aug 19 20:06:12.018 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109992026-08-19T20:06:13.691Z[ host-image] Aug 19 20:06:12.659 INFO creating reset image...
110002026-08-19T20:06:13.691Z[ host-image] Aug 19 20:06:12.659 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")
110012026-08-19T20:06:13.756Z[ host-image] Aug 19 20:06:12.723 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110022026-08-19T20:06:13.759Z[ host-image] Aug 19 20:06:12.724 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110032026-08-19T20:06:14.026Z[ host-image] Aug 19 20:06:12.994 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)
110042026-08-19T20:06:14.027Z[ host-image] Aug 19 20:06:12.994 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)
110052026-08-19T20:06:14.027Z[ host-image] Aug 19 20:06:12.994 INFO E| Compiling proc-macro2 v1.0.106
110062026-08-19T20:06:14.030Z[ host-image] Aug 19 20:06:12.994 INFO E| Compiling unicode-ident v1.0.24
110072026-08-19T20:06:14.030Z[ host-image] Aug 19 20:06:12.994 INFO E| Compiling quote v1.0.45
110082026-08-19T20:06:14.035Z[ host-image] Aug 19 20:06:13.003 INFO E| Compiling syn v1.0.109
110092026-08-19T20:06:14.038Z[ host-image] Aug 19 20:06:13.004 INFO E| Compiling x86 v0.52.0
110102026-08-19T20:06:14.038Z[ host-image] Aug 19 20:06:13.004 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110112026-08-19T20:06:14.038Z[ host-image] Aug 19 20:06:13.004 INFO E| Compiling seq-macro v0.3.6
110122026-08-19T20:06:14.250Z[ recovery-image] Aug 19 20:06:13.217 INFO image complete! materials are in "/work/os-recovery"
110132026-08-19T20:06:14.254Z[ recovery-image]
110142026-08-19T20:06:14.254Z[ recovery-image] real 3:26.322947608
110152026-08-19T20:06:14.254Z[ recovery-image] user 2:37.109251643
110162026-08-19T20:06:14.254Z[ recovery-image] sys 38.482834838
110172026-08-19T20:06:14.254Z[ recovery-image] trap 0.130615535
110182026-08-19T20:06:14.254Z[ recovery-image] tflt 0.615057862
110192026-08-19T20:06:14.254Z[ recovery-image] dflt 0.784983296
110202026-08-19T20:06:14.254Z[ recovery-image] kflt 0.018869336
110212026-08-19T20:06:14.254Z[ recovery-image] lock 8:00.055754861
110222026-08-19T20:06:14.254Z[ recovery-image] slp 18:09.601348328
110232026-08-19T20:06:14.257Z[ recovery-image] lat 29.128052880
110242026-08-19T20:06:14.257Z[ recovery-image] stop 9.010027193
110252026-08-19T20:06:14.257ZAug 19 20:06:13.221 INFO [recovery-image] process exited with exit status: 0 (206.328198268s)
110262026-08-19T20:06:14.257ZAug 19 20:06:13.221 INFO [tuf-v2-recovery] running task
110272026-08-19T20:06:14.257ZAug 19 20:06:13.222 INFO [tuf-v2-recovery] task succeeded (660.11µs)
110282026-08-19T20:06:14.980Z[ host-image] Aug 19 20:06:13.948 INFO E| Compiling syn v2.0.117
110292026-08-19T20:06:16.279Z[ host-image] Aug 19 20:06:15.246 INFO E| Compiling scroll_derive v0.13.1
110302026-08-19T20:06:17.308Z[ host-image] Aug 19 20:06:16.276 INFO E| Compiling bitstruct_derive v0.1.0
110312026-08-19T20:06:26.361Z[ host-image] Aug 19 20:06:25.329 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)
110322026-08-19T20:06:28.446Z[ host-image] Aug 19 20:06:27.413 INFO E| Compiling bitflags v1.3.2
110332026-08-19T20:06:28.446Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling bit_field v0.10.3
110342026-08-19T20:06:28.446Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling adler2 v2.0.1
110352026-08-19T20:06:28.450Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling scroll v0.13.0
110362026-08-19T20:06:28.450Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling plain v0.2.3
110372026-08-19T20:06:28.450Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling log v0.4.32
110382026-08-19T20:06:28.450Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling bitflags v2.13.0
110392026-08-19T20:06:28.450Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling static_assertions v1.1.0
110402026-08-19T20:06:28.450Z[ host-image] Aug 19 20:06:27.414 INFO E| Compiling bitstruct v0.1.1
110412026-08-19T20:06:28.496Z[ host-image] Aug 19 20:06:27.463 INFO E| Compiling raw-cpuid v10.7.0
110422026-08-19T20:06:28.550Z[ host-image] Aug 19 20:06:27.518 INFO E| Compiling miniz_oxide v0.9.1
110432026-08-19T20:06:28.602Z[ host-image] Aug 19 20:06:27.570 INFO E| Compiling cpio_reader v0.1.2
110442026-08-19T20:06:28.658Z[ host-image] Aug 19 20:06:27.624 INFO E| Compiling goblin v0.10.7
110452026-08-19T20:06:31.430Z[ host-image] Aug 19 20:06:30.395 INFO E| Finished `release` profile [optimized] target(s) in 17.66s
110462026-08-19T20:06:31.439Z[ host-image] Aug 19 20:06:30.407 INFO building ROM for cosmo
110472026-08-19T20:06:31.439Z[ host-image] Aug 19 20:06:30.407 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")
110482026-08-19T20:06:31.524Z[ host-image] Aug 19 20:06:30.491 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110492026-08-19T20:06:31.565Z[ host-image] Aug 19 20:06:30.493 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
110502026-08-19T20:06:31.565Z[ host-image] Aug 19 20:06:30.503 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110512026-08-19T20:06:31.601Z[ host-image] Aug 19 20:06:30.568 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110522026-08-19T20:06:31.604Z[ host-image] Aug 19 20:06:30.571 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`
110532026-08-19T20:06:31.804Z[ host-image] Aug 19 20:06:30.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110542026-08-19T20:06:31.804Z[ host-image] Aug 19 20:06:30.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110552026-08-19T20:06:31.804Z[ host-image] Aug 19 20:06:30.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110562026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110572026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110582026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110592026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110602026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110612026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110622026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110632026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110642026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110652026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110662026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110672026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110682026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110692026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110702026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110712026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110722026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110732026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110742026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110752026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110762026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110772026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110782026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110792026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110802026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110812026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110822026-08-19T20:06:31.810Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110832026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110842026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110852026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110862026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110872026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110882026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110892026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110902026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110912026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110922026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110932026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110942026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110952026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110962026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110972026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110982026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110992026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111002026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111012026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111022026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111032026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111042026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111052026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111062026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO O| Info: ABL version: 0x100af010
111072026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111082026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111092026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111102026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111112026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111122026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111132026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111142026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111152026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111162026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111172026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111182026-08-19T20:06:31.811Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111192026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111202026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111212026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111222026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111232026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111242026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111252026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111262026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111272026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111282026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111292026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111302026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111312026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111322026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111332026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111342026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111352026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111362026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111372026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111382026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111392026-08-19T20:06:31.812Z[ host-image] Aug 19 20:06:30.774 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111402026-08-19T20:06:31.836Z[ host-image] Aug 19 20:06:30.804 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111412026-08-19T20:06:31.836Z[ host-image] Aug 19 20:06:30.804 INFO building ROM for gimlet
111422026-08-19T20:06:31.836Z[ host-image] Aug 19 20:06:30.804 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")
111432026-08-19T20:06:31.925Z[ host-image] Aug 19 20:06:30.893 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111442026-08-19T20:06:31.928Z[ host-image] Aug 19 20:06:30.895 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`
111452026-08-19T20:06:31.937Z[ host-image] Aug 19 20:06:30.905 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111462026-08-19T20:06:32.002Z[ host-image] Aug 19 20:06:30.969 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111472026-08-19T20:06:32.005Z[ host-image] Aug 19 20:06:30.972 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`
111482026-08-19T20:06:32.114Z[ host-image] Aug 19 20:06:31.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111492026-08-19T20:06:32.114Z[ host-image] Aug 19 20:06:31.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111502026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111512026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111522026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111532026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111542026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111552026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111562026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111572026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111582026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111592026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111602026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111612026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111622026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111632026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO O| Info: ABL version: 0x100f5010
111642026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111652026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111662026-08-19T20:06:32.117Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111672026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111682026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111692026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111702026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111712026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111722026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111732026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111742026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111752026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111762026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111772026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111782026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111792026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111802026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111812026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111822026-08-19T20:06:32.118Z[ host-image] Aug 19 20:06:31.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111832026-08-19T20:06:32.146Z[ host-image] Aug 19 20:06:31.114 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111842026-08-19T20:06:32.146Z[ host-image] Aug 19 20:06:31.114 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111852026-08-19T20:06:44.269Z[ host-image] Aug 19 20:06:43.236 INFO image complete! materials are in "/work/os-host"
111862026-08-19T20:06:44.273Z[ host-image]
111872026-08-19T20:06:44.273Z[ host-image] real 4:06.469342757
111882026-08-19T20:06:44.273Z[ host-image] user 2:47.385974262
111892026-08-19T20:06:44.273Z[ host-image] sys 37.274689525
111902026-08-19T20:06:44.273Z[ host-image] trap 0.128506107
111912026-08-19T20:06:44.273Z[ host-image] tflt 0.311883369
111922026-08-19T20:06:44.273Z[ host-image] dflt 0.316326974
111932026-08-19T20:06:44.273Z[ host-image] kflt 0.014511706
111942026-08-19T20:06:44.273Z[ host-image] lock 4:43.225805924
111952026-08-19T20:06:44.273Z[ host-image] slp 20:49.016379668
111962026-08-19T20:06:44.273Z[ host-image] lat 21.327701179
111972026-08-19T20:06:44.273Z[ host-image] stop 1.550273695
111982026-08-19T20:06:44.277ZAug 19 20:06:43.241 INFO [host-image] process exited with exit status: 0 (246.474773177s)
111992026-08-19T20:06:44.277ZAug 19 20:06:43.241 INFO [tuf-v2-host] running task
112002026-08-19T20:06:44.277ZAug 19 20:06:43.241 INFO [tuf-repo] running task
112012026-08-19T20:06:44.277ZAug 19 20:06:43.241 INFO [tuf-v2-host] task succeeded (564.22µs)
112022026-08-19T20:06:44.277ZAug 19 20:06:43.241 INFO [tuf-v2-repo] running task
112032026-08-19T20:07:05.658ZAug 19 20:07:04.625 INFO assembling repository in `/tmp/tufaceousp8xPCS`, component: OmicronRepoAssembler
112042026-08-19T20:07:05.831ZAug 19 20:07:04.798 INFO [tuf-v2-repo] task succeeded (21.556491106s)
112052026-08-19T20:07:14.367ZAug 19 20:07:13.289 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112062026-08-19T20:07:14.562ZAug 19 20:07:13.529 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112072026-08-19T20:07:16.874ZAug 19 20:07:15.842 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112082026-08-19T20:07:16.926ZAug 19 20:07:15.894 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112092026-08-19T20:07:16.983ZAug 19 20:07:15.950 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112102026-08-19T20:07:17.031ZAug 19 20:07:15.998 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112112026-08-19T20:07:17.079ZAug 19 20:07:16.046 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112122026-08-19T20:07:17.134ZAug 19 20:07:16.101 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112132026-08-19T20:07:17.189ZAug 19 20:07:16.156 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112142026-08-19T20:07:27.691ZAug 19 20:07:26.658 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
112152026-08-19T20:07:27.697ZAug 19 20:07:26.664 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
112162026-08-19T20:07:27.720ZAug 19 20:07:26.687 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
112172026-08-19T20:07:27.776ZAug 19 20:07:26.743 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112182026-08-19T20:07:27.831ZAug 19 20:07:26.798 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112192026-08-19T20:07:27.886ZAug 19 20:07:26.853 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112202026-08-19T20:07:27.948ZAug 19 20:07:26.915 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112212026-08-19T20:07:27.954ZAug 19 20:07:26.921 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
112222026-08-19T20:07:27.977ZAug 19 20:07:26.944 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
112232026-08-19T20:07:29.760ZAug 19 20:07:28.727 INFO [tuf-repo] task succeeded (45.485997159s)
112242026-08-19T20:09:53.837Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
112252026-08-19T20:09:53.840Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112262026-08-19T20:09:53.840Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112272026-08-19T20:09:56.416ZAug 19 20:09:55.382 INFO [verify-libraries] process exited with exit status: 0 (428.745345163s)
112282026-08-19T20:09:56.416ZAug 19 20:09:55.382 INFO all jobs completed in 1461.601977277s
112292026-08-19T20:09:57.619Zprocess exited: duration 1687182 ms, exit code 0
 
112302026-08-19T20:09:57.632Zfound 41 output files
112312026-08-19T20:09:57.632Zuploading: /work/manifest.toml (17334 bytes)
112322026-08-19T20:09:58.648Zuploaded: /work/manifest.toml
112332026-08-19T20:09:58.648Zuploading: /work/repo.zip (3300172683 bytes)
112342026-08-19T20:12:02.710Zuploaded: /work/repo.zip
112352026-08-19T20:12:02.710Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112362026-08-19T20:12:03.728Zuploaded: /work/repo.zip.sha256.txt
112372026-08-19T20:12:03.728Zuploading: /work/helios.json (647 bytes)
112382026-08-19T20:12:04.735Zuploaded: /work/helios.json
112392026-08-19T20:12:04.735Zuploading: /work/incorporation.p5m (113590 bytes)
112402026-08-19T20:12:05.748Zuploaded: /work/incorporation.p5m
112412026-08-19T20:12:05.748Zuploading: /work/incorporation.p5p (133120 bytes)
112422026-08-19T20:12:06.759Zuploaded: /work/incorporation.p5p
112432026-08-19T20:12:06.759Zuploading: /work/helios-incorp.log (522 bytes)
112442026-08-19T20:12:07.768Zuploaded: /work/helios-incorp.log
112452026-08-19T20:12:07.768Zuploading: /work/helios-setup.log (56962 bytes)
112462026-08-19T20:12:08.777Zuploaded: /work/helios-setup.log
112472026-08-19T20:12:08.777Zuploading: /work/host-image.log (233349 bytes)
112482026-08-19T20:12:09.790Zuploaded: /work/host-image.log
112492026-08-19T20:12:09.790Zuploading: /work/host-package.log (33711 bytes)
112502026-08-19T20:12:10.798Zuploaded: /work/host-package.log
112512026-08-19T20:12:10.798Zuploading: /work/host-target.log (101 bytes)
112522026-08-19T20:12:11.808Zuploaded: /work/host-target.log
112532026-08-19T20:12:11.808Zuploading: /work/incorp-create.log (0 bytes)
112542026-08-19T20:12:12.815Zuploaded: /work/incorp-create.log
112552026-08-19T20:12:12.816Zuploading: /work/incorp-fmt.log (0 bytes)
112562026-08-19T20:12:13.824Zuploaded: /work/incorp-fmt.log
112572026-08-19T20:12:13.824Zuploading: /work/incorp-pkgsend.log (108 bytes)
112582026-08-19T20:12:14.832Zuploaded: /work/incorp-pkgsend.log
112592026-08-19T20:12:14.832Zuploading: /work/incorp-publisher.log (0 bytes)
112602026-08-19T20:12:15.841Zuploaded: /work/incorp-publisher.log
112612026-08-19T20:12:15.841Zuploading: /work/omicron-package.log (10067 bytes)
112622026-08-19T20:12:16.853Zuploaded: /work/omicron-package.log
112632026-08-19T20:12:16.853Zuploading: /work/recovery-image.log (590128 bytes)
112642026-08-19T20:12:17.867Zuploaded: /work/recovery-image.log
112652026-08-19T20:12:17.867Zuploading: /work/recovery-package.log (321 bytes)
112662026-08-19T20:12:18.875Zuploaded: /work/recovery-package.log
112672026-08-19T20:12:18.875Zuploading: /work/recovery-target.log (98 bytes)
112682026-08-19T20:12:19.883Zuploaded: /work/recovery-target.log
112692026-08-19T20:12:19.883Zuploading: /work/stamp-clickhouse.log (117 bytes)
112702026-08-19T20:12:20.893Zuploaded: /work/stamp-clickhouse.log
112712026-08-19T20:12:20.893Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112722026-08-19T20:12:21.903Zuploaded: /work/stamp-clickhouse_keeper.log
112732026-08-19T20:12:21.903Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112742026-08-19T20:12:22.911Zuploaded: /work/stamp-clickhouse_server.log
112752026-08-19T20:12:22.911Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112762026-08-19T20:12:23.921Zuploaded: /work/stamp-cockroachdb.log
112772026-08-19T20:12:23.921Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112782026-08-19T20:12:24.932Zuploaded: /work/stamp-crucible-pantry-zone.log
112792026-08-19T20:12:24.932Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112802026-08-19T20:12:25.939Zuploaded: /work/stamp-crucible-utils.log
112812026-08-19T20:12:25.939Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112822026-08-19T20:12:26.948Zuploaded: /work/stamp-crucible-zone.log
112832026-08-19T20:12:26.948Zuploading: /work/stamp-external-dns.log (119 bytes)
112842026-08-19T20:12:27.957Zuploaded: /work/stamp-external-dns.log
112852026-08-19T20:12:27.957Zuploading: /work/stamp-installinator.log (103 bytes)
112862026-08-19T20:12:28.965Zuploaded: /work/stamp-installinator.log
112872026-08-19T20:12:28.965Zuploading: /work/stamp-internal-dns.log (119 bytes)
112882026-08-19T20:12:29.974Zuploaded: /work/stamp-internal-dns.log
112892026-08-19T20:12:29.974Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112902026-08-19T20:12:30.984Zuploaded: /work/stamp-mg-ddm-gz.log
112912026-08-19T20:12:30.984Zuploading: /work/stamp-nexus.log (112 bytes)
112922026-08-19T20:12:31.992Zuploaded: /work/stamp-nexus.log
112932026-08-19T20:12:31.993Zuploading: /work/stamp-ntp.log (110 bytes)
112942026-08-19T20:12:33.002Zuploaded: /work/stamp-ntp.log
112952026-08-19T20:12:33.002Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112962026-08-19T20:12:34.011Zuploaded: /work/stamp-omicron-sled-agent.log
112972026-08-19T20:12:34.011Zuploading: /work/stamp-overlay.log (114 bytes)
112982026-08-19T20:12:35.019Zuploaded: /work/stamp-overlay.log
112992026-08-19T20:12:35.019Zuploading: /work/stamp-oximeter.log (115 bytes)
113002026-08-19T20:12:36.027Zuploaded: /work/stamp-oximeter.log
113012026-08-19T20:12:36.027Zuploading: /work/stamp-oxlog.log (109 bytes)
113022026-08-19T20:12:37.036Zuploaded: /work/stamp-oxlog.log
113032026-08-19T20:12:37.036Zuploading: /work/stamp-probe.log (112 bytes)
113042026-08-19T20:12:38.045Zuploaded: /work/stamp-probe.log
113052026-08-19T20:12:38.046Zuploading: /work/stamp-propolis-server.log (122 bytes)
113062026-08-19T20:12:39.053Zuploaded: /work/stamp-propolis-server.log
113072026-08-19T20:12:39.054Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113082026-08-19T20:12:40.063Zuploaded: /work/stamp-pumpkind-gz.log
113092026-08-19T20:12:40.063Zuploading: /work/stamp-switch-asic.log (118 bytes)
113102026-08-19T20:12:41.087Zuploaded: /work/stamp-switch-asic.log
113112026-08-19T20:12:41.087Zuploading: /work/verify-libraries.log (50450 bytes)
113122026-08-19T20:12:42.096Zuploaded: /work/verify-libraries.log